Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8e36d56 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jcannon-gplates committed Aug 23, 2024
1 parent b787931 commit 92fe05b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev-doc/ptt/resolve_topologies.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<div class="desc"></div>
</dd>
<dt id="gplately.ptt.resolve_topologies.resolve_topologies"><code class="name flex">
<span>def <span class="ident">resolve_topologies</span></span>(<span>rotation_features_or_model, topology_features, time, output_filename_prefix, output_filename_extension, transform_segment_deviation_in_radians=0.7853981633974483, anchor_plate_id=None)</span>
<span>def <span class="ident">resolve_topologies</span></span>(<span>rotation_features_or_model, topology_features, time, output_filename_prefix, output_filename_extension, transform_segment_deviation_in_radians=1.2217304763960306, anchor_plate_id=None)</span>
</code></dt>
<dd>
<div class="desc"><p>Resolves topologies at specified time and saves (to separate files) the resolved topologies, and their boundary sections as subduction zones,
Expand All @@ -76,7 +76,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
- other boundary sections (resolved features) that are not subduction zones or mid-ocean ridges (ridge/transform)</p></div>
</dd>
<dt id="gplately.ptt.resolve_topologies.resolve_topologies_into_features"><code class="name flex">
<span>def <span class="ident">resolve_topologies_into_features</span></span>(<span>rotation_features_or_model, topology_features, time, transform_segment_deviation_in_radians=0.7853981633974483, anchor_plate_id=None, resolve_topology_types: int = 6)</span>
<span>def <span class="ident">resolve_topologies_into_features</span></span>(<span>rotation_features_or_model, topology_features, time, transform_segment_deviation_in_radians=1.2217304763960306, anchor_plate_id=None, resolve_topology_types: int = 6)</span>
</code></dt>
<dd>
<div class="desc"><p>Resolves topologies at specified time and returns resolved topologies and their boundary sections as subduction zones,
Expand Down
4 changes: 2 additions & 2 deletions dev-doc/ptt/ridge_spreading_rate.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title">Module <code>gplately.ptt.ridge_spreading_rate</code></h1>
<h2 class="section-title" id="header-functions">Functions</h2>
<dl>
<dt id="gplately.ptt.ridge_spreading_rate.spreading_rates"><code class="name flex">
<span>def <span class="ident">spreading_rates</span></span>(<span>rotation_features_or_model, topology_features, time, threshold_sampling_distance_radians, spreading_feature_types=None, transform_segment_deviation_in_radians=0.7853981633974483, velocity_delta_time=1.0, anchor_plate_id=0)</span>
<span>def <span class="ident">spreading_rates</span></span>(<span>rotation_features_or_model, topology_features, time, threshold_sampling_distance_radians, spreading_feature_types=None, transform_segment_deviation_in_radians=1.2217304763960306, velocity_delta_time=1.0, anchor_plate_id=0)</span>
</code></dt>
<dd>
<div class="desc"><p>Calculates spreading rate and length of ridge segments of spreading features (mid-ocean ridges) of resolved topologies at specified time.</p>
Expand All @@ -62,7 +62,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<p>Returns: List of the tuples described above.</p></div>
</dd>
<dt id="gplately.ptt.ridge_spreading_rate.spreading_rates_dense"><code class="name flex">
<span>def <span class="ident">spreading_rates_dense</span></span>(<span>rotation_features_or_model, topology_features, time, threshold_sampling_distance_radians, spreading_feature_types=None, transform_segment_deviation_in_radians=0.7853981633974483, velocity_delta_time=1.0, anchor_plate_id=0)</span>
<span>def <span class="ident">spreading_rates_dense</span></span>(<span>rotation_features_or_model, topology_features, time, threshold_sampling_distance_radians, spreading_feature_types=None, transform_segment_deviation_in_radians=1.2217304763960306, velocity_delta_time=1.0, anchor_plate_id=0)</span>
</code></dt>
<dd>
<div class="desc"><p>Calculates spreading rate and length of ridge segments of spreading features (mid-ocean ridges) of resolved topologies at specified time.</p>
Expand Down
4 changes: 2 additions & 2 deletions dev-doc/ptt/separate_ridge_transform_segments.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</code></pre></div>
</dd>
<dt id="gplately.ptt.separate_ridge_transform_segments.separate_features_into_ridges_and_transforms"><code class="name flex">
<span>def <span class="ident">separate_features_into_ridges_and_transforms</span></span>(<span>rotation_features_or_model, spreading_features, spreading_feature_types=None, transform_segment_deviation_in_radians=0.7853981633974483)</span>
<span>def <span class="ident">separate_features_into_ridges_and_transforms</span></span>(<span>rotation_features_or_model, spreading_features, spreading_feature_types=None, transform_segment_deviation_in_radians=1.2217304763960306)</span>
</code></dt>
<dd>
<div class="desc"><p>Split the geometries of isochrons and mid-ocean ridges into ridge and transform segments based
Expand All @@ -86,7 +86,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
2-tuple (list of pygplates.Feature, list of pygplates.Feature).</p></div>
</dd>
<dt id="gplately.ptt.separate_ridge_transform_segments.separate_geometry_into_ridges_and_transforms"><code class="name flex">
<span>def <span class="ident">separate_geometry_into_ridges_and_transforms</span></span>(<span>stage_rotation, geometry_at_spreading_time, transform_segment_deviation_in_radians=0.7853981633974483)</span>
<span>def <span class="ident">separate_geometry_into_ridges_and_transforms</span></span>(<span>stage_rotation, geometry_at_spreading_time, transform_segment_deviation_in_radians=1.2217304763960306)</span>
</code></dt>
<dd>
<div class="desc"><p>Split the geometry of an isochron or mid-ocean ridge (at a time when there is spreading) into ridge and
Expand Down

0 comments on commit 92fe05b

Please sign in to comment.