IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 12:30:21 PM (19 years ago)
Author:
Paul Price
Message:

Changes to support automatically generated mosaicked camera configurations. Added pmFPAfileDefineChipMosaic and ...FPAMosaic that define fpa files using the new mosaicked camera configurations. Added mosaicLevel to pmFPAfile to prevent the mosaicked files being written out at too low a level. Changes to concept reads so that all concepts are read as available.

File:
1 edited

Legend:

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

    r10918 r10966  
    6666    file->header = NULL;
    6767
     68    file->fileLevel = PM_FPA_LEVEL_NONE;
     69    file->dataLevel = PM_FPA_LEVEL_NONE;
     70    file->freeLevel = PM_FPA_LEVEL_NONE;
     71    file->mosaicLevel = PM_FPA_LEVEL_NONE;
     72
    6873    file->fpa = NULL;
    6974    file->fits = NULL;
Note: See TracChangeset for help on using the changeset viewer.