IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2009, 3:21:54 PM (17 years ago)
Author:
Paul Price
Message:

Function is file-static.

File:
1 edited

Legend:

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

    r21089 r21105  
    286286// Iterate on the star magnitudes and image transparencies
    287287// Returns the solution chi^2
    288 float sourceMatchRelphotIterate(psVector *trans, // Transparencies
    289                                 psVector *stars, // Star magnitudes
    290                                 const psArray *matches, // Array of matches
    291                                 const psVector *zp, // Zero points for each image (including airmass term)
    292                                 const psVector *photo, // Photometric image?
    293                                 float sysErr2 // Systematic error, squared
    294                                 )
     288static float sourceMatchRelphotIterate(psVector *trans, // Transparencies
     289                                       psVector *stars, // Star magnitudes
     290                                       const psArray *matches, // Array of matches
     291                                       const psVector *zp, // Zero points for each image (incl. airmass term)
     292                                       const psVector *photo, // Photometric image?
     293                                       float sysErr2 // Systematic error, squared
     294    )
    295295{
    296296    psAssert(zp && zp->type.type == PS_TYPE_F32, "Need zero points");
Note: See TracChangeset for help on using the changeset viewer.