Changeset 2830 for trunk/python


Ignore:
Timestamp:
07/31/13 17:37:40 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes (CAS-3620)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: Yes

Module(s): sd

Description: a new simple plotter based on PGPLOT. the module name is sd.plotter2. only available on casapy (unavailable in the standalone ASAP)


Location:
trunk/python
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/CMakeLists.txt

    r2649 r2830  
    3535     ${PYTHONDIR}/opacity.py
    3636     ${PYTHONDIR}/parameters.py
    37 #     ${PYTHONDIR}/plotter2.py
     37     ${PYTHONDIR}/plotter2.py
    3838     ${PYTHONDIR}/sbseparator.py
    3939     ${PYTHONDIR}/scantable.py
  • trunk/python/__init__.py

    r2821 r2830  
    5454from asapgrid import asapgrid, asapgrid2
    5555from edgemarker import edgemarker
    56 #from plotter2 import plotter2
     56if is_casapy():
     57    from plotter2 import plotter2
    5758from sbseparator import sbseparator
    5859from _asap import srctype
Note: See TracChangeset for help on using the changeset viewer.