<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-02/func/sub-0040_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>e693f68abb3f27a609c0a2c4d4c09452</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>14:05:23.802500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99226, -0.0770426, 0.0973919, 0.0739117, 0.996638, 0.0353616]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0889986</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7736, -7196, 542, -148, -58, 111, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>419ffe65-7664-4502-accf-b32978c0817f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6621601581573486, 0.1982998102903366, 0.2694297432899475, 99.7263412475586], [0.20669971406459808, 2.673905849456787, 0.07530158013105392, -94.1766128540039], [0.2612953782081604, -0.09487256407737732, 2.6854677200317383, -45.40944290161133], [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': ['140523.802500', '140524.262500', '140524.722500', '140525.182500', '140525.642500', '140526.102500', '140526.562500', '140527.022500', '140527.482500', '140527.942500', '140528.402500', '140528.862500', '140529.322500', '140529.782500', '140530.242500', '140530.702500', '140531.162500', '140531.622500', '140532.082500', '140532.542500', '140533.002500', '140533.462500', '140533.922500', '140534.382500', '140534.842500', '140535.302500', '140535.762500', '140536.222500', '140536.682500', '140537.142500', '140537.602500', '140538.062500', '140538.522500', '140538.982500', '140539.442500', '140539.902500', '140540.362500', '140540.822500', '140541.282500', '140541.742500', '140542.202500', '140542.662500', '140543.122500', '140543.582500', '140544.042500', '140544.502500', '140544.962500', '140545.422500', '140545.882500', '140546.342500', '140546.802500', '140547.262500', '140547.722500', '140548.182500', '140548.642500', '140549.102500', '140549.562500', '140550.022500', '140550.482500', '140550.942500', '140551.402500', '140551.862500', '140552.322500', '140552.782500', '140553.242500', '140553.702500', '140554.162500', '140554.622500', '140555.082500', '140555.542500', '140556.002500', '140556.462500', '140556.922500', '140557.382500', '140557.842500', '140558.302500', '140558.762500', '140559.222500', '140559.682500', '140600.142500', '140600.602500', '140601.062500', '140601.522500', '140601.982500', '140602.442500', '140602.902500', '140603.362500', '140603.822500', '140604.282500', '140604.742500', '140605.202500', '140605.662500', '140606.122500', '140606.582500', '140607.042500', '140607.502500', '140607.962500', '140608.422500', '140608.882500', '140609.342500', '140609.802500', '140610.262500', '140610.722500', '140611.182500', '140611.642500', '140612.102500', '140612.562500', '140613.022500', '140613.482500', '140613.942500', '140614.402500', '140614.862500', '140615.322500', '140615.782500', '140616.242500', '140616.702500', '140617.162500', '140617.622500', '140618.082500', '140618.542500', '140619.002500', '140619.462500', '140619.922500', '140620.382500', '140620.842500', '140621.302500', '140621.762500', '140622.222500', '140622.682500', '140623.142500', '140623.602500', '140624.062500', '140624.522500', '140624.982500', '140625.442500', '140625.902500', '140626.362500', '140626.822500', '140627.282500', '140627.742500', '140628.202500', '140628.662500', '140629.122500', '140629.582500', '140630.042500', '140630.502500', '140630.962500', '140631.422500', '140631.882500', '140632.342500', '140632.802500', '140633.262500', '140633.722500', '140634.182500', '140634.642500', '140635.102500', '140635.562500', '140636.022500', '140636.482500', '140636.942500', '140637.402500', '140637.862500', '140638.322500', '140638.782500', '140639.242500', '140639.702500', '140640.162500', '140640.622500', '140641.082500', '140641.542500', '140642.002500', '140642.462500', '140642.922500', '140643.382500', '140643.842500', '140644.302500', '140644.762500', '140645.222500', '140645.682500', '140646.142500', '140646.602500', '140647.062500', '140647.522500', '140647.982500', '140648.442500', '140648.902500', '140649.362500', '140649.822500', '140650.282500', '140650.742500', '140651.202500', '140651.662500', '140652.122500', '140652.582500', '140653.042500', '140653.502500', '140653.962500', '140654.422500', '140654.882500', '140655.342500', '140655.802500', '140656.262500', '140656.722500', '140657.182500', '140657.642500', '140658.102500', '140658.562500', '140659.022500', '140659.482500', '140659.942500', '140700.402500', '140700.862500', '140701.322500', '140701.782500', '140702.242500', '140702.702500', '140703.162500', '140703.622500', '140704.082500', '140704.542500', '140705.002500', '140705.462500', '140705.922500', '140706.382500', '140706.842500', '140707.302500', '140707.762500', '140708.222500', '140708.682500', '140709.142500', '140709.602500', '140710.062500', '140710.522500', '140710.982500', '140711.442500', '140711.902500', '140712.362500', '140712.822500', '140713.282500', '140713.742500', '140714.202500', '140714.662500', '140715.122500', '140715.582500', '140716.042500', '140716.502500', '140716.962500', '140717.422500', '140717.882500', '140718.342500', '140718.802500', '140719.262500', '140719.722500', '140720.182500', '140720.642500', '140721.102500', '140721.562500', '140722.022500', '140722.482500', '140722.942500', '140723.402500', '140723.862500', '140724.322500', '140724.782500', '140725.242500', '140725.702500', '140726.162500', '140726.622500', '140727.082500', '140727.542500', '140728.002500', '140728.462500', '140728.922500', '140729.382500', '140729.842500', '140730.302500', '140730.762500', '140731.222500', '140731.682500', '140732.142500', '140732.602500', '140733.062500', '140733.522500', '140733.982500', '140734.442500', '140734.902500', '140735.362500', '140735.822500', '140736.282500', '140736.742500', '140737.202500', '140737.662500', '140738.122500', '140738.582500', '140739.042500', '140739.502500', '140739.962500', '140740.422500', '140740.882500', '140741.342500', '140741.802500', '140742.262500', '140742.722500', '140743.182500', '140743.642500', '140744.102500', '140744.562500', '140745.022500', '140745.482500', '140745.942500', '140746.402500', '140746.862500', '140747.322500', '140747.782500', '140748.242500', '140748.702500', '140749.162500', '140749.622500', '140750.082500', '140750.542500', '140751.002500', '140751.462500', '140751.922500', '140752.382500', '140752.842500', '140753.302500', '140753.762500', '140754.222500', '140754.682500', '140755.142500', '140755.602500', '140756.062500', '140756.522500', '140756.982500', '140757.442500', '140757.902500', '140758.362500', '140758.822500', '140759.282500', '140759.742500', '140800.202500', '140800.662500', '140801.122500', '140801.582500', '140802.042500', '140802.502500', '140802.962500', '140803.422500', '140803.882500', '140804.342500', '140804.802500', '140805.262500', '140805.722500', '140806.182500', '140806.642500', '140807.102500', '140807.562500', '140808.022500', '140808.482500', '140808.942500', '140809.402500', '140809.862500', '140810.322500', '140810.782500', '140811.242500', '140811.702500', '140812.162500', '140812.622500', '140813.082500', '140813.542500', '140814.002500', '140814.462500', '140814.922500', '140815.382500', '140815.842500', '140816.302500', '140816.762500', '140817.222500', '140817.682500', '140818.142500', '140818.602500', '140819.062500', '140819.522500', '140819.982500', '140820.442500', '140820.902500', '140821.362500', '140821.822500', '140822.282500', '140822.742500', '140823.202500', '140823.662500', '140824.122500', '140824.582500', '140825.042500', '140825.502500', '140825.962500', '140826.422500', '140826.882500', '140827.342500', '140827.802500', '140828.262500', '140828.722500', '140829.182500', '140829.642500', '140830.102500', '140830.562500', '140831.022500', '140831.482500', '140831.942500', '140832.402500', '140832.862500', '140833.322500', '140833.782500', '140834.242500', '140834.702500', '140835.162500', '140835.622500', '140836.082500', '140836.542500', '140837.002500', '140837.462500', '140837.922500', '140838.382500', '140838.842500', '140839.302500', '140839.762500', '140840.222500', '140840.682500', '140841.142500', '140841.602500', '140842.062500', '140842.522500', '140842.982500', '140843.442500', '140843.902500', '140844.362500', '140844.822500', '140845.282500', '140845.742500', '140846.202500', '140846.662500', '140847.122500', '140847.582500', '140848.042500', '140848.502500', '140848.962500', '140849.422500', '140849.882500', '140850.342500', '140850.802500', '140851.262500', '140851.722500', '140852.182500', '140852.642500', '140853.102500', '140853.562500', '140854.022500', '140854.482500', '140854.942500', '140855.402500', '140855.862500', '140856.322500', '140856.782500', '140857.242500', '140857.702500', '140858.162500', '140858.622500', '140859.082500', '140859.542500', '140900.002500', '140900.462500', '140900.922500', '140901.382500', '140901.842500', '140902.302500', '140902.762500', '140903.222500', '140903.682500', '140904.142500', '140904.602500', '140905.062500', '140905.522500', '140905.982500', '140906.442500', '140906.902500', '140907.362500', '140907.822500', '140908.282500', '140908.742500', '140909.202500', '140909.662500', '140910.122500', '140910.582500', '140911.042500', '140911.502500', '140911.962500', '140912.422500', '140912.882500', '140913.342500', '140913.802500', '140914.262500', '140914.722500', '140915.182500', '140915.642500', '140916.102500', '140916.562500', '140917.022500', '140917.482500', '140917.942500', '140918.402500', '140918.862500', '140919.322500', '140919.782500', '140920.242500', '140920.702500', '140921.162500', '140921.622500', '140922.082500', '140922.542500', '140923.002500', '140923.462500', '140923.922500', '140924.382500', '140924.842500', '140925.302500', '140925.762500', '140926.222500', '140926.682500', '140927.142500', '140927.602500', '140928.062500', '140928.522500', '140928.982500', '140929.442500', '140929.902500', '140930.362500', '140930.822500', '140931.282500', '140931.742500', '140932.202500', '140932.662500', '140933.122500', '140933.582500', '140934.042500', '140934.502500', '140934.962500', '140935.422500', '140935.882500', '140936.342500', '140936.802500', '140937.262500', '140937.722500', '140938.182500', '140938.642500', '140939.102500', '140939.562500', '140940.022500', '140940.482500', '140940.942500', '140941.402500', '140941.862500', '140942.322500', '140942.782500', '140943.242500', '140943.702500', '140944.162500', '140944.622500', '140945.082500', '140945.542500', '140946.002500', '140946.462500', '140946.922500', '140947.382500', '140947.842500', '140948.302500', '140948.762500', '140949.222500', '140949.682500', '140950.142500', '140950.602500', '140951.062500', '140951.522500', '140951.982500', '140952.442500', '140952.902500', '140953.362500', '140953.822500', '140954.282500', '140954.742500', '140955.202500', '140955.662500', '140956.122500', '140956.582500', '140957.042500', '140957.502500', '140957.962500', '140958.422500', '140958.882500', '140959.342500', '140959.802500', '141000.262500', '141000.722500', '141001.182500', '141001.642500', '141002.102500', '141002.562500', '141003.022500', '141003.482500', '141003.942500', '141004.402500', '141004.862500', '141005.322500', '141005.782500', '141006.242500', '141006.702500', '141007.162500', '141007.622500', '141008.082500', '141008.542500', '141009.002500', '141009.462500', '141009.922500', '141010.382500', '141010.842500', '141011.302500', '141011.762500', '141012.222500', '141012.682500', '141013.142500', '141013.602500', '141014.062500', '141014.522500', '141014.982500', '141015.442500', '141015.902500', '141016.362500', '141016.822500', '141017.282500', '141017.742500', '141018.202500', '141018.662500', '141019.122500', '141019.582500', '141020.042500', '141020.502500', '141020.962500', '141021.422500', '141021.882500', '141022.342500', '141022.802500', '141023.262500', '141023.722500', '141024.182500', '141024.642500', '141025.102500', '141025.562500', '141026.022500', '141026.482500', '141026.942500', '141027.402500', '141027.862500', '141028.322500', '141028.782500', '141029.242500', '141029.702500', '141030.162500', '141030.622500', '141031.082500', '141031.542500', '141032.002500', '141032.462500', '141032.922500', '141033.382500', '141033.842500', '141034.302500', '141034.762500', '141035.222500', '141035.682500', '141036.142500', '141036.602500', '141037.062500', '141037.522500', '141037.982500', '141038.442500', '141038.902500', '141039.362500', '141039.822500', '141040.282500', '141040.742500', '141041.202500', '141041.662500', '141042.122500', '141042.582500', '141043.042500', '141043.502500', '141043.962500', '141044.422500', '141044.882500', '141045.342500', '141045.802500', '141046.262500', '141046.722500', '141047.182500', '141047.642500', '141048.102500', '141048.562500', '141049.022500', '141049.482500', '141049.942500', '141050.402500', '141050.862500', '141051.322500', '141051.782500', '141052.242500', '141052.702500', '141053.162500', '141053.622500', '141054.082500', '141054.542500', '141055.002500', '141055.462500', '141055.922500', '141056.382500', '141056.842500', '141057.302500', '141057.762500', '141058.222500', '141058.682500', '141059.142500', '141059.602500', '141100.062500', '141100.522500', '141100.982500', '141101.442500', '141101.902500', '141102.362500', '141102.822500', '141103.282500', '141103.742500', '141104.202500', '141104.662500', '141105.122500', '141105.582500', '141106.042500', '141106.502500', '141106.962500', '141107.422500', '141107.882500', '141108.342500', '141108.802500', '141109.262500', '141109.722500', '141110.182500', '141110.642500', '141111.102500', '141111.562500', '141112.022500', '141112.482500', '141112.942500', '141113.402500', '141113.862500', '141114.322500', '141114.782500', '141115.242500', '141115.702500', '141116.162500', '141116.622500', '141117.082500', '141117.542500', '141118.002500', '141118.462500', '141118.922500', '141119.382500', '141119.842500', '141120.302500', '141120.762500', '141121.222500', '141121.682500', '141122.142500', '141122.602500', '141123.062500', '141123.522500', '141123.982500', '141124.442500', '141124.902500', '141125.362500', '141125.822500', '141126.282500', '141126.742500', '141127.202500', '141127.662500', '141128.122500', '141128.582500', '141129.042500', '141129.502500', '141129.962500', '141130.422500', '141130.882500', '141131.342500', '141131.802500', '141132.262500', '141132.722500', '141133.182500', '141133.642500', '141134.102500', '141134.562500', '141135.022500', '141135.482500', '141135.942500', '141136.402500', '141136.862500', '141137.322500', '141137.782500', '141138.242500', '141138.702500', '141139.162500', '141139.622500', '141140.082500', '141140.542500', '141141.002500', '141141.462500', '141141.922500', '141142.382500', '141142.842500', '141143.302500', '141143.762500', '141144.222500', '141144.682500', '141145.142500', '141145.602500', '141146.062500', '141146.522500', '141146.982500', '141147.442500', '141147.902500', '141148.362500', '141148.822500', '141149.282500', '141149.742500', '141150.202500', '141150.662500', '141151.122500', '141151.582500', '141152.042500', '141152.502500', '141152.962500', '141153.422500', '141153.882500', '141154.342500', '141154.802500', '141155.262500', '141155.722500', '141156.182500', '141156.642500', '141157.102500', '141157.562500', '141158.022500', '141158.482500', '141158.942500', '141159.402500', '141159.862500', '141200.322500', '141200.782500', '141201.242500', '141201.702500', '141202.162500', '141202.622500', '141203.082500', '141203.542500', '141204.002500', '141204.462500', '141204.922500', '141205.382500', '141205.842500', '141206.302500', '141206.762500', '141207.222500', '141207.682500', '141208.142500', '141208.602500', '141209.062500', '141209.522500', '141209.982500', '141210.442500', '141210.902500', '141211.362500', '141211.822500', '141212.282500', '141212.742500', '141213.202500', '141213.662500', '141214.122500', '141214.582500', '141215.042500', '141215.502500', '141215.962500', '141216.422500', '141216.882500', '141217.342500', '141217.802500', '141218.262500', '141218.722500', '141219.182500', '141219.642500', '141220.102500', '141220.562500', '141221.022500', '141221.482500', '141221.942500', '141222.402500', '141222.862500', '141223.322500', '141223.782500'], 'ContentTime': ['140547.134000', '140547.137000', '140547.140000', '140547.143000', '140547.146000', '140547.149000', '140547.152000', '140547.162000', '140547.165000', '140547.168000', '140547.171000', '140547.173000', '140547.176000', '140547.179000', '140547.182000', '140547.185000', '140547.188000', '140547.190000', '140547.194000', '140547.198000', '140547.201000', '140547.204000', '140547.207000', '140547.209000', '140547.212000', '140547.215000', '140547.218000', '140547.221000', '140547.224000', '140547.227000', '140547.230000', '140547.232000', '140547.235000', '140547.238000', '140547.241000', '140547.244000', '140547.253000', '140547.255000', '140547.259000', '140547.261000', '140547.264000', '140547.267000', '140547.270000', '140547.273000', '140547.276000', '140547.280000', '140547.282000', '140547.285000', '140607.106000', '140607.115000', '140607.118000', '140607.121000', '140607.124000', '140607.127000', '140607.129000', '140607.132000', '140607.135000', '140607.138000', '140607.141000', '140607.144000', '140607.146000', '140607.149000', '140607.152000', '140607.155000', '140607.158000', '140607.161000', '140607.163000', '140607.166000', '140607.169000', '140607.172000', '140607.175000', '140607.178000', '140607.180000', '140607.183000', '140607.186000', '140607.189000', '140607.192000', '140607.195000', '140607.197000', '140607.200000', '140607.203000', '140607.206000', '140607.209000', '140607.211000', '140607.214000', '140607.217000', '140607.220000', '140607.223000', '140607.232000', '140607.235000', '140607.238000', '140607.240000', '140627.107000', '140627.110000', '140627.112000', '140627.116000', '140627.118000', '140627.121000', '140627.124000', '140627.127000', '140627.130000', '140627.133000', '140627.135000', '140627.138000', '140627.141000', '140627.144000', '140627.147000', '140627.150000', '140627.152000', '140627.155000', '140627.158000', '140627.161000', '140627.164000', '140627.167000', '140627.169000', '140627.172000', '140627.175000', '140627.178000', '140627.180000', '140627.183000', '140627.186000', '140627.189000', '140627.192000', '140627.195000', '140627.197000', '140627.200000', '140627.213000', '140627.216000', '140627.219000', '140627.228000', '140627.231000', '140627.234000', '140627.236000', '140627.239000', '140627.242000', '140647.107000', '140647.110000', '140647.112000', '140647.115000', '140647.118000', '140647.121000', '140647.124000', '140647.127000', '140647.130000', '140647.132000', '140647.135000', '140647.138000', '140647.141000', '140647.144000', '140647.147000', '140647.149000', '140647.152000', '140647.155000', '140647.158000', '140647.161000', '140647.164000', '140647.167000', '140647.169000', '140647.172000', '140647.175000', '140647.178000', '140647.181000', '140647.183000', '140647.186000', '140647.189000', '140647.192000', '140647.195000', '140647.198000', '140647.201000', '140647.203000', '140647.206000', '140647.209000', '140647.212000', '140647.215000', '140647.218000', '140647.221000', '140647.224000', '140647.226000', '140647.229000', '140707.107000', '140707.110000', '140707.113000', '140707.116000', '140707.119000', '140707.122000', '140707.125000', '140707.127000', '140707.130000', '140707.133000', '140707.136000', '140707.139000', '140707.142000', '140707.144000', '140707.147000', '140707.150000', '140707.153000', '140707.161000', '140707.164000', '140707.167000', '140707.170000', '140707.173000', '140707.176000', '140707.179000', '140707.181000', '140707.184000', '140707.187000', '140707.190000', '140707.193000', '140707.196000', '140707.199000', '140707.201000', '140707.204000', '140707.207000', '140707.210000', '140707.213000', '140707.216000', '140707.218000', '140707.221000', '140707.224000', '140707.227000', '140707.230000', '140707.233000', '140727.106000', '140727.109000', '140727.112000', '140727.115000', '140727.118000', '140727.121000', '140727.124000', '140727.127000', '140727.130000', '140727.133000', '140727.135000', '140727.138000', '140727.141000', '140727.144000', '140727.153000', '140727.156000', '140727.159000', '140727.161000', '140727.164000', '140727.167000', '140727.170000', '140727.173000', '140727.176000', '140727.184000', '140727.186000', '140727.189000', '140727.192000', '140727.195000', '140727.198000', '140727.201000', '140727.204000', '140727.206000', '140727.209000', '140727.212000', '140727.215000', '140727.218000', '140727.221000', '140727.224000', '140727.226000', '140727.230000', '140727.232000', '140727.235000', '140727.238000', '140747.106000', '140747.109000', '140747.112000', '140747.115000', '140747.118000', '140747.120000', '140747.123000', '140747.126000', '140747.129000', '140747.132000', '140747.135000', '140747.138000', '140747.141000', '140747.143000', '140747.146000', '140747.149000', '140747.152000', '140747.155000', '140747.158000', '140747.161000', '140747.163000', '140747.166000', '140747.169000', '140747.172000', '140747.175000', '140747.177000', '140747.180000', '140747.183000', '140747.186000', '140747.189000', '140747.192000', '140747.195000', '140747.197000', '140747.200000', '140747.203000', '140747.206000', '140747.209000', '140747.212000', '140747.215000', '140747.218000', '140747.220000', '140747.223000', '140747.226000', '140747.229000', '140807.106000', '140807.109000', '140807.112000', '140807.115000', '140807.118000', '140807.121000', '140807.124000', '140807.126000', '140807.129000', '140807.132000', '140807.135000', '140807.138000', '140807.142000', '140807.145000', '140807.148000', '140807.151000', '140807.154000', '140807.157000', '140807.160000', '140807.163000', '140807.166000', '140807.168000', '140807.171000', '140807.174000', '140807.177000', '140807.180000', '140807.183000', '140807.186000', '140807.188000', '140807.191000', '140807.202000', '140807.205000', '140807.208000', '140807.210000', '140807.213000', '140807.216000', '140807.219000', '140807.222000', '140807.225000', '140807.228000', '140807.230000', '140807.233000', '140807.236000', '140827.106000', '140827.109000', '140827.112000', '140827.115000', '140827.118000', '140827.121000', '140827.123000', '140827.126000', '140827.129000', '140827.132000', '140827.135000', '140827.138000', '140827.141000', '140827.144000', '140827.146000', '140827.149000', '140827.152000', '140827.155000', '140827.158000', '140827.161000', '140827.164000', '140827.167000', '140827.169000', '140827.172000', '140827.175000', '140827.178000', '140827.181000', '140827.184000', '140827.187000', '140827.190000', '140827.192000', '140827.195000', '140827.198000', '140827.201000', '140827.204000', '140827.207000', '140827.209000', '140827.212000', '140827.215000', '140827.218000', '140827.221000', '140827.224000', '140827.227000', '140827.229000', '140847.107000', '140847.110000', '140847.113000', '140847.116000', '140847.119000', '140847.121000', '140847.125000', '140847.129000', '140847.132000', '140847.135000', '140847.138000', '140847.141000', '140847.143000', '140847.146000', '140847.149000', '140847.152000', '140847.155000', '140847.158000', '140847.161000', '140847.164000', '140847.166000', '140847.169000', '140847.172000', '140847.175000', '140847.178000', '140847.181000', '140847.184000', '140847.186000', '140847.189000', '140847.192000', '140847.195000', '140847.198000', '140847.201000', '140847.204000', '140847.207000', '140847.209000', '140847.212000', '140847.215000', '140847.218000', '140847.221000', '140847.224000', '140847.227000', '140847.230000', '140907.107000', '140907.110000', '140907.113000', '140907.116000', '140907.119000', '140907.122000', '140907.124000', '140907.127000', '140907.130000', '140907.133000', '140907.136000', '140907.139000', '140907.142000', '140907.144000', '140907.147000', '140907.150000', '140907.153000', '140907.156000', '140907.159000', '140907.161000', '140907.164000', '140907.167000', '140907.170000', '140907.173000', '140907.176000', '140907.179000', '140907.181000', '140907.184000', '140907.187000', '140907.190000', '140907.193000', '140907.196000', '140907.199000', '140907.202000', '140907.204000', '140907.207000', '140907.210000', '140907.213000', '140907.216000', '140907.219000', '140907.222000', '140907.224000', '140907.227000', '140907.230000', '140927.107000', '140927.110000', '140927.113000', '140927.116000', '140927.119000', '140927.122000', '140927.125000', '140927.127000', '140927.130000', '140927.133000', '140927.136000', '140927.139000', '140927.142000', '140927.145000', '140927.148000', '140927.151000', '140927.154000', '140927.157000', '140927.160000', '140927.163000', '140927.166000', '140927.168000', '140927.171000', '140927.174000', '140927.177000', '140927.180000', '140927.183000', '140927.186000', '140927.189000', '140927.192000', '140927.194000', '140927.197000', '140927.200000', '140927.203000', '140927.206000', '140927.209000', '140927.212000', '140927.214000', '140927.217000', '140927.220000', '140927.223000', '140927.226000', '140927.229000', '140947.106000', '140947.109000', '140947.112000', '140947.115000', '140947.118000', '140947.120000', '140947.123000', '140947.126000', '140947.129000', '140947.132000', '140947.135000', '140947.138000', '140947.141000', '140947.143000', '140947.146000', '140947.149000', '140947.152000', '140947.155000', '140947.158000', '140947.161000', '140947.163000', '140947.166000', '140947.169000', '140947.172000', '140947.175000', '140947.178000', '140947.180000', '140947.184000', '140947.186000', '140947.189000', '140947.192000', '140947.195000', '140947.198000', '140947.201000', '140947.204000', '140947.207000', '140947.209000', '140947.212000', '140947.215000', '140947.218000', '140947.221000', '140947.224000', '140947.227000', '140947.229000', '141007.106000', '141007.109000', '141007.112000', '141007.115000', '141007.118000', '141007.121000', '141007.124000', '141007.126000', '141007.129000', '141007.132000', '141007.135000', '141007.138000', '141007.141000', '141007.144000', '141007.147000', '141007.149000', '141007.152000', '141007.155000', '141007.158000', '141007.161000', '141007.164000', '141007.167000', '141007.170000', '141007.172000', '141007.176000', '141007.179000', '141007.181000', '141007.185000', '141007.187000', '141007.190000', '141007.193000', '141007.196000', '141007.199000', '141007.202000', '141007.204000', '141007.207000', '141007.210000', '141007.213000', '141007.216000', '141007.219000', '141007.222000', '141007.225000', '141007.227000', '141027.106000', '141027.109000', '141027.112000', '141027.115000', '141027.118000', '141027.121000', '141027.124000', '141027.126000', '141027.129000', '141027.132000', '141027.135000', '141027.138000', '141027.141000', '141027.144000', '141027.147000', '141027.149000', '141027.152000', '141027.155000', '141027.165000', '141027.167000', '141027.170000', '141027.173000', '141027.176000', '141027.179000', '141027.182000', '141027.185000', '141027.188000', '141027.190000', '141027.193000', '141027.196000', '141027.199000', '141027.202000', '141027.205000', '141027.208000', '141027.211000', '141027.213000', '141027.216000', '141027.219000', '141027.222000', '141027.225000', '141027.228000', '141027.231000', '141027.233000', '141027.236000', '141047.106000', '141047.110000', '141047.113000', '141047.116000', '141047.119000', '141047.122000', '141047.125000', '141047.127000', '141047.131000', '141047.133000', '141047.136000', '141047.139000', '141047.142000', '141047.145000', '141047.148000', '141047.151000', '141047.154000', '141047.157000', '141047.159000', '141047.162000', '141047.166000', '141047.168000', '141047.171000', '141047.175000', '141047.178000', '141047.180000', '141047.183000', '141047.186000', '141047.189000', '141047.192000', '141047.195000', '141047.198000', '141047.200000', '141047.203000', '141047.206000', '141047.209000', '141047.212000', '141047.215000', '141047.218000', '141047.221000', '141047.223000', '141047.226000', '141047.229000', '141107.107000', '141107.110000', '141107.113000', '141107.116000', '141107.119000', '141107.122000', '141107.124000', '141107.127000', '141107.130000', '141107.193000', '141107.196000', '141107.199000', '141107.202000', '141107.211000', '141107.213000', '141107.216000', '141107.219000', '141107.222000', '141107.225000', '141107.228000', '141107.231000', '141107.234000', '141107.237000', '141107.253000', '141107.256000', '141107.259000', '141107.261000', '141107.264000', '141107.267000', '141107.270000', '141107.273000', '141107.276000', '141107.279000', '141107.282000', '141107.284000', '141107.287000', '141107.290000', '141107.293000', '141107.296000', '141107.299000', '141107.302000', '141107.305000', '141107.307000', '141107.310000', '141127.107000', '141127.110000', '141127.113000', '141127.116000', '141127.119000', '141127.121000', '141127.124000', '141127.127000', '141127.130000', '141127.133000', '141127.136000', '141127.139000', '141127.142000', '141127.144000', '141127.147000', '141127.150000', '141127.153000', '141127.156000', '141127.159000', '141127.162000', '141127.164000', '141127.167000', '141127.170000', '141127.173000', '141127.176000', '141127.179000', '141127.182000', '141127.185000', '141127.187000', '141127.190000', '141127.194000', '141127.198000', '141127.201000', '141127.204000', '141127.207000', '141127.210000', '141127.212000', '141127.215000', '141127.218000', '141127.221000', '141127.225000', '141127.228000', '141127.231000', '141147.107000', '141147.110000', '141147.113000', '141147.115000', '141147.118000', '141147.121000', '141147.124000', '141147.127000', '141147.130000', '141147.133000', '141147.136000', '141147.138000', '141147.141000', '141147.144000', '141147.147000', '141147.150000', '141147.153000', '141147.156000', '141147.158000', '141147.161000', '141147.164000', '141147.167000', '141147.170000', '141147.173000', '141147.176000', '141147.178000', '141147.181000', '141147.184000', '141147.187000', '141147.190000', '141147.192000', '141147.195000', '141147.198000', '141147.201000', '141147.204000', '141147.207000', '141147.210000', '141147.213000', '141147.215000', '141147.218000', '141147.221000', '141147.224000', '141147.227000', '141147.230000', '141207.106000', '141207.109000', '141207.112000', '141207.115000', '141207.118000', '141207.121000', '141207.124000', '141207.126000', '141207.129000', '141207.132000', '141207.135000', '141207.138000', '141207.141000', '141207.144000', '141207.147000', '141207.151000', '141207.153000', '141207.156000', '141207.159000', '141207.162000', '141207.165000', '141207.168000', '141207.171000', '141207.174000', '141207.177000', '141207.179000', '141207.182000', '141207.185000', '141207.188000', '141207.191000', '141207.194000', '141207.196000', '141207.199000', '141207.203000', '141207.206000', '141207.209000', '141207.211000', '141207.214000', '141207.217000', '141207.220000', '141207.223000', '141207.227000', '141207.229000', '141225.202000', '141225.206000', '141225.209000', '141225.213000', '141225.216000', '141225.219000', '141225.222000', '141225.226000', '141225.229000', '141225.236000', '141225.239000', '141225.242000', '141225.245000', '141225.248000', '141225.251000', '141225.254000', '141225.258000', '141225.261000', '141225.264000', '141225.277000', '141225.280000', '141225.283000', '141225.286000', '141225.289000', '141225.292000', '141225.295000', '141225.298000', '141225.301000', '141225.303000', '141225.306000', '141225.309000', '141225.312000', '141225.315000', '141225.318000', '141225.321000', '141225.325000', '141225.327000', '141225.330000', '141225.333000', '141225.336000'], 'InstanceCreationTime': ['140547.134000', '140547.137000', '140547.140000', '140547.143000', '140547.146000', '140547.149000', '140547.152000', '140547.162000', '140547.165000', '140547.168000', '140547.171000', '140547.173000', '140547.176000', '140547.179000', '140547.182000', '140547.185000', '140547.188000', '140547.190000', '140547.194000', '140547.198000', '140547.201000', '140547.204000', '140547.207000', '140547.209000', '140547.212000', '140547.215000', '140547.218000', '140547.221000', '140547.224000', '140547.227000', '140547.230000', '140547.232000', '140547.235000', '140547.238000', '140547.241000', '140547.244000', '140547.253000', '140547.255000', '140547.259000', '140547.261000', '140547.264000', '140547.267000', '140547.270000', '140547.273000', '140547.276000', '140547.280000', '140547.282000', '140547.285000', '140607.106000', '140607.115000', '140607.118000', '140607.121000', '140607.124000', '140607.127000', '140607.129000', '140607.132000', '140607.135000', '140607.138000', '140607.141000', '140607.144000', '140607.146000', '140607.149000', '140607.152000', '140607.155000', '140607.158000', '140607.161000', '140607.163000', '140607.166000', '140607.169000', '140607.172000', '140607.175000', '140607.178000', '140607.180000', '140607.183000', '140607.186000', '140607.189000', '140607.192000', '140607.195000', '140607.197000', '140607.200000', '140607.203000', '140607.206000', '140607.209000', '140607.211000', '140607.214000', '140607.217000', '140607.220000', '140607.223000', '140607.232000', '140607.235000', '140607.238000', '140607.240000', '140627.107000', '140627.110000', '140627.112000', '140627.116000', '140627.118000', '140627.121000', '140627.124000', '140627.127000', '140627.130000', '140627.133000', '140627.135000', '140627.138000', '140627.141000', '140627.144000', '140627.147000', '140627.150000', '140627.152000', '140627.155000', '140627.158000', '140627.161000', '140627.164000', '140627.167000', '140627.169000', '140627.172000', '140627.175000', '140627.178000', '140627.180000', '140627.183000', '140627.186000', '140627.189000', '140627.192000', '140627.195000', '140627.197000', '140627.200000', '140627.213000', '140627.216000', '140627.219000', '140627.228000', '140627.231000', '140627.234000', '140627.236000', '140627.239000', '140627.242000', '140647.107000', '140647.110000', '140647.112000', '140647.115000', '140647.118000', '140647.121000', '140647.124000', '140647.127000', '140647.130000', '140647.132000', '140647.135000', '140647.138000', '140647.141000', '140647.144000', '140647.147000', '140647.149000', '140647.152000', '140647.155000', '140647.158000', '140647.161000', '140647.164000', '140647.167000', '140647.169000', '140647.172000', '140647.175000', '140647.178000', '140647.181000', '140647.183000', '140647.186000', '140647.189000', '140647.192000', '140647.195000', '140647.198000', '140647.201000', '140647.203000', '140647.206000', '140647.209000', '140647.212000', '140647.215000', '140647.218000', '140647.221000', '140647.224000', '140647.226000', '140647.229000', '140707.107000', '140707.110000', '140707.113000', '140707.116000', '140707.119000', '140707.122000', '140707.125000', '140707.127000', '140707.130000', '140707.133000', '140707.136000', '140707.139000', '140707.142000', '140707.144000', '140707.147000', '140707.150000', '140707.153000', '140707.161000', '140707.164000', '140707.167000', '140707.170000', '140707.173000', '140707.176000', '140707.179000', '140707.181000', '140707.184000', '140707.187000', '140707.190000', '140707.193000', '140707.196000', '140707.199000', '140707.201000', '140707.204000', '140707.207000', '140707.210000', '140707.213000', '140707.216000', '140707.218000', '140707.221000', '140707.224000', '140707.227000', '140707.230000', '140707.233000', '140727.106000', '140727.109000', '140727.112000', '140727.115000', '140727.118000', '140727.121000', '140727.124000', '140727.127000', '140727.130000', '140727.133000', '140727.135000', '140727.138000', '140727.141000', '140727.144000', '140727.153000', '140727.156000', '140727.159000', '140727.161000', '140727.164000', '140727.167000', '140727.170000', '140727.173000', '140727.176000', '140727.184000', '140727.186000', '140727.189000', '140727.192000', '140727.195000', '140727.198000', '140727.201000', '140727.204000', '140727.206000', '140727.209000', '140727.212000', '140727.215000', '140727.218000', '140727.221000', '140727.224000', '140727.226000', '140727.230000', '140727.232000', '140727.235000', '140727.238000', '140747.106000', '140747.109000', '140747.112000', '140747.115000', '140747.118000', '140747.120000', '140747.123000', '140747.126000', '140747.129000', '140747.132000', '140747.135000', '140747.138000', '140747.141000', '140747.143000', '140747.146000', '140747.149000', '140747.152000', '140747.155000', '140747.158000', '140747.161000', '140747.163000', '140747.166000', '140747.169000', '140747.172000', '140747.175000', '140747.177000', '140747.180000', '140747.183000', '140747.186000', '140747.189000', '140747.192000', '140747.195000', '140747.197000', '140747.200000', '140747.203000', '140747.206000', '140747.209000', '140747.212000', '140747.215000', '140747.218000', '140747.220000', '140747.223000', '140747.226000', '140747.229000', '140807.106000', '140807.109000', '140807.112000', '140807.115000', '140807.118000', '140807.121000', '140807.124000', '140807.126000', '140807.129000', '140807.132000', '140807.135000', '140807.138000', '140807.142000', '140807.145000', '140807.148000', '140807.151000', '140807.154000', '140807.157000', '140807.160000', '140807.163000', '140807.166000', '140807.168000', '140807.171000', '140807.174000', '140807.177000', '140807.180000', '140807.183000', '140807.186000', '140807.188000', '140807.191000', '140807.202000', '140807.205000', '140807.208000', '140807.210000', '140807.213000', '140807.216000', '140807.219000', '140807.222000', '140807.225000', '140807.228000', '140807.230000', '140807.233000', '140807.236000', '140827.106000', '140827.109000', '140827.112000', '140827.115000', '140827.118000', '140827.121000', '140827.123000', '140827.126000', '140827.129000', '140827.132000', '140827.135000', '140827.138000', '140827.141000', '140827.144000', '140827.146000', '140827.149000', '140827.152000', '140827.155000', '140827.158000', '140827.161000', '140827.164000', '140827.167000', '140827.169000', '140827.172000', '140827.175000', '140827.178000', '140827.181000', '140827.184000', '140827.187000', '140827.190000', '140827.192000', '140827.195000', '140827.198000', '140827.201000', '140827.204000', '140827.207000', '140827.209000', '140827.212000', '140827.215000', '140827.218000', '140827.221000', '140827.224000', '140827.227000', '140827.229000', '140847.107000', '140847.110000', '140847.113000', '140847.116000', '140847.119000', '140847.121000', '140847.125000', '140847.129000', '140847.132000', '140847.135000', '140847.138000', '140847.141000', '140847.143000', '140847.146000', '140847.149000', '140847.152000', '140847.155000', '140847.158000', '140847.161000', '140847.164000', '140847.166000', '140847.169000', '140847.172000', '140847.175000', '140847.178000', '140847.181000', '140847.184000', '140847.186000', '140847.189000', '140847.192000', '140847.195000', '140847.198000', '140847.201000', '140847.204000', '140847.207000', '140847.209000', '140847.212000', '140847.215000', '140847.218000', '140847.221000', '140847.224000', '140847.227000', '140847.230000', '140907.107000', '140907.110000', '140907.113000', '140907.116000', '140907.119000', '140907.122000', '140907.124000', '140907.127000', '140907.130000', '140907.133000', '140907.136000', '140907.139000', '140907.142000', '140907.144000', '140907.147000', '140907.150000', '140907.153000', '140907.156000', '140907.159000', '140907.161000', '140907.164000', '140907.167000', '140907.170000', '140907.173000', '140907.176000', '140907.179000', '140907.181000', '140907.184000', '140907.187000', '140907.190000', '140907.193000', '140907.196000', '140907.199000', '140907.202000', '140907.204000', '140907.207000', '140907.210000', '140907.213000', '140907.216000', '140907.219000', '140907.222000', '140907.224000', '140907.227000', '140907.230000', '140927.107000', '140927.110000', '140927.113000', '140927.116000', '140927.119000', '140927.122000', '140927.125000', '140927.127000', '140927.130000', '140927.133000', '140927.136000', '140927.139000', '140927.142000', '140927.145000', '140927.148000', '140927.151000', '140927.154000', '140927.157000', '140927.160000', '140927.163000', '140927.166000', '140927.168000', '140927.171000', '140927.174000', '140927.177000', '140927.180000', '140927.183000', '140927.186000', '140927.189000', '140927.192000', '140927.194000', '140927.197000', '140927.200000', '140927.203000', '140927.206000', '140927.209000', '140927.212000', '140927.214000', '140927.217000', '140927.220000', '140927.223000', '140927.226000', '140927.229000', '140947.106000', '140947.109000', '140947.112000', '140947.115000', '140947.118000', '140947.120000', '140947.123000', '140947.126000', '140947.129000', '140947.132000', '140947.135000', '140947.138000', '140947.141000', '140947.143000', '140947.146000', '140947.149000', '140947.152000', '140947.155000', '140947.158000', '140947.161000', '140947.163000', '140947.166000', '140947.169000', '140947.172000', '140947.175000', '140947.178000', '140947.180000', '140947.184000', '140947.186000', '140947.189000', '140947.192000', '140947.195000', '140947.198000', '140947.201000', '140947.204000', '140947.207000', '140947.209000', '140947.212000', '140947.215000', '140947.218000', '140947.221000', '140947.224000', '140947.227000', '140947.229000', '141007.106000', '141007.109000', '141007.112000', '141007.115000', '141007.118000', '141007.121000', '141007.124000', '141007.126000', '141007.129000', '141007.132000', '141007.135000', '141007.138000', '141007.141000', '141007.144000', '141007.147000', '141007.149000', '141007.152000', '141007.155000', '141007.158000', '141007.161000', '141007.164000', '141007.167000', '141007.170000', '141007.172000', '141007.176000', '141007.179000', '141007.181000', '141007.185000', '141007.187000', '141007.190000', '141007.193000', '141007.196000', '141007.199000', '141007.202000', '141007.204000', '141007.207000', '141007.210000', '141007.213000', '141007.216000', '141007.219000', '141007.222000', '141007.225000', '141007.227000', '141027.106000', '141027.109000', '141027.112000', '141027.115000', '141027.118000', '141027.121000', '141027.124000', '141027.126000', '141027.129000', '141027.132000', '141027.135000', '141027.138000', '141027.141000', '141027.144000', '141027.147000', '141027.149000', '141027.152000', '141027.155000', '141027.165000', '141027.167000', '141027.170000', '141027.173000', '141027.176000', '141027.179000', '141027.182000', '141027.185000', '141027.188000', '141027.190000', '141027.193000', '141027.196000', '141027.199000', '141027.202000', '141027.205000', '141027.208000', '141027.211000', '141027.213000', '141027.216000', '141027.219000', '141027.222000', '141027.225000', '141027.228000', '141027.231000', '141027.233000', '141027.236000', '141047.106000', '141047.110000', '141047.113000', '141047.116000', '141047.119000', '141047.122000', '141047.125000', '141047.127000', '141047.131000', '141047.133000', '141047.136000', '141047.139000', '141047.142000', '141047.145000', '141047.148000', '141047.151000', '141047.154000', '141047.157000', '141047.159000', '141047.162000', '141047.166000', '141047.168000', '141047.171000', '141047.175000', '141047.178000', '141047.180000', '141047.183000', '141047.186000', '141047.189000', '141047.192000', '141047.195000', '141047.198000', '141047.200000', '141047.203000', '141047.206000', '141047.209000', '141047.212000', '141047.215000', '141047.218000', '141047.221000', '141047.223000', '141047.226000', '141047.229000', '141107.107000', '141107.110000', '141107.113000', '141107.116000', '141107.119000', '141107.122000', '141107.124000', '141107.127000', '141107.130000', '141107.193000', '141107.196000', '141107.199000', '141107.202000', '141107.211000', '141107.213000', '141107.216000', '141107.219000', '141107.222000', '141107.225000', '141107.228000', '141107.231000', '141107.234000', '141107.237000', '141107.253000', '141107.256000', '141107.259000', '141107.261000', '141107.264000', '141107.267000', '141107.270000', '141107.273000', '141107.276000', '141107.279000', '141107.282000', '141107.284000', '141107.287000', '141107.290000', '141107.293000', '141107.296000', '141107.299000', '141107.302000', '141107.305000', '141107.307000', '141107.310000', '141127.107000', '141127.110000', '141127.113000', '141127.116000', '141127.119000', '141127.121000', '141127.124000', '141127.127000', '141127.130000', '141127.133000', '141127.136000', '141127.139000', '141127.142000', '141127.144000', '141127.147000', '141127.150000', '141127.153000', '141127.156000', '141127.159000', '141127.162000', '141127.164000', '141127.167000', '141127.170000', '141127.173000', '141127.176000', '141127.179000', '141127.182000', '141127.185000', '141127.187000', '141127.190000', '141127.194000', '141127.198000', '141127.201000', '141127.204000', '141127.207000', '141127.210000', '141127.212000', '141127.215000', '141127.218000', '141127.221000', '141127.225000', '141127.228000', '141127.231000', '141147.107000', '141147.110000', '141147.113000', '141147.115000', '141147.118000', '141147.121000', '141147.124000', '141147.127000', '141147.130000', '141147.133000', '141147.136000', '141147.138000', '141147.141000', '141147.144000', '141147.147000', '141147.150000', '141147.153000', '141147.156000', '141147.158000', '141147.161000', '141147.164000', '141147.167000', '141147.170000', '141147.173000', '141147.176000', '141147.178000', '141147.181000', '141147.184000', '141147.187000', '141147.190000', '141147.192000', '141147.195000', '141147.198000', '141147.201000', '141147.204000', '141147.207000', '141147.210000', '141147.213000', '141147.215000', '141147.218000', '141147.221000', '141147.224000', '141147.227000', '141147.230000', '141207.106000', '141207.109000', '141207.112000', '141207.115000', '141207.118000', '141207.121000', '141207.124000', '141207.126000', '141207.129000', '141207.132000', '141207.135000', '141207.138000', '141207.141000', '141207.144000', '141207.147000', '141207.151000', '141207.153000', '141207.156000', '141207.159000', '141207.162000', '141207.165000', '141207.168000', '141207.171000', '141207.174000', '141207.177000', '141207.179000', '141207.182000', '141207.185000', '141207.188000', '141207.191000', '141207.194000', '141207.196000', '141207.199000', '141207.203000', '141207.206000', '141207.209000', '141207.211000', '141207.214000', '141207.217000', '141207.220000', '141207.223000', '141207.227000', '141207.229000', '141225.202000', '141225.206000', '141225.209000', '141225.213000', '141225.216000', '141225.219000', '141225.222000', '141225.226000', '141225.229000', '141225.236000', '141225.239000', '141225.242000', '141225.245000', '141225.248000', '141225.251000', '141225.254000', '141225.258000', '141225.261000', '141225.264000', '141225.277000', '141225.280000', '141225.283000', '141225.286000', '141225.289000', '141225.292000', '141225.295000', '141225.298000', '141225.301000', '141225.303000', '141225.306000', '141225.309000', '141225.312000', '141225.315000', '141225.318000', '141225.321000', '141225.325000', '141225.327000', '141225.330000', '141225.333000', '141225.336000'], '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': [12645, 14350, 13161, 9408, 14705, 13130, 15098, 9527, 15679, 11042, 10788, 12995, 12192, 13564, 16180, 13202, 9767, 14669, 9550, 14753, 8994, 14857, 11052, 15054, 9951, 15267, 10388, 14383, 10660, 16009, 12867, 9426, 14359, 8711, 14999, 9877, 15224, 13154, 18601, 9616, 15794, 11403, 15435, 12488, 17130, 13330, 18546, 12571, 8103, 14034, 9112, 14794, 10533, 15502, 12564, 17387, 12334, 15308, 13215, 15098, 13049, 15572, 14361, 9380, 15419, 11063, 15162, 11674, 15198, 13740, 9091, 13998, 8731, 14656, 11129, 14699, 11901, 18854, 12604, 14423, 12978, 13376, 14264, 13699, 15040, 9203, 15125, 11327, 15396, 11880, 15527, 13748, 10211, 13781, 8851, 14870, 10243, 14951, 11412, 17481, 12208, 15272, 11727, 15105, 11434, 15979, 13221, 8947, 15110, 10866, 15339, 11601, 15439, 13280, 18174, 11737, 11447, 12630, 8439, 14408, 9563, 15154, 9449, 15412, 11189, 14914, 11762, 11455, 14145, 8769, 14567, 10561, 14152, 11547, 17009, 13031, 12989, 12497, 14624, 12754, 19059, 14597, 19228, 13747, 8682, 13433, 9137, 15231, 10621, 14942, 12524, 17098, 12598, 8580, 14851, 10826, 13540, 11522, 14519, 12712, 10045, 15067, 10564, 15409, 11776, 15486, 12189, 17485, 13354, 9325, 15391, 10798, 15206, 11942, 15271, 13737, 15202, 13321, 8785, 15388, 11369, 15154, 12292, 15793, 14282, 13857, 13321, 8936, 14783, 11248, 14926, 11994, 15678, 14300, 9879, 14645, 8741, 14727, 11243, 14399, 11487, 17058, 13711, 10042, 14451, 9700, 14887, 10973, 14649, 11941, 17687, 13707, 13006, 13372, 8996, 14597, 10532, 14539, 11549, 15117, 13940, 13648, 13357, 9007, 14944, 11072, 15291, 12373, 17417, 13901, 14247, 13490, 9115, 15369, 11176, 15299, 12073, 16896, 13020, 11436, 14523, 10296, 15279, 10735, 15285, 11498, 14211, 12113, 8843, 14546, 9900, 15058, 10943, 14684, 11237, 17654, 12853, 9085, 14502, 9131, 14959, 10974, 14781, 11985, 14677, 12532, 8874, 14867, 9849, 14777, 10756, 15267, 12670, 18651, 11668, 15814, 11916, 13868, 13304, 12841, 14832, 9121, 15350, 10753, 12685, 11958, 8861, 14703, 10657, 8341, 13864, 10044, 14309, 8952, 14043, 9728, 18161, 11230, 17042, 11245, 16590, 12793, 14994, 12158, 11440, 16850, 10826, 14624, 12187, 8172, 15083, 9402, 15464, 12134, 12269, 12739, 8863, 14992, 9078, 15261, 12306, 17325, 12122, 8189, 14462, 10061, 14916, 11049, 17883, 13891, 10378, 15029, 10428, 12809, 12096, 8351, 15233, 12110, 11525, 14402, 9099, 15123, 11201, 18595, 14718, 10524, 15329, 11327, 14002, 12653, 9739, 14873, 12409, 17772, 12997, 8595, 14966, 12283, 7940, 15141, 12605, 9480, 16309, 12682, 8359, 15699, 10101, 18937, 13921, 8722, 15304, 10605, 15437, 12433, 17145, 13240, 11641, 14754, 10746, 13852, 12211, 8617, 14926, 10155, 15106, 13250, 10776, 14064, 9890, 15404, 11510, 15987, 13191, 9697, 14752, 10890, 13683, 12424, 10023, 14572, 10109, 17459, 12052, 14376, 12949, 8708, 15143, 9391, 15717, 13626, 8287, 14836, 10137, 15280, 12144, 15244, 13994, 19423, 14060, 8958, 14783, 10793, 14681, 11340, 11815, 14345, 10448, 15403, 11872, 15303, 12378, 14527, 13391, 9591, 15478, 10707, 15015, 11589, 16952, 13174, 9004, 15115, 10340, 15252, 11123, 13985, 12992, 8920, 15768, 10846, 16852, 12147, 15001, 12538, 9860, 15248, 10834, 9622, 13741, 10056, 14537, 9775, 17466, 11211, 12910, 12705, 8025, 15377, 9350, 15730, 14074, 12762, 13518, 9289, 15043, 11331, 17625, 14168, 9229, 15248, 9571, 15046, 13230, 18642, 13790, 9502, 15307, 10638, 15025, 12468, 17640, 14116, 9361, 15180, 10741, 14957, 11913, 12896, 12660, 8103, 15150, 11198, 13136, 12714, 9960, 14497, 12161, 18044, 11835, 16666, 11221, 10371, 13817, 9216, 15038, 11184, 20554, 15659, 11109, 8861, 11634, 9657, 13719, 9041, 11830, 11781, 11934, 15455, 11721, 17506, 13921, 20949, 17023, 20966, 16265, 20927, 16513, 20144, 16077, 15326, 12504, 10800, 14569, 8618, 15580, 10774, 15034, 11371, 14597, 11427, 12473, 11697, 8083, 14237, 8623, 14791, 11429, 14492, 10646, 14524, 12378, 8711, 13882, 9691, 7548, 12739, 8660, 12645, 10274, 11406, 11726, 8236, 14628, 10696, 15048, 11893, 18031, 13662, 9448, 14713, 10826, 12205, 12254, 8640, 15156, 10893, 18484, 13865, 10276, 15749, 11419, 16036, 13153, 10378, 14769, 9496, 18678, 12701, 13143, 13697, 9228, 16128, 11422, 14375, 13683, 10150, 16119, 11943, 8847, 14618, 8604, 16028, 14110, 8578, 15390, 11077, 15751, 13428, 14753, 13964, 9662, 15540, 12956, 8606, 14788, 10500, 15137, 11747, 13777, 12911, 8814, 14949, 10884, 15767, 12164, 11910, 13889, 9016, 15565, 11323, 11731, 13754, 8847, 15318, 11387, 16362, 13205, 8456, 15035, 10691, 9537, 13169, 8458, 14591, 10361, 19008, 14107, 16750, 12557, 8401, 14795, 10352, 16264, 13579, 9102, 14121, 9139, 14755, 11250, 15659, 12768, 8577, 15105, 11513, 8433, 14614, 10935, 17279, 14202, 9672, 15169, 11074, 16368, 13616, 14337, 14319, 11758, 18355, 12705, 8861, 15683, 9607, 15761, 12281, 15915, 12701, 9349, 15578, 11487, 14881, 12428, 8747, 14768, 12176, 8571, 14522, 10957, 13142, 12745, 9429, 14805, 9963, 15862, 12779, 10605, 13889, 9199, 15608, 11371, 16343, 14148, 10317, 14452, 9685, 15428, 11600, 16151, 13841, 9370, 15174, 10548, 14396, 12457, 8375, 14544, 12079, 17507, 12681, 8371, 15131, 9177, 16054, 14346, 11010, 14997, 10758, 13486, 12847, 8933, 15141, 10834, 13997, 13121, 8209, 15751, 11119, 15855, 13444, 19233, 14359, 14467, 13494, 8809, 15297, 10993, 11590, 12802, 9898, 15456, 11182, 9606, 13923, 8702, 15113, 11842, 18297, 13792, 8620, 15374, 11213, 16651, 13386, 13614, 13960, 8986, 15761, 11074, 15692, 11930, 9306, 14752, 10533, 15306, 11398, 14002, 12050, 8298, 14850, 10394, 15148, 11751, 15785, 13103, 10317, 15097, 10670, 15782, 11706, 15209, 12971, 8776, 15352, 10323, 14794, 11996, 9791, 14133, 10940, 16733, 12035, 14216, 13796, 8511, 14986, 11937, 18587, 13247, 9045, 15558, 11280, 15693, 12209, 13073, 13586, 11032, 17681, 11735, 8425, 15082, 10357, 16140, 12316, 19156, 14392, 15540, 13161, 9297, 15896, 11234, 12876, 12910, 9761, 15925, 10821, 8571, 14003, 8283, 14579, 11631, 18646, 14771, 12852, 13506, 8531, 15423, 12028, 17115, 12982, 8765, 15025, 10601, 14914, 12349, 15073, 13058, 10885, 14884, 11148, 14312, 12155, 8613, 15120, 9208, 15273, 9594, 17915, 12310, 12610, 13736, 8901, 15417, 10984, 14370, 12696, 8535, 15457, 10954, 13463, 12967, 9110, 14639, 11794, 18896, 11821, 8453, 14747, 9457, 15174, 12539, 18025, 13603, 9019, 15543, 10896], 'WindowCenter': [4786.0, 4781.0, 4768.0, 4717.0, 4777.0, 4753.0, 4764.0, 4727.0, 4763.0, 4733.0, 4722.0, 4742.0, 4731.0, 4754.0, 4762.0, 4742.0, 4713.0, 4751.0, 4702.0, 4751.0, 4692.0, 4752.0, 4722.0, 4751.0, 4700.0, 4749.0, 4712.0, 4750.0, 4725.0, 4763.0, 4744.0, 4702.0, 4753.0, 4693.0, 4752.0, 4713.0, 4763.0, 4740.0, 4771.0, 4701.0, 4748.0, 4720.0, 4749.0, 4731.0, 4761.0, 4742.0, 4760.0, 4729.0, 4670.0, 4739.0, 4690.0, 4750.0, 4710.0, 4751.0, 4729.0, 4749.0, 4729.0, 4739.0, 4728.0, 4738.0, 4730.0, 4739.0, 4738.0, 4687.0, 4737.0, 4708.0, 4738.0, 4719.0, 4749.0, 4741.0, 4692.0, 4739.0, 4691.0, 4750.0, 4721.0, 4752.0, 4732.0, 4761.0, 4731.0, 4739.0, 4729.0, 4729.0, 4740.0, 4729.0, 4740.0, 4689.0, 4738.0, 4709.0, 4748.0, 4731.0, 4747.0, 4740.0, 4699.0, 4738.0, 4690.0, 4738.0, 4699.0, 4748.0, 4719.0, 4758.0, 4719.0, 4749.0, 4719.0, 4738.0, 4720.0, 4747.0, 4729.0, 4680.0, 4738.0, 4709.0, 4747.0, 4720.0, 4738.0, 4729.0, 4757.0, 4718.0, 4718.0, 4727.0, 4680.0, 4739.0, 4699.0, 4748.0, 4700.0, 4748.0, 4719.0, 4739.0, 4720.0, 4719.0, 4739.0, 4691.0, 4748.0, 4722.0, 4752.0, 4734.0, 4762.0, 4743.0, 4741.0, 4732.0, 4749.0, 4731.0, 4761.0, 4751.0, 4759.0, 4730.0, 4677.0, 4727.0, 4687.0, 4735.0, 4709.0, 4738.0, 4730.0, 4749.0, 4729.0, 4680.0, 4749.0, 4721.0, 4739.0, 4733.0, 4752.0, 4742.0, 4701.0, 4750.0, 4710.0, 4748.0, 4731.0, 4750.0, 4730.0, 4760.0, 4730.0, 4690.0, 4738.0, 4708.0, 4738.0, 4719.0, 4737.0, 4738.0, 4737.0, 4727.0, 4677.0, 4737.0, 4708.0, 4737.0, 4719.0, 4738.0, 4740.0, 4727.0, 4725.0, 4677.0, 4736.0, 4708.0, 4739.0, 4721.0, 4747.0, 4739.0, 4699.0, 4738.0, 4679.0, 4738.0, 4720.0, 4738.0, 4722.0, 4761.0, 4741.0, 4700.0, 4739.0, 4701.0, 4739.0, 4721.0, 4739.0, 4731.0, 4760.0, 4741.0, 4730.0, 4740.0, 4691.0, 4739.0, 4711.0, 4740.0, 4732.0, 4751.0, 4752.0, 4739.0, 4741.0, 4690.0, 4750.0, 4720.0, 4749.0, 4730.0, 4760.0, 4741.0, 4739.0, 4729.0, 4689.0, 4738.0, 4719.0, 4748.0, 4730.0, 4748.0, 4739.0, 4720.0, 4738.0, 4699.0, 4749.0, 4721.0, 4749.0, 4721.0, 4740.0, 4731.0, 4690.0, 4741.0, 4700.0, 4749.0, 4722.0, 4752.0, 4723.0, 4759.0, 4732.0, 4691.0, 4740.0, 4701.0, 4749.0, 4722.0, 4750.0, 4734.0, 4749.0, 4733.0, 4692.0, 4749.0, 4713.0, 4751.0, 4724.0, 4753.0, 4743.0, 4762.0, 4722.0, 4750.0, 4721.0, 4740.0, 4741.0, 4730.0, 4751.0, 4689.0, 4749.0, 4735.0, 4754.0, 4731.0, 4692.0, 4750.0, 4710.0, 4681.0, 4752.0, 4715.0, 4754.0, 4705.0, 4755.0, 4713.0, 4775.0, 4723.0, 4762.0, 4722.0, 4750.0, 4731.0, 4749.0, 4731.0, 4720.0, 4750.0, 4710.0, 4738.0, 4729.0, 4670.0, 4737.0, 4691.0, 4748.0, 4728.0, 4719.0, 4729.0, 4690.0, 4749.0, 4692.0, 4751.0, 4730.0, 4750.0, 4718.0, 4679.0, 4738.0, 4710.0, 4749.0, 4723.0, 4760.0, 4742.0, 4711.0, 4750.0, 4722.0, 4742.0, 4741.0, 4694.0, 4762.0, 4733.0, 4732.0, 4750.0, 4693.0, 4752.0, 4733.0, 4762.0, 4752.0, 4711.0, 4750.0, 4722.0, 4741.0, 4730.0, 4703.0, 4752.0, 4743.0, 4761.0, 4740.0, 4693.0, 4751.0, 4732.0, 4682.0, 4763.0, 4741.0, 4714.0, 4763.0, 4742.0, 4682.0, 4763.0, 4714.0, 4772.0, 4751.0, 4692.0, 4751.0, 4722.0, 4750.0, 4741.0, 4761.0, 4742.0, 4721.0, 4750.0, 4710.0, 4739.0, 4730.0, 4690.0, 4749.0, 4712.0, 4752.0, 4742.0, 4721.0, 4740.0, 4711.0, 4751.0, 4732.0, 4762.0, 4743.0, 4702.0, 4751.0, 4722.0, 4741.0, 4741.0, 4712.0, 4752.0, 4713.0, 4762.0, 4732.0, 4740.0, 4730.0, 4681.0, 4749.0, 4701.0, 4750.0, 4739.0, 4681.0, 4749.0, 4711.0, 4750.0, 4731.0, 4752.0, 4752.0, 4769.0, 4742.0, 4691.0, 4739.0, 4721.0, 4751.0, 4722.0, 4730.0, 4751.0, 4722.0, 4750.0, 4733.0, 4752.0, 4743.0, 4753.0, 4742.0, 4702.0, 4750.0, 4710.0, 4749.0, 4733.0, 4761.0, 4742.0, 4692.0, 4750.0, 4711.0, 4751.0, 4733.0, 4752.0, 4740.0, 4693.0, 4751.0, 4723.0, 4760.0, 4743.0, 4752.0, 4732.0, 4710.0, 4749.0, 4722.0, 4700.0, 4742.0, 4713.0, 4752.0, 4702.0, 4762.0, 4723.0, 4740.0, 4731.0, 4682.0, 4750.0, 4702.0, 4752.0, 4752.0, 4731.0, 4740.0, 4702.0, 4751.0, 4723.0, 4760.0, 4752.0, 4701.0, 4749.0, 4713.0, 4751.0, 4741.0, 4758.0, 4741.0, 4701.0, 4750.0, 4712.0, 4749.0, 4732.0, 4760.0, 4740.0, 4699.0, 4749.0, 4721.0, 4750.0, 4730.0, 4743.0, 4742.0, 4683.0, 4752.0, 4723.0, 4742.0, 4740.0, 4712.0, 4750.0, 4731.0, 4759.0, 4718.0, 4749.0, 4720.0, 4698.0, 4739.0, 4701.0, 4749.0, 4733.0, 4782.0, 4761.0, 4720.0, 4702.0, 4734.0, 4711.0, 4752.0, 4692.0, 4732.0, 4731.0, 4734.0, 4753.0, 4734.0, 4763.0, 4753.0, 4773.0, 4749.0, 4758.0, 4736.0, 4746.0, 4725.0, 4734.0, 4722.0, 4711.0, 4690.0, 4680.0, 4709.0, 4651.0, 4709.0, 4681.0, 4711.0, 4692.0, 4710.0, 4702.0, 4703.0, 4704.0, 4654.0, 4722.0, 4666.0, 4736.0, 4707.0, 4726.0, 4709.0, 4736.0, 4718.0, 4677.0, 4737.0, 4698.0, 4671.0, 4742.0, 4705.0, 4744.0, 4725.0, 4732.0, 4731.0, 4697.0, 4762.0, 4725.0, 4763.0, 4745.0, 4775.0, 4755.0, 4713.0, 4762.0, 4734.0, 4734.0, 4741.0, 4695.0, 4764.0, 4736.0, 4774.0, 4753.0, 4714.0, 4760.0, 4734.0, 4763.0, 4742.0, 4710.0, 4752.0, 4703.0, 4772.0, 4732.0, 4730.0, 4740.0, 4702.0, 4761.0, 4733.0, 4751.0, 4740.0, 4712.0, 4751.0, 4730.0, 4691.0, 4751.0, 4694.0, 4760.0, 4752.0, 4693.0, 4751.0, 4722.0, 4752.0, 4741.0, 4751.0, 4740.0, 4703.0, 4751.0, 4740.0, 4692.0, 4750.0, 4722.0, 4751.0, 4733.0, 4752.0, 4742.0, 4690.0, 4752.0, 4722.0, 4751.0, 4732.0, 4730.0, 4752.0, 4693.0, 4752.0, 4722.0, 4731.0, 4741.0, 4703.0, 4750.0, 4734.0, 4763.0, 4743.0, 4693.0, 4762.0, 4724.0, 4713.0, 4743.0, 4693.0, 4754.0, 4714.0, 4774.0, 4754.0, 4762.0, 4732.0, 4682.0, 4750.0, 4713.0, 4750.0, 4741.0, 4692.0, 4740.0, 4703.0, 4752.0, 4734.0, 4763.0, 4742.0, 4694.0, 4753.0, 4732.0, 4694.0, 4753.0, 4734.0, 4773.0, 4755.0, 4714.0, 4763.0, 4724.0, 4762.0, 4754.0, 4753.0, 4751.0, 4731.0, 4761.0, 4732.0, 4691.0, 4751.0, 4704.0, 4752.0, 4732.0, 4749.0, 4730.0, 4701.0, 4750.0, 4733.0, 4750.0, 4733.0, 4695.0, 4751.0, 4733.0, 4692.0, 4752.0, 4724.0, 4743.0, 4743.0, 4703.0, 4753.0, 4715.0, 4764.0, 4742.0, 4723.0, 4742.0, 4703.0, 4761.0, 4734.0, 4763.0, 4752.0, 4711.0, 4741.0, 4702.0, 4751.0, 4733.0, 4750.0, 4742.0, 4703.0, 4752.0, 4713.0, 4751.0, 4730.0, 4684.0, 4752.0, 4733.0, 4761.0, 4732.0, 4683.0, 4751.0, 4704.0, 4764.0, 4767.0, 4723.0, 4750.0, 4721.0, 4740.0, 4742.0, 4704.0, 4764.0, 4736.0, 4754.0, 4744.0, 4695.0, 4763.0, 4735.0, 4762.0, 4753.0, 4772.0, 4754.0, 4754.0, 4741.0, 4693.0, 4750.0, 4722.0, 4733.0, 4742.0, 4714.0, 4763.0, 4734.0, 4713.0, 4754.0, 4704.0, 4764.0, 4735.0, 4774.0, 4742.0, 4694.0, 4752.0, 4722.0, 4763.0, 4754.0, 4743.0, 4743.0, 4693.0, 4762.0, 4723.0, 4752.0, 4731.0, 4702.0, 4753.0, 4713.0, 4752.0, 4733.0, 4753.0, 4742.0, 4694.0, 4754.0, 4714.0, 4753.0, 4734.0, 4763.0, 4743.0, 4713.0, 4750.0, 4711.0, 4751.0, 4733.0, 4751.0, 4742.0, 4692.0, 4750.0, 4711.0, 4751.0, 4733.0, 4713.0, 4753.0, 4723.0, 4763.0, 4732.0, 4751.0, 4741.0, 4693.0, 4750.0, 4732.0, 4771.0, 4741.0, 4692.0, 4761.0, 4733.0, 4763.0, 4742.0, 4744.0, 4743.0, 4723.0, 4762.0, 4733.0, 4683.0, 4752.0, 4713.0, 4751.0, 4732.0, 4772.0, 4743.0, 4749.0, 4730.0, 4692.0, 4750.0, 4721.0, 4741.0, 4742.0, 4713.0, 4763.0, 4723.0, 4693.0, 4753.0, 4696.0, 4754.0, 4734.0, 4763.0, 4742.0, 4731.0, 4729.0, 4680.0, 4749.0, 4733.0, 4760.0, 4741.0, 4681.0, 4750.0, 4723.0, 4751.0, 4743.0, 4752.0, 4743.0, 4722.0, 4753.0, 4721.0, 4741.0, 4731.0, 4682.0, 4750.0, 4691.0, 4751.0, 4702.0, 4759.0, 4720.0, 4719.0, 4739.0, 4690.0, 4748.0, 4721.0, 4740.0, 4731.0, 4691.0, 4751.0, 4722.0, 4742.0, 4740.0, 4704.0, 4752.0, 4732.0, 4760.0, 4720.0, 4682.0, 4739.0, 4700.0, 4751.0, 4732.0, 4761.0, 4740.0, 4692.0, 4750.0, 4722.0], 'WindowWidth': [10440.0, 10420.0, 10395.0, 10325.0, 10407.0, 10368.0, 10382.0, 10336.0, 10381.0, 10336.0, 10321.0, 10347.0, 10331.0, 10366.0, 10376.0, 10349.0, 10307.0, 10358.0, 10292.0, 10357.0, 10278.0, 10362.0, 10318.0, 10360.0, 10287.0, 10354.0, 10307.0, 10357.0, 10328.0, 10381.0, 10354.0, 10294.0, 10362.0, 10282.0, 10363.0, 10308.0, 10379.0, 10340.0, 10389.0, 10287.0, 10350.0, 10314.0, 10352.0, 10331.0, 10374.0, 10348.0, 10369.0, 10324.0, 10246.0, 10337.0, 10274.0, 10355.0, 10302.0, 10359.0, 10326.0, 10355.0, 10323.0, 10336.0, 10321.0, 10335.0, 10326.0, 10336.0, 10335.0, 10263.0, 10331.0, 10292.0, 10333.0, 10312.0, 10353.0, 10342.0, 10275.0, 10337.0, 10275.0, 10353.0, 10317.0, 10363.0, 10333.0, 10376.0, 10330.0, 10338.0, 10322.0, 10323.0, 10341.0, 10323.0, 10340.0, 10269.0, 10334.0, 10295.0, 10349.0, 10329.0, 10348.0, 10342.0, 10283.0, 10334.0, 10272.0, 10335.0, 10283.0, 10351.0, 10311.0, 10366.0, 10309.0, 10351.0, 10310.0, 10335.0, 10313.0, 10348.0, 10325.0, 10255.0, 10334.0, 10294.0, 10347.0, 10312.0, 10334.0, 10325.0, 10362.0, 10307.0, 10306.0, 10318.0, 10259.0, 10338.0, 10283.0, 10351.0, 10283.0, 10346.0, 10310.0, 10338.0, 10313.0, 10310.0, 10336.0, 10275.0, 10349.0, 10320.0, 10363.0, 10340.0, 10377.0, 10349.0, 10344.0, 10332.0, 10353.0, 10329.0, 10378.0, 10357.0, 10371.0, 10326.0, 10249.0, 10317.0, 10263.0, 10326.0, 10295.0, 10335.0, 10327.0, 10352.0, 10321.0, 10259.0, 10350.0, 10317.0, 10339.0, 10334.0, 10362.0, 10348.0, 10289.0, 10356.0, 10298.0, 10352.0, 10328.0, 10354.0, 10329.0, 10369.0, 10328.0, 10269.0, 10334.0, 10293.0, 10334.0, 10310.0, 10335.0, 10336.0, 10332.0, 10317.0, 10249.0, 10330.0, 10291.0, 10331.0, 10310.0, 10338.0, 10339.0, 10316.0, 10311.0, 10249.0, 10329.0, 10293.0, 10339.0, 10315.0, 10347.0, 10339.0, 10281.0, 10331.0, 10256.0, 10335.0, 10312.0, 10336.0, 10320.0, 10374.0, 10343.0, 10284.0, 10336.0, 10286.0, 10338.0, 10315.0, 10340.0, 10329.0, 10371.0, 10345.0, 10327.0, 10340.0, 10275.0, 10337.0, 10300.0, 10340.0, 10332.0, 10361.0, 10361.0, 10340.0, 10342.0, 10272.0, 10352.0, 10312.0, 10353.0, 10327.0, 10372.0, 10345.0, 10338.0, 10324.0, 10268.0, 10334.0, 10310.0, 10350.0, 10325.0, 10352.0, 10339.0, 10311.0, 10336.0, 10283.0, 10351.0, 10313.0, 10352.0, 10315.0, 10342.0, 10330.0, 10272.0, 10342.0, 10286.0, 10352.0, 10319.0, 10361.0, 10324.0, 10368.0, 10332.0, 10273.0, 10338.0, 10289.0, 10352.0, 10319.0, 10358.0, 10338.0, 10354.0, 10334.0, 10278.0, 10353.0, 10307.0, 10358.0, 10326.0, 10364.0, 10351.0, 10379.0, 10318.0, 10355.0, 10314.0, 10339.0, 10343.0, 10325.0, 10359.0, 10268.0, 10353.0, 10346.0, 10371.0, 10334.0, 10278.0, 10358.0, 10299.0, 10263.0, 10361.0, 10314.0, 10368.0, 10303.0, 10372.0, 10312.0, 10400.0, 10324.0, 10377.0, 10319.0, 10360.0, 10329.0, 10353.0, 10331.0, 10311.0, 10357.0, 10298.0, 10336.0, 10322.0, 10243.0, 10334.0, 10274.0, 10353.0, 10323.0, 10308.0, 10322.0, 10273.0, 10351.0, 10277.0, 10358.0, 10326.0, 10358.0, 10307.0, 10255.0, 10334.0, 10301.0, 10353.0, 10322.0, 10370.0, 10347.0, 10302.0, 10356.0, 10321.0, 10348.0, 10346.0, 10284.0, 10379.0, 10337.0, 10332.0, 10357.0, 10281.0, 10361.0, 10337.0, 10379.0, 10361.0, 10303.0, 10355.0, 10320.0, 10345.0, 10329.0, 10296.0, 10361.0, 10350.0, 10374.0, 10341.0, 10280.0, 10361.0, 10335.0, 10269.0, 10380.0, 10348.0, 10311.0, 10379.0, 10347.0, 10266.0, 10378.0, 10310.0, 10392.0, 10359.0, 10278.0, 10356.0, 10320.0, 10359.0, 10343.0, 10375.0, 10348.0, 10315.0, 10356.0, 10300.0, 10339.0, 10325.0, 10273.0, 10351.0, 10306.0, 10364.0, 10349.0, 10315.0, 10339.0, 10304.0, 10357.0, 10333.0, 10375.0, 10350.0, 10292.0, 10359.0, 10318.0, 10345.0, 10343.0, 10307.0, 10363.0, 10309.0, 10378.0, 10331.0, 10341.0, 10326.0, 10261.0, 10353.0, 10290.0, 10357.0, 10339.0, 10262.0, 10351.0, 10302.0, 10356.0, 10331.0, 10362.0, 10363.0, 10385.0, 10347.0, 10274.0, 10335.0, 10316.0, 10358.0, 10320.0, 10326.0, 10357.0, 10320.0, 10359.0, 10337.0, 10361.0, 10350.0, 10364.0, 10348.0, 10290.0, 10355.0, 10301.0, 10355.0, 10335.0, 10373.0, 10347.0, 10276.0, 10353.0, 10304.0, 10359.0, 10338.0, 10360.0, 10343.0, 10279.0, 10360.0, 10321.0, 10373.0, 10351.0, 10361.0, 10334.0, 10302.0, 10354.0, 10318.0, 10288.0, 10345.0, 10308.0, 10362.0, 10291.0, 10376.0, 10319.0, 10342.0, 10329.0, 10264.0, 10357.0, 10293.0, 10364.0, 10363.0, 10329.0, 10340.0, 10291.0, 10359.0, 10324.0, 10372.0, 10359.0, 10289.0, 10353.0, 10308.0, 10361.0, 10347.0, 10369.0, 10343.0, 10289.0, 10354.0, 10303.0, 10354.0, 10334.0, 10374.0, 10341.0, 10284.0, 10351.0, 10316.0, 10356.0, 10327.0, 10350.0, 10346.0, 10267.0, 10364.0, 10321.0, 10345.0, 10341.0, 10304.0, 10358.0, 10329.0, 10371.0, 10308.0, 10354.0, 10310.0, 10280.0, 10337.0, 10290.0, 10354.0, 10339.0, 10410.0, 10375.0, 10316.0, 10293.0, 10340.0, 10305.0, 10362.0, 10278.0, 10332.0, 10330.0, 10340.0, 10365.0, 10339.0, 10384.0, 10364.0, 10400.0, 10353.0, 10371.0, 10329.0, 10352.0, 10311.0, 10328.0, 10300.0, 10283.0, 10253.0, 10238.0, 10277.0, 10201.0, 10277.0, 10242.0, 10283.0, 10260.0, 10283.0, 10274.0, 10278.0, 10279.0, 10213.0, 10303.0, 10231.0, 10326.0, 10289.0, 10314.0, 10295.0, 10330.0, 10305.0, 10251.0, 10332.0, 10283.0, 10250.0, 10347.0, 10304.0, 10354.0, 10329.0, 10336.0, 10332.0, 10291.0, 10377.0, 10329.0, 10381.0, 10357.0, 10403.0, 10371.0, 10310.0, 10376.0, 10339.0, 10339.0, 10346.0, 10286.0, 10382.0, 10347.0, 10401.0, 10366.0, 10312.0, 10373.0, 10340.0, 10377.0, 10347.0, 10301.0, 10361.0, 10294.0, 10393.0, 10332.0, 10328.0, 10339.0, 10290.0, 10374.0, 10336.0, 10357.0, 10342.0, 10304.0, 10360.0, 10328.0, 10277.0, 10357.0, 10286.0, 10373.0, 10362.0, 10280.0, 10357.0, 10319.0, 10364.0, 10346.0, 10357.0, 10342.0, 10295.0, 10359.0, 10343.0, 10276.0, 10352.0, 10318.0, 10359.0, 10335.0, 10362.0, 10347.0, 10275.0, 10362.0, 10319.0, 10360.0, 10333.0, 10329.0, 10359.0, 10281.0, 10363.0, 10318.0, 10330.0, 10342.0, 10293.0, 10357.0, 10339.0, 10378.0, 10352.0, 10283.0, 10376.0, 10325.0, 10309.0, 10351.0, 10283.0, 10369.0, 10312.0, 10398.0, 10368.0, 10376.0, 10330.0, 10264.0, 10355.0, 10308.0, 10360.0, 10343.0, 10276.0, 10340.0, 10293.0, 10360.0, 10340.0, 10377.0, 10348.0, 10283.0, 10364.0, 10335.0, 10284.0, 10364.0, 10340.0, 10395.0, 10369.0, 10310.0, 10376.0, 10323.0, 10380.0, 10367.0, 10363.0, 10359.0, 10330.0, 10375.0, 10331.0, 10276.0, 10359.0, 10296.0, 10365.0, 10333.0, 10353.0, 10325.0, 10289.0, 10355.0, 10337.0, 10358.0, 10334.0, 10288.0, 10361.0, 10336.0, 10279.0, 10359.0, 10326.0, 10350.0, 10349.0, 10295.0, 10365.0, 10315.0, 10382.0, 10349.0, 10322.0, 10347.0, 10294.0, 10372.0, 10339.0, 10380.0, 10361.0, 10303.0, 10342.0, 10291.0, 10358.0, 10334.0, 10358.0, 10347.0, 10293.0, 10363.0, 10307.0, 10358.0, 10327.0, 10270.0, 10361.0, 10335.0, 10374.0, 10331.0, 10267.0, 10357.0, 10298.0, 10384.0, 10393.0, 10321.0, 10353.0, 10316.0, 10342.0, 10346.0, 10297.0, 10380.0, 10346.0, 10366.0, 10353.0, 10287.0, 10378.0, 10341.0, 10378.0, 10365.0, 10396.0, 10368.0, 10367.0, 10344.0, 10278.0, 10354.0, 10319.0, 10336.0, 10348.0, 10310.0, 10381.0, 10338.0, 10308.0, 10365.0, 10300.0, 10382.0, 10342.0, 10398.0, 10348.0, 10283.0, 10360.0, 10321.0, 10379.0, 10367.0, 10350.0, 10350.0, 10281.0, 10376.0, 10321.0, 10364.0, 10332.0, 10292.0, 10363.0, 10308.0, 10363.0, 10336.0, 10365.0, 10348.0, 10284.0, 10366.0, 10311.0, 10364.0, 10337.0, 10379.0, 10350.0, 10307.0, 10356.0, 10303.0, 10358.0, 10334.0, 10360.0, 10348.0, 10279.0, 10356.0, 10305.0, 10360.0, 10334.0, 10309.0, 10363.0, 10322.0, 10381.0, 10333.0, 10358.0, 10343.0, 10282.0, 10358.0, 10332.0, 10388.0, 10344.0, 10277.0, 10371.0, 10336.0, 10380.0, 10348.0, 10352.0, 10351.0, 10322.0, 10379.0, 10334.0, 10268.0, 10360.0, 10307.0, 10361.0, 10333.0, 10392.0, 10350.0, 10352.0, 10325.0, 10276.0, 10353.0, 10317.0, 10344.0, 10346.0, 10308.0, 10378.0, 10322.0, 10281.0, 10362.0, 10291.0, 10368.0, 10339.0, 10382.0, 10346.0, 10329.0, 10325.0, 10259.0, 10354.0, 10334.0, 10372.0, 10344.0, 10262.0, 10355.0, 10321.0, 10360.0, 10350.0, 10363.0, 10351.0, 10319.0, 10364.0, 10316.0, 10344.0, 10328.0, 10263.0, 10355.0, 10275.0, 10357.0, 10289.0, 10368.0, 10312.0, 10308.0, 10335.0, 10272.0, 10349.0, 10317.0, 10342.0, 10331.0, 10276.0, 10359.0, 10320.0, 10346.0, 10343.0, 10297.0, 10361.0, 10331.0, 10375.0, 10311.0, 10264.0, 10336.0, 10287.0, 10360.0, 10333.0, 10372.0, 10341.0, 10276.0, 10353.0, 10318.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.0006384083424807903</td></tr>
<tr><td colspan=3>aqi</td><td>0.014361367837541163</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.99944239592308</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3074797708241757</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0049378675384626</td></tr>
<tr><td colspan=3>efc</td><td>0.472</td></tr>
<tr><td colspan=3>fber</td><td>7072.8433</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07849693299206295</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2074643249176729</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7035726333317505</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5895413018968876</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.944217384349842</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.576959213748522</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100629</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018934378400444984</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0339663103222847</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7177361673133857</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>24.078</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2242</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.7241</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297504.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>799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.7272</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1724</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>664.9788</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3871.0519</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1147.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1106.5804</td></tr>
<tr><td colspan=3>tsnr</td><td>46.993237510323524</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>