Changeset 29833 for trunk/psModules/src/detrend/pmBias.c
- Timestamp:
- Nov 25, 2010, 9:45:07 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/detrend/pmBias.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20100817 (added) merged: 28947,29486,29678-29679,29813
- Property svn:mergeinfo changed
-
trunk/psModules/src/detrend/pmBias.c
r28405 r29833 163 163 } 164 164 165 bool pmBiasSubtract(pmReadout *in, pmOverscanOptions *overscanOpts,165 bool pmBiasSubtract(pmReadout *in, 166 166 pmReadout *bias, pmReadout *dark, const pmFPAview *view) 167 167 { … … 184 184 185 185 pmHDU *hdu = pmHDUFromReadout(in); // HDU of interest 186 187 if (!pmOverscanSubtract (in, overscanOpts)) {188 return false;189 }190 186 191 187 // Bias frame subtraction … … 247 243 psString timeString = psTimeToISO(time); // String with time 248 244 psFree(time); 249 psStringPrepend(&timeString, " Overscan/bias/dark processing completed at ");245 psStringPrepend(&timeString, "Bias/dark processing completed at "); 250 246 psMetadataAddStr(hdu->header, PS_LIST_TAIL, "HISTORY", PS_META_DUPLICATE_OK, 251 247 timeString, "");
Note:
See TracChangeset
for help on using the changeset viewer.
