<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://www.fitstool.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.fitstool.org/" rel="alternate" type="text/html" /><updated>2026-08-05T22:37:11+00:00</updated><id>https://www.fitstool.org/feed.xml</id><title type="html">File Information Tool Set (FITS)</title><subtitle>Documentation and official code release of the FITS and the FITS Web Service projects</subtitle><entry><title type="html">FITS Community Sprint Recap, Winter 2022</title><link href="https://www.fitstool.org/blog/2022/03/28/community-sprint.html" rel="alternate" type="text/html" title="FITS Community Sprint Recap, Winter 2022" /><published>2022-03-28T00:00:00+00:00</published><updated>2022-03-28T00:00:00+00:00</updated><id>https://www.fitstool.org/blog/2022/03/28/community-sprint</id><content type="html" xml:base="https://www.fitstool.org/blog/2022/03/28/community-sprint.html"><![CDATA[<h2 id="overview-and-outcomes">Overview and outcomes</h2>

<h2 id="highlights">Highlights</h2>

<h2 id="future-plans">Future plans</h2>

<hr />

<p>For more details, visit our <a href="https://github.com/orgs/fitstool/projects/3/views/1">GitHub project board</a></p>]]></content><author><name>author</name></author><category term="blog" /><summary type="html"><![CDATA[Overview and outcomes]]></summary></entry><entry><title type="html">Audio</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/audio.html" rel="alternate" type="text/html" title="Audio" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/audio</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/audio.html"><![CDATA[<details id="semantic-audio">
  <summary>4.01 Audio semantic components</summary>

  <dl>
    <dt>4.01.01</dt>
    <dd>audioDataEncoding</dd>
    <dt>4.01.02</dt>
    <dd>avgBitRate</dd>
    <dt>4.01.03</dt>
    <dd>avgPacketSize</dd>
    <dt>4.01.04</dt>
    <dd>bitDepth</dd>
    <dt>4.01.05</dt>
    <dd>bitRate</dd>
    <dt>4.01.06</dt>
    <dd>blockAlign</dd>
    <dt>4.01.07</dt>
    <dd>blockSizeMax</dd>
    <dt>4.01.08</dt>
    <dd>blockSizeMin</dd>
    <dt>4.01.09</dt>
    <dd>byteOrder</dd>
    <dt>4.01.10</dt>
    <dd>channels</dd>
    <dt>4.01.11</dt>
    <dd>duration</dd>
    <dt>4.01.12</dt>
    <dd>maxBitRate</dd>
    <dt>4.01.13</dt>
    <dd>maxPacketSize</dd>
    <dt>4.01.14</dt>
    <dd>numPackets</dd>
    <dt>4.01.15</dt>
    <dd>numSamples</dd>
    <dt>4.01.16</dt>
    <dd>offset</dd>
    <dt>4.01.17</dt>
    <dd>sampleRate</dd>
    <dt>4.01.18</dt>
    <dd>software</dd>
    <dt>4.01.19</dt>
    <dd>soundField</dd>
    <dt>4.01.20</dt>
    <dd>time</dd>
    <dt>4.01.21</dt>
    <dd>wordSize</dd>
  </dl>

</details>

<h5 id="example">Example</h5>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;metadata&gt;
    &lt;audio&gt;
      &lt;numSamples toolname="OIS Audio Information" toolversion="0.1" status="SINGLE_RESULT"&gt;299159&lt;/numSamples&gt;
      &lt;sampleRate toolname="OIS Audio Information" toolversion="0.1"&gt;96000&lt;/sampleRate&gt;
      &lt;audioDataEncoding toolname="OIS Audio Information" toolversion="0.1" status="CONFLICT"&gt;PCM&lt;/audioDataEncoding&gt;
      &lt;audioDataEncoding toolname="Jhove" toolversion="1.16" status="CONFLICT"&gt;PCM audio in integer format&lt;/audioDataEncoding&gt;
      &lt;audioDataEncoding toolname="Exiftool" toolversion="10.00" status="CONFLICT"&gt;Microsoft PCM&lt;/audioDataEncoding&gt;
      &lt;blockAlign toolname="OIS Audio Information" toolversion="0.1" status="SINGLE_RESULT"&gt;3&lt;/blockAlign&gt;
      &lt;time toolname="OIS Audio Information" toolversion="0.1" status="SINGLE_RESULT"&gt;458028579&lt;/time&gt;
      &lt;channels toolname="OIS Audio Information" toolversion="0.1"&gt;1&lt;/channels&gt;
      &lt;bitDepth toolname="OIS Audio Information" toolversion="0.1"&gt;24&lt;/bitDepth&gt;
      &lt;wordSize toolname="OIS Audio Information" toolversion="0.1" status="SINGLE_RESULT"&gt;3&lt;/wordSize&gt;
      &lt;offset toolname="OIS Audio Information" toolversion="0.1"&gt;46&lt;/offset&gt;
      &lt;byteOrder toolname="Jhove" toolversion="1.16" status="SINGLE_RESULT"&gt;LITTLE_ENDIAN&lt;/byteOrder&gt;
      &lt;duration toolname="Exiftool" toolversion="10.00" status="SINGLE_RESULT"&gt;3.12 s&lt;/duration&gt;
    &lt;/audio&gt;
&lt;/metadata&gt;
</code></pre></div></div>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[4.01 Audio semantic components]]></summary></entry><entry><title type="html">Container</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/container.html" rel="alternate" type="text/html" title="Container" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/container</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/container.html"><![CDATA[<h5 id="example">Example</h5>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;metadata&gt;
  &lt;container&gt;
    &lt;originalSize toolname="Droid" toolversion="6.4" status="SINGLE_RESULT"&gt;34318329&lt;/originalSize&gt;
    &lt;compressionMethod toolname="Droid" toolversion="6.4" status="SINGLE_RESULT"&gt;deflate&lt;/compressionMethod&gt;
    &lt;entries totalEntries="17" toolname="Droid" toolversion="6.4" status="SINGLE_RESULT"&gt;
      &lt;format name="EPUB" number="1" /&gt;
      &lt;format name="Extensible Markup Language" number="1" /&gt;
      &lt;format name="Graphics Interchange Format" number="1" /&gt;
      &lt;format name="JPEG 2000 JP2" number="1" /&gt;
      &lt;format name="JPEG File Interchange Format" number="1" /&gt;
      &lt;format name="MPEG-4" number="1" /&gt;
      &lt;format name="Office Open XML Document" number="1" /&gt;
      &lt;format name="OpenDocument Text" number="1" /&gt;
      &lt;format name="PDF/A" number="1" /&gt;
      &lt;format name="PDF/X" number="1" /&gt;
      &lt;format name="Plain text" number="1" /&gt;
      &lt;format name="Portable Network Graphics" number="1" /&gt;
      &lt;format name="Rich Text Format (RTF)" number="1" /&gt;
      &lt;format name="TIFF EXIF" number="1" /&gt;
      &lt;format name="Waveform Audio" number="2" /&gt;
      &lt;format name="ZIP Format" number="1" /&gt;
      &lt;/entries&gt;
  &lt;/container&gt;
&lt;/metadata&gt;
</code></pre></div></div>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[Example]]></summary></entry><entry><title type="html">Document</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/document.html" rel="alternate" type="text/html" title="Document" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/document</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/document.html"><![CDATA[<details id="semantic-document">
  <summary>4.02 Document semantic components</summary>

  <dl>
    <dt>4.02.01</dt>
    <dd>author</dd>
    <dt>4.02.02</dt>
    <dd>hasAnnotations</dd>
    <dt>4.02.03</dt>
    <dd>hasOutline</dd>
    <dt>4.02.04</dt>
    <dd>isProtected</dd>
    <dt>4.02.05</dt>
    <dd>isRightsManaged</dd>
    <dt>4.02.06</dt>
    <dd>isTagged</dd>
    <dt>4.02.07</dt>
    <dd>language</dd>
    <dt>4.02.08</dt>
    <dd>pageCount</dd>
    <dt>4.02.09</dt>
    <dd>title</dd>
  </dl>

</details>

<h5 id="example">Example</h5>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;metadata&gt;
    &lt;document&gt;
      &lt;pageCount toolname="Exiftool" toolversion="10.00" status="SINGLE_RESULT"&gt;2&lt;/pageCount&gt;
      &lt;wordCount toolname="Exiftool" toolversion="10.00" status="SINGLE_RESULT"&gt;141&lt;/wordCount&gt;
      &lt;characterCount toolname="Exiftool" toolversion="10.00" status="SINGLE_RESULT"&gt;805&lt;/characterCount&gt;
      &lt;author toolname="Exiftool" toolversion="10.00" status="SINGLE_RESULT"&gt;Zakuta, Vitaly&lt;/author&gt;
      &lt;lineCount toolname="Exiftool" toolversion="10.00" status="SINGLE_RESULT"&gt;6&lt;/lineCount&gt;
      &lt;paragraphCount toolname="Exiftool" toolversion="10.00" status="SINGLE_RESULT"&gt;1&lt;/paragraphCount&gt;
      &lt;standard&gt;
        &lt;docmd:document xmlns:docmd="http://www.fcla.edu/docmd"&gt;
          &lt;docmd:PageCount&gt;2&lt;/docmd:PageCount&gt;
          &lt;docmd:WordCount&gt;141&lt;/docmd:WordCount&gt;
          &lt;docmd:CharacterCount&gt;805&lt;/docmd:CharacterCount&gt;
          &lt;docmd:ParagraphCount&gt;1&lt;/docmd:ParagraphCount&gt;
          &lt;docmd:LineCount&gt;6&lt;/docmd:LineCount&gt;
        &lt;/docmd:document&gt;
      &lt;/standard&gt;
    &lt;/document&gt;
&lt;/metadata&gt;
</code></pre></div></div>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[4.02 Document semantic components]]></summary></entry><entry><title type="html">Fileinfo</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/fileInfo.html" rel="alternate" type="text/html" title="Fileinfo" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/fileInfo</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/fileInfo.html"><![CDATA[<!-- <span>2.01</span>filepath<br><span>2.02</span>filename<br><span>2.03</span>size<br><span>2.04</span>md5checksum<br><span>2.05</span>lastmodified<br><span>2.06</span>fslastmodified<br><span>2.07</span>created<br><span>2.08</span>creatingApplicationName<br><span>2.09</span>creatingApplicationversion<br><span>2.10</span>inhibitorType<br><span>2.11</span>rightsBasis<br><span>2.12</span>copyrightBasis<br><span>2.13</span>copyrightNote<br><span>2.14</span>creatingos</span> -->

<h5 id="example">Example</h5>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;fileinfo&gt;
    &lt;size toolname="Jhove" toolversion="1.20.1"&gt;43152124&lt;/size&gt;
    &lt;creatingApplicationName toolname="Exiftool" toolversion="11.54" status="SINGLE_RESULT"&gt;Adobe Photoshop CS6 (Windows)&lt;/creatingApplicationName&gt;
    &lt;lastmodified toolname="Exiftool" toolversion="11.54" status="CONFLICT"&gt;2013:12:16 13:24:36&lt;/lastmodified&gt;
    &lt;lastmodified toolname="Tika" toolversion="1.21" status="CONFLICT"&gt;2013-12-16T07:24:36&lt;/lastmodified&gt;
    &lt;created toolname="Exiftool" toolversion="11.54" status="SINGLE_RESULT"&gt;2013:12:16 13:23:37-06:00&lt;/created&gt;
    &lt;filepath toolname="OIS File Information" toolversion="1.0" status="SINGLE_RESULT"&gt;/Users/UserID/Desktop/Sample_0001.tif&lt;/filepath&gt;
    &lt;filename toolname="OIS File Information" toolversion="1.0" status="SINGLE_RESULT"&gt;0010_Adams_0001-006-1857-02-21_001.tif&lt;/filename&gt;
    &lt;md5checksum toolname="OIS File Information" toolversion="1.0" status="SINGLE_RESULT"&gt;0c8c66bcc9614cd280f44a0ab8181811&lt;/md5checksum&gt;
    &lt;fslastmodified toolname="OIS File Information" toolversion="1.0" status="SINGLE_RESULT"&gt;1387221878000&lt;/fslastmodified&gt;
&lt;/fileinfo&gt;
</code></pre></div></div>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">Filestatus</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/fileStatus.html" rel="alternate" type="text/html" title="Filestatus" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/fileStatus</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/fileStatus.html"><![CDATA[<h5 id="example">Example</h5>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;filestatus&gt;
    &lt;well-formed toolname="Jhove" toolversion="1.20.1" status="SINGLE_RESULT"&gt;true&lt;/well-formed&gt;
    &lt;valid toolname="Jhove" toolversion="1.20.1" status="SINGLE_RESULT"&gt;true&lt;/valid&gt;
&lt;/filestatus&gt;
</code></pre></div></div>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[Example]]></summary></entry><entry><title type="html">Identification</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/identification.html" rel="alternate" type="text/html" title="Identification" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/identification</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/identification.html"><![CDATA[<h5 id="example-1-successful-format-identification">Example 1: Successful format identification</h5>

<p>In this example, two tools (Jhove 1.5 and file utility 5.04) identified the format as Plain text with a MIME media type of text/plain.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;identification&gt;
    &lt;identity format="Plain text" mimetype="text/plain" toolname="FITS" toolversion="0.8.x"&gt;
        &lt;tool toolname="Jhove" toolversion="1.5" /&gt;
        &lt;tool toolname="file utility" toolversion="5.04" /&gt;
    &lt;/identity&gt;
&lt;/identification&gt;
</code></pre></div></div>

<h5 id="example-2-format-conflict">Example 2: Format conflict</h5>

<p>In this example, there is a “format conflict”. The tool Exiftool 9.13 identified the format as PCD with MIME media type image/x-photo-cd, but the tool Tika 1.3 identified the format as MPEG-1 Audio Layer 3. Notice in this case that the identification element will carry an attribute status value of CONFLICT.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;identification status="CONFLICT"&gt;
    &lt;identity format="PCD" mimetype="image/x-photo-cd" toolname="FITS" toolversion="0.8.x"&gt;
        &lt;tool toolname="Exiftool" toolversion="9.13" /&gt;
    &lt;/identity&gt;
    &lt;identity format="MPEG-1 Audio Layer 3" mimetype="audio/mpeg" toolname="FITS" toolversion="0.8.x"&gt;
        &lt;tool toolname="Tika" toolversion="1.3" /&gt;
    &lt;/identity&gt;
&lt;/identification&gt;
</code></pre></div></div>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[Example 1: Successful format identification]]></summary></entry><entry><title type="html">Image</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/image.html" rel="alternate" type="text/html" title="Image" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/image</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/image.html"><![CDATA[<details id="semantic-image">
  <summary>4.03 Image semantic components</summary>

  <dl>
    <dt>4.03.01</dt>
    <dd>apertureValue</dd>
    <dt>4.03.02</dt>
    <dd>bitsPerSample</dd>
    <dt>4.03.03</dt>
    <dd>brightnessValue</dd>
    <dt>4.03.04</dt>
    <dd>byteOrder</dd>
    <dt>4.03.05</dt>
    <dd>captureDevice</dd>
    <dt>4.03.06</dt>
    <dd>cfaPattern</dd>
    <dt>4.03.07</dt>
    <dd>cfaPattern2</dd>
    <dt>4.03.08</dt>
    <dd>colorMap</dd>
    <dt>4.03.09</dt>
    <dd>colorSpace</dd>
    <dt>4.03.10</dt>
    <dd>compressionScheme</dd>
    <dt>4.03.11</dt>
    <dd>digitalCameraManufacturer</dd>
    <dt>4.03.12</dt>
    <dd>digitalCameraModelName</dd>
    <dt>4.03.13</dt>
    <dd>digitalCameraSerialNo</dd>
    <dt>4.03.14</dt>
    <dd>exifVersion</dd>
    <dt>4.03.15</dt>
    <dd>exposureBiasValue</dd>
    <dt>4.03.16</dt>
    <dd>exposureIndex</dd>
    <dt>4.03.17</dt>
    <dd>exposureProgram</dd>
    <dt>4.03.18</dt>
    <dd>exposureTime</dd>
    <dt>4.03.19</dt>
    <dd>extraSamples</dd>
    <dt>4.03.20</dt>
    <dd>flash</dd>
    <dt>4.03.21</dt>
    <dd>flashEnergy</dd>
    <dt>4.03.22</dt>
    <dd>fNumber</dd>
    <dt>4.03.23</dt>
    <dd>focalLength</dd>
    <dt>4.03.24</dt>
    <dd>gpsAltitudeRef</dd>
    <dt>4.03.25</dt>
    <dd>gpsAltitude</dd>
    <dt>4.03.26</dt>
    <dd>gpsAreaInformation</dd>
    <dt>4.03.27</dt>
    <dd>gpsDateStamp</dd>
    <dt>4.03.28</dt>
    <dd>gpsDestBearing</dd>
    <dt>4.03.29</dt>
    <dd>gpsDestBearingRef</dd>
    <dt>4.03.30</dt>
    <dd>gpsDestDistance</dd>
    <dt>4.03.31</dt>
    <dd>gpsDestDistanceRef</dd>
    <dt>4.03.32</dt>
    <dd>gpsDestLatitude</dd>
    <dt>4.03.33</dt>
    <dd>gpsDestLatitudeRef</dd>
    <dt>4.03.34</dt>
    <dd>gpsDestLongitude</dd>
    <dt>4.03.35</dt>
    <dd>gpsDestLongitudeRef</dd>
    <dt>4.03.36</dt>
    <dd>gpsDifferential</dd>
    <dt>4.03.37</dt>
    <dd>gpsDOP</dd>
    <dt>4.03.38</dt>
    <dd>gpsImgDirection</dd>
    <dt>4.03.39</dt>
    <dd>gpsImgDirectionRef</dd>
    <dt>4.03.40</dt>
    <dd>gpsLatitude</dd>
    <dt>4.03.41</dt>
    <dd>gpsLatitudeRef</dd>
    <dt>4.03.42</dt>
    <dd>gpsLongitude</dd>
    <dt>4.03.43</dt>
    <dd>gpsLongitudeRef</dd>
    <dt>4.03.44</dt>
    <dd>gpsMapDatum</dd>
    <dt>4.03.45</dt>
    <dd>gpsMeasureMode</dd>
    <dt>4.03.46</dt>
    <dd>gpsProcessingMethod</dd>
    <dt>4.03.47</dt>
    <dd>gpsSatellites</dd>
    <dt>4.03.48</dt>
    <dd>gpsSpeed</dd>
    <dt>4.03.49</dt>
    <dd>gpsSpeedRef</dd>
    <dt>4.03.50</dt>
    <dd>gpsStatus</dd>
    <dt>4.03.51</dt>
    <dd>gpsTimeStamp</dd>
    <dt>4.03.52</dt>
    <dd>gpsTrack</dd>
    <dt>4.03.53</dt>
    <dd>gpsTrackRef</dd>
    <dt>4.03.54</dt>
    <dd>gpsVersionID</dd>
    <dt>4.03.55</dt>
    <dd>grayResponseUnit</dd>
    <dt>4.03.56</dt>
    <dd>iccProfileName</dd>
    <dt>4.03.57</dt>
    <dd>iccProfileVersion</dd>
    <dt>4.03.58</dt>
    <dd>imageHeight</dd>
    <dt>4.03.59</dt>
    <dd>imageProducer</dd>
    <dt>4.03.60</dt>
    <dd>imageWidth</dd>
    <dt>4.03.61</dt>
    <dd>isoSpeedRating</dd>
    <dt>4.03.62</dt>
    <dd>lightSource</dd>
    <dt>4.03.63</dt>
    <dd>maxApertureValue</dd>
    <dt>4.03.64</dt>
    <dd>meteringMode</dd>
    <dt>4.03.65</dt>
    <dd>oECF</dd>
    <dt>4.03.66</dt>
    <dd>orientation</dd>
    <dt>4.03.67</dt>
    <dd>primaryChromaticitiesBlueX</dd>
    <dt>4.03.68</dt>
    <dd>primaryChromaticitiesBlueY</dd>
    <dt>4.03.69</dt>
    <dd>primaryChromaticitiesGreenX</dd>
    <dt>4.03.70</dt>
    <dd>primaryChromaticitiesGreenY</dd>
    <dt>4.03.71</dt>
    <dd>primaryChromaticitiesRedX</dd>
    <dt>4.03.72</dt>
    <dd>primaryChromaticitiesRedY</dd>
    <dt>4.03.73</dt>
    <dd>qualityLayers</dd>
    <dt>4.03.74</dt>
    <dd>referenceBlackWhite</dd>
    <dt>4.03.75</dt>
    <dd>resolutionLevels</dd>
    <dt>4.03.76</dt>
    <dd>samplesPerPixel</dd>
    <dt>4.03.77</dt>
    <dd>samplingFrequencyUnit</dd>
    <dt>4.03.78</dt>
    <dd>scannerManufacturer</dd>
    <dt>4.03.79</dt>
    <dd>scannerModelName</dd>
    <dt>4.03.80</dt>
    <dd>scannerModelNumber</dd>
    <dt>4.03.81</dt>
    <dd>scannerModelSerialNo</dd>
    <dt>4.03.82</dt>
    <dd>scanningSoftwareName</dd>
    <dt>4.03.83</dt>
    <dd>scanningSoftwareVersionNo</dd>
    <dt>4.03.84</dt>
    <dd>sensingMethod</dd>
    <dt>4.03.85</dt>
    <dd>shutterSpeedValue</dd>
    <dt>4.03.86</dt>
    <dd>spectralSensitivity</dd>
    <dt>4.03.87</dt>
    <dd>subjectDistance</dd>
    <dt>4.03.88</dt>
    <dd>tileHeight</dd>
    <dt>4.03.89</dt>
    <dd>tileWidth</dd>
    <dt>4.03.90</dt>
    <dd>whitePointXValue</dd>
    <dt>4.03.91</dt>
    <dd>whitePointYValue</dd>
    <dt>4.03.92</dt>
    <dd>xSamplingFrequency</dd>
    <dt>4.03.93</dt>
    <dd>ySamplingFrequency</dd>
    <dt>4.03.94</dt>
    <dd>YCbCrCoefficients</dd>
    <dt>4.03.95</dt>
    <dd>YCbCrPositioning</dd>
    <dt>4.03.96</dt>
    <dd>YCbCrSubSampling</dd>
  </dl>

</details>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[4.03 Image semantic components]]></summary></entry><entry><title type="html">Metadata</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/metadata.html" rel="alternate" type="text/html" title="Metadata" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/metadata</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/metadata.html"><![CDATA[<h5 id="example">Example</h5>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;image&gt;
    &lt;byteOrder toolname="Jhove" toolversion="1.20.1" status="SINGLE_RESULT"&gt;little endian&lt;/byteOrder&gt;
    &lt;compressionScheme toolname="Jhove" toolversion="1.20.1"&gt;Uncompressed&lt;/compressionScheme&gt;
    &lt;imageWidth toolname="Jhove" toolversion="1.20.1"&gt;2982&lt;/imageWidth&gt;
    &lt;imageHeight toolname="Jhove" toolversion="1.20.1"&gt;4821&lt;/imageHeight&gt;
    &lt;colorSpace toolname="Jhove" toolversion="1.20.1"&gt;RGB&lt;/colorSpace&gt;
    &lt;referenceBlackWhite toolname="Jhove" toolversion="1.20.1" status="SINGLE_RESULT"&gt;0 255 0 255 0 255&lt;/referenceBlackWhite&gt;
    &lt;iccProfileName toolname="Jhove" toolversion="1.20.1"&gt;EPSON  Standard RGB - Gamma 1.8&lt;/iccProfileName&gt;
    &lt;orientation toolname="Jhove" toolversion="1.20.1"&gt;normal*&lt;/orientation&gt;
    &lt;samplingFrequencyUnit toolname="Jhove" toolversion="1.20.1"&gt;in.&lt;/samplingFrequencyUnit&gt;
    &lt;xSamplingFrequency toolname="Jhove" toolversion="1.20.1"&gt;600&lt;/xSamplingFrequency&gt;
    &lt;ySamplingFrequency toolname="Jhove" toolversion="1.20.1"&gt;600&lt;/ySamplingFrequency&gt;
    &lt;bitsPerSample toolname="Jhove" toolversion="1.20.1"&gt;8 8 8&lt;/bitsPerSample&gt;
    &lt;samplesPerPixel toolname="Jhove" toolversion="1.20.1"&gt;3&lt;/samplesPerPixel&gt;
    &lt;scanningSoftwareName toolname="Jhove" toolversion="1.20.1"&gt;Adobe Photoshop CS6 (Windows)&lt;/scanningSoftwareName&gt;
    &lt;iccProfileVersion toolname="Exiftool" toolversion="11.54" status="SINGLE_RESULT"&gt;2.2.0&lt;/iccProfileVersion&gt;
&lt;/image&gt;
</code></pre></div></div>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[Example]]></summary></entry><entry><title type="html">Text</title><link href="https://www.fitstool.org/data-dictionary/2022/03/22/text.html" rel="alternate" type="text/html" title="Text" /><published>2022-03-22T00:00:00+00:00</published><updated>2022-03-22T00:00:00+00:00</updated><id>https://www.fitstool.org/data-dictionary/2022/03/22/text</id><content type="html" xml:base="https://www.fitstool.org/data-dictionary/2022/03/22/text.html"><![CDATA[<details id="semantic-text">
  <summary>4.04 Text semantic components</summary>

  <dl>
    <dt>4.04.01</dt>
    <dd>charset</dd>
    <dt>4.04.02</dt>
    <dd>linebreak</dd>
    <dt>4.04.03</dt>
    <dd>markupBasis</dd>
    <dt>4.04.04</dt>
    <dd>markupBasisVersion</dd>
    <dt>4.04.05</dt>
    <dd>markupLanguage</dd>
  </dl>

</details>

<h5 id="example">Example</h5>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;metadata&gt;
    &lt;text&gt;
      &lt;charset toolname="Exiftool" toolversion="12.29" status="SINGLE_RESULT"&gt;us-ascii&lt;/charset&gt;
      &lt;linebreak toolname="Exiftool" toolversion="12.29" status="SINGLE_RESULT"&gt;CR&lt;/linebreak&gt;
      &lt;standard&gt;
        &lt;textMD:textMD xmlns:textMD="info:lc/xmlns/textMD-v3"&gt;
          &lt;textMD:character_info&gt;
            &lt;textMD:charset&gt;US-ASCII&lt;/textMD:charset&gt;
            &lt;textMD:linebreak&gt;CR&lt;/textMD:linebreak&gt;
          &lt;/textMD:character_info&gt;
        &lt;/textMD:textMD&gt;
      &lt;/standard&gt;
    &lt;/text&gt;
&lt;/metadata&gt;
</code></pre></div></div>]]></content><author><name></name></author><category term="data-dictionary" /><summary type="html"><![CDATA[4.04 Text semantic components]]></summary></entry></feed>