Changeset 6673 for branches/rel10_ifa/psModules/src/astrom/pmFPA.c
- Timestamp:
- Mar 22, 2006, 5:09:57 PM (20 years ago)
- File:
-
- 1 edited
-
branches/rel10_ifa/psModules/src/astrom/pmFPA.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPA.c
r6586 r6673 12 12 * XXX: Should we implement non-linear cell->chip transforms? 13 13 * 14 * @version $Revision: 1.1.4. 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-03- 15 02:37:16$14 * @version $Revision: 1.1.4.4 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-03-23 03:09:57 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 363 363 } 364 364 365 pmHDU *pmHDUFromFPA(pmFPA *fpa // FPA for which to find HDU366 )367 {368 return fpa->hdu;369 }370 371 pmHDU *pmHDUFromChip(pmChip *chip // Chip for which to find HDU372 )373 {374 pmHDU *hdu = chip->hdu; // The HDU information375 if (!hdu) {376 hdu = pmHDUFromFPA(chip->parent); // Grab HDU info from the FPA377 }378 379 return hdu;380 }381 382 pmHDU *pmHDUFromCell(pmCell *cell // Cell for which to find HDU383 )384 {385 pmHDU *hdu = cell->hdu; // The HDU information386 if (!hdu) {387 hdu = pmHDUFromChip(cell->parent); // Grab HDU info from the chip388 }389 390 return hdu;391 }392 393 365 static psBool cellCheckParents(pmCell *cell) 394 366 {
Note:
See TracChangeset
for help on using the changeset viewer.
