Changeset 297 for trunk/src


Ignore:
Timestamp:
01/25/05 17:16:46 (19 years ago)
Author:
vor010
Message:

SDLineFinder: C++ class and python binder
have been added. This is an initial version, but it works in some simple

cases. Makefile and install.sh were updated to account for new source files

Location:
trunk/src
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r260 r297  
    5353             SDFITSImageWriter.o \
    5454             SDAsciiWriter.o \
     55             SDLineFinder.o \
    5556             python_SDMemTable.o \
    5657             python_SDReader.o \
     
    5859             python_SDMath.o \
    5960             python_SDFitter.o \
     61             python_SDLineFinder.o \
    6062             python_SD.o
    6163
     
    7476             SDFITSImageWriter.h \
    7577             SDAsciiWriter.h \
     78             SDLineFinder.h \
    7679             python_SD.h
    7780
  • trunk/src/python_SD.cc

    r125 r297  
    5959  asap::python::python_SDMath();
    6060  asap::python::python_SDFitter();
     61  asap::python::python_SDLineFinder();
    6162
    6263  register_exception_translator<casa::AipsError>(&asap::python::translate_ex);
  • trunk/src/python_SD.h

    r125 r297  
    4242    void python_SDMath();
    4343    void python_SDFitter();
     44    void python_SDLineFinder();
    4445
    4546  } // python
Note: See TracChangeset for help on using the changeset viewer.