Changes from branches/hpc33/src/STMath.h at r2443 to trunk/src/STMath.h at r2186
- File:
-
- 1 edited
-
trunk/src/STMath.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.h
r2443 r2186 403 403 404 404 vector<float> getSpectrumFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode = "before" ) ; 405 vector<float> getSpectrumFromTime( double reftime, casa::CountedPtr<Scantable>& s, string mode = "before" ) ;406 405 vector<float> getTcalFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode="before" ) ; 407 406 vector<float> getTsysFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode="before" ) ; 408 407 vector<int> getRowIdFromTime( string reftime, casa::CountedPtr<Scantable>& s ) ; 409 vector<int> getRowIdFromTime( double reftime, casa::Vector<casa::Double>& t ) ;410 408 411 409 // Chopper-Wheel type calibration
Note:
See TracChangeset
for help on using the changeset viewer.
