Opened 17 years ago
Closed 17 years ago
#1316 closed defect (fixed)
EXPTIME and MJD_OBS don't make it to stamps
| Reported by: | bills | Owned by: | bills |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ppstamp | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The way ppstamp copies the concepts from input to output causes some data to be lost.
Doing
pmConceptsCopyCell(outCell, inCell);
gets EXPTIME and MJD_OBS written to the output correctly for skycells but the size of the image gets copied as well so all pixels get set to zero.
And at any rate the concepts still don't get set right for chip stage stamps.
Note:
See TracTickets
for help on using tickets.

Paul fixed this for me.