IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34061


Ignore:
Timestamp:
Jun 25, 2012, 8:25:21 AM (14 years ago)
Author:
eugene
Message:

check for existant chip when created EXPNUM entries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psphot/src/psphotImageLoop.c

    r33691 r34061  
    164164    pmFPAfileActivate (config->files, true, "PSPHOT.EXPNUM");
    165165    while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) {
     166        if (! chip->process || ! chip->file_exists) { continue; }
    166167        if (!pmFPAfileIOChecks (config, view, PM_FPA_BEFORE)) ESCAPE ("failed attempting to load EXPNUM input for Chip in psphot.");
    167168        while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
Note: See TracChangeset for help on using the changeset viewer.