- Timestamp:
- Oct 11, 2021, 11:36:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/psastro/src/psastroOneChipFit.c
r41816 r41833 121 121 } 122 122 123 // create output toFPA; set masks appropriate to the Elixir DVO astrometry format 123 // Create output toFPA; set masks appropriate to the Elixir DVO astrometry format. 124 // Forward transformations (chip->fpa->tpa->sky) use Ordinary polynomials 124 125 psFree (chip->toFPA); 125 chip->toFPA = psPlaneTransformAlloc (order, order );126 chip->toFPA = psPlaneTransformAlloc (order, order, PS_POLYNOMIAL_ORD); 126 127 for (int i = 0; i <= chip->toFPA->x->nX; i++) { 127 128 for (int j = 0; j <= chip->toFPA->x->nY; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
