IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 6:48:35 PM (18 years ago)
Author:
bills
Message:

Various updates and additions

Location:
trunk/pstamp/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src

    • Property svn:ignore
      •  

        old new  
        11ppstamp
         2pstampparse
         3pstamprequest
        24Makefile
        35Makefile.in
  • trunk/pstamp/src/ppstampMakeStamp.c

    r16239 r16593  
    426426    PS_ASSERT_PTR_NON_NULL(hdu->header, 1)
    427427
     428    // for some reason these are getting initialized to garbag
     429    input->fpa->fromTPA = 0;
     430    input->fpa->toTPA = 0;
     431    input->fpa->toSky = 0;
     432    chip->toFPA = 0;
     433    chip->fromFPA = 0;
     434
    428435    if (!pmAstromReadWCS(input->fpa, chip, hdu->header, 1.0)) {
    429436        // we can live without WCS if the ROI is specified in pixels
Note: See TracChangeset for help on using the changeset viewer.