IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2013, 3:42:02 PM (13 years ago)
Author:
eugene
Message:

merged from trunk

Location:
branches/eam_branches/ipp-20130307
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307

  • branches/eam_branches/ipp-20130307/pswarp/src/pswarpLoop.c

    r35373 r35413  
    7777    // Turn all skycell files on to generate them, and then turn them off for the loop over the input images
    7878    // the input, which is in a different format.
    79     {
    80         pswarpFileActivation(config, detectorFiles, false);
    81         pswarpFileActivation(config, photFiles, false);
    82         pswarpFileActivation(config, independentFiles, false);
    83         pswarpFileActivation(config, skycellFiles, true);
    84         if (!pswarpIOChecksBefore(config)) {
    85             psError(psErrorCodeLast(), false, "Unable to read files.");
    86             goto DONE;
    87         }
    88         pswarpFileActivation(config, skycellFiles, false);
    89     }
     79    // XXX why is this being done here, doesn't it duplicate the work in pswarpDefine.c??
     80    pswarpFileActivation(config, detectorFiles, false);
     81    pswarpFileActivation(config, photFiles, false);
     82    pswarpFileActivation(config, independentFiles, false);
     83    pswarpFileActivation(config, skycellFiles, false);
     84   
     85    // pswarpFileActivation(config, skycellFiles, true);
     86    // if (0) {
     87    //   if (!pswarpIOChecksBefore(config)) {
     88    //     psError(psErrorCodeLast(), false, "Unable to read files.");
     89    //     goto DONE;
     90    //   }
     91    // }
     92   
    9093
    9194    // Read the input astrometry
     
    164167    }
    165168
     169    // *** main transformation block
    166170    pmChip *chip;
    167171    while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) {
Note: See TracChangeset for help on using the changeset viewer.