CALACS


CALACS is an iraf task which allows a user to calibrate either a single exposure, an entire association of exposures, or an intermediate product.

Format: %calacs.e -tv ipppssoot_raw

Context

Inputs

Outputs

Constraints

Examples:

The syntax for running 'calacs' has been simplified as much as possible:

	calacs.e [-tvsqd] input

where input will be the rootname and suffix of either an input ASN table or single exposure or even rootname of sub-product listed in an ASN table.

Therefore, to process an entire ASN table named 'jxaa01010_asn.fits', you would use:

	calacs.e -tv jxaa01010_asn
or	calacs.e -tv jxaa01010		-although this is NOT recommended!

To process a single exposure, either part of an ASN table or not, named 'jxaa0100a_raw.fits', you would use:

	calacs.e -tv jxaa0100a_raw	- suffix required here
					  (in this case '_raw')

To process a sub-product 'jxaa01011' specified in the ASN table 'jxaa01010_asn.fits', you would use:

	calacs.e -tv jxaa01011		- no suffix to append here

> You do not append the suffix to this input name, since you don't know what it is. This is the only case where the suffix would not be appended to the rootname as input to 'calacs'.

IRAF_help

More complete information on the files used by this command can be gotten from the IRAF Help system.