IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2007, 2:42:15 PM (19 years ago)
Author:
Paul Price
Message:

Had some hard-coded options to remove the exposure time and other
concepts from the skycell format (so that DVO can read them by putting
them in a nice FITS header keyword). These were later replaced with
configurable lists of concepts to ignore (SKYCELLS in the site
configuration), but I didn't remove the hard list. Fixing that now.

File:
1 edited

Legend:

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

    r14477 r14722  
    8686const static char *skycellConceptsCell[] = { "CELL.BIASSEC", "CELL.TRIMSEC", "CELL.READDIR", "CELL.XPARITY",
    8787                                             "CELL.YPARITY", "CELL.XWINDOW", "CELL.YWINDOW", "CELL.X0",
    88                                              "CELL.Y0", "CELL.XSIZE", "CELL.YSIZE", "CELL.EXPOSURE",
    89                                              "CELL.TIME", 0 };
     88                                             "CELL.Y0", "CELL.XSIZE", "CELL.YSIZE", 0 };
    9089const static char *skycellConceptsChip[] = { "CHIP.XPARITY", "CHIP.YPARITY", "CHIP.XSIZE", "CHIP.YSIZE", 0 };
    91 const static char *skycellConceptsFPA[] = { "FPA.EXPOSURE", "FPA.TIME", 0 };
     90const static char *skycellConceptsFPA[] = { 0 };
    9291
    9392// What do we call the skycell concept in the FITS header?
Note: See TracChangeset for help on using the changeset viewer.