IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2021, 11:36:17 AM (5 years ago)
Author:
eugene
Message:

explicitly use Ordinary polynomials for forward astrometry transformations (chip->fpa->tpa->sky)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/psastro/src/psastroUtils.c

    r41536 r41833  
    215215psPlaneTransform *psPlaneTransformCopy (psPlaneTransform *input) {
    216216
    217     psPlaneTransform *output = psPlaneTransformAlloc (input->x->nX, input->x->nY);
     217    psPlaneTransform *output = psPlaneTransformAlloc (input->x->nX, input->x->nY, input->x->type);
    218218
    219219    for (int i = 0; i < input->x->nX; i++) {
Note: See TracChangeset for help on using the changeset viewer.