Last change
on this file since 3074 was 2830, checked in by WataruKawasaki, 11 years ago |
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)
|
File size:
1.3 KB
|
Line | |
---|
1 | ###
|
---|
2 | # CMakeLists.txt for python modules
|
---|
3 | ###
|
---|
4 |
|
---|
5 | # root for python
|
---|
6 | set( PYTHONROOT ${ASAP_SOURCE_DIR} )
|
---|
7 | set( PYTHONDIR ${PYTHONROOT}/python )
|
---|
8 |
|
---|
9 | # python modules
|
---|
10 | set( PYTHON_MODULES
|
---|
11 | ${PYTHONDIR}/__init__.py
|
---|
12 | ${PYTHONDIR}/asapfit.py
|
---|
13 | ${PYTHONDIR}/asapfitter.py
|
---|
14 | ${PYTHONDIR}/asapgrid.py
|
---|
15 | ${PYTHONDIR}/asaplinefind.py
|
---|
16 | ${PYTHONDIR}/asaplot.py
|
---|
17 | ${PYTHONDIR}/asaplotbase.py
|
---|
18 | ${PYTHONDIR}/asaplotgui.py
|
---|
19 | ${PYTHONDIR}/asaplotgui_gtk.py
|
---|
20 | ${PYTHONDIR}/asaplotgui_qt4.py
|
---|
21 | ${PYTHONDIR}/asapmath.py
|
---|
22 | ${PYTHONDIR}/asapplotter.py
|
---|
23 | ${PYTHONDIR}/compatibility.py
|
---|
24 | ${PYTHONDIR}/coordinate.py
|
---|
25 | ${PYTHONDIR}/customgui_base.py
|
---|
26 | ${PYTHONDIR}/customgui_qt4agg.py
|
---|
27 | ${PYTHONDIR}/customgui_tkagg.py
|
---|
28 | ${PYTHONDIR}/env.py
|
---|
29 | ${PYTHONDIR}/flagplotter.py
|
---|
30 | ${PYTHONDIR}/interactivemask.py
|
---|
31 | ${PYTHONDIR}/ipysupport.py
|
---|
32 | ${PYTHONDIR}/lagflagger.py
|
---|
33 | ${PYTHONDIR}/linecatalog.py
|
---|
34 | ${PYTHONDIR}/logging.py
|
---|
35 | ${PYTHONDIR}/opacity.py
|
---|
36 | ${PYTHONDIR}/parameters.py
|
---|
37 | ${PYTHONDIR}/plotter2.py
|
---|
38 | ${PYTHONDIR}/sbseparator.py
|
---|
39 | ${PYTHONDIR}/scantable.py
|
---|
40 | ${PYTHONDIR}/selector.py
|
---|
41 | ${PYTHONDIR}/simplelinefinder.py
|
---|
42 | ${PYTHONDIR}/edgemarker.py
|
---|
43 | ${PYTHONDIR}/svninfo.txt
|
---|
44 | ${PYTHONDIR}/utils.py )
|
---|
45 |
|
---|
46 | install( PROGRAMS ${PYTHON_MODULES}
|
---|
47 | DESTINATION ${PYTHON_INSTALL_DIR} )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.