Changeset 815


Ignore:
Timestamp:
02/16/06 12:10:30 (18 years ago)
Author:
mar637
Message:

Changes to track asap2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDTemplates.cc

    r794 r815  
    2929//# $Id:
    3030//#---------------------------------------------------------------------------
    31 #include "SDMemTable.h"
     31#include "Scantable.h"
    3232
    3333#include <casa/aips.h>
     
    3939
    4040namespace asap {
    41   template class casa::CountedConstPtr<SDMemTable>;
    42   template class casa::CountedPtr<SDMemTable>;
    43   template class casa::PtrRep<SDMemTable>;
    44   template class casa::SimpleCountedConstPtr<SDMemTable>;
    45   template class casa::SimpleCountedPtr<SDMemTable>;
     41  template class casa::CountedConstPtr<Scantable>;
     42  template class casa::CountedPtr<Scantable>;
     43  template class casa::PtrRep<Scantable>;
     44  template class casa::SimpleCountedConstPtr<Scantable>;
     45  template class casa::SimpleCountedPtr<Scantable>;
    4646}
    4747
     
    5959#include <scimath/Mathematics/InterpolateArray1D.cc>
    6060#include <tables/Tables/BaseMappedArrayEngine.cc>
     61#include <tables/Tables/TableVector.h>
     62#include <tables/Tables/TVec.cc>
     63#include <tables/Tables/TableVector.cc>
     64#include <tables/Tables/TVecScaCol.cc>
     65#include <tables/Tables/TVecTemp.cc>
     66
     67template class ROTableVector<uInt>;
     68template class TabVecScaCol<uInt>;
     69template class TabVecTemp<uInt>;
     70template class TabVecRep<uInt>;
     71
     72template class ROTableVector<Float>;
     73template class TabVecScaCol<Float>;
     74template class TabVecTemp<Float>;
     75template class TabVecRep<Float>;
    6176
    6277template void convertArray<Bool, uChar>(Array<Bool> &, Array<uChar> const &);
     
    7691template MaskedArray<Float> operator*<Float>(MaskedArray<Float> const&, Array<Float> const&);
    7792template MaskedArray<Float> operator*<Float>(Array<Float> const&, MaskedArray<Float> const&);
     93template MaskedArray<Float> operator*<Float>(Float const&, MaskedArray<Float> const&);
    7894template Float stddev<Float>(MaskedArray<Float> const&);
    7995template Float median<Float>(MaskedArray<Float> const&, Bool, Bool);
     
    91107namespace mathutil {
    92108  template void hanning(Vector<Float>&, Vector<Bool>&,
    93                         const Vector<Float>&, 
    94                         const Vector<Bool>&, 
     109                        const Vector<Float>&,
     110                        const Vector<Bool>&,
    95111                        Bool, Bool);
    96112  template uInt addEntry(Vector<uInt>&, uInt);
     
    98114                                   const Int& initVal);
    99115}
    100 template Array<Bool> SDPolUtil::stokesData (Array<Bool>& dataIn, Bool);
    101 template Array<Float> SDPolUtil::computeStokesDataForWriter(Array<Float>& dataIn, Bool);
    102 template Array<uChar> SDPolUtil::computeStokesDataForWriter(Array<uChar>& dataIn, Bool);
     116//template Array<Bool> SDPolUtil::stokesData (Array<Bool>& dataIn, Bool);
     117//template Array<Float> SDPolUtil::computeStokesDataForWriter(Array<Float>& dataIn, Bool);
     118//template Array<uChar> SDPolUtil::computeStokesDataForWriter(Array<uChar>& dataIn, Bool);
    103119
Note: See TracChangeset for help on using the changeset viewer.