IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2010, 9:45:07 PM (16 years ago)
Author:
watersc1
Message:

Merge of czw_branch/20100817 into trunk. This includes the non-linearity correction application code.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psModules/src/detrend/pmBias.c

    r28405 r29833  
    163163}
    164164
    165 bool pmBiasSubtract(pmReadout *in, pmOverscanOptions *overscanOpts,
     165bool pmBiasSubtract(pmReadout *in,
    166166                    pmReadout *bias, pmReadout *dark, const pmFPAview *view)
    167167{
     
    184184
    185185    pmHDU *hdu = pmHDUFromReadout(in);  // HDU of interest
    186 
    187     if (!pmOverscanSubtract (in, overscanOpts)) {
    188         return false;
    189     }
    190186
    191187    // Bias frame subtraction
     
    247243    psString timeString = psTimeToISO(time); // String with time
    248244    psFree(time);
    249     psStringPrepend(&timeString, "Overscan/bias/dark processing completed at ");
     245    psStringPrepend(&timeString, "Bias/dark processing completed at ");
    250246    psMetadataAddStr(hdu->header, PS_LIST_TAIL, "HISTORY", PS_META_DUPLICATE_OK,
    251247                     timeString, "");
Note: See TracChangeset for help on using the changeset viewer.