Opened 16 years ago
Closed 16 years ago
#1367 closed defect (fixed)
chip stage psf header does not contain correct CONTROLR keyword
| Reported by: | watersc1 | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ppImage | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Chip stage PSF files do not have the correct CONTROLR header keyword, which causes psphotForced to fail when identifying the camera format. An example of this is listed below:
fhead neb-locate --path neb://ipp031.0/gpc1/MD05.nt/2010/03/25/o5280g0175o.150987/o5280g0175o.150987.ch.76027.XY43.psf | grep CONTROLR
CONTROLR= 'UNKNOWN ' / Observation identifier
fhead -x 0 neb-locate --path neb://ipp031.0/gpc1/MD05.nt/2010/03/25/o5280g0175o.150987/o5280g0175o.150987.ch.76027.XY43.ch.fits | grep CONTROLR
CONTROLR= 'STARGRASP' / Observation identifier
Note:
See TracTickets
for help on using tickets.

CONTROLR was linked to FPA.OBS, which was being reset to "UNKNOWN". I changed FPA.OBS to key off "FILENAME". This doesn't fix previous data, of course, but you can limp on by commenting out the CONTROLR line in the RULE of the appropriate format.
Fixed trunk@27663,27664.