IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2007, 7:42:46 AM (19 years ago)
Author:
eugene
Message:

finished psastroModel for boresite, created gpcModel for rough theoretical model, added useModel and fixChips options

File:
1 edited

Legend:

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

    r15887 r15891  
    33libpsastro_la_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSASTRO_CFLAGS)
    44
    5 bin_PROGRAMS = psastro psastroModel
     5bin_PROGRAMS = psastro psastroModel gpcModel
    66
    77psastro_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSASTRO_CFLAGS)
     
    1212psastroModel_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSASTRO_LIBS)
    1313psastroModel_LDADD = libpsastro.la
     14
     15gpcModel_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSASTRO_CFLAGS)
     16gpcModel_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSASTRO_LIBS)
     17gpcModel_LDADD = libpsastro.la
    1418
    1519psastro_SOURCES = \
     
    2933        psastroModelBoresite.c      \
    3034        psastroModelFitBoresite.c   \
     35        psastroModelAdjust.c        \
     36        psastroModelDataSave.c      \
    3137        psastroCleanup.c
     38
     39gpcModel_SOURCES = gpcModel.c
    3240
    3341## move DataSave to psastro_SOURCES?
     
    4856        psastroLuminosityFunction.c \
    4957        psastroRefstarSubset.c      \
    50         psastroEnforceChips.c       \
     58        psastroFixChips.c           \
     59        psastroUseModel.c           \
    5160        psastroMosaicAstrom.c       \
    5261        psastroMosaicGradients.c    \
Note: See TracChangeset for help on using the changeset viewer.