<?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-0006_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-02/func/sub-0006_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>53dcc0f24a783ceef371cd17bd44a0cf</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>10:57:15.295000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999084, 0.0281251, 0.032258, -0.0207533, 0.977575, -0.209565]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-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.109008</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7690, -7255, 565, -52, -2, -9, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5f0bfca3-e444-4e68-b648-258e7afc411b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680468797683716, -0.05567961931228638, 0.10105718672275543, 115.82759857177734], [-0.07545769959688187, 2.6227610111236572, -0.5634983777999878, -77.68626403808594], [0.08654573559761047, 0.5622464418411255, 2.638608932495117, -71.76383209228516], [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, 914]</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], 'AcquisitionTime': ['105715.295000', '105715.755000', '105716.215000', '105716.675000', '105717.135000', '105717.595000', '105718.055000', '105718.515000', '105718.975000', '105719.435000', '105719.895000', '105720.355000', '105720.815000', '105721.275000', '105721.735000', '105722.195000', '105722.655000', '105723.115000', '105723.575000', '105724.035000', '105724.495000', '105724.955000', '105725.415000', '105725.875000', '105726.335000', '105726.795000', '105727.255000', '105727.715000', '105728.175000', '105728.635000', '105729.095000', '105729.555000', '105730.015000', '105730.475000', '105730.935000', '105731.395000', '105731.855000', '105732.315000', '105732.775000', '105733.235000', '105733.695000', '105734.155000', '105734.615000', '105735.075000', '105735.535000', '105735.995000', '105736.455000', '105736.915000', '105737.375000', '105737.835000', '105738.295000', '105738.755000', '105739.215000', '105739.675000', '105740.135000', '105740.595000', '105741.055000', '105741.515000', '105741.975000', '105742.435000', '105742.895000', '105743.355000', '105743.815000', '105744.275000', '105744.735000', '105745.195000', '105745.655000', '105746.115000', '105746.575000', '105747.035000', '105747.495000', '105747.955000', '105748.415000', '105748.875000', '105749.335000', '105749.795000', '105750.255000', '105750.715000', '105751.175000', '105751.635000', '105752.095000', '105752.555000', '105753.015000', '105753.475000', '105753.935000', '105754.395000', '105754.855000', '105755.315000', '105755.775000', '105756.235000', '105756.695000', '105757.155000', '105757.615000', '105758.075000', '105758.535000', '105758.995000', '105759.455000', '105759.915000', '105800.375000', '105800.835000', '105801.295000', '105801.755000', '105802.215000', '105802.675000', '105803.135000', '105803.595000', '105804.055000', '105804.515000', '105804.975000', '105805.435000', '105805.895000', '105806.355000', '105806.815000', '105807.275000', '105807.735000', '105808.195000', '105808.655000', '105809.115000', '105809.575000', '105810.035000', '105810.495000', '105810.955000', '105811.415000', '105811.875000', '105812.335000', '105812.795000', '105813.255000', '105813.715000', '105814.175000', '105814.635000', '105815.095000', '105815.555000', '105816.015000', '105816.475000', '105816.935000', '105817.395000', '105817.855000', '105818.315000', '105818.775000', '105819.235000', '105819.695000', '105820.155000', '105820.615000', '105821.075000', '105821.535000', '105821.995000', '105822.455000', '105822.915000', '105823.375000', '105823.835000', '105824.295000', '105824.755000', '105825.215000', '105825.675000', '105826.135000', '105826.595000', '105827.055000', '105827.515000', '105827.975000', '105828.435000', '105828.895000', '105829.355000', '105829.815000', '105830.275000', '105830.735000', '105831.195000', '105831.655000', '105832.115000', '105832.575000', '105833.035000', '105833.495000', '105833.955000', '105834.415000', '105834.875000', '105835.335000', '105835.795000', '105836.255000', '105836.715000', '105837.175000', '105837.635000', '105838.095000', '105838.555000', '105839.015000', '105839.475000', '105839.935000', '105840.395000', '105840.855000', '105841.315000', '105841.775000', '105842.235000', '105842.695000', '105843.155000', '105843.615000', '105844.075000', '105844.535000', '105844.995000', '105845.455000', '105845.915000', '105846.375000', '105846.835000', '105847.295000', '105847.755000', '105848.215000', '105848.675000', '105849.135000', '105849.595000', '105850.055000', '105850.515000', '105850.975000', '105851.435000', '105851.895000', '105852.355000', '105852.815000', '105853.275000', '105853.735000', '105854.195000', '105854.655000', '105855.115000', '105855.575000', '105856.035000', '105856.495000', '105856.955000', '105857.415000', '105857.875000', '105858.335000', '105858.795000', '105859.255000', '105859.715000', '105900.175000', '105900.635000', '105901.095000', '105901.555000', '105902.015000', '105902.475000', '105902.935000', '105903.395000', '105903.855000', '105904.315000', '105904.775000', '105905.235000', '105905.695000', '105906.155000', '105906.615000', '105907.075000', '105907.535000', '105907.995000', '105908.455000', '105908.915000', '105909.375000', '105909.835000', '105910.295000', '105910.755000', '105911.215000', '105911.675000', '105912.135000', '105912.595000', '105913.055000', '105913.515000', '105913.975000', '105914.435000', '105914.895000', '105915.355000', '105915.815000', '105916.275000', '105916.735000', '105917.195000', '105917.655000', '105918.115000', '105918.575000', '105919.035000', '105919.495000', '105919.955000', '105920.415000', '105920.875000', '105921.335000', '105921.795000', '105922.255000', '105922.715000', '105923.175000', '105923.635000', '105924.095000', '105924.555000', '105925.015000', '105925.475000', '105925.935000', '105926.395000', '105926.855000', '105927.315000', '105927.775000', '105928.235000', '105928.695000', '105929.155000', '105929.615000', '105930.075000', '105930.535000', '105930.995000', '105931.455000', '105931.915000', '105932.375000', '105932.835000', '105933.295000', '105933.755000', '105934.215000', '105934.675000', '105935.135000', '105935.595000', '105936.055000', '105936.515000', '105936.975000', '105937.435000', '105937.895000', '105938.355000', '105938.815000', '105939.275000', '105939.735000', '105940.195000', '105940.655000', '105941.115000', '105941.575000', '105942.035000', '105942.495000', '105942.955000', '105943.415000', '105943.875000', '105944.335000', '105944.795000', '105945.255000', '105945.715000', '105946.175000', '105946.635000', '105947.095000', '105947.555000', '105948.015000', '105948.475000', '105948.935000', '105949.395000', '105949.855000', '105950.315000', '105950.775000', '105951.235000', '105951.695000', '105952.155000', '105952.615000', '105953.075000', '105953.535000', '105953.995000', '105954.455000', '105954.915000', '105955.375000', '105955.835000', '105956.295000', '105956.755000', '105957.215000', '105957.675000', '105958.135000', '105958.595000', '105959.055000', '105959.515000', '105959.975000', '110000.435000', '110000.895000', '110001.355000', '110001.815000', '110002.275000', '110002.735000', '110003.195000', '110003.655000', '110004.115000', '110004.575000', '110005.035000', '110005.495000', '110005.955000', '110006.415000', '110006.875000', '110007.335000', '110007.795000', '110008.255000', '110008.715000', '110009.175000', '110009.635000', '110010.095000', '110010.555000', '110011.015000', '110011.475000', '110011.935000', '110012.395000', '110012.855000', '110013.315000', '110013.775000', '110014.235000', '110014.695000', '110015.155000', '110015.615000', '110016.075000', '110016.535000', '110016.995000', '110017.455000', '110017.915000', '110018.375000', '110018.835000', '110019.295000', '110019.755000', '110020.215000', '110020.675000', '110021.135000', '110021.595000', '110022.055000', '110022.515000', '110022.975000', '110023.435000', '110023.895000', '110024.355000', '110024.815000', '110025.275000', '110025.735000', '110026.195000', '110026.655000', '110027.115000', '110027.575000', '110028.035000', '110028.495000', '110028.955000', '110029.415000', '110029.875000', '110030.335000', '110030.795000', '110031.255000', '110031.715000', '110032.175000', '110032.635000', '110033.095000', '110033.555000', '110034.015000', '110034.475000', '110034.935000', '110035.395000', '110035.855000', '110036.315000', '110036.775000', '110037.235000', '110037.695000', '110038.155000', '110038.615000', '110039.075000', '110039.535000', '110039.995000', '110040.455000', '110040.915000', '110041.375000', '110041.835000', '110042.295000', '110042.755000', '110043.215000', '110043.675000', '110044.135000', '110044.595000', '110045.055000', '110045.515000', '110045.975000', '110046.435000', '110046.895000', '110047.355000', '110047.815000', '110048.275000', '110048.735000', '110049.195000', '110049.655000', '110050.115000', '110050.575000', '110051.035000', '110051.495000', '110051.955000', '110052.415000', '110052.875000', '110053.335000', '110053.795000', '110054.255000', '110054.715000', '110055.175000', '110055.635000', '110056.095000', '110056.555000', '110057.015000', '110057.475000', '110057.935000', '110058.395000', '110058.855000', '110059.315000', '110059.775000', '110100.235000', '110100.695000', '110101.155000', '110101.615000', '110102.075000', '110102.535000', '110102.995000', '110103.455000', '110103.915000', '110104.375000', '110104.835000', '110105.295000', '110105.755000', '110106.215000', '110106.675000', '110107.135000', '110107.595000', '110108.055000', '110108.515000', '110108.975000', '110109.435000', '110109.895000', '110110.355000', '110110.815000', '110111.275000', '110111.735000', '110112.195000', '110112.655000', '110113.115000', '110113.575000', '110114.035000', '110114.495000', '110114.955000', '110115.415000', '110115.875000', '110116.335000', '110116.795000', '110117.255000', '110117.715000', '110118.175000', '110118.635000', '110119.095000', '110119.555000', '110120.015000', '110120.475000', '110120.935000', '110121.395000', '110121.855000', '110122.315000', '110122.775000', '110123.235000', '110123.695000', '110124.155000', '110124.615000', '110125.075000', '110125.535000', '110125.995000', '110126.455000', '110126.915000', '110127.375000', '110127.835000', '110128.295000', '110128.755000', '110129.215000', '110129.675000', '110130.135000', '110130.595000', '110131.055000', '110131.515000', '110131.975000', '110132.435000', '110132.895000', '110133.355000', '110133.815000', '110134.275000', '110134.735000', '110135.195000', '110135.655000', '110136.115000', '110136.575000', '110137.035000', '110137.495000', '110137.955000', '110138.415000', '110138.875000', '110139.335000', '110139.795000', '110140.255000', '110140.715000', '110141.175000', '110141.635000', '110142.095000', '110142.555000', '110143.015000', '110143.475000', '110143.935000', '110144.395000', '110144.855000', '110145.315000', '110145.775000', '110146.235000', '110146.695000', '110147.155000', '110147.615000', '110148.075000', '110148.535000', '110148.995000', '110149.455000', '110149.915000', '110150.375000', '110150.835000', '110151.295000', '110151.755000', '110152.215000', '110152.675000', '110153.135000', '110153.595000', '110154.055000', '110154.515000', '110154.975000', '110155.435000', '110155.895000', '110156.355000', '110156.815000', '110157.275000', '110157.735000', '110158.195000', '110158.655000', '110159.115000', '110159.575000', '110200.035000', '110200.495000', '110200.955000', '110201.415000', '110201.875000', '110202.335000', '110202.795000', '110203.255000', '110203.715000', '110204.175000', '110204.635000', '110205.095000', '110205.555000', '110206.015000', '110206.475000', '110206.935000', '110207.395000', '110207.855000', '110208.315000', '110208.775000', '110209.235000', '110209.695000', '110210.155000', '110210.615000', '110211.075000', '110211.535000', '110211.995000', '110212.455000', '110212.915000', '110213.375000', '110213.835000', '110214.295000', '110214.755000', '110215.215000', '110215.675000', '110216.135000', '110216.595000', '110217.055000', '110217.515000', '110217.975000', '110218.435000', '110218.895000', '110219.355000', '110219.815000', '110220.275000', '110220.735000', '110221.195000', '110221.655000', '110222.115000', '110222.575000', '110223.035000', '110223.495000', '110223.955000', '110224.415000', '110224.875000', '110225.335000', '110225.795000', '110226.255000', '110226.715000', '110227.175000', '110227.635000', '110228.095000', '110228.555000', '110229.015000', '110229.475000', '110229.935000', '110230.395000', '110230.855000', '110231.315000', '110231.775000', '110232.235000', '110232.695000', '110233.155000', '110233.615000', '110234.075000', '110234.535000', '110234.995000', '110235.455000', '110235.915000', '110236.375000', '110236.835000', '110237.295000', '110237.755000', '110238.215000', '110238.675000', '110239.135000', '110239.595000', '110240.055000', '110240.515000', '110240.975000', '110241.435000', '110241.895000', '110242.355000', '110242.815000', '110243.275000', '110243.735000', '110244.195000', '110244.655000', '110245.115000', '110245.575000', '110246.035000', '110246.495000', '110246.955000', '110247.415000', '110247.875000', '110248.335000', '110248.795000', '110249.255000', '110249.715000', '110250.175000', '110250.635000', '110251.095000', '110251.555000', '110252.015000', '110252.475000', '110252.935000', '110253.395000', '110253.855000', '110254.315000', '110254.775000', '110255.235000', '110255.695000', '110256.155000', '110256.615000', '110257.075000', '110257.535000', '110257.995000', '110258.455000', '110258.915000', '110259.375000', '110259.835000', '110300.295000', '110300.755000', '110301.215000', '110301.675000', '110302.135000', '110302.595000', '110303.055000', '110303.515000', '110303.975000', '110304.435000', '110304.895000', '110305.355000', '110305.815000', '110306.275000', '110306.735000', '110307.195000', '110307.655000', '110308.115000', '110308.575000', '110309.035000', '110309.495000', '110309.955000', '110310.415000', '110310.875000', '110311.335000', '110311.795000', '110312.255000', '110312.715000', '110313.175000', '110313.635000', '110314.095000', '110314.555000', '110315.015000', '110315.475000', '110315.935000', '110316.395000', '110316.855000', '110317.315000', '110317.775000', '110318.235000', '110318.695000', '110319.155000', '110319.615000', '110320.075000', '110320.535000', '110320.995000', '110321.455000', '110321.915000', '110322.375000', '110322.835000', '110323.295000', '110323.755000', '110324.215000', '110324.675000', '110325.135000', '110325.595000', '110326.055000', '110326.515000', '110326.975000', '110327.435000', '110327.895000', '110328.355000', '110328.815000', '110329.275000', '110329.735000', '110330.195000', '110330.655000', '110331.115000', '110331.575000', '110332.035000', '110332.495000', '110332.955000', '110333.415000', '110333.875000', '110334.335000', '110334.795000', '110335.255000', '110335.715000', '110336.175000', '110336.635000', '110337.095000', '110337.555000', '110338.015000', '110338.475000', '110338.935000', '110339.395000', '110339.855000', '110340.315000', '110340.775000', '110341.235000', '110341.695000', '110342.155000', '110342.615000', '110343.075000', '110343.535000', '110343.995000', '110344.455000', '110344.915000', '110345.375000', '110345.835000', '110346.295000', '110346.755000', '110347.215000', '110347.675000', '110348.135000', '110348.595000', '110349.055000', '110349.515000', '110349.975000', '110350.435000', '110350.895000', '110351.355000', '110351.815000', '110352.275000', '110352.735000', '110353.195000', '110353.655000', '110354.115000', '110354.575000', '110355.035000', '110355.495000', '110355.955000', '110356.415000', '110356.875000', '110357.335000', '110357.795000', '110358.255000', '110358.715000', '110359.175000', '110359.635000', '110400.095000', '110400.555000', '110401.015000', '110401.475000', '110401.935000', '110402.395000', '110402.855000', '110403.315000', '110403.775000', '110404.235000', '110404.695000', '110405.155000', '110405.615000', '110406.075000', '110406.535000', '110406.995000', '110407.455000', '110407.915000', '110408.375000', '110408.835000', '110409.295000', '110409.755000', '110410.215000', '110410.675000', '110411.135000', '110411.595000', '110412.055000', '110412.515000', '110412.975000', '110413.435000', '110413.895000', '110414.355000', '110414.815000', '110415.275000'], 'ContentTime': ['105739.284000', '105739.287000', '105739.290000', '105739.293000', '105739.296000', '105739.299000', '105739.301000', '105739.304000', '105739.307000', '105739.310000', '105739.313000', '105739.316000', '105739.323000', '105739.326000', '105739.329000', '105739.332000', '105739.334000', '105739.337000', '105739.340000', '105739.343000', '105739.346000', '105739.349000', '105739.352000', '105739.355000', '105739.358000', '105739.361000', '105739.364000', '105739.367000', '105739.370000', '105739.372000', '105739.375000', '105739.378000', '105739.381000', '105739.384000', '105739.386000', '105739.389000', '105739.392000', '105739.395000', '105739.398000', '105739.406000', '105739.409000', '105739.411000', '105739.414000', '105739.417000', '105739.420000', '105739.423000', '105739.426000', '105739.429000', '105739.431000', '105739.434000', '105759.251000', '105759.254000', '105759.257000', '105759.260000', '105759.262000', '105759.265000', '105759.268000', '105759.271000', '105759.274000', '105759.277000', '105759.280000', '105759.282000', '105759.285000', '105759.288000', '105759.291000', '105759.299000', '105759.302000', '105759.305000', '105759.308000', '105759.310000', '105759.313000', '105759.316000', '105759.319000', '105759.322000', '105759.325000', '105759.327000', '105759.330000', '105759.333000', '105759.336000', '105759.339000', '105759.342000', '105759.344000', '105759.347000', '105759.350000', '105759.353000', '105759.356000', '105759.359000', '105759.361000', '105759.364000', '105759.367000', '105759.370000', '105759.373000', '105759.376000', '105819.250000', '105819.253000', '105819.256000', '105819.259000', '105819.261000', '105819.264000', '105819.267000', '105819.270000', '105819.273000', '105819.276000', '105819.279000', '105819.281000', '105819.284000', '105819.287000', '105819.290000', '105819.293000', '105819.296000', '105819.299000', '105819.301000', '105819.304000', '105819.307000', '105819.310000', '105819.313000', '105819.316000', '105819.319000', '105819.321000', '105819.324000', '105819.333000', '105819.335000', '105819.338000', '105819.341000', '105819.344000', '105819.347000', '105819.350000', '105819.352000', '105819.355000', '105819.358000', '105819.361000', '105819.364000', '105819.367000', '105819.370000', '105819.372000', '105819.375000', '105819.378000', '105839.250000', '105839.253000', '105839.256000', '105839.259000', '105839.262000', '105839.265000', '105839.267000', '105839.270000', '105839.273000', '105839.276000', '105839.279000', '105839.282000', '105839.284000', '105839.287000', '105839.290000', '105839.293000', '105839.296000', '105839.299000', '105839.302000', '105839.305000', '105839.307000', '105839.310000', '105839.313000', '105839.316000', '105839.319000', '105839.322000', '105839.325000', '105839.327000', '105839.330000', '105839.333000', '105839.336000', '105839.339000', '105839.342000', '105839.345000', '105839.347000', '105839.350000', '105839.353000', '105839.361000', '105839.364000', '105839.367000', '105839.370000', '105839.373000', '105839.375000', '105859.250000', '105859.253000', '105859.256000', '105859.275000', '105859.278000', '105859.280000', '105859.283000', '105859.286000', '105859.289000', '105859.292000', '105859.295000', '105859.297000', '105859.300000', '105859.303000', '105859.306000', '105859.309000', '105859.312000', '105859.315000', '105859.318000', '105859.321000', '105859.323000', '105859.326000', '105859.329000', '105859.332000', '105859.335000', '105859.338000', '105859.340000', '105859.343000', '105859.346000', '105859.349000', '105859.352000', '105859.355000', '105859.358000', '105859.361000', '105859.364000', '105859.366000', '105859.369000', '105859.372000', '105859.375000', '105859.378000', '105859.381000', '105859.383000', '105859.386000', '105859.389000', '105919.250000', '105919.253000', '105919.256000', '105919.258000', '105919.261000', '105919.264000', '105919.267000', '105919.270000', '105919.273000', '105919.276000', '105919.278000', '105919.281000', '105919.284000', '105919.287000', '105919.290000', '105919.293000', '105919.296000', '105919.299000', '105919.302000', '105919.305000', '105919.308000', '105919.310000', '105919.313000', '105919.316000', '105919.319000', '105919.322000', '105919.325000', '105919.327000', '105919.330000', '105919.333000', '105919.336000', '105919.339000', '105919.342000', '105919.345000', '105919.347000', '105919.350000', '105919.353000', '105919.356000', '105919.359000', '105919.362000', '105919.365000', '105919.367000', '105919.370000', '105939.250000', '105939.253000', '105939.256000', '105939.259000', '105939.262000', '105939.265000', '105939.268000', '105939.271000', '105939.274000', '105939.277000', '105939.280000', '105939.282000', '105939.285000', '105939.288000', '105939.291000', '105939.294000', '105939.297000', '105939.300000', '105939.302000', '105939.305000', '105939.308000', '105939.311000', '105939.314000', '105939.317000', '105939.319000', '105939.322000', '105939.325000', '105939.328000', '105939.331000', '105939.334000', '105939.337000', '105939.340000', '105939.342000', '105939.345000', '105939.348000', '105939.351000', '105939.354000', '105939.356000', '105939.359000', '105939.362000', '105939.365000', '105939.368000', '105939.371000', '105959.250000', '105959.253000', '105959.256000', '105959.259000', '105959.262000', '105959.265000', '105959.267000', '105959.270000', '105959.273000', '105959.276000', '105959.279000', '105959.282000', '105959.285000', '105959.287000', '105959.290000', '105959.293000', '105959.296000', '105959.299000', '105959.302000', '105959.305000', '105959.308000', '105959.310000', '105959.313000', '105959.316000', '105959.327000', '105959.329000', '105959.332000', '105959.335000', '105959.338000', '105959.341000', '105959.344000', '105959.347000', '105959.350000', '105959.353000', '105959.355000', '105959.358000', '105959.361000', '105959.364000', '105959.367000', '105959.369000', '105959.373000', '105959.375000', '105959.378000', '105959.381000', '110019.251000', '110019.254000', '110019.263000', '110019.266000', '110019.269000', '110019.272000', '110019.275000', '110019.277000', '110019.281000', '110019.285000', '110019.289000', '110019.291000', '110019.294000', '110019.297000', '110019.300000', '110019.303000', '110019.306000', '110019.309000', '110019.312000', '110019.314000', '110019.317000', '110019.320000', '110019.323000', '110019.326000', '110019.329000', '110019.332000', '110019.334000', '110019.337000', '110019.340000', '110019.343000', '110019.346000', '110019.349000', '110019.352000', '110019.354000', '110019.357000', '110019.360000', '110019.363000', '110019.366000', '110019.369000', '110019.371000', '110019.374000', '110019.377000', '110019.386000', '110039.250000', '110039.253000', '110039.256000', '110039.259000', '110039.262000', '110039.264000', '110039.267000', '110039.270000', '110039.273000', '110039.276000', '110039.279000', '110039.282000', '110039.285000', '110039.287000', '110039.290000', '110039.293000', '110039.296000', '110039.299000', '110039.302000', '110039.305000', '110039.308000', '110039.310000', '110039.313000', '110039.316000', '110039.319000', '110039.322000', '110039.325000', '110039.327000', '110039.330000', '110039.333000', '110039.336000', '110039.339000', '110039.342000', '110039.345000', '110039.347000', '110039.350000', '110039.353000', '110039.356000', '110039.359000', '110039.362000', '110039.365000', '110039.367000', '110039.370000', '110039.373000', '110059.250000', '110059.253000', '110059.256000', '110059.259000', '110059.262000', '110059.265000', '110059.268000', '110059.270000', '110059.273000', '110059.276000', '110059.279000', '110059.282000', '110059.285000', '110059.288000', '110059.291000', '110059.294000', '110059.297000', '110059.300000', '110059.303000', '110059.306000', '110059.309000', '110059.312000', '110059.314000', '110059.317000', '110059.320000', '110059.323000', '110059.326000', '110059.337000', '110059.340000', '110059.343000', '110059.345000', '110059.348000', '110059.351000', '110059.354000', '110059.357000', '110059.360000', '110059.363000', '110059.365000', '110059.368000', '110059.371000', '110059.374000', '110059.377000', '110059.380000', '110119.250000', '110119.253000', '110119.262000', '110119.265000', '110119.268000', '110119.271000', '110119.274000', '110119.277000', '110119.279000', '110119.282000', '110119.285000', '110119.288000', '110119.291000', '110119.294000', '110119.297000', '110119.300000', '110119.302000', '110119.305000', '110119.308000', '110119.311000', '110119.314000', '110119.317000', '110119.319000', '110119.322000', '110119.325000', '110119.328000', '110119.331000', '110119.334000', '110119.337000', '110119.339000', '110119.342000', '110119.345000', '110119.348000', '110119.351000', '110119.354000', '110119.357000', '110119.359000', '110119.362000', '110119.365000', '110119.368000', '110119.371000', '110119.374000', '110119.377000', '110119.380000', '110139.250000', '110139.253000', '110139.256000', '110139.259000', '110139.262000', '110139.264000', '110139.267000', '110139.270000', '110139.273000', '110139.276000', '110139.279000', '110139.282000', '110139.285000', '110139.287000', '110139.290000', '110139.293000', '110139.296000', '110139.299000', '110139.302000', '110139.305000', '110139.308000', '110139.310000', '110139.314000', '110139.318000', '110139.321000', '110139.324000', '110139.327000', '110139.330000', '110139.332000', '110139.335000', '110139.338000', '110139.341000', '110139.344000', '110139.347000', '110139.350000', '110139.352000', '110139.355000', '110139.358000', '110139.361000', '110139.364000', '110139.367000', '110139.369000', '110139.372000', '110159.250000', '110159.253000', '110159.256000', '110159.259000', '110159.262000', '110159.265000', '110159.267000', '110159.270000', '110159.273000', '110159.276000', '110159.279000', '110159.282000', '110159.284000', '110159.287000', '110159.290000', '110159.293000', '110159.296000', '110159.299000', '110159.302000', '110159.305000', '110159.307000', '110159.310000', '110159.313000', '110159.316000', '110159.376000', '110159.379000', '110159.382000', '110159.384000', '110159.387000', '110159.390000', '110159.393000', '110159.396000', '110159.399000', '110159.402000', '110159.405000', '110159.407000', '110159.410000', '110159.413000', '110159.416000', '110159.419000', '110159.422000', '110159.425000', '110159.428000', '110159.430000', '110219.250000', '110219.253000', '110219.256000', '110219.259000', '110219.263000', '110219.266000', '110219.269000', '110219.272000', '110219.275000', '110219.277000', '110219.280000', '110219.283000', '110219.286000', '110219.289000', '110219.292000', '110219.295000', '110219.297000', '110219.300000', '110219.303000', '110219.306000', '110219.309000', '110219.312000', '110219.314000', '110219.318000', '110219.321000', '110219.325000', '110219.329000', '110219.332000', '110219.335000', '110219.338000', '110219.341000', '110219.344000', '110219.346000', '110219.349000', '110219.352000', '110219.355000', '110219.358000', '110219.361000', '110219.364000', '110219.366000', '110219.369000', '110219.372000', '110219.375000', '110239.253000', '110239.256000', '110239.259000', '110239.262000', '110239.265000', '110239.268000', '110239.271000', '110239.273000', '110239.277000', '110239.279000', '110239.282000', '110239.285000', '110239.288000', '110239.291000', '110239.294000', '110239.296000', '110239.299000', '110239.302000', '110239.305000', '110239.308000', '110239.311000', '110239.314000', '110239.317000', '110239.319000', '110239.322000', '110239.325000', '110239.328000', '110239.331000', '110239.334000', '110239.337000', '110239.339000', '110239.342000', '110239.345000', '110239.348000', '110239.351000', '110239.354000', '110239.357000', '110239.360000', '110239.362000', '110239.365000', '110239.368000', '110239.371000', '110239.374000', '110239.377000', '110259.250000', '110259.253000', '110259.256000', '110259.259000', '110259.262000', '110259.265000', '110259.268000', '110259.271000', '110259.273000', '110259.276000', '110259.279000', '110259.282000', '110259.285000', '110259.288000', '110259.291000', '110259.293000', '110259.296000', '110259.299000', '110259.302000', '110259.305000', '110259.308000', '110259.310000', '110259.313000', '110259.316000', '110259.319000', '110259.322000', '110259.325000', '110259.328000', '110259.330000', '110259.333000', '110259.336000', '110259.339000', '110259.342000', '110259.345000', '110259.348000', '110259.351000', '110259.354000', '110259.357000', '110259.360000', '110259.362000', '110259.365000', '110259.368000', '110259.371000', '110319.250000', '110319.253000', '110319.256000', '110319.267000', '110319.270000', '110319.273000', '110319.276000', '110319.279000', '110319.281000', '110319.284000', '110319.287000', '110319.290000', '110319.293000', '110319.296000', '110319.298000', '110319.301000', '110319.304000', '110319.307000', '110319.310000', '110319.313000', '110319.315000', '110319.318000', '110319.321000', '110319.324000', '110319.327000', '110319.330000', '110319.332000', '110319.335000', '110319.338000', '110319.341000', '110319.344000', '110319.347000', '110319.350000', '110319.352000', '110319.355000', '110319.373000', '110319.376000', '110319.379000', '110319.382000', '110319.385000', '110319.388000', '110319.390000', '110319.393000', '110319.396000', '110339.250000', '110339.253000', '110339.256000', '110339.259000', '110339.261000', '110339.265000', '110339.267000', '110339.270000', '110339.273000', '110339.276000', '110339.279000', '110339.282000', '110339.284000', '110339.287000', '110339.290000', '110339.293000', '110339.296000', '110339.299000', '110339.303000', '110339.306000', '110339.309000', '110339.312000', '110339.315000', '110339.318000', '110339.321000', '110339.324000', '110339.326000', '110339.329000', '110339.332000', '110339.335000', '110339.338000', '110339.341000', '110339.343000', '110339.347000', '110339.349000', '110339.352000', '110339.355000', '110339.358000', '110339.363000', '110339.367000', '110339.370000', '110339.373000', '110339.376000', '110359.250000', '110359.253000', '110359.256000', '110359.259000', '110359.261000', '110359.264000', '110359.267000', '110359.270000', '110359.273000', '110359.276000', '110359.279000', '110359.282000', '110359.285000', '110359.288000', '110359.290000', '110359.293000', '110359.296000', '110359.299000', '110359.302000', '110359.305000', '110359.307000', '110359.310000', '110359.313000', '110359.316000', '110359.319000', '110359.321000', '110359.324000', '110359.327000', '110359.330000', '110359.333000', '110359.336000', '110359.339000', '110359.341000', '110359.344000', '110359.347000', '110359.350000', '110359.353000', '110359.356000', '110359.359000', '110359.362000', '110359.364000', '110359.367000', '110359.370000', '110359.373000', '110416.689000', '110416.692000', '110416.701000', '110416.704000', '110416.707000', '110416.710000', '110416.713000', '110416.715000', '110416.718000', '110416.721000', '110416.724000', '110416.727000', '110416.730000', '110416.733000', '110416.736000', '110416.739000', '110416.741000', '110416.744000', '110416.747000', '110416.750000', '110416.753000', '110416.756000', '110416.759000', '110416.761000', '110416.764000', '110416.767000', '110416.770000', '110416.773000', '110416.776000', '110416.779000', '110416.782000', '110416.784000', '110416.788000', '110416.791000', '110416.794000', '110416.796000', '110416.799000', '110416.802000'], 'InstanceCreationTime': ['105739.284000', '105739.287000', '105739.290000', '105739.293000', '105739.296000', '105739.299000', '105739.301000', '105739.304000', '105739.307000', '105739.310000', '105739.313000', '105739.316000', '105739.323000', '105739.326000', '105739.329000', '105739.332000', '105739.334000', '105739.337000', '105739.340000', '105739.343000', '105739.346000', '105739.349000', '105739.352000', '105739.355000', '105739.358000', '105739.361000', '105739.364000', '105739.367000', '105739.370000', '105739.372000', '105739.375000', '105739.378000', '105739.381000', '105739.384000', '105739.386000', '105739.389000', '105739.392000', '105739.395000', '105739.398000', '105739.406000', '105739.409000', '105739.411000', '105739.414000', '105739.417000', '105739.420000', '105739.423000', '105739.426000', '105739.429000', '105739.431000', '105739.434000', '105759.251000', '105759.254000', '105759.257000', '105759.260000', '105759.262000', '105759.265000', '105759.268000', '105759.271000', '105759.274000', '105759.277000', '105759.280000', '105759.282000', '105759.285000', '105759.288000', '105759.291000', '105759.299000', '105759.302000', '105759.305000', '105759.308000', '105759.310000', '105759.313000', '105759.316000', '105759.319000', '105759.322000', '105759.325000', '105759.327000', '105759.330000', '105759.333000', '105759.336000', '105759.339000', '105759.342000', '105759.344000', '105759.347000', '105759.350000', '105759.353000', '105759.356000', '105759.359000', '105759.361000', '105759.364000', '105759.367000', '105759.370000', '105759.373000', '105759.376000', '105819.250000', '105819.253000', '105819.256000', '105819.259000', '105819.261000', '105819.264000', '105819.267000', '105819.270000', '105819.273000', '105819.276000', '105819.279000', '105819.281000', '105819.284000', '105819.287000', '105819.290000', '105819.293000', '105819.296000', '105819.299000', '105819.301000', '105819.304000', '105819.307000', '105819.310000', '105819.313000', '105819.316000', '105819.319000', '105819.321000', '105819.324000', '105819.333000', '105819.335000', '105819.338000', '105819.341000', '105819.344000', '105819.347000', '105819.350000', '105819.352000', '105819.355000', '105819.358000', '105819.361000', '105819.364000', '105819.367000', '105819.370000', '105819.372000', '105819.375000', '105819.378000', '105839.250000', '105839.253000', '105839.256000', '105839.259000', '105839.262000', '105839.265000', '105839.267000', '105839.270000', '105839.273000', '105839.276000', '105839.279000', '105839.282000', '105839.284000', '105839.287000', '105839.290000', '105839.293000', '105839.296000', '105839.299000', '105839.302000', '105839.305000', '105839.307000', '105839.310000', '105839.313000', '105839.316000', '105839.319000', '105839.322000', '105839.325000', '105839.327000', '105839.330000', '105839.333000', '105839.336000', '105839.339000', '105839.342000', '105839.345000', '105839.347000', '105839.350000', '105839.353000', '105839.361000', '105839.364000', '105839.367000', '105839.370000', '105839.373000', '105839.375000', '105859.250000', '105859.253000', '105859.256000', '105859.275000', '105859.278000', '105859.280000', '105859.283000', '105859.286000', '105859.289000', '105859.292000', '105859.295000', '105859.297000', '105859.300000', '105859.303000', '105859.306000', '105859.309000', '105859.312000', '105859.315000', '105859.318000', '105859.321000', '105859.323000', '105859.326000', '105859.329000', '105859.332000', '105859.335000', '105859.338000', '105859.340000', '105859.343000', '105859.346000', '105859.349000', '105859.352000', '105859.355000', '105859.358000', '105859.361000', '105859.364000', '105859.366000', '105859.369000', '105859.372000', '105859.375000', '105859.378000', '105859.381000', '105859.383000', '105859.386000', '105859.389000', '105919.250000', '105919.253000', '105919.256000', '105919.258000', '105919.261000', '105919.264000', '105919.267000', '105919.270000', '105919.273000', '105919.276000', '105919.278000', '105919.281000', '105919.284000', '105919.287000', '105919.290000', '105919.293000', '105919.296000', '105919.299000', '105919.302000', '105919.305000', '105919.308000', '105919.310000', '105919.313000', '105919.316000', '105919.319000', '105919.322000', '105919.325000', '105919.327000', '105919.330000', '105919.333000', '105919.336000', '105919.339000', '105919.342000', '105919.345000', '105919.347000', '105919.350000', '105919.353000', '105919.356000', '105919.359000', '105919.362000', '105919.365000', '105919.367000', '105919.370000', '105939.250000', '105939.253000', '105939.256000', '105939.259000', '105939.262000', '105939.265000', '105939.268000', '105939.271000', '105939.274000', '105939.277000', '105939.280000', '105939.282000', '105939.285000', '105939.288000', '105939.291000', '105939.294000', '105939.297000', '105939.300000', '105939.302000', '105939.305000', '105939.308000', '105939.311000', '105939.314000', '105939.317000', '105939.319000', '105939.322000', '105939.325000', '105939.328000', '105939.331000', '105939.334000', '105939.337000', '105939.340000', '105939.342000', '105939.345000', '105939.348000', '105939.351000', '105939.354000', '105939.356000', '105939.359000', '105939.362000', '105939.365000', '105939.368000', '105939.371000', '105959.250000', '105959.253000', '105959.256000', '105959.259000', '105959.262000', '105959.265000', '105959.267000', '105959.270000', '105959.273000', '105959.276000', '105959.279000', '105959.282000', '105959.285000', '105959.287000', '105959.290000', '105959.293000', '105959.296000', '105959.299000', '105959.302000', '105959.305000', '105959.308000', '105959.310000', '105959.313000', '105959.316000', '105959.327000', '105959.329000', '105959.332000', '105959.335000', '105959.338000', '105959.341000', '105959.344000', '105959.347000', '105959.350000', '105959.353000', '105959.355000', '105959.358000', '105959.361000', '105959.364000', '105959.367000', '105959.369000', '105959.373000', '105959.375000', '105959.378000', '105959.381000', '110019.251000', '110019.254000', '110019.263000', '110019.266000', '110019.269000', '110019.272000', '110019.275000', '110019.277000', '110019.281000', '110019.285000', '110019.289000', '110019.291000', '110019.294000', '110019.297000', '110019.300000', '110019.303000', '110019.306000', '110019.309000', '110019.312000', '110019.314000', '110019.317000', '110019.320000', '110019.323000', '110019.326000', '110019.329000', '110019.332000', '110019.334000', '110019.337000', '110019.340000', '110019.343000', '110019.346000', '110019.349000', '110019.352000', '110019.354000', '110019.357000', '110019.360000', '110019.363000', '110019.366000', '110019.369000', '110019.371000', '110019.374000', '110019.377000', '110019.386000', '110039.250000', '110039.253000', '110039.256000', '110039.259000', '110039.262000', '110039.264000', '110039.267000', '110039.270000', '110039.273000', '110039.276000', '110039.279000', '110039.282000', '110039.285000', '110039.287000', '110039.290000', '110039.293000', '110039.296000', '110039.299000', '110039.302000', '110039.305000', '110039.308000', '110039.310000', '110039.313000', '110039.316000', '110039.319000', '110039.322000', '110039.325000', '110039.327000', '110039.330000', '110039.333000', '110039.336000', '110039.339000', '110039.342000', '110039.345000', '110039.347000', '110039.350000', '110039.353000', '110039.356000', '110039.359000', '110039.362000', '110039.365000', '110039.367000', '110039.370000', '110039.373000', '110059.250000', '110059.253000', '110059.256000', '110059.259000', '110059.262000', '110059.265000', '110059.268000', '110059.270000', '110059.273000', '110059.276000', '110059.279000', '110059.282000', '110059.285000', '110059.288000', '110059.291000', '110059.294000', '110059.297000', '110059.300000', '110059.303000', '110059.306000', '110059.309000', '110059.312000', '110059.314000', '110059.317000', '110059.320000', '110059.323000', '110059.326000', '110059.337000', '110059.340000', '110059.343000', '110059.345000', '110059.348000', '110059.351000', '110059.354000', '110059.357000', '110059.360000', '110059.363000', '110059.365000', '110059.368000', '110059.371000', '110059.374000', '110059.377000', '110059.380000', '110119.250000', '110119.253000', '110119.262000', '110119.265000', '110119.268000', '110119.271000', '110119.274000', '110119.277000', '110119.279000', '110119.282000', '110119.285000', '110119.288000', '110119.291000', '110119.294000', '110119.297000', '110119.300000', '110119.302000', '110119.305000', '110119.308000', '110119.311000', '110119.314000', '110119.317000', '110119.319000', '110119.322000', '110119.325000', '110119.328000', '110119.331000', '110119.334000', '110119.337000', '110119.339000', '110119.342000', '110119.345000', '110119.348000', '110119.351000', '110119.354000', '110119.357000', '110119.359000', '110119.362000', '110119.365000', '110119.368000', '110119.371000', '110119.374000', '110119.377000', '110119.380000', '110139.250000', '110139.253000', '110139.256000', '110139.259000', '110139.262000', '110139.264000', '110139.267000', '110139.270000', '110139.273000', '110139.276000', '110139.279000', '110139.282000', '110139.285000', '110139.287000', '110139.290000', '110139.293000', '110139.296000', '110139.299000', '110139.302000', '110139.305000', '110139.308000', '110139.310000', '110139.314000', '110139.318000', '110139.321000', '110139.324000', '110139.327000', '110139.330000', '110139.332000', '110139.335000', '110139.338000', '110139.341000', '110139.344000', '110139.347000', '110139.350000', '110139.352000', '110139.355000', '110139.358000', '110139.361000', '110139.364000', '110139.367000', '110139.369000', '110139.372000', '110159.250000', '110159.253000', '110159.256000', '110159.259000', '110159.262000', '110159.265000', '110159.267000', '110159.270000', '110159.273000', '110159.276000', '110159.279000', '110159.282000', '110159.284000', '110159.287000', '110159.290000', '110159.293000', '110159.296000', '110159.299000', '110159.302000', '110159.305000', '110159.307000', '110159.310000', '110159.313000', '110159.316000', '110159.376000', '110159.379000', '110159.382000', '110159.384000', '110159.387000', '110159.390000', '110159.393000', '110159.396000', '110159.399000', '110159.402000', '110159.405000', '110159.407000', '110159.410000', '110159.413000', '110159.416000', '110159.419000', '110159.422000', '110159.425000', '110159.428000', '110159.430000', '110219.250000', '110219.253000', '110219.256000', '110219.259000', '110219.263000', '110219.266000', '110219.269000', '110219.272000', '110219.275000', '110219.277000', '110219.280000', '110219.283000', '110219.286000', '110219.289000', '110219.292000', '110219.295000', '110219.297000', '110219.300000', '110219.303000', '110219.306000', '110219.309000', '110219.312000', '110219.314000', '110219.318000', '110219.321000', '110219.325000', '110219.329000', '110219.332000', '110219.335000', '110219.338000', '110219.341000', '110219.344000', '110219.346000', '110219.349000', '110219.352000', '110219.355000', '110219.358000', '110219.361000', '110219.364000', '110219.366000', '110219.369000', '110219.372000', '110219.375000', '110239.253000', '110239.256000', '110239.259000', '110239.262000', '110239.265000', '110239.268000', '110239.271000', '110239.273000', '110239.277000', '110239.279000', '110239.282000', '110239.285000', '110239.288000', '110239.291000', '110239.294000', '110239.296000', '110239.299000', '110239.302000', '110239.305000', '110239.308000', '110239.311000', '110239.314000', '110239.317000', '110239.319000', '110239.322000', '110239.325000', '110239.328000', '110239.331000', '110239.334000', '110239.337000', '110239.339000', '110239.342000', '110239.345000', '110239.348000', '110239.351000', '110239.354000', '110239.357000', '110239.360000', '110239.362000', '110239.365000', '110239.368000', '110239.371000', '110239.374000', '110239.377000', '110259.250000', '110259.253000', '110259.256000', '110259.259000', '110259.262000', '110259.265000', '110259.268000', '110259.271000', '110259.273000', '110259.276000', '110259.279000', '110259.282000', '110259.285000', '110259.288000', '110259.291000', '110259.293000', '110259.296000', '110259.299000', '110259.302000', '110259.305000', '110259.308000', '110259.310000', '110259.313000', '110259.316000', '110259.319000', '110259.322000', '110259.325000', '110259.328000', '110259.330000', '110259.333000', '110259.336000', '110259.339000', '110259.342000', '110259.345000', '110259.348000', '110259.351000', '110259.354000', '110259.357000', '110259.360000', '110259.362000', '110259.365000', '110259.368000', '110259.371000', '110319.250000', '110319.253000', '110319.256000', '110319.267000', '110319.270000', '110319.273000', '110319.276000', '110319.279000', '110319.281000', '110319.284000', '110319.287000', '110319.290000', '110319.293000', '110319.296000', '110319.298000', '110319.301000', '110319.304000', '110319.307000', '110319.310000', '110319.313000', '110319.315000', '110319.318000', '110319.321000', '110319.324000', '110319.327000', '110319.330000', '110319.332000', '110319.335000', '110319.338000', '110319.341000', '110319.344000', '110319.347000', '110319.350000', '110319.352000', '110319.355000', '110319.373000', '110319.376000', '110319.379000', '110319.382000', '110319.385000', '110319.388000', '110319.390000', '110319.393000', '110319.396000', '110339.250000', '110339.253000', '110339.256000', '110339.259000', '110339.261000', '110339.265000', '110339.267000', '110339.270000', '110339.273000', '110339.276000', '110339.279000', '110339.282000', '110339.284000', '110339.287000', '110339.290000', '110339.293000', '110339.296000', '110339.299000', '110339.303000', '110339.306000', '110339.309000', '110339.312000', '110339.315000', '110339.318000', '110339.321000', '110339.324000', '110339.326000', '110339.329000', '110339.332000', '110339.335000', '110339.338000', '110339.341000', '110339.343000', '110339.347000', '110339.349000', '110339.352000', '110339.355000', '110339.358000', '110339.363000', '110339.367000', '110339.370000', '110339.373000', '110339.376000', '110359.250000', '110359.253000', '110359.256000', '110359.259000', '110359.261000', '110359.264000', '110359.267000', '110359.270000', '110359.273000', '110359.276000', '110359.279000', '110359.282000', '110359.285000', '110359.288000', '110359.290000', '110359.293000', '110359.296000', '110359.299000', '110359.302000', '110359.305000', '110359.307000', '110359.310000', '110359.313000', '110359.316000', '110359.319000', '110359.321000', '110359.324000', '110359.327000', '110359.330000', '110359.333000', '110359.336000', '110359.339000', '110359.341000', '110359.344000', '110359.347000', '110359.350000', '110359.353000', '110359.356000', '110359.359000', '110359.362000', '110359.364000', '110359.367000', '110359.370000', '110359.373000', '110416.689000', '110416.692000', '110416.701000', '110416.704000', '110416.707000', '110416.710000', '110416.713000', '110416.715000', '110416.718000', '110416.721000', '110416.724000', '110416.727000', '110416.730000', '110416.733000', '110416.736000', '110416.739000', '110416.741000', '110416.744000', '110416.747000', '110416.750000', '110416.753000', '110416.756000', '110416.759000', '110416.761000', '110416.764000', '110416.767000', '110416.770000', '110416.773000', '110416.776000', '110416.779000', '110416.782000', '110416.784000', '110416.788000', '110416.791000', '110416.794000', '110416.796000', '110416.799000', '110416.802000'], '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], 'LargestImagePixelValue': [16693, 14925, 15598, 16247, 13505, 16077, 14343, 10291, 15098, 9447, 13756, 8461, 7724, 8235, 7758, 10243, 8028, 8228, 7966, 7570, 9094, 7992, 9255, 8411, 8827, 7817, 8170, 7906, 7776, 8811, 8180, 9882, 8490, 7783, 8757, 8016, 9568, 8670, 8256, 8241, 7552, 9759, 8593, 10521, 9006, 8819, 8325, 7829, 8454, 7759, 9374, 8257, 10398, 9190, 8392, 8584, 7757, 8741, 8003, 9195, 8412, 9876, 9095, 8805, 8758, 7416, 10336, 8014, 10868, 9252, 10485, 8815, 8947, 8816, 7728, 9982, 8160, 12724, 9060, 12328, 9253, 10141, 9168, 9894, 8560, 8835, 8764, 7618, 10015, 8601, 10329, 9071, 10680, 9322, 7634, 9884, 8517, 7829, 9173, 8933, 7697, 10050, 8145, 13299, 10019, 14604, 11187, 15092, 11927, 14693, 11854, 13474, 12532, 11554, 13161, 9736, 14008, 13347, 11715, 11450, 8659, 9968, 8193, 7192, 7157, 9819, 7612, 8599, 11269, 9287, 9239, 11526, 14054, 12061, 12881, 14622, 13768, 15054, 12081, 16049, 12086, 10676, 13416, 11026, 14318, 10725, 10153, 7957, 7309, 8781, 7398, 7289, 8496, 7648, 7578, 8852, 7148, 10041, 7593, 10046, 7851, 8519, 9567, 7011, 11652, 8777, 12421, 10479, 10361, 10541, 10781, 12974, 7822, 7387, 9257, 7692, 6889, 6859, 6859, 6828, 6822, 6592, 7280, 7345, 6813, 7885, 8062, 8271, 11351, 12744, 10767, 11270, 16289, 14939, 13533, 13435, 13863, 13348, 14729, 12073, 10035, 14122, 9975, 8109, 8692, 8938, 7433, 10700, 8151, 8142, 7938, 7528, 9372, 7668, 9496, 8077, 10135, 8035, 8832, 7659, 8131, 8455, 7921, 9491, 7997, 10385, 8539, 9998, 8118, 9028, 7745, 8150, 8188, 7797, 8620, 9975, 7980, 8808, 8328, 8948, 8471, 9473, 8003, 9102, 8085, 7961, 8485, 7354, 9714, 8281, 11203, 8693, 8628, 8275, 7859, 9685, 9015, 7598, 10391, 8924, 9688, 8841, 9547, 9133, 9018, 11400, 9296, 13603, 9831, 13111, 9792, 13689, 10791, 10247, 11002, 8546, 11076, 9316, 8308, 9691, 9141, 10447, 9626, 8094, 10559, 7856, 13309, 8791, 14388, 15843, 15998, 12307, 12131, 11845, 11527, 13741, 12590, 8511, 8312, 8956, 7759, 7237, 7340, 7458, 7460, 6976, 11528, 13034, 11505, 12255, 13326, 10319, 11675, 13505, 11904, 10426, 11475, 14577, 14157, 14207, 11909, 16575, 14854, 13643, 12989, 16353, 15312, 14281, 13299, 14732, 11115, 9498, 8316, 9733, 8614, 7426, 9539, 8464, 7800, 9283, 8461, 7851, 9816, 8698, 7471, 8526, 7921, 11366, 8841, 7672, 8550, 7512, 9097, 8207, 7288, 8568, 7952, 9075, 8445, 7538, 8071, 7008, 9281, 8339, 9021, 8712, 7277, 8704, 8286, 10531, 8507, 7474, 9179, 8811, 9097, 8950, 7921, 8714, 7505, 11058, 9557, 7431, 9149, 9074, 8187, 8595, 7959, 8838, 8987, 7619, 9910, 7935, 12672, 9680, 14425, 10428, 13513, 11017, 10170, 11468, 8265, 12400, 9289, 13004, 9974, 10944, 10403, 7584, 11989, 9199, 12078, 9965, 9546, 10045, 7888, 12993, 9376, 10547, 9477, 7335, 11423, 9091, 12881, 10419, 9559, 12465, 8749, 10785, 9268, 7125, 11413, 8974, 12979, 9719, 10566, 11202, 8426, 11832, 9063, 11653, 9105, 10156, 9192, 7338, 12001, 9602, 8205, 8907, 7878, 7517, 8561, 7592, 9557, 8064, 11135, 9181, 7685, 9503, 7368, 12118, 9149, 13850, 9931, 13712, 10837, 8911, 10361, 8475, 11230, 9118, 7852, 9464, 9053, 7712, 8607, 8373, 8216, 8394, 7936, 8709, 7854, 12669, 9682, 14081, 10428, 11281, 9890, 9549, 9859, 7929, 13005, 9947, 11275, 9764, 8519, 9311, 7584, 10124, 9560, 8768, 9483, 7874, 9401, 8060, 10169, 9443, 8458, 9168, 7911, 10431, 8333, 12157, 9796, 12503, 10212, 7872, 10694, 8131, 11556, 9872, 8920, 10044, 8155, 12714, 10248, 7592, 9882, 9341, 9649, 9870, 8185, 12052, 9491, 14167, 10198, 11768, 10325, 8978, 10261, 7791, 13214, 10042, 8046, 9306, 8139, 10097, 9300, 8153, 10352, 8397, 14460, 10369, 13187, 10691, 12385, 10574, 11333, 11930, 9056, 12995, 9297, 11924, 9780, 12130, 9900, 8341, 10877, 9033, 8289, 8977, 7828, 9646, 9160, 8247, 10039, 8407, 13943, 9826, 10637, 9639, 9050, 12853, 9886, 13256, 10005, 10468, 9412, 7254, 10873, 9220, 10434, 9841, 8011, 11033, 9712, 8741, 9059, 7443, 10597, 8998, 10363, 9162, 7319, 10634, 8919, 11475, 10310, 7808, 13206, 10006, 7771, 9159, 7640, 10763, 9268, 9938, 9569, 7351, 10859, 9230, 11155, 9629, 8177, 12504, 9586, 12378, 9633, 8905, 9448, 7398, 11166, 9385, 10778, 9718, 8052, 10037, 9379, 7567, 9220, 7884, 11091, 9396, 7386, 11814, 8688, 12061, 9459, 12110, 10212, 8120, 13167, 9130, 12512, 9714, 10300, 9409, 8042, 12969, 9503, 7428, 8995, 7838, 10468, 8793, 9977, 9103, 7299, 11853, 10638, 10002, 8961, 7348, 13286, 10081, 7511, 10220, 7946, 7240, 9563, 7690, 11744, 8905, 10747, 11471, 8688, 12431, 8369, 7580, 9571, 8085, 10365, 8065, 7351, 7347, 7042, 7505, 7179, 9781, 10817, 9401, 9075, 11435, 10280, 10041, 13587, 12312, 13441, 14221, 14701, 13941, 14030, 14325, 11946, 14115, 12207, 7115, 11504, 7838, 7942, 8827, 7460, 10578, 8267, 7390, 9321, 8272, 7246, 7675, 7301, 9778, 8102, 8248, 7666, 7439, 9085, 7860, 10577, 8173, 8835, 8078, 7175, 8851, 7224, 10532, 8578, 7282, 8560, 8085, 7648, 8014, 7607, 8929, 8186, 7684, 6935, 6888, 7358, 6916, 6647, 7205, 7048, 6451, 9757, 13423, 13773, 12635, 12005, 15397, 12773, 13933, 15404, 13000, 12869, 15494, 12712, 10526, 15463, 11099, 7423, 12801, 8947, 13676, 9382, 7429, 10842, 7972, 10283, 8650, 7882, 8479, 7149, 9523, 7761, 9865, 8376, 9623, 8370, 8724, 7995, 7503, 7800, 7612, 8183, 7383, 8244, 7222, 8535, 7867, 9113, 8227, 8580, 8390, 7516, 8593, 7592, 9585, 8707, 8735, 8196, 7631, 9344, 7930, 10217, 8302, 9427, 8811, 8253, 8429, 7757, 9860, 8463, 11238, 8855, 7783, 8783, 7810, 8580, 7355, 7757, 12086, 11956, 8697, 11206, 10261, 8611, 11327, 11884, 7849, 8388, 11419, 11430, 9370, 12941, 13702, 13602, 15417, 12062, 10706, 15498, 13542, 10458, 9951, 11845, 8164, 7591, 11501, 9644, 7599, 7773, 9560, 7612, 8185, 9549, 8022, 10045, 9385, 7919, 11330, 8434, 13759, 11512, 11368, 8819, 7607, 10806, 7793, 12351, 8885, 10174, 7230, 12847, 6129, 8269, 8083, 8323, 9369, 9168, 8688, 8052, 9183, 7521, 11659, 8800, 7264, 9243, 6897, 6959, 7022, 7389, 7764, 6861, 9568, 9095, 8683], 'WindowCenter': [4205.0, 4162.0, 4146.0, 4134.0, 4098.0, 4104.0, 4093.0, 4048.0, 4089.0, 4048.0, 4076.0, 4036.0, 4027.0, 4036.0, 4029.0, 4061.0, 4039.0, 4050.0, 4051.0, 4042.0, 4063.0, 4066.0, 4076.0, 4065.0, 4075.0, 4067.0, 4068.0, 4069.0, 4069.0, 4090.0, 4081.0, 4098.0, 4091.0, 4068.0, 4079.0, 4082.0, 4088.0, 4091.0, 4080.0, 4080.0, 4082.0, 4102.0, 4092.0, 4110.0, 4089.0, 4090.0, 4091.0, 4080.0, 4092.0, 4082.0, 4103.0, 4093.0, 4114.0, 4103.0, 4093.0, 4092.0, 4083.0, 4093.0, 4092.0, 4103.0, 4103.0, 4113.0, 4116.0, 4119.0, 4106.0, 4097.0, 4115.0, 4095.0, 4124.0, 4106.0, 4127.0, 4103.0, 4103.0, 4103.0, 4083.0, 4114.0, 4095.0, 4133.0, 4104.0, 4133.0, 4102.0, 4113.0, 4105.0, 4114.0, 4092.0, 4105.0, 4102.0, 4083.0, 4114.0, 4104.0, 4114.0, 4077.0, 4079.0, 4135.0, 4110.0, 4130.0, 4118.0, 4107.0, 4129.0, 4130.0, 4111.0, 4143.0, 4120.0, 4173.0, 4142.0, 4172.0, 4151.0, 4172.0, 4152.0, 4171.0, 4150.0, 4161.0, 4149.0, 4137.0, 4136.0, 4104.0, 4157.0, 4146.0, 4137.0, 4139.0, 4133.0, 4139.0, 4104.0, 4069.0, 4067.0, 4106.0, 4075.0, 4088.0, 4121.0, 4101.0, 4099.0, 4133.0, 4146.0, 4136.0, 4132.0, 4146.0, 4130.0, 4133.0, 4100.0, 4129.0, 4084.0, 4073.0, 4094.0, 4068.0, 4091.0, 4071.0, 4060.0, 4037.0, 4027.0, 4062.0, 4041.0, 4043.0, 4064.0, 4053.0, 4067.0, 4075.0, 4060.0, 4088.0, 4069.0, 4088.0, 4067.0, 4079.0, 4090.0, 4059.0, 4110.0, 4079.0, 4111.0, 4098.0, 4100.0, 4101.0, 4110.0, 4117.0, 4067.0, 4068.0, 4104.0, 4108.0, 4096.0, 4078.0, 4065.0, 4076.0, 4057.0, 4093.0, 4064.0, 4103.0, 4062.0, 4062.0, 4066.0, 4051.0, 4095.0, 4110.0, 4098.0, 4102.0, 4134.0, 4122.0, 4110.0, 4107.0, 4092.0, 4093.0, 4090.0, 4068.0, 4047.0, 4075.0, 4045.0, 4022.0, 4032.0, 4034.0, 4013.0, 4043.0, 4023.0, 4022.0, 4022.0, 4025.0, 4046.0, 4036.0, 4056.0, 4038.0, 4068.0, 4050.0, 4075.0, 4066.0, 4065.0, 4063.0, 4063.0, 4083.0, 4066.0, 4097.0, 4086.0, 4099.0, 4081.0, 4089.0, 4080.0, 4078.0, 4092.0, 4079.0, 4093.0, 4110.0, 4092.0, 4101.0, 4091.0, 4102.0, 4092.0, 4097.0, 4089.0, 4091.0, 4080.0, 4081.0, 4089.0, 4081.0, 4113.0, 4092.0, 4120.0, 4104.0, 4130.0, 4119.0, 4106.0, 4125.0, 4127.0, 4119.0, 4136.0, 4129.0, 4128.0, 4130.0, 4127.0, 4129.0, 4130.0, 4150.0, 4129.0, 4160.0, 4126.0, 4156.0, 4136.0, 4158.0, 4137.0, 4137.0, 4150.0, 4115.0, 4147.0, 4126.0, 4117.0, 4141.0, 4141.0, 4151.0, 4143.0, 4121.0, 4152.0, 4121.0, 4170.0, 4132.0, 4167.0, 4107.0, 4211.0, 4165.0, 4163.0, 4150.0, 4153.0, 4170.0, 4160.0, 4167.0, 4154.0, 4146.0, 4134.0, 4121.0, 4110.0, 4109.0, 4110.0, 4113.0, 4151.0, 4162.0, 4152.0, 4162.0, 4174.0, 4141.0, 4151.0, 4168.0, 4145.0, 4123.0, 4119.0, 4143.0, 4123.0, 4123.0, 4073.0, 4086.0, 4078.0, 4065.0, 4068.0, 4099.0, 4075.0, 4088.0, 4077.0, 4058.0, 4054.0, 4045.0, 4036.0, 4044.0, 4037.0, 4027.0, 4059.0, 4047.0, 4038.0, 4057.0, 4047.0, 4038.0, 4059.0, 4061.0, 4040.0, 4062.0, 4052.0, 4081.0, 4061.0, 4053.0, 4061.0, 4052.0, 4074.0, 4063.0, 4056.0, 4075.0, 4077.0, 4087.0, 4086.0, 4081.0, 4081.0, 4071.0, 4099.0, 4090.0, 4101.0, 4101.0, 4097.0, 4105.0, 4105.0, 4122.0, 4105.0, 4081.0, 4101.0, 4103.0, 4103.0, 4102.0, 4093.0, 4103.0, 4093.0, 4125.0, 4126.0, 4083.0, 4115.0, 4116.0, 4118.0, 4116.0, 4118.0, 4116.0, 4130.0, 4105.0, 4139.0, 4109.0, 4159.0, 4129.0, 4156.0, 4127.0, 4155.0, 4137.0, 4125.0, 4136.0, 4102.0, 4135.0, 4112.0, 4143.0, 4114.0, 4124.0, 4123.0, 4091.0, 4131.0, 4113.0, 4133.0, 4112.0, 4113.0, 4113.0, 4093.0, 4143.0, 4113.0, 4125.0, 4111.0, 4082.0, 4134.0, 4102.0, 4140.0, 4125.0, 4114.0, 4135.0, 4104.0, 4125.0, 4098.0, 4081.0, 4121.0, 4103.0, 4134.0, 4109.0, 4122.0, 4126.0, 4093.0, 4122.0, 4103.0, 4122.0, 4100.0, 4109.0, 4099.0, 4079.0, 4123.0, 4101.0, 4090.0, 4100.0, 4090.0, 4081.0, 4104.0, 4096.0, 4117.0, 4107.0, 4137.0, 4117.0, 4096.0, 4127.0, 4097.0, 4135.0, 4115.0, 4156.0, 4114.0, 4145.0, 4124.0, 4102.0, 4139.0, 4110.0, 4138.0, 4103.0, 4091.0, 4111.0, 4113.0, 4094.0, 4104.0, 4102.0, 4104.0, 4105.0, 4105.0, 4117.0, 4106.0, 4160.0, 4126.0, 4155.0, 4124.0, 4124.0, 4113.0, 4113.0, 4111.0, 4092.0, 4130.0, 4112.0, 4122.0, 4113.0, 4091.0, 4101.0, 4080.0, 4108.0, 4111.0, 4100.0, 4112.0, 4091.0, 4113.0, 4092.0, 4123.0, 4113.0, 4103.0, 4114.0, 4093.0, 4125.0, 4093.0, 4130.0, 4113.0, 4131.0, 4112.0, 4094.0, 4123.0, 4091.0, 4122.0, 4111.0, 4103.0, 4115.0, 4091.0, 4145.0, 4113.0, 4093.0, 4125.0, 4116.0, 4114.0, 4124.0, 4104.0, 4146.0, 4115.0, 4146.0, 4124.0, 4133.0, 4115.0, 4103.0, 4113.0, 4083.0, 4145.0, 4114.0, 4093.0, 4114.0, 4096.0, 4124.0, 4117.0, 4108.0, 4126.0, 4103.0, 4156.0, 4126.0, 4150.0, 4126.0, 4136.0, 4125.0, 4125.0, 4134.0, 4103.0, 4133.0, 4100.0, 4123.0, 4113.0, 4122.0, 4112.0, 4093.0, 4126.0, 4104.0, 4091.0, 4116.0, 4095.0, 4114.0, 4116.0, 4105.0, 4127.0, 4104.0, 4155.0, 4116.0, 4125.0, 4115.0, 4102.0, 4135.0, 4114.0, 4131.0, 4101.0, 4112.0, 4100.0, 4069.0, 4111.0, 4100.0, 4112.0, 4110.0, 4081.0, 4112.0, 4114.0, 4093.0, 4102.0, 4082.0, 4123.0, 4105.0, 4113.0, 4103.0, 4084.0, 4123.0, 4103.0, 4124.0, 4125.0, 4095.0, 4132.0, 4116.0, 4094.0, 4102.0, 4083.0, 4122.0, 4103.0, 4114.0, 4112.0, 4082.0, 4122.0, 4102.0, 4123.0, 4115.0, 4092.0, 4133.0, 4101.0, 4134.0, 4103.0, 4089.0, 4101.0, 4069.0, 4111.0, 4102.0, 4111.0, 4101.0, 4090.0, 4111.0, 4104.0, 4093.0, 4104.0, 4093.0, 4125.0, 4115.0, 4083.0, 4135.0, 4105.0, 4134.0, 4117.0, 4137.0, 4114.0, 4094.0, 4135.0, 4102.0, 4133.0, 4112.0, 4112.0, 4101.0, 4094.0, 4133.0, 4101.0, 4081.0, 4102.0, 4082.0, 4112.0, 4102.0, 4111.0, 4102.0, 4082.0, 4108.0, 4070.0, 4118.0, 4106.0, 4084.0, 4146.0, 4114.0, 4084.0, 4126.0, 4095.0, 4083.0, 4113.0, 4083.0, 4122.0, 4105.0, 4127.0, 4133.0, 4093.0, 4133.0, 4091.0, 4082.0, 4102.0, 4104.0, 4128.0, 4120.0, 4096.0, 4105.0, 4104.0, 4093.0, 4078.0, 4096.0, 4100.0, 4089.0, 4090.0, 4111.0, 4103.0, 4103.0, 4146.0, 4125.0, 4133.0, 4133.0, 4134.0, 4118.0, 4108.0, 4105.0, 4082.0, 4091.0, 4079.0, 4027.0, 4069.0, 4040.0, 4038.0, 4048.0, 4027.0, 4057.0, 4049.0, 4030.0, 4061.0, 4051.0, 4040.0, 4048.0, 4043.0, 4074.0, 4068.0, 4065.0, 4057.0, 4057.0, 4076.0, 4068.0, 4098.0, 4078.0, 4089.0, 4078.0, 4057.0, 4088.0, 4071.0, 4111.0, 4091.0, 4085.0, 4091.0, 4082.0, 4094.0, 4096.0, 4096.0, 4130.0, 4133.0, 4111.0, 4121.0, 4108.0, 4115.0, 4087.0, 4098.0, 4119.0, 4120.0, 4057.0, 4052.0, 4148.0, 4136.0, 4121.0, 4126.0, 4143.0, 4124.0, 4145.0, 4146.0, 4123.0, 4121.0, 4132.0, 4111.0, 4086.0, 4102.0, 4072.0, 4039.0, 4093.0, 4061.0, 4104.0, 4059.0, 4040.0, 4070.0, 4049.0, 4071.0, 4050.0, 4039.0, 4050.0, 4030.0, 4056.0, 4039.0, 4070.0, 4049.0, 4061.0, 4048.0, 4060.0, 4053.0, 4041.0, 4050.0, 4054.0, 4064.0, 4056.0, 4065.0, 4057.0, 4078.0, 4080.0, 4086.0, 4092.0, 4090.0, 4094.0, 4081.0, 4091.0, 4083.0, 4100.0, 4103.0, 4094.0, 4094.0, 4083.0, 4102.0, 4094.0, 4115.0, 4092.0, 4103.0, 4106.0, 4092.0, 4094.0, 4093.0, 4116.0, 4103.0, 4126.0, 4103.0, 4093.0, 4105.0, 4112.0, 4117.0, 4110.0, 4108.0, 4141.0, 4113.0, 4082.0, 4103.0, 4105.0, 4100.0, 4121.0, 4141.0, 4121.0, 4120.0, 4151.0, 4141.0, 4105.0, 4136.0, 4133.0, 4125.0, 4120.0, 4098.0, 4089.0, 4127.0, 4103.0, 4089.0, 4078.0, 4085.0, 4054.0, 4058.0, 4098.0, 4064.0, 4045.0, 4059.0, 4091.0, 4072.0, 4083.0, 4093.0, 4085.0, 4107.0, 4096.0, 4086.0, 4116.0, 4086.0, 4136.0, 4116.0, 4113.0, 4083.0, 4072.0, 4104.0, 4072.0, 4113.0, 4083.0, 4103.0, 4073.0, 4103.0, 3714.0, 4141.0, 4122.0, 4134.0, 4058.0, 4119.0, 4122.0, 4107.0, 4124.0, 4107.0, 4149.0, 4128.0, 4108.0, 4120.0, 4112.0, 4104.0, 4090.0, 4091.0, 4094.0, 4062.0, 4099.0, 4100.0, 4100.0], 'WindowWidth': [9313.0, 9233.0, 9195.0, 9176.0, 9114.0, 9115.0, 9095.0, 9027.0, 9082.0, 9025.0, 9062.0, 9007.0, 8998.0, 9011.0, 9005.0, 9050.0, 9019.0, 9034.0, 9039.0, 9029.0, 9059.0, 9067.0, 9078.0, 9066.0, 9081.0, 9070.0, 9074.0, 9075.0, 9076.0, 9106.0, 9098.0, 9118.0, 9112.0, 9077.0, 9094.0, 9100.0, 9105.0, 9112.0, 9097.0, 9096.0, 9102.0, 9130.0, 9116.0, 9140.0, 9110.0, 9112.0, 9113.0, 9098.0, 9115.0, 9101.0, 9131.0, 9120.0, 9146.0, 9133.0, 9116.0, 9114.0, 9104.0, 9119.0, 9118.0, 9134.0, 9134.0, 9149.0, 9155.0, 9162.0, 9144.0, 9131.0, 9153.0, 9126.0, 9163.0, 9142.0, 9169.0, 9134.0, 9134.0, 9135.0, 9109.0, 9150.0, 9125.0, 9175.0, 9135.0, 9173.0, 9132.0, 9145.0, 9136.0, 9149.0, 9118.0, 9138.0, 9132.0, 9108.0, 9149.0, 9134.0, 9148.0, 9088.0, 9082.0, 9200.0, 9158.0, 9182.0, 9164.0, 9152.0, 9182.0, 9184.0, 9161.0, 9203.0, 9173.0, 9245.0, 9204.0, 9243.0, 9214.0, 9245.0, 9214.0, 9241.0, 9210.0, 9226.0, 9209.0, 9186.0, 9183.0, 9137.0, 9215.0, 9196.0, 9187.0, 9193.0, 9194.0, 9194.0, 9141.0, 9085.0, 9079.0, 9132.0, 9088.0, 9108.0, 9158.0, 9130.0, 9124.0, 9177.0, 9198.0, 9182.0, 9170.0, 9198.0, 9165.0, 9170.0, 9119.0, 9154.0, 9088.0, 9068.0, 9100.0, 9058.0, 9091.0, 9062.0, 9047.0, 9016.0, 9004.0, 9057.0, 9028.0, 9033.0, 9062.0, 9050.0, 9073.0, 9084.0, 9066.0, 9103.0, 9078.0, 9102.0, 9073.0, 9091.0, 9106.0, 9065.0, 9135.0, 9091.0, 9136.0, 9117.0, 9121.0, 9125.0, 9136.0, 9140.0, 9074.0, 9077.0, 9138.0, 9154.0, 9134.0, 9099.0, 9080.0, 9101.0, 9060.0, 9129.0, 9064.0, 9142.0, 9067.0, 9063.0, 9067.0, 9036.0, 9105.0, 9138.0, 9118.0, 9127.0, 9175.0, 9158.0, 9134.0, 9126.0, 9101.0, 9098.0, 9091.0, 9056.0, 9024.0, 9060.0, 9020.0, 8985.0, 8999.0, 9004.0, 8976.0, 9012.0, 8989.0, 8986.0, 8988.0, 8995.0, 9025.0, 9012.0, 9039.0, 9018.0, 9058.0, 9040.0, 9081.0, 9074.0, 9069.0, 9063.0, 9063.0, 9089.0, 9072.0, 9113.0, 9102.0, 9121.0, 9099.0, 9109.0, 9097.0, 9095.0, 9115.0, 9096.0, 9120.0, 9139.0, 9115.0, 9128.0, 9113.0, 9128.0, 9117.0, 9120.0, 9110.0, 9114.0, 9098.0, 9099.0, 9109.0, 9102.0, 9144.0, 9119.0, 9154.0, 9140.0, 9183.0, 9168.0, 9145.0, 9170.0, 9176.0, 9170.0, 9188.0, 9181.0, 9179.0, 9185.0, 9177.0, 9183.0, 9186.0, 9212.0, 9182.0, 9223.0, 9172.0, 9215.0, 9188.0, 9219.0, 9189.0, 9190.0, 9209.0, 9159.0, 9202.0, 9174.0, 9167.0, 9203.0, 9205.0, 9218.0, 9209.0, 9175.0, 9218.0, 9175.0, 9243.0, 9192.0, 9233.0, 9121.0, 9320.0, 9243.0, 9233.0, 9213.0, 9215.0, 9241.0, 9228.0, 9259.0, 9242.0, 9218.0, 9201.0, 9180.0, 9162.0, 9156.0, 9160.0, 9169.0, 9217.0, 9232.0, 9217.0, 9234.0, 9255.0, 9203.0, 9218.0, 9240.0, 9205.0, 9167.0, 9157.0, 9192.0, 9163.0, 9157.0, 9071.0, 9087.0, 9078.0, 9052.0, 9059.0, 9109.0, 9067.0, 9091.0, 9071.0, 9028.0, 9034.0, 9020.0, 9008.0, 9017.0, 9010.0, 9000.0, 9043.0, 9027.0, 9018.0, 9043.0, 9028.0, 9018.0, 9048.0, 9053.0, 9025.0, 9056.0, 9042.0, 9082.0, 9056.0, 9047.0, 9058.0, 9045.0, 9077.0, 9063.0, 9057.0, 9083.0, 9088.0, 9102.0, 9103.0, 9101.0, 9100.0, 9086.0, 9123.0, 9115.0, 9128.0, 9130.0, 9136.0, 9142.0, 9139.0, 9160.0, 9140.0, 9103.0, 9128.0, 9134.0, 9135.0, 9132.0, 9123.0, 9138.0, 9124.0, 9167.0, 9172.0, 9109.0, 9154.0, 9161.0, 9166.0, 9161.0, 9168.0, 9164.0, 9186.0, 9147.0, 9195.0, 9154.0, 9222.0, 9181.0, 9216.0, 9176.0, 9213.0, 9190.0, 9170.0, 9185.0, 9136.0, 9183.0, 9148.0, 9192.0, 9152.0, 9167.0, 9165.0, 9119.0, 9174.0, 9149.0, 9176.0, 9147.0, 9149.0, 9150.0, 9124.0, 9192.0, 9150.0, 9167.0, 9146.0, 9108.0, 9178.0, 9136.0, 9187.0, 9169.0, 9151.0, 9182.0, 9137.0, 9166.0, 9127.0, 9105.0, 9160.0, 9136.0, 9180.0, 9142.0, 9159.0, 9171.0, 9121.0, 9161.0, 9134.0, 9160.0, 9128.0, 9139.0, 9126.0, 9100.0, 9161.0, 9129.0, 9114.0, 9127.0, 9116.0, 9106.0, 9140.0, 9132.0, 9162.0, 9150.0, 9190.0, 9163.0, 9132.0, 9174.0, 9133.0, 9184.0, 9155.0, 9214.0, 9155.0, 9197.0, 9164.0, 9134.0, 9198.0, 9157.0, 9192.0, 9136.0, 9117.0, 9145.0, 9149.0, 9123.0, 9138.0, 9136.0, 9140.0, 9142.0, 9144.0, 9161.0, 9147.0, 9222.0, 9173.0, 9211.0, 9168.0, 9166.0, 9150.0, 9149.0, 9145.0, 9121.0, 9170.0, 9144.0, 9158.0, 9145.0, 9115.0, 9129.0, 9101.0, 9137.0, 9145.0, 9128.0, 9146.0, 9119.0, 9151.0, 9121.0, 9164.0, 9151.0, 9138.0, 9151.0, 9122.0, 9166.0, 9122.0, 9172.0, 9149.0, 9174.0, 9149.0, 9124.0, 9163.0, 9118.0, 9160.0, 9146.0, 9137.0, 9153.0, 9121.0, 9196.0, 9150.0, 9124.0, 9169.0, 9159.0, 9153.0, 9166.0, 9141.0, 9198.0, 9154.0, 9198.0, 9165.0, 9177.0, 9153.0, 9136.0, 9150.0, 9108.0, 9194.0, 9150.0, 9123.0, 9152.0, 9130.0, 9166.0, 9161.0, 9152.0, 9174.0, 9140.0, 9214.0, 9173.0, 9211.0, 9172.0, 9185.0, 9169.0, 9167.0, 9180.0, 9134.0, 9175.0, 9127.0, 9159.0, 9145.0, 9159.0, 9148.0, 9123.0, 9168.0, 9136.0, 9116.0, 9158.0, 9130.0, 9153.0, 9158.0, 9142.0, 9173.0, 9140.0, 9211.0, 9156.0, 9167.0, 9154.0, 9133.0, 9181.0, 9152.0, 9173.0, 9130.0, 9143.0, 9125.0, 9083.0, 9142.0, 9127.0, 9145.0, 9141.0, 9102.0, 9145.0, 9149.0, 9121.0, 9133.0, 9106.0, 9161.0, 9140.0, 9149.0, 9134.0, 9109.0, 9162.0, 9135.0, 9166.0, 9168.0, 9129.0, 9177.0, 9154.0, 9127.0, 9134.0, 9109.0, 9160.0, 9134.0, 9151.0, 9145.0, 9107.0, 9158.0, 9133.0, 9160.0, 9152.0, 9119.0, 9176.0, 9129.0, 9176.0, 9130.0, 9111.0, 9125.0, 9083.0, 9142.0, 9130.0, 9142.0, 9129.0, 9114.0, 9142.0, 9136.0, 9121.0, 9137.0, 9124.0, 9169.0, 9155.0, 9109.0, 9180.0, 9141.0, 9180.0, 9158.0, 9185.0, 9152.0, 9124.0, 9181.0, 9133.0, 9175.0, 9146.0, 9145.0, 9131.0, 9121.0, 9176.0, 9130.0, 9103.0, 9131.0, 9105.0, 9144.0, 9134.0, 9143.0, 9134.0, 9105.0, 9131.0, 9072.0, 9167.0, 9144.0, 9112.0, 9197.0, 9151.0, 9110.0, 9170.0, 9128.0, 9108.0, 9148.0, 9108.0, 9159.0, 9139.0, 9169.0, 9177.0, 9121.0, 9175.0, 9119.0, 9103.0, 9132.0, 9141.0, 9178.0, 9172.0, 9135.0, 9147.0, 9145.0, 9128.0, 9099.0, 9111.0, 9119.0, 9104.0, 9108.0, 9139.0, 9129.0, 9132.0, 9194.0, 9163.0, 9172.0, 9170.0, 9176.0, 9145.0, 9127.0, 9123.0, 9081.0, 9092.0, 9073.0, 9001.0, 9059.0, 9019.0, 9016.0, 9028.0, 8999.0, 9039.0, 9032.0, 9007.0, 9052.0, 9039.0, 9025.0, 9034.0, 9033.0, 9075.0, 9076.0, 9067.0, 9059.0, 9058.0, 9084.0, 9075.0, 9116.0, 9090.0, 9105.0, 9090.0, 9062.0, 9104.0, 9084.0, 9139.0, 9110.0, 9111.0, 9113.0, 9102.0, 9125.0, 9127.0, 9129.0, 9184.0, 9193.0, 9160.0, 9180.0, 9157.0, 9165.0, 9115.0, 9141.0, 9173.0, 9177.0, 9060.0, 9031.0, 9205.0, 9184.0, 9158.0, 9166.0, 9190.0, 9163.0, 9193.0, 9196.0, 9160.0, 9153.0, 9172.0, 9139.0, 9093.0, 9110.0, 9068.0, 9023.0, 9098.0, 9056.0, 9115.0, 9049.0, 9025.0, 9065.0, 9037.0, 9065.0, 9035.0, 9021.0, 9036.0, 9010.0, 9044.0, 9024.0, 9064.0, 9036.0, 9054.0, 9035.0, 9052.0, 9045.0, 9029.0, 9041.0, 9049.0, 9063.0, 9055.0, 9069.0, 9061.0, 9090.0, 9094.0, 9102.0, 9114.0, 9113.0, 9120.0, 9100.0, 9116.0, 9107.0, 9126.0, 9134.0, 9123.0, 9122.0, 9108.0, 9134.0, 9124.0, 9151.0, 9120.0, 9134.0, 9142.0, 9119.0, 9124.0, 9123.0, 9155.0, 9137.0, 9169.0, 9134.0, 9121.0, 9141.0, 9166.0, 9165.0, 9161.0, 9151.0, 9191.0, 9137.0, 9092.0, 9122.0, 9131.0, 9129.0, 9157.0, 9193.0, 9172.0, 9168.0, 9210.0, 9196.0, 9137.0, 9181.0, 9171.0, 9153.0, 9147.0, 9110.0, 9097.0, 9156.0, 9118.0, 9098.0, 9081.0, 9088.0, 9045.0, 9057.0, 9112.0, 9058.0, 9035.0, 9061.0, 9106.0, 9084.0, 9101.0, 9115.0, 9107.0, 9140.0, 9122.0, 9108.0, 9151.0, 9109.0, 9178.0, 9147.0, 9142.0, 9100.0, 9084.0, 9127.0, 9081.0, 9138.0, 9096.0, 9125.0, 9092.0, 9113.0, 8396.0, 9233.0, 9194.0, 9219.0, 9054.0, 9169.0, 9181.0, 9153.0, 9171.0, 9150.0, 9208.0, 9180.0, 9153.0, 9168.0, 9164.0, 9145.0, 9121.0, 9117.0, 9122.0, 9072.0, 9122.0, 9130.0, 9130.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.024500021905805035</td></tr>
<tr><td colspan=3>aqi</td><td>0.113899773822563</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.38044442208339</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2267257905043856</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2226491665679835</td></tr>
<tr><td colspan=3>efc</td><td>0.5043</td></tr>
<tr><td colspan=3>fber</td><td>4246.4321</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.41526766361613593</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>228</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.97261774370208</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.719344451252922</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6488384823013145</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8762356586979254</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6329592127595265</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194006</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004437332972884178</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040703240782022476</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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>4.182058890151925</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>10.0499</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3065</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.0263</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1109.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.394</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.545</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.6772</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3298.1062</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>828.0557</td></tr>
<tr><td colspan=3>tsnr</td><td>16.175843940349296</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>