IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13714


Ignore:
Timestamp:
Jun 7, 2007, 4:29:26 PM (19 years ago)
Author:
Paul Price
Message:

Adding formats for time to skycell format description.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigCamera.c

    r13704 r13714  
    227227        psMetadataAddStr(conceptFormats, PS_LIST_TAIL, "FPA.RA", 0, "Units for RA", "HOURS");
    228228        psMetadataAddStr(conceptFormats, PS_LIST_TAIL, "FPA.DEC", 0, "Units for RA", "DEGREES");
     229        psMetadataAddStr(conceptFormats, PS_LIST_TAIL, "FPA.TIME", 0, "Format for time", "MJD");
     230        psMetadataAddStr(conceptFormats, PS_LIST_TAIL, "CELL.TIME", 0, "Format for time", "MJD");
     231
    229232        psMetadataAddMetadata(format, PS_LIST_TAIL, "FORMATS", 0, "Formats for various concepts",
    230233                              conceptFormats);
Note: See TracChangeset for help on using the changeset viewer.