- All Implemented Interfaces:
- org.lsst.ccs.framework.HasLifecycle
public class FitsServiceConfiguration
extends Object
implements org.lsst.ccs.framework.HasLifecycle
An instance of a FitsServiceConfiguration object is responsible
for configuring all the FitsServices that are running within an application.
An instance of this class must be present in the groovy tree.
All instances of FitsServices will pick up the FitsServiceConfiguration
object via the LookupField annotation.
This class requires a list of header files provided via the
"headerFilesList" configuration parameter.
This list contains a list of file names to be loaded. Each file name can be
specified as "fileName:fitsHeaderName". For example "ts8_primary:primary" to
assign the ts8_primary.spec file to the primary header.
If the name is already the name of the header, then the file name alone will
suffice.
- Author:
- The LSST CCS Team