https://www.iap.fr/useriap/alard/package.html
# crea contenedor llamado isis_env desde la imagen 55d1bebcf545
docker run -it --name isis_env 55d1bebcf545 /bin/bash
# salir y detener el contenedor
exit
# inicia el contenedor
docker start isis_env
# ejecuta el contenedor
docker exec -it isis_env /bin/bash
you can really process the whole set of images just by typing
./process.csh
In the sub-directory images2
of the distribution you will find a series of fifty 256x256 pixels images. The image number is a linear function of the seeing. In the sub-directory register2
you will find all the necessary files to process these images. In particular a dates file, which contains the image name, the date, and the sigma of the PSF. The configuration files are also fully provided, and you can really process the whole set of images just by typing ./process.csh
....However for the purpose of this tutorial it is better to do it step by step, to run run each script separately in order to see what happen in detail. The configuration need not to be modified, however it's good to have a glance at them. You can even try after a first successful test to modify the parameters to see the effect.
ls images2
: