IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2012, 6:10:32 PM (14 years ago)
Author:
watersc1
Message:

Still doesn't work correctly. I've simplified and corrected the problems I was having before, but I still have residuals of ~50 pixels in the warped background model relative to the science warp. I'm beginning to think that there's some issue with the interpolated background model, and that it's not quite the correct size? That's pretty much all I can think of at this point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/pswarp/src/pswarpTransformReadout.c

    r34411 r34442  
    172172        } else {
    173173            pswarpTransformTileArgs *args = job->args->data[0];
    174             // fprintf (stderr, "finished job %d,%d, Nargs: %ld\n", args->gridX, args->gridY, job->args->n);
     174            //      fprintf (stderr, "finished job %d,%d, Nargs: %ld (%d %d %d %d) (%d %d %d %d)\n", args->gridX, args->gridY, job->args->n,
     175            //               xMin,xMax,yMin,yMax,args->xMin,args->xMax,args->yMin,args->yMax);
    175176            goodPixels += args->goodPixels;
    176177            xMin = PS_MIN(args->xMin, xMin);
Note: See TracChangeset for help on using the changeset viewer.