https://github.com/akodiat/redshift-search-graphs
Efficient analysis of bandwidth coverage and spectral lines for finding z-specs
https://github.com/akodiat/redshift-search-graphs
astronomy astrophysics pyodide
Last synced: 4 months ago
JSON representation
Efficient analysis of bandwidth coverage and spectral lines for finding z-specs
- Host: GitHub
- URL: https://github.com/akodiat/redshift-search-graphs
- Owner: Akodiat
- Created: 2025-02-11T10:42:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T12:21:07.000Z (4 months ago)
- Last Synced: 2025-02-11T12:25:09.520Z (4 months ago)
- Topics: astronomy, astrophysics, pyodide
- Language: Jupyter Notebook
- Homepage: https://akodiat.github.io/redshift-search-graphs/
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://gist.github.com/willurd/5720255))```sh
python -m http.server 8000
```Then, you can go to [localhost:8000](HTTP:/localhost:8000) (or whatever port you used above) to view the app.
## Pyodide
[Pyodide](https://pyodide.org/) is a Python distribution that can run in the browser (through WebAssembly), allowing you to call Python code from JavaScript.