IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26738


Ignore:
Timestamp:
Jan 29, 2010, 4:10:52 PM (16 years ago)
Author:
Paul Price
Message:

Remove testing code that accidentally got checked in........ whoops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppSub/src/ppSubMatchPSFs.c

    r26703 r26738  
    4040}
    4141
    42 #if 0
    4342// Measure the PSF for an image
    4443static float subImagePSF(ppSubData *data, // Processing data
     
    8887    return fwhm;
    8988}
    90 #endif
    9189
    9290// Scale the kernel parameters according to the PSFs
     
    118116    }
    119117
    120 #if 0
    121118    // Input images
    122119    pmReadout *inRO = pmFPAfileThisReadout(config->files, view, "PPSUB.INPUT"); // Input readout
     
    138135    float inFWHM = subImagePSF(data, inRO, inSources); // FWHM for input
    139136    float refFWHM = subImagePSF(data, refRO, refSources); // FWHM for reference
    140 #else
    141     float inFWHM = 7.631371;
    142     float refFWHM = 10.005879;
    143 #endif
    144137
    145138    psLogMsg("ppSub", PS_LOG_INFO, "Input FWHM: %f\nReference FWHM: %f\n", inFWHM, refFWHM);
Note: See TracChangeset for help on using the changeset viewer.