Skip to content

infravis/redshift-search-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redshift search graphs

Efficient analysis of bandwidth coverage and spectral lines for finding z-specs.

Original code by Tom Bakx: https://github.com/tjlcbakx/redshift-search-graphs

User interface by Joakim Bohlin, Chalmers Infravis.

Try it now

Simply go to https://akodiat.github.io/redshift-search-graphs to try the app yourself.

Running locally

To run it locally, you need to start a static HTTP server in this directory. You can easily do that with the following Python command (or any of these other options)

python -m http.server 8000

Then, you can go to localhost:8000 (or whatever port you used above) to view the app.

Pyodide

Pyodide is a Python distribution that can run in the browser (through WebAssembly), allowing you to call Python code from JavaScript.