|
|
@1141
|
18 years |
mar637 |
added stub for mx_quotient
|
|
|
@1135
|
18 years |
mar637 |
more work on a modular scons set up
|
|
|
@1134
|
18 years |
mar637 |
added numpy/numarray detection
|
|
|
@1133
|
18 years |
mar637 |
set svn:keywords
|
|
|
@1132
|
18 years |
mar637 |
changed revision tag
|
|
|
@1131
|
18 years |
mar637 |
A linecatlog class for asap. Initial revision
|
|
|
@1122
|
18 years |
mar637 |
install file for python code
|
|
|
@1118
|
18 years |
mar637 |
fixes for pylint reported violations
|
|
|
@1117
|
18 years |
mar637 |
added entry for merge()
|
|
|
@1116
|
18 years |
mar637 |
fixed up import of MaskedArray to make it usable with numpy and numarray
|
|
|
@1115
|
18 years |
mar637 |
added patch from Tak, so the constructor works with ms directories.
|
|
|
@1101
|
18 years |
mar637 |
added default legend font size; added proper raise for wrong argument; …
|
|
|
@1100
|
18 years |
mar637 |
removed hardcoding of legend font size
|
|
|
@1099
|
18 years |
mar637 |
moved average_channel into average_time as an addition weight
|
|
|
@1098
|
18 years |
mar637 |
fix to legend location.
|
|
|
@1097
|
18 years |
mar637 |
reduced number of * imports. added plotter.papertype to rcparams
|
|
|
@1096
|
18 years |
mar637 |
added legend placing/disable to set_legend. Changed decimate from 2048 …
|
|
|
@1095
|
18 years |
mar637 |
moved mpl version check to class import. It prints warning now. No …
|
|
|
@1094
|
18 years |
mar637 |
fixed bug introduced in last chheck-in. get_fit instead of getfit
|
|
|
@1093
|
18 years |
mar637 |
removed FITS output, added drop_scan function
|
|
|
@1092
|
18 years |
mar637 |
Fix for ticket #54
|
|
|
@1089
|
18 years |
mar637 |
alternative plotter widget based on GTk. Not used anywhere - yet
|
|
|
@1088
|
18 years |
mar637 |
use MA instead of spectrum and mask for plotting. THIS isn't tested …
|
|
|
@1087
|
18 years |
mar637 |
use MA instead of homemade masking; This probably breaks old (woody) …
|
|
|
@1086
|
18 years |
mar637 |
use MA instead of homemade masking; some work on aut-scaling label …
|
|
|
@1085
|
18 years |
mar637 |
only import scantable form scantable
|
|
|
@1084
|
18 years |
mar637 |
use draw instead of show
|
|
|
@1080
|
18 years |
mar637 |
move all the environment set-up into python asap module. only detect …
|
|
|
@1079
|
18 years |
mar637 |
make storage rcparam casa-insensitive
|
|
|
@1076
|
18 years |
mar637 |
added rc parameter scanatble.storage
|
|
|
@1075
|
18 years |
mar637 |
added errors to class; added fit convergence test; optional …
|
|
|
@1074
|
18 years |
mar637 |
Ticket #50 - arbitrary quotient
|
|
|
@1073
|
18 years |
mar637 |
Ticket #48 - enable disk based scantable. added scan averaging to …
|
|
|
@1070
|
18 years |
mar637 |
enhancement ticket #35. median scantable; also added get_column
|
|
|
@1069
|
18 years |
mar637 |
enhancement ticket #35. median scantable
|
|
|
@1061
|
18 years |
mar637 |
Added feature Ticket #42; The user can now plot the fits adn reject them.
|
|
|
@1059
|
18 years |
mar637 |
merge from Release2.0
|
|
|
@1054
|
19 years |
mar637 |
merge from branches/Release2.0
|
|
|
@1045
|
19 years |
mar637 |
Bug fix for default value in set_*
|
|
|
@1044
|
19 years |
mar637 |
Remove beta from version number
|
|
|
@1039
|
19 years |
mar637 |
minor fix to printing of areas by component. The sum of all areas was …
|
|
|
@1035
|
19 years |
mar637 |
changed to bug reporting address
|
|
|
@1034
|
19 years |
mar637 |
Removed debug print
|
|
|
@1033
|
19 years |
mar637 |
Fix for Ticket #33; was confusing mask and flag again. == flag svn …
|
|
|
@1032
|
19 years |
mar637 |
Fix for Ticket #32; re-introduced mpl version dependency
|
|
|
@1031
|
19 years |
mar637 |
Fix for Ticket #31; I forgot to change this when I changed the return …
|
|
|
@1029
|
19 years |
mar637 |
Fix for Ticket #28 - weight needs to be case insensitive
|
|
|
@1027
|
19 years |
mar637 |
Fix fro Ticket #23 . Mpl rc paramans xtic/ytick not avalaible in all …
|
|
|
@1025
|
19 years |
mar637 |
a stab at making axis ticks and labels scale in multipanelling. …
|
|
|
@1024
|
19 years |
mar637 |
Fixed create_mask to use start and end point. Added example
|
|
|
@1023
|
19 years |
mar637 |
The previous histogram plot was mutually exclusive with linestyle, so …
|
|
|
@1022
|
19 years |
mar637 |
added histogram plotting (rc parameter); function documentation updates
|
|
|
@1021
|
19 years |
mar637 |
decimate threshold 1024 -> 2048; added histogram plotting; function …
|
|
|
@1020
|
19 years |
mar637 |
made matplotlib hack in save version dependend as this has been fixed …
|
|
|
@1019
|
19 years |
mar637 |
some work on the multipanel cosmetics. Use font-scaling on labels, …
|
|
|
@1018
|
19 years |
mar637 |
added yrange synch in 'ganged' mode.
|
|
|
@1017
|
19 years |
mar637 |
Fix for ticket #21 - get_parameters/set_parameters inconsistent. …
|
|
|
@1014
|
19 years |
mar637 |
added commands entry for selector; added version()
|
|
|
@1012
|
19 years |
ASAP |
flag_spectrum -> flag in commands()
|
|
|
@1010
|
19 years |
mar637 |
Fix to Ticket #17 - average_pol not working.
|
|
|
@1006
|
19 years |
mar637 |
removed function body for deprecated functions
|
|
|
@1005
|
19 years |
mar637 |
added doc for get/set_selection. added default argument to set_selection
|
|
|
@1003
|
19 years |
mar637 |
added column_names()
|
|
|
@1002
|
19 years |
mar637 |
reverted back to looping over all rows in plot()
|
|
|
@1001
|
19 years |
mar637 |
added flagging
|
|
|
@998
|
19 years |
mar637 |
fixed bug, where too many spectra where plotted when the plotter was …
|
|
|
@992
|
19 years |
mar637 |
added function to convert between polarisation types
|
|
|
@989
|
19 years |
mar637 |
reactivated scantable.save as in Ticket #4.
added …
|
|
|
@984
|
19 years |
mar637 |
added set_dirframe
asap2 tidy up
|
|
|
@981
|
19 years |
mar637 |
Removed align option from average in c++ as it is buggy.
python is now …
|
|
|
@976
|
19 years |
mar637 |
Ticket #12 - read of multiple rpf files into one scantable.
|
|
|
@975
|
19 years |
mar637 |
Completed Ticket #7 - storing of fits.
|
|
|
@974
|
19 years |
mar637 |
Completed Ticket #7 - storing of fits.
|
|
|
@964
|
19 years |
mar637 |
removed type prefix for polarisation labels
|
|
|
@963
|
19 years |
mar637 |
set_tsys needs to use vector notation of TSYS
|
|
|
@954
|
19 years |
mar637 |
Fixed Ticket #6 (selector.set_polarisations error)
|
|
|
@952
|
19 years |
mar637 |
fixed typo in set_name
|
|
|
@948
|
19 years |
mar637 |
added get functions; added is_empty; added add to combine selections
|
|
|
@947
|
19 years |
mar637 |
made use of selector class, added sort order to _plot command
|
|
|
@946
|
19 years |
mar637 |
re-enabled average_pol; made use of selector class
|
|
|
@945
|
19 years |
mar637 |
fixed scanAv->scanav mix up
|
|
|
@944
|
19 years |
mar637 |
added unique; added selector
|
|
|
@943
|
19 years |
mar637 |
fixed a couple of variable mix ups
|
|
|
@936
|
19 years |
mar637 |
fixed self.stm to self._math
|
|
|
@935
|
19 years |
mar637 |
re-introduced re-plot
|
|
|
@932
|
19 years |
mar637 |
python warpper for c++ selector class
|
|
|
@931
|
19 years |
mar637 |
added align arg to average_time; fixed auto_poly_baseline to be …
|
|
|
@930
|
19 years |
mar637 |
added align arg to average_time().
|
|
|
@929
|
19 years |
mar637 |
made it consistent with the interfaces changes at c++ level
|
|
|
@928
|
19 years |
mar637 |
re-enabled plotter; added new utility function _to_list(); added empty …
|
|
|
@920
|
19 years |
mar637 |
asap2 migration of plotter
|
|
|
@919
|
19 years |
mar637 |
fixed indentation error left by Maxim's last check-in
|
|
|
@918
|
19 years |
mar637 |
added merge
|
|
|
@914
|
19 years |
mar637 |
Stokes polarimetry handling and conversion
bug fix: forgot self on …
|
|
|
@909
|
19 years |
vor010 |
RuntimeError -> ValueError
|
|
|
@907
|
19 years |
vor010 |
LineFinder & auto_poly_baseline: a support of
new scantable format …
|
|
|
@895
|
19 years |
mar637 |
added asapreader to asap2
|
|
|
@889
|
19 years |
mar637 |
fixed _check_ifs()
|
|
|
@880
|
19 years |
mar637 |
added linefinder
|
|
|
@876
|
19 years |
mar637 |
move to asap2 container
|
|
|