IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2012, 6:08:46 PM (14 years ago)
Author:
watersc1
Message:

Quick clean up of some debug statements that aren't required anymore.

File:
1 edited

Legend:

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

    r34470 r34471  
    159159        }
    160160    }
    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
    173162    psList *cells = psListAlloc(NULL);  // List of cells, for concepts averaging
    174163
     
    208197            }
    209198        }
    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 
    223199       
    224200        pmCell *cell;
Note: See TracChangeset for help on using the changeset viewer.