<?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-0089_ses-04_task-alignvideo_acq-mb8_run-02_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-0089_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0089_suffix-bold_task-alignvideo" 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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_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-0089/ses-04/func/sub-0089_ses-04_task-alignvideo_acq-mb8_run-02_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>d0e3a81ca2ed9eaaf15569ce2026e65b</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>17:21:9.120000</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_VE11E_LATEST_20181129</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.995657, 0.0688544, -0.0626549, -0.0534001, 0.973706, 0.221463]</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.259</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-02_task-alignvideo_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.09736</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7827, -7236, 340, -97, -128, 114, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.222</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>25fd2105-474b-47c6-8369-3dde9921f504||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6712756156921387, -0.14326845109462738, -0.2058914452791214, 122.80208587646484], [-0.18473125994205475, 2.6123809814453125, 0.5863197445869446, -111.78254699707031], [-0.16809843480587006, -0.5941689610481262, 2.6275155544281006, -28.24738311767578], [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, 926]</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], 'AcquisitionTime': ['172109.120000', '172109.580000', '172110.040000', '172110.500000', '172110.960000', '172111.420000', '172111.880000', '172112.340000', '172112.800000', '172113.260000', '172113.720000', '172114.180000', '172114.640000', '172115.100000', '172115.560000', '172116.020000', '172116.480000', '172116.940000', '172117.400000', '172117.860000', '172118.320000', '172118.780000', '172119.240000', '172119.700000', '172120.160000', '172120.620000', '172121.080000', '172121.540000', '172122.000000', '172122.460000', '172122.920000', '172123.380000', '172123.840000', '172124.300000', '172124.760000', '172125.220000', '172125.680000', '172126.140000', '172126.600000', '172127.060000', '172127.520000', '172127.980000', '172128.440000', '172128.900000', '172129.360000', '172129.820000', '172130.280000', '172130.740000', '172131.200000', '172131.660000', '172132.120000', '172132.580000', '172133.040000', '172133.500000', '172133.960000', '172134.420000', '172134.880000', '172135.340000', '172135.800000', '172136.260000', '172136.720000', '172137.180000', '172137.640000', '172138.100000', '172138.560000', '172139.020000', '172139.480000', '172139.940000', '172140.400000', '172140.860000', '172141.320000', '172141.780000', '172142.240000', '172142.700000', '172143.160000', '172143.620000', '172144.080000', '172144.540000', '172145.000000', '172145.460000', '172145.920000', '172146.380000', '172146.840000', '172147.300000', '172147.760000', '172148.220000', '172148.680000', '172149.140000', '172149.600000', '172150.060000', '172150.520000', '172150.980000', '172151.440000', '172151.900000', '172152.360000', '172152.820000', '172153.280000', '172153.740000', '172154.200000', '172154.660000', '172155.120000', '172155.580000', '172156.040000', '172156.500000', '172156.960000', '172157.420000', '172157.880000', '172158.340000', '172158.800000', '172159.260000', '172159.720000', '172200.180000', '172200.640000', '172201.100000', '172201.560000', '172202.020000', '172202.480000', '172202.940000', '172203.400000', '172203.860000', '172204.320000', '172204.780000', '172205.240000', '172205.700000', '172206.160000', '172206.620000', '172207.080000', '172207.540000', '172208.000000', '172208.460000', '172208.920000', '172209.380000', '172209.840000', '172210.300000', '172210.760000', '172211.220000', '172211.680000', '172212.140000', '172212.600000', '172213.060000', '172213.520000', '172213.980000', '172214.440000', '172214.900000', '172215.360000', '172215.820000', '172216.280000', '172216.740000', '172217.200000', '172217.660000', '172218.120000', '172218.580000', '172219.040000', '172219.500000', '172219.960000', '172220.420000', '172220.880000', '172221.340000', '172221.800000', '172222.260000', '172222.720000', '172223.180000', '172223.640000', '172224.100000', '172224.560000', '172225.020000', '172225.480000', '172225.940000', '172226.400000', '172226.860000', '172227.320000', '172227.780000', '172228.240000', '172228.700000', '172229.160000', '172229.620000', '172230.080000', '172230.540000', '172231.000000', '172231.460000', '172231.920000', '172232.380000', '172232.840000', '172233.300000', '172233.760000', '172234.220000', '172234.680000', '172235.140000', '172235.600000', '172236.060000', '172236.520000', '172236.980000', '172237.440000', '172237.900000', '172238.360000', '172238.820000', '172239.280000', '172239.740000', '172240.200000', '172240.660000', '172241.120000', '172241.580000', '172242.040000', '172242.500000', '172242.960000', '172243.420000', '172243.880000', '172244.340000', '172244.800000', '172245.260000', '172245.720000', '172246.180000', '172246.640000', '172247.100000', '172247.560000', '172248.020000', '172248.480000', '172248.940000', '172249.400000', '172249.860000', '172250.320000', '172250.780000', '172251.240000', '172251.700000', '172252.160000', '172252.620000', '172253.080000', '172253.540000', '172254.000000', '172254.460000', '172254.920000', '172255.380000', '172255.840000', '172256.300000', '172256.760000', '172257.220000', '172257.680000', '172258.140000', '172258.600000', '172259.060000', '172259.520000', '172259.980000', '172300.440000', '172300.900000', '172301.360000', '172301.820000', '172302.280000', '172302.740000', '172303.200000', '172303.660000', '172304.120000', '172304.580000', '172305.040000', '172305.500000', '172305.960000', '172306.420000', '172306.880000', '172307.340000', '172307.800000', '172308.260000', '172308.720000', '172309.180000', '172309.640000', '172310.100000', '172310.560000', '172311.020000', '172311.480000', '172311.940000', '172312.400000', '172312.860000', '172313.320000', '172313.780000', '172314.240000', '172314.700000', '172315.160000', '172315.620000', '172316.080000', '172316.540000', '172317.000000', '172317.460000', '172317.920000', '172318.380000', '172318.840000', '172319.300000', '172319.760000', '172320.220000', '172320.680000', '172321.140000', '172321.600000', '172322.060000', '172322.520000', '172322.980000', '172323.440000', '172323.900000', '172324.360000', '172324.820000', '172325.280000', '172325.740000', '172326.200000', '172326.660000', '172327.120000', '172327.580000', '172328.040000', '172328.500000', '172328.960000', '172329.420000', '172329.880000', '172330.340000', '172330.800000', '172331.260000', '172331.720000', '172332.180000', '172332.640000', '172333.100000', '172333.560000', '172334.020000', '172334.480000', '172334.940000', '172335.400000', '172335.860000', '172336.320000', '172336.780000', '172337.240000', '172337.700000', '172338.160000', '172338.620000', '172339.080000', '172339.540000', '172340.000000', '172340.460000', '172340.920000', '172341.380000', '172341.840000', '172342.300000', '172342.760000', '172343.220000', '172343.680000', '172344.140000', '172344.600000', '172345.060000', '172345.520000', '172345.980000', '172346.440000', '172346.900000', '172347.360000', '172347.820000', '172348.280000', '172348.740000', '172349.200000', '172349.660000', '172350.120000', '172350.580000', '172351.040000', '172351.500000', '172351.960000', '172352.420000', '172352.880000', '172353.340000', '172353.800000', '172354.260000', '172354.720000', '172355.180000', '172355.640000', '172356.100000', '172356.560000', '172357.020000', '172357.480000', '172357.940000', '172358.400000', '172358.860000', '172359.320000', '172359.780000', '172400.240000', '172400.700000', '172401.160000', '172401.620000', '172402.080000', '172402.540000', '172403.000000', '172403.460000', '172403.920000', '172404.380000', '172404.840000', '172405.300000', '172405.760000', '172406.220000', '172406.680000', '172407.140000', '172407.600000', '172408.060000', '172408.520000', '172408.980000', '172409.440000', '172409.900000', '172410.360000', '172410.820000', '172411.280000', '172411.740000', '172412.200000', '172412.660000', '172413.120000', '172413.580000', '172414.040000', '172414.500000', '172414.960000', '172415.420000', '172415.880000', '172416.340000', '172416.800000', '172417.260000', '172417.720000', '172418.180000', '172418.640000', '172419.100000', '172419.560000', '172420.020000', '172420.480000', '172420.940000', '172421.400000', '172421.860000', '172422.320000', '172422.780000', '172423.240000', '172423.700000', '172424.160000', '172424.620000', '172425.080000', '172425.540000', '172426.000000', '172426.460000', '172426.920000', '172427.380000', '172427.840000', '172428.300000', '172428.760000', '172429.220000', '172429.680000', '172430.140000', '172430.600000', '172431.060000', '172431.520000', '172431.980000', '172432.440000', '172432.900000', '172433.360000', '172433.820000', '172434.280000', '172434.740000', '172435.200000', '172435.660000', '172436.120000', '172436.580000', '172437.040000', '172437.500000', '172437.960000', '172438.420000', '172438.880000', '172439.340000', '172439.800000', '172440.260000', '172440.720000', '172441.180000', '172441.640000', '172442.100000', '172442.560000', '172443.020000', '172443.480000', '172443.940000', '172444.400000', '172444.860000', '172445.320000', '172445.780000', '172446.240000', '172446.700000', '172447.160000', '172447.620000', '172448.080000', '172448.540000', '172449.000000', '172449.460000', '172449.920000', '172450.380000', '172450.840000', '172451.300000', '172451.760000', '172452.220000', '172452.680000', '172453.140000', '172453.600000', '172454.060000', '172454.520000', '172454.980000', '172455.440000', '172455.900000', '172456.360000', '172456.820000', '172457.280000', '172457.740000', '172458.200000', '172458.660000', '172459.120000', '172459.580000', '172500.040000', '172500.500000', '172500.960000', '172501.420000', '172501.880000', '172502.340000', '172502.800000', '172503.260000', '172503.720000', '172504.180000', '172504.640000', '172505.100000', '172505.560000', '172506.020000', '172506.480000', '172506.940000', '172507.400000', '172507.860000', '172508.320000', '172508.780000', '172509.240000', '172509.700000', '172510.160000', '172510.620000', '172511.080000', '172511.540000', '172512.000000', '172512.460000', '172512.920000', '172513.380000', '172513.840000', '172514.300000', '172514.760000', '172515.220000', '172515.680000', '172516.140000', '172516.600000', '172517.060000', '172517.520000', '172517.980000', '172518.440000', '172518.900000', '172519.360000', '172519.820000', '172520.280000', '172520.740000', '172521.200000', '172521.660000', '172522.120000', '172522.580000', '172523.040000', '172523.500000', '172523.960000', '172524.420000', '172524.880000', '172525.340000', '172525.800000', '172526.260000', '172526.720000', '172527.180000', '172527.640000', '172528.100000', '172528.560000', '172529.020000', '172529.480000', '172529.940000', '172530.400000', '172530.860000', '172531.320000', '172531.780000', '172532.240000', '172532.700000', '172533.160000', '172533.620000', '172534.080000', '172534.540000', '172535.000000', '172535.460000', '172535.920000', '172536.380000', '172536.840000', '172537.300000', '172537.760000', '172538.220000', '172538.680000', '172539.140000', '172539.600000', '172540.060000', '172540.520000', '172540.980000', '172541.440000', '172541.900000', '172542.360000', '172542.820000', '172543.280000', '172543.740000', '172544.200000', '172544.660000', '172545.120000', '172545.580000', '172546.040000', '172546.500000', '172546.960000', '172547.420000', '172547.880000', '172548.340000', '172548.800000', '172549.260000', '172549.720000', '172550.180000', '172550.640000', '172551.100000', '172551.560000', '172552.020000', '172552.480000', '172552.940000', '172553.400000', '172553.860000', '172554.320000', '172554.780000', '172555.240000', '172555.700000', '172556.160000', '172556.620000', '172557.080000', '172557.540000', '172558.000000', '172558.460000', '172558.920000', '172559.380000', '172559.840000', '172600.300000', '172600.760000', '172601.220000', '172601.680000', '172602.140000', '172602.600000', '172603.060000', '172603.520000', '172603.980000', '172604.440000', '172604.900000', '172605.360000', '172605.820000', '172606.280000', '172606.740000', '172607.200000', '172607.660000', '172608.120000', '172608.580000', '172609.040000', '172609.500000', '172609.960000', '172610.420000', '172610.880000', '172611.340000', '172611.800000', '172612.260000', '172612.720000', '172613.180000', '172613.640000', '172614.100000', '172614.560000', '172615.020000', '172615.480000', '172615.940000', '172616.400000', '172616.860000', '172617.320000', '172617.780000', '172618.240000', '172618.700000', '172619.160000', '172619.620000', '172620.080000', '172620.540000', '172621.000000', '172621.460000', '172621.920000', '172622.380000', '172622.840000', '172623.300000', '172623.760000', '172624.220000', '172624.680000', '172625.140000', '172625.600000', '172626.060000', '172626.520000', '172626.980000', '172627.440000', '172627.900000', '172628.360000', '172628.820000', '172629.280000', '172629.740000', '172630.200000', '172630.660000', '172631.120000', '172631.580000', '172632.040000', '172632.500000', '172632.960000', '172633.420000', '172633.880000', '172634.340000', '172634.800000', '172635.260000', '172635.720000', '172636.180000', '172636.640000', '172637.100000', '172637.560000', '172638.020000', '172638.480000', '172638.940000', '172639.400000', '172639.860000', '172640.320000', '172640.780000', '172641.240000', '172641.700000', '172642.160000', '172642.620000', '172643.080000', '172643.540000', '172644.000000', '172644.460000', '172644.920000', '172645.380000', '172645.840000', '172646.300000', '172646.760000', '172647.220000', '172647.680000', '172648.140000', '172648.600000', '172649.060000', '172649.520000', '172649.980000', '172650.440000', '172650.900000', '172651.360000', '172651.820000', '172652.280000', '172652.740000', '172653.200000', '172653.660000', '172654.120000', '172654.580000', '172655.040000', '172655.500000', '172655.960000', '172656.420000', '172656.880000', '172657.340000', '172657.800000', '172658.260000', '172658.720000', '172659.180000', '172659.640000', '172700.100000', '172700.560000', '172701.020000', '172701.480000', '172701.940000', '172702.400000', '172702.860000', '172703.320000', '172703.780000', '172704.240000', '172704.700000', '172705.160000', '172705.620000', '172706.080000', '172706.540000', '172707.000000', '172707.460000', '172707.920000', '172708.380000', '172708.840000', '172709.300000', '172709.760000', '172710.220000', '172710.680000', '172711.140000', '172711.600000', '172712.060000', '172712.520000', '172712.980000', '172713.440000', '172713.900000', '172714.360000', '172714.820000', '172715.280000', '172715.740000', '172716.200000', '172716.660000', '172717.120000', '172717.580000', '172718.040000', '172718.500000', '172718.960000', '172719.420000', '172719.880000', '172720.340000', '172720.800000', '172721.260000', '172721.720000', '172722.180000', '172722.640000', '172723.100000', '172723.560000', '172724.020000', '172724.480000', '172724.940000', '172725.400000', '172725.860000', '172726.320000', '172726.780000', '172727.240000', '172727.700000', '172728.160000', '172728.620000', '172729.080000', '172729.540000', '172730.000000', '172730.460000', '172730.920000', '172731.380000', '172731.840000', '172732.300000', '172732.760000', '172733.220000', '172733.680000', '172734.140000', '172734.600000', '172735.060000', '172735.520000', '172735.980000', '172736.440000', '172736.900000', '172737.360000', '172737.820000', '172738.280000', '172738.740000', '172739.200000', '172739.660000', '172740.120000', '172740.580000', '172741.040000', '172741.500000', '172741.960000', '172742.420000', '172742.880000', '172743.340000', '172743.800000', '172744.260000', '172744.720000', '172745.180000', '172745.640000', '172746.100000', '172746.560000', '172747.020000', '172747.480000', '172747.940000', '172748.400000', '172748.860000', '172749.320000', '172749.780000', '172750.240000', '172750.700000', '172751.160000', '172751.620000', '172752.080000', '172752.540000', '172753.000000', '172753.460000', '172753.920000', '172754.380000', '172754.840000', '172755.300000', '172755.760000', '172756.220000', '172756.680000', '172757.140000', '172757.600000', '172758.060000', '172758.520000', '172758.980000', '172759.440000', '172759.900000', '172800.360000', '172800.820000', '172801.280000', '172801.740000', '172802.200000', '172802.660000', '172803.120000', '172803.580000', '172804.040000', '172804.500000', '172804.960000', '172805.420000', '172805.880000', '172806.340000', '172806.800000', '172807.260000', '172807.720000', '172808.180000', '172808.640000', '172809.100000', '172809.560000', '172810.020000', '172810.480000', '172810.940000', '172811.400000', '172811.860000', '172812.320000', '172812.780000', '172813.240000', '172813.700000', '172814.160000', '172814.620000'], 'ContentTime': ['172138.276000', '172138.280000', '172138.283000', '172138.286000', '172138.288000', '172138.291000', '172138.294000', '172138.296000', '172138.305000', '172138.308000', '172138.311000', '172138.313000', '172138.316000', '172138.319000', '172138.321000', '172138.324000', '172138.326000', '172138.329000', '172138.332000', '172138.334000', '172138.337000', '172138.339000', '172138.342000', '172138.345000', '172138.347000', '172138.350000', '172138.352000', '172138.355000', '172138.358000', '172138.360000', '172138.363000', '172138.366000', '172138.368000', '172138.371000', '172138.374000', '172138.376000', '172138.379000', '172138.381000', '172138.384000', '172138.387000', '172138.389000', '172138.392000', '172138.395000', '172138.397000', '172138.400000', '172138.402000', '172138.405000', '172138.408000', '172138.410000', '172138.416000', '172138.419000', '172138.422000', '172138.424000', '172138.427000', '172138.430000', '172138.432000', '172138.435000', '172138.438000', '172138.440000', '172138.443000', '172138.445000', '172138.448000', '172158.210000', '172158.214000', '172158.216000', '172158.219000', '172158.221000', '172158.224000', '172158.227000', '172158.263000', '172158.266000', '172158.268000', '172158.271000', '172158.274000', '172158.276000', '172158.279000', '172158.281000', '172158.284000', '172158.287000', '172158.289000', '172158.292000', '172158.295000', '172158.297000', '172158.300000', '172158.303000', '172158.305000', '172158.308000', '172158.310000', '172158.313000', '172158.316000', '172158.318000', '172158.321000', '172158.323000', '172158.326000', '172158.329000', '172158.331000', '172158.334000', '172158.337000', '172158.339000', '172158.342000', '172158.345000', '172158.347000', '172158.350000', '172158.353000', '172158.356000', '172218.210000', '172218.213000', '172218.216000', '172218.219000', '172218.221000', '172218.224000', '172218.226000', '172218.229000', '172218.231000', '172218.234000', '172218.237000', '172218.239000', '172218.242000', '172218.245000', '172218.247000', '172218.250000', '172218.252000', '172218.255000', '172218.258000', '172218.260000', '172218.263000', '172218.265000', '172218.268000', '172218.271000', '172218.273000', '172218.276000', '172218.285000', '172218.288000', '172218.290000', '172218.293000', '172218.296000', '172218.298000', '172218.301000', '172218.303000', '172218.306000', '172218.309000', '172218.311000', '172218.314000', '172218.317000', '172218.319000', '172218.322000', '172218.324000', '172218.327000', '172218.330000', '172238.210000', '172238.212000', '172238.215000', '172238.218000', '172238.220000', '172238.223000', '172238.226000', '172238.228000', '172238.231000', '172238.234000', '172238.236000', '172238.239000', '172238.241000', '172238.244000', '172238.247000', '172238.249000', '172238.252000', '172238.255000', '172238.257000', '172238.260000', '172238.263000', '172238.265000', '172238.268000', '172238.270000', '172238.273000', '172238.276000', '172238.278000', '172238.281000', '172238.284000', '172238.286000', '172238.289000', '172238.291000', '172238.294000', '172238.297000', '172238.299000', '172238.302000', '172238.305000', '172238.307000', '172238.310000', '172238.313000', '172238.315000', '172238.318000', '172238.320000', '172258.210000', '172258.213000', '172258.216000', '172258.218000', '172258.221000', '172258.224000', '172258.226000', '172258.229000', '172258.232000', '172258.234000', '172258.237000', '172258.239000', '172258.242000', '172258.258000', '172258.261000', '172258.264000', '172258.266000', '172258.269000', '172258.272000', '172258.274000', '172258.277000', '172258.279000', '172258.282000', '172258.285000', '172258.287000', '172258.290000', '172258.293000', '172258.295000', '172258.298000', '172258.301000', '172258.303000', '172258.306000', '172258.308000', '172258.311000', '172258.314000', '172258.316000', '172258.319000', '172258.322000', '172258.324000', '172258.327000', '172258.329000', '172258.332000', '172258.335000', '172258.337000', '172318.210000', '172318.213000', '172318.216000', '172318.219000', '172318.221000', '172318.224000', '172318.227000', '172318.229000', '172318.232000', '172318.235000', '172318.237000', '172318.240000', '172318.242000', '172318.245000', '172318.248000', '172318.250000', '172318.253000', '172318.256000', '172318.258000', '172318.261000', '172318.263000', '172318.266000', '172318.269000', '172318.271000', '172318.274000', '172318.276000', '172318.279000', '172318.282000', '172318.284000', '172318.287000', '172318.290000', '172318.292000', '172318.295000', '172318.298000', '172318.300000', '172318.303000', '172318.305000', '172318.308000', '172318.311000', '172318.313000', '172318.316000', '172318.318000', '172318.321000', '172338.210000', '172338.213000', '172338.216000', '172338.245000', '172338.248000', '172338.251000', '172338.254000', '172338.256000', '172338.259000', '172338.261000', '172338.264000', '172338.267000', '172338.269000', '172338.272000', '172338.274000', '172338.277000', '172338.280000', '172338.282000', '172338.285000', '172338.288000', '172338.290000', '172338.293000', '172338.295000', '172338.298000', '172338.301000', '172338.303000', '172338.306000', '172338.308000', '172338.311000', '172338.314000', '172338.316000', '172338.319000', '172338.322000', '172338.324000', '172338.327000', '172338.329000', '172338.332000', '172338.335000', '172338.337000', '172338.340000', '172338.343000', '172338.345000', '172338.348000', '172338.350000', '172358.210000', '172358.213000', '172358.216000', '172358.219000', '172358.221000', '172358.224000', '172358.226000', '172358.229000', '172358.232000', '172358.234000', '172358.237000', '172358.240000', '172358.242000', '172358.245000', '172358.248000', '172358.250000', '172358.253000', '172358.256000', '172358.258000', '172358.261000', '172358.263000', '172358.266000', '172358.269000', '172358.271000', '172358.274000', '172358.277000', '172358.279000', '172358.282000', '172358.284000', '172358.287000', '172358.290000', '172358.292000', '172358.295000', '172358.297000', '172358.300000', '172358.303000', '172358.305000', '172358.308000', '172358.311000', '172358.313000', '172358.316000', '172358.318000', '172358.321000', '172418.210000', '172418.213000', '172418.216000', '172418.219000', '172418.221000', '172418.224000', '172418.226000', '172418.229000', '172418.232000', '172418.235000', '172418.238000', '172418.240000', '172418.243000', '172418.246000', '172418.248000', '172418.251000', '172418.254000', '172418.256000', '172418.259000', '172418.261000', '172418.264000', '172418.266000', '172418.269000', '172418.272000', '172418.274000', '172418.277000', '172418.279000', '172418.282000', '172418.284000', '172418.287000', '172418.290000', '172418.292000', '172418.295000', '172418.298000', '172418.300000', '172418.304000', '172418.306000', '172418.309000', '172418.311000', '172418.314000', '172418.317000', '172418.319000', '172418.322000', '172418.325000', '172438.210000', '172438.213000', '172438.216000', '172438.219000', '172438.221000', '172438.224000', '172438.226000', '172438.229000', '172438.231000', '172438.234000', '172438.237000', '172438.239000', '172438.242000', '172438.244000', '172438.247000', '172438.249000', '172438.252000', '172438.255000', '172438.258000', '172438.260000', '172438.263000', '172438.266000', '172438.268000', '172438.271000', '172438.274000', '172438.276000', '172438.279000', '172438.281000', '172438.284000', '172438.287000', '172438.290000', '172438.292000', '172438.295000', '172438.297000', '172438.300000', '172438.303000', '172438.305000', '172438.308000', '172438.311000', '172438.313000', '172438.316000', '172438.319000', '172438.321000', '172458.210000', '172458.213000', '172458.215000', '172458.218000', '172458.221000', '172458.223000', '172458.226000', '172458.229000', '172458.231000', '172458.234000', '172458.236000', '172458.239000', '172458.241000', '172458.244000', '172458.247000', '172458.250000', '172458.252000', '172458.255000', '172458.257000', '172458.260000', '172458.263000', '172458.265000', '172458.268000', '172458.271000', '172458.273000', '172458.276000', '172458.279000', '172458.281000', '172458.284000', '172458.286000', '172458.289000', '172458.292000', '172458.294000', '172458.297000', '172458.300000', '172458.302000', '172458.305000', '172458.308000', '172458.310000', '172458.313000', '172458.316000', '172458.318000', '172458.321000', '172518.211000', '172518.213000', '172518.216000', '172518.219000', '172518.221000', '172518.224000', '172518.226000', '172518.229000', '172518.231000', '172518.234000', '172518.237000', '172518.239000', '172518.242000', '172518.244000', '172518.247000', '172518.250000', '172518.252000', '172518.255000', '172518.257000', '172518.260000', '172518.262000', '172518.265000', '172518.268000', '172518.270000', '172518.273000', '172518.275000', '172518.278000', '172518.280000', '172518.292000', '172518.295000', '172518.297000', '172518.300000', '172518.303000', '172518.305000', '172518.308000', '172518.310000', '172518.313000', '172518.316000', '172518.318000', '172518.321000', '172518.323000', '172518.326000', '172518.329000', '172518.331000', '172538.210000', '172538.213000', '172538.217000', '172538.220000', '172538.222000', '172538.226000', '172538.229000', '172538.231000', '172538.234000', '172538.237000', '172538.240000', '172538.242000', '172538.245000', '172538.248000', '172538.250000', '172538.253000', '172538.255000', '172538.258000', '172538.261000', '172538.263000', '172538.266000', '172538.269000', '172538.272000', '172538.275000', '172538.278000', '172538.280000', '172538.283000', '172538.286000', '172538.288000', '172538.291000', '172538.294000', '172538.296000', '172538.299000', '172538.302000', '172538.304000', '172538.307000', '172538.309000', '172538.312000', '172538.315000', '172538.317000', '172538.320000', '172538.323000', '172538.325000', '172558.210000', '172558.213000', '172558.216000', '172558.218000', '172558.221000', '172558.224000', '172558.227000', '172558.229000', '172558.232000', '172558.235000', '172558.237000', '172558.240000', '172558.243000', '172558.245000', '172558.248000', '172558.250000', '172558.253000', '172558.256000', '172558.258000', '172558.261000', '172558.264000', '172558.266000', '172558.269000', '172558.271000', '172558.274000', '172558.276000', '172558.279000', '172558.282000', '172558.284000', '172558.287000', '172558.290000', '172558.292000', '172558.295000', '172558.297000', '172558.300000', '172558.302000', '172558.305000', '172558.308000', '172558.310000', '172558.313000', '172558.316000', '172558.318000', '172558.321000', '172558.323000', '172618.211000', '172618.214000', '172618.217000', '172618.219000', '172618.222000', '172618.225000', '172618.227000', '172618.230000', '172618.232000', '172618.235000', '172618.238000', '172618.241000', '172618.244000', '172618.247000', '172618.250000', '172618.252000', '172618.255000', '172618.257000', '172618.260000', '172618.263000', '172618.265000', '172618.268000', '172618.271000', '172618.273000', '172618.276000', '172618.279000', '172618.281000', '172618.284000', '172618.287000', '172618.289000', '172618.292000', '172618.295000', '172618.297000', '172618.300000', '172618.303000', '172618.305000', '172618.308000', '172618.311000', '172618.313000', '172618.316000', '172618.319000', '172618.321000', '172618.324000', '172638.211000', '172638.216000', '172638.218000', '172638.221000', '172638.224000', '172638.227000', '172638.229000', '172638.232000', '172638.234000', '172638.237000', '172638.250000', '172638.253000', '172638.255000', '172638.258000', '172638.261000', '172638.263000', '172638.266000', '172638.268000', '172638.271000', '172638.274000', '172638.276000', '172638.279000', '172638.281000', '172638.289000', '172638.292000', '172638.295000', '172638.297000', '172638.300000', '172638.303000', '172638.305000', '172638.308000', '172638.310000', '172638.313000', '172638.316000', '172638.318000', '172638.321000', '172638.324000', '172638.326000', '172638.329000', '172638.331000', '172638.334000', '172638.337000', '172638.339000', '172638.342000', '172658.211000', '172658.214000', '172658.216000', '172658.219000', '172658.221000', '172658.224000', '172658.227000', '172658.229000', '172658.232000', '172658.235000', '172658.237000', '172658.240000', '172658.242000', '172658.245000', '172658.248000', '172658.250000', '172658.253000', '172658.262000', '172658.265000', '172658.268000', '172658.271000', '172658.274000', '172658.276000', '172658.279000', '172658.282000', '172658.284000', '172658.287000', '172658.290000', '172658.292000', '172658.295000', '172658.297000', '172658.300000', '172658.303000', '172658.305000', '172658.308000', '172658.312000', '172658.315000', '172658.318000', '172658.320000', '172658.323000', '172658.326000', '172658.329000', '172658.331000', '172718.209000', '172718.212000', '172718.215000', '172718.218000', '172718.221000', '172718.223000', '172718.226000', '172718.229000', '172718.231000', '172718.234000', '172718.237000', '172718.239000', '172718.242000', '172718.244000', '172718.247000', '172718.250000', '172718.252000', '172718.255000', '172718.258000', '172718.260000', '172718.263000', '172718.266000', '172718.268000', '172718.271000', '172718.274000', '172718.276000', '172718.279000', '172718.282000', '172718.284000', '172718.287000', '172718.290000', '172718.292000', '172718.295000', '172718.298000', '172718.300000', '172718.303000', '172718.306000', '172718.308000', '172718.311000', '172718.314000', '172718.316000', '172718.319000', '172718.322000', '172718.324000', '172738.210000', '172738.213000', '172738.216000', '172738.219000', '172738.221000', '172738.224000', '172738.227000', '172738.229000', '172738.232000', '172738.235000', '172738.238000', '172738.240000', '172738.243000', '172738.245000', '172738.248000', '172738.251000', '172738.254000', '172738.257000', '172738.260000', '172738.262000', '172738.265000', '172738.268000', '172738.270000', '172738.273000', '172738.276000', '172738.278000', '172738.281000', '172738.284000', '172738.286000', '172738.289000', '172738.291000', '172738.294000', '172738.297000', '172738.299000', '172738.302000', '172738.305000', '172738.307000', '172738.310000', '172738.312000', '172738.315000', '172738.318000', '172738.320000', '172738.323000', '172758.211000', '172758.214000', '172758.216000', '172758.219000', '172758.222000', '172758.224000', '172758.227000', '172758.230000', '172758.232000', '172758.235000', '172758.238000', '172758.240000', '172758.243000', '172758.245000', '172758.248000', '172758.250000', '172758.253000', '172758.256000', '172758.258000', '172758.261000', '172758.264000', '172758.316000', '172758.319000', '172758.321000', '172758.324000', '172758.326000', '172758.329000', '172758.332000', '172758.334000', '172758.337000', '172758.340000', '172758.342000', '172758.345000', '172758.347000', '172758.350000', '172758.353000', '172758.355000', '172758.358000', '172758.361000', '172758.363000', '172758.366000', '172758.369000', '172758.371000', '172758.374000', '172815.554000', '172815.557000', '172815.559000', '172815.562000', '172815.565000', '172815.567000', '172815.570000', '172815.573000', '172815.575000', '172815.578000', '172815.581000', '172815.583000', '172815.586000', '172815.589000', '172815.591000', '172815.594000', '172815.596000', '172815.599000', '172815.602000', '172815.604000', '172815.607000', '172815.610000', '172815.612000', '172815.615000', '172815.618000', '172815.620000', '172815.623000', '172815.626000', '172815.628000', '172815.631000', '172815.634000', '172815.636000', '172815.639000', '172815.642000', '172815.644000', '172815.647000', '172815.650000', '172815.652000'], 'InstanceCreationTime': ['172138.276000', '172138.280000', '172138.283000', '172138.286000', '172138.288000', '172138.291000', '172138.294000', '172138.296000', '172138.305000', '172138.308000', '172138.311000', '172138.313000', '172138.316000', '172138.319000', '172138.321000', '172138.324000', '172138.326000', '172138.329000', '172138.332000', '172138.334000', '172138.337000', '172138.339000', '172138.342000', '172138.345000', '172138.347000', '172138.350000', '172138.352000', '172138.355000', '172138.358000', '172138.360000', '172138.363000', '172138.366000', '172138.368000', '172138.371000', '172138.374000', '172138.376000', '172138.379000', '172138.381000', '172138.384000', '172138.387000', '172138.389000', '172138.392000', '172138.395000', '172138.397000', '172138.400000', '172138.402000', '172138.405000', '172138.408000', '172138.410000', '172138.416000', '172138.419000', '172138.422000', '172138.424000', '172138.427000', '172138.430000', '172138.432000', '172138.435000', '172138.438000', '172138.440000', '172138.443000', '172138.445000', '172138.448000', '172158.210000', '172158.214000', '172158.216000', '172158.219000', '172158.221000', '172158.224000', '172158.227000', '172158.263000', '172158.266000', '172158.268000', '172158.271000', '172158.274000', '172158.276000', '172158.279000', '172158.281000', '172158.284000', '172158.287000', '172158.289000', '172158.292000', '172158.295000', '172158.297000', '172158.300000', '172158.303000', '172158.305000', '172158.308000', '172158.310000', '172158.313000', '172158.316000', '172158.318000', '172158.321000', '172158.323000', '172158.326000', '172158.329000', '172158.331000', '172158.334000', '172158.337000', '172158.339000', '172158.342000', '172158.345000', '172158.347000', '172158.350000', '172158.353000', '172158.356000', '172218.210000', '172218.213000', '172218.216000', '172218.219000', '172218.221000', '172218.224000', '172218.226000', '172218.229000', '172218.231000', '172218.234000', '172218.237000', '172218.239000', '172218.242000', '172218.245000', '172218.247000', '172218.250000', '172218.252000', '172218.255000', '172218.258000', '172218.260000', '172218.263000', '172218.265000', '172218.268000', '172218.271000', '172218.273000', '172218.276000', '172218.285000', '172218.288000', '172218.290000', '172218.293000', '172218.296000', '172218.298000', '172218.301000', '172218.303000', '172218.306000', '172218.309000', '172218.311000', '172218.314000', '172218.317000', '172218.319000', '172218.322000', '172218.324000', '172218.327000', '172218.330000', '172238.210000', '172238.212000', '172238.215000', '172238.218000', '172238.220000', '172238.223000', '172238.226000', '172238.228000', '172238.231000', '172238.234000', '172238.236000', '172238.239000', '172238.241000', '172238.244000', '172238.247000', '172238.249000', '172238.252000', '172238.255000', '172238.257000', '172238.260000', '172238.263000', '172238.265000', '172238.268000', '172238.270000', '172238.273000', '172238.276000', '172238.278000', '172238.281000', '172238.284000', '172238.286000', '172238.289000', '172238.291000', '172238.294000', '172238.297000', '172238.299000', '172238.302000', '172238.305000', '172238.307000', '172238.310000', '172238.313000', '172238.315000', '172238.318000', '172238.320000', '172258.210000', '172258.213000', '172258.216000', '172258.218000', '172258.221000', '172258.224000', '172258.226000', '172258.229000', '172258.232000', '172258.234000', '172258.237000', '172258.239000', '172258.242000', '172258.258000', '172258.261000', '172258.264000', '172258.266000', '172258.269000', '172258.272000', '172258.274000', '172258.277000', '172258.279000', '172258.282000', '172258.285000', '172258.287000', '172258.290000', '172258.293000', '172258.295000', '172258.298000', '172258.301000', '172258.303000', '172258.306000', '172258.308000', '172258.311000', '172258.314000', '172258.316000', '172258.319000', '172258.322000', '172258.324000', '172258.327000', '172258.329000', '172258.332000', '172258.335000', '172258.337000', '172318.210000', '172318.213000', '172318.216000', '172318.219000', '172318.221000', '172318.224000', '172318.227000', '172318.229000', '172318.232000', '172318.235000', '172318.237000', '172318.240000', '172318.242000', '172318.245000', '172318.248000', '172318.250000', '172318.253000', '172318.256000', '172318.258000', '172318.261000', '172318.263000', '172318.266000', '172318.269000', '172318.271000', '172318.274000', '172318.276000', '172318.279000', '172318.282000', '172318.284000', '172318.287000', '172318.290000', '172318.292000', '172318.295000', '172318.298000', '172318.300000', '172318.303000', '172318.305000', '172318.308000', '172318.311000', '172318.313000', '172318.316000', '172318.318000', '172318.321000', '172338.210000', '172338.213000', '172338.216000', '172338.245000', '172338.248000', '172338.251000', '172338.254000', '172338.256000', '172338.259000', '172338.261000', '172338.264000', '172338.267000', '172338.269000', '172338.272000', '172338.274000', '172338.277000', '172338.280000', '172338.282000', '172338.285000', '172338.288000', '172338.290000', '172338.293000', '172338.295000', '172338.298000', '172338.301000', '172338.303000', '172338.306000', '172338.308000', '172338.311000', '172338.314000', '172338.316000', '172338.319000', '172338.322000', '172338.324000', '172338.327000', '172338.329000', '172338.332000', '172338.335000', '172338.337000', '172338.340000', '172338.343000', '172338.345000', '172338.348000', '172338.350000', '172358.210000', '172358.213000', '172358.216000', '172358.219000', '172358.221000', '172358.224000', '172358.226000', '172358.229000', '172358.232000', '172358.234000', '172358.237000', '172358.240000', '172358.242000', '172358.245000', '172358.248000', '172358.250000', '172358.253000', '172358.256000', '172358.258000', '172358.261000', '172358.263000', '172358.266000', '172358.269000', '172358.271000', '172358.274000', '172358.277000', '172358.279000', '172358.282000', '172358.284000', '172358.287000', '172358.290000', '172358.292000', '172358.295000', '172358.297000', '172358.300000', '172358.303000', '172358.305000', '172358.308000', '172358.311000', '172358.313000', '172358.316000', '172358.318000', '172358.321000', '172418.210000', '172418.213000', '172418.216000', '172418.219000', '172418.221000', '172418.224000', '172418.226000', '172418.229000', '172418.232000', '172418.235000', '172418.238000', '172418.240000', '172418.243000', '172418.246000', '172418.248000', '172418.251000', '172418.254000', '172418.256000', '172418.259000', '172418.261000', '172418.264000', '172418.266000', '172418.269000', '172418.272000', '172418.274000', '172418.277000', '172418.279000', '172418.282000', '172418.284000', '172418.287000', '172418.290000', '172418.292000', '172418.295000', '172418.298000', '172418.300000', '172418.304000', '172418.306000', '172418.309000', '172418.311000', '172418.314000', '172418.317000', '172418.319000', '172418.322000', '172418.325000', '172438.210000', '172438.213000', '172438.216000', '172438.219000', '172438.221000', '172438.224000', '172438.226000', '172438.229000', '172438.231000', '172438.234000', '172438.237000', '172438.239000', '172438.242000', '172438.244000', '172438.247000', '172438.249000', '172438.252000', '172438.255000', '172438.258000', '172438.260000', '172438.263000', '172438.266000', '172438.268000', '172438.271000', '172438.274000', '172438.276000', '172438.279000', '172438.281000', '172438.284000', '172438.287000', '172438.290000', '172438.292000', '172438.295000', '172438.297000', '172438.300000', '172438.303000', '172438.305000', '172438.308000', '172438.311000', '172438.313000', '172438.316000', '172438.319000', '172438.321000', '172458.210000', '172458.213000', '172458.215000', '172458.218000', '172458.221000', '172458.223000', '172458.226000', '172458.229000', '172458.231000', '172458.234000', '172458.236000', '172458.239000', '172458.241000', '172458.244000', '172458.247000', '172458.250000', '172458.252000', '172458.255000', '172458.257000', '172458.260000', '172458.263000', '172458.265000', '172458.268000', '172458.271000', '172458.273000', '172458.276000', '172458.279000', '172458.281000', '172458.284000', '172458.286000', '172458.289000', '172458.292000', '172458.294000', '172458.297000', '172458.300000', '172458.302000', '172458.305000', '172458.308000', '172458.310000', '172458.313000', '172458.316000', '172458.318000', '172458.321000', '172518.211000', '172518.213000', '172518.216000', '172518.219000', '172518.221000', '172518.224000', '172518.226000', '172518.229000', '172518.231000', '172518.234000', '172518.237000', '172518.239000', '172518.242000', '172518.244000', '172518.247000', '172518.250000', '172518.252000', '172518.255000', '172518.257000', '172518.260000', '172518.262000', '172518.265000', '172518.268000', '172518.270000', '172518.273000', '172518.275000', '172518.278000', '172518.280000', '172518.292000', '172518.295000', '172518.297000', '172518.300000', '172518.303000', '172518.305000', '172518.308000', '172518.310000', '172518.313000', '172518.316000', '172518.318000', '172518.321000', '172518.323000', '172518.326000', '172518.329000', '172518.331000', '172538.210000', '172538.213000', '172538.217000', '172538.220000', '172538.222000', '172538.226000', '172538.229000', '172538.231000', '172538.234000', '172538.237000', '172538.240000', '172538.242000', '172538.245000', '172538.248000', '172538.250000', '172538.253000', '172538.255000', '172538.258000', '172538.261000', '172538.263000', '172538.266000', '172538.269000', '172538.272000', '172538.275000', '172538.278000', '172538.280000', '172538.283000', '172538.286000', '172538.288000', '172538.291000', '172538.294000', '172538.296000', '172538.299000', '172538.302000', '172538.304000', '172538.307000', '172538.309000', '172538.312000', '172538.315000', '172538.317000', '172538.320000', '172538.323000', '172538.325000', '172558.210000', '172558.213000', '172558.216000', '172558.218000', '172558.221000', '172558.224000', '172558.227000', '172558.229000', '172558.232000', '172558.235000', '172558.237000', '172558.240000', '172558.243000', '172558.245000', '172558.248000', '172558.250000', '172558.253000', '172558.256000', '172558.258000', '172558.261000', '172558.264000', '172558.266000', '172558.269000', '172558.271000', '172558.274000', '172558.276000', '172558.279000', '172558.282000', '172558.284000', '172558.287000', '172558.290000', '172558.292000', '172558.295000', '172558.297000', '172558.300000', '172558.302000', '172558.305000', '172558.308000', '172558.310000', '172558.313000', '172558.316000', '172558.318000', '172558.321000', '172558.323000', '172618.211000', '172618.214000', '172618.217000', '172618.219000', '172618.222000', '172618.225000', '172618.227000', '172618.230000', '172618.232000', '172618.235000', '172618.238000', '172618.241000', '172618.244000', '172618.247000', '172618.250000', '172618.252000', '172618.255000', '172618.257000', '172618.260000', '172618.263000', '172618.265000', '172618.268000', '172618.271000', '172618.273000', '172618.276000', '172618.279000', '172618.281000', '172618.284000', '172618.287000', '172618.289000', '172618.292000', '172618.295000', '172618.297000', '172618.300000', '172618.303000', '172618.305000', '172618.308000', '172618.311000', '172618.313000', '172618.316000', '172618.319000', '172618.321000', '172618.324000', '172638.211000', '172638.216000', '172638.218000', '172638.221000', '172638.224000', '172638.227000', '172638.229000', '172638.232000', '172638.234000', '172638.237000', '172638.250000', '172638.253000', '172638.255000', '172638.258000', '172638.261000', '172638.263000', '172638.266000', '172638.268000', '172638.271000', '172638.274000', '172638.276000', '172638.279000', '172638.281000', '172638.289000', '172638.292000', '172638.295000', '172638.297000', '172638.300000', '172638.303000', '172638.305000', '172638.308000', '172638.310000', '172638.313000', '172638.316000', '172638.318000', '172638.321000', '172638.324000', '172638.326000', '172638.329000', '172638.331000', '172638.334000', '172638.337000', '172638.339000', '172638.342000', '172658.211000', '172658.214000', '172658.216000', '172658.219000', '172658.221000', '172658.224000', '172658.227000', '172658.229000', '172658.232000', '172658.235000', '172658.237000', '172658.240000', '172658.242000', '172658.245000', '172658.248000', '172658.250000', '172658.253000', '172658.262000', '172658.265000', '172658.268000', '172658.271000', '172658.274000', '172658.276000', '172658.279000', '172658.282000', '172658.284000', '172658.287000', '172658.290000', '172658.292000', '172658.295000', '172658.297000', '172658.300000', '172658.303000', '172658.305000', '172658.308000', '172658.312000', '172658.315000', '172658.318000', '172658.320000', '172658.323000', '172658.326000', '172658.329000', '172658.331000', '172718.209000', '172718.212000', '172718.215000', '172718.218000', '172718.221000', '172718.223000', '172718.226000', '172718.229000', '172718.231000', '172718.234000', '172718.237000', '172718.239000', '172718.242000', '172718.244000', '172718.247000', '172718.250000', '172718.252000', '172718.255000', '172718.258000', '172718.260000', '172718.263000', '172718.266000', '172718.268000', '172718.271000', '172718.274000', '172718.276000', '172718.279000', '172718.282000', '172718.284000', '172718.287000', '172718.290000', '172718.292000', '172718.295000', '172718.298000', '172718.300000', '172718.303000', '172718.306000', '172718.308000', '172718.311000', '172718.314000', '172718.316000', '172718.319000', '172718.322000', '172718.324000', '172738.210000', '172738.213000', '172738.216000', '172738.219000', '172738.221000', '172738.224000', '172738.227000', '172738.229000', '172738.232000', '172738.235000', '172738.238000', '172738.240000', '172738.243000', '172738.245000', '172738.248000', '172738.251000', '172738.254000', '172738.257000', '172738.260000', '172738.262000', '172738.265000', '172738.268000', '172738.270000', '172738.273000', '172738.276000', '172738.278000', '172738.281000', '172738.284000', '172738.286000', '172738.289000', '172738.291000', '172738.294000', '172738.297000', '172738.299000', '172738.302000', '172738.305000', '172738.307000', '172738.310000', '172738.312000', '172738.315000', '172738.318000', '172738.320000', '172738.323000', '172758.211000', '172758.214000', '172758.216000', '172758.219000', '172758.222000', '172758.224000', '172758.227000', '172758.230000', '172758.232000', '172758.235000', '172758.238000', '172758.240000', '172758.243000', '172758.245000', '172758.248000', '172758.250000', '172758.253000', '172758.256000', '172758.258000', '172758.261000', '172758.264000', '172758.316000', '172758.319000', '172758.321000', '172758.324000', '172758.326000', '172758.329000', '172758.332000', '172758.334000', '172758.337000', '172758.340000', '172758.342000', '172758.345000', '172758.347000', '172758.350000', '172758.353000', '172758.355000', '172758.358000', '172758.361000', '172758.363000', '172758.366000', '172758.369000', '172758.371000', '172758.374000', '172815.554000', '172815.557000', '172815.559000', '172815.562000', '172815.565000', '172815.567000', '172815.570000', '172815.573000', '172815.575000', '172815.578000', '172815.581000', '172815.583000', '172815.586000', '172815.589000', '172815.591000', '172815.594000', '172815.596000', '172815.599000', '172815.602000', '172815.604000', '172815.607000', '172815.610000', '172815.612000', '172815.615000', '172815.618000', '172815.620000', '172815.623000', '172815.626000', '172815.628000', '172815.631000', '172815.634000', '172815.636000', '172815.639000', '172815.642000', '172815.644000', '172815.647000', '172815.650000', '172815.652000'], '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], 'LargestImagePixelValue': [10526, 11876, 10521, 11494, 11395, 11319, 9333, 11884, 10285, 11606, 11368, 10923, 13065, 10917, 11678, 10626, 11334, 10649, 11611, 9187, 11886, 11221, 11272, 13220, 11016, 11814, 10731, 11651, 11694, 11779, 9955, 11817, 11287, 10652, 11056, 11603, 10523, 11361, 11228, 11085, 12166, 10248, 11434, 11213, 11478, 10310, 11570, 9831, 11521, 11471, 10898, 12990, 10486, 11599, 10139, 11244, 11319, 11609, 10272, 10508, 10721, 11045, 13464, 10536, 12367, 10217, 11110, 11602, 11593, 9809, 10315, 10933, 11043, 11215, 10891, 10587, 10515, 11452, 10603, 11455, 10572, 11514, 10436, 10456, 11299, 10942, 14086, 10470, 11948, 10541, 12199, 11312, 11723, 9725, 11683, 9851, 11298, 9479, 11556, 10318, 11465, 10466, 10934, 11333, 10431, 11630, 9612, 11713, 10895, 11157, 13747, 10928, 11716, 10698, 11500, 11149, 10913, 9589, 11861, 10336, 11268, 11386, 10988, 13191, 10147, 11700, 11015, 10772, 11088, 11378, 12242, 11258, 11229, 11030, 11725, 10815, 11687, 10157, 11546, 10585, 11523, 12861, 11063, 12843, 10734, 11389, 9793, 11553, 12755, 10608, 11626, 10167, 11255, 13045, 12047, 10469, 11160, 10430, 11312, 9527, 11405, 11258, 10856, 11866, 10845, 11423, 11559, 11006, 11635, 11715, 10357, 10161, 10977, 12159, 10690, 13093, 11743, 10570, 9605, 11038, 11752, 10309, 11574, 10967, 14805, 10326, 12596, 9916, 11055, 9782, 12080, 9937, 10809, 9811, 10996, 9961, 10988, 9774, 11701, 9929, 11078, 10029, 10862, 9929, 11223, 10076, 11539, 10177, 11878, 10035, 10724, 10248, 11913, 10427, 11711, 10445, 11986, 10976, 12085, 11067, 11440, 11083, 11589, 11264, 11369, 11284, 10727, 11253, 11116, 11144, 9561, 11314, 10129, 10862, 9753, 11090, 9944, 10970, 9322, 10280, 9367, 10238, 9728, 11471, 9374, 11279, 9423, 11202, 9582, 11057, 10444, 10786, 11006, 10465, 11200, 10322, 10849, 9986, 11264, 9865, 11166, 9730, 11051, 9913, 10505, 9740, 10914, 9504, 11354, 10351, 11290, 10307, 11136, 9797, 11298, 10625, 11383, 12051, 11127, 11297, 10668, 11504, 10473, 11430, 10480, 11532, 10414, 11447, 10340, 11721, 10245, 12105, 10439, 11669, 10951, 12618, 10868, 11583, 11038, 11513, 10719, 11638, 10072, 11238, 9485, 10875, 10903, 10919, 11134, 11334, 11038, 12443, 11054, 12361, 11084, 12337, 10456, 11182, 9728, 11395, 11438, 10979, 11592, 10333, 11115, 9791, 11072, 13197, 10687, 11284, 10719, 11218, 11606, 11440, 11530, 10527, 10981, 12974, 10705, 11928, 10597, 10631, 11914, 11178, 10199, 13990, 10514, 14629, 13943, 10959, 12757, 9980, 11811, 11385, 10807, 14219, 10144, 14586, 10877, 13534, 10526, 9506, 12804, 9779, 10721, 10080, 11258, 10133, 10698, 10028, 11979, 9720, 11231, 9799, 11521, 9707, 11549, 10350, 10912, 9590, 11126, 9886, 10841, 10338, 10815, 9483, 10622, 11389, 9997, 11254, 12013, 12211, 12175, 13709, 12958, 10560, 12954, 9791, 11315, 9501, 10387, 14174, 12338, 11615, 13736, 9838, 15795, 14660, 11779, 12010, 9981, 13264, 9876, 13316, 10140, 11830, 10736, 9563, 10546, 9913, 11493, 10177, 11318, 10512, 11604, 10563, 11888, 10812, 11733, 10673, 11391, 10237, 12455, 10824, 13193, 10532, 12615, 10632, 12294, 10827, 13081, 11028, 13214, 10964, 11963, 10947, 10295, 10496, 9624, 10549, 9842, 10732, 10142, 10993, 9924, 11516, 10104, 15201, 10343, 13732, 10516, 12280, 10467, 13135, 10973, 12089, 11078, 11640, 11041, 11076, 10958, 10208, 10506, 9814, 10635, 10083, 11189, 10210, 11005, 10010, 10463, 10306, 12303, 10849, 12463, 10921, 11024, 10451, 9442, 10966, 9801, 10911, 10089, 12098, 10293, 12333, 10878, 10834, 11055, 10857, 10846, 10058, 10645, 9420, 10866, 9574, 10807, 10282, 11855, 10411, 12075, 10677, 12466, 11139, 12105, 10941, 10481, 10572, 9500, 10592, 9765, 11605, 10200, 12276, 10548, 12562, 10906, 12559, 10905, 11042, 10407, 9289, 10572, 9494, 11249, 10109, 11892, 10358, 11960, 10592, 12802, 10919, 12320, 10791, 10818, 10293, 9486, 10639, 9849, 11092, 10129, 12124, 10569, 12298, 10725, 11133, 11122, 10315, 10977, 9826, 10725, 9246, 10813, 9575, 12211, 10172, 12832, 10679, 12585, 10978, 12778, 11208, 12362, 11008, 10547, 10484, 9465, 10887, 9799, 12078, 10298, 12277, 10719, 12476, 11243, 11702, 11365, 10025, 10833, 9255, 10996, 9873, 11774, 10132, 11933, 10967, 12329, 11159, 11727, 11127, 10916, 10901, 9578, 10761, 9588, 11026, 10141, 11270, 10404, 11639, 10817, 12335, 11263, 12273, 11029, 12162, 11267, 12078, 11028, 11669, 11154, 11511, 11409, 11461, 11192, 10432, 10862, 9532, 10722, 10078, 11554, 10177, 11795, 10693, 12306, 10701, 12322, 11240, 11866, 10873, 10540, 10878, 9521, 10965, 9497, 10693, 9345, 11075, 10020, 11067, 10224, 11005, 10229, 11037, 10285, 11796, 10558, 11895, 10370, 12308, 10745, 12545, 11029, 12775, 11140, 12424, 11012, 11735, 10801, 9983, 10572, 9709, 10550, 9412, 10898, 9824, 12474, 10279, 12518, 10531, 12365, 10659, 12506, 10967, 12249, 11173, 11767, 11152, 11442, 11028, 10260, 10828, 9619, 11069, 9825, 11109, 9796, 10986, 9639, 11038, 9971, 10983, 9673, 10637, 9641, 10757, 9740, 10957, 9563, 10777, 9833, 11162, 10153, 10916, 9758, 11028, 9806, 11056, 9963, 10842, 9811, 10679, 10056, 11147, 9902, 10773, 9650, 10610, 9811, 10905, 9930, 10767, 9886, 10676, 10112, 11176, 10286, 10776, 10182, 10647, 9959, 10856, 10224, 10696, 10462, 10759, 9957, 11846, 10344, 10913, 10258, 10838, 10141, 11658, 10058, 10982, 10738, 11461, 10292, 12424, 10494, 12840, 10477, 12275, 10361, 12368, 10605, 12419, 10430, 12056, 10434, 12768, 10515, 11884, 10332, 10756, 10093, 10771, 10087, 10738, 10358, 10432, 9967, 10681, 9872, 10892, 10108, 10649, 9639, 10571, 9900, 10825, 10131, 10685, 9926, 10708, 10058, 10873, 9798, 10578, 10389, 10754, 10588, 10717, 10279, 10865, 10750, 10631, 10111, 11025, 9448, 10853, 9136, 11026, 9239, 10873, 9380, 10926, 9269, 10890, 9654, 10627, 9754, 11168, 9845, 11302, 9878, 10925, 10379, 11258, 10287, 11289, 10168, 11140, 9565, 11334, 9523, 11337, 9900, 10752, 9387, 11188, 9534, 11272, 10164, 11449, 10155, 11165, 9937, 11548, 9353, 11324, 9650, 11207, 10542, 11275, 10478, 11419, 11135, 11185, 11498, 11269, 11987, 11388, 11577, 11238, 11404, 11288, 12051, 11397, 11908, 11245, 11647, 11267, 12402, 10908, 11982, 10602, 11439, 10490, 11840, 10497, 10508, 10288, 11144, 10276, 11393, 11136, 10804, 10258, 10717, 9742, 10888, 9677, 11061, 10366, 10810, 9420, 11049, 11219, 11280, 11581, 11156, 11468, 11236, 11645, 11104, 11672, 11183, 12218, 10845, 11629, 10459, 10882, 10037, 10911, 10997, 11076, 9898, 11127, 9575, 11120, 11570, 10997, 11803, 10842], 'WindowCenter': [4433.0, 4424.0, 4402.0, 4397.0, 4397.0, 4384.0, 4355.0, 4394.0, 4372.0, 4384.0, 4382.0, 4373.0, 4392.0, 4373.0, 4381.0, 4373.0, 4382.0, 4373.0, 4384.0, 4353.0, 4393.0, 4382.0, 4383.0, 4405.0, 4373.0, 4381.0, 4373.0, 4370.0, 4382.0, 4381.0, 4351.0, 4380.0, 4371.0, 4361.0, 4371.0, 4382.0, 4360.0, 4381.0, 4369.0, 4371.0, 4381.0, 4362.0, 4371.0, 4374.0, 4370.0, 4362.0, 4381.0, 4351.0, 4381.0, 4370.0, 4371.0, 4390.0, 4361.0, 4372.0, 4361.0, 4369.0, 4371.0, 4369.0, 4360.0, 4358.0, 4369.0, 4370.0, 4391.0, 4360.0, 4379.0, 4361.0, 4358.0, 4370.0, 4368.0, 4349.0, 4348.0, 4359.0, 4368.0, 4368.0, 4359.0, 4358.0, 4360.0, 4369.0, 4361.0, 4369.0, 4360.0, 4370.0, 4360.0, 4360.0, 4371.0, 4370.0, 4399.0, 4361.0, 4370.0, 4363.0, 4378.0, 4371.0, 4368.0, 4350.0, 4368.0, 4350.0, 4369.0, 4350.0, 4380.0, 4360.0, 4381.0, 4370.0, 4382.0, 4381.0, 4374.0, 4382.0, 4363.0, 4392.0, 4383.0, 4382.0, 4402.0, 4373.0, 4381.0, 4373.0, 4381.0, 4382.0, 4371.0, 4352.0, 4380.0, 4361.0, 4382.0, 4381.0, 4372.0, 4391.0, 4372.0, 4381.0, 4372.0, 4372.0, 4382.0, 4382.0, 4381.0, 4372.0, 4370.0, 4372.0, 4380.0, 4372.0, 4382.0, 4362.0, 4381.0, 4361.0, 4381.0, 4391.0, 4371.0, 4390.0, 4371.0, 4382.0, 4361.0, 4383.0, 4402.0, 4374.0, 4383.0, 4373.0, 4384.0, 4403.0, 4393.0, 4373.0, 4385.0, 4386.0, 4395.0, 4376.0, 4394.0, 4384.0, 4384.0, 4393.0, 4386.0, 4396.0, 4406.0, 4398.0, 4396.0, 4406.0, 4386.0, 4376.0, 4385.0, 4394.0, 4376.0, 4403.0, 4395.0, 4374.0, 4364.0, 4384.0, 4394.0, 4373.0, 4382.0, 4385.0, 4412.0, 4365.0, 4380.0, 4362.0, 4370.0, 4364.0, 4381.0, 4350.0, 4359.0, 4350.0, 4359.0, 4349.0, 4357.0, 4351.0, 4368.0, 4350.0, 4359.0, 4350.0, 4358.0, 4350.0, 4368.0, 4350.0, 4368.0, 4361.0, 4368.0, 4349.0, 4357.0, 4348.0, 4367.0, 4348.0, 4367.0, 4348.0, 4367.0, 4357.0, 4377.0, 4369.0, 4368.0, 4369.0, 4368.0, 4369.0, 4369.0, 4369.0, 4360.0, 4370.0, 4368.0, 4368.0, 4338.0, 4368.0, 4348.0, 4358.0, 4338.0, 4357.0, 4347.0, 4357.0, 4337.0, 4345.0, 4338.0, 4347.0, 4336.0, 4367.0, 4337.0, 4357.0, 4338.0, 4367.0, 4348.0, 4369.0, 4361.0, 4370.0, 4359.0, 4372.0, 4370.0, 4361.0, 4359.0, 4361.0, 4369.0, 4361.0, 4369.0, 4351.0, 4369.0, 4364.0, 4370.0, 4351.0, 4371.0, 4352.0, 4370.0, 4362.0, 4371.0, 4360.0, 4381.0, 4360.0, 4384.0, 4374.0, 4384.0, 4392.0, 4385.0, 4383.0, 4384.0, 4383.0, 4384.0, 4382.0, 4375.0, 4381.0, 4374.0, 4382.0, 4374.0, 4383.0, 4373.0, 4390.0, 4374.0, 4380.0, 4374.0, 4394.0, 4373.0, 4382.0, 4383.0, 4382.0, 4385.0, 4393.0, 4374.0, 4394.0, 4364.0, 4386.0, 4384.0, 4385.0, 4395.0, 4396.0, 4398.0, 4405.0, 4397.0, 4404.0, 4385.0, 4393.0, 4374.0, 4383.0, 4364.0, 4395.0, 4394.0, 4387.0, 4395.0, 4386.0, 4395.0, 4375.0, 4396.0, 4416.0, 4387.0, 4408.0, 4397.0, 4409.0, 4407.0, 4410.0, 4396.0, 4387.0, 4386.0, 4416.0, 4387.0, 4396.0, 4387.0, 4385.0, 4396.0, 4397.0, 4375.0, 4417.0, 4374.0, 4413.0, 4414.0, 4374.0, 4394.0, 4366.0, 4383.0, 4381.0, 4371.0, 4402.0, 4362.0, 4402.0, 4359.0, 4380.0, 4348.0, 4339.0, 4366.0, 4339.0, 4346.0, 4347.0, 4359.0, 4348.0, 4347.0, 4349.0, 4367.0, 4351.0, 4369.0, 4350.0, 4369.0, 4351.0, 4370.0, 4360.0, 4360.0, 4353.0, 4358.0, 4351.0, 4369.0, 4361.0, 4359.0, 4349.0, 4360.0, 4380.0, 4361.0, 4371.0, 4396.0, 4381.0, 4383.0, 4391.0, 4383.0, 4359.0, 4390.0, 4362.0, 4372.0, 4351.0, 4362.0, 4402.0, 4392.0, 4371.0, 4402.0, 4362.0, 4410.0, 4413.0, 4371.0, 4370.0, 4350.0, 4377.0, 4348.0, 4377.0, 4347.0, 4356.0, 4346.0, 4336.0, 4335.0, 4337.0, 4354.0, 4347.0, 4356.0, 4347.0, 4356.0, 4358.0, 4367.0, 4370.0, 4371.0, 4359.0, 4368.0, 4350.0, 4377.0, 4360.0, 4378.0, 4361.0, 4378.0, 4359.0, 4367.0, 4358.0, 4378.0, 4357.0, 4378.0, 4358.0, 4368.0, 4357.0, 4346.0, 4345.0, 4337.0, 4348.0, 4338.0, 4356.0, 4348.0, 4347.0, 4349.0, 4356.0, 4348.0, 4389.0, 4347.0, 4375.0, 4346.0, 4355.0, 4346.0, 4364.0, 4346.0, 4365.0, 4359.0, 4357.0, 4358.0, 4358.0, 4357.0, 4347.0, 4346.0, 4337.0, 4345.0, 4347.0, 4355.0, 4348.0, 4346.0, 4338.0, 4346.0, 4348.0, 4366.0, 4357.0, 4367.0, 4357.0, 4357.0, 4347.0, 4338.0, 4345.0, 4349.0, 4346.0, 4348.0, 4366.0, 4348.0, 4367.0, 4359.0, 4356.0, 4358.0, 4357.0, 4358.0, 4348.0, 4356.0, 4338.0, 4347.0, 4339.0, 4357.0, 4349.0, 4357.0, 4349.0, 4367.0, 4349.0, 4367.0, 4356.0, 4368.0, 4357.0, 4348.0, 4346.0, 4338.0, 4345.0, 4348.0, 4356.0, 4348.0, 4366.0, 4348.0, 4367.0, 4358.0, 4367.0, 4357.0, 4358.0, 4347.0, 4337.0, 4345.0, 4337.0, 4356.0, 4349.0, 4368.0, 4348.0, 4368.0, 4348.0, 4367.0, 4347.0, 4367.0, 4346.0, 4357.0, 4346.0, 4338.0, 4346.0, 4348.0, 4356.0, 4347.0, 4367.0, 4359.0, 4366.0, 4358.0, 4357.0, 4358.0, 4348.0, 4358.0, 4348.0, 4358.0, 4338.0, 4357.0, 4349.0, 4367.0, 4350.0, 4377.0, 4360.0, 4376.0, 4359.0, 4378.0, 4358.0, 4377.0, 4357.0, 4348.0, 4347.0, 4339.0, 4357.0, 4349.0, 4367.0, 4348.0, 4366.0, 4358.0, 4376.0, 4358.0, 4367.0, 4357.0, 4348.0, 4357.0, 4339.0, 4357.0, 4349.0, 4367.0, 4349.0, 4368.0, 4359.0, 4378.0, 4368.0, 4369.0, 4358.0, 4359.0, 4358.0, 4349.0, 4359.0, 4350.0, 4358.0, 4360.0, 4358.0, 4360.0, 4369.0, 4371.0, 4389.0, 4370.0, 4379.0, 4371.0, 4379.0, 4382.0, 4380.0, 4372.0, 4380.0, 4371.0, 4380.0, 4381.0, 4370.0, 4370.0, 4361.0, 4359.0, 4350.0, 4359.0, 4350.0, 4368.0, 4359.0, 4368.0, 4359.0, 4378.0, 4359.0, 4378.0, 4369.0, 4379.0, 4369.0, 4360.0, 4369.0, 4350.0, 4370.0, 4351.0, 4359.0, 4351.0, 4369.0, 4361.0, 4368.0, 4360.0, 4359.0, 4360.0, 4359.0, 4362.0, 4380.0, 4371.0, 4379.0, 4361.0, 4380.0, 4371.0, 4392.0, 4371.0, 4389.0, 4370.0, 4379.0, 4370.0, 4380.0, 4370.0, 4360.0, 4359.0, 4350.0, 4358.0, 4350.0, 4358.0, 4350.0, 4379.0, 4358.0, 4378.0, 4360.0, 4378.0, 4360.0, 4379.0, 4370.0, 4379.0, 4370.0, 4377.0, 4370.0, 4369.0, 4370.0, 4360.0, 4370.0, 4350.0, 4371.0, 4361.0, 4381.0, 4362.0, 4372.0, 4361.0, 4371.0, 4361.0, 4371.0, 4361.0, 4370.0, 4362.0, 4370.0, 4351.0, 4371.0, 4362.0, 4371.0, 4362.0, 4371.0, 4362.0, 4370.0, 4362.0, 4371.0, 4373.0, 4381.0, 4362.0, 4371.0, 4362.0, 4371.0, 4363.0, 4371.0, 4362.0, 4371.0, 4362.0, 4371.0, 4362.0, 4371.0, 4362.0, 4370.0, 4362.0, 4360.0, 4361.0, 4369.0, 4361.0, 4370.0, 4359.0, 4360.0, 4362.0, 4370.0, 4362.0, 4360.0, 4370.0, 4360.0, 4361.0, 4379.0, 4361.0, 4359.0, 4361.0, 4369.0, 4360.0, 4369.0, 4361.0, 4359.0, 4370.0, 4368.0, 4359.0, 4378.0, 4360.0, 4379.0, 4360.0, 4378.0, 4360.0, 4378.0, 4360.0, 4378.0, 4360.0, 4378.0, 4360.0, 4378.0, 4361.0, 4379.0, 4360.0, 4359.0, 4361.0, 4359.0, 4361.0, 4359.0, 4360.0, 4359.0, 4361.0, 4359.0, 4362.0, 4370.0, 4361.0, 4360.0, 4361.0, 4359.0, 4361.0, 4369.0, 4362.0, 4370.0, 4362.0, 4370.0, 4362.0, 4371.0, 4362.0, 4371.0, 4372.0, 4370.0, 4371.0, 4360.0, 4361.0, 4359.0, 4370.0, 4359.0, 4360.0, 4358.0, 4349.0, 4358.0, 4339.0, 4357.0, 4339.0, 4358.0, 4349.0, 4369.0, 4350.0, 4368.0, 4350.0, 4360.0, 4350.0, 4370.0, 4360.0, 4370.0, 4361.0, 4370.0, 4361.0, 4370.0, 4360.0, 4370.0, 4360.0, 4370.0, 4350.0, 4370.0, 4350.0, 4370.0, 4361.0, 4371.0, 4353.0, 4381.0, 4350.0, 4381.0, 4361.0, 4381.0, 4361.0, 4371.0, 4361.0, 4381.0, 4351.0, 4381.0, 4361.0, 4381.0, 4371.0, 4382.0, 4371.0, 4382.0, 4381.0, 4383.0, 4381.0, 4381.0, 4380.0, 4381.0, 4380.0, 4382.0, 4380.0, 4382.0, 4380.0, 4382.0, 4380.0, 4372.0, 4380.0, 4372.0, 4390.0, 4373.0, 4381.0, 4373.0, 4381.0, 4372.0, 4380.0, 4372.0, 4360.0, 4361.0, 4369.0, 4371.0, 4370.0, 4382.0, 4371.0, 4362.0, 4360.0, 4351.0, 4370.0, 4351.0, 4370.0, 4361.0, 4370.0, 4351.0, 4381.0, 4371.0, 4382.0, 4380.0, 4372.0, 4380.0, 4371.0, 4380.0, 4370.0, 4369.0, 4370.0, 4379.0, 4371.0, 4380.0, 4372.0, 4369.0, 4362.0, 4369.0, 4372.0, 4369.0, 4361.0, 4370.0, 4351.0, 4370.0, 4381.0, 4371.0, 4380.0, 4371.0], 'WindowWidth': [9767.0, 9735.0, 9700.0, 9682.0, 9681.0, 9655.0, 9618.0, 9666.0, 9636.0, 9652.0, 9647.0, 9635.0, 9661.0, 9636.0, 9645.0, 9638.0, 9645.0, 9638.0, 9651.0, 9609.0, 9662.0, 9647.0, 9649.0, 9681.0, 9636.0, 9644.0, 9636.0, 9628.0, 9647.0, 9641.0, 9605.0, 9640.0, 9632.0, 9615.0, 9631.0, 9645.0, 9613.0, 9643.0, 9625.0, 9631.0, 9643.0, 9619.0, 9629.0, 9637.0, 9627.0, 9620.0, 9643.0, 9603.0, 9641.0, 9626.0, 9628.0, 9653.0, 9616.0, 9630.0, 9618.0, 9623.0, 9630.0, 9624.0, 9613.0, 9609.0, 9625.0, 9626.0, 9654.0, 9613.0, 9636.0, 9616.0, 9606.0, 9627.0, 9620.0, 9597.0, 9593.0, 9609.0, 9620.0, 9621.0, 9611.0, 9608.0, 9613.0, 9623.0, 9618.0, 9623.0, 9615.0, 9625.0, 9613.0, 9612.0, 9629.0, 9627.0, 9664.0, 9615.0, 9625.0, 9619.0, 9635.0, 9630.0, 9621.0, 9599.0, 9620.0, 9601.0, 9623.0, 9600.0, 9641.0, 9614.0, 9645.0, 9629.0, 9648.0, 9645.0, 9641.0, 9646.0, 9623.0, 9662.0, 9650.0, 9647.0, 9675.0, 9638.0, 9643.0, 9637.0, 9644.0, 9648.0, 9631.0, 9606.0, 9642.0, 9619.0, 9646.0, 9644.0, 9634.0, 9659.0, 9633.0, 9644.0, 9634.0, 9633.0, 9647.0, 9646.0, 9643.0, 9632.0, 9628.0, 9634.0, 9642.0, 9634.0, 9645.0, 9621.0, 9643.0, 9618.0, 9644.0, 9656.0, 9630.0, 9654.0, 9630.0, 9645.0, 9619.0, 9650.0, 9677.0, 9640.0, 9650.0, 9638.0, 9654.0, 9679.0, 9665.0, 9636.0, 9658.0, 9662.0, 9673.0, 9647.0, 9669.0, 9654.0, 9654.0, 9666.0, 9660.0, 9674.0, 9690.0, 9682.0, 9676.0, 9691.0, 9662.0, 9647.0, 9656.0, 9668.0, 9646.0, 9680.0, 9671.0, 9640.0, 9627.0, 9654.0, 9667.0, 9640.0, 9649.0, 9656.0, 9690.0, 9626.0, 9640.0, 9617.0, 9626.0, 9624.0, 9643.0, 9601.0, 9608.0, 9598.0, 9607.0, 9598.0, 9605.0, 9602.0, 9622.0, 9600.0, 9608.0, 9599.0, 9606.0, 9599.0, 9620.0, 9599.0, 9621.0, 9613.0, 9620.0, 9596.0, 9603.0, 9592.0, 9615.0, 9592.0, 9615.0, 9593.0, 9616.0, 9605.0, 9631.0, 9622.0, 9619.0, 9624.0, 9621.0, 9623.0, 9623.0, 9622.0, 9611.0, 9624.0, 9618.0, 9619.0, 9580.0, 9619.0, 9594.0, 9605.0, 9579.0, 9603.0, 9591.0, 9602.0, 9576.0, 9583.0, 9578.0, 9589.0, 9575.0, 9616.0, 9576.0, 9604.0, 9579.0, 9619.0, 9595.0, 9624.0, 9614.0, 9627.0, 9610.0, 9631.0, 9627.0, 9619.0, 9611.0, 9617.0, 9624.0, 9616.0, 9625.0, 9605.0, 9625.0, 9623.0, 9627.0, 9604.0, 9629.0, 9606.0, 9628.0, 9618.0, 9630.0, 9616.0, 9643.0, 9615.0, 9651.0, 9638.0, 9654.0, 9662.0, 9658.0, 9651.0, 9656.0, 9651.0, 9655.0, 9649.0, 9642.0, 9645.0, 9640.0, 9647.0, 9640.0, 9649.0, 9638.0, 9655.0, 9639.0, 9644.0, 9639.0, 9666.0, 9636.0, 9649.0, 9652.0, 9648.0, 9658.0, 9666.0, 9643.0, 9668.0, 9629.0, 9658.0, 9655.0, 9657.0, 9672.0, 9675.0, 9683.0, 9687.0, 9676.0, 9680.0, 9656.0, 9664.0, 9640.0, 9650.0, 9628.0, 9670.0, 9669.0, 9663.0, 9671.0, 9662.0, 9671.0, 9646.0, 9675.0, 9704.0, 9666.0, 9695.0, 9680.0, 9699.0, 9691.0, 9700.0, 9672.0, 9663.0, 9660.0, 9704.0, 9663.0, 9675.0, 9664.0, 9660.0, 9677.0, 9677.0, 9644.0, 9701.0, 9641.0, 9693.0, 9695.0, 9640.0, 9666.0, 9629.0, 9649.0, 9644.0, 9629.0, 9673.0, 9618.0, 9676.0, 9607.0, 9638.0, 9589.0, 9580.0, 9611.0, 9580.0, 9584.0, 9589.0, 9606.0, 9592.0, 9589.0, 9595.0, 9617.0, 9601.0, 9622.0, 9600.0, 9621.0, 9603.0, 9624.0, 9612.0, 9609.0, 9605.0, 9606.0, 9601.0, 9625.0, 9615.0, 9609.0, 9595.0, 9613.0, 9640.0, 9618.0, 9630.0, 9673.0, 9643.0, 9648.0, 9655.0, 9646.0, 9610.0, 9654.0, 9619.0, 9630.0, 9601.0, 9617.0, 9672.0, 9659.0, 9629.0, 9672.0, 9619.0, 9683.0, 9690.0, 9630.0, 9627.0, 9599.0, 9631.0, 9595.0, 9630.0, 9587.0, 9599.0, 9582.0, 9571.0, 9567.0, 9575.0, 9592.0, 9589.0, 9597.0, 9590.0, 9597.0, 9605.0, 9615.0, 9626.0, 9627.0, 9611.0, 9618.0, 9598.0, 9629.0, 9611.0, 9631.0, 9614.0, 9632.0, 9610.0, 9616.0, 9607.0, 9632.0, 9603.0, 9630.0, 9605.0, 9617.0, 9600.0, 9586.0, 9583.0, 9576.0, 9589.0, 9577.0, 9599.0, 9592.0, 9586.0, 9593.0, 9599.0, 9592.0, 9646.0, 9586.0, 9621.0, 9583.0, 9594.0, 9584.0, 9606.0, 9585.0, 9609.0, 9605.0, 9602.0, 9604.0, 9604.0, 9600.0, 9587.0, 9583.0, 9573.0, 9582.0, 9587.0, 9595.0, 9591.0, 9583.0, 9576.0, 9583.0, 9591.0, 9611.0, 9600.0, 9614.0, 9601.0, 9602.0, 9587.0, 9579.0, 9583.0, 9593.0, 9585.0, 9592.0, 9612.0, 9590.0, 9614.0, 9607.0, 9599.0, 9603.0, 9603.0, 9605.0, 9591.0, 9601.0, 9580.0, 9587.0, 9581.0, 9600.0, 9592.0, 9602.0, 9592.0, 9613.0, 9591.0, 9614.0, 9599.0, 9617.0, 9600.0, 9591.0, 9583.0, 9577.0, 9582.0, 9591.0, 9598.0, 9591.0, 9613.0, 9589.0, 9613.0, 9603.0, 9616.0, 9602.0, 9604.0, 9587.0, 9575.0, 9582.0, 9577.0, 9600.0, 9593.0, 9617.0, 9591.0, 9618.0, 9591.0, 9613.0, 9588.0, 9614.0, 9586.0, 9602.0, 9585.0, 9576.0, 9585.0, 9592.0, 9599.0, 9591.0, 9617.0, 9607.0, 9614.0, 9605.0, 9601.0, 9605.0, 9593.0, 9605.0, 9593.0, 9605.0, 9581.0, 9602.0, 9596.0, 9616.0, 9597.0, 9631.0, 9609.0, 9628.0, 9608.0, 9630.0, 9606.0, 9630.0, 9602.0, 9592.0, 9588.0, 9580.0, 9600.0, 9593.0, 9615.0, 9592.0, 9614.0, 9606.0, 9627.0, 9604.0, 9615.0, 9602.0, 9594.0, 9603.0, 9582.0, 9602.0, 9595.0, 9616.0, 9596.0, 9621.0, 9610.0, 9633.0, 9620.0, 9621.0, 9606.0, 9608.0, 9607.0, 9597.0, 9607.0, 9597.0, 9605.0, 9611.0, 9607.0, 9613.0, 9624.0, 9629.0, 9651.0, 9627.0, 9637.0, 9629.0, 9638.0, 9645.0, 9642.0, 9633.0, 9641.0, 9630.0, 9639.0, 9642.0, 9628.0, 9625.0, 9615.0, 9609.0, 9599.0, 9608.0, 9598.0, 9619.0, 9609.0, 9620.0, 9610.0, 9633.0, 9610.0, 9633.0, 9623.0, 9635.0, 9625.0, 9614.0, 9625.0, 9601.0, 9627.0, 9603.0, 9610.0, 9602.0, 9625.0, 9615.0, 9621.0, 9613.0, 9609.0, 9614.0, 9611.0, 9618.0, 9640.0, 9629.0, 9638.0, 9617.0, 9640.0, 9630.0, 9659.0, 9629.0, 9650.0, 9626.0, 9637.0, 9625.0, 9639.0, 9626.0, 9614.0, 9610.0, 9601.0, 9607.0, 9600.0, 9606.0, 9600.0, 9637.0, 9608.0, 9635.0, 9611.0, 9635.0, 9612.0, 9636.0, 9629.0, 9638.0, 9625.0, 9632.0, 9625.0, 9624.0, 9627.0, 9615.0, 9629.0, 9601.0, 9631.0, 9618.0, 9645.0, 9620.0, 9633.0, 9617.0, 9630.0, 9618.0, 9628.0, 9618.0, 9628.0, 9618.0, 9627.0, 9603.0, 9629.0, 9619.0, 9629.0, 9622.0, 9629.0, 9619.0, 9629.0, 9619.0, 9631.0, 9636.0, 9644.0, 9621.0, 9629.0, 9621.0, 9630.0, 9623.0, 9631.0, 9621.0, 9631.0, 9622.0, 9630.0, 9622.0, 9629.0, 9620.0, 9627.0, 9619.0, 9613.0, 9617.0, 9625.0, 9617.0, 9626.0, 9613.0, 9614.0, 9620.0, 9629.0, 9621.0, 9615.0, 9629.0, 9613.0, 9616.0, 9637.0, 9615.0, 9610.0, 9616.0, 9623.0, 9615.0, 9624.0, 9617.0, 9610.0, 9627.0, 9622.0, 9611.0, 9635.0, 9613.0, 9636.0, 9614.0, 9636.0, 9613.0, 9636.0, 9614.0, 9634.0, 9612.0, 9634.0, 9612.0, 9635.0, 9616.0, 9637.0, 9614.0, 9610.0, 9617.0, 9610.0, 9617.0, 9610.0, 9615.0, 9611.0, 9617.0, 9611.0, 9619.0, 9625.0, 9617.0, 9613.0, 9618.0, 9612.0, 9618.0, 9625.0, 9620.0, 9627.0, 9620.0, 9629.0, 9621.0, 9630.0, 9620.0, 9629.0, 9633.0, 9627.0, 9631.0, 9612.0, 9615.0, 9611.0, 9626.0, 9608.0, 9612.0, 9608.0, 9596.0, 9607.0, 9583.0, 9605.0, 9584.0, 9607.0, 9598.0, 9622.0, 9600.0, 9622.0, 9602.0, 9613.0, 9601.0, 9627.0, 9615.0, 9627.0, 9616.0, 9628.0, 9615.0, 9628.0, 9614.0, 9627.0, 9615.0, 9626.0, 9600.0, 9628.0, 9602.0, 9628.0, 9618.0, 9629.0, 9608.0, 9643.0, 9603.0, 9644.0, 9619.0, 9645.0, 9619.0, 9629.0, 9618.0, 9642.0, 9603.0, 9645.0, 9619.0, 9645.0, 9630.0, 9646.0, 9630.0, 9648.0, 9645.0, 9649.0, 9645.0, 9644.0, 9641.0, 9644.0, 9641.0, 9646.0, 9642.0, 9646.0, 9643.0, 9646.0, 9641.0, 9632.0, 9641.0, 9633.0, 9655.0, 9635.0, 9645.0, 9637.0, 9644.0, 9633.0, 9641.0, 9633.0, 9614.0, 9618.0, 9625.0, 9632.0, 9629.0, 9648.0, 9630.0, 9620.0, 9614.0, 9605.0, 9626.0, 9606.0, 9628.0, 9619.0, 9628.0, 9604.0, 9642.0, 9630.0, 9646.0, 9642.0, 9632.0, 9641.0, 9630.0, 9639.0, 9627.0, 9623.0, 9626.0, 9637.0, 9631.0, 9641.0, 9634.0, 9625.0, 9620.0, 9625.0, 9633.0, 9625.0, 9617.0, 9626.0, 9602.0, 9628.0, 9643.0, 9631.0, 9640.0, 9630.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.000666338028169014</td></tr>
<tr><td colspan=3>aqi</td><td>0.018826792741061756</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.38470418868762</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2579419346095462</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003961994088937</td></tr>
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
<tr><td colspan=3>fber</td><td>6911.6001</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05993737426282242</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4333694474539545</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.472785452979832</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4273229421281113</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7388297528830283</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2522036639283556</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123727</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021220006048679352</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02791336365044117</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</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.545156563307054</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>33.0244</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5948</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.1203</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311635.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>909.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.9601</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7876</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.2903</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3613.228</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1091.6218</td></tr>
<tr><td colspan=3>tsnr</td><td>42.74717206740752</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>