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
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
I have enhanced LAS 9 to include products to make a trajectory plot and a profile plot from a trajectoryprofile data sets. When these products are selected they produce the symbol scripts in the attached zip, but the current products that run to make each of those types of plots fail with errors since the DSG type is not as expected.
We need to either modify the script sequence that gets invoked or create new ones for these two types of products.
Completing this sequence of steps will give us very basic support for this data type where in we can create a trajectory plot (which would if we use the default PyFerret behavior, show the average value of the profile between the selected depths) and a ZT profile ribbon plot of the selected profiles.
Here are the steps for this to be included in an LAS release:
Release PyFerret 7.6.3 (or higher) with native support for trajectory profiles. Already done if you don't include the -c conda-forge on the conda update pyferret nothing happens to pyferret. Should be conda update -c conda-forge pyferret.
2.Using the symbol set tjp_trajectory.jnl (see attached tjp.zip) (and any additional inputs needed) create a trajectory plot (probably using PLOT/ALONG=xy) This runs to completion but the plot doesn't show much because the range is too small.
Using the symbol set tjp_profile.jnl (see attached tjp.zip) create a ribbon plot in ZT showing the profiles in the selected XYZT region. This appears to work just fine.
I have enhanced LAS 9 to include products to make a trajectory plot and a profile plot from a trajectoryprofile data sets. When these products are selected they produce the symbol scripts in the attached zip, but the current products that run to make each of those types of plots fail with errors since the DSG type is not as expected.
We need to either modify the script sequence that gets invoked or create new ones for these two types of products.
Completing this sequence of steps will give us very basic support for this data type where in we can create a trajectory plot (which would if we use the default PyFerret behavior, show the average value of the profile between the selected depths) and a ZT profile ribbon plot of the selected profiles.
Here are the steps for this to be included in an LAS release:
Release PyFerret 7.6.3 (or higher) with native support for trajectory profiles.Already done if you don't include the -c conda-forge on the conda update pyferret nothing happens to pyferret. Should be conda update -c conda-forge pyferret.2.
Using the symbol set tjp_trajectory.jnl (see attached tjp.zip) (and any additional inputs needed) create a trajectory plot (probably using PLOT/ALONG=xy)This runs to completion but the plot doesn't show much because the range is too small.Using the symbol set tjp_profile.jnl (see attached tjp.zip) create a ribbon plot in ZT showing the profiles in the selected XYZT region.This appears to work just fine.tjp.zip
The Trajectory plot:
The profile plot:
The text was updated successfully, but these errors were encountered: