<?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-0094_ses-02_task-faces_acq-mb8_run-03_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-0094_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-03_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-03_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-0094/ses-02/func/sub-0094_ses-02_task-faces_acq-mb8_run-03_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>0dbe1bc6bc576c6afdbbc77715f15473</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>11:56:2.955000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997698, 0.0596292, 0.0322941, -0.060148, 0.998072, 0.0153377]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.113007</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4257, -7867, -7207, 508, -86, -426, 263, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>111a7d1a-2ae9-43f2-8f2e-9da2d1341a06||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676750898361206, -0.1613726019859314, 0.08455651998519897, 115.10087585449219], [-0.15998074412345886, 2.677753210067749, 0.046561021357774734, -89.55316162109375], [0.08664265275001526, -0.041149940341711044, 2.6982741355895996, -57.943199157714844], [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': ['115602.955000', '115603.415000', '115603.875000', '115604.335000', '115604.795000', '115605.255000', '115605.715000', '115606.175000', '115606.635000', '115607.095000', '115607.555000', '115608.015000', '115608.475000', '115608.935000', '115609.395000', '115609.855000', '115610.315000', '115610.775000', '115611.235000', '115611.695000', '115612.155000', '115612.615000', '115613.075000', '115613.535000', '115613.995000', '115614.455000', '115614.915000', '115615.375000', '115615.835000', '115616.295000', '115616.755000', '115617.215000', '115617.675000', '115618.135000', '115618.595000', '115619.055000', '115619.515000', '115619.975000', '115620.435000', '115620.895000', '115621.355000', '115621.815000', '115622.275000', '115622.735000', '115623.195000', '115623.655000', '115624.115000', '115624.575000', '115625.035000', '115625.495000', '115625.955000', '115626.415000', '115626.875000', '115627.335000', '115627.795000', '115628.255000', '115628.715000', '115629.175000', '115629.635000', '115630.095000', '115630.555000', '115631.015000', '115631.475000', '115631.935000', '115632.395000', '115632.855000', '115633.315000', '115633.775000', '115634.235000', '115634.695000', '115635.155000', '115635.615000', '115636.075000', '115636.535000', '115636.995000', '115637.455000', '115637.915000', '115638.375000', '115638.835000', '115639.295000', '115639.755000', '115640.215000', '115640.675000', '115641.135000', '115641.595000', '115642.055000', '115642.515000', '115642.975000', '115643.435000', '115643.895000', '115644.355000', '115644.815000', '115645.275000', '115645.735000', '115646.195000', '115646.655000', '115647.115000', '115647.575000', '115648.035000', '115648.495000', '115648.955000', '115649.415000', '115649.875000', '115650.335000', '115650.795000', '115651.255000', '115651.715000', '115652.175000', '115652.635000', '115653.095000', '115653.555000', '115654.015000', '115654.475000', '115654.935000', '115655.395000', '115655.855000', '115656.315000', '115656.775000', '115657.235000', '115657.695000', '115658.155000', '115658.615000', '115659.075000', '115659.535000', '115659.995000', '115700.455000', '115700.915000', '115701.375000', '115701.835000', '115702.295000', '115702.755000', '115703.215000', '115703.675000', '115704.135000', '115704.595000', '115705.055000', '115705.515000', '115705.975000', '115706.435000', '115706.895000', '115707.355000', '115707.815000', '115708.275000', '115708.735000', '115709.195000', '115709.655000', '115710.115000', '115710.575000', '115711.035000', '115711.495000', '115711.955000', '115712.415000', '115712.875000', '115713.335000', '115713.795000', '115714.255000', '115714.715000', '115715.175000', '115715.635000', '115716.095000', '115716.555000', '115717.015000', '115717.475000', '115717.935000', '115718.395000', '115718.855000', '115719.315000', '115719.775000', '115720.235000', '115720.695000', '115721.155000', '115721.615000', '115722.075000', '115722.535000', '115722.995000', '115723.455000', '115723.915000', '115724.375000', '115724.835000', '115725.295000', '115725.755000', '115726.215000', '115726.675000', '115727.135000', '115727.595000', '115728.055000', '115728.515000', '115728.975000', '115729.435000', '115729.895000', '115730.355000', '115730.815000', '115731.275000', '115731.735000', '115732.195000', '115732.655000', '115733.115000', '115733.575000', '115734.035000', '115734.495000', '115734.955000', '115735.415000', '115735.875000', '115736.335000', '115736.795000', '115737.255000', '115737.715000', '115738.175000', '115738.635000', '115739.095000', '115739.555000', '115740.015000', '115740.475000', '115740.935000', '115741.395000', '115741.855000', '115742.315000', '115742.775000', '115743.235000', '115743.695000', '115744.155000', '115744.615000', '115745.075000', '115745.535000', '115745.995000', '115746.455000', '115746.915000', '115747.375000', '115747.835000', '115748.295000', '115748.755000', '115749.215000', '115749.675000', '115750.135000', '115750.595000', '115751.055000', '115751.515000', '115751.975000', '115752.435000', '115752.895000', '115753.355000', '115753.815000', '115754.275000', '115754.735000', '115755.195000', '115755.655000', '115756.115000', '115756.575000', '115757.035000', '115757.495000', '115757.955000', '115758.415000', '115758.875000', '115759.335000', '115759.795000', '115800.255000', '115800.715000', '115801.175000', '115801.635000', '115802.095000', '115802.555000', '115803.015000', '115803.475000', '115803.935000', '115804.395000', '115804.855000', '115805.315000', '115805.775000', '115806.235000', '115806.695000', '115807.155000', '115807.615000', '115808.075000', '115808.535000', '115808.995000', '115809.455000', '115809.915000', '115810.375000', '115810.835000', '115811.295000', '115811.755000', '115812.215000', '115812.675000', '115813.135000', '115813.595000', '115814.055000', '115814.515000', '115814.975000', '115815.435000', '115815.895000', '115816.355000', '115816.815000', '115817.275000', '115817.735000', '115818.195000', '115818.655000', '115819.115000', '115819.575000', '115820.035000', '115820.495000', '115820.955000', '115821.415000', '115821.875000', '115822.335000', '115822.795000', '115823.255000', '115823.715000', '115824.175000', '115824.635000', '115825.095000', '115825.555000', '115826.015000', '115826.475000', '115826.935000', '115827.395000', '115827.855000', '115828.315000', '115828.775000', '115829.235000', '115829.695000', '115830.155000', '115830.615000', '115831.075000', '115831.535000', '115831.995000', '115832.455000', '115832.915000', '115833.375000', '115833.835000', '115834.295000', '115834.755000', '115835.215000', '115835.675000', '115836.135000', '115836.595000', '115837.055000', '115837.515000', '115837.975000', '115838.435000', '115838.895000', '115839.355000', '115839.815000', '115840.275000', '115840.735000', '115841.195000', '115841.655000', '115842.115000', '115842.575000', '115843.035000', '115843.495000', '115843.955000', '115844.415000', '115844.875000', '115845.335000', '115845.795000', '115846.255000', '115846.715000', '115847.175000', '115847.635000', '115848.095000', '115848.555000', '115849.015000', '115849.475000', '115849.935000', '115850.395000', '115850.855000', '115851.315000', '115851.775000', '115852.235000', '115852.695000', '115853.155000', '115853.615000', '115854.075000', '115854.535000', '115854.995000', '115855.455000', '115855.915000', '115856.375000', '115856.835000', '115857.295000', '115857.755000', '115858.215000', '115858.675000', '115859.135000', '115859.595000', '115900.055000', '115900.515000', '115900.975000', '115901.435000', '115901.895000', '115902.355000', '115902.815000', '115903.275000', '115903.735000', '115904.195000', '115904.655000', '115905.115000', '115905.575000', '115906.035000', '115906.495000', '115906.955000', '115907.415000', '115907.875000', '115908.335000', '115908.795000', '115909.255000', '115909.715000', '115910.175000', '115910.635000', '115911.095000', '115911.555000', '115912.015000', '115912.475000', '115912.935000', '115913.395000', '115913.855000', '115914.315000', '115914.775000', '115915.235000', '115915.695000', '115916.155000', '115916.615000', '115917.075000', '115917.535000', '115917.995000', '115918.455000', '115918.915000', '115919.375000', '115919.835000', '115920.295000', '115920.755000', '115921.215000', '115921.675000', '115922.135000', '115922.595000', '115923.055000', '115923.515000', '115923.975000', '115924.435000', '115924.895000', '115925.355000', '115925.815000', '115926.275000', '115926.735000', '115927.195000', '115927.655000', '115928.115000', '115928.575000', '115929.035000', '115929.495000', '115929.955000', '115930.415000', '115930.875000', '115931.335000', '115931.795000', '115932.255000', '115932.715000', '115933.175000', '115933.635000', '115934.095000', '115934.555000', '115935.015000', '115935.475000', '115935.935000', '115936.395000', '115936.855000', '115937.315000', '115937.775000', '115938.235000', '115938.695000', '115939.155000', '115939.615000', '115940.075000', '115940.535000', '115940.995000', '115941.455000', '115941.915000', '115942.375000', '115942.835000', '115943.295000', '115943.755000', '115944.215000', '115944.675000', '115945.135000', '115945.595000', '115946.055000', '115946.515000', '115946.975000', '115947.435000', '115947.895000', '115948.355000', '115948.815000', '115949.275000', '115949.735000', '115950.195000', '115950.655000', '115951.115000', '115951.575000', '115952.035000', '115952.495000', '115952.955000', '115953.415000', '115953.875000', '115954.335000', '115954.795000', '115955.255000', '115955.715000', '115956.175000', '115956.635000', '115957.095000', '115957.555000', '115958.015000', '115958.475000', '115958.935000', '115959.395000', '115959.855000', '120000.315000', '120000.775000', '120001.235000', '120001.695000', '120002.155000', '120002.615000', '120003.075000', '120003.535000', '120003.995000', '120004.455000', '120004.915000', '120005.375000', '120005.835000', '120006.295000', '120006.755000', '120007.215000', '120007.675000', '120008.135000', '120008.595000', '120009.055000', '120009.515000', '120009.975000', '120010.435000', '120010.895000', '120011.355000', '120011.815000', '120012.275000', '120012.735000', '120013.195000', '120013.655000', '120014.115000', '120014.575000', '120015.035000', '120015.495000', '120015.955000', '120016.415000', '120016.875000', '120017.335000', '120017.795000', '120018.255000', '120018.715000', '120019.175000', '120019.635000', '120020.095000', '120020.555000', '120021.015000', '120021.475000', '120021.935000', '120022.395000', '120022.855000', '120023.315000', '120023.775000', '120024.235000', '120024.695000', '120025.155000', '120025.615000', '120026.075000', '120026.535000', '120026.995000', '120027.455000', '120027.915000', '120028.375000', '120028.835000', '120029.295000', '120029.755000', '120030.215000', '120030.675000', '120031.135000', '120031.595000', '120032.055000', '120032.515000', '120032.975000', '120033.435000', '120033.895000', '120034.355000', '120034.815000', '120035.275000', '120035.735000', '120036.195000', '120036.655000', '120037.115000', '120037.575000', '120038.035000', '120038.495000', '120038.955000', '120039.415000', '120039.875000', '120040.335000', '120040.795000', '120041.255000', '120041.715000', '120042.175000', '120042.635000', '120043.095000', '120043.555000', '120044.015000', '120044.475000', '120044.935000', '120045.395000', '120045.855000', '120046.315000', '120046.775000', '120047.235000', '120047.695000', '120048.155000', '120048.615000', '120049.075000', '120049.535000', '120049.995000', '120050.455000', '120050.915000', '120051.375000', '120051.835000', '120052.295000', '120052.755000', '120053.215000', '120053.675000', '120054.135000', '120054.595000', '120055.055000', '120055.515000', '120055.975000', '120056.435000', '120056.895000', '120057.355000', '120057.815000', '120058.275000', '120058.735000', '120059.195000', '120059.655000', '120100.115000', '120100.575000', '120101.035000', '120101.495000', '120101.955000', '120102.415000', '120102.875000', '120103.335000', '120103.795000', '120104.255000', '120104.715000', '120105.175000', '120105.635000', '120106.095000', '120106.555000', '120107.015000', '120107.475000', '120107.935000', '120108.395000', '120108.855000', '120109.315000', '120109.775000', '120110.235000', '120110.695000', '120111.155000', '120111.615000', '120112.075000', '120112.535000', '120112.995000', '120113.455000', '120113.915000', '120114.375000', '120114.835000', '120115.295000', '120115.755000', '120116.215000', '120116.675000', '120117.135000', '120117.595000', '120118.055000', '120118.515000', '120118.975000', '120119.435000', '120119.895000', '120120.355000', '120120.815000', '120121.275000', '120121.735000', '120122.195000', '120122.655000', '120123.115000', '120123.575000', '120124.035000', '120124.495000', '120124.955000', '120125.415000', '120125.875000', '120126.335000', '120126.795000', '120127.255000', '120127.715000', '120128.175000', '120128.635000', '120129.095000', '120129.555000', '120130.015000', '120130.475000', '120130.935000', '120131.395000', '120131.855000', '120132.315000', '120132.775000', '120133.235000', '120133.695000', '120134.155000', '120134.615000', '120135.075000', '120135.535000', '120135.995000', '120136.455000', '120136.915000', '120137.375000', '120137.835000', '120138.295000', '120138.755000', '120139.215000', '120139.675000', '120140.135000', '120140.595000', '120141.055000', '120141.515000', '120141.975000', '120142.435000', '120142.895000', '120143.355000', '120143.815000', '120144.275000', '120144.735000', '120145.195000', '120145.655000', '120146.115000', '120146.575000', '120147.035000', '120147.495000', '120147.955000', '120148.415000', '120148.875000', '120149.335000', '120149.795000', '120150.255000', '120150.715000', '120151.175000', '120151.635000', '120152.095000', '120152.555000', '120153.015000', '120153.475000', '120153.935000', '120154.395000', '120154.855000', '120155.315000', '120155.775000', '120156.235000', '120156.695000', '120157.155000', '120157.615000', '120158.075000', '120158.535000', '120158.995000', '120159.455000', '120159.915000', '120200.375000', '120200.835000', '120201.295000', '120201.755000', '120202.215000', '120202.675000', '120203.135000', '120203.595000', '120204.055000', '120204.515000', '120204.975000', '120205.435000', '120205.895000', '120206.355000', '120206.815000', '120207.275000', '120207.735000', '120208.195000', '120208.655000', '120209.115000', '120209.575000', '120210.035000', '120210.495000', '120210.955000', '120211.415000', '120211.875000', '120212.335000', '120212.795000', '120213.255000', '120213.715000', '120214.175000', '120214.635000', '120215.095000', '120215.555000', '120216.015000', '120216.475000', '120216.935000', '120217.395000', '120217.855000', '120218.315000', '120218.775000', '120219.235000', '120219.695000', '120220.155000', '120220.615000', '120221.075000', '120221.535000', '120221.995000', '120222.455000', '120222.915000', '120223.375000', '120223.835000', '120224.295000', '120224.755000', '120225.215000', '120225.675000', '120226.135000', '120226.595000', '120227.055000', '120227.515000', '120227.975000', '120228.435000', '120228.895000', '120229.355000', '120229.815000', '120230.275000', '120230.735000', '120231.195000', '120231.655000', '120232.115000', '120232.575000', '120233.035000', '120233.495000', '120233.955000', '120234.415000', '120234.875000', '120235.335000', '120235.795000', '120236.255000', '120236.715000', '120237.175000', '120237.635000', '120238.095000', '120238.555000', '120239.015000', '120239.475000', '120239.935000', '120240.395000', '120240.855000', '120241.315000', '120241.775000', '120242.235000', '120242.695000', '120243.155000', '120243.615000', '120244.075000', '120244.535000', '120244.995000', '120245.455000', '120245.915000', '120246.375000', '120246.835000', '120247.295000', '120247.755000', '120248.215000', '120248.675000', '120249.135000', '120249.595000', '120250.055000', '120250.515000', '120250.975000', '120251.435000', '120251.895000', '120252.355000', '120252.815000', '120253.275000', '120253.735000', '120254.195000', '120254.655000', '120255.115000', '120255.575000', '120256.035000', '120256.495000', '120256.955000', '120257.415000', '120257.875000', '120258.335000', '120258.795000', '120259.255000', '120259.715000', '120300.175000', '120300.635000', '120301.095000', '120301.555000', '120302.015000', '120302.475000', '120302.935000'], 'ContentTime': ['115622.652000', '115622.655000', '115622.658000', '115622.660000', '115622.663000', '115622.666000', '115622.668000', '115622.671000', '115622.673000', '115622.676000', '115622.679000', '115622.681000', '115622.684000', '115622.686000', '115622.689000', '115622.691000', '115622.694000', '115622.697000', '115622.699000', '115622.702000', '115622.704000', '115622.707000', '115622.709000', '115622.712000', '115622.715000', '115622.717000', '115622.720000', '115622.723000', '115622.731000', '115622.733000', '115622.736000', '115622.739000', '115622.741000', '115622.744000', '115622.746000', '115622.749000', '115622.752000', '115622.754000', '115622.757000', '115622.759000', '115642.618000', '115642.621000', '115642.624000', '115642.627000', '115642.629000', '115642.632000', '115642.635000', '115642.637000', '115642.640000', '115642.643000', '115642.645000', '115642.648000', '115642.650000', '115642.653000', '115642.655000', '115642.658000', '115642.661000', '115642.663000', '115642.666000', '115642.668000', '115642.671000', '115642.673000', '115642.676000', '115642.679000', '115642.681000', '115642.684000', '115642.686000', '115642.689000', '115642.692000', '115642.694000', '115642.697000', '115642.699000', '115642.702000', '115642.705000', '115642.707000', '115642.710000', '115642.712000', '115642.715000', '115642.718000', '115642.720000', '115642.723000', '115642.725000', '115642.728000', '115642.730000', '115702.617000', '115702.620000', '115702.623000', '115702.625000', '115702.628000', '115702.632000', '115702.635000', '115702.637000', '115702.640000', '115702.642000', '115702.645000', '115702.648000', '115702.650000', '115702.653000', '115702.668000', '115702.671000', '115702.673000', '115702.676000', '115702.679000', '115702.681000', '115702.684000', '115702.686000', '115702.689000', '115702.692000', '115702.694000', '115702.697000', '115702.699000', '115702.702000', '115702.705000', '115702.707000', '115702.710000', '115702.712000', '115702.715000', '115702.721000', '115702.723000', '115702.726000', '115702.729000', '115702.731000', '115702.734000', '115702.736000', '115702.739000', '115702.741000', '115702.744000', '115722.618000', '115722.620000', '115722.623000', '115722.626000', '115722.628000', '115722.631000', '115722.633000', '115722.636000', '115722.639000', '115722.641000', '115722.644000', '115722.653000', '115722.656000', '115722.659000', '115722.661000', '115722.664000', '115722.666000', '115722.669000', '115722.672000', '115722.674000', '115722.677000', '115722.680000', '115722.682000', '115722.685000', '115722.687000', '115722.690000', '115722.693000', '115722.695000', '115722.698000', '115722.701000', '115722.703000', '115722.706000', '115722.708000', '115722.711000', '115722.713000', '115722.716000', '115722.719000', '115722.721000', '115722.724000', '115722.726000', '115722.729000', '115722.732000', '115722.734000', '115722.737000', '115742.618000', '115742.621000', '115742.623000', '115742.626000', '115742.628000', '115742.631000', '115742.634000', '115742.636000', '115742.639000', '115742.642000', '115742.644000', '115742.647000', '115742.649000', '115742.652000', '115742.655000', '115742.657000', '115742.660000', '115742.663000', '115742.665000', '115742.668000', '115742.670000', '115742.673000', '115742.676000', '115742.678000', '115742.681000', '115742.684000', '115742.686000', '115742.689000', '115742.691000', '115742.694000', '115742.697000', '115742.699000', '115742.702000', '115742.705000', '115742.707000', '115742.710000', '115742.712000', '115742.715000', '115742.718000', '115742.720000', '115742.723000', '115742.726000', '115742.728000', '115802.618000', '115802.620000', '115802.623000', '115802.626000', '115802.628000', '115802.631000', '115802.634000', '115802.636000', '115802.639000', '115802.642000', '115802.644000', '115802.647000', '115802.649000', '115802.652000', '115802.655000', '115802.657000', '115802.660000', '115802.663000', '115802.666000', '115802.668000', '115802.671000', '115802.678000', '115802.680000', '115802.683000', '115802.686000', '115802.688000', '115802.691000', '115802.693000', '115802.696000', '115802.699000', '115802.701000', '115802.704000', '115802.707000', '115802.709000', '115802.712000', '115802.714000', '115802.717000', '115802.720000', '115802.722000', '115802.725000', '115802.727000', '115802.730000', '115802.733000', '115802.735000', '115822.618000', '115822.621000', '115822.624000', '115822.627000', '115822.629000', '115822.632000', '115822.635000', '115822.637000', '115822.640000', '115822.642000', '115822.645000', '115822.648000', '115822.650000', '115822.653000', '115822.655000', '115822.658000', '115822.661000', '115822.663000', '115822.666000', '115822.668000', '115822.671000', '115822.674000', '115822.676000', '115822.679000', '115822.682000', '115822.684000', '115822.687000', '115822.689000', '115822.692000', '115822.695000', '115822.697000', '115822.700000', '115822.703000', '115822.705000', '115822.708000', '115822.710000', '115822.713000', '115822.716000', '115822.718000', '115822.721000', '115822.724000', '115822.726000', '115822.729000', '115842.619000', '115842.621000', '115842.624000', '115842.627000', '115842.629000', '115842.632000', '115842.634000', '115842.637000', '115842.639000', '115842.642000', '115842.678000', '115842.680000', '115842.683000', '115842.686000', '115842.688000', '115842.691000', '115842.693000', '115842.696000', '115842.699000', '115842.701000', '115842.704000', '115842.706000', '115842.709000', '115842.712000', '115842.714000', '115842.717000', '115842.720000', '115842.722000', '115842.725000', '115842.727000', '115842.730000', '115842.733000', '115842.735000', '115842.738000', '115842.741000', '115842.743000', '115842.746000', '115842.748000', '115842.751000', '115842.754000', '115842.756000', '115842.759000', '115842.761000', '115842.764000', '115902.619000', '115902.621000', '115902.624000', '115902.627000', '115902.629000', '115902.632000', '115902.634000', '115902.637000', '115902.640000', '115902.642000', '115902.645000', '115902.648000', '115902.650000', '115902.653000', '115902.655000', '115902.658000', '115902.661000', '115902.663000', '115902.666000', '115902.669000', '115902.671000', '115902.674000', '115902.676000', '115902.679000', '115902.682000', '115902.684000', '115902.687000', '115902.690000', '115902.692000', '115902.695000', '115902.697000', '115902.700000', '115902.703000', '115902.705000', '115902.708000', '115902.711000', '115902.713000', '115902.716000', '115902.718000', '115902.721000', '115902.724000', '115902.726000', '115902.729000', '115922.617000', '115922.620000', '115922.623000', '115922.626000', '115922.629000', '115922.631000', '115922.634000', '115922.637000', '115922.640000', '115922.643000', '115922.645000', '115922.649000', '115922.652000', '115922.655000', '115922.658000', '115922.660000', '115922.663000', '115922.665000', '115922.668000', '115922.671000', '115922.673000', '115922.676000', '115922.679000', '115922.681000', '115922.684000', '115922.686000', '115922.689000', '115922.692000', '115922.695000', '115922.697000', '115922.700000', '115922.703000', '115922.705000', '115922.708000', '115922.710000', '115922.713000', '115922.716000', '115922.718000', '115922.721000', '115922.724000', '115922.726000', '115922.729000', '115922.732000', '115942.618000', '115942.620000', '115942.623000', '115942.626000', '115942.628000', '115942.631000', '115942.633000', '115942.636000', '115942.639000', '115942.642000', '115942.644000', '115942.647000', '115942.649000', '115942.652000', '115942.654000', '115942.657000', '115942.660000', '115942.663000', '115942.665000', '115942.668000', '115942.671000', '115942.673000', '115942.676000', '115942.679000', '115942.681000', '115942.684000', '115942.686000', '115942.689000', '115942.692000', '115942.694000', '115942.697000', '115942.699000', '115942.702000', '115942.705000', '115942.707000', '115942.710000', '115942.712000', '115942.715000', '115942.718000', '115942.720000', '115942.723000', '115942.726000', '115942.728000', '115942.731000', '120002.617000', '120002.620000', '120002.623000', '120002.626000', '120002.628000', '120002.631000', '120002.634000', '120002.636000', '120002.639000', '120002.642000', '120002.644000', '120002.647000', '120002.650000', '120002.652000', '120002.655000', '120002.658000', '120002.660000', '120002.663000', '120002.665000', '120002.668000', '120002.671000', '120002.673000', '120002.676000', '120002.679000', '120002.681000', '120002.684000', '120002.686000', '120002.689000', '120002.692000', '120002.694000', '120002.697000', '120002.699000', '120002.702000', '120002.705000', '120002.707000', '120002.721000', '120002.723000', '120002.726000', '120002.729000', '120002.731000', '120002.734000', '120002.736000', '120002.739000', '120022.618000', '120022.620000', '120022.623000', '120022.626000', '120022.628000', '120022.631000', '120022.634000', '120022.636000', '120022.639000', '120022.642000', '120022.644000', '120022.647000', '120022.649000', '120022.652000', '120022.655000', '120022.657000', '120022.660000', '120022.662000', '120022.665000', '120022.668000', '120022.671000', '120022.673000', '120022.676000', '120022.679000', '120022.681000', '120022.684000', '120022.687000', '120022.689000', '120022.692000', '120022.694000', '120022.697000', '120022.700000', '120022.702000', '120022.705000', '120022.707000', '120022.710000', '120022.713000', '120022.715000', '120022.718000', '120022.720000', '120022.723000', '120022.726000', '120022.728000', '120022.731000', '120042.619000', '120042.622000', '120042.624000', '120042.627000', '120042.629000', '120042.632000', '120042.635000', '120042.637000', '120042.640000', '120042.643000', '120042.645000', '120042.648000', '120042.651000', '120042.653000', '120042.656000', '120042.659000', '120042.661000', '120042.664000', '120042.666000', '120042.669000', '120042.672000', '120042.674000', '120042.677000', '120042.680000', '120042.682000', '120042.685000', '120042.687000', '120042.691000', '120042.694000', '120042.696000', '120042.699000', '120042.702000', '120042.704000', '120042.707000', '120042.710000', '120042.712000', '120042.715000', '120042.717000', '120042.720000', '120042.723000', '120042.725000', '120042.728000', '120042.731000', '120102.618000', '120102.622000', '120102.624000', '120102.627000', '120102.630000', '120102.633000', '120102.635000', '120102.638000', '120102.640000', '120102.643000', '120102.645000', '120102.648000', '120102.651000', '120102.653000', '120102.656000', '120102.659000', '120102.661000', '120102.664000', '120102.667000', '120102.670000', '120102.672000', '120102.675000', '120102.677000', '120102.680000', '120102.683000', '120102.685000', '120102.688000', '120102.691000', '120102.693000', '120102.696000', '120102.699000', '120102.701000', '120102.704000', '120102.706000', '120102.709000', '120102.712000', '120102.714000', '120102.717000', '120102.719000', '120102.722000', '120102.725000', '120102.727000', '120102.730000', '120102.732000', '120122.618000', '120122.621000', '120122.624000', '120122.627000', '120122.629000', '120122.632000', '120122.635000', '120122.637000', '120122.640000', '120122.643000', '120122.645000', '120122.648000', '120122.651000', '120122.653000', '120122.656000', '120122.659000', '120122.661000', '120122.664000', '120122.667000', '120122.669000', '120122.672000', '120122.691000', '120122.694000', '120122.696000', '120122.699000', '120122.702000', '120122.704000', '120122.707000', '120122.710000', '120122.712000', '120122.715000', '120122.718000', '120122.720000', '120122.723000', '120122.726000', '120122.728000', '120122.731000', '120122.733000', '120122.736000', '120122.739000', '120122.741000', '120122.744000', '120122.746000', '120142.618000', '120142.620000', '120142.640000', '120142.643000', '120142.645000', '120142.648000', '120142.650000', '120142.653000', '120142.656000', '120142.658000', '120142.661000', '120142.663000', '120142.666000', '120142.669000', '120142.671000', '120142.674000', '120142.677000', '120142.679000', '120142.682000', '120142.684000', '120142.687000', '120142.690000', '120142.692000', '120142.695000', '120142.697000', '120142.700000', '120142.703000', '120142.705000', '120142.708000', '120142.712000', '120142.715000', '120142.718000', '120142.720000', '120142.723000', '120142.725000', '120142.728000', '120142.731000', '120142.733000', '120142.736000', '120142.738000', '120142.741000', '120142.744000', '120142.746000', '120142.749000', '120202.617000', '120202.620000', '120202.623000', '120202.626000', '120202.628000', '120202.631000', '120202.634000', '120202.636000', '120202.639000', '120202.641000', '120202.644000', '120202.647000', '120202.649000', '120202.652000', '120202.654000', '120202.657000', '120202.660000', '120202.662000', '120202.672000', '120202.675000', '120202.677000', '120202.680000', '120202.683000', '120202.685000', '120202.688000', '120202.690000', '120202.693000', '120202.696000', '120202.698000', '120202.701000', '120202.704000', '120202.706000', '120202.709000', '120202.712000', '120202.714000', '120202.717000', '120202.719000', '120202.722000', '120202.725000', '120202.727000', '120202.730000', '120202.733000', '120202.736000', '120222.618000', '120222.621000', '120222.623000', '120222.627000', '120222.629000', '120222.632000', '120222.635000', '120222.637000', '120222.640000', '120222.642000', '120222.645000', '120222.648000', '120222.650000', '120222.653000', '120222.655000', '120222.658000', '120222.661000', '120222.663000', '120222.666000', '120222.669000', '120222.671000', '120222.674000', '120222.676000', '120222.679000', '120222.682000', '120222.684000', '120222.687000', '120222.690000', '120222.692000', '120222.695000', '120222.697000', '120222.700000', '120222.703000', '120222.705000', '120222.708000', '120222.711000', '120222.713000', '120222.716000', '120222.718000', '120222.721000', '120222.724000', '120222.726000', '120222.729000', '120222.731000', '120242.618000', '120242.621000', '120242.623000', '120242.626000', '120242.629000', '120242.631000', '120242.634000', '120242.636000', '120242.639000', '120242.642000', '120242.644000', '120242.647000', '120242.649000', '120242.652000', '120242.655000', '120242.657000', '120242.660000', '120242.663000', '120242.665000', '120242.668000', '120242.670000', '120242.673000', '120242.676000', '120242.678000', '120242.681000', '120242.684000', '120242.686000', '120242.689000', '120242.691000', '120242.694000', '120242.697000', '120242.699000', '120242.702000', '120242.705000', '120242.707000', '120242.710000', '120242.712000', '120242.715000', '120242.718000', '120242.720000', '120242.725000', '120242.727000', '120242.730000', '120302.618000', '120302.621000', '120302.624000', '120302.627000', '120302.629000', '120302.632000', '120302.634000', '120302.637000', '120302.640000', '120302.642000', '120302.645000', '120302.647000', '120302.650000', '120302.666000', '120302.668000', '120302.671000', '120302.674000', '120302.676000', '120302.679000', '120302.681000', '120302.684000', '120302.687000', '120302.689000', '120302.692000', '120302.695000', '120302.697000', '120302.700000', '120302.703000', '120302.705000', '120302.708000', '120302.710000', '120302.713000', '120302.716000', '120302.718000', '120302.721000', '120302.723000', '120302.726000', '120302.728000', '120302.731000', '120302.734000', '120302.736000', '120302.739000', '120302.742000', '120302.744000', '120304.322000', '120304.325000', '120304.327000', '120304.330000'], 'InstanceCreationTime': ['115622.652000', '115622.655000', '115622.658000', '115622.660000', '115622.663000', '115622.666000', '115622.668000', '115622.671000', '115622.673000', '115622.676000', '115622.679000', '115622.681000', '115622.684000', '115622.686000', '115622.689000', '115622.691000', '115622.694000', '115622.697000', '115622.699000', '115622.702000', '115622.704000', '115622.707000', '115622.709000', '115622.712000', '115622.715000', '115622.717000', '115622.720000', '115622.723000', '115622.731000', '115622.733000', '115622.736000', '115622.739000', '115622.741000', '115622.744000', '115622.746000', '115622.749000', '115622.752000', '115622.754000', '115622.757000', '115622.759000', '115642.618000', '115642.621000', '115642.624000', '115642.627000', '115642.629000', '115642.632000', '115642.635000', '115642.637000', '115642.640000', '115642.643000', '115642.645000', '115642.648000', '115642.650000', '115642.653000', '115642.655000', '115642.658000', '115642.661000', '115642.663000', '115642.666000', '115642.668000', '115642.671000', '115642.673000', '115642.676000', '115642.679000', '115642.681000', '115642.684000', '115642.686000', '115642.689000', '115642.692000', '115642.694000', '115642.697000', '115642.699000', '115642.702000', '115642.705000', '115642.707000', '115642.710000', '115642.712000', '115642.715000', '115642.718000', '115642.720000', '115642.723000', '115642.725000', '115642.728000', '115642.730000', '115702.617000', '115702.620000', '115702.623000', '115702.625000', '115702.628000', '115702.632000', '115702.635000', '115702.637000', '115702.640000', '115702.642000', '115702.645000', '115702.648000', '115702.650000', '115702.653000', '115702.668000', '115702.671000', '115702.673000', '115702.676000', '115702.679000', '115702.681000', '115702.684000', '115702.686000', '115702.689000', '115702.692000', '115702.694000', '115702.697000', '115702.699000', '115702.702000', '115702.705000', '115702.707000', '115702.710000', '115702.712000', '115702.715000', '115702.721000', '115702.723000', '115702.726000', '115702.729000', '115702.731000', '115702.734000', '115702.736000', '115702.739000', '115702.741000', '115702.744000', '115722.618000', '115722.620000', '115722.623000', '115722.626000', '115722.628000', '115722.631000', '115722.633000', '115722.636000', '115722.639000', '115722.641000', '115722.644000', '115722.653000', '115722.656000', '115722.659000', '115722.661000', '115722.664000', '115722.666000', '115722.669000', '115722.672000', '115722.674000', '115722.677000', '115722.680000', '115722.682000', '115722.685000', '115722.687000', '115722.690000', '115722.693000', '115722.695000', '115722.698000', '115722.701000', '115722.703000', '115722.706000', '115722.708000', '115722.711000', '115722.713000', '115722.716000', '115722.719000', '115722.721000', '115722.724000', '115722.726000', '115722.729000', '115722.732000', '115722.734000', '115722.737000', '115742.618000', '115742.621000', '115742.623000', '115742.626000', '115742.628000', '115742.631000', '115742.634000', '115742.636000', '115742.639000', '115742.642000', '115742.644000', '115742.647000', '115742.649000', '115742.652000', '115742.655000', '115742.657000', '115742.660000', '115742.663000', '115742.665000', '115742.668000', '115742.670000', '115742.673000', '115742.676000', '115742.678000', '115742.681000', '115742.684000', '115742.686000', '115742.689000', '115742.691000', '115742.694000', '115742.697000', '115742.699000', '115742.702000', '115742.705000', '115742.707000', '115742.710000', '115742.712000', '115742.715000', '115742.718000', '115742.720000', '115742.723000', '115742.726000', '115742.728000', '115802.618000', '115802.620000', '115802.623000', '115802.626000', '115802.628000', '115802.631000', '115802.634000', '115802.636000', '115802.639000', '115802.642000', '115802.644000', '115802.647000', '115802.649000', '115802.652000', '115802.655000', '115802.657000', '115802.660000', '115802.663000', '115802.666000', '115802.668000', '115802.671000', '115802.678000', '115802.680000', '115802.683000', '115802.686000', '115802.688000', '115802.691000', '115802.693000', '115802.696000', '115802.699000', '115802.701000', '115802.704000', '115802.707000', '115802.709000', '115802.712000', '115802.714000', '115802.717000', '115802.720000', '115802.722000', '115802.725000', '115802.727000', '115802.730000', '115802.733000', '115802.735000', '115822.618000', '115822.621000', '115822.624000', '115822.627000', '115822.629000', '115822.632000', '115822.635000', '115822.637000', '115822.640000', '115822.642000', '115822.645000', '115822.648000', '115822.650000', '115822.653000', '115822.655000', '115822.658000', '115822.661000', '115822.663000', '115822.666000', '115822.668000', '115822.671000', '115822.674000', '115822.676000', '115822.679000', '115822.682000', '115822.684000', '115822.687000', '115822.689000', '115822.692000', '115822.695000', '115822.697000', '115822.700000', '115822.703000', '115822.705000', '115822.708000', '115822.710000', '115822.713000', '115822.716000', '115822.718000', '115822.721000', '115822.724000', '115822.726000', '115822.729000', '115842.619000', '115842.621000', '115842.624000', '115842.627000', '115842.629000', '115842.632000', '115842.634000', '115842.637000', '115842.639000', '115842.642000', '115842.678000', '115842.680000', '115842.683000', '115842.686000', '115842.688000', '115842.691000', '115842.693000', '115842.696000', '115842.699000', '115842.701000', '115842.704000', '115842.706000', '115842.709000', '115842.712000', '115842.714000', '115842.717000', '115842.720000', '115842.722000', '115842.725000', '115842.727000', '115842.730000', '115842.733000', '115842.735000', '115842.738000', '115842.741000', '115842.743000', '115842.746000', '115842.748000', '115842.751000', '115842.754000', '115842.756000', '115842.759000', '115842.761000', '115842.764000', '115902.619000', '115902.621000', '115902.624000', '115902.627000', '115902.629000', '115902.632000', '115902.634000', '115902.637000', '115902.640000', '115902.642000', '115902.645000', '115902.648000', '115902.650000', '115902.653000', '115902.655000', '115902.658000', '115902.661000', '115902.663000', '115902.666000', '115902.669000', '115902.671000', '115902.674000', '115902.676000', '115902.679000', '115902.682000', '115902.684000', '115902.687000', '115902.690000', '115902.692000', '115902.695000', '115902.697000', '115902.700000', '115902.703000', '115902.705000', '115902.708000', '115902.711000', '115902.713000', '115902.716000', '115902.718000', '115902.721000', '115902.724000', '115902.726000', '115902.729000', '115922.617000', '115922.620000', '115922.623000', '115922.626000', '115922.629000', '115922.631000', '115922.634000', '115922.637000', '115922.640000', '115922.643000', '115922.645000', '115922.649000', '115922.652000', '115922.655000', '115922.658000', '115922.660000', '115922.663000', '115922.665000', '115922.668000', '115922.671000', '115922.673000', '115922.676000', '115922.679000', '115922.681000', '115922.684000', '115922.686000', '115922.689000', '115922.692000', '115922.695000', '115922.697000', '115922.700000', '115922.703000', '115922.705000', '115922.708000', '115922.710000', '115922.713000', '115922.716000', '115922.718000', '115922.721000', '115922.724000', '115922.726000', '115922.729000', '115922.732000', '115942.618000', '115942.620000', '115942.623000', '115942.626000', '115942.628000', '115942.631000', '115942.633000', '115942.636000', '115942.639000', '115942.642000', '115942.644000', '115942.647000', '115942.649000', '115942.652000', '115942.654000', '115942.657000', '115942.660000', '115942.663000', '115942.665000', '115942.668000', '115942.671000', '115942.673000', '115942.676000', '115942.679000', '115942.681000', '115942.684000', '115942.686000', '115942.689000', '115942.692000', '115942.694000', '115942.697000', '115942.699000', '115942.702000', '115942.705000', '115942.707000', '115942.710000', '115942.712000', '115942.715000', '115942.718000', '115942.720000', '115942.723000', '115942.726000', '115942.728000', '115942.731000', '120002.617000', '120002.620000', '120002.623000', '120002.626000', '120002.628000', '120002.631000', '120002.634000', '120002.636000', '120002.639000', '120002.642000', '120002.644000', '120002.647000', '120002.650000', '120002.652000', '120002.655000', '120002.658000', '120002.660000', '120002.663000', '120002.665000', '120002.668000', '120002.671000', '120002.673000', '120002.676000', '120002.679000', '120002.681000', '120002.684000', '120002.686000', '120002.689000', '120002.692000', '120002.694000', '120002.697000', '120002.699000', '120002.702000', '120002.705000', '120002.707000', '120002.721000', '120002.723000', '120002.726000', '120002.729000', '120002.731000', '120002.734000', '120002.736000', '120002.739000', '120022.618000', '120022.620000', '120022.623000', '120022.626000', '120022.628000', '120022.631000', '120022.634000', '120022.636000', '120022.639000', '120022.642000', '120022.644000', '120022.647000', '120022.649000', '120022.652000', '120022.655000', '120022.657000', '120022.660000', '120022.662000', '120022.665000', '120022.668000', '120022.671000', '120022.673000', '120022.676000', '120022.679000', '120022.681000', '120022.684000', '120022.687000', '120022.689000', '120022.692000', '120022.694000', '120022.697000', '120022.700000', '120022.702000', '120022.705000', '120022.707000', '120022.710000', '120022.713000', '120022.715000', '120022.718000', '120022.720000', '120022.723000', '120022.726000', '120022.728000', '120022.731000', '120042.619000', '120042.622000', '120042.624000', '120042.627000', '120042.629000', '120042.632000', '120042.635000', '120042.637000', '120042.640000', '120042.643000', '120042.645000', '120042.648000', '120042.651000', '120042.653000', '120042.656000', '120042.659000', '120042.661000', '120042.664000', '120042.666000', '120042.669000', '120042.672000', '120042.674000', '120042.677000', '120042.680000', '120042.682000', '120042.685000', '120042.687000', '120042.691000', '120042.694000', '120042.696000', '120042.699000', '120042.702000', '120042.704000', '120042.707000', '120042.710000', '120042.712000', '120042.715000', '120042.717000', '120042.720000', '120042.723000', '120042.725000', '120042.728000', '120042.731000', '120102.618000', '120102.622000', '120102.624000', '120102.627000', '120102.630000', '120102.633000', '120102.635000', '120102.638000', '120102.640000', '120102.643000', '120102.645000', '120102.648000', '120102.651000', '120102.653000', '120102.656000', '120102.659000', '120102.661000', '120102.664000', '120102.667000', '120102.670000', '120102.672000', '120102.675000', '120102.677000', '120102.680000', '120102.683000', '120102.685000', '120102.688000', '120102.691000', '120102.693000', '120102.696000', '120102.699000', '120102.701000', '120102.704000', '120102.706000', '120102.709000', '120102.712000', '120102.714000', '120102.717000', '120102.719000', '120102.722000', '120102.725000', '120102.727000', '120102.730000', '120102.732000', '120122.618000', '120122.621000', '120122.624000', '120122.627000', '120122.629000', '120122.632000', '120122.635000', '120122.637000', '120122.640000', '120122.643000', '120122.645000', '120122.648000', '120122.651000', '120122.653000', '120122.656000', '120122.659000', '120122.661000', '120122.664000', '120122.667000', '120122.669000', '120122.672000', '120122.691000', '120122.694000', '120122.696000', '120122.699000', '120122.702000', '120122.704000', '120122.707000', '120122.710000', '120122.712000', '120122.715000', '120122.718000', '120122.720000', '120122.723000', '120122.726000', '120122.728000', '120122.731000', '120122.733000', '120122.736000', '120122.739000', '120122.741000', '120122.744000', '120122.746000', '120142.618000', '120142.620000', '120142.640000', '120142.643000', '120142.645000', '120142.648000', '120142.650000', '120142.653000', '120142.656000', '120142.658000', '120142.661000', '120142.663000', '120142.666000', '120142.669000', '120142.671000', '120142.674000', '120142.677000', '120142.679000', '120142.682000', '120142.684000', '120142.687000', '120142.690000', '120142.692000', '120142.695000', '120142.697000', '120142.700000', '120142.703000', '120142.705000', '120142.708000', '120142.712000', '120142.715000', '120142.718000', '120142.720000', '120142.723000', '120142.725000', '120142.728000', '120142.731000', '120142.733000', '120142.736000', '120142.738000', '120142.741000', '120142.744000', '120142.746000', '120142.749000', '120202.617000', '120202.620000', '120202.623000', '120202.626000', '120202.628000', '120202.631000', '120202.634000', '120202.636000', '120202.639000', '120202.641000', '120202.644000', '120202.647000', '120202.649000', '120202.652000', '120202.654000', '120202.657000', '120202.660000', '120202.662000', '120202.672000', '120202.675000', '120202.677000', '120202.680000', '120202.683000', '120202.685000', '120202.688000', '120202.690000', '120202.693000', '120202.696000', '120202.698000', '120202.701000', '120202.704000', '120202.706000', '120202.709000', '120202.712000', '120202.714000', '120202.717000', '120202.719000', '120202.722000', '120202.725000', '120202.727000', '120202.730000', '120202.733000', '120202.736000', '120222.618000', '120222.621000', '120222.623000', '120222.627000', '120222.629000', '120222.632000', '120222.635000', '120222.637000', '120222.640000', '120222.642000', '120222.645000', '120222.648000', '120222.650000', '120222.653000', '120222.655000', '120222.658000', '120222.661000', '120222.663000', '120222.666000', '120222.669000', '120222.671000', '120222.674000', '120222.676000', '120222.679000', '120222.682000', '120222.684000', '120222.687000', '120222.690000', '120222.692000', '120222.695000', '120222.697000', '120222.700000', '120222.703000', '120222.705000', '120222.708000', '120222.711000', '120222.713000', '120222.716000', '120222.718000', '120222.721000', '120222.724000', '120222.726000', '120222.729000', '120222.731000', '120242.618000', '120242.621000', '120242.623000', '120242.626000', '120242.629000', '120242.631000', '120242.634000', '120242.636000', '120242.639000', '120242.642000', '120242.644000', '120242.647000', '120242.649000', '120242.652000', '120242.655000', '120242.657000', '120242.660000', '120242.663000', '120242.665000', '120242.668000', '120242.670000', '120242.673000', '120242.676000', '120242.678000', '120242.681000', '120242.684000', '120242.686000', '120242.689000', '120242.691000', '120242.694000', '120242.697000', '120242.699000', '120242.702000', '120242.705000', '120242.707000', '120242.710000', '120242.712000', '120242.715000', '120242.718000', '120242.720000', '120242.725000', '120242.727000', '120242.730000', '120302.618000', '120302.621000', '120302.624000', '120302.627000', '120302.629000', '120302.632000', '120302.634000', '120302.637000', '120302.640000', '120302.642000', '120302.645000', '120302.647000', '120302.650000', '120302.666000', '120302.668000', '120302.671000', '120302.674000', '120302.676000', '120302.679000', '120302.681000', '120302.684000', '120302.687000', '120302.689000', '120302.692000', '120302.695000', '120302.697000', '120302.700000', '120302.703000', '120302.705000', '120302.708000', '120302.710000', '120302.713000', '120302.716000', '120302.718000', '120302.721000', '120302.723000', '120302.726000', '120302.728000', '120302.731000', '120302.734000', '120302.736000', '120302.739000', '120302.742000', '120302.744000', '120304.322000', '120304.325000', '120304.327000', '120304.330000'], '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': [7770, 7660, 7341, 7405, 7109, 7379, 6988, 7168, 7281, 6941, 7310, 7079, 7512, 7019, 7387, 7418, 7420, 7720, 7125, 7684, 7068, 7220, 6842, 7305, 7409, 7091, 7738, 7002, 7382, 7183, 7207, 7439, 7116, 7508, 7283, 7628, 7103, 7302, 7397, 7266, 7148, 7252, 8135, 7092, 7800, 7187, 7242, 7015, 7274, 7373, 7105, 7789, 7123, 7201, 7200, 7268, 7155, 7379, 7476, 6964, 7144, 7218, 7442, 7237, 7249, 7064, 7025, 7589, 7106, 7382, 7765, 7307, 7297, 7234, 7740, 6815, 7019, 7339, 6858, 7295, 6851, 6949, 8042, 7032, 7162, 6898, 7615, 7503, 7181, 7668, 7155, 7354, 7716, 7530, 7574, 7088, 7674, 6932, 7676, 7641, 7868, 7920, 7450, 7530, 7717, 7780, 8033, 7226, 7427, 7107, 7369, 7397, 7290, 7608, 6922, 7471, 6863, 7527, 7292, 7394, 7919, 7197, 7738, 7243, 7497, 7405, 7746, 7219, 7330, 7632, 7493, 7489, 7636, 7038, 7534, 7139, 7577, 7433, 7679, 7329, 7194, 7272, 7160, 8135, 7463, 7558, 7351, 7408, 7931, 7045, 8048, 7104, 8071, 6759, 7942, 8120, 8147, 7772, 7091, 7893, 6737, 8238, 7141, 7578, 7527, 7147, 7870, 6837, 8339, 7011, 7603, 7469, 7155, 8284, 7338, 8407, 7269, 7744, 7821, 7192, 8135, 7391, 8137, 7184, 7672, 7939, 7523, 8385, 6938, 8383, 7333, 7751, 8113, 7540, 8506, 7017, 8423, 7728, 8389, 8197, 7249, 8168, 7340, 7953, 8526, 7407, 8531, 7148, 8269, 7716, 7443, 8338, 7317, 8224, 7259, 8382, 7753, 7588, 8486, 8156, 8559, 7675, 8389, 7569, 8185, 8473, 8078, 8383, 7104, 8463, 7472, 8104, 8215, 7830, 8295, 7398, 8577, 7799, 7975, 7899, 8037, 7917, 7842, 8405, 8289, 7675, 7610, 7366, 9041, 7603, 8614, 8133, 8326, 8188, 7473, 8541, 7347, 8819, 7446, 8506, 7879, 8756, 8494, 7754, 8658, 7393, 8520, 7802, 8737, 8326, 8782, 7988, 7473, 8918, 7424, 8410, 7477, 8887, 7527, 8493, 8201, 8129, 8347, 7459, 8143, 7055, 8561, 8339, 8897, 7987, 7214, 8539, 7699, 8876, 7561, 8385, 7918, 8559, 8152, 7646, 8732, 7680, 8673, 7581, 7829, 9087, 8163, 8840, 7657, 8433, 7262, 7917, 7248, 7500, 7609, 7700, 7355, 7618, 7896, 7828, 7841, 7311, 7860, 7352, 7873, 7932, 8451, 7695, 7334, 7796, 7006, 8462, 7551, 8362, 7927, 7408, 7688, 7271, 8191, 7409, 8361, 7668, 7538, 8276, 7449, 8543, 7250, 8579, 8065, 7270, 8577, 7265, 8601, 7636, 8327, 7567, 8571, 8244, 7502, 8679, 7771, 8691, 8073, 8732, 8419, 7382, 8663, 7602, 8830, 8311, 8244, 8183, 8271, 8555, 7798, 8932, 7806, 8731, 8520, 8083, 8868, 7784, 8957, 7859, 8695, 7742, 8196, 8994, 7976, 8954, 7855, 8677, 8035, 8694, 8144, 8515, 8754, 7871, 8909, 7736, 9139, 8161, 8844, 8578, 7738, 8755, 8150, 8785, 8011, 8651, 8293, 7828, 8624, 7512, 7682, 7708, 8195, 7322, 7925, 7670, 7768, 7815, 7745, 8688, 7854, 8364, 7802, 7472, 8741, 7531, 8860, 7974, 8389, 8409, 7849, 8805, 7631, 8701, 8162, 8055, 8583, 7666, 8748, 7844, 8702, 8071, 7974, 9000, 7477, 9157, 8089, 8998, 8487, 8024, 8733, 7631, 8495, 8227, 8653, 8517, 7752, 8646, 7646, 8477, 8010, 8897, 7722, 8688, 8705, 8484, 9063, 8019, 8999, 8333, 7895, 9055, 7813, 8716, 8163, 8838, 8669, 7673, 8914, 7675, 9056, 7782, 8676, 8889, 7961, 8876, 7721, 8719, 8994, 7947, 8887, 8237, 8710, 9200, 8449, 9220, 8021, 8375, 9102, 7924, 8686, 8947, 7821, 8627, 8176, 7862, 8872, 7871, 8504, 8014, 7840, 8919, 8602, 7847, 7646, 7894, 7712, 7736, 7279, 7396, 7890, 7592, 8330, 7120, 8020, 7715, 8083, 7990, 7173, 8449, 7091, 7987, 7693, 6998, 8253, 6993, 8569, 7072, 8192, 7797, 6939, 7906, 7237, 8105, 7035, 8271, 7500, 8266, 7857, 8041, 8202, 7531, 8379, 7468, 8585, 7541, 8328, 7660, 7610, 8057, 7371, 8408, 7217, 8413, 7472, 8134, 7027, 7851, 7372, 7296, 7681, 7115, 8231, 7110, 7949, 7330, 8054, 6992, 7863, 6961, 8202, 7692, 6993, 7946, 7286, 8147, 7173, 7999, 6960, 7742, 6987, 8196, 7989, 7684, 8577, 8328, 8200, 7027, 8180, 6923, 7808, 6879, 7811, 8300, 7122, 8077, 7489, 7847, 7082, 8091, 7289, 7544, 7566, 6867, 7819, 7548, 7895, 6881, 7950, 6731, 7780, 7787, 7149, 7871, 7120, 8025, 7217, 7763, 7745, 7488, 8419, 7348, 8111, 7526, 7575, 8090, 7307, 7696, 7577, 8072, 7528, 7568, 7520, 7050, 7334, 7360, 7590, 7301, 7791, 7203, 8297, 7246, 7273, 7307, 6907, 7764, 7063, 8079, 6895, 7476, 7671, 6750, 7688, 6926, 7828, 7529, 6977, 7696, 7092, 7710, 7325, 8084, 6927, 8282, 7690, 7136, 7955, 8350, 8478, 7746, 8180, 7518, 8496, 7357, 8364, 7126, 8213, 7601, 7932, 8211, 7795, 8304, 7599, 8480, 7580, 9021, 7036, 9206, 7459, 8703, 8175, 7293, 8293, 7477, 9026, 8200, 8612, 9056, 7795, 8630, 8592, 7396, 8548, 8181, 7887, 8241, 7522, 8623, 7572, 8708, 9106, 8451, 7629, 8129, 8341, 7960, 7589, 7894, 7664, 7974, 7826, 7818, 7639, 7756, 7936, 7384, 7746, 7872, 7587, 7920, 7914, 8004, 7463, 8098, 7652, 7617, 7856, 7656, 7934, 7745, 7451, 7116, 7730, 6803, 8506, 7754, 8238, 8425, 7377, 7791, 8393, 8654, 7791, 8744, 7623, 7130, 7658, 9320, 8340, 8080, 7628, 7754, 7018, 7694, 6842, 7428, 6815, 6703, 7003, 6745, 6923, 6660, 7336, 6719, 7508, 7730, 7312, 6889, 7197, 6772, 7108, 6763, 7725, 6934, 7068, 7201, 7109, 6755, 7081, 7301, 6936, 6789, 7021, 6837, 6990, 6873, 6886, 7103, 6935, 7178, 7814, 7007, 7115, 6884, 6871, 7118, 6753, 7090, 7081, 7133, 6919, 7158, 7157, 7039, 7156, 6964, 7005, 6976, 7215, 7218, 7082, 7324, 7110, 7058, 6838, 7264, 6888, 6814, 7024, 6773, 6839, 7258, 7235, 6993, 6925, 7688, 6921, 7718, 7023, 7871, 7052, 7852, 6819, 7130, 6780, 7249, 8011, 7028, 7666, 7112, 7408, 7117, 7468, 7185, 6989, 7076, 7277, 7248, 7273, 7138, 7199, 8245, 7279, 7768, 7413, 7882, 7061, 7514, 6992, 7511, 8346, 7520, 8145, 7142, 7941, 7016, 7713, 7891, 7665, 8249, 7253, 7871, 6830, 7651, 6762, 7478, 7387, 7410, 8361, 7739, 8188, 7182, 7954, 7168, 7665, 7078, 7697, 8563, 7714, 8869], 'WindowCenter': [4218.0, 4210.0, 4185.0, 4183.0, 4169.0, 4172.0, 4157.0, 4155.0, 4166.0, 4154.0, 4166.0, 4157.0, 4167.0, 4152.0, 4155.0, 4168.0, 4168.0, 4166.0, 4167.0, 4179.0, 4154.0, 4167.0, 4154.0, 4164.0, 4165.0, 4167.0, 4166.0, 4155.0, 4167.0, 4168.0, 4177.0, 4178.0, 4174.0, 4168.0, 4179.0, 4180.0, 4156.0, 4168.0, 4179.0, 4179.0, 4168.0, 4168.0, 4178.0, 4168.0, 4180.0, 4169.0, 4169.0, 4168.0, 4172.0, 4180.0, 4169.0, 4181.0, 4169.0, 4168.0, 4168.0, 4169.0, 4168.0, 4166.0, 4167.0, 4167.0, 4169.0, 4167.0, 4180.0, 4181.0, 4168.0, 4170.0, 4157.0, 4180.0, 4156.0, 4169.0, 4178.0, 4172.0, 4171.0, 4167.0, 4168.0, 4144.0, 4168.0, 4167.0, 4156.0, 4166.0, 4156.0, 4156.0, 4165.0, 4154.0, 4156.0, 4155.0, 4168.0, 4153.0, 4156.0, 4165.0, 4153.0, 4156.0, 4177.0, 4170.0, 4171.0, 4154.0, 4178.0, 4155.0, 4172.0, 4171.0, 4169.0, 4180.0, 4167.0, 4170.0, 4171.0, 4167.0, 4170.0, 4154.0, 4171.0, 4160.0, 4173.0, 4185.0, 4170.0, 4173.0, 4172.0, 4172.0, 4158.0, 4183.0, 4175.0, 4180.0, 4184.0, 4168.0, 4183.0, 4168.0, 4175.0, 4171.0, 4183.0, 4184.0, 4170.0, 4185.0, 4185.0, 4174.0, 4186.0, 4175.0, 4186.0, 4173.0, 4186.0, 4188.0, 4180.0, 4184.0, 4174.0, 4183.0, 4183.0, 4192.0, 4182.0, 4193.0, 4185.0, 4182.0, 4193.0, 4169.0, 4180.0, 4168.0, 4179.0, 4157.0, 4178.0, 4191.0, 4180.0, 4168.0, 4156.0, 4165.0, 4144.0, 4165.0, 4155.0, 4165.0, 4165.0, 4154.0, 4165.0, 4147.0, 4165.0, 4143.0, 4153.0, 4154.0, 4153.0, 4175.0, 4153.0, 4165.0, 4155.0, 4166.0, 4166.0, 4156.0, 4166.0, 4155.0, 4167.0, 4157.0, 4167.0, 4179.0, 4167.0, 4176.0, 4155.0, 4178.0, 4167.0, 4166.0, 4179.0, 4167.0, 4190.0, 4167.0, 4177.0, 4178.0, 4178.0, 4178.0, 4166.0, 4178.0, 4167.0, 4178.0, 4190.0, 4168.0, 4178.0, 4157.0, 4177.0, 4179.0, 4169.0, 4190.0, 4168.0, 4190.0, 4169.0, 4190.0, 4180.0, 4182.0, 4192.0, 4179.0, 4191.0, 4180.0, 4190.0, 4181.0, 4191.0, 4190.0, 4181.0, 4191.0, 4169.0, 4190.0, 4170.0, 4181.0, 4192.0, 4182.0, 4192.0, 4181.0, 4202.0, 4183.0, 4180.0, 4194.0, 4193.0, 4182.0, 4192.0, 4192.0, 4191.0, 4194.0, 4182.0, 4182.0, 4201.0, 4179.0, 4191.0, 4180.0, 4178.0, 4190.0, 4169.0, 4178.0, 4166.0, 4177.0, 4168.0, 4178.0, 4178.0, 4178.0, 4189.0, 4180.0, 4188.0, 4167.0, 4178.0, 4181.0, 4177.0, 4165.0, 4176.0, 4167.0, 4154.0, 4187.0, 4167.0, 4177.0, 4166.0, 4187.0, 4166.0, 4175.0, 4176.0, 4177.0, 4177.0, 4154.0, 4166.0, 4153.0, 4176.0, 4175.0, 4187.0, 4177.0, 4166.0, 4187.0, 4165.0, 4189.0, 4167.0, 4178.0, 4177.0, 4176.0, 4177.0, 4166.0, 4177.0, 4166.0, 4176.0, 4180.0, 4165.0, 4199.0, 4175.0, 4175.0, 4176.0, 4174.0, 4164.0, 4179.0, 4180.0, 4176.0, 4175.0, 4174.0, 4165.0, 4164.0, 4175.0, 4176.0, 4178.0, 4164.0, 4176.0, 4165.0, 4174.0, 4175.0, 4175.0, 4168.0, 4152.0, 4156.0, 4151.0, 4163.0, 4157.0, 4165.0, 4168.0, 4151.0, 4153.0, 4151.0, 4165.0, 4153.0, 4163.0, 4155.0, 4165.0, 4176.0, 4153.0, 4174.0, 4153.0, 4166.0, 4164.0, 4154.0, 4179.0, 4157.0, 4178.0, 4168.0, 4175.0, 4171.0, 4175.0, 4179.0, 4169.0, 4187.0, 4165.0, 4187.0, 4177.0, 4175.0, 4176.0, 4155.0, 4176.0, 4165.0, 4185.0, 4176.0, 4174.0, 4177.0, 4176.0, 4188.0, 4178.0, 4189.0, 4168.0, 4188.0, 4188.0, 4177.0, 4200.0, 4179.0, 4189.0, 4177.0, 4188.0, 4168.0, 4178.0, 4190.0, 4178.0, 4189.0, 4179.0, 4190.0, 4180.0, 4191.0, 4191.0, 4189.0, 4191.0, 4191.0, 4201.0, 4180.0, 4201.0, 4190.0, 4200.0, 4190.0, 4180.0, 4191.0, 4180.0, 4190.0, 4178.0, 4189.0, 4188.0, 4178.0, 4188.0, 4168.0, 4181.0, 4179.0, 4175.0, 4172.0, 4178.0, 4170.0, 4169.0, 4168.0, 4165.0, 4179.0, 4176.0, 4178.0, 4170.0, 4155.0, 4175.0, 4163.0, 4175.0, 4164.0, 4165.0, 4177.0, 4166.0, 4188.0, 4167.0, 4177.0, 4176.0, 4177.0, 4188.0, 4166.0, 4189.0, 4178.0, 4177.0, 4178.0, 4177.0, 4189.0, 4167.0, 4190.0, 4178.0, 4187.0, 4188.0, 4178.0, 4189.0, 4166.0, 4189.0, 4179.0, 4190.0, 4190.0, 4178.0, 4189.0, 4179.0, 4189.0, 4191.0, 4201.0, 4180.0, 4191.0, 4191.0, 4189.0, 4202.0, 4180.0, 4189.0, 4193.0, 4193.0, 4201.0, 4179.0, 4202.0, 4191.0, 4191.0, 4190.0, 4180.0, 4191.0, 4179.0, 4190.0, 4169.0, 4190.0, 4190.0, 4177.0, 4190.0, 4178.0, 4189.0, 4190.0, 4179.0, 4202.0, 4187.0, 4217.0, 4215.0, 4191.0, 4204.0, 4192.0, 4191.0, 4203.0, 4193.0, 4201.0, 4203.0, 4181.0, 4202.0, 4189.0, 4193.0, 4202.0, 4192.0, 4204.0, 4193.0, 4205.0, 4230.0, 4217.0, 4217.0, 4194.0, 4193.0, 4191.0, 4191.0, 4180.0, 4173.0, 4193.0, 4171.0, 4183.0, 4156.0, 4163.0, 4165.0, 4164.0, 4165.0, 4144.0, 4162.0, 4141.0, 4151.0, 4151.0, 4141.0, 4150.0, 4127.0, 4149.0, 4128.0, 4149.0, 4150.0, 4141.0, 4150.0, 4139.0, 4150.0, 4138.0, 4148.0, 4138.0, 4149.0, 4151.0, 4162.0, 4163.0, 4163.0, 4174.0, 4155.0, 4177.0, 4165.0, 4176.0, 4166.0, 4166.0, 4176.0, 4165.0, 4176.0, 4165.0, 4177.0, 4166.0, 4178.0, 4157.0, 4192.0, 4167.0, 4169.0, 4166.0, 4157.0, 4178.0, 4168.0, 4178.0, 4168.0, 4179.0, 4169.0, 4179.0, 4168.0, 4179.0, 4167.0, 4157.0, 4178.0, 4168.0, 4179.0, 4170.0, 4179.0, 4170.0, 4179.0, 4158.0, 4177.0, 4177.0, 4167.0, 4178.0, 4189.0, 4191.0, 4158.0, 4191.0, 4181.0, 4180.0, 4159.0, 4179.0, 4190.0, 4168.0, 4178.0, 4168.0, 4190.0, 4170.0, 4180.0, 4170.0, 4182.0, 4182.0, 4171.0, 4180.0, 4181.0, 4180.0, 4168.0, 4180.0, 4160.0, 4179.0, 4180.0, 4158.0, 4179.0, 4168.0, 4190.0, 4179.0, 4179.0, 4180.0, 4180.0, 4191.0, 4180.0, 4190.0, 4168.0, 4167.0, 4178.0, 4178.0, 4181.0, 4180.0, 4192.0, 4191.0, 4195.0, 4191.0, 4181.0, 4181.0, 4180.0, 4183.0, 4184.0, 4184.0, 4180.0, 4191.0, 4182.0, 4169.0, 4170.0, 4169.0, 4179.0, 4157.0, 4167.0, 4168.0, 4167.0, 4191.0, 4157.0, 4168.0, 4153.0, 4162.0, 4164.0, 4156.0, 4168.0, 4155.0, 4180.0, 4169.0, 4178.0, 4168.0, 4178.0, 4181.0, 4179.0, 4179.0, 4189.0, 4178.0, 4166.0, 4178.0, 4168.0, 4176.0, 4166.0, 4180.0, 4167.0, 4175.0, 4165.0, 4165.0, 4177.0, 4164.0, 4175.0, 4165.0, 4177.0, 4165.0, 4175.0, 4154.0, 4186.0, 4155.0, 4176.0, 4178.0, 4167.0, 4176.0, 4164.0, 4175.0, 4176.0, 4173.0, 4187.0, 4168.0, 4176.0, 4175.0, 4164.0, 4188.0, 4191.0, 4190.0, 4191.0, 4194.0, 4202.0, 4203.0, 4224.0, 4240.0, 4214.0, 4218.0, 4205.0, 4204.0, 4193.0, 4193.0, 4192.0, 4192.0, 4191.0, 4182.0, 4182.0, 4179.0, 4169.0, 4177.0, 4169.0, 4167.0, 4164.0, 4155.0, 4164.0, 4164.0, 4166.0, 4154.0, 4163.0, 4154.0, 4165.0, 4163.0, 4178.0, 4178.0, 4151.0, 4143.0, 4132.0, 4155.0, 4148.0, 4176.0, 4166.0, 4166.0, 4164.0, 4176.0, 4179.0, 4183.0, 4194.0, 4181.0, 4195.0, 4185.0, 4184.0, 4169.0, 4161.0, 4138.0, 4124.0, 4113.0, 4122.0, 4102.0, 4111.0, 4090.0, 4102.0, 4088.0, 4086.0, 4084.0, 4076.0, 4082.0, 4084.0, 4084.0, 4085.0, 4108.0, 4115.0, 4111.0, 4124.0, 4124.0, 4114.0, 4112.0, 4111.0, 4136.0, 4124.0, 4128.0, 4139.0, 4145.0, 4140.0, 4143.0, 4153.0, 4156.0, 4142.0, 4141.0, 4142.0, 4142.0, 4143.0, 4143.0, 4155.0, 4155.0, 4155.0, 4155.0, 4156.0, 4155.0, 4156.0, 4157.0, 4157.0, 4157.0, 4156.0, 4156.0, 4158.0, 4156.0, 4169.0, 4171.0, 4183.0, 4169.0, 4167.0, 4171.0, 4172.0, 4168.0, 4174.0, 4169.0, 4168.0, 4168.0, 4169.0, 4170.0, 4170.0, 4170.0, 4159.0, 4174.0, 4159.0, 4158.0, 4175.0, 4174.0, 4169.0, 4159.0, 4169.0, 4157.0, 4173.0, 4156.0, 4170.0, 4161.0, 4168.0, 4160.0, 4158.0, 4154.0, 4162.0, 4172.0, 4161.0, 4169.0, 4157.0, 4169.0, 4158.0, 4164.0, 4156.0, 4165.0, 4169.0, 4183.0, 4182.0, 4182.0, 4176.0, 4173.0, 4182.0, 4183.0, 4184.0, 4170.0, 4180.0, 4171.0, 4170.0, 4171.0, 4185.0, 4191.0, 4169.0, 4181.0, 4159.0, 4180.0, 4170.0, 4180.0, 4180.0, 4179.0, 4180.0, 4167.0, 4179.0, 4159.0, 4182.0, 4160.0, 4171.0, 4171.0, 4182.0, 4192.0, 4183.0, 4193.0, 4172.0, 4182.0, 4172.0, 4183.0, 4170.0, 4182.0, 4193.0, 4180.0, 4192.0], 'WindowWidth': [9391.0, 9364.0, 9317.0, 9310.0, 9283.0, 9286.0, 9260.0, 9255.0, 9268.0, 9251.0, 9271.0, 9258.0, 9271.0, 9245.0, 9250.0, 9275.0, 9276.0, 9267.0, 9274.0, 9291.0, 9251.0, 9271.0, 9248.0, 9263.0, 9264.0, 9270.0, 9268.0, 9252.0, 9272.0, 9276.0, 9288.0, 9288.0, 9292.0, 9276.0, 9293.0, 9293.0, 9255.0, 9275.0, 9291.0, 9292.0, 9277.0, 9276.0, 9288.0, 9273.0, 9293.0, 9279.0, 9278.0, 9272.0, 9283.0, 9292.0, 9280.0, 9296.0, 9276.0, 9275.0, 9274.0, 9277.0, 9272.0, 9268.0, 9272.0, 9273.0, 9276.0, 9270.0, 9294.0, 9298.0, 9273.0, 9278.0, 9257.0, 9291.0, 9253.0, 9276.0, 9288.0, 9283.0, 9280.0, 9272.0, 9272.0, 9235.0, 9274.0, 9270.0, 9253.0, 9267.0, 9253.0, 9253.0, 9262.0, 9245.0, 9254.0, 9249.0, 9268.0, 9242.0, 9251.0, 9265.0, 9243.0, 9251.0, 9284.0, 9274.0, 9275.0, 9248.0, 9288.0, 9249.0, 9281.0, 9277.0, 9274.0, 9292.0, 9268.0, 9275.0, 9279.0, 9271.0, 9273.0, 9248.0, 9278.0, 9262.0, 9283.0, 9305.0, 9278.0, 9283.0, 9280.0, 9284.0, 9262.0, 9297.0, 9291.0, 9294.0, 9299.0, 9274.0, 9301.0, 9271.0, 9291.0, 9280.0, 9299.0, 9302.0, 9279.0, 9308.0, 9305.0, 9288.0, 9306.0, 9290.0, 9306.0, 9284.0, 9307.0, 9314.0, 9293.0, 9305.0, 9285.0, 9301.0, 9303.0, 9312.0, 9298.0, 9319.0, 9304.0, 9299.0, 9315.0, 9277.0, 9292.0, 9274.0, 9289.0, 9258.0, 9286.0, 9310.0, 9290.0, 9270.0, 9252.0, 9261.0, 9232.0, 9262.0, 9248.0, 9261.0, 9263.0, 9245.0, 9262.0, 9240.0, 9262.0, 9229.0, 9242.0, 9245.0, 9245.0, 9277.0, 9245.0, 9263.0, 9248.0, 9265.0, 9265.0, 9250.0, 9265.0, 9249.0, 9268.0, 9256.0, 9271.0, 9287.0, 9271.0, 9280.0, 9250.0, 9285.0, 9271.0, 9267.0, 9290.0, 9270.0, 9308.0, 9271.0, 9283.0, 9287.0, 9286.0, 9287.0, 9267.0, 9285.0, 9269.0, 9285.0, 9304.0, 9272.0, 9285.0, 9256.0, 9285.0, 9291.0, 9277.0, 9305.0, 9274.0, 9305.0, 9276.0, 9307.0, 9293.0, 9300.0, 9312.0, 9291.0, 9308.0, 9292.0, 9307.0, 9298.0, 9308.0, 9307.0, 9296.0, 9309.0, 9276.0, 9306.0, 9280.0, 9295.0, 9313.0, 9299.0, 9312.0, 9296.0, 9327.0, 9302.0, 9293.0, 9318.0, 9315.0, 9298.0, 9313.0, 9314.0, 9310.0, 9320.0, 9298.0, 9300.0, 9323.0, 9289.0, 9309.0, 9290.0, 9284.0, 9305.0, 9278.0, 9285.0, 9266.0, 9281.0, 9271.0, 9285.0, 9288.0, 9284.0, 9302.0, 9293.0, 9300.0, 9268.0, 9285.0, 9293.0, 9283.0, 9262.0, 9279.0, 9270.0, 9247.0, 9295.0, 9268.0, 9282.0, 9267.0, 9296.0, 9268.0, 9276.0, 9280.0, 9283.0, 9282.0, 9246.0, 9264.0, 9245.0, 9280.0, 9277.0, 9295.0, 9283.0, 9266.0, 9298.0, 9265.0, 9303.0, 9270.0, 9288.0, 9284.0, 9281.0, 9283.0, 9265.0, 9283.0, 9267.0, 9281.0, 9292.0, 9266.0, 9319.0, 9277.0, 9276.0, 9281.0, 9278.0, 9264.0, 9290.0, 9294.0, 9288.0, 9282.0, 9281.0, 9268.0, 9266.0, 9284.0, 9284.0, 9288.0, 9267.0, 9282.0, 9266.0, 9278.0, 9279.0, 9277.0, 9269.0, 9241.0, 9251.0, 9240.0, 9257.0, 9252.0, 9261.0, 9270.0, 9240.0, 9244.0, 9238.0, 9259.0, 9242.0, 9256.0, 9249.0, 9263.0, 9281.0, 9247.0, 9274.0, 9246.0, 9264.0, 9261.0, 9248.0, 9287.0, 9255.0, 9285.0, 9271.0, 9278.0, 9279.0, 9280.0, 9288.0, 9274.0, 9299.0, 9267.0, 9299.0, 9283.0, 9279.0, 9281.0, 9250.0, 9280.0, 9266.0, 9294.0, 9281.0, 9276.0, 9287.0, 9283.0, 9304.0, 9288.0, 9304.0, 9273.0, 9302.0, 9302.0, 9289.0, 9319.0, 9289.0, 9303.0, 9284.0, 9301.0, 9274.0, 9288.0, 9305.0, 9288.0, 9304.0, 9291.0, 9308.0, 9293.0, 9310.0, 9309.0, 9307.0, 9310.0, 9312.0, 9326.0, 9296.0, 9323.0, 9307.0, 9322.0, 9309.0, 9296.0, 9310.0, 9294.0, 9308.0, 9290.0, 9304.0, 9301.0, 9289.0, 9301.0, 9276.0, 9294.0, 9289.0, 9283.0, 9283.0, 9288.0, 9276.0, 9273.0, 9273.0, 9266.0, 9289.0, 9282.0, 9285.0, 9278.0, 9251.0, 9278.0, 9260.0, 9276.0, 9260.0, 9263.0, 9282.0, 9268.0, 9299.0, 9269.0, 9282.0, 9279.0, 9283.0, 9300.0, 9270.0, 9301.0, 9286.0, 9286.0, 9287.0, 9286.0, 9303.0, 9270.0, 9304.0, 9286.0, 9298.0, 9300.0, 9287.0, 9303.0, 9268.0, 9303.0, 9289.0, 9306.0, 9306.0, 9289.0, 9304.0, 9290.0, 9305.0, 9309.0, 9323.0, 9293.0, 9308.0, 9309.0, 9303.0, 9326.0, 9292.0, 9304.0, 9315.0, 9319.0, 9323.0, 9291.0, 9326.0, 9309.0, 9309.0, 9306.0, 9291.0, 9308.0, 9290.0, 9306.0, 9275.0, 9305.0, 9306.0, 9285.0, 9306.0, 9289.0, 9304.0, 9305.0, 9290.0, 9327.0, 9303.0, 9355.0, 9350.0, 9310.0, 9331.0, 9313.0, 9310.0, 9328.0, 9317.0, 9325.0, 9327.0, 9297.0, 9325.0, 9306.0, 9316.0, 9327.0, 9313.0, 9333.0, 9316.0, 9338.0, 9381.0, 9359.0, 9359.0, 9322.0, 9315.0, 9311.0, 9313.0, 9293.0, 9287.0, 9313.0, 9279.0, 9294.0, 9252.0, 9259.0, 9264.0, 9258.0, 9263.0, 9232.0, 9252.0, 9223.0, 9236.0, 9236.0, 9222.0, 9234.0, 9198.0, 9228.0, 9200.0, 9228.0, 9235.0, 9223.0, 9234.0, 9218.0, 9234.0, 9216.0, 9229.0, 9216.0, 9232.0, 9238.0, 9253.0, 9257.0, 9258.0, 9275.0, 9251.0, 9282.0, 9263.0, 9281.0, 9266.0, 9269.0, 9281.0, 9265.0, 9278.0, 9264.0, 9283.0, 9267.0, 9288.0, 9257.0, 9311.0, 9271.0, 9275.0, 9269.0, 9259.0, 9287.0, 9275.0, 9286.0, 9274.0, 9290.0, 9277.0, 9289.0, 9273.0, 9287.0, 9270.0, 9257.0, 9286.0, 9273.0, 9289.0, 9278.0, 9289.0, 9279.0, 9290.0, 9259.0, 9283.0, 9284.0, 9271.0, 9285.0, 9305.0, 9308.0, 9259.0, 9309.0, 9300.0, 9294.0, 9265.0, 9291.0, 9305.0, 9275.0, 9288.0, 9274.0, 9307.0, 9278.0, 9293.0, 9279.0, 9297.0, 9298.0, 9285.0, 9294.0, 9293.0, 9294.0, 9274.0, 9291.0, 9265.0, 9291.0, 9290.0, 9259.0, 9288.0, 9274.0, 9308.0, 9291.0, 9291.0, 9294.0, 9292.0, 9311.0, 9294.0, 9304.0, 9273.0, 9271.0, 9286.0, 9288.0, 9297.0, 9293.0, 9313.0, 9312.0, 9321.0, 9314.0, 9299.0, 9300.0, 9297.0, 9303.0, 9304.0, 9304.0, 9296.0, 9310.0, 9298.0, 9278.0, 9279.0, 9276.0, 9290.0, 9258.0, 9270.0, 9273.0, 9271.0, 9313.0, 9258.0, 9271.0, 9243.0, 9255.0, 9260.0, 9252.0, 9271.0, 9251.0, 9292.0, 9275.0, 9288.0, 9274.0, 9287.0, 9296.0, 9293.0, 9290.0, 9301.0, 9285.0, 9267.0, 9283.0, 9271.0, 9281.0, 9268.0, 9291.0, 9270.0, 9276.0, 9261.0, 9262.0, 9280.0, 9260.0, 9276.0, 9261.0, 9281.0, 9262.0, 9278.0, 9247.0, 9292.0, 9250.0, 9279.0, 9287.0, 9272.0, 9281.0, 9262.0, 9277.0, 9279.0, 9272.0, 9295.0, 9271.0, 9278.0, 9277.0, 9263.0, 9300.0, 9309.0, 9308.0, 9311.0, 9319.0, 9328.0, 9337.0, 9367.0, 9397.0, 9355.0, 9366.0, 9341.0, 9334.0, 9320.0, 9319.0, 9315.0, 9319.0, 9312.0, 9300.0, 9297.0, 9290.0, 9275.0, 9284.0, 9277.0, 9268.0, 9261.0, 9247.0, 9258.0, 9259.0, 9265.0, 9247.0, 9256.0, 9244.0, 9261.0, 9259.0, 9287.0, 9286.0, 9237.0, 9227.0, 9209.0, 9242.0, 9239.0, 9277.0, 9262.0, 9264.0, 9256.0, 9289.0, 9290.0, 9295.0, 9314.0, 9297.0, 9315.0, 9305.0, 9305.0, 9272.0, 9245.0, 9209.0, 9183.0, 9165.0, 9178.0, 9149.0, 9161.0, 9128.0, 9146.0, 9124.0, 9117.0, 9111.0, 9100.0, 9104.0, 9111.0, 9112.0, 9117.0, 9153.0, 9169.0, 9162.0, 9187.0, 9185.0, 9174.0, 9168.0, 9167.0, 9206.0, 9187.0, 9200.0, 9215.0, 9231.0, 9220.0, 9227.0, 9242.0, 9250.0, 9226.0, 9223.0, 9225.0, 9224.0, 9230.0, 9229.0, 9248.0, 9248.0, 9249.0, 9248.0, 9250.0, 9247.0, 9250.0, 9256.0, 9256.0, 9255.0, 9254.0, 9254.0, 9257.0, 9254.0, 9277.0, 9281.0, 9301.0, 9277.0, 9273.0, 9280.0, 9282.0, 9277.0, 9287.0, 9278.0, 9274.0, 9275.0, 9274.0, 9280.0, 9278.0, 9277.0, 9261.0, 9285.0, 9261.0, 9258.0, 9287.0, 9286.0, 9274.0, 9260.0, 9274.0, 9257.0, 9283.0, 9254.0, 9274.0, 9262.0, 9269.0, 9260.0, 9258.0, 9247.0, 9264.0, 9279.0, 9262.0, 9272.0, 9256.0, 9274.0, 9257.0, 9262.0, 9254.0, 9274.0, 9275.0, 9301.0, 9298.0, 9298.0, 9291.0, 9286.0, 9297.0, 9300.0, 9302.0, 9279.0, 9291.0, 9278.0, 9276.0, 9281.0, 9307.0, 9306.0, 9275.0, 9292.0, 9259.0, 9289.0, 9278.0, 9291.0, 9292.0, 9288.0, 9288.0, 9269.0, 9289.0, 9262.0, 9297.0, 9264.0, 9280.0, 9281.0, 9295.0, 9311.0, 9301.0, 9312.0, 9284.0, 9295.0, 9283.0, 9300.0, 9278.0, 9295.0, 9310.0, 9291.0, 9310.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.0056396052631578954</td></tr>
<tr><td colspan=3>aqi</td><td>0.03179830504385965</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.08560994682767</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.235067530515916</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.092576453490669</td></tr>
<tr><td colspan=3>efc</td><td>0.4565</td></tr>
<tr><td colspan=3>fber</td><td>7132.4321</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12630784259608874</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.171052631578947</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5166507404485285</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5026772130587984</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.758878752405023</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2883962558817643</td></tr>
<tr><td colspan=3>gcor</td><td>0.0168855</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018094699829816818</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03151208534836769</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.9800523707318956</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>29.98</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.3811</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.899</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306838.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>869.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.8745</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4119</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.978</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3452.6185</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69706.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4525.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.283</td></tr>
<tr><td colspan=3>tsnr</td><td>34.75581292598508</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>