source: tags/asap2.2.0/src

Name Size Rev Age Author Last Change
../
STWriterWrapper.h 1.9 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STWriter.h 2.8 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STWriter.cpp 10.4 KB 1305   17 years mar637 merge from asap2.1.1 release tag
STWeather.h 1.5 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STWeather.cpp 3.3 KB 856   18 years mar637 added name() reworked copy constructor for (Table tab) to also pass …
STTcal.h 1.1 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STTcal.cpp 2.3 KB 856   18 years mar637 added name() reworked copy constructor for (Table tab) to also pass …
STSubTable.h 1.3 KB 894   18 years mar637 asap2 naming changes
STSubTable.cpp 1.2 KB 857   18 years mar637 added name() reworked copy constructor for (Table tab) to tale name of …
STSelector.h 2.3 KB 939   18 years mar637 added get functions
STSelector.cpp 6.0 KB 1004   18 years mar637 removed debug cout
STPolStokes.h 1.0 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.
STPolLinear.h 1.3 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
STPolCircular.h 1.2 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STPolCircular.cpp 2.2 KB 1259   18 years mar637 Merge from Release2.1.0b tag
STPol.h 3.0 KB 1015   18 years mar637 Fix for Ticket #20 - rotateLinPolPhase wasn't workin properly. Have …
STPol.cpp 2.8 KB 904   18 years mar637 Polarimetry handling and conversion
STMolecules.h 1.4 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STMolecules.cpp 3.4 KB 870   18 years mar637 fixed getEntry (wasnt passing reference) added getRestFrequency()
STMathWrapper.h 6.0 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STMath.h 7.8 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STMath.cpp 49.4 KB 1336   17 years mar637 removed debug print cout
STLineFinder.h 11.4 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STLineFinder.cpp 42.2 KB 1315   17 years vor010 bug fixed: the criterion required nch+1 instead of nch, number of …
STHistory.h 1.5 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STHistory.cpp 1.9 KB 860   18 years mar637 reworked history table added STHistory class
STHeader.h 3.2 KB 1030   18 years mar637 Various fixes to make >=gcc-3.4 compliant
STHeader.cpp 3.3 KB 901   18 years mar637 SDContainer -> STHeader
STFrequencies.h 5.1 KB 1360   17 years mar637 enhancement #107; added scantable.shift_refpix
STFrequencies.cpp 10.9 KB 1360   17 years mar637 enhancement #107; added scantable.shift_refpix
STFocus.h 1.6 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STFocus.cpp 5.1 KB 957   18 years mar637 Polarisation changes according to Ticket #8; Fix Ticket #10
STFitter.h 2.9 KB 1028   18 years mar637 SDFITTER -> STFITTER
STFitter.cpp 9.2 KB 1232   18 years mar637 Merge from Release2.1.0b tag
STFitEntry.h 1.4 KB 972   18 years mar637 Completed Ticket #7 - storing of fits.
STFitEntry.cpp 601 bytes 972   18 years mar637 Completed Ticket #7 - storing of fits.
STFit.h 1.2 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
STFillerWrapper.h 1.9 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STFiller.h 2.3 KB 1353   17 years mar637 added explicit keyword for single arument constructors
STFiller.cpp 10.2 KB 1188   18 years mar637 changed feedtype to be string and added detection of feedtype to filler.
STDefs.h 2.1 KB 1103   18 years mar637 fixed ifndef
STAttr.h 4.4 KB 1346   17 years mar637 Enhancement ticket #105 - addded gain-el curves for Parkes K-band
STAttr.cpp 8.2 KB 1345   17 years mar637 Enhancement ticket #105 - addded gain-el curves for Parkes K-band
STAsciiWriter.h 2.2 KB 1106   18 years mar637 added doxygen documentation
STAsciiWriter.cpp 5.6 KB 1295   18 years mar637 merge form Release2.1.1 branch
SDFITSImageWriter.h 2.1 KB 894   18 years mar637 asap2 naming changes
SDFITSImageWriter.cc 8.0 KB 901   18 years mar637 SDContainer -> STHeader
SConscript 772 bytes 1328   17 years mar637 added LoadableModule? alias for scons-0.96.1
ScantableWrapper.h 6.2 KB 1360   17 years mar637 enhancement #107; added scantable.shift_refpix
Scantable.h 12.5 KB 1360   17 years mar637 enhancement #107; added scantable.shift_refpix
Scantable.cpp 31.1 KB 1360   17 years mar637 enhancement #107; added scantable.shift_refpix
RowAccumulator.h 2.8 KB 1353   17 years mar637 added explicit keyword for single arument constructors
RowAccumulator.cpp 3.6 KB 1352   17 years mar637 importatnt fix to the output mask of this object. This is now …
python_STWriter.cpp 1.9 KB 988   18 years mar637 implemented data export for the asap2 Scantable as in Ticket #4.
python_STSelector.cpp 1.5 KB 939   18 years mar637 added get functions
python_STMath.cpp 3.2 KB 1308   17 years mar637 re-enabled the scantable binary operators
python_STLineFinder.cpp 2.0 KB 894   18 years mar637 asap2 naming changes
python_STFitEntry.cpp 2.3 KB 972   18 years mar637 Completed Ticket #7 - storing of fits.
python_STFiller.cpp 2.0 KB 1077   18 years mar637 enabled another constructor to handle disk based tables; chnaged this …
python_Scantable.cpp 5.5 KB 1360   17 years mar637 enhancement #107; added scantable.shift_refpix
python_Logger.cpp 1.9 KB 894   18 years mar637 asap2 naming changes
python_LineCatalog.cpp 1020 bytes 1156   18 years mar637 changed name set_freq_limits to set_frequency_limits
python_Fitter.cpp 2.4 KB 894   18 years mar637 asap2 naming changes
python_asap.h 1.9 KB 1126   18 years mar637 added linecatalog to python inteface
python_asap.cpp 3.2 KB 1126   18 years mar637 added linecatalog to python inteface
pyconversions.h 7.8 KB 575   19 years mar637 STL <-> python sequence conversions
MathUtils.h 2.8 KB 1325   17 years mar637 Changes to use casacore instead of casa_asap/aips++\nAdded atnf PKSIO …
MathUtils.cpp 4.8 KB 1325   17 years mar637 Changes to use casacore instead of casa_asap/aips++\nAdded atnf PKSIO …
Logger.h 1.3 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
LineCatalog.h 2.8 KB 1353   17 years mar637 added explicit keyword for single arument constructors
LineCatalog.cpp 3.5 KB 1259   18 years mar637 Merge from Release2.1.0b tag
FactoryBase.h 500 bytes 903   18 years mar637 Factory pattern class
Factory.h 553 bytes 903   18 years mar637 Factory pattern class
  • Property svn:ignore set to
    *~
    *.o
Note: See TracBrowser for help on using the repository browser.