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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-02/func/sub-0106_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>60cafbf7153c536c747829303a365f35</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>21:47:38.752500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995409, 0.0751772, 0.0592433, -0.0835868, 0.984312, 0.15538]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_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.102879</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7796, -7204, 312, -87, 23, -57, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4607df6-da4e-4070-a916-6209adedbfa3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6706089973449707, -0.2242572158575058, 0.125908762216568, 118.72057342529297], [-0.20169483125209808, 2.6408374309539795, 0.43096980452537537, -87.61688995361328], [0.15894542634487152, -0.4168728291988373, 2.662407159805298, -39.041053771972656], [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': ['214738.752500', '214739.212500', '214739.672500', '214740.132500', '214740.592500', '214741.052500', '214741.512500', '214741.972500', '214742.432500', '214742.892500', '214743.352500', '214743.812500', '214744.272500', '214744.732500', '214745.192500', '214745.652500', '214746.112500', '214746.572500', '214747.032500', '214747.492500', '214747.952500', '214748.412500', '214748.872500', '214749.332500', '214749.792500', '214750.252500', '214750.712500', '214751.172500', '214751.632500', '214752.092500', '214752.552500', '214753.012500', '214753.472500', '214753.932500', '214754.392500', '214754.852500', '214755.312500', '214755.772500', '214756.232500', '214756.692500', '214757.152500', '214757.612500', '214758.072500', '214758.532500', '214758.992500', '214759.452500', '214759.912500', '214800.372500', '214800.832500', '214801.292500', '214801.752500', '214802.212500', '214802.672500', '214803.132500', '214803.592500', '214804.052500', '214804.512500', '214804.972500', '214805.432500', '214805.892500', '214806.352500', '214806.812500', '214807.272500', '214807.732500', '214808.192500', '214808.652500', '214809.112500', '214809.572500', '214810.032500', '214810.492500', '214810.952500', '214811.412500', '214811.872500', '214812.332500', '214812.792500', '214813.252500', '214813.712500', '214814.172500', '214814.632500', '214815.092500', '214815.552500', '214816.012500', '214816.472500', '214816.932500', '214817.392500', '214817.852500', '214818.312500', '214818.772500', '214819.232500', '214819.692500', '214820.152500', '214820.612500', '214821.072500', '214821.532500', '214821.992500', '214822.452500', '214822.912500', '214823.372500', '214823.832500', '214824.292500', '214824.752500', '214825.212500', '214825.672500', '214826.132500', '214826.592500', '214827.052500', '214827.512500', '214827.972500', '214828.432500', '214828.892500', '214829.352500', '214829.812500', '214830.272500', '214830.732500', '214831.192500', '214831.652500', '214832.112500', '214832.572500', '214833.032500', '214833.492500', '214833.952500', '214834.412500', '214834.872500', '214835.332500', '214835.792500', '214836.252500', '214836.712500', '214837.172500', '214837.632500', '214838.092500', '214838.552500', '214839.012500', '214839.472500', '214839.932500', '214840.392500', '214840.852500', '214841.312500', '214841.772500', '214842.232500', '214842.692500', '214843.152500', '214843.612500', '214844.072500', '214844.532500', '214844.992500', '214845.452500', '214845.912500', '214846.372500', '214846.832500', '214847.292500', '214847.752500', '214848.212500', '214848.672500', '214849.132500', '214849.592500', '214850.052500', '214850.512500', '214850.972500', '214851.432500', '214851.892500', '214852.352500', '214852.812500', '214853.272500', '214853.732500', '214854.192500', '214854.652500', '214855.112500', '214855.572500', '214856.032500', '214856.492500', '214856.952500', '214857.412500', '214857.872500', '214858.332500', '214858.792500', '214859.252500', '214859.712500', '214900.172500', '214900.632500', '214901.092500', '214901.552500', '214902.012500', '214902.472500', '214902.932500', '214903.392500', '214903.852500', '214904.312500', '214904.772500', '214905.232500', '214905.692500', '214906.152500', '214906.612500', '214907.072500', '214907.532500', '214907.992500', '214908.452500', '214908.912500', '214909.372500', '214909.832500', '214910.292500', '214910.752500', '214911.212500', '214911.672500', '214912.132500', '214912.592500', '214913.052500', '214913.512500', '214913.972500', '214914.432500', '214914.892500', '214915.352500', '214915.812500', '214916.272500', '214916.732500', '214917.192500', '214917.652500', '214918.112500', '214918.572500', '214919.032500', '214919.492500', '214919.952500', '214920.412500', '214920.872500', '214921.332500', '214921.792500', '214922.252500', '214922.712500', '214923.172500', '214923.632500', '214924.092500', '214924.552500', '214925.012500', '214925.472500', '214925.932500', '214926.392500', '214926.852500', '214927.312500', '214927.772500', '214928.232500', '214928.692500', '214929.152500', '214929.612500', '214930.072500', '214930.532500', '214930.992500', '214931.452500', '214931.912500', '214932.372500', '214932.832500', '214933.292500', '214933.752500', '214934.212500', '214934.672500', '214935.132500', '214935.592500', '214936.052500', '214936.512500', '214936.972500', '214937.432500', '214937.892500', '214938.352500', '214938.812500', '214939.272500', '214939.732500', '214940.192500', '214940.652500', '214941.112500', '214941.572500', '214942.032500', '214942.492500', '214942.952500', '214943.412500', '214943.872500', '214944.332500', '214944.792500', '214945.252500', '214945.712500', '214946.172500', '214946.632500', '214947.092500', '214947.552500', '214948.012500', '214948.472500', '214948.932500', '214949.392500', '214949.852500', '214950.312500', '214950.772500', '214951.232500', '214951.692500', '214952.152500', '214952.612500', '214953.072500', '214953.532500', '214953.992500', '214954.452500', '214954.912500', '214955.372500', '214955.832500', '214956.292500', '214956.752500', '214957.212500', '214957.672500', '214958.132500', '214958.592500', '214959.052500', '214959.512500', '214959.972500', '215000.432500', '215000.892500', '215001.352500', '215001.812500', '215002.272500', '215002.732500', '215003.192500', '215003.652500', '215004.112500', '215004.572500', '215005.032500', '215005.492500', '215005.952500', '215006.412500', '215006.872500', '215007.332500', '215007.792500', '215008.252500', '215008.712500', '215009.172500', '215009.632500', '215010.092500', '215010.552500', '215011.012500', '215011.472500', '215011.932500', '215012.392500', '215012.852500', '215013.312500', '215013.772500', '215014.232500', '215014.692500', '215015.152500', '215015.612500', '215016.072500', '215016.532500', '215016.992500', '215017.452500', '215017.912500', '215018.372500', '215018.832500', '215019.292500', '215019.752500', '215020.212500', '215020.672500', '215021.132500', '215021.592500', '215022.052500', '215022.512500', '215022.972500', '215023.432500', '215023.892500', '215024.352500', '215024.812500', '215025.272500', '215025.732500', '215026.192500', '215026.652500', '215027.112500', '215027.572500', '215028.032500', '215028.492500', '215028.952500', '215029.412500', '215029.872500', '215030.332500', '215030.792500', '215031.252500', '215031.712500', '215032.172500', '215032.632500', '215033.092500', '215033.552500', '215034.012500', '215034.472500', '215034.932500', '215035.392500', '215035.852500', '215036.312500', '215036.772500', '215037.232500', '215037.692500', '215038.152500', '215038.612500', '215039.072500', '215039.532500', '215039.992500', '215040.452500', '215040.912500', '215041.372500', '215041.832500', '215042.292500', '215042.752500', '215043.212500', '215043.672500', '215044.132500', '215044.592500', '215045.052500', '215045.512500', '215045.972500', '215046.432500', '215046.892500', '215047.352500', '215047.812500', '215048.272500', '215048.732500', '215049.192500', '215049.652500', '215050.112500', '215050.572500', '215051.032500', '215051.492500', '215051.952500', '215052.412500', '215052.872500', '215053.332500', '215053.792500', '215054.252500', '215054.712500', '215055.172500', '215055.632500', '215056.092500', '215056.552500', '215057.012500', '215057.472500', '215057.932500', '215058.392500', '215058.852500', '215059.312500', '215059.772500', '215100.232500', '215100.692500', '215101.152500', '215101.612500', '215102.072500', '215102.532500', '215102.992500', '215103.452500', '215103.912500', '215104.372500', '215104.832500', '215105.292500', '215105.752500', '215106.212500', '215106.672500', '215107.132500', '215107.592500', '215108.052500', '215108.512500', '215108.972500', '215109.432500', '215109.892500', '215110.352500', '215110.812500', '215111.272500', '215111.732500', '215112.192500', '215112.652500', '215113.112500', '215113.572500', '215114.032500', '215114.492500', '215114.952500', '215115.412500', '215115.872500', '215116.332500', '215116.792500', '215117.252500', '215117.712500', '215118.172500', '215118.632500', '215119.092500', '215119.552500', '215120.012500', '215120.472500', '215120.932500', '215121.392500', '215121.852500', '215122.312500', '215122.772500', '215123.232500', '215123.692500', '215124.152500', '215124.612500', '215125.072500', '215125.532500', '215125.992500', '215126.452500', '215126.912500', '215127.372500', '215127.832500', '215128.292500', '215128.752500', '215129.212500', '215129.672500', '215130.132500', '215130.592500', '215131.052500', '215131.512500', '215131.972500', '215132.432500', '215132.892500', '215133.352500', '215133.812500', '215134.272500', '215134.732500', '215135.192500', '215135.652500', '215136.112500', '215136.572500', '215137.032500', '215137.492500', '215137.952500', '215138.412500', '215138.872500', '215139.332500', '215139.792500', '215140.252500', '215140.712500', '215141.172500', '215141.632500', '215142.092500', '215142.552500', '215143.012500', '215143.472500', '215143.932500', '215144.392500', '215144.852500', '215145.312500', '215145.772500', '215146.232500', '215146.692500', '215147.152500', '215147.612500', '215148.072500', '215148.532500', '215148.992500', '215149.452500', '215149.912500', '215150.372500', '215150.832500', '215151.292500', '215151.752500', '215152.212500', '215152.672500', '215153.132500', '215153.592500', '215154.052500', '215154.512500', '215154.972500', '215155.432500', '215155.892500', '215156.352500', '215156.812500', '215157.272500', '215157.732500', '215158.192500', '215158.652500', '215159.112500', '215159.572500', '215200.032500', '215200.492500', '215200.952500', '215201.412500', '215201.872500', '215202.332500', '215202.792500', '215203.252500', '215203.712500', '215204.172500', '215204.632500', '215205.092500', '215205.552500', '215206.012500', '215206.472500', '215206.932500', '215207.392500', '215207.852500', '215208.312500', '215208.772500', '215209.232500', '215209.692500', '215210.152500', '215210.612500', '215211.072500', '215211.532500', '215211.992500', '215212.452500', '215212.912500', '215213.372500', '215213.832500', '215214.292500', '215214.752500', '215215.212500', '215215.672500', '215216.132500', '215216.592500', '215217.052500', '215217.512500', '215217.972500', '215218.432500', '215218.892500', '215219.352500', '215219.812500', '215220.272500', '215220.732500', '215221.192500', '215221.652500', '215222.112500', '215222.572500', '215223.032500', '215223.492500', '215223.952500', '215224.412500', '215224.872500', '215225.332500', '215225.792500', '215226.252500', '215226.712500', '215227.172500', '215227.632500', '215228.092500', '215228.552500', '215229.012500', '215229.472500', '215229.932500', '215230.392500', '215230.852500', '215231.312500', '215231.772500', '215232.232500', '215232.692500', '215233.152500', '215233.612500', '215234.072500', '215234.532500', '215234.992500', '215235.452500', '215235.912500', '215236.372500', '215236.832500', '215237.292500', '215237.752500', '215238.212500', '215238.672500', '215239.132500', '215239.592500', '215240.052500', '215240.512500', '215240.972500', '215241.432500', '215241.892500', '215242.352500', '215242.812500', '215243.272500', '215243.732500', '215244.192500', '215244.652500', '215245.112500', '215245.572500', '215246.032500', '215246.492500', '215246.952500', '215247.412500', '215247.872500', '215248.332500', '215248.792500', '215249.252500', '215249.712500', '215250.172500', '215250.632500', '215251.092500', '215251.552500', '215252.012500', '215252.472500', '215252.932500', '215253.392500', '215253.852500', '215254.312500', '215254.772500', '215255.232500', '215255.692500', '215256.152500', '215256.612500', '215257.072500', '215257.532500', '215257.992500', '215258.452500', '215258.912500', '215259.372500', '215259.832500', '215300.292500', '215300.752500', '215301.212500', '215301.672500', '215302.132500', '215302.592500', '215303.052500', '215303.512500', '215303.972500', '215304.432500', '215304.892500', '215305.352500', '215305.812500', '215306.272500', '215306.732500', '215307.192500', '215307.652500', '215308.112500', '215308.572500', '215309.032500', '215309.492500', '215309.952500', '215310.412500', '215310.872500', '215311.332500', '215311.792500', '215312.252500', '215312.712500', '215313.172500', '215313.632500', '215314.092500', '215314.552500', '215315.012500', '215315.472500', '215315.932500', '215316.392500', '215316.852500', '215317.312500', '215317.772500', '215318.232500', '215318.692500', '215319.152500', '215319.612500', '215320.072500', '215320.532500', '215320.992500', '215321.452500', '215321.912500', '215322.372500', '215322.832500', '215323.292500', '215323.752500', '215324.212500', '215324.672500', '215325.132500', '215325.592500', '215326.052500', '215326.512500', '215326.972500', '215327.432500', '215327.892500', '215328.352500', '215328.812500', '215329.272500', '215329.732500', '215330.192500', '215330.652500', '215331.112500', '215331.572500', '215332.032500', '215332.492500', '215332.952500', '215333.412500', '215333.872500', '215334.332500', '215334.792500', '215335.252500', '215335.712500', '215336.172500', '215336.632500', '215337.092500', '215337.552500', '215338.012500', '215338.472500', '215338.932500', '215339.392500', '215339.852500', '215340.312500', '215340.772500', '215341.232500', '215341.692500', '215342.152500', '215342.612500', '215343.072500', '215343.532500', '215343.992500', '215344.452500', '215344.912500', '215345.372500', '215345.832500', '215346.292500', '215346.752500', '215347.212500', '215347.672500', '215348.132500', '215348.592500', '215349.052500', '215349.512500', '215349.972500', '215350.432500', '215350.892500', '215351.352500', '215351.812500', '215352.272500', '215352.732500', '215353.192500', '215353.652500', '215354.112500', '215354.572500', '215355.032500', '215355.492500', '215355.952500', '215356.412500', '215356.872500', '215357.332500', '215357.792500', '215358.252500', '215358.712500', '215359.172500', '215359.632500', '215400.092500', '215400.552500', '215401.012500', '215401.472500', '215401.932500', '215402.392500', '215402.852500', '215403.312500', '215403.772500', '215404.232500', '215404.692500', '215405.152500', '215405.612500', '215406.072500', '215406.532500', '215406.992500', '215407.452500', '215407.912500', '215408.372500', '215408.832500', '215409.292500', '215409.752500', '215410.212500', '215410.672500', '215411.132500', '215411.592500', '215412.052500', '215412.512500', '215412.972500', '215413.432500', '215413.892500', '215414.352500', '215414.812500', '215415.272500', '215415.732500', '215416.192500', '215416.652500', '215417.112500', '215417.572500', '215418.032500', '215418.492500', '215418.952500', '215419.412500', '215419.872500', '215420.332500', '215420.792500', '215421.252500', '215421.712500', '215422.172500', '215422.632500', '215423.092500', '215423.552500', '215424.012500', '215424.472500', '215424.932500', '215425.392500', '215425.852500', '215426.312500', '215426.772500', '215427.232500', '215427.692500', '215428.152500', '215428.612500', '215429.072500', '215429.532500', '215429.992500', '215430.452500', '215430.912500', '215431.372500', '215431.832500', '215432.292500', '215432.752500', '215433.212500', '215433.672500', '215434.132500', '215434.592500', '215435.052500', '215435.512500', '215435.972500', '215436.432500', '215436.892500', '215437.352500', '215437.812500', '215438.272500', '215438.732500'], 'ContentTime': ['214753.683000', '214753.690000', '214753.692000', '214753.695000', '214753.698000', '214753.700000', '214753.703000', '214753.706000', '214753.708000', '214753.711000', '214753.713000', '214753.716000', '214753.718000', '214753.721000', '214753.723000', '214753.726000', '214753.729000', '214753.731000', '214753.734000', '214753.742000', '214753.745000', '214753.747000', '214753.750000', '214753.753000', '214753.755000', '214753.758000', '214753.760000', '214753.763000', '214753.766000', '214753.768000', '214753.771000', '214813.623000', '214813.626000', '214813.629000', '214813.631000', '214813.634000', '214813.636000', '214813.639000', '214813.641000', '214813.644000', '214813.646000', '214813.649000', '214813.652000', '214813.654000', '214813.657000', '214813.659000', '214813.662000', '214813.664000', '214813.667000', '214813.669000', '214813.672000', '214813.674000', '214813.677000', '214813.679000', '214813.682000', '214813.684000', '214813.687000', '214813.690000', '214813.692000', '214813.695000', '214813.706000', '214813.709000', '214813.712000', '214813.714000', '214813.717000', '214813.719000', '214813.722000', '214813.724000', '214813.727000', '214813.730000', '214813.733000', '214813.736000', '214813.739000', '214813.742000', '214833.624000', '214833.626000', '214833.629000', '214833.631000', '214833.634000', '214833.637000', '214833.639000', '214833.642000', '214833.644000', '214833.647000', '214833.649000', '214833.652000', '214833.654000', '214833.657000', '214833.659000', '214833.662000', '214833.664000', '214833.667000', '214833.669000', '214833.672000', '214833.675000', '214833.677000', '214833.680000', '214833.682000', '214833.685000', '214833.695000', '214833.697000', '214833.700000', '214833.703000', '214833.706000', '214833.708000', '214833.711000', '214833.713000', '214833.716000', '214833.718000', '214833.721000', '214833.723000', '214833.726000', '214833.728000', '214833.731000', '214833.733000', '214833.736000', '214833.738000', '214833.741000', '214853.624000', '214853.626000', '214853.629000', '214853.632000', '214853.634000', '214853.637000', '214853.639000', '214853.642000', '214853.644000', '214853.647000', '214853.649000', '214853.652000', '214853.655000', '214853.657000', '214853.660000', '214853.662000', '214853.665000', '214853.667000', '214853.670000', '214853.672000', '214853.675000', '214853.677000', '214853.680000', '214853.683000', '214853.685000', '214853.688000', '214853.690000', '214853.693000', '214853.695000', '214853.698000', '214853.701000', '214853.703000', '214853.706000', '214853.708000', '214853.711000', '214853.713000', '214853.717000', '214853.720000', '214853.723000', '214853.726000', '214853.729000', '214853.731000', '214853.734000', '214913.624000', '214913.626000', '214913.629000', '214913.632000', '214913.634000', '214913.637000', '214913.639000', '214913.642000', '214913.644000', '214913.647000', '214913.649000', '214913.652000', '214913.655000', '214913.657000', '214913.660000', '214913.662000', '214913.665000', '214913.667000', '214913.670000', '214913.673000', '214913.675000', '214913.678000', '214913.680000', '214913.683000', '214913.686000', '214913.688000', '214913.691000', '214913.693000', '214913.696000', '214913.699000', '214913.701000', '214913.704000', '214913.707000', '214913.709000', '214913.712000', '214913.715000', '214913.717000', '214913.720000', '214913.722000', '214913.725000', '214913.727000', '214913.730000', '214913.732000', '214913.735000', '214933.624000', '214933.627000', '214933.630000', '214933.632000', '214933.635000', '214933.637000', '214933.647000', '214933.650000', '214933.652000', '214933.655000', '214933.657000', '214933.660000', '214933.662000', '214933.665000', '214933.668000', '214933.670000', '214933.673000', '214933.675000', '214933.678000', '214933.681000', '214933.683000', '214933.686000', '214933.688000', '214933.691000', '214933.693000', '214933.696000', '214933.698000', '214933.701000', '214933.704000', '214933.706000', '214933.709000', '214933.712000', '214933.714000', '214933.717000', '214933.719000', '214933.722000', '214933.724000', '214933.727000', '214933.730000', '214933.732000', '214933.735000', '214933.737000', '214933.740000', '214953.625000', '214953.627000', '214953.630000', '214953.633000', '214953.635000', '214953.638000', '214953.640000', '214953.643000', '214953.646000', '214953.648000', '214953.651000', '214953.653000', '214953.656000', '214953.658000', '214953.661000', '214953.664000', '214953.666000', '214953.669000', '214953.671000', '214953.674000', '214953.677000', '214953.679000', '214953.682000', '214953.684000', '214953.687000', '214953.689000', '214953.692000', '214953.695000', '214953.697000', '214953.700000', '214953.702000', '214953.705000', '214953.708000', '214953.711000', '214953.713000', '214953.716000', '214953.718000', '214953.721000', '214953.724000', '214953.726000', '214953.729000', '214953.731000', '214953.734000', '214953.736000', '215013.624000', '215013.627000', '215013.629000', '215013.632000', '215013.634000', '215013.637000', '215013.639000', '215013.642000', '215013.645000', '215013.647000', '215013.650000', '215013.652000', '215013.655000', '215013.657000', '215013.660000', '215013.663000', '215013.665000', '215013.668000', '215013.670000', '215013.673000', '215013.676000', '215013.678000', '215013.681000', '215013.683000', '215013.686000', '215013.689000', '215013.691000', '215013.694000', '215013.696000', '215013.699000', '215013.701000', '215013.704000', '215013.706000', '215013.709000', '215013.712000', '215013.715000', '215013.717000', '215013.720000', '215013.722000', '215013.725000', '215013.727000', '215013.730000', '215013.733000', '215033.624000', '215033.626000', '215033.629000', '215033.632000', '215033.634000', '215033.637000', '215033.639000', '215033.642000', '215033.645000', '215033.647000', '215033.650000', '215033.652000', '215033.655000', '215033.657000', '215033.660000', '215033.663000', '215033.665000', '215033.668000', '215033.670000', '215033.673000', '215033.676000', '215033.678000', '215033.681000', '215033.683000', '215033.686000', '215033.688000', '215033.691000', '215033.694000', '215033.696000', '215033.699000', '215033.701000', '215033.704000', '215033.707000', '215033.709000', '215033.712000', '215033.714000', '215033.717000', '215033.720000', '215033.722000', '215033.725000', '215033.727000', '215033.730000', '215033.732000', '215033.735000', '215053.623000', '215053.626000', '215053.629000', '215053.632000', '215053.634000', '215053.637000', '215053.639000', '215053.642000', '215053.644000', '215053.647000', '215053.650000', '215053.652000', '215053.655000', '215053.657000', '215053.660000', '215053.663000', '215053.665000', '215053.668000', '215053.671000', '215053.673000', '215053.676000', '215053.678000', '215053.681000', '215053.684000', '215053.686000', '215053.689000', '215053.692000', '215053.694000', '215053.697000', '215053.699000', '215053.702000', '215053.705000', '215053.707000', '215053.710000', '215053.713000', '215053.715000', '215053.718000', '215053.721000', '215053.723000', '215053.726000', '215053.728000', '215053.731000', '215053.734000', '215113.623000', '215113.626000', '215113.629000', '215113.632000', '215113.634000', '215113.637000', '215113.639000', '215113.642000', '215113.644000', '215113.647000', '215113.650000', '215113.652000', '215113.655000', '215113.657000', '215113.660000', '215113.662000', '215113.665000', '215113.668000', '215113.670000', '215113.673000', '215113.675000', '215113.678000', '215113.680000', '215113.683000', '215113.686000', '215113.688000', '215113.691000', '215113.693000', '215113.696000', '215113.698000', '215113.701000', '215113.704000', '215113.706000', '215113.709000', '215113.711000', '215113.714000', '215113.717000', '215113.719000', '215113.722000', '215113.724000', '215113.727000', '215113.729000', '215113.732000', '215113.735000', '215133.623000', '215133.626000', '215133.629000', '215133.631000', '215133.634000', '215133.637000', '215133.639000', '215133.642000', '215133.644000', '215133.647000', '215133.649000', '215133.652000', '215133.654000', '215133.657000', '215133.659000', '215133.662000', '215133.665000', '215133.667000', '215133.670000', '215133.672000', '215133.675000', '215133.677000', '215133.680000', '215133.683000', '215133.685000', '215133.688000', '215133.690000', '215133.693000', '215133.695000', '215133.698000', '215133.701000', '215133.703000', '215133.706000', '215133.708000', '215133.711000', '215133.713000', '215133.716000', '215133.718000', '215133.721000', '215133.724000', '215133.726000', '215133.729000', '215133.731000', '215153.624000', '215153.627000', '215153.630000', '215153.633000', '215153.635000', '215153.638000', '215153.640000', '215153.643000', '215153.646000', '215153.648000', '215153.651000', '215153.653000', '215153.656000', '215153.658000', '215153.661000', '215153.664000', '215153.666000', '215153.669000', '215153.672000', '215153.674000', '215153.677000', '215153.679000', '215153.682000', '215153.684000', '215153.687000', '215153.690000', '215153.692000', '215153.695000', '215153.698000', '215153.700000', '215153.703000', '215153.706000', '215153.708000', '215153.711000', '215153.713000', '215153.716000', '215153.719000', '215153.721000', '215153.724000', '215153.726000', '215153.729000', '215153.731000', '215153.734000', '215213.624000', '215213.626000', '215213.629000', '215213.632000', '215213.634000', '215213.637000', '215213.639000', '215213.642000', '215213.644000', '215213.647000', '215213.650000', '215213.652000', '215213.655000', '215213.657000', '215213.660000', '215213.663000', '215213.665000', '215213.668000', '215213.671000', '215213.673000', '215213.676000', '215213.678000', '215213.681000', '215213.683000', '215213.686000', '215213.689000', '215213.691000', '215213.694000', '215213.696000', '215213.699000', '215213.701000', '215213.704000', '215213.707000', '215213.709000', '215213.712000', '215213.714000', '215213.717000', '215213.720000', '215213.722000', '215213.725000', '215213.727000', '215213.730000', '215213.732000', '215213.735000', '215233.623000', '215233.626000', '215233.629000', '215233.631000', '215233.634000', '215233.637000', '215233.639000', '215233.642000', '215233.644000', '215233.647000', '215233.649000', '215233.652000', '215233.654000', '215233.671000', '215233.674000', '215233.676000', '215233.679000', '215233.681000', '215233.684000', '215233.687000', '215233.689000', '215233.692000', '215233.695000', '215233.697000', '215233.700000', '215233.702000', '215233.705000', '215233.707000', '215233.710000', '215233.713000', '215233.715000', '215233.718000', '215233.720000', '215233.723000', '215233.726000', '215233.728000', '215233.731000', '215233.733000', '215233.736000', '215233.738000', '215233.741000', '215233.744000', '215233.746000', '215233.749000', '215253.623000', '215253.626000', '215253.629000', '215253.632000', '215253.634000', '215253.637000', '215253.639000', '215253.642000', '215253.645000', '215253.647000', '215253.650000', '215253.652000', '215253.655000', '215253.657000', '215253.660000', '215253.663000', '215253.665000', '215253.668000', '215253.670000', '215253.673000', '215253.676000', '215253.678000', '215253.681000', '215253.683000', '215253.686000', '215253.688000', '215253.691000', '215253.694000', '215253.696000', '215253.699000', '215253.702000', '215253.704000', '215253.707000', '215253.709000', '215253.712000', '215253.715000', '215253.717000', '215253.720000', '215253.722000', '215253.725000', '215253.728000', '215253.733000', '215253.736000', '215313.624000', '215313.626000', '215313.629000', '215313.632000', '215313.634000', '215313.637000', '215313.639000', '215313.642000', '215313.645000', '215313.647000', '215313.650000', '215313.652000', '215313.655000', '215313.658000', '215313.660000', '215313.663000', '215313.665000', '215313.668000', '215313.671000', '215313.673000', '215313.676000', '215313.678000', '215313.681000', '215313.683000', '215313.686000', '215313.689000', '215313.691000', '215313.694000', '215313.696000', '215313.699000', '215313.702000', '215313.704000', '215313.707000', '215313.709000', '215313.712000', '215313.715000', '215313.717000', '215313.720000', '215313.722000', '215313.725000', '215313.728000', '215313.730000', '215313.733000', '215313.735000', '215333.625000', '215333.628000', '215333.631000', '215333.633000', '215333.636000', '215333.638000', '215333.641000', '215333.644000', '215333.646000', '215333.649000', '215333.651000', '215333.654000', '215333.656000', '215333.659000', '215333.661000', '215333.664000', '215333.667000', '215333.669000', '215333.672000', '215333.674000', '215333.677000', '215333.679000', '215333.682000', '215333.684000', '215333.687000', '215333.690000', '215333.692000', '215333.695000', '215333.697000', '215333.700000', '215333.703000', '215333.705000', '215333.708000', '215333.710000', '215333.713000', '215333.716000', '215333.718000', '215333.721000', '215333.723000', '215333.726000', '215333.729000', '215333.731000', '215333.734000', '215353.623000', '215353.626000', '215353.629000', '215353.631000', '215353.634000', '215353.637000', '215353.639000', '215353.642000', '215353.645000', '215353.648000', '215353.650000', '215353.653000', '215353.656000', '215353.658000', '215353.661000', '215353.663000', '215353.666000', '215353.669000', '215353.671000', '215353.674000', '215353.676000', '215353.679000', '215353.681000', '215353.684000', '215353.697000', '215353.700000', '215353.702000', '215353.705000', '215353.708000', '215353.710000', '215353.713000', '215353.715000', '215353.718000', '215353.720000', '215353.723000', '215353.726000', '215353.728000', '215353.731000', '215353.733000', '215353.736000', '215353.739000', '215353.741000', '215353.744000', '215413.625000', '215413.627000', '215413.630000', '215413.633000', '215413.635000', '215413.638000', '215413.640000', '215413.643000', '215413.646000', '215413.648000', '215413.651000', '215413.654000', '215413.656000', '215413.659000', '215413.661000', '215413.664000', '215413.666000', '215413.669000', '215413.672000', '215413.674000', '215413.677000', '215413.680000', '215413.682000', '215413.685000', '215413.687000', '215413.690000', '215413.693000', '215413.695000', '215413.698000', '215413.700000', '215413.703000', '215413.706000', '215413.708000', '215413.711000', '215413.713000', '215413.716000', '215413.718000', '215413.721000', '215413.724000', '215413.726000', '215413.729000', '215413.732000', '215413.734000', '215413.737000', '215433.624000', '215433.626000', '215433.629000', '215433.632000', '215433.634000', '215433.637000', '215433.639000', '215433.642000', '215433.645000', '215433.647000', '215433.650000', '215433.653000', '215433.656000', '215433.658000', '215433.661000', '215433.663000', '215433.666000', '215433.669000', '215433.671000', '215433.674000', '215433.677000', '215433.679000', '215433.682000', '215433.684000', '215433.687000', '215433.689000', '215433.692000', '215433.695000', '215433.697000', '215433.700000', '215433.702000', '215433.705000', '215433.708000', '215433.710000', '215433.713000', '215433.715000', '215433.718000', '215433.721000', '215433.723000', '215433.726000', '215433.728000', '215433.731000', '215433.733000', '215439.639000', '215439.642000', '215439.644000', '215439.647000', '215439.650000', '215439.652000', '215439.655000', '215439.658000', '215439.661000', '215439.663000', '215439.666000', '215439.668000', '215439.671000', '215439.674000'], 'InstanceCreationTime': ['214753.683000', '214753.690000', '214753.692000', '214753.695000', '214753.698000', '214753.700000', '214753.703000', '214753.706000', '214753.708000', '214753.711000', '214753.713000', '214753.716000', '214753.718000', '214753.721000', '214753.723000', '214753.726000', '214753.729000', '214753.731000', '214753.734000', '214753.742000', '214753.745000', '214753.747000', '214753.750000', '214753.753000', '214753.755000', '214753.758000', '214753.760000', '214753.763000', '214753.766000', '214753.768000', '214753.771000', '214813.623000', '214813.626000', '214813.629000', '214813.631000', '214813.634000', '214813.636000', '214813.639000', '214813.641000', '214813.644000', '214813.646000', '214813.649000', '214813.652000', '214813.654000', '214813.657000', '214813.659000', '214813.662000', '214813.664000', '214813.667000', '214813.669000', '214813.672000', '214813.674000', '214813.677000', '214813.679000', '214813.682000', '214813.684000', '214813.687000', '214813.690000', '214813.692000', '214813.695000', '214813.706000', '214813.709000', '214813.712000', '214813.714000', '214813.717000', '214813.719000', '214813.722000', '214813.724000', '214813.727000', '214813.730000', '214813.733000', '214813.736000', '214813.739000', '214813.742000', '214833.624000', '214833.626000', '214833.629000', '214833.631000', '214833.634000', '214833.637000', '214833.639000', '214833.642000', '214833.644000', '214833.647000', '214833.649000', '214833.652000', '214833.654000', '214833.657000', '214833.659000', '214833.662000', '214833.664000', '214833.667000', '214833.669000', '214833.672000', '214833.675000', '214833.677000', '214833.680000', '214833.682000', '214833.685000', '214833.695000', '214833.697000', '214833.700000', '214833.703000', '214833.706000', '214833.708000', '214833.711000', '214833.713000', '214833.716000', '214833.718000', '214833.721000', '214833.723000', '214833.726000', '214833.728000', '214833.731000', '214833.733000', '214833.736000', '214833.738000', '214833.741000', '214853.624000', '214853.626000', '214853.629000', '214853.632000', '214853.634000', '214853.637000', '214853.639000', '214853.642000', '214853.644000', '214853.647000', '214853.649000', '214853.652000', '214853.655000', '214853.657000', '214853.660000', '214853.662000', '214853.665000', '214853.667000', '214853.670000', '214853.672000', '214853.675000', '214853.677000', '214853.680000', '214853.683000', '214853.685000', '214853.688000', '214853.690000', '214853.693000', '214853.695000', '214853.698000', '214853.701000', '214853.703000', '214853.706000', '214853.708000', '214853.711000', '214853.713000', '214853.717000', '214853.720000', '214853.723000', '214853.726000', '214853.729000', '214853.731000', '214853.734000', '214913.624000', '214913.626000', '214913.629000', '214913.632000', '214913.634000', '214913.637000', '214913.639000', '214913.642000', '214913.644000', '214913.647000', '214913.649000', '214913.652000', '214913.655000', '214913.657000', '214913.660000', '214913.662000', '214913.665000', '214913.667000', '214913.670000', '214913.673000', '214913.675000', '214913.678000', '214913.680000', '214913.683000', '214913.686000', '214913.688000', '214913.691000', '214913.693000', '214913.696000', '214913.699000', '214913.701000', '214913.704000', '214913.707000', '214913.709000', '214913.712000', '214913.715000', '214913.717000', '214913.720000', '214913.722000', '214913.725000', '214913.727000', '214913.730000', '214913.732000', '214913.735000', '214933.624000', '214933.627000', '214933.630000', '214933.632000', '214933.635000', '214933.637000', '214933.647000', '214933.650000', '214933.652000', '214933.655000', '214933.657000', '214933.660000', '214933.662000', '214933.665000', '214933.668000', '214933.670000', '214933.673000', '214933.675000', '214933.678000', '214933.681000', '214933.683000', '214933.686000', '214933.688000', '214933.691000', '214933.693000', '214933.696000', '214933.698000', '214933.701000', '214933.704000', '214933.706000', '214933.709000', '214933.712000', '214933.714000', '214933.717000', '214933.719000', '214933.722000', '214933.724000', '214933.727000', '214933.730000', '214933.732000', '214933.735000', '214933.737000', '214933.740000', '214953.625000', '214953.627000', '214953.630000', '214953.633000', '214953.635000', '214953.638000', '214953.640000', '214953.643000', '214953.646000', '214953.648000', '214953.651000', '214953.653000', '214953.656000', '214953.658000', '214953.661000', '214953.664000', '214953.666000', '214953.669000', '214953.671000', '214953.674000', '214953.677000', '214953.679000', '214953.682000', '214953.684000', '214953.687000', '214953.689000', '214953.692000', '214953.695000', '214953.697000', '214953.700000', '214953.702000', '214953.705000', '214953.708000', '214953.711000', '214953.713000', '214953.716000', '214953.718000', '214953.721000', '214953.724000', '214953.726000', '214953.729000', '214953.731000', '214953.734000', '214953.736000', '215013.624000', '215013.627000', '215013.629000', '215013.632000', '215013.634000', '215013.637000', '215013.639000', '215013.642000', '215013.645000', '215013.647000', '215013.650000', '215013.652000', '215013.655000', '215013.657000', '215013.660000', '215013.663000', '215013.665000', '215013.668000', '215013.670000', '215013.673000', '215013.676000', '215013.678000', '215013.681000', '215013.683000', '215013.686000', '215013.689000', '215013.691000', '215013.694000', '215013.696000', '215013.699000', '215013.701000', '215013.704000', '215013.706000', '215013.709000', '215013.712000', '215013.715000', '215013.717000', '215013.720000', '215013.722000', '215013.725000', '215013.727000', '215013.730000', '215013.733000', '215033.624000', '215033.626000', '215033.629000', '215033.632000', '215033.634000', '215033.637000', '215033.639000', '215033.642000', '215033.645000', '215033.647000', '215033.650000', '215033.652000', '215033.655000', '215033.657000', '215033.660000', '215033.663000', '215033.665000', '215033.668000', '215033.670000', '215033.673000', '215033.676000', '215033.678000', '215033.681000', '215033.683000', '215033.686000', '215033.688000', '215033.691000', '215033.694000', '215033.696000', '215033.699000', '215033.701000', '215033.704000', '215033.707000', '215033.709000', '215033.712000', '215033.714000', '215033.717000', '215033.720000', '215033.722000', '215033.725000', '215033.727000', '215033.730000', '215033.732000', '215033.735000', '215053.623000', '215053.626000', '215053.629000', '215053.632000', '215053.634000', '215053.637000', '215053.639000', '215053.642000', '215053.644000', '215053.647000', '215053.650000', '215053.652000', '215053.655000', '215053.657000', '215053.660000', '215053.663000', '215053.665000', '215053.668000', '215053.671000', '215053.673000', '215053.676000', '215053.678000', '215053.681000', '215053.684000', '215053.686000', '215053.689000', '215053.692000', '215053.694000', '215053.697000', '215053.699000', '215053.702000', '215053.705000', '215053.707000', '215053.710000', '215053.713000', '215053.715000', '215053.718000', '215053.721000', '215053.723000', '215053.726000', '215053.728000', '215053.731000', '215053.734000', '215113.623000', '215113.626000', '215113.629000', '215113.632000', '215113.634000', '215113.637000', '215113.639000', '215113.642000', '215113.644000', '215113.647000', '215113.650000', '215113.652000', '215113.655000', '215113.657000', '215113.660000', '215113.662000', '215113.665000', '215113.668000', '215113.670000', '215113.673000', '215113.675000', '215113.678000', '215113.680000', '215113.683000', '215113.686000', '215113.688000', '215113.691000', '215113.693000', '215113.696000', '215113.698000', '215113.701000', '215113.704000', '215113.706000', '215113.709000', '215113.711000', '215113.714000', '215113.717000', '215113.719000', '215113.722000', '215113.724000', '215113.727000', '215113.729000', '215113.732000', '215113.735000', '215133.623000', '215133.626000', '215133.629000', '215133.631000', '215133.634000', '215133.637000', '215133.639000', '215133.642000', '215133.644000', '215133.647000', '215133.649000', '215133.652000', '215133.654000', '215133.657000', '215133.659000', '215133.662000', '215133.665000', '215133.667000', '215133.670000', '215133.672000', '215133.675000', '215133.677000', '215133.680000', '215133.683000', '215133.685000', '215133.688000', '215133.690000', '215133.693000', '215133.695000', '215133.698000', '215133.701000', '215133.703000', '215133.706000', '215133.708000', '215133.711000', '215133.713000', '215133.716000', '215133.718000', '215133.721000', '215133.724000', '215133.726000', '215133.729000', '215133.731000', '215153.624000', '215153.627000', '215153.630000', '215153.633000', '215153.635000', '215153.638000', '215153.640000', '215153.643000', '215153.646000', '215153.648000', '215153.651000', '215153.653000', '215153.656000', '215153.658000', '215153.661000', '215153.664000', '215153.666000', '215153.669000', '215153.672000', '215153.674000', '215153.677000', '215153.679000', '215153.682000', '215153.684000', '215153.687000', '215153.690000', '215153.692000', '215153.695000', '215153.698000', '215153.700000', '215153.703000', '215153.706000', '215153.708000', '215153.711000', '215153.713000', '215153.716000', '215153.719000', '215153.721000', '215153.724000', '215153.726000', '215153.729000', '215153.731000', '215153.734000', '215213.624000', '215213.626000', '215213.629000', '215213.632000', '215213.634000', '215213.637000', '215213.639000', '215213.642000', '215213.644000', '215213.647000', '215213.650000', '215213.652000', '215213.655000', '215213.657000', '215213.660000', '215213.663000', '215213.665000', '215213.668000', '215213.671000', '215213.673000', '215213.676000', '215213.678000', '215213.681000', '215213.683000', '215213.686000', '215213.689000', '215213.691000', '215213.694000', '215213.696000', '215213.699000', '215213.701000', '215213.704000', '215213.707000', '215213.709000', '215213.712000', '215213.714000', '215213.717000', '215213.720000', '215213.722000', '215213.725000', '215213.727000', '215213.730000', '215213.732000', '215213.735000', '215233.623000', '215233.626000', '215233.629000', '215233.631000', '215233.634000', '215233.637000', '215233.639000', '215233.642000', '215233.644000', '215233.647000', '215233.649000', '215233.652000', '215233.654000', '215233.671000', '215233.674000', '215233.676000', '215233.679000', '215233.681000', '215233.684000', '215233.687000', '215233.689000', '215233.692000', '215233.695000', '215233.697000', '215233.700000', '215233.702000', '215233.705000', '215233.707000', '215233.710000', '215233.713000', '215233.715000', '215233.718000', '215233.720000', '215233.723000', '215233.726000', '215233.728000', '215233.731000', '215233.733000', '215233.736000', '215233.738000', '215233.741000', '215233.744000', '215233.746000', '215233.749000', '215253.623000', '215253.626000', '215253.629000', '215253.632000', '215253.634000', '215253.637000', '215253.639000', '215253.642000', '215253.645000', '215253.647000', '215253.650000', '215253.652000', '215253.655000', '215253.657000', '215253.660000', '215253.663000', '215253.665000', '215253.668000', '215253.670000', '215253.673000', '215253.676000', '215253.678000', '215253.681000', '215253.683000', '215253.686000', '215253.688000', '215253.691000', '215253.694000', '215253.696000', '215253.699000', '215253.702000', '215253.704000', '215253.707000', '215253.709000', '215253.712000', '215253.715000', '215253.717000', '215253.720000', '215253.722000', '215253.725000', '215253.728000', '215253.733000', '215253.736000', '215313.624000', '215313.626000', '215313.629000', '215313.632000', '215313.634000', '215313.637000', '215313.639000', '215313.642000', '215313.645000', '215313.647000', '215313.650000', '215313.652000', '215313.655000', '215313.658000', '215313.660000', '215313.663000', '215313.665000', '215313.668000', '215313.671000', '215313.673000', '215313.676000', '215313.678000', '215313.681000', '215313.683000', '215313.686000', '215313.689000', '215313.691000', '215313.694000', '215313.696000', '215313.699000', '215313.702000', '215313.704000', '215313.707000', '215313.709000', '215313.712000', '215313.715000', '215313.717000', '215313.720000', '215313.722000', '215313.725000', '215313.728000', '215313.730000', '215313.733000', '215313.735000', '215333.625000', '215333.628000', '215333.631000', '215333.633000', '215333.636000', '215333.638000', '215333.641000', '215333.644000', '215333.646000', '215333.649000', '215333.651000', '215333.654000', '215333.656000', '215333.659000', '215333.661000', '215333.664000', '215333.667000', '215333.669000', '215333.672000', '215333.674000', '215333.677000', '215333.679000', '215333.682000', '215333.684000', '215333.687000', '215333.690000', '215333.692000', '215333.695000', '215333.697000', '215333.700000', '215333.703000', '215333.705000', '215333.708000', '215333.710000', '215333.713000', '215333.716000', '215333.718000', '215333.721000', '215333.723000', '215333.726000', '215333.729000', '215333.731000', '215333.734000', '215353.623000', '215353.626000', '215353.629000', '215353.631000', '215353.634000', '215353.637000', '215353.639000', '215353.642000', '215353.645000', '215353.648000', '215353.650000', '215353.653000', '215353.656000', '215353.658000', '215353.661000', '215353.663000', '215353.666000', '215353.669000', '215353.671000', '215353.674000', '215353.676000', '215353.679000', '215353.681000', '215353.684000', '215353.697000', '215353.700000', '215353.702000', '215353.705000', '215353.708000', '215353.710000', '215353.713000', '215353.715000', '215353.718000', '215353.720000', '215353.723000', '215353.726000', '215353.728000', '215353.731000', '215353.733000', '215353.736000', '215353.739000', '215353.741000', '215353.744000', '215413.625000', '215413.627000', '215413.630000', '215413.633000', '215413.635000', '215413.638000', '215413.640000', '215413.643000', '215413.646000', '215413.648000', '215413.651000', '215413.654000', '215413.656000', '215413.659000', '215413.661000', '215413.664000', '215413.666000', '215413.669000', '215413.672000', '215413.674000', '215413.677000', '215413.680000', '215413.682000', '215413.685000', '215413.687000', '215413.690000', '215413.693000', '215413.695000', '215413.698000', '215413.700000', '215413.703000', '215413.706000', '215413.708000', '215413.711000', '215413.713000', '215413.716000', '215413.718000', '215413.721000', '215413.724000', '215413.726000', '215413.729000', '215413.732000', '215413.734000', '215413.737000', '215433.624000', '215433.626000', '215433.629000', '215433.632000', '215433.634000', '215433.637000', '215433.639000', '215433.642000', '215433.645000', '215433.647000', '215433.650000', '215433.653000', '215433.656000', '215433.658000', '215433.661000', '215433.663000', '215433.666000', '215433.669000', '215433.671000', '215433.674000', '215433.677000', '215433.679000', '215433.682000', '215433.684000', '215433.687000', '215433.689000', '215433.692000', '215433.695000', '215433.697000', '215433.700000', '215433.702000', '215433.705000', '215433.708000', '215433.710000', '215433.713000', '215433.715000', '215433.718000', '215433.721000', '215433.723000', '215433.726000', '215433.728000', '215433.731000', '215433.733000', '215439.639000', '215439.642000', '215439.644000', '215439.647000', '215439.650000', '215439.652000', '215439.655000', '215439.658000', '215439.661000', '215439.663000', '215439.666000', '215439.668000', '215439.671000', '215439.674000'], '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': [11755, 9408, 10170, 9556, 10896, 9504, 8959, 10017, 9249, 9632, 9645, 8831, 9960, 8636, 9489, 9069, 9705, 9360, 8955, 9377, 9096, 9659, 9370, 9244, 8554, 8975, 9200, 9380, 9005, 8985, 9043, 9699, 9474, 9463, 9207, 9871, 8851, 8582, 9576, 9690, 10301, 9850, 9009, 9454, 9121, 9436, 9495, 9445, 10170, 9002, 9839, 9495, 8464, 10210, 8739, 11532, 9559, 8818, 11163, 9178, 11494, 8946, 12627, 9814, 8668, 9624, 8900, 10090, 8773, 8617, 9899, 9234, 9896, 9650, 9101, 9686, 9489, 10182, 9622, 8388, 10174, 8984, 11058, 9184, 8847, 9838, 8806, 9598, 9684, 9529, 9442, 9346, 9996, 9431, 9725, 9813, 9198, 9843, 9497, 10032, 9961, 9160, 11725, 9410, 10037, 9946, 8643, 10972, 9424, 10001, 9679, 8977, 11021, 8927, 10523, 8992, 11361, 8986, 8968, 9822, 9397, 9306, 9836, 9806, 11218, 9289, 9982, 9161, 9141, 9382, 10095, 9348, 9299, 9752, 9535, 9616, 9409, 11905, 9886, 8740, 9559, 9188, 10182, 9824, 8915, 9917, 9536, 10022, 9989, 9199, 11775, 9486, 10087, 9906, 9812, 9700, 8963, 10531, 9537, 10850, 9835, 9213, 9588, 9161, 10561, 9604, 11776, 9260, 8775, 9554, 9484, 10216, 9980, 9129, 9668, 9359, 9353, 9853, 10013, 9082, 9196, 9592, 9784, 10144, 9785, 9140, 9982, 9100, 9342, 9843, 8462, 9209, 8895, 9582, 9530, 10889, 11155, 9720, 8694, 9921, 9224, 9611, 11264, 9535, 9231, 9484, 9897, 9022, 9591, 9326, 10233, 9730, 11531, 9690, 9251, 10833, 9285, 10968, 9972, 9337, 10013, 9261, 10230, 9080, 9585, 9745, 10334, 9934, 9210, 9534, 9068, 9614, 9223, 8393, 9075, 9303, 9134, 9646, 9777, 11713, 8592, 9559, 8712, 9345, 9413, 11484, 10007, 8909, 9351, 9132, 8897, 9756, 8792, 11143, 8927, 9547, 9402, 9239, 9716, 10234, 10216, 9303, 9558, 9623, 9369, 10818, 8853, 9477, 9862, 10047, 9653, 10289, 10080, 10746, 9946, 9291, 9475, 9470, 9213, 9771, 9291, 10922, 9133, 9361, 9774, 9069, 10487, 8608, 9412, 9604, 10877, 8757, 8802, 9422, 9029, 9164, 9359, 10895, 10161, 9079, 9155, 8934, 9576, 9752, 9123, 10602, 8692, 9388, 8965, 9653, 9319, 8662, 9035, 9307, 9730, 9597, 9468, 12570, 8787, 9712, 9852, 8890, 9565, 9518, 9749, 10065, 11953, 9209, 9139, 9880, 10237, 9736, 10896, 9661, 9261, 9319, 9670, 9411, 9206, 9498, 9097, 9523, 9722, 8937, 9057, 9618, 8688, 9299, 9104, 8813, 11076, 8755, 9774, 9505, 11097, 9696, 11024, 9697, 10486, 9255, 9962, 8756, 8999, 9413, 9786, 8868, 10868, 8691, 9868, 9959, 8871, 8761, 9027, 9331, 9396, 10168, 12243, 8911, 11152, 8956, 10210, 9182, 12279, 9962, 8706, 9257, 9211, 9808, 9692, 9044, 9193, 9500, 9377, 9687, 10202, 9505, 10711, 9407, 9413, 8806, 9531, 9448, 9647, 8999, 9300, 9288, 8722, 9606, 9764, 9026, 8957, 9251, 9418, 9227, 9651, 9327, 9401, 8908, 8843, 9003, 9128, 9489, 8943, 9710, 8741, 12028, 9023, 9240, 9583, 8685, 8721, 9160, 9329, 9496, 10925, 8580, 9291, 9016, 9089, 9789, 9270, 9931, 9636, 9107, 9695, 8941, 9267, 9269, 10188, 9955, 9313, 9121, 9261, 8881, 9367, 10940, 9925, 9306, 9334, 9106, 9490, 9528, 10517, 8561, 9282, 9224, 9165, 8725, 9567, 9384, 9264, 9331, 9869, 9690, 9528, 9275, 9685, 9451, 9583, 9496, 9751, 9194, 9173, 9337, 9740, 9553, 9221, 8520, 9243, 9384, 9241, 10090, 10899, 9435, 9182, 9830, 10328, 9900, 9593, 9522, 9663, 9344, 9990, 9409, 9557, 9329, 9215, 9536, 9301, 8697, 9512, 9336, 9412, 10637, 9366, 11205, 9825, 9474, 8924, 9665, 9399, 11086, 9391, 9682, 9009, 9334, 9076, 9324, 9470, 9344, 11516, 9578, 9456, 9817, 9215, 9641, 9448, 12210, 9770, 9436, 9520, 9704, 9602, 9597, 9204, 9307, 9314, 9811, 9730, 9273, 9852, 9256, 9525, 9142, 9366, 9388, 9791, 9702, 9549, 9247, 9307, 9410, 9663, 9366, 8715, 9359, 9255, 9688, 9496, 9211, 9177, 9372, 9498, 9654, 9625, 10427, 8855, 9174, 8988, 9477, 9433, 11649, 9349, 9420, 9789, 10167, 9551, 10456, 9706, 9455, 9259, 9519, 9499, 9377, 9128, 9681, 9604, 8866, 9586, 9321, 9420, 9425, 9884, 9531, 9326, 9333, 9493, 9478, 9541, 9765, 9268, 9633, 9578, 10409, 9367, 11442, 9438, 9180, 9417, 9554, 9717, 9051, 9037, 9395, 9474, 9481, 9443, 8882, 9498, 11386, 9249, 9902, 9237, 9466, 9862, 9475, 9134, 9334, 9835, 9445, 9384, 8606, 9399, 9749, 9019, 10078, 9335, 9771, 8890, 9608, 9307, 9177, 8515, 9538, 9559, 9243, 9275, 9259, 9127, 9012, 9456, 10155, 8925, 9333, 9045, 9426, 9034, 9530, 10364, 9264, 9532, 9434, 9545, 9616, 10418, 9424, 11316, 9640, 9380, 10429, 9041, 10851, 9628, 9873, 8823, 9304, 9274, 9269, 10691, 9329, 9681, 9175, 9410, 9442, 10622, 9223, 9427, 9949, 9376, 9188, 9454, 9372, 9685, 9400, 9454, 9525, 9552, 9812, 9285, 10365, 9471, 10301, 9115, 9382, 9025, 9409, 9215, 9479, 9115, 9349, 9471, 9738, 9713, 9661, 9730, 9352, 9826, 9632, 9492, 9258, 9460, 9335, 9581, 9620, 9310, 9582, 9718, 9776, 9383, 9200, 9636, 9867, 9792, 10193, 9288, 9692, 10150, 9760, 9980, 9226, 10190, 9657, 9565, 9911, 9036, 9766, 11064, 9836, 9565, 9979, 10280, 9815, 9612, 9521, 10251, 8623, 9865, 8732, 9890, 9551, 9841, 9764, 10853, 9873, 9730, 9585, 9723, 9515, 9320, 10272, 10952, 9356, 9489, 8836, 10043, 9851, 9589, 9699, 10293, 10086, 9801, 9549, 9630, 8941, 9447, 10117, 9219, 9402, 8885, 9643, 9437, 8636, 9433, 9518, 9524, 9630, 9827, 9571, 9028, 9607, 9469, 9443, 9714, 9207, 9687, 9597, 9662, 10009, 9468, 9708, 8737, 9771, 9752, 9064, 9409, 9572, 9518, 9606, 9203, 9529, 9453, 9550, 9166, 9831, 9727, 9515, 9508, 9507, 9681, 9501, 10514, 9551, 9785, 9559, 9754, 9491, 9525, 10093, 9350, 10048, 9482, 11066, 8910, 9750, 9207, 9663, 9972, 10037, 9610, 10409, 9633, 9526, 9446, 9412, 9616, 9417, 12369, 10127, 9615, 9462, 9529, 9404, 9496, 9528, 9528, 9500, 9759, 8980, 9577, 9690, 9371, 10793, 9461, 9601, 9101, 9446, 9515, 9243, 9656, 9502, 9351, 9529, 9785, 9605, 9638, 9401, 10837, 9222, 9543, 9659, 9590, 9398, 9465, 9560, 9338, 9568, 10009, 9277, 9542, 9561, 9491, 9633, 8991, 9588], 'WindowCenter': [4658.0, 4607.0, 4607.0, 4593.0, 4587.0, 4580.0, 4577.0, 4576.0, 4569.0, 4577.0, 4577.0, 4577.0, 4578.0, 4555.0, 4588.0, 4556.0, 4566.0, 4578.0, 4576.0, 4577.0, 4567.0, 4579.0, 4579.0, 4582.0, 4578.0, 4567.0, 4580.0, 4581.0, 4579.0, 4578.0, 4568.0, 4581.0, 4579.0, 4565.0, 4565.0, 4586.0, 4576.0, 4557.0, 4578.0, 4588.0, 4576.0, 4601.0, 4568.0, 4566.0, 4566.0, 4575.0, 4566.0, 4567.0, 4588.0, 4566.0, 4578.0, 4576.0, 4565.0, 4579.0, 4578.0, 4598.0, 4577.0, 4568.0, 4599.0, 4575.0, 4587.0, 4556.0, 4606.0, 4576.0, 4556.0, 4565.0, 4555.0, 4576.0, 4568.0, 4567.0, 4597.0, 4580.0, 4576.0, 4567.0, 4578.0, 4567.0, 4577.0, 4595.0, 4577.0, 4565.0, 4580.0, 4576.0, 4587.0, 4567.0, 4574.0, 4577.0, 4567.0, 4586.0, 4587.0, 4577.0, 4589.0, 4568.0, 4576.0, 4566.0, 4577.0, 4586.0, 4579.0, 4576.0, 4578.0, 4575.0, 4585.0, 4564.0, 4594.0, 4566.0, 4585.0, 4577.0, 4555.0, 4574.0, 4565.0, 4576.0, 4564.0, 4567.0, 4596.0, 4566.0, 4577.0, 4557.0, 4586.0, 4557.0, 4569.0, 4586.0, 4567.0, 4576.0, 4586.0, 4578.0, 4586.0, 4566.0, 4576.0, 4565.0, 4554.0, 4576.0, 4575.0, 4575.0, 4564.0, 4575.0, 4576.0, 4565.0, 4565.0, 4583.0, 4574.0, 4556.0, 4564.0, 4575.0, 4585.0, 4576.0, 4567.0, 4579.0, 4574.0, 4575.0, 4576.0, 4564.0, 4607.0, 4565.0, 4583.0, 4566.0, 4576.0, 4562.0, 4564.0, 4585.0, 4564.0, 4585.0, 4565.0, 4564.0, 4575.0, 4553.0, 4574.0, 4563.0, 4583.0, 4551.0, 4553.0, 4571.0, 4574.0, 4585.0, 4580.0, 4564.0, 4564.0, 4574.0, 4564.0, 4575.0, 4565.0, 4557.0, 4552.0, 4564.0, 4565.0, 4575.0, 4561.0, 4553.0, 4566.0, 4554.0, 4564.0, 4563.0, 4554.0, 4564.0, 4554.0, 4566.0, 4578.0, 4596.0, 4587.0, 4575.0, 4555.0, 4585.0, 4564.0, 4567.0, 4583.0, 4568.0, 4564.0, 4562.0, 4563.0, 4562.0, 4561.0, 4553.0, 4576.0, 4578.0, 4593.0, 4562.0, 4561.0, 4572.0, 4562.0, 4570.0, 4562.0, 4554.0, 4565.0, 4552.0, 4561.0, 4541.0, 4552.0, 4551.0, 4561.0, 4561.0, 4562.0, 4552.0, 4554.0, 4553.0, 4552.0, 4543.0, 4553.0, 4553.0, 4554.0, 4565.0, 4585.0, 4592.0, 4552.0, 4566.0, 4556.0, 4565.0, 4575.0, 4584.0, 4565.0, 4556.0, 4575.0, 4567.0, 4564.0, 4575.0, 4565.0, 4586.0, 4564.0, 4565.0, 4564.0, 4562.0, 4567.0, 4576.0, 4585.0, 4565.0, 4565.0, 4573.0, 4575.0, 4585.0, 4554.0, 4565.0, 4564.0, 4563.0, 4573.0, 4562.0, 4560.0, 4572.0, 4552.0, 4548.0, 4558.0, 4552.0, 4552.0, 4563.0, 4553.0, 4594.0, 4554.0, 4566.0, 4565.0, 4555.0, 4584.0, 4555.0, 4565.0, 4577.0, 4577.0, 4567.0, 4566.0, 4563.0, 4556.0, 4565.0, 4567.0, 4586.0, 4574.0, 4566.0, 4555.0, 4556.0, 4567.0, 4565.0, 4564.0, 4575.0, 4556.0, 4565.0, 4565.0, 4575.0, 4566.0, 4562.0, 4556.0, 4576.0, 4566.0, 4568.0, 4575.0, 4596.0, 4557.0, 4577.0, 4575.0, 4556.0, 4566.0, 4564.0, 4565.0, 4564.0, 4585.0, 4554.0, 4555.0, 4575.0, 4573.0, 4564.0, 4573.0, 4563.0, 4562.0, 4555.0, 4552.0, 4553.0, 4551.0, 4561.0, 4541.0, 4552.0, 4563.0, 4562.0, 4552.0, 4562.0, 4554.0, 4572.0, 4565.0, 4578.0, 4586.0, 4558.0, 4587.0, 4585.0, 4594.0, 4577.0, 4576.0, 4554.0, 4564.0, 4544.0, 4551.0, 4541.0, 4563.0, 4563.0, 4575.0, 4565.0, 4586.0, 4557.0, 4568.0, 4576.0, 4576.0, 4565.0, 4569.0, 4577.0, 4568.0, 4578.0, 4587.0, 4566.0, 4575.0, 4545.0, 4574.0, 4555.0, 4583.0, 4552.0, 4541.0, 4563.0, 4563.0, 4574.0, 4564.0, 4565.0, 4577.0, 4565.0, 4553.0, 4563.0, 4573.0, 4555.0, 4584.0, 4555.0, 4553.0, 4553.0, 4564.0, 4564.0, 4552.0, 4553.0, 4554.0, 4564.0, 4543.0, 4563.0, 4563.0, 4554.0, 4554.0, 4554.0, 4554.0, 4564.0, 4564.0, 4554.0, 4554.0, 4555.0, 4555.0, 4554.0, 4566.0, 4565.0, 4555.0, 4565.0, 4554.0, 4595.0, 4565.0, 4554.0, 4574.0, 4565.0, 4554.0, 4554.0, 4554.0, 4575.0, 4574.0, 4555.0, 4565.0, 4554.0, 4563.0, 4564.0, 4555.0, 4564.0, 4554.0, 4566.0, 4564.0, 4563.0, 4554.0, 4555.0, 4575.0, 4575.0, 4557.0, 4563.0, 4564.0, 4567.0, 4566.0, 4576.0, 4574.0, 4575.0, 4555.0, 4554.0, 4564.0, 4566.0, 4573.0, 4556.0, 4555.0, 4564.0, 4564.0, 4544.0, 4565.0, 4553.0, 4562.0, 4565.0, 4565.0, 4577.0, 4577.0, 4567.0, 4576.0, 4568.0, 4577.0, 4565.0, 4565.0, 4554.0, 4566.0, 4555.0, 4566.0, 4565.0, 4555.0, 4555.0, 4555.0, 4566.0, 4566.0, 4579.0, 4577.0, 4564.0, 4568.0, 4586.0, 4576.0, 4576.0, 4575.0, 4566.0, 4566.0, 4565.0, 4576.0, 4564.0, 4565.0, 4566.0, 4568.0, 4577.0, 4566.0, 4556.0, 4574.0, 4567.0, 4553.0, 4579.0, 4567.0, 4585.0, 4565.0, 4568.0, 4567.0, 4566.0, 4564.0, 4590.0, 4579.0, 4569.0, 4557.0, 4567.0, 4567.0, 4567.0, 4578.0, 4577.0, 4588.0, 4568.0, 4564.0, 4576.0, 4575.0, 4566.0, 4574.0, 4585.0, 4577.0, 4555.0, 4564.0, 4568.0, 4562.0, 4564.0, 4564.0, 4566.0, 4555.0, 4576.0, 4568.0, 4555.0, 4565.0, 4554.0, 4554.0, 4553.0, 4555.0, 4552.0, 4564.0, 4573.0, 4555.0, 4564.0, 4557.0, 4556.0, 4566.0, 4566.0, 4557.0, 4566.0, 4567.0, 4568.0, 4566.0, 4568.0, 4569.0, 4566.0, 4568.0, 4565.0, 4581.0, 4589.0, 4558.0, 4555.0, 4554.0, 4573.0, 4554.0, 4586.0, 4556.0, 4555.0, 4566.0, 4564.0, 4565.0, 4573.0, 4565.0, 4563.0, 4553.0, 4564.0, 4553.0, 4553.0, 4553.0, 4562.0, 4557.0, 4553.0, 4564.0, 4553.0, 4563.0, 4553.0, 4577.0, 4575.0, 4552.0, 4576.0, 4564.0, 4565.0, 4566.0, 4577.0, 4568.0, 4576.0, 4565.0, 4574.0, 4554.0, 4573.0, 4553.0, 4554.0, 4553.0, 4564.0, 4566.0, 4552.0, 4554.0, 4553.0, 4564.0, 4573.0, 4577.0, 4556.0, 4564.0, 4585.0, 4557.0, 4566.0, 4555.0, 4564.0, 4574.0, 4564.0, 4555.0, 4553.0, 4564.0, 4565.0, 4556.0, 4543.0, 4574.0, 4573.0, 4554.0, 4566.0, 4564.0, 4564.0, 4553.0, 4564.0, 4564.0, 4565.0, 4552.0, 4566.0, 4563.0, 4566.0, 4565.0, 4566.0, 4574.0, 4555.0, 4567.0, 4576.0, 4565.0, 4555.0, 4556.0, 4556.0, 4555.0, 4576.0, 4576.0, 4566.0, 4575.0, 4555.0, 4574.0, 4575.0, 4576.0, 4565.0, 4574.0, 4574.0, 4563.0, 4577.0, 4557.0, 4574.0, 4553.0, 4561.0, 4543.0, 4541.0, 4542.0, 4552.0, 4562.0, 4554.0, 4553.0, 4540.0, 4550.0, 4552.0, 4559.0, 4541.0, 4540.0, 4550.0, 4551.0, 4540.0, 4540.0, 4541.0, 4561.0, 4540.0, 4540.0, 4541.0, 4539.0, 4562.0, 4541.0, 4563.0, 4551.0, 4552.0, 4542.0, 4540.0, 4540.0, 4540.0, 4540.0, 4552.0, 4542.0, 4541.0, 4560.0, 4551.0, 4562.0, 4560.0, 4553.0, 4553.0, 4565.0, 4552.0, 4552.0, 4553.0, 4553.0, 4554.0, 4564.0, 4563.0, 4555.0, 4554.0, 4552.0, 4563.0, 4555.0, 4557.0, 4563.0, 4563.0, 4567.0, 4574.0, 4556.0, 4564.0, 4576.0, 4578.0, 4569.0, 4555.0, 4564.0, 4565.0, 4565.0, 4564.0, 4566.0, 4575.0, 4575.0, 4577.0, 4562.0, 4574.0, 4575.0, 4566.0, 4565.0, 4565.0, 4575.0, 4556.0, 4566.0, 4556.0, 4577.0, 4567.0, 4566.0, 4563.0, 4583.0, 4565.0, 4568.0, 4564.0, 4567.0, 4564.0, 4577.0, 4567.0, 4579.0, 4554.0, 4564.0, 4553.0, 4573.0, 4561.0, 4564.0, 4555.0, 4562.0, 4573.0, 4562.0, 4565.0, 4566.0, 4552.0, 4552.0, 4566.0, 4553.0, 4553.0, 4542.0, 4564.0, 4553.0, 4553.0, 4554.0, 4564.0, 4567.0, 4553.0, 4564.0, 4553.0, 4554.0, 4556.0, 4554.0, 4564.0, 4574.0, 4553.0, 4553.0, 4563.0, 4552.0, 4563.0, 4578.0, 4576.0, 4554.0, 4567.0, 4576.0, 4555.0, 4564.0, 4566.0, 4566.0, 4554.0, 4565.0, 4564.0, 4556.0, 4553.0, 4553.0, 4565.0, 4567.0, 4564.0, 4564.0, 4566.0, 4564.0, 4564.0, 4578.0, 4565.0, 4566.0, 4575.0, 4576.0, 4568.0, 4564.0, 4564.0, 4553.0, 4563.0, 4565.0, 4574.0, 4562.0, 4553.0, 4555.0, 4564.0, 4575.0, 4577.0, 4566.0, 4576.0, 4565.0, 4566.0, 4568.0, 4555.0, 4566.0, 4556.0, 4595.0, 4565.0, 4554.0, 4562.0, 4551.0, 4563.0, 4566.0, 4552.0, 4553.0, 4552.0, 4552.0, 4542.0, 4551.0, 4551.0, 4555.0, 4562.0, 4553.0, 4552.0, 4542.0, 4551.0, 4561.0, 4553.0, 4554.0, 4552.0, 4552.0, 4554.0, 4575.0, 4555.0, 4553.0, 4553.0, 4565.0, 4551.0, 4552.0, 4549.0, 4551.0, 4562.0, 4555.0, 4552.0, 4552.0, 4553.0, 4551.0, 4553.0, 4554.0, 4567.0, 4569.0, 4554.0, 4554.0, 4563.0], 'WindowWidth': [10205.0, 10114.0, 10106.0, 10077.0, 10063.0, 10051.0, 10051.0, 10045.0, 10033.0, 10043.0, 10049.0, 10050.0, 10045.0, 10011.0, 10066.0, 10012.0, 10026.0, 10052.0, 10048.0, 10049.0, 10031.0, 10050.0, 10050.0, 10056.0, 10054.0, 10032.0, 10050.0, 10055.0, 10056.0, 10053.0, 10034.0, 10052.0, 10047.0, 10024.0, 10027.0, 10059.0, 10046.0, 10016.0, 10044.0, 10064.0, 10041.0, 10088.0, 10037.0, 10025.0, 10025.0, 10045.0, 10025.0, 10027.0, 10059.0, 10026.0, 10044.0, 10040.0, 10030.0, 10047.0, 10053.0, 10071.0, 10043.0, 10031.0, 10079.0, 10043.0, 10054.0, 10011.0, 10087.0, 10038.0, 10012.0, 10022.0, 10011.0, 10038.0, 10034.0, 10036.0, 10079.0, 10049.0, 10041.0, 10028.0, 10051.0, 10028.0, 10042.0, 10075.0, 10043.0, 10029.0, 10047.0, 10048.0, 10056.0, 10028.0, 10044.0, 10044.0, 10029.0, 10061.0, 10065.0, 10042.0, 10068.0, 10031.0, 10040.0, 10028.0, 10050.0, 10062.0, 10053.0, 10041.0, 10044.0, 10039.0, 10057.0, 10021.0, 10064.0, 10026.0, 10062.0, 10041.0, 10009.0, 10033.0, 10022.0, 10040.0, 10023.0, 10030.0, 10074.0, 10026.0, 10041.0, 10015.0, 10054.0, 10013.0, 10032.0, 10059.0, 10027.0, 10046.0, 10061.0, 10043.0, 10052.0, 10024.0, 10038.0, 10021.0, 10007.0, 10045.0, 10035.0, 10041.0, 10022.0, 10044.0, 10044.0, 10024.0, 10022.0, 10044.0, 10039.0, 10013.0, 10021.0, 10044.0, 10059.0, 10043.0, 10030.0, 10048.0, 10037.0, 10037.0, 10038.0, 10020.0, 10091.0, 10024.0, 10054.0, 10025.0, 10044.0, 10015.0, 10025.0, 10057.0, 10019.0, 10056.0, 10023.0, 10020.0, 10041.0, 10004.0, 10034.0, 10017.0, 10042.0, 9998.0, 10004.0, 10033.0, 10040.0, 10056.0, 10053.0, 10021.0, 10020.0, 10040.0, 10019.0, 10043.0, 10021.0, 10014.0, 10002.0, 10020.0, 10022.0, 10036.0, 10012.0, 10002.0, 10027.0, 10005.0, 10028.0, 10017.0, 10014.0, 10019.0, 10006.0, 10026.0, 10047.0, 10076.0, 10055.0, 10044.0, 10009.0, 10055.0, 10020.0, 10027.0, 10045.0, 10029.0, 10024.0, 10021.0, 10015.0, 10021.0, 10011.0, 10002.0, 10043.0, 10048.0, 10064.0, 10018.0, 10018.0, 10026.0, 10018.0, 10023.0, 10012.0, 10003.0, 10024.0, 9996.0, 10009.0, 9984.0, 10000.0, 9995.0, 10011.0, 10009.0, 10018.0, 9998.0, 10004.0, 10002.0, 9997.0, 9989.0, 10001.0, 10003.0, 10006.0, 10023.0, 10056.0, 10065.0, 10004.0, 10027.0, 10010.0, 10023.0, 10043.0, 10047.0, 10023.0, 10012.0, 10041.0, 10025.0, 10028.0, 10045.0, 10029.0, 10051.0, 10022.0, 10022.0, 10027.0, 10017.0, 10029.0, 10038.0, 10057.0, 10023.0, 10024.0, 10038.0, 10043.0, 10051.0, 10007.0, 10022.0, 10018.0, 10017.0, 10037.0, 10014.0, 10009.0, 10033.0, 9997.0, 9990.0, 10011.0, 10000.0, 10000.0, 10016.0, 10005.0, 10068.0, 10007.0, 10024.0, 10022.0, 10009.0, 10053.0, 10008.0, 10024.0, 10049.0, 10040.0, 10035.0, 10027.0, 10017.0, 10011.0, 10022.0, 10029.0, 10057.0, 10033.0, 10032.0, 10007.0, 10011.0, 10025.0, 10024.0, 10020.0, 10034.0, 10012.0, 10022.0, 10024.0, 10043.0, 10025.0, 10023.0, 10013.0, 10046.0, 10026.0, 10030.0, 10044.0, 10066.0, 10013.0, 10048.0, 10043.0, 10012.0, 10026.0, 10021.0, 10022.0, 10018.0, 10051.0, 10005.0, 10008.0, 10043.0, 10032.0, 10019.0, 10033.0, 10018.0, 10018.0, 10007.0, 9999.0, 10001.0, 9997.0, 10015.0, 9983.0, 9998.0, 10017.0, 10022.0, 10000.0, 10015.0, 10008.0, 10036.0, 10030.0, 10050.0, 10053.0, 10018.0, 10063.0, 10059.0, 10067.0, 10048.0, 10038.0, 10005.0, 10016.0, 9988.0, 9995.0, 9982.0, 10021.0, 10022.0, 10040.0, 10028.0, 10057.0, 10014.0, 10031.0, 10037.0, 10045.0, 10030.0, 10032.0, 10048.0, 10032.0, 10044.0, 10054.0, 10030.0, 10035.0, 9993.0, 10040.0, 10008.0, 10048.0, 9999.0, 9985.0, 10022.0, 10024.0, 10038.0, 10020.0, 10026.0, 10046.0, 10022.0, 10004.0, 10016.0, 10035.0, 10007.0, 10051.0, 10008.0, 10000.0, 10004.0, 10017.0, 10017.0, 10001.0, 10001.0, 10006.0, 10024.0, 9990.0, 10016.0, 10017.0, 10007.0, 10006.0, 10006.0, 10003.0, 10026.0, 10019.0, 10006.0, 10006.0, 10006.0, 10009.0, 10004.0, 10024.0, 10023.0, 10008.0, 10023.0, 10013.0, 10071.0, 10028.0, 10008.0, 10039.0, 10029.0, 10012.0, 10004.0, 10007.0, 10042.0, 10032.0, 10014.0, 10022.0, 10005.0, 10023.0, 10020.0, 10006.0, 10018.0, 10004.0, 10030.0, 10018.0, 10024.0, 10006.0, 10008.0, 10036.0, 10042.0, 10013.0, 10018.0, 10020.0, 10032.0, 10025.0, 10039.0, 10035.0, 10043.0, 10007.0, 10004.0, 10019.0, 10025.0, 10031.0, 10016.0, 10008.0, 10026.0, 10026.0, 9992.0, 10024.0, 10004.0, 10016.0, 10022.0, 10021.0, 10047.0, 10046.0, 10028.0, 10046.0, 10030.0, 10048.0, 10022.0, 10022.0, 10006.0, 10024.0, 10008.0, 10026.0, 10021.0, 10009.0, 10008.0, 10008.0, 10025.0, 10024.0, 10046.0, 10042.0, 10022.0, 10032.0, 10060.0, 10038.0, 10046.0, 10043.0, 10027.0, 10024.0, 10024.0, 10037.0, 10020.0, 10024.0, 10026.0, 10032.0, 10044.0, 10027.0, 10013.0, 10042.0, 10028.0, 10004.0, 10044.0, 10024.0, 10050.0, 10020.0, 10028.0, 10034.0, 10026.0, 10021.0, 10065.0, 10053.0, 10033.0, 10014.0, 10030.0, 10030.0, 10029.0, 10044.0, 10050.0, 10058.0, 10031.0, 10020.0, 10039.0, 10044.0, 10025.0, 10041.0, 10049.0, 10046.0, 10006.0, 10018.0, 10028.0, 10014.0, 10018.0, 10026.0, 10028.0, 10008.0, 10045.0, 10028.0, 10008.0, 10021.0, 10005.0, 10003.0, 10001.0, 10011.0, 9998.0, 10018.0, 10036.0, 10007.0, 10026.0, 10013.0, 10011.0, 10023.0, 10027.0, 10016.0, 10025.0, 10029.0, 10032.0, 10027.0, 10030.0, 10031.0, 10024.0, 10027.0, 10023.0, 10054.0, 10059.0, 10016.0, 10009.0, 10006.0, 10038.0, 10007.0, 10053.0, 10010.0, 10010.0, 10024.0, 10020.0, 10027.0, 10036.0, 10021.0, 10021.0, 10003.0, 10019.0, 10003.0, 10003.0, 10001.0, 10017.0, 10010.0, 10002.0, 10017.0, 10003.0, 10024.0, 10004.0, 10042.0, 10041.0, 10001.0, 10043.0, 10021.0, 10022.0, 10026.0, 10042.0, 10031.0, 10047.0, 10024.0, 10035.0, 10006.0, 10028.0, 10001.0, 10003.0, 10002.0, 10019.0, 10024.0, 10000.0, 10006.0, 10004.0, 10022.0, 10038.0, 10046.0, 10011.0, 10017.0, 10047.0, 10010.0, 10024.0, 10006.0, 10018.0, 10040.0, 10026.0, 10006.0, 10003.0, 10018.0, 10022.0, 10008.0, 9990.0, 10038.0, 10037.0, 10004.0, 10023.0, 10025.0, 10019.0, 10002.0, 10018.0, 10021.0, 10023.0, 10004.0, 10026.0, 10020.0, 10025.0, 10022.0, 10025.0, 10041.0, 10008.0, 10025.0, 10036.0, 10028.0, 10008.0, 10011.0, 10011.0, 10010.0, 10045.0, 10039.0, 10026.0, 10042.0, 10007.0, 10040.0, 10041.0, 10038.0, 10029.0, 10033.0, 10041.0, 10024.0, 10041.0, 10015.0, 10032.0, 10001.0, 10016.0, 9987.0, 9981.0, 9986.0, 9998.0, 10011.0, 10001.0, 9998.0, 9980.0, 9994.0, 10001.0, 10006.0, 9981.0, 9981.0, 9991.0, 10001.0, 9980.0, 9978.0, 9982.0, 10015.0, 9979.0, 9978.0, 9979.0, 9977.0, 10014.0, 9980.0, 10015.0, 9994.0, 9997.0, 9982.0, 9978.0, 9979.0, 9977.0, 9979.0, 9997.0, 9987.0, 9982.0, 10013.0, 9996.0, 10018.0, 10013.0, 10000.0, 10002.0, 10022.0, 9998.0, 9999.0, 9999.0, 10002.0, 10003.0, 10018.0, 10016.0, 10006.0, 10003.0, 10001.0, 10016.0, 10007.0, 10013.0, 10023.0, 10016.0, 10024.0, 10038.0, 10010.0, 10020.0, 10044.0, 10045.0, 10031.0, 10008.0, 10019.0, 10021.0, 10021.0, 10019.0, 10031.0, 10044.0, 10035.0, 10042.0, 10016.0, 10041.0, 10035.0, 10024.0, 10023.0, 10023.0, 10035.0, 10012.0, 10023.0, 10012.0, 10046.0, 10029.0, 10025.0, 10017.0, 10051.0, 10021.0, 10026.0, 10019.0, 10023.0, 10020.0, 10048.0, 10027.0, 10045.0, 10006.0, 10018.0, 10003.0, 10037.0, 10014.0, 10019.0, 10006.0, 10014.0, 10034.0, 10013.0, 10020.0, 10021.0, 10006.0, 9999.0, 10022.0, 10004.0, 10001.0, 9986.0, 10018.0, 10004.0, 10003.0, 10005.0, 10020.0, 10023.0, 10002.0, 10018.0, 10003.0, 10003.0, 10008.0, 10005.0, 10018.0, 10038.0, 10003.0, 10004.0, 10016.0, 10000.0, 10017.0, 10051.0, 10042.0, 10007.0, 10026.0, 10044.0, 10008.0, 10021.0, 10024.0, 10024.0, 10004.0, 10025.0, 10017.0, 10008.0, 10000.0, 10002.0, 10019.0, 10026.0, 10019.0, 10019.0, 10025.0, 10020.0, 10021.0, 10043.0, 10023.0, 10025.0, 10043.0, 10045.0, 10028.0, 10019.0, 10018.0, 10001.0, 10017.0, 10026.0, 10032.0, 10018.0, 10003.0, 10006.0, 10020.0, 10038.0, 10040.0, 10024.0, 10039.0, 10022.0, 10024.0, 10027.0, 10008.0, 10025.0, 10012.0, 10069.0, 10021.0, 10004.0, 10020.0, 9996.0, 10020.0, 10029.0, 9999.0, 10000.0, 9998.0, 10000.0, 9985.0, 9995.0, 9996.0, 10004.0, 10012.0, 10002.0, 9997.0, 9985.0, 9996.0, 10015.0, 10002.0, 10003.0, 9999.0, 9998.0, 10003.0, 10039.0, 10005.0, 10003.0, 10000.0, 10018.0, 9995.0, 9998.0, 9991.0, 9997.0, 10018.0, 10007.0, 9998.0, 9999.0, 10001.0, 9998.0, 10002.0, 10003.0, 10026.0, 10032.0, 10004.0, 10005.0, 10016.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.00021554335894621296</td></tr>
<tr><td colspan=3>aqi</td><td>0.018781900439077934</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.47748414764834</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1733697123186813</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9758615806153852</td></tr>
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
<tr><td colspan=3>fber</td><td>6263.1421</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06322783099616817</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10976948408342481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.435574423530603</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.341998216889684</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.728721389487667</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.236003664214458</td></tr>
<tr><td colspan=3>gcor</td><td>0.00504953</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017207063734531403</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02636445313692093</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.934781468914128</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>34.0393</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9336</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.9937</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301464.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.2347</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.274</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.3839</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3797.0714</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.2974</td></tr>
<tr><td colspan=3>tsnr</td><td>42.87986925826408</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>