Opened 17 years ago
Closed 17 years ago
#1221 closed defect (fixed)
ppSim: Warnings about mask values
| Reported by: | Sebastian Jester | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | misc | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I run ppsim from
svn export -r {2009-04-14} https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/trunk/ ./svn-20090414
and get warnings about mask values:
$ ppSim -camera SIMTEST -type BIAS raw/simtest.000.000
2009-04-15 09:07:44Z|aida77 |W|pmConfigMaskSetInMetadata (pmConfigMask.c:64)
problem with mask value LOW
2009-04-15 09:07:44Z|aida77 |W|pmConfigMaskSetInMetadata (pmConfigMask.c:64)
problem with mask value SUSPECT
2009-04-15 09:07:44Z|aida77 |W|pmConfigMaskSetInMetadata (pmConfigMask.c:64)
problem with mask value CONV.BAD
2009-04-15 09:07:44Z|aida77 |W|pmConfigMaskSetInMetadata (pmConfigMask.c:64)
problem with mask value CONV.POOR
$ ppSim -camera SIMTEST -type DARK -exptime 30.000000 raw/simtest.001.000
2009-04-15 09:08:26Z|aida77 |W|pmConfigMaskSetInMetadata (pmConfigMask.c:64)
problem with mask value LOW
2009-04-15 09:08:26Z|aida77 |W|pmConfigMaskSetInMetadata (pmConfigMask.c:64)
problem with mask value SUSPECT
2009-04-15 09:08:26Z|aida77 |W|pmConfigMaskSetInMetadata (pmConfigMask.c:64)
problem with mask value CONV.BAD
2009-04-15 09:08:26Z|aida77 |W|pmConfigMaskSetInMetadata (pmConfigMask.c:64)
problem with mask value CONV.POOR
No idea what they mean - should I worry?
Change History (2)
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

It means your MASKS recipe is old (it's looking for new names, which don't exist in the old configuration). Not a terrible error, but worth warning about. Check your SYSTEM configuration and ensure it has, under RECIPES:
If you can't find this, try running with "-trace psModules.config 3" and you should get the files loaded by the configuration system.
I had this on my machine too, because the installed SYSTEM configuration was overriden in the PATH.