#684 closed defect (fixed)
combine: output image write failure
| Reported by: | tdupuy | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ppStack | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
combine fails to write out the combined image. This is caused by the line:
psFits *outFile = psFitsOpen(config->outName, "r");
The output file should be opened as writable, not read only.
Note:
See TracTickets
for help on using tickets.

Fixed this in CVS, replacing "r" with "w". This will overwrite any existing file.