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/STMathWrapper.h

    r1570 r1689  
    149149
    150150  ScantableWrapper opacity(const ScantableWrapper& in,
    151                                       float tau)
     151                          const std::vector<float>& tau)
    152152  { return ScantableWrapper(STMath::opacity(in.getCP(), tau)); }
    153153
Note: See TracChangeset for help on using the changeset viewer.