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.
- Host: GitHub
- URL: https://github.com/inoribea/stellar-shell
- Owner: inoribea
- License: mit
- Created: 2025-04-11T13:26:34.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T15:42:29.000Z (about 2 months ago)
- Last Synced: 2025-04-23T15:15:56.530Z (about 2 months ago)
- Topics: astronomy, astroquery, fish-plugin, fishshell, powershell, scripts, zsh
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- [ ] splataloguePlatform
- [x] fish shell completion
- [ ] powershell completion
- [ ] zsh complation## astroquery
``` fish
astroqueryAvailable 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