Changeset 42289 for trunk/psastro/src/psastroOneChipGrid.c
- Timestamp:
- Sep 23, 2022, 5:57:17 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroOneChipGrid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroOneChipGrid.c
r42257 r42289 84 84 // adjust the chip.toFPA terms only 85 85 pmAstromGridApply (chip->toFPA, stats); 86 psastroUpdateChipToFPA (fpa, chip); // updates PSASTRO.RAWSTARS and PSASTRO.REFSTARS 86 psastroUpdateChipToFPA (fpa, chip); // updates PSASTRO.RAWSTARS and PSASTRO.REFSTARS (see note below) 87 87 psFree (gridStats); 88 88 psFree (rawGridStars); … … 92 92 return true; 93 93 } 94 95 /* if psastroUpdateChiptoFPA fails to invert the toFPA transformation, 96 the ref->chip coordinates will not be set. This is not a problem 97 at this stage since they are not used in the calculation. Later 98 passes can still yield a valid solution. 99 */
Note:
See TracChangeset
for help on using the changeset viewer.
