<?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-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-01_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-01_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>2c31a618b8e28067e863a03aca5c8024</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:32:12.267500</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-01_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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>caac0ac1-b1b9-45d2-b321-8e28423fd14f||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': ['213212.267500', '213212.727500', '213213.187500', '213213.647500', '213214.107500', '213214.567500', '213215.027500', '213215.487500', '213215.947500', '213216.407500', '213216.867500', '213217.327500', '213217.787500', '213218.247500', '213218.707500', '213219.167500', '213219.627500', '213220.087500', '213220.547500', '213221.007500', '213221.467500', '213221.927500', '213222.387500', '213222.847500', '213223.307500', '213223.767500', '213224.227500', '213224.687500', '213225.147500', '213225.607500', '213226.067500', '213226.527500', '213226.987500', '213227.447500', '213227.907500', '213228.367500', '213228.827500', '213229.287500', '213229.747500', '213230.207500', '213230.667500', '213231.127500', '213231.587500', '213232.047500', '213232.507500', '213232.967500', '213233.427500', '213233.887500', '213234.347500', '213234.807500', '213235.267500', '213235.727500', '213236.187500', '213236.647500', '213237.107500', '213237.567500', '213238.027500', '213238.487500', '213238.947500', '213239.407500', '213239.867500', '213240.327500', '213240.787500', '213241.247500', '213241.707500', '213242.167500', '213242.627500', '213243.087500', '213243.547500', '213244.007500', '213244.467500', '213244.927500', '213245.387500', '213245.847500', '213246.307500', '213246.767500', '213247.227500', '213247.687500', '213248.147500', '213248.607500', '213249.067500', '213249.527500', '213249.987500', '213250.447500', '213250.907500', '213251.367500', '213251.827500', '213252.287500', '213252.747500', '213253.207500', '213253.667500', '213254.127500', '213254.587500', '213255.047500', '213255.507500', '213255.967500', '213256.427500', '213256.887500', '213257.347500', '213257.807500', '213258.267500', '213258.727500', '213259.187500', '213259.647500', '213300.107500', '213300.567500', '213301.027500', '213301.487500', '213301.947500', '213302.407500', '213302.867500', '213303.327500', '213303.787500', '213304.247500', '213304.707500', '213305.167500', '213305.627500', '213306.087500', '213306.547500', '213307.007500', '213307.467500', '213307.927500', '213308.387500', '213308.847500', '213309.307500', '213309.767500', '213310.227500', '213310.687500', '213311.147500', '213311.607500', '213312.067500', '213312.527500', '213312.987500', '213313.447500', '213313.907500', '213314.367500', '213314.827500', '213315.287500', '213315.747500', '213316.207500', '213316.667500', '213317.127500', '213317.587500', '213318.047500', '213318.507500', '213318.967500', '213319.427500', '213319.887500', '213320.347500', '213320.807500', '213321.267500', '213321.727500', '213322.187500', '213322.647500', '213323.107500', '213323.567500', '213324.027500', '213324.487500', '213324.947500', '213325.407500', '213325.867500', '213326.327500', '213326.787500', '213327.247500', '213327.707500', '213328.167500', '213328.627500', '213329.087500', '213329.547500', '213330.007500', '213330.467500', '213330.927500', '213331.387500', '213331.847500', '213332.307500', '213332.767500', '213333.227500', '213333.687500', '213334.147500', '213334.607500', '213335.067500', '213335.527500', '213335.987500', '213336.447500', '213336.907500', '213337.367500', '213337.827500', '213338.287500', '213338.747500', '213339.207500', '213339.667500', '213340.127500', '213340.587500', '213341.047500', '213341.507500', '213341.967500', '213342.427500', '213342.887500', '213343.347500', '213343.807500', '213344.267500', '213344.727500', '213345.187500', '213345.647500', '213346.107500', '213346.567500', '213347.027500', '213347.487500', '213347.947500', '213348.407500', '213348.867500', '213349.327500', '213349.787500', '213350.247500', '213350.707500', '213351.167500', '213351.627500', '213352.087500', '213352.547500', '213353.007500', '213353.467500', '213353.927500', '213354.387500', '213354.847500', '213355.307500', '213355.767500', '213356.227500', '213356.687500', '213357.147500', '213357.607500', '213358.067500', '213358.527500', '213358.987500', '213359.447500', '213359.907500', '213400.367500', '213400.827500', '213401.287500', '213401.747500', '213402.207500', '213402.667500', '213403.127500', '213403.587500', '213404.047500', '213404.507500', '213404.967500', '213405.427500', '213405.887500', '213406.347500', '213406.807500', '213407.267500', '213407.727500', '213408.187500', '213408.647500', '213409.107500', '213409.567500', '213410.027500', '213410.487500', '213410.947500', '213411.407500', '213411.867500', '213412.327500', '213412.787500', '213413.247500', '213413.707500', '213414.167500', '213414.627500', '213415.087500', '213415.547500', '213416.007500', '213416.467500', '213416.927500', '213417.387500', '213417.847500', '213418.307500', '213418.767500', '213419.227500', '213419.687500', '213420.147500', '213420.607500', '213421.067500', '213421.527500', '213421.987500', '213422.447500', '213422.907500', '213423.367500', '213423.827500', '213424.287500', '213424.747500', '213425.207500', '213425.667500', '213426.127500', '213426.587500', '213427.047500', '213427.507500', '213427.967500', '213428.427500', '213428.887500', '213429.347500', '213429.807500', '213430.267500', '213430.727500', '213431.187500', '213431.647500', '213432.107500', '213432.567500', '213433.027500', '213433.487500', '213433.947500', '213434.407500', '213434.867500', '213435.327500', '213435.787500', '213436.247500', '213436.707500', '213437.167500', '213437.627500', '213438.087500', '213438.547500', '213439.007500', '213439.467500', '213439.927500', '213440.387500', '213440.847500', '213441.307500', '213441.767500', '213442.227500', '213442.687500', '213443.147500', '213443.607500', '213444.067500', '213444.527500', '213444.987500', '213445.447500', '213445.907500', '213446.367500', '213446.827500', '213447.287500', '213447.747500', '213448.207500', '213448.667500', '213449.127500', '213449.587500', '213450.047500', '213450.507500', '213450.967500', '213451.427500', '213451.887500', '213452.347500', '213452.807500', '213453.267500', '213453.727500', '213454.187500', '213454.647500', '213455.107500', '213455.567500', '213456.027500', '213456.487500', '213456.947500', '213457.407500', '213457.867500', '213458.327500', '213458.787500', '213459.247500', '213459.707500', '213500.167500', '213500.627500', '213501.087500', '213501.547500', '213502.007500', '213502.467500', '213502.927500', '213503.387500', '213503.847500', '213504.307500', '213504.767500', '213505.227500', '213505.687500', '213506.147500', '213506.607500', '213507.067500', '213507.527500', '213507.987500', '213508.447500', '213508.907500', '213509.367500', '213509.827500', '213510.287500', '213510.747500', '213511.207500', '213511.667500', '213512.127500', '213512.587500', '213513.047500', '213513.507500', '213513.967500', '213514.427500', '213514.887500', '213515.347500', '213515.807500', '213516.267500', '213516.727500', '213517.187500', '213517.647500', '213518.107500', '213518.567500', '213519.027500', '213519.487500', '213519.947500', '213520.407500', '213520.867500', '213521.327500', '213521.787500', '213522.247500', '213522.707500', '213523.167500', '213523.627500', '213524.087500', '213524.547500', '213525.007500', '213525.467500', '213525.927500', '213526.387500', '213526.847500', '213527.307500', '213527.767500', '213528.227500', '213528.687500', '213529.147500', '213529.607500', '213530.067500', '213530.527500', '213530.987500', '213531.447500', '213531.907500', '213532.367500', '213532.827500', '213533.287500', '213533.747500', '213534.207500', '213534.667500', '213535.127500', '213535.587500', '213536.047500', '213536.507500', '213536.967500', '213537.427500', '213537.887500', '213538.347500', '213538.807500', '213539.267500', '213539.727500', '213540.187500', '213540.647500', '213541.107500', '213541.567500', '213542.027500', '213542.487500', '213542.947500', '213543.407500', '213543.867500', '213544.327500', '213544.787500', '213545.247500', '213545.707500', '213546.167500', '213546.627500', '213547.087500', '213547.547500', '213548.007500', '213548.467500', '213548.927500', '213549.387500', '213549.847500', '213550.307500', '213550.767500', '213551.227500', '213551.687500', '213552.147500', '213552.607500', '213553.067500', '213553.527500', '213553.987500', '213554.447500', '213554.907500', '213555.367500', '213555.827500', '213556.287500', '213556.747500', '213557.207500', '213557.667500', '213558.127500', '213558.587500', '213559.047500', '213559.507500', '213559.967500', '213600.427500', '213600.887500', '213601.347500', '213601.807500', '213602.267500', '213602.727500', '213603.187500', '213603.647500', '213604.107500', '213604.567500', '213605.027500', '213605.487500', '213605.947500', '213606.407500', '213606.867500', '213607.327500', '213607.787500', '213608.247500', '213608.707500', '213609.167500', '213609.627500', '213610.087500', '213610.547500', '213611.007500', '213611.467500', '213611.927500', '213612.387500', '213612.847500', '213613.307500', '213613.767500', '213614.227500', '213614.687500', '213615.147500', '213615.607500', '213616.067500', '213616.527500', '213616.987500', '213617.447500', '213617.907500', '213618.367500', '213618.827500', '213619.287500', '213619.747500', '213620.207500', '213620.667500', '213621.127500', '213621.587500', '213622.047500', '213622.507500', '213622.967500', '213623.427500', '213623.887500', '213624.347500', '213624.807500', '213625.267500', '213625.727500', '213626.187500', '213626.647500', '213627.107500', '213627.567500', '213628.027500', '213628.487500', '213628.947500', '213629.407500', '213629.867500', '213630.327500', '213630.787500', '213631.247500', '213631.707500', '213632.167500', '213632.627500', '213633.087500', '213633.547500', '213634.007500', '213634.467500', '213634.927500', '213635.387500', '213635.847500', '213636.307500', '213636.767500', '213637.227500', '213637.687500', '213638.147500', '213638.607500', '213639.067500', '213639.527500', '213639.987500', '213640.447500', '213640.907500', '213641.367500', '213641.827500', '213642.287500', '213642.747500', '213643.207500', '213643.667500', '213644.127500', '213644.587500', '213645.047500', '213645.507500', '213645.967500', '213646.427500', '213646.887500', '213647.347500', '213647.807500', '213648.267500', '213648.727500', '213649.187500', '213649.647500', '213650.107500', '213650.567500', '213651.027500', '213651.487500', '213651.947500', '213652.407500', '213652.867500', '213653.327500', '213653.787500', '213654.247500', '213654.707500', '213655.167500', '213655.627500', '213656.087500', '213656.547500', '213657.007500', '213657.467500', '213657.927500', '213658.387500', '213658.847500', '213659.307500', '213659.767500', '213700.227500', '213700.687500', '213701.147500', '213701.607500', '213702.067500', '213702.527500', '213702.987500', '213703.447500', '213703.907500', '213704.367500', '213704.827500', '213705.287500', '213705.747500', '213706.207500', '213706.667500', '213707.127500', '213707.587500', '213708.047500', '213708.507500', '213708.967500', '213709.427500', '213709.887500', '213710.347500', '213710.807500', '213711.267500', '213711.727500', '213712.187500', '213712.647500', '213713.107500', '213713.567500', '213714.027500', '213714.487500', '213714.947500', '213715.407500', '213715.867500', '213716.327500', '213716.787500', '213717.247500', '213717.707500', '213718.167500', '213718.627500', '213719.087500', '213719.547500', '213720.007500', '213720.467500', '213720.927500', '213721.387500', '213721.847500', '213722.307500', '213722.767500', '213723.227500', '213723.687500', '213724.147500', '213724.607500', '213725.067500', '213725.527500', '213725.987500', '213726.447500', '213726.907500', '213727.367500', '213727.827500', '213728.287500', '213728.747500', '213729.207500', '213729.667500', '213730.127500', '213730.587500', '213731.047500', '213731.507500', '213731.967500', '213732.427500', '213732.887500', '213733.347500', '213733.807500', '213734.267500', '213734.727500', '213735.187500', '213735.647500', '213736.107500', '213736.567500', '213737.027500', '213737.487500', '213737.947500', '213738.407500', '213738.867500', '213739.327500', '213739.787500', '213740.247500', '213740.707500', '213741.167500', '213741.627500', '213742.087500', '213742.547500', '213743.007500', '213743.467500', '213743.927500', '213744.387500', '213744.847500', '213745.307500', '213745.767500', '213746.227500', '213746.687500', '213747.147500', '213747.607500', '213748.067500', '213748.527500', '213748.987500', '213749.447500', '213749.907500', '213750.367500', '213750.827500', '213751.287500', '213751.747500', '213752.207500', '213752.667500', '213753.127500', '213753.587500', '213754.047500', '213754.507500', '213754.967500', '213755.427500', '213755.887500', '213756.347500', '213756.807500', '213757.267500', '213757.727500', '213758.187500', '213758.647500', '213759.107500', '213759.567500', '213800.027500', '213800.487500', '213800.947500', '213801.407500', '213801.867500', '213802.327500', '213802.787500', '213803.247500', '213803.707500', '213804.167500', '213804.627500', '213805.087500', '213805.547500', '213806.007500', '213806.467500', '213806.927500', '213807.387500', '213807.847500', '213808.307500', '213808.767500', '213809.227500', '213809.687500', '213810.147500', '213810.607500', '213811.067500', '213811.527500', '213811.987500', '213812.447500', '213812.907500', '213813.367500', '213813.827500', '213814.287500', '213814.747500', '213815.207500', '213815.667500', '213816.127500', '213816.587500', '213817.047500', '213817.507500', '213817.967500', '213818.427500', '213818.887500', '213819.347500', '213819.807500', '213820.267500', '213820.727500', '213821.187500', '213821.647500', '213822.107500', '213822.567500', '213823.027500', '213823.487500', '213823.947500', '213824.407500', '213824.867500', '213825.327500', '213825.787500', '213826.247500', '213826.707500', '213827.167500', '213827.627500', '213828.087500', '213828.547500', '213829.007500', '213829.467500', '213829.927500', '213830.387500', '213830.847500', '213831.307500', '213831.767500', '213832.227500', '213832.687500', '213833.147500', '213833.607500', '213834.067500', '213834.527500', '213834.987500', '213835.447500', '213835.907500', '213836.367500', '213836.827500', '213837.287500', '213837.747500', '213838.207500', '213838.667500', '213839.127500', '213839.587500', '213840.047500', '213840.507500', '213840.967500', '213841.427500', '213841.887500', '213842.347500', '213842.807500', '213843.267500', '213843.727500', '213844.187500', '213844.647500', '213845.107500', '213845.567500', '213846.027500', '213846.487500', '213846.947500', '213847.407500', '213847.867500', '213848.327500', '213848.787500', '213849.247500', '213849.707500', '213850.167500', '213850.627500', '213851.087500', '213851.547500', '213852.007500', '213852.467500', '213852.927500', '213853.387500', '213853.847500', '213854.307500', '213854.767500', '213855.227500', '213855.687500', '213856.147500', '213856.607500', '213857.067500', '213857.527500', '213857.987500', '213858.447500', '213858.907500', '213859.367500', '213859.827500', '213900.287500', '213900.747500', '213901.207500', '213901.667500', '213902.127500', '213902.587500', '213903.047500', '213903.507500', '213903.967500', '213904.427500', '213904.887500', '213905.347500', '213905.807500', '213906.267500', '213906.727500', '213907.187500', '213907.647500', '213908.107500', '213908.567500', '213909.027500', '213909.487500', '213909.947500', '213910.407500', '213910.867500', '213911.327500', '213911.787500', '213912.247500'], 'ContentTime': ['213234.954000', '213234.957000', '213234.960000', '213234.963000', '213234.965000', '213234.968000', '213234.974000', '213234.977000', '213234.980000', '213234.982000', '213234.985000', '213234.988000', '213234.990000', '213235.014000', '213235.017000', '213235.019000', '213235.022000', '213235.025000', '213235.027000', '213235.030000', '213235.032000', '213235.035000', '213235.037000', '213235.040000', '213235.043000', '213235.055000', '213235.058000', '213235.060000', '213235.063000', '213235.065000', '213235.068000', '213235.070000', '213235.073000', '213235.076000', '213235.078000', '213235.081000', '213235.083000', '213235.086000', '213235.088000', '213235.091000', '213235.094000', '213235.096000', '213235.099000', '213235.102000', '213235.104000', '213235.107000', '213254.925000', '213254.927000', '213254.930000', '213254.933000', '213254.935000', '213254.938000', '213254.940000', '213254.943000', '213254.945000', '213254.948000', '213254.950000', '213254.953000', '213254.956000', '213254.958000', '213254.961000', '213254.963000', '213254.966000', '213254.968000', '213254.971000', '213254.973000', '213254.976000', '213254.978000', '213254.981000', '213254.984000', '213254.986000', '213254.989000', '213254.991000', '213254.994000', '213254.996000', '213255.000000', '213255.002000', '213255.005000', '213255.007000', '213255.010000', '213255.013000', '213255.015000', '213255.027000', '213255.029000', '213255.032000', '213255.034000', '213255.037000', '213255.039000', '213255.042000', '213314.925000', '213314.927000', '213314.930000', '213314.932000', '213314.935000', '213314.938000', '213314.940000', '213314.943000', '213314.945000', '213314.948000', '213314.950000', '213314.953000', '213314.956000', '213314.958000', '213314.961000', '213314.963000', '213314.966000', '213314.968000', '213314.971000', '213314.974000', '213314.976000', '213314.979000', '213314.981000', '213314.984000', '213314.986000', '213314.989000', '213314.992000', '213314.994000', '213314.997000', '213315.000000', '213315.003000', '213315.006000', '213315.008000', '213315.011000', '213315.013000', '213315.016000', '213315.018000', '213315.021000', '213315.024000', '213315.037000', '213315.039000', '213315.042000', '213315.045000', '213315.047000', '213334.924000', '213334.927000', '213334.930000', '213334.932000', '213334.941000', '213334.944000', '213334.946000', '213334.949000', '213334.951000', '213334.954000', '213334.957000', '213334.962000', '213334.965000', '213334.967000', '213334.970000', '213334.972000', '213334.975000', '213334.977000', '213334.980000', '213334.982000', '213334.985000', '213334.988000', '213334.990000', '213334.993000', '213334.995000', '213334.998000', '213335.002000', '213335.004000', '213335.007000', '213335.009000', '213335.012000', '213335.015000', '213335.017000', '213335.020000', '213335.022000', '213335.025000', '213335.028000', '213335.030000', '213335.033000', '213335.035000', '213335.038000', '213335.040000', '213335.043000', '213354.925000', '213354.927000', '213354.930000', '213354.933000', '213354.935000', '213354.938000', '213354.940000', '213354.943000', '213354.946000', '213354.948000', '213354.951000', '213354.954000', '213354.956000', '213354.959000', '213354.961000', '213354.964000', '213354.966000', '213354.969000', '213354.971000', '213354.974000', '213354.976000', '213354.979000', '213354.982000', '213354.984000', '213354.988000', '213354.990000', '213354.993000', '213354.996000', '213354.998000', '213355.001000', '213355.003000', '213355.006000', '213355.008000', '213355.011000', '213355.013000', '213355.016000', '213355.019000', '213355.021000', '213355.024000', '213355.026000', '213355.029000', '213355.032000', '213355.041000', '213414.924000', '213414.927000', '213414.930000', '213414.932000', '213414.935000', '213414.938000', '213414.940000', '213414.954000', '213414.956000', '213414.959000', '213414.961000', '213414.964000', '213414.967000', '213414.969000', '213414.972000', '213414.974000', '213414.977000', '213414.979000', '213414.982000', '213414.985000', '213414.987000', '213414.990000', '213414.992000', '213414.995000', '213414.997000', '213415.001000', '213415.004000', '213415.006000', '213415.009000', '213415.011000', '213415.014000', '213415.017000', '213415.019000', '213415.022000', '213415.024000', '213415.027000', '213415.030000', '213415.032000', '213415.035000', '213415.045000', '213415.048000', '213415.050000', '213415.053000', '213415.055000', '213434.924000', '213434.927000', '213434.930000', '213434.932000', '213434.935000', '213434.937000', '213434.940000', '213434.943000', '213434.945000', '213434.948000', '213434.950000', '213434.953000', '213434.956000', '213434.958000', '213434.961000', '213434.963000', '213434.966000', '213434.968000', '213434.971000', '213434.973000', '213434.976000', '213434.979000', '213434.981000', '213434.984000', '213434.986000', '213434.989000', '213434.992000', '213434.994000', '213434.997000', '213435.000000', '213435.003000', '213435.005000', '213435.008000', '213435.010000', '213435.013000', '213435.016000', '213435.018000', '213435.021000', '213435.023000', '213435.026000', '213435.028000', '213435.031000', '213435.034000', '213435.036000', '213454.924000', '213454.927000', '213454.930000', '213454.932000', '213454.935000', '213454.938000', '213454.940000', '213454.943000', '213454.945000', '213454.948000', '213454.951000', '213454.953000', '213454.956000', '213454.958000', '213454.961000', '213454.964000', '213454.966000', '213454.969000', '213454.971000', '213454.974000', '213454.977000', '213454.979000', '213454.982000', '213454.984000', '213454.987000', '213454.990000', '213454.992000', '213454.995000', '213455.008000', '213455.011000', '213455.013000', '213455.016000', '213455.018000', '213455.021000', '213455.024000', '213455.026000', '213455.036000', '213455.039000', '213455.042000', '213455.044000', '213455.047000', '213455.049000', '213455.052000', '213514.925000', '213514.927000', '213514.930000', '213514.933000', '213514.935000', '213514.938000', '213514.940000', '213514.943000', '213514.946000', '213514.948000', '213514.951000', '213514.953000', '213514.956000', '213514.958000', '213514.961000', '213514.964000', '213514.966000', '213514.969000', '213514.972000', '213514.974000', '213514.977000', '213514.979000', '213514.982000', '213514.985000', '213514.987000', '213514.990000', '213514.992000', '213514.995000', '213514.998000', '213515.001000', '213515.004000', '213515.006000', '213515.009000', '213515.012000', '213515.014000', '213515.017000', '213515.019000', '213515.022000', '213515.024000', '213515.027000', '213515.029000', '213515.032000', '213515.034000', '213515.037000', '213534.925000', '213534.927000', '213534.930000', '213534.932000', '213534.935000', '213534.938000', '213534.940000', '213534.943000', '213534.945000', '213534.948000', '213534.951000', '213534.953000', '213534.956000', '213534.958000', '213534.961000', '213534.963000', '213534.966000', '213534.969000', '213534.971000', '213534.974000', '213534.976000', '213534.989000', '213534.992000', '213534.994000', '213534.997000', '213535.000000', '213535.003000', '213535.006000', '213535.008000', '213535.011000', '213535.013000', '213535.016000', '213535.019000', '213535.021000', '213535.024000', '213535.026000', '213535.029000', '213535.031000', '213535.034000', '213535.037000', '213535.039000', '213535.042000', '213535.044000', '213554.924000', '213554.927000', '213554.930000', '213554.933000', '213554.935000', '213554.938000', '213554.941000', '213554.943000', '213554.946000', '213554.948000', '213554.951000', '213554.953000', '213554.956000', '213554.958000', '213554.961000', '213554.964000', '213554.966000', '213554.969000', '213554.971000', '213554.974000', '213554.976000', '213554.979000', '213554.982000', '213554.984000', '213554.987000', '213554.989000', '213554.992000', '213554.994000', '213554.997000', '213555.001000', '213555.003000', '213555.006000', '213555.008000', '213555.011000', '213555.014000', '213555.016000', '213555.019000', '213555.021000', '213555.024000', '213555.026000', '213555.029000', '213555.032000', '213555.034000', '213614.925000', '213614.928000', '213614.931000', '213614.933000', '213614.936000', '213614.939000', '213614.941000', '213614.944000', '213614.946000', '213614.949000', '213614.951000', '213614.954000', '213614.956000', '213614.959000', '213614.962000', '213614.964000', '213614.967000', '213614.969000', '213614.972000', '213614.975000', '213614.977000', '213614.980000', '213614.982000', '213614.985000', '213614.987000', '213614.990000', '213614.992000', '213614.995000', '213614.998000', '213615.000000', '213615.003000', '213615.005000', '213615.008000', '213615.011000', '213615.013000', '213615.016000', '213615.018000', '213615.021000', '213615.023000', '213615.026000', '213615.028000', '213615.031000', '213615.034000', '213615.036000', '213634.924000', '213634.927000', '213634.930000', '213634.932000', '213634.935000', '213634.938000', '213634.940000', '213634.943000', '213634.945000', '213634.948000', '213634.951000', '213634.953000', '213634.956000', '213634.959000', '213634.962000', '213634.965000', '213634.967000', '213634.970000', '213634.973000', '213634.975000', '213634.978000', '213634.980000', '213634.983000', '213634.985000', '213634.988000', '213634.990000', '213634.993000', '213634.996000', '213634.998000', '213635.002000', '213635.013000', '213635.016000', '213635.019000', '213635.021000', '213635.024000', '213635.027000', '213635.035000', '213635.038000', '213635.041000', '213635.043000', '213635.046000', '213635.048000', '213635.051000', '213654.924000', '213654.927000', '213654.930000', '213654.932000', '213654.935000', '213654.938000', '213654.940000', '213654.943000', '213654.945000', '213654.948000', '213654.951000', '213654.953000', '213654.956000', '213654.959000', '213654.961000', '213654.964000', '213654.966000', '213654.969000', '213654.971000', '213654.974000', '213654.977000', '213654.979000', '213654.982000', '213654.984000', '213654.987000', '213654.989000', '213654.992000', '213654.995000', '213654.997000', '213655.001000', '213655.003000', '213655.006000', '213655.009000', '213655.011000', '213655.014000', '213655.016000', '213655.019000', '213655.021000', '213655.024000', '213655.026000', '213655.029000', '213655.032000', '213655.034000', '213655.037000', '213714.925000', '213714.927000', '213714.930000', '213714.933000', '213714.935000', '213714.938000', '213714.940000', '213714.943000', '213714.945000', '213714.948000', '213714.950000', '213714.953000', '213714.970000', '213714.973000', '213714.976000', '213714.978000', '213714.981000', '213714.984000', '213714.986000', '213714.989000', '213714.991000', '213714.994000', '213714.996000', '213715.000000', '213715.003000', '213715.005000', '213715.008000', '213715.010000', '213715.013000', '213715.016000', '213715.018000', '213715.021000', '213715.023000', '213715.026000', '213715.029000', '213715.031000', '213715.034000', '213715.036000', '213715.039000', '213715.041000', '213715.044000', '213715.047000', '213715.049000', '213734.924000', '213734.927000', '213734.930000', '213734.932000', '213734.935000', '213734.938000', '213734.940000', '213734.943000', '213734.945000', '213734.948000', '213734.951000', '213734.953000', '213734.956000', '213734.959000', '213734.961000', '213734.964000', '213734.966000', '213734.969000', '213734.972000', '213734.974000', '213734.977000', '213734.980000', '213734.982000', '213734.985000', '213734.987000', '213734.990000', '213734.993000', '213734.995000', '213734.998000', '213735.001000', '213735.004000', '213735.007000', '213735.009000', '213735.012000', '213735.014000', '213735.017000', '213735.019000', '213735.022000', '213735.024000', '213735.027000', '213735.030000', '213735.033000', '213735.035000', '213735.038000', '213754.925000', '213754.927000', '213754.930000', '213754.933000', '213754.935000', '213754.938000', '213754.940000', '213754.943000', '213754.945000', '213754.948000', '213754.951000', '213754.953000', '213754.956000', '213754.958000', '213754.961000', '213754.963000', '213754.966000', '213754.969000', '213754.971000', '213754.974000', '213754.977000', '213754.979000', '213754.982000', '213754.985000', '213754.987000', '213754.990000', '213754.993000', '213754.995000', '213755.000000', '213755.003000', '213755.005000', '213755.008000', '213755.010000', '213755.013000', '213755.016000', '213755.018000', '213755.021000', '213755.023000', '213755.026000', '213755.029000', '213755.031000', '213755.034000', '213755.036000', '213814.925000', '213814.927000', '213814.930000', '213814.933000', '213814.935000', '213814.938000', '213814.940000', '213814.943000', '213814.945000', '213814.948000', '213814.951000', '213814.953000', '213814.956000', '213814.958000', '213814.961000', '213814.964000', '213814.966000', '213814.969000', '213814.971000', '213814.974000', '213814.977000', '213814.979000', '213814.982000', '213814.984000', '213814.987000', '213814.990000', '213814.992000', '213814.995000', '213814.997000', '213815.001000', '213815.003000', '213815.006000', '213815.009000', '213815.011000', '213815.014000', '213815.019000', '213815.021000', '213815.024000', '213815.027000', '213815.030000', '213815.032000', '213815.035000', '213815.037000', '213815.040000', '213834.925000', '213834.928000', '213834.931000', '213834.933000', '213834.937000', '213834.940000', '213834.942000', '213834.945000', '213834.948000', '213834.950000', '213834.953000', '213834.956000', '213834.958000', '213834.961000', '213834.963000', '213834.966000', '213834.969000', '213834.971000', '213834.974000', '213834.976000', '213834.979000', '213834.981000', '213834.984000', '213834.998000', '213835.000000', '213835.003000', '213835.005000', '213835.008000', '213835.010000', '213835.013000', '213835.016000', '213835.018000', '213835.021000', '213835.024000', '213835.026000', '213835.029000', '213835.031000', '213835.034000', '213835.037000', '213835.039000', '213835.042000', '213835.045000', '213835.047000', '213854.924000', '213854.927000', '213854.930000', '213854.932000', '213854.942000', '213854.944000', '213854.947000', '213854.949000', '213854.952000', '213854.955000', '213854.957000', '213854.960000', '213854.962000', '213854.965000', '213854.967000', '213854.970000', '213854.973000', '213854.975000', '213854.978000', '213854.981000', '213854.983000', '213854.986000', '213854.988000', '213854.991000', '213854.993000', '213854.996000', '213855.000000', '213855.002000', '213855.005000', '213855.007000', '213855.010000', '213855.013000', '213855.015000', '213855.018000', '213855.020000', '213855.023000', '213855.026000', '213855.028000', '213855.031000', '213855.033000', '213855.036000', '213855.038000', '213855.041000', '213855.044000', '213914.083000', '213914.087000', '213914.089000', '213914.092000', '213914.094000', '213914.097000', '213914.100000', '213914.102000', '213914.105000', '213914.108000', '213914.110000', '213914.113000', '213914.116000', '213914.118000', '213914.121000', '213914.124000', '213914.127000', '213914.130000', '213914.133000', '213914.136000', '213914.139000', '213914.141000', '213914.144000', '213914.147000', '213914.150000', '213914.153000', '213914.155000', '213914.158000', '213914.160000', '213914.163000', '213914.166000', '213914.169000', '213914.171000', '213914.174000', '213914.177000', '213914.180000', '213914.183000', '213914.186000', '213914.189000', '213914.191000', '213914.194000', '213914.196000'], 'InstanceCreationTime': ['213234.954000', '213234.957000', '213234.960000', '213234.963000', '213234.965000', '213234.968000', '213234.974000', '213234.977000', '213234.980000', '213234.982000', '213234.985000', '213234.988000', '213234.990000', '213235.014000', '213235.017000', '213235.019000', '213235.022000', '213235.025000', '213235.027000', '213235.030000', '213235.032000', '213235.035000', '213235.037000', '213235.040000', '213235.043000', '213235.055000', '213235.058000', '213235.060000', '213235.063000', '213235.065000', '213235.068000', '213235.070000', '213235.073000', '213235.076000', '213235.078000', '213235.081000', '213235.083000', '213235.086000', '213235.088000', '213235.091000', '213235.094000', '213235.096000', '213235.099000', '213235.102000', '213235.104000', '213235.107000', '213254.925000', '213254.927000', '213254.930000', '213254.933000', '213254.935000', '213254.938000', '213254.940000', '213254.943000', '213254.945000', '213254.948000', '213254.950000', '213254.953000', '213254.956000', '213254.958000', '213254.961000', '213254.963000', '213254.966000', '213254.968000', '213254.971000', '213254.973000', '213254.976000', '213254.978000', '213254.981000', '213254.984000', '213254.986000', '213254.989000', '213254.991000', '213254.994000', '213254.996000', '213255.000000', '213255.002000', '213255.005000', '213255.007000', '213255.010000', '213255.013000', '213255.015000', '213255.027000', '213255.029000', '213255.032000', '213255.034000', '213255.037000', '213255.039000', '213255.042000', '213314.925000', '213314.927000', '213314.930000', '213314.932000', '213314.935000', '213314.938000', '213314.940000', '213314.943000', '213314.945000', '213314.948000', '213314.950000', '213314.953000', '213314.956000', '213314.958000', '213314.961000', '213314.963000', '213314.966000', '213314.968000', '213314.971000', '213314.974000', '213314.976000', '213314.979000', '213314.981000', '213314.984000', '213314.986000', '213314.989000', '213314.992000', '213314.994000', '213314.997000', '213315.000000', '213315.003000', '213315.006000', '213315.008000', '213315.011000', '213315.013000', '213315.016000', '213315.018000', '213315.021000', '213315.024000', '213315.037000', '213315.039000', '213315.042000', '213315.045000', '213315.047000', '213334.924000', '213334.927000', '213334.930000', '213334.932000', '213334.941000', '213334.944000', '213334.946000', '213334.949000', '213334.951000', '213334.954000', '213334.957000', '213334.962000', '213334.965000', '213334.967000', '213334.970000', '213334.972000', '213334.975000', '213334.977000', '213334.980000', '213334.982000', '213334.985000', '213334.988000', '213334.990000', '213334.993000', '213334.995000', '213334.998000', '213335.002000', '213335.004000', '213335.007000', '213335.009000', '213335.012000', '213335.015000', '213335.017000', '213335.020000', '213335.022000', '213335.025000', '213335.028000', '213335.030000', '213335.033000', '213335.035000', '213335.038000', '213335.040000', '213335.043000', '213354.925000', '213354.927000', '213354.930000', '213354.933000', '213354.935000', '213354.938000', '213354.940000', '213354.943000', '213354.946000', '213354.948000', '213354.951000', '213354.954000', '213354.956000', '213354.959000', '213354.961000', '213354.964000', '213354.966000', '213354.969000', '213354.971000', '213354.974000', '213354.976000', '213354.979000', '213354.982000', '213354.984000', '213354.988000', '213354.990000', '213354.993000', '213354.996000', '213354.998000', '213355.001000', '213355.003000', '213355.006000', '213355.008000', '213355.011000', '213355.013000', '213355.016000', '213355.019000', '213355.021000', '213355.024000', '213355.026000', '213355.029000', '213355.032000', '213355.041000', '213414.924000', '213414.927000', '213414.930000', '213414.932000', '213414.935000', '213414.938000', '213414.940000', '213414.954000', '213414.956000', '213414.959000', '213414.961000', '213414.964000', '213414.967000', '213414.969000', '213414.972000', '213414.974000', '213414.977000', '213414.979000', '213414.982000', '213414.985000', '213414.987000', '213414.990000', '213414.992000', '213414.995000', '213414.997000', '213415.001000', '213415.004000', '213415.006000', '213415.009000', '213415.011000', '213415.014000', '213415.017000', '213415.019000', '213415.022000', '213415.024000', '213415.027000', '213415.030000', '213415.032000', '213415.035000', '213415.045000', '213415.048000', '213415.050000', '213415.053000', '213415.055000', '213434.924000', '213434.927000', '213434.930000', '213434.932000', '213434.935000', '213434.937000', '213434.940000', '213434.943000', '213434.945000', '213434.948000', '213434.950000', '213434.953000', '213434.956000', '213434.958000', '213434.961000', '213434.963000', '213434.966000', '213434.968000', '213434.971000', '213434.973000', '213434.976000', '213434.979000', '213434.981000', '213434.984000', '213434.986000', '213434.989000', '213434.992000', '213434.994000', '213434.997000', '213435.000000', '213435.003000', '213435.005000', '213435.008000', '213435.010000', '213435.013000', '213435.016000', '213435.018000', '213435.021000', '213435.023000', '213435.026000', '213435.028000', '213435.031000', '213435.034000', '213435.036000', '213454.924000', '213454.927000', '213454.930000', '213454.932000', '213454.935000', '213454.938000', '213454.940000', '213454.943000', '213454.945000', '213454.948000', '213454.951000', '213454.953000', '213454.956000', '213454.958000', '213454.961000', '213454.964000', '213454.966000', '213454.969000', '213454.971000', '213454.974000', '213454.977000', '213454.979000', '213454.982000', '213454.984000', '213454.987000', '213454.990000', '213454.992000', '213454.995000', '213455.008000', '213455.011000', '213455.013000', '213455.016000', '213455.018000', '213455.021000', '213455.024000', '213455.026000', '213455.036000', '213455.039000', '213455.042000', '213455.044000', '213455.047000', '213455.049000', '213455.052000', '213514.925000', '213514.927000', '213514.930000', '213514.933000', '213514.935000', '213514.938000', '213514.940000', '213514.943000', '213514.946000', '213514.948000', '213514.951000', '213514.953000', '213514.956000', '213514.958000', '213514.961000', '213514.964000', '213514.966000', '213514.969000', '213514.972000', '213514.974000', '213514.977000', '213514.979000', '213514.982000', '213514.985000', '213514.987000', '213514.990000', '213514.992000', '213514.995000', '213514.998000', '213515.001000', '213515.004000', '213515.006000', '213515.009000', '213515.012000', '213515.014000', '213515.017000', '213515.019000', '213515.022000', '213515.024000', '213515.027000', '213515.029000', '213515.032000', '213515.034000', '213515.037000', '213534.925000', '213534.927000', '213534.930000', '213534.932000', '213534.935000', '213534.938000', '213534.940000', '213534.943000', '213534.945000', '213534.948000', '213534.951000', '213534.953000', '213534.956000', '213534.958000', '213534.961000', '213534.963000', '213534.966000', '213534.969000', '213534.971000', '213534.974000', '213534.976000', '213534.989000', '213534.992000', '213534.994000', '213534.997000', '213535.000000', '213535.003000', '213535.006000', '213535.008000', '213535.011000', '213535.013000', '213535.016000', '213535.019000', '213535.021000', '213535.024000', '213535.026000', '213535.029000', '213535.031000', '213535.034000', '213535.037000', '213535.039000', '213535.042000', '213535.044000', '213554.924000', '213554.927000', '213554.930000', '213554.933000', '213554.935000', '213554.938000', '213554.941000', '213554.943000', '213554.946000', '213554.948000', '213554.951000', '213554.953000', '213554.956000', '213554.958000', '213554.961000', '213554.964000', '213554.966000', '213554.969000', '213554.971000', '213554.974000', '213554.976000', '213554.979000', '213554.982000', '213554.984000', '213554.987000', '213554.989000', '213554.992000', '213554.994000', '213554.997000', '213555.001000', '213555.003000', '213555.006000', '213555.008000', '213555.011000', '213555.014000', '213555.016000', '213555.019000', '213555.021000', '213555.024000', '213555.026000', '213555.029000', '213555.032000', '213555.034000', '213614.925000', '213614.928000', '213614.931000', '213614.933000', '213614.936000', '213614.939000', '213614.941000', '213614.944000', '213614.946000', '213614.949000', '213614.951000', '213614.954000', '213614.956000', '213614.959000', '213614.962000', '213614.964000', '213614.967000', '213614.969000', '213614.972000', '213614.975000', '213614.977000', '213614.980000', '213614.982000', '213614.985000', '213614.987000', '213614.990000', '213614.992000', '213614.995000', '213614.998000', '213615.000000', '213615.003000', '213615.005000', '213615.008000', '213615.011000', '213615.013000', '213615.016000', '213615.018000', '213615.021000', '213615.023000', '213615.026000', '213615.028000', '213615.031000', '213615.034000', '213615.036000', '213634.924000', '213634.927000', '213634.930000', '213634.932000', '213634.935000', '213634.938000', '213634.940000', '213634.943000', '213634.945000', '213634.948000', '213634.951000', '213634.953000', '213634.956000', '213634.959000', '213634.962000', '213634.965000', '213634.967000', '213634.970000', '213634.973000', '213634.975000', '213634.978000', '213634.980000', '213634.983000', '213634.985000', '213634.988000', '213634.990000', '213634.993000', '213634.996000', '213634.998000', '213635.002000', '213635.013000', '213635.016000', '213635.019000', '213635.021000', '213635.024000', '213635.027000', '213635.035000', '213635.038000', '213635.041000', '213635.043000', '213635.046000', '213635.048000', '213635.051000', '213654.924000', '213654.927000', '213654.930000', '213654.932000', '213654.935000', '213654.938000', '213654.940000', '213654.943000', '213654.945000', '213654.948000', '213654.951000', '213654.953000', '213654.956000', '213654.959000', '213654.961000', '213654.964000', '213654.966000', '213654.969000', '213654.971000', '213654.974000', '213654.977000', '213654.979000', '213654.982000', '213654.984000', '213654.987000', '213654.989000', '213654.992000', '213654.995000', '213654.997000', '213655.001000', '213655.003000', '213655.006000', '213655.009000', '213655.011000', '213655.014000', '213655.016000', '213655.019000', '213655.021000', '213655.024000', '213655.026000', '213655.029000', '213655.032000', '213655.034000', '213655.037000', '213714.925000', '213714.927000', '213714.930000', '213714.933000', '213714.935000', '213714.938000', '213714.940000', '213714.943000', '213714.945000', '213714.948000', '213714.950000', '213714.953000', '213714.970000', '213714.973000', '213714.976000', '213714.978000', '213714.981000', '213714.984000', '213714.986000', '213714.989000', '213714.991000', '213714.994000', '213714.996000', '213715.000000', '213715.003000', '213715.005000', '213715.008000', '213715.010000', '213715.013000', '213715.016000', '213715.018000', '213715.021000', '213715.023000', '213715.026000', '213715.029000', '213715.031000', '213715.034000', '213715.036000', '213715.039000', '213715.041000', '213715.044000', '213715.047000', '213715.049000', '213734.924000', '213734.927000', '213734.930000', '213734.932000', '213734.935000', '213734.938000', '213734.940000', '213734.943000', '213734.945000', '213734.948000', '213734.951000', '213734.953000', '213734.956000', '213734.959000', '213734.961000', '213734.964000', '213734.966000', '213734.969000', '213734.972000', '213734.974000', '213734.977000', '213734.980000', '213734.982000', '213734.985000', '213734.987000', '213734.990000', '213734.993000', '213734.995000', '213734.998000', '213735.001000', '213735.004000', '213735.007000', '213735.009000', '213735.012000', '213735.014000', '213735.017000', '213735.019000', '213735.022000', '213735.024000', '213735.027000', '213735.030000', '213735.033000', '213735.035000', '213735.038000', '213754.925000', '213754.927000', '213754.930000', '213754.933000', '213754.935000', '213754.938000', '213754.940000', '213754.943000', '213754.945000', '213754.948000', '213754.951000', '213754.953000', '213754.956000', '213754.958000', '213754.961000', '213754.963000', '213754.966000', '213754.969000', '213754.971000', '213754.974000', '213754.977000', '213754.979000', '213754.982000', '213754.985000', '213754.987000', '213754.990000', '213754.993000', '213754.995000', '213755.000000', '213755.003000', '213755.005000', '213755.008000', '213755.010000', '213755.013000', '213755.016000', '213755.018000', '213755.021000', '213755.023000', '213755.026000', '213755.029000', '213755.031000', '213755.034000', '213755.036000', '213814.925000', '213814.927000', '213814.930000', '213814.933000', '213814.935000', '213814.938000', '213814.940000', '213814.943000', '213814.945000', '213814.948000', '213814.951000', '213814.953000', '213814.956000', '213814.958000', '213814.961000', '213814.964000', '213814.966000', '213814.969000', '213814.971000', '213814.974000', '213814.977000', '213814.979000', '213814.982000', '213814.984000', '213814.987000', '213814.990000', '213814.992000', '213814.995000', '213814.997000', '213815.001000', '213815.003000', '213815.006000', '213815.009000', '213815.011000', '213815.014000', '213815.019000', '213815.021000', '213815.024000', '213815.027000', '213815.030000', '213815.032000', '213815.035000', '213815.037000', '213815.040000', '213834.925000', '213834.928000', '213834.931000', '213834.933000', '213834.937000', '213834.940000', '213834.942000', '213834.945000', '213834.948000', '213834.950000', '213834.953000', '213834.956000', '213834.958000', '213834.961000', '213834.963000', '213834.966000', '213834.969000', '213834.971000', '213834.974000', '213834.976000', '213834.979000', '213834.981000', '213834.984000', '213834.998000', '213835.000000', '213835.003000', '213835.005000', '213835.008000', '213835.010000', '213835.013000', '213835.016000', '213835.018000', '213835.021000', '213835.024000', '213835.026000', '213835.029000', '213835.031000', '213835.034000', '213835.037000', '213835.039000', '213835.042000', '213835.045000', '213835.047000', '213854.924000', '213854.927000', '213854.930000', '213854.932000', '213854.942000', '213854.944000', '213854.947000', '213854.949000', '213854.952000', '213854.955000', '213854.957000', '213854.960000', '213854.962000', '213854.965000', '213854.967000', '213854.970000', '213854.973000', '213854.975000', '213854.978000', '213854.981000', '213854.983000', '213854.986000', '213854.988000', '213854.991000', '213854.993000', '213854.996000', '213855.000000', '213855.002000', '213855.005000', '213855.007000', '213855.010000', '213855.013000', '213855.015000', '213855.018000', '213855.020000', '213855.023000', '213855.026000', '213855.028000', '213855.031000', '213855.033000', '213855.036000', '213855.038000', '213855.041000', '213855.044000', '213914.083000', '213914.087000', '213914.089000', '213914.092000', '213914.094000', '213914.097000', '213914.100000', '213914.102000', '213914.105000', '213914.108000', '213914.110000', '213914.113000', '213914.116000', '213914.118000', '213914.121000', '213914.124000', '213914.127000', '213914.130000', '213914.133000', '213914.136000', '213914.139000', '213914.141000', '213914.144000', '213914.147000', '213914.150000', '213914.153000', '213914.155000', '213914.158000', '213914.160000', '213914.163000', '213914.166000', '213914.169000', '213914.171000', '213914.174000', '213914.177000', '213914.180000', '213914.183000', '213914.186000', '213914.189000', '213914.191000', '213914.194000', '213914.196000'], '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': [12204, 10647, 8055, 7957, 7454, 8655, 10576, 7787, 6860, 8101, 8179, 7635, 8277, 7552, 7908, 7212, 8057, 7866, 7538, 8987, 7437, 8527, 7075, 8072, 7486, 7222, 7743, 7208, 11034, 9296, 9624, 9464, 7924, 7378, 7092, 7491, 7416, 13046, 7459, 10219, 7327, 9235, 8746, 6631, 7645, 7129, 7203, 7559, 8853, 7362, 7196, 7592, 7165, 7457, 11491, 11403, 9503, 7323, 7303, 11758, 8592, 11527, 10883, 8132, 7441, 7620, 7646, 7866, 11819, 7654, 7249, 7463, 7266, 7368, 9588, 8684, 8246, 6972, 7764, 12313, 8938, 8511, 7547, 8538, 7496, 7817, 6759, 7511, 9297, 8723, 7999, 7556, 7701, 7075, 7537, 10967, 9420, 7623, 6937, 7979, 9341, 7736, 11467, 10633, 7536, 7720, 7505, 7741, 8946, 8213, 9744, 8199, 7777, 12369, 9467, 7180, 7913, 7465, 7816, 8239, 7654, 8637, 6804, 8055, 12691, 10119, 7333, 7861, 7814, 7595, 8603, 7559, 9216, 6660, 7556, 12398, 9823, 8373, 8131, 8047, 7636, 7825, 7765, 8886, 7891, 6999, 8155, 10017, 9180, 11252, 8282, 10304, 8697, 11241, 7807, 9432, 7045, 8083, 12128, 9511, 8972, 7628, 7740, 7199, 8408, 7285, 8663, 6643, 7949, 10277, 7798, 9295, 9204, 7537, 8255, 7390, 8250, 8910, 7527, 9342, 6658, 7642, 9509, 7916, 8611, 8484, 7726, 6978, 8225, 6606, 8550, 8801, 10200, 6763, 7581, 6836, 7702, 12505, 10677, 7510, 7485, 7537, 7086, 9830, 6918, 9356, 7780, 7475, 9675, 8369, 9058, 7393, 8718, 7077, 7542, 6938, 8508, 6682, 8964, 13029, 7950, 10342, 10637, 7548, 7483, 7761, 6953, 8636, 8157, 7898, 7678, 7912, 10140, 9412, 6910, 7289, 7464, 6681, 8566, 10913, 9146, 12295, 7516, 9335, 9345, 7380, 7082, 7712, 7075, 8465, 7637, 8588, 6780, 8224, 9918, 9641, 11865, 8346, 10211, 7975, 9390, 8555, 9832, 7232, 9103, 7710, 7108, 7126, 6965, 7643, 7648, 9428, 7843, 10894, 11281, 12762, 8554, 10511, 7263, 7878, 14826, 9989, 11543, 10334, 8239, 7156, 6907, 7248, 10341, 8128, 10347, 9295, 6936, 7700, 7039, 7416, 9480, 8208, 10694, 7519, 9344, 7415, 7739, 10797, 7907, 12044, 11031, 8940, 7696, 9146, 8246, 10486, 9811, 8361, 7284, 7248, 7435, 9681, 7478, 9273, 6896, 8117, 12913, 10201, 8498, 7859, 9073, 8090, 9570, 8209, 8745, 6992, 7565, 6691, 7877, 12591, 10533, 8109, 7558, 7725, 7156, 10087, 8097, 8209, 7432, 7848, 8795, 7720, 9181, 9217, 9769, 7715, 8631, 7433, 9534, 7198, 7641, 8621, 7295, 10531, 9054, 10176, 8293, 10934, 10177, 9963, 11892, 8803, 9249, 7319, 8510, 7984, 9042, 6777, 7853, 6724, 8265, 7980, 9833, 7037, 7687, 7261, 8392, 7682, 10254, 6567, 8312, 11215, 8716, 10339, 8304, 8751, 6813, 8409, 7268, 10166, 6948, 8012, 6964, 8467, 10780, 9594, 9056, 7898, 11827, 9479, 7920, 7626, 9506, 7571, 9995, 9831, 7643, 7677, 7992, 7918, 10116, 10173, 8754, 7299, 7535, 8278, 11820, 7965, 10257, 7027, 8380, 7294, 11180, 6910, 8970, 6650, 8648, 14729, 11521, 8117, 8271, 7157, 8078, 13183, 9988, 7876, 7654, 7741, 7249, 9974, 7189, 8492, 6962, 7917, 7857, 10112, 6929, 7896, 6810, 8091, 10501, 8203, 7167, 7391, 9387, 7180, 10677, 8973, 9635, 6856, 7651, 6826, 10112, 10469, 9576, 12314, 7813, 10470, 10675, 8162, 7989, 7447, 6987, 8193, 7909, 8234, 7564, 10734, 10717, 8956, 7875, 7789, 7930, 9971, 8785, 8805, 6955, 8217, 9112, 8525, 11658, 9316, 8308, 7902, 7638, 7802, 8565, 7790, 7647, 6963, 7617, 7339, 10083, 9185, 6702, 8392, 7394, 8072, 13405, 12229, 11450, 8800, 7288, 7755, 7176, 11739, 8481, 10801, 7687, 8302, 14398, 10844, 8048, 7886, 6700, 8380, 8694, 8477, 11098, 7770, 8075, 7825, 7407, 7738, 8941, 9987, 8357, 8037, 8877, 8234, 9154, 8527, 10086, 7365, 9141, 8603, 8025, 11837, 9420, 6824, 7806, 6747, 7729, 10930, 9804, 7913, 7895, 8557, 8382, 12215, 8743, 8241, 7933, 8580, 10792, 14721, 11220, 7524, 8211, 8491, 7018, 8236, 8174, 8318, 11299, 8406, 8049, 9566, 9868, 14354, 12548, 11058, 13353, 11239, 11577, 14862, 11371, 7944, 8485, 9784, 8807, 9248, 10675, 8582, 7582, 7086, 7906, 7152, 7702, 7369, 8035, 6927, 7409, 7176, 7474, 7490, 7496, 7612, 7797, 7396, 7612, 7375, 7932, 7370, 7830, 7751, 7009, 7949, 7215, 8674, 9615, 7535, 7986, 7465, 11236, 9935, 11537, 7462, 9272, 7267, 8484, 6925, 11672, 9452, 10554, 8354, 9065, 7706, 12117, 12245, 10193, 7230, 9337, 6927, 9695, 9819, 11399, 6783, 8214, 6945, 8245, 6888, 11924, 8657, 11080, 7345, 8072, 7383, 8454, 7200, 10473, 7853, 7945, 8220, 8291, 7775, 9796, 8078, 8679, 8437, 7856, 7501, 10214, 9948, 7403, 8053, 7272, 6817, 10776, 12808, 12409, 13382, 10712, 10172, 9010, 8923, 12264, 8795, 13506, 11399, 12351, 8680, 7646, 8445, 12833, 10400, 9582, 8362, 7264, 7583, 7977, 7777, 7648, 8681, 7103, 8232, 10693, 7997, 9599, 9476, 7406, 7173, 7332, 6962, 8389, 6806, 8937, 7420, 7547, 7402, 7728, 8580, 8074, 8040, 8425, 10108, 8493, 11617, 9408, 9805, 7777, 7704, 7650, 10408, 9548, 11283, 7667, 8378, 7872, 8282, 7878, 10216, 12873, 6948, 11385, 7851, 11803, 11701, 14047, 10008, 10786, 7884, 7865, 8103, 10936, 10222, 10839, 8035, 7818, 7835, 10207, 7652, 7172, 8200, 6696, 9022, 7730, 7118, 10732, 10364, 12454, 12500, 13238, 11697, 10500, 9246, 10704, 9127, 10078, 13458, 8429, 12049, 9168, 7284, 7652, 7363, 7584, 9647, 7513, 11132, 7987, 10577, 8654, 6817, 7252, 7642, 7989, 6940, 8280, 9161, 7251, 7549, 11327, 8473, 10269, 7470, 9575, 7729, 8116, 12745, 8021, 10707, 9193, 6936, 7466, 7326, 7090, 9409, 7376, 7864, 7804, 7195, 7717, 7332, 9818, 11000, 10023, 13090, 9555, 8130, 8445, 8229, 14190, 9832, 13064, 9839, 10552, 10905, 9274, 13124, 11946, 8348, 7892, 7540, 7599, 7843, 7146, 7215, 7338, 7390, 6964, 8688, 7416, 10434, 7429, 7740, 7349, 7697, 12232, 11693, 8187, 7734, 8552, 8674, 8080, 9751, 8423, 10673, 7744, 9804, 10652, 9922, 11715, 11336, 6946, 8578, 7041, 10067, 9549, 10772, 10378, 7987, 10678, 10687, 11375, 13363, 10947, 10982, 10387, 9491, 12662, 9462, 10113, 9110, 11210, 7313, 11252, 7574, 10848, 7163, 7985, 7051, 7663, 6878, 7125, 6771, 7459, 8443], 'WindowCenter': [4053.0, 4013.0, 3969.0, 3965.0, 3944.0, 3965.0, 3984.0, 3952.0, 3928.0, 3951.0, 3948.0, 3951.0, 3961.0, 3952.0, 3951.0, 3941.0, 3952.0, 3951.0, 3964.0, 3974.0, 3953.0, 3961.0, 3942.0, 3963.0, 3953.0, 3953.0, 3953.0, 3954.0, 3993.0, 3975.0, 3985.0, 3974.0, 3950.0, 3940.0, 3938.0, 3940.0, 3952.0, 4004.0, 3952.0, 3982.0, 3951.0, 3973.0, 3962.0, 3939.0, 3952.0, 3940.0, 3940.0, 3952.0, 3973.0, 3952.0, 3943.0, 3953.0, 3941.0, 3955.0, 3995.0, 4007.0, 3973.0, 3941.0, 3940.0, 3992.0, 3962.0, 3982.0, 3982.0, 3947.0, 3939.0, 3938.0, 3949.0, 3951.0, 3991.0, 3950.0, 3939.0, 3940.0, 3938.0, 3953.0, 3984.0, 3963.0, 3962.0, 3940.0, 3951.0, 3991.0, 3961.0, 3960.0, 3950.0, 3962.0, 3950.0, 3949.0, 3929.0, 3940.0, 3970.0, 3959.0, 3952.0, 3951.0, 3950.0, 3939.0, 3950.0, 3981.0, 3972.0, 3949.0, 3940.0, 3950.0, 3972.0, 3952.0, 3993.0, 3982.0, 3938.0, 3939.0, 3937.0, 3949.0, 3959.0, 3949.0, 3971.0, 3948.0, 3949.0, 3989.0, 3972.0, 3927.0, 3949.0, 3938.0, 3949.0, 3948.0, 3939.0, 3959.0, 3929.0, 3950.0, 3990.0, 3983.0, 3938.0, 3950.0, 3948.0, 3951.0, 3961.0, 3952.0, 3972.0, 3928.0, 3950.0, 3990.0, 3972.0, 3948.0, 3950.0, 3950.0, 3953.0, 3953.0, 3950.0, 3973.0, 3963.0, 3939.0, 3963.0, 3983.0, 3973.0, 3993.0, 3961.0, 3970.0, 3949.0, 3980.0, 3938.0, 3959.0, 3927.0, 3948.0, 3989.0, 3959.0, 3957.0, 3937.0, 3936.0, 3927.0, 3947.0, 3937.0, 3959.0, 3927.0, 3950.0, 3968.0, 3938.0, 3958.0, 3960.0, 3936.0, 3949.0, 3937.0, 3949.0, 3959.0, 3947.0, 3960.0, 3928.0, 3950.0, 3969.0, 3949.0, 3959.0, 3960.0, 3937.0, 3927.0, 3948.0, 3929.0, 3961.0, 3961.0, 3981.0, 3931.0, 3950.0, 3929.0, 3951.0, 4002.0, 3981.0, 3937.0, 3939.0, 3939.0, 3928.0, 3970.0, 3939.0, 3960.0, 3937.0, 3938.0, 3969.0, 3949.0, 3960.0, 3938.0, 3959.0, 3939.0, 3937.0, 3939.0, 3961.0, 3928.0, 3961.0, 4000.0, 3949.0, 3969.0, 3981.0, 3938.0, 3939.0, 3936.0, 3938.0, 3960.0, 3950.0, 3950.0, 3938.0, 3948.0, 3970.0, 3960.0, 3926.0, 3939.0, 3938.0, 3928.0, 3961.0, 3981.0, 3960.0, 3989.0, 3938.0, 3958.0, 3960.0, 3935.0, 3938.0, 3948.0, 3938.0, 3960.0, 3951.0, 3958.0, 3940.0, 3961.0, 3971.0, 3971.0, 3991.0, 3950.0, 3969.0, 3949.0, 3970.0, 3961.0, 3985.0, 3952.0, 3971.0, 3964.0, 3940.0, 3956.0, 3954.0, 3966.0, 3966.0, 3975.0, 3966.0, 3997.0, 3997.0, 4004.0, 3963.0, 3971.0, 3929.0, 3938.0, 4000.0, 3959.0, 3966.0, 3958.0, 3935.0, 3926.0, 3927.0, 3938.0, 3970.0, 3951.0, 3971.0, 3961.0, 3940.0, 3952.0, 3941.0, 3953.0, 3972.0, 3963.0, 3982.0, 3941.0, 3960.0, 3940.0, 3939.0, 3980.0, 3952.0, 3992.0, 3982.0, 3959.0, 3951.0, 3959.0, 3950.0, 3982.0, 3973.0, 3949.0, 3939.0, 3937.0, 3940.0, 3971.0, 3940.0, 3960.0, 3929.0, 3949.0, 3991.0, 3972.0, 3958.0, 3949.0, 3958.0, 3952.0, 3971.0, 3951.0, 3960.0, 3940.0, 3950.0, 3928.0, 3950.0, 3991.0, 3982.0, 3949.0, 3939.0, 3938.0, 3928.0, 3970.0, 3950.0, 3950.0, 3939.0, 3950.0, 3959.0, 3951.0, 3960.0, 3972.0, 3971.0, 3951.0, 3962.0, 3941.0, 3971.0, 3930.0, 3949.0, 3963.0, 3953.0, 3995.0, 3976.0, 3983.0, 3964.0, 3982.0, 3971.0, 3971.0, 3978.0, 3948.0, 3947.0, 3927.0, 3947.0, 3937.0, 3946.0, 3928.0, 3948.0, 3928.0, 3949.0, 3949.0, 3970.0, 3939.0, 3949.0, 3940.0, 3961.0, 3951.0, 3972.0, 3929.0, 3949.0, 3979.0, 3950.0, 3969.0, 3949.0, 3948.0, 3928.0, 3948.0, 3940.0, 3981.0, 3938.0, 3950.0, 3941.0, 3962.0, 3994.0, 3973.0, 3959.0, 3950.0, 3989.0, 3972.0, 3949.0, 3951.0, 3970.0, 3950.0, 3969.0, 3972.0, 3950.0, 3951.0, 3949.0, 3952.0, 3982.0, 3982.0, 3961.0, 3942.0, 3939.0, 3949.0, 3991.0, 3949.0, 3970.0, 3928.0, 3948.0, 3938.0, 3980.0, 3928.0, 3959.0, 3928.0, 3959.0, 4000.0, 3981.0, 3948.0, 3949.0, 3927.0, 3949.0, 3988.0, 3971.0, 3937.0, 3937.0, 3936.0, 3937.0, 3968.0, 3926.0, 3947.0, 3926.0, 3937.0, 3947.0, 3970.0, 3928.0, 3949.0, 3927.0, 3951.0, 3982.0, 3963.0, 3939.0, 3952.0, 3970.0, 3942.0, 3983.0, 3973.0, 3971.0, 3930.0, 3950.0, 3930.0, 3982.0, 3980.0, 3970.0, 3990.0, 3938.0, 3966.0, 3970.0, 3947.0, 3950.0, 3941.0, 3939.0, 3949.0, 3950.0, 3949.0, 3939.0, 3980.0, 3970.0, 3959.0, 3950.0, 3949.0, 3950.0, 3969.0, 3948.0, 3959.0, 3926.0, 3948.0, 3958.0, 3959.0, 3978.0, 3959.0, 3945.0, 3937.0, 3934.0, 3938.0, 3959.0, 3952.0, 3951.0, 3940.0, 3950.0, 3941.0, 3982.0, 3973.0, 3942.0, 3963.0, 3941.0, 3965.0, 4015.0, 3996.0, 3994.0, 3962.0, 3940.0, 3950.0, 3940.0, 3993.0, 3962.0, 3981.0, 3939.0, 3949.0, 4001.0, 3982.0, 3948.0, 3948.0, 3927.0, 3949.0, 3947.0, 3948.0, 3978.0, 3937.0, 3948.0, 3949.0, 3937.0, 3938.0, 3958.0, 3973.0, 3962.0, 3963.0, 3974.0, 3964.0, 3972.0, 3960.0, 3969.0, 3937.0, 3957.0, 3959.0, 3937.0, 3976.0, 3972.0, 3927.0, 3939.0, 3927.0, 3939.0, 3979.0, 3983.0, 3950.0, 3951.0, 3958.0, 3962.0, 4004.0, 3962.0, 3950.0, 3951.0, 3960.0, 3994.0, 4015.0, 4007.0, 3964.0, 3974.0, 3988.0, 3964.0, 3990.0, 3979.0, 3980.0, 4008.0, 3980.0, 3979.0, 4001.0, 3989.0, 4017.0, 3994.0, 3984.0, 3991.0, 3958.0, 3967.0, 3975.0, 3955.0, 3911.0, 3921.0, 3941.0, 3919.0, 3931.0, 3928.0, 3917.0, 3895.0, 3897.0, 3908.0, 3898.0, 3909.0, 3911.0, 3922.0, 3913.0, 3923.0, 3925.0, 3925.0, 3926.0, 3927.0, 3938.0, 3939.0, 3941.0, 3952.0, 3954.0, 3952.0, 3941.0, 3954.0, 3941.0, 3944.0, 3968.0, 3971.0, 3991.0, 4002.0, 3981.0, 3969.0, 3957.0, 4008.0, 3986.0, 4010.0, 3958.0, 3977.0, 3955.0, 3965.0, 3956.0, 3998.0, 3988.0, 3985.0, 3963.0, 3975.0, 3955.0, 4008.0, 4008.0, 3984.0, 3944.0, 3963.0, 3930.0, 3961.0, 3960.0, 3981.0, 3918.0, 3947.0, 3928.0, 3948.0, 3928.0, 3981.0, 3949.0, 3979.0, 3926.0, 3938.0, 3927.0, 3950.0, 3939.0, 3969.0, 3952.0, 3964.0, 3963.0, 3961.0, 3954.0, 3984.0, 3962.0, 3975.0, 3977.0, 3977.0, 3967.0, 3998.0, 4000.0, 3968.0, 3979.0, 3969.0, 3960.0, 4011.0, 4032.0, 4020.0, 4007.0, 3986.0, 3974.0, 3966.0, 3965.0, 3995.0, 3951.0, 3989.0, 3982.0, 3991.0, 3948.0, 3924.0, 3937.0, 3977.0, 3956.0, 3946.0, 3923.0, 3913.0, 3926.0, 3937.0, 3939.0, 3938.0, 3949.0, 3929.0, 3950.0, 3968.0, 3950.0, 3958.0, 3960.0, 3926.0, 3929.0, 3939.0, 3929.0, 3949.0, 3929.0, 3961.0, 3940.0, 3940.0, 3941.0, 3953.0, 3964.0, 3964.0, 3953.0, 3964.0, 3983.0, 3965.0, 3992.0, 3974.0, 3972.0, 3951.0, 3952.0, 3953.0, 3986.0, 3975.0, 3995.0, 3953.0, 3951.0, 3953.0, 3952.0, 3952.0, 3984.0, 4005.0, 3944.0, 3994.0, 3953.0, 3992.0, 3993.0, 4005.0, 3974.0, 3983.0, 3952.0, 3950.0, 3952.0, 3992.0, 3986.0, 3984.0, 3953.0, 3951.0, 3965.0, 3995.0, 3967.0, 3955.0, 3964.0, 3945.0, 3975.0, 3969.0, 3956.0, 3998.0, 4002.0, 4020.0, 4010.0, 4006.0, 3985.0, 3972.0, 3963.0, 3974.0, 3962.0, 3973.0, 3992.0, 3939.0, 3967.0, 3947.0, 3916.0, 3928.0, 3928.0, 3940.0, 3959.0, 3941.0, 3983.0, 3940.0, 3971.0, 3952.0, 3929.0, 3940.0, 3953.0, 3965.0, 3956.0, 3965.0, 3989.0, 3958.0, 3970.0, 3999.0, 3968.0, 3988.0, 3955.0, 3976.0, 3954.0, 3954.0, 3994.0, 3953.0, 3983.0, 3963.0, 3943.0, 3955.0, 3954.0, 3954.0, 3987.0, 3970.0, 3968.0, 3969.0, 3959.0, 3968.0, 3957.0, 4004.0, 4001.0, 3990.0, 4006.0, 3978.0, 3967.0, 3967.0, 3966.0, 4018.0, 3974.0, 4006.0, 3973.0, 3972.0, 3972.0, 3963.0, 3991.0, 3982.0, 3950.0, 3941.0, 3939.0, 3940.0, 3950.0, 3941.0, 3941.0, 3942.0, 3941.0, 3942.0, 3962.0, 3944.0, 3986.0, 3955.0, 3954.0, 3941.0, 3956.0, 3995.0, 3995.0, 3953.0, 3943.0, 3950.0, 3966.0, 3966.0, 3989.0, 3979.0, 3999.0, 3968.0, 4000.0, 4000.0, 3988.0, 4009.0, 3999.0, 3945.0, 3966.0, 3946.0, 3986.0, 3987.0, 3998.0, 3999.0, 3968.0, 4000.0, 4000.0, 4010.0, 4005.0, 3975.0, 3972.0, 3962.0, 3962.0, 3981.0, 3963.0, 3959.0, 3937.0, 3957.0, 3914.0, 3956.0, 3912.0, 3941.0, 3899.0, 3909.0, 3901.0, 3911.0, 3904.0, 3913.0, 3914.0, 3914.0, 3934.0], 'WindowWidth': [9033.0, 8962.0, 8896.0, 8881.0, 8850.0, 8879.0, 8902.0, 8858.0, 8823.0, 8854.0, 8847.0, 8855.0, 8869.0, 8858.0, 8854.0, 8843.0, 8858.0, 8855.0, 8877.0, 8888.0, 8862.0, 8868.0, 8845.0, 8873.0, 8860.0, 8861.0, 8860.0, 8862.0, 8916.0, 8893.0, 8906.0, 8890.0, 8852.0, 8839.0, 8834.0, 8840.0, 8859.0, 8929.0, 8857.0, 8896.0, 8855.0, 8886.0, 8872.0, 8838.0, 8857.0, 8840.0, 8839.0, 8858.0, 8888.0, 8859.0, 8848.0, 8861.0, 8844.0, 8868.0, 8921.0, 8939.0, 8886.0, 8842.0, 8839.0, 8910.0, 8869.0, 8896.0, 8897.0, 8842.0, 8835.0, 8831.0, 8850.0, 8854.0, 8906.0, 8851.0, 8836.0, 8838.0, 8835.0, 8862.0, 8902.0, 8875.0, 8870.0, 8838.0, 8856.0, 8907.0, 8867.0, 8863.0, 8854.0, 8871.0, 8855.0, 8852.0, 8822.0, 8840.0, 8879.0, 8865.0, 8856.0, 8855.0, 8851.0, 8837.0, 8852.0, 8894.0, 8883.0, 8850.0, 8841.0, 8852.0, 8883.0, 8858.0, 8913.0, 8896.0, 8831.0, 8835.0, 8831.0, 8850.0, 8862.0, 8848.0, 8880.0, 8846.0, 8849.0, 8901.0, 8882.0, 8817.0, 8849.0, 8833.0, 8849.0, 8847.0, 8836.0, 8862.0, 8824.0, 8852.0, 8906.0, 8897.0, 8835.0, 8853.0, 8848.0, 8856.0, 8870.0, 8861.0, 8885.0, 8821.0, 8850.0, 8905.0, 8883.0, 8847.0, 8851.0, 8852.0, 8864.0, 8859.0, 8851.0, 8888.0, 8876.0, 8841.0, 8875.0, 8901.0, 8891.0, 8912.0, 8869.0, 8877.0, 8848.0, 8889.0, 8831.0, 8860.0, 8816.0, 8845.0, 8901.0, 8861.0, 8856.0, 8831.0, 8825.0, 8818.0, 8841.0, 8830.0, 8862.0, 8818.0, 8852.0, 8873.0, 8833.0, 8859.0, 8865.0, 8828.0, 8849.0, 8830.0, 8849.0, 8862.0, 8847.0, 8865.0, 8820.0, 8850.0, 8873.0, 8851.0, 8863.0, 8864.0, 8829.0, 8818.0, 8844.0, 8825.0, 8867.0, 8868.0, 8894.0, 8829.0, 8853.0, 8823.0, 8855.0, 8924.0, 8896.0, 8832.0, 8837.0, 8835.0, 8820.0, 8878.0, 8837.0, 8864.0, 8830.0, 8833.0, 8874.0, 8849.0, 8862.0, 8833.0, 8861.0, 8836.0, 8831.0, 8835.0, 8868.0, 8821.0, 8868.0, 8918.0, 8848.0, 8875.0, 8894.0, 8832.0, 8836.0, 8827.0, 8833.0, 8863.0, 8853.0, 8851.0, 8831.0, 8846.0, 8875.0, 8864.0, 8816.0, 8835.0, 8833.0, 8820.0, 8867.0, 8892.0, 8865.0, 8901.0, 8834.0, 8859.0, 8864.0, 8826.0, 8834.0, 8847.0, 8836.0, 8865.0, 8856.0, 8861.0, 8839.0, 8869.0, 8880.0, 8881.0, 8907.0, 8852.0, 8874.0, 8850.0, 8879.0, 8868.0, 8907.0, 8858.0, 8882.0, 8878.0, 8839.0, 8869.0, 8866.0, 8881.0, 8883.0, 8890.0, 8885.0, 8924.0, 8923.0, 8928.0, 8872.0, 8879.0, 8820.0, 8830.0, 8915.0, 8860.0, 8864.0, 8856.0, 8823.0, 8812.0, 8815.0, 8830.0, 8876.0, 8854.0, 8879.0, 8865.0, 8837.0, 8856.0, 8840.0, 8859.0, 8883.0, 8873.0, 8895.0, 8840.0, 8864.0, 8839.0, 8833.0, 8889.0, 8855.0, 8907.0, 8896.0, 8860.0, 8852.0, 8861.0, 8851.0, 8894.0, 8886.0, 8849.0, 8836.0, 8829.0, 8836.0, 8878.0, 8836.0, 8865.0, 8820.0, 8848.0, 8905.0, 8882.0, 8860.0, 8849.0, 8859.0, 8856.0, 8879.0, 8853.0, 8864.0, 8839.0, 8849.0, 8820.0, 8849.0, 8905.0, 8894.0, 8846.0, 8834.0, 8832.0, 8819.0, 8877.0, 8850.0, 8851.0, 8835.0, 8850.0, 8861.0, 8855.0, 8863.0, 8881.0, 8877.0, 8855.0, 8870.0, 8841.0, 8878.0, 8822.0, 8848.0, 8875.0, 8863.0, 8921.0, 8897.0, 8902.0, 8877.0, 8897.0, 8879.0, 8878.0, 8882.0, 8842.0, 8839.0, 8813.0, 8839.0, 8827.0, 8840.0, 8819.0, 8843.0, 8820.0, 8848.0, 8847.0, 8878.0, 8836.0, 8849.0, 8838.0, 8866.0, 8853.0, 8881.0, 8821.0, 8847.0, 8886.0, 8850.0, 8874.0, 8849.0, 8845.0, 8817.0, 8846.0, 8838.0, 8894.0, 8834.0, 8851.0, 8841.0, 8871.0, 8914.0, 8885.0, 8861.0, 8850.0, 8902.0, 8882.0, 8848.0, 8853.0, 8876.0, 8850.0, 8874.0, 8884.0, 8851.0, 8856.0, 8849.0, 8857.0, 8898.0, 8899.0, 8868.0, 8845.0, 8835.0, 8849.0, 8907.0, 8849.0, 8878.0, 8818.0, 8845.0, 8831.0, 8890.0, 8819.0, 8862.0, 8819.0, 8862.0, 8917.0, 8894.0, 8845.0, 8849.0, 8817.0, 8848.0, 8900.0, 8880.0, 8829.0, 8829.0, 8824.0, 8831.0, 8871.0, 8815.0, 8843.0, 8813.0, 8829.0, 8844.0, 8879.0, 8820.0, 8851.0, 8818.0, 8855.0, 8898.0, 8876.0, 8840.0, 8860.0, 8881.0, 8846.0, 8899.0, 8888.0, 8881.0, 8825.0, 8851.0, 8825.0, 8895.0, 8890.0, 8878.0, 8903.0, 8832.0, 8868.0, 8877.0, 8843.0, 8853.0, 8842.0, 8838.0, 8848.0, 8853.0, 8850.0, 8835.0, 8889.0, 8878.0, 8863.0, 8851.0, 8849.0, 8851.0, 8875.0, 8847.0, 8861.0, 8814.0, 8844.0, 8857.0, 8862.0, 8885.0, 8862.0, 8839.0, 8828.0, 8822.0, 8833.0, 8861.0, 8860.0, 8855.0, 8841.0, 8853.0, 8842.0, 8895.0, 8888.0, 8845.0, 8872.0, 8842.0, 8882.0, 8947.0, 8922.0, 8915.0, 8872.0, 8840.0, 8851.0, 8839.0, 8912.0, 8870.0, 8892.0, 8833.0, 8847.0, 8919.0, 8898.0, 8846.0, 8846.0, 8818.0, 8849.0, 8842.0, 8846.0, 8884.0, 8831.0, 8844.0, 8849.0, 8829.0, 8834.0, 8859.0, 8886.0, 8871.0, 8876.0, 8892.0, 8878.0, 8884.0, 8865.0, 8874.0, 8830.0, 8855.0, 8862.0, 8827.0, 8880.0, 8884.0, 8817.0, 8834.0, 8818.0, 8835.0, 8888.0, 8900.0, 8851.0, 8856.0, 8862.0, 8873.0, 8931.0, 8873.0, 8853.0, 8857.0, 8870.0, 8921.0, 8950.0, 8944.0, 8886.0, 8898.0, 8925.0, 8888.0, 8928.0, 8909.0, 8912.0, 8944.0, 8913.0, 8910.0, 8942.0, 8920.0, 8957.0, 8917.0, 8901.0, 8907.0, 8855.0, 8867.0, 8874.0, 8845.0, 8781.0, 8793.0, 8820.0, 8789.0, 8805.0, 8799.0, 8785.0, 8752.0, 8755.0, 8773.0, 8762.0, 8776.0, 8785.0, 8802.0, 8793.0, 8802.0, 8811.0, 8810.0, 8813.0, 8815.0, 8830.0, 8834.0, 8842.0, 8855.0, 8862.0, 8856.0, 8837.0, 8860.0, 8838.0, 8848.0, 8889.0, 8899.0, 8924.0, 8940.0, 8912.0, 8890.0, 8873.0, 8941.0, 8911.0, 8946.0, 8872.0, 8896.0, 8865.0, 8877.0, 8868.0, 8925.0, 8912.0, 8905.0, 8876.0, 8891.0, 8867.0, 8940.0, 8940.0, 8903.0, 8847.0, 8872.0, 8823.0, 8866.0, 8863.0, 8892.0, 8804.0, 8843.0, 8818.0, 8844.0, 8817.0, 8891.0, 8847.0, 8888.0, 8814.0, 8831.0, 8816.0, 8850.0, 8834.0, 8875.0, 8859.0, 8879.0, 8877.0, 8872.0, 8867.0, 8907.0, 8878.0, 8898.0, 8903.0, 8905.0, 8894.0, 8933.0, 8937.0, 8892.0, 8907.0, 8895.0, 8886.0, 8954.0, 8981.0, 8960.0, 8938.0, 8908.0, 8889.0, 8880.0, 8876.0, 8914.0, 8853.0, 8900.0, 8895.0, 8905.0, 8843.0, 8808.0, 8826.0, 8877.0, 8851.0, 8837.0, 8800.0, 8788.0, 8811.0, 8827.0, 8833.0, 8833.0, 8847.0, 8823.0, 8850.0, 8871.0, 8849.0, 8857.0, 8862.0, 8814.0, 8823.0, 8833.0, 8821.0, 8848.0, 8823.0, 8866.0, 8837.0, 8837.0, 8839.0, 8859.0, 8877.0, 8875.0, 8860.0, 8876.0, 8899.0, 8878.0, 8911.0, 8890.0, 8883.0, 8855.0, 8856.0, 8862.0, 8906.0, 8890.0, 8917.0, 8859.0, 8853.0, 8859.0, 8856.0, 8859.0, 8907.0, 8933.0, 8848.0, 8915.0, 8859.0, 8910.0, 8913.0, 8931.0, 8886.0, 8898.0, 8855.0, 8852.0, 8861.0, 8916.0, 8911.0, 8906.0, 8862.0, 8860.0, 8886.0, 8925.0, 8890.0, 8872.0, 8881.0, 8858.0, 8897.0, 8895.0, 8875.0, 8930.0, 8944.0, 8964.0, 8946.0, 8934.0, 8899.0, 8878.0, 8867.0, 8886.0, 8867.0, 8884.0, 8906.0, 8830.0, 8865.0, 8839.0, 8796.0, 8817.0, 8816.0, 8835.0, 8859.0, 8839.0, 8898.0, 8836.0, 8879.0, 8854.0, 8819.0, 8835.0, 8860.0, 8880.0, 8869.0, 8879.0, 8918.0, 8876.0, 8894.0, 8930.0, 8888.0, 8912.0, 8867.0, 8893.0, 8861.0, 8862.0, 8912.0, 8858.0, 8898.0, 8873.0, 8847.0, 8867.0, 8862.0, 8865.0, 8913.0, 8897.0, 8889.0, 8893.0, 8878.0, 8889.0, 8872.0, 8945.0, 8935.0, 8918.0, 8934.0, 8900.0, 8884.0, 8883.0, 8880.0, 8956.0, 8892.0, 8933.0, 8887.0, 8883.0, 8881.0, 8870.0, 8905.0, 8894.0, 8848.0, 8838.0, 8833.0, 8838.0, 8851.0, 8841.0, 8839.0, 8845.0, 8841.0, 8844.0, 8871.0, 8848.0, 8906.0, 8864.0, 8863.0, 8842.0, 8867.0, 8920.0, 8918.0, 8859.0, 8845.0, 8848.0, 8883.0, 8886.0, 8922.0, 8910.0, 8936.0, 8893.0, 8941.0, 8936.0, 8919.0, 8948.0, 8932.0, 8856.0, 8883.0, 8856.0, 8910.0, 8911.0, 8931.0, 8933.0, 8890.0, 8935.0, 8934.0, 8946.0, 8932.0, 8887.0, 8881.0, 8865.0, 8865.0, 8892.0, 8868.0, 8858.0, 8826.0, 8851.0, 8791.0, 8847.0, 8783.0, 8819.0, 8763.0, 8774.0, 8768.0, 8784.0, 8780.0, 8792.0, 8794.0, 8791.0, 8821.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.006925312843029639</td></tr>
<tr><td colspan=3>aqi</td><td>0.0962879751920966</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.643239920439534</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.140957067934066</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0083680902087908</td></tr>
<tr><td colspan=3>efc</td><td>0.5076</td></tr>
<tr><td colspan=3>fber</td><td>4757.6147</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16424307932754995</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>216</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.71020856201976</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.549032362873505</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3501721257857118</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.86225093175862</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4346740310761836</td></tr>
<tr><td colspan=3>gcor</td><td>0.00627318</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01982041820883751</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045995719730854034</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.177144643788645</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>12.3946</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5399</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.2868</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>294493.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>944.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.9457</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5443</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>440.6713</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3159.0623</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>791.9237</td></tr>
<tr><td colspan=3>tsnr</td><td>22.3826285591349</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>