IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2021, 5:03:31 PM (5 years ago)
Author:
eugene
Message:

remove the call to pmFPAfileIOChecks : thread safe and not needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/ppImage/src/ppImageDetrendPattern.c

    r41857 r41860  
    311311    pmReadout *readout;         // Readout from cell
    312312    while ((readout = pmFPAviewNextReadout (view, fpa, 1)) != NULL) {
    313         if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) {
    314             ESCAPE(false, "load failure for Readout");
    315         }
    316313        if (!readout->data_exists) {
    317314            continue;
Note: See TracChangeset for help on using the changeset viewer.