Changeset 434 for trunk/src/SDMath.h


Ignore:
Timestamp:
02/14/05 19:40:58 (19 years ago)
Author:
kil064
Message:

consolidate cursor selection so that when function
setCursorSlice is extended to handle multi-dimensional
cursors (but contiguous pixels, all of the computation
functions will operate correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.h

    r397 r434  
    211211                               casa::Bool perFreqID) const;
    212212
    213 // Function to get the current cursor location
    214    void getCursorLocation (casa::IPosition& start, casa::IPosition& end,
    215                            const SDMemTable& in) const;
     213// Set slice to cursor or all axes
     214    void setCursorSlice (casa::IPosition& start, casa::IPosition& end,
     215                         casa::Bool doAll, const SDMemTable& in) const;
    216216
    217217// Function to normalize data when averaging in time
Note: See TracChangeset for help on using the changeset viewer.