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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.