Ignore:
Timestamp:
02/16/10 16:21:26 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes (CAS-1800 + CAS-1807)

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: added parameters fitfunc for sdfit and clip, clipmaxmin, clipoutside for sdflag

Test Programs:

Put in Release Notes: No

Module(s): sdfit, sdflag

Description: Added a parameter for enabling Lorentzian line fitting with sdfit, and parameters for y-axis clipping with sdflag. Also 4 files for Lorentzian function class are (Lorentzian1D*) added.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/Makefile

    r1693 r1700  
    2424CASAINC   := -I$(CASAROOT)/code/include -I$(COREINCD) -I$(CASAROOT)/$(CASAARCH)/include
    2525CASALIB   := $(CASAROOT)/$(CASAARCH)/lib
    26 USELIB := lib
     26USELIB := lib64
    2727
    2828# the compiler
     
    3434CXXFLAGS := -fPIC -O3 -g
    3535CXXFLAGS += -ansi -Wno-long-long -Wall
     36CXXOPTS := -DAIPS_64B
    3637
    3738# darwin specific flags
     
    5657# if not than there might by symbol resolution errors.
    5758CASAPPLIB := -L$(CASALIB) -latnf $(CORELIB) \
    58              -L$(WCSLIBLIBD) $(WCSLIBLIB) \
     59                /usr/lib64/libwcs.so \
    5960             $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++
     61#             -L$(WCSLIBLIBD) $(WCSLIBLIB) \
    6062
    6163# darwin specific CASA flags
     
    140142
    141143HEADERS   := MathUtils.h \
     144             Lorentzian1D.h \
     145             Lorentzian1DParam.h \
    142146             Logger.h \
    143147             STAttr.h \
Note: See TracChangeset for help on using the changeset viewer.