IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2022, 3:52:12 PM (4 years ago)
Author:
eugene
Message:

add functions to update output header with WCS from astrometry source

Location:
branches/eam_branches/ipp-20220316/fpcamera/src
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/fpcamera/src/Makefile.am

    r42223 r42226  
    1919        fpcameraLoadRefstars.c      \
    2020        fpcameraChooseRefstars.c    \
     21        fpcameraAstrometryHeaders.c \
    2122        fpcameraMetadataStats.c     \
    2223        fpcameraCleanup.c
  • branches/eam_branches/ipp-20220316/fpcamera/src/fpcamera.h

    r42183 r42226  
    7272bool              fpcameraFPAtoChip (double *xChip, double *yChip, pmFPA *fpa, int nChip, double xFPA, double yFPA);
    7373
     74bool              fpcameraAstrometryFPAHeader(pmFPA *fpa, pmFPAfile *astrom, psMetadata *stats);
     75bool              fpcameraAstrometryChipHeader (pmConfig *config, pmFPAview *view, pmReadout *readout, pmFPAfile *astrom);
     76
    7477///@}
    7578# endif /* FPCAMERA_H */
  • branches/eam_branches/ipp-20220316/fpcamera/src/fpcameraAnalysis.c

    r42225 r42226  
    8181                    continue;
    8282                }
     83                fpcameraAstrometryChipHeader (config, view, readout, astrom);
    8384                nChipGood ++;
    8485            }
     
    9293        if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) ESCAPE(FPCAMERA_ERR_IO, "failure in IOChecks(AFTER) at Chip");
    9394    }
     95    fpcameraAstrometryFPAHeader (input->fpa, astrom, stats);
    9496    if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) ESCAPE(FPCAMERA_ERR_IO, "failure in IOChecks(AFTER) at FPA");
    9597
Note: See TracChangeset for help on using the changeset viewer.