Changeset 27332 for trunk/ppStack/src/ppStackMatch.c
- Timestamp:
- Mar 18, 2010, 1:09:32 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r27328 r27332 153 153 if (!psImageUnbin(unbinned, binned, binning)) { 154 154 psError(PPSTACK_ERR_DATA, false, "Unable to unbin background model"); 155 psFree(binned); 155 156 psFree(unbinned); 156 157 return NULL; 157 158 } 158 159 // XXX should these really be here?? (probably not...) 160 // pmFPAfileDropInternal(config->files, "PSPHOT.BACKMDL"); 161 // pmFPAfileDropInternal(config->files, "PSPHOT.BACKMDL.STDEV"); 162 163 return unbinned; 159 psFree(binned); 160 161 return unbinned; 164 162 } 165 163
Note:
See TracChangeset
for help on using the changeset viewer.
