IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2013, 9:14:00 AM (13 years ago)
Author:
eugene
Message:

when reading a cmf files, if we have already read sources into this pmFPAfile, we will replace the old sources with the new ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/psModules/src/camera/pmFPAfileIO.c

    r34800 r35516  
    382382    // (existing) fpa
    383383    if (file->type == PM_FPA_FILE_CMF) {
    384         if (!pmFPAviewCheckDataStatusForSources (view, file)) {
    385         psTrace("psModules.camera", 6, "skip write for %s, no data for this entry", file->name);
    386         return true;
    387       }
     384        if (!pmFPAviewCheckDataStatusForSources (view, file)) {
     385            psTrace("psModules.camera", 6, "skip write for %s, no data for this entry", file->name);
     386            return true;
     387        }
    388388    }
    389389    if (file->type == PM_FPA_FILE_PSF) {
Note: See TracChangeset for help on using the changeset viewer.