IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42229 for trunk/pswarp


Ignore:
Timestamp:
Jun 30, 2022, 3:42:01 PM (4 years ago)
Author:
tdeboer
Message:

Modify code to allow high FWHM image to progress to warp, and not be queued for wwdiffs

Location:
trunk/pswarp/src
Files:
2 edited

Legend:

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

    r42154 r42229  
    3838    int nYpts = (int)(Ny / nYpix) + 1;
    3939
    40     psLogMsg("pswarp", 3, "in grid sampling\n");
    4140    // create the grid of maps
    4241    pswarpMapGrid *grid = pswarpMapGridAlloc (nXpts, nYpts);
     
    5049    }
    5150
    52     //if (0) {
     51    if (0) {
    5352        // test the transformation sky<->chip for chip in smf:
    5453        if (fout == NULL) { fout = fopen ("map.grid.txt", "w"); }
     
    8988                fprintf (fout, "%f %f < %f %f < %f %f \n", TP1->x, TP1->y, FP1->x, FP1->y, CH1->x, CH1->y);
    9089
    91                 psLogMsg("pswarp", 3, "testing grid sampling\n");
    92                 psLogMsg("pswarp", 3, "%f %f > %f %f > %f %f > %f %f | ", CH0->x, CH0->y, FP0->x, FP0->y, TP0->x, TP0->y, sky->r*180/M_PI, sky->d*180/M_PI);
    93                 psLogMsg("pswarp", 3, "%f %f < %f %f < %f %f \n", TP1->x, TP1->y, FP1->x, FP1->y, CH1->x, CH1->y);
    94 
    9590            }
    9691        }
     
    106101
    107102        psFree (sky);
    108     //}
     103    }
    109104
    110105    grid->nXpix = nXpix;
  • trunk/pswarp/src/pswarpTransformReadout.c

    r42154 r42229  
    104104    // pswarpMapGridFromImage builds a set of locally-linear maps which convert the
    105105    // output coordinates to input coordinates
    106     psLogMsg("pswarp", 3, "going into MapGrid \n");
    107106    pswarpMapGrid *grid = pswarpMapGridFromImage(input, output, nGridX, nGridY);
    108107   
Note: See TracChangeset for help on using the changeset viewer.