Tenagra Scripts
From BYU Astro Docs
[edit]
Calling a script in IRAF
- From the cl prompt type
cl < scriptname.cl &
- The ampersand (&) will submit the script as a background task. You can only have four background jobs running at once. To see the status of your background submissions type:
jobs
- To kill a job that you didn't really want to submit type
kill [1] (or [2],[3],[4] - whichever job you want to kill)
[edit]
tenagrfits.cl
This script will Rfits a night's worth of data as long as the directory structure is set up correctly as shown at the bottom of this Wiki entry [1]
[edit]
zdatamine.cl
This script will perform an hselect operation on an entire nights worth of data. Edit it to get the hselect options you want.

