source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1148   18 years mar637 use get*nos instead of n* (* can be scan, beam etc.). This showed a …
(edit) @1147   18 years mar637 added linecatalog plotting; soem font scaling fixes
(edit) @1146   18 years mar637 added linecatalog plotting; fixed numarray imports
(edit) @1145   18 years mar637 added average_beam which is part of Ticket #45
(edit) @1144   18 years mar637 added new functions to commands
(edit) @1143   18 years mar637 Implemented Ticket #45 as scantable.mx_quotient.
(edit) @1142   18 years mar637 undid last check-in as pksreader can handle this data now.
(edit) @1141   18 years mar637 added stub for mx_quotient
(edit) @1140   18 years mar637 add mxExtract the first step to do MX quotients
(edit) @1139   18 years mar637 temporary hack for import of methanol multibeam data
(edit) @1138   18 years mar637 enabled custom library directories. Multiple level check for cfitsio
(edit) @1137   18 years mar637 added hack to prevent scons from failing when ditr doesn't exists
(edit) @1136   18 years mar637 fixed error in moduledir hack for 64bit
(edit) @1135   18 years mar637 more work on a modular scons set up
(edit) @1134   18 years mar637 added numpy/numarray detection
(edit) @1133   18 years mar637 set svn:keywords
(edit) @1132   18 years mar637 changed revision tag
(edit) @1131   18 years mar637 A linecatlog class for asap. Initial revision
(edit) @1130   18 years mar637 changed to use scons environments. added cutom paths.
(edit) @1129   18 years mar637 changed to use scons environments
(edit) @1128   18 years mar637 more fixes to 64bit install
(edit) @1127   18 years mar637 more fixes to casa detection
(edit) @1126   18 years mar637 added linecatalog to python inteface
(edit) @1125   18 years mar637 add tree install
(edit) @1124   18 years mar637 utility to install directory trees
(edit) @1123   18 years mar637 added -fPIC to 64bit CPPFLAGS, as thsi is need even for static libs
(edit) @1122   18 years mar637 install file for python code
(edit) @1121   18 years mar637 added static lib build for asap
(edit) @1120   18 years mar637 moved helper functions into scons subdir. added disttar builder. …
(edit) @1119   18 years mar637 scons utilities
(edit) @1118   18 years mar637 fixes for pylint reported violations
(edit) @1117   18 years mar637 added entry for merge()
(edit) @1116   18 years mar637 fixed up import of MaskedArray? to make it usable with numpy and numarray
(edit) @1115   18 years mar637 added patch from Tak, so the constructor works with ms directories.
(edit) @1114   18 years mar637 fixed indentation
(edit) @1113   18 years mar637 towards a working version
(edit) @1112   18 years mar637 added uint template used by Scantable::getNumbers
(edit) @1111   18 years mar637 add getNumbers utility function, which is now called by all function …
(edit) @1110   18 years mar637 added detection of telesope for paddle scan rejection as this was …
(edit) @1109   18 years mar637 removed print statement
(edit) @1108   18 years mar637 first version which compiles
(edit) @1107   18 years mar637 Don't need this anymore. We use track now.
(edit) @1106   18 years mar637 added doxygen documentation
(edit) @1105   18 years mar637 more clever use of python…
(edit) @1104   18 years mar637 added doxygen documentation
(edit) @1103   18 years mar637 fixed ifndef
(edit) @1102   18 years mar637 added documentation fixed ifndef
(edit) @1101   18 years mar637 added default legend font size; added proper raise for wrong argument; …
(edit) @1100   18 years mar637 removed hardcoding of legend font size
(edit) @1099   18 years mar637 moved average_channel into average_time as an addition weight
(edit) @1098   18 years mar637 fix to legend location.
(edit) @1097   18 years mar637 reduced number of * imports. added plotter.papertype to rcparams
(edit) @1096   18 years mar637 added legend placing/disable to set_legend. Changed decimate from 2048 …
(edit) @1095   18 years mar637 moved mpl version check to class import. It prints warning now. No …
(edit) @1094   18 years mar637 fixed bug introduced in last chheck-in. get_fit instead of getfit
(edit) @1093   18 years mar637 removed FITS output, added drop_scan function
(edit) @1092   18 years mar637 Fix for ticket #54
(edit) @1091   18 years mar637 remove encomapssing asap namespace, add asap:: scope to Scantable
(edit) @1090   18 years mar637 added more auto-detection of libs
(edit) @1089   18 years mar637 alternative plotter widget based on GTk. Not used anywhere - yet
(edit) @1088   18 years mar637 use MA instead of spectrum and mask for plotting. THIS isn't tested …
(edit) @1087   18 years mar637 use MA instead of homemade masking; This probably breaks old (woody) …
(edit) @1086   18 years mar637 use MA instead of homemade masking; some work on aut-scaling label …
(edit) @1085   18 years mar637 only import scantable form scantable
(edit) @1084   18 years mar637 use draw instead of show
(edit) @1083   18 years mar637 asap2 compliance
(edit) @1082   18 years mar637 Initial rev of scons files
(edit) @1081   18 years mar637 using obsType to skip paddle scans
(edit) @1080   18 years mar637 move all the environment set-up into python asap module. only detect …
(edit) @1079   18 years mar637 make storage rcparam casa-insensitive
(edit) @1078   18 years mar637 added scan averaging to average_channel
(edit) @1077   18 years mar637 enabled another constructor to handle disk based tables; chnaged this …
(edit) @1076   18 years mar637 added rc parameter scanatble.storage
(edit) @1075   18 years mar637 added errors to class; added fit convergence test; optional …
(edit) @1074   18 years mar637 Ticket #50 - arbitrary quotient
(edit) @1073   18 years mar637 Ticket #48 - enable disk based scantable. added scan averaging to …
(edit) @1072   18 years mar637 PKSreader/writer addition keyword obstype
(edit) @1071   18 years mar637 minor updates and fixes
(edit) @1070   18 years mar637 enhancement ticket #35. median scantable; also added get_column
(edit) @1069   18 years mar637 enhancement ticket #35. median scantable
(edit) @1068   18 years mar637 added Scantable::getDirectionString; added Scantable::setSourceType
(edit) @1067   18 years mar637 removed the 10% edge removal in estimate. It disabled the mask. Defect …
(edit) @1066   18 years mar637 Enhancement Ticket #50; arbitrary quotients.
(edit) @1065   18 years phi196 Added release version column and a couple more requirements
(edit) @1064   18 years phi196 Minor updates
(edit) @1063   18 years mar637 resolved requirement
(edit) @1062   18 years mar637 a list of known useres of the package
(edit) @1061   18 years mar637 Added feature Ticket #42; The user can now plot the fits adn reject them.
(edit) @1060   18 years mar637 Tracking changes in PKSreader/writer for MOPS support.
(edit) @1059   18 years mar637 merge from Release2.0
(edit) @1055   18 years mar637 requirements completion matrix as of Release2.0
(edit) @1054   18 years mar637 merge from branches/Release2.0
(edit) @1047   18 years mar637 Ticket #29. added Table Column OPACITY. This is not used anywhere yet
(edit) @1045   18 years mar637 Bug fix for default value in set_*
(edit) @1044   18 years mar637 Remove beta from version number
(edit) @1042   18 years mar637 small update
(edit) @1041   18 years mar637 not really approriate anymore. Use test/*.py instead
(edit) @1040   18 years mar637 Web doc update for usage of ASAP v2
(edit) @1039   18 years mar637 minor fix to printing of areas by component. The sum of all areas was …
(edit) @1038   18 years mar637 have to check if output dir is there
Note: See TracRevisionLog for help on using the revision log.