- Timestamp:
- Jun 6, 2014, 8:30:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140423/psastro/src/psastroConvert.c
r36819 r36825 451 451 float Xfix = Xraw + dX / myPltScale; 452 452 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. 453 456 obj->pix->x = Xfix; 457 obj->cell->x = Xfix; 458 obj->chip->x = Xfix; 454 459 } 455 460
Note:
See TracChangeset
for help on using the changeset viewer.
