Read and plot ESA MARSIS radar data in Matlab.
One-time program setup and self-test
buildtool
Generate plots for the date you desire (optionally specify hour,minute,second):
marsis.show(datetime(2008,9,9,1,0,0), 'out.avi')
where 'out.avi' is the optional movie output filename.
I cleaned up the original readais.c
cc src/read_ais.c -o +marsis/read_ais
Update the URL to get most recent orbits
orbfile = marsis.download_orbit("data", "https://naif.jpl.nasa.gov/pub/naif/pds/data/mex-e_m-spice-6-v2.0/mexsp_2000/EXTRAS/ORBNUM/ORMM_MERGED_01825.ORB")
marsis.read_orbit(orbfile)
Sept 9, 2008 starting at 1 UT:
marsis.show(datetime(2008,9,9,1,0,0))
data is output to the data/ directory