Opened 20 years ago
Closed 19 years ago
#830 closed defect (fixed)
psphot abort due to invalid level in pmFPA.c (pmFPALevelToName) from psphotImageLoop.c
| Reported by: | masiero | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | psphot | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When psphot (ippdev version as of 9/8/06) attempts to fit any model for extended
sources, psphotImageLoop.c calls the function-path:
pmFPAfileIOChecks->pmFPAfileRead->pmFPALevelToName
the last few lines of output, including the error generated by pmFPALevelToName
(found in pmFPA.c in psmodules) are:
measure ensemble of PSFs: 0.349030 sec
fit models: 8.179565 sec for 74 objects (41 psf, 28 ext, 5 failed, 265 skipped)
replace unfitted models: 0.187735 sec (339 objects)
GrowthCurve : apLoss : 0.000000
measure aperture residuals : 0.881953 sec for 0 objects (71 skipped, 39
failed, 229 invalid)
You can't get here; level = 1071453705
Aborted
The offending level is the same regardless of the extended source model used
(tested for standard PGAUSS and custom STRAIL models), or the image it is used on.
All code is currently running on Redhat Enterprise Linux for 64 bit systems.
This happens for the following image, but other images show the same error:
/home/panstarrs/masiero/clean1.fits
(Note that this is a symbolic link to an external drive mounted on po01, so you
will need to grab the images while logged into po01).
Runline was:
psphot -file clean1.fits -site ipprc.config out1
and must be performed in a directory with the appropriate config files, e.g.
/talcs2/masiero/Test/Chip00/Strail.0.10
on po01.
Change History (3)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
psphot underwent changes recently to fix various problems. Can you try this
with the current version out of cvs?
comment:3 by , 19 years ago
| Cc: | added |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
this problem is likely resolved, but i cannot test the given image.

EDIT: jhbuild checkout date was 9/19/06, not 9/8/06