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
<liclass="toctree-l2"><aclass="reference internal" href="tutorial/4_hextof_workflow.html">Tutorial for binning data from the HEXTOF instrument at FLASH</a></li>
419
+
<liclass="toctree-l2"><aclass="reference internal" href="tutorial/5_sxp_workflow.html">Tutorial for binning data from the SXP instrument at the European XFEL</a></li>
<spanclass="sig-name descname"><spanclass="pre">create_dataframe_per_channel</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">h5_file</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">channel</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/sed/loader/sxp/loader.html#SXPLoader.create_dataframe_per_channel"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#sed.loader.sxp.loader.SXPLoader.create_dataframe_per_channel" title="Permalink to this definition">#</a></dt>
2056
+
<spanclass="sig-name descname"><spanclass="pre">create_dataframe_per_channel</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">file_path</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">channel</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/sed/loader/sxp/loader.html#SXPLoader.create_dataframe_per_channel"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#sed.loader.sxp.loader.SXPLoader.create_dataframe_per_channel" title="Permalink to this definition">#</a></dt>
2057
2057
<dd><p>Returns a pandas DataFrame for a given channel name from a given file.</p>
2058
2058
<p>This method takes an h5py.File object <cite>h5_file</cite> and a channel name <cite>channel</cite>, and returns
2059
2059
a pandas DataFrame containing the data for that channel from the file. The format of the
2060
2060
DataFrame depends on the channel’s format specified in the configuration.</p>
<spanclass="sig-name descname"><spanclass="pre">concatenate_channels</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">h5_file</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/sed/loader/sxp/loader.html#SXPLoader.concatenate_channels"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#sed.loader.sxp.loader.SXPLoader.concatenate_channels" title="Permalink to this definition">#</a></dt>
2082
+
<spanclass="sig-name descname"><spanclass="pre">concatenate_channels</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">file_path</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/sed/loader/sxp/loader.html#SXPLoader.concatenate_channels"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#sed.loader.sxp.loader.SXPLoader.concatenate_channels" title="Permalink to this definition">#</a></dt>
2083
2083
<dd><p>Concatenates the channels from the provided h5py.File into a pandas DataFrame.</p>
2084
2084
<p>This method takes an h5py.File object <cite>h5_file</cite> and concatenates the channels present in
2085
2085
the file into a single pandas DataFrame. The concatenation is performed based on the
2086
2086
available channels specified in the configuration.</p>
0 commit comments