Changeset 23810 for trunk/psastro/src/psastroFindChip.c
- Timestamp:
- Apr 10, 2009, 3:00:23 PM (17 years ago)
- File:
-
- 1 moved
-
trunk/psastro/src/psastroFindChip.c (moved) (moved from trunk/psastro/src/psastroExtractFindChip.c ) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroFindChip.c
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/cnb_branch_20090215/psastro/src/psastroExtractFindChip.c 21495-22685 /branches/cnb_branches/cnb_branch_20090215/psastro/src/psastroExtractFindChip.c 22686-23240 /branches/eam_branches/eam_branch_20090312/psastro/src/psastroExtractFindChip.c 23321-23409 /branches/pap/psastro/src/psastroExtractFindChip.c 23511-23685,23690-23739
r23745 r23810 1 /** @file psastro ExtractFindChip.c1 /** @file psastroFindChip.c 2 2 * 3 3 * @brief calculate chip position for the given FPA coords … … 18 18 static psVector *chipYmax = NULL; 19 19 20 bool psastro ExtractChipBounds (pmFPA *fpa) {20 bool psastroChipBounds (pmFPA *fpa) { 21 21 22 22 chipXmin = psVectorAlloc (fpa->chips->n, PS_TYPE_F32); … … 69 69 } 70 70 71 pmChip *psastro ExtractFindChip (float *xChip, float *yChip, pmFPA *fpa, float xFPA, floatyFPA) {71 pmChip *psastroFindChip (double *xChip, double *yChip, pmFPA *fpa, double xFPA, double yFPA) { 72 72 73 73 *xChip = NAN; … … 75 75 76 76 if (!chipXmin) { 77 psastro ExtractChipBounds (fpa);77 psastroChipBounds (fpa); 78 78 } 79 79 -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.
