IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 11:38:28 AM (20 years ago)
Author:
Paul Price
Message:

Adding FPA.TIME, FPA.TIMESYS. Genericized the parse and format functions for CELL.TIME and CELL.TIMESYS so that they can be used for the FPA versions as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.h

    r7469 r9510  
    3737    PM_CONCEPT_SOURCE_CAMERA   = 0x01,  // Concept comes from the camera information
    3838    PM_CONCEPT_SOURCE_DEFAULTS = 0x02,  // Concept comes from defaults
    39     PM_CONCEPT_SOURCE_HEADER   = 0x04,  // Concept comes from FITS header
    40     PM_CONCEPT_SOURCE_DATABASE = 0x08,  // Concept comes from database
    41     PM_CONCEPT_SOURCE_ALL      = 0x0e   // All concepts
     39    PM_CONCEPT_SOURCE_PHU      = 0x04,  // Concept comes from PHU
     40    PM_CONCEPT_SOURCE_HEADER   = 0x08,  // Concept comes from FITS header
     41    PM_CONCEPT_SOURCE_DATABASE = 0x10,  // Concept comes from database
     42    PM_CONCEPT_SOURCE_ALL      = 0xff   // All concepts
    4243} pmConceptSource;
     44
     45// Read the concepts for the given set of fpa, chip, cell
     46bool pmConceptsRead(pmFPA *fpa,         // FPA for which to read concepts
     47                    pmChip *chip,       // Chip for which to read concepts, or NULL
     48                    pmCell *cell,       // Cell for which to read concepts, or NULL
     49                    pmConceptSource source, // The source of the concepts to read
     50                    psDB *db            // Database handle
     51                   );
    4352
    4453// Set blanks, read or write concepts at the appropriate level
Note: See TracChangeset for help on using the changeset viewer.