This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Plotting Poisson Datatype
meihuisu edited this page May 24, 2019
·
4 revisions
In several plotting scripts, poisson data-type is a calculated value based on Vp and Vs values. The equation used is Poisson(Vs,Vp) = Vp/Vs except when Vs or Vp is 0 then the Poisson value is set to 0
Following is a series of plots with same parameters but different data-type,
./plot_horizontal_slice.py -b 33.35,-118 -u 34.35,-117 -e 1000 -d vs -c cvmh -a s -s 0. 01 -o hor_vs.png
./plot_horizontal_slice.py -b 33.35,-118 -u 34.35,-117 -e 1000 -d vp -c cvmh -a s -s 0. 01 -o hor_vp.png
./plot_horizontal_slice.py -b 33.35,-118 -u 34.35,-117 -e 1000 -d density -c cvmh -a s -s 0.01 -o hor_density.png
./plot_horizontal_slice.py -b 33.35,-118 -u 34.35,-117 -e 1000 -d poisson -c cvmh -a sd -s 0.01 -o hor_sd_poisson.png
This wiki is licensed by University of Southern California (USC) to the public under a Creative Commons Attribution 4.0 license.