IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20746


Ignore:
Timestamp:
Nov 13, 2008, 6:26:59 PM (17 years ago)
Author:
eugene
Message:

modified comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroFixChips.c

    r20271 r20746  
    4949    }
    5050
    51     // we now have a set of chip solutions and a set of prediction measure the overall
    52     // offset and rotation of the two systems by comparing the chip corners, projected onto
    53     // the focal plane (all 4 to prevent solutions tied to a single corner)
     51    // We now have a set of chip solutions and a set of predictions.  Measure the overall offset and
     52    // rotation of the two systems by comparing the chip corners, projected onto the focal plane
     53    // (all 4 to prevent solutions tied to a single corner)
    5454
    5555    psVector *xObs = psVectorAllocEmpty (4*input->fpa->chips->n, PS_TYPE_F32);
     
    123123
    124124        psVectorClipFitPolynomial2D (map->y, stats, mask, 0xff, yObs, NULL, xRef, yRef);
    125         psTrace ("psModules.astrom", 3, "x resid: %f +/- %f (%ld of %ld)\n", stats->clippedMean, stats->clippedStdev, stats->clippedNvalues, yObs->n);
     125        psTrace ("psModules.astrom", 3, "y resid: %f +/- %f (%ld of %ld)\n", stats->clippedMean, stats->clippedStdev, stats->clippedNvalues, yObs->n);
    126126    }
    127127
Note: See TracChangeset for help on using the changeset viewer.