IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33199


Ignore:
Timestamp:
Feb 2, 2012, 2:06:11 PM (14 years ago)
Author:
eugene
Message:

modified the no-metadata chip size to reflect the actual boundaries used by E.S. in his analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/load_zpt_table.c

    r33180 r33199  
    112112    NCELL_X = 2;
    113113    NCELL_Y = 2;
    114     CHIP_DX = 4880;
    115     CHIP_DY = 4864;
     114    CHIP_DX = 2*2424;  // != 4880
     115    CHIP_DY = 2*2430;  // != 4864
     116    // Note that Eddie has identified the center of the boundary between cells xy3n and
     117    // xy4n and used that to split the chip.  I am setting CHIP_DX,DY to force the same split
    116118  } else {
    117119    if (!gfits_scan (&header, "NSEASON", "%d", 1, &NSEASON)) {
Note: See TracChangeset for help on using the changeset viewer.