Changeset 1689 for trunk/src/STMath.h


Ignore:
Timestamp:
02/10/10 11:59:23 (14 years ago)
Author:
Malte Marquarding
Message:

Ticket #177: added skydip function to determine opacities. This resulted in a slight interface change to accept lists of opacities in the scantable.opacity function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r1570 r1689  
    227227
    228228  casa::CountedPtr<Scantable> opacity(const casa::CountedPtr<Scantable>& in,
    229                                       float tau);
     229                                      const std::vector<float>& tau);
    230230
    231231  casa::CountedPtr<Scantable>
Note: See TracChangeset for help on using the changeset viewer.