IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2014, 8:30:29 PM (12 years ago)
Author:
eugene
Message:

fixes for Koppenhoefer correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140423/psastro/src/psastroConvert.c

    r36819 r36825  
    451451    float Xfix = Xraw + dX / myPltScale;
    452452
     453    // note that we carry around pix, cell, chip but the real analysis only operates on chip
     454    // if in the future we add transformations between chip->cell->pix, then we will need to
     455    // make these consistent as well.
    453456    obj->pix->x = Xfix;
     457    obj->cell->x = Xfix;
     458    obj->chip->x = Xfix;
    454459  }
    455460
Note: See TracChangeset for help on using the changeset viewer.