[Casa-framework] Daily SVN changes

aips2mgr at nrao.edu aips2mgr at nrao.edu
Tue Jul 29 21:25:04 EDT 2008


------------------------------------------------------------------------
r5825 | wes.young | 2008-07-28 19:15:06 -0600 (Mon, 28 Jul 2008) | 1 line
Changed paths:
   M /casa.v2/branches/active/code/VERSION

Daily VERSION for SVN tree
------------------------------------------------------------------------
r5826 | wes.young | 2008-07-29 07:30:07 -0600 (Tue, 29 Jul 2008) | 1 line
Changed paths:
   M /casa.v2/branches/active/code/doc/html/buildstatus.html

Updated with lastest results
------------------------------------------------------------------------
r5827 | honglin.ye | 2008-07-29 09:40:37 -0600 (Tue, 29 Jul 2008) | 10 lines
Changed paths:
   M /casa.v2/branches/active/code/tables/implement/TablePlot/BasePlot.cc

       New Development: No
            JIRA Issue: No
      Ready to Release: No
     Interface Changes: No
What Interface Changed: 
         Test Programs: 
  Put in Release Notes: No
           Description: removed debug output


------------------------------------------------------------------------
r5828 | wes.young | 2008-07-29 11:35:48 -0600 (Tue, 29 Jul 2008) | 13 lines
Changed paths:
   M /casa.v2/branches/active/code/xmlcasa/scripts/task_exportfits.py
   M /casa.v2/branches/active/code/xmlcasa/tasks/exportfits.xml
   M /casa.v2/branches/active/code/xmlcasa/tasks/importfits.xml


       New Development: No
            JIRA Issue: CAS-810
      Ready to Release: Yes
     Interface Changes: No
What Interface Changed: 
         Test Programs: 
  Put in Release Notes: Yes
           Description: 
fitsfile changed to fitsimage, text corrected on exportfits.
	


------------------------------------------------------------------------
r5829 | raymond.rusk | 2008-07-29 13:43:20 -0600 (Tue, 29 Jul 2008) | 13 lines
Changed paths:
   M /casa.v2/branches/active/code/doc/casaref/CasaRef.dir/quantaModule.tex


       New Development: Yes
            JIRA Issue: Yes CAS-882
      Ready to Release: Yes
     Interface Changes: Yes
What Interface Changed: None
         Test Programs: This is documentation.
  Put in Release Notes: Yes
           Description: Documention describing changes in quanta to support vectors.

	


------------------------------------------------------------------------
r5830 | shannon.jaeger | 2008-07-29 15:17:40 -0600 (Tue, 29 Jul 2008) | 38 lines
Changed paths:
   M /casa.v2/branches/active/code/images/implement/Images/RegionManager.cc
   M /casa.v2/branches/active/code/images/implement/Images/RegionManager.h
   M /casa.v2/branches/active/code/xmlcasa/implement/images/regionmanager_cmpt.cc

       New Development: Yes
            JIRA Issue: No
      Ready to Release: Yes
     Interface Changes: Yes / User (and programmer)
What Interface Changed: Made the intersection function in the region
			manager tool functional!
         Test Programs: None yet -- can been tested by hand as follows:

			ia.open( 'mytest.im')
			csys = ia.coordsys()
			ia.close()
			r1=rg.wbox( trc='30pix,30pix', blc='50pix,50pix', csys=csys.torecord() )
			r2=rg.wbox( trc='15pix,25pix', blc='40pix,40pix', csys=csys.torecord() )
			regions={'region1':r1, 'region2':r2 }
			intersection = rg.intersction( regions )
			r1.done()
			r2.done()
			...


  Put in Release Notes: Yes
           Description: Added support for the intersection function
			in the region manager tool.  This required
			the following code additions:

			actual code in regionmanger_cmpt::intersection
			RegionManger::intersection()  - 3 different flavors
						        of this method.

			
			The code additions are more or less identical
			to the union functions/methods with the appropriate
			changes.

			I also filled in the "rg.done()" tool function so
			that it cleans up the memory its using.


------------------------------------------------------------------------
r5831 | raymond.rusk | 2008-07-29 16:54:34 -0600 (Tue, 29 Jul 2008) | 13 lines
Changed paths:
   M /casa.v2/branches/active/code/xmlcasa/implement/images/image.xml


       New Development: No
            JIRA Issue: No
      Ready to Release: Yes
     Interface Changes: No
What Interface Changed: None
         Test Programs: scripts/testimages.sh
  Put in Release Notes: Yes
           Description: Changed 1-rel LELs in examples to 0-rel

	


------------------------------------------------------------------------
r5832 | honglin.ye | 2008-07-29 16:58:25 -0600 (Tue, 29 Jul 2008) | 10 lines
Changed paths:
   M /casa.v2/branches/active/code/tables/implement/TablePlot/BasePlot.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/TPCallBackHooks.h

       New Development: No
            JIRA Issue: No
      Ready to Release: No
     Interface Changes: No
What Interface Changed: 
         Test Programs: 
  Put in Release Notes: No
           Description: removed debug messages


------------------------------------------------------------------------
r5833 | honglin.ye | 2008-07-29 16:59:54 -0600 (Tue, 29 Jul 2008) | 9 lines
Changed paths:
   M /casa.v2/branches/active/code/msvis/implement/MSPlot/MsPlotHooks.h

       New Development: No
            JIRA Issue: No
      Ready to Release: No
     Interface Changes: No
What Interface Changed: 
         Test Programs: 
  Put in Release Notes: No
           Description: removed debug messages

------------------------------------------------------------------------
r5834 | honglin.ye | 2008-07-29 18:21:56 -0600 (Tue, 29 Jul 2008) | 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
   M /casa.v2/branches/active/code/msvis/implement/MSPlot/MsPlotConvert.h
   M /casa.v2/branches/active/code/msvis/implement/MSPlot/MsPlotHooks.h
   M /casa.v2/branches/active/code/msvis/implement/MSPlot/MsPlotLogger.h

       New Development: No
            JIRA Issue: No
      Ready to Release: No
     Interface Changes: No
What Interface Changed: 
         Test Programs: 
  Put in Release Notes: No
           Description: add -2008 to copyright
                        make sure have not marked release yes in previous commit


------------------------------------------------------------------------
r5835 | honglin.ye | 2008-07-29 18:27:59 -0600 (Tue, 29 Jul 2008) | 11 lines
Changed paths:
   M /casa.v2/branches/active/code/tables/implement/TablePlot/BasePlot.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/BasePlot.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/CasaPyInterpreter.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/CasaPyInterpreter.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/CrossPlot.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/CrossPlot.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/FlagVersion.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/FlagVersion.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/PanelParams.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/PanelParams.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/PlotterGlobals.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/SLog.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/SLog.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/TPCallBackHooks.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/TPLogger.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/TPPlotter.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/TPPlotter.h
   M /casa.v2/branches/active/code/tables/implement/TablePlot/TablePlot.cc
   M /casa.v2/branches/active/code/tables/implement/TablePlot/TablePlot.h

       New Development: No
            JIRA Issue: No
      Ready to Release: No
     Interface Changes: No
What Interface Changed: 
         Test Programs: 
  Put in Release Notes: No
           Description: add -2008 to copyright
                        make sure have not marked yes to release


------------------------------------------------------------------------
r5836 | honglin.ye | 2008-07-29 18:31:27 -0600 (Tue, 29 Jul 2008) | 10 lines
Changed paths:
   M /casa.v2/branches/active/code/xmlcasa/implement/ms/ms.xml
   M /casa.v2/branches/active/code/xmlcasa/implement/ms/ms_cmpt.cc
   M /casa.v2/branches/active/code/xmlcasa/implement/ms/msplot.xml
   M /casa.v2/branches/active/code/xmlcasa/implement/ms/msplot_cmpt.cc
   M /casa.v2/branches/active/code/xmlcasa/implement/ms/msplot_cmpt.h

       New Development: No
            JIRA Issue: No
      Ready to Release: No
     Interface Changes: No
What Interface Changed: 
         Test Programs: 
  Put in Release Notes: No
           Description: add -2008 to copyright


------------------------------------------------------------------------
r5837 | wes.young | 2008-07-29 19:15:06 -0600 (Tue, 29 Jul 2008) | 1 line
Changed paths:
   M /casa.v2/branches/active/code/VERSION

Daily VERSION for SVN tree
------------------------------------------------------------------------


More information about the Casa-framework mailing list