blob: 50885226510ca849404d46d814ac664d454e04eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|