Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marsis Radar

matlab

DOI

Read and plot ESA MARSIS radar data in Matlab.

Quickstart

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.

Setup

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)

Example

Sept 9, 2008 starting at 1 UT:

marsis.show(datetime(2008,9,9,1,0,0))

data is output to the data/ directory

orbnum alternative download

About

Utilities for reading and ploting ESA MARSIS radar data

Topics

Resources

Code of conduct

Contributing

Stars

3 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages