IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2008, 2:22:46 PM (18 years ago)
Author:
eugene
Message:

for files loaded from the detrend database, re-construct the fpa when the first header is loaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r19167 r20400  
    940940        psTrace ("pmFPAfile", 5, "requiring use of detrend database source\n");
    941941        // don't free the file here: it is left on config->files
    942         // to be used optionally by pmFPAfileDefineFromDetDB (or others)
     942        // to be used optionally by pmFPAfileDefineFromDetDB (or others) XXX potentially free the fpa...
    943943        if (success) {
    944944            *success = true;
     
    10091009            return NULL;
    10101010        }
     1011
     1012        // XXX A TEST: this is a provisional fpa until we read the first header for this pmFPAfile
     1013        // we are going to replace it when we determine the true file.  blow this away here...
     1014        psFree (file->fpa);
     1015        file->fpa = NULL;
    10111016    }
    10121017
Note: See TracChangeset for help on using the changeset viewer.