IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#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.

Change History (1)

comment:1 by Paul Price, 20 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.