application metadata

This commit is contained in:
Jerome Kieffer 2024-01-25 15:03:25 +01:00
parent b272fcf33c
commit ff0ff26f9a
3 changed files with 13 additions and 13 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop"> <component type="desktop">
<id>pyFAI-calib2</id> <id>diff_map</id>
<metadata_license>MIT</metadata_license> <metadata_license>MIT</metadata_license>
<project_license>MIT</project_license> <project_license>MIT</project_license>
<name>pyFAI Calibration GUI</name> <name>diffraction mapping</name>
<summary>Database manager part of the LibreOffice productivity suite</summary> <summary>PyFAI's diffraction mapping data-reduction tool with graphical interface</summary>
<description> <description>
Calib2 performs the calibration of a diffraction setup based on the analysis of an image with Debye-Scherrer rings Diff_map performs the data reduction for diffraction map experiments, i.e. azimuthal integration of each image then builds the map.
</description> </description>
<url type="homepage">https://github.com/silx-kit/pyFAI</url> <url type="homepage">https://github.com/silx-kit/pyFAI</url>
<url type="bugtracker">https://github.com/silx-kit/pyFAI/issues</url> <url type="bugtracker">https://github.com/silx-kit/pyFAI/issues</url>
@ -14,8 +14,8 @@ Calib2 performs the calibration of a diffraction setup based on the analysis of
<url type="help">http://www.silx.org/doc/pyFAI/latest/</url> <url type="help">http://www.silx.org/doc/pyFAI/latest/</url>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>http://www.silx.org/doc/pyFAI/latest/_images/3_extract.png</image> <image>http://www.silx.org/doc/pyFAI/latest/_images/diffmap_main.png</image>
<caption>Image calibration from rings</caption> <caption>Setup of the diffraction map integration</caption>
</screenshot> </screenshot>
</screenshots> </screenshots>
<developer_name>Jerome Kieffer</developer_name> <developer_name>Jerome Kieffer</developer_name>

View File

@ -3,8 +3,8 @@
<id>pyFAI-calib2</id> <id>pyFAI-calib2</id>
<metadata_license>MIT</metadata_license> <metadata_license>MIT</metadata_license>
<project_license>MIT</project_license> <project_license>MIT</project_license>
<name>pyFAI Calibration GUI</name> <name>pyFAI-calib2</name>
<summary>Database manager part of the LibreOffice productivity suite</summary> <summary>PyFAI's calibration graphical user interface</summary>
<description> <description>
Calib2 performs the calibration of a diffraction setup based on the analysis of an image with Debye-Scherrer rings Calib2 performs the calibration of a diffraction setup based on the analysis of an image with Debye-Scherrer rings
</description> </description>

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop"> <component type="desktop">
<id>pyFAI-calib2</id> <id>pyFAI-integrate</id>
<metadata_license>MIT</metadata_license> <metadata_license>MIT</metadata_license>
<project_license>MIT</project_license> <project_license>MIT</project_license>
<name>pyFAI Calibration GUI</name> <name>pyFAI-integrate</name>
<summary>Database manager part of the LibreOffice productivity suite</summary> <summary>PyFAI's graphical user interface for azimuthal integration</summary>
<description> <description>
Calib2 performs the calibration of a diffraction setup based on the analysis of an image with Debye-Scherrer rings PyFAI-integrate performs the azimuthal integration of a stack of images.
</description> </description>
<url type="homepage">https://github.com/silx-kit/pyFAI</url> <url type="homepage">https://github.com/silx-kit/pyFAI</url>
<url type="bugtracker">https://github.com/silx-kit/pyFAI/issues</url> <url type="bugtracker">https://github.com/silx-kit/pyFAI/issues</url>
@ -14,7 +14,7 @@ Calib2 performs the calibration of a diffraction setup based on the analysis of
<url type="help">http://www.silx.org/doc/pyFAI/latest/</url> <url type="help">http://www.silx.org/doc/pyFAI/latest/</url>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>http://www.silx.org/doc/pyFAI/latest/_images/3_extract.png</image> <image>http://www.silx.org/doc/pyFAI/latest/_images/integrate.png</image>
<caption>Image calibration from rings</caption> <caption>Image calibration from rings</caption>
</screenshot> </screenshot>
</screenshots> </screenshots>