Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
/ AIDA-tools Public archive

Git fork of original Gustavsson/Brandstrom et al AIDA analysis toolset for ALIS tomography of the aurora

License

Notifications You must be signed in to change notification settings

space-physics/AIDA-tools

Repository files navigation

Git mirror of original Gustavsson/Brandstrom et al AIDA analysis toolset for ALIS tomography of the aurora

Authors' SVN repo

I have made a couple patches to support Octave, but most of the program still requires Matlab.

There is far more efficient Python code but if you must use Matlab, look in the tools directory, specifically ionization_profiles_from_flux.m.

  • (reference only, not used by normal users) *

https://www.atlassian.com/git/tutorials/migrating-overview I already did this so you don't have to. More of an example to those wanting to do this for other SVNs that have enormous histories.:

cd ~/code
svn co svn co https://aniara.irf.se/svn/AIDA_tools/
cd AIDA_tools
rmdir branches tags
rm -rf .svn
echo ".data" >> .gitignore
git init
git add .
git commit -m "cutover from SVN"
git remote add origin https://github.com/scivision/AIDA-tools
git pull
git push origin master