Code relevant to underwater floats, acoustic geolocationing
-
acoustic/ : acoustic signal processing and modeling
-
doc/ : conda and git info
-
flow/ : analysis of flow numerical simulations
-
geolocation/ : sandbox for geolocation methods
-
instrum/ : float dynamics and control
All scripts require python librairies that may be installed with conda according to the following instructions here
If you want to run jupyter on your desktop and access it from your laptop, first run on your desktop:
jupyter-notebook --port=8889
From your laptop, then run:
ssh -N -L localhost:8889:localhost:8889
and go to this address