Skip to content

serbinsh/isofit_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isofit_docker

A repository for building an isofit (https://github.com/isofit/isofit) Docker container

Docker hub location: https://hub.docker.com/r/serbinsh/isofit_containers

GitHub location: https://github.com/serbinsh/isofit_docker

Instructions for running the LibRadTran example:

  1. Install the Docker engine: https://www.docker.com/get-started

  1. Pull down the latest version of the basic isofit Docker container
    docker pull serbinsh/isofit_containers:isofit_master_latest

  1. Launch the IsoFit example run using the providing example shell script
docker run -t -i --user isofit -v ~/scratch/isofit_output:/isofit/examples/20171108_Pasadena/output -v ~/scratch/isofit_output/images:/isofit/examples/20171108_Pasadena/images -v ~/scratch/isofit_output/lut:/isofit/examples/20171108_Pasadena/lut serbinsh/isofit_containers:isofit_master_latest /bin/sh -c 'cd /isofit/examples/20171108_Pasadena && mkdir -p lut && ./run_example_libradtran.sh'
  • Note in this case we are mapping the isofit output in the Docker container (/isofit/examples/20171108_Pasadena/output) to the ~/scratch/isofit_output folder on the host machine.

  1. View output in the folder ~/scratch/isofit_output. Example you will find figures in the ~/scratch/isofit_output/images

Example IsoFit Output Frame

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published