IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 24, 2006, 3:56:53 PM (19 years ago)
Author:
eugene
Message:

finished up the mosaic astrometry code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/Makefile.am

    r10716 r10830  
    1212
    1313libpsastro_la_SOURCES = \
    14 psastroArguments.c          \
     14psastroArguments.c          \
     15psastroErrorCodes.c         \
     16psastroVersion.c            \
    1517psastroCleanup.c            \
    1618psastroParseCamera.c        \
     
    1820psastroDataSave.c           \
    1921psastroAstromGuess.c        \
    20 psastroLoadRefstars.c     \
    21 psastroChooseRefstars.c  \
     22psastroLoadRefstars.c       \
     23psastroChooseRefstars.c     \
    2224psastroConvert.c            \
    2325psastroChipAstrom.c         \
     
    2830psastroRefstarSubset.c      \
    2931psastroMosaicAstrom.c       \
    30 psastroMosaicGetGrads.c     \
     32psastroMosaicGradients.c    \
    3133psastroMosaicChipAstrom.c   \
     34psastroMosaicOneChip.c      \
    3235psastroMosaicSetAstrom.c    \
    33 psastroMosaicSetMatch.c     \
    34 psastroMosaicHeaders.c      \
    35 psastroMosaicRescaleChips.c \
    36 psastroErrorCodes.c         \
    37 psastroVersion.c
     36psastroMosaicSetMatch.c
    3837
    3938include_HEADERS = \
Note: See TracChangeset for help on using the changeset viewer.