Opened 17 years ago
Closed 16 years ago
#1337 closed defect (fixed)
MJD_OBS and FILTER are not set in results file for stamps from stacks
| Reported by: | bills | Owned by: | bills |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ppstamp | Version: | current |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Fits images for stacks have MJD-OBS set to the mean of the dateobs for un-rejected input exposures.
This useful for some users.
The postage stamp results file is built by pstamp_finish.pl
The current version of pstamp_finish.pl does not set MJD_OBS or FILTER for stamps from stacks.
As the program is currently written this is difficult to do.
The value for date for the stack is not put in the database,
it is only in the header. At any rate the current code doesn't have the right information to go look up the value anyways..
It just processes jobs and lists. It doesn't know what the stage is (although it could find it from the "request_info") or the stage_id which might be a useful thing to add to the pstampJob table.
