Changeset 23451 for trunk/psModules/src/config/pmConfigCamera.c
- Timestamp:
- Mar 19, 2009, 5:07:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigCamera.c
r23450 r23451 159 159 // Don't update these skycell concepts; last one MUST be 0 (i.e., NULL). 160 160 const 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 }; 162 162 const static char *skycellConceptsChip[] = { "CHIP.XPARITY", "CHIP.YPARITY", 0 }; 163 const static char *skycellConceptsFPA[] = { 0};163 const static char *skycellConceptsFPA[] = { "FPA.TIMESYS" }; 164 164 165 165 // What do we call the skycell concept in the FITS header?
Note:
See TracChangeset
for help on using the changeset viewer.
