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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-02/func/sub-0006_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1e0cb6ad42f535c936fb90b019a5606d</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>10:09:42.872500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999145, 0.0158279, 0.0381909, -0.00732421, 0.976964, -0.213279]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109008</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7689, -7255, 567, -49, 0, -10, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d571dc74-c4c1-4abb-8c1b-eb5b18992eb7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680633306503296, -0.019650310277938843, 0.1098545491695404, 114.83248138427734], [-0.0424649715423584, 2.6211228370666504, -0.5746044516563416, -75.30205535888672], [0.10246337205171585, 0.5722106695175171, 2.6358606815338135, -71.75321960449219], [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': ['100942.872500', '100943.332500', '100943.792500', '100944.252500', '100944.712500', '100945.172500', '100945.632500', '100946.092500', '100946.552500', '100947.012500', '100947.472500', '100947.932500', '100948.392500', '100948.852500', '100949.312500', '100949.772500', '100950.232500', '100950.692500', '100951.152500', '100951.612500', '100952.072500', '100952.532500', '100952.992500', '100953.452500', '100953.912500', '100954.372500', '100954.832500', '100955.292500', '100955.752500', '100956.212500', '100956.672500', '100957.132500', '100957.592500', '100958.052500', '100958.512500', '100958.972500', '100959.432500', '100959.892500', '101000.352500', '101000.812500', '101001.272500', '101001.732500', '101002.192500', '101002.652500', '101003.112500', '101003.572500', '101004.032500', '101004.492500', '101004.952500', '101005.412500', '101005.872500', '101006.332500', '101006.792500', '101007.252500', '101007.712500', '101008.172500', '101008.632500', '101009.092500', '101009.552500', '101010.012500', '101010.472500', '101010.932500', '101011.392500', '101011.852500', '101012.312500', '101012.772500', '101013.232500', '101013.692500', '101014.152500', '101014.612500', '101015.072500', '101015.532500', '101015.992500', '101016.452500', '101016.912500', '101017.372500', '101017.832500', '101018.292500', '101018.752500', '101019.212500', '101019.672500', '101020.132500', '101020.592500', '101021.052500', '101021.512500', '101021.972500', '101022.432500', '101022.892500', '101023.352500', '101023.812500', '101024.272500', '101024.732500', '101025.192500', '101025.652500', '101026.112500', '101026.572500', '101027.032500', '101027.492500', '101027.952500', '101028.412500', '101028.872500', '101029.332500', '101029.792500', '101030.252500', '101030.712500', '101031.172500', '101031.632500', '101032.092500', '101032.552500', '101033.012500', '101033.472500', '101033.932500', '101034.392500', '101034.852500', '101035.312500', '101035.772500', '101036.232500', '101036.692500', '101037.152500', '101037.612500', '101038.072500', '101038.532500', '101038.992500', '101039.452500', '101039.912500', '101040.372500', '101040.832500', '101041.292500', '101041.752500', '101042.212500', '101042.672500', '101043.132500', '101043.592500', '101044.052500', '101044.512500', '101044.972500', '101045.432500', '101045.892500', '101046.352500', '101046.812500', '101047.272500', '101047.732500', '101048.192500', '101048.652500', '101049.112500', '101049.572500', '101050.032500', '101050.492500', '101050.952500', '101051.412500', '101051.872500', '101052.332500', '101052.792500', '101053.252500', '101053.712500', '101054.172500', '101054.632500', '101055.092500', '101055.552500', '101056.012500', '101056.472500', '101056.932500', '101057.392500', '101057.852500', '101058.312500', '101058.772500', '101059.232500', '101059.692500', '101100.152500', '101100.612500', '101101.072500', '101101.532500', '101101.992500', '101102.452500', '101102.912500', '101103.372500', '101103.832500', '101104.292500', '101104.752500', '101105.212500', '101105.672500', '101106.132500', '101106.592500', '101107.052500', '101107.512500', '101107.972500', '101108.432500', '101108.892500', '101109.352500', '101109.812500', '101110.272500', '101110.732500', '101111.192500', '101111.652500', '101112.112500', '101112.572500', '101113.032500', '101113.492500', '101113.952500', '101114.412500', '101114.872500', '101115.332500', '101115.792500', '101116.252500', '101116.712500', '101117.172500', '101117.632500', '101118.092500', '101118.552500', '101119.012500', '101119.472500', '101119.932500', '101120.392500', '101120.852500', '101121.312500', '101121.772500', '101122.232500', '101122.692500', '101123.152500', '101123.612500', '101124.072500', '101124.532500', '101124.992500', '101125.452500', '101125.912500', '101126.372500', '101126.832500', '101127.292500', '101127.752500', '101128.212500', '101128.672500', '101129.132500', '101129.592500', '101130.052500', '101130.512500', '101130.972500', '101131.432500', '101131.892500', '101132.352500', '101132.812500', '101133.272500', '101133.732500', '101134.192500', '101134.652500', '101135.112500', '101135.572500', '101136.032500', '101136.492500', '101136.952500', '101137.412500', '101137.872500', '101138.332500', '101138.792500', '101139.252500', '101139.712500', '101140.172500', '101140.632500', '101141.092500', '101141.552500', '101142.012500', '101142.472500', '101142.932500', '101143.392500', '101143.852500', '101144.312500', '101144.772500', '101145.232500', '101145.692500', '101146.152500', '101146.612500', '101147.072500', '101147.532500', '101147.992500', '101148.452500', '101148.912500', '101149.372500', '101149.832500', '101150.292500', '101150.752500', '101151.212500', '101151.672500', '101152.132500', '101152.592500', '101153.052500', '101153.512500', '101153.972500', '101154.432500', '101154.892500', '101155.352500', '101155.812500', '101156.272500', '101156.732500', '101157.192500', '101157.652500', '101158.112500', '101158.572500', '101159.032500', '101159.492500', '101159.952500', '101200.412500', '101200.872500', '101201.332500', '101201.792500', '101202.252500', '101202.712500', '101203.172500', '101203.632500', '101204.092500', '101204.552500', '101205.012500', '101205.472500', '101205.932500', '101206.392500', '101206.852500', '101207.312500', '101207.772500', '101208.232500', '101208.692500', '101209.152500', '101209.612500', '101210.072500', '101210.532500', '101210.992500', '101211.452500', '101211.912500', '101212.372500', '101212.832500', '101213.292500', '101213.752500', '101214.212500', '101214.672500', '101215.132500', '101215.592500', '101216.052500', '101216.512500', '101216.972500', '101217.432500', '101217.892500', '101218.352500', '101218.812500', '101219.272500', '101219.732500', '101220.192500', '101220.652500', '101221.112500', '101221.572500', '101222.032500', '101222.492500', '101222.952500', '101223.412500', '101223.872500', '101224.332500', '101224.792500', '101225.252500', '101225.712500', '101226.172500', '101226.632500', '101227.092500', '101227.552500', '101228.012500', '101228.472500', '101228.932500', '101229.392500', '101229.852500', '101230.312500', '101230.772500', '101231.232500', '101231.692500', '101232.152500', '101232.612500', '101233.072500', '101233.532500', '101233.992500', '101234.452500', '101234.912500', '101235.372500', '101235.832500', '101236.292500', '101236.752500', '101237.212500', '101237.672500', '101238.132500', '101238.592500', '101239.052500', '101239.512500', '101239.972500', '101240.432500', '101240.892500', '101241.352500', '101241.812500', '101242.272500', '101242.732500', '101243.192500', '101243.652500', '101244.112500', '101244.572500', '101245.032500', '101245.492500', '101245.952500', '101246.412500', '101246.872500', '101247.332500', '101247.792500', '101248.252500', '101248.712500', '101249.172500', '101249.632500', '101250.092500', '101250.552500', '101251.012500', '101251.472500', '101251.932500', '101252.392500', '101252.852500', '101253.312500', '101253.772500', '101254.232500', '101254.692500', '101255.152500', '101255.612500', '101256.072500', '101256.532500', '101256.992500', '101257.452500', '101257.912500', '101258.372500', '101258.832500', '101259.292500', '101259.752500', '101300.212500', '101300.672500', '101301.132500', '101301.592500', '101302.052500', '101302.512500', '101302.972500', '101303.432500', '101303.892500', '101304.352500', '101304.812500', '101305.272500', '101305.732500', '101306.192500', '101306.652500', '101307.112500', '101307.572500', '101308.032500', '101308.492500', '101308.952500', '101309.412500', '101309.872500', '101310.332500', '101310.792500', '101311.252500', '101311.712500', '101312.172500', '101312.632500', '101313.092500', '101313.552500', '101314.012500', '101314.472500', '101314.932500', '101315.392500', '101315.852500', '101316.312500', '101316.772500', '101317.232500', '101317.692500', '101318.152500', '101318.612500', '101319.072500', '101319.532500', '101319.992500', '101320.452500', '101320.912500', '101321.372500', '101321.832500', '101322.292500', '101322.752500', '101323.212500', '101323.672500', '101324.132500', '101324.592500', '101325.052500', '101325.512500', '101325.972500', '101326.432500', '101326.892500', '101327.352500', '101327.812500', '101328.272500', '101328.732500', '101329.192500', '101329.652500', '101330.112500', '101330.572500', '101331.032500', '101331.492500', '101331.952500', '101332.412500', '101332.872500', '101333.332500', '101333.792500', '101334.252500', '101334.712500', '101335.172500', '101335.632500', '101336.092500', '101336.552500', '101337.012500', '101337.472500', '101337.932500', '101338.392500', '101338.852500', '101339.312500', '101339.772500', '101340.232500', '101340.692500', '101341.152500', '101341.612500', '101342.072500', '101342.532500', '101342.992500', '101343.452500', '101343.912500', '101344.372500', '101344.832500', '101345.292500', '101345.752500', '101346.212500', '101346.672500', '101347.132500', '101347.592500', '101348.052500', '101348.512500', '101348.972500', '101349.432500', '101349.892500', '101350.352500', '101350.812500', '101351.272500', '101351.732500', '101352.192500', '101352.652500', '101353.112500', '101353.572500', '101354.032500', '101354.492500', '101354.952500', '101355.412500', '101355.872500', '101356.332500', '101356.792500', '101357.252500', '101357.712500', '101358.172500', '101358.632500', '101359.092500', '101359.552500', '101400.012500', '101400.472500', '101400.932500', '101401.392500', '101401.852500', '101402.312500', '101402.772500', '101403.232500', '101403.692500', '101404.152500', '101404.612500', '101405.072500', '101405.532500', '101405.992500', '101406.452500', '101406.912500', '101407.372500', '101407.832500', '101408.292500', '101408.752500', '101409.212500', '101409.672500', '101410.132500', '101410.592500', '101411.052500', '101411.512500', '101411.972500', '101412.432500', '101412.892500', '101413.352500', '101413.812500', '101414.272500', '101414.732500', '101415.192500', '101415.652500', '101416.112500', '101416.572500', '101417.032500', '101417.492500', '101417.952500', '101418.412500', '101418.872500', '101419.332500', '101419.792500', '101420.252500', '101420.712500', '101421.172500', '101421.632500', '101422.092500', '101422.552500', '101423.012500', '101423.472500', '101423.932500', '101424.392500', '101424.852500', '101425.312500', '101425.772500', '101426.232500', '101426.692500', '101427.152500', '101427.612500', '101428.072500', '101428.532500', '101428.992500', '101429.452500', '101429.912500', '101430.372500', '101430.832500', '101431.292500', '101431.752500', '101432.212500', '101432.672500', '101433.132500', '101433.592500', '101434.052500', '101434.512500', '101434.972500', '101435.432500', '101435.892500', '101436.352500', '101436.812500', '101437.272500', '101437.732500', '101438.192500', '101438.652500', '101439.112500', '101439.572500', '101440.032500', '101440.492500', '101440.952500', '101441.412500', '101441.872500', '101442.332500', '101442.792500', '101443.252500', '101443.712500', '101444.172500', '101444.632500', '101445.092500', '101445.552500', '101446.012500', '101446.472500', '101446.932500', '101447.392500', '101447.852500', '101448.312500', '101448.772500', '101449.232500', '101449.692500', '101450.152500', '101450.612500', '101451.072500', '101451.532500', '101451.992500', '101452.452500', '101452.912500', '101453.372500', '101453.832500', '101454.292500', '101454.752500', '101455.212500', '101455.672500', '101456.132500', '101456.592500', '101457.052500', '101457.512500', '101457.972500', '101458.432500', '101458.892500', '101459.352500', '101459.812500', '101500.272500', '101500.732500', '101501.192500', '101501.652500', '101502.112500', '101502.572500', '101503.032500', '101503.492500', '101503.952500', '101504.412500', '101504.872500', '101505.332500', '101505.792500', '101506.252500', '101506.712500', '101507.172500', '101507.632500', '101508.092500', '101508.552500', '101509.012500', '101509.472500', '101509.932500', '101510.392500', '101510.852500', '101511.312500', '101511.772500', '101512.232500', '101512.692500', '101513.152500', '101513.612500', '101514.072500', '101514.532500', '101514.992500', '101515.452500', '101515.912500', '101516.372500', '101516.832500', '101517.292500', '101517.752500', '101518.212500', '101518.672500', '101519.132500', '101519.592500', '101520.052500', '101520.512500', '101520.972500', '101521.432500', '101521.892500', '101522.352500', '101522.812500', '101523.272500', '101523.732500', '101524.192500', '101524.652500', '101525.112500', '101525.572500', '101526.032500', '101526.492500', '101526.952500', '101527.412500', '101527.872500', '101528.332500', '101528.792500', '101529.252500', '101529.712500', '101530.172500', '101530.632500', '101531.092500', '101531.552500', '101532.012500', '101532.472500', '101532.932500', '101533.392500', '101533.852500', '101534.312500', '101534.772500', '101535.232500', '101535.692500', '101536.152500', '101536.612500', '101537.072500', '101537.532500', '101537.992500', '101538.452500', '101538.912500', '101539.372500', '101539.832500', '101540.292500', '101540.752500', '101541.212500', '101541.672500', '101542.132500', '101542.592500', '101543.052500', '101543.512500', '101543.972500', '101544.432500', '101544.892500', '101545.352500', '101545.812500', '101546.272500', '101546.732500', '101547.192500', '101547.652500', '101548.112500', '101548.572500', '101549.032500', '101549.492500', '101549.952500', '101550.412500', '101550.872500', '101551.332500', '101551.792500', '101552.252500', '101552.712500', '101553.172500', '101553.632500', '101554.092500', '101554.552500', '101555.012500', '101555.472500', '101555.932500', '101556.392500', '101556.852500', '101557.312500', '101557.772500', '101558.232500', '101558.692500', '101559.152500', '101559.612500', '101600.072500', '101600.532500', '101600.992500', '101601.452500', '101601.912500', '101602.372500', '101602.832500', '101603.292500', '101603.752500', '101604.212500', '101604.672500', '101605.132500', '101605.592500', '101606.052500', '101606.512500', '101606.972500', '101607.432500', '101607.892500', '101608.352500', '101608.812500', '101609.272500', '101609.732500', '101610.192500', '101610.652500', '101611.112500', '101611.572500', '101612.032500', '101612.492500', '101612.952500', '101613.412500', '101613.872500', '101614.332500', '101614.792500', '101615.252500', '101615.712500', '101616.172500', '101616.632500', '101617.092500', '101617.552500', '101618.012500', '101618.472500', '101618.932500', '101619.392500', '101619.852500', '101620.312500', '101620.772500', '101621.232500', '101621.692500', '101622.152500', '101622.612500', '101623.072500', '101623.532500', '101623.992500', '101624.452500', '101624.912500', '101625.372500', '101625.832500', '101626.292500', '101626.752500', '101627.212500', '101627.672500', '101628.132500', '101628.592500', '101629.052500', '101629.512500', '101629.972500', '101630.432500', '101630.892500', '101631.352500', '101631.812500', '101632.272500', '101632.732500', '101633.192500', '101633.652500', '101634.112500', '101634.572500', '101635.032500', '101635.492500', '101635.952500', '101636.412500', '101636.872500', '101637.332500', '101637.792500', '101638.252500', '101638.712500', '101639.172500', '101639.632500', '101640.092500', '101640.552500', '101641.012500', '101641.472500', '101641.932500', '101642.392500', '101642.852500'], 'ContentTime': ['100959.149000', '100959.152000', '100959.155000', '100959.158000', '100959.161000', '100959.163000', '100959.166000', '100959.169000', '100959.172000', '100959.175000', '100959.178000', '100959.181000', '100959.188000', '100959.191000', '100959.194000', '100959.197000', '100959.200000', '100959.202000', '100959.205000', '100959.208000', '100959.211000', '100959.214000', '100959.216000', '100959.219000', '100959.222000', '100959.225000', '100959.228000', '100959.231000', '100959.234000', '100959.236000', '100959.239000', '100959.242000', '100959.245000', '100959.253000', '101019.108000', '101019.111000', '101019.114000', '101019.117000', '101019.119000', '101019.122000', '101019.125000', '101019.128000', '101019.131000', '101019.140000', '101019.143000', '101019.145000', '101019.148000', '101019.151000', '101019.154000', '101019.157000', '101019.159000', '101019.162000', '101019.165000', '101019.168000', '101019.171000', '101019.173000', '101019.176000', '101019.179000', '101019.182000', '101019.185000', '101019.188000', '101019.190000', '101019.193000', '101019.196000', '101019.199000', '101019.202000', '101019.204000', '101019.207000', '101019.210000', '101019.213000', '101019.216000', '101019.219000', '101019.222000', '101019.224000', '101019.227000', '101019.230000', '101019.233000', '101039.108000', '101039.111000', '101039.114000', '101039.117000', '101039.119000', '101039.122000', '101039.125000', '101039.128000', '101039.131000', '101039.134000', '101039.136000', '101039.139000', '101039.142000', '101039.145000', '101039.148000', '101039.151000', '101039.154000', '101039.156000', '101039.159000', '101039.162000', '101039.165000', '101039.168000', '101039.171000', '101039.174000', '101039.177000', '101039.179000', '101039.184000', '101039.187000', '101039.190000', '101039.192000', '101039.195000', '101039.198000', '101039.201000', '101039.204000', '101039.207000', '101039.218000', '101039.221000', '101039.224000', '101039.227000', '101039.230000', '101039.232000', '101039.235000', '101039.238000', '101039.241000', '101059.108000', '101059.111000', '101059.114000', '101059.117000', '101059.120000', '101059.123000', '101059.125000', '101059.128000', '101059.131000', '101059.134000', '101059.137000', '101059.139000', '101059.142000', '101059.145000', '101059.148000', '101059.151000', '101059.154000', '101059.157000', '101059.159000', '101059.162000', '101059.165000', '101059.168000', '101059.171000', '101059.174000', '101059.176000', '101059.179000', '101059.182000', '101059.185000', '101059.188000', '101059.191000', '101059.194000', '101059.196000', '101059.199000', '101059.202000', '101059.205000', '101059.208000', '101059.210000', '101059.213000', '101059.217000', '101059.220000', '101059.223000', '101059.226000', '101059.229000', '101119.108000', '101119.111000', '101119.114000', '101119.117000', '101119.119000', '101119.122000', '101119.125000', '101119.128000', '101119.131000', '101119.134000', '101119.137000', '101119.139000', '101119.142000', '101119.145000', '101119.148000', '101119.151000', '101119.154000', '101119.157000', '101119.160000', '101119.163000', '101119.165000', '101119.168000', '101119.171000', '101119.174000', '101119.177000', '101119.179000', '101119.182000', '101119.185000', '101119.188000', '101119.191000', '101119.194000', '101119.197000', '101119.199000', '101119.202000', '101119.205000', '101119.208000', '101119.211000', '101119.214000', '101119.217000', '101119.219000', '101119.222000', '101119.225000', '101119.228000', '101119.231000', '101139.109000', '101139.112000', '101139.115000', '101139.118000', '101139.121000', '101139.123000', '101139.126000', '101139.129000', '101139.132000', '101139.135000', '101139.138000', '101139.140000', '101139.143000', '101139.146000', '101139.149000', '101139.152000', '101139.155000', '101139.158000', '101139.210000', '101139.212000', '101139.215000', '101139.218000', '101139.221000', '101139.224000', '101139.226000', '101139.229000', '101139.232000', '101139.235000', '101139.238000', '101139.241000', '101139.243000', '101139.246000', '101139.249000', '101139.252000', '101139.255000', '101139.258000', '101139.261000', '101139.263000', '101139.266000', '101139.269000', '101139.272000', '101139.275000', '101139.277000', '101159.108000', '101159.111000', '101159.114000', '101159.117000', '101159.120000', '101159.123000', '101159.125000', '101159.128000', '101159.131000', '101159.134000', '101159.137000', '101159.140000', '101159.142000', '101159.145000', '101159.148000', '101159.151000', '101159.154000', '101159.157000', '101159.160000', '101159.163000', '101159.165000', '101159.168000', '101159.171000', '101159.174000', '101159.177000', '101159.180000', '101159.182000', '101159.185000', '101159.188000', '101159.191000', '101159.194000', '101159.197000', '101159.199000', '101159.202000', '101159.205000', '101159.208000', '101159.211000', '101159.214000', '101159.217000', '101159.219000', '101159.222000', '101159.225000', '101159.228000', '101159.231000', '101219.108000', '101219.111000', '101219.114000', '101219.117000', '101219.120000', '101219.122000', '101219.125000', '101219.128000', '101219.131000', '101219.134000', '101219.137000', '101219.139000', '101219.142000', '101219.145000', '101219.148000', '101219.151000', '101219.154000', '101219.157000', '101219.186000', '101219.189000', '101219.192000', '101219.194000', '101219.197000', '101219.200000', '101219.203000', '101219.206000', '101219.209000', '101219.211000', '101219.214000', '101219.217000', '101219.237000', '101219.246000', '101219.248000', '101219.251000', '101219.255000', '101219.258000', '101219.261000', '101219.264000', '101219.267000', '101219.270000', '101219.272000', '101219.275000', '101219.278000', '101239.108000', '101239.111000', '101239.114000', '101239.117000', '101239.120000', '101239.123000', '101239.126000', '101239.129000', '101239.131000', '101239.134000', '101239.137000', '101239.140000', '101239.143000', '101239.146000', '101239.149000', '101239.151000', '101239.154000', '101239.157000', '101239.232000', '101239.235000', '101239.238000', '101239.241000', '101239.244000', '101239.246000', '101239.249000', '101239.252000', '101239.255000', '101239.258000', '101239.261000', '101239.263000', '101239.266000', '101239.269000', '101239.272000', '101239.275000', '101239.278000', '101239.280000', '101239.283000', '101239.306000', '101239.309000', '101239.311000', '101239.314000', '101239.317000', '101239.320000', '101239.323000', '101259.108000', '101259.111000', '101259.114000', '101259.117000', '101259.120000', '101259.123000', '101259.126000', '101259.128000', '101259.131000', '101259.134000', '101259.137000', '101259.140000', '101259.143000', '101259.145000', '101259.148000', '101259.151000', '101259.154000', '101259.157000', '101259.215000', '101259.218000', '101259.220000', '101259.223000', '101259.226000', '101259.229000', '101259.232000', '101259.235000', '101259.238000', '101259.240000', '101259.243000', '101259.246000', '101259.249000', '101259.252000', '101259.255000', '101259.258000', '101259.261000', '101259.263000', '101259.266000', '101259.269000', '101259.272000', '101259.275000', '101259.278000', '101259.280000', '101259.283000', '101319.110000', '101319.113000', '101319.116000', '101319.119000', '101319.122000', '101319.125000', '101319.127000', '101319.130000', '101319.133000', '101319.136000', '101319.139000', '101319.142000', '101319.145000', '101319.147000', '101319.150000', '101319.153000', '101319.156000', '101319.195000', '101319.198000', '101319.201000', '101319.204000', '101319.206000', '101319.209000', '101319.212000', '101319.215000', '101319.218000', '101319.221000', '101319.224000', '101319.227000', '101319.229000', '101319.232000', '101319.235000', '101319.238000', '101319.241000', '101319.244000', '101319.247000', '101319.249000', '101319.252000', '101319.255000', '101319.258000', '101319.261000', '101319.264000', '101319.267000', '101339.108000', '101339.111000', '101339.114000', '101339.117000', '101339.120000', '101339.122000', '101339.125000', '101339.128000', '101339.131000', '101339.134000', '101339.137000', '101339.140000', '101339.142000', '101339.145000', '101339.148000', '101339.151000', '101339.154000', '101339.157000', '101339.185000', '101339.188000', '101339.191000', '101339.193000', '101339.196000', '101339.199000', '101339.202000', '101339.205000', '101339.208000', '101339.211000', '101339.214000', '101339.216000', '101339.219000', '101339.222000', '101339.225000', '101339.228000', '101339.231000', '101339.234000', '101339.236000', '101339.239000', '101339.242000', '101339.245000', '101339.248000', '101339.250000', '101339.254000', '101339.256000', '101359.109000', '101359.112000', '101359.115000', '101359.118000', '101359.121000', '101359.124000', '101359.126000', '101359.129000', '101359.132000', '101359.135000', '101359.138000', '101359.142000', '101359.159000', '101359.214000', '101359.217000', '101359.220000', '101359.223000', '101359.226000', '101359.229000', '101359.232000', '101359.235000', '101359.237000', '101359.240000', '101359.243000', '101359.246000', '101359.249000', '101359.252000', '101359.254000', '101359.257000', '101359.260000', '101359.263000', '101359.266000', '101359.269000', '101359.272000', '101359.275000', '101359.277000', '101359.280000', '101359.283000', '101359.286000', '101359.289000', '101359.292000', '101359.295000', '101359.298000', '101419.108000', '101419.111000', '101419.114000', '101419.117000', '101419.120000', '101419.123000', '101419.125000', '101419.128000', '101419.131000', '101419.134000', '101419.137000', '101419.140000', '101419.143000', '101419.146000', '101419.148000', '101419.151000', '101419.154000', '101419.157000', '101419.212000', '101419.215000', '101419.218000', '101419.221000', '101419.224000', '101419.227000', '101419.229000', '101419.232000', '101419.235000', '101419.238000', '101419.241000', '101419.244000', '101419.247000', '101419.250000', '101419.252000', '101419.255000', '101419.258000', '101419.261000', '101419.264000', '101419.267000', '101419.270000', '101419.273000', '101419.275000', '101419.278000', '101419.281000', '101419.284000', '101439.108000', '101439.111000', '101439.114000', '101439.117000', '101439.120000', '101439.123000', '101439.125000', '101439.128000', '101439.131000', '101439.134000', '101439.137000', '101439.140000', '101439.143000', '101439.146000', '101439.148000', '101439.151000', '101439.154000', '101439.159000', '101439.164000', '101439.167000', '101439.170000', '101439.173000', '101439.176000', '101439.179000', '101439.182000', '101439.185000', '101439.188000', '101439.190000', '101439.193000', '101439.196000', '101439.199000', '101439.202000', '101439.205000', '101439.208000', '101439.210000', '101439.213000', '101439.216000', '101439.219000', '101439.222000', '101439.225000', '101439.228000', '101439.231000', '101439.233000', '101459.108000', '101459.111000', '101459.114000', '101459.117000', '101459.120000', '101459.123000', '101459.125000', '101459.128000', '101459.131000', '101459.134000', '101459.137000', '101459.140000', '101459.143000', '101459.145000', '101459.148000', '101459.151000', '101459.154000', '101459.157000', '101459.260000', '101459.263000', '101459.266000', '101459.268000', '101459.271000', '101459.274000', '101459.277000', '101459.280000', '101459.283000', '101459.286000', '101459.289000', '101459.292000', '101459.294000', '101459.297000', '101459.300000', '101459.303000', '101459.306000', '101459.309000', '101459.312000', '101459.315000', '101459.317000', '101459.320000', '101459.323000', '101459.326000', '101459.329000', '101459.333000', '101519.108000', '101519.111000', '101519.114000', '101519.117000', '101519.120000', '101519.123000', '101519.126000', '101519.129000', '101519.131000', '101519.134000', '101519.137000', '101519.140000', '101519.143000', '101519.146000', '101519.149000', '101519.152000', '101519.154000', '101519.157000', '101519.212000', '101519.215000', '101519.218000', '101519.221000', '101519.223000', '101519.236000', '101519.239000', '101519.242000', '101519.245000', '101519.248000', '101519.251000', '101519.254000', '101519.257000', '101519.259000', '101519.262000', '101519.265000', '101519.268000', '101519.271000', '101519.274000', '101519.277000', '101519.279000', '101519.282000', '101519.285000', '101519.288000', '101519.291000', '101539.108000', '101539.111000', '101539.114000', '101539.117000', '101539.120000', '101539.123000', '101539.125000', '101539.128000', '101539.131000', '101539.134000', '101539.137000', '101539.140000', '101539.143000', '101539.145000', '101539.148000', '101539.151000', '101539.154000', '101539.157000', '101539.213000', '101539.216000', '101539.219000', '101539.222000', '101539.225000', '101539.228000', '101539.231000', '101539.233000', '101539.236000', '101539.239000', '101539.242000', '101539.245000', '101539.248000', '101539.251000', '101539.253000', '101539.256000', '101539.259000', '101539.262000', '101539.265000', '101539.268000', '101539.270000', '101539.273000', '101539.276000', '101539.279000', '101539.282000', '101539.285000', '101559.108000', '101559.111000', '101559.114000', '101559.117000', '101559.120000', '101559.123000', '101559.125000', '101559.130000', '101559.133000', '101559.136000', '101559.138000', '101559.141000', '101559.144000', '101559.147000', '101559.150000', '101559.153000', '101559.156000', '101559.229000', '101559.232000', '101559.235000', '101559.238000', '101559.241000', '101559.243000', '101559.246000', '101559.249000', '101559.252000', '101559.255000', '101559.258000', '101559.261000', '101559.264000', '101559.266000', '101559.269000', '101559.272000', '101559.275000', '101559.278000', '101559.281000', '101559.284000', '101559.286000', '101559.289000', '101559.292000', '101559.295000', '101559.298000', '101559.300000', '101619.109000', '101619.112000', '101619.115000', '101619.118000', '101619.121000', '101619.124000', '101619.127000', '101619.130000', '101619.132000', '101619.135000', '101619.138000', '101619.141000', '101619.144000', '101619.147000', '101619.150000', '101619.153000', '101619.155000', '101619.159000', '101619.203000', '101619.205000', '101619.208000', '101619.211000', '101619.214000', '101619.217000', '101619.220000', '101619.222000', '101619.225000', '101619.228000', '101619.231000', '101619.234000', '101619.237000', '101619.240000', '101619.243000', '101619.245000', '101619.248000', '101619.251000', '101619.254000', '101619.257000', '101619.260000', '101619.263000', '101619.266000', '101619.269000', '101619.271000', '101619.274000', '101639.108000', '101639.111000', '101639.114000', '101639.119000', '101639.123000', '101639.125000', '101639.128000', '101639.131000', '101639.134000', '101639.137000', '101639.140000', '101639.143000', '101639.146000', '101639.148000', '101639.151000', '101639.154000', '101639.157000', '101639.218000', '101639.221000', '101639.224000', '101639.227000', '101639.229000', '101639.232000', '101639.235000', '101639.238000', '101639.241000', '101639.244000', '101639.247000', '101639.249000', '101639.252000', '101639.255000', '101639.258000', '101639.261000', '101639.273000', '101639.276000', '101639.279000', '101639.281000', '101639.284000', '101639.287000', '101639.290000', '101639.293000', '101639.295000', '101639.298000', '101643.871000', '101643.875000', '101643.878000', '101643.890000', '101643.893000', '101643.896000', '101643.899000', '101643.902000', '101643.905000', '101643.908000', '101643.911000'], 'InstanceCreationTime': ['100959.149000', '100959.152000', '100959.155000', '100959.158000', '100959.161000', '100959.163000', '100959.166000', '100959.169000', '100959.172000', '100959.175000', '100959.178000', '100959.181000', '100959.188000', '100959.191000', '100959.194000', '100959.197000', '100959.200000', '100959.202000', '100959.205000', '100959.208000', '100959.211000', '100959.214000', '100959.216000', '100959.219000', '100959.222000', '100959.225000', '100959.228000', '100959.231000', '100959.234000', '100959.236000', '100959.239000', '100959.242000', '100959.245000', '100959.253000', '101019.108000', '101019.111000', '101019.114000', '101019.117000', '101019.119000', '101019.122000', '101019.125000', '101019.128000', '101019.131000', '101019.140000', '101019.143000', '101019.145000', '101019.148000', '101019.151000', '101019.154000', '101019.157000', '101019.159000', '101019.162000', '101019.165000', '101019.168000', '101019.171000', '101019.173000', '101019.176000', '101019.179000', '101019.182000', '101019.185000', '101019.188000', '101019.190000', '101019.193000', '101019.196000', '101019.199000', '101019.202000', '101019.204000', '101019.207000', '101019.210000', '101019.213000', '101019.216000', '101019.219000', '101019.222000', '101019.224000', '101019.227000', '101019.230000', '101019.233000', '101039.108000', '101039.111000', '101039.114000', '101039.117000', '101039.119000', '101039.122000', '101039.125000', '101039.128000', '101039.131000', '101039.134000', '101039.136000', '101039.139000', '101039.142000', '101039.145000', '101039.148000', '101039.151000', '101039.154000', '101039.156000', '101039.159000', '101039.162000', '101039.165000', '101039.168000', '101039.171000', '101039.174000', '101039.177000', '101039.179000', '101039.184000', '101039.187000', '101039.190000', '101039.192000', '101039.195000', '101039.198000', '101039.201000', '101039.204000', '101039.207000', '101039.218000', '101039.221000', '101039.224000', '101039.227000', '101039.230000', '101039.232000', '101039.235000', '101039.238000', '101039.241000', '101059.108000', '101059.111000', '101059.114000', '101059.117000', '101059.120000', '101059.123000', '101059.125000', '101059.128000', '101059.131000', '101059.134000', '101059.137000', '101059.139000', '101059.142000', '101059.145000', '101059.148000', '101059.151000', '101059.154000', '101059.157000', '101059.159000', '101059.162000', '101059.165000', '101059.168000', '101059.171000', '101059.174000', '101059.176000', '101059.179000', '101059.182000', '101059.185000', '101059.188000', '101059.191000', '101059.194000', '101059.196000', '101059.199000', '101059.202000', '101059.205000', '101059.208000', '101059.210000', '101059.213000', '101059.217000', '101059.220000', '101059.223000', '101059.226000', '101059.229000', '101119.108000', '101119.111000', '101119.114000', '101119.117000', '101119.119000', '101119.122000', '101119.125000', '101119.128000', '101119.131000', '101119.134000', '101119.137000', '101119.139000', '101119.142000', '101119.145000', '101119.148000', '101119.151000', '101119.154000', '101119.157000', '101119.160000', '101119.163000', '101119.165000', '101119.168000', '101119.171000', '101119.174000', '101119.177000', '101119.179000', '101119.182000', '101119.185000', '101119.188000', '101119.191000', '101119.194000', '101119.197000', '101119.199000', '101119.202000', '101119.205000', '101119.208000', '101119.211000', '101119.214000', '101119.217000', '101119.219000', '101119.222000', '101119.225000', '101119.228000', '101119.231000', '101139.109000', '101139.112000', '101139.115000', '101139.118000', '101139.121000', '101139.123000', '101139.126000', '101139.129000', '101139.132000', '101139.135000', '101139.138000', '101139.140000', '101139.143000', '101139.146000', '101139.149000', '101139.152000', '101139.155000', '101139.158000', '101139.210000', '101139.212000', '101139.215000', '101139.218000', '101139.221000', '101139.224000', '101139.226000', '101139.229000', '101139.232000', '101139.235000', '101139.238000', '101139.241000', '101139.243000', '101139.246000', '101139.249000', '101139.252000', '101139.255000', '101139.258000', '101139.261000', '101139.263000', '101139.266000', '101139.269000', '101139.272000', '101139.275000', '101139.277000', '101159.108000', '101159.111000', '101159.114000', '101159.117000', '101159.120000', '101159.123000', '101159.125000', '101159.128000', '101159.131000', '101159.134000', '101159.137000', '101159.140000', '101159.142000', '101159.145000', '101159.148000', '101159.151000', '101159.154000', '101159.157000', '101159.160000', '101159.163000', '101159.165000', '101159.168000', '101159.171000', '101159.174000', '101159.177000', '101159.180000', '101159.182000', '101159.185000', '101159.188000', '101159.191000', '101159.194000', '101159.197000', '101159.199000', '101159.202000', '101159.205000', '101159.208000', '101159.211000', '101159.214000', '101159.217000', '101159.219000', '101159.222000', '101159.225000', '101159.228000', '101159.231000', '101219.108000', '101219.111000', '101219.114000', '101219.117000', '101219.120000', '101219.122000', '101219.125000', '101219.128000', '101219.131000', '101219.134000', '101219.137000', '101219.139000', '101219.142000', '101219.145000', '101219.148000', '101219.151000', '101219.154000', '101219.157000', '101219.186000', '101219.189000', '101219.192000', '101219.194000', '101219.197000', '101219.200000', '101219.203000', '101219.206000', '101219.209000', '101219.211000', '101219.214000', '101219.217000', '101219.237000', '101219.246000', '101219.248000', '101219.251000', '101219.255000', '101219.258000', '101219.261000', '101219.264000', '101219.267000', '101219.270000', '101219.272000', '101219.275000', '101219.278000', '101239.108000', '101239.111000', '101239.114000', '101239.117000', '101239.120000', '101239.123000', '101239.126000', '101239.129000', '101239.131000', '101239.134000', '101239.137000', '101239.140000', '101239.143000', '101239.146000', '101239.149000', '101239.151000', '101239.154000', '101239.157000', '101239.232000', '101239.235000', '101239.238000', '101239.241000', '101239.244000', '101239.246000', '101239.249000', '101239.252000', '101239.255000', '101239.258000', '101239.261000', '101239.263000', '101239.266000', '101239.269000', '101239.272000', '101239.275000', '101239.278000', '101239.280000', '101239.283000', '101239.306000', '101239.309000', '101239.311000', '101239.314000', '101239.317000', '101239.320000', '101239.323000', '101259.108000', '101259.111000', '101259.114000', '101259.117000', '101259.120000', '101259.123000', '101259.126000', '101259.128000', '101259.131000', '101259.134000', '101259.137000', '101259.140000', '101259.143000', '101259.145000', '101259.148000', '101259.151000', '101259.154000', '101259.157000', '101259.215000', '101259.218000', '101259.220000', '101259.223000', '101259.226000', '101259.229000', '101259.232000', '101259.235000', '101259.238000', '101259.240000', '101259.243000', '101259.246000', '101259.249000', '101259.252000', '101259.255000', '101259.258000', '101259.261000', '101259.263000', '101259.266000', '101259.269000', '101259.272000', '101259.275000', '101259.278000', '101259.280000', '101259.283000', '101319.110000', '101319.113000', '101319.116000', '101319.119000', '101319.122000', '101319.125000', '101319.127000', '101319.130000', '101319.133000', '101319.136000', '101319.139000', '101319.142000', '101319.145000', '101319.147000', '101319.150000', '101319.153000', '101319.156000', '101319.195000', '101319.198000', '101319.201000', '101319.204000', '101319.206000', '101319.209000', '101319.212000', '101319.215000', '101319.218000', '101319.221000', '101319.224000', '101319.227000', '101319.229000', '101319.232000', '101319.235000', '101319.238000', '101319.241000', '101319.244000', '101319.247000', '101319.249000', '101319.252000', '101319.255000', '101319.258000', '101319.261000', '101319.264000', '101319.267000', '101339.108000', '101339.111000', '101339.114000', '101339.117000', '101339.120000', '101339.122000', '101339.125000', '101339.128000', '101339.131000', '101339.134000', '101339.137000', '101339.140000', '101339.142000', '101339.145000', '101339.148000', '101339.151000', '101339.154000', '101339.157000', '101339.185000', '101339.188000', '101339.191000', '101339.193000', '101339.196000', '101339.199000', '101339.202000', '101339.205000', '101339.208000', '101339.211000', '101339.214000', '101339.216000', '101339.219000', '101339.222000', '101339.225000', '101339.228000', '101339.231000', '101339.234000', '101339.236000', '101339.239000', '101339.242000', '101339.245000', '101339.248000', '101339.250000', '101339.254000', '101339.256000', '101359.109000', '101359.112000', '101359.115000', '101359.118000', '101359.121000', '101359.124000', '101359.126000', '101359.129000', '101359.132000', '101359.135000', '101359.138000', '101359.142000', '101359.159000', '101359.214000', '101359.217000', '101359.220000', '101359.223000', '101359.226000', '101359.229000', '101359.232000', '101359.235000', '101359.237000', '101359.240000', '101359.243000', '101359.246000', '101359.249000', '101359.252000', '101359.254000', '101359.257000', '101359.260000', '101359.263000', '101359.266000', '101359.269000', '101359.272000', '101359.275000', '101359.277000', '101359.280000', '101359.283000', '101359.286000', '101359.289000', '101359.292000', '101359.295000', '101359.298000', '101419.108000', '101419.111000', '101419.114000', '101419.117000', '101419.120000', '101419.123000', '101419.125000', '101419.128000', '101419.131000', '101419.134000', '101419.137000', '101419.140000', '101419.143000', '101419.146000', '101419.148000', '101419.151000', '101419.154000', '101419.157000', '101419.212000', '101419.215000', '101419.218000', '101419.221000', '101419.224000', '101419.227000', '101419.229000', '101419.232000', '101419.235000', '101419.238000', '101419.241000', '101419.244000', '101419.247000', '101419.250000', '101419.252000', '101419.255000', '101419.258000', '101419.261000', '101419.264000', '101419.267000', '101419.270000', '101419.273000', '101419.275000', '101419.278000', '101419.281000', '101419.284000', '101439.108000', '101439.111000', '101439.114000', '101439.117000', '101439.120000', '101439.123000', '101439.125000', '101439.128000', '101439.131000', '101439.134000', '101439.137000', '101439.140000', '101439.143000', '101439.146000', '101439.148000', '101439.151000', '101439.154000', '101439.159000', '101439.164000', '101439.167000', '101439.170000', '101439.173000', '101439.176000', '101439.179000', '101439.182000', '101439.185000', '101439.188000', '101439.190000', '101439.193000', '101439.196000', '101439.199000', '101439.202000', '101439.205000', '101439.208000', '101439.210000', '101439.213000', '101439.216000', '101439.219000', '101439.222000', '101439.225000', '101439.228000', '101439.231000', '101439.233000', '101459.108000', '101459.111000', '101459.114000', '101459.117000', '101459.120000', '101459.123000', '101459.125000', '101459.128000', '101459.131000', '101459.134000', '101459.137000', '101459.140000', '101459.143000', '101459.145000', '101459.148000', '101459.151000', '101459.154000', '101459.157000', '101459.260000', '101459.263000', '101459.266000', '101459.268000', '101459.271000', '101459.274000', '101459.277000', '101459.280000', '101459.283000', '101459.286000', '101459.289000', '101459.292000', '101459.294000', '101459.297000', '101459.300000', '101459.303000', '101459.306000', '101459.309000', '101459.312000', '101459.315000', '101459.317000', '101459.320000', '101459.323000', '101459.326000', '101459.329000', '101459.333000', '101519.108000', '101519.111000', '101519.114000', '101519.117000', '101519.120000', '101519.123000', '101519.126000', '101519.129000', '101519.131000', '101519.134000', '101519.137000', '101519.140000', '101519.143000', '101519.146000', '101519.149000', '101519.152000', '101519.154000', '101519.157000', '101519.212000', '101519.215000', '101519.218000', '101519.221000', '101519.223000', '101519.236000', '101519.239000', '101519.242000', '101519.245000', '101519.248000', '101519.251000', '101519.254000', '101519.257000', '101519.259000', '101519.262000', '101519.265000', '101519.268000', '101519.271000', '101519.274000', '101519.277000', '101519.279000', '101519.282000', '101519.285000', '101519.288000', '101519.291000', '101539.108000', '101539.111000', '101539.114000', '101539.117000', '101539.120000', '101539.123000', '101539.125000', '101539.128000', '101539.131000', '101539.134000', '101539.137000', '101539.140000', '101539.143000', '101539.145000', '101539.148000', '101539.151000', '101539.154000', '101539.157000', '101539.213000', '101539.216000', '101539.219000', '101539.222000', '101539.225000', '101539.228000', '101539.231000', '101539.233000', '101539.236000', '101539.239000', '101539.242000', '101539.245000', '101539.248000', '101539.251000', '101539.253000', '101539.256000', '101539.259000', '101539.262000', '101539.265000', '101539.268000', '101539.270000', '101539.273000', '101539.276000', '101539.279000', '101539.282000', '101539.285000', '101559.108000', '101559.111000', '101559.114000', '101559.117000', '101559.120000', '101559.123000', '101559.125000', '101559.130000', '101559.133000', '101559.136000', '101559.138000', '101559.141000', '101559.144000', '101559.147000', '101559.150000', '101559.153000', '101559.156000', '101559.229000', '101559.232000', '101559.235000', '101559.238000', '101559.241000', '101559.243000', '101559.246000', '101559.249000', '101559.252000', '101559.255000', '101559.258000', '101559.261000', '101559.264000', '101559.266000', '101559.269000', '101559.272000', '101559.275000', '101559.278000', '101559.281000', '101559.284000', '101559.286000', '101559.289000', '101559.292000', '101559.295000', '101559.298000', '101559.300000', '101619.109000', '101619.112000', '101619.115000', '101619.118000', '101619.121000', '101619.124000', '101619.127000', '101619.130000', '101619.132000', '101619.135000', '101619.138000', '101619.141000', '101619.144000', '101619.147000', '101619.150000', '101619.153000', '101619.155000', '101619.159000', '101619.203000', '101619.205000', '101619.208000', '101619.211000', '101619.214000', '101619.217000', '101619.220000', '101619.222000', '101619.225000', '101619.228000', '101619.231000', '101619.234000', '101619.237000', '101619.240000', '101619.243000', '101619.245000', '101619.248000', '101619.251000', '101619.254000', '101619.257000', '101619.260000', '101619.263000', '101619.266000', '101619.269000', '101619.271000', '101619.274000', '101639.108000', '101639.111000', '101639.114000', '101639.119000', '101639.123000', '101639.125000', '101639.128000', '101639.131000', '101639.134000', '101639.137000', '101639.140000', '101639.143000', '101639.146000', '101639.148000', '101639.151000', '101639.154000', '101639.157000', '101639.218000', '101639.221000', '101639.224000', '101639.227000', '101639.229000', '101639.232000', '101639.235000', '101639.238000', '101639.241000', '101639.244000', '101639.247000', '101639.249000', '101639.252000', '101639.255000', '101639.258000', '101639.261000', '101639.273000', '101639.276000', '101639.279000', '101639.281000', '101639.284000', '101639.287000', '101639.290000', '101639.293000', '101639.295000', '101639.298000', '101643.871000', '101643.875000', '101643.878000', '101643.890000', '101643.893000', '101643.896000', '101643.899000', '101643.902000', '101643.905000', '101643.908000', '101643.911000'], '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': [8092, 9901, 8093, 7430, 8578, 7480, 8852, 7456, 9142, 7948, 9239, 8044, 7233, 9772, 7251, 9651, 7760, 9612, 7996, 8031, 8326, 6953, 9436, 7477, 9385, 7734, 7005, 8512, 7171, 9197, 7354, 10170, 7866, 7286, 8816, 7046, 9702, 7144, 10715, 8456, 12663, 10136, 11614, 9270, 7435, 10076, 7979, 12440, 8790, 13641, 9758, 6915, 8737, 7424, 9837, 7892, 10304, 8281, 7323, 9340, 8002, 10479, 8330, 7825, 7907, 6971, 9811, 8173, 7379, 8441, 7385, 9775, 7664, 7109, 8818, 7437, 12649, 10666, 12261, 9210, 8721, 10227, 9309, 12575, 11423, 14230, 11646, 11425, 8331, 7444, 8954, 7489, 12452, 8738, 9502, 7837, 7119, 8750, 7664, 10097, 7825, 10898, 8462, 10210, 12843, 9683, 7660, 7960, 7134, 7281, 7880, 7068, 10869, 7863, 7401, 9955, 7400, 10003, 7491, 8286, 7537, 7278, 9201, 7448, 12952, 7582, 9434, 7571, 7149, 8283, 6914, 9179, 7721, 7659, 7349, 7127, 8347, 7100, 10162, 7553, 7226, 8943, 7403, 10362, 7844, 9262, 8089, 7018, 11321, 9784, 13268, 10294, 7266, 9224, 7676, 11811, 7843, 10272, 8935, 8627, 13158, 7898, 9895, 7489, 7135, 8322, 7655, 9167, 8297, 6881, 12130, 7628, 12387, 9583, 11159, 8873, 8714, 13369, 11000, 13185, 9763, 11710, 9224, 10221, 8497, 8309, 8905, 6813, 9196, 7908, 8908, 7544, 7098, 7751, 6931, 8928, 7607, 7223, 7582, 7002, 8799, 7343, 9829, 7455, 7205, 8508, 7238, 9673, 7413, 9422, 7632, 7814, 8408, 7101, 12386, 7597, 7464, 7849, 7034, 9301, 7573, 8847, 8041, 7308, 8943, 6968, 9667, 7715, 12110, 9346, 13549, 11765, 10422, 12480, 8634, 13047, 9104, 9623, 7119, 7115, 7743, 7718, 6762, 7818, 7861, 9427, 8024, 7321, 13545, 13572, 13596, 14541, 14194, 14629, 14852, 13807, 11638, 13998, 12065, 10133, 12440, 8208, 10642, 7837, 7691, 9023, 7870, 7432, 7900, 7462, 8633, 7513, 8760, 7492, 8122, 7633, 7355, 7940, 7356, 8577, 7387, 8482, 7378, 8850, 7731, 7091, 7588, 7239, 7807, 7306, 8197, 6829, 8978, 7469, 8521, 7277, 6906, 7089, 7432, 7222, 7085, 7086, 6757, 6822, 7007, 8431, 6995, 8860, 7243, 7318, 11581, 7350, 12440, 9071, 9458, 14017, 12372, 10892, 12814, 7787, 7389, 7375, 7174, 8937, 7422, 6903, 7125, 13649, 12057, 9487, 15405, 12097, 11451, 15977, 13337, 14789, 15142, 13048, 15565, 11980, 14333, 11695, 10957, 8255, 8067, 11062, 7243, 13218, 7483, 11950, 7492, 7277, 7831, 7102, 8500, 7440, 7314, 7339, 7011, 8004, 7223, 8729, 7394, 9654, 7249, 10963, 7350, 9196, 7409, 7508, 7772, 7376, 7914, 7299, 7276, 7397, 7198, 7369, 7450, 7082, 7605, 7095, 7371, 8590, 7390, 10065, 7908, 7234, 11062, 8494, 10690, 7778, 7912, 11883, 8888, 7741, 8842, 7548, 11243, 8490, 10172, 14679, 9558, 7624, 6961, 10391, 13460, 12467, 13148, 12253, 13748, 14337, 13835, 14162, 14598, 12624, 14392, 13033, 13623, 14429, 11991, 14764, 11841, 14346, 11789, 13592, 9248, 7467, 8578, 7489, 8926, 7380, 7035, 7280, 7860, 7002, 7294, 7183, 7150, 7417, 7098, 6693, 7690, 6969, 9194, 7723, 11462, 8924, 11754, 9370, 12943, 9823, 13919, 9797, 9523, 7332, 7843, 7239, 7109, 12001, 8540, 7947, 11491, 13347, 13489, 13315, 9689, 7668, 7734, 7764, 7361, 10785, 8733, 7558, 16007, 12552, 8895, 7433, 8320, 7312, 9160, 10669, 8041, 13196, 9043, 7857, 9979, 8332, 13171, 9955, 9240, 9138, 7814, 11597, 7871, 12030, 7972, 7973, 9261, 7828, 9509, 7841, 9930, 7691, 11212, 8156, 11313, 8396, 10260, 7765, 8764, 8685, 8454, 9463, 7979, 9556, 8099, 9127, 8068, 7999, 7220, 8131, 8774, 8174, 9973, 7346, 8209, 9143, 8169, 9560, 8040, 10214, 7549, 10119, 8879, 7808, 11586, 8198, 8576, 7225, 7120, 9256, 7667, 8801, 7562, 6935, 9110, 7257, 9388, 7393, 7678, 7760, 7300, 8992, 7180, 12131, 8906, 12635, 8630, 8900, 8456, 7684, 11458, 7732, 13606, 9385, 11773, 9065, 7416, 9199, 7256, 12946, 7933, 11543, 8198, 6954, 8859, 7199, 10313, 7552, 7272, 9547, 7854, 11007, 7096, 6922, 7750, 7140, 7283, 7135, 8565, 8339, 7846, 11332, 7764, 13129, 9365, 13289, 10036, 11442, 11862, 8468, 13249, 7200, 6908, 11355, 7031, 7153, 7216, 7300, 7109, 7664, 7544, 6962, 6978, 6800, 6473, 6948, 6982, 7307, 6957, 6999, 8680, 11301, 14039, 14763, 15411, 14970, 13842, 15256, 12981, 15083, 14648, 13575, 15616, 13156, 14641, 10386, 7617, 8729, 7261, 8963, 7639, 7148, 8019, 6841, 8550, 7858, 9100, 7675, 7527, 7734, 7168, 7915, 6949, 8709, 7231, 9103, 7418, 7114, 6933, 7065, 6917, 7546, 7312, 7113, 7568, 8029, 8681, 7890, 11477, 8548, 12243, 9001, 13532, 11727, 12962, 14320, 11175, 14886, 13037, 15810, 13275, 10636, 14864, 9332, 14536, 11066, 8336, 10763, 7203, 15144, 7796, 10163, 7308, 7107, 9177, 6990, 13859, 8053, 14748, 9335, 15040, 7998, 7082, 7203, 7239, 8332, 7303, 7399, 7306, 7245, 8034, 7775, 7695, 7881, 7866, 6759, 7109, 6973, 7382, 6861, 6832, 6670, 7316, 7490, 10979, 11415, 13273, 14716, 15139, 15559, 16074, 15622, 15083, 14645, 15787, 13287, 15504, 12179, 15042, 12883, 11966, 8371, 8269, 8523, 7384, 8767, 7458, 7062, 8051, 7350, 8609, 7278, 7893, 7381, 6727, 8007, 6917, 8555, 7376, 8942, 7382, 8864, 7361, 6903, 8076, 6923, 6967, 7209, 6826, 7746, 7005, 6963, 7538, 7095, 8897, 7010, 9365, 7002, 10868, 8819, 12668, 10311, 11986, 11218, 8836, 13059, 10135, 13480, 11289, 13374, 10438, 13208, 8201, 12419, 7340, 11390, 7310, 8692, 7321, 6835, 8745, 7541, 9015, 8241, 14832, 13772, 8697, 8148, 8501, 7548, 12406, 9692, 13436, 10351, 12331, 10776, 9239, 12631, 9408, 13915, 10766, 12333, 9572, 10335, 7786, 9030, 7377, 7418, 7891, 6841, 8156, 7196, 8689, 7376, 7155, 7783, 7631, 7967, 7294, 6733, 7915, 7145, 6776, 8028, 7439, 7057, 10702, 8651, 8852, 11631, 9817, 13218, 12082, 9051, 10009, 7343, 6936, 11070, 8305, 7087, 7323, 12127, 14678, 12359, 14381, 14517, 15097, 15050, 14899, 14975, 15049, 13778, 13555, 15549, 11623, 13585, 10161, 7720, 13400, 8459, 7922, 9241, 8027, 9468, 8313, 7390, 8227, 7921, 7109, 7962, 7524, 7410, 7819, 7771, 7347, 7879, 7249, 7343, 6860, 7424, 8136, 7248, 10679, 11809, 12652, 14194, 13535, 15130, 15355, 15911, 16379, 13060], 'WindowCenter': [4155.0, 4159.0, 4126.0, 4112.0, 4120.0, 4101.0, 4119.0, 4100.0, 4129.0, 4110.0, 4120.0, 4117.0, 4110.0, 4131.0, 4098.0, 4129.0, 4111.0, 4130.0, 4111.0, 4109.0, 4120.0, 4100.0, 4131.0, 4099.0, 4128.0, 4110.0, 4100.0, 4116.0, 4099.0, 4131.0, 4112.0, 4155.0, 4124.0, 4124.0, 4145.0, 4112.0, 4145.0, 4113.0, 4155.0, 4136.0, 4175.0, 4156.0, 4177.0, 4139.0, 4105.0, 4139.0, 4119.0, 4164.0, 4131.0, 4171.0, 4130.0, 4109.0, 4121.0, 4109.0, 4127.0, 4121.0, 4141.0, 4120.0, 4110.0, 4129.0, 4120.0, 4141.0, 4120.0, 4110.0, 4119.0, 4110.0, 4155.0, 4132.0, 4122.0, 4117.0, 4124.0, 4152.0, 4123.0, 4107.0, 4133.0, 4120.0, 4175.0, 4152.0, 4161.0, 4132.0, 4116.0, 4138.0, 4128.0, 4149.0, 4150.0, 4157.0, 4137.0, 4138.0, 4107.0, 4095.0, 4115.0, 4092.0, 4147.0, 4106.0, 4113.0, 4095.0, 4096.0, 4117.0, 4108.0, 4126.0, 4107.0, 4134.0, 4120.0, 4140.0, 4168.0, 4132.0, 4100.0, 4110.0, 4099.0, 4097.0, 4110.0, 4102.0, 4142.0, 4111.0, 4100.0, 4128.0, 4098.0, 4129.0, 4098.0, 4108.0, 4108.0, 4097.0, 4118.0, 4097.0, 4149.0, 4097.0, 4114.0, 4095.0, 4085.0, 4105.0, 4086.0, 4117.0, 4098.0, 4097.0, 4098.0, 4098.0, 4105.0, 4099.0, 4141.0, 4112.0, 4112.0, 4132.0, 4111.0, 4141.0, 4111.0, 4129.0, 4121.0, 4101.0, 4152.0, 4143.0, 4163.0, 4139.0, 4098.0, 4129.0, 4108.0, 4150.0, 4108.0, 4130.0, 4120.0, 4119.0, 4150.0, 4108.0, 4127.0, 4098.0, 4098.0, 4119.0, 4110.0, 4130.0, 4123.0, 4112.0, 4163.0, 4111.0, 4161.0, 4145.0, 4154.0, 4130.0, 4121.0, 4162.0, 4142.0, 4161.0, 4128.0, 4139.0, 4118.0, 4128.0, 4108.0, 4108.0, 4117.0, 4088.0, 4116.0, 4106.0, 4106.0, 4095.0, 4086.0, 4097.0, 4099.0, 4120.0, 4110.0, 4098.0, 4107.0, 4099.0, 4119.0, 4111.0, 4130.0, 4110.0, 4110.0, 4121.0, 4109.0, 4131.0, 4111.0, 4131.0, 4108.0, 4110.0, 4120.0, 4098.0, 4151.0, 4110.0, 4109.0, 4110.0, 4100.0, 4129.0, 4119.0, 4130.0, 4123.0, 4113.0, 4133.0, 4113.0, 4144.0, 4123.0, 4163.0, 4145.0, 4188.0, 4179.0, 4180.0, 4177.0, 4131.0, 4141.0, 4100.0, 4124.0, 4079.0, 4102.0, 4158.0, 4142.0, 4119.0, 4127.0, 4127.0, 4137.0, 4129.0, 4104.0, 4133.0, 4152.0, 4149.0, 4137.0, 4138.0, 4136.0, 4136.0, 4122.0, 4099.0, 4104.0, 4082.0, 4074.0, 4082.0, 4051.0, 4071.0, 4038.0, 4041.0, 4062.0, 4053.0, 4042.0, 4054.0, 4043.0, 4065.0, 4044.0, 4063.0, 4054.0, 4056.0, 4056.0, 4054.0, 4067.0, 4056.0, 4076.0, 4070.0, 4080.0, 4071.0, 4092.0, 4083.0, 4073.0, 4084.0, 4082.0, 4092.0, 4086.0, 4105.0, 4083.0, 4104.0, 4110.0, 4129.0, 4106.0, 4108.0, 4117.0, 4114.0, 4103.0, 4104.0, 4103.0, 4104.0, 4107.0, 4121.0, 4140.0, 4121.0, 4140.0, 4132.0, 4120.0, 4171.0, 4121.0, 4172.0, 4142.0, 4165.0, 4183.0, 4172.0, 4149.0, 4171.0, 4119.0, 4106.0, 4114.0, 4108.0, 4125.0, 4100.0, 4106.0, 4095.0, 4170.0, 4162.0, 4143.0, 4184.0, 4161.0, 4150.0, 4170.0, 4148.0, 4157.0, 4145.0, 4132.0, 4142.0, 4111.0, 4122.0, 4109.0, 4100.0, 4080.0, 4075.0, 4097.0, 4068.0, 4107.0, 4058.0, 4098.0, 4055.0, 4055.0, 4068.0, 4068.0, 4086.0, 4071.0, 4071.0, 4079.0, 4079.0, 4092.0, 4082.0, 4104.0, 4084.0, 4113.0, 4083.0, 4125.0, 4084.0, 4105.0, 4092.0, 4094.0, 4106.0, 4110.0, 4110.0, 4107.0, 4107.0, 4093.0, 4094.0, 4110.0, 4111.0, 4110.0, 4121.0, 4125.0, 4134.0, 4144.0, 4149.0, 4166.0, 4148.0, 4135.0, 4175.0, 4149.0, 4165.0, 4140.0, 4137.0, 4174.0, 4142.0, 4128.0, 4140.0, 4129.0, 4161.0, 4128.0, 4147.0, 4182.0, 4138.0, 4118.0, 4094.0, 4125.0, 4158.0, 4145.0, 4157.0, 4149.0, 4158.0, 4159.0, 4158.0, 4159.0, 4160.0, 4128.0, 4137.0, 4124.0, 4118.0, 4122.0, 4099.0, 4117.0, 4097.0, 4103.0, 4094.0, 4105.0, 4073.0, 4043.0, 4062.0, 4055.0, 4078.0, 4064.0, 4070.0, 4081.0, 4090.0, 4069.0, 4069.0, 4069.0, 4072.0, 4083.0, 4096.0, 4097.0, 4119.0, 4108.0, 4131.0, 4123.0, 4152.0, 4120.0, 4148.0, 4117.0, 4148.0, 4143.0, 4157.0, 4134.0, 4122.0, 4100.0, 4097.0, 4073.0, 4073.0, 4125.0, 4081.0, 4082.0, 4128.0, 4147.0, 4147.0, 4147.0, 4129.0, 4107.0, 4095.0, 4097.0, 4085.0, 4126.0, 4093.0, 4082.0, 4156.0, 4124.0, 4105.0, 4084.0, 4108.0, 4098.0, 4120.0, 4117.0, 4095.0, 4136.0, 4095.0, 4096.0, 4114.0, 4096.0, 4135.0, 4105.0, 4093.0, 4095.0, 4085.0, 4115.0, 4084.0, 4125.0, 4084.0, 4084.0, 4106.0, 4086.0, 4107.0, 4097.0, 4117.0, 4098.0, 4128.0, 4098.0, 4127.0, 4098.0, 4117.0, 4098.0, 4107.0, 4108.0, 4097.0, 4119.0, 4099.0, 4119.0, 4110.0, 4120.0, 4123.0, 4112.0, 4114.0, 4125.0, 4135.0, 4138.0, 4147.0, 4128.0, 4125.0, 4135.0, 4136.0, 4147.0, 4138.0, 4159.0, 4142.0, 4168.0, 4158.0, 4125.0, 4167.0, 4148.0, 4132.0, 4124.0, 4114.0, 4143.0, 4135.0, 4143.0, 4135.0, 4126.0, 4145.0, 4125.0, 4144.0, 4124.0, 4122.0, 4121.0, 4122.0, 4142.0, 4122.0, 4167.0, 4148.0, 4161.0, 4131.0, 4130.0, 4121.0, 4110.0, 4153.0, 4108.0, 4164.0, 4131.0, 4151.0, 4132.0, 4108.0, 4131.0, 4111.0, 4163.0, 4121.0, 4152.0, 4122.0, 4112.0, 4146.0, 4115.0, 4145.0, 4111.0, 4109.0, 4141.0, 4122.0, 4143.0, 4112.0, 4112.0, 4119.0, 4113.0, 4124.0, 4117.0, 4148.0, 4138.0, 4137.0, 4169.0, 4127.0, 4189.0, 4159.0, 4204.0, 4161.0, 4157.0, 4155.0, 4122.0, 4175.0, 4125.0, 4113.0, 4164.0, 4109.0, 4113.0, 4108.0, 4093.0, 4093.0, 4118.0, 4131.0, 4120.0, 4116.0, 4104.0, 4094.0, 4116.0, 4107.0, 4117.0, 4105.0, 4105.0, 4114.0, 4125.0, 4147.0, 4160.0, 4150.0, 4149.0, 4133.0, 4130.0, 4120.0, 4119.0, 4117.0, 4108.0, 4114.0, 4092.0, 4103.0, 4061.0, 4039.0, 4051.0, 4041.0, 4062.0, 4053.0, 4055.0, 4067.0, 4056.0, 4078.0, 4079.0, 4085.0, 4080.0, 4078.0, 4081.0, 4072.0, 4082.0, 4072.0, 4093.0, 4085.0, 4106.0, 4109.0, 4094.0, 4090.0, 4101.0, 4099.0, 4110.0, 4112.0, 4101.0, 4111.0, 4123.0, 4124.0, 4127.0, 4169.0, 4140.0, 4170.0, 4148.0, 4180.0, 4183.0, 4183.0, 4181.0, 4146.0, 4164.0, 4144.0, 4179.0, 4156.0, 4133.0, 4152.0, 4124.0, 4152.0, 4121.0, 4100.0, 4119.0, 4078.0, 4150.0, 4089.0, 4120.0, 4090.0, 4079.0, 4111.0, 4080.0, 4141.0, 4089.0, 4140.0, 4100.0, 4139.0, 4087.0, 4078.0, 4089.0, 4090.0, 4114.0, 4105.0, 4105.0, 4118.0, 4106.0, 4114.0, 4105.0, 4116.0, 4117.0, 4127.0, 4120.0, 4119.0, 4118.0, 4118.0, 4111.0, 4119.0, 4118.0, 4129.0, 4119.0, 4151.0, 4148.0, 4162.0, 4173.0, 4172.0, 4173.0, 4174.0, 4162.0, 4150.0, 4134.0, 4142.0, 4119.0, 4117.0, 4110.0, 4118.0, 4105.0, 4093.0, 4055.0, 4053.0, 4061.0, 4042.0, 4059.0, 4052.0, 4053.0, 4067.0, 4066.0, 4078.0, 4067.0, 4076.0, 4070.0, 4058.0, 4081.0, 4070.0, 4092.0, 4082.0, 4103.0, 4093.0, 4115.0, 4099.0, 4084.0, 4107.0, 4098.0, 4083.0, 4097.0, 4102.0, 4107.0, 4111.0, 4112.0, 4124.0, 4113.0, 4143.0, 4110.0, 4144.0, 4111.0, 4153.0, 4135.0, 4164.0, 4142.0, 4153.0, 4151.0, 4119.0, 4158.0, 4129.0, 4151.0, 4126.0, 4149.0, 4125.0, 4136.0, 4093.0, 4130.0, 4081.0, 4123.0, 4084.0, 4104.0, 4082.0, 4085.0, 4115.0, 4104.0, 4118.0, 4047.0, 4095.0, 4141.0, 4131.0, 4117.0, 4127.0, 4106.0, 4157.0, 4128.0, 4155.0, 4123.0, 4132.0, 4120.0, 4099.0, 4130.0, 4111.0, 4130.0, 4122.0, 4130.0, 4099.0, 4110.0, 4077.0, 4086.0, 4076.0, 4077.0, 4088.0, 4070.0, 4090.0, 4080.0, 4101.0, 4120.0, 4107.0, 4120.0, 4122.0, 4132.0, 4132.0, 4112.0, 4116.0, 4108.0, 4097.0, 4128.0, 4137.0, 4127.0, 4166.0, 4156.0, 4155.0, 4187.0, 4174.0, 4205.0, 4183.0, 4149.0, 4144.0, 4110.0, 4101.0, 4152.0, 4109.0, 4098.0, 4072.0, 4140.0, 4150.0, 4138.0, 4153.0, 4150.0, 4151.0, 4150.0, 4151.0, 4152.0, 4152.0, 4129.0, 4126.0, 4137.0, 4104.0, 4112.0, 4079.0, 4048.0, 4100.0, 4060.0, 4061.0, 4070.0, 4060.0, 4081.0, 4072.0, 4077.0, 4085.0, 4085.0, 4076.0, 4085.0, 4085.0, 4085.0, 4087.0, 4087.0, 4102.0, 4101.0, 4115.0, 4114.0, 4104.0, 4115.0, 4130.0, 4118.0, 4148.0, 4156.0, 4170.0, 4169.0, 4159.0, 4157.0, 4167.0, 4154.0, 4141.0, 4130.0], 'WindowWidth': [9253.0, 9245.0, 9193.0, 9168.0, 9175.0, 9150.0, 9173.0, 9147.0, 9186.0, 9161.0, 9174.0, 9168.0, 9162.0, 9190.0, 9142.0, 9183.0, 9162.0, 9185.0, 9160.0, 9157.0, 9172.0, 9148.0, 9189.0, 9145.0, 9182.0, 9160.0, 9147.0, 9166.0, 9147.0, 9192.0, 9169.0, 9232.0, 9187.0, 9188.0, 9214.0, 9170.0, 9216.0, 9171.0, 9228.0, 9204.0, 9257.0, 9232.0, 9265.0, 9203.0, 9150.0, 9199.0, 9174.0, 9240.0, 9193.0, 9245.0, 9189.0, 9160.0, 9175.0, 9159.0, 9181.0, 9177.0, 9203.0, 9175.0, 9161.0, 9187.0, 9173.0, 9204.0, 9174.0, 9160.0, 9172.0, 9163.0, 9230.0, 9196.0, 9183.0, 9171.0, 9187.0, 9224.0, 9186.0, 9157.0, 9197.0, 9180.0, 9260.0, 9224.0, 9233.0, 9192.0, 9168.0, 9199.0, 9183.0, 9216.0, 9213.0, 9223.0, 9193.0, 9193.0, 9150.0, 9132.0, 9160.0, 9128.0, 9205.0, 9150.0, 9156.0, 9133.0, 9135.0, 9165.0, 9153.0, 9176.0, 9153.0, 9186.0, 9174.0, 9205.0, 9249.0, 9188.0, 9143.0, 9157.0, 9143.0, 9140.0, 9159.0, 9153.0, 9205.0, 9162.0, 9148.0, 9182.0, 9140.0, 9182.0, 9140.0, 9153.0, 9153.0, 9138.0, 9167.0, 9140.0, 9209.0, 9137.0, 9157.0, 9131.0, 9117.0, 9144.0, 9121.0, 9164.0, 9140.0, 9138.0, 9140.0, 9142.0, 9149.0, 9145.0, 9201.0, 9166.0, 9167.0, 9193.0, 9163.0, 9204.0, 9162.0, 9185.0, 9176.0, 9151.0, 9221.0, 9210.0, 9235.0, 9198.0, 9141.0, 9185.0, 9156.0, 9213.0, 9156.0, 9186.0, 9173.0, 9169.0, 9213.0, 9154.0, 9180.0, 9140.0, 9142.0, 9170.0, 9163.0, 9190.0, 9183.0, 9166.0, 9236.0, 9166.0, 9231.0, 9217.0, 9227.0, 9189.0, 9176.0, 9235.0, 9206.0, 9230.0, 9182.0, 9198.0, 9166.0, 9179.0, 9152.0, 9153.0, 9164.0, 9124.0, 9160.0, 9147.0, 9147.0, 9133.0, 9121.0, 9138.0, 9142.0, 9170.0, 9160.0, 9142.0, 9153.0, 9144.0, 9170.0, 9162.0, 9186.0, 9163.0, 9162.0, 9176.0, 9158.0, 9188.0, 9162.0, 9188.0, 9156.0, 9159.0, 9173.0, 9142.0, 9215.0, 9158.0, 9158.0, 9159.0, 9147.0, 9185.0, 9176.0, 9191.0, 9183.0, 9168.0, 9196.0, 9170.0, 9212.0, 9183.0, 9237.0, 9218.0, 9282.0, 9274.0, 9277.0, 9262.0, 9190.0, 9192.0, 9131.0, 9171.0, 9106.0, 9147.0, 9249.0, 9219.0, 9181.0, 9188.0, 9187.0, 9200.0, 9193.0, 9146.0, 9183.0, 9224.0, 9213.0, 9195.0, 9195.0, 9188.0, 9184.0, 9160.0, 9122.0, 9125.0, 9088.0, 9074.0, 9086.0, 9040.0, 9066.0, 9022.0, 9030.0, 9058.0, 9050.0, 9033.0, 9050.0, 9035.0, 9065.0, 9038.0, 9063.0, 9053.0, 9056.0, 9058.0, 9055.0, 9075.0, 9060.0, 9087.0, 9084.0, 9097.0, 9087.0, 9115.0, 9105.0, 9093.0, 9110.0, 9107.0, 9122.0, 9117.0, 9141.0, 9113.0, 9140.0, 9162.0, 9191.0, 9151.0, 9163.0, 9172.0, 9164.0, 9147.0, 9152.0, 9151.0, 9152.0, 9162.0, 9184.0, 9209.0, 9186.0, 9210.0, 9200.0, 9183.0, 9251.0, 9184.0, 9253.0, 9214.0, 9248.0, 9272.0, 9254.0, 9214.0, 9248.0, 9178.0, 9152.0, 9169.0, 9162.0, 9180.0, 9145.0, 9156.0, 9136.0, 9247.0, 9238.0, 9211.0, 9272.0, 9233.0, 9213.0, 9246.0, 9210.0, 9219.0, 9200.0, 9174.0, 9190.0, 9142.0, 9156.0, 9134.0, 9123.0, 9097.0, 9086.0, 9118.0, 9078.0, 9129.0, 9064.0, 9117.0, 9057.0, 9058.0, 9079.0, 9079.0, 9103.0, 9089.0, 9090.0, 9100.0, 9101.0, 9120.0, 9108.0, 9139.0, 9113.0, 9151.0, 9112.0, 9168.0, 9114.0, 9142.0, 9124.0, 9130.0, 9152.0, 9161.0, 9159.0, 9152.0, 9153.0, 9128.0, 9130.0, 9161.0, 9164.0, 9164.0, 9180.0, 9191.0, 9203.0, 9217.0, 9235.0, 9252.0, 9225.0, 9205.0, 9260.0, 9230.0, 9244.0, 9217.0, 9211.0, 9258.0, 9213.0, 9190.0, 9208.0, 9195.0, 9243.0, 9192.0, 9214.0, 9269.0, 9203.0, 9178.0, 9134.0, 9177.0, 9229.0, 9201.0, 9219.0, 9214.0, 9222.0, 9228.0, 9225.0, 9227.0, 9230.0, 9178.0, 9186.0, 9162.0, 9148.0, 9157.0, 9120.0, 9144.0, 9112.0, 9119.0, 9106.0, 9120.0, 9078.0, 9035.0, 9059.0, 9055.0, 9092.0, 9070.0, 9087.0, 9106.0, 9117.0, 9084.0, 9086.0, 9085.0, 9092.0, 9107.0, 9134.0, 9139.0, 9174.0, 9157.0, 9189.0, 9183.0, 9218.0, 9171.0, 9206.0, 9164.0, 9207.0, 9206.0, 9219.0, 9190.0, 9170.0, 9139.0, 9130.0, 9088.0, 9090.0, 9162.0, 9099.0, 9099.0, 9175.0, 9202.0, 9203.0, 9204.0, 9185.0, 9154.0, 9133.0, 9139.0, 9114.0, 9172.0, 9122.0, 9106.0, 9213.0, 9165.0, 9140.0, 9113.0, 9151.0, 9138.0, 9168.0, 9159.0, 9127.0, 9180.0, 9126.0, 9126.0, 9153.0, 9131.0, 9180.0, 9139.0, 9120.0, 9124.0, 9110.0, 9150.0, 9109.0, 9164.0, 9108.0, 9108.0, 9140.0, 9114.0, 9144.0, 9132.0, 9158.0, 9134.0, 9174.0, 9134.0, 9171.0, 9135.0, 9158.0, 9133.0, 9145.0, 9146.0, 9133.0, 9164.0, 9137.0, 9166.0, 9154.0, 9170.0, 9178.0, 9161.0, 9169.0, 9183.0, 9197.0, 9207.0, 9217.0, 9196.0, 9185.0, 9199.0, 9202.0, 9216.0, 9208.0, 9236.0, 9221.0, 9260.0, 9239.0, 9191.0, 9247.0, 9226.0, 9193.0, 9185.0, 9173.0, 9212.0, 9203.0, 9214.0, 9206.0, 9194.0, 9219.0, 9191.0, 9216.0, 9188.0, 9184.0, 9183.0, 9184.0, 9211.0, 9186.0, 9248.0, 9226.0, 9235.0, 9193.0, 9190.0, 9178.0, 9162.0, 9223.0, 9158.0, 9240.0, 9192.0, 9219.0, 9193.0, 9158.0, 9190.0, 9163.0, 9235.0, 9179.0, 9222.0, 9183.0, 9168.0, 9218.0, 9176.0, 9212.0, 9164.0, 9160.0, 9206.0, 9181.0, 9209.0, 9166.0, 9166.0, 9175.0, 9174.0, 9186.0, 9181.0, 9225.0, 9212.0, 9209.0, 9254.0, 9196.0, 9282.0, 9242.0, 9313.0, 9243.0, 9232.0, 9226.0, 9177.0, 9256.0, 9190.0, 9171.0, 9239.0, 9159.0, 9168.0, 9154.0, 9126.0, 9128.0, 9175.0, 9200.0, 9186.0, 9172.0, 9150.0, 9139.0, 9172.0, 9160.0, 9174.0, 9153.0, 9152.0, 9159.0, 9173.0, 9211.0, 9237.0, 9221.0, 9212.0, 9181.0, 9176.0, 9155.0, 9149.0, 9147.0, 9128.0, 9136.0, 9102.0, 9113.0, 9055.0, 9024.0, 9040.0, 9030.0, 9057.0, 9049.0, 9055.0, 9075.0, 9062.0, 9091.0, 9095.0, 9101.0, 9100.0, 9096.0, 9103.0, 9092.0, 9106.0, 9092.0, 9121.0, 9113.0, 9146.0, 9157.0, 9134.0, 9126.0, 9146.0, 9140.0, 9155.0, 9163.0, 9146.0, 9159.0, 9177.0, 9178.0, 9187.0, 9247.0, 9211.0, 9249.0, 9221.0, 9264.0, 9273.0, 9269.0, 9266.0, 9208.0, 9230.0, 9200.0, 9263.0, 9222.0, 9184.0, 9209.0, 9173.0, 9211.0, 9163.0, 9134.0, 9159.0, 9101.0, 9202.0, 9120.0, 9161.0, 9122.0, 9107.0, 9151.0, 9109.0, 9191.0, 9117.0, 9187.0, 9134.0, 9186.0, 9113.0, 9105.0, 9121.0, 9122.0, 9163.0, 9155.0, 9154.0, 9175.0, 9152.0, 9162.0, 9151.0, 9166.0, 9170.0, 9185.0, 9182.0, 9182.0, 9180.0, 9179.0, 9171.0, 9183.0, 9180.0, 9198.0, 9179.0, 9224.0, 9213.0, 9244.0, 9256.0, 9253.0, 9254.0, 9251.0, 9236.0, 9212.0, 9179.0, 9187.0, 9149.0, 9148.0, 9136.0, 9145.0, 9123.0, 9103.0, 9052.0, 9048.0, 9057.0, 9033.0, 9054.0, 9047.0, 9051.0, 9074.0, 9074.0, 9092.0, 9079.0, 9089.0, 9085.0, 9069.0, 9102.0, 9087.0, 9118.0, 9107.0, 9134.0, 9125.0, 9162.0, 9140.0, 9115.0, 9151.0, 9137.0, 9112.0, 9139.0, 9149.0, 9154.0, 9164.0, 9167.0, 9185.0, 9171.0, 9210.0, 9165.0, 9212.0, 9165.0, 9222.0, 9199.0, 9239.0, 9205.0, 9222.0, 9217.0, 9171.0, 9224.0, 9182.0, 9217.0, 9174.0, 9209.0, 9171.0, 9187.0, 9126.0, 9173.0, 9108.0, 9165.0, 9113.0, 9141.0, 9109.0, 9117.0, 9160.0, 9147.0, 9168.0, 9035.0, 9112.0, 9197.0, 9197.0, 9173.0, 9184.0, 9155.0, 9225.0, 9184.0, 9220.0, 9171.0, 9179.0, 9159.0, 9131.0, 9174.0, 9150.0, 9176.0, 9163.0, 9172.0, 9130.0, 9145.0, 9099.0, 9108.0, 9095.0, 9098.0, 9115.0, 9093.0, 9119.0, 9109.0, 9139.0, 9181.0, 9158.0, 9181.0, 9186.0, 9203.0, 9203.0, 9172.0, 9169.0, 9159.0, 9145.0, 9189.0, 9215.0, 9198.0, 9251.0, 9243.0, 9242.0, 9288.0, 9269.0, 9314.0, 9279.0, 9230.0, 9213.0, 9164.0, 9149.0, 9221.0, 9159.0, 9143.0, 9095.0, 9198.0, 9208.0, 9185.0, 9227.0, 9215.0, 9211.0, 9211.0, 9209.0, 9209.0, 9211.0, 9175.0, 9163.0, 9182.0, 9130.0, 9135.0, 9087.0, 9045.0, 9117.0, 9064.0, 9067.0, 9077.0, 9064.0, 9092.0, 9082.0, 9104.0, 9111.0, 9109.0, 9100.0, 9109.0, 9110.0, 9111.0, 9116.0, 9117.0, 9145.0, 9141.0, 9169.0, 9166.0, 9151.0, 9171.0, 9195.0, 9179.0, 9216.0, 9224.0, 9248.0, 9246.0, 9228.0, 9222.0, 9237.0, 9213.0, 9191.0, 9169.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.013011820175438595</td></tr>
<tr><td colspan=3>aqi</td><td>0.1148906880482456</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.59265305468715</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.13614121396268</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.06529652489572</td></tr>
<tr><td colspan=3>efc</td><td>0.4925</td></tr>
<tr><td colspan=3>fber</td><td>5748.8564</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2693503841240488</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>296</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>32.45614035087719</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8863753569606705</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.670788390868897</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.064578472389301</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9237592076238137</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102169</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0013926136307418346</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04279795661568642</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>4.0721965417126675</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>11.9185</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5064</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.6181</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>999.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.6902</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.287</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.5169</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3304.6995</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.5879</td></tr>
<tr><td colspan=3>tsnr</td><td>18.15616835874971</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>