Next: Display the Raw Images
Up: Spectroscopy with a CCD
Previous: Dark Frames
The images that we took are on the computer in /home/astrolab/spectra/
.
Open a console window, and use the command cd spectra
to change to this directory.
The command ls
will list all of the files in this directory. Your data files should
show here.
- Make a directory to store your work with a command
such as mkdir myimages or whatever other directory name you prefer. It should be
unique to distinguish it from the work of other students. You can check that this
directory now exists with
ls
.
- Move the data to this directory with
mv *fits myimages/
where ``myimages'' is the
name of the directory you just made.
- Change to your new directory with
cd myimages
and
try ls
. You should see all the fits files from your experiment.
John Kielkopf
2004-10-19