You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- logCoords and basis are now arrays to allow for multiple logarithmic
coordinates instead of only one.
- there are now additional inputs to LoadData (and thus also
TransformCoords): reverseCoords and revCenter. These are arrays that
tell pv_atmos which coordinates should be reversed (such as e.g.
pressure), and around which value
- The example files as well as the test_functions file now ask for the
path to pv_atmos instead of assuming something.
- Example and test files are modified to take into account the changes
to pv_atmos mentioned above
Adds as many X,Y,Z grid lines as needed. This function adds a lot of objects and filters to the pipeline, and should probably only be used once the visualization itself is finished. This function can be called even if there is no data loaded.
403
403
404
404
INPUTS:
405
-
xlevels -- vector with X grid positions
406
-
ylevels -- vector with Y grid positions
407
-
zlevels -- vector with Z grid levels
408
-
bounds -- grid bounds
409
-
ratios -- axes ratios
410
-
basis -- basis (surface) pressure
411
-
AxisNames -- names of x,y,z axis
412
-
AxisColor -- color of lines in RGB
413
-
AxisWidth -- width of lines
414
-
LabelSize -- Size of the label text
405
+
xlevels -- vector with X grid positions
406
+
ylevels -- vector with Y grid positions
407
+
zlevels -- vector with Z grid levels
408
+
bounds -- grid bounds
409
+
ratios -- axes ratios
410
+
logCoord -- coordinate index/indices for logarithmic axes
411
+
basis -- basis for logarithmic coordinates logCoords
412
+
reverseCoords -- coordinate index/indices for axes to be reversed
413
+
revCenter -- center around which to reverse reverseCoords
0 commit comments