Opened 19 years ago
Closed 19 years ago
#916 closed enhancement (fixed)
register doesn't recognize "science" as already-calibrated image type
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ippScripts | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
SDSS fpC (corrected reduced images) are identified by
FPA.OBSTYPE STR FLAVOR
and FLAVOR = science in the header. register doesn't know they are already calibrated and wants to detrend them.
Note:
See TracTickets
for help on using tickets.

Fixed in register_exp.pl, CVS head:
my @SCIENCE = ( "object", "science" ); # Observation types to NOT mark as detrend