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 CLIENT
Using express webserver(for development / testing)
make start-dev
Using production with Grover-Server
make build-production
- The production directory will be under ./grover/dist
- You may move the folder and its contents to any location you chose
- 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.
- docker image
clean up UI