[Casa-framework] Daily SVN changes
aips2mgr at nrao.edu
aips2mgr at nrao.edu
Wed Apr 11 21:25:07 EDT 2007
------------------------------------------------------------------------
r1932 | wes.young | 2007-04-09 19:15:05 -0600 (Mon, 09 Apr 2007) | 1 line
Changed paths:
M /casa.v2/branches/active/code/VERSION
Daily VERSION for SVN tree
------------------------------------------------------------------------
r1933 | wes.young | 2007-04-10 02:30:10 -0600 (Tue, 10 Apr 2007) | 1 line
Changed paths:
M /casa.v2/branches/active/code/doc/html/buildstatus.html
Updated with lastest results
------------------------------------------------------------------------
r1934 | joe.mcmullin | 2007-04-10 09:17:01 -0600 (Tue, 10 Apr 2007) | 13 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/scripts/tasks.py
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: No
What Interface Changed:
Test Programs: pending
Put in Release Notes: No
Description:
Removed work-around task, initial.py. No longer needed.
------------------------------------------------------------------------
r1935 | shannon.jaeger | 2007-04-10 09:47:29 -0600 (Tue, 10 Apr 2007) | 13 lines
Changed paths:
M /casa.v2/branches/active/code/msvis/implement/MSPlot/MsPlot.cc
New Development: No
JIRA Issue: No
Ready to Release: No
Interface Changes: No
What Interface Changed: N/A
Test Programs: None -- can try mp.open('ngc5921.ms');mp.vistime()
Put in Release Notes: No
Description: Fixed seg fault in new MsPlot when doing mp.vistime()
plot.
------------------------------------------------------------------------
r1936 | kumar.golap | 2007-04-10 11:40:36 -0600 (Tue, 10 Apr 2007) | 11 lines
Changed paths:
M /casa.v2/branches/active/code/ms/implement/MeasurementSets/MSSelection.cc
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: No if yes then specify Programmer/User
What Interface Changed: None
Test Programs: N/A
Put in Release Notes: No
Description:
Got rid of an ' ' in indextostring as empty space has meaning now
------------------------------------------------------------------------
r1937 | sanjay.bhatnagar | 2007-04-10 13:53:56 -0600 (Tue, 10 Apr 2007) | 13 lines
Changed paths:
M /casa.v2/branches/active/code/ms/implement/MeasurementSets/MSFieldGram.l
New Development: No
JIRA Issue: No
Ready to Release: Yes
Interface Changes: No
What Interface Changed: N/A
Test Programs: Pending
Put in Release Notes: Yes
Description:
Withdrawing the quick-fix to handle blanks-in-names from this file. Will put in more robust code shortly.
------------------------------------------------------------------------
r1938 | george.moellenbrock | 2007-04-10 14:52:10 -0600 (Tue, 10 Apr 2007) | 15 lines
Changed paths:
M /casa.v2/branches/active/code/calibration/implement/CalTables/CalSet.cc
M /casa.v2/branches/active/code/calibration/implement/CalTables/CalSet.h
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: Yes
What Interface Changed: Programmer (new method)
Test Programs: n/a
Put in Release Notes: No
Description: Added CalSet::store method which has an msname parameter so
that the associated MS name can be written into the Cal tables (currently
in the CAL_DESC subtable, but this will change soon).
------------------------------------------------------------------------
r1939 | george.moellenbrock | 2007-04-10 14:55:09 -0600 (Tue, 10 Apr 2007) | 13 lines
Changed paths:
M /casa.v2/branches/active/code/synthesis/implement/MeasurementComponents/VisCal.cc
M /casa.v2/branches/active/code/synthesis/implement/MeasurementComponents/VisCal.h
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: Yes
What Interface Changed: Programmer (new method)
Test Programs: n/a
Put in Release Notes: No
Description: Added private data msName_, and corresponding accessor
function to support persistent knowledge of the associated MS
------------------------------------------------------------------------
r1940 | george.moellenbrock | 2007-04-10 14:58:48 -0600 (Tue, 10 Apr 2007) | 14 lines
Changed paths:
M /casa.v2/branches/active/code/synthesis/implement/MeasurementComponents/SolvableVisCal.cc
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: No
What Interface Changed: n/a
Test Programs: n/a
Put in Release Notes: No
Description: SolvableVisCal::store() now passes the msName() to
CalSet::store so that the resulting caltable knows its MS heritage.
------------------------------------------------------------------------
r1941 | george.moellenbrock | 2007-04-10 15:19:32 -0600 (Tue, 10 Apr 2007) | 17 lines
Changed paths:
M /casa.v2/branches/active/code/calibration/implement/CalTables/PlotCal.cc
M /casa.v2/branches/active/code/calibration/implement/CalTables/PlotCal.h
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: Yes
What Interface Changed: Programmer
Test Programs: n/a
Put in Release Notes: No
Description: Added MSSelection-assisted selection and supporting services:
o PlotCal::selectCal method, which takes antenna, field, spw Strings
o PlotCal::get*Idx methods (private) which use MSSelection to extract indices
o Added msName_p private data for use by MSSelection
Also some misc. cleanup.
------------------------------------------------------------------------
r1942 | george.moellenbrock | 2007-04-10 15:24:57 -0600 (Tue, 10 Apr 2007) | 16 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/implement/calibrater/calplot.xml
M /casa.v2/branches/active/code/xmlcasa/implement/calibrater/calplot_cmpt.cc
M /casa.v2/branches/active/code/xmlcasa/implement/calibrater/calplot_cmpt.h
M /casa.v2/branches/active/code/xmlcasa/implement/calibrater/calplot_private.h
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: Yes
What Interface Changed: User (new method)
Test Programs: n/a
Put in Release Notes: Yes
Description: Added MSSelection-assisted cal table selection:
o Added calplot::selectCal method (antenna,field,spw)
o Added calplot::getVariantAsString method (private) to handle []
o Various cleanup in calplot.xml
------------------------------------------------------------------------
r1943 | george.moellenbrock | 2007-04-10 15:41:55 -0600 (Tue, 10 Apr 2007) | 15 lines
Changed paths:
M /casa.v2/branches/active/code/calibration/implement/CalTables/PlotCal.cc
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: No
What Interface Changed: n/a
Test Programs: n/a
Put in Release Notes: No
Description: Added warning message for users of old cal tables (which
will not support MSSelection-assisted selection), and removed
some couts.
------------------------------------------------------------------------
r1944 | george.moellenbrock | 2007-04-10 15:52:31 -0600 (Tue, 10 Apr 2007) | 13 lines
Changed paths:
M /casa.v2/branches/active/code/calibration/implement/CalTables/PlotCal.cc
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: No
What Interface Changed: n/a
Test Programs: n/a
Put in Release Notes: No
Description: Fixed trap for outdated tables or missing MS.
------------------------------------------------------------------------
r1945 | george.moellenbrock | 2007-04-10 15:54:00 -0600 (Tue, 10 Apr 2007) | 13 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/implement/calibrater/calplot_cmpt.cc
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: No
What Interface Changed: n/a
Test Programs: n/a
Put in Release Notes: No
Description: Removed some couts.
------------------------------------------------------------------------
r1946 | kumar.golap | 2007-04-10 16:44:19 -0600 (Tue, 10 Apr 2007) | 11 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/scripts/orion_regression.py
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: No if yes then specify Programmer/User
What Interface Changed: None
Test Programs: N/A
Put in Release Notes: No
Description:
get rid of the 'mf' in the calls to mosaic
------------------------------------------------------------------------
r1947 | kumar.golap | 2007-04-10 18:08:53 -0600 (Tue, 10 Apr 2007) | 11 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/scripts/casapy.py
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: No if yes then specify Programmer/User
What Interface Changed: None
Test Programs: N/A
Put in Release Notes: No
Description:
Fixed a bug related to using 'k' as index twice
------------------------------------------------------------------------
r1948 | wes.young | 2007-04-10 19:15:08 -0600 (Tue, 10 Apr 2007) | 1 line
Changed paths:
M /casa.v2/branches/active/code/VERSION
Daily VERSION for SVN tree
------------------------------------------------------------------------
r1949 | joe.mcmullin | 2007-04-10 20:00:28 -0600 (Tue, 10 Apr 2007) | 16 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/scripts/b0319_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/fls3a_hi_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/ggtau_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/h121_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/irc_cs_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/irc_hc3n_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/irc_sio_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/l02d_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/ngc1333_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/ngc4826_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/ngc4826c_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/ngc7538_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/ori_ch3oh_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/ori_hc3n_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/ori_sio_regression.py
M /casa.v2/branches/active/code/xmlcasa/scripts/orion_regression.py
New Development: No
JIRA Issue: /No JIRA #
Ready to Release: Yes
Interface Changes: Yes
What Interface Changed: The importvla now labels VLA antennas as 'VLAx'.
Test Programs: Regression tests
Put in Release Notes: Yes
Description:
Adapted to importvla change: VLA antenna names are now labeled as
'VLAx' where x is the antenna name. EVLA antennas are labeled as
'EVLAx'.
Removed the use of the deprecated 'restore' function.
------------------------------------------------------------------------
r1950 | joe.mcmullin | 2007-04-10 20:15:58 -0600 (Tue, 10 Apr 2007) | 16 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/scripts/assignmentFilter.py
M /casa.v2/branches/active/code/xmlcasa/scripts/casapy.py
D /casa.v2/branches/active/code/xmlcasa/scripts/restore.py
M /casa.v2/branches/active/code/xmlcasa/scripts/tasks.py
New Development: Yes
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes: Yes
What Interface Changed: restore task was removed
Test Programs: (interactive use)
Put in Release Notes: Yes
Description:
The restore task was removed; the use of the 'default' task replaces the need
populate/reset the full CASA parameter set - it can be done as needed.
Updated the user interface parameter expansion feature based on NAUG comments.
Disabled the ability to overwrite CASA and system variables.
------------------------------------------------------------------------
r1951 | wes.young | 2007-04-11 02:30:11 -0600 (Wed, 11 Apr 2007) | 1 line
Changed paths:
M /casa.v2/branches/active/code/doc/html/buildstatus.html
Updated with lastest results
------------------------------------------------------------------------
r1952 | boyd.waters | 2007-04-11 12:19:12 -0600 (Wed, 11 Apr 2007) | 24 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/scripts/assignmentFilter.py
New Development: No
JIRA Issue: No JIRA #
Ready to Release: No
Interface Changes: No if yes then specify Programmer/User
What Interface Changed:
Test Programs:
Put in Release Notes: No
Description:
1)
Namespace issue with __builtins__ -- at some levels of the IPython stack,
'__builtins__' is a dictionary, at all other levels, it is a module. Added
an explicit try-except wrapper to trap this.
2)
Added an _asf_debug boolean value - you get DEBUG: messages if you set
_asf_debug = True (it's False by default)
3)
Added a generic debugMsg(*args) function
TODO: THIS FUNCTION COULD BE USED ELSEWHERE FOR PYTHON DEBUGGING MESSAGES
TODO: THIS FUNCTION COULD BE GENERALIZED TO "LEVELED" LOGGING
------------------------------------------------------------------------
r1953 | darrell.schiebel | 2007-04-11 13:51:01 -0600 (Wed, 11 Apr 2007) | 3 lines
Changed paths:
A /casa.v2/branches/active/code/xmlcasa/scripts/taskmanager.py
this is a taskmanager which uses ipython1 (and as a result twisted) to
implement a task control hub
------------------------------------------------------------------------
r1954 | darrell.schiebel | 2007-04-11 14:12:55 -0600 (Wed, 11 Apr 2007) | 11 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/install/mksetupdotpy.sh
New Development: no
JIRA Issue: no
Ready to Release: yes
Interface Changes: none
What Interface Changed: none
Test Programs: none
Put in Release Notes: no
Description: casac.so needs to be linked against qt4
------------------------------------------------------------------------
r1955 | shannon.jaeger | 2007-04-11 14:38:49 -0600 (Wed, 11 Apr 2007) | 11 lines
Changed paths:
M /casa.v2/branches/active/code/msvis/implement/MSPlot/MsPlot.cc
M /casa.v2/branches/active/code/msvis/implement/MSPlot/MsPlot.h
New Development: No
JIRA Issue: No
Ready to Release: No
Interface Changes: No
What Interface Changed: N/A
Test Programs: mp.array() on your favorite MS
Put in Release Notes: No
Description: Added the geocentric2topocentric position conversion
for array plotting back in.
------------------------------------------------------------------------
r1956 | shannon.jaeger | 2007-04-11 15:13:01 -0600 (Wed, 11 Apr 2007) | 10 lines
Changed paths:
M /casa.v2/branches/active/code/msvis/implement/MSPlot/MsPlot.cc
New Development: Yes
JIRA Issue: No
Ready to Release: Probably -- consult Joe
Interface Changes: Yes
What Interface Changed: mp.plotxy, now excepts "channel" and "correlation"
Test Programs: None yet.
Put in Release Notes: No
Description: Added latest functionality requested by Joe, as above.
------------------------------------------------------------------------
r1957 | joe.mcmullin | 2007-04-11 16:31:38 -0600 (Wed, 11 Apr 2007) | 15 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/scripts/assignmentFilter.py
M /casa.v2/branches/active/code/xmlcasa/scripts/casapy.py
M /casa.v2/branches/active/code/xmlcasa/scripts/plotxy.py
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes:
What Interface Changed:
Test Programs: interactive
Put in Release Notes: No
Description:
Revised interface formatting (again) based on further NAUG comment.
Fix for variable protection from Boyd.
new plotxy task
------------------------------------------------------------------------
r1958 | joe.mcmullin | 2007-04-11 16:45:29 -0600 (Wed, 11 Apr 2007) | 13 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/scripts/clean.py
New Development: No
JIRA Issue: No JIRA #
Ready to Release: Yes
Interface Changes:
What Interface Changed:
Test Programs: interactive
Put in Release Notes: No
Description:
Reformat comments to enable cut/paste; improve look
------------------------------------------------------------------------
r1959 | raymond.rusk | 2007-04-11 16:50:54 -0600 (Wed, 11 Apr 2007) | 14 lines
Changed paths:
M /casa.v2/branches/active/code/images/implement/Images/ImageAnalysis.cc
M /casa.v2/branches/active/code/images/implement/Images/ImageAnalysis.h
New Development: Yes
JIRA Issue: No
Ready to Release: Yes
Interface Changes: Yes
What Interface Changed: New method to return image tool needed for assay testing
Test Programs: imagetest.py based on Glish imagetest
Put in Release Notes: No
Description:
Added another method to return a PagedImage object. Needed for
translating imagetest from Glish to Python
------------------------------------------------------------------------
r1960 | raymond.rusk | 2007-04-11 16:55:01 -0600 (Wed, 11 Apr 2007) | 14 lines
Changed paths:
M /casa.v2/branches/active/code/xmlcasa/implement/images/image.xml
M /casa.v2/branches/active/code/xmlcasa/implement/images/image_cmpt.cc
M /casa.v2/branches/active/code/xmlcasa/implement/images/image_cmpt.h
M /casa.v2/branches/active/code/xmlcasa/implement/images/scripts/image.py
M /casa.v2/branches/active/code/xmlcasa/implement/images/scripts/imagetest.py
New Development: Yes
JIRA Issue: No
Ready to Release: Yes
Interface Changes: Yes
What Interface Changed: Added method to returned a PagedImage image tool.
Test Programs: image.py and imagetest.py
Put in Release Notes: No
Description:
Conversion of glish imageservertest.g to imagetest.py and addition
of method to interface to return a PagedImage image tool.
------------------------------------------------------------------------
r1961 | wes.young | 2007-04-11 19:15:08 -0600 (Wed, 11 Apr 2007) | 1 line
Changed paths:
M /casa.v2/branches/active/code/VERSION
Daily VERSION for SVN tree
------------------------------------------------------------------------
More information about the Casa-framework
mailing list