IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2006, 12:56:03 PM (20 years ago)
Author:
Paul Price
Message:

Calculating statistics for combined image wasn't working properly --- was outputting nothing. The statistics calculation was being performed after everything was freed. Moved statistics calculation into the combine loop. Results are still written by the main function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeData.h

    r8405 r8720  
    1212    pmFPA *out;                         // Output FPA structure
    1313    psFits *outFile;                    // FITS file handle for output
     14    psMetadata *stats;                  // Statistics on the combined image
    1415    FILE *statsFile;                    // File stream for statistics output
    1516} ppMergeData;
Note: See TracChangeset for help on using the changeset viewer.