- Timestamp:
- Apr 8, 2022, 5:04:42 PM (4 years ago)
- Location:
- branches/eam_branches/ipp-20220316
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarpMapGrid.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316
- Property svn:mergeinfo changed
/trunk (added) merged: 42122,42124-42136,42142,42146,42149-42152,42154-42155
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/pswarp/src/pswarpMapGrid.c
r41897 r42166 38 38 int nYpts = (int)(Ny / nYpix) + 1; 39 39 40 psLogMsg("pswarp", 3, "in grid sampling\n"); 40 41 // create the grid of maps 41 42 pswarpMapGrid *grid = pswarpMapGridAlloc (nXpts, nYpts); … … 49 50 } 50 51 51 if (0) {52 //if (0) { 52 53 // test the transformation sky<->chip for chip in smf: 53 54 if (fout == NULL) { fout = fopen ("map.grid.txt", "w"); } … … 88 89 fprintf (fout, "%f %f < %f %f < %f %f \n", TP1->x, TP1->y, FP1->x, FP1->y, CH1->x, CH1->y); 89 90 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 90 95 } 91 96 } … … 101 106 102 107 psFree (sky); 103 }108 //} 104 109 105 110 grid->nXpix = nXpix;
Note:
See TracChangeset
for help on using the changeset viewer.
