Ignore:
Timestamp:
03/06/06 11:32:22 (18 years ago)
Author:
mar637
Message:

SDMemTable -> Scantable handling (asap2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_asap.h

    r873 r875  
    11//#---------------------------------------------------------------------------
    2 //# python_SD.h: python module for single dish package
     2//# python_asap.h: python module for single dish package asap
    33//#---------------------------------------------------------------------------
    44//# Copyright (C) 2004
     
    2929//# $Id$
    3030//#---------------------------------------------------------------------------
    31 #ifndef PYTHON_SD_H
    32 #define PYTHON_SD_H
     31#ifndef PYTHON_ASAP_H
     32#define PYTHON_ASAP_H
    3333
    3434class casa::AipsError;
     
    3737  namespace python {
    3838    void translate_ex(const casa::AipsError& e);
    39     void python_SDMemTable();
    40     void python_SDReader();
     39    void python_Scantable();
     40    void python_STFiller();
     41    void python_STSelector();
     42    void python_STMath();
     43    void python_SDFitter();
     44    /*
    4145    void python_SDWriter();
    4246    void python_SDMath();
    43     void python_SDFitter();
    4447    void python_SDFitTable();
    4548    void python_SDLineFinder();
     49    */
    4650    void python_SDLog();
    4751
Note: See TracChangeset for help on using the changeset viewer.