IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26304


Ignore:
Timestamp:
Dec 2, 2009, 3:40:16 AM (16 years ago)
Author:
Paul Price
Message:

Fix syntax error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/objects/pmSourceMatch.c

    r26301 r26304  
    621621    float lastChi2 = INFINITY;          // chi^2 on last iteration
    622622    float fracRej = INFINITY;        // Fraction of measurements rejected
     623    int numPhoto = -1;                  // Number of photometric images
    623624
    624625    // In the first passes, the transparencies are not well deteremined: use high systematic error and
     
    627628
    628629        // Identify photometric nights
    629         int numPhoto = sourceMatchRelphotPhotometric(photo, trans, badImage, transIter, transClip,
    630                                                      photoLevel); // Number of photometric images
     630        numPhoto = sourceMatchRelphotPhotometric(photo, trans, badImage, transIter, transClip, photoLevel);
    631631        if (numPhoto < 0) {
    632632            psError(PS_ERR_UNKNOWN, false, "Unable to perform photometric determination");
     
    649649
    650650        // Identify photometric nights
    651         int numPhoto = sourceMatchRelphotPhotometric(photo, trans, badImage, transIter, transClip,
    652                                                      photoLevel); // Number of photometric images
     651        numPhoto = sourceMatchRelphotPhotometric(photo, trans, badImage, transIter, transClip, photoLevel);
    653652        if (numPhoto < 0) {
    654653            psError(PS_ERR_UNKNOWN, false, "Unable to perform photometric determination");
Note: See TracChangeset for help on using the changeset viewer.