Changeset 2990 for trunk/psLib/src/astronomy/psAstrometry.c
- Timestamp:
- Jan 13, 2005, 3:13:15 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r2983 r2990 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-01-1 3 22:45:28$10 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-01-14 01:13:15 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 362 362 chips[i] = NULL; 363 363 } 364 newFPA->chips->n = 0; // per requirement 364 365 365 366 newFPA->metadata = NULL; … … 467 468 psReadout* readout = psAlloc(sizeof(psReadout)); 468 469 469 *(psU32*)&readout->colBins = 0;470 *(psU32*)&readout->rowBins = 0;470 *(psU32*)&readout->colBins = 1; 471 *(psU32*)&readout->rowBins = 1; 471 472 *(psU32*)&readout->rowParity = 0; 472 473 *(psU32*)&readout->colParity = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
