Skip to content

Commit d2c2ee3

Browse files
committed
added documentation to ACP
1 parent 97a4a58 commit d2c2ee3

File tree

11 files changed

+223
-32
lines changed

11 files changed

+223
-32
lines changed

doc/build/doctrees/api.doctree

6.87 KB
Binary file not shown.

doc/build/doctrees/environment.pickle

25 KB
Binary file not shown.

doc/build/html/_modules/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
<h1>All modules for which code is available</h1>
143143
<ul><li><a href="xpipe/tools/catalogs.html">xpipe.tools.catalogs</a></li>
144144
<li><a href="xpipe/tools/selector.html">xpipe.tools.selector</a></li>
145+
<li><a href="xpipe/tools/y3_sompz.html">xpipe.tools.y3_sompz</a></li>
145146
<li><a href="xpipe/xhandle/ioshear.html">xpipe.xhandle.ioshear</a></li>
146147
<li><a href="xpipe/xhandle/parbins.html">xpipe.xhandle.parbins</a></li>
147148
<li><a href="xpipe/xhandle/pzboost.html">xpipe.xhandle.pzboost</a></li>

doc/build/html/_sources/api.rst.txt

+29
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ API Reference
55
=============
66

77

8+
DES Y3 wrappers
9+
---------------
10+
11+
SOMPZ
12+
"""""
13+
14+
.. autosummary::
15+
:toctree: generated
16+
17+
xpipe.tools.y3_sompz.sigma_crit_inv
18+
19+
.. autosummary::
20+
:toctree: generated
21+
:template: custom.rst
22+
23+
xpipe.tools.y3_sompz.sompz_reader
24+
25+
Combine shear profiles and apply calibrations
26+
"""""""""""""""""""""""""""""""""""""""""""""
27+
.. autosummary::
28+
:toctree: generated
29+
:template: custom.rst
30+
31+
xpipe.xhandle.shearops.AutoCalibrateProfile
32+
33+
834
Input file manipulation
935
-----------------------
1036

@@ -314,6 +340,9 @@ tools.selector
314340
xpipe.tools.selector.safedivide
315341

316342

343+
# TODO
344+
Visualization
345+
317346
example function
318347
""""""""""""""""
319348

doc/build/html/api.html

+51-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<link rel="index" title="Index" href="genindex.html" />
2323
<link rel="search" title="Search" href="search.html" />
24-
<link rel="next" title="xpipe.xhandle.parbins.XIO" href="generated/xpipe.xhandle.parbins.XIO.html" />
24+
<link rel="next" title="xpipe.tools.y3_sompz.sigma_crit_inv" href="generated/xpipe.tools.y3_sompz.sigma_crit_inv.html" />
2525
<link rel="prev" title="Config files explained" href="config.html" />
2626
</head>
2727

@@ -117,6 +117,8 @@
117117

118118
<ul>
119119

120+
<li class="toctree-l2"><a href="#des-y3-wrappers" class="reference internal">DES Y3 wrappers</a></li>
121+
120122
<li class="toctree-l2"><a href="#input-file-manipulation" class="reference internal">Input file manipulation</a></li>
121123

122124
<li class="toctree-l2"><a href="#xshear-wrapper" class="reference internal">XSHEAR wrapper</a></li>
@@ -154,8 +156,8 @@
154156
title="previous chapter">← Config files explained</a>
155157
</li>
156158
<li class="next">
157-
<a href="generated/xpipe.xhandle.parbins.XIO.html"
158-
title="next chapter">xpipe.xhandle.parbins.XIO</a>
159+
<a href="generated/xpipe.tools.y3_sompz.sigma_crit_inv.html"
160+
title="next chapter">xpipe.tools.y3_sompz.sigma_crit_inv</a>
159161
</li>
160162
</ul>
161163

@@ -165,6 +167,48 @@
165167

166168
<div class="section" id="api-reference">
167169
<h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to this headline"></a></h1>
170+
<div class="section" id="des-y3-wrappers">
171+
<h2>DES Y3 wrappers<a class="headerlink" href="#des-y3-wrappers" title="Permalink to this headline"></a></h2>
172+
<div class="section" id="sompz">
173+
<h3>SOMPZ<a class="headerlink" href="#sompz" title="Permalink to this headline"></a></h3>
174+
<table class="autosummary longtable docutils align-default">
175+
<colgroup>
176+
<col style="width: 10%" />
177+
<col style="width: 90%" />
178+
</colgroup>
179+
<tbody>
180+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/xpipe.tools.y3_sompz.sigma_crit_inv.html#xpipe.tools.y3_sompz.sigma_crit_inv" title="xpipe.tools.y3_sompz.sigma_crit_inv"><code class="xref py py-obj docutils literal notranslate"><span class="pre">xpipe.tools.y3_sompz.sigma_crit_inv</span></code></a>(zclust, z)</p></td>
181+
<td><p>Calculates sigma crit inverse</p></td>
182+
</tr>
183+
</tbody>
184+
</table>
185+
<table class="autosummary longtable docutils align-default">
186+
<colgroup>
187+
<col style="width: 10%" />
188+
<col style="width: 90%" />
189+
</colgroup>
190+
<tbody>
191+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/xpipe.tools.y3_sompz.sompz_reader.html#xpipe.tools.y3_sompz.sompz_reader" title="xpipe.tools.y3_sompz.sompz_reader"><code class="xref py py-obj docutils literal notranslate"><span class="pre">xpipe.tools.y3_sompz.sompz_reader</span></code></a>(main_file_path)</p></td>
192+
<td><p>Reader class for DES Y3 - style SOMPZ data</p></td>
193+
</tr>
194+
</tbody>
195+
</table>
196+
</div>
197+
<div class="section" id="combine-shear-profiles-and-apply-calibrations">
198+
<h3>Combine shear profiles and apply calibrations<a class="headerlink" href="#combine-shear-profiles-and-apply-calibrations" title="Permalink to this headline"></a></h3>
199+
<table class="autosummary longtable docutils align-default">
200+
<colgroup>
201+
<col style="width: 10%" />
202+
<col style="width: 90%" />
203+
</colgroup>
204+
<tbody>
205+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile" title="xpipe.xhandle.shearops.AutoCalibrateProfile"><code class="xref py py-obj docutils literal notranslate"><span class="pre">xpipe.xhandle.shearops.AutoCalibrateProfile</span></code></a>(...)</p></td>
206+
<td><p>WEIGHTS must be from the base input dataset for Random points!!!</p></td>
207+
</tr>
208+
</tbody>
209+
</table>
210+
</div>
211+
</div>
168212
<div class="section" id="input-file-manipulation">
169213
<h2>Input file manipulation<a class="headerlink" href="#input-file-manipulation" title="Permalink to this headline"></a></h2>
170214
<p>The bulk of the action is performed by the main writer class:</p>
@@ -663,6 +707,8 @@ <h3>tools.catalogs<a class="headerlink" href="#tools-catalogs" title="Permalink
663707
</tr>
664708
</tbody>
665709
</table>
710+
<p># TODO
711+
Visualization</p>
666712
</div>
667713
<div class="section" id="example-function">
668714
<h3>example function<a class="headerlink" href="#example-function" title="Permalink to this headline"></a></h3>
@@ -690,8 +736,8 @@ <h3>example function<a class="headerlink" href="#example-function" title="Permal
690736
title="previous chapter">← Config files explained</a>
691737
</li>
692738
<li class="next">
693-
<a href="generated/xpipe.xhandle.parbins.XIO.html"
694-
title="next chapter">xpipe.xhandle.parbins.XIO</a>
739+
<a href="generated/xpipe.tools.y3_sompz.sigma_crit_inv.html"
740+
title="next chapter">xpipe.tools.y3_sompz.sigma_crit_inv</a>
695741
</li>
696742
</ul><div class="footer" role="contentinfo">
697743
&#169; Copyright 2022, Tamas Norbert Varga.

doc/build/html/genindex.html

+45-7
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,19 @@ <h1 id="index">Index</h1>
165165
<h2 id="A">A</h2>
166166
<table style="width: 100%" class="indextable genindextable"><tr>
167167
<td style="width: 33%; vertical-align: top;"><ul>
168+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.add_boost">add_boost() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
169+
</li>
170+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.add_boost_jk">add_boost_jk() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
171+
</li>
168172
<li><a href="generated/xpipe.xhandle.xwrap.addlines.html#xpipe.xhandle.xwrap.addlines">addlines() (in module xpipe.xhandle.xwrap)</a>
169173
</li>
170174
</ul></td>
171175
<td style="width: 33%; vertical-align: top;"><ul>
172176
<li><a href="generated/xpipe.xhandle.parbins.assign_jk_labels.html#xpipe.xhandle.parbins.assign_jk_labels">assign_jk_labels() (in module xpipe.xhandle.parbins)</a>
173177
</li>
174178
<li><a href="generated/xpipe.xhandle.parbins.assign_kmeans_labels.html#xpipe.xhandle.parbins.assign_kmeans_labels">assign_kmeans_labels() (in module xpipe.xhandle.parbins)</a>
179+
</li>
180+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile">AutoCalibrateProfile (class in xpipe.xhandle.shearops)</a>
175181
</li>
176182
</ul></td>
177183
</tr></table>
@@ -181,11 +187,13 @@ <h2 id="B">B</h2>
181187
<td style="width: 33%; vertical-align: top;"><ul>
182188
<li><a href="generated/xpipe.xhandle.pzboost.balance_infodicts.html#xpipe.xhandle.pzboost.balance_infodicts">balance_infodicts() (in module xpipe.xhandle.pzboost)</a>
183189
</li>
184-
</ul></td>
185-
<td style="width: 33%; vertical-align: top;"><ul>
186190
<li><a href="generated/xpipe.xhandle.pzboost.BoostMixer.html#xpipe.xhandle.pzboost.BoostMixer">BoostMixer (class in xpipe.xhandle.pzboost)</a>
187191
</li>
192+
</ul></td>
193+
<td style="width: 33%; vertical-align: top;"><ul>
188194
<li><a href="generated/xpipe.xhandle.pzboost.BoostMixerRandRef.html#xpipe.xhandle.pzboost.BoostMixerRandRef">BoostMixerRandRef (class in xpipe.xhandle.pzboost)</a>
195+
</li>
196+
<li><a href="generated/xpipe.tools.y3_sompz.sompz_reader.html#xpipe.tools.y3_sompz.sompz_reader.build_lookup">build_lookup() (xpipe.tools.y3_sompz.sompz_reader method)</a>
189197
</li>
190198
</ul></td>
191199
</tr></table>
@@ -203,15 +211,23 @@ <h2 id="C">C</h2>
203211
</li>
204212
<li><a href="generated/xpipe.xhandle.xwrap.CatRotator.html#xpipe.xhandle.xwrap.CatRotator">CatRotator (class in xpipe.xhandle.xwrap)</a>
205213
</li>
206-
</ul></td>
207-
<td style="width: 33%; vertical-align: top;"><ul>
208214
<li><a href="generated/xpipe.xhandle.pzboost.check_pwsum_files.html#xpipe.xhandle.pzboost.check_pwsum_files">check_pwsum_files() (in module xpipe.xhandle.pzboost)</a>
209215
</li>
210216
<li><a href="generated/xpipe.xhandle.xwrap.chunkwise_rotate.html#xpipe.xhandle.xwrap.chunkwise_rotate">chunkwise_rotate() (in module xpipe.xhandle.xwrap)</a>
211217
</li>
218+
</ul></td>
219+
<td style="width: 33%; vertical-align: top;"><ul>
212220
<li><a href="generated/xpipe.xhandle.pzboost.combine_pwsums.html#xpipe.xhandle.pzboost.combine_pwsums">combine_pwsums() (in module xpipe.xhandle.pzboost)</a>
213221
</li>
214-
<li><a href="generated/xpipe.xhandle.shearops.StackedProfileContainer.html#xpipe.xhandle.shearops.StackedProfileContainer.composite">composite() (xpipe.xhandle.shearops.StackedProfileContainer method)</a>
222+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.combine_sbins">combine_sbins() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
223+
</li>
224+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.composite">composite() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
225+
226+
<ul>
227+
<li><a href="generated/xpipe.xhandle.shearops.StackedProfileContainer.html#xpipe.xhandle.shearops.StackedProfileContainer.composite">(xpipe.xhandle.shearops.StackedProfileContainer method)</a>
228+
</li>
229+
</ul></li>
230+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.copy">copy() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
215231
</li>
216232
<li><a href="generated/xpipe.xhandle.xwrap.create_infodict.html#xpipe.xhandle.xwrap.create_infodict">create_infodict() (in module xpipe.xhandle.xwrap)</a>
217233
</li>
@@ -268,6 +284,8 @@ <h2 id="G">G</h2>
268284
<table style="width: 100%" class="indextable genindextable"><tr>
269285
<td style="width: 33%; vertical-align: top;"><ul>
270286
<li><a href="generated/xpipe.xhandle.pzboost.gauss.html#xpipe.xhandle.pzboost.gauss">gauss() (in module xpipe.xhandle.pzboost)</a>
287+
</li>
288+
<li><a href="generated/xpipe.tools.y3_sompz.sompz_reader.html#xpipe.tools.y3_sompz.sompz_reader.get_bin_scinv">get_bin_scinv() (xpipe.tools.y3_sompz.sompz_reader method)</a>
271289
</li>
272290
<li><a href="generated/xpipe.xhandle.parbins.get_fields_auto.html#xpipe.xhandle.parbins.get_fields_auto">get_fields_auto() (in module xpipe.xhandle.parbins)</a>
273291
</li>
@@ -283,23 +301,31 @@ <h2 id="G">G</h2>
283301
</li>
284302
<li><a href="generated/xpipe.xhandle.xwrap.get_main_source_settings_nopairs.html#xpipe.xhandle.xwrap.get_main_source_settings_nopairs">get_main_source_settings_nopairs() (in module xpipe.xhandle.xwrap)</a>
285303
</li>
286-
</ul></td>
287-
<td style="width: 33%; vertical-align: top;"><ul>
288304
<li><a href="generated/xpipe.xhandle.pzboost.PDFContainer.html#xpipe.xhandle.pzboost.PDFContainer.get_mean_pdfs">get_mean_pdfs() (xpipe.xhandle.pzboost.PDFContainer method)</a>
289305
</li>
306+
</ul></td>
307+
<td style="width: 33%; vertical-align: top;"><ul>
290308
<li><a href="generated/xpipe.xhandle.xwrap.get_metanames.html#xpipe.xhandle.xwrap.get_metanames">get_metanames() (in module xpipe.xhandle.xwrap)</a>
291309
</li>
292310
<li><a href="generated/xpipe.xhandle.pzboost.PDFContainer.html#xpipe.xhandle.pzboost.PDFContainer.get_nsources">get_nsources() (xpipe.xhandle.pzboost.PDFContainer method)</a>
293311
</li>
294312
<li><a href="generated/xpipe.xhandle.xwrap.CatRotator.html#xpipe.xhandle.xwrap.CatRotator.get_oname">get_oname() (xpipe.xhandle.xwrap.CatRotator method)</a>
295313
</li>
296314
<li><a href="generated/xpipe.xhandle.xwrap.get_pairlog.html#xpipe.xhandle.xwrap.get_pairlog">get_pairlog() (in module xpipe.xhandle.xwrap)</a>
315+
</li>
316+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.get_profiles">get_profiles() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
297317
</li>
298318
<li><a href="generated/xpipe.xhandle.xwrap.get_redges.html#xpipe.xhandle.xwrap.get_redges">get_redges() (in module xpipe.xhandle.xwrap)</a>
299319
</li>
300320
<li><a href="generated/xpipe.xhandle.xwrap.get_rot_seeds.html#xpipe.xhandle.xwrap.get_rot_seeds">get_rot_seeds() (in module xpipe.xhandle.xwrap)</a>
321+
</li>
322+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.get_scinvs">get_scinvs() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
323+
</li>
324+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.get_scinvs_bin">get_scinvs_bin() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
301325
</li>
302326
<li><a href="generated/xpipe.xhandle.xwrap.get_shear.html#xpipe.xhandle.xwrap.get_shear">get_shear() (in module xpipe.xhandle.xwrap)</a>
327+
</li>
328+
<li><a href="generated/xpipe.tools.y3_sompz.sompz_reader.html#xpipe.tools.y3_sompz.sompz_reader.get_single_scinv">get_single_scinv() (xpipe.tools.y3_sompz.sompz_reader method)</a>
303329
</li>
304330
</ul></td>
305331
</tr></table>
@@ -308,10 +334,14 @@ <h2 id="L">L</h2>
308334
<table style="width: 100%" class="indextable genindextable"><tr>
309335
<td style="width: 33%; vertical-align: top;"><ul>
310336
<li><a href="generated/xpipe.xhandle.parbins.load_lenscat.html#xpipe.xhandle.parbins.load_lenscat">load_lenscat() (in module xpipe.xhandle.parbins)</a>
337+
</li>
338+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.load_profiles">load_profiles() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
311339
</li>
312340
</ul></td>
313341
<td style="width: 33%; vertical-align: top;"><ul>
314342
<li><a href="generated/xpipe.xhandle.parbins.load_randcat.html#xpipe.xhandle.parbins.load_randcat">load_randcat() (in module xpipe.xhandle.parbins)</a>
343+
</li>
344+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.load_targets">load_targets() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
315345
</li>
316346
<li><a href="generated/xpipe.xhandle.parbins.XIO.html#xpipe.xhandle.parbins.XIO.loop_bins">loop_bins() (xpipe.xhandle.parbins.XIO method)</a>
317347
</li>
@@ -435,6 +465,8 @@ <h2 id="S">S</h2>
435465
<li><a href="generated/xpipe.xhandle.parbins.XIO.html#xpipe.xhandle.parbins.XIO.save_rands_jk">save_rands_jk() (xpipe.xhandle.parbins.XIO method)</a>
436466
</li>
437467
<li><a href="generated/xpipe.xhandle.parbins.XIO.html#xpipe.xhandle.parbins.XIO.savelists">savelists() (xpipe.xhandle.parbins.XIO method)</a>
468+
</li>
469+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.scale_cut">scale_cut() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
438470
</li>
439471
</ul></td>
440472
<td style="width: 33%; vertical-align: top;"><ul>
@@ -443,8 +475,12 @@ <h2 id="S">S</h2>
443475
<li><a href="generated/xpipe.xhandle.xwrap.serial_rotate.html#xpipe.xhandle.xwrap.serial_rotate">serial_rotate() (in module xpipe.xhandle.xwrap)</a>
444476
</li>
445477
<li><a href="generated/xpipe.xhandle.parbins.XIO.html#xpipe.xhandle.parbins.XIO.setbin">setbin() (xpipe.xhandle.parbins.XIO method)</a>
478+
</li>
479+
<li><a href="generated/xpipe.tools.y3_sompz.sigma_crit_inv.html#xpipe.tools.y3_sompz.sigma_crit_inv">sigma_crit_inv() (in module xpipe.tools.y3_sompz)</a>
446480
</li>
447481
<li><a href="generated/xpipe.xhandle.xwrap.single_rotate.html#xpipe.xhandle.xwrap.single_rotate">single_rotate() (in module xpipe.xhandle.xwrap)</a>
482+
</li>
483+
<li><a href="generated/xpipe.tools.y3_sompz.sompz_reader.html#xpipe.tools.y3_sompz.sompz_reader">sompz_reader (class in xpipe.tools.y3_sompz)</a>
448484
</li>
449485
<li><a href="generated/xpipe.xhandle.shearops.stacked_pcov.html#xpipe.xhandle.shearops.stacked_pcov">stacked_pcov() (in module xpipe.xhandle.shearops)</a>
450486
</li>
@@ -467,6 +503,8 @@ <h2 id="T">T</h2>
467503
</ul></td>
468504
<td style="width: 33%; vertical-align: top;"><ul>
469505
<li><a href="generated/xpipe.tools.catalogs.to_pandas.html#xpipe.tools.catalogs.to_pandas">to_pandas() (in module xpipe.tools.catalogs)</a>
506+
</li>
507+
<li><a href="generated/xpipe.xhandle.shearops.AutoCalibrateProfile.html#xpipe.xhandle.shearops.AutoCalibrateProfile.to_profile">to_profile() (xpipe.xhandle.shearops.AutoCalibrateProfile method)</a>
470508
</li>
471509
<li><a href="generated/xpipe.xhandle.shearops.StackedProfileContainer.html#xpipe.xhandle.shearops.StackedProfileContainer.to_sub_dict">to_sub_dict() (xpipe.xhandle.shearops.StackedProfileContainer method)</a>
472510
</li>

doc/build/html/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ <h1>Welcome to the XPIPE weak lensing toolset<a class="headerlink" href="#welcom
178178
</ul>
179179
</li>
180180
<li class="toctree-l1"><a class="reference internal" href="api.html">API reference</a><ul>
181+
<li class="toctree-l2"><a class="reference internal" href="api.html#des-y3-wrappers">DES Y3 wrappers</a></li>
181182
<li class="toctree-l2"><a class="reference internal" href="api.html#input-file-manipulation">Input file manipulation</a></li>
182183
<li class="toctree-l2"><a class="reference internal" href="api.html#xshear-wrapper">XSHEAR wrapper</a></li>
183184
<li class="toctree-l2"><a class="reference internal" href="api.html#postprocessing-xshear-output">Postprocessing XSHEAR output</a></li>

doc/build/html/objects.inv

221 Bytes
Binary file not shown.

doc/build/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/source/api.rst

+29
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ API Reference
55
=============
66

77

8+
DES Y3 wrappers
9+
---------------
10+
11+
SOMPZ
12+
"""""
13+
14+
.. autosummary::
15+
:toctree: generated
16+
17+
xpipe.tools.y3_sompz.sigma_crit_inv
18+
19+
.. autosummary::
20+
:toctree: generated
21+
:template: custom.rst
22+
23+
xpipe.tools.y3_sompz.sompz_reader
24+
25+
Combine shear profiles and apply calibrations
26+
"""""""""""""""""""""""""""""""""""""""""""""
27+
.. autosummary::
28+
:toctree: generated
29+
:template: custom.rst
30+
31+
xpipe.xhandle.shearops.AutoCalibrateProfile
32+
33+
834
Input file manipulation
935
-----------------------
1036

@@ -314,6 +340,9 @@ tools.selector
314340
xpipe.tools.selector.safedivide
315341

316342

343+
# TODO
344+
Visualization
345+
317346
example function
318347
""""""""""""""""
319348

0 commit comments

Comments
 (0)