source: tags/asap2.3.0/src

Name Size Rev Age Author Last Change
../
Factory.h 553 bytes 903   18 years mar637 Factory pattern class
FactoryBase.h 500 bytes 903   18 years mar637 Factory pattern class
LineCatalog.cpp 3.5 KB 1259   18 years mar637 Merge from Release2.1.0b tag
LineCatalog.h 2.8 KB 1353   17 years mar637 added explicit keyword for single arument constructors
Logger.cpp 543 bytes 1030   18 years mar637 Various fixes to make >=gcc-3.4 compliant
Logger.h 1.3 KB 1353   17 years mar637 added explicit keyword for single arument constructors
MathUtils.cpp 5.9 KB 1412   16 years Malte Marquarding use stl type array iterators as in the new version of casacore
MathUtils.h 3.4 KB 1373   17 years mar637 Added running median to smooth. This addresses Ticket #115
pyconversions.h 7.8 KB 575   19 years mar637 STL <-> python sequence conversions
python_asap.cpp 3.5 KB 1501   15 years Malte Marquarding support linking against pyrap
python_asap.h 1.9 KB 1126   18 years mar637 added linecatalog to python inteface
python_Fitter.cpp 2.4 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
python_LineCatalog.cpp 1020 bytes 1156   18 years mar637 changed name set_freq_limits to set_frequency_limits
python_Logger.cpp 1.9 KB 894   18 years mar637 asap2 naming changes
python_Scantable.cpp 5.7 KB 1440   16 years Max Voronkov added forgotten default unflag option
python_STFiller.cpp 2.0 KB 1504   15 years Malte Marquarding Fix for ticket #151: added facilities to help with on/off scan …
python_STFitEntry.cpp 2.3 KB 972   18 years mar637 Completed Ticket #7 - storing of fits.
python_STLineFinder.cpp 2.0 KB 894   18 years mar637 asap2 naming changes
python_STMath.cpp 3.4 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
python_STSelector.cpp 1.5 KB 939   18 years mar637 added get functions
python_STWriter.cpp 1.9 KB 988   18 years mar637 implemented data export for the asap2 Scantable as in Ticket #4.
RowAccumulator.cpp 3.6 KB 1414   16 years Malte Marquarding only add weight if there is a valid channel
RowAccumulator.h 2.9 KB 1398   17 years Malte Marquarding made n_ unsigned integer (from float) to maybe speed things up a bit
Scantable.cpp 34.1 KB 1507   15 years Max Voronkov fixed typo in the exception text
Scantable.h 13.4 KB 1441   16 years Malte Marquarding tidying
ScantableWrapper.h 6.6 KB 1430   16 years Malte Marquarding merged in unflag option from alma branch
SConscript 773 bytes 1429   16 years Malte Marquarding Copy -> Clone as it is now deprecated
SDFITSImageWriter.cc 8.0 KB 901   18 years mar637 SDContainer -> STHeader
SDFITSImageWriter.h 2.1 KB 894   18 years mar637 asap2 naming changes
STAsciiWriter.cpp 5.8 KB 1375   17 years mar637 export WCS info to ASCII file, this required returng const& of …
STAsciiWriter.h 2.2 KB 1106   18 years mar637 added doxygen documentation
STAttr.cpp 8.4 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
STAttr.h 4.4 KB 1346   17 years mar637 Enhancement ticket #105 - addded gain-el curves for Parkes K-band
STDefs.h 2.1 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
STFiller.cpp 10.9 KB 1504   15 years Malte Marquarding Fix for ticket #151: added facilities to help with on/off scan …
STFiller.h 2.4 KB 1504   15 years Malte Marquarding Fix for ticket #151: added facilities to help with on/off scan …
STFillerWrapper.h 1.9 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STFit.cpp 3.7 KB 1000   18 years mar637 fixed bug due to incorrect use of Table::rowNumbers (RTFM!). added flagging
STFit.h 1.2 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STFitEntry.cpp 601 bytes 972   18 years mar637 Completed Ticket #7 - storing of fits.
STFitEntry.h 1.4 KB 972   18 years mar637 Completed Ticket #7 - storing of fits.
STFITSImageWriter.cpp 9.4 KB 1510   15 years Malte Marquarding Ticket #110: export velocity if restfreq is given otherwise frequency. …
STFITSImageWriter.h 2.3 KB 1500   15 years Malte Marquarding Fix for ticket #110. Hopefully the last. Using the preferVelocity …
STFitter.cpp 10.0 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
STFitter.h 2.9 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
STFocus.cpp 5.1 KB 957   18 years mar637 Polarisation changes according to Ticket #8; Fix Ticket #10
STFocus.h 1.6 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STFrequencies.cpp 11.2 KB 1375   17 years mar637 export WCS info to ASCII file, this required returng const& of …
STFrequencies.h 5.1 KB 1375   17 years mar637 export WCS info to ASCII file, this required returng const& of …
STHeader.cpp 3.8 KB 1439   16 years Malte Marquarding added Header diff function. Don't use obstype for conformance test
STHeader.h 3.3 KB 1439   16 years Malte Marquarding added Header diff function. Don't use obstype for conformance test
STHistory.cpp 1.9 KB 860   18 years mar637 reworked history table added STHistory class
STHistory.h 1.5 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STLineFinder.cpp 42.2 KB 1497   15 years Max Voronkov fixed #149. The problem was inside getMask method. In some rare …
STLineFinder.h 11.4 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STMath.cpp 65.6 KB 1505   15 years Malte Marquarding use addRow before copyRows consistently; tidy up of getScantable
STMath.h 11.3 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
STMathWrapper.h 7.2 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
STMolecules.cpp 3.4 KB 870   18 years mar637 fixed getEntry (wasnt passing reference) added getRestFrequency()
STMolecules.h 1.4 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STPol.cpp 2.8 KB 904   18 years mar637 Polarimetry handling and conversion
STPol.h 3.0 KB 1015   18 years mar637 Fix for Ticket #20 - rotateLinPolPhase wasn't workin properly. Have …
STPolCircular.cpp 2.2 KB 1259   18 years mar637 Merge from Release2.1.0b tag
STPolCircular.h 1.2 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STPolLinear.cpp 4.2 KB 1189   18 years mar637 Fix for ticket #61 - changing of default polarisation. Done ticket #62
STPolLinear.h 1.3 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STPolStokes.cpp 2.1 KB 1007   18 years mar637 Fixed computiaons of stokes and back after discussions with Jim Caswell.
STPolStokes.h 1.0 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STSelector.cpp 6.0 KB 1428   16 years Malte Marquarding Use TaQL style python in queries
STSelector.h 2.3 KB 939   18 years mar637 added get functions
STSubTable.cpp 1.2 KB 857   18 years mar637 added name() reworked copy constructor for (Table tab) to tale name of …
STSubTable.h 1.3 KB 894   18 years mar637 asap2 naming changes
STTcal.cpp 3.0 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
STTcal.h 1.1 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STWeather.cpp 3.3 KB 1481   15 years Max Voronkov restored proper constness for STWeather::getEntry. No change in …
STWeather.h 1.5 KB 1481   15 years Max Voronkov restored proper constness for STWeather::getEntry. No change in …
STWriter.cpp 10.7 KB 1477   15 years Malte Marquarding fixed unititialised vector length vor convertArray
STWriter.h 2.9 KB 1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
STWriterWrapper.h 1.9 KB 1353   17 years mar637 added explicit keyword for single arument constructors
  • Property svn:ignore set to
    *~
    *.o
Note: See TracBrowser for help on using the repository browser.