IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2013, 4:41:42 PM (13 years ago)
Author:
eugene
Message:

warping of background model appears to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/pswarp/src/pswarpLoadAstrometry.c

    r35449 r35535  
    2525    astrom->type = PM_FPA_FILE_WCS;
    2626
    27     // Read the pmFPA headers
     27    // **** read in all of the headers from the astrometry source
     28
    2829    pmFPAview *view = pmFPAviewAlloc(0);
    2930
     
    7677    }
    7778
    78     // the section below converts the header astrometry info (in astrom) to the pmFPA
    79     // astrometry structures, saving them on the target fpa structure.
     79    // **** convert the header astrometry info (in astrom) to the pmFPA astrometry
     80    // structures, saving them on the target fpa structure.
    8081
    8182    pmFPAviewReset (view);
     
    9798        }
    9899    }
     100    psMetadataAddBool (astrom->fpa->analysis, PS_LIST_TAIL, "ASTROMETRY.BILEVEL", PS_META_REPLACE, "bilevel astrometry?", bilevelAstrometry);
     101
    99102    // for pswarpLocalFrame, I need transformations and HDUs on a single fpa (so set on astrom as well as target)
    100103    // target->fpa->toTPA = psMemIncrRefCounter (astrom->fpa->toTPA);
Note: See TracChangeset for help on using the changeset viewer.