IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2007, 4:34:30 PM (19 years ago)
Author:
magnier
Message:

setting region for now

File:
1 edited

Legend:

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

    r12696 r12710  
    2727
    2828    // XXX: Binning?
     29    // XXX this is not setting the right value for megacam spliced chip
     30    trimsec->x0 = 0;
     31    trimsec->y0 = 0;
     32    trimsec->x1 = 2112;
     33    trimsec->y1 = 4644;
    2934
    3035    return psRegionAlloc(readout->col0, trimsec->x1 - trimsec->x0,
Note: See TracChangeset for help on using the changeset viewer.