An open API service indexing awesome lists of open source software.

https://github.com/inoribea/stellar-shell

Obtain professional astronomical information from the shell.
https://github.com/inoribea/stellar-shell

astronomy astroquery fish-plugin fishshell powershell scripts zsh

Last synced: about 2 months ago
JSON representation

Obtain professional astronomical information from the shell.

Awesome Lists containing this project

README

        

# astro-scripts

The scripts in this project are function calls for the fish shell and rely on the fish shell. They have not been tested on other terminals.

The scripts rely on astroquery. Please install it yourself to ensure normal calls.

(astroquery, astropy, tabulate, numpy, pandas, matplotlib)

## Todo
Option

- [x] jplhorizons
- [ ] vizier
- [ ] simbad
- [ ] gaia
- [ ] ned
- [ ] exoplanet
- [ ] mast
- [ ] alma
- [ ] skyview
- [ ] splatalogue

Platform

- [x] fish shell completion
- [ ] powershell completion
- [ ] zsh complation

## astroquery

``` fish
astroquery

Available astroquery commands:
echo "Available astroquery commands:"
echo " astroquery simbad # Query SIMBAD database"
echo " astroquery vizier # Query VizieR catalogs"
echo " astroquery gaia # Query Gaia database"
echo " astroquery skyview # Get images from SkyView"
echo " astroquery ned # Query NED database"
echo " astroquery jplhorizons # Query JPL Horizons for solar system objects"
echo " astroquery exoplanet # Query NASA Exoplanet Archive"
echo " astroquery mast # Query MAST Archive (Hubble, TESS, JWST, etc.)"
echo " astroquery alma # Query ALMA Archive"
echo " astroquery splatalogue # Query Splatalogue for spectral lines"
```

## fits-viewer

```fish
fits-view

--cmap=COLORMAP Set colormap (default: viridis)
--log Use logarithmic scaling
--save=FILENAME Save plot to file instead of displaying
```

thanks for claude-sonnet