<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-02/func/sub-0133_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>bf111af9031c28f0dfca5b65fba8151f</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:39:35.665000</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.999975, 0.00543707, -0.00451562, -0.0054104, 0.999968, 0.00589661]</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.104167</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>[4208, -7787, -7233, 186, -130, -90, -27, 79]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4ade5edf-a7a8-4150-8376-72382638d539||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.6828598976135254, -0.014515716582536697, -0.01227834913879633, 114.07929229736328], [-0.01458725892007351, 2.6828410625457764, 0.0158544834703207, -95.64904022216797], [-0.01211508084088564, -0.015820171684026718, 2.699925661087036, -72.71834564208984], [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': ['213935.665000', '213936.125000', '213936.585000', '213937.045000', '213937.505000', '213937.965000', '213938.425000', '213938.885000', '213939.345000', '213939.805000', '213940.265000', '213940.725000', '213941.185000', '213941.645000', '213942.105000', '213942.565000', '213943.025000', '213943.485000', '213943.945000', '213944.405000', '213944.865000', '213945.325000', '213945.785000', '213946.245000', '213946.705000', '213947.165000', '213947.625000', '213948.085000', '213948.545000', '213949.005000', '213949.465000', '213949.925000', '213950.385000', '213950.845000', '213951.305000', '213951.765000', '213952.225000', '213952.685000', '213953.145000', '213953.605000', '213954.065000', '213954.525000', '213954.985000', '213955.445000', '213955.905000', '213956.365000', '213956.825000', '213957.285000', '213957.745000', '213958.205000', '213958.665000', '213959.125000', '213959.585000', '214000.045000', '214000.505000', '214000.965000', '214001.425000', '214001.885000', '214002.345000', '214002.805000', '214003.265000', '214003.725000', '214004.185000', '214004.645000', '214005.105000', '214005.565000', '214006.025000', '214006.485000', '214006.945000', '214007.405000', '214007.865000', '214008.325000', '214008.785000', '214009.245000', '214009.705000', '214010.165000', '214010.625000', '214011.085000', '214011.545000', '214012.005000', '214012.465000', '214012.925000', '214013.385000', '214013.845000', '214014.305000', '214014.765000', '214015.225000', '214015.685000', '214016.145000', '214016.605000', '214017.065000', '214017.525000', '214017.985000', '214018.445000', '214018.905000', '214019.365000', '214019.825000', '214020.285000', '214020.745000', '214021.205000', '214021.665000', '214022.125000', '214022.585000', '214023.045000', '214023.505000', '214023.965000', '214024.425000', '214024.885000', '214025.345000', '214025.805000', '214026.265000', '214026.725000', '214027.185000', '214027.645000', '214028.105000', '214028.565000', '214029.025000', '214029.485000', '214029.945000', '214030.405000', '214030.865000', '214031.325000', '214031.785000', '214032.245000', '214032.705000', '214033.165000', '214033.625000', '214034.085000', '214034.545000', '214035.005000', '214035.465000', '214035.925000', '214036.385000', '214036.845000', '214037.305000', '214037.765000', '214038.225000', '214038.685000', '214039.145000', '214039.605000', '214040.065000', '214040.525000', '214040.985000', '214041.445000', '214041.905000', '214042.365000', '214042.825000', '214043.285000', '214043.745000', '214044.205000', '214044.665000', '214045.125000', '214045.585000', '214046.045000', '214046.505000', '214046.965000', '214047.425000', '214047.885000', '214048.345000', '214048.805000', '214049.265000', '214049.725000', '214050.185000', '214050.645000', '214051.105000', '214051.565000', '214052.025000', '214052.485000', '214052.945000', '214053.405000', '214053.865000', '214054.325000', '214054.785000', '214055.245000', '214055.705000', '214056.165000', '214056.625000', '214057.085000', '214057.545000', '214058.005000', '214058.465000', '214058.925000', '214059.385000', '214059.845000', '214100.305000', '214100.765000', '214101.225000', '214101.685000', '214102.145000', '214102.605000', '214103.065000', '214103.525000', '214103.985000', '214104.445000', '214104.905000', '214105.365000', '214105.825000', '214106.285000', '214106.745000', '214107.205000', '214107.665000', '214108.125000', '214108.585000', '214109.045000', '214109.505000', '214109.965000', '214110.425000', '214110.885000', '214111.345000', '214111.805000', '214112.265000', '214112.725000', '214113.185000', '214113.645000', '214114.105000', '214114.565000', '214115.025000', '214115.485000', '214115.945000', '214116.405000', '214116.865000', '214117.325000', '214117.785000', '214118.245000', '214118.705000', '214119.165000', '214119.625000', '214120.085000', '214120.545000', '214121.005000', '214121.465000', '214121.925000', '214122.385000', '214122.845000', '214123.305000', '214123.765000', '214124.225000', '214124.685000', '214125.145000', '214125.605000', '214126.065000', '214126.525000', '214126.985000', '214127.445000', '214127.905000', '214128.365000', '214128.825000', '214129.285000', '214129.745000', '214130.205000', '214130.665000', '214131.125000', '214131.585000', '214132.045000', '214132.505000', '214132.965000', '214133.425000', '214133.885000', '214134.345000', '214134.805000', '214135.265000', '214135.725000', '214136.185000', '214136.645000', '214137.105000', '214137.565000', '214138.025000', '214138.485000', '214138.945000', '214139.405000', '214139.865000', '214140.325000', '214140.785000', '214141.245000', '214141.705000', '214142.165000', '214142.625000', '214143.085000', '214143.545000', '214144.005000', '214144.465000', '214144.925000', '214145.385000', '214145.845000', '214146.305000', '214146.765000', '214147.225000', '214147.685000', '214148.145000', '214148.605000', '214149.065000', '214149.525000', '214149.985000', '214150.445000', '214150.905000', '214151.365000', '214151.825000', '214152.285000', '214152.745000', '214153.205000', '214153.665000', '214154.125000', '214154.585000', '214155.045000', '214155.505000', '214155.965000', '214156.425000', '214156.885000', '214157.345000', '214157.805000', '214158.265000', '214158.725000', '214159.185000', '214159.645000', '214200.105000', '214200.565000', '214201.025000', '214201.485000', '214201.945000', '214202.405000', '214202.865000', '214203.325000', '214203.785000', '214204.245000', '214204.705000', '214205.165000', '214205.625000', '214206.085000', '214206.545000', '214207.005000', '214207.465000', '214207.925000', '214208.385000', '214208.845000', '214209.305000', '214209.765000', '214210.225000', '214210.685000', '214211.145000', '214211.605000', '214212.065000', '214212.525000', '214212.985000', '214213.445000', '214213.905000', '214214.365000', '214214.825000', '214215.285000', '214215.745000', '214216.205000', '214216.665000', '214217.125000', '214217.585000', '214218.045000', '214218.505000', '214218.965000', '214219.425000', '214219.885000', '214220.345000', '214220.805000', '214221.265000', '214221.725000', '214222.185000', '214222.645000', '214223.105000', '214223.565000', '214224.025000', '214224.485000', '214224.945000', '214225.405000', '214225.865000', '214226.325000', '214226.785000', '214227.245000', '214227.705000', '214228.165000', '214228.625000', '214229.085000', '214229.545000', '214230.005000', '214230.465000', '214230.925000', '214231.385000', '214231.845000', '214232.305000', '214232.765000', '214233.225000', '214233.685000', '214234.145000', '214234.605000', '214235.065000', '214235.525000', '214235.985000', '214236.445000', '214236.905000', '214237.365000', '214237.825000', '214238.285000', '214238.745000', '214239.205000', '214239.665000', '214240.125000', '214240.585000', '214241.045000', '214241.505000', '214241.965000', '214242.425000', '214242.885000', '214243.345000', '214243.805000', '214244.265000', '214244.725000', '214245.185000', '214245.645000', '214246.105000', '214246.565000', '214247.025000', '214247.485000', '214247.945000', '214248.405000', '214248.865000', '214249.325000', '214249.785000', '214250.245000', '214250.705000', '214251.165000', '214251.625000', '214252.085000', '214252.545000', '214253.005000', '214253.465000', '214253.925000', '214254.385000', '214254.845000', '214255.305000', '214255.765000', '214256.225000', '214256.685000', '214257.145000', '214257.605000', '214258.065000', '214258.525000', '214258.985000', '214259.445000', '214259.905000', '214300.365000', '214300.825000', '214301.285000', '214301.745000', '214302.205000', '214302.665000', '214303.125000', '214303.585000', '214304.045000', '214304.505000', '214304.965000', '214305.425000', '214305.885000', '214306.345000', '214306.805000', '214307.265000', '214307.725000', '214308.185000', '214308.645000', '214309.105000', '214309.565000', '214310.025000', '214310.485000', '214310.945000', '214311.405000', '214311.865000', '214312.325000', '214312.785000', '214313.245000', '214313.705000', '214314.165000', '214314.625000', '214315.085000', '214315.545000', '214316.005000', '214316.465000', '214316.925000', '214317.385000', '214317.845000', '214318.305000', '214318.765000', '214319.225000', '214319.685000', '214320.145000', '214320.605000', '214321.065000', '214321.525000', '214321.985000', '214322.445000', '214322.905000', '214323.365000', '214323.825000', '214324.285000', '214324.745000', '214325.205000', '214325.665000', '214326.125000', '214326.585000', '214327.045000', '214327.505000', '214327.965000', '214328.425000', '214328.885000', '214329.345000', '214329.805000', '214330.265000', '214330.725000', '214331.185000', '214331.645000', '214332.105000', '214332.565000', '214333.025000', '214333.485000', '214333.945000', '214334.405000', '214334.865000', '214335.325000', '214335.785000', '214336.245000', '214336.705000', '214337.165000', '214337.625000', '214338.085000', '214338.545000', '214339.005000', '214339.465000', '214339.925000', '214340.385000', '214340.845000', '214341.305000', '214341.765000', '214342.225000', '214342.685000', '214343.145000', '214343.605000', '214344.065000', '214344.525000', '214344.985000', '214345.445000', '214345.905000', '214346.365000', '214346.825000', '214347.285000', '214347.745000', '214348.205000', '214348.665000', '214349.125000', '214349.585000', '214350.045000', '214350.505000', '214350.965000', '214351.425000', '214351.885000', '214352.345000', '214352.805000', '214353.265000', '214353.725000', '214354.185000', '214354.645000', '214355.105000', '214355.565000', '214356.025000', '214356.485000', '214356.945000', '214357.405000', '214357.865000', '214358.325000', '214358.785000', '214359.245000', '214359.705000', '214400.165000', '214400.625000', '214401.085000', '214401.545000', '214402.005000', '214402.465000', '214402.925000', '214403.385000', '214403.845000', '214404.305000', '214404.765000', '214405.225000', '214405.685000', '214406.145000', '214406.605000', '214407.065000', '214407.525000', '214407.985000', '214408.445000', '214408.905000', '214409.365000', '214409.825000', '214410.285000', '214410.745000', '214411.205000', '214411.665000', '214412.125000', '214412.585000', '214413.045000', '214413.505000', '214413.965000', '214414.425000', '214414.885000', '214415.345000', '214415.805000', '214416.265000', '214416.725000', '214417.185000', '214417.645000', '214418.105000', '214418.565000', '214419.025000', '214419.485000', '214419.945000', '214420.405000', '214420.865000', '214421.325000', '214421.785000', '214422.245000', '214422.705000', '214423.165000', '214423.625000', '214424.085000', '214424.545000', '214425.005000', '214425.465000', '214425.925000', '214426.385000', '214426.845000', '214427.305000', '214427.765000', '214428.225000', '214428.685000', '214429.145000', '214429.605000', '214430.065000', '214430.525000', '214430.985000', '214431.445000', '214431.905000', '214432.365000', '214432.825000', '214433.285000', '214433.745000', '214434.205000', '214434.665000', '214435.125000', '214435.585000', '214436.045000', '214436.505000', '214436.965000', '214437.425000', '214437.885000', '214438.345000', '214438.805000', '214439.265000', '214439.725000', '214440.185000', '214440.645000', '214441.105000', '214441.565000', '214442.025000', '214442.485000', '214442.945000', '214443.405000', '214443.865000', '214444.325000', '214444.785000', '214445.245000', '214445.705000', '214446.165000', '214446.625000', '214447.085000', '214447.545000', '214448.005000', '214448.465000', '214448.925000', '214449.385000', '214449.845000', '214450.305000', '214450.765000', '214451.225000', '214451.685000', '214452.145000', '214452.605000', '214453.065000', '214453.525000', '214453.985000', '214454.445000', '214454.905000', '214455.365000', '214455.825000', '214456.285000', '214456.745000', '214457.205000', '214457.665000', '214458.125000', '214458.585000', '214459.045000', '214459.505000', '214459.965000', '214500.425000', '214500.885000', '214501.345000', '214501.805000', '214502.265000', '214502.725000', '214503.185000', '214503.645000', '214504.105000', '214504.565000', '214505.025000', '214505.485000', '214505.945000', '214506.405000', '214506.865000', '214507.325000', '214507.785000', '214508.245000', '214508.705000', '214509.165000', '214509.625000', '214510.085000', '214510.545000', '214511.005000', '214511.465000', '214511.925000', '214512.385000', '214512.845000', '214513.305000', '214513.765000', '214514.225000', '214514.685000', '214515.145000', '214515.605000', '214516.065000', '214516.525000', '214516.985000', '214517.445000', '214517.905000', '214518.365000', '214518.825000', '214519.285000', '214519.745000', '214520.205000', '214520.665000', '214521.125000', '214521.585000', '214522.045000', '214522.505000', '214522.965000', '214523.425000', '214523.885000', '214524.345000', '214524.805000', '214525.265000', '214525.725000', '214526.185000', '214526.645000', '214527.105000', '214527.565000', '214528.025000', '214528.485000', '214528.945000', '214529.405000', '214529.865000', '214530.325000', '214530.785000', '214531.245000', '214531.705000', '214532.165000', '214532.625000', '214533.085000', '214533.545000', '214534.005000', '214534.465000', '214534.925000', '214535.385000', '214535.845000', '214536.305000', '214536.765000', '214537.225000', '214537.685000', '214538.145000', '214538.605000', '214539.065000', '214539.525000', '214539.985000', '214540.445000', '214540.905000', '214541.365000', '214541.825000', '214542.285000', '214542.745000', '214543.205000', '214543.665000', '214544.125000', '214544.585000', '214545.045000', '214545.505000', '214545.965000', '214546.425000', '214546.885000', '214547.345000', '214547.805000', '214548.265000', '214548.725000', '214549.185000', '214549.645000', '214550.105000', '214550.565000', '214551.025000', '214551.485000', '214551.945000', '214552.405000', '214552.865000', '214553.325000', '214553.785000', '214554.245000', '214554.705000', '214555.165000', '214555.625000', '214556.085000', '214556.545000', '214557.005000', '214557.465000', '214557.925000', '214558.385000', '214558.845000', '214559.305000', '214559.765000', '214600.225000', '214600.685000', '214601.145000', '214601.605000', '214602.065000', '214602.525000', '214602.985000', '214603.445000', '214603.905000', '214604.365000', '214604.825000', '214605.285000', '214605.745000', '214606.205000', '214606.665000', '214607.125000', '214607.585000', '214608.045000', '214608.505000', '214608.965000', '214609.425000', '214609.885000', '214610.345000', '214610.805000', '214611.265000', '214611.725000', '214612.185000', '214612.645000', '214613.105000', '214613.565000', '214614.025000', '214614.485000', '214614.945000', '214615.405000', '214615.865000', '214616.325000', '214616.785000', '214617.245000', '214617.705000', '214618.165000', '214618.625000', '214619.085000', '214619.545000', '214620.005000', '214620.465000', '214620.925000', '214621.385000', '214621.845000', '214622.305000', '214622.765000', '214623.225000', '214623.685000', '214624.145000', '214624.605000', '214625.065000', '214625.525000', '214625.985000', '214626.445000', '214626.905000', '214627.365000', '214627.825000', '214628.285000', '214628.745000', '214629.205000', '214629.665000', '214630.125000', '214630.585000', '214631.045000', '214631.505000', '214631.965000', '214632.425000', '214632.885000', '214633.345000', '214633.805000', '214634.265000', '214634.725000', '214635.185000', '214635.645000'], 'ContentTime': ['213954.777000', '213954.780000', '213954.783000', '213954.786000', '213954.789000', '213954.792000', '213954.794000', '213954.797000', '213954.799000', '213954.802000', '213954.805000', '213954.807000', '213954.814000', '213954.816000', '213954.819000', '213954.822000', '213954.824000', '213954.827000', '213954.829000', '213954.832000', '213954.834000', '213954.843000', '213954.846000', '213954.848000', '213954.851000', '213954.853000', '213954.861000', '213954.864000', '213954.866000', '213954.869000', '213954.872000', '213954.874000', '213954.877000', '213954.879000', '213954.882000', '213954.885000', '213954.887000', '213954.890000', '214014.738000', '214014.741000', '214014.744000', '214014.746000', '214014.749000', '214014.752000', '214014.754000', '214014.757000', '214014.759000', '214014.762000', '214014.765000', '214014.767000', '214014.770000', '214014.772000', '214014.775000', '214014.784000', '214014.786000', '214014.789000', '214014.792000', '214014.794000', '214014.797000', '214014.799000', '214014.802000', '214014.804000', '214014.807000', '214014.809000', '214014.812000', '214014.815000', '214014.817000', '214014.820000', '214014.822000', '214014.825000', '214014.828000', '214014.830000', '214014.833000', '214014.835000', '214014.838000', '214014.841000', '214014.843000', '214014.846000', '214014.848000', '214014.851000', '214014.854000', '214014.856000', '214034.737000', '214034.740000', '214034.743000', '214034.745000', '214034.748000', '214034.751000', '214034.753000', '214034.756000', '214034.758000', '214034.761000', '214034.763000', '214034.766000', '214034.769000', '214034.771000', '214034.774000', '214034.776000', '214034.779000', '214034.781000', '214034.784000', '214034.786000', '214034.789000', '214034.792000', '214034.794000', '214034.797000', '214034.799000', '214034.802000', '214034.804000', '214034.808000', '214034.810000', '214034.813000', '214034.815000', '214034.819000', '214034.822000', '214034.824000', '214034.827000', '214034.830000', '214034.832000', '214034.835000', '214034.837000', '214034.840000', '214034.843000', '214034.845000', '214034.848000', '214054.738000', '214054.741000', '214054.744000', '214054.746000', '214054.749000', '214054.752000', '214054.754000', '214054.757000', '214054.759000', '214054.762000', '214054.764000', '214054.767000', '214054.769000', '214054.772000', '214054.774000', '214054.777000', '214054.780000', '214054.782000', '214054.785000', '214054.788000', '214054.790000', '214054.793000', '214054.795000', '214054.798000', '214054.800000', '214054.803000', '214054.806000', '214054.808000', '214054.811000', '214054.813000', '214054.816000', '214054.819000', '214054.821000', '214054.824000', '214054.826000', '214054.829000', '214054.831000', '214054.834000', '214054.837000', '214054.839000', '214054.842000', '214054.845000', '214054.847000', '214054.850000', '214114.738000', '214114.740000', '214114.743000', '214114.746000', '214114.748000', '214114.751000', '214114.753000', '214114.756000', '214114.758000', '214114.761000', '214114.763000', '214114.766000', '214114.769000', '214114.771000', '214114.774000', '214114.776000', '214114.779000', '214114.782000', '214114.784000', '214114.787000', '214114.789000', '214114.792000', '214114.795000', '214114.797000', '214114.800000', '214114.803000', '214114.805000', '214114.808000', '214114.811000', '214114.814000', '214114.817000', '214114.820000', '214114.822000', '214114.825000', '214114.828000', '214114.830000', '214114.833000', '214114.835000', '214114.838000', '214114.841000', '214114.843000', '214114.846000', '214114.856000', '214134.737000', '214134.740000', '214134.743000', '214134.746000', '214134.749000', '214134.751000', '214134.754000', '214134.757000', '214134.759000', '214134.762000', '214134.764000', '214134.767000', '214134.770000', '214134.772000', '214134.775000', '214134.778000', '214134.780000', '214134.783000', '214134.786000', '214134.788000', '214134.791000', '214134.794000', '214134.796000', '214134.799000', '214134.802000', '214134.804000', '214134.807000', '214134.809000', '214134.812000', '214134.815000', '214134.817000', '214134.820000', '214134.823000', '214134.825000', '214134.828000', '214134.831000', '214134.833000', '214134.840000', '214134.843000', '214134.853000', '214134.855000', '214134.858000', '214134.860000', '214134.863000', '214154.738000', '214154.740000', '214154.743000', '214154.746000', '214154.748000', '214154.751000', '214154.753000', '214154.756000', '214154.759000', '214154.761000', '214154.764000', '214154.767000', '214154.769000', '214154.772000', '214154.775000', '214154.777000', '214154.780000', '214154.782000', '214154.785000', '214154.788000', '214154.790000', '214154.793000', '214154.796000', '214154.798000', '214154.801000', '214154.804000', '214154.806000', '214154.809000', '214154.811000', '214154.814000', '214154.817000', '214154.819000', '214154.822000', '214154.825000', '214154.827000', '214154.830000', '214154.832000', '214154.835000', '214154.838000', '214154.840000', '214154.843000', '214154.846000', '214154.848000', '214214.738000', '214214.740000', '214214.743000', '214214.746000', '214214.748000', '214214.751000', '214214.753000', '214214.756000', '214214.758000', '214214.761000', '214214.764000', '214214.766000', '214214.769000', '214214.771000', '214214.781000', '214214.783000', '214214.786000', '214214.789000', '214214.791000', '214214.794000', '214214.797000', '214214.799000', '214214.802000', '214214.804000', '214214.807000', '214214.810000', '214214.813000', '214214.815000', '214214.818000', '214214.820000', '214214.823000', '214214.826000', '214214.828000', '214214.831000', '214214.833000', '214214.836000', '214214.839000', '214214.841000', '214214.844000', '214214.847000', '214214.849000', '214214.852000', '214214.854000', '214214.857000', '214234.737000', '214234.740000', '214234.743000', '214234.746000', '214234.748000', '214234.751000', '214234.754000', '214234.756000', '214234.759000', '214234.762000', '214234.764000', '214234.767000', '214234.769000', '214234.772000', '214234.775000', '214234.777000', '214234.780000', '214234.782000', '214234.785000', '214234.787000', '214234.790000', '214234.793000', '214234.795000', '214234.798000', '214234.801000', '214234.803000', '214234.806000', '214234.809000', '214234.811000', '214234.814000', '214234.817000', '214234.819000', '214234.822000', '214234.824000', '214234.827000', '214234.830000', '214234.833000', '214234.836000', '214234.839000', '214234.842000', '214234.845000', '214234.848000', '214234.850000', '214254.737000', '214254.740000', '214254.743000', '214254.745000', '214254.748000', '214254.751000', '214254.753000', '214254.757000', '214254.759000', '214254.762000', '214254.765000', '214254.767000', '214254.770000', '214254.772000', '214254.775000', '214254.778000', '214254.780000', '214254.783000', '214254.785000', '214254.788000', '214254.791000', '214254.793000', '214254.796000', '214254.799000', '214254.813000', '214254.816000', '214254.818000', '214254.821000', '214254.823000', '214254.826000', '214254.829000', '214254.831000', '214254.834000', '214254.836000', '214254.839000', '214254.841000', '214254.844000', '214254.847000', '214254.849000', '214254.852000', '214254.855000', '214254.857000', '214254.860000', '214254.863000', '214314.738000', '214314.741000', '214314.744000', '214314.746000', '214314.749000', '214314.752000', '214314.754000', '214314.757000', '214314.760000', '214314.762000', '214314.765000', '214314.767000', '214314.770000', '214314.772000', '214314.775000', '214314.778000', '214314.780000', '214314.783000', '214314.785000', '214314.788000', '214314.791000', '214314.793000', '214314.796000', '214314.799000', '214314.801000', '214314.804000', '214314.806000', '214314.809000', '214314.812000', '214314.814000', '214314.817000', '214314.819000', '214314.822000', '214314.824000', '214314.827000', '214314.830000', '214314.832000', '214314.835000', '214314.837000', '214314.840000', '214314.843000', '214314.845000', '214314.848000', '214334.738000', '214334.741000', '214334.743000', '214334.746000', '214334.749000', '214334.752000', '214334.755000', '214334.758000', '214334.761000', '214334.763000', '214334.766000', '214334.769000', '214334.771000', '214334.774000', '214334.776000', '214334.779000', '214334.782000', '214334.784000', '214334.787000', '214334.789000', '214334.792000', '214334.795000', '214334.797000', '214334.800000', '214334.803000', '214334.805000', '214334.811000', '214334.814000', '214334.816000', '214334.819000', '214334.821000', '214334.824000', '214334.826000', '214334.829000', '214334.832000', '214334.834000', '214334.837000', '214334.840000', '214334.842000', '214334.845000', '214334.848000', '214334.850000', '214334.853000', '214354.738000', '214354.740000', '214354.743000', '214354.746000', '214354.748000', '214354.751000', '214354.753000', '214354.756000', '214354.759000', '214354.761000', '214354.764000', '214354.766000', '214354.769000', '214354.772000', '214354.774000', '214354.777000', '214354.779000', '214354.782000', '214354.785000', '214354.787000', '214354.790000', '214354.793000', '214354.795000', '214354.798000', '214354.801000', '214354.804000', '214354.806000', '214354.809000', '214354.811000', '214354.814000', '214354.817000', '214354.819000', '214354.822000', '214354.825000', '214354.827000', '214354.830000', '214354.833000', '214354.835000', '214354.838000', '214354.840000', '214354.843000', '214354.846000', '214354.854000', '214354.857000', '214414.738000', '214414.741000', '214414.743000', '214414.746000', '214414.748000', '214414.751000', '214414.753000', '214414.756000', '214414.759000', '214414.761000', '214414.764000', '214414.767000', '214414.769000', '214414.772000', '214414.774000', '214414.777000', '214414.780000', '214414.782000', '214414.785000', '214414.788000', '214414.790000', '214414.793000', '214414.796000', '214414.798000', '214414.801000', '214414.804000', '214414.806000', '214414.809000', '214414.812000', '214414.814000', '214414.817000', '214414.819000', '214414.822000', '214414.824000', '214414.827000', '214414.830000', '214414.832000', '214414.835000', '214414.838000', '214414.840000', '214414.843000', '214414.845000', '214414.848000', '214414.850000', '214434.738000', '214434.741000', '214434.743000', '214434.746000', '214434.748000', '214434.776000', '214434.778000', '214434.781000', '214434.783000', '214434.786000', '214434.789000', '214434.792000', '214434.794000', '214434.797000', '214434.799000', '214434.802000', '214434.805000', '214434.807000', '214434.810000', '214434.813000', '214434.815000', '214434.818000', '214434.821000', '214434.823000', '214434.826000', '214434.829000', '214434.831000', '214434.834000', '214434.836000', '214434.839000', '214434.841000', '214434.844000', '214434.847000', '214434.849000', '214434.852000', '214434.854000', '214434.857000', '214434.860000', '214434.862000', '214434.865000', '214434.867000', '214434.870000', '214434.872000', '214454.738000', '214454.740000', '214454.743000', '214454.746000', '214454.748000', '214454.751000', '214454.753000', '214454.756000', '214454.759000', '214454.761000', '214454.764000', '214454.767000', '214454.769000', '214454.772000', '214454.775000', '214454.777000', '214454.780000', '214454.783000', '214454.785000', '214454.788000', '214454.791000', '214454.793000', '214454.796000', '214454.799000', '214454.801000', '214454.804000', '214454.807000', '214454.809000', '214454.812000', '214454.815000', '214454.817000', '214454.820000', '214454.823000', '214454.825000', '214454.828000', '214454.831000', '214454.833000', '214454.836000', '214454.839000', '214454.841000', '214454.844000', '214454.847000', '214454.849000', '214454.852000', '214514.737000', '214514.740000', '214514.743000', '214514.746000', '214514.749000', '214514.751000', '214514.754000', '214514.757000', '214514.759000', '214514.762000', '214514.765000', '214514.767000', '214514.770000', '214514.772000', '214514.775000', '214514.778000', '214514.780000', '214514.783000', '214514.786000', '214514.789000', '214514.791000', '214514.794000', '214514.796000', '214514.799000', '214514.802000', '214514.804000', '214514.807000', '214514.810000', '214514.812000', '214514.815000', '214514.818000', '214514.820000', '214514.823000', '214514.826000', '214514.828000', '214514.831000', '214514.833000', '214514.836000', '214514.839000', '214514.841000', '214514.844000', '214514.847000', '214514.849000', '214534.740000', '214534.743000', '214534.746000', '214534.748000', '214534.751000', '214534.754000', '214534.756000', '214534.759000', '214534.761000', '214534.764000', '214534.766000', '214534.769000', '214534.772000', '214534.774000', '214534.777000', '214534.779000', '214534.782000', '214534.785000', '214534.787000', '214534.790000', '214534.793000', '214534.795000', '214534.798000', '214534.801000', '214534.803000', '214534.806000', '214534.808000', '214534.811000', '214534.814000', '214534.816000', '214534.819000', '214534.821000', '214534.824000', '214534.827000', '214534.829000', '214534.832000', '214534.835000', '214534.837000', '214534.840000', '214534.843000', '214534.845000', '214534.848000', '214534.850000', '214554.738000', '214554.740000', '214554.743000', '214554.746000', '214554.748000', '214554.751000', '214554.754000', '214554.756000', '214554.759000', '214554.761000', '214554.764000', '214554.767000', '214554.769000', '214554.772000', '214554.775000', '214554.777000', '214554.780000', '214554.792000', '214554.795000', '214554.798000', '214554.800000', '214554.803000', '214554.806000', '214554.808000', '214554.811000', '214554.813000', '214554.816000', '214554.818000', '214554.821000', '214554.824000', '214554.826000', '214554.829000', '214554.832000', '214554.834000', '214554.837000', '214554.840000', '214554.842000', '214554.845000', '214554.847000', '214554.850000', '214554.853000', '214554.855000', '214554.858000', '214614.737000', '214614.741000', '214614.743000', '214614.746000', '214614.749000', '214614.751000', '214614.754000', '214614.757000', '214614.759000', '214614.762000', '214614.765000', '214614.767000', '214614.770000', '214614.772000', '214614.775000', '214614.778000', '214614.780000', '214614.783000', '214614.786000', '214614.789000', '214614.791000', '214614.794000', '214614.796000', '214614.799000', '214614.802000', '214614.804000', '214614.807000', '214614.810000', '214614.812000', '214614.815000', '214614.818000', '214614.820000', '214614.823000', '214614.825000', '214614.828000', '214614.830000', '214614.833000', '214614.836000', '214614.838000', '214614.841000', '214614.843000', '214614.846000', '214614.848000', '214614.851000', '214634.737000', '214634.741000', '214634.743000', '214634.746000', '214634.749000', '214634.751000', '214634.754000', '214634.757000', '214634.759000', '214634.762000', '214634.765000', '214634.767000', '214634.770000', '214634.772000', '214634.775000', '214634.778000', '214634.780000', '214634.783000', '214634.786000', '214634.788000', '214634.791000', '214634.794000', '214634.796000', '214634.799000', '214634.802000', '214634.804000', '214634.807000', '214634.819000', '214634.822000', '214634.825000', '214634.827000', '214634.830000', '214634.832000', '214634.835000', '214634.838000', '214634.840000', '214634.843000', '214634.846000', '214634.849000', '214634.851000', '214634.854000', '214634.856000', '214634.859000', '214634.862000', '214637.246000', '214637.249000', '214637.252000', '214637.255000', '214637.257000', '214637.260000'], 'InstanceCreationTime': ['213954.777000', '213954.780000', '213954.783000', '213954.786000', '213954.789000', '213954.792000', '213954.794000', '213954.797000', '213954.799000', '213954.802000', '213954.805000', '213954.807000', '213954.814000', '213954.816000', '213954.819000', '213954.822000', '213954.824000', '213954.827000', '213954.829000', '213954.832000', '213954.834000', '213954.843000', '213954.846000', '213954.848000', '213954.851000', '213954.853000', '213954.861000', '213954.864000', '213954.866000', '213954.869000', '213954.872000', '213954.874000', '213954.877000', '213954.879000', '213954.882000', '213954.885000', '213954.887000', '213954.890000', '214014.738000', '214014.741000', '214014.744000', '214014.746000', '214014.749000', '214014.752000', '214014.754000', '214014.757000', '214014.759000', '214014.762000', '214014.765000', '214014.767000', '214014.770000', '214014.772000', '214014.775000', '214014.784000', '214014.786000', '214014.789000', '214014.792000', '214014.794000', '214014.797000', '214014.799000', '214014.802000', '214014.804000', '214014.807000', '214014.809000', '214014.812000', '214014.815000', '214014.817000', '214014.820000', '214014.822000', '214014.825000', '214014.828000', '214014.830000', '214014.833000', '214014.835000', '214014.838000', '214014.841000', '214014.843000', '214014.846000', '214014.848000', '214014.851000', '214014.854000', '214014.856000', '214034.737000', '214034.740000', '214034.743000', '214034.745000', '214034.748000', '214034.751000', '214034.753000', '214034.756000', '214034.758000', '214034.761000', '214034.763000', '214034.766000', '214034.769000', '214034.771000', '214034.774000', '214034.776000', '214034.779000', '214034.781000', '214034.784000', '214034.786000', '214034.789000', '214034.792000', '214034.794000', '214034.797000', '214034.799000', '214034.802000', '214034.804000', '214034.808000', '214034.810000', '214034.813000', '214034.815000', '214034.819000', '214034.822000', '214034.824000', '214034.827000', '214034.830000', '214034.832000', '214034.835000', '214034.837000', '214034.840000', '214034.843000', '214034.845000', '214034.848000', '214054.738000', '214054.741000', '214054.744000', '214054.746000', '214054.749000', '214054.752000', '214054.754000', '214054.757000', '214054.759000', '214054.762000', '214054.764000', '214054.767000', '214054.769000', '214054.772000', '214054.774000', '214054.777000', '214054.780000', '214054.782000', '214054.785000', '214054.788000', '214054.790000', '214054.793000', '214054.795000', '214054.798000', '214054.800000', '214054.803000', '214054.806000', '214054.808000', '214054.811000', '214054.813000', '214054.816000', '214054.819000', '214054.821000', '214054.824000', '214054.826000', '214054.829000', '214054.831000', '214054.834000', '214054.837000', '214054.839000', '214054.842000', '214054.845000', '214054.847000', '214054.850000', '214114.738000', '214114.740000', '214114.743000', '214114.746000', '214114.748000', '214114.751000', '214114.753000', '214114.756000', '214114.758000', '214114.761000', '214114.763000', '214114.766000', '214114.769000', '214114.771000', '214114.774000', '214114.776000', '214114.779000', '214114.782000', '214114.784000', '214114.787000', '214114.789000', '214114.792000', '214114.795000', '214114.797000', '214114.800000', '214114.803000', '214114.805000', '214114.808000', '214114.811000', '214114.814000', '214114.817000', '214114.820000', '214114.822000', '214114.825000', '214114.828000', '214114.830000', '214114.833000', '214114.835000', '214114.838000', '214114.841000', '214114.843000', '214114.846000', '214114.856000', '214134.737000', '214134.740000', '214134.743000', '214134.746000', '214134.749000', '214134.751000', '214134.754000', '214134.757000', '214134.759000', '214134.762000', '214134.764000', '214134.767000', '214134.770000', '214134.772000', '214134.775000', '214134.778000', '214134.780000', '214134.783000', '214134.786000', '214134.788000', '214134.791000', '214134.794000', '214134.796000', '214134.799000', '214134.802000', '214134.804000', '214134.807000', '214134.809000', '214134.812000', '214134.815000', '214134.817000', '214134.820000', '214134.823000', '214134.825000', '214134.828000', '214134.831000', '214134.833000', '214134.840000', '214134.843000', '214134.853000', '214134.855000', '214134.858000', '214134.860000', '214134.863000', '214154.738000', '214154.740000', '214154.743000', '214154.746000', '214154.748000', '214154.751000', '214154.753000', '214154.756000', '214154.759000', '214154.761000', '214154.764000', '214154.767000', '214154.769000', '214154.772000', '214154.775000', '214154.777000', '214154.780000', '214154.782000', '214154.785000', '214154.788000', '214154.790000', '214154.793000', '214154.796000', '214154.798000', '214154.801000', '214154.804000', '214154.806000', '214154.809000', '214154.811000', '214154.814000', '214154.817000', '214154.819000', '214154.822000', '214154.825000', '214154.827000', '214154.830000', '214154.832000', '214154.835000', '214154.838000', '214154.840000', '214154.843000', '214154.846000', '214154.848000', '214214.738000', '214214.740000', '214214.743000', '214214.746000', '214214.748000', '214214.751000', '214214.753000', '214214.756000', '214214.758000', '214214.761000', '214214.764000', '214214.766000', '214214.769000', '214214.771000', '214214.781000', '214214.783000', '214214.786000', '214214.789000', '214214.791000', '214214.794000', '214214.797000', '214214.799000', '214214.802000', '214214.804000', '214214.807000', '214214.810000', '214214.813000', '214214.815000', '214214.818000', '214214.820000', '214214.823000', '214214.826000', '214214.828000', '214214.831000', '214214.833000', '214214.836000', '214214.839000', '214214.841000', '214214.844000', '214214.847000', '214214.849000', '214214.852000', '214214.854000', '214214.857000', '214234.737000', '214234.740000', '214234.743000', '214234.746000', '214234.748000', '214234.751000', '214234.754000', '214234.756000', '214234.759000', '214234.762000', '214234.764000', '214234.767000', '214234.769000', '214234.772000', '214234.775000', '214234.777000', '214234.780000', '214234.782000', '214234.785000', '214234.787000', '214234.790000', '214234.793000', '214234.795000', '214234.798000', '214234.801000', '214234.803000', '214234.806000', '214234.809000', '214234.811000', '214234.814000', '214234.817000', '214234.819000', '214234.822000', '214234.824000', '214234.827000', '214234.830000', '214234.833000', '214234.836000', '214234.839000', '214234.842000', '214234.845000', '214234.848000', '214234.850000', '214254.737000', '214254.740000', '214254.743000', '214254.745000', '214254.748000', '214254.751000', '214254.753000', '214254.757000', '214254.759000', '214254.762000', '214254.765000', '214254.767000', '214254.770000', '214254.772000', '214254.775000', '214254.778000', '214254.780000', '214254.783000', '214254.785000', '214254.788000', '214254.791000', '214254.793000', '214254.796000', '214254.799000', '214254.813000', '214254.816000', '214254.818000', '214254.821000', '214254.823000', '214254.826000', '214254.829000', '214254.831000', '214254.834000', '214254.836000', '214254.839000', '214254.841000', '214254.844000', '214254.847000', '214254.849000', '214254.852000', '214254.855000', '214254.857000', '214254.860000', '214254.863000', '214314.738000', '214314.741000', '214314.744000', '214314.746000', '214314.749000', '214314.752000', '214314.754000', '214314.757000', '214314.760000', '214314.762000', '214314.765000', '214314.767000', '214314.770000', '214314.772000', '214314.775000', '214314.778000', '214314.780000', '214314.783000', '214314.785000', '214314.788000', '214314.791000', '214314.793000', '214314.796000', '214314.799000', '214314.801000', '214314.804000', '214314.806000', '214314.809000', '214314.812000', '214314.814000', '214314.817000', '214314.819000', '214314.822000', '214314.824000', '214314.827000', '214314.830000', '214314.832000', '214314.835000', '214314.837000', '214314.840000', '214314.843000', '214314.845000', '214314.848000', '214334.738000', '214334.741000', '214334.743000', '214334.746000', '214334.749000', '214334.752000', '214334.755000', '214334.758000', '214334.761000', '214334.763000', '214334.766000', '214334.769000', '214334.771000', '214334.774000', '214334.776000', '214334.779000', '214334.782000', '214334.784000', '214334.787000', '214334.789000', '214334.792000', '214334.795000', '214334.797000', '214334.800000', '214334.803000', '214334.805000', '214334.811000', '214334.814000', '214334.816000', '214334.819000', '214334.821000', '214334.824000', '214334.826000', '214334.829000', '214334.832000', '214334.834000', '214334.837000', '214334.840000', '214334.842000', '214334.845000', '214334.848000', '214334.850000', '214334.853000', '214354.738000', '214354.740000', '214354.743000', '214354.746000', '214354.748000', '214354.751000', '214354.753000', '214354.756000', '214354.759000', '214354.761000', '214354.764000', '214354.766000', '214354.769000', '214354.772000', '214354.774000', '214354.777000', '214354.779000', '214354.782000', '214354.785000', '214354.787000', '214354.790000', '214354.793000', '214354.795000', '214354.798000', '214354.801000', '214354.804000', '214354.806000', '214354.809000', '214354.811000', '214354.814000', '214354.817000', '214354.819000', '214354.822000', '214354.825000', '214354.827000', '214354.830000', '214354.833000', '214354.835000', '214354.838000', '214354.840000', '214354.843000', '214354.846000', '214354.854000', '214354.857000', '214414.738000', '214414.741000', '214414.743000', '214414.746000', '214414.748000', '214414.751000', '214414.753000', '214414.756000', '214414.759000', '214414.761000', '214414.764000', '214414.767000', '214414.769000', '214414.772000', '214414.774000', '214414.777000', '214414.780000', '214414.782000', '214414.785000', '214414.788000', '214414.790000', '214414.793000', '214414.796000', '214414.798000', '214414.801000', '214414.804000', '214414.806000', '214414.809000', '214414.812000', '214414.814000', '214414.817000', '214414.819000', '214414.822000', '214414.824000', '214414.827000', '214414.830000', '214414.832000', '214414.835000', '214414.838000', '214414.840000', '214414.843000', '214414.845000', '214414.848000', '214414.850000', '214434.738000', '214434.741000', '214434.743000', '214434.746000', '214434.748000', '214434.776000', '214434.778000', '214434.781000', '214434.783000', '214434.786000', '214434.789000', '214434.792000', '214434.794000', '214434.797000', '214434.799000', '214434.802000', '214434.805000', '214434.807000', '214434.810000', '214434.813000', '214434.815000', '214434.818000', '214434.821000', '214434.823000', '214434.826000', '214434.829000', '214434.831000', '214434.834000', '214434.836000', '214434.839000', '214434.841000', '214434.844000', '214434.847000', '214434.849000', '214434.852000', '214434.854000', '214434.857000', '214434.860000', '214434.862000', '214434.865000', '214434.867000', '214434.870000', '214434.872000', '214454.738000', '214454.740000', '214454.743000', '214454.746000', '214454.748000', '214454.751000', '214454.753000', '214454.756000', '214454.759000', '214454.761000', '214454.764000', '214454.767000', '214454.769000', '214454.772000', '214454.775000', '214454.777000', '214454.780000', '214454.783000', '214454.785000', '214454.788000', '214454.791000', '214454.793000', '214454.796000', '214454.799000', '214454.801000', '214454.804000', '214454.807000', '214454.809000', '214454.812000', '214454.815000', '214454.817000', '214454.820000', '214454.823000', '214454.825000', '214454.828000', '214454.831000', '214454.833000', '214454.836000', '214454.839000', '214454.841000', '214454.844000', '214454.847000', '214454.849000', '214454.852000', '214514.737000', '214514.740000', '214514.743000', '214514.746000', '214514.749000', '214514.751000', '214514.754000', '214514.757000', '214514.759000', '214514.762000', '214514.765000', '214514.767000', '214514.770000', '214514.772000', '214514.775000', '214514.778000', '214514.780000', '214514.783000', '214514.786000', '214514.789000', '214514.791000', '214514.794000', '214514.796000', '214514.799000', '214514.802000', '214514.804000', '214514.807000', '214514.810000', '214514.812000', '214514.815000', '214514.818000', '214514.820000', '214514.823000', '214514.826000', '214514.828000', '214514.831000', '214514.833000', '214514.836000', '214514.839000', '214514.841000', '214514.844000', '214514.847000', '214514.849000', '214534.740000', '214534.743000', '214534.746000', '214534.748000', '214534.751000', '214534.754000', '214534.756000', '214534.759000', '214534.761000', '214534.764000', '214534.766000', '214534.769000', '214534.772000', '214534.774000', '214534.777000', '214534.779000', '214534.782000', '214534.785000', '214534.787000', '214534.790000', '214534.793000', '214534.795000', '214534.798000', '214534.801000', '214534.803000', '214534.806000', '214534.808000', '214534.811000', '214534.814000', '214534.816000', '214534.819000', '214534.821000', '214534.824000', '214534.827000', '214534.829000', '214534.832000', '214534.835000', '214534.837000', '214534.840000', '214534.843000', '214534.845000', '214534.848000', '214534.850000', '214554.738000', '214554.740000', '214554.743000', '214554.746000', '214554.748000', '214554.751000', '214554.754000', '214554.756000', '214554.759000', '214554.761000', '214554.764000', '214554.767000', '214554.769000', '214554.772000', '214554.775000', '214554.777000', '214554.780000', '214554.792000', '214554.795000', '214554.798000', '214554.800000', '214554.803000', '214554.806000', '214554.808000', '214554.811000', '214554.813000', '214554.816000', '214554.818000', '214554.821000', '214554.824000', '214554.826000', '214554.829000', '214554.832000', '214554.834000', '214554.837000', '214554.840000', '214554.842000', '214554.845000', '214554.847000', '214554.850000', '214554.853000', '214554.855000', '214554.858000', '214614.737000', '214614.741000', '214614.743000', '214614.746000', '214614.749000', '214614.751000', '214614.754000', '214614.757000', '214614.759000', '214614.762000', '214614.765000', '214614.767000', '214614.770000', '214614.772000', '214614.775000', '214614.778000', '214614.780000', '214614.783000', '214614.786000', '214614.789000', '214614.791000', '214614.794000', '214614.796000', '214614.799000', '214614.802000', '214614.804000', '214614.807000', '214614.810000', '214614.812000', '214614.815000', '214614.818000', '214614.820000', '214614.823000', '214614.825000', '214614.828000', '214614.830000', '214614.833000', '214614.836000', '214614.838000', '214614.841000', '214614.843000', '214614.846000', '214614.848000', '214614.851000', '214634.737000', '214634.741000', '214634.743000', '214634.746000', '214634.749000', '214634.751000', '214634.754000', '214634.757000', '214634.759000', '214634.762000', '214634.765000', '214634.767000', '214634.770000', '214634.772000', '214634.775000', '214634.778000', '214634.780000', '214634.783000', '214634.786000', '214634.788000', '214634.791000', '214634.794000', '214634.796000', '214634.799000', '214634.802000', '214634.804000', '214634.807000', '214634.819000', '214634.822000', '214634.825000', '214634.827000', '214634.830000', '214634.832000', '214634.835000', '214634.838000', '214634.840000', '214634.843000', '214634.846000', '214634.849000', '214634.851000', '214634.854000', '214634.856000', '214634.859000', '214634.862000', '214637.246000', '214637.249000', '214637.252000', '214637.255000', '214637.257000', '214637.260000'], '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': [9418, 8051, 7727, 8046, 7143, 7939, 8506, 7779, 7585, 11364, 7427, 9492, 8923, 7134, 7588, 7972, 7513, 7884, 9660, 8896, 6953, 6975, 7375, 7190, 7931, 7988, 7195, 11097, 7357, 9525, 7465, 6997, 7376, 7362, 11117, 8276, 6917, 7252, 9253, 7228, 9253, 8213, 9044, 12511, 6988, 8725, 8648, 7271, 7196, 7497, 11571, 8806, 9196, 7608, 8188, 7129, 7911, 7123, 7796, 7375, 7005, 9014, 7345, 8917, 7533, 7792, 7248, 7123, 10029, 7812, 6823, 7475, 7087, 7233, 7403, 9162, 7036, 8705, 7161, 7952, 8476, 6870, 7064, 6922, 6979, 7917, 11268, 8773, 9726, 7162, 8634, 8492, 7574, 7214, 7356, 8217, 7512, 10027, 9625, 8054, 7282, 7126, 7137, 8505, 9650, 8029, 11446, 7129, 7706, 7158, 7832, 7223, 6871, 6976, 7001, 6920, 7053, 7295, 8344, 8082, 7034, 7322, 10462, 8081, 9766, 13035, 9965, 10606, 8809, 7228, 10578, 10724, 10440, 9067, 8994, 6983, 7485, 7229, 8089, 7284, 7372, 6886, 6785, 7181, 8137, 7354, 8565, 7463, 7505, 12377, 9585, 10312, 8790, 10223, 9316, 6763, 8464, 8419, 9153, 7153, 7939, 8208, 6907, 9752, 9229, 7538, 7453, 7383, 7396, 8495, 13498, 9590, 7778, 7354, 7337, 6988, 7671, 8567, 8315, 7214, 7064, 7241, 7147, 10259, 8996, 8163, 7147, 7133, 7056, 7633, 11887, 8862, 6927, 7683, 7295, 7251, 8917, 8966, 8117, 6913, 7321, 6734, 8329, 11596, 9521, 8048, 7143, 7665, 7268, 8792, 7717, 9495, 7098, 7103, 10183, 7449, 9920, 8776, 8460, 7160, 7373, 6918, 8094, 12400, 9176, 10280, 7078, 7600, 7156, 9181, 8694, 10181, 6849, 7783, 6839, 8283, 11673, 9715, 6842, 6915, 8291, 7118, 8692, 8638, 6863, 7225, 6857, 6895, 7413, 12046, 9010, 8485, 6941, 7411, 6690, 9205, 7597, 8897, 6917, 7869, 7037, 7155, 7682, 9621, 8085, 8195, 7349, 7326, 12031, 8768, 9548, 7373, 9502, 7529, 8273, 10590, 11507, 6917, 7625, 8074, 6848, 9929, 9036, 6953, 6613, 6990, 6765, 8111, 8268, 6789, 9296, 6516, 7400, 6814, 10110, 10268, 9739, 6710, 6694, 7765, 7082, 9432, 7630, 10215, 6597, 7288, 10456, 7942, 10892, 10838, 9996, 7986, 7524, 6860, 9550, 8910, 10255, 6808, 6691, 10140, 8501, 9785, 9507, 7848, 6897, 7070, 6904, 7842, 7022, 8540, 6918, 7697, 6691, 9186, 7217, 8244, 6878, 6645, 7144, 7914, 7764, 11735, 10553, 12281, 9588, 10722, 7523, 9404, 10750, 11143, 7907, 10005, 6834, 7648, 8836, 7412, 6838, 7104, 7284, 7142, 11386, 7663, 9224, 7228, 8890, 6743, 7613, 9542, 9754, 6979, 7154, 9371, 6841, 9634, 9311, 9161, 6814, 6967, 7110, 9561, 11792, 9068, 7852, 7077, 8791, 7375, 9898, 10148, 10436, 7166, 7154, 6724, 7791, 9750, 10223, 7162, 7046, 6742, 7004, 11269, 8400, 8074, 7440, 8689, 7157, 9880, 7375, 11090, 6933, 7566, 7368, 7155, 9271, 8057, 7505, 7234, 7029, 7087, 9328, 6964, 6829, 7016, 7526, 10594, 9776, 8989, 7237, 7045, 7150, 8217, 8820, 10879, 6709, 7252, 8277, 7819, 9274, 8572, 8774, 7210, 8693, 7058, 9805, 8783, 10634, 6577, 6939, 6815, 6887, 11625, 8153, 7387, 6895, 8011, 6990, 7203, 7379, 8466, 9270, 7631, 7320, 6899, 7288, 14791, 9454, 10739, 9573, 9011, 6826, 7284, 8683, 9066, 10100, 6951, 7451, 7265, 7216, 7180, 8745, 7319, 7760, 6745, 7144, 7380, 10068, 8034, 9465, 7228, 8055, 7728, 10861, 13939, 10401, 9342, 7275, 7299, 7391, 9186, 8856, 9287, 6880, 7016, 7471, 9990, 7770, 8498, 10155, 6984, 10453, 8657, 7182, 7392, 8070, 7298, 8096, 7194, 9173, 7104, 7118, 6873, 7971, 6841, 9154, 7136, 9033, 6723, 9619, 14855, 10925, 10529, 8018, 7385, 7238, 8621, 8004, 10852, 6729, 7370, 6975, 7287, 7796, 8128, 7372, 8333, 7337, 9601, 9678, 11029, 6867, 7390, 8606, 7571, 9232, 8796, 10823, 6974, 7453, 6690, 7969, 11585, 8448, 6745, 7229, 6565, 7320, 8835, 8493, 8722, 6698, 7000, 7267, 7520, 6936, 9501, 6865, 7133, 7696, 6819, 7418, 10627, 10230, 8686, 8117, 7700, 7325, 8964, 7654, 11094, 7371, 8467, 6614, 7494, 6767, 8045, 6944, 9956, 6693, 8503, 7191, 8172, 6852, 10834, 7512, 10449, 6768, 7917, 6629, 7794, 11987, 9543, 7792, 7354, 6773, 6737, 7830, 7231, 7443, 6938, 7141, 6802, 7538, 9282, 8924, 7087, 7282, 6666, 7726, 8703, 9118, 9160, 6930, 7084, 6673, 9423, 6713, 9338, 6709, 7240, 6790, 9516, 8185, 7728, 6711, 7114, 10828, 8459, 7071, 7523, 8399, 6989, 9890, 8653, 12046, 6792, 7629, 6732, 7810, 11435, 10010, 9211, 7371, 7360, 9297, 10079, 7034, 6996, 7487, 9080, 7562, 7814, 6898, 7464, 6759, 9101, 12973, 9495, 10405, 7146, 7111, 8767, 10930, 9358, 8429, 10023, 7467, 7612, 7902, 6588, 6764, 7722, 6979, 7245, 8098, 8177, 10004, 7804, 10366, 8392, 10637, 9958, 11697, 6924, 7537, 6695, 7463, 10610, 9968, 8484, 6895, 6751, 6923, 7940, 8072, 8166, 6931, 8148, 7725, 9703, 8329, 10588, 6473, 7479, 6698, 7720, 13187, 9361, 9504, 8323, 8316, 6825, 8911, 8318, 8938, 6956, 7077, 6746, 7111, 10841, 9095, 6936, 7015, 7046, 7001, 9188, 7982, 10470, 9890, 11644, 10717, 8262, 7096, 7070, 7779, 8878, 7386, 8600, 8081, 9141, 7161, 9260, 8789, 7864, 13050, 9871, 11204, 10853, 11257, 11147, 11126, 9941, 9544, 7920, 8600, 7957, 10089, 10556, 10780, 8324, 7456, 8002, 7149, 7261, 7297, 7571, 7260, 7279, 7008, 7398, 7374, 7323, 7571, 6962, 7166, 10359, 8702, 7368, 7818, 7282, 7867, 11733, 9242, 7307, 7932, 8850, 7099, 9138, 7606, 9202, 9051, 9114, 7490, 7161, 8046, 7306, 7552, 12718, 10065, 8999, 7977, 8637, 7525, 10240, 9820, 7172, 7370, 6555, 7204, 9137, 8650, 7397, 6952, 7442, 7464, 12042, 9784, 10293, 8275, 8792, 6991, 7414, 7453, 6961, 7133, 6830, 6919, 6711, 8286, 8824, 6628, 6867, 10093, 6893, 8005, 7741, 6646, 6820, 6729, 6904, 7033, 11921, 8187, 10444, 6682, 7993, 7947, 6525, 7056, 6771, 6897, 7943, 7539, 6654, 7118, 7241, 6732, 7896, 12323, 8974, 12121, 6898, 7492, 7057, 8513, 7422, 9352, 6816, 7491, 10189, 7191, 9313, 9300, 7279, 6972, 6758, 6981, 12575, 9614, 8258, 7244, 8859, 7196, 9525, 8838, 11234, 6592, 6972, 6931, 9748, 6898, 9561, 7050, 7452, 10966, 8108], 'WindowCenter': [4022.0, 3988.0, 3972.0, 3970.0, 3959.0, 3968.0, 3979.0, 3956.0, 3957.0, 3994.0, 3956.0, 3975.0, 3977.0, 3943.0, 3955.0, 3955.0, 3943.0, 3966.0, 3975.0, 3976.0, 3944.0, 3955.0, 3954.0, 3944.0, 3966.0, 3965.0, 3946.0, 3995.0, 3955.0, 3976.0, 3944.0, 3943.0, 3954.0, 3954.0, 3995.0, 3965.0, 3943.0, 3955.0, 3974.0, 3943.0, 3975.0, 3964.0, 3964.0, 3993.0, 3942.0, 3963.0, 3963.0, 3941.0, 3941.0, 3942.0, 3994.0, 3974.0, 3973.0, 3952.0, 3951.0, 3930.0, 3950.0, 3940.0, 3952.0, 3941.0, 3942.0, 3961.0, 3943.0, 3964.0, 3952.0, 3953.0, 3941.0, 3942.0, 3971.0, 3953.0, 3930.0, 3942.0, 3941.0, 3953.0, 3953.0, 3975.0, 3944.0, 3963.0, 3943.0, 3953.0, 3964.0, 3932.0, 3942.0, 3941.0, 3941.0, 3954.0, 3994.0, 3963.0, 3972.0, 3942.0, 3962.0, 3962.0, 3950.0, 3941.0, 3941.0, 3962.0, 3952.0, 3974.0, 3975.0, 3951.0, 3941.0, 3930.0, 3940.0, 3962.0, 3971.0, 3952.0, 3982.0, 3941.0, 3939.0, 3942.0, 3953.0, 3953.0, 3931.0, 3942.0, 3942.0, 3943.0, 3956.0, 3968.0, 3977.0, 3980.0, 3957.0, 3968.0, 3999.0, 3962.0, 3988.0, 4007.0, 3986.0, 3983.0, 3963.0, 3941.0, 3983.0, 3984.0, 3972.0, 3962.0, 3961.0, 3928.0, 3938.0, 3939.0, 3953.0, 3953.0, 3942.0, 3940.0, 3931.0, 3943.0, 3966.0, 3956.0, 3977.0, 3955.0, 3954.0, 3994.0, 3974.0, 3985.0, 3962.0, 3984.0, 3973.0, 3931.0, 3947.0, 3948.0, 3959.0, 3930.0, 3952.0, 3949.0, 3929.0, 3960.0, 3972.0, 3939.0, 3940.0, 3939.0, 3928.0, 3951.0, 3990.0, 3961.0, 3938.0, 3928.0, 3927.0, 3928.0, 3938.0, 3950.0, 3951.0, 3940.0, 3931.0, 3940.0, 3930.0, 3972.0, 3964.0, 3951.0, 3942.0, 3930.0, 3931.0, 3952.0, 3993.0, 3964.0, 3941.0, 3952.0, 3942.0, 3954.0, 3962.0, 3975.0, 3951.0, 3942.0, 3942.0, 3932.0, 3964.0, 3994.0, 3975.0, 3952.0, 3943.0, 3951.0, 3942.0, 3964.0, 3954.0, 3974.0, 3942.0, 3942.0, 3971.0, 3942.0, 3974.0, 3964.0, 3951.0, 3942.0, 3942.0, 3942.0, 3953.0, 3994.0, 3974.0, 3973.0, 3942.0, 3940.0, 3930.0, 3961.0, 3962.0, 3970.0, 3931.0, 3941.0, 3930.0, 3953.0, 3993.0, 3973.0, 3929.0, 3930.0, 3949.0, 3931.0, 3962.0, 3962.0, 3930.0, 3941.0, 3930.0, 3941.0, 3943.0, 3993.0, 3963.0, 3963.0, 3944.0, 3942.0, 3933.0, 3976.0, 3955.0, 3964.0, 3942.0, 3965.0, 3956.0, 3944.0, 3968.0, 3987.0, 3967.0, 3964.0, 3956.0, 3954.0, 4006.0, 3964.0, 3975.0, 3952.0, 3973.0, 3954.0, 3964.0, 3984.0, 3994.0, 3941.0, 3952.0, 3952.0, 3931.0, 3973.0, 3962.0, 3930.0, 3932.0, 3941.0, 3932.0, 3954.0, 3962.0, 3944.0, 3975.0, 3933.0, 3943.0, 3931.0, 3985.0, 3985.0, 3974.0, 3932.0, 3932.0, 3941.0, 3942.0, 3974.0, 3953.0, 3983.0, 3943.0, 3954.0, 3983.0, 3953.0, 3983.0, 3984.0, 3972.0, 3953.0, 3941.0, 3932.0, 3973.0, 3962.0, 3972.0, 3930.0, 3930.0, 3971.0, 3961.0, 3972.0, 3972.0, 3951.0, 3931.0, 3930.0, 3942.0, 3952.0, 3945.0, 3976.0, 3945.0, 3953.0, 3945.0, 3975.0, 3956.0, 3964.0, 3945.0, 3943.0, 3956.0, 3965.0, 3957.0, 4008.0, 3998.0, 4008.0, 3977.0, 3984.0, 3943.0, 3961.0, 3971.0, 3981.0, 3940.0, 3972.0, 3918.0, 3940.0, 3949.0, 3941.0, 3930.0, 3941.0, 3952.0, 3944.0, 3995.0, 3955.0, 3977.0, 3956.0, 3974.0, 3944.0, 3954.0, 3973.0, 3974.0, 3943.0, 3943.0, 3973.0, 3943.0, 3975.0, 3974.0, 3961.0, 3931.0, 3942.0, 3941.0, 3973.0, 3995.0, 3964.0, 3951.0, 3942.0, 3961.0, 3943.0, 3972.0, 3984.0, 3982.0, 3942.0, 3929.0, 3931.0, 3952.0, 3974.0, 3985.0, 3941.0, 3941.0, 3929.0, 3931.0, 3981.0, 3953.0, 3951.0, 3942.0, 3961.0, 3941.0, 3972.0, 3941.0, 3982.0, 3929.0, 3940.0, 3939.0, 3930.0, 3960.0, 3951.0, 3939.0, 3940.0, 3930.0, 3942.0, 3962.0, 3942.0, 3931.0, 3943.0, 3953.0, 3982.0, 3973.0, 3961.0, 3942.0, 3929.0, 3942.0, 3951.0, 3963.0, 3984.0, 3930.0, 3940.0, 3952.0, 3954.0, 3973.0, 3964.0, 3963.0, 3944.0, 3962.0, 3932.0, 3971.0, 3963.0, 3983.0, 3931.0, 3942.0, 3931.0, 3941.0, 3982.0, 3952.0, 3942.0, 3944.0, 3953.0, 3940.0, 3941.0, 3955.0, 3965.0, 3988.0, 3968.0, 3955.0, 3956.0, 3955.0, 4015.0, 3974.0, 3984.0, 3974.0, 3961.0, 3931.0, 3941.0, 3950.0, 3962.0, 3972.0, 3929.0, 3941.0, 3942.0, 3941.0, 3942.0, 3964.0, 3955.0, 3953.0, 3944.0, 3943.0, 3955.0, 3987.0, 3966.0, 3975.0, 3943.0, 3953.0, 3941.0, 3984.0, 4004.0, 3974.0, 3962.0, 3941.0, 3940.0, 3943.0, 3961.0, 3963.0, 3960.0, 3930.0, 3930.0, 3942.0, 3972.0, 3941.0, 3963.0, 3970.0, 3930.0, 3971.0, 3962.0, 3929.0, 3942.0, 3950.0, 3941.0, 3952.0, 3941.0, 3973.0, 3943.0, 3943.0, 3932.0, 3953.0, 3945.0, 3975.0, 3944.0, 3975.0, 3933.0, 3976.0, 4016.0, 3985.0, 3972.0, 3952.0, 3939.0, 3940.0, 3949.0, 3951.0, 3982.0, 3930.0, 3941.0, 3941.0, 3940.0, 3954.0, 3953.0, 3953.0, 3964.0, 3943.0, 3974.0, 3974.0, 3985.0, 3931.0, 3942.0, 3950.0, 3941.0, 3961.0, 3962.0, 3982.0, 3930.0, 3939.0, 3929.0, 3952.0, 3982.0, 3951.0, 3930.0, 3941.0, 3929.0, 3942.0, 3962.0, 3963.0, 3962.0, 3931.0, 3940.0, 3943.0, 3953.0, 3941.0, 3986.0, 3932.0, 3945.0, 3967.0, 3944.0, 3957.0, 3987.0, 4002.0, 3965.0, 3955.0, 3954.0, 3956.0, 3962.0, 3952.0, 3984.0, 3942.0, 3951.0, 3930.0, 3941.0, 3929.0, 3952.0, 3943.0, 3974.0, 3932.0, 3964.0, 3943.0, 3952.0, 3931.0, 3983.0, 3940.0, 3972.0, 3919.0, 3951.0, 3918.0, 3939.0, 3980.0, 3961.0, 3939.0, 3939.0, 3929.0, 3930.0, 3940.0, 3940.0, 3942.0, 3941.0, 3943.0, 3931.0, 3952.0, 3974.0, 3977.0, 3942.0, 3954.0, 3942.0, 3955.0, 3974.0, 3979.0, 3976.0, 3945.0, 3941.0, 3933.0, 3975.0, 3934.0, 3974.0, 3944.0, 3942.0, 3943.0, 3976.0, 3964.0, 3954.0, 3944.0, 3944.0, 3983.0, 3966.0, 3945.0, 3965.0, 3965.0, 3944.0, 3985.0, 3964.0, 3996.0, 3932.0, 3952.0, 3931.0, 3952.0, 3983.0, 3973.0, 3961.0, 3940.0, 3939.0, 3962.0, 3972.0, 3942.0, 3942.0, 3942.0, 3963.0, 3954.0, 3953.0, 3944.0, 3953.0, 3931.0, 3965.0, 4004.0, 3975.0, 3983.0, 3931.0, 3930.0, 3951.0, 3984.0, 3961.0, 3952.0, 3971.0, 3940.0, 3951.0, 3953.0, 3930.0, 3931.0, 3955.0, 3943.0, 3955.0, 3954.0, 3966.0, 3987.0, 3956.0, 3985.0, 3965.0, 3985.0, 3974.0, 3994.0, 3941.0, 3942.0, 3929.0, 3942.0, 3972.0, 3974.0, 3949.0, 3931.0, 3929.0, 3942.0, 3952.0, 3954.0, 3953.0, 3944.0, 3951.0, 3954.0, 3972.0, 3952.0, 3972.0, 3920.0, 3940.0, 3929.0, 3940.0, 3991.0, 3960.0, 3960.0, 3950.0, 3938.0, 3930.0, 3949.0, 3950.0, 3950.0, 3929.0, 3930.0, 3930.0, 3942.0, 3983.0, 3963.0, 3942.0, 3942.0, 3943.0, 3944.0, 3975.0, 3965.0, 3998.0, 3989.0, 3997.0, 3998.0, 3967.0, 3943.0, 3956.0, 3967.0, 3964.0, 3945.0, 3964.0, 3955.0, 3975.0, 3945.0, 3976.0, 3965.0, 3955.0, 4004.0, 3972.0, 3980.0, 3971.0, 3969.0, 3970.0, 3955.0, 3946.0, 3944.0, 3924.0, 3922.0, 3923.0, 3942.0, 3943.0, 3953.0, 3937.0, 3923.0, 3922.0, 3911.0, 3913.0, 3912.0, 3924.0, 3914.0, 3925.0, 3913.0, 3927.0, 3914.0, 3928.0, 3953.0, 3943.0, 3944.0, 3986.0, 3983.0, 3956.0, 3914.0, 3929.0, 3939.0, 3967.0, 3962.0, 3941.0, 3955.0, 3980.0, 3946.0, 3975.0, 3955.0, 3975.0, 3964.0, 3962.0, 3943.0, 3931.0, 3953.0, 3942.0, 3955.0, 3995.0, 3976.0, 3964.0, 3954.0, 3963.0, 3943.0, 3973.0, 3973.0, 3929.0, 3930.0, 3919.0, 3942.0, 3964.0, 3965.0, 3943.0, 3943.0, 3943.0, 3943.0, 3995.0, 3975.0, 3974.0, 3953.0, 3951.0, 3932.0, 3942.0, 3942.0, 3931.0, 3943.0, 3931.0, 3932.0, 3932.0, 3965.0, 3976.0, 3933.0, 3944.0, 3974.0, 3944.0, 3952.0, 3954.0, 3933.0, 3945.0, 3934.0, 3944.0, 3945.0, 3996.0, 3966.0, 3985.0, 3934.0, 3954.0, 3966.0, 3933.0, 3944.0, 3931.0, 3944.0, 3954.0, 3956.0, 3934.0, 3946.0, 3954.0, 3934.0, 3966.0, 4008.0, 3966.0, 3994.0, 3943.0, 3942.0, 3941.0, 3962.0, 3942.0, 3972.0, 3931.0, 3943.0, 3973.0, 3943.0, 3963.0, 3975.0, 3942.0, 3944.0, 3943.0, 3944.0, 4006.0, 3988.0, 3966.0, 3955.0, 3965.0, 3943.0, 3974.0, 3964.0, 3996.0, 3944.0, 3941.0, 3942.0, 3974.0, 3943.0, 3973.0, 3944.0, 3955.0, 3984.0, 3953.0], 'WindowWidth': [8991.0, 8936.0, 8902.0, 8896.0, 8876.0, 8889.0, 8904.0, 8870.0, 8872.0, 8917.0, 8867.0, 8892.0, 8897.0, 8847.0, 8864.0, 8863.0, 8849.0, 8883.0, 8891.0, 8894.0, 8851.0, 8868.0, 8865.0, 8853.0, 8882.0, 8880.0, 8857.0, 8920.0, 8865.0, 8895.0, 8850.0, 8848.0, 8863.0, 8863.0, 8918.0, 8880.0, 8849.0, 8867.0, 8890.0, 8849.0, 8894.0, 8876.0, 8878.0, 8913.0, 8846.0, 8874.0, 8873.0, 8841.0, 8842.0, 8844.0, 8914.0, 8889.0, 8887.0, 8857.0, 8855.0, 8825.0, 8852.0, 8840.0, 8858.0, 8842.0, 8844.0, 8869.0, 8848.0, 8875.0, 8859.0, 8858.0, 8841.0, 8845.0, 8882.0, 8859.0, 8828.0, 8846.0, 8842.0, 8861.0, 8861.0, 8892.0, 8850.0, 8873.0, 8847.0, 8860.0, 8876.0, 8831.0, 8844.0, 8842.0, 8841.0, 8861.0, 8915.0, 8874.0, 8883.0, 8843.0, 8870.0, 8872.0, 8854.0, 8843.0, 8843.0, 8869.0, 8859.0, 8888.0, 8891.0, 8854.0, 8841.0, 8825.0, 8838.0, 8870.0, 8881.0, 8857.0, 8896.0, 8842.0, 8837.0, 8844.0, 8860.0, 8861.0, 8828.0, 8845.0, 8845.0, 8846.0, 8872.0, 8889.0, 8901.0, 8909.0, 8873.0, 8891.0, 8930.0, 8874.0, 8912.0, 8939.0, 8908.0, 8899.0, 8872.0, 8841.0, 8899.0, 8901.0, 8881.0, 8870.0, 8865.0, 8820.0, 8831.0, 8837.0, 8859.0, 8861.0, 8844.0, 8837.0, 8829.0, 8849.0, 8886.0, 8872.0, 8898.0, 8867.0, 8865.0, 8916.0, 8889.0, 8905.0, 8871.0, 8902.0, 8886.0, 8827.0, 8842.0, 8846.0, 8860.0, 8823.0, 8856.0, 8847.0, 8821.0, 8862.0, 8883.0, 8834.0, 8838.0, 8836.0, 8818.0, 8851.0, 8904.0, 8865.0, 8829.0, 8818.0, 8815.0, 8820.0, 8833.0, 8852.0, 8851.0, 8838.0, 8826.0, 8836.0, 8825.0, 8881.0, 8873.0, 8851.0, 8841.0, 8824.0, 8826.0, 8856.0, 8911.0, 8876.0, 8842.0, 8856.0, 8842.0, 8861.0, 8871.0, 8893.0, 8854.0, 8844.0, 8843.0, 8829.0, 8874.0, 8914.0, 8889.0, 8856.0, 8845.0, 8853.0, 8844.0, 8875.0, 8862.0, 8889.0, 8843.0, 8844.0, 8881.0, 8843.0, 8886.0, 8876.0, 8854.0, 8843.0, 8842.0, 8843.0, 8859.0, 8914.0, 8887.0, 8883.0, 8843.0, 8837.0, 8825.0, 8865.0, 8869.0, 8876.0, 8824.0, 8837.0, 8823.0, 8857.0, 8911.0, 8885.0, 8821.0, 8824.0, 8847.0, 8826.0, 8867.0, 8870.0, 8824.0, 8841.0, 8825.0, 8839.0, 8845.0, 8912.0, 8873.0, 8871.0, 8847.0, 8842.0, 8832.0, 8894.0, 8865.0, 8872.0, 8846.0, 8879.0, 8869.0, 8852.0, 8887.0, 8911.0, 8883.0, 8876.0, 8866.0, 8862.0, 8931.0, 8877.0, 8889.0, 8859.0, 8885.0, 8859.0, 8875.0, 8900.0, 8915.0, 8840.0, 8856.0, 8854.0, 8826.0, 8883.0, 8870.0, 8824.0, 8829.0, 8840.0, 8829.0, 8861.0, 8871.0, 8850.0, 8891.0, 8835.0, 8845.0, 8828.0, 8902.0, 8904.0, 8888.0, 8829.0, 8832.0, 8840.0, 8844.0, 8886.0, 8859.0, 8899.0, 8846.0, 8860.0, 8897.0, 8858.0, 8899.0, 8902.0, 8881.0, 8858.0, 8840.0, 8829.0, 8883.0, 8868.0, 8881.0, 8824.0, 8825.0, 8878.0, 8866.0, 8879.0, 8881.0, 8852.0, 8827.0, 8823.0, 8842.0, 8857.0, 8853.0, 8897.0, 8853.0, 8860.0, 8851.0, 8891.0, 8869.0, 8877.0, 8852.0, 8845.0, 8870.0, 8881.0, 8871.0, 8939.0, 8927.0, 8938.0, 8896.0, 8902.0, 8845.0, 8864.0, 8876.0, 8891.0, 8834.0, 8878.0, 8803.0, 8834.0, 8845.0, 8839.0, 8825.0, 8841.0, 8859.0, 8849.0, 8916.0, 8865.0, 8896.0, 8868.0, 8888.0, 8849.0, 8862.0, 8886.0, 8887.0, 8843.0, 8846.0, 8885.0, 8848.0, 8890.0, 8888.0, 8867.0, 8829.0, 8842.0, 8839.0, 8884.0, 8915.0, 8875.0, 8853.0, 8844.0, 8866.0, 8845.0, 8883.0, 8903.0, 8894.0, 8844.0, 8823.0, 8826.0, 8856.0, 8889.0, 8906.0, 8841.0, 8842.0, 8823.0, 8825.0, 8892.0, 8859.0, 8854.0, 8842.0, 8864.0, 8839.0, 8881.0, 8840.0, 8894.0, 8823.0, 8837.0, 8833.0, 8823.0, 8862.0, 8852.0, 8835.0, 8837.0, 8823.0, 8843.0, 8868.0, 8841.0, 8828.0, 8845.0, 8858.0, 8896.0, 8887.0, 8865.0, 8842.0, 8822.0, 8842.0, 8854.0, 8872.0, 8898.0, 8822.0, 8835.0, 8856.0, 8862.0, 8886.0, 8876.0, 8870.0, 8848.0, 8868.0, 8828.0, 8879.0, 8869.0, 8895.0, 8826.0, 8842.0, 8826.0, 8841.0, 8895.0, 8857.0, 8841.0, 8847.0, 8858.0, 8836.0, 8839.0, 8866.0, 8880.0, 8914.0, 8886.0, 8867.0, 8868.0, 8865.0, 8942.0, 8888.0, 8900.0, 8885.0, 8865.0, 8825.0, 8838.0, 8849.0, 8867.0, 8880.0, 8823.0, 8840.0, 8843.0, 8837.0, 8844.0, 8873.0, 8864.0, 8858.0, 8849.0, 8845.0, 8864.0, 8908.0, 8880.0, 8889.0, 8845.0, 8856.0, 8839.0, 8899.0, 8926.0, 8885.0, 8865.0, 8840.0, 8836.0, 8844.0, 8867.0, 8870.0, 8864.0, 8824.0, 8823.0, 8840.0, 8883.0, 8839.0, 8870.0, 8876.0, 8823.0, 8876.0, 8869.0, 8821.0, 8841.0, 8849.0, 8840.0, 8855.0, 8841.0, 8883.0, 8845.0, 8844.0, 8831.0, 8858.0, 8852.0, 8891.0, 8850.0, 8888.0, 8831.0, 8893.0, 8945.0, 8903.0, 8881.0, 8854.0, 8832.0, 8836.0, 8846.0, 8850.0, 8892.0, 8824.0, 8837.0, 8838.0, 8837.0, 8861.0, 8858.0, 8861.0, 8873.0, 8845.0, 8886.0, 8888.0, 8903.0, 8826.0, 8843.0, 8849.0, 8839.0, 8866.0, 8868.0, 8892.0, 8821.0, 8832.0, 8820.0, 8854.0, 8892.0, 8853.0, 8823.0, 8840.0, 8821.0, 8842.0, 8869.0, 8872.0, 8867.0, 8827.0, 8837.0, 8844.0, 8858.0, 8841.0, 8906.0, 8830.0, 8852.0, 8886.0, 8851.0, 8872.0, 8910.0, 8939.0, 8877.0, 8863.0, 8862.0, 8866.0, 8869.0, 8856.0, 8900.0, 8840.0, 8851.0, 8823.0, 8837.0, 8821.0, 8854.0, 8845.0, 8888.0, 8831.0, 8876.0, 8847.0, 8854.0, 8827.0, 8897.0, 8836.0, 8880.0, 8807.0, 8850.0, 8804.0, 8834.0, 8888.0, 8864.0, 8832.0, 8835.0, 8818.0, 8822.0, 8835.0, 8837.0, 8841.0, 8841.0, 8846.0, 8827.0, 8858.0, 8886.0, 8895.0, 8844.0, 8864.0, 8845.0, 8865.0, 8890.0, 8902.0, 8891.0, 8850.0, 8840.0, 8832.0, 8890.0, 8834.0, 8887.0, 8848.0, 8844.0, 8845.0, 8893.0, 8875.0, 8862.0, 8847.0, 8849.0, 8898.0, 8882.0, 8852.0, 8880.0, 8878.0, 8849.0, 8903.0, 8874.0, 8918.0, 8829.0, 8854.0, 8824.0, 8855.0, 8896.0, 8883.0, 8864.0, 8836.0, 8833.0, 8867.0, 8880.0, 8842.0, 8840.0, 8844.0, 8872.0, 8864.0, 8859.0, 8848.0, 8859.0, 8828.0, 8877.0, 8929.0, 8890.0, 8896.0, 8826.0, 8823.0, 8850.0, 8898.0, 8866.0, 8857.0, 8877.0, 8836.0, 8854.0, 8859.0, 8825.0, 8825.0, 8867.0, 8849.0, 8865.0, 8862.0, 8881.0, 8911.0, 8867.0, 8902.0, 8875.0, 8901.0, 8886.0, 8913.0, 8840.0, 8842.0, 8820.0, 8841.0, 8881.0, 8886.0, 8846.0, 8823.0, 8820.0, 8841.0, 8853.0, 8862.0, 8856.0, 8846.0, 8853.0, 8861.0, 8882.0, 8855.0, 8881.0, 8809.0, 8836.0, 8819.0, 8836.0, 8904.0, 8863.0, 8859.0, 8848.0, 8830.0, 8821.0, 8846.0, 8850.0, 8847.0, 8821.0, 8821.0, 8823.0, 8842.0, 8899.0, 8873.0, 8843.0, 8844.0, 8847.0, 8850.0, 8889.0, 8878.0, 8927.0, 8919.0, 8924.0, 8930.0, 8885.0, 8849.0, 8870.0, 8886.0, 8875.0, 8849.0, 8874.0, 8862.0, 8891.0, 8850.0, 8893.0, 8876.0, 8864.0, 8926.0, 8883.0, 8891.0, 8877.0, 8873.0, 8874.0, 8850.0, 8836.0, 8829.0, 8802.0, 8796.0, 8798.0, 8822.0, 8827.0, 8840.0, 8828.0, 8802.0, 8796.0, 8783.0, 8787.0, 8785.0, 8804.0, 8790.0, 8807.0, 8788.0, 8812.0, 8789.0, 8815.0, 8858.0, 8847.0, 8849.0, 8907.0, 8912.0, 8866.0, 8786.0, 8817.0, 8828.0, 8862.0, 8863.0, 8837.0, 8862.0, 8904.0, 8855.0, 8888.0, 8861.0, 8888.0, 8874.0, 8867.0, 8842.0, 8825.0, 8855.0, 8840.0, 8862.0, 8914.0, 8890.0, 8871.0, 8860.0, 8868.0, 8843.0, 8881.0, 8882.0, 8817.0, 8820.0, 8805.0, 8840.0, 8871.0, 8875.0, 8844.0, 8845.0, 8843.0, 8844.0, 8912.0, 8886.0, 8883.0, 8856.0, 8850.0, 8826.0, 8840.0, 8842.0, 8824.0, 8844.0, 8824.0, 8827.0, 8827.0, 8876.0, 8891.0, 8830.0, 8847.0, 8884.0, 8845.0, 8855.0, 8860.0, 8830.0, 8850.0, 8833.0, 8847.0, 8850.0, 8917.0, 8877.0, 8900.0, 8834.0, 8859.0, 8880.0, 8831.0, 8847.0, 8827.0, 8846.0, 8860.0, 8865.0, 8834.0, 8853.0, 8860.0, 8833.0, 8880.0, 8937.0, 8877.0, 8912.0, 8844.0, 8840.0, 8839.0, 8866.0, 8841.0, 8882.0, 8826.0, 8843.0, 8884.0, 8843.0, 8871.0, 8888.0, 8842.0, 8846.0, 8846.0, 8849.0, 8932.0, 8912.0, 8878.0, 8864.0, 8875.0, 8844.0, 8885.0, 8873.0, 8916.0, 8849.0, 8839.0, 8841.0, 8886.0, 8845.0, 8886.0, 8849.0, 8863.0, 8899.0, 8859.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.0015499450549450549</td></tr>
<tr><td colspan=3>aqi</td><td>0.048935953076923076</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.38626459545653</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1553650577117716</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9742961240924102</td></tr>
<tr><td colspan=3>efc</td><td>0.5062</td></tr>
<tr><td colspan=3>fber</td><td>4754.2153</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12225473118887009</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.648351648351648</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.419045141180954</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2767933093533808</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7033051173663654</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2770369968231163</td></tr>
<tr><td colspan=3>gcor</td><td>0.00480535</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019569462165236473</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04578271135687828</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.059238633462169</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>13.5256</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.307</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.2548</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294208.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>947.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.6365</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5597</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.7739</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3159.4216</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.4043</td></tr>
<tr><td colspan=3>tsnr</td><td>30.125781024980824</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>