Changeset 34471 for branches/czw_branch/20120906/pswarp/src/pswarpLoop.c
- Timestamp:
- Sep 25, 2012, 6:08:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/pswarp/src/pswarpLoop.c
r34470 r34471 159 159 } 160 160 } 161 pmAstromWCS *WCSF = pmAstromWCSfromHeader(phu->header); 162 163 fprintf(stderr,"WCSFI: %g %g : %g %g : %g %g : %g %g %g %g : %g %g\n", 164 WCSF->crval1,WCSF->crval2, 165 WCSF->crpix1,WCSF->crpix2, 166 WCSF->cdelt1,WCSF->cdelt2, 167 WCSF->trans->x->coeff[1][0], 168 WCSF->trans->x->coeff[0][1], 169 WCSF->trans->y->coeff[1][0], 170 WCSF->trans->y->coeff[0][1], 171 -1.0,-1.0); 172 psFree(WCSF); 161 173 162 psList *cells = psListAlloc(NULL); // List of cells, for concepts averaging 174 163 … … 208 197 } 209 198 } 210 pmAstromWCS *WCSF = pmAstromWCSfromHeader(hdu->header);211 212 fprintf(stderr,"WCSFIB: %g %g : %g %g : %g %g : %g %g %g %g : %g %g\n",213 WCSF->crval1,WCSF->crval2,214 WCSF->crpix1,WCSF->crpix2,215 WCSF->cdelt1,WCSF->cdelt2,216 WCSF->trans->x->coeff[1][0],217 WCSF->trans->x->coeff[0][1],218 WCSF->trans->y->coeff[1][0],219 WCSF->trans->y->coeff[0][1],220 -1.0,-1.0);221 psFree(WCSF);222 223 199 224 200 pmCell *cell;
Note:
See TracChangeset
for help on using the changeset viewer.
