Changeset 1996


Ignore:
Timestamp:
02/17/11 18:19:58 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-1306)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: New plotter and toolbar for graphical flagging

Test Programs:

scan = asap.scantable(filename=sdfile,average=False)
guiflagger = asap.flagplotter(visible=True)
guiflagger.plot(scan)
## modify flag on the plot
scan.save(name='flagged_file.asap',format='ASAP')

Put in Release Notes: Yes

Module(s): itself

Description:

A new flagplotter module is added for graphical flagging.
A new flagtoolbar module is added for the plotter.

Location:
trunk/python
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/CMakeLists.txt

    r1954 r1996  
    2323     ${PYTHONDIR}/coordinate.py
    2424     ${PYTHONDIR}/env.py
     25     ${PYTHONDIR}/flagplotter.py
     26     ${PYTHONDIR}/flagtoolbar.py
    2527     ${PYTHONDIR}/__init__.py
    2628     ${PYTHONDIR}/interactivemask.py
Note: See TracChangeset for help on using the changeset viewer.