IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2014, 11:06:33 AM (12 years ago)
Author:
eugene
Message:

add lensing parameter calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140206/psphot/src/psphotStackReadout.c

    r36627 r36628  
    418418    // calculate source magnitudes
    419419    psphotMagnitudes(config, view, STACK_RAW);
     420
     421    // calculate lensing parameters
     422    if (!psphotLensing(config, view, filerule)) {
     423        psErrorStackPrint(stderr, "Unable to do lensing parameters.");
     424        psErrorClear();
     425    }
    420426
    421427    if (!psphotEfficiency(config, view, STACK_RAW)) {
Note: See TracChangeset for help on using the changeset viewer.