IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2005, 11:20:45 PM (21 years ago)
Author:
eugene
Message:

further basic concepts

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

    • Property svn:ignore set to
      bin
  • trunk/psphot/src/apply_psf_model.c

    r4116 r4129  
    2525
    2626    float shapeNsigma = psMetadataLookupF32 (&status, config, "PSF_SHAPE_NSIGMA");
    27     float snFaint     = psMetadataLookupF32 (&status, config, "FAINT_SN_LIM");
     27    // float snFaint     = psMetadataLookupF32 (&status, config, "FAINT_SN_LIM");
    2828
    2929    // set the object surface-brightness limit for fitted pixels
     
    6666        Nfit ++;
    6767
    68         mark_psf_source (source);
     68        mark_psf_source (source, shapeNsigma);
    6969        subtract_psf_source (source);
    7070    }
Note: See TracChangeset for help on using the changeset viewer.