IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2007, 4:19:23 PM (19 years ago)
Author:
Paul Price
Message:

We need a new PSF model for the warped frame. It would be good to generate this analytically, but that's going to be tricky. We have a list of sources, so we could use those to redetermine the PSF model. Until Gene makes the necessary adaptations to psphot, we will simply redetermine the PSF model from scratch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformReadout_Opt.c

    r14800 r14874  
    1111    psTimerStart ("warp");
    1212
    13     // Get grid size
     13    // Get warp parameters
     14    bool mdok;
    1415    int nGridX = psMetadataLookupS32(NULL, config->arguments, "GRID.NX");
    1516    int nGridY = psMetadataLookupS32(NULL, config->arguments, "GRID.NY");
     
    145146
    146147    // Transform sources
    147     bool mdok;
    148148    psArray *inSources = psMetadataLookupPtr(&mdok, input->analysis, "PSPHOT.SOURCES"); // Sources in source
    149149    if (goodPixels && mdok && inSources) {
Note: See TracChangeset for help on using the changeset viewer.