IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2010, 5:08:29 PM (16 years ago)
Author:
eugene
Message:

updates to support psphotStack

Location:
trunk/psphot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

  • trunk/psphot/src

    • Property svn:ignore
      •  

        old new  
        2121psphotForced
        2222psphotMakePSF
         23psphotStack
  • trunk/psphot/src/psphotReadoutCleanup.c

    r26894 r27657  
    5353    pmPSF        *psf        = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.PSF");
    5454    pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS");
    55     psArray      *sources    = detections->allSources;
     55    psArray      *sources    = detections ? detections->allSources : NULL;
    5656    // XXX where do we free these, in here (psMetadataRemove?)
    5757
     
    7373    // Check to see if the image quality was measured
    7474    // XXX not sure we want / need this test
    75     if (!psf) {
     75    if (0 && !psf) {
    7676        bool mdok;                      // Status of MD lookup
    7777        int nIQ = psMetadataLookupS32(&mdok, recipe, "IQ_NSTAR"); // Number of stars for IQ measurement
Note: See TracChangeset for help on using the changeset viewer.