Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 913 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 913 Bytes

ippsrv-astro

Source files for the radioastro/ipsrv-astro docker container.

source code of iipsrv-astro:

https://github.com/cmarmo/iipsrv-astro

You can build and run the container running make. This will start the webserver which accepts requests on this form:

http://<dockerhost>:<port>/iipsrv-astro/FIF=<file>.tif

alternativly you can build and run the container by hand. mount your folder containing tif files into /images inside the container.

visiomatic

This repository also contains a fig file to configure a webserving serving visiomatic and leaflet, connected to the ipsrv-astro container. Just run fig up to start that. You can change the shown image by adding #<file>.tif to the URL.

fits & tiff

Use stiff to convert fits to tiff

http://www.visiomatic.org/software/stiff

Docker & fig

https://www.docker.com/ http://www.fig.sh/