- Timestamp:
- Nov 26, 2010, 10:54:42 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20101103/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/detrend/pmBias.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/psModules
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20101103/psModules/src/detrend/pmBias.c
r28405 r29852 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.
