Changeset 272 for trunk/src/SDMath.h


Ignore:
Timestamp:
01/24/05 01:00:14 (19 years ago)
Author:
kil064
Message:

add reference time arg. to function 'VelocityAlignment?'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.h

    r267 r272  
    3939
    4040class casa::Table;
     41class casa::MEpoch;
     42
    4143
    4244namespace asap {
     
    9597
    9698// Velocity Alignment
    97    SDMemTable* velocityAlignment (const SDMemTable& in) const;
     99   SDMemTable* velocityAlignment (const SDMemTable& in, const casa::String& refTime) const;
    98100
    99101// Opacity correction
     
    186188                              casa::MFrequency::Types velSystem,
    187189                              const casa::String& velUnit,
    188                               casa::MDoppler::Types doppler) const;
     190                              casa::MDoppler::Types doppler,
     191                              const casa::String& timeRef) const;
     192
     193// Convert time String to Epoch
     194   casa::MEpoch epochFromString (const casa::String& str, casa::MEpoch::Types timeRef) const;
     195
     196// Format EPoch
     197   casa::String formatEpoch(const casa::MEpoch& epoch)  const;
    189198};
    190199
Note: See TracChangeset for help on using the changeset viewer.