IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2009, 11:13:29 AM (17 years ago)
Author:
beaumont
Message:

Finished ppStack visualization. Unified the way in which visualizations are invoked, plotting windows are closed, etc

Location:
branches/cnb_branches/cnb_branch_20090215
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090215

  • branches/cnb_branches/cnb_branch_20090215/psModules/src/camera/pmFPAfileDefine.c

    r21314 r23197  
    2121#include "pmFPAConstruct.h"
    2222
    23 #include "pmConcepts.h"
     23#include "pmConceptsCopy.h"
    2424
    2525# define FPA_TEST_ASSERT(A){ \
     
    10241024        }
    10251025
    1026         // XXX A TEST: this is a provisional fpa until we read the first header for this pmFPAfile
    1027         // we are going to replace it when we determine the true file.  blow this away here...
    1028         psFree (file->fpa);
    1029         file->fpa = NULL;
     1026        // XXX A TEST: this is a provisional fpa until we read the first header for this pmFPAfile
     1027        // we are going to replace it when we determine the true file.  blow this away here...
     1028        psFree (file->fpa);
     1029        file->fpa = NULL;
    10301030    }
    10311031
     
    11841184
    11851185    // inherit the concepts from the src fpa:
    1186     pmFPACopyConcepts(file->fpa, file->src);
     1186    pmConceptsCopyFPA(file->fpa, file->src, true, true);
    11871187
    11881188    return file;
Note: See TracChangeset for help on using the changeset viewer.