IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 19 years ago

Closed 19 years ago

#868 closed defect (fixed)

dettool.process.run error for split (and spliced) MegaCam Data

Reported by: arri@… Owned by: Paul Price
Priority: high Milestone:
Component: ippconfig Version: 1.0
Severity: normal Keywords:
Cc: koppenh@…

Description

Injection command:
==================

exec dettool -definebyquery -inst MegaCam -filter r.MP9601 -det_type flat
-select_exp_type flat -select_filter r.MP9601 -workdir
/data/ipp000.1/arno/M37/reduction/mkflat.0 -dbname arno

Task Status
============

AV Name Njobs Ngood Nfail Ntime Command
...
++ dettool.process.run 52 0 51 0 detrend_process_imfile.pl
...

Error Message:
==============

* stdout *

Starting script
/home/panstarrs/ipp/psconfig/ipp-1.0.linux/bin/detrend_process_imfile.pl on po14

Running [/home/panstarrs/ipp/psconfig/ipp-1.0.linux/bin/ppImage -dbname arno
-file /data/ipp000.1/arno/M37/reduction/../flat/691251f.ccd00.fits
/data/ipp000.1/arno/M37/reduction/mkflat.0/691251f.ccd00.8/691251f.ccd00.8.detproc.4
-recipe PPIMAGE PPIMAGE_OBDS -stat
/data/ipp000.1/arno/M37/reduction/mkflat.0/691251f.ccd00.8/691251f.ccd00.8.detproc.4.ccd00.stats]...
* stderr *
2007-03-07 00:58:10Z|po14 |I|psModules.config

Camera MegaCam, format SPLIT matches header.

2007-03-07 00:58:11Z|po14 |E|psModule.detrend

detselect response (0 bytes):


Unable to parse camera. -> psMetadataConfigParse (psMetadataConfig.c:1382):
unknown error

string contained no lines

-> pmDetrendSelect (pmDetrendDB.c:151): I/O error

failed to parse response from detselect

-> pmFPAfileDefineFromDetDB (pmFPAfileDefine.c:875): I/O error

no matching detrend data

-> ppImageParseCamera (ppImageParseCamera.c:60): I/O error

can't find a dark image source

Unable to perform ppImage: 3 at
/home/panstarrs/ipp/psconfig/ipp-1.0.linux/bin/detrend_process_imfile.pl line 174.

-> addprocessedimfileMode (dettool.c:2026): unknown error

-uri is required

config error for: detrend_process_imfile.pl --det_id 4 --det_type flat --exp_tag
691251f.ccd00.8 --class chip --class_id ccd00 --input_uri
path://mega/M37/reduction/../flat/691251f.ccd00.fits --camera MegaCam --workdir
/data/ipp000.1/arno/M37/reduction/mkflat.0 --dbname arno
job exit status: 3
job dtime: 3.988527

Change History (1)

comment:1 by Paul Price, 19 years ago

Component: ppImageippconfig
Resolution: fixed
Status: newclosed

This error occurs because no dark in the database matches the desired
constraints. The constraints are found in the ppImage recipe file
(ppImage.config) for the camera (MEGACAM), in the DETREND.CONSTRAINTS metadata:

DARK METADATA

DETTEMP STR FPA.TEMP
EXPTIME STR FPA.EXPTIME

END

At the present time, there is no need for these constraints to be set (they are
set only as a demonstration of the capability) since we don't have much data in
the database.

I have updated the copy I believe you are using
(~ipp/psconfig/share/ippconfig/megacam/ppImage.config), and also updated the
file in CVS.

Note: See TracTickets for help on using tickets.