Raw data from PdBI easily amount to hundred of MB. It has thus been decided to leave the choice between two demonstration:
To be ready to run the demonstration, we installed (1) no less than five different softwares. If you leaved the xterm you were working in, you have lost all the needed shell environment. So we gathered here what is mandatory to allow the demonstrations to run smoothly.
pctcp104> export PATH=$PATH:$HOME/gildas-miriad/local/bin pctcp104> source $HOME/gildas-miriad/gildas-exe/pc-redhat7.2-ifc/bash_profile pctcp104> source $HOME/gildas-miriad/miriad/MIRSRC.linux pctcp104> export PYTHONPATH=$PYTHONPATH:$MIR/src/scripts/pythonThose probably need a bit of adaptation to your own installation. For instance, pc-redhat-7.2-ifc may not be the system you are working on. To know what is correct for you, just look in the $HOME/gildas-miriad/gildas-exe directory.
The data and script needed to run the partial demonstration are available as a gzip tarball here (7.4 MB).
pctcp104> cd $HOME/gildas-miriad pctcp104> tar -xzvf partdemo.tar.gz pctcp104> cd partdemo pctcp104> ./partdemo.pyIf you want to come back to the orginal state, just type make clean at the prompt.
Right now only the calibration inside GILDAS is implemented.
The data and script needed to run the partial demonstration are available as a gzip tarball here (790 MB).
pctcp104> cd $HOME/gildas-miriad pctcp104> tar -xzvf fulldemo.tar.gz pctcp104> cd fulldemo pctcp104> ./fulldemo.pyIf you want to come back to the orginal state, just type make clean at the prompt.