IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2006, 10:32:57 AM (20 years ago)
Author:
eugene
Message:

this is an important change. I have changed the way in which the psf
elliptical contour parameters are defined and fitted. SXX,SYY ->
1/SXX,1/SYY (ie, they are now ~ sigma, not ~1/sigma). SXY is now
fitted with the form SXY/(1/SXX2 + 1/SYY2)2

also added some additional tests and checks

File:
1 edited

Legend:

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

    r8512 r9771  
    33libpsphot_la_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSPHOT_CFLAGS)
    44
    5 bin_PROGRAMS = psphot
     5bin_PROGRAMS = psphot polyfitTest
     6
    67psphot_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSPHOT_CFLAGS)
    78psphot_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS)
    89psphot_LDADD = libpsphot.la
     10psphot_SOURCES = psphot.c               
    911
    10 psphot_SOURCES = \
    11         psphot.c               
     12polyfitTest_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSPHOT_CFLAGS)
     13polyfitTest_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS)
     14polyfitTest_SOURCES = polyfitTest.c             
    1215
    1316libpsphot_la_SOURCES = \
     
    4447        psphotWeightBias.c      \
    4548        psphotSourceFreePixels.c \
     49        psphotTestPSF.c         \
    4650        psphotCleanup.c         
    4751
Note: See TracChangeset for help on using the changeset viewer.