IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7154 for trunk/psastro/src


Ignore:
Timestamp:
May 19, 2006, 6:35:21 AM (20 years ago)
Author:
eugene
Message:

added mosaic astrometry elements, not tested or ready

Location:
trunk/psastro/src
Files:
6 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.c

    r7014 r7154  
    2727
    2828    psastroChipAstrom (config, refs);
     29    psastroMosaicAstrom (config, refs);
    2930
    3031    # if 0
  • trunk/psastro/src/psastro.h

    r7014 r7154  
    3838bool              psastroWriteTransform (psPlaneTransform *map);
    3939
     40// mosaic fitting functions
     41psArray *psastroMosaicGetGrads (pmFPA *fpa, psMetadata *recipe);
     42bool psastroMosaicAstrom (pmConfig *config, psArray *refs);
     43bool psastroMosaicGetRefstars (pmFPA *fpa, psArray *refs, psMetadata *recipe);
     44bool psastroMosaicChipAstrom (pmFPA *fpa, psMetadata *recipe);
     45bool psastroMosaicSetMatch (pmFPA *fpa, psMetadata *recipe);
     46bool psastroMosaicSetAstrom (pmFPA *fpa);
Note: See TracChangeset for help on using the changeset viewer.