IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2014, 8:17:04 PM (12 years ago)
Author:
eugene
Message:

add frame correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/relastro/include/relastro.h

    r37545 r37562  
    575575FrameCorrectionType *FrameCorrectionInit (double scale);
    576576void FrameCorrectionFree (FrameCorrectionType *frame);
     577
    577578int FrameCorrection (Catalog *catalog, int Ncatalog);
    578 int FrameCorrectionFit (Catalog *catalog, int Ncatalog, SHterms *dR, SHterms *dD);
     579int FrameCorrectionFitSH (Catalog *catalog, int Ncatalog, SHterms *dR, SHterms *dD);
    579580int FrameCorrectionFromSH (FrameCorrectionType *frame, SHterms *dR, SHterms *dD);
     581
     582int FrameCorrectionFitLocal (Catalog *catalog, int Ncatalog, AstromOffsetMap *map, Coords *coords);
     583int FrameCorrectionApply (Catalog *catalog, int Ncatalog, FrameCorrectionType *frame, AstromOffsetMap *map, Coords *coords, int POLE);
Note: See TracChangeset for help on using the changeset viewer.