IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2009, 5:07:14 PM (17 years ago)
Author:
Paul Price
Message:

Don't put TIMESYS entries in the TRANSLATION --- they're specified in the DEFAULTS now.

File:
1 edited

Legend:

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

    r23450 r23451  
    159159// Don't update these skycell concepts; last one MUST be 0 (i.e., NULL).
    160160const static char *skycellConceptsCell[] = { "CELL.BIASSEC", "CELL.TRIMSEC", "CELL.READDIR", "CELL.XPARITY",
    161                                              "CELL.YPARITY", "CELL.X0", "CELL.Y0", 0 };
     161                                             "CELL.YPARITY", "CELL.X0", "CELL.Y0", "CELL.TIMESYS", 0 };
    162162const static char *skycellConceptsChip[] = { "CHIP.XPARITY", "CHIP.YPARITY", 0 };
    163 const static char *skycellConceptsFPA[] = { 0 };
     163const static char *skycellConceptsFPA[] = { "FPA.TIMESYS" };
    164164
    165165// What do we call the skycell concept in the FITS header?
Note: See TracChangeset for help on using the changeset viewer.