Grover allows you to visualize your fits image files as well as provide the metadata contained within each file:
- Visualize and store fits files + images
- Convert extracted images to videos and mosiacs
- View metadata extracted from file
STARTING THE WEB SERVER
Make sure you have golang >v1.14
If using Grover-Client make sure to build client before running server configuration
- create .env file
make configure
- build & run the executable
make start
You can access the site from http://localhost:8080
- Handling of fits file images with floating point bitpix value (-32, -64) renders a insufficient image. For now use fits files with only integer based bitpix values
- Large fits file handling crashes the client
Contributions are welcome. If interested, fork this repo and submit a PR.
- GRPC TLS support
- implement support for tables / arrays being extracted from fits files
support single file, multi image fits data- docker image