<?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-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-02/func/sub-0041_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>161b2703a429ff4124558a58cb7cce82</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>18:51:14.537500</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.996956, -0.0779004, 0.00310894, 0.0772368, 0.992319, 0.09663]</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.0945567</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7788, -7250, 524, -65, -254, -38, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1fe024b4-6b4d-438d-be38-8bfd6ca89d8c||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.6747608184814453, 0.20722061395645142, 0.028653951361775398, 104.49422454833984], [0.20900121331214905, 2.6623194217681885, 0.25945845246315, -107.08548736572266], [0.008341050706803799, -0.25925111770629883, 2.687351942062378, -56.24384307861328], [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': ['185114.537500', '185114.997500', '185115.457500', '185115.917500', '185116.377500', '185116.837500', '185117.297500', '185117.757500', '185118.217500', '185118.677500', '185119.137500', '185119.597500', '185120.057500', '185120.517500', '185120.977500', '185121.437500', '185121.897500', '185122.357500', '185122.817500', '185123.277500', '185123.737500', '185124.197500', '185124.657500', '185125.117500', '185125.577500', '185126.037500', '185126.497500', '185126.957500', '185127.417500', '185127.877500', '185128.337500', '185128.797500', '185129.257500', '185129.717500', '185130.177500', '185130.637500', '185131.097500', '185131.557500', '185132.017500', '185132.477500', '185132.937500', '185133.397500', '185133.857500', '185134.317500', '185134.777500', '185135.237500', '185135.697500', '185136.157500', '185136.617500', '185137.077500', '185137.537500', '185137.997500', '185138.457500', '185138.917500', '185139.377500', '185139.837500', '185140.297500', '185140.757500', '185141.217500', '185141.677500', '185142.137500', '185142.597500', '185143.057500', '185143.517500', '185143.977500', '185144.437500', '185144.897500', '185145.357500', '185145.817500', '185146.277500', '185146.737500', '185147.197500', '185147.657500', '185148.117500', '185148.577500', '185149.037500', '185149.497500', '185149.957500', '185150.417500', '185150.877500', '185151.337500', '185151.797500', '185152.257500', '185152.717500', '185153.177500', '185153.637500', '185154.097500', '185154.557500', '185155.017500', '185155.477500', '185155.937500', '185156.397500', '185156.857500', '185157.317500', '185157.777500', '185158.237500', '185158.697500', '185159.157500', '185159.617500', '185200.077500', '185200.537500', '185200.997500', '185201.457500', '185201.917500', '185202.377500', '185202.837500', '185203.297500', '185203.757500', '185204.217500', '185204.677500', '185205.137500', '185205.597500', '185206.057500', '185206.517500', '185206.977500', '185207.437500', '185207.897500', '185208.357500', '185208.817500', '185209.277500', '185209.737500', '185210.197500', '185210.657500', '185211.117500', '185211.577500', '185212.037500', '185212.497500', '185212.957500', '185213.417500', '185213.877500', '185214.337500', '185214.797500', '185215.257500', '185215.717500', '185216.177500', '185216.637500', '185217.097500', '185217.557500', '185218.017500', '185218.477500', '185218.937500', '185219.397500', '185219.857500', '185220.317500', '185220.777500', '185221.237500', '185221.697500', '185222.157500', '185222.617500', '185223.077500', '185223.537500', '185223.997500', '185224.457500', '185224.917500', '185225.377500', '185225.837500', '185226.297500', '185226.757500', '185227.217500', '185227.677500', '185228.137500', '185228.597500', '185229.057500', '185229.517500', '185229.977500', '185230.437500', '185230.897500', '185231.357500', '185231.817500', '185232.277500', '185232.737500', '185233.197500', '185233.657500', '185234.117500', '185234.577500', '185235.037500', '185235.497500', '185235.957500', '185236.417500', '185236.877500', '185237.337500', '185237.797500', '185238.257500', '185238.717500', '185239.177500', '185239.637500', '185240.097500', '185240.557500', '185241.017500', '185241.477500', '185241.937500', '185242.397500', '185242.857500', '185243.317500', '185243.777500', '185244.237500', '185244.697500', '185245.157500', '185245.617500', '185246.077500', '185246.537500', '185246.997500', '185247.457500', '185247.917500', '185248.377500', '185248.837500', '185249.297500', '185249.757500', '185250.217500', '185250.677500', '185251.137500', '185251.597500', '185252.057500', '185252.517500', '185252.977500', '185253.437500', '185253.897500', '185254.357500', '185254.817500', '185255.277500', '185255.737500', '185256.197500', '185256.657500', '185257.117500', '185257.577500', '185258.037500', '185258.497500', '185258.957500', '185259.417500', '185259.877500', '185300.337500', '185300.797500', '185301.257500', '185301.717500', '185302.177500', '185302.637500', '185303.097500', '185303.557500', '185304.017500', '185304.477500', '185304.937500', '185305.397500', '185305.857500', '185306.317500', '185306.777500', '185307.237500', '185307.697500', '185308.157500', '185308.617500', '185309.077500', '185309.537500', '185309.997500', '185310.457500', '185310.917500', '185311.377500', '185311.837500', '185312.297500', '185312.757500', '185313.217500', '185313.677500', '185314.137500', '185314.597500', '185315.057500', '185315.517500', '185315.977500', '185316.437500', '185316.897500', '185317.357500', '185317.817500', '185318.277500', '185318.737500', '185319.197500', '185319.657500', '185320.117500', '185320.577500', '185321.037500', '185321.497500', '185321.957500', '185322.417500', '185322.877500', '185323.337500', '185323.797500', '185324.257500', '185324.717500', '185325.177500', '185325.637500', '185326.097500', '185326.557500', '185327.017500', '185327.477500', '185327.937500', '185328.397500', '185328.857500', '185329.317500', '185329.777500', '185330.237500', '185330.697500', '185331.157500', '185331.617500', '185332.077500', '185332.537500', '185332.997500', '185333.457500', '185333.917500', '185334.377500', '185334.837500', '185335.297500', '185335.757500', '185336.217500', '185336.677500', '185337.137500', '185337.597500', '185338.057500', '185338.517500', '185338.977500', '185339.437500', '185339.897500', '185340.357500', '185340.817500', '185341.277500', '185341.737500', '185342.197500', '185342.657500', '185343.117500', '185343.577500', '185344.037500', '185344.497500', '185344.957500', '185345.417500', '185345.877500', '185346.337500', '185346.797500', '185347.257500', '185347.717500', '185348.177500', '185348.637500', '185349.097500', '185349.557500', '185350.017500', '185350.477500', '185350.937500', '185351.397500', '185351.857500', '185352.317500', '185352.777500', '185353.237500', '185353.697500', '185354.157500', '185354.617500', '185355.077500', '185355.537500', '185355.997500', '185356.457500', '185356.917500', '185357.377500', '185357.837500', '185358.297500', '185358.757500', '185359.217500', '185359.677500', '185400.137500', '185400.597500', '185401.057500', '185401.517500', '185401.977500', '185402.437500', '185402.897500', '185403.357500', '185403.817500', '185404.277500', '185404.737500', '185405.197500', '185405.657500', '185406.117500', '185406.577500', '185407.037500', '185407.497500', '185407.957500', '185408.417500', '185408.877500', '185409.337500', '185409.797500', '185410.257500', '185410.717500', '185411.177500', '185411.637500', '185412.097500', '185412.557500', '185413.017500', '185413.477500', '185413.937500', '185414.397500', '185414.857500', '185415.317500', '185415.777500', '185416.237500', '185416.697500', '185417.157500', '185417.617500', '185418.077500', '185418.537500', '185418.997500', '185419.457500', '185419.917500', '185420.377500', '185420.837500', '185421.297500', '185421.757500', '185422.217500', '185422.677500', '185423.137500', '185423.597500', '185424.057500', '185424.517500', '185424.977500', '185425.437500', '185425.897500', '185426.357500', '185426.817500', '185427.277500', '185427.737500', '185428.197500', '185428.657500', '185429.117500', '185429.577500', '185430.037500', '185430.497500', '185430.957500', '185431.417500', '185431.877500', '185432.337500', '185432.797500', '185433.257500', '185433.717500', '185434.177500', '185434.637500', '185435.097500', '185435.557500', '185436.017500', '185436.477500', '185436.937500', '185437.397500', '185437.857500', '185438.317500', '185438.777500', '185439.237500', '185439.697500', '185440.157500', '185440.617500', '185441.077500', '185441.537500', '185441.997500', '185442.457500', '185442.917500', '185443.377500', '185443.837500', '185444.297500', '185444.757500', '185445.217500', '185445.677500', '185446.137500', '185446.597500', '185447.057500', '185447.517500', '185447.977500', '185448.437500', '185448.897500', '185449.357500', '185449.817500', '185450.277500', '185450.737500', '185451.197500', '185451.657500', '185452.117500', '185452.577500', '185453.037500', '185453.497500', '185453.957500', '185454.417500', '185454.877500', '185455.337500', '185455.797500', '185456.257500', '185456.717500', '185457.177500', '185457.637500', '185458.097500', '185458.557500', '185459.017500', '185459.477500', '185459.937500', '185500.397500', '185500.857500', '185501.317500', '185501.777500', '185502.237500', '185502.697500', '185503.157500', '185503.617500', '185504.077500', '185504.537500', '185504.997500', '185505.457500', '185505.917500', '185506.377500', '185506.837500', '185507.297500', '185507.757500', '185508.217500', '185508.677500', '185509.137500', '185509.597500', '185510.057500', '185510.517500', '185510.977500', '185511.437500', '185511.897500', '185512.357500', '185512.817500', '185513.277500', '185513.737500', '185514.197500', '185514.657500', '185515.117500', '185515.577500', '185516.037500', '185516.497500', '185516.957500', '185517.417500', '185517.877500', '185518.337500', '185518.797500', '185519.257500', '185519.717500', '185520.177500', '185520.637500', '185521.097500', '185521.557500', '185522.017500', '185522.477500', '185522.937500', '185523.397500', '185523.857500', '185524.317500', '185524.777500', '185525.237500', '185525.697500', '185526.157500', '185526.617500', '185527.077500', '185527.537500', '185527.997500', '185528.457500', '185528.917500', '185529.377500', '185529.837500', '185530.297500', '185530.757500', '185531.217500', '185531.677500', '185532.137500', '185532.597500', '185533.057500', '185533.517500', '185533.977500', '185534.437500', '185534.897500', '185535.357500', '185535.817500', '185536.277500', '185536.737500', '185537.197500', '185537.657500', '185538.117500', '185538.577500', '185539.037500', '185539.497500', '185539.957500', '185540.417500', '185540.877500', '185541.337500', '185541.797500', '185542.257500', '185542.717500', '185543.177500', '185543.637500', '185544.097500', '185544.557500', '185545.017500', '185545.477500', '185545.937500', '185546.397500', '185546.857500', '185547.317500', '185547.777500', '185548.237500', '185548.697500', '185549.157500', '185549.617500', '185550.077500', '185550.537500', '185550.997500', '185551.457500', '185551.917500', '185552.377500', '185552.837500', '185553.297500', '185553.757500', '185554.217500', '185554.677500', '185555.137500', '185555.597500', '185556.057500', '185556.517500', '185556.977500', '185557.437500', '185557.897500', '185558.357500', '185558.817500', '185559.277500', '185559.737500', '185600.197500', '185600.657500', '185601.117500', '185601.577500', '185602.037500', '185602.497500', '185602.957500', '185603.417500', '185603.877500', '185604.337500', '185604.797500', '185605.257500', '185605.717500', '185606.177500', '185606.637500', '185607.097500', '185607.557500', '185608.017500', '185608.477500', '185608.937500', '185609.397500', '185609.857500', '185610.317500', '185610.777500', '185611.237500', '185611.697500', '185612.157500', '185612.617500', '185613.077500', '185613.537500', '185613.997500', '185614.457500', '185614.917500', '185615.377500', '185615.837500', '185616.297500', '185616.757500', '185617.217500', '185617.677500', '185618.137500', '185618.597500', '185619.057500', '185619.517500', '185619.977500', '185620.437500', '185620.897500', '185621.357500', '185621.817500', '185622.277500', '185622.737500', '185623.197500', '185623.657500', '185624.117500', '185624.577500', '185625.037500', '185625.497500', '185625.957500', '185626.417500', '185626.877500', '185627.337500', '185627.797500', '185628.257500', '185628.717500', '185629.177500', '185629.637500', '185630.097500', '185630.557500', '185631.017500', '185631.477500', '185631.937500', '185632.397500', '185632.857500', '185633.317500', '185633.777500', '185634.237500', '185634.697500', '185635.157500', '185635.617500', '185636.077500', '185636.537500', '185636.997500', '185637.457500', '185637.917500', '185638.377500', '185638.837500', '185639.297500', '185639.757500', '185640.217500', '185640.677500', '185641.137500', '185641.597500', '185642.057500', '185642.517500', '185642.977500', '185643.437500', '185643.897500', '185644.357500', '185644.817500', '185645.277500', '185645.737500', '185646.197500', '185646.657500', '185647.117500', '185647.577500', '185648.037500', '185648.497500', '185648.957500', '185649.417500', '185649.877500', '185650.337500', '185650.797500', '185651.257500', '185651.717500', '185652.177500', '185652.637500', '185653.097500', '185653.557500', '185654.017500', '185654.477500', '185654.937500', '185655.397500', '185655.857500', '185656.317500', '185656.777500', '185657.237500', '185657.697500', '185658.157500', '185658.617500', '185659.077500', '185659.537500', '185659.997500', '185700.457500', '185700.917500', '185701.377500', '185701.837500', '185702.297500', '185702.757500', '185703.217500', '185703.677500', '185704.137500', '185704.597500', '185705.057500', '185705.517500', '185705.977500', '185706.437500', '185706.897500', '185707.357500', '185707.817500', '185708.277500', '185708.737500', '185709.197500', '185709.657500', '185710.117500', '185710.577500', '185711.037500', '185711.497500', '185711.957500', '185712.417500', '185712.877500', '185713.337500', '185713.797500', '185714.257500', '185714.717500', '185715.177500', '185715.637500', '185716.097500', '185716.557500', '185717.017500', '185717.477500', '185717.937500', '185718.397500', '185718.857500', '185719.317500', '185719.777500', '185720.237500', '185720.697500', '185721.157500', '185721.617500', '185722.077500', '185722.537500', '185722.997500', '185723.457500', '185723.917500', '185724.377500', '185724.837500', '185725.297500', '185725.757500', '185726.217500', '185726.677500', '185727.137500', '185727.597500', '185728.057500', '185728.517500', '185728.977500', '185729.437500', '185729.897500', '185730.357500', '185730.817500', '185731.277500', '185731.737500', '185732.197500', '185732.657500', '185733.117500', '185733.577500', '185734.037500', '185734.497500', '185734.957500', '185735.417500', '185735.877500', '185736.337500', '185736.797500', '185737.257500', '185737.717500', '185738.177500', '185738.637500', '185739.097500', '185739.557500', '185740.017500', '185740.477500', '185740.937500', '185741.397500', '185741.857500', '185742.317500', '185742.777500', '185743.237500', '185743.697500', '185744.157500', '185744.617500', '185745.077500', '185745.537500', '185745.997500', '185746.457500', '185746.917500', '185747.377500', '185747.837500', '185748.297500', '185748.757500', '185749.217500', '185749.677500', '185750.137500', '185750.597500', '185751.057500', '185751.517500', '185751.977500', '185752.437500', '185752.897500', '185753.357500', '185753.817500', '185754.277500', '185754.737500', '185755.197500', '185755.657500', '185756.117500', '185756.577500', '185757.037500', '185757.497500', '185757.957500', '185758.417500', '185758.877500', '185759.337500', '185759.797500', '185800.257500', '185800.717500', '185801.177500', '185801.637500', '185802.097500', '185802.557500', '185803.017500', '185803.477500', '185803.937500', '185804.397500', '185804.857500', '185805.317500', '185805.777500', '185806.237500', '185806.697500', '185807.157500', '185807.617500', '185808.077500', '185808.537500', '185808.997500', '185809.457500', '185809.917500', '185810.377500', '185810.837500', '185811.297500', '185811.757500', '185812.217500', '185812.677500', '185813.137500', '185813.597500', '185814.057500', '185814.517500'], 'ContentTime': ['185141.365000', '185141.369000', '185141.372000', '185141.375000', '185141.378000', '185141.381000', '185141.384000', '185141.388000', '185141.391000', '185141.394000', '185141.397000', '185141.400000', '185141.403000', '185141.406000', '185141.409000', '185141.411000', '185141.414000', '185141.417000', '185141.420000', '185141.423000', '185141.426000', '185141.429000', '185141.432000', '185141.435000', '185141.438000', '185141.446000', '185141.449000', '185141.452000', '185141.455000', '185141.458000', '185141.461000', '185141.464000', '185141.466000', '185141.469000', '185141.472000', '185141.476000', '185141.479000', '185141.482000', '185141.485000', '185141.488000', '185141.491000', '185141.494000', '185141.497000', '185141.500000', '185141.503000', '185141.506000', '185141.509000', '185141.512000', '185141.515000', '185141.518000', '185141.521000', '185141.523000', '185141.526000', '185141.529000', '185141.532000', '185141.536000', '185201.327000', '185201.330000', '185201.333000', '185201.336000', '185201.339000', '185201.341000', '185201.344000', '185201.347000', '185201.350000', '185201.353000', '185201.356000', '185201.359000', '185201.361000', '185201.364000', '185201.367000', '185201.370000', '185201.373000', '185201.376000', '185201.379000', '185201.382000', '185201.384000', '185201.387000', '185201.390000', '185201.398000', '185201.401000', '185201.404000', '185201.407000', '185201.409000', '185201.412000', '185201.415000', '185201.418000', '185201.421000', '185201.424000', '185201.427000', '185201.430000', '185201.432000', '185201.435000', '185201.438000', '185201.441000', '185201.444000', '185201.447000', '185201.450000', '185201.453000', '185221.327000', '185221.330000', '185221.333000', '185221.336000', '185221.338000', '185221.341000', '185221.344000', '185221.347000', '185221.350000', '185221.353000', '185221.356000', '185221.359000', '185221.362000', '185221.364000', '185221.367000', '185221.370000', '185221.373000', '185221.376000', '185221.379000', '185221.382000', '185221.385000', '185221.387000', '185221.390000', '185221.393000', '185221.396000', '185221.399000', '185221.402000', '185221.405000', '185221.408000', '185221.411000', '185221.413000', '185221.416000', '185221.419000', '185221.422000', '185221.425000', '185221.428000', '185221.431000', '185221.434000', '185221.437000', '185221.439000', '185221.442000', '185221.445000', '185221.448000', '185221.451000', '185241.327000', '185241.330000', '185241.333000', '185241.336000', '185241.338000', '185241.341000', '185241.344000', '185241.351000', '185241.354000', '185241.357000', '185241.360000', '185241.363000', '185241.383000', '185241.385000', '185241.389000', '185241.392000', '185241.395000', '185241.398000', '185241.401000', '185241.404000', '185241.407000', '185241.410000', '185241.412000', '185241.415000', '185241.418000', '185241.421000', '185241.424000', '185241.427000', '185241.430000', '185241.433000', '185241.435000', '185241.438000', '185241.441000', '185241.444000', '185241.447000', '185241.450000', '185241.453000', '185241.456000', '185241.459000', '185241.462000', '185241.465000', '185241.468000', '185241.471000', '185301.327000', '185301.330000', '185301.333000', '185301.336000', '185301.339000', '185301.341000', '185301.344000', '185301.347000', '185301.350000', '185301.353000', '185301.356000', '185301.359000', '185301.362000', '185301.365000', '185301.368000', '185301.371000', '185301.374000', '185301.376000', '185301.379000', '185301.382000', '185301.385000', '185301.388000', '185301.391000', '185301.394000', '185301.397000', '185301.400000', '185301.403000', '185301.405000', '185301.408000', '185301.411000', '185301.414000', '185301.417000', '185301.420000', '185301.423000', '185301.426000', '185301.428000', '185301.431000', '185301.434000', '185301.437000', '185301.440000', '185301.443000', '185301.446000', '185301.449000', '185301.452000', '185321.328000', '185321.331000', '185321.334000', '185321.337000', '185321.340000', '185321.343000', '185321.345000', '185321.348000', '185321.351000', '185321.354000', '185321.357000', '185321.360000', '185321.363000', '185321.366000', '185321.369000', '185321.371000', '185321.374000', '185321.377000', '185321.380000', '185321.383000', '185321.386000', '185321.389000', '185321.392000', '185321.394000', '185321.397000', '185321.400000', '185321.403000', '185321.406000', '185321.409000', '185321.412000', '185321.415000', '185321.418000', '185321.420000', '185321.423000', '185321.426000', '185321.429000', '185321.432000', '185321.435000', '185321.438000', '185321.441000', '185321.444000', '185321.446000', '185321.449000', '185341.328000', '185341.331000', '185341.334000', '185341.337000', '185341.340000', '185341.342000', '185341.345000', '185341.348000', '185341.351000', '185341.354000', '185341.357000', '185341.360000', '185341.363000', '185341.366000', '185341.369000', '185341.371000', '185341.374000', '185341.377000', '185341.380000', '185341.383000', '185341.386000', '185341.389000', '185341.392000', '185341.395000', '185341.397000', '185341.400000', '185341.403000', '185341.406000', '185341.409000', '185341.412000', '185341.415000', '185341.418000', '185341.420000', '185341.423000', '185341.426000', '185341.429000', '185341.432000', '185341.435000', '185341.438000', '185341.441000', '185341.443000', '185341.446000', '185341.449000', '185341.452000', '185401.328000', '185401.331000', '185401.334000', '185401.337000', '185401.340000', '185401.342000', '185401.345000', '185401.348000', '185401.351000', '185401.354000', '185401.357000', '185401.360000', '185401.363000', '185401.366000', '185401.369000', '185401.372000', '185401.374000', '185401.377000', '185401.380000', '185401.383000', '185401.386000', '185401.389000', '185401.392000', '185401.395000', '185401.398000', '185401.401000', '185401.404000', '185401.406000', '185401.409000', '185401.412000', '185401.415000', '185401.418000', '185401.421000', '185401.424000', '185401.426000', '185401.430000', '185401.433000', '185401.436000', '185401.439000', '185401.442000', '185401.445000', '185401.448000', '185401.451000', '185421.327000', '185421.330000', '185421.333000', '185421.336000', '185421.339000', '185421.342000', '185421.344000', '185421.347000', '185421.350000', '185421.353000', '185421.356000', '185421.359000', '185421.362000', '185421.365000', '185421.368000', '185421.371000', '185421.374000', '185421.376000', '185421.379000', '185421.382000', '185421.385000', '185421.388000', '185421.391000', '185421.395000', '185421.398000', '185421.401000', '185421.404000', '185421.407000', '185421.409000', '185421.412000', '185421.415000', '185421.418000', '185421.421000', '185421.424000', '185421.427000', '185421.430000', '185421.433000', '185421.436000', '185421.438000', '185421.441000', '185421.444000', '185421.447000', '185421.450000', '185421.453000', '185441.327000', '185441.330000', '185441.333000', '185441.336000', '185441.344000', '185441.347000', '185441.350000', '185441.353000', '185441.356000', '185441.359000', '185441.362000', '185441.364000', '185441.367000', '185441.370000', '185441.373000', '185441.376000', '185441.379000', '185441.382000', '185441.385000', '185441.388000', '185441.390000', '185441.393000', '185441.396000', '185441.399000', '185441.402000', '185441.405000', '185441.408000', '185441.411000', '185441.414000', '185441.417000', '185441.419000', '185441.422000', '185441.425000', '185441.428000', '185441.431000', '185441.434000', '185441.437000', '185441.440000', '185441.443000', '185441.446000', '185441.449000', '185441.452000', '185441.454000', '185501.327000', '185501.330000', '185501.333000', '185501.336000', '185501.339000', '185501.342000', '185501.345000', '185501.348000', '185501.351000', '185501.353000', '185501.356000', '185501.359000', '185501.362000', '185501.365000', '185501.368000', '185501.371000', '185501.374000', '185501.377000', '185501.380000', '185501.382000', '185501.385000', '185501.388000', '185501.391000', '185501.394000', '185501.397000', '185501.400000', '185501.403000', '185501.406000', '185501.409000', '185501.412000', '185501.414000', '185501.417000', '185501.420000', '185501.423000', '185501.426000', '185501.429000', '185501.432000', '185501.435000', '185501.438000', '185501.441000', '185501.444000', '185501.446000', '185501.449000', '185501.452000', '185521.327000', '185521.330000', '185521.338000', '185521.341000', '185521.344000', '185521.347000', '185521.350000', '185521.353000', '185521.355000', '185521.358000', '185521.361000', '185521.364000', '185521.367000', '185521.370000', '185521.373000', '185521.376000', '185521.379000', '185521.381000', '185521.384000', '185521.387000', '185521.390000', '185521.393000', '185521.396000', '185521.399000', '185521.402000', '185521.405000', '185521.407000', '185521.410000', '185521.413000', '185521.416000', '185521.419000', '185521.422000', '185521.425000', '185521.428000', '185521.431000', '185521.434000', '185521.437000', '185521.439000', '185521.442000', '185521.445000', '185521.448000', '185521.451000', '185521.454000', '185541.328000', '185541.331000', '185541.334000', '185541.337000', '185541.340000', '185541.343000', '185541.345000', '185541.348000', '185541.351000', '185541.354000', '185541.357000', '185541.360000', '185541.363000', '185541.366000', '185541.368000', '185541.371000', '185541.374000', '185541.377000', '185541.391000', '185541.394000', '185541.397000', '185541.400000', '185541.402000', '185541.405000', '185541.408000', '185541.411000', '185541.414000', '185541.417000', '185541.420000', '185541.423000', '185541.425000', '185541.428000', '185541.431000', '185541.434000', '185541.437000', '185541.440000', '185541.443000', '185541.446000', '185541.449000', '185541.452000', '185541.455000', '185541.458000', '185541.460000', '185541.463000', '185601.328000', '185601.331000', '185601.334000', '185601.337000', '185601.340000', '185601.343000', '185601.346000', '185601.349000', '185601.352000', '185601.355000', '185601.358000', '185601.361000', '185601.364000', '185601.367000', '185601.370000', '185601.373000', '185601.376000', '185601.379000', '185601.382000', '185601.385000', '185601.388000', '185601.391000', '185601.393000', '185601.397000', '185601.399000', '185601.402000', '185601.405000', '185601.408000', '185601.411000', '185601.414000', '185601.417000', '185601.420000', '185601.423000', '185601.426000', '185601.429000', '185601.432000', '185601.435000', '185601.438000', '185601.441000', '185601.444000', '185601.447000', '185601.450000', '185601.453000', '185621.328000', '185621.332000', '185621.337000', '185621.340000', '185621.343000', '185621.346000', '185621.349000', '185621.352000', '185621.354000', '185621.357000', '185621.360000', '185621.363000', '185621.366000', '185621.369000', '185621.372000', '185621.375000', '185621.378000', '185621.381000', '185621.383000', '185621.386000', '185621.389000', '185621.392000', '185621.395000', '185621.398000', '185621.401000', '185621.404000', '185621.407000', '185621.409000', '185621.412000', '185621.415000', '185621.418000', '185621.421000', '185621.424000', '185621.427000', '185621.430000', '185621.432000', '185621.435000', '185621.440000', '185621.443000', '185621.446000', '185621.449000', '185621.452000', '185621.455000', '185641.327000', '185641.330000', '185641.333000', '185641.336000', '185641.339000', '185641.342000', '185641.345000', '185641.347000', '185641.350000', '185641.353000', '185641.356000', '185641.359000', '185641.362000', '185641.365000', '185641.368000', '185641.371000', '185641.374000', '185641.376000', '185641.379000', '185641.382000', '185641.385000', '185641.388000', '185641.391000', '185641.394000', '185641.397000', '185641.400000', '185641.402000', '185641.405000', '185641.408000', '185641.411000', '185641.414000', '185641.417000', '185641.420000', '185641.423000', '185641.426000', '185641.428000', '185641.431000', '185641.434000', '185641.437000', '185641.440000', '185641.443000', '185641.446000', '185641.448000', '185641.451000', '185701.327000', '185701.330000', '185701.333000', '185701.336000', '185701.339000', '185701.343000', '185701.347000', '185701.350000', '185701.353000', '185701.355000', '185701.358000', '185701.361000', '185701.364000', '185701.367000', '185701.370000', '185701.373000', '185701.376000', '185701.379000', '185701.382000', '185701.385000', '185701.388000', '185701.390000', '185701.393000', '185701.396000', '185701.399000', '185701.402000', '185701.405000', '185701.408000', '185701.411000', '185701.414000', '185701.416000', '185701.419000', '185701.422000', '185701.425000', '185701.428000', '185701.431000', '185701.434000', '185701.437000', '185701.440000', '185701.442000', '185701.445000', '185701.448000', '185701.451000', '185721.327000', '185721.330000', '185721.333000', '185721.336000', '185721.339000', '185721.342000', '185721.345000', '185721.348000', '185721.351000', '185721.353000', '185721.356000', '185721.359000', '185721.362000', '185721.365000', '185721.368000', '185721.371000', '185721.374000', '185721.376000', '185721.379000', '185721.382000', '185721.385000', '185721.388000', '185721.391000', '185721.394000', '185721.397000', '185721.400000', '185721.402000', '185721.405000', '185721.408000', '185721.411000', '185721.414000', '185721.417000', '185721.420000', '185721.423000', '185721.426000', '185721.428000', '185721.431000', '185721.434000', '185721.437000', '185721.440000', '185721.443000', '185721.446000', '185721.449000', '185721.452000', '185741.327000', '185741.330000', '185741.333000', '185741.336000', '185741.339000', '185741.342000', '185741.345000', '185741.348000', '185741.351000', '185741.353000', '185741.356000', '185741.360000', '185741.363000', '185741.366000', '185741.369000', '185741.372000', '185741.375000', '185741.378000', '185741.380000', '185741.383000', '185741.386000', '185741.389000', '185741.392000', '185741.395000', '185741.398000', '185741.400000', '185741.403000', '185741.406000', '185741.409000', '185741.412000', '185741.415000', '185741.418000', '185741.421000', '185741.424000', '185741.427000', '185741.430000', '185741.432000', '185741.435000', '185741.438000', '185741.441000', '185741.444000', '185741.447000', '185741.450000', '185801.328000', '185801.331000', '185801.334000', '185801.337000', '185801.340000', '185801.343000', '185801.346000', '185801.349000', '185801.352000', '185801.355000', '185801.358000', '185801.361000', '185801.363000', '185801.366000', '185801.369000', '185801.372000', '185801.375000', '185801.378000', '185801.381000', '185801.384000', '185801.387000', '185801.389000', '185801.392000', '185801.395000', '185801.398000', '185801.401000', '185801.404000', '185801.407000', '185801.410000', '185801.413000', '185801.416000', '185801.419000', '185801.421000', '185801.424000', '185801.427000', '185801.430000', '185801.433000', '185801.436000', '185801.439000', '185801.442000', '185801.445000', '185801.448000', '185801.451000', '185801.453000', '185815.925000', '185815.928000', '185815.931000', '185815.934000', '185815.937000', '185815.940000', '185815.943000', '185815.946000', '185815.949000', '185815.952000', '185815.955000', '185815.958000', '185815.960000', '185815.963000', '185815.966000', '185815.969000', '185815.972000', '185815.975000', '185815.978000', '185815.981000', '185815.983000', '185815.986000', '185815.989000', '185815.992000', '185815.995000', '185815.998000', '185816.002000', '185816.005000', '185816.008000', '185816.011000', '185816.014000', '185816.017000'], 'InstanceCreationTime': ['185141.365000', '185141.369000', '185141.372000', '185141.375000', '185141.378000', '185141.381000', '185141.384000', '185141.388000', '185141.391000', '185141.394000', '185141.397000', '185141.400000', '185141.403000', '185141.406000', '185141.409000', '185141.411000', '185141.414000', '185141.417000', '185141.420000', '185141.423000', '185141.426000', '185141.429000', '185141.432000', '185141.435000', '185141.438000', '185141.446000', '185141.449000', '185141.452000', '185141.455000', '185141.458000', '185141.461000', '185141.464000', '185141.466000', '185141.469000', '185141.472000', '185141.476000', '185141.479000', '185141.482000', '185141.485000', '185141.488000', '185141.491000', '185141.494000', '185141.497000', '185141.500000', '185141.503000', '185141.506000', '185141.509000', '185141.512000', '185141.515000', '185141.518000', '185141.521000', '185141.523000', '185141.526000', '185141.529000', '185141.532000', '185141.536000', '185201.327000', '185201.330000', '185201.333000', '185201.336000', '185201.339000', '185201.341000', '185201.344000', '185201.347000', '185201.350000', '185201.353000', '185201.356000', '185201.359000', '185201.361000', '185201.364000', '185201.367000', '185201.370000', '185201.373000', '185201.376000', '185201.379000', '185201.382000', '185201.384000', '185201.387000', '185201.390000', '185201.398000', '185201.401000', '185201.404000', '185201.407000', '185201.409000', '185201.412000', '185201.415000', '185201.418000', '185201.421000', '185201.424000', '185201.427000', '185201.430000', '185201.432000', '185201.435000', '185201.438000', '185201.441000', '185201.444000', '185201.447000', '185201.450000', '185201.453000', '185221.327000', '185221.330000', '185221.333000', '185221.336000', '185221.338000', '185221.341000', '185221.344000', '185221.347000', '185221.350000', '185221.353000', '185221.356000', '185221.359000', '185221.362000', '185221.364000', '185221.367000', '185221.370000', '185221.373000', '185221.376000', '185221.379000', '185221.382000', '185221.385000', '185221.387000', '185221.390000', '185221.393000', '185221.396000', '185221.399000', '185221.402000', '185221.405000', '185221.408000', '185221.411000', '185221.413000', '185221.416000', '185221.419000', '185221.422000', '185221.425000', '185221.428000', '185221.431000', '185221.434000', '185221.437000', '185221.439000', '185221.442000', '185221.445000', '185221.448000', '185221.451000', '185241.327000', '185241.330000', '185241.333000', '185241.336000', '185241.338000', '185241.341000', '185241.344000', '185241.351000', '185241.354000', '185241.357000', '185241.360000', '185241.363000', '185241.383000', '185241.385000', '185241.389000', '185241.392000', '185241.395000', '185241.398000', '185241.401000', '185241.404000', '185241.407000', '185241.410000', '185241.412000', '185241.415000', '185241.418000', '185241.421000', '185241.424000', '185241.427000', '185241.430000', '185241.433000', '185241.435000', '185241.438000', '185241.441000', '185241.444000', '185241.447000', '185241.450000', '185241.453000', '185241.456000', '185241.459000', '185241.462000', '185241.465000', '185241.468000', '185241.471000', '185301.327000', '185301.330000', '185301.333000', '185301.336000', '185301.339000', '185301.341000', '185301.344000', '185301.347000', '185301.350000', '185301.353000', '185301.356000', '185301.359000', '185301.362000', '185301.365000', '185301.368000', '185301.371000', '185301.374000', '185301.376000', '185301.379000', '185301.382000', '185301.385000', '185301.388000', '185301.391000', '185301.394000', '185301.397000', '185301.400000', '185301.403000', '185301.405000', '185301.408000', '185301.411000', '185301.414000', '185301.417000', '185301.420000', '185301.423000', '185301.426000', '185301.428000', '185301.431000', '185301.434000', '185301.437000', '185301.440000', '185301.443000', '185301.446000', '185301.449000', '185301.452000', '185321.328000', '185321.331000', '185321.334000', '185321.337000', '185321.340000', '185321.343000', '185321.345000', '185321.348000', '185321.351000', '185321.354000', '185321.357000', '185321.360000', '185321.363000', '185321.366000', '185321.369000', '185321.371000', '185321.374000', '185321.377000', '185321.380000', '185321.383000', '185321.386000', '185321.389000', '185321.392000', '185321.394000', '185321.397000', '185321.400000', '185321.403000', '185321.406000', '185321.409000', '185321.412000', '185321.415000', '185321.418000', '185321.420000', '185321.423000', '185321.426000', '185321.429000', '185321.432000', '185321.435000', '185321.438000', '185321.441000', '185321.444000', '185321.446000', '185321.449000', '185341.328000', '185341.331000', '185341.334000', '185341.337000', '185341.340000', '185341.342000', '185341.345000', '185341.348000', '185341.351000', '185341.354000', '185341.357000', '185341.360000', '185341.363000', '185341.366000', '185341.369000', '185341.371000', '185341.374000', '185341.377000', '185341.380000', '185341.383000', '185341.386000', '185341.389000', '185341.392000', '185341.395000', '185341.397000', '185341.400000', '185341.403000', '185341.406000', '185341.409000', '185341.412000', '185341.415000', '185341.418000', '185341.420000', '185341.423000', '185341.426000', '185341.429000', '185341.432000', '185341.435000', '185341.438000', '185341.441000', '185341.443000', '185341.446000', '185341.449000', '185341.452000', '185401.328000', '185401.331000', '185401.334000', '185401.337000', '185401.340000', '185401.342000', '185401.345000', '185401.348000', '185401.351000', '185401.354000', '185401.357000', '185401.360000', '185401.363000', '185401.366000', '185401.369000', '185401.372000', '185401.374000', '185401.377000', '185401.380000', '185401.383000', '185401.386000', '185401.389000', '185401.392000', '185401.395000', '185401.398000', '185401.401000', '185401.404000', '185401.406000', '185401.409000', '185401.412000', '185401.415000', '185401.418000', '185401.421000', '185401.424000', '185401.426000', '185401.430000', '185401.433000', '185401.436000', '185401.439000', '185401.442000', '185401.445000', '185401.448000', '185401.451000', '185421.327000', '185421.330000', '185421.333000', '185421.336000', '185421.339000', '185421.342000', '185421.344000', '185421.347000', '185421.350000', '185421.353000', '185421.356000', '185421.359000', '185421.362000', '185421.365000', '185421.368000', '185421.371000', '185421.374000', '185421.376000', '185421.379000', '185421.382000', '185421.385000', '185421.388000', '185421.391000', '185421.395000', '185421.398000', '185421.401000', '185421.404000', '185421.407000', '185421.409000', '185421.412000', '185421.415000', '185421.418000', '185421.421000', '185421.424000', '185421.427000', '185421.430000', '185421.433000', '185421.436000', '185421.438000', '185421.441000', '185421.444000', '185421.447000', '185421.450000', '185421.453000', '185441.327000', '185441.330000', '185441.333000', '185441.336000', '185441.344000', '185441.347000', '185441.350000', '185441.353000', '185441.356000', '185441.359000', '185441.362000', '185441.364000', '185441.367000', '185441.370000', '185441.373000', '185441.376000', '185441.379000', '185441.382000', '185441.385000', '185441.388000', '185441.390000', '185441.393000', '185441.396000', '185441.399000', '185441.402000', '185441.405000', '185441.408000', '185441.411000', '185441.414000', '185441.417000', '185441.419000', '185441.422000', '185441.425000', '185441.428000', '185441.431000', '185441.434000', '185441.437000', '185441.440000', '185441.443000', '185441.446000', '185441.449000', '185441.452000', '185441.454000', '185501.327000', '185501.330000', '185501.333000', '185501.336000', '185501.339000', '185501.342000', '185501.345000', '185501.348000', '185501.351000', '185501.353000', '185501.356000', '185501.359000', '185501.362000', '185501.365000', '185501.368000', '185501.371000', '185501.374000', '185501.377000', '185501.380000', '185501.382000', '185501.385000', '185501.388000', '185501.391000', '185501.394000', '185501.397000', '185501.400000', '185501.403000', '185501.406000', '185501.409000', '185501.412000', '185501.414000', '185501.417000', '185501.420000', '185501.423000', '185501.426000', '185501.429000', '185501.432000', '185501.435000', '185501.438000', '185501.441000', '185501.444000', '185501.446000', '185501.449000', '185501.452000', '185521.327000', '185521.330000', '185521.338000', '185521.341000', '185521.344000', '185521.347000', '185521.350000', '185521.353000', '185521.355000', '185521.358000', '185521.361000', '185521.364000', '185521.367000', '185521.370000', '185521.373000', '185521.376000', '185521.379000', '185521.381000', '185521.384000', '185521.387000', '185521.390000', '185521.393000', '185521.396000', '185521.399000', '185521.402000', '185521.405000', '185521.407000', '185521.410000', '185521.413000', '185521.416000', '185521.419000', '185521.422000', '185521.425000', '185521.428000', '185521.431000', '185521.434000', '185521.437000', '185521.439000', '185521.442000', '185521.445000', '185521.448000', '185521.451000', '185521.454000', '185541.328000', '185541.331000', '185541.334000', '185541.337000', '185541.340000', '185541.343000', '185541.345000', '185541.348000', '185541.351000', '185541.354000', '185541.357000', '185541.360000', '185541.363000', '185541.366000', '185541.368000', '185541.371000', '185541.374000', '185541.377000', '185541.391000', '185541.394000', '185541.397000', '185541.400000', '185541.402000', '185541.405000', '185541.408000', '185541.411000', '185541.414000', '185541.417000', '185541.420000', '185541.423000', '185541.425000', '185541.428000', '185541.431000', '185541.434000', '185541.437000', '185541.440000', '185541.443000', '185541.446000', '185541.449000', '185541.452000', '185541.455000', '185541.458000', '185541.460000', '185541.463000', '185601.328000', '185601.331000', '185601.334000', '185601.337000', '185601.340000', '185601.343000', '185601.346000', '185601.349000', '185601.352000', '185601.355000', '185601.358000', '185601.361000', '185601.364000', '185601.367000', '185601.370000', '185601.373000', '185601.376000', '185601.379000', '185601.382000', '185601.385000', '185601.388000', '185601.391000', '185601.393000', '185601.397000', '185601.399000', '185601.402000', '185601.405000', '185601.408000', '185601.411000', '185601.414000', '185601.417000', '185601.420000', '185601.423000', '185601.426000', '185601.429000', '185601.432000', '185601.435000', '185601.438000', '185601.441000', '185601.444000', '185601.447000', '185601.450000', '185601.453000', '185621.328000', '185621.332000', '185621.337000', '185621.340000', '185621.343000', '185621.346000', '185621.349000', '185621.352000', '185621.354000', '185621.357000', '185621.360000', '185621.363000', '185621.366000', '185621.369000', '185621.372000', '185621.375000', '185621.378000', '185621.381000', '185621.383000', '185621.386000', '185621.389000', '185621.392000', '185621.395000', '185621.398000', '185621.401000', '185621.404000', '185621.407000', '185621.409000', '185621.412000', '185621.415000', '185621.418000', '185621.421000', '185621.424000', '185621.427000', '185621.430000', '185621.432000', '185621.435000', '185621.440000', '185621.443000', '185621.446000', '185621.449000', '185621.452000', '185621.455000', '185641.327000', '185641.330000', '185641.333000', '185641.336000', '185641.339000', '185641.342000', '185641.345000', '185641.347000', '185641.350000', '185641.353000', '185641.356000', '185641.359000', '185641.362000', '185641.365000', '185641.368000', '185641.371000', '185641.374000', '185641.376000', '185641.379000', '185641.382000', '185641.385000', '185641.388000', '185641.391000', '185641.394000', '185641.397000', '185641.400000', '185641.402000', '185641.405000', '185641.408000', '185641.411000', '185641.414000', '185641.417000', '185641.420000', '185641.423000', '185641.426000', '185641.428000', '185641.431000', '185641.434000', '185641.437000', '185641.440000', '185641.443000', '185641.446000', '185641.448000', '185641.451000', '185701.327000', '185701.330000', '185701.333000', '185701.336000', '185701.339000', '185701.343000', '185701.347000', '185701.350000', '185701.353000', '185701.355000', '185701.358000', '185701.361000', '185701.364000', '185701.367000', '185701.370000', '185701.373000', '185701.376000', '185701.379000', '185701.382000', '185701.385000', '185701.388000', '185701.390000', '185701.393000', '185701.396000', '185701.399000', '185701.402000', '185701.405000', '185701.408000', '185701.411000', '185701.414000', '185701.416000', '185701.419000', '185701.422000', '185701.425000', '185701.428000', '185701.431000', '185701.434000', '185701.437000', '185701.440000', '185701.442000', '185701.445000', '185701.448000', '185701.451000', '185721.327000', '185721.330000', '185721.333000', '185721.336000', '185721.339000', '185721.342000', '185721.345000', '185721.348000', '185721.351000', '185721.353000', '185721.356000', '185721.359000', '185721.362000', '185721.365000', '185721.368000', '185721.371000', '185721.374000', '185721.376000', '185721.379000', '185721.382000', '185721.385000', '185721.388000', '185721.391000', '185721.394000', '185721.397000', '185721.400000', '185721.402000', '185721.405000', '185721.408000', '185721.411000', '185721.414000', '185721.417000', '185721.420000', '185721.423000', '185721.426000', '185721.428000', '185721.431000', '185721.434000', '185721.437000', '185721.440000', '185721.443000', '185721.446000', '185721.449000', '185721.452000', '185741.327000', '185741.330000', '185741.333000', '185741.336000', '185741.339000', '185741.342000', '185741.345000', '185741.348000', '185741.351000', '185741.353000', '185741.356000', '185741.360000', '185741.363000', '185741.366000', '185741.369000', '185741.372000', '185741.375000', '185741.378000', '185741.380000', '185741.383000', '185741.386000', '185741.389000', '185741.392000', '185741.395000', '185741.398000', '185741.400000', '185741.403000', '185741.406000', '185741.409000', '185741.412000', '185741.415000', '185741.418000', '185741.421000', '185741.424000', '185741.427000', '185741.430000', '185741.432000', '185741.435000', '185741.438000', '185741.441000', '185741.444000', '185741.447000', '185741.450000', '185801.328000', '185801.331000', '185801.334000', '185801.337000', '185801.340000', '185801.343000', '185801.346000', '185801.349000', '185801.352000', '185801.355000', '185801.358000', '185801.361000', '185801.363000', '185801.366000', '185801.369000', '185801.372000', '185801.375000', '185801.378000', '185801.381000', '185801.384000', '185801.387000', '185801.389000', '185801.392000', '185801.395000', '185801.398000', '185801.401000', '185801.404000', '185801.407000', '185801.410000', '185801.413000', '185801.416000', '185801.419000', '185801.421000', '185801.424000', '185801.427000', '185801.430000', '185801.433000', '185801.436000', '185801.439000', '185801.442000', '185801.445000', '185801.448000', '185801.451000', '185801.453000', '185815.925000', '185815.928000', '185815.931000', '185815.934000', '185815.937000', '185815.940000', '185815.943000', '185815.946000', '185815.949000', '185815.952000', '185815.955000', '185815.958000', '185815.960000', '185815.963000', '185815.966000', '185815.969000', '185815.972000', '185815.975000', '185815.978000', '185815.981000', '185815.983000', '185815.986000', '185815.989000', '185815.992000', '185815.995000', '185815.998000', '185816.002000', '185816.005000', '185816.008000', '185816.011000', '185816.014000', '185816.017000'], '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': [15282, 13019, 13422, 13204, 13519, 13045, 13001, 12990, 12343, 13189, 13399, 13053, 13838, 16374, 13219, 13457, 12882, 13054, 12919, 13107, 13539, 13805, 14686, 12689, 13929, 21385, 12970, 17574, 13398, 15114, 13308, 12447, 13348, 13371, 12611, 17640, 13658, 12974, 18021, 13230, 15416, 12457, 12548, 18327, 13161, 15461, 13325, 13810, 13311, 12565, 14714, 12937, 16774, 13889, 12304, 13932, 12779, 13450, 14229, 13140, 13977, 18910, 13178, 14458, 13486, 12834, 16621, 13703, 12663, 18131, 13356, 14097, 13686, 12462, 18642, 13451, 13033, 13496, 13056, 13180, 13239, 12747, 13202, 12766, 13344, 12974, 17663, 13461, 13014, 12591, 12579, 13301, 14056, 13599, 17962, 16365, 13135, 16644, 13879, 12760, 13974, 13461, 13465, 12707, 13156, 19383, 12924, 18151, 12604, 13188, 12276, 19395, 13198, 12289, 18528, 12669, 13499, 12693, 12804, 13177, 12326, 12912, 13367, 12239, 12985, 14901, 12911, 15539, 12943, 14482, 13117, 13547, 12952, 17610, 12542, 12572, 13669, 12989, 14510, 13092, 12283, 13504, 13352, 12967, 13332, 12758, 13312, 13086, 12984, 17174, 13274, 12739, 17558, 13529, 13308, 16269, 13238, 13805, 13159, 13501, 13155, 13372, 14039, 13268, 13632, 12669, 12837, 15837, 13424, 14375, 19133, 13097, 15841, 13113, 12444, 13339, 12535, 13108, 13392, 12734, 13285, 13743, 13051, 13224, 12741, 13022, 12546, 13042, 15031, 19783, 13141, 15340, 12683, 12509, 14781, 13144, 12823, 13275, 13709, 12983, 14845, 13386, 12613, 14623, 13131, 12651, 13156, 12787, 13289, 12901, 12461, 13013, 12526, 13185, 12649, 17511, 13317, 12323, 13366, 12747, 12954, 13433, 12822, 18595, 13334, 15060, 13512, 15029, 13450, 17299, 13532, 12874, 13497, 13297, 15944, 13368, 12807, 19111, 13319, 13949, 13355, 12746, 17321, 13348, 13948, 13325, 13482, 13262, 12577, 13382, 16293, 13427, 12570, 17127, 13348, 13723, 15980, 13238, 15091, 13070, 12809, 14488, 13463, 13444, 13315, 13007, 17844, 13516, 12663, 12459, 12994, 15806, 13269, 12486, 13472, 13206, 13006, 13027, 12925, 17887, 12985, 14815, 15260, 13118, 15816, 13240, 12889, 17612, 13520, 16218, 13398, 14457, 13279, 15831, 13042, 12553, 13203, 12512, 13536, 13390, 12199, 12624, 13570, 12943, 13062, 13364, 12712, 18431, 13549, 14222, 14425, 12910, 13393, 13070, 13600, 14576, 13251, 13398, 13243, 13420, 12906, 12740, 13288, 13470, 15015, 13294, 18771, 13121, 13474, 12865, 12935, 13999, 12772, 13319, 13071, 13073, 13271, 12696, 13182, 16568, 12971, 17694, 12816, 12632, 13337, 12648, 13289, 12500, 13317, 15480, 12926, 16572, 13303, 12521, 16011, 12930, 13458, 12303, 13328, 12876, 13272, 13701, 12285, 13627, 13474, 13318, 13454, 13023, 12830, 15539, 13479, 17652, 19222, 13424, 14687, 13426, 13539, 13515, 13322, 13734, 12965, 13872, 13273, 13234, 15909, 13187, 13677, 13019, 17755, 13210, 12623, 16746, 13325, 16125, 13277, 12093, 13584, 12703, 12689, 12787, 13433, 13259, 13666, 12820, 13451, 13175, 13551, 12758, 18313, 13338, 14775, 13461, 12912, 16824, 13167, 12993, 16567, 13392, 14998, 13362, 12947, 13812, 13553, 13765, 11636, 13449, 13283, 13194, 16909, 13163, 12791, 17702, 13163, 12913, 17662, 13341, 14639, 13811, 13430, 13532, 13433, 12961, 12856, 13300, 12255, 13519, 13567, 13059, 13295, 13217, 13866, 14555, 12825, 15209, 13575, 15232, 13471, 15554, 13419, 13341, 12966, 13444, 17578, 13403, 14599, 13473, 13368, 12776, 12843, 13071, 18541, 13305, 16055, 13684, 16417, 13154, 13229, 12986, 13580, 11993, 13454, 12591, 13375, 13482, 13254, 13244, 12923, 12723, 15114, 13909, 14803, 13577, 13674, 13942, 14208, 13769, 14975, 18861, 13406, 17262, 13367, 13487, 13297, 13158, 12986, 13522, 13734, 13544, 15860, 13376, 13551, 13058, 18216, 13314, 12394, 13204, 13041, 13038, 13114, 13602, 13308, 13398, 13577, 12463, 13341, 13318, 13315, 14042, 14837, 13407, 18870, 13400, 14152, 13384, 18896, 13729, 13273, 13922, 13239, 13206, 12863, 13471, 13438, 12710, 13315, 13175, 13217, 13205, 13307, 13379, 16892, 13769, 15406, 19993, 13542, 15686, 13780, 14053, 13847, 13675, 13660, 13230, 14032, 12795, 16371, 13451, 12368, 13514, 13465, 13284, 13409, 13249, 13512, 12925, 13031, 13049, 13238, 16287, 13531, 18186, 13533, 14606, 15477, 13308, 13123, 13579, 13828, 13297, 13382, 13659, 13670, 13186, 13546, 13538, 13213, 13901, 13591, 18894, 13461, 15405, 13743, 13000, 13848, 12411, 13439, 13055, 13172, 13442, 13151, 13049, 17638, 13400, 12819, 13514, 13304, 13800, 13488, 12582, 12627, 12017, 15757, 12792, 13007, 13184, 15507, 12929, 12917, 17194, 13086, 15451, 13158, 13582, 18241, 13048, 13367, 12694, 13329, 15718, 13367, 15350, 13194, 13607, 13095, 12554, 13006, 12792, 12467, 13028, 12581, 12462, 13240, 11783, 13149, 13171, 12738, 13308, 15507, 13339, 16649, 13068, 19079, 13104, 13616, 13067, 13329, 12959, 12736, 14744, 13403, 12217, 13272, 12780, 15004, 12841, 13082, 12594, 13182, 13482, 12971, 12734, 14675, 13531, 15995, 18826, 13145, 16489, 13400, 13076, 13201, 12756, 13459, 12453, 13678, 11872, 13290, 12685, 12830, 13338, 12896, 17968, 12975, 12671, 18423, 13562, 13144, 13274, 13014, 12717, 13873, 13207, 18587, 13293, 14898, 13203, 13140, 13169, 12920, 13594, 13255, 13558, 13527, 17974, 13258, 15044, 13366, 12692, 16181, 13335, 12414, 13892, 12653, 13905, 12895, 18157, 13440, 14835, 13172, 12744, 13594, 12011, 13406, 15187, 13327, 12615, 17296, 13690, 12733, 12856, 12925, 13570, 13271, 12959, 13406, 13471, 13314, 13209, 12816, 18288, 13558, 13287, 13312, 12913, 13925, 13235, 13693, 13261, 13207, 13645, 13969, 13792, 13614, 13544, 17675, 13719, 13165, 20022, 13832, 15914, 13879, 13754, 13673, 16546, 13293, 12981, 13448, 13406, 13538, 13268, 13223, 13160, 13930, 12153, 13563, 13772, 13259, 13799, 13236, 13177, 13477, 13891, 16176, 20647, 13733, 17661, 13678, 13618, 13589, 13612, 13013, 13909, 13074, 19536, 13388, 15297, 13545, 17228, 13591, 13310, 13265, 13424, 13191, 13482, 12742, 13737, 17583, 13566, 14760, 13300, 13724, 12955, 13445, 12785, 13582, 12800, 19782, 13800, 14699, 13286, 12998, 13400, 13170, 13945, 12605, 13598, 11959, 13517, 13222, 13355, 13026, 12934, 17453, 13385, 14241, 13672, 12707, 13429, 13497, 14040, 13775, 12431, 12295, 13335, 13433, 13171, 13220, 15697, 14196, 14938, 14874, 12916, 13324, 13305, 14733, 19339, 13542, 15965, 13338, 12741, 13501, 13068, 13714, 12576, 13700, 13538, 13125, 12751, 12415, 14160, 12851, 17995, 13731, 12851, 18149, 13346, 13472, 13242, 13305, 12880, 13636, 13129, 13193, 13338, 12828, 18177, 13399, 13583, 13607, 13015, 16170, 13871, 12719, 14027, 12546, 13264], 'WindowCenter': [4717.0, 4682.0, 4680.0, 4665.0, 4665.0, 4664.0, 4679.0, 4662.0, 4652.0, 4665.0, 4672.0, 4661.0, 4662.0, 4684.0, 4662.0, 4664.0, 4663.0, 4664.0, 4649.0, 4653.0, 4662.0, 4663.0, 4662.0, 4652.0, 4662.0, 4689.0, 4638.0, 4667.0, 4647.0, 4655.0, 4648.0, 4639.0, 4660.0, 4662.0, 4653.0, 4683.0, 4650.0, 4650.0, 4667.0, 4639.0, 4657.0, 4638.0, 4636.0, 4667.0, 4639.0, 4657.0, 4647.0, 4649.0, 4650.0, 4651.0, 4660.0, 4648.0, 4670.0, 4649.0, 4638.0, 4659.0, 4650.0, 4664.0, 4663.0, 4664.0, 4673.0, 4681.0, 4650.0, 4652.0, 4648.0, 4638.0, 4667.0, 4645.0, 4639.0, 4668.0, 4649.0, 4649.0, 4646.0, 4638.0, 4676.0, 4650.0, 4647.0, 4663.0, 4662.0, 4674.0, 4674.0, 4678.0, 4676.0, 4679.0, 4676.0, 4677.0, 4723.0, 4667.0, 4663.0, 4662.0, 4664.0, 4677.0, 4685.0, 4678.0, 4712.0, 4674.0, 4652.0, 4668.0, 4647.0, 4639.0, 4659.0, 4650.0, 4663.0, 4651.0, 4651.0, 4691.0, 4640.0, 4667.0, 4626.0, 4637.0, 4627.0, 4670.0, 4625.0, 4615.0, 4650.0, 4622.0, 4644.0, 4638.0, 4647.0, 4647.0, 4651.0, 4652.0, 4651.0, 4643.0, 4664.0, 4674.0, 4653.0, 4672.0, 4651.0, 4661.0, 4652.0, 4652.0, 4651.0, 4673.0, 4640.0, 4638.0, 4648.0, 4639.0, 4645.0, 4640.0, 4637.0, 4660.0, 4663.0, 4664.0, 4676.0, 4666.0, 4678.0, 4677.0, 4678.0, 4698.0, 4655.0, 4652.0, 4681.0, 4651.0, 4651.0, 4658.0, 4639.0, 4661.0, 4649.0, 4660.0, 4661.0, 4664.0, 4674.0, 4663.0, 4663.0, 4664.0, 4654.0, 4675.0, 4663.0, 4663.0, 4682.0, 4639.0, 4660.0, 4639.0, 4637.0, 4647.0, 4640.0, 4651.0, 4661.0, 4653.0, 4664.0, 4663.0, 4664.0, 4664.0, 4663.0, 4663.0, 4665.0, 4666.0, 4676.0, 4690.0, 4651.0, 4659.0, 4638.0, 4638.0, 4647.0, 4647.0, 4639.0, 4649.0, 4650.0, 4652.0, 4661.0, 4650.0, 4640.0, 4658.0, 4650.0, 4638.0, 4648.0, 4648.0, 4646.0, 4649.0, 4650.0, 4663.0, 4653.0, 4651.0, 4654.0, 4681.0, 4663.0, 4652.0, 4672.0, 4666.0, 4675.0, 4689.0, 4678.0, 4708.0, 4666.0, 4674.0, 4664.0, 4684.0, 4665.0, 4686.0, 4653.0, 4651.0, 4660.0, 4660.0, 4671.0, 4650.0, 4647.0, 4692.0, 4660.0, 4660.0, 4647.0, 4651.0, 4678.0, 4648.0, 4657.0, 4662.0, 4658.0, 4662.0, 4664.0, 4663.0, 4685.0, 4651.0, 4651.0, 4681.0, 4651.0, 4651.0, 4667.0, 4648.0, 4659.0, 4647.0, 4649.0, 4647.0, 4650.0, 4650.0, 4650.0, 4651.0, 4677.0, 4649.0, 4651.0, 4638.0, 4650.0, 4670.0, 4649.0, 4650.0, 4662.0, 4663.0, 4675.0, 4678.0, 4677.0, 4696.0, 4665.0, 4672.0, 4672.0, 4652.0, 4671.0, 4650.0, 4652.0, 4669.0, 4649.0, 4670.0, 4649.0, 4659.0, 4652.0, 4672.0, 4651.0, 4650.0, 4651.0, 4652.0, 4686.0, 4690.0, 4669.0, 4678.0, 4677.0, 4680.0, 4678.0, 4678.0, 4669.0, 4697.0, 4663.0, 4665.0, 4661.0, 4651.0, 4649.0, 4649.0, 4662.0, 4663.0, 4652.0, 4651.0, 4651.0, 4651.0, 4652.0, 4652.0, 4652.0, 4652.0, 4662.0, 4663.0, 4692.0, 4653.0, 4651.0, 4651.0, 4668.0, 4686.0, 4666.0, 4676.0, 4664.0, 4665.0, 4665.0, 4664.0, 4665.0, 4685.0, 4664.0, 4687.0, 4654.0, 4653.0, 4650.0, 4639.0, 4650.0, 4641.0, 4652.0, 4671.0, 4652.0, 4673.0, 4649.0, 4628.0, 4658.0, 4653.0, 4649.0, 4640.0, 4650.0, 4663.0, 4663.0, 4690.0, 4668.0, 4675.0, 4676.0, 4676.0, 4675.0, 4674.0, 4664.0, 4684.0, 4664.0, 4697.0, 4691.0, 4652.0, 4647.0, 4647.0, 4651.0, 4648.0, 4661.0, 4661.0, 4659.0, 4663.0, 4662.0, 4665.0, 4682.0, 4663.0, 4661.0, 4653.0, 4682.0, 4639.0, 4640.0, 4656.0, 4635.0, 4657.0, 4638.0, 4636.0, 4660.0, 4649.0, 4636.0, 4638.0, 4649.0, 4651.0, 4663.0, 4662.0, 4676.0, 4665.0, 4676.0, 4666.0, 4693.0, 4662.0, 4671.0, 4651.0, 4650.0, 4670.0, 4646.0, 4648.0, 4668.0, 4648.0, 4659.0, 4649.0, 4647.0, 4661.0, 4661.0, 4673.0, 4654.0, 4677.0, 4676.0, 4678.0, 4698.0, 4664.0, 4654.0, 4684.0, 4651.0, 4650.0, 4668.0, 4650.0, 4660.0, 4649.0, 4648.0, 4649.0, 4650.0, 4652.0, 4662.0, 4663.0, 4655.0, 4676.0, 4677.0, 4677.0, 4677.0, 4665.0, 4666.0, 4677.0, 4654.0, 4672.0, 4663.0, 4672.0, 4662.0, 4672.0, 4662.0, 4663.0, 4662.0, 4662.0, 4682.0, 4663.0, 4661.0, 4652.0, 4662.0, 4651.0, 4650.0, 4653.0, 4681.0, 4650.0, 4668.0, 4648.0, 4668.0, 4650.0, 4652.0, 4662.0, 4675.0, 4652.0, 4676.0, 4666.0, 4674.0, 4676.0, 4664.0, 4666.0, 4666.0, 4666.0, 4685.0, 4676.0, 4674.0, 4665.0, 4665.0, 4675.0, 4673.0, 4672.0, 4676.0, 4680.0, 4650.0, 4669.0, 4650.0, 4660.0, 4651.0, 4662.0, 4664.0, 4673.0, 4674.0, 4664.0, 4683.0, 4666.0, 4673.0, 4666.0, 4696.0, 4650.0, 4641.0, 4638.0, 4649.0, 4650.0, 4651.0, 4662.0, 4676.0, 4676.0, 4677.0, 4663.0, 4666.0, 4677.0, 4677.0, 4676.0, 4675.0, 4666.0, 4696.0, 4665.0, 4675.0, 4665.0, 4695.0, 4652.0, 4639.0, 4647.0, 4636.0, 4650.0, 4649.0, 4662.0, 4675.0, 4666.0, 4675.0, 4676.0, 4678.0, 4679.0, 4677.0, 4665.0, 4686.0, 4664.0, 4676.0, 4691.0, 4652.0, 4659.0, 4647.0, 4649.0, 4650.0, 4650.0, 4661.0, 4653.0, 4659.0, 4651.0, 4670.0, 4650.0, 4637.0, 4661.0, 4661.0, 4663.0, 4664.0, 4665.0, 4664.0, 4665.0, 4663.0, 4665.0, 4668.0, 4687.0, 4678.0, 4696.0, 4664.0, 4676.0, 4673.0, 4653.0, 4652.0, 4651.0, 4659.0, 4662.0, 4662.0, 4676.0, 4678.0, 4676.0, 4676.0, 4667.0, 4666.0, 4675.0, 4668.0, 4697.0, 4653.0, 4674.0, 4648.0, 4649.0, 4660.0, 4662.0, 4677.0, 4678.0, 4666.0, 4676.0, 4677.0, 4678.0, 4710.0, 4666.0, 4652.0, 4663.0, 4662.0, 4662.0, 4674.0, 4668.0, 4677.0, 4680.0, 4711.0, 4667.0, 4666.0, 4665.0, 4676.0, 4657.0, 4654.0, 4684.0, 4654.0, 4662.0, 4651.0, 4639.0, 4668.0, 4636.0, 4636.0, 4626.0, 4647.0, 4657.0, 4638.0, 4646.0, 4636.0, 4637.0, 4636.0, 4637.0, 4637.0, 4648.0, 4638.0, 4650.0, 4654.0, 4654.0, 4665.0, 4653.0, 4663.0, 4652.0, 4652.0, 4662.0, 4673.0, 4662.0, 4672.0, 4652.0, 4689.0, 4652.0, 4659.0, 4651.0, 4649.0, 4648.0, 4651.0, 4659.0, 4659.0, 4641.0, 4650.0, 4650.0, 4671.0, 4662.0, 4664.0, 4654.0, 4664.0, 4661.0, 4652.0, 4653.0, 4661.0, 4662.0, 4674.0, 4681.0, 4639.0, 4657.0, 4637.0, 4636.0, 4636.0, 4637.0, 4660.0, 4653.0, 4673.0, 4654.0, 4664.0, 4664.0, 4666.0, 4665.0, 4666.0, 4696.0, 4652.0, 4653.0, 4681.0, 4650.0, 4649.0, 4649.0, 4661.0, 4662.0, 4663.0, 4666.0, 4693.0, 4663.0, 4662.0, 4650.0, 4648.0, 4649.0, 4649.0, 4661.0, 4663.0, 4666.0, 4666.0, 4682.0, 4652.0, 4661.0, 4648.0, 4639.0, 4669.0, 4648.0, 4639.0, 4658.0, 4647.0, 4660.0, 4663.0, 4693.0, 4651.0, 4660.0, 4648.0, 4648.0, 4663.0, 4652.0, 4676.0, 4676.0, 4652.0, 4653.0, 4680.0, 4649.0, 4639.0, 4649.0, 4651.0, 4661.0, 4664.0, 4650.0, 4662.0, 4662.0, 4663.0, 4665.0, 4666.0, 4695.0, 4662.0, 4652.0, 4661.0, 4651.0, 4662.0, 4661.0, 4674.0, 4666.0, 4666.0, 4677.0, 4675.0, 4676.0, 4676.0, 4675.0, 4696.0, 4665.0, 4662.0, 4692.0, 4659.0, 4670.0, 4661.0, 4661.0, 4661.0, 4673.0, 4649.0, 4650.0, 4649.0, 4647.0, 4647.0, 4649.0, 4660.0, 4662.0, 4673.0, 4653.0, 4677.0, 4689.0, 4664.0, 4663.0, 4662.0, 4663.0, 4663.0, 4674.0, 4685.0, 4693.0, 4651.0, 4667.0, 4648.0, 4648.0, 4648.0, 4661.0, 4651.0, 4661.0, 4662.0, 4691.0, 4650.0, 4656.0, 4646.0, 4677.0, 4650.0, 4650.0, 4651.0, 4662.0, 4663.0, 4665.0, 4652.0, 4662.0, 4682.0, 4663.0, 4671.0, 4663.0, 4660.0, 4652.0, 4651.0, 4652.0, 4660.0, 4651.0, 4681.0, 4649.0, 4648.0, 4636.0, 4635.0, 4647.0, 4636.0, 4660.0, 4651.0, 4675.0, 4654.0, 4675.0, 4666.0, 4674.0, 4664.0, 4665.0, 4686.0, 4651.0, 4660.0, 4662.0, 4651.0, 4664.0, 4688.0, 4690.0, 4703.0, 4679.0, 4679.0, 4677.0, 4677.0, 4677.0, 4666.0, 4688.0, 4676.0, 4674.0, 4667.0, 4655.0, 4654.0, 4653.0, 4661.0, 4680.0, 4640.0, 4650.0, 4636.0, 4624.0, 4636.0, 4636.0, 4649.0, 4638.0, 4662.0, 4662.0, 4653.0, 4664.0, 4656.0, 4663.0, 4650.0, 4683.0, 4651.0, 4641.0, 4669.0, 4647.0, 4647.0, 4648.0, 4662.0, 4651.0, 4673.0, 4664.0, 4665.0, 4665.0, 4666.0, 4686.0, 4652.0, 4652.0, 4650.0, 4650.0, 4658.0, 4648.0, 4637.0, 4657.0, 4665.0, 4678.0], 'WindowWidth': [10304.0, 10244.0, 10235.0, 10209.0, 10206.0, 10206.0, 10234.0, 10199.0, 10182.0, 10207.0, 10214.0, 10196.0, 10199.0, 10233.0, 10201.0, 10204.0, 10200.0, 10200.0, 10178.0, 10186.0, 10200.0, 10199.0, 10198.0, 10180.0, 10198.0, 10239.0, 10157.0, 10198.0, 10167.0, 10178.0, 10173.0, 10162.0, 10193.0, 10198.0, 10188.0, 10230.0, 10175.0, 10177.0, 10198.0, 10157.0, 10185.0, 10155.0, 10154.0, 10198.0, 10159.0, 10185.0, 10171.0, 10175.0, 10180.0, 10185.0, 10192.0, 10172.0, 10209.0, 10174.0, 10158.0, 10188.0, 10179.0, 10204.0, 10203.0, 10205.0, 10219.0, 10227.0, 10178.0, 10186.0, 10172.0, 10158.0, 10201.0, 10165.0, 10160.0, 10201.0, 10174.0, 10177.0, 10169.0, 10160.0, 10212.0, 10177.0, 10174.0, 10201.0, 10201.0, 10220.0, 10221.0, 10230.0, 10228.0, 10237.0, 10226.0, 10228.0, 10308.0, 10212.0, 10203.0, 10201.0, 10205.0, 10228.0, 10238.0, 10232.0, 10299.0, 10224.0, 10183.0, 10204.0, 10169.0, 10161.0, 10190.0, 10181.0, 10200.0, 10183.0, 10183.0, 10236.0, 10164.0, 10198.0, 10139.0, 10151.0, 10138.0, 10215.0, 10134.0, 10118.0, 10167.0, 10123.0, 10160.0, 10156.0, 10169.0, 10172.0, 10180.0, 10183.0, 10178.0, 10172.0, 10201.0, 10217.0, 10185.0, 10209.0, 10180.0, 10193.0, 10181.0, 10183.0, 10179.0, 10217.0, 10162.0, 10158.0, 10168.0, 10158.0, 10163.0, 10161.0, 10156.0, 10194.0, 10202.0, 10204.0, 10223.0, 10212.0, 10229.0, 10228.0, 10228.0, 10265.0, 10192.0, 10184.0, 10227.0, 10180.0, 10181.0, 10186.0, 10160.0, 10192.0, 10176.0, 10192.0, 10197.0, 10203.0, 10219.0, 10203.0, 10200.0, 10203.0, 10189.0, 10222.0, 10201.0, 10205.0, 10235.0, 10161.0, 10197.0, 10158.0, 10155.0, 10170.0, 10163.0, 10179.0, 10193.0, 10187.0, 10202.0, 10201.0, 10203.0, 10202.0, 10203.0, 10202.0, 10209.0, 10208.0, 10226.0, 10241.0, 10180.0, 10194.0, 10158.0, 10158.0, 10168.0, 10168.0, 10159.0, 10175.0, 10177.0, 10183.0, 10197.0, 10178.0, 10165.0, 10187.0, 10175.0, 10160.0, 10174.0, 10174.0, 10170.0, 10177.0, 10179.0, 10202.0, 10190.0, 10181.0, 10189.0, 10225.0, 10201.0, 10186.0, 10216.0, 10210.0, 10225.0, 10248.0, 10235.0, 10276.0, 10212.0, 10221.0, 10207.0, 10234.0, 10208.0, 10248.0, 10187.0, 10182.0, 10195.0, 10194.0, 10215.0, 10176.0, 10172.0, 10245.0, 10193.0, 10194.0, 10169.0, 10180.0, 10221.0, 10175.0, 10187.0, 10197.0, 10191.0, 10200.0, 10205.0, 10204.0, 10239.0, 10183.0, 10183.0, 10227.0, 10179.0, 10181.0, 10197.0, 10173.0, 10192.0, 10171.0, 10176.0, 10171.0, 10179.0, 10182.0, 10177.0, 10181.0, 10217.0, 10177.0, 10181.0, 10160.0, 10181.0, 10210.0, 10177.0, 10180.0, 10202.0, 10204.0, 10223.0, 10230.0, 10231.0, 10260.0, 10206.0, 10218.0, 10213.0, 10185.0, 10213.0, 10176.0, 10183.0, 10209.0, 10176.0, 10206.0, 10177.0, 10192.0, 10186.0, 10217.0, 10181.0, 10180.0, 10181.0, 10188.0, 10241.0, 10251.0, 10221.0, 10232.0, 10230.0, 10236.0, 10230.0, 10229.0, 10218.0, 10264.0, 10201.0, 10207.0, 10196.0, 10180.0, 10174.0, 10176.0, 10196.0, 10200.0, 10182.0, 10180.0, 10181.0, 10181.0, 10184.0, 10183.0, 10183.0, 10182.0, 10196.0, 10200.0, 10241.0, 10185.0, 10181.0, 10182.0, 10215.0, 10241.0, 10212.0, 10221.0, 10202.0, 10206.0, 10207.0, 10207.0, 10207.0, 10236.0, 10205.0, 10250.0, 10192.0, 10185.0, 10178.0, 10162.0, 10176.0, 10165.0, 10182.0, 10210.0, 10184.0, 10219.0, 10173.0, 10143.0, 10184.0, 10186.0, 10173.0, 10162.0, 10177.0, 10201.0, 10202.0, 10251.0, 10217.0, 10223.0, 10226.0, 10223.0, 10222.0, 10220.0, 10205.0, 10232.0, 10204.0, 10259.0, 10245.0, 10184.0, 10169.0, 10168.0, 10180.0, 10174.0, 10196.0, 10195.0, 10193.0, 10199.0, 10202.0, 10208.0, 10228.0, 10200.0, 10195.0, 10184.0, 10236.0, 10161.0, 10163.0, 10183.0, 10149.0, 10183.0, 10157.0, 10155.0, 10191.0, 10178.0, 10155.0, 10159.0, 10175.0, 10181.0, 10201.0, 10200.0, 10224.0, 10209.0, 10226.0, 10214.0, 10247.0, 10199.0, 10213.0, 10180.0, 10178.0, 10211.0, 10168.0, 10174.0, 10203.0, 10172.0, 10190.0, 10174.0, 10171.0, 10194.0, 10198.0, 10217.0, 10193.0, 10228.0, 10225.0, 10230.0, 10265.0, 10204.0, 10189.0, 10236.0, 10181.0, 10180.0, 10209.0, 10179.0, 10196.0, 10175.0, 10174.0, 10175.0, 10178.0, 10184.0, 10199.0, 10203.0, 10195.0, 10224.0, 10229.0, 10232.0, 10227.0, 10211.0, 10207.0, 10229.0, 10190.0, 10216.0, 10200.0, 10215.0, 10198.0, 10214.0, 10200.0, 10199.0, 10200.0, 10199.0, 10228.0, 10201.0, 10197.0, 10183.0, 10196.0, 10182.0, 10179.0, 10190.0, 10227.0, 10179.0, 10207.0, 10173.0, 10200.0, 10177.0, 10182.0, 10198.0, 10220.0, 10188.0, 10226.0, 10210.0, 10220.0, 10225.0, 10207.0, 10209.0, 10209.0, 10211.0, 10239.0, 10225.0, 10223.0, 10206.0, 10207.0, 10218.0, 10218.0, 10215.0, 10227.0, 10228.0, 10180.0, 10205.0, 10178.0, 10192.0, 10182.0, 10199.0, 10205.0, 10218.0, 10220.0, 10205.0, 10232.0, 10210.0, 10217.0, 10209.0, 10261.0, 10181.0, 10168.0, 10160.0, 10176.0, 10181.0, 10182.0, 10199.0, 10224.0, 10226.0, 10227.0, 10206.0, 10209.0, 10227.0, 10227.0, 10224.0, 10225.0, 10211.0, 10254.0, 10208.0, 10220.0, 10207.0, 10259.0, 10183.0, 10165.0, 10168.0, 10152.0, 10175.0, 10175.0, 10201.0, 10221.0, 10210.0, 10221.0, 10225.0, 10233.0, 10235.0, 10227.0, 10208.0, 10237.0, 10203.0, 10226.0, 10242.0, 10182.0, 10192.0, 10170.0, 10174.0, 10177.0, 10179.0, 10195.0, 10187.0, 10189.0, 10177.0, 10206.0, 10176.0, 10158.0, 10195.0, 10194.0, 10201.0, 10204.0, 10207.0, 10205.0, 10207.0, 10203.0, 10207.0, 10213.0, 10241.0, 10229.0, 10256.0, 10204.0, 10228.0, 10215.0, 10184.0, 10181.0, 10179.0, 10189.0, 10199.0, 10198.0, 10225.0, 10229.0, 10229.0, 10224.0, 10212.0, 10211.0, 10220.0, 10216.0, 10265.0, 10186.0, 10221.0, 10174.0, 10175.0, 10192.0, 10201.0, 10229.0, 10233.0, 10210.0, 10223.0, 10227.0, 10231.0, 10287.0, 10208.0, 10186.0, 10200.0, 10196.0, 10198.0, 10218.0, 10216.0, 10233.0, 10239.0, 10284.0, 10215.0, 10207.0, 10208.0, 10224.0, 10198.0, 10189.0, 10237.0, 10185.0, 10196.0, 10180.0, 10158.0, 10200.0, 10150.0, 10148.0, 10137.0, 10168.0, 10183.0, 10155.0, 10165.0, 10150.0, 10151.0, 10151.0, 10152.0, 10153.0, 10171.0, 10158.0, 10177.0, 10188.0, 10188.0, 10204.0, 10188.0, 10199.0, 10184.0, 10183.0, 10197.0, 10215.0, 10197.0, 10213.0, 10184.0, 10235.0, 10184.0, 10191.0, 10180.0, 10176.0, 10174.0, 10179.0, 10192.0, 10190.0, 10168.0, 10179.0, 10179.0, 10211.0, 10200.0, 10203.0, 10190.0, 10201.0, 10195.0, 10186.0, 10186.0, 10199.0, 10198.0, 10223.0, 10225.0, 10162.0, 10190.0, 10154.0, 10155.0, 10152.0, 10153.0, 10192.0, 10187.0, 10216.0, 10190.0, 10204.0, 10205.0, 10210.0, 10207.0, 10207.0, 10259.0, 10184.0, 10184.0, 10227.0, 10176.0, 10176.0, 10176.0, 10196.0, 10199.0, 10202.0, 10210.0, 10249.0, 10199.0, 10200.0, 10177.0, 10172.0, 10175.0, 10176.0, 10197.0, 10202.0, 10210.0, 10214.0, 10228.0, 10182.0, 10199.0, 10173.0, 10162.0, 10205.0, 10172.0, 10160.0, 10187.0, 10172.0, 10192.0, 10203.0, 10245.0, 10179.0, 10190.0, 10171.0, 10174.0, 10201.0, 10186.0, 10222.0, 10226.0, 10183.0, 10185.0, 10225.0, 10175.0, 10160.0, 10174.0, 10181.0, 10195.0, 10201.0, 10182.0, 10198.0, 10199.0, 10200.0, 10206.0, 10208.0, 10254.0, 10199.0, 10187.0, 10193.0, 10182.0, 10199.0, 10199.0, 10220.0, 10210.0, 10210.0, 10228.0, 10224.0, 10227.0, 10227.0, 10223.0, 10263.0, 10207.0, 10198.0, 10245.0, 10190.0, 10207.0, 10195.0, 10197.0, 10195.0, 10221.0, 10175.0, 10176.0, 10176.0, 10168.0, 10170.0, 10175.0, 10194.0, 10200.0, 10216.0, 10190.0, 10228.0, 10249.0, 10205.0, 10202.0, 10198.0, 10200.0, 10203.0, 10218.0, 10241.0, 10254.0, 10183.0, 10202.0, 10173.0, 10172.0, 10173.0, 10193.0, 10184.0, 10197.0, 10201.0, 10238.0, 10177.0, 10185.0, 10169.0, 10214.0, 10177.0, 10178.0, 10182.0, 10198.0, 10201.0, 10205.0, 10184.0, 10197.0, 10225.0, 10199.0, 10211.0, 10198.0, 10192.0, 10184.0, 10182.0, 10185.0, 10192.0, 10182.0, 10234.0, 10173.0, 10176.0, 10151.0, 10148.0, 10167.0, 10153.0, 10191.0, 10185.0, 10221.0, 10191.0, 10221.0, 10210.0, 10219.0, 10206.0, 10207.0, 10243.0, 10183.0, 10195.0, 10195.0, 10180.0, 10203.0, 10245.0, 10250.0, 10273.0, 10233.0, 10237.0, 10228.0, 10226.0, 10229.0, 10211.0, 10242.0, 10228.0, 10220.0, 10215.0, 10193.0, 10189.0, 10184.0, 10199.0, 10231.0, 10160.0, 10179.0, 10147.0, 10131.0, 10149.0, 10150.0, 10173.0, 10159.0, 10197.0, 10197.0, 10187.0, 10202.0, 10196.0, 10201.0, 10180.0, 10232.0, 10177.0, 10166.0, 10204.0, 10167.0, 10169.0, 10173.0, 10195.0, 10184.0, 10215.0, 10204.0, 10205.0, 10203.0, 10207.0, 10245.0, 10183.0, 10185.0, 10176.0, 10174.0, 10188.0, 10170.0, 10156.0, 10184.0, 10206.0, 10229.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.0008902519167579408</td></tr>
<tr><td colspan=3>aqi</td><td>0.017600130339539978</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.62562191716011</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2083005547478085</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0053042227521918</td></tr>
<tr><td colspan=3>efc</td><td>0.4817</td></tr>
<tr><td colspan=3>fber</td><td>5873.3066</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08956771289956493</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.490690032858708</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5712366853570714</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.52165648533357</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8638462044478583</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3282073662897855</td></tr>
<tr><td colspan=3>gcor</td><td>0.0183326</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017366956919431686</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025062114000320435</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>3.7566659155101987</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>31.9406</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2468</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.2406</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>299089.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1044.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.8725</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2235</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.3994</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3819.6068</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1086.5948</td></tr>
<tr><td colspan=3>tsnr</td><td>43.84072085819207</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>