Changeset 35434 for branches/eam_branches/ipp-20130419/pswarp/src/pswarp.c
- Timestamp:
- Apr 26, 2013, 9:07:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarp.c
r35424 r35434 39 39 } 40 40 41 # if ( 0)41 # if (1) 42 42 // XXX I'm going to add the new code before removing the old code. 43 43 // load the input & output astrometry, find the output overlaps, generate the output pixels … … 46 46 } 47 47 48 # if (0) 48 49 pswarpDumpOutput (config); 49 50 exit (0); 50 51 # endif 51 52 53 // load and warp 54 if (!pswarpLoop(config, statsFile->md)) { 55 pswarpCleanup(config, statsFile); 56 } 57 pswarpDumpOutput (config); 58 exit (0); 59 60 # else 52 61 // load the skycell layout information: 53 62 // read the output astrometry description … … 60 69 pswarpCleanup(config, statsFile); 61 70 } 62 63 71 // load and warp 64 if (!pswarpLoop (config, statsFile->md)) {72 if (!pswarpLoopSkycell(config, statsFile->md)) { 65 73 pswarpCleanup(config, statsFile); 66 74 } … … 69 77 pswarpCleanup(config, statsFile); 70 78 } 71 79 # endif 72 80 psLogMsg("pswarp", PS_LOG_INFO, "complete pswarp run: %f sec\n", psTimerMark("pswarp")); 73 81 pswarpCleanup(config, statsFile);
Note:
See TracChangeset
for help on using the changeset viewer.
