@@ -361,25 +361,25 @@ Usage
361361 Plot Settings:
362362 Options for plot format
363363
364- --scale SCALE Specify the scaling factor for the amplitude of the
365- receiver functions in the wiggle plots. [Default 100.
366- for a back-azimuth plot, 0.02 for a slowness plot]
364+ --stack Set this option to plot a stack of all traces in top
365+ panel. [Default does not plot stacked traces]
367366 --normalize Set this option to produce receiver functions
368367 normalized by the max amplitude of stacked RFs.
369368 [Default False]
370- --trange TRANGE Specify the time range for the x-axis (sec). Negative
371- times are allowed [Default 0., 30.]
372- --stacked Set this option to plot a stack of all traces in top
373- panel. [Default does not plot stacked traces]
374- --save Set this option if you wish to save the figure.
375- [Default does not save figure]
376- --title TITLEPLOT Specify title of figure. [Default None]
377- --format FORM Specify format of figure. Can be any one of the
378- validmatplotlib formats: 'png', 'jpg', 'eps', 'pdf'.
379- [Default 'png']
380- --plot-event-dist Plot distribution of events on map. Other Plotting
381- Options will be applied to this figure (title, save,
382- etc.). [Default no plot]
369+ --trange TRANGE Specify two floats that define the time range (in
370+ sec.) for the x-axis on the RF figure. Negative times
371+ are allowed [Default 0., 30.]
372+ --save-fig FIGNAME Specify figure filename if you wish to save the
373+ figure. By default, the station name will be pre-
374+ appended to the file name and saved to 'RF_PLOTS'
375+ unless --save-rfs is set. Valid figure formats are
376+ 'png', 'jpg', 'eps', 'pdf'. [Default does not save
377+ figure]
378+ --save-rfs RF_FOLDER Specify folder name to save the plotted RFs. Lower
379+ case characters will be capitalized. [Default does not
380+ save RFs]
381+ --hide-fig Specify if you do not wish to show the figure upon
382+ execution. [Default shows the figure]
383383
384384
385385 ``rfpy_hk ``
0 commit comments