IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2013, 1:00:45 PM (13 years ago)
Author:
eugene
Message:

refactor to load astrometry from headers up front, making output format flexible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/pswarp/src/pswarp.c

    r35421 r35424  
    3939    }
    4040
     41# if (0)
     42    // XXX I'm going to add the new code before removing the old code.
     43    // load the input & output astrometry, find the output overlaps, generate the output pixels
     44    if (!pswarpDefineLayout(config)) {
     45        pswarpCleanup(config, statsFile);
     46    }
     47
     48    pswarpDumpOutput (config);
     49    exit (0);
     50# endif
     51
    4152    // load the skycell layout information:
    4253    //   read the output astrometry description
Note: See TracChangeset for help on using the changeset viewer.