-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
626 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Test coverage report for fabio | ||
============================== | ||
|
||
Measured on *fabio* version 0.4.0, 15/07/2016 | ||
|
||
.. csv-table:: Test suite coverage | ||
:header: "Name", "Stmts", "Exec", "Cover" | ||
:widths: 35, 8, 8, 8 | ||
|
||
"build/lib.linux-x86_64-2.7/fabio/GEimage", "103", "56", "54.4 %" | ||
"build/lib.linux-x86_64-2.7/fabio/HiPiCimage", "59", "9", "15.3 %" | ||
"build/lib.linux-x86_64-2.7/fabio/OXDimage", "344", "274", "79.7 %" | ||
"build/lib.linux-x86_64-2.7/fabio/TiffIO", "821", "560", "68.2 %" | ||
"build/lib.linux-x86_64-2.7/fabio/__init__", "31", "24", "77.4 %" | ||
"build/lib.linux-x86_64-2.7/fabio/_version", "32", "26", "81.2 %" | ||
"build/lib.linux-x86_64-2.7/fabio/adscimage", "75", "46", "61.3 %" | ||
"build/lib.linux-x86_64-2.7/fabio/binaryimage", "53", "17", "32.1 %" | ||
"build/lib.linux-x86_64-2.7/fabio/bruker100image", "247", "165", "66.8 %" | ||
"build/lib.linux-x86_64-2.7/fabio/brukerimage", "202", "169", "83.7 %" | ||
"build/lib.linux-x86_64-2.7/fabio/cbfimage", "520", "221", "42.5 %" | ||
"build/lib.linux-x86_64-2.7/fabio/compression", "255", "191", "74.9 %" | ||
"build/lib.linux-x86_64-2.7/fabio/converters", "18", "15", "83.3 %" | ||
"build/lib.linux-x86_64-2.7/fabio/directories", "21", "16", "76.2 %" | ||
"build/lib.linux-x86_64-2.7/fabio/dm3image", "135", "18", "13.3 %" | ||
"build/lib.linux-x86_64-2.7/fabio/edfimage", "584", "398", "68.2 %" | ||
"build/lib.linux-x86_64-2.7/fabio/eigerimage", "101", "54", "53.5 %" | ||
"build/lib.linux-x86_64-2.7/fabio/ext/__init__", "0", "0", "0.0 %" | ||
"build/lib.linux-x86_64-2.7/fabio/fabioimage", "325", "241", "74.2 %" | ||
"build/lib.linux-x86_64-2.7/fabio/fabioutils", "341", "267", "78.3 %" | ||
"build/lib.linux-x86_64-2.7/fabio/file_series", "141", "62", "44.0 %" | ||
"build/lib.linux-x86_64-2.7/fabio/fit2dimage", "90", "75", "83.3 %" | ||
"build/lib.linux-x86_64-2.7/fabio/fit2dmaskimage", "75", "72", "96.0 %" | ||
"build/lib.linux-x86_64-2.7/fabio/fit2dspreadsheetimage", "43", "8", "18.6 %" | ||
"build/lib.linux-x86_64-2.7/fabio/hdf5image", "89", "49", "55.1 %" | ||
"build/lib.linux-x86_64-2.7/fabio/kcdimage", "92", "72", "78.3 %" | ||
"build/lib.linux-x86_64-2.7/fabio/mar345image", "268", "244", "91.0 %" | ||
"build/lib.linux-x86_64-2.7/fabio/marccdimage", "65", "58", "89.2 %" | ||
"build/lib.linux-x86_64-2.7/fabio/nexus", "188", "96", "51.1 %" | ||
"build/lib.linux-x86_64-2.7/fabio/numpyimage", "63", "50", "79.4 %" | ||
"build/lib.linux-x86_64-2.7/fabio/openimage", "118", "85", "72.0 %" | ||
"build/lib.linux-x86_64-2.7/fabio/pilatusimage", "36", "31", "86.1 %" | ||
"build/lib.linux-x86_64-2.7/fabio/pixiimage", "98", "25", "25.5 %" | ||
"build/lib.linux-x86_64-2.7/fabio/pnmimage", "132", "84", "63.6 %" | ||
"build/lib.linux-x86_64-2.7/fabio/raxisimage", "102", "93", "91.2 %" | ||
"build/lib.linux-x86_64-2.7/fabio/speimage", "169", "163", "96.4 %" | ||
"build/lib.linux-x86_64-2.7/fabio/tifimage", "181", "62", "34.3 %" | ||
"build/lib.linux-x86_64-2.7/fabio/xsdimage", "93", "70", "75.3 %" | ||
|
||
"fabio total", "6310", "4166", "66.0 %" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:Author: Jérôme Kieffer | ||
:Date: 15/07/2016 | ||
:Keywords: Tutorials | ||
:Target: Advanced users | ||
|
||
Tutorials on FabIO | ||
================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
Nexus2cbf |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
|
||
|
||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
|
||
<title>Tutorials on FabIO — FabIO 0.4.0 documentation</title> | ||
|
||
<link rel="stylesheet" href="../_static/default.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> | ||
|
||
<script type="text/javascript"> | ||
var DOCUMENTATION_OPTIONS = { | ||
URL_ROOT: '../', | ||
VERSION: '0.4.0', | ||
COLLAPSE_INDEX: false, | ||
FILE_SUFFIX: '.html', | ||
HAS_SOURCE: true | ||
}; | ||
</script> | ||
<script type="text/javascript" src="../_static/jquery.js"></script> | ||
<script type="text/javascript" src="../_static/underscore.js"></script> | ||
<script type="text/javascript" src="../_static/doctools.js"></script> | ||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
<link rel="top" title="FabIO 0.4.0 documentation" href="../index.html" /> | ||
<link rel="next" title="Nexus -> CBF" href="Nexus2cbf.html" /> | ||
<link rel="prev" title="Test coverage report for fabio" href="../coverage.html" /> | ||
</head> | ||
<body> | ||
<div class="related"> | ||
<h3>Navigation</h3> | ||
<ul> | ||
<li class="right" style="margin-right: 10px"> | ||
<a href="../genindex.html" title="General Index" | ||
accesskey="I">index</a></li> | ||
<li class="right" > | ||
<a href="../py-modindex.html" title="Python Module Index" | ||
>modules</a> |</li> | ||
<li class="right" > | ||
<a href="Nexus2cbf.html" title="Nexus -> CBF" | ||
accesskey="N">next</a> |</li> | ||
<li class="right" > | ||
<a href="../coverage.html" title="Test coverage report for fabio" | ||
accesskey="P">previous</a> |</li> | ||
<li><a href="../index.html">FabIO 0.4.0 documentation</a> »</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="document"> | ||
<div class="documentwrapper"> | ||
<div class="bodywrapper"> | ||
<div class="body"> | ||
|
||
<div class="section" id="tutorials-on-fabio"> | ||
<h1>Tutorials on FabIO<a class="headerlink" href="#tutorials-on-fabio" title="Permalink to this headline">¶</a></h1> | ||
<div class="toctree-wrapper compound"> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Nexus2cbf.html">Nexus -> CBF</a><ul> | ||
<li class="toctree-l2"><a class="reference internal" href="Nexus2cbf.html#conclusion">Conclusion</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="sphinxsidebar"> | ||
<div class="sphinxsidebarwrapper"> | ||
<h4>Previous topic</h4> | ||
<p class="topless"><a href="../coverage.html" | ||
title="previous chapter">Test coverage report for fabio</a></p> | ||
<h4>Next topic</h4> | ||
<p class="topless"><a href="Nexus2cbf.html" | ||
title="next chapter">Nexus -> CBF</a></p> | ||
<h3>This Page</h3> | ||
<ul class="this-page-menu"> | ||
<li><a href="../_sources/tutorials/index.txt" | ||
rel="nofollow">Show Source</a></li> | ||
</ul> | ||
<div id="searchbox" style="display: none"> | ||
<h3>Quick search</h3> | ||
<form class="search" action="../search.html" method="get"> | ||
<input type="text" name="q" /> | ||
<input type="submit" value="Go" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
<p class="searchtip" style="font-size: 90%"> | ||
Enter search terms or a module, class or function name. | ||
</p> | ||
</div> | ||
<script type="text/javascript">$('#searchbox').show(0);</script> | ||
</div> | ||
</div> | ||
<div class="clearer"></div> | ||
</div> | ||
<div class="related"> | ||
<h3>Navigation</h3> | ||
<ul> | ||
<li class="right" style="margin-right: 10px"> | ||
<a href="../genindex.html" title="General Index" | ||
>index</a></li> | ||
<li class="right" > | ||
<a href="../py-modindex.html" title="Python Module Index" | ||
>modules</a> |</li> | ||
<li class="right" > | ||
<a href="Nexus2cbf.html" title="Nexus -> CBF" | ||
>next</a> |</li> | ||
<li class="right" > | ||
<a href="../coverage.html" title="Test coverage report for fabio" | ||
>previous</a> |</li> | ||
<li><a href="../index.html">FabIO 0.4.0 documentation</a> »</li> | ||
</ul> | ||
</div> | ||
<div class="footer"> | ||
© Copyright 2006-2016, Henning Sorensen, Erik Knudsen, Jon Wright, Gael Goret, Brian Pauw and Jerome Kieffer. | ||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. | ||
</div> | ||
</body> | ||
</html> |