Ignore:
Timestamp:
03/30/12 19:58:59 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-3749)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: unit tests of sdplot

Put in Release Notes: No

Module(s): sdplot, sdfit, sdstat, sdflag, sdcal, sdreduce

Description:

Made asapplotter not to generate plotter window at start-up, but the window is
only generated at the first invokation of plotting operation.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r2366 r2451  
    312312        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    313313        asaplog.post('WARN')
    314         #p=asaplotgui.asaplotgui()
    315314        p=new_asaplot()
    316315        #nr=min(6,len(ifnos)*len(polnos))
     
    532531        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    533532        asaplog.post('WARN')
    534         #p=asaplotgui.asaplotgui()
    535533        p=new_asaplot()
    536534        #nr=min(6,len(ifnos)*len(polnos))
     
    745743        asaplog.push('Plot only first spectrum for each [if,pol] pairs to verify calibration.')
    746744        asaplog.post('WARN')
    747         #p=asaplotgui.asaplotgui()
    748745        p=new_asaplot()
    749746        #nr=min(6,len(ifnos)*len(polnos))
Note: See TracChangeset for help on using the changeset viewer.