quick_mascon_plot.py

  • Plots a mascon time series file for a particular format

Source code

Calling Sequence

usage: quick_mascon_plot.py [-h] [--individual] [--output-file OUTPUT_FILE]
                            [--figure-format {pdf,png,jpg,svg}]
                            [--figure-dpi FIGURE_DPI] [--header HEADER]
                            [--marker MARKER] [--zorder ZORDER [ZORDER ...]]
                            [--title TITLE] [--time TIME] [--units UNITS]
                            [--legend LEGEND [LEGEND ...]] [--error] [--all]
                            [--mode MODE]
                            file [file ...]

Positional Arguments

file

Mascon data files

Named Arguments

--individual, -I

Create individual plots or combine into single

--output-file, -O

Output figure file

--figure-format, -f

Possible choices: pdf, png, jpg, svg

Output figure format

--figure-dpi, -d

Output figure resolution in dots per inch (dpi)

--header, -H

Number of rows of header text to skip

--marker, -m

Plot marker

--zorder, -z

Drawing order for each time series

--title, -t

Plot title

--time, -T

Time label for x-axis

--units, -U

Units label for y-axis

--legend, -L

Legend labels for each time series

--error, -E

Plot mascon errors

--all, -A

Plot all data without data gap

--mode, -M

Permissions mode of output files