File: run_examples.py

package info (click to toggle)
astroquery 0.4.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,140 kB
  • sloc: xml: 114,036; python: 38,983; javascript: 161; makefile: 139; 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')