IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2010, 5:08:29 PM (16 years ago)
Author:
eugene
Message:

updates to support psphotStack

Location:
trunk/psphot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

  • trunk/psphot/src

    • Property svn:ignore
      •  

        old new  
        2121psphotForced
        2222psphotMakePSF
         23psphotStack
  • trunk/psphot/src/psphotImageLoop.c

    r25755 r27657  
    9191            }
    9292
    93             status = true;
    94             status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL");
    95             status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL.STDEV");
    96             status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND");
    97             if (!status) {
    98                 psError(PSPHOT_ERR_PROG, false, "trouble dropping internal files");
    99                 psFree (view);
    100                 return false;
    101             }
     93            // drop all versions of the internal files
     94            status = true;
     95            status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL");
     96            status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL.STDEV");
     97            status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND");
     98            if (!status) {
     99                psError(PSPHOT_ERR_PROG, false, "trouble dropping internal files");
     100                psFree (view);
     101                return false;
     102            }
    102103        }
    103 
    104104        // save output which is saved at the chip level
    105105        if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) ESCAPE ("failed output for Chip in psphot.");
Note: See TracChangeset for help on using the changeset viewer.