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

    r8405 r8720  
    2626        data->statsFile = NULL;
    2727    }
     28    psFree(data->stats);
    2829}
    2930
     
    3940    data->out = NULL;
    4041    data->outFile = NULL;
     42    data->stats = NULL;
    4143    data->statsFile = NULL;
    4244
Note: See TracChangeset for help on using the changeset viewer.