IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2010, 12:09:48 PM (16 years ago)
Author:
eugene
Message:

save galaxy params in output file; fix convolved image construction; fix galaxy shapes; add galaxy grid option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimSmoothReadout.c

    r28125 r29002  
    77    // XXX use these defaults?
    88    // float minGauss = 0.1;
    9     float nSigma = 3.0;
     9    float nSigma = 4.0;
    1010    float sigma = psMetadataLookupF32(&status, recipe, "SEEING"); // Seeing SIGMA (pixels)
    1111
     
    2828// 4*pi*SIGMA_SMTH^2, but for measurements based on apertures comparable to or larger than the
    2929// smoothing kernel, the effective per-pixel variance is maintained.
     30
     31
     32// XXX this only allows for Gaussian PSFs.  To extend this, we need to convolve with an image
     33// of the PSF model
Note: See TracChangeset for help on using the changeset viewer.