Skip to content

Commit

Permalink
Automatic Update
Browse files Browse the repository at this point in the history
Thu Aug 31 19:47:56 UTC 2023
  • Loading branch information
blowekamp committed Aug 31, 2023
1 parent df74b74 commit 25d8dc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,19 @@ <h3>Navigation</h3>

<dl class="py method">
<dt class="sig sig-object py" id="pytools.HedwigZarrImage.rechunk">
<span class="sig-name descname"><span class="pre">rechunk</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">chunk_size</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">None</span></span></span><a class="headerlink" href="#pytools.HedwigZarrImage.rechunk" title="Link to this definition"></a></dt>
<span class="sig-name descname"><span class="pre">rechunk</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">chunk_size</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">compressor</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">None</span></span></span><a class="headerlink" href="#pytools.HedwigZarrImage.rechunk" title="Link to this definition"></a></dt>
<dd><p>Change the chunk size of each ZARR array inplace in the pyramid.</p>
<p>The chunk_size is applied to all spacial dimension, and other dimension (CT) are the full size.</p>
<p>The ImageZarrImage need write access to the ZARR.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>chunk_size</strong> – The size as an integer to resize the chunk sizes.</p></li>
<li><p><strong>compressor</strong> – The output arrays will be written with the provided compressor, if None then the compressor
of the input arrays will be used.</p></li>
</ul>
</dd>
</dl>
</dd></dl>

<dl class="py property">
Expand Down
Loading

0 comments on commit 25d8dc6

Please sign in to comment.