IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 6:33:38 PM (20 years ago)
Author:
Paul Price
Message:

Fixed up freeing an FPA hierarchy at lower levels (and retaining the upper level); fixed the weights to provide variance in DN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmChipMosaic.h

    r6062 r6113  
    1414                        );
    1515
     16// Mosaic a chip together into a single cell with single readout
     17int pmChipMosaic(pmChip *chip,// Chip to mosaic
     18                 int xBinChip, int yBinChip // Binning of mosaic image in x and y
     19                );
     20
    1621// Mosaic all the cells in all (valid) chips together (neglecting the overscans); return number of chips
    17 int pmFPAMosaicChips(pmFPA *fpa,        // FPA
     22int pmFPAMosaicCells(pmFPA *fpa,        // FPA
    1823                     int xBinChip, int yBinChip // Binning of mosaic image in x and y
    1924                    );
Note: See TracChangeset for help on using the changeset viewer.