source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @985   19 years mar637 excpetion message update for alignFrequencies
(edit) @984   19 years mar637 added set_dirframe asap2 tidy up
(edit) @983   19 years mar637 file xtension rename .cc -> .cpp
(edit) @982   19 years mar637 asap2 naming change
(edit) @981   19 years mar637 Removed align option from average in c++ as it is buggy. python is now …
(edit) @980   19 years mar637 redone definition of getLinear
(edit) @979   19 years mar637 removed debug cout
(edit) @978   19 years mar637 premature check-in without testing. removed alignfreq completely
(edit) @977   19 years mar637 Removed align option from average as it is buggy. The user has to …
(edit) @976   19 years mar637 Ticket #12 - read of multiple rpf files into one scantable.
(edit) @975   19 years mar637 Completed Ticket #7 - storing of fits.
(edit) @974   19 years mar637 Completed Ticket #7 - storing of fits.
(edit) @973   19 years mar637 removed debug info
(edit) @972   19 years mar637 Completed Ticket #7 - storing of fits.
(edit) @971   19 years mar637 proof read chris' lat version. added some info.
(edit) @970   19 years mar637 fixed misplacement of \end{verbatim}
(edit) @969   19 years mar637 rename thanks to svn
(edit) @968   19 years mar637 a working version for asap2
(edit) @967   20 years Chris Phillips Created index
(edit) @966   20 years Chris Phillips Added selection section, updated worked examples and minor tweaks
(edit) @965   20 years Chris Phillips Fixed typo in getlinpol Pangle
(edit) @964   20 years mar637 removed type prefix for polarisation labels
(edit) @963   20 years mar637 set_tsys needs to use vector notation of TSYS
(edit) @962   20 years mar637 added Fit objects
(edit) @961   20 years mar637 update to reflect changes to STFocus as in Ticket #8
(edit) @960   20 years mar637 c++ side of Ticket #7
(edit) @959   20 years mar637 c++ side of Ticket #7; update as requested in Ticket #8 and last revision
(edit) @958   20 years mar637 remove debug cout
(edit) @957   20 years mar637 Polarisation changes according to Ticket #8; Fix Ticket #10
(edit) @956   20 years mar637 asap2 naming changes
(edit) @955   20 years mar637 Class to transport fit parameters
(edit) @954   20 years mar637 Fixed Ticket #6 (selector.set_polarisations error)
(edit) @953   20 years Chris Phillips Initial Update for v2
(edit) @952   20 years mar637 fixed typo in set_name
(edit) @951   20 years mar637 The alpha release of asap2
(edit) @950   20 years mar637 re-enebled insitu freq_align
(edit) @949   20 years mar637 asap2 version of test script
(edit) @948   20 years mar637 added get functions; added is_empty; added add to combine selections
(edit) @947   20 years mar637 made use of selector class, added sort order to _plot command
(edit) @946   20 years mar637 re-enabled average_pol; made use of selector class
(edit) @945   20 years mar637 fixed scanAv->scanav mix up
(edit) @944   20 years mar637 added unique; added selector
(edit) @943   20 years mar637 fixed a couple of variable mix ups
(edit) @942   20 years mar637 fixed _S stripping in sourcename; reverted auto-detection of npol==1 …
(edit) @941   20 years mar637 fixed the output alignment of summary
(edit) @940   20 years mar637 added averagePolarisations; added log output to frequencyAlign; …
(edit) @939   20 years mar637 added get functions
(edit) @938   20 years mar637 asap2 version of test script - second attempt
(edit) @937   20 years mar637 asap2 version of test script
(edit) @936   20 years mar637 fixed self.stm to self._math
(edit) @935   20 years mar637 re-introduced re-plot
(edit) @934   20 years mar637 added _empty function
(edit) @933   20 years mar637 removed print of MOLECULE_ID
(edit) @932   20 years mar637 python warpper for c++ selector class
(edit) @931   20 years mar637 added align arg to average_time; fixed auto_poly_baseline to be …
(edit) @930   20 years mar637 added align arg to average_time().
(edit) @929   20 years mar637 made it consistent with the interfaces changes at c++ level
(edit) @928   20 years mar637 re-enabled plotter; added new utility function _to_list(); added empty …
(edit) @927   20 years mar637 added frequencyAlign().
(edit) @926   20 years mar637 added frequencyAlign(). fixed bug in gainElevation. Was assigning …
(edit) @925   20 years mar637 added getChannels member function.
(edit) @924   20 years mar637 fix for incorrect use of Scantable::nchan. Fix for std::vector / …
(edit) @923   20 years mar637 fixed az/el data type to be Float. added getChannels function. to get …
(edit) @922   20 years mar637 fixed type azimuth and elevation types to be float. fixed pattern …
(edit) @921   20 years mar637 Added setFrame form measures, implemented setFrame for both base and …
(edit) @920   20 years mar637 asap2 migration of plotter
(edit) @919   20 years mar637 fixed indentation error left by Maxim's last check-in
(edit) @918   20 years mar637 added merge
(edit) @917   20 years mar637 0-based re-indexing SCANNO on merge. added frequencyAlign. Compiles, …
(edit) @916   20 years mar637 added STPolStokes to objects and depends
(edit) @915   20 years mar637 added Scantable::getTimeReference(). Using other.table_.endianFormat() …
(edit) @914   20 years mar637 Stokes polarimetry handling and conversion bug fix: forgot self on …
(edit) @913   20 years mar637 Stokes polarimetry handling and conversion
(edit) @912   20 years mar637 added polarimtery functions
(edit) @911   20 years mar637 added linpol rotation
(edit) @910   20 years mar637 Stokes polarimetry handling and conversion
(edit) @909   20 years vor010 RuntimeError -> ValueError
(edit) @908   20 years vor010 rolled back Makefile to rev. 906/ changes were specific to Narrabri
(edit) @907   20 years vor010 LineFinder & auto_poly_baseline: a support of new scantable format …
(edit) @906   20 years mar637 added STPol.o
(edit) @905   20 years mar637 change default polytype passed as argument to "", to then apply …
(edit) @904   20 years mar637 Polarimetry handling and conversion
(edit) @903   20 years mar637 Factory pattern class
(edit) @902   20 years mar637 More work on polarisation. STPol and labelling
(edit) @901   20 years mar637 SDContainer -> STHeader
(edit) @900   20 years mar637 asap2 naming changes
(edit) @899   20 years mar637 Now STPol*
(edit) @898   20 years mar637 asap2 naming changes
(edit) @897   20 years mar637 enable polarimetry in asap2
(edit) @896   20 years mar637 enable polarimetry in asap2
(edit) @895   20 years mar637 added asapreader to asap2
(edit) @894   20 years mar637 asap2 naming changes
(edit) @893   20 years mar637 asap2 naming changes
(edit) @892   20 years mar637 asap2 naming changes
(edit) @891   20 years mar637 asap2 naming changes
(edit) @890   20 years mar637 asap2 naming changes
(edit) @889   20 years mar637 fixed _check_ifs()
(edit) @888   20 years mar637 Fixed all nXYZ() functions, to get row 0 NOT the number 0
(edit) @887   20 years mar637 fixed bug in print(): was using column instead of keyword to retrieve frame
(edit) @886   20 years mar637 added toggle for newline at end of each push
Note: See TracRevisionLog for help on using the revision log.