IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 19 years ago

Closed 19 years ago

#975 closed defect (fixed)

_CHIP and _FPA file rules not found for -F

Reported by: eugene Owned by: Paul Price
Priority: high Milestone:
Component: config Version: unspecified
Severity: minor Keywords:
Cc:

Description

when I supply a -F filerule override, i get errors about the _CHIP and _FPA elements not being found for various cameras. The program generally continues successfully, but something is clearly confused. typical example:

ipp001: psastro -file "o4354g0033o.proc/*.XY??.smf" o4354g0033o.proc/o4354g0033o +mosastro -trace psastro.dump.psastroMosaicAstrom 1 -F PSASTRO.OUTPUT PSASTRO.OUT.CMF.MEF

Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SDSS-CHIP --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SDSS-FPA --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _ISP-Apogee-CHIP --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _ISP-Apogee-FPA --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SIMTEST-CHIP --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SIMTEST-FPA --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SIMPLE-CHIP --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SIMPLE-FPA --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SDSS-SKYCELL --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _ISP-Apogee-SKYCELL --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SIMTEST-SKYCELL --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera _SIMPLE-SKYCELL --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera SDSS --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera ISP-Apogee --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera SIMTEST --- ignored.
Unable to find filerule PSASTRO.OUT.CMF.MEF in camera SIMPLE --- ignored.
Camera _GPC1-CHIP, format RAW matches header.
Camera _SIMPLE-CHIP, format SIMPLE also matches header --- ignored.
Camera GPC1, format RAW also matches header --- ignored.
Camera SIMPLE, format SIMPLE also matches header --- ignored.

Change History (1)

comment:1 by Paul Price, 19 years ago

Resolution: fixed
Status: newclosed

These are warnings, not errors, but they are confusing. I have replaced them with trace messages, so that these problems will be silently ignored (unless psModules.config trace level is set to >= 2). This is not a problem because any error will be caught down the track, when the user attempts to find the file rule he thinks he has created.

Checked in to CVS head.

Note: See TracTickets for help on using tickets.