IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 6:37:29 PM (21 years ago)
Author:
Paul Price
Message:

Freeing detrend cells as we go

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageOutput.c

    r6064 r6114  
    44{
    55    const char *outname = psMetadataLookupStr(NULL, config->arguments, "-output"); // Name of output file
    6     psFits *outFile = psFitsOpen(outname, "w"); // File for writing
     6    psFits *outFile = psFitsOpen(outname, "a"); // File for writing
    77
    88    // Write the output
Note: See TracChangeset for help on using the changeset viewer.