<?xml version="1.0" encoding="utf-8" ?>
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0039_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0039_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0039_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0039_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0039_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0039_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0039_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0039_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0039_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0039/ses-02/func/sub-0039_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>945ee279b1d7194d4179529494f161f8</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:39:8.100000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998494, 0.0319738, 0.0445729, -0.0383583, 0.987841, 0.150662]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100494</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7760, -7242, 668, -41, -201, 4, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.862</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>193aa526-3d7e-461d-a85e-4882583db9f6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678887367248535, -0.10291248559951782, 0.10587693005800247, 115.00968170166016], [-0.08578350394964218, 2.6503047943115234, 0.4107922613620758, -106.03362274169922], [0.11958584189414978, -0.4042161703109741, 2.6664657592773438, -50.08103561401367], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['193908.100000', '193908.560000', '193909.020000', '193909.480000', '193909.940000', '193910.400000', '193910.860000', '193911.320000', '193911.780000', '193912.240000', '193912.700000', '193913.160000', '193913.620000', '193914.080000', '193914.540000', '193915.000000', '193915.460000', '193915.920000', '193916.380000', '193916.840000', '193917.300000', '193917.760000', '193918.220000', '193918.680000', '193919.140000', '193919.600000', '193920.060000', '193920.520000', '193920.980000', '193921.440000', '193921.900000', '193922.360000', '193922.820000', '193923.280000', '193923.740000', '193924.200000', '193924.660000', '193925.120000', '193925.580000', '193926.040000', '193926.500000', '193926.960000', '193927.420000', '193927.880000', '193928.340000', '193928.800000', '193929.260000', '193929.720000', '193930.180000', '193930.640000', '193931.100000', '193931.560000', '193932.020000', '193932.480000', '193932.940000', '193933.400000', '193933.860000', '193934.320000', '193934.780000', '193935.240000', '193935.700000', '193936.160000', '193936.620000', '193937.080000', '193937.540000', '193938.000000', '193938.460000', '193938.920000', '193939.380000', '193939.840000', '193940.300000', '193940.760000', '193941.220000', '193941.680000', '193942.140000', '193942.600000', '193943.060000', '193943.520000', '193943.980000', '193944.440000', '193944.900000', '193945.360000', '193945.820000', '193946.280000', '193946.740000', '193947.200000', '193947.660000', '193948.120000', '193948.580000', '193949.040000', '193949.500000', '193949.960000', '193950.420000', '193950.880000', '193951.340000', '193951.800000', '193952.260000', '193952.720000', '193953.180000', '193953.640000', '193954.100000', '193954.560000', '193955.020000', '193955.480000', '193955.940000', '193956.400000', '193956.860000', '193957.320000', '193957.780000', '193958.240000', '193958.700000', '193959.160000', '193959.620000', '194000.080000', '194000.540000', '194001.000000', '194001.460000', '194001.920000', '194002.380000', '194002.840000', '194003.300000', '194003.760000', '194004.220000', '194004.680000', '194005.140000', '194005.600000', '194006.060000', '194006.520000', '194006.980000', '194007.440000', '194007.900000', '194008.360000', '194008.820000', '194009.280000', '194009.740000', '194010.200000', '194010.660000', '194011.120000', '194011.580000', '194012.040000', '194012.500000', '194012.960000', '194013.420000', '194013.880000', '194014.340000', '194014.800000', '194015.260000', '194015.720000', '194016.180000', '194016.640000', '194017.100000', '194017.560000', '194018.020000', '194018.480000', '194018.940000', '194019.400000', '194019.860000', '194020.320000', '194020.780000', '194021.240000', '194021.700000', '194022.160000', '194022.620000', '194023.080000', '194023.540000', '194024.000000', '194024.460000', '194024.920000', '194025.380000', '194025.840000', '194026.300000', '194026.760000', '194027.220000', '194027.680000', '194028.140000', '194028.600000', '194029.060000', '194029.520000', '194029.980000', '194030.440000', '194030.900000', '194031.360000', '194031.820000', '194032.280000', '194032.740000', '194033.200000', '194033.660000', '194034.120000', '194034.580000', '194035.040000', '194035.500000', '194035.960000', '194036.420000', '194036.880000', '194037.340000', '194037.800000', '194038.260000', '194038.720000', '194039.180000', '194039.640000', '194040.100000', '194040.560000', '194041.020000', '194041.480000', '194041.940000', '194042.400000', '194042.860000', '194043.320000', '194043.780000', '194044.240000', '194044.700000', '194045.160000', '194045.620000', '194046.080000', '194046.540000', '194047.000000', '194047.460000', '194047.920000', '194048.380000', '194048.840000', '194049.300000', '194049.760000', '194050.220000', '194050.680000', '194051.140000', '194051.600000', '194052.060000', '194052.520000', '194052.980000', '194053.440000', '194053.900000', '194054.360000', '194054.820000', '194055.280000', '194055.740000', '194056.200000', '194056.660000', '194057.120000', '194057.580000', '194058.040000', '194058.500000', '194058.960000', '194059.420000', '194059.880000', '194100.340000', '194100.800000', '194101.260000', '194101.720000', '194102.180000', '194102.640000', '194103.100000', '194103.560000', '194104.020000', '194104.480000', '194104.940000', '194105.400000', '194105.860000', '194106.320000', '194106.780000', '194107.240000', '194107.700000', '194108.160000', '194108.620000', '194109.080000', '194109.540000', '194110.000000', '194110.460000', '194110.920000', '194111.380000', '194111.840000', '194112.300000', '194112.760000', '194113.220000', '194113.680000', '194114.140000', '194114.600000', '194115.060000', '194115.520000', '194115.980000', '194116.440000', '194116.900000', '194117.360000', '194117.820000', '194118.280000', '194118.740000', '194119.200000', '194119.660000', '194120.120000', '194120.580000', '194121.040000', '194121.500000', '194121.960000', '194122.420000', '194122.880000', '194123.340000', '194123.800000', '194124.260000', '194124.720000', '194125.180000', '194125.640000', '194126.100000', '194126.560000', '194127.020000', '194127.480000', '194127.940000', '194128.400000', '194128.860000', '194129.320000', '194129.780000', '194130.240000', '194130.700000', '194131.160000', '194131.620000', '194132.080000', '194132.540000', '194133.000000', '194133.460000', '194133.920000', '194134.380000', '194134.840000', '194135.300000', '194135.760000', '194136.220000', '194136.680000', '194137.140000', '194137.600000', '194138.060000', '194138.520000', '194138.980000', '194139.440000', '194139.900000', '194140.360000', '194140.820000', '194141.280000', '194141.740000', '194142.200000', '194142.660000', '194143.120000', '194143.580000', '194144.040000', '194144.500000', '194144.960000', '194145.420000', '194145.880000', '194146.340000', '194146.800000', '194147.260000', '194147.720000', '194148.180000', '194148.640000', '194149.100000', '194149.560000', '194150.020000', '194150.480000', '194150.940000', '194151.400000', '194151.860000', '194152.320000', '194152.780000', '194153.240000', '194153.700000', '194154.160000', '194154.620000', '194155.080000', '194155.540000', '194156.000000', '194156.460000', '194156.920000', '194157.380000', '194157.840000', '194158.300000', '194158.760000', '194159.220000', '194159.680000', '194200.140000', '194200.600000', '194201.060000', '194201.520000', '194201.980000', '194202.440000', '194202.900000', '194203.360000', '194203.820000', '194204.280000', '194204.740000', '194205.200000', '194205.660000', '194206.120000', '194206.580000', '194207.040000', '194207.500000', '194207.960000', '194208.420000', '194208.880000', '194209.340000', '194209.800000', '194210.260000', '194210.720000', '194211.180000', '194211.640000', '194212.100000', '194212.560000', '194213.020000', '194213.480000', '194213.940000', '194214.400000', '194214.860000', '194215.320000', '194215.780000', '194216.240000', '194216.700000', '194217.160000', '194217.620000', '194218.080000', '194218.540000', '194219.000000', '194219.460000', '194219.920000', '194220.380000', '194220.840000', '194221.300000', '194221.760000', '194222.220000', '194222.680000', '194223.140000', '194223.600000', '194224.060000', '194224.520000', '194224.980000', '194225.440000', '194225.900000', '194226.360000', '194226.820000', '194227.280000', '194227.740000', '194228.200000', '194228.660000', '194229.120000', '194229.580000', '194230.040000', '194230.500000', '194230.960000', '194231.420000', '194231.880000', '194232.340000', '194232.800000', '194233.260000', '194233.720000', '194234.180000', '194234.640000', '194235.100000', '194235.560000', '194236.020000', '194236.480000', '194236.940000', '194237.400000', '194237.860000', '194238.320000', '194238.780000', '194239.240000', '194239.700000', '194240.160000', '194240.620000', '194241.080000', '194241.540000', '194242.000000', '194242.460000', '194242.920000', '194243.380000', '194243.840000', '194244.300000', '194244.760000', '194245.220000', '194245.680000', '194246.140000', '194246.600000', '194247.060000', '194247.520000', '194247.980000', '194248.440000', '194248.900000', '194249.360000', '194249.820000', '194250.280000', '194250.740000', '194251.200000', '194251.660000', '194252.120000', '194252.580000', '194253.040000', '194253.500000', '194253.960000', '194254.420000', '194254.880000', '194255.340000', '194255.800000', '194256.260000', '194256.720000', '194257.180000', '194257.640000', '194258.100000', '194258.560000', '194259.020000', '194259.480000', '194259.940000', '194300.400000', '194300.860000', '194301.320000', '194301.780000', '194302.240000', '194302.700000', '194303.160000', '194303.620000', '194304.080000', '194304.540000', '194305.000000', '194305.460000', '194305.920000', '194306.380000', '194306.840000', '194307.300000', '194307.760000', '194308.220000', '194308.680000', '194309.140000', '194309.600000', '194310.060000', '194310.520000', '194310.980000', '194311.440000', '194311.900000', '194312.360000', '194312.820000', '194313.280000', '194313.740000', '194314.200000', '194314.660000', '194315.120000', '194315.580000', '194316.040000', '194316.500000', '194316.960000', '194317.420000', '194317.880000', '194318.340000', '194318.800000', '194319.260000', '194319.720000', '194320.180000', '194320.640000', '194321.100000', '194321.560000', '194322.020000', '194322.480000', '194322.940000', '194323.400000', '194323.860000', '194324.320000', '194324.780000', '194325.240000', '194325.700000', '194326.160000', '194326.620000', '194327.080000', '194327.540000', '194328.000000', '194328.460000', '194328.920000', '194329.380000', '194329.840000', '194330.300000', '194330.760000', '194331.220000', '194331.680000', '194332.140000', '194332.600000', '194333.060000', '194333.520000', '194333.980000', '194334.440000', '194334.900000', '194335.360000', '194335.820000', '194336.280000', '194336.740000', '194337.200000', '194337.660000', '194338.120000', '194338.580000', '194339.040000', '194339.500000', '194339.960000', '194340.420000', '194340.880000', '194341.340000', '194341.800000', '194342.260000', '194342.720000', '194343.180000', '194343.640000', '194344.100000', '194344.560000', '194345.020000', '194345.480000', '194345.940000', '194346.400000', '194346.860000', '194347.320000', '194347.780000', '194348.240000', '194348.700000', '194349.160000', '194349.620000', '194350.080000', '194350.540000', '194351.000000', '194351.460000', '194351.920000', '194352.380000', '194352.840000', '194353.300000', '194353.760000', '194354.220000', '194354.680000', '194355.140000', '194355.600000', '194356.060000', '194356.520000', '194356.980000', '194357.440000', '194357.900000', '194358.360000', '194358.820000', '194359.280000', '194359.740000', '194400.200000', '194400.660000', '194401.120000', '194401.580000', '194402.040000', '194402.500000', '194402.960000', '194403.420000', '194403.880000', '194404.340000', '194404.800000', '194405.260000', '194405.720000', '194406.180000', '194406.640000', '194407.100000', '194407.560000', '194408.020000', '194408.480000', '194408.940000', '194409.400000', '194409.860000', '194410.320000', '194410.780000', '194411.240000', '194411.700000', '194412.160000', '194412.620000', '194413.080000', '194413.540000', '194414.000000', '194414.460000', '194414.920000', '194415.380000', '194415.840000', '194416.300000', '194416.760000', '194417.220000', '194417.680000', '194418.140000', '194418.600000', '194419.060000', '194419.520000', '194419.980000', '194420.440000', '194420.900000', '194421.360000', '194421.820000', '194422.280000', '194422.740000', '194423.200000', '194423.660000', '194424.120000', '194424.580000', '194425.040000', '194425.500000', '194425.960000', '194426.420000', '194426.880000', '194427.340000', '194427.800000', '194428.260000', '194428.720000', '194429.180000', '194429.640000', '194430.100000', '194430.560000', '194431.020000', '194431.480000', '194431.940000', '194432.400000', '194432.860000', '194433.320000', '194433.780000', '194434.240000', '194434.700000', '194435.160000', '194435.620000', '194436.080000', '194436.540000', '194437.000000', '194437.460000', '194437.920000', '194438.380000', '194438.840000', '194439.300000', '194439.760000', '194440.220000', '194440.680000', '194441.140000', '194441.600000', '194442.060000', '194442.520000', '194442.980000', '194443.440000', '194443.900000', '194444.360000', '194444.820000', '194445.280000', '194445.740000', '194446.200000', '194446.660000', '194447.120000', '194447.580000', '194448.040000', '194448.500000', '194448.960000', '194449.420000', '194449.880000', '194450.340000', '194450.800000', '194451.260000', '194451.720000', '194452.180000', '194452.640000', '194453.100000', '194453.560000', '194454.020000', '194454.480000', '194454.940000', '194455.400000', '194455.860000', '194456.320000', '194456.780000', '194457.240000', '194457.700000', '194458.160000', '194458.620000', '194459.080000', '194459.540000', '194500.000000', '194500.460000', '194500.920000', '194501.380000', '194501.840000', '194502.300000', '194502.760000', '194503.220000', '194503.680000', '194504.140000', '194504.600000', '194505.060000', '194505.520000', '194505.980000', '194506.440000', '194506.900000', '194507.360000', '194507.820000', '194508.280000', '194508.740000', '194509.200000', '194509.660000', '194510.120000', '194510.580000', '194511.040000', '194511.500000', '194511.960000', '194512.420000', '194512.880000', '194513.340000', '194513.800000', '194514.260000', '194514.720000', '194515.180000', '194515.640000', '194516.100000', '194516.560000', '194517.020000', '194517.480000', '194517.940000', '194518.400000', '194518.860000', '194519.320000', '194519.780000', '194520.240000', '194520.700000', '194521.160000', '194521.620000', '194522.080000', '194522.540000', '194523.000000', '194523.460000', '194523.920000', '194524.380000', '194524.840000', '194525.300000', '194525.760000', '194526.220000', '194526.680000', '194527.140000', '194527.600000', '194528.060000', '194528.520000', '194528.980000', '194529.440000', '194529.900000', '194530.360000', '194530.820000', '194531.280000', '194531.740000', '194532.200000', '194532.660000', '194533.120000', '194533.580000', '194534.040000', '194534.500000', '194534.960000', '194535.420000', '194535.880000', '194536.340000', '194536.800000', '194537.260000', '194537.720000', '194538.180000', '194538.640000', '194539.100000', '194539.560000', '194540.020000', '194540.480000', '194540.940000', '194541.400000', '194541.860000', '194542.320000', '194542.780000', '194543.240000', '194543.700000', '194544.160000', '194544.620000', '194545.080000', '194545.540000', '194546.000000', '194546.460000', '194546.920000', '194547.380000', '194547.840000', '194548.300000', '194548.760000', '194549.220000', '194549.680000', '194550.140000', '194550.600000', '194551.060000', '194551.520000', '194551.980000', '194552.440000', '194552.900000', '194553.360000', '194553.820000', '194554.280000', '194554.740000', '194555.200000', '194555.660000', '194556.120000', '194556.580000', '194557.040000', '194557.500000', '194557.960000', '194558.420000', '194558.880000', '194559.340000', '194559.800000', '194600.260000', '194600.720000', '194601.180000', '194601.640000', '194602.100000', '194602.560000', '194603.020000', '194603.480000', '194603.940000', '194604.400000', '194604.860000', '194605.320000', '194605.780000', '194606.240000', '194606.700000', '194607.160000', '194607.620000', '194608.080000', '194608.540000', '194609.000000', '194609.460000', '194609.920000', '194610.380000', '194610.840000', '194611.300000', '194611.760000', '194612.220000', '194612.680000', '194613.140000', '194613.600000', '194614.060000', '194614.520000', '194614.980000', '194615.440000', '194615.900000', '194616.360000', '194616.820000', '194617.280000', '194617.740000', '194618.200000', '194618.660000', '194619.120000', '194619.580000', '194620.040000', '194620.500000', '194620.960000', '194621.420000', '194621.880000', '194622.340000', '194622.800000', '194623.260000', '194623.720000', '194624.180000', '194624.640000', '194625.100000', '194625.560000', '194626.020000', '194626.480000', '194626.940000', '194627.400000', '194627.860000', '194628.320000', '194628.780000', '194629.240000', '194629.700000', '194630.160000', '194630.620000', '194631.080000', '194631.540000', '194632.000000', '194632.460000', '194632.920000', '194633.380000', '194633.840000', '194634.300000', '194634.760000', '194635.220000', '194635.680000', '194636.140000', '194636.600000', '194637.060000', '194637.520000', '194637.980000', '194638.440000', '194638.900000', '194639.360000', '194639.820000', '194640.280000', '194640.740000', '194641.200000', '194641.660000', '194642.120000', '194642.580000', '194643.040000', '194643.500000', '194643.960000', '194644.420000', '194644.880000', '194645.340000', '194645.800000', '194646.260000', '194646.720000', '194647.180000', '194647.640000', '194648.100000', '194648.560000', '194649.020000', '194649.480000', '194649.940000', '194650.400000', '194650.860000', '194651.320000', '194651.780000', '194652.240000', '194652.700000', '194653.160000', '194653.620000', '194654.080000', '194654.540000', '194655.000000', '194655.460000', '194655.920000', '194656.380000', '194656.840000', '194657.300000', '194657.760000', '194658.220000', '194658.680000', '194659.140000', '194659.600000', '194700.060000', '194700.520000', '194700.980000', '194701.440000', '194701.900000', '194702.360000', '194702.820000', '194703.280000', '194703.740000', '194704.200000', '194704.660000', '194705.120000', '194705.580000', '194706.040000', '194706.500000', '194706.960000', '194707.420000', '194707.880000', '194708.340000', '194708.800000', '194709.260000', '194709.720000', '194710.180000', '194710.640000', '194711.100000', '194711.560000', '194712.020000', '194712.480000', '194712.940000', '194713.400000', '194713.860000', '194714.320000', '194714.780000', '194715.240000', '194715.700000', '194716.160000', '194716.620000', '194717.080000', '194717.540000', '194718.000000', '194718.460000', '194718.920000', '194719.380000', '194719.840000', '194720.300000', '194720.760000', '194721.220000', '194721.680000', '194722.140000', '194722.600000', '194723.060000', '194723.520000', '194723.980000', '194724.440000', '194724.900000', '194725.360000', '194725.820000', '194726.280000', '194726.740000', '194727.200000', '194727.660000', '194728.120000', '194728.580000', '194729.040000', '194729.500000', '194729.960000', '194730.420000', '194730.880000', '194731.340000', '194731.800000', '194732.260000', '194732.720000', '194733.180000', '194733.640000', '194734.100000', '194734.560000', '194735.020000', '194735.480000', '194735.940000', '194736.400000', '194736.860000', '194737.320000', '194737.780000', '194738.240000', '194738.700000', '194739.160000', '194739.620000', '194740.080000', '194740.540000', '194741.000000', '194741.460000', '194741.920000', '194742.380000', '194742.840000', '194743.300000', '194743.760000', '194744.220000', '194744.680000', '194745.140000', '194745.600000', '194746.060000', '194746.520000', '194746.980000', '194747.440000', '194747.900000', '194748.360000', '194748.820000', '194749.280000', '194749.740000', '194750.200000', '194750.660000', '194751.120000', '194751.580000', '194752.040000', '194752.500000', '194752.960000', '194753.420000', '194753.880000', '194754.340000', '194754.800000', '194755.260000', '194755.720000', '194756.180000', '194756.640000', '194757.100000', '194757.560000', '194758.020000', '194758.480000', '194758.940000', '194759.400000'], 'ContentTime': ['193921.281000', '193921.285000', '193921.288000', '193921.291000', '193921.302000', '193921.305000', '193921.308000', '193921.311000', '193921.314000', '193921.317000', '193921.320000', '193921.323000', '193921.332000', '193921.335000', '193921.338000', '193921.340000', '193921.344000', '193921.347000', '193921.350000', '193921.353000', '193921.362000', '193921.365000', '193921.369000', '193921.372000', '193921.375000', '193921.378000', '193921.381000', '193941.257000', '193941.260000', '193941.263000', '193941.266000', '193941.269000', '193941.272000', '193941.275000', '193941.278000', '193941.281000', '193941.284000', '193941.287000', '193941.290000', '193941.293000', '193941.296000', '193941.299000', '193941.302000', '193941.305000', '193941.308000', '193941.311000', '193941.314000', '193941.317000', '193941.320000', '193941.323000', '193941.326000', '193941.329000', '193941.338000', '193941.341000', '193941.344000', '193941.347000', '193941.350000', '193941.353000', '193941.356000', '193941.359000', '193941.362000', '193941.365000', '193941.368000', '193941.371000', '193941.374000', '193941.377000', '193941.380000', '193941.383000', '193941.386000', '193941.389000', '193941.392000', '194001.257000', '194001.260000', '194001.263000', '194001.266000', '194001.269000', '194001.272000', '194001.274000', '194001.277000', '194001.280000', '194001.283000', '194001.286000', '194001.289000', '194001.292000', '194001.294000', '194001.297000', '194001.300000', '194001.303000', '194001.306000', '194001.309000', '194001.312000', '194001.316000', '194001.319000', '194001.322000', '194001.325000', '194001.327000', '194001.330000', '194001.333000', '194001.336000', '194001.339000', '194001.351000', '194001.354000', '194001.357000', '194001.360000', '194001.363000', '194001.366000', '194001.368000', '194001.371000', '194001.374000', '194001.377000', '194001.380000', '194001.383000', '194001.386000', '194001.389000', '194021.257000', '194021.260000', '194021.263000', '194021.266000', '194021.268000', '194021.271000', '194021.274000', '194021.277000', '194021.280000', '194021.283000', '194021.286000', '194021.289000', '194021.292000', '194021.295000', '194021.297000', '194021.300000', '194021.303000', '194021.306000', '194021.309000', '194021.312000', '194021.314000', '194021.317000', '194021.320000', '194021.323000', '194021.326000', '194021.329000', '194021.346000', '194021.349000', '194021.352000', '194021.355000', '194021.358000', '194021.361000', '194021.363000', '194021.366000', '194021.369000', '194021.372000', '194021.375000', '194021.378000', '194021.381000', '194021.383000', '194021.386000', '194021.389000', '194021.392000', '194021.395000', '194041.256000', '194041.259000', '194041.262000', '194041.265000', '194041.268000', '194041.271000', '194041.273000', '194041.276000', '194041.279000', '194041.282000', '194041.285000', '194041.288000', '194041.291000', '194041.294000', '194041.296000', '194041.299000', '194041.302000', '194041.305000', '194041.308000', '194041.311000', '194041.313000', '194041.316000', '194041.319000', '194041.322000', '194041.325000', '194041.328000', '194041.331000', '194041.334000', '194041.337000', '194041.340000', '194041.342000', '194041.345000', '194041.348000', '194041.351000', '194041.354000', '194041.357000', '194041.360000', '194041.363000', '194041.365000', '194041.368000', '194041.371000', '194041.374000', '194041.377000', '194101.256000', '194101.259000', '194101.262000', '194101.265000', '194101.267000', '194101.270000', '194101.273000', '194101.276000', '194101.279000', '194101.282000', '194101.285000', '194101.288000', '194101.291000', '194101.294000', '194101.296000', '194101.299000', '194101.302000', '194101.305000', '194101.308000', '194101.311000', '194101.314000', '194101.316000', '194101.319000', '194101.322000', '194101.325000', '194101.328000', '194101.331000', '194101.334000', '194101.337000', '194101.340000', '194101.342000', '194101.345000', '194101.348000', '194101.351000', '194101.354000', '194101.357000', '194101.360000', '194101.362000', '194101.365000', '194101.368000', '194101.371000', '194101.374000', '194101.377000', '194101.380000', '194121.256000', '194121.259000', '194121.262000', '194121.265000', '194121.268000', '194121.270000', '194121.273000', '194121.276000', '194121.279000', '194121.282000', '194121.285000', '194121.288000', '194121.291000', '194121.294000', '194121.296000', '194121.299000', '194121.302000', '194121.305000', '194121.308000', '194121.311000', '194121.313000', '194121.316000', '194121.319000', '194121.322000', '194121.325000', '194121.328000', '194121.331000', '194121.334000', '194121.336000', '194121.339000', '194121.342000', '194121.345000', '194121.348000', '194121.351000', '194121.355000', '194121.358000', '194121.360000', '194121.363000', '194121.366000', '194121.369000', '194121.372000', '194121.375000', '194121.378000', '194141.256000', '194141.259000', '194141.262000', '194141.265000', '194141.267000', '194141.270000', '194141.273000', '194141.276000', '194141.279000', '194141.282000', '194141.285000', '194141.288000', '194141.291000', '194141.293000', '194141.296000', '194141.299000', '194141.302000', '194141.305000', '194141.308000', '194141.311000', '194141.313000', '194141.316000', '194141.320000', '194141.323000', '194141.326000', '194141.329000', '194141.332000', '194141.335000', '194141.338000', '194141.341000', '194141.344000', '194141.346000', '194141.349000', '194141.352000', '194141.355000', '194141.358000', '194141.361000', '194141.363000', '194141.366000', '194141.369000', '194141.372000', '194141.375000', '194141.378000', '194141.381000', '194201.257000', '194201.260000', '194201.263000', '194201.266000', '194201.269000', '194201.272000', '194201.275000', '194201.277000', '194201.280000', '194201.283000', '194201.286000', '194201.289000', '194201.292000', '194201.295000', '194201.298000', '194201.301000', '194201.304000', '194201.306000', '194201.309000', '194201.312000', '194201.315000', '194201.325000', '194201.328000', '194201.331000', '194201.334000', '194201.337000', '194201.340000', '194201.343000', '194201.346000', '194201.349000', '194201.351000', '194201.354000', '194201.357000', '194201.360000', '194201.363000', '194201.366000', '194201.369000', '194201.371000', '194201.374000', '194201.377000', '194201.380000', '194201.383000', '194201.386000', '194221.257000', '194221.260000', '194221.263000', '194221.266000', '194221.269000', '194221.271000', '194221.274000', '194221.277000', '194221.280000', '194221.283000', '194221.286000', '194221.289000', '194221.292000', '194221.294000', '194221.297000', '194221.300000', '194221.303000', '194221.306000', '194221.309000', '194221.311000', '194221.314000', '194221.317000', '194221.320000', '194221.323000', '194221.326000', '194221.329000', '194221.332000', '194221.335000', '194221.337000', '194221.340000', '194221.343000', '194221.346000', '194221.349000', '194221.352000', '194221.355000', '194221.358000', '194221.361000', '194221.363000', '194221.366000', '194221.369000', '194221.372000', '194221.375000', '194221.378000', '194221.381000', '194241.257000', '194241.260000', '194241.263000', '194241.266000', '194241.269000', '194241.271000', '194241.274000', '194241.277000', '194241.280000', '194241.283000', '194241.286000', '194241.289000', '194241.292000', '194241.295000', '194241.298000', '194241.300000', '194241.303000', '194241.306000', '194241.309000', '194241.312000', '194241.315000', '194241.318000', '194241.321000', '194241.324000', '194241.326000', '194241.329000', '194241.332000', '194241.335000', '194241.338000', '194241.341000', '194241.344000', '194241.347000', '194241.350000', '194241.353000', '194241.356000', '194241.358000', '194241.361000', '194241.364000', '194241.367000', '194241.370000', '194241.373000', '194241.376000', '194241.378000', '194301.256000', '194301.259000', '194301.262000', '194301.265000', '194301.268000', '194301.271000', '194301.274000', '194301.277000', '194301.280000', '194301.283000', '194301.286000', '194301.289000', '194301.292000', '194301.295000', '194301.298000', '194301.300000', '194301.303000', '194301.306000', '194301.309000', '194301.312000', '194301.315000', '194301.318000', '194301.321000', '194301.324000', '194301.327000', '194301.329000', '194301.332000', '194301.335000', '194301.338000', '194301.341000', '194301.344000', '194301.347000', '194301.350000', '194301.353000', '194301.356000', '194301.359000', '194301.362000', '194301.365000', '194301.368000', '194301.370000', '194301.373000', '194301.376000', '194301.379000', '194321.256000', '194321.259000', '194321.262000', '194321.265000', '194321.268000', '194321.271000', '194321.274000', '194321.276000', '194321.279000', '194321.282000', '194321.285000', '194321.288000', '194321.291000', '194321.294000', '194321.297000', '194321.300000', '194321.303000', '194321.305000', '194321.308000', '194321.311000', '194321.314000', '194321.317000', '194321.320000', '194321.333000', '194321.336000', '194321.339000', '194321.342000', '194321.345000', '194321.347000', '194321.350000', '194321.353000', '194321.356000', '194321.359000', '194321.362000', '194321.365000', '194321.368000', '194321.371000', '194321.374000', '194321.376000', '194321.379000', '194321.382000', '194321.385000', '194321.388000', '194321.391000', '194341.256000', '194341.259000', '194341.263000', '194341.268000', '194341.271000', '194341.274000', '194341.277000', '194341.280000', '194341.283000', '194341.286000', '194341.289000', '194341.292000', '194341.295000', '194341.298000', '194341.300000', '194341.303000', '194341.306000', '194341.309000', '194341.312000', '194341.315000', '194341.318000', '194341.321000', '194341.324000', '194341.327000', '194341.329000', '194341.332000', '194341.335000', '194341.338000', '194341.341000', '194341.344000', '194341.347000', '194341.350000', '194341.353000', '194341.356000', '194341.358000', '194341.361000', '194341.364000', '194341.367000', '194341.370000', '194341.373000', '194341.376000', '194341.379000', '194341.381000', '194401.256000', '194401.259000', '194401.262000', '194401.265000', '194401.268000', '194401.271000', '194401.274000', '194401.277000', '194401.279000', '194401.282000', '194401.285000', '194401.288000', '194401.291000', '194401.294000', '194401.297000', '194401.300000', '194401.303000', '194401.306000', '194401.308000', '194401.311000', '194401.314000', '194401.317000', '194401.320000', '194401.323000', '194401.326000', '194401.329000', '194401.332000', '194401.334000', '194401.337000', '194401.340000', '194401.343000', '194401.346000', '194401.349000', '194401.352000', '194401.355000', '194401.358000', '194401.361000', '194401.363000', '194401.366000', '194401.369000', '194401.372000', '194401.375000', '194401.378000', '194401.381000', '194421.257000', '194421.260000', '194421.263000', '194421.266000', '194421.269000', '194421.272000', '194421.275000', '194421.280000', '194421.284000', '194421.287000', '194421.290000', '194421.293000', '194421.295000', '194421.298000', '194421.301000', '194421.304000', '194421.307000', '194421.310000', '194421.313000', '194421.316000', '194421.319000', '194421.322000', '194421.325000', '194421.327000', '194421.330000', '194421.333000', '194421.336000', '194421.339000', '194421.342000', '194421.345000', '194421.348000', '194421.350000', '194421.353000', '194421.356000', '194421.359000', '194421.362000', '194421.365000', '194421.368000', '194421.371000', '194421.373000', '194421.376000', '194421.379000', '194421.382000', '194441.257000', '194441.260000', '194441.263000', '194441.266000', '194441.269000', '194441.272000', '194441.275000', '194441.277000', '194441.280000', '194441.283000', '194441.286000', '194441.289000', '194441.292000', '194441.295000', '194441.298000', '194441.301000', '194441.303000', '194441.306000', '194441.309000', '194441.312000', '194441.315000', '194441.318000', '194441.321000', '194441.324000', '194441.333000', '194441.336000', '194441.339000', '194441.341000', '194441.344000', '194441.347000', '194441.350000', '194441.353000', '194441.356000', '194441.359000', '194441.362000', '194441.364000', '194441.367000', '194441.370000', '194441.373000', '194441.376000', '194441.379000', '194441.382000', '194441.385000', '194441.387000', '194501.257000', '194501.260000', '194501.263000', '194501.266000', '194501.269000', '194501.272000', '194501.275000', '194501.278000', '194501.281000', '194501.284000', '194501.287000', '194501.289000', '194501.292000', '194501.295000', '194501.307000', '194501.310000', '194501.312000', '194501.315000', '194501.318000', '194501.321000', '194501.324000', '194501.327000', '194501.330000', '194501.333000', '194501.336000', '194501.339000', '194501.342000', '194501.345000', '194501.348000', '194501.351000', '194501.354000', '194501.356000', '194501.359000', '194501.362000', '194501.367000', '194501.370000', '194501.372000', '194501.375000', '194501.378000', '194501.381000', '194501.384000', '194501.387000', '194501.390000', '194521.256000', '194521.259000', '194521.262000', '194521.265000', '194521.268000', '194521.271000', '194521.274000', '194521.277000', '194521.300000', '194521.303000', '194521.306000', '194521.309000', '194521.312000', '194521.315000', '194521.318000', '194521.320000', '194521.323000', '194521.326000', '194521.329000', '194521.332000', '194521.335000', '194521.338000', '194521.341000', '194521.343000', '194521.346000', '194521.349000', '194521.352000', '194521.355000', '194521.358000', '194521.361000', '194521.364000', '194521.367000', '194521.369000', '194521.372000', '194521.375000', '194521.378000', '194521.381000', '194521.384000', '194521.387000', '194521.389000', '194521.392000', '194521.395000', '194521.398000', '194521.401000', '194541.256000', '194541.259000', '194541.262000', '194541.265000', '194541.268000', '194541.271000', '194541.274000', '194541.276000', '194541.279000', '194541.282000', '194541.285000', '194541.288000', '194541.291000', '194541.294000', '194541.297000', '194541.300000', '194541.303000', '194541.305000', '194541.308000', '194541.311000', '194541.314000', '194541.317000', '194541.323000', '194541.326000', '194541.329000', '194541.332000', '194541.335000', '194541.338000', '194541.341000', '194541.344000', '194541.347000', '194541.350000', '194541.353000', '194541.356000', '194541.358000', '194541.361000', '194541.364000', '194541.367000', '194541.370000', '194541.373000', '194541.376000', '194541.379000', '194541.382000', '194601.256000', '194601.259000', '194601.262000', '194601.265000', '194601.268000', '194601.271000', '194601.274000', '194601.276000', '194601.279000', '194601.282000', '194601.285000', '194601.288000', '194601.291000', '194601.294000', '194601.297000', '194601.300000', '194601.302000', '194601.305000', '194601.308000', '194601.311000', '194601.314000', '194601.317000', '194601.320000', '194601.323000', '194601.325000', '194601.328000', '194601.331000', '194601.334000', '194601.337000', '194601.340000', '194601.343000', '194601.346000', '194601.349000', '194601.351000', '194601.354000', '194601.357000', '194601.360000', '194601.363000', '194601.366000', '194601.369000', '194601.372000', '194601.375000', '194601.377000', '194601.380000', '194621.256000', '194621.259000', '194621.262000', '194621.266000', '194621.269000', '194621.272000', '194621.275000', '194621.277000', '194621.280000', '194621.283000', '194621.286000', '194621.289000', '194621.292000', '194621.295000', '194621.298000', '194621.301000', '194621.304000', '194621.307000', '194621.310000', '194621.312000', '194621.315000', '194621.318000', '194621.322000', '194621.324000', '194621.327000', '194621.344000', '194621.347000', '194621.350000', '194621.353000', '194621.356000', '194621.359000', '194621.362000', '194621.365000', '194621.368000', '194621.370000', '194621.373000', '194621.376000', '194621.379000', '194621.382000', '194621.385000', '194621.388000', '194621.390000', '194621.393000', '194641.257000', '194641.260000', '194641.263000', '194641.266000', '194641.269000', '194641.272000', '194641.275000', '194641.278000', '194641.280000', '194641.283000', '194641.286000', '194641.289000', '194641.292000', '194641.295000', '194641.298000', '194641.301000', '194641.303000', '194641.306000', '194641.309000', '194641.312000', '194641.315000', '194641.318000', '194641.321000', '194641.324000', '194641.327000', '194641.329000', '194641.332000', '194641.335000', '194641.338000', '194641.341000', '194641.344000', '194641.347000', '194641.350000', '194641.353000', '194641.355000', '194641.358000', '194641.361000', '194641.364000', '194641.367000', '194641.370000', '194641.373000', '194641.376000', '194641.379000', '194641.382000', '194701.257000', '194701.260000', '194701.263000', '194701.266000', '194701.269000', '194701.272000', '194701.275000', '194701.278000', '194701.280000', '194701.283000', '194701.286000', '194701.289000', '194701.292000', '194701.295000', '194701.298000', '194701.301000', '194701.304000', '194701.306000', '194701.309000', '194701.312000', '194701.315000', '194701.318000', '194701.321000', '194701.324000', '194701.327000', '194701.330000', '194701.333000', '194701.336000', '194701.339000', '194701.341000', '194701.344000', '194701.347000', '194701.350000', '194701.353000', '194701.356000', '194701.359000', '194701.362000', '194701.365000', '194701.368000', '194701.371000', '194701.374000', '194701.377000', '194701.380000', '194721.257000', '194721.260000', '194721.263000', '194721.266000', '194721.269000', '194721.272000', '194721.275000', '194721.277000', '194721.280000', '194721.283000', '194721.286000', '194721.289000', '194721.292000', '194721.295000', '194721.298000', '194721.301000', '194721.303000', '194721.306000', '194721.309000', '194721.312000', '194721.315000', '194721.318000', '194721.321000', '194721.324000', '194721.327000', '194721.329000', '194721.332000', '194721.335000', '194721.338000', '194721.341000', '194721.344000', '194721.347000', '194721.350000', '194721.353000', '194721.355000', '194721.358000', '194721.361000', '194721.364000', '194721.367000', '194721.370000', '194721.373000', '194721.376000', '194721.379000', '194721.381000', '194741.256000', '194741.259000', '194741.262000', '194741.265000', '194741.268000', '194741.271000', '194741.274000', '194741.277000', '194741.280000', '194741.283000', '194741.286000', '194741.288000', '194741.291000', '194741.294000', '194741.297000', '194741.300000', '194741.304000', '194741.308000', '194741.310000', '194741.313000', '194741.316000', '194741.334000', '194741.337000', '194741.340000', '194741.343000', '194741.346000', '194741.349000', '194741.351000', '194741.354000', '194741.357000', '194741.361000', '194741.363000', '194741.366000', '194741.370000', '194741.373000', '194741.376000', '194741.380000', '194741.382000', '194741.385000', '194741.388000', '194741.391000', '194741.394000', '194741.397000', '194800.303000', '194800.307000', '194800.310000', '194800.313000', '194800.316000', '194800.319000', '194800.322000', '194800.325000', '194800.328000', '194800.330000', '194800.333000', '194800.336000', '194800.339000', '194800.342000', '194800.345000', '194800.348000', '194800.351000', '194800.354000', '194800.357000', '194800.360000', '194800.363000', '194800.366000', '194800.369000', '194800.372000', '194800.375000', '194800.378000', '194800.381000', '194800.384000', '194800.387000', '194800.389000', '194800.392000', '194800.395000', '194800.398000', '194800.401000', '194800.404000', '194800.407000', '194800.410000', '194800.413000', '194800.416000', '194800.419000', '194800.422000', '194800.424000'], 'InstanceCreationTime': ['193921.281000', '193921.285000', '193921.288000', '193921.291000', '193921.302000', '193921.305000', '193921.308000', '193921.311000', '193921.314000', '193921.317000', '193921.320000', '193921.323000', '193921.332000', '193921.335000', '193921.338000', '193921.340000', '193921.344000', '193921.347000', '193921.350000', '193921.353000', '193921.362000', '193921.365000', '193921.369000', '193921.372000', '193921.375000', '193921.378000', '193921.381000', '193941.257000', '193941.260000', '193941.263000', '193941.266000', '193941.269000', '193941.272000', '193941.275000', '193941.278000', '193941.281000', '193941.284000', '193941.287000', '193941.290000', '193941.293000', '193941.296000', '193941.299000', '193941.302000', '193941.305000', '193941.308000', '193941.311000', '193941.314000', '193941.317000', '193941.320000', '193941.323000', '193941.326000', '193941.329000', '193941.338000', '193941.341000', '193941.344000', '193941.347000', '193941.350000', '193941.353000', '193941.356000', '193941.359000', '193941.362000', '193941.365000', '193941.368000', '193941.371000', '193941.374000', '193941.377000', '193941.380000', '193941.383000', '193941.386000', '193941.389000', '193941.392000', '194001.257000', '194001.260000', '194001.263000', '194001.266000', '194001.269000', '194001.272000', '194001.274000', '194001.277000', '194001.280000', '194001.283000', '194001.286000', '194001.289000', '194001.292000', '194001.294000', '194001.297000', '194001.300000', '194001.303000', '194001.306000', '194001.309000', '194001.312000', '194001.316000', '194001.319000', '194001.322000', '194001.325000', '194001.327000', '194001.330000', '194001.333000', '194001.336000', '194001.339000', '194001.351000', '194001.354000', '194001.357000', '194001.360000', '194001.363000', '194001.366000', '194001.368000', '194001.371000', '194001.374000', '194001.377000', '194001.380000', '194001.383000', '194001.386000', '194001.389000', '194021.257000', '194021.260000', '194021.263000', '194021.266000', '194021.268000', '194021.271000', '194021.274000', '194021.277000', '194021.280000', '194021.283000', '194021.286000', '194021.289000', '194021.292000', '194021.295000', '194021.297000', '194021.300000', '194021.303000', '194021.306000', '194021.309000', '194021.312000', '194021.314000', '194021.317000', '194021.320000', '194021.323000', '194021.326000', '194021.329000', '194021.346000', '194021.349000', '194021.352000', '194021.355000', '194021.358000', '194021.361000', '194021.363000', '194021.366000', '194021.369000', '194021.372000', '194021.375000', '194021.378000', '194021.381000', '194021.383000', '194021.386000', '194021.389000', '194021.392000', '194021.395000', '194041.256000', '194041.259000', '194041.262000', '194041.265000', '194041.268000', '194041.271000', '194041.273000', '194041.276000', '194041.279000', '194041.282000', '194041.285000', '194041.288000', '194041.291000', '194041.294000', '194041.296000', '194041.299000', '194041.302000', '194041.305000', '194041.308000', '194041.311000', '194041.313000', '194041.316000', '194041.319000', '194041.322000', '194041.325000', '194041.328000', '194041.331000', '194041.334000', '194041.337000', '194041.340000', '194041.342000', '194041.345000', '194041.348000', '194041.351000', '194041.354000', '194041.357000', '194041.360000', '194041.363000', '194041.365000', '194041.368000', '194041.371000', '194041.374000', '194041.377000', '194101.256000', '194101.259000', '194101.262000', '194101.265000', '194101.267000', '194101.270000', '194101.273000', '194101.276000', '194101.279000', '194101.282000', '194101.285000', '194101.288000', '194101.291000', '194101.294000', '194101.296000', '194101.299000', '194101.302000', '194101.305000', '194101.308000', '194101.311000', '194101.314000', '194101.316000', '194101.319000', '194101.322000', '194101.325000', '194101.328000', '194101.331000', '194101.334000', '194101.337000', '194101.340000', '194101.342000', '194101.345000', '194101.348000', '194101.351000', '194101.354000', '194101.357000', '194101.360000', '194101.362000', '194101.365000', '194101.368000', '194101.371000', '194101.374000', '194101.377000', '194101.380000', '194121.256000', '194121.259000', '194121.262000', '194121.265000', '194121.268000', '194121.270000', '194121.273000', '194121.276000', '194121.279000', '194121.282000', '194121.285000', '194121.288000', '194121.291000', '194121.294000', '194121.296000', '194121.299000', '194121.302000', '194121.305000', '194121.308000', '194121.311000', '194121.313000', '194121.316000', '194121.319000', '194121.322000', '194121.325000', '194121.328000', '194121.331000', '194121.334000', '194121.336000', '194121.339000', '194121.342000', '194121.345000', '194121.348000', '194121.351000', '194121.355000', '194121.358000', '194121.360000', '194121.363000', '194121.366000', '194121.369000', '194121.372000', '194121.375000', '194121.378000', '194141.256000', '194141.259000', '194141.262000', '194141.265000', '194141.267000', '194141.270000', '194141.273000', '194141.276000', '194141.279000', '194141.282000', '194141.285000', '194141.288000', '194141.291000', '194141.293000', '194141.296000', '194141.299000', '194141.302000', '194141.305000', '194141.308000', '194141.311000', '194141.313000', '194141.316000', '194141.320000', '194141.323000', '194141.326000', '194141.329000', '194141.332000', '194141.335000', '194141.338000', '194141.341000', '194141.344000', '194141.346000', '194141.349000', '194141.352000', '194141.355000', '194141.358000', '194141.361000', '194141.363000', '194141.366000', '194141.369000', '194141.372000', '194141.375000', '194141.378000', '194141.381000', '194201.257000', '194201.260000', '194201.263000', '194201.266000', '194201.269000', '194201.272000', '194201.275000', '194201.277000', '194201.280000', '194201.283000', '194201.286000', '194201.289000', '194201.292000', '194201.295000', '194201.298000', '194201.301000', '194201.304000', '194201.306000', '194201.309000', '194201.312000', '194201.315000', '194201.325000', '194201.328000', '194201.331000', '194201.334000', '194201.337000', '194201.340000', '194201.343000', '194201.346000', '194201.349000', '194201.351000', '194201.354000', '194201.357000', '194201.360000', '194201.363000', '194201.366000', '194201.369000', '194201.371000', '194201.374000', '194201.377000', '194201.380000', '194201.383000', '194201.386000', '194221.257000', '194221.260000', '194221.263000', '194221.266000', '194221.269000', '194221.271000', '194221.274000', '194221.277000', '194221.280000', '194221.283000', '194221.286000', '194221.289000', '194221.292000', '194221.294000', '194221.297000', '194221.300000', '194221.303000', '194221.306000', '194221.309000', '194221.311000', '194221.314000', '194221.317000', '194221.320000', '194221.323000', '194221.326000', '194221.329000', '194221.332000', '194221.335000', '194221.337000', '194221.340000', '194221.343000', '194221.346000', '194221.349000', '194221.352000', '194221.355000', '194221.358000', '194221.361000', '194221.363000', '194221.366000', '194221.369000', '194221.372000', '194221.375000', '194221.378000', '194221.381000', '194241.257000', '194241.260000', '194241.263000', '194241.266000', '194241.269000', '194241.271000', '194241.274000', '194241.277000', '194241.280000', '194241.283000', '194241.286000', '194241.289000', '194241.292000', '194241.295000', '194241.298000', '194241.300000', '194241.303000', '194241.306000', '194241.309000', '194241.312000', '194241.315000', '194241.318000', '194241.321000', '194241.324000', '194241.326000', '194241.329000', '194241.332000', '194241.335000', '194241.338000', '194241.341000', '194241.344000', '194241.347000', '194241.350000', '194241.353000', '194241.356000', '194241.358000', '194241.361000', '194241.364000', '194241.367000', '194241.370000', '194241.373000', '194241.376000', '194241.378000', '194301.256000', '194301.259000', '194301.262000', '194301.265000', '194301.268000', '194301.271000', '194301.274000', '194301.277000', '194301.280000', '194301.283000', '194301.286000', '194301.289000', '194301.292000', '194301.295000', '194301.298000', '194301.300000', '194301.303000', '194301.306000', '194301.309000', '194301.312000', '194301.315000', '194301.318000', '194301.321000', '194301.324000', '194301.327000', '194301.329000', '194301.332000', '194301.335000', '194301.338000', '194301.341000', '194301.344000', '194301.347000', '194301.350000', '194301.353000', '194301.356000', '194301.359000', '194301.362000', '194301.365000', '194301.368000', '194301.370000', '194301.373000', '194301.376000', '194301.379000', '194321.256000', '194321.259000', '194321.262000', '194321.265000', '194321.268000', '194321.271000', '194321.274000', '194321.276000', '194321.279000', '194321.282000', '194321.285000', '194321.288000', '194321.291000', '194321.294000', '194321.297000', '194321.300000', '194321.303000', '194321.305000', '194321.308000', '194321.311000', '194321.314000', '194321.317000', '194321.320000', '194321.333000', '194321.336000', '194321.339000', '194321.342000', '194321.345000', '194321.347000', '194321.350000', '194321.353000', '194321.356000', '194321.359000', '194321.362000', '194321.365000', '194321.368000', '194321.371000', '194321.374000', '194321.376000', '194321.379000', '194321.382000', '194321.385000', '194321.388000', '194321.391000', '194341.256000', '194341.259000', '194341.263000', '194341.268000', '194341.271000', '194341.274000', '194341.277000', '194341.280000', '194341.283000', '194341.286000', '194341.289000', '194341.292000', '194341.295000', '194341.298000', '194341.300000', '194341.303000', '194341.306000', '194341.309000', '194341.312000', '194341.315000', '194341.318000', '194341.321000', '194341.324000', '194341.327000', '194341.329000', '194341.332000', '194341.335000', '194341.338000', '194341.341000', '194341.344000', '194341.347000', '194341.350000', '194341.353000', '194341.356000', '194341.358000', '194341.361000', '194341.364000', '194341.367000', '194341.370000', '194341.373000', '194341.376000', '194341.379000', '194341.381000', '194401.256000', '194401.259000', '194401.262000', '194401.265000', '194401.268000', '194401.271000', '194401.274000', '194401.277000', '194401.279000', '194401.282000', '194401.285000', '194401.288000', '194401.291000', '194401.294000', '194401.297000', '194401.300000', '194401.303000', '194401.306000', '194401.308000', '194401.311000', '194401.314000', '194401.317000', '194401.320000', '194401.323000', '194401.326000', '194401.329000', '194401.332000', '194401.334000', '194401.337000', '194401.340000', '194401.343000', '194401.346000', '194401.349000', '194401.352000', '194401.355000', '194401.358000', '194401.361000', '194401.363000', '194401.366000', '194401.369000', '194401.372000', '194401.375000', '194401.378000', '194401.381000', '194421.257000', '194421.260000', '194421.263000', '194421.266000', '194421.269000', '194421.272000', '194421.275000', '194421.280000', '194421.284000', '194421.287000', '194421.290000', '194421.293000', '194421.295000', '194421.298000', '194421.301000', '194421.304000', '194421.307000', '194421.310000', '194421.313000', '194421.316000', '194421.319000', '194421.322000', '194421.325000', '194421.327000', '194421.330000', '194421.333000', '194421.336000', '194421.339000', '194421.342000', '194421.345000', '194421.348000', '194421.350000', '194421.353000', '194421.356000', '194421.359000', '194421.362000', '194421.365000', '194421.368000', '194421.371000', '194421.373000', '194421.376000', '194421.379000', '194421.382000', '194441.257000', '194441.260000', '194441.263000', '194441.266000', '194441.269000', '194441.272000', '194441.275000', '194441.277000', '194441.280000', '194441.283000', '194441.286000', '194441.289000', '194441.292000', '194441.295000', '194441.298000', '194441.301000', '194441.303000', '194441.306000', '194441.309000', '194441.312000', '194441.315000', '194441.318000', '194441.321000', '194441.324000', '194441.333000', '194441.336000', '194441.339000', '194441.341000', '194441.344000', '194441.347000', '194441.350000', '194441.353000', '194441.356000', '194441.359000', '194441.362000', '194441.364000', '194441.367000', '194441.370000', '194441.373000', '194441.376000', '194441.379000', '194441.382000', '194441.385000', '194441.387000', '194501.257000', '194501.260000', '194501.263000', '194501.266000', '194501.269000', '194501.272000', '194501.275000', '194501.278000', '194501.281000', '194501.284000', '194501.287000', '194501.289000', '194501.292000', '194501.295000', '194501.307000', '194501.310000', '194501.312000', '194501.315000', '194501.318000', '194501.321000', '194501.324000', '194501.327000', '194501.330000', '194501.333000', '194501.336000', '194501.339000', '194501.342000', '194501.345000', '194501.348000', '194501.351000', '194501.354000', '194501.356000', '194501.359000', '194501.362000', '194501.367000', '194501.370000', '194501.372000', '194501.375000', '194501.378000', '194501.381000', '194501.384000', '194501.387000', '194501.390000', '194521.256000', '194521.259000', '194521.262000', '194521.265000', '194521.268000', '194521.271000', '194521.274000', '194521.277000', '194521.300000', '194521.303000', '194521.306000', '194521.309000', '194521.312000', '194521.315000', '194521.318000', '194521.320000', '194521.323000', '194521.326000', '194521.329000', '194521.332000', '194521.335000', '194521.338000', '194521.341000', '194521.343000', '194521.346000', '194521.349000', '194521.352000', '194521.355000', '194521.358000', '194521.361000', '194521.364000', '194521.367000', '194521.369000', '194521.372000', '194521.375000', '194521.378000', '194521.381000', '194521.384000', '194521.387000', '194521.389000', '194521.392000', '194521.395000', '194521.398000', '194521.401000', '194541.256000', '194541.259000', '194541.262000', '194541.265000', '194541.268000', '194541.271000', '194541.274000', '194541.276000', '194541.279000', '194541.282000', '194541.285000', '194541.288000', '194541.291000', '194541.294000', '194541.297000', '194541.300000', '194541.303000', '194541.305000', '194541.308000', '194541.311000', '194541.314000', '194541.317000', '194541.323000', '194541.326000', '194541.329000', '194541.332000', '194541.335000', '194541.338000', '194541.341000', '194541.344000', '194541.347000', '194541.350000', '194541.353000', '194541.356000', '194541.358000', '194541.361000', '194541.364000', '194541.367000', '194541.370000', '194541.373000', '194541.376000', '194541.379000', '194541.382000', '194601.256000', '194601.259000', '194601.262000', '194601.265000', '194601.268000', '194601.271000', '194601.274000', '194601.276000', '194601.279000', '194601.282000', '194601.285000', '194601.288000', '194601.291000', '194601.294000', '194601.297000', '194601.300000', '194601.302000', '194601.305000', '194601.308000', '194601.311000', '194601.314000', '194601.317000', '194601.320000', '194601.323000', '194601.325000', '194601.328000', '194601.331000', '194601.334000', '194601.337000', '194601.340000', '194601.343000', '194601.346000', '194601.349000', '194601.351000', '194601.354000', '194601.357000', '194601.360000', '194601.363000', '194601.366000', '194601.369000', '194601.372000', '194601.375000', '194601.377000', '194601.380000', '194621.256000', '194621.259000', '194621.262000', '194621.266000', '194621.269000', '194621.272000', '194621.275000', '194621.277000', '194621.280000', '194621.283000', '194621.286000', '194621.289000', '194621.292000', '194621.295000', '194621.298000', '194621.301000', '194621.304000', '194621.307000', '194621.310000', '194621.312000', '194621.315000', '194621.318000', '194621.322000', '194621.324000', '194621.327000', '194621.344000', '194621.347000', '194621.350000', '194621.353000', '194621.356000', '194621.359000', '194621.362000', '194621.365000', '194621.368000', '194621.370000', '194621.373000', '194621.376000', '194621.379000', '194621.382000', '194621.385000', '194621.388000', '194621.390000', '194621.393000', '194641.257000', '194641.260000', '194641.263000', '194641.266000', '194641.269000', '194641.272000', '194641.275000', '194641.278000', '194641.280000', '194641.283000', '194641.286000', '194641.289000', '194641.292000', '194641.295000', '194641.298000', '194641.301000', '194641.303000', '194641.306000', '194641.309000', '194641.312000', '194641.315000', '194641.318000', '194641.321000', '194641.324000', '194641.327000', '194641.329000', '194641.332000', '194641.335000', '194641.338000', '194641.341000', '194641.344000', '194641.347000', '194641.350000', '194641.353000', '194641.355000', '194641.358000', '194641.361000', '194641.364000', '194641.367000', '194641.370000', '194641.373000', '194641.376000', '194641.379000', '194641.382000', '194701.257000', '194701.260000', '194701.263000', '194701.266000', '194701.269000', '194701.272000', '194701.275000', '194701.278000', '194701.280000', '194701.283000', '194701.286000', '194701.289000', '194701.292000', '194701.295000', '194701.298000', '194701.301000', '194701.304000', '194701.306000', '194701.309000', '194701.312000', '194701.315000', '194701.318000', '194701.321000', '194701.324000', '194701.327000', '194701.330000', '194701.333000', '194701.336000', '194701.339000', '194701.341000', '194701.344000', '194701.347000', '194701.350000', '194701.353000', '194701.356000', '194701.359000', '194701.362000', '194701.365000', '194701.368000', '194701.371000', '194701.374000', '194701.377000', '194701.380000', '194721.257000', '194721.260000', '194721.263000', '194721.266000', '194721.269000', '194721.272000', '194721.275000', '194721.277000', '194721.280000', '194721.283000', '194721.286000', '194721.289000', '194721.292000', '194721.295000', '194721.298000', '194721.301000', '194721.303000', '194721.306000', '194721.309000', '194721.312000', '194721.315000', '194721.318000', '194721.321000', '194721.324000', '194721.327000', '194721.329000', '194721.332000', '194721.335000', '194721.338000', '194721.341000', '194721.344000', '194721.347000', '194721.350000', '194721.353000', '194721.355000', '194721.358000', '194721.361000', '194721.364000', '194721.367000', '194721.370000', '194721.373000', '194721.376000', '194721.379000', '194721.381000', '194741.256000', '194741.259000', '194741.262000', '194741.265000', '194741.268000', '194741.271000', '194741.274000', '194741.277000', '194741.280000', '194741.283000', '194741.286000', '194741.288000', '194741.291000', '194741.294000', '194741.297000', '194741.300000', '194741.304000', '194741.308000', '194741.310000', '194741.313000', '194741.316000', '194741.334000', '194741.337000', '194741.340000', '194741.343000', '194741.346000', '194741.349000', '194741.351000', '194741.354000', '194741.357000', '194741.361000', '194741.363000', '194741.366000', '194741.370000', '194741.373000', '194741.376000', '194741.380000', '194741.382000', '194741.385000', '194741.388000', '194741.391000', '194741.394000', '194741.397000', '194800.303000', '194800.307000', '194800.310000', '194800.313000', '194800.316000', '194800.319000', '194800.322000', '194800.325000', '194800.328000', '194800.330000', '194800.333000', '194800.336000', '194800.339000', '194800.342000', '194800.345000', '194800.348000', '194800.351000', '194800.354000', '194800.357000', '194800.360000', '194800.363000', '194800.366000', '194800.369000', '194800.372000', '194800.375000', '194800.378000', '194800.381000', '194800.384000', '194800.387000', '194800.389000', '194800.392000', '194800.395000', '194800.398000', '194800.401000', '194800.404000', '194800.407000', '194800.410000', '194800.413000', '194800.416000', '194800.419000', '194800.422000', '194800.424000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [13222, 9696, 12908, 9602, 11823, 8442, 11398, 8142, 11725, 9065, 12180, 8468, 10206, 8279, 9747, 8436, 10153, 9488, 10590, 8261, 8551, 11293, 8498, 12048, 9855, 11650, 8739, 10828, 8438, 10040, 8157, 9680, 8969, 8448, 9430, 8265, 11697, 8721, 11445, 8533, 10513, 8235, 9923, 8674, 10645, 8605, 9230, 8205, 9606, 8853, 8439, 11249, 9634, 10307, 8893, 8716, 8993, 12387, 10199, 12259, 8816, 12577, 8290, 9698, 8157, 8795, 11966, 9201, 11643, 9173, 11470, 8085, 9730, 8228, 9420, 7996, 9486, 10047, 8296, 11668, 8484, 11278, 7974, 10435, 8367, 10611, 8353, 10754, 8178, 9466, 8324, 8805, 9694, 8911, 11956, 9560, 11398, 8125, 11256, 8366, 11224, 8620, 10841, 8223, 9669, 8370, 10051, 8352, 11600, 8511, 11691, 8277, 10450, 9151, 8315, 12322, 9864, 12837, 8945, 10686, 8370, 8405, 11870, 8682, 11244, 8534, 10020, 8468, 8641, 8265, 8644, 10779, 8361, 11768, 9021, 10936, 8132, 10949, 8078, 11093, 8447, 10566, 8147, 8751, 8165, 8556, 11469, 9189, 11558, 9300, 11635, 8383, 11494, 8338, 9945, 8451, 9957, 8056, 8586, 8332, 8804, 8136, 8996, 10807, 10175, 11425, 8556, 11698, 8689, 11734, 8176, 11177, 8533, 11892, 8466, 9338, 8513, 8801, 10076, 8243, 11317, 8299, 11307, 8631, 10941, 7927, 11045, 8314, 10997, 8570, 9425, 8829, 10640, 8774, 9279, 8338, 9139, 8869, 9018, 11402, 9900, 11124, 8654, 10279, 8241, 11980, 8279, 11845, 8324, 11871, 8219, 9977, 8353, 9634, 8477, 9273, 11353, 9667, 11768, 8589, 10402, 8173, 11337, 8241, 11644, 9545, 11168, 8404, 11385, 8373, 11878, 9141, 11678, 8068, 10239, 8346, 9981, 8377, 11317, 8547, 11170, 8216, 11309, 8096, 11714, 8182, 11343, 8291, 9570, 8348, 9123, 8204, 9737, 10553, 8325, 11393, 8306, 11845, 8357, 11969, 8221, 10243, 8194, 9357, 8257, 9159, 8591, 9918, 8890, 8602, 8718, 8694, 11891, 9447, 12347, 9744, 11699, 8415, 11456, 8523, 10310, 8461, 8903, 9009, 8524, 8479, 8808, 8698, 8882, 8785, 10069, 8915, 9846, 10423, 9099, 9695, 8308, 12082, 8955, 11983, 9222, 12304, 8784, 11477, 8310, 10598, 8512, 10258, 8271, 11101, 9348, 8861, 11839, 8686, 11920, 8375, 11363, 8147, 11206, 8373, 9316, 8550, 8985, 8445, 9568, 8979, 10266, 8617, 8838, 11558, 8740, 11952, 9695, 12235, 9861, 11543, 8468, 11119, 8257, 10584, 8403, 11085, 8543, 9602, 8273, 9151, 8232, 9237, 8540, 8619, 8678, 9169, 8956, 9043, 12586, 10327, 12195, 9358, 11476, 8277, 10847, 8279, 9055, 9866, 9143, 10761, 8608, 8947, 8506, 10395, 8472, 12068, 9747, 11356, 8581, 11701, 8379, 10963, 8532, 10339, 8215, 10945, 8243, 10933, 8417, 10560, 8875, 9490, 10894, 8690, 11949, 9577, 11245, 8241, 10299, 8530, 9644, 8387, 9756, 9131, 8673, 10224, 8545, 11539, 8570, 11622, 8174, 11792, 8358, 9367, 8593, 8783, 8719, 8803, 11938, 9821, 11036, 8467, 11484, 8199, 11019, 8509, 10751, 8250, 8937, 9099, 8550, 11204, 8085, 11091, 7965, 9434, 8117, 9383, 8175, 11624, 9265, 11878, 9531, 10875, 8551, 11666, 9084, 11976, 9465, 11412, 8873, 9297, 8234, 8681, 11834, 8981, 11572, 9242, 11586, 9019, 10572, 8432, 11244, 8074, 11424, 8309, 11428, 8246, 9344, 8379, 9623, 8257, 9723, 10924, 9325, 10600, 8412, 11827, 8292, 11563, 8316, 11936, 9129, 11345, 8172, 10968, 8266, 10471, 8109, 11124, 8121, 9173, 8430, 8868, 8699, 9216, 11764, 8812, 11778, 8965, 11996, 9305, 10830, 8329, 11300, 8002, 11165, 8603, 10877, 8339, 9120, 8487, 8780, 8526, 9162, 9764, 10462, 8380, 8819, 8643, 10398, 9046, 10803, 10801, 11741, 10204, 9308, 9697, 8888, 11914, 8997, 11754, 8964, 12447, 9289, 11459, 8450, 11062, 9040, 11395, 9066, 11025, 8873, 11318, 9338, 9223, 9369, 9082, 11499, 8511, 11631, 9309, 12126, 8913, 10388, 9057, 10142, 9184, 9821, 9253, 9830, 9595, 8536, 11765, 8505, 11880, 8805, 10708, 9435, 10131, 9008, 9920, 8368, 9422, 9587, 9477, 10125, 9519, 10123, 9653, 10595, 9660, 10706, 9363, 10688, 9357, 11328, 9060, 11139, 8752, 11040, 8519, 9822, 9112, 10881, 10016, 8613, 9080, 8708, 11794, 8738, 10369, 8916, 11947, 9031, 11374, 9390, 10378, 9533, 9448, 9417, 9728, 11462, 9368, 12853, 9857, 13414, 10459, 12079, 8719, 10021, 9072, 8980, 9148, 8721, 9290, 8438, 10841, 8536, 10240, 8252, 10030, 8493, 10972, 8497, 10919, 8365, 9307, 8356, 10436, 8209, 10168, 8766, 9417, 8555, 9613, 9696, 10081, 9329, 11923, 9810, 11827, 9628, 9845, 8462, 9830, 9701, 9338, 10838, 8952, 11124, 9553, 10372, 9794, 9400, 10204, 9514, 10412, 9637, 10155, 9581, 8819, 10054, 9771, 9347, 9318, 9514, 9745, 9675, 9640, 10534, 9526, 10771, 9137, 9909, 8562, 10707, 8629, 11894, 8816, 11556, 9178, 12056, 9287, 11186, 9159, 11255, 9716, 10684, 9497, 10442, 9822, 8680, 10295, 8800, 11747, 8789, 11964, 9332, 12532, 9332, 10594, 9297, 10634, 9607, 10213, 9245, 11217, 9568, 8768, 9977, 8765, 11864, 8785, 11697, 9748, 11695, 9112, 10478, 9344, 10661, 9613, 10994, 9448, 10922, 9743, 8911, 9768, 8622, 10415, 8562, 11583, 9403, 11133, 8845, 10642, 9488, 9413, 9390, 8809, 11690, 9514, 11459, 8694, 11275, 8887, 11454, 9060, 12051, 9322, 11521, 9153, 11075, 9448, 10778, 9420, 12365, 9119, 12062, 9043, 9905, 8783, 11451, 9416, 10958, 9733, 13605, 8904, 11047, 9286, 10926, 9482, 8815, 8537, 9556, 8279, 10480, 8403, 12638, 9111, 13501, 9678, 12528, 9408, 12056, 8761, 11883, 8409, 11163, 8063, 10789, 8325, 10903, 8804, 9016, 9191, 9879, 10805, 8482, 10526, 8908, 9385, 8958, 8896, 9312, 8450, 10072, 8336, 10803, 8145, 11612, 8946, 9571, 9465, 9034, 10332, 8552, 9167, 8545, 10214, 8739, 10800, 10229, 10319, 10160, 8791, 9298, 8103, 11468, 8122, 11780, 8878, 11938, 9443, 11193, 8483, 10955, 8669, 11244, 8413, 11849, 9086, 11357, 8442, 10951, 8856, 10615, 8518, 11009, 8674, 10190, 8567, 8849, 9024, 8987, 11528, 9949, 10903, 8513, 9248, 8134, 10652, 8244, 11043, 8851, 10348, 8524, 8584, 8597, 11096, 8552, 11952, 9045, 12216, 9411, 13022, 9402, 11283, 8599, 11179, 8820, 10964, 8700, 9825, 10600, 9236, 9198, 8086, 11847, 8283, 11747, 8466, 11862, 8744, 10019, 8834, 9487, 8923, 8529, 9683, 8939, 12647, 9835, 11614, 8455, 11054, 8717, 10855, 8623, 11096, 8830, 8527, 9029, 8294, 11318, 9020, 11926, 9257, 11147, 8155, 11310, 8307, 11600, 8674, 11410, 8674, 10652, 8707, 10803, 9061, 9266, 11624, 9405, 13226, 9858, 12140, 8340, 11342, 8972, 8473, 8747, 10052, 8961, 9069, 9170, 7994, 10483, 8220, 11954, 9652, 11793, 8717, 11150, 8703, 9927, 8705, 9402, 9475, 8707, 9239, 8000, 9276, 8381, 11216, 9130, 12250, 9695, 11561, 8352, 11473, 8365, 11598, 8628, 12080, 8809, 8901, 9031, 8263, 11782, 8759, 11970, 9639, 11254, 8719, 10014, 8925, 9187, 8671, 9716, 9804, 10082, 9172, 8130, 11342, 8082, 11730, 8518, 11487, 8838, 11342, 8672, 11111, 8950, 10034, 8820, 10124, 9037, 9410, 9203, 9612, 11178, 9499, 10603, 8310, 11333, 8722, 11573, 8859, 11708, 8811, 9128, 9013, 8746, 9207, 9301, 8867, 10078, 10462, 9374, 9410, 8286, 11799, 8801, 12004, 9937, 11799, 8830, 10222, 9088, 9869, 8886, 9594, 9868, 10085, 9029, 8208, 9331, 8241, 11665, 8486, 11951, 9571, 11544, 8578, 10734, 8896, 10486, 9084, 9388, 8794, 10259, 8950, 10156, 9255, 8930, 9068, 8606, 11701, 8367, 11805, 8675, 11707, 9057, 9444, 9262, 8186, 11894, 8749, 11608, 8868, 12369, 8925, 8948, 9184, 8275, 9388, 8318, 11455, 8236, 11621, 9808, 13273, 9758, 13056, 9990, 12035, 8426, 11526, 13245, 8088, 10426, 9061, 9489, 9058, 9290, 8791, 9740, 8467, 10784, 8348, 12090, 9061, 12615, 10285, 13168, 11175, 8368, 11361, 8340, 14144, 9033, 11462, 8411, 10700, 8442, 10642, 8389, 10231, 8399, 11597, 8641, 10464, 8387, 10125, 8498, 10606, 8333, 11532, 9362, 10696, 8218, 10054, 8395, 10368, 8472, 11066, 9113, 11671, 9634, 9660], 'WindowCenter': [4287.0, 4240.0, 4245.0, 4223.0, 4233.0, 4202.0, 4231.0, 4190.0, 4231.0, 4211.0, 4230.0, 4198.0, 4219.0, 4189.0, 4209.0, 4198.0, 4220.0, 4209.0, 4210.0, 4188.0, 4197.0, 4218.0, 4197.0, 4230.0, 4208.0, 4218.0, 4186.0, 4207.0, 4186.0, 4206.0, 4187.0, 4196.0, 4197.0, 4185.0, 4195.0, 4185.0, 4218.0, 4197.0, 4217.0, 4186.0, 4207.0, 4186.0, 4219.0, 4200.0, 4219.0, 4199.0, 4210.0, 4200.0, 4223.0, 4211.0, 4201.0, 4231.0, 4222.0, 4221.0, 4212.0, 4212.0, 4211.0, 4243.0, 4220.0, 4242.0, 4211.0, 4230.0, 4198.0, 4208.0, 4189.0, 4198.0, 4219.0, 4208.0, 4219.0, 4196.0, 4216.0, 4176.0, 4195.0, 4184.0, 4197.0, 4186.0, 4208.0, 4207.0, 4187.0, 4217.0, 4186.0, 4216.0, 4185.0, 4206.0, 4199.0, 4218.0, 4186.0, 4218.0, 4186.0, 4208.0, 4187.0, 4197.0, 4209.0, 4199.0, 4230.0, 4211.0, 4218.0, 4189.0, 4220.0, 4200.0, 4218.0, 4197.0, 4231.0, 4200.0, 4209.0, 4199.0, 4222.0, 4212.0, 4243.0, 4213.0, 4244.0, 4213.0, 4232.0, 4210.0, 4200.0, 4242.0, 4221.0, 4241.0, 4199.0, 4218.0, 4187.0, 4186.0, 4230.0, 4197.0, 4218.0, 4185.0, 4195.0, 4184.0, 4186.0, 4185.0, 4185.0, 4218.0, 4188.0, 4217.0, 4198.0, 4206.0, 4187.0, 4216.0, 4188.0, 4219.0, 4187.0, 4218.0, 4187.0, 4196.0, 4187.0, 4196.0, 4219.0, 4198.0, 4218.0, 4199.0, 4220.0, 4198.0, 4217.0, 4186.0, 4207.0, 4198.0, 4209.0, 4188.0, 4198.0, 4198.0, 4197.0, 4188.0, 4211.0, 4231.0, 4220.0, 4231.0, 4201.0, 4232.0, 4199.0, 4230.0, 4200.0, 4231.0, 4201.0, 4232.0, 4199.0, 4209.0, 4200.0, 4198.0, 4208.0, 4199.0, 4229.0, 4201.0, 4219.0, 4199.0, 4220.0, 4200.0, 4229.0, 4199.0, 4220.0, 4200.0, 4221.0, 4213.0, 4234.0, 4211.0, 4212.0, 4200.0, 4211.0, 4199.0, 4200.0, 4229.0, 4220.0, 4231.0, 4200.0, 4219.0, 4200.0, 4230.0, 4187.0, 4230.0, 4199.0, 4229.0, 4188.0, 4208.0, 4188.0, 4207.0, 4187.0, 4208.0, 4219.0, 4208.0, 4228.0, 4197.0, 4208.0, 4187.0, 4219.0, 4200.0, 4229.0, 4210.0, 4220.0, 4198.0, 4228.0, 4199.0, 4231.0, 4198.0, 4230.0, 4189.0, 4209.0, 4188.0, 4208.0, 4200.0, 4220.0, 4199.0, 4219.0, 4199.0, 4218.0, 4189.0, 4230.0, 4187.0, 4220.0, 4188.0, 4209.0, 4187.0, 4211.0, 4199.0, 4210.0, 4218.0, 4188.0, 4219.0, 4188.0, 4229.0, 4200.0, 4229.0, 4188.0, 4208.0, 4186.0, 4197.0, 4187.0, 4209.0, 4198.0, 4208.0, 4199.0, 4200.0, 4200.0, 4202.0, 4231.0, 4222.0, 4231.0, 4210.0, 4230.0, 4199.0, 4229.0, 4198.0, 4221.0, 4186.0, 4197.0, 4198.0, 4198.0, 4200.0, 4200.0, 4198.0, 4210.0, 4200.0, 4220.0, 4211.0, 4221.0, 4232.0, 4223.0, 4221.0, 4201.0, 4242.0, 4212.0, 4233.0, 4211.0, 4232.0, 4199.0, 4231.0, 4198.0, 4219.0, 4199.0, 4220.0, 4200.0, 4219.0, 4198.0, 4197.0, 4217.0, 4186.0, 4229.0, 4186.0, 4216.0, 4177.0, 4218.0, 4185.0, 4197.0, 4187.0, 4196.0, 4199.0, 4210.0, 4199.0, 4219.0, 4199.0, 4198.0, 4218.0, 4198.0, 4229.0, 4210.0, 4219.0, 4208.0, 4217.0, 4187.0, 4217.0, 4188.0, 4218.0, 4199.0, 4231.0, 4199.0, 4207.0, 4186.0, 4198.0, 4187.0, 4210.0, 4199.0, 4199.0, 4199.0, 4211.0, 4211.0, 4211.0, 4243.0, 4222.0, 4231.0, 4212.0, 4232.0, 4200.0, 4220.0, 4200.0, 4199.0, 4208.0, 4209.0, 4218.0, 4199.0, 4199.0, 4198.0, 4220.0, 4200.0, 4231.0, 4212.0, 4220.0, 4199.0, 4229.0, 4188.0, 4218.0, 4197.0, 4208.0, 4200.0, 4219.0, 4198.0, 4219.0, 4200.0, 4220.0, 4199.0, 4209.0, 4219.0, 4199.0, 4229.0, 4208.0, 4218.0, 4187.0, 4207.0, 4187.0, 4207.0, 4187.0, 4209.0, 4197.0, 4199.0, 4207.0, 4197.0, 4217.0, 4199.0, 4230.0, 4188.0, 4230.0, 4187.0, 4197.0, 4188.0, 4187.0, 4198.0, 4198.0, 4229.0, 4209.0, 4218.0, 4199.0, 4218.0, 4189.0, 4221.0, 4200.0, 4220.0, 4189.0, 4198.0, 4198.0, 4200.0, 4229.0, 4189.0, 4229.0, 4200.0, 4223.0, 4213.0, 4237.0, 4226.0, 4257.0, 4238.0, 4258.0, 4238.0, 4246.0, 4238.0, 4282.0, 4249.0, 4269.0, 4245.0, 4255.0, 4222.0, 4222.0, 4211.0, 4211.0, 4231.0, 4211.0, 4231.0, 4211.0, 4232.0, 4211.0, 4220.0, 4200.0, 4218.0, 4199.0, 4229.0, 4200.0, 4232.0, 4200.0, 4210.0, 4199.0, 4211.0, 4201.0, 4211.0, 4220.0, 4210.0, 4220.0, 4200.0, 4230.0, 4189.0, 4230.0, 4200.0, 4231.0, 4210.0, 4230.0, 4199.0, 4220.0, 4199.0, 4222.0, 4190.0, 4231.0, 4188.0, 4209.0, 4200.0, 4199.0, 4199.0, 4211.0, 4229.0, 4200.0, 4232.0, 4212.0, 4231.0, 4210.0, 4219.0, 4201.0, 4231.0, 4201.0, 4232.0, 4201.0, 4231.0, 4200.0, 4210.0, 4200.0, 4201.0, 4213.0, 4223.0, 4223.0, 4234.0, 4215.0, 4238.0, 4227.0, 4248.0, 4226.0, 4261.0, 4250.0, 4247.0, 4235.0, 4226.0, 4236.0, 4225.0, 4232.0, 4211.0, 4243.0, 4212.0, 4242.0, 4210.0, 4230.0, 4199.0, 4219.0, 4199.0, 4219.0, 4200.0, 4220.0, 4210.0, 4230.0, 4208.0, 4209.0, 4208.0, 4197.0, 4217.0, 4198.0, 4229.0, 4208.0, 4230.0, 4198.0, 4219.0, 4198.0, 4219.0, 4209.0, 4219.0, 4197.0, 4210.0, 4208.0, 4199.0, 4228.0, 4199.0, 4230.0, 4209.0, 4231.0, 4222.0, 4231.0, 4222.0, 4233.0, 4213.0, 4236.0, 4237.0, 4237.0, 4235.0, 4224.0, 4233.0, 4223.0, 4235.0, 4223.0, 4233.0, 4224.0, 4234.0, 4212.0, 4234.0, 4212.0, 4233.0, 4212.0, 4232.0, 4212.0, 4222.0, 4213.0, 4236.0, 4225.0, 4216.0, 4213.0, 4213.0, 4244.0, 4225.0, 4232.0, 4213.0, 4232.0, 4210.0, 4232.0, 4211.0, 4222.0, 4210.0, 4221.0, 4210.0, 4211.0, 4229.0, 4198.0, 4228.0, 4208.0, 4227.0, 4206.0, 4205.0, 4174.0, 4192.0, 4182.0, 4182.0, 4183.0, 4184.0, 4195.0, 4173.0, 4206.0, 4199.0, 4206.0, 4201.0, 4235.0, 4199.0, 4217.0, 4188.0, 4217.0, 4187.0, 4196.0, 4173.0, 4204.0, 4197.0, 4220.0, 4211.0, 4210.0, 4211.0, 4221.0, 4222.0, 4221.0, 4211.0, 4244.0, 4224.0, 4244.0, 4224.0, 4233.0, 4213.0, 4233.0, 4233.0, 4224.0, 4244.0, 4224.0, 4256.0, 4237.0, 4236.0, 4225.0, 4223.0, 4222.0, 4222.0, 4232.0, 4210.0, 4220.0, 4210.0, 4201.0, 4221.0, 4210.0, 4211.0, 4209.0, 4210.0, 4210.0, 4208.0, 4209.0, 4220.0, 4210.0, 4219.0, 4210.0, 4219.0, 4199.0, 4219.0, 4199.0, 4229.0, 4209.0, 4230.0, 4212.0, 4242.0, 4211.0, 4231.0, 4211.0, 4232.0, 4209.0, 4231.0, 4223.0, 4232.0, 4221.0, 4200.0, 4220.0, 4211.0, 4230.0, 4210.0, 4241.0, 4210.0, 4241.0, 4210.0, 4219.0, 4209.0, 4218.0, 4208.0, 4220.0, 4210.0, 4230.0, 4209.0, 4199.0, 4219.0, 4198.0, 4229.0, 4199.0, 4241.0, 4211.0, 4230.0, 4199.0, 4218.0, 4208.0, 4218.0, 4209.0, 4220.0, 4210.0, 4231.0, 4209.0, 4210.0, 4222.0, 4211.0, 4231.0, 4211.0, 4243.0, 4223.0, 4232.0, 4210.0, 4220.0, 4209.0, 4210.0, 4210.0, 4211.0, 4230.0, 4224.0, 4232.0, 4212.0, 4229.0, 4211.0, 4243.0, 4224.0, 4242.0, 4223.0, 4244.0, 4221.0, 4231.0, 4220.0, 4231.0, 4221.0, 4242.0, 4212.0, 4242.0, 4214.0, 4236.0, 4216.0, 4243.0, 4213.0, 4222.0, 4225.0, 4254.0, 4212.0, 4231.0, 4210.0, 4218.0, 4209.0, 4208.0, 4199.0, 4209.0, 4188.0, 4217.0, 4188.0, 4228.0, 4196.0, 4228.0, 4195.0, 4212.0, 4181.0, 4202.0, 4172.0, 4201.0, 4171.0, 4191.0, 4159.0, 4190.0, 4171.0, 4189.0, 4181.0, 4182.0, 4183.0, 4195.0, 4205.0, 4185.0, 4204.0, 4194.0, 4208.0, 4198.0, 4196.0, 4194.0, 4184.0, 4194.0, 4187.0, 4216.0, 4187.0, 4218.0, 4198.0, 4208.0, 4208.0, 4198.0, 4219.0, 4197.0, 4207.0, 4198.0, 4208.0, 4197.0, 4221.0, 4219.0, 4220.0, 4210.0, 4198.0, 4209.0, 4188.0, 4217.0, 4187.0, 4229.0, 4198.0, 4229.0, 4209.0, 4218.0, 4199.0, 4218.0, 4198.0, 4230.0, 4200.0, 4231.0, 4211.0, 4230.0, 4200.0, 4219.0, 4209.0, 4220.0, 4200.0, 4230.0, 4199.0, 4220.0, 4199.0, 4210.0, 4211.0, 4210.0, 4230.0, 4221.0, 4230.0, 4210.0, 4210.0, 4202.0, 4230.0, 4200.0, 4231.0, 4211.0, 4233.0, 4213.0, 4212.0, 4214.0, 4243.0, 4213.0, 4242.0, 4212.0, 4231.0, 4212.0, 4244.0, 4212.0, 4231.0, 4200.0, 4231.0, 4199.0, 4220.0, 4199.0, 4209.0, 4220.0, 4209.0, 4207.0, 4187.0, 4229.0, 4187.0, 4228.0, 4198.0, 4228.0, 4198.0, 4207.0, 4197.0, 4208.0, 4198.0, 4198.0, 4208.0, 4210.0, 4229.0, 4208.0, 4229.0, 4197.0, 4217.0, 4197.0, 4218.0, 4198.0, 4229.0, 4199.0, 4199.0, 4198.0, 4198.0, 4219.0, 4199.0, 4228.0, 4208.0, 4218.0, 4189.0, 4229.0, 4199.0, 4230.0, 4210.0, 4232.0, 4211.0, 4231.0, 4211.0, 4232.0, 4210.0, 4212.0, 4232.0, 4211.0, 4243.0, 4221.0, 4230.0, 4201.0, 4232.0, 4199.0, 4187.0, 4198.0, 4208.0, 4199.0, 4198.0, 4209.0, 4187.0, 4217.0, 4198.0, 4230.0, 4208.0, 4228.0, 4198.0, 4219.0, 4197.0, 4207.0, 4198.0, 4209.0, 4209.0, 4198.0, 4207.0, 4187.0, 4208.0, 4198.0, 4229.0, 4209.0, 4230.0, 4211.0, 4229.0, 4198.0, 4228.0, 4197.0, 4228.0, 4198.0, 4229.0, 4197.0, 4198.0, 4198.0, 4186.0, 4227.0, 4198.0, 4218.0, 4207.0, 4216.0, 4185.0, 4207.0, 4196.0, 4196.0, 4198.0, 4207.0, 4207.0, 4207.0, 4196.0, 4188.0, 4218.0, 4186.0, 4227.0, 4198.0, 4228.0, 4197.0, 4218.0, 4200.0, 4218.0, 4199.0, 4208.0, 4208.0, 4218.0, 4197.0, 4208.0, 4209.0, 4210.0, 4231.0, 4222.0, 4220.0, 4201.0, 4230.0, 4209.0, 4230.0, 4212.0, 4243.0, 4210.0, 4210.0, 4210.0, 4210.0, 4210.0, 4212.0, 4212.0, 4221.0, 4222.0, 4211.0, 4210.0, 4200.0, 4230.0, 4211.0, 4242.0, 4221.0, 4231.0, 4210.0, 4219.0, 4209.0, 4219.0, 4200.0, 4209.0, 4209.0, 4221.0, 4200.0, 4200.0, 4208.0, 4199.0, 4231.0, 4201.0, 4230.0, 4211.0, 4230.0, 4199.0, 4219.0, 4208.0, 4218.0, 4198.0, 4209.0, 4200.0, 4219.0, 4209.0, 4221.0, 4211.0, 4212.0, 4211.0, 4211.0, 4231.0, 4201.0, 4242.0, 4212.0, 4243.0, 4212.0, 4235.0, 4222.0, 4201.0, 4231.0, 4200.0, 4231.0, 4211.0, 4242.0, 4211.0, 4213.0, 4210.0, 4200.0, 4209.0, 4199.0, 4231.0, 4200.0, 4231.0, 4221.0, 4255.0, 4235.0, 4254.0, 4234.0, 4257.0, 4213.0, 4231.0, 4227.0, 4174.0, 4205.0, 4197.0, 4208.0, 4209.0, 4209.0, 4210.0, 4223.0, 4212.0, 4233.0, 4199.0, 4228.0, 4198.0, 4229.0, 4208.0, 4227.0, 4206.0, 4185.0, 4216.0, 4184.0, 4225.0, 4182.0, 4202.0, 4171.0, 4190.0, 4170.0, 4192.0, 4171.0, 4192.0, 4184.0, 4214.0, 4185.0, 4204.0, 4185.0, 4203.0, 4184.0, 4207.0, 4198.0, 4217.0, 4209.0, 4218.0, 4198.0, 4218.0, 4200.0, 4219.0, 4200.0, 4231.0, 4213.0, 4257.0, 4237.0, 4222.0], 'WindowWidth': [9482.0, 9404.0, 9403.0, 9367.0, 9377.0, 9334.0, 9372.0, 9315.0, 9371.0, 9346.0, 9370.0, 9324.0, 9352.0, 9311.0, 9337.0, 9323.0, 9355.0, 9337.0, 9340.0, 9308.0, 9320.0, 9348.0, 9320.0, 9368.0, 9336.0, 9350.0, 9301.0, 9331.0, 9300.0, 9330.0, 9306.0, 9316.0, 9316.0, 9301.0, 9313.0, 9301.0, 9349.0, 9321.0, 9347.0, 9303.0, 9333.0, 9305.0, 9354.0, 9328.0, 9353.0, 9328.0, 9343.0, 9331.0, 9364.0, 9345.0, 9332.0, 9375.0, 9363.0, 9360.0, 9349.0, 9350.0, 9346.0, 9391.0, 9356.0, 9389.0, 9346.0, 9371.0, 9323.0, 9338.0, 9310.0, 9322.0, 9352.0, 9336.0, 9352.0, 9316.0, 9344.0, 9289.0, 9315.0, 9298.0, 9319.0, 9306.0, 9335.0, 9332.0, 9306.0, 9347.0, 9303.0, 9343.0, 9300.0, 9331.0, 9324.0, 9351.0, 9305.0, 9349.0, 9305.0, 9335.0, 9307.0, 9320.0, 9340.0, 9325.0, 9368.0, 9343.0, 9352.0, 9311.0, 9355.0, 9329.0, 9351.0, 9321.0, 9372.0, 9328.0, 9339.0, 9327.0, 9362.0, 9351.0, 9393.0, 9353.0, 9397.0, 9351.0, 9376.0, 9344.0, 9331.0, 9390.0, 9358.0, 9385.0, 9326.0, 9350.0, 9305.0, 9304.0, 9368.0, 9318.0, 9349.0, 9300.0, 9312.0, 9297.0, 9301.0, 9300.0, 9300.0, 9350.0, 9308.0, 9346.0, 9321.0, 9330.0, 9305.0, 9343.0, 9307.0, 9351.0, 9307.0, 9348.0, 9305.0, 9318.0, 9305.0, 9317.0, 9353.0, 9322.0, 9350.0, 9325.0, 9353.0, 9324.0, 9348.0, 9303.0, 9334.0, 9324.0, 9338.0, 9310.0, 9322.0, 9323.0, 9321.0, 9309.0, 9346.0, 9373.0, 9357.0, 9371.0, 9330.0, 9373.0, 9327.0, 9369.0, 9327.0, 9372.0, 9330.0, 9376.0, 9324.0, 9340.0, 9327.0, 9323.0, 9335.0, 9325.0, 9367.0, 9330.0, 9352.0, 9326.0, 9356.0, 9330.0, 9368.0, 9326.0, 9356.0, 9329.0, 9361.0, 9353.0, 9380.0, 9347.0, 9348.0, 9330.0, 9346.0, 9325.0, 9327.0, 9368.0, 9357.0, 9371.0, 9330.0, 9353.0, 9328.0, 9368.0, 9308.0, 9370.0, 9327.0, 9367.0, 9310.0, 9337.0, 9308.0, 9335.0, 9306.0, 9335.0, 9354.0, 9336.0, 9362.0, 9321.0, 9335.0, 9307.0, 9352.0, 9330.0, 9365.0, 9342.0, 9354.0, 9323.0, 9364.0, 9325.0, 9370.0, 9322.0, 9369.0, 9309.0, 9336.0, 9308.0, 9335.0, 9329.0, 9356.0, 9324.0, 9353.0, 9326.0, 9350.0, 9312.0, 9368.0, 9307.0, 9353.0, 9308.0, 9338.0, 9307.0, 9343.0, 9327.0, 9342.0, 9349.0, 9308.0, 9351.0, 9308.0, 9365.0, 9326.0, 9366.0, 9307.0, 9336.0, 9304.0, 9318.0, 9306.0, 9339.0, 9324.0, 9337.0, 9326.0, 9328.0, 9328.0, 9334.0, 9375.0, 9361.0, 9373.0, 9344.0, 9369.0, 9326.0, 9366.0, 9321.0, 9357.0, 9304.0, 9320.0, 9323.0, 9323.0, 9328.0, 9327.0, 9325.0, 9341.0, 9327.0, 9356.0, 9345.0, 9361.0, 9375.0, 9367.0, 9361.0, 9335.0, 9389.0, 9347.0, 9379.0, 9346.0, 9375.0, 9325.0, 9370.0, 9323.0, 9352.0, 9324.0, 9356.0, 9328.0, 9352.0, 9322.0, 9320.0, 9348.0, 9304.0, 9366.0, 9302.0, 9343.0, 9290.0, 9347.0, 9300.0, 9318.0, 9305.0, 9318.0, 9326.0, 9342.0, 9324.0, 9351.0, 9324.0, 9322.0, 9349.0, 9321.0, 9368.0, 9340.0, 9353.0, 9334.0, 9346.0, 9306.0, 9346.0, 9307.0, 9350.0, 9327.0, 9372.0, 9323.0, 9334.0, 9303.0, 9322.0, 9307.0, 9341.0, 9325.0, 9326.0, 9327.0, 9345.0, 9345.0, 9346.0, 9393.0, 9361.0, 9373.0, 9347.0, 9373.0, 9327.0, 9355.0, 9329.0, 9324.0, 9337.0, 9338.0, 9348.0, 9324.0, 9325.0, 9324.0, 9354.0, 9329.0, 9372.0, 9346.0, 9355.0, 9326.0, 9365.0, 9309.0, 9349.0, 9319.0, 9337.0, 9329.0, 9354.0, 9324.0, 9355.0, 9328.0, 9355.0, 9325.0, 9338.0, 9354.0, 9324.0, 9366.0, 9336.0, 9349.0, 9306.0, 9333.0, 9304.0, 9334.0, 9308.0, 9337.0, 9319.0, 9324.0, 9333.0, 9320.0, 9347.0, 9324.0, 9368.0, 9310.0, 9368.0, 9306.0, 9320.0, 9306.0, 9306.0, 9323.0, 9324.0, 9367.0, 9339.0, 9351.0, 9327.0, 9350.0, 9309.0, 9357.0, 9328.0, 9354.0, 9309.0, 9322.0, 9321.0, 9329.0, 9367.0, 9313.0, 9367.0, 9330.0, 9363.0, 9355.0, 9395.0, 9376.0, 9422.0, 9397.0, 9422.0, 9397.0, 9403.0, 9397.0, 9466.0, 9417.0, 9441.0, 9403.0, 9417.0, 9364.0, 9364.0, 9348.0, 9348.0, 9371.0, 9343.0, 9371.0, 9345.0, 9375.0, 9345.0, 9357.0, 9330.0, 9351.0, 9326.0, 9368.0, 9328.0, 9375.0, 9329.0, 9343.0, 9327.0, 9344.0, 9334.0, 9347.0, 9356.0, 9342.0, 9354.0, 9328.0, 9366.0, 9312.0, 9369.0, 9328.0, 9370.0, 9341.0, 9368.0, 9326.0, 9354.0, 9328.0, 9361.0, 9316.0, 9373.0, 9311.0, 9341.0, 9327.0, 9327.0, 9326.0, 9343.0, 9368.0, 9328.0, 9376.0, 9347.0, 9371.0, 9342.0, 9353.0, 9329.0, 9371.0, 9330.0, 9374.0, 9332.0, 9374.0, 9328.0, 9342.0, 9329.0, 9331.0, 9351.0, 9365.0, 9365.0, 9382.0, 9361.0, 9395.0, 9378.0, 9411.0, 9375.0, 9432.0, 9414.0, 9404.0, 9384.0, 9373.0, 9389.0, 9369.0, 9375.0, 9344.0, 9393.0, 9350.0, 9389.0, 9342.0, 9371.0, 9327.0, 9351.0, 9323.0, 9351.0, 9327.0, 9355.0, 9342.0, 9370.0, 9336.0, 9338.0, 9335.0, 9319.0, 9345.0, 9321.0, 9365.0, 9337.0, 9368.0, 9323.0, 9352.0, 9322.0, 9352.0, 9340.0, 9353.0, 9321.0, 9341.0, 9335.0, 9326.0, 9363.0, 9325.0, 9369.0, 9339.0, 9373.0, 9364.0, 9374.0, 9363.0, 9381.0, 9353.0, 9390.0, 9389.0, 9389.0, 9383.0, 9367.0, 9379.0, 9363.0, 9381.0, 9361.0, 9377.0, 9366.0, 9379.0, 9348.0, 9380.0, 9348.0, 9377.0, 9348.0, 9373.0, 9346.0, 9360.0, 9350.0, 9385.0, 9369.0, 9361.0, 9352.0, 9350.0, 9394.0, 9373.0, 9376.0, 9348.0, 9374.0, 9343.0, 9373.0, 9343.0, 9361.0, 9343.0, 9358.0, 9343.0, 9345.0, 9367.0, 9322.0, 9365.0, 9336.0, 9361.0, 9327.0, 9325.0, 9279.0, 9302.0, 9288.0, 9288.0, 9290.0, 9295.0, 9314.0, 9279.0, 9331.0, 9326.0, 9330.0, 9333.0, 9384.0, 9325.0, 9345.0, 9306.0, 9344.0, 9305.0, 9317.0, 9278.0, 9322.0, 9322.0, 9358.0, 9347.0, 9345.0, 9347.0, 9361.0, 9363.0, 9359.0, 9346.0, 9396.0, 9368.0, 9399.0, 9369.0, 9381.0, 9353.0, 9379.0, 9380.0, 9367.0, 9397.0, 9369.0, 9418.0, 9391.0, 9386.0, 9371.0, 9364.0, 9363.0, 9362.0, 9374.0, 9342.0, 9356.0, 9340.0, 9328.0, 9357.0, 9341.0, 9342.0, 9341.0, 9342.0, 9341.0, 9337.0, 9339.0, 9356.0, 9342.0, 9353.0, 9342.0, 9353.0, 9327.0, 9354.0, 9326.0, 9367.0, 9340.0, 9372.0, 9349.0, 9390.0, 9348.0, 9373.0, 9346.0, 9374.0, 9341.0, 9373.0, 9364.0, 9376.0, 9358.0, 9331.0, 9355.0, 9345.0, 9371.0, 9343.0, 9389.0, 9345.0, 9387.0, 9342.0, 9354.0, 9339.0, 9352.0, 9338.0, 9357.0, 9343.0, 9372.0, 9340.0, 9328.0, 9352.0, 9326.0, 9368.0, 9327.0, 9387.0, 9345.0, 9369.0, 9325.0, 9351.0, 9337.0, 9350.0, 9339.0, 9356.0, 9342.0, 9373.0, 9339.0, 9343.0, 9360.0, 9346.0, 9373.0, 9348.0, 9395.0, 9369.0, 9376.0, 9345.0, 9356.0, 9339.0, 9341.0, 9341.0, 9345.0, 9371.0, 9369.0, 9376.0, 9347.0, 9367.0, 9347.0, 9395.0, 9367.0, 9390.0, 9365.0, 9395.0, 9360.0, 9372.0, 9357.0, 9373.0, 9359.0, 9391.0, 9348.0, 9390.0, 9355.0, 9389.0, 9360.0, 9392.0, 9348.0, 9360.0, 9370.0, 9408.0, 9348.0, 9373.0, 9343.0, 9351.0, 9340.0, 9339.0, 9327.0, 9342.0, 9309.0, 9347.0, 9308.0, 9362.0, 9316.0, 9364.0, 9311.0, 9332.0, 9288.0, 9316.0, 9275.0, 9312.0, 9272.0, 9297.0, 9255.0, 9297.0, 9274.0, 9296.0, 9289.0, 9288.0, 9289.0, 9307.0, 9324.0, 9299.0, 9323.0, 9310.0, 9338.0, 9322.0, 9316.0, 9310.0, 9295.0, 9311.0, 9304.0, 9343.0, 9306.0, 9348.0, 9323.0, 9336.0, 9337.0, 9324.0, 9353.0, 9321.0, 9335.0, 9321.0, 9335.0, 9320.0, 9356.0, 9352.0, 9356.0, 9340.0, 9323.0, 9339.0, 9309.0, 9348.0, 9307.0, 9366.0, 9325.0, 9366.0, 9339.0, 9351.0, 9325.0, 9350.0, 9324.0, 9369.0, 9330.0, 9374.0, 9344.0, 9371.0, 9329.0, 9354.0, 9339.0, 9357.0, 9328.0, 9371.0, 9328.0, 9356.0, 9328.0, 9342.0, 9345.0, 9344.0, 9371.0, 9359.0, 9369.0, 9342.0, 9343.0, 9335.0, 9370.0, 9332.0, 9374.0, 9348.0, 9381.0, 9354.0, 9351.0, 9355.0, 9393.0, 9353.0, 9391.0, 9348.0, 9373.0, 9347.0, 9396.0, 9347.0, 9373.0, 9330.0, 9371.0, 9326.0, 9356.0, 9325.0, 9338.0, 9352.0, 9338.0, 9334.0, 9308.0, 9365.0, 9306.0, 9363.0, 9322.0, 9364.0, 9322.0, 9335.0, 9322.0, 9337.0, 9323.0, 9322.0, 9339.0, 9341.0, 9367.0, 9338.0, 9366.0, 9321.0, 9348.0, 9320.0, 9349.0, 9323.0, 9368.0, 9324.0, 9325.0, 9324.0, 9324.0, 9352.0, 9327.0, 9364.0, 9337.0, 9351.0, 9314.0, 9368.0, 9328.0, 9371.0, 9343.0, 9376.0, 9347.0, 9374.0, 9349.0, 9376.0, 9345.0, 9348.0, 9376.0, 9346.0, 9391.0, 9357.0, 9369.0, 9333.0, 9374.0, 9326.0, 9307.0, 9321.0, 9336.0, 9325.0, 9323.0, 9338.0, 9309.0, 9348.0, 9322.0, 9370.0, 9338.0, 9365.0, 9322.0, 9352.0, 9322.0, 9335.0, 9325.0, 9340.0, 9339.0, 9321.0, 9333.0, 9307.0, 9336.0, 9321.0, 9368.0, 9341.0, 9370.0, 9344.0, 9366.0, 9324.0, 9364.0, 9322.0, 9365.0, 9323.0, 9368.0, 9319.0, 9321.0, 9321.0, 9303.0, 9363.0, 9321.0, 9348.0, 9331.0, 9344.0, 9302.0, 9331.0, 9316.0, 9316.0, 9321.0, 9334.0, 9332.0, 9334.0, 9318.0, 9307.0, 9350.0, 9306.0, 9360.0, 9323.0, 9363.0, 9321.0, 9351.0, 9329.0, 9352.0, 9325.0, 9336.0, 9336.0, 9350.0, 9321.0, 9338.0, 9342.0, 9342.0, 9373.0, 9362.0, 9357.0, 9332.0, 9369.0, 9341.0, 9371.0, 9349.0, 9393.0, 9343.0, 9342.0, 9343.0, 9341.0, 9341.0, 9346.0, 9347.0, 9359.0, 9360.0, 9346.0, 9344.0, 9330.0, 9371.0, 9345.0, 9390.0, 9358.0, 9373.0, 9341.0, 9353.0, 9339.0, 9353.0, 9327.0, 9341.0, 9340.0, 9357.0, 9328.0, 9327.0, 9338.0, 9327.0, 9372.0, 9331.0, 9370.0, 9345.0, 9371.0, 9328.0, 9353.0, 9337.0, 9351.0, 9322.0, 9339.0, 9330.0, 9354.0, 9340.0, 9360.0, 9345.0, 9347.0, 9346.0, 9346.0, 9373.0, 9331.0, 9390.0, 9350.0, 9393.0, 9349.0, 9385.0, 9363.0, 9332.0, 9373.0, 9329.0, 9374.0, 9346.0, 9389.0, 9344.0, 9352.0, 9342.0, 9328.0, 9340.0, 9327.0, 9371.0, 9331.0, 9374.0, 9360.0, 9416.0, 9386.0, 9412.0, 9384.0, 9422.0, 9353.0, 9375.0, 9362.0, 9283.0, 9324.0, 9320.0, 9337.0, 9340.0, 9341.0, 9344.0, 9365.0, 9352.0, 9380.0, 9327.0, 9364.0, 9320.0, 9364.0, 9335.0, 9358.0, 9328.0, 9298.0, 9341.0, 9296.0, 9356.0, 9290.0, 9315.0, 9271.0, 9297.0, 9271.0, 9300.0, 9274.0, 9304.0, 9299.0, 9337.0, 9300.0, 9323.0, 9298.0, 9320.0, 9296.0, 9331.0, 9322.0, 9347.0, 9340.0, 9350.0, 9324.0, 9350.0, 9329.0, 9352.0, 9328.0, 9372.0, 9350.0, 9421.0, 9391.0, 9363.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.001228899480069324</td></tr>
<tr><td colspan=3>aqi</td><td>0.01801363812824957</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.77381680267131</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.180734049869903</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0126353295923656</td></tr>
<tr><td colspan=3>efc</td><td>0.4658</td></tr>
<tr><td colspan=3>fber</td><td>6568.9365</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09514266395416332</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.506065857885615</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3944624480196257</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3506902166824504</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6259045737571927</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2067925536192337</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141598</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016209691762924194</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022595906630158424</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.967687916369514</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.6837</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5077</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.8036</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303348.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>817.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.5558</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.514</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.0094</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3444.6895</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3643.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.1607</td></tr>
<tr><td colspan=3>tsnr</td><td>43.8463031379506</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>