<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0133_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0133_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0133_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0133_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0133_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0133_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0133_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0133_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-02/func/sub-0133_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>82a2faf34232bf54ba9b47f1c473967b</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:47:1.192500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999975, 0.00543707, -0.00451562, -0.0054104, 0.999968, 0.00589661]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104167</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7787, -7233, 186, -130, -90, -27, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4a9f1a5b-f834-4c66-9429-33b58d8b243e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828598976135254, -0.014515716582536697, -0.01227834913879633, 114.07929229736328], [-0.01458725892007351, 2.6828410625457764, 0.0158544834703207, -95.64904022216797], [-0.01211508084088564, -0.015820171684026718, 2.699925661087036, -72.71834564208984], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['214701.192500', '214701.652500', '214702.112500', '214702.572500', '214703.032500', '214703.492500', '214703.952500', '214704.412500', '214704.872500', '214705.332500', '214705.792500', '214706.252500', '214706.712500', '214707.172500', '214707.632500', '214708.092500', '214708.552500', '214709.012500', '214709.472500', '214709.932500', '214710.392500', '214710.852500', '214711.312500', '214711.772500', '214712.232500', '214712.692500', '214713.152500', '214713.612500', '214714.072500', '214714.532500', '214714.992500', '214715.452500', '214715.912500', '214716.372500', '214716.832500', '214717.292500', '214717.752500', '214718.212500', '214718.672500', '214719.132500', '214719.592500', '214720.052500', '214720.512500', '214720.972500', '214721.432500', '214721.892500', '214722.352500', '214722.812500', '214723.272500', '214723.732500', '214724.192500', '214724.652500', '214725.112500', '214725.572500', '214726.032500', '214726.492500', '214726.952500', '214727.412500', '214727.872500', '214728.332500', '214728.792500', '214729.252500', '214729.712500', '214730.172500', '214730.632500', '214731.092500', '214731.552500', '214732.012500', '214732.472500', '214732.932500', '214733.392500', '214733.852500', '214734.312500', '214734.772500', '214735.232500', '214735.692500', '214736.152500', '214736.612500', '214737.072500', '214737.532500', '214737.992500', '214738.452500', '214738.912500', '214739.372500', '214739.832500', '214740.292500', '214740.752500', '214741.212500', '214741.672500', '214742.132500', '214742.592500', '214743.052500', '214743.512500', '214743.972500', '214744.432500', '214744.892500', '214745.352500', '214745.812500', '214746.272500', '214746.732500', '214747.192500', '214747.652500', '214748.112500', '214748.572500', '214749.032500', '214749.492500', '214749.952500', '214750.412500', '214750.872500', '214751.332500', '214751.792500', '214752.252500', '214752.712500', '214753.172500', '214753.632500', '214754.092500', '214754.552500', '214755.012500', '214755.472500', '214755.932500', '214756.392500', '214756.852500', '214757.312500', '214757.772500', '214758.232500', '214758.692500', '214759.152500', '214759.612500', '214800.072500', '214800.532500', '214800.992500', '214801.452500', '214801.912500', '214802.372500', '214802.832500', '214803.292500', '214803.752500', '214804.212500', '214804.672500', '214805.132500', '214805.592500', '214806.052500', '214806.512500', '214806.972500', '214807.432500', '214807.892500', '214808.352500', '214808.812500', '214809.272500', '214809.732500', '214810.192500', '214810.652500', '214811.112500', '214811.572500', '214812.032500', '214812.492500', '214812.952500', '214813.412500', '214813.872500', '214814.332500', '214814.792500', '214815.252500', '214815.712500', '214816.172500', '214816.632500', '214817.092500', '214817.552500', '214818.012500', '214818.472500', '214818.932500', '214819.392500', '214819.852500', '214820.312500', '214820.772500', '214821.232500', '214821.692500', '214822.152500', '214822.612500', '214823.072500', '214823.532500', '214823.992500', '214824.452500', '214824.912500', '214825.372500', '214825.832500', '214826.292500', '214826.752500', '214827.212500', '214827.672500', '214828.132500', '214828.592500', '214829.052500', '214829.512500', '214829.972500', '214830.432500', '214830.892500', '214831.352500', '214831.812500', '214832.272500', '214832.732500', '214833.192500', '214833.652500', '214834.112500', '214834.572500', '214835.032500', '214835.492500', '214835.952500', '214836.412500', '214836.872500', '214837.332500', '214837.792500', '214838.252500', '214838.712500', '214839.172500', '214839.632500', '214840.092500', '214840.552500', '214841.012500', '214841.472500', '214841.932500', '214842.392500', '214842.852500', '214843.312500', '214843.772500', '214844.232500', '214844.692500', '214845.152500', '214845.612500', '214846.072500', '214846.532500', '214846.992500', '214847.452500', '214847.912500', '214848.372500', '214848.832500', '214849.292500', '214849.752500', '214850.212500', '214850.672500', '214851.132500', '214851.592500', '214852.052500', '214852.512500', '214852.972500', '214853.432500', '214853.892500', '214854.352500', '214854.812500', '214855.272500', '214855.732500', '214856.192500', '214856.652500', '214857.112500', '214857.572500', '214858.032500', '214858.492500', '214858.952500', '214859.412500', '214859.872500', '214900.332500', '214900.792500', '214901.252500', '214901.712500', '214902.172500', '214902.632500', '214903.092500', '214903.552500', '214904.012500', '214904.472500', '214904.932500', '214905.392500', '214905.852500', '214906.312500', '214906.772500', '214907.232500', '214907.692500', '214908.152500', '214908.612500', '214909.072500', '214909.532500', '214909.992500', '214910.452500', '214910.912500', '214911.372500', '214911.832500', '214912.292500', '214912.752500', '214913.212500', '214913.672500', '214914.132500', '214914.592500', '214915.052500', '214915.512500', '214915.972500', '214916.432500', '214916.892500', '214917.352500', '214917.812500', '214918.272500', '214918.732500', '214919.192500', '214919.652500', '214920.112500', '214920.572500', '214921.032500', '214921.492500', '214921.952500', '214922.412500', '214922.872500', '214923.332500', '214923.792500', '214924.252500', '214924.712500', '214925.172500', '214925.632500', '214926.092500', '214926.552500', '214927.012500', '214927.472500', '214927.932500', '214928.392500', '214928.852500', '214929.312500', '214929.772500', '214930.232500', '214930.692500', '214931.152500', '214931.612500', '214932.072500', '214932.532500', '214932.992500', '214933.452500', '214933.912500', '214934.372500', '214934.832500', '214935.292500', '214935.752500', '214936.212500', '214936.672500', '214937.132500', '214937.592500', '214938.052500', '214938.512500', '214938.972500', '214939.432500', '214939.892500', '214940.352500', '214940.812500', '214941.272500', '214941.732500', '214942.192500', '214942.652500', '214943.112500', '214943.572500', '214944.032500', '214944.492500', '214944.952500', '214945.412500', '214945.872500', '214946.332500', '214946.792500', '214947.252500', '214947.712500', '214948.172500', '214948.632500', '214949.092500', '214949.552500', '214950.012500', '214950.472500', '214950.932500', '214951.392500', '214951.852500', '214952.312500', '214952.772500', '214953.232500', '214953.692500', '214954.152500', '214954.612500', '214955.072500', '214955.532500', '214955.992500', '214956.452500', '214956.912500', '214957.372500', '214957.832500', '214958.292500', '214958.752500', '214959.212500', '214959.672500', '215000.132500', '215000.592500', '215001.052500', '215001.512500', '215001.972500', '215002.432500', '215002.892500', '215003.352500', '215003.812500', '215004.272500', '215004.732500', '215005.192500', '215005.652500', '215006.112500', '215006.572500', '215007.032500', '215007.492500', '215007.952500', '215008.412500', '215008.872500', '215009.332500', '215009.792500', '215010.252500', '215010.712500', '215011.172500', '215011.632500', '215012.092500', '215012.552500', '215013.012500', '215013.472500', '215013.932500', '215014.392500', '215014.852500', '215015.312500', '215015.772500', '215016.232500', '215016.692500', '215017.152500', '215017.612500', '215018.072500', '215018.532500', '215018.992500', '215019.452500', '215019.912500', '215020.372500', '215020.832500', '215021.292500', '215021.752500', '215022.212500', '215022.672500', '215023.132500', '215023.592500', '215024.052500', '215024.512500', '215024.972500', '215025.432500', '215025.892500', '215026.352500', '215026.812500', '215027.272500', '215027.732500', '215028.192500', '215028.652500', '215029.112500', '215029.572500', '215030.032500', '215030.492500', '215030.952500', '215031.412500', '215031.872500', '215032.332500', '215032.792500', '215033.252500', '215033.712500', '215034.172500', '215034.632500', '215035.092500', '215035.552500', '215036.012500', '215036.472500', '215036.932500', '215037.392500', '215037.852500', '215038.312500', '215038.772500', '215039.232500', '215039.692500', '215040.152500', '215040.612500', '215041.072500', '215041.532500', '215041.992500', '215042.452500', '215042.912500', '215043.372500', '215043.832500', '215044.292500', '215044.752500', '215045.212500', '215045.672500', '215046.132500', '215046.592500', '215047.052500', '215047.512500', '215047.972500', '215048.432500', '215048.892500', '215049.352500', '215049.812500', '215050.272500', '215050.732500', '215051.192500', '215051.652500', '215052.112500', '215052.572500', '215053.032500', '215053.492500', '215053.952500', '215054.412500', '215054.872500', '215055.332500', '215055.792500', '215056.252500', '215056.712500', '215057.172500', '215057.632500', '215058.092500', '215058.552500', '215059.012500', '215059.472500', '215059.932500', '215100.392500', '215100.852500', '215101.312500', '215101.772500', '215102.232500', '215102.692500', '215103.152500', '215103.612500', '215104.072500', '215104.532500', '215104.992500', '215105.452500', '215105.912500', '215106.372500', '215106.832500', '215107.292500', '215107.752500', '215108.212500', '215108.672500', '215109.132500', '215109.592500', '215110.052500', '215110.512500', '215110.972500', '215111.432500', '215111.892500', '215112.352500', '215112.812500', '215113.272500', '215113.732500', '215114.192500', '215114.652500', '215115.112500', '215115.572500', '215116.032500', '215116.492500', '215116.952500', '215117.412500', '215117.872500', '215118.332500', '215118.792500', '215119.252500', '215119.712500', '215120.172500', '215120.632500', '215121.092500', '215121.552500', '215122.012500', '215122.472500', '215122.932500', '215123.392500', '215123.852500', '215124.312500', '215124.772500', '215125.232500', '215125.692500', '215126.152500', '215126.612500', '215127.072500', '215127.532500', '215127.992500', '215128.452500', '215128.912500', '215129.372500', '215129.832500', '215130.292500', '215130.752500', '215131.212500', '215131.672500', '215132.132500', '215132.592500', '215133.052500', '215133.512500', '215133.972500', '215134.432500', '215134.892500', '215135.352500', '215135.812500', '215136.272500', '215136.732500', '215137.192500', '215137.652500', '215138.112500', '215138.572500', '215139.032500', '215139.492500', '215139.952500', '215140.412500', '215140.872500', '215141.332500', '215141.792500', '215142.252500', '215142.712500', '215143.172500', '215143.632500', '215144.092500', '215144.552500', '215145.012500', '215145.472500', '215145.932500', '215146.392500', '215146.852500', '215147.312500', '215147.772500', '215148.232500', '215148.692500', '215149.152500', '215149.612500', '215150.072500', '215150.532500', '215150.992500', '215151.452500', '215151.912500', '215152.372500', '215152.832500', '215153.292500', '215153.752500', '215154.212500', '215154.672500', '215155.132500', '215155.592500', '215156.052500', '215156.512500', '215156.972500', '215157.432500', '215157.892500', '215158.352500', '215158.812500', '215159.272500', '215159.732500', '215200.192500', '215200.652500', '215201.112500', '215201.572500', '215202.032500', '215202.492500', '215202.952500', '215203.412500', '215203.872500', '215204.332500', '215204.792500', '215205.252500', '215205.712500', '215206.172500', '215206.632500', '215207.092500', '215207.552500', '215208.012500', '215208.472500', '215208.932500', '215209.392500', '215209.852500', '215210.312500', '215210.772500', '215211.232500', '215211.692500', '215212.152500', '215212.612500', '215213.072500', '215213.532500', '215213.992500', '215214.452500', '215214.912500', '215215.372500', '215215.832500', '215216.292500', '215216.752500', '215217.212500', '215217.672500', '215218.132500', '215218.592500', '215219.052500', '215219.512500', '215219.972500', '215220.432500', '215220.892500', '215221.352500', '215221.812500', '215222.272500', '215222.732500', '215223.192500', '215223.652500', '215224.112500', '215224.572500', '215225.032500', '215225.492500', '215225.952500', '215226.412500', '215226.872500', '215227.332500', '215227.792500', '215228.252500', '215228.712500', '215229.172500', '215229.632500', '215230.092500', '215230.552500', '215231.012500', '215231.472500', '215231.932500', '215232.392500', '215232.852500', '215233.312500', '215233.772500', '215234.232500', '215234.692500', '215235.152500', '215235.612500', '215236.072500', '215236.532500', '215236.992500', '215237.452500', '215237.912500', '215238.372500', '215238.832500', '215239.292500', '215239.752500', '215240.212500', '215240.672500', '215241.132500', '215241.592500', '215242.052500', '215242.512500', '215242.972500', '215243.432500', '215243.892500', '215244.352500', '215244.812500', '215245.272500', '215245.732500', '215246.192500', '215246.652500', '215247.112500', '215247.572500', '215248.032500', '215248.492500', '215248.952500', '215249.412500', '215249.872500', '215250.332500', '215250.792500', '215251.252500', '215251.712500', '215252.172500', '215252.632500', '215253.092500', '215253.552500', '215254.012500', '215254.472500', '215254.932500', '215255.392500', '215255.852500', '215256.312500', '215256.772500', '215257.232500', '215257.692500', '215258.152500', '215258.612500', '215259.072500', '215259.532500', '215259.992500', '215300.452500', '215300.912500', '215301.372500', '215301.832500', '215302.292500', '215302.752500', '215303.212500', '215303.672500', '215304.132500', '215304.592500', '215305.052500', '215305.512500', '215305.972500', '215306.432500', '215306.892500', '215307.352500', '215307.812500', '215308.272500', '215308.732500', '215309.192500', '215309.652500', '215310.112500', '215310.572500', '215311.032500', '215311.492500', '215311.952500', '215312.412500', '215312.872500', '215313.332500', '215313.792500', '215314.252500', '215314.712500', '215315.172500', '215315.632500', '215316.092500', '215316.552500', '215317.012500', '215317.472500', '215317.932500', '215318.392500', '215318.852500', '215319.312500', '215319.772500', '215320.232500', '215320.692500', '215321.152500', '215321.612500', '215322.072500', '215322.532500', '215322.992500', '215323.452500', '215323.912500', '215324.372500', '215324.832500', '215325.292500', '215325.752500', '215326.212500', '215326.672500', '215327.132500', '215327.592500', '215328.052500', '215328.512500', '215328.972500', '215329.432500', '215329.892500', '215330.352500', '215330.812500', '215331.272500', '215331.732500', '215332.192500', '215332.652500', '215333.112500', '215333.572500', '215334.032500', '215334.492500', '215334.952500', '215335.412500', '215335.872500', '215336.332500', '215336.792500', '215337.252500', '215337.712500', '215338.172500', '215338.632500', '215339.092500', '215339.552500', '215340.012500', '215340.472500', '215340.932500', '215341.392500', '215341.852500', '215342.312500', '215342.772500', '215343.232500', '215343.692500', '215344.152500', '215344.612500', '215345.072500', '215345.532500', '215345.992500', '215346.452500', '215346.912500', '215347.372500', '215347.832500', '215348.292500', '215348.752500', '215349.212500', '215349.672500', '215350.132500', '215350.592500', '215351.052500', '215351.512500', '215351.972500', '215352.432500', '215352.892500', '215353.352500', '215353.812500', '215354.272500', '215354.732500', '215355.192500', '215355.652500', '215356.112500', '215356.572500', '215357.032500', '215357.492500', '215357.952500', '215358.412500', '215358.872500', '215359.332500', '215359.792500', '215400.252500', '215400.712500', '215401.172500'], 'ContentTime': ['214714.877000', '214714.880000', '214714.891000', '214714.894000', '214714.896000', '214714.899000', '214714.902000', '214714.904000', '214714.907000', '214714.909000', '214714.912000', '214714.915000', '214714.922000', '214714.924000', '214714.927000', '214714.930000', '214714.932000', '214714.935000', '214714.937000', '214714.940000', '214714.943000', '214714.945000', '214714.952000', '214714.955000', '214714.957000', '214714.960000', '214714.963000', '214714.966000', '214734.838000', '214734.841000', '214734.844000', '214734.846000', '214734.849000', '214734.851000', '214734.854000', '214734.857000', '214734.859000', '214734.862000', '214734.864000', '214734.867000', '214734.869000', '214734.874000', '214734.877000', '214734.879000', '214734.882000', '214734.885000', '214734.887000', '214734.890000', '214734.892000', '214734.895000', '214734.897000', '214734.900000', '214734.902000', '214734.905000', '214734.908000', '214734.910000', '214734.913000', '214734.915000', '214734.918000', '214734.920000', '214734.923000', '214734.926000', '214734.928000', '214734.931000', '214734.933000', '214734.936000', '214734.939000', '214734.941000', '214734.944000', '214734.946000', '214734.949000', '214734.951000', '214754.839000', '214754.842000', '214754.845000', '214754.847000', '214754.850000', '214754.852000', '214754.855000', '214754.858000', '214754.860000', '214754.863000', '214754.865000', '214754.868000', '214754.870000', '214754.873000', '214754.875000', '214754.878000', '214754.881000', '214754.883000', '214754.886000', '214754.888000', '214754.891000', '214754.893000', '214754.896000', '214754.898000', '214754.901000', '214754.903000', '214754.906000', '214754.909000', '214754.911000', '214754.914000', '214754.916000', '214754.919000', '214754.921000', '214754.924000', '214754.926000', '214754.929000', '214754.932000', '214754.934000', '214754.937000', '214754.939000', '214754.942000', '214754.945000', '214754.947000', '214814.838000', '214814.841000', '214814.844000', '214814.846000', '214814.849000', '214814.851000', '214814.854000', '214814.857000', '214814.859000', '214814.862000', '214814.864000', '214814.867000', '214814.870000', '214814.872000', '214814.875000', '214814.877000', '214814.880000', '214814.883000', '214814.885000', '214814.888000', '214814.890000', '214814.893000', '214814.895000', '214814.898000', '214814.901000', '214814.903000', '214814.906000', '214814.909000', '214814.911000', '214814.914000', '214814.916000', '214814.919000', '214814.921000', '214814.924000', '214814.927000', '214814.929000', '214814.932000', '214814.934000', '214814.937000', '214814.940000', '214814.942000', '214814.945000', '214814.948000', '214834.838000', '214834.841000', '214834.844000', '214834.847000', '214834.849000', '214834.852000', '214834.854000', '214834.857000', '214834.860000', '214834.862000', '214834.865000', '214834.868000', '214834.870000', '214834.873000', '214834.875000', '214834.878000', '214834.880000', '214834.883000', '214834.886000', '214834.888000', '214834.891000', '214834.893000', '214834.896000', '214834.898000', '214834.901000', '214834.914000', '214834.916000', '214834.919000', '214834.921000', '214834.924000', '214834.926000', '214834.929000', '214834.932000', '214834.934000', '214834.937000', '214834.939000', '214834.942000', '214834.944000', '214834.947000', '214834.950000', '214834.952000', '214834.955000', '214834.957000', '214834.960000', '214854.838000', '214854.841000', '214854.844000', '214854.846000', '214854.849000', '214854.851000', '214854.854000', '214854.857000', '214854.859000', '214854.862000', '214854.864000', '214854.867000', '214854.870000', '214854.872000', '214854.875000', '214854.878000', '214854.880000', '214854.883000', '214854.885000', '214854.888000', '214854.891000', '214854.893000', '214854.896000', '214854.899000', '214854.901000', '214854.904000', '214854.906000', '214854.909000', '214854.912000', '214854.914000', '214854.917000', '214854.920000', '214854.922000', '214854.925000', '214854.927000', '214854.930000', '214854.932000', '214854.935000', '214854.938000', '214854.940000', '214854.943000', '214854.946000', '214854.948000', '214854.951000', '214914.838000', '214914.841000', '214914.844000', '214914.847000', '214914.849000', '214914.852000', '214914.854000', '214914.857000', '214914.860000', '214914.862000', '214914.865000', '214914.867000', '214914.870000', '214914.873000', '214914.876000', '214914.878000', '214914.881000', '214914.883000', '214914.886000', '214914.889000', '214914.891000', '214914.894000', '214914.897000', '214914.899000', '214914.902000', '214914.904000', '214914.907000', '214914.909000', '214914.912000', '214914.915000', '214914.917000', '214914.920000', '214914.922000', '214914.925000', '214914.927000', '214914.930000', '214914.933000', '214914.935000', '214914.938000', '214914.940000', '214914.943000', '214914.945000', '214914.948000', '214934.839000', '214934.841000', '214934.844000', '214934.847000', '214934.850000', '214934.852000', '214934.855000', '214934.857000', '214934.860000', '214934.863000', '214934.865000', '214934.868000', '214934.870000', '214934.873000', '214934.876000', '214934.878000', '214934.881000', '214934.884000', '214934.886000', '214934.889000', '214934.891000', '214934.894000', '214934.897000', '214934.899000', '214934.902000', '214934.904000', '214934.907000', '214934.910000', '214934.912000', '214934.915000', '214934.918000', '214934.920000', '214934.923000', '214934.925000', '214934.928000', '214934.930000', '214934.933000', '214934.936000', '214934.938000', '214934.941000', '214934.943000', '214934.946000', '214934.949000', '214934.951000', '214954.839000', '214954.841000', '214954.844000', '214954.847000', '214954.850000', '214954.852000', '214954.855000', '214954.857000', '214954.860000', '214954.863000', '214954.865000', '214954.868000', '214954.871000', '214954.873000', '214954.876000', '214954.879000', '214954.881000', '214954.884000', '214954.886000', '214954.889000', '214954.892000', '214954.894000', '214954.897000', '214954.899000', '214954.902000', '214954.905000', '214954.907000', '214954.910000', '214954.912000', '214954.915000', '214954.917000', '214954.920000', '214954.923000', '214954.925000', '214954.928000', '214954.930000', '214954.933000', '214954.936000', '214954.938000', '214954.941000', '214954.943000', '214954.946000', '214954.948000', '215014.840000', '215014.843000', '215014.845000', '215014.848000', '215014.850000', '215014.854000', '215014.866000', '215014.869000', '215014.871000', '215014.874000', '215014.876000', '215014.879000', '215014.882000', '215014.884000', '215014.887000', '215014.889000', '215014.892000', '215014.895000', '215014.897000', '215014.900000', '215014.902000', '215014.905000', '215014.908000', '215014.911000', '215014.914000', '215014.916000', '215014.919000', '215014.931000', '215014.934000', '215014.937000', '215014.939000', '215014.942000', '215014.945000', '215014.947000', '215014.950000', '215014.953000', '215014.955000', '215014.958000', '215014.960000', '215014.963000', '215014.966000', '215014.968000', '215014.971000', '215034.839000', '215034.841000', '215034.844000', '215034.847000', '215034.850000', '215034.852000', '215034.855000', '215034.857000', '215034.860000', '215034.863000', '215034.865000', '215034.868000', '215034.871000', '215034.873000', '215034.876000', '215034.878000', '215034.881000', '215034.884000', '215034.886000', '215034.889000', '215034.892000', '215034.894000', '215034.897000', '215034.899000', '215034.902000', '215034.904000', '215034.907000', '215034.910000', '215034.912000', '215034.915000', '215034.917000', '215034.920000', '215034.922000', '215034.925000', '215034.928000', '215034.930000', '215034.933000', '215034.935000', '215034.938000', '215034.941000', '215034.943000', '215034.946000', '215034.948000', '215034.951000', '215054.839000', '215054.841000', '215054.854000', '215054.856000', '215054.859000', '215054.862000', '215054.865000', '215054.868000', '215054.871000', '215054.874000', '215054.876000', '215054.879000', '215054.882000', '215054.884000', '215054.887000', '215054.890000', '215054.892000', '215054.895000', '215054.897000', '215054.900000', '215054.903000', '215054.905000', '215054.908000', '215054.910000', '215054.913000', '215054.916000', '215054.918000', '215054.921000', '215054.923000', '215054.926000', '215054.928000', '215054.931000', '215054.934000', '215054.936000', '215054.939000', '215054.941000', '215054.944000', '215054.947000', '215054.949000', '215054.952000', '215054.955000', '215054.957000', '215054.960000', '215114.839000', '215114.841000', '215114.844000', '215114.847000', '215114.849000', '215114.852000', '215114.855000', '215114.857000', '215114.860000', '215114.862000', '215114.865000', '215114.867000', '215114.870000', '215114.873000', '215114.875000', '215114.878000', '215114.880000', '215114.883000', '215114.886000', '215114.889000', '215114.891000', '215114.894000', '215114.896000', '215114.899000', '215114.902000', '215114.904000', '215114.907000', '215114.909000', '215114.912000', '215114.915000', '215114.917000', '215114.920000', '215114.922000', '215114.925000', '215114.928000', '215114.930000', '215114.933000', '215114.935000', '215114.938000', '215114.941000', '215114.943000', '215114.946000', '215114.948000', '215114.951000', '215134.839000', '215134.842000', '215134.844000', '215134.847000', '215134.850000', '215134.852000', '215134.855000', '215134.858000', '215134.860000', '215134.863000', '215134.866000', '215134.869000', '215134.872000', '215134.875000', '215134.877000', '215134.880000', '215134.883000', '215134.886000', '215134.888000', '215134.891000', '215134.894000', '215134.897000', '215134.899000', '215134.902000', '215134.905000', '215134.907000', '215134.910000', '215134.913000', '215134.915000', '215134.918000', '215134.920000', '215134.923000', '215134.926000', '215134.928000', '215134.931000', '215134.933000', '215134.936000', '215134.939000', '215134.941000', '215134.944000', '215134.947000', '215134.950000', '215134.952000', '215154.838000', '215154.841000', '215154.844000', '215154.847000', '215154.849000', '215154.852000', '215154.855000', '215154.857000', '215154.860000', '215154.862000', '215154.865000', '215154.868000', '215154.870000', '215154.873000', '215154.876000', '215154.878000', '215154.881000', '215154.884000', '215154.887000', '215154.889000', '215154.892000', '215154.894000', '215154.897000', '215154.900000', '215154.902000', '215154.905000', '215154.907000', '215154.910000', '215154.913000', '215154.915000', '215154.918000', '215154.920000', '215154.923000', '215154.926000', '215154.928000', '215154.931000', '215154.933000', '215154.936000', '215154.939000', '215154.941000', '215154.944000', '215154.946000', '215154.949000', '215154.952000', '215214.839000', '215214.842000', '215214.844000', '215214.847000', '215214.849000', '215214.852000', '215214.855000', '215214.857000', '215214.860000', '215214.863000', '215214.865000', '215214.868000', '215214.870000', '215214.873000', '215214.876000', '215214.878000', '215214.881000', '215214.884000', '215214.886000', '215214.889000', '215214.892000', '215214.894000', '215214.897000', '215214.900000', '215214.903000', '215214.905000', '215214.908000', '215214.911000', '215214.914000', '215214.916000', '215214.919000', '215214.922000', '215214.924000', '215214.927000', '215214.930000', '215214.932000', '215214.935000', '215214.937000', '215214.940000', '215214.943000', '215214.945000', '215214.948000', '215214.950000', '215234.840000', '215234.843000', '215234.846000', '215234.849000', '215234.851000', '215234.854000', '215234.857000', '215234.859000', '215234.862000', '215234.864000', '215234.867000', '215234.869000', '215234.872000', '215234.875000', '215234.877000', '215234.880000', '215234.883000', '215234.885000', '215234.888000', '215234.891000', '215234.893000', '215234.896000', '215234.898000', '215234.901000', '215234.904000', '215234.906000', '215234.909000', '215234.911000', '215234.914000', '215234.917000', '215234.919000', '215234.922000', '215234.924000', '215234.927000', '215234.930000', '215234.932000', '215234.935000', '215234.938000', '215234.941000', '215234.943000', '215234.946000', '215234.948000', '215234.951000', '215234.953000', '215254.839000', '215254.841000', '215254.844000', '215254.847000', '215254.849000', '215254.852000', '215254.855000', '215254.857000', '215254.860000', '215254.862000', '215254.865000', '215254.868000', '215254.870000', '215254.873000', '215254.876000', '215254.878000', '215254.881000', '215254.883000', '215254.886000', '215254.889000', '215254.891000', '215254.894000', '215254.896000', '215254.899000', '215254.902000', '215254.905000', '215254.908000', '215254.911000', '215254.914000', '215254.916000', '215254.919000', '215254.921000', '215254.924000', '215254.927000', '215254.929000', '215254.933000', '215254.935000', '215254.938000', '215254.941000', '215254.943000', '215254.946000', '215254.948000', '215254.951000', '215314.839000', '215314.841000', '215314.844000', '215314.847000', '215314.850000', '215314.852000', '215314.855000', '215314.857000', '215314.860000', '215314.863000', '215314.865000', '215314.868000', '215314.870000', '215314.873000', '215314.876000', '215314.878000', '215314.881000', '215314.883000', '215314.886000', '215314.889000', '215314.891000', '215314.894000', '215314.897000', '215314.899000', '215314.902000', '215314.905000', '215314.907000', '215314.910000', '215314.912000', '215314.915000', '215314.918000', '215314.920000', '215314.923000', '215314.925000', '215314.928000', '215314.931000', '215314.933000', '215314.936000', '215314.938000', '215314.941000', '215314.944000', '215314.947000', '215314.949000', '215314.952000', '215334.839000', '215334.842000', '215334.844000', '215334.847000', '215334.849000', '215334.852000', '215334.855000', '215334.857000', '215334.860000', '215334.862000', '215334.865000', '215334.868000', '215334.870000', '215334.873000', '215334.875000', '215334.878000', '215334.881000', '215334.883000', '215334.886000', '215334.889000', '215334.891000', '215334.894000', '215334.897000', '215334.899000', '215334.902000', '215334.905000', '215334.907000', '215334.910000', '215334.913000', '215334.915000', '215334.918000', '215334.920000', '215334.923000', '215334.926000', '215334.928000', '215334.931000', '215334.934000', '215334.937000', '215334.940000', '215334.943000', '215334.946000', '215334.948000', '215334.951000', '215354.838000', '215354.841000', '215354.844000', '215354.846000', '215354.849000', '215354.852000', '215354.854000', '215354.857000', '215354.859000', '215354.862000', '215354.864000', '215354.867000', '215354.869000', '215354.872000', '215354.875000', '215354.877000', '215354.880000', '215354.891000', '215354.894000', '215354.897000', '215354.899000', '215354.902000', '215354.904000', '215354.907000', '215354.909000', '215354.912000', '215354.915000', '215354.917000', '215354.920000', '215354.923000', '215354.925000', '215354.928000', '215354.931000', '215354.933000', '215354.936000', '215354.938000', '215354.941000', '215354.944000', '215354.946000', '215354.949000', '215354.951000', '215354.954000', '215354.957000', '215354.959000', '215402.040000', '215402.043000', '215402.045000', '215402.052000', '215402.054000', '215402.057000', '215402.059000', '215402.062000', '215402.065000', '215402.067000', '215402.070000', '215402.073000', '215402.075000', '215402.078000', '215402.081000', '215402.083000'], 'InstanceCreationTime': ['214714.877000', '214714.880000', '214714.891000', '214714.894000', '214714.896000', '214714.899000', '214714.902000', '214714.904000', '214714.907000', '214714.909000', '214714.912000', '214714.915000', '214714.922000', '214714.924000', '214714.927000', '214714.930000', '214714.932000', '214714.935000', '214714.937000', '214714.940000', '214714.943000', '214714.945000', '214714.952000', '214714.955000', '214714.957000', '214714.960000', '214714.963000', '214714.966000', '214734.838000', '214734.841000', '214734.844000', '214734.846000', '214734.849000', '214734.851000', '214734.854000', '214734.857000', '214734.859000', '214734.862000', '214734.864000', '214734.867000', '214734.869000', '214734.874000', '214734.877000', '214734.879000', '214734.882000', '214734.885000', '214734.887000', '214734.890000', '214734.892000', '214734.895000', '214734.897000', '214734.900000', '214734.902000', '214734.905000', '214734.908000', '214734.910000', '214734.913000', '214734.915000', '214734.918000', '214734.920000', '214734.923000', '214734.926000', '214734.928000', '214734.931000', '214734.933000', '214734.936000', '214734.939000', '214734.941000', '214734.944000', '214734.946000', '214734.949000', '214734.951000', '214754.839000', '214754.842000', '214754.845000', '214754.847000', '214754.850000', '214754.852000', '214754.855000', '214754.858000', '214754.860000', '214754.863000', '214754.865000', '214754.868000', '214754.870000', '214754.873000', '214754.875000', '214754.878000', '214754.881000', '214754.883000', '214754.886000', '214754.888000', '214754.891000', '214754.893000', '214754.896000', '214754.898000', '214754.901000', '214754.903000', '214754.906000', '214754.909000', '214754.911000', '214754.914000', '214754.916000', '214754.919000', '214754.921000', '214754.924000', '214754.926000', '214754.929000', '214754.932000', '214754.934000', '214754.937000', '214754.939000', '214754.942000', '214754.945000', '214754.947000', '214814.838000', '214814.841000', '214814.844000', '214814.846000', '214814.849000', '214814.851000', '214814.854000', '214814.857000', '214814.859000', '214814.862000', '214814.864000', '214814.867000', '214814.870000', '214814.872000', '214814.875000', '214814.877000', '214814.880000', '214814.883000', '214814.885000', '214814.888000', '214814.890000', '214814.893000', '214814.895000', '214814.898000', '214814.901000', '214814.903000', '214814.906000', '214814.909000', '214814.911000', '214814.914000', '214814.916000', '214814.919000', '214814.921000', '214814.924000', '214814.927000', '214814.929000', '214814.932000', '214814.934000', '214814.937000', '214814.940000', '214814.942000', '214814.945000', '214814.948000', '214834.838000', '214834.841000', '214834.844000', '214834.847000', '214834.849000', '214834.852000', '214834.854000', '214834.857000', '214834.860000', '214834.862000', '214834.865000', '214834.868000', '214834.870000', '214834.873000', '214834.875000', '214834.878000', '214834.880000', '214834.883000', '214834.886000', '214834.888000', '214834.891000', '214834.893000', '214834.896000', '214834.898000', '214834.901000', '214834.914000', '214834.916000', '214834.919000', '214834.921000', '214834.924000', '214834.926000', '214834.929000', '214834.932000', '214834.934000', '214834.937000', '214834.939000', '214834.942000', '214834.944000', '214834.947000', '214834.950000', '214834.952000', '214834.955000', '214834.957000', '214834.960000', '214854.838000', '214854.841000', '214854.844000', '214854.846000', '214854.849000', '214854.851000', '214854.854000', '214854.857000', '214854.859000', '214854.862000', '214854.864000', '214854.867000', '214854.870000', '214854.872000', '214854.875000', '214854.878000', '214854.880000', '214854.883000', '214854.885000', '214854.888000', '214854.891000', '214854.893000', '214854.896000', '214854.899000', '214854.901000', '214854.904000', '214854.906000', '214854.909000', '214854.912000', '214854.914000', '214854.917000', '214854.920000', '214854.922000', '214854.925000', '214854.927000', '214854.930000', '214854.932000', '214854.935000', '214854.938000', '214854.940000', '214854.943000', '214854.946000', '214854.948000', '214854.951000', '214914.838000', '214914.841000', '214914.844000', '214914.847000', '214914.849000', '214914.852000', '214914.854000', '214914.857000', '214914.860000', '214914.862000', '214914.865000', '214914.867000', '214914.870000', '214914.873000', '214914.876000', '214914.878000', '214914.881000', '214914.883000', '214914.886000', '214914.889000', '214914.891000', '214914.894000', '214914.897000', '214914.899000', '214914.902000', '214914.904000', '214914.907000', '214914.909000', '214914.912000', '214914.915000', '214914.917000', '214914.920000', '214914.922000', '214914.925000', '214914.927000', '214914.930000', '214914.933000', '214914.935000', '214914.938000', '214914.940000', '214914.943000', '214914.945000', '214914.948000', '214934.839000', '214934.841000', '214934.844000', '214934.847000', '214934.850000', '214934.852000', '214934.855000', '214934.857000', '214934.860000', '214934.863000', '214934.865000', '214934.868000', '214934.870000', '214934.873000', '214934.876000', '214934.878000', '214934.881000', '214934.884000', '214934.886000', '214934.889000', '214934.891000', '214934.894000', '214934.897000', '214934.899000', '214934.902000', '214934.904000', '214934.907000', '214934.910000', '214934.912000', '214934.915000', '214934.918000', '214934.920000', '214934.923000', '214934.925000', '214934.928000', '214934.930000', '214934.933000', '214934.936000', '214934.938000', '214934.941000', '214934.943000', '214934.946000', '214934.949000', '214934.951000', '214954.839000', '214954.841000', '214954.844000', '214954.847000', '214954.850000', '214954.852000', '214954.855000', '214954.857000', '214954.860000', '214954.863000', '214954.865000', '214954.868000', '214954.871000', '214954.873000', '214954.876000', '214954.879000', '214954.881000', '214954.884000', '214954.886000', '214954.889000', '214954.892000', '214954.894000', '214954.897000', '214954.899000', '214954.902000', '214954.905000', '214954.907000', '214954.910000', '214954.912000', '214954.915000', '214954.917000', '214954.920000', '214954.923000', '214954.925000', '214954.928000', '214954.930000', '214954.933000', '214954.936000', '214954.938000', '214954.941000', '214954.943000', '214954.946000', '214954.948000', '215014.840000', '215014.843000', '215014.845000', '215014.848000', '215014.850000', '215014.854000', '215014.866000', '215014.869000', '215014.871000', '215014.874000', '215014.876000', '215014.879000', '215014.882000', '215014.884000', '215014.887000', '215014.889000', '215014.892000', '215014.895000', '215014.897000', '215014.900000', '215014.902000', '215014.905000', '215014.908000', '215014.911000', '215014.914000', '215014.916000', '215014.919000', '215014.931000', '215014.934000', '215014.937000', '215014.939000', '215014.942000', '215014.945000', '215014.947000', '215014.950000', '215014.953000', '215014.955000', '215014.958000', '215014.960000', '215014.963000', '215014.966000', '215014.968000', '215014.971000', '215034.839000', '215034.841000', '215034.844000', '215034.847000', '215034.850000', '215034.852000', '215034.855000', '215034.857000', '215034.860000', '215034.863000', '215034.865000', '215034.868000', '215034.871000', '215034.873000', '215034.876000', '215034.878000', '215034.881000', '215034.884000', '215034.886000', '215034.889000', '215034.892000', '215034.894000', '215034.897000', '215034.899000', '215034.902000', '215034.904000', '215034.907000', '215034.910000', '215034.912000', '215034.915000', '215034.917000', '215034.920000', '215034.922000', '215034.925000', '215034.928000', '215034.930000', '215034.933000', '215034.935000', '215034.938000', '215034.941000', '215034.943000', '215034.946000', '215034.948000', '215034.951000', '215054.839000', '215054.841000', '215054.854000', '215054.856000', '215054.859000', '215054.862000', '215054.865000', '215054.868000', '215054.871000', '215054.874000', '215054.876000', '215054.879000', '215054.882000', '215054.884000', '215054.887000', '215054.890000', '215054.892000', '215054.895000', '215054.897000', '215054.900000', '215054.903000', '215054.905000', '215054.908000', '215054.910000', '215054.913000', '215054.916000', '215054.918000', '215054.921000', '215054.923000', '215054.926000', '215054.928000', '215054.931000', '215054.934000', '215054.936000', '215054.939000', '215054.941000', '215054.944000', '215054.947000', '215054.949000', '215054.952000', '215054.955000', '215054.957000', '215054.960000', '215114.839000', '215114.841000', '215114.844000', '215114.847000', '215114.849000', '215114.852000', '215114.855000', '215114.857000', '215114.860000', '215114.862000', '215114.865000', '215114.867000', '215114.870000', '215114.873000', '215114.875000', '215114.878000', '215114.880000', '215114.883000', '215114.886000', '215114.889000', '215114.891000', '215114.894000', '215114.896000', '215114.899000', '215114.902000', '215114.904000', '215114.907000', '215114.909000', '215114.912000', '215114.915000', '215114.917000', '215114.920000', '215114.922000', '215114.925000', '215114.928000', '215114.930000', '215114.933000', '215114.935000', '215114.938000', '215114.941000', '215114.943000', '215114.946000', '215114.948000', '215114.951000', '215134.839000', '215134.842000', '215134.844000', '215134.847000', '215134.850000', '215134.852000', '215134.855000', '215134.858000', '215134.860000', '215134.863000', '215134.866000', '215134.869000', '215134.872000', '215134.875000', '215134.877000', '215134.880000', '215134.883000', '215134.886000', '215134.888000', '215134.891000', '215134.894000', '215134.897000', '215134.899000', '215134.902000', '215134.905000', '215134.907000', '215134.910000', '215134.913000', '215134.915000', '215134.918000', '215134.920000', '215134.923000', '215134.926000', '215134.928000', '215134.931000', '215134.933000', '215134.936000', '215134.939000', '215134.941000', '215134.944000', '215134.947000', '215134.950000', '215134.952000', '215154.838000', '215154.841000', '215154.844000', '215154.847000', '215154.849000', '215154.852000', '215154.855000', '215154.857000', '215154.860000', '215154.862000', '215154.865000', '215154.868000', '215154.870000', '215154.873000', '215154.876000', '215154.878000', '215154.881000', '215154.884000', '215154.887000', '215154.889000', '215154.892000', '215154.894000', '215154.897000', '215154.900000', '215154.902000', '215154.905000', '215154.907000', '215154.910000', '215154.913000', '215154.915000', '215154.918000', '215154.920000', '215154.923000', '215154.926000', '215154.928000', '215154.931000', '215154.933000', '215154.936000', '215154.939000', '215154.941000', '215154.944000', '215154.946000', '215154.949000', '215154.952000', '215214.839000', '215214.842000', '215214.844000', '215214.847000', '215214.849000', '215214.852000', '215214.855000', '215214.857000', '215214.860000', '215214.863000', '215214.865000', '215214.868000', '215214.870000', '215214.873000', '215214.876000', '215214.878000', '215214.881000', '215214.884000', '215214.886000', '215214.889000', '215214.892000', '215214.894000', '215214.897000', '215214.900000', '215214.903000', '215214.905000', '215214.908000', '215214.911000', '215214.914000', '215214.916000', '215214.919000', '215214.922000', '215214.924000', '215214.927000', '215214.930000', '215214.932000', '215214.935000', '215214.937000', '215214.940000', '215214.943000', '215214.945000', '215214.948000', '215214.950000', '215234.840000', '215234.843000', '215234.846000', '215234.849000', '215234.851000', '215234.854000', '215234.857000', '215234.859000', '215234.862000', '215234.864000', '215234.867000', '215234.869000', '215234.872000', '215234.875000', '215234.877000', '215234.880000', '215234.883000', '215234.885000', '215234.888000', '215234.891000', '215234.893000', '215234.896000', '215234.898000', '215234.901000', '215234.904000', '215234.906000', '215234.909000', '215234.911000', '215234.914000', '215234.917000', '215234.919000', '215234.922000', '215234.924000', '215234.927000', '215234.930000', '215234.932000', '215234.935000', '215234.938000', '215234.941000', '215234.943000', '215234.946000', '215234.948000', '215234.951000', '215234.953000', '215254.839000', '215254.841000', '215254.844000', '215254.847000', '215254.849000', '215254.852000', '215254.855000', '215254.857000', '215254.860000', '215254.862000', '215254.865000', '215254.868000', '215254.870000', '215254.873000', '215254.876000', '215254.878000', '215254.881000', '215254.883000', '215254.886000', '215254.889000', '215254.891000', '215254.894000', '215254.896000', '215254.899000', '215254.902000', '215254.905000', '215254.908000', '215254.911000', '215254.914000', '215254.916000', '215254.919000', '215254.921000', '215254.924000', '215254.927000', '215254.929000', '215254.933000', '215254.935000', '215254.938000', '215254.941000', '215254.943000', '215254.946000', '215254.948000', '215254.951000', '215314.839000', '215314.841000', '215314.844000', '215314.847000', '215314.850000', '215314.852000', '215314.855000', '215314.857000', '215314.860000', '215314.863000', '215314.865000', '215314.868000', '215314.870000', '215314.873000', '215314.876000', '215314.878000', '215314.881000', '215314.883000', '215314.886000', '215314.889000', '215314.891000', '215314.894000', '215314.897000', '215314.899000', '215314.902000', '215314.905000', '215314.907000', '215314.910000', '215314.912000', '215314.915000', '215314.918000', '215314.920000', '215314.923000', '215314.925000', '215314.928000', '215314.931000', '215314.933000', '215314.936000', '215314.938000', '215314.941000', '215314.944000', '215314.947000', '215314.949000', '215314.952000', '215334.839000', '215334.842000', '215334.844000', '215334.847000', '215334.849000', '215334.852000', '215334.855000', '215334.857000', '215334.860000', '215334.862000', '215334.865000', '215334.868000', '215334.870000', '215334.873000', '215334.875000', '215334.878000', '215334.881000', '215334.883000', '215334.886000', '215334.889000', '215334.891000', '215334.894000', '215334.897000', '215334.899000', '215334.902000', '215334.905000', '215334.907000', '215334.910000', '215334.913000', '215334.915000', '215334.918000', '215334.920000', '215334.923000', '215334.926000', '215334.928000', '215334.931000', '215334.934000', '215334.937000', '215334.940000', '215334.943000', '215334.946000', '215334.948000', '215334.951000', '215354.838000', '215354.841000', '215354.844000', '215354.846000', '215354.849000', '215354.852000', '215354.854000', '215354.857000', '215354.859000', '215354.862000', '215354.864000', '215354.867000', '215354.869000', '215354.872000', '215354.875000', '215354.877000', '215354.880000', '215354.891000', '215354.894000', '215354.897000', '215354.899000', '215354.902000', '215354.904000', '215354.907000', '215354.909000', '215354.912000', '215354.915000', '215354.917000', '215354.920000', '215354.923000', '215354.925000', '215354.928000', '215354.931000', '215354.933000', '215354.936000', '215354.938000', '215354.941000', '215354.944000', '215354.946000', '215354.949000', '215354.951000', '215354.954000', '215354.957000', '215354.959000', '215402.040000', '215402.043000', '215402.045000', '215402.052000', '215402.054000', '215402.057000', '215402.059000', '215402.062000', '215402.065000', '215402.067000', '215402.070000', '215402.073000', '215402.075000', '215402.078000', '215402.081000', '215402.083000'], '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': [11278, 8104, 10874, 9776, 8152, 7085, 7593, 7056, 8571, 10522, 10173, 6939, 7033, 7266, 8116, 11773, 10751, 7795, 7186, 8372, 8692, 8485, 11216, 8240, 11120, 7106, 8117, 7533, 7303, 6809, 7738, 10570, 7358, 9657, 9703, 6669, 7396, 7309, 6963, 7978, 12302, 7807, 10937, 7377, 8340, 7332, 9321, 7429, 9231, 6615, 7779, 12171, 9705, 7164, 7547, 7423, 6613, 8086, 13871, 9976, 7493, 7442, 7323, 6491, 8169, 6792, 7756, 6635, 7205, 9140, 7474, 8296, 8251, 7597, 6690, 7825, 6631, 7922, 11590, 8400, 6702, 7110, 6732, 7060, 11345, 9186, 10195, 6718, 8419, 9915, 8763, 6849, 6965, 9502, 8496, 9138, 6797, 7976, 6768, 7839, 7025, 7876, 8089, 7889, 13097, 7676, 9618, 10096, 7713, 7030, 7504, 6653, 8300, 11796, 8893, 10531, 7570, 8566, 8316, 6894, 7025, 7686, 7225, 7131, 7573, 6698, 11006, 8717, 11975, 7110, 7713, 11348, 8060, 10242, 8571, 8182, 7204, 7622, 6591, 8140, 6604, 7362, 6622, 7614, 10948, 7739, 6572, 7281, 6784, 7511, 8481, 7249, 6637, 7146, 10626, 9004, 9809, 6890, 8617, 6740, 8034, 9940, 9329, 6715, 7321, 10371, 8165, 10069, 9668, 8905, 6744, 7452, 7135, 8461, 7172, 8669, 6748, 7922, 11408, 9334, 9129, 7511, 8033, 7119, 7787, 8452, 8135, 6829, 7143, 6702, 7326, 11964, 7801, 8833, 6958, 7193, 6952, 7985, 6854, 7028, 6850, 6759, 6673, 8691, 6897, 7311, 6830, 7944, 9344, 10306, 7371, 6885, 8828, 7591, 8563, 7849, 9308, 6627, 7011, 6980, 7272, 11470, 8497, 9885, 7611, 7462, 8247, 9169, 7725, 9023, 6816, 7049, 6540, 7225, 10331, 9549, 9852, 8013, 8082, 6683, 7520, 7280, 7384, 7398, 7679, 6929, 7439, 10588, 7495, 10505, 10991, 8701, 9992, 11908, 10620, 9800, 8524, 7776, 8189, 8381, 11332, 7426, 12981, 8610, 11771, 7645, 7833, 7989, 10295, 8610, 7566, 8221, 7375, 7514, 7450, 10887, 7423, 8077, 8317, 7288, 8103, 7680, 11602, 10284, 10694, 7874, 8024, 7772, 12092, 9865, 10538, 8205, 8535, 8107, 10520, 8235, 9059, 6964, 8667, 6818, 8588, 11098, 8076, 7884, 7458, 10745, 7950, 12191, 11439, 9697, 7384, 8595, 8018, 12237, 7039, 8878, 6880, 7808, 11683, 9315, 6633, 7377, 7085, 8030, 10429, 9099, 7915, 7841, 10549, 8755, 10153, 8777, 9524, 7380, 7865, 6989, 10241, 8139, 8190, 6569, 7726, 7630, 6624, 7806, 12189, 11323, 10702, 7237, 8031, 7597, 8839, 11932, 8655, 11194, 7704, 8117, 8202, 8095, 6784, 7368, 6600, 8572, 7646, 8689, 6603, 7415, 6811, 7698, 13181, 9553, 8620, 7408, 7763, 7135, 10338, 7889, 9500, 6867, 7501, 6920, 8272, 12462, 10270, 7021, 7486, 7081, 7367, 9781, 8917, 8170, 7017, 7912, 7672, 8445, 6709, 8312, 6842, 7507, 9310, 8278, 6982, 8191, 7543, 12022, 10001, 7021, 8384, 13298, 9697, 10306, 13363, 10529, 7728, 8234, 7945, 7273, 9057, 7169, 10622, 6709, 7465, 7486, 7471, 7187, 10263, 6974, 11831, 7417, 8367, 12984, 10770, 12035, 7747, 9662, 6597, 8181, 7036, 9713, 14548, 10650, 9369, 7900, 7832, 7711, 9886, 9600, 9030, 7271, 7766, 6908, 9892, 9364, 10563, 6801, 8043, 6724, 8088, 15021, 10807, 8201, 7404, 7530, 7394, 9986, 7466, 9264, 6612, 7561, 10461, 9387, 12519, 9690, 9837, 7515, 8186, 7489, 10404, 6932, 10191, 6443, 8387, 8994, 9710, 6937, 7591, 6843, 7774, 12482, 9498, 10269, 8083, 8777, 7024, 7515, 7542, 11378, 7669, 7348, 7344, 7454, 11201, 9151, 10411, 7294, 8934, 9907, 10660, 11218, 8528, 10628, 7200, 8189, 9071, 7968, 6773, 7257, 7019, 7574, 6964, 8504, 6785, 7491, 7422, 9809, 7483, 7444, 7798, 12582, 9653, 10099, 7608, 8352, 7558, 11807, 9127, 11391, 8838, 7691, 8232, 7934, 7887, 10680, 9212, 9214, 7861, 7138, 7682, 8420, 7978, 14156, 10577, 7819, 7656, 10859, 7964, 9931, 9599, 10425, 7224, 7911, 6898, 7855, 8432, 10089, 6538, 7283, 6511, 7504, 7836, 7677, 6909, 7717, 10201, 7794, 10230, 9758, 9143, 7686, 6817, 7874, 8740, 7972, 10216, 6816, 7627, 6631, 7617, 7175, 7894, 7752, 11119, 12408, 7631, 10817, 7675, 9444, 11020, 10379, 14108, 10455, 8453, 7629, 8338, 8122, 7375, 7032, 7067, 7620, 8006, 7966, 8677, 7220, 7648, 7156, 8892, 9159, 7793, 6620, 7838, 6769, 8628, 6864, 8379, 6673, 7652, 6755, 10271, 10139, 12366, 6808, 8184, 6659, 8089, 11531, 10354, 8740, 7482, 9267, 8140, 10627, 7865, 9019, 6610, 8224, 6617, 8776, 8284, 11150, 6749, 7879, 6559, 8341, 11212, 11112, 6571, 7998, 8992, 7566, 9509, 10750, 8629, 8196, 6846, 7881, 6478, 9321, 7834, 14058, 8403, 9148, 8743, 9358, 8027, 12074, 7947, 9656, 6961, 8699, 13248, 9858, 8428, 8131, 9154, 7978, 9757, 9775, 8418, 8017, 7830, 7205, 9250, 8786, 9279, 8252, 8485, 7893, 9050, 8299, 12127, 6572, 7984, 8637, 7896, 13446, 11290, 8842, 8026, 7854, 7501, 9634, 8724, 9237, 6641, 8238, 6812, 9701, 7671, 9410, 6556, 8125, 11095, 8385, 11281, 10426, 8894, 7218, 8096, 7116, 10597, 7889, 9882, 6504, 8193, 7088, 10121, 7070, 8739, 7414, 7743, 13216, 12055, 8814, 8363, 9294, 8144, 8127, 7897, 9955, 11730, 9193, 10563, 7073, 9080, 8487, 9166, 13845, 12272, 9303, 8560, 8300, 7447, 8957, 7688, 10087, 7159, 7883, 7680, 8173, 7913, 10760, 8831, 12590, 6797, 8584, 7055, 8478, 11051, 11337, 8953, 7994, 10096, 9119, 13033, 12681, 14965, 15431, 7767, 9925, 7882, 8620, 7383, 8561, 11943, 9356, 9023, 7739, 9424, 8195, 9537, 9598, 8785, 13639, 11383, 13879, 11934, 12924, 8463, 11030, 9098, 14318, 8410, 9064, 6934, 9396, 7501, 8648, 11099, 10847, 8445, 7689, 7643, 7706, 8232, 8827, 7577, 6921, 7803, 7024, 7776, 12728, 9567, 7992, 7279, 8403, 7711, 7679, 10678, 8497, 7712, 7709, 10599, 9652, 8029, 8010, 9890, 7882, 10687, 9478, 11988, 7781, 10079, 8021, 8251, 13929, 9725, 8368, 7492, 7465, 8251, 7250, 8353, 8716, 12503, 8270, 6784, 7780, 7937, 8245, 13412, 10217, 7835, 7411, 8561, 8080, 9868, 8295, 8095, 6845, 7960, 7167, 8945, 6788, 8199, 8248, 7908, 7912, 11098, 8783, 11712, 9395, 11022, 11203, 9855, 8587, 7498, 7610, 7622, 7209, 10079, 9025, 12568, 6434, 8722, 7604, 7843, 7542, 9858, 13233, 9296, 8750, 8217, 7572, 8666, 9678], 'WindowCenter': [4042.0, 3996.0, 4013.0, 4000.0, 3967.0, 3956.0, 3968.0, 3956.0, 3964.0, 3984.0, 3983.0, 3942.0, 3942.0, 3953.0, 3964.0, 3993.0, 3995.0, 3951.0, 3941.0, 3962.0, 3961.0, 3963.0, 3984.0, 3963.0, 3992.0, 3941.0, 3951.0, 3951.0, 3941.0, 3941.0, 3952.0, 3983.0, 3953.0, 3973.0, 3974.0, 3939.0, 3953.0, 3941.0, 3940.0, 3963.0, 4005.0, 3954.0, 3982.0, 3952.0, 3961.0, 3952.0, 3973.0, 3953.0, 3973.0, 3930.0, 3951.0, 3991.0, 3971.0, 3939.0, 3951.0, 3939.0, 3929.0, 3950.0, 4002.0, 3972.0, 3937.0, 3941.0, 3939.0, 3929.0, 3961.0, 3929.0, 3951.0, 3929.0, 3951.0, 3972.0, 3951.0, 3960.0, 3963.0, 3951.0, 3942.0, 3952.0, 3942.0, 3963.0, 3994.0, 3963.0, 3941.0, 3942.0, 3940.0, 3954.0, 3995.0, 3973.0, 3982.0, 3930.0, 3961.0, 3982.0, 3962.0, 3941.0, 3942.0, 3972.0, 3961.0, 3972.0, 3930.0, 3950.0, 3930.0, 3950.0, 3939.0, 3962.0, 3952.0, 3962.0, 3999.0, 3952.0, 3971.0, 3982.0, 3948.0, 3940.0, 3939.0, 3929.0, 3961.0, 3993.0, 3972.0, 3980.0, 3949.0, 3960.0, 3961.0, 3940.0, 3955.0, 3951.0, 3954.0, 3954.0, 3964.0, 3943.0, 3995.0, 3964.0, 3994.0, 3941.0, 3951.0, 3980.0, 3950.0, 3970.0, 3961.0, 3950.0, 3939.0, 3938.0, 3927.0, 3949.0, 3929.0, 3940.0, 3929.0, 3950.0, 3993.0, 3952.0, 3929.0, 3951.0, 3940.0, 3952.0, 3962.0, 3953.0, 3943.0, 3943.0, 3983.0, 3975.0, 3983.0, 3940.0, 3960.0, 3929.0, 3950.0, 3967.0, 3971.0, 3929.0, 3939.0, 3970.0, 3962.0, 3970.0, 3970.0, 3959.0, 3928.0, 3935.0, 3939.0, 3950.0, 3940.0, 3959.0, 3941.0, 3951.0, 3991.0, 3971.0, 3959.0, 3939.0, 3947.0, 3928.0, 3937.0, 3949.0, 3948.0, 3929.0, 3939.0, 3928.0, 3940.0, 3989.0, 3950.0, 3959.0, 3939.0, 3927.0, 3939.0, 3950.0, 3942.0, 3971.0, 3946.0, 3931.0, 3928.0, 3960.0, 3941.0, 3950.0, 3942.0, 3963.0, 3973.0, 3984.0, 3953.0, 3926.0, 3957.0, 3951.0, 3962.0, 3948.0, 3959.0, 3928.0, 3938.0, 3939.0, 3951.0, 3991.0, 3962.0, 3972.0, 3951.0, 3939.0, 3951.0, 3973.0, 3939.0, 3960.0, 3927.0, 3928.0, 3927.0, 3952.0, 3982.0, 3984.0, 3984.0, 3952.0, 3950.0, 3928.0, 3938.0, 3941.0, 3940.0, 3952.0, 3964.0, 3942.0, 3953.0, 3984.0, 3954.0, 3984.0, 3983.0, 3950.0, 3972.0, 3982.0, 3969.0, 3956.0, 3945.0, 3937.0, 3935.0, 3935.0, 3967.0, 3925.0, 3977.0, 3936.0, 3966.0, 3923.0, 3922.0, 3922.0, 3955.0, 3945.0, 3935.0, 3945.0, 3938.0, 3936.0, 3941.0, 3981.0, 3941.0, 3951.0, 3962.0, 3952.0, 3962.0, 3955.0, 3996.0, 3987.0, 3984.0, 3965.0, 3953.0, 3953.0, 3995.0, 3975.0, 3983.0, 3964.0, 3962.0, 3964.0, 3984.0, 3964.0, 3962.0, 3942.0, 3964.0, 3942.0, 3975.0, 3994.0, 3965.0, 3963.0, 3954.0, 3994.0, 3965.0, 4006.0, 4008.0, 3974.0, 3942.0, 3961.0, 3952.0, 3994.0, 3942.0, 3962.0, 3941.0, 3952.0, 3991.0, 3973.0, 3941.0, 3953.0, 3942.0, 3964.0, 3995.0, 3977.0, 3965.0, 3964.0, 3982.0, 3963.0, 3983.0, 3964.0, 3973.0, 3954.0, 3964.0, 3942.0, 3984.0, 3965.0, 3966.0, 3931.0, 3951.0, 3954.0, 3943.0, 3966.0, 4007.0, 3996.0, 3984.0, 3942.0, 3951.0, 3938.0, 3961.0, 3992.0, 3960.0, 3978.0, 3938.0, 3938.0, 3950.0, 3939.0, 3929.0, 3928.0, 3928.0, 3960.0, 3939.0, 3961.0, 3929.0, 3940.0, 3929.0, 3951.0, 4002.0, 3975.0, 3948.0, 3940.0, 3938.0, 3929.0, 3971.0, 3950.0, 3959.0, 3929.0, 3938.0, 3929.0, 3951.0, 3991.0, 3971.0, 3927.0, 3939.0, 3926.0, 3940.0, 3971.0, 3962.0, 3950.0, 3929.0, 3949.0, 3940.0, 3949.0, 3931.0, 3964.0, 3943.0, 3942.0, 3963.0, 3963.0, 3940.0, 3961.0, 3951.0, 4003.0, 3985.0, 3944.0, 3966.0, 4017.0, 3973.0, 3972.0, 3991.0, 3971.0, 3937.0, 3950.0, 3947.0, 3939.0, 3959.0, 3929.0, 3981.0, 3928.0, 3938.0, 3941.0, 3939.0, 3939.0, 3984.0, 3942.0, 3994.0, 3942.0, 3964.0, 4002.0, 3982.0, 3989.0, 3938.0, 3959.0, 3917.0, 3946.0, 3926.0, 3959.0, 4000.0, 3971.0, 3957.0, 3949.0, 3935.0, 3938.0, 3966.0, 3959.0, 3958.0, 3939.0, 3938.0, 3928.0, 3971.0, 3960.0, 3981.0, 3928.0, 3949.0, 3929.0, 3951.0, 4014.0, 3982.0, 3949.0, 3939.0, 3936.0, 3938.0, 3970.0, 3940.0, 3971.0, 3930.0, 3951.0, 3969.0, 3960.0, 3989.0, 3971.0, 3969.0, 3939.0, 3948.0, 3939.0, 3980.0, 3929.0, 3971.0, 3918.0, 3949.0, 3959.0, 3971.0, 3940.0, 3950.0, 3940.0, 3953.0, 4005.0, 3974.0, 3981.0, 3952.0, 3960.0, 3941.0, 3951.0, 3953.0, 3993.0, 3954.0, 3941.0, 3954.0, 3942.0, 3994.0, 3976.0, 3983.0, 3943.0, 3963.0, 3972.0, 3971.0, 3970.0, 3950.0, 3969.0, 3928.0, 3948.0, 3961.0, 3937.0, 3917.0, 3925.0, 3928.0, 3939.0, 3928.0, 3950.0, 3930.0, 3938.0, 3941.0, 3971.0, 3942.0, 3941.0, 3953.0, 3993.0, 3974.0, 3972.0, 3941.0, 3949.0, 3941.0, 3980.0, 3962.0, 3981.0, 3961.0, 3937.0, 3950.0, 3949.0, 3951.0, 3970.0, 3962.0, 3959.0, 3950.0, 3928.0, 3951.0, 3949.0, 3953.0, 4003.0, 3983.0, 3940.0, 3940.0, 3969.0, 3939.0, 3959.0, 3960.0, 3969.0, 3927.0, 3936.0, 3927.0, 3937.0, 3948.0, 3970.0, 3916.0, 3926.0, 3904.0, 3939.0, 3938.0, 3938.0, 3928.0, 3940.0, 3970.0, 3940.0, 3972.0, 3972.0, 3959.0, 3940.0, 3929.0, 3952.0, 3963.0, 3952.0, 3984.0, 3932.0, 3940.0, 3931.0, 3952.0, 3942.0, 3952.0, 3966.0, 3997.0, 4006.0, 3955.0, 3984.0, 3953.0, 3973.0, 3972.0, 3971.0, 3990.0, 3959.0, 3935.0, 3938.0, 3949.0, 3939.0, 3927.0, 3928.0, 3925.0, 3939.0, 3939.0, 3950.0, 3949.0, 3940.0, 3940.0, 3929.0, 3961.0, 3960.0, 3939.0, 3917.0, 3938.0, 3929.0, 3961.0, 3931.0, 3951.0, 3930.0, 3940.0, 3930.0, 3973.0, 3973.0, 3994.0, 3930.0, 3950.0, 3929.0, 3951.0, 3981.0, 3972.0, 3950.0, 3940.0, 3958.0, 3950.0, 3970.0, 3939.0, 3949.0, 3917.0, 3938.0, 3917.0, 3949.0, 3949.0, 3980.0, 3917.0, 3936.0, 3917.0, 3949.0, 3980.0, 3980.0, 3917.0, 3938.0, 3948.0, 3939.0, 3961.0, 3998.0, 3980.0, 3965.0, 3930.0, 3938.0, 3919.0, 3962.0, 3927.0, 4002.0, 3951.0, 3959.0, 3963.0, 3963.0, 3940.0, 3982.0, 3939.0, 3960.0, 3928.0, 3949.0, 3990.0, 3960.0, 3948.0, 3940.0, 3948.0, 3939.0, 3959.0, 3971.0, 3949.0, 3940.0, 3938.0, 3929.0, 3960.0, 3951.0, 3961.0, 3951.0, 3950.0, 3951.0, 3961.0, 3951.0, 3982.0, 3919.0, 3940.0, 3949.0, 3940.0, 3991.0, 3971.0, 3961.0, 3953.0, 3938.0, 3930.0, 3960.0, 3950.0, 3959.0, 3919.0, 3950.0, 3930.0, 3973.0, 3941.0, 3962.0, 3921.0, 3952.0, 3980.0, 3951.0, 3982.0, 3973.0, 3950.0, 3942.0, 3941.0, 3928.0, 3972.0, 3940.0, 3971.0, 3918.0, 3950.0, 3929.0, 3972.0, 3931.0, 3963.0, 3941.0, 3942.0, 3992.0, 3995.0, 3964.0, 3955.0, 3960.0, 3940.0, 3940.0, 3952.0, 3960.0, 3982.0, 3963.0, 3972.0, 3928.0, 3961.0, 3949.0, 3961.0, 3992.0, 3983.0, 3949.0, 3949.0, 3937.0, 3927.0, 3948.0, 3939.0, 3969.0, 3929.0, 3939.0, 3941.0, 3950.0, 3952.0, 3982.0, 3963.0, 3993.0, 3931.0, 3951.0, 3930.0, 3950.0, 3980.0, 3971.0, 3948.0, 3939.0, 3958.0, 3962.0, 3990.0, 3993.0, 4003.0, 4016.0, 3940.0, 3970.0, 3951.0, 3962.0, 3939.0, 3962.0, 3982.0, 3963.0, 3962.0, 3942.0, 3963.0, 3952.0, 3962.0, 3960.0, 3949.0, 3988.0, 3970.0, 3989.0, 3969.0, 3978.0, 3925.0, 3956.0, 3922.0, 3975.0, 3922.0, 3932.0, 3900.0, 3931.0, 3911.0, 3934.0, 3954.0, 3956.0, 3933.0, 3926.0, 3925.0, 3926.0, 3936.0, 3949.0, 3926.0, 3928.0, 3938.0, 3927.0, 3940.0, 3990.0, 3962.0, 3939.0, 3941.0, 3950.0, 3939.0, 3940.0, 3971.0, 3951.0, 3938.0, 3940.0, 3971.0, 3973.0, 3951.0, 3953.0, 3970.0, 3952.0, 3982.0, 3973.0, 3983.0, 3941.0, 3971.0, 3938.0, 3952.0, 4015.0, 3963.0, 3950.0, 3943.0, 3941.0, 3965.0, 3943.0, 3964.0, 3964.0, 3994.0, 3953.0, 3943.0, 3952.0, 3953.0, 3965.0, 4003.0, 3973.0, 3939.0, 3941.0, 3949.0, 3950.0, 3971.0, 3950.0, 3938.0, 3918.0, 3938.0, 3929.0, 3960.0, 3929.0, 3950.0, 3950.0, 3950.0, 3952.0, 3982.0, 3963.0, 3982.0, 3962.0, 3970.0, 3982.0, 3960.0, 3950.0, 3929.0, 3939.0, 3938.0, 3929.0, 3961.0, 3949.0, 3979.0, 3917.0, 3948.0, 3939.0, 3939.0, 3939.0, 3971.0, 3991.0, 3961.0, 3949.0, 3950.0, 3938.0, 3951.0, 3971.0], 'WindowWidth': [9018.0, 8946.0, 8959.0, 8937.0, 8886.0, 8872.0, 8890.0, 8871.0, 8876.0, 8903.0, 8902.0, 8847.0, 8846.0, 8860.0, 8877.0, 8915.0, 8919.0, 8856.0, 8842.0, 8869.0, 8868.0, 8873.0, 8899.0, 8873.0, 8911.0, 8840.0, 8856.0, 8855.0, 8841.0, 8843.0, 8859.0, 8899.0, 8861.0, 8886.0, 8890.0, 8839.0, 8860.0, 8842.0, 8842.0, 8874.0, 8932.0, 8863.0, 8896.0, 8857.0, 8868.0, 8858.0, 8888.0, 8860.0, 8885.0, 8827.0, 8855.0, 8906.0, 8882.0, 8836.0, 8854.0, 8837.0, 8822.0, 8852.0, 8923.0, 8883.0, 8832.0, 8841.0, 8836.0, 8825.0, 8868.0, 8823.0, 8853.0, 8824.0, 8856.0, 8884.0, 8857.0, 8868.0, 8873.0, 8857.0, 8848.0, 8860.0, 8847.0, 8875.0, 8915.0, 8874.0, 8843.0, 8846.0, 8840.0, 8864.0, 8919.0, 8887.0, 8898.0, 8825.0, 8866.0, 8897.0, 8871.0, 8842.0, 8846.0, 8883.0, 8869.0, 8882.0, 8826.0, 8853.0, 8825.0, 8852.0, 8838.0, 8871.0, 8857.0, 8872.0, 8917.0, 8858.0, 8880.0, 8896.0, 8848.0, 8840.0, 8837.0, 8824.0, 8867.0, 8912.0, 8884.0, 8890.0, 8850.0, 8862.0, 8868.0, 8841.0, 8867.0, 8857.0, 8868.0, 8867.0, 8879.0, 8851.0, 8921.0, 8877.0, 8917.0, 8841.0, 8855.0, 8890.0, 8850.0, 8878.0, 8867.0, 8853.0, 8834.0, 8831.0, 8816.0, 8848.0, 8823.0, 8838.0, 8823.0, 8853.0, 8913.0, 8858.0, 8824.0, 8855.0, 8838.0, 8860.0, 8872.0, 8862.0, 8848.0, 8849.0, 8901.0, 8894.0, 8900.0, 8839.0, 8865.0, 8824.0, 8853.0, 8873.0, 8881.0, 8822.0, 8836.0, 8877.0, 8873.0, 8879.0, 8879.0, 8860.0, 8820.0, 8825.0, 8836.0, 8852.0, 8840.0, 8862.0, 8841.0, 8856.0, 8906.0, 8880.0, 8861.0, 8836.0, 8843.0, 8819.0, 8829.0, 8850.0, 8846.0, 8824.0, 8835.0, 8820.0, 8838.0, 8903.0, 8853.0, 8863.0, 8837.0, 8818.0, 8837.0, 8852.0, 8844.0, 8899.0, 8860.0, 8825.0, 8818.0, 8861.0, 8841.0, 8854.0, 8845.0, 8873.0, 8885.0, 8900.0, 8859.0, 8813.0, 8853.0, 8854.0, 8872.0, 8847.0, 8860.0, 8818.0, 8833.0, 8836.0, 8855.0, 8908.0, 8871.0, 8882.0, 8854.0, 8834.0, 8854.0, 8884.0, 8835.0, 8863.0, 8817.0, 8820.0, 8819.0, 8858.0, 8896.0, 8904.0, 8902.0, 8858.0, 8851.0, 8819.0, 8831.0, 8842.0, 8841.0, 8858.0, 8880.0, 8845.0, 8861.0, 8900.0, 8862.0, 8898.0, 8896.0, 8848.0, 8881.0, 8891.0, 8873.0, 8847.0, 8836.0, 8828.0, 8821.0, 8819.0, 8865.0, 8809.0, 8879.0, 8824.0, 8862.0, 8801.0, 8798.0, 8800.0, 8849.0, 8835.0, 8821.0, 8837.0, 8830.0, 8829.0, 8842.0, 8894.0, 8838.0, 8852.0, 8869.0, 8859.0, 8871.0, 8867.0, 8922.0, 8910.0, 8901.0, 8879.0, 8858.0, 8859.0, 8915.0, 8890.0, 8900.0, 8877.0, 8869.0, 8874.0, 8902.0, 8874.0, 8870.0, 8845.0, 8876.0, 8845.0, 8890.0, 8917.0, 8880.0, 8874.0, 8862.0, 8915.0, 8880.0, 8934.0, 8939.0, 8888.0, 8844.0, 8867.0, 8856.0, 8913.0, 8844.0, 8870.0, 8840.0, 8858.0, 8905.0, 8887.0, 8843.0, 8862.0, 8845.0, 8875.0, 8917.0, 8899.0, 8878.0, 8876.0, 8896.0, 8871.0, 8899.0, 8875.0, 8887.0, 8863.0, 8875.0, 8842.0, 8903.0, 8879.0, 8879.0, 8827.0, 8854.0, 8864.0, 8847.0, 8884.0, 8938.0, 8921.0, 8901.0, 8841.0, 8851.0, 8832.0, 8866.0, 8908.0, 8862.0, 8884.0, 8830.0, 8830.0, 8851.0, 8832.0, 8820.0, 8817.0, 8817.0, 8863.0, 8833.0, 8864.0, 8821.0, 8837.0, 8821.0, 8851.0, 8920.0, 8890.0, 8845.0, 8837.0, 8830.0, 8819.0, 8877.0, 8851.0, 8860.0, 8820.0, 8831.0, 8821.0, 8852.0, 8905.0, 8879.0, 8816.0, 8835.0, 8815.0, 8838.0, 8879.0, 8868.0, 8849.0, 8820.0, 8845.0, 8837.0, 8848.0, 8827.0, 8874.0, 8847.0, 8841.0, 8868.0, 8873.0, 8840.0, 8867.0, 8855.0, 8927.0, 8906.0, 8851.0, 8882.0, 8950.0, 8887.0, 8880.0, 8905.0, 8878.0, 8828.0, 8851.0, 8843.0, 8835.0, 8860.0, 8822.0, 8892.0, 8820.0, 8834.0, 8841.0, 8837.0, 8840.0, 8901.0, 8846.0, 8915.0, 8845.0, 8875.0, 8921.0, 8894.0, 8901.0, 8831.0, 8859.0, 8800.0, 8839.0, 8811.0, 8859.0, 8914.0, 8878.0, 8855.0, 8847.0, 8823.0, 8831.0, 8868.0, 8860.0, 8858.0, 8833.0, 8831.0, 8818.0, 8878.0, 8863.0, 8891.0, 8819.0, 8849.0, 8822.0, 8852.0, 8942.0, 8896.0, 8846.0, 8836.0, 8827.0, 8833.0, 8877.0, 8837.0, 8880.0, 8823.0, 8854.0, 8874.0, 8862.0, 8900.0, 8879.0, 8873.0, 8835.0, 8843.0, 8833.0, 8890.0, 8819.0, 8877.0, 8803.0, 8846.0, 8859.0, 8878.0, 8837.0, 8852.0, 8842.0, 8859.0, 8931.0, 8888.0, 8894.0, 8855.0, 8863.0, 8841.0, 8855.0, 8857.0, 8911.0, 8863.0, 8841.0, 8862.0, 8842.0, 8914.0, 8893.0, 8896.0, 8844.0, 8872.0, 8880.0, 8878.0, 8874.0, 8847.0, 8870.0, 8817.0, 8844.0, 8865.0, 8826.0, 8800.0, 8809.0, 8817.0, 8833.0, 8819.0, 8848.0, 8822.0, 8831.0, 8841.0, 8879.0, 8843.0, 8840.0, 8860.0, 8911.0, 8889.0, 8880.0, 8839.0, 8846.0, 8838.0, 8890.0, 8866.0, 8892.0, 8864.0, 8829.0, 8850.0, 8849.0, 8853.0, 8877.0, 8867.0, 8860.0, 8849.0, 8819.0, 8853.0, 8849.0, 8860.0, 8924.0, 8897.0, 8835.0, 8834.0, 8872.0, 8832.0, 8858.0, 8861.0, 8869.0, 8814.0, 8822.0, 8812.0, 8826.0, 8842.0, 8875.0, 8796.0, 8811.0, 8779.0, 8833.0, 8829.0, 8831.0, 8817.0, 8835.0, 8875.0, 8837.0, 8881.0, 8881.0, 8860.0, 8836.0, 8821.0, 8853.0, 8872.0, 8857.0, 8902.0, 8828.0, 8836.0, 8827.0, 8855.0, 8840.0, 8856.0, 8883.0, 8924.0, 8935.0, 8866.0, 8899.0, 8857.0, 8882.0, 8878.0, 8876.0, 8899.0, 8855.0, 8821.0, 8828.0, 8845.0, 8831.0, 8813.0, 8817.0, 8810.0, 8832.0, 8832.0, 8850.0, 8846.0, 8835.0, 8834.0, 8821.0, 8862.0, 8860.0, 8831.0, 8798.0, 8828.0, 8818.0, 8865.0, 8826.0, 8851.0, 8823.0, 8836.0, 8823.0, 8884.0, 8884.0, 8914.0, 8822.0, 8847.0, 8821.0, 8851.0, 8892.0, 8881.0, 8846.0, 8834.0, 8855.0, 8849.0, 8875.0, 8833.0, 8844.0, 8801.0, 8827.0, 8800.0, 8844.0, 8844.0, 8887.0, 8801.0, 8826.0, 8801.0, 8843.0, 8885.0, 8888.0, 8799.0, 8828.0, 8843.0, 8834.0, 8863.0, 8927.0, 8903.0, 8874.0, 8821.0, 8827.0, 8802.0, 8864.0, 8809.0, 8916.0, 8850.0, 8858.0, 8869.0, 8870.0, 8834.0, 8889.0, 8830.0, 8857.0, 8812.0, 8841.0, 8897.0, 8860.0, 8843.0, 8832.0, 8839.0, 8829.0, 8857.0, 8875.0, 8842.0, 8832.0, 8828.0, 8818.0, 8858.0, 8849.0, 8861.0, 8850.0, 8847.0, 8850.0, 8862.0, 8849.0, 8891.0, 8804.0, 8832.0, 8842.0, 8831.0, 8900.0, 8875.0, 8863.0, 8858.0, 8829.0, 8819.0, 8859.0, 8846.0, 8858.0, 8803.0, 8845.0, 8821.0, 8881.0, 8836.0, 8866.0, 8811.0, 8853.0, 8885.0, 8850.0, 8892.0, 8879.0, 8846.0, 8839.0, 8834.0, 8815.0, 8876.0, 8832.0, 8874.0, 8802.0, 8846.0, 8817.0, 8879.0, 8823.0, 8869.0, 8838.0, 8838.0, 8906.0, 8913.0, 8871.0, 8860.0, 8860.0, 8834.0, 8833.0, 8851.0, 8859.0, 8891.0, 8867.0, 8876.0, 8817.0, 8861.0, 8843.0, 8862.0, 8905.0, 8895.0, 8841.0, 8841.0, 8822.0, 8810.0, 8840.0, 8829.0, 8870.0, 8817.0, 8829.0, 8836.0, 8845.0, 8852.0, 8892.0, 8869.0, 8907.0, 8822.0, 8847.0, 8820.0, 8846.0, 8886.0, 8875.0, 8840.0, 8831.0, 8854.0, 8866.0, 8900.0, 8909.0, 8920.0, 8947.0, 8836.0, 8874.0, 8852.0, 8867.0, 8832.0, 8866.0, 8891.0, 8867.0, 8863.0, 8840.0, 8866.0, 8852.0, 8865.0, 8858.0, 8842.0, 8892.0, 8872.0, 8896.0, 8868.0, 8879.0, 8802.0, 8843.0, 8793.0, 8869.0, 8793.0, 8806.0, 8762.0, 8806.0, 8778.0, 8814.0, 8840.0, 8847.0, 8814.0, 8810.0, 8807.0, 8809.0, 8822.0, 8843.0, 8809.0, 8815.0, 8828.0, 8812.0, 8833.0, 8899.0, 8865.0, 8831.0, 8836.0, 8845.0, 8831.0, 8832.0, 8874.0, 8848.0, 8829.0, 8834.0, 8876.0, 8882.0, 8851.0, 8856.0, 8875.0, 8853.0, 8892.0, 8880.0, 8893.0, 8834.0, 8874.0, 8829.0, 8851.0, 8942.0, 8867.0, 8845.0, 8844.0, 8838.0, 8875.0, 8844.0, 8873.0, 8874.0, 8913.0, 8856.0, 8845.0, 8854.0, 8857.0, 8874.0, 8924.0, 8882.0, 8830.0, 8836.0, 8843.0, 8849.0, 8876.0, 8848.0, 8828.0, 8801.0, 8827.0, 8817.0, 8859.0, 8819.0, 8847.0, 8849.0, 8847.0, 8854.0, 8894.0, 8868.0, 8891.0, 8864.0, 8873.0, 8892.0, 8858.0, 8846.0, 8817.0, 8832.0, 8828.0, 8819.0, 8863.0, 8842.0, 8882.0, 8798.0, 8840.0, 8832.0, 8830.0, 8831.0, 8876.0, 8900.0, 8860.0, 8842.0, 8846.0, 8827.0, 8850.0, 8876.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.0035944725274725275</td></tr>
<tr><td colspan=3>aqi</td><td>0.04793132824175824</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.93321924666664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2011975369416934</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0271511197469754</td></tr>
<tr><td colspan=3>efc</td><td>0.5063</td></tr>
<tr><td colspan=3>fber</td><td>4759.4722</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14444583125014618</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>134</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.725274725274724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.432740623462838</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.298515854290021</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.720439389685125</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2792666264133694</td></tr>
<tr><td colspan=3>gcor</td><td>0.00513049</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01940508745610714</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04426020383834839</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9902808991395107</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.5291</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2435</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.2246</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293947.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>948.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.514</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.448</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.2151</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3144.7257</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.0093</td></tr>
<tr><td colspan=3>tsnr</td><td>28.981033915071748</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>