IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2008, 2:31:45 PM (18 years ago)
Author:
Paul Price
Message:

Add higher-order subtraction of background: magic is triggering off high background to make a lot of streaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r20568 r20611  
    623623    }
    624624
     625    // Higher order background subtraction using psphot
     626    if (!ppSubBackground(outRO, config, view)) {
     627        psError(PS_ERR_UNKNOWN, false, "Unable to subtract background.");
     628        psFree(outRO);
     629        return false;
     630    }
     631
    625632    // Renormalising for pixels, because that's what magic desires
    626633    if (psMetadataLookupBool(&mdok, recipe, "RENORM")) {
Note: See TracChangeset for help on using the changeset viewer.