IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2007, 1:59:28 PM (19 years ago)
Author:
eugene
Message:

moved analysis steps into psastroAnalysis.c
moved file definitions into psastroDefineFiles.c
created psastroInternal.h, and psastroStandAlone.h
moved library prototypes only in psastro.h

File:
1 edited

Legend:

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

    r11554 r12806  
    99
    1010psastro_SOURCES = \
    11         psastro.c               
     11        psastro.c                   \
     12        psastroArguments.c          \
     13        psastroParseCamera.c        \
     14        psastroDataLoad.c           \
     15        psastroCleanup.c
     16
     17## move DataSave to psastro_SOURCES?
    1218
    1319libpsastro_la_SOURCES = \
    14 psastroArguments.c          \
    15 psastroErrorCodes.c         \
    16 psastroVersion.c            \
    17 psastroCleanup.c            \
    18 psastroParseCamera.c        \
    19 psastroDataLoad.c           \
    20 psastroDataSave.c           \
    21 psastroAstromGuess.c        \
    22 psastroLoadRefstars.c       \
    23 psastroChooseRefstars.c     \
    24 psastroConvert.c            \
    25 psastroChipAstrom.c         \
    26 psastroOneChip.c            \
    27 psastroUtils.c              \
    28 psastroTestFuncs.c          \
    29 psastroLuminosityFunction.c \
    30 psastroRefstarSubset.c      \
    31 psastroMosaicAstrom.c       \
    32 psastroMosaicGradients.c    \
    33 psastroMosaicChipAstrom.c   \
    34 psastroMosaicOneChip.c      \
    35 psastroMosaicSetAstrom.c    \
    36 psastroMosaicSetMatch.c     \
    37 psastroDemoDump.c           \
    38 psastroDemoPlot.c
     20        psastroErrorCodes.c         \
     21        psastroVersion.c            \
     22        psastroDataSave.c           \
     23        psastroDefineFiles.c        \
     24        psastroAnalysis.c           \
     25        psastroAstromGuess.c        \
     26        psastroLoadRefstars.c       \
     27        psastroChooseRefstars.c     \
     28        psastroConvert.c            \
     29        psastroChipAstrom.c         \
     30        psastroOneChip.c            \
     31        psastroUtils.c              \
     32        psastroTestFuncs.c          \
     33        psastroLuminosityFunction.c \
     34        psastroRefstarSubset.c      \
     35        psastroMosaicAstrom.c       \
     36        psastroMosaicGradients.c    \
     37        psastroMosaicChipAstrom.c   \
     38        psastroMosaicOneChip.c      \
     39        psastroMosaicSetAstrom.c    \
     40        psastroMosaicSetMatch.c     \
     41        psastroDemoDump.c           \
     42        psastroDemoPlot.c
    3943
    4044include_HEADERS = \
    4145        psastro.h \
    4246        psastroErrorCodes.h
     47
     48noinst_HEADERS = \
     49        psastroInternal.h \
     50        psastroStandAlone.h
    4351
    4452clean-local:
Note: See TracChangeset for help on using the changeset viewer.