IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2008, 5:48:15 PM (17 years ago)
Author:
Paul Price
Message:

Adding iteration on relative photometry. Still need to add rejection and test for photometric conditions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceMatch.h

    r20948 r20949  
    5454psVector *pmSourceMatchRelphot(const psArray *matches, // Array of matches
    5555                               const psVector *zp, // Zero points for each image (including airmass term)
    56                                float cloudClip // Clipping for clouds
     56                               int maxIter, // Maximum number of iterations
     57                               float tol, // Relative tolerance for convergence
     58                               float cloudClip, // Clipping for clouds
     59                               float starClip // Clipping for stars
    5760    );
    5861
Note: See TracChangeset for help on using the changeset viewer.