File: run_examples.py

package info (click to toggle)
astroquery 0.3.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,220 kB
  • sloc: xml: 113,675; python: 31,588; makefile: 137; ansic: 88; sh: 46
file content (11 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
import runpy
runpy.run_path('example1_vizier.py')
runpy.run_path('example2_simbad.py')
runpy.run_path('example3_simbad.py')
runpy.run_path('example4_simbad.py')
runpy.run_path('example5_oec.py')
runpy.run_path('example6_alma.py')
runpy.run_path('example7_alma.py')
runpy.run_path('example8_eso.py')
runpy.run_path('example9_skyview_vizier.py')
runpy.run_path('example10_mast.py')