Ignore:
Timestamp:
10/04/16 18:20:50 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes/No?

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


Check-in asap modifications from Jim regarding casacore namespace conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RasterEdgeDetector.h

    r2613 r3106  
    2626  virtual ~RasterEdgeDetector() ;
    2727
    28   casa::Vector<casa::uInt> detect() ;
     28  casacore::Vector<casacore::uInt> detect() ;
    2929
    3030private:
    3131  // parse options
    32   void parseOption( const casa::Record &option ) ;
     32  void parseOption( const casacore::Record &option ) ;
    3333 
    3434  // edge detection algorithm for raster
    3535  void detectGap() ;
    3636  void selection() ;
    37   void selectionPerRow( casa::uInt &idx,
    38                         const casa::uInt &start,
    39                         const casa::uInt &end ) ;
    40   void extractRow( const casa::uInt &irow ) ;
    41   casa::uInt numOff( const casa::uInt &n ) ;
    42   casa::uInt optimumNumber( const casa::uInt &n ) ;
     37  void selectionPerRow( casacore::uInt &idx,
     38                        const casacore::uInt &start,
     39                        const casacore::uInt &end ) ;
     40  void extractRow( const casacore::uInt &irow ) ;
     41  casacore::uInt numOff( const casacore::uInt &n ) ;
     42  casacore::uInt optimumNumber( const casacore::uInt &n ) ;
    4343
    4444  // gap list
    45   casa::Vector<casa::uInt> gaplist_ ;
     45  casacore::Vector<casacore::uInt> gaplist_ ;
    4646
    4747  // options
    48   casa::Float fraction_ ;
    49   casa::Int npts_ ;
     48  casacore::Float fraction_ ;
     49  casacore::Int npts_ ;
    5050} ;
    5151
Note: See TracChangeset for help on using the changeset viewer.