Accessing Data on hola


Accessing the "alfred" Account

The data is accessible through the "alfred" account on hola.cosmo.fas.nyu.edu, in the same manner as the 2D spectroscopic reductions at Princeton. Essentially, you should send me your SSH Version 1 protocol public key (with a passphrase, please) and I will add it to the authorized keys on the alfred account. If you know what I mean by that, fine and dandy. If not, please follow the steps below.

Downloading the Data

Once you have access to the machine, you can retrieve the data from "/global/data/sdss/lss/sample#" using scp or rsync. Usually, there is no reason to use anything but the latest sample (the highest number). The details of the file structure within each sample should be contained in the README or READIT files. "rsync" provides an excellent way to keep your data up to date. For example, if you are at your local machine, you can use the command:
rsync -arv --rsh="ssh1" alfred@hola.cosmo.fas.nyu.edu:/global/data/sdss/lss/sample8/ .
The "ssh1" should be replaced with the appropriate command for the machine you are using (as determined in the first step above). This command will download the whole "sample8" tree into the directory you are in. "rsync" is smart, in the sense that if you run the command again, it will only update the directory (if we made changes to the distribution). So one might run the rsync periodically using cron.

Many people will only be interested in the large-scale structure samples -- ie. ra, dec, redshift, and weights. This information is all compactified into several different samples, and are all in the "lss" subdirectory of the main "sample#" directory. So to just get the large-scale structure samples, do:

rsync -arv --rsh="ssh1" --include "lss" --include "lss/**" --exclude "*" alfred@hola.cosmo.fas.nyu.edu:/global/data/sdss/lss/sample8/ sample8
Again, repeating the command will just update your files (much quicker than replacing everything with scp!).
Snail Mail: Michael Blanton; Email: mb144@nyu.edu