IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2008, 5:24:56 PM (18 years ago)
Author:
Paul Price
Message:

Added photometric determination and measurement clipping for relphot. Seems to work.

File:
1 edited

Legend:

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

    r20949 r20953  
    1212    psVector *mag;                      // Magnitudes
    1313    psVector *magErr;                   // Magnitude errors
     14    psVector *mask;                     // Mask for measurements
    1415} pmSourceMatch;
    1516
     
    5657                               int maxIter, // Maximum number of iterations
    5758                               float tol, // Relative tolerance for convergence
    58                                float cloudClip, // Clipping for clouds
    59                                float starClip // Clipping for stars
     59                               float rejLimit, // Limit on rejection between iterations
     60                               int transIter, // Clipping iterations for transparency
     61                               float transClip, // Clipping level for transparency
     62                               float photoLevel, // Level at which we declare image is photometric
     63                               float starClip, // Clipping for stars
     64                               float sysErr // Systematic error in measurements
    6065    );
    6166
Note: See TracChangeset for help on using the changeset viewer.