From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/obsutil/obsutil.men | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 noao/obsutil/obsutil.men (limited to 'noao/obsutil/obsutil.men') diff --git a/noao/obsutil/obsutil.men b/noao/obsutil/obsutil.men new file mode 100644 index 00000000..50885226 --- /dev/null +++ b/noao/obsutil/obsutil.men @@ -0,0 +1,18 @@ +-- Focusing and PSF measuring tasks -- + psfmeasure - Measure PSF sizes from stellar images + specfocus - Determine spectral focus and alignment variations + starfocus - Determine direct focus variations from stellar images + +-- Observation planning tasks -- + ccdtime - CCD photometry exposure time calculator + pairmass - Plot airmass vs time for a given coordinate + sptime - Spectroscopic exposure time calculator + specpars - Spectrograph instrument parameters for sptime + +-- Instrument/detector characterization -- + bitcount - Accumulate the bit statistics for a list of images + findgain - Estimate the gain and readnoise of a CCD + shutcor - Shutter correction from images of varying exposure times + +-- Miscellaneous + cgiparse - Parse STRING_QUERY environment variable into task parameters -- cgit