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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:15:51.482500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999467, 0.00376026, 0.0324222, -0.00523321, 0.998952, 0.0454657]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.134251</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7733, -7184, 557, -9, -35, 16, 31]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d1a7bc5c-4e52-4125-8961-1016f57d11d5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68149733543396, -0.014040317386388779, 0.08698663860559464, 111.34471130371094], [-0.010088506154716015, 2.6801156997680664, 0.12315021455287933, -94.51126098632812], [0.08698641508817673, -0.12198126316070557, 2.695786952972412, -19.513805389404297], [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': ['101551.482500', '101551.942500', '101552.402500', '101552.862500', '101553.322500', '101553.782500', '101554.242500', '101554.702500', '101555.162500', '101555.622500', '101556.082500', '101556.542500', '101557.002500', '101557.462500', '101557.922500', '101558.382500', '101558.842500', '101559.302500', '101559.762500', '101600.222500', '101600.682500', '101601.142500', '101601.602500', '101602.062500', '101602.522500', '101602.982500', '101603.442500', '101603.902500', '101604.362500', '101604.822500', '101605.282500', '101605.742500', '101606.202500', '101606.662500', '101607.122500', '101607.582500', '101608.042500', '101608.502500', '101608.962500', '101609.422500', '101609.882500', '101610.342500', '101610.802500', '101611.262500', '101611.722500', '101612.182500', '101612.642500', '101613.102500', '101613.562500', '101614.022500', '101614.482500', '101614.942500', '101615.402500', '101615.862500', '101616.322500', '101616.782500', '101617.242500', '101617.702500', '101618.162500', '101618.622500', '101619.082500', '101619.542500', '101620.002500', '101620.462500', '101620.922500', '101621.382500', '101621.842500', '101622.302500', '101622.762500', '101623.222500', '101623.682500', '101624.142500', '101624.602500', '101625.062500', '101625.522500', '101625.982500', '101626.442500', '101626.902500', '101627.362500', '101627.822500', '101628.282500', '101628.742500', '101629.202500', '101629.662500', '101630.122500', '101630.582500', '101631.042500', '101631.502500', '101631.962500', '101632.422500', '101632.882500', '101633.342500', '101633.802500', '101634.262500', '101634.722500', '101635.182500', '101635.642500', '101636.102500', '101636.562500', '101637.022500', '101637.482500', '101637.942500', '101638.402500', '101638.862500', '101639.322500', '101639.782500', '101640.242500', '101640.702500', '101641.162500', '101641.622500', '101642.082500', '101642.542500', '101643.002500', '101643.462500', '101643.922500', '101644.382500', '101644.842500', '101645.302500', '101645.762500', '101646.222500', '101646.682500', '101647.142500', '101647.602500', '101648.062500', '101648.522500', '101648.982500', '101649.442500', '101649.902500', '101650.362500', '101650.822500', '101651.282500', '101651.742500', '101652.202500', '101652.662500', '101653.122500', '101653.582500', '101654.042500', '101654.502500', '101654.962500', '101655.422500', '101655.882500', '101656.342500', '101656.802500', '101657.262500', '101657.722500', '101658.182500', '101658.642500', '101659.102500', '101659.562500', '101700.022500', '101700.482500', '101700.942500', '101701.402500', '101701.862500', '101702.322500', '101702.782500', '101703.242500', '101703.702500', '101704.162500', '101704.622500', '101705.082500', '101705.542500', '101706.002500', '101706.462500', '101706.922500', '101707.382500', '101707.842500', '101708.302500', '101708.762500', '101709.222500', '101709.682500', '101710.142500', '101710.602500', '101711.062500', '101711.522500', '101711.982500', '101712.442500', '101712.902500', '101713.362500', '101713.822500', '101714.282500', '101714.742500', '101715.202500', '101715.662500', '101716.122500', '101716.582500', '101717.042500', '101717.502500', '101717.962500', '101718.422500', '101718.882500', '101719.342500', '101719.802500', '101720.262500', '101720.722500', '101721.182500', '101721.642500', '101722.102500', '101722.562500', '101723.022500', '101723.482500', '101723.942500', '101724.402500', '101724.862500', '101725.322500', '101725.782500', '101726.242500', '101726.702500', '101727.162500', '101727.622500', '101728.082500', '101728.542500', '101729.002500', '101729.462500', '101729.922500', '101730.382500', '101730.842500', '101731.302500', '101731.762500', '101732.222500', '101732.682500', '101733.142500', '101733.602500', '101734.062500', '101734.522500', '101734.982500', '101735.442500', '101735.902500', '101736.362500', '101736.822500', '101737.282500', '101737.742500', '101738.202500', '101738.662500', '101739.122500', '101739.582500', '101740.042500', '101740.502500', '101740.962500', '101741.422500', '101741.882500', '101742.342500', '101742.802500', '101743.262500', '101743.722500', '101744.182500', '101744.642500', '101745.102500', '101745.562500', '101746.022500', '101746.482500', '101746.942500', '101747.402500', '101747.862500', '101748.322500', '101748.782500', '101749.242500', '101749.702500', '101750.162500', '101750.622500', '101751.082500', '101751.542500', '101752.002500', '101752.462500', '101752.922500', '101753.382500', '101753.842500', '101754.302500', '101754.762500', '101755.222500', '101755.682500', '101756.142500', '101756.602500', '101757.062500', '101757.522500', '101757.982500', '101758.442500', '101758.902500', '101759.362500', '101759.822500', '101800.282500', '101800.742500', '101801.202500', '101801.662500', '101802.122500', '101802.582500', '101803.042500', '101803.502500', '101803.962500', '101804.422500', '101804.882500', '101805.342500', '101805.802500', '101806.262500', '101806.722500', '101807.182500', '101807.642500', '101808.102500', '101808.562500', '101809.022500', '101809.482500', '101809.942500', '101810.402500', '101810.862500', '101811.322500', '101811.782500', '101812.242500', '101812.702500', '101813.162500', '101813.622500', '101814.082500', '101814.542500', '101815.002500', '101815.462500', '101815.922500', '101816.382500', '101816.842500', '101817.302500', '101817.762500', '101818.222500', '101818.682500', '101819.142500', '101819.602500', '101820.062500', '101820.522500', '101820.982500', '101821.442500', '101821.902500', '101822.362500', '101822.822500', '101823.282500', '101823.742500', '101824.202500', '101824.662500', '101825.122500', '101825.582500', '101826.042500', '101826.502500', '101826.962500', '101827.422500', '101827.882500', '101828.342500', '101828.802500', '101829.262500', '101829.722500', '101830.182500', '101830.642500', '101831.102500', '101831.562500', '101832.022500', '101832.482500', '101832.942500', '101833.402500', '101833.862500', '101834.322500', '101834.782500', '101835.242500', '101835.702500', '101836.162500', '101836.622500', '101837.082500', '101837.542500', '101838.002500', '101838.462500', '101838.922500', '101839.382500', '101839.842500', '101840.302500', '101840.762500', '101841.222500', '101841.682500', '101842.142500', '101842.602500', '101843.062500', '101843.522500', '101843.982500', '101844.442500', '101844.902500', '101845.362500', '101845.822500', '101846.282500', '101846.742500', '101847.202500', '101847.662500', '101848.122500', '101848.582500', '101849.042500', '101849.502500', '101849.962500', '101850.422500', '101850.882500', '101851.342500', '101851.802500', '101852.262500', '101852.722500', '101853.182500', '101853.642500', '101854.102500', '101854.562500', '101855.022500', '101855.482500', '101855.942500', '101856.402500', '101856.862500', '101857.322500', '101857.782500', '101858.242500', '101858.702500', '101859.162500', '101859.622500', '101900.082500', '101900.542500', '101901.002500', '101901.462500', '101901.922500', '101902.382500', '101902.842500', '101903.302500', '101903.762500', '101904.222500', '101904.682500', '101905.142500', '101905.602500', '101906.062500', '101906.522500', '101906.982500', '101907.442500', '101907.902500', '101908.362500', '101908.822500', '101909.282500', '101909.742500', '101910.202500', '101910.662500', '101911.122500', '101911.582500', '101912.042500', '101912.502500', '101912.962500', '101913.422500', '101913.882500', '101914.342500', '101914.802500', '101915.262500', '101915.722500', '101916.182500', '101916.642500', '101917.102500', '101917.562500', '101918.022500', '101918.482500', '101918.942500', '101919.402500', '101919.862500', '101920.322500', '101920.782500', '101921.242500', '101921.702500', '101922.162500', '101922.622500', '101923.082500', '101923.542500', '101924.002500', '101924.462500', '101924.922500', '101925.382500', '101925.842500', '101926.302500', '101926.762500', '101927.222500', '101927.682500', '101928.142500', '101928.602500', '101929.062500', '101929.522500', '101929.982500', '101930.442500', '101930.902500', '101931.362500', '101931.822500', '101932.282500', '101932.742500', '101933.202500', '101933.662500', '101934.122500', '101934.582500', '101935.042500', '101935.502500', '101935.962500', '101936.422500', '101936.882500', '101937.342500', '101937.802500', '101938.262500', '101938.722500', '101939.182500', '101939.642500', '101940.102500', '101940.562500', '101941.022500', '101941.482500', '101941.942500', '101942.402500', '101942.862500', '101943.322500', '101943.782500', '101944.242500', '101944.702500', '101945.162500', '101945.622500', '101946.082500', '101946.542500', '101947.002500', '101947.462500', '101947.922500', '101948.382500', '101948.842500', '101949.302500', '101949.762500', '101950.222500', '101950.682500', '101951.142500', '101951.602500', '101952.062500', '101952.522500', '101952.982500', '101953.442500', '101953.902500', '101954.362500', '101954.822500', '101955.282500', '101955.742500', '101956.202500', '101956.662500', '101957.122500', '101957.582500', '101958.042500', '101958.502500', '101958.962500', '101959.422500', '101959.882500', '102000.342500', '102000.802500', '102001.262500', '102001.722500', '102002.182500', '102002.642500', '102003.102500', '102003.562500', '102004.022500', '102004.482500', '102004.942500', '102005.402500', '102005.862500', '102006.322500', '102006.782500', '102007.242500', '102007.702500', '102008.162500', '102008.622500', '102009.082500', '102009.542500', '102010.002500', '102010.462500', '102010.922500', '102011.382500', '102011.842500', '102012.302500', '102012.762500', '102013.222500', '102013.682500', '102014.142500', '102014.602500', '102015.062500', '102015.522500', '102015.982500', '102016.442500', '102016.902500', '102017.362500', '102017.822500', '102018.282500', '102018.742500', '102019.202500', '102019.662500', '102020.122500', '102020.582500', '102021.042500', '102021.502500', '102021.962500', '102022.422500', '102022.882500', '102023.342500', '102023.802500', '102024.262500', '102024.722500', '102025.182500', '102025.642500', '102026.102500', '102026.562500', '102027.022500', '102027.482500', '102027.942500', '102028.402500', '102028.862500', '102029.322500', '102029.782500', '102030.242500', '102030.702500', '102031.162500', '102031.622500', '102032.082500', '102032.542500', '102033.002500', '102033.462500', '102033.922500', '102034.382500', '102034.842500', '102035.302500', '102035.762500', '102036.222500', '102036.682500', '102037.142500', '102037.602500', '102038.062500', '102038.522500', '102038.982500', '102039.442500', '102039.902500', '102040.362500', '102040.822500', '102041.282500', '102041.742500', '102042.202500', '102042.662500', '102043.122500', '102043.582500', '102044.042500', '102044.502500', '102044.962500', '102045.422500', '102045.882500', '102046.342500', '102046.802500', '102047.262500', '102047.722500', '102048.182500', '102048.642500', '102049.102500', '102049.562500', '102050.022500', '102050.482500', '102050.942500', '102051.402500', '102051.862500', '102052.322500', '102052.782500', '102053.242500', '102053.702500', '102054.162500', '102054.622500', '102055.082500', '102055.542500', '102056.002500', '102056.462500', '102056.922500', '102057.382500', '102057.842500', '102058.302500', '102058.762500', '102059.222500', '102059.682500', '102100.142500', '102100.602500', '102101.062500', '102101.522500', '102101.982500', '102102.442500', '102102.902500', '102103.362500', '102103.822500', '102104.282500', '102104.742500', '102105.202500', '102105.662500', '102106.122500', '102106.582500', '102107.042500', '102107.502500', '102107.962500', '102108.422500', '102108.882500', '102109.342500', '102109.802500', '102110.262500', '102110.722500', '102111.182500', '102111.642500', '102112.102500', '102112.562500', '102113.022500', '102113.482500', '102113.942500', '102114.402500', '102114.862500', '102115.322500', '102115.782500', '102116.242500', '102116.702500', '102117.162500', '102117.622500', '102118.082500', '102118.542500', '102119.002500', '102119.462500', '102119.922500', '102120.382500', '102120.842500', '102121.302500', '102121.762500', '102122.222500', '102122.682500', '102123.142500', '102123.602500', '102124.062500', '102124.522500', '102124.982500', '102125.442500', '102125.902500', '102126.362500', '102126.822500', '102127.282500', '102127.742500', '102128.202500', '102128.662500', '102129.122500', '102129.582500', '102130.042500', '102130.502500', '102130.962500', '102131.422500', '102131.882500', '102132.342500', '102132.802500', '102133.262500', '102133.722500', '102134.182500', '102134.642500', '102135.102500', '102135.562500', '102136.022500', '102136.482500', '102136.942500', '102137.402500', '102137.862500', '102138.322500', '102138.782500', '102139.242500', '102139.702500', '102140.162500', '102140.622500', '102141.082500', '102141.542500', '102142.002500', '102142.462500', '102142.922500', '102143.382500', '102143.842500', '102144.302500', '102144.762500', '102145.222500', '102145.682500', '102146.142500', '102146.602500', '102147.062500', '102147.522500', '102147.982500', '102148.442500', '102148.902500', '102149.362500', '102149.822500', '102150.282500', '102150.742500', '102151.202500', '102151.662500', '102152.122500', '102152.582500', '102153.042500', '102153.502500', '102153.962500', '102154.422500', '102154.882500', '102155.342500', '102155.802500', '102156.262500', '102156.722500', '102157.182500', '102157.642500', '102158.102500', '102158.562500', '102159.022500', '102159.482500', '102159.942500', '102200.402500', '102200.862500', '102201.322500', '102201.782500', '102202.242500', '102202.702500', '102203.162500', '102203.622500', '102204.082500', '102204.542500', '102205.002500', '102205.462500', '102205.922500', '102206.382500', '102206.842500', '102207.302500', '102207.762500', '102208.222500', '102208.682500', '102209.142500', '102209.602500', '102210.062500', '102210.522500', '102210.982500', '102211.442500', '102211.902500', '102212.362500', '102212.822500', '102213.282500', '102213.742500', '102214.202500', '102214.662500', '102215.122500', '102215.582500', '102216.042500', '102216.502500', '102216.962500', '102217.422500', '102217.882500', '102218.342500', '102218.802500', '102219.262500', '102219.722500', '102220.182500', '102220.642500', '102221.102500', '102221.562500', '102222.022500', '102222.482500', '102222.942500', '102223.402500', '102223.862500', '102224.322500', '102224.782500', '102225.242500', '102225.702500', '102226.162500', '102226.622500', '102227.082500', '102227.542500', '102228.002500', '102228.462500', '102228.922500', '102229.382500', '102229.842500', '102230.302500', '102230.762500', '102231.222500', '102231.682500', '102232.142500', '102232.602500', '102233.062500', '102233.522500', '102233.982500', '102234.442500', '102234.902500', '102235.362500', '102235.822500', '102236.282500', '102236.742500', '102237.202500', '102237.662500', '102238.122500', '102238.582500', '102239.042500', '102239.502500', '102239.962500', '102240.422500', '102240.882500', '102241.342500', '102241.802500', '102242.262500', '102242.722500', '102243.182500', '102243.642500', '102244.102500', '102244.562500', '102245.022500', '102245.482500', '102245.942500', '102246.402500', '102246.862500', '102247.322500', '102247.782500', '102248.242500', '102248.702500', '102249.162500', '102249.622500', '102250.082500', '102250.542500', '102251.002500', '102251.462500'], 'ContentTime': ['101618.685000', '101618.689000', '101618.692000', '101618.694000', '101618.697000', '101618.700000', '101618.703000', '101618.706000', '101618.709000', '101618.712000', '101618.714000', '101618.717000', '101618.720000', '101618.723000', '101618.726000', '101618.729000', '101618.732000', '101618.734000', '101618.737000', '101618.740000', '101618.743000', '101618.746000', '101618.749000', '101618.751000', '101618.754000', '101618.757000', '101618.760000', '101618.763000', '101618.766000', '101618.769000', '101618.771000', '101618.774000', '101618.777000', '101618.785000', '101618.787000', '101618.790000', '101618.793000', '101618.796000', '101618.799000', '101618.802000', '101618.804000', '101618.807000', '101618.810000', '101618.813000', '101618.816000', '101618.819000', '101618.822000', '101618.824000', '101618.834000', '101618.837000', '101618.840000', '101618.843000', '101618.846000', '101618.849000', '101618.851000', '101618.854000', '101618.857000', '101618.860000', '101638.647000', '101638.650000', '101638.653000', '101638.656000', '101638.658000', '101638.672000', '101638.674000', '101638.677000', '101638.680000', '101638.683000', '101638.686000', '101638.689000', '101638.692000', '101638.694000', '101638.697000', '101638.700000', '101638.703000', '101638.706000', '101638.708000', '101638.711000', '101638.714000', '101638.717000', '101638.720000', '101638.723000', '101638.725000', '101638.728000', '101638.748000', '101638.751000', '101638.754000', '101638.757000', '101638.760000', '101638.763000', '101638.766000', '101638.768000', '101638.771000', '101638.774000', '101638.777000', '101638.780000', '101638.783000', '101638.785000', '101638.788000', '101638.791000', '101638.796000', '101658.647000', '101658.650000', '101658.653000', '101658.656000', '101658.659000', '101658.661000', '101658.669000', '101658.672000', '101658.675000', '101658.678000', '101658.681000', '101658.684000', '101658.686000', '101658.689000', '101658.692000', '101658.695000', '101658.698000', '101658.701000', '101658.704000', '101658.706000', '101658.709000', '101658.712000', '101658.715000', '101658.718000', '101658.721000', '101658.724000', '101658.727000', '101658.729000', '101658.732000', '101658.735000', '101658.738000', '101658.741000', '101658.744000', '101658.746000', '101658.749000', '101658.752000', '101658.755000', '101658.758000', '101658.761000', '101658.764000', '101658.766000', '101658.769000', '101658.772000', '101658.775000', '101718.647000', '101718.650000', '101718.653000', '101718.656000', '101718.659000', '101718.661000', '101718.664000', '101718.667000', '101718.670000', '101718.673000', '101718.676000', '101718.679000', '101718.681000', '101718.684000', '101718.687000', '101718.690000', '101718.693000', '101718.696000', '101718.699000', '101718.701000', '101718.704000', '101718.707000', '101718.710000', '101718.713000', '101718.716000', '101718.719000', '101718.721000', '101718.724000', '101718.727000', '101718.730000', '101718.733000', '101718.736000', '101718.738000', '101718.745000', '101718.748000', '101718.751000', '101718.754000', '101718.758000', '101718.761000', '101718.764000', '101718.767000', '101718.770000', '101718.773000', '101738.646000', '101738.649000', '101738.652000', '101738.655000', '101738.658000', '101738.661000', '101738.664000', '101738.666000', '101738.669000', '101738.672000', '101738.675000', '101738.678000', '101738.681000', '101738.684000', '101738.687000', '101738.689000', '101738.692000', '101738.695000', '101738.698000', '101738.701000', '101738.704000', '101738.707000', '101738.710000', '101738.713000', '101738.715000', '101738.718000', '101738.721000', '101738.724000', '101738.727000', '101738.730000', '101738.733000', '101738.735000', '101738.738000', '101738.741000', '101738.744000', '101738.747000', '101738.750000', '101738.752000', '101738.755000', '101738.758000', '101738.761000', '101738.764000', '101738.767000', '101758.647000', '101758.650000', '101758.653000', '101758.656000', '101758.659000', '101758.662000', '101758.664000', '101758.667000', '101758.670000', '101758.673000', '101758.676000', '101758.679000', '101758.682000', '101758.685000', '101758.687000', '101758.690000', '101758.693000', '101758.696000', '101758.699000', '101758.701000', '101758.704000', '101758.707000', '101758.710000', '101758.713000', '101758.716000', '101758.719000', '101758.721000', '101758.724000', '101758.727000', '101758.730000', '101758.733000', '101758.736000', '101758.738000', '101758.741000', '101758.744000', '101758.747000', '101758.750000', '101758.753000', '101758.756000', '101758.758000', '101758.761000', '101758.764000', '101758.767000', '101758.770000', '101818.647000', '101818.650000', '101818.653000', '101818.656000', '101818.659000', '101818.661000', '101818.664000', '101818.667000', '101818.670000', '101818.673000', '101818.676000', '101818.679000', '101818.682000', '101818.685000', '101818.687000', '101818.690000', '101818.693000', '101818.696000', '101818.699000', '101818.702000', '101818.705000', '101818.707000', '101818.710000', '101818.713000', '101818.716000', '101818.719000', '101818.722000', '101818.725000', '101818.727000', '101818.730000', '101818.733000', '101818.736000', '101818.739000', '101818.742000', '101818.745000', '101818.748000', '101818.765000', '101818.768000', '101818.771000', '101818.774000', '101818.777000', '101818.780000', '101818.782000', '101818.785000', '101838.647000', '101838.650000', '101838.653000', '101838.656000', '101838.659000', '101838.662000', '101838.664000', '101838.667000', '101838.670000', '101838.673000', '101838.676000', '101838.679000', '101838.682000', '101838.684000', '101838.687000', '101838.690000', '101838.693000', '101838.696000', '101838.699000', '101838.702000', '101838.705000', '101838.708000', '101838.710000', '101838.713000', '101838.716000', '101838.719000', '101838.722000', '101838.725000', '101838.728000', '101838.730000', '101838.733000', '101838.736000', '101838.739000', '101838.742000', '101838.745000', '101838.748000', '101838.751000', '101838.753000', '101838.756000', '101838.759000', '101838.762000', '101838.765000', '101838.768000', '101858.647000', '101858.650000', '101858.653000', '101858.656000', '101858.659000', '101858.662000', '101858.664000', '101858.667000', '101858.670000', '101858.673000', '101858.676000', '101858.679000', '101858.682000', '101858.684000', '101858.687000', '101858.690000', '101858.693000', '101858.696000', '101858.699000', '101858.702000', '101858.705000', '101858.707000', '101858.710000', '101858.713000', '101858.716000', '101858.719000', '101858.722000', '101858.725000', '101858.728000', '101858.730000', '101858.733000', '101858.736000', '101858.739000', '101858.742000', '101858.745000', '101858.748000', '101858.751000', '101858.753000', '101858.756000', '101858.759000', '101858.762000', '101858.765000', '101858.768000', '101858.815000', '101918.647000', '101918.650000', '101918.653000', '101918.656000', '101918.659000', '101918.661000', '101918.664000', '101918.667000', '101918.670000', '101918.673000', '101918.676000', '101918.679000', '101918.682000', '101918.684000', '101918.687000', '101918.690000', '101918.693000', '101918.696000', '101918.699000', '101918.702000', '101918.705000', '101918.707000', '101918.710000', '101918.713000', '101918.716000', '101918.719000', '101918.722000', '101918.725000', '101918.728000', '101918.730000', '101918.733000', '101918.736000', '101918.739000', '101918.742000', '101918.745000', '101918.748000', '101918.751000', '101918.754000', '101918.756000', '101918.759000', '101918.762000', '101918.765000', '101918.768000', '101938.647000', '101938.650000', '101938.653000', '101938.656000', '101938.660000', '101938.663000', '101938.666000', '101938.669000', '101938.672000', '101938.675000', '101938.678000', '101938.680000', '101938.683000', '101938.686000', '101938.689000', '101938.692000', '101938.695000', '101938.697000', '101938.700000', '101938.703000', '101938.706000', '101938.709000', '101938.712000', '101938.715000', '101938.718000', '101938.720000', '101938.723000', '101938.726000', '101938.729000', '101938.732000', '101938.735000', '101938.737000', '101938.740000', '101938.743000', '101938.746000', '101938.749000', '101938.752000', '101938.754000', '101938.757000', '101938.760000', '101938.763000', '101938.766000', '101938.852000', '101958.646000', '101958.649000', '101958.652000', '101958.655000', '101958.658000', '101958.661000', '101958.663000', '101958.666000', '101958.669000', '101958.672000', '101958.675000', '101958.678000', '101958.681000', '101958.684000', '101958.687000', '101958.689000', '101958.692000', '101958.695000', '101958.709000', '101958.712000', '101958.715000', '101958.718000', '101958.721000', '101958.724000', '101958.726000', '101958.729000', '101958.732000', '101958.735000', '101958.738000', '101958.741000', '101958.743000', '101958.746000', '101958.749000', '101958.752000', '101958.755000', '101958.758000', '101958.760000', '101958.763000', '101958.766000', '101958.798000', '101958.801000', '101958.803000', '101958.806000', '101958.809000', '102018.647000', '102018.650000', '102018.653000', '102018.656000', '102018.659000', '102018.662000', '102018.664000', '102018.668000', '102018.671000', '102018.675000', '102018.678000', '102018.681000', '102018.684000', '102018.686000', '102018.689000', '102018.692000', '102018.695000', '102018.698000', '102018.701000', '102018.704000', '102018.706000', '102018.709000', '102018.712000', '102018.715000', '102018.718000', '102018.721000', '102018.724000', '102018.726000', '102018.729000', '102018.732000', '102018.735000', '102018.738000', '102018.741000', '102018.744000', '102018.747000', '102018.749000', '102018.752000', '102018.755000', '102018.758000', '102018.761000', '102018.764000', '102018.767000', '102018.838000', '102038.647000', '102038.650000', '102038.653000', '102038.656000', '102038.658000', '102038.661000', '102038.664000', '102038.667000', '102038.670000', '102038.673000', '102038.676000', '102038.679000', '102038.681000', '102038.684000', '102038.687000', '102038.690000', '102038.693000', '102038.696000', '102038.699000', '102038.702000', '102038.705000', '102038.707000', '102038.710000', '102038.713000', '102038.716000', '102038.719000', '102038.722000', '102038.724000', '102038.727000', '102038.730000', '102038.733000', '102038.736000', '102038.739000', '102038.742000', '102038.744000', '102038.747000', '102038.750000', '102038.753000', '102038.756000', '102038.759000', '102038.761000', '102038.764000', '102038.767000', '102038.817000', '102058.647000', '102058.650000', '102058.653000', '102058.656000', '102058.659000', '102058.662000', '102058.664000', '102058.667000', '102058.670000', '102058.673000', '102058.676000', '102058.679000', '102058.682000', '102058.685000', '102058.688000', '102058.691000', '102058.694000', '102058.696000', '102058.699000', '102058.702000', '102058.705000', '102058.708000', '102058.711000', '102058.714000', '102058.717000', '102058.720000', '102058.723000', '102058.726000', '102058.729000', '102058.732000', '102058.734000', '102058.737000', '102058.740000', '102058.743000', '102058.746000', '102058.749000', '102058.752000', '102058.754000', '102058.757000', '102058.760000', '102058.763000', '102058.766000', '102058.832000', '102118.647000', '102118.650000', '102118.653000', '102118.656000', '102118.659000', '102118.662000', '102118.664000', '102118.667000', '102118.670000', '102118.673000', '102118.676000', '102118.679000', '102118.682000', '102118.684000', '102118.687000', '102118.690000', '102118.693000', '102118.696000', '102118.699000', '102118.702000', '102118.705000', '102118.707000', '102118.710000', '102118.713000', '102118.716000', '102118.719000', '102118.722000', '102118.725000', '102118.728000', '102118.737000', '102118.740000', '102118.743000', '102118.746000', '102118.749000', '102118.752000', '102118.754000', '102118.757000', '102118.760000', '102118.763000', '102118.766000', '102118.826000', '102118.829000', '102118.832000', '102118.835000', '102138.647000', '102138.650000', '102138.653000', '102138.656000', '102138.659000', '102138.662000', '102138.665000', '102138.667000', '102138.670000', '102138.673000', '102138.676000', '102138.679000', '102138.682000', '102138.685000', '102138.688000', '102138.691000', '102138.693000', '102138.696000', '102138.699000', '102138.702000', '102138.705000', '102138.708000', '102138.711000', '102138.714000', '102138.717000', '102138.720000', '102138.723000', '102138.725000', '102138.728000', '102138.731000', '102138.734000', '102138.737000', '102138.740000', '102138.743000', '102138.747000', '102138.750000', '102138.753000', '102138.756000', '102138.759000', '102138.761000', '102138.764000', '102138.767000', '102138.840000', '102158.647000', '102158.650000', '102158.653000', '102158.656000', '102158.659000', '102158.661000', '102158.664000', '102158.667000', '102158.670000', '102158.673000', '102158.676000', '102158.679000', '102158.681000', '102158.684000', '102158.687000', '102158.690000', '102158.693000', '102158.696000', '102158.699000', '102158.702000', '102158.704000', '102158.707000', '102158.710000', '102158.713000', '102158.716000', '102158.719000', '102158.722000', '102158.725000', '102158.727000', '102158.730000', '102158.733000', '102158.736000', '102158.739000', '102158.742000', '102158.744000', '102158.747000', '102158.750000', '102158.753000', '102158.756000', '102158.759000', '102158.762000', '102158.765000', '102158.767000', '102158.847000', '102218.646000', '102218.649000', '102218.652000', '102218.655000', '102218.658000', '102218.661000', '102218.663000', '102218.666000', '102218.670000', '102218.674000', '102218.676000', '102218.679000', '102218.682000', '102218.685000', '102218.688000', '102218.691000', '102218.694000', '102218.697000', '102218.700000', '102218.702000', '102218.705000', '102218.708000', '102218.711000', '102218.714000', '102218.717000', '102218.720000', '102218.723000', '102218.726000', '102218.729000', '102218.731000', '102218.735000', '102218.740000', '102218.744000', '102218.747000', '102218.749000', '102218.752000', '102218.755000', '102218.758000', '102218.761000', '102218.764000', '102218.767000', '102218.833000', '102218.836000', '102238.647000', '102238.650000', '102238.653000', '102238.656000', '102238.659000', '102238.662000', '102238.665000', '102238.667000', '102238.670000', '102238.673000', '102238.676000', '102238.679000', '102238.682000', '102238.685000', '102238.688000', '102238.690000', '102238.693000', '102238.696000', '102238.699000', '102238.702000', '102238.705000', '102238.708000', '102238.711000', '102238.714000', '102238.717000', '102238.719000', '102238.722000', '102238.725000', '102238.728000', '102238.731000', '102238.734000', '102238.737000', '102238.740000', '102238.742000', '102238.745000', '102238.748000', '102238.751000', '102238.754000', '102238.757000', '102238.778000', '102238.809000', '102238.812000', '102238.815000', '102238.818000', '102252.375000', '102252.379000', '102252.383000', '102252.387000', '102252.390000', '102252.396000', '102252.399000', '102252.402000', '102252.405000', '102252.409000', '102252.412000', '102252.415000', '102252.417000', '102252.420000', '102252.424000', '102252.427000', '102252.429000', '102252.432000', '102252.436000', '102252.439000', '102252.442000', '102252.445000', '102252.448000', '102252.451000', '102252.454000', '102252.457000', '102252.460000', '102252.463000', '102252.466000', '102252.469000'], 'InstanceCreationTime': ['101618.685000', '101618.689000', '101618.692000', '101618.694000', '101618.697000', '101618.700000', '101618.703000', '101618.706000', '101618.709000', '101618.712000', '101618.714000', '101618.717000', '101618.720000', '101618.723000', '101618.726000', '101618.729000', '101618.732000', '101618.734000', '101618.737000', '101618.740000', '101618.743000', '101618.746000', '101618.749000', '101618.751000', '101618.754000', '101618.757000', '101618.760000', '101618.763000', '101618.766000', '101618.769000', '101618.771000', '101618.774000', '101618.777000', '101618.785000', '101618.787000', '101618.790000', '101618.793000', '101618.796000', '101618.799000', '101618.802000', '101618.804000', '101618.807000', '101618.810000', '101618.813000', '101618.816000', '101618.819000', '101618.822000', '101618.824000', '101618.834000', '101618.837000', '101618.840000', '101618.843000', '101618.846000', '101618.849000', '101618.851000', '101618.854000', '101618.857000', '101618.860000', '101638.647000', '101638.650000', '101638.653000', '101638.656000', '101638.658000', '101638.672000', '101638.674000', '101638.677000', '101638.680000', '101638.683000', '101638.686000', '101638.689000', '101638.692000', '101638.694000', '101638.697000', '101638.700000', '101638.703000', '101638.706000', '101638.708000', '101638.711000', '101638.714000', '101638.717000', '101638.720000', '101638.723000', '101638.725000', '101638.728000', '101638.748000', '101638.751000', '101638.754000', '101638.757000', '101638.760000', '101638.763000', '101638.766000', '101638.768000', '101638.771000', '101638.774000', '101638.777000', '101638.780000', '101638.783000', '101638.785000', '101638.788000', '101638.791000', '101638.796000', '101658.647000', '101658.650000', '101658.653000', '101658.656000', '101658.659000', '101658.661000', '101658.669000', '101658.672000', '101658.675000', '101658.678000', '101658.681000', '101658.684000', '101658.686000', '101658.689000', '101658.692000', '101658.695000', '101658.698000', '101658.701000', '101658.704000', '101658.706000', '101658.709000', '101658.712000', '101658.715000', '101658.718000', '101658.721000', '101658.724000', '101658.727000', '101658.729000', '101658.732000', '101658.735000', '101658.738000', '101658.741000', '101658.744000', '101658.746000', '101658.749000', '101658.752000', '101658.755000', '101658.758000', '101658.761000', '101658.764000', '101658.766000', '101658.769000', '101658.772000', '101658.775000', '101718.647000', '101718.650000', '101718.653000', '101718.656000', '101718.659000', '101718.661000', '101718.664000', '101718.667000', '101718.670000', '101718.673000', '101718.676000', '101718.679000', '101718.681000', '101718.684000', '101718.687000', '101718.690000', '101718.693000', '101718.696000', '101718.699000', '101718.701000', '101718.704000', '101718.707000', '101718.710000', '101718.713000', '101718.716000', '101718.719000', '101718.721000', '101718.724000', '101718.727000', '101718.730000', '101718.733000', '101718.736000', '101718.738000', '101718.745000', '101718.748000', '101718.751000', '101718.754000', '101718.758000', '101718.761000', '101718.764000', '101718.767000', '101718.770000', '101718.773000', '101738.646000', '101738.649000', '101738.652000', '101738.655000', '101738.658000', '101738.661000', '101738.664000', '101738.666000', '101738.669000', '101738.672000', '101738.675000', '101738.678000', '101738.681000', '101738.684000', '101738.687000', '101738.689000', '101738.692000', '101738.695000', '101738.698000', '101738.701000', '101738.704000', '101738.707000', '101738.710000', '101738.713000', '101738.715000', '101738.718000', '101738.721000', '101738.724000', '101738.727000', '101738.730000', '101738.733000', '101738.735000', '101738.738000', '101738.741000', '101738.744000', '101738.747000', '101738.750000', '101738.752000', '101738.755000', '101738.758000', '101738.761000', '101738.764000', '101738.767000', '101758.647000', '101758.650000', '101758.653000', '101758.656000', '101758.659000', '101758.662000', '101758.664000', '101758.667000', '101758.670000', '101758.673000', '101758.676000', '101758.679000', '101758.682000', '101758.685000', '101758.687000', '101758.690000', '101758.693000', '101758.696000', '101758.699000', '101758.701000', '101758.704000', '101758.707000', '101758.710000', '101758.713000', '101758.716000', '101758.719000', '101758.721000', '101758.724000', '101758.727000', '101758.730000', '101758.733000', '101758.736000', '101758.738000', '101758.741000', '101758.744000', '101758.747000', '101758.750000', '101758.753000', '101758.756000', '101758.758000', '101758.761000', '101758.764000', '101758.767000', '101758.770000', '101818.647000', '101818.650000', '101818.653000', '101818.656000', '101818.659000', '101818.661000', '101818.664000', '101818.667000', '101818.670000', '101818.673000', '101818.676000', '101818.679000', '101818.682000', '101818.685000', '101818.687000', '101818.690000', '101818.693000', '101818.696000', '101818.699000', '101818.702000', '101818.705000', '101818.707000', '101818.710000', '101818.713000', '101818.716000', '101818.719000', '101818.722000', '101818.725000', '101818.727000', '101818.730000', '101818.733000', '101818.736000', '101818.739000', '101818.742000', '101818.745000', '101818.748000', '101818.765000', '101818.768000', '101818.771000', '101818.774000', '101818.777000', '101818.780000', '101818.782000', '101818.785000', '101838.647000', '101838.650000', '101838.653000', '101838.656000', '101838.659000', '101838.662000', '101838.664000', '101838.667000', '101838.670000', '101838.673000', '101838.676000', '101838.679000', '101838.682000', '101838.684000', '101838.687000', '101838.690000', '101838.693000', '101838.696000', '101838.699000', '101838.702000', '101838.705000', '101838.708000', '101838.710000', '101838.713000', '101838.716000', '101838.719000', '101838.722000', '101838.725000', '101838.728000', '101838.730000', '101838.733000', '101838.736000', '101838.739000', '101838.742000', '101838.745000', '101838.748000', '101838.751000', '101838.753000', '101838.756000', '101838.759000', '101838.762000', '101838.765000', '101838.768000', '101858.647000', '101858.650000', '101858.653000', '101858.656000', '101858.659000', '101858.662000', '101858.664000', '101858.667000', '101858.670000', '101858.673000', '101858.676000', '101858.679000', '101858.682000', '101858.684000', '101858.687000', '101858.690000', '101858.693000', '101858.696000', '101858.699000', '101858.702000', '101858.705000', '101858.707000', '101858.710000', '101858.713000', '101858.716000', '101858.719000', '101858.722000', '101858.725000', '101858.728000', '101858.730000', '101858.733000', '101858.736000', '101858.739000', '101858.742000', '101858.745000', '101858.748000', '101858.751000', '101858.753000', '101858.756000', '101858.759000', '101858.762000', '101858.765000', '101858.768000', '101858.815000', '101918.647000', '101918.650000', '101918.653000', '101918.656000', '101918.659000', '101918.661000', '101918.664000', '101918.667000', '101918.670000', '101918.673000', '101918.676000', '101918.679000', '101918.682000', '101918.684000', '101918.687000', '101918.690000', '101918.693000', '101918.696000', '101918.699000', '101918.702000', '101918.705000', '101918.707000', '101918.710000', '101918.713000', '101918.716000', '101918.719000', '101918.722000', '101918.725000', '101918.728000', '101918.730000', '101918.733000', '101918.736000', '101918.739000', '101918.742000', '101918.745000', '101918.748000', '101918.751000', '101918.754000', '101918.756000', '101918.759000', '101918.762000', '101918.765000', '101918.768000', '101938.647000', '101938.650000', '101938.653000', '101938.656000', '101938.660000', '101938.663000', '101938.666000', '101938.669000', '101938.672000', '101938.675000', '101938.678000', '101938.680000', '101938.683000', '101938.686000', '101938.689000', '101938.692000', '101938.695000', '101938.697000', '101938.700000', '101938.703000', '101938.706000', '101938.709000', '101938.712000', '101938.715000', '101938.718000', '101938.720000', '101938.723000', '101938.726000', '101938.729000', '101938.732000', '101938.735000', '101938.737000', '101938.740000', '101938.743000', '101938.746000', '101938.749000', '101938.752000', '101938.754000', '101938.757000', '101938.760000', '101938.763000', '101938.766000', '101938.852000', '101958.646000', '101958.649000', '101958.652000', '101958.655000', '101958.658000', '101958.661000', '101958.663000', '101958.666000', '101958.669000', '101958.672000', '101958.675000', '101958.678000', '101958.681000', '101958.684000', '101958.687000', '101958.689000', '101958.692000', '101958.695000', '101958.709000', '101958.712000', '101958.715000', '101958.718000', '101958.721000', '101958.724000', '101958.726000', '101958.729000', '101958.732000', '101958.735000', '101958.738000', '101958.741000', '101958.743000', '101958.746000', '101958.749000', '101958.752000', '101958.755000', '101958.758000', '101958.760000', '101958.763000', '101958.766000', '101958.798000', '101958.801000', '101958.803000', '101958.806000', '101958.809000', '102018.647000', '102018.650000', '102018.653000', '102018.656000', '102018.659000', '102018.662000', '102018.664000', '102018.668000', '102018.671000', '102018.675000', '102018.678000', '102018.681000', '102018.684000', '102018.686000', '102018.689000', '102018.692000', '102018.695000', '102018.698000', '102018.701000', '102018.704000', '102018.706000', '102018.709000', '102018.712000', '102018.715000', '102018.718000', '102018.721000', '102018.724000', '102018.726000', '102018.729000', '102018.732000', '102018.735000', '102018.738000', '102018.741000', '102018.744000', '102018.747000', '102018.749000', '102018.752000', '102018.755000', '102018.758000', '102018.761000', '102018.764000', '102018.767000', '102018.838000', '102038.647000', '102038.650000', '102038.653000', '102038.656000', '102038.658000', '102038.661000', '102038.664000', '102038.667000', '102038.670000', '102038.673000', '102038.676000', '102038.679000', '102038.681000', '102038.684000', '102038.687000', '102038.690000', '102038.693000', '102038.696000', '102038.699000', '102038.702000', '102038.705000', '102038.707000', '102038.710000', '102038.713000', '102038.716000', '102038.719000', '102038.722000', '102038.724000', '102038.727000', '102038.730000', '102038.733000', '102038.736000', '102038.739000', '102038.742000', '102038.744000', '102038.747000', '102038.750000', '102038.753000', '102038.756000', '102038.759000', '102038.761000', '102038.764000', '102038.767000', '102038.817000', '102058.647000', '102058.650000', '102058.653000', '102058.656000', '102058.659000', '102058.662000', '102058.664000', '102058.667000', '102058.670000', '102058.673000', '102058.676000', '102058.679000', '102058.682000', '102058.685000', '102058.688000', '102058.691000', '102058.694000', '102058.696000', '102058.699000', '102058.702000', '102058.705000', '102058.708000', '102058.711000', '102058.714000', '102058.717000', '102058.720000', '102058.723000', '102058.726000', '102058.729000', '102058.732000', '102058.734000', '102058.737000', '102058.740000', '102058.743000', '102058.746000', '102058.749000', '102058.752000', '102058.754000', '102058.757000', '102058.760000', '102058.763000', '102058.766000', '102058.832000', '102118.647000', '102118.650000', '102118.653000', '102118.656000', '102118.659000', '102118.662000', '102118.664000', '102118.667000', '102118.670000', '102118.673000', '102118.676000', '102118.679000', '102118.682000', '102118.684000', '102118.687000', '102118.690000', '102118.693000', '102118.696000', '102118.699000', '102118.702000', '102118.705000', '102118.707000', '102118.710000', '102118.713000', '102118.716000', '102118.719000', '102118.722000', '102118.725000', '102118.728000', '102118.737000', '102118.740000', '102118.743000', '102118.746000', '102118.749000', '102118.752000', '102118.754000', '102118.757000', '102118.760000', '102118.763000', '102118.766000', '102118.826000', '102118.829000', '102118.832000', '102118.835000', '102138.647000', '102138.650000', '102138.653000', '102138.656000', '102138.659000', '102138.662000', '102138.665000', '102138.667000', '102138.670000', '102138.673000', '102138.676000', '102138.679000', '102138.682000', '102138.685000', '102138.688000', '102138.691000', '102138.693000', '102138.696000', '102138.699000', '102138.702000', '102138.705000', '102138.708000', '102138.711000', '102138.714000', '102138.717000', '102138.720000', '102138.723000', '102138.725000', '102138.728000', '102138.731000', '102138.734000', '102138.737000', '102138.740000', '102138.743000', '102138.747000', '102138.750000', '102138.753000', '102138.756000', '102138.759000', '102138.761000', '102138.764000', '102138.767000', '102138.840000', '102158.647000', '102158.650000', '102158.653000', '102158.656000', '102158.659000', '102158.661000', '102158.664000', '102158.667000', '102158.670000', '102158.673000', '102158.676000', '102158.679000', '102158.681000', '102158.684000', '102158.687000', '102158.690000', '102158.693000', '102158.696000', '102158.699000', '102158.702000', '102158.704000', '102158.707000', '102158.710000', '102158.713000', '102158.716000', '102158.719000', '102158.722000', '102158.725000', '102158.727000', '102158.730000', '102158.733000', '102158.736000', '102158.739000', '102158.742000', '102158.744000', '102158.747000', '102158.750000', '102158.753000', '102158.756000', '102158.759000', '102158.762000', '102158.765000', '102158.767000', '102158.847000', '102218.646000', '102218.649000', '102218.652000', '102218.655000', '102218.658000', '102218.661000', '102218.663000', '102218.666000', '102218.670000', '102218.674000', '102218.676000', '102218.679000', '102218.682000', '102218.685000', '102218.688000', '102218.691000', '102218.694000', '102218.697000', '102218.700000', '102218.702000', '102218.705000', '102218.708000', '102218.711000', '102218.714000', '102218.717000', '102218.720000', '102218.723000', '102218.726000', '102218.729000', '102218.731000', '102218.735000', '102218.740000', '102218.744000', '102218.747000', '102218.749000', '102218.752000', '102218.755000', '102218.758000', '102218.761000', '102218.764000', '102218.767000', '102218.833000', '102218.836000', '102238.647000', '102238.650000', '102238.653000', '102238.656000', '102238.659000', '102238.662000', '102238.665000', '102238.667000', '102238.670000', '102238.673000', '102238.676000', '102238.679000', '102238.682000', '102238.685000', '102238.688000', '102238.690000', '102238.693000', '102238.696000', '102238.699000', '102238.702000', '102238.705000', '102238.708000', '102238.711000', '102238.714000', '102238.717000', '102238.719000', '102238.722000', '102238.725000', '102238.728000', '102238.731000', '102238.734000', '102238.737000', '102238.740000', '102238.742000', '102238.745000', '102238.748000', '102238.751000', '102238.754000', '102238.757000', '102238.778000', '102238.809000', '102238.812000', '102238.815000', '102238.818000', '102252.375000', '102252.379000', '102252.383000', '102252.387000', '102252.390000', '102252.396000', '102252.399000', '102252.402000', '102252.405000', '102252.409000', '102252.412000', '102252.415000', '102252.417000', '102252.420000', '102252.424000', '102252.427000', '102252.429000', '102252.432000', '102252.436000', '102252.439000', '102252.442000', '102252.445000', '102252.448000', '102252.451000', '102252.454000', '102252.457000', '102252.460000', '102252.463000', '102252.466000', '102252.469000'], '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': [11541, 12677, 11095, 9023, 10609, 10478, 10057, 15368, 18206, 18958, 18090, 12140, 10793, 9600, 9955, 11147, 9799, 9888, 10650, 9712, 10273, 11718, 9355, 10298, 10800, 8641, 10155, 10483, 9276, 10874, 8802, 9813, 10501, 9393, 10260, 11521, 9630, 10953, 12499, 10344, 11198, 13570, 10245, 11505, 9697, 10598, 14291, 9630, 9903, 9543, 10475, 12188, 9856, 11102, 12632, 10773, 11965, 16173, 11857, 17343, 17485, 13368, 14988, 9650, 10622, 8863, 10230, 11698, 9620, 10660, 12998, 10273, 10679, 9621, 10676, 13624, 9521, 10969, 15055, 10759, 14416, 9039, 10571, 15663, 10342, 10999, 8784, 10133, 13992, 9142, 10876, 15636, 11191, 10285, 8542, 10384, 12951, 10075, 9998, 8613, 10338, 12885, 9575, 11000, 14669, 10372, 17316, 9810, 10623, 19095, 13637, 12478, 8783, 10271, 17147, 10624, 10157, 15706, 10082, 9945, 8664, 10245, 11398, 9634, 9290, 8529, 9772, 14314, 9529, 10307, 11310, 9799, 10504, 9404, 10219, 14782, 10043, 10093, 16514, 10246, 16126, 11711, 9596, 13212, 9968, 10203, 12836, 10123, 11407, 9725, 10251, 16293, 10573, 12413, 9346, 9799, 9193, 10246, 10982, 10181, 10600, 12618, 10350, 12323, 9603, 10426, 13282, 10772, 11271, 9826, 9985, 19713, 14506, 13747, 12679, 10121, 12285, 10313, 10208, 9665, 10170, 10917, 10248, 10185, 10203, 10554, 15999, 10308, 10356, 9848, 10421, 11356, 10256, 10058, 9658, 10282, 18941, 10406, 11184, 11071, 10808, 18867, 12062, 10304, 9546, 10302, 11828, 9884, 10216, 9489, 10280, 10745, 9683, 10645, 10442, 10306, 10163, 9528, 10784, 13114, 10615, 10869, 9742, 9952, 8964, 10625, 11887, 10351, 10700, 14692, 12435, 19855, 13941, 12707, 12795, 10824, 11218, 10896, 10179, 10100, 10386, 10590, 10645, 11933, 10184, 10388, 9586, 10610, 13720, 10281, 10522, 16597, 10800, 15801, 10401, 10778, 19162, 14410, 11895, 10034, 10427, 9860, 10969, 12556, 10441, 10689, 9904, 10720, 15614, 10987, 13103, 10429, 10753, 15702, 11083, 11241, 10590, 10532, 15838, 10608, 10774, 10500, 10797, 11123, 10486, 9681, 10181, 10731, 10206, 10371, 15783, 10586, 10829, 17223, 10543, 10528, 10141, 10721, 9651, 10187, 9772, 10351, 10566, 9816, 10032, 9692, 10416, 10269, 9806, 10798, 10863, 10234, 10033, 9235, 10266, 12235, 10741, 10621, 10343, 10294, 10976, 10447, 10258, 10894, 10383, 16563, 10199, 11618, 18413, 13153, 17815, 10228, 10497, 15597, 10592, 18413, 10383, 12264, 10255, 10632, 10185, 10975, 12677, 10306, 10763, 9776, 10503, 12114, 10491, 13449, 20190, 14330, 20173, 13372, 12579, 14099, 10600, 9361, 10737, 11217, 10269, 11370, 14826, 10922, 12996, 10742, 10754, 9991, 10576, 9352, 10741, 11081, 10758, 11206, 14429, 10677, 11821, 10459, 10868, 12651, 11392, 11883, 11122, 11326, 10740, 10579, 17095, 11319, 14945, 18925, 11154, 13459, 11265, 11582, 12710, 10704, 13578, 10654, 11495, 10477, 11491, 10631, 10609, 10269, 10720, 11428, 10992, 11334, 13960, 10646, 14341, 11214, 11667, 13453, 10918, 11900, 11352, 11549, 14103, 14412, 19832, 13361, 9695, 10470, 11513, 10457, 11192, 11558, 10653, 11190, 10449, 10525, 15550, 12326, 12848, 19424, 13949, 11718, 10663, 11185, 13379, 10540, 11353, 11079, 11637, 17567, 11706, 17449, 10559, 9627, 10450, 11560, 10936, 11228, 10988, 10429, 13397, 10302, 11605, 17989, 11235, 10813, 10293, 10791, 9307, 10220, 10645, 10025, 10580, 11868, 10032, 9418, 10530, 11079, 10696, 11540, 10857, 11344, 10518, 11069, 19316, 19391, 21097, 18273, 13621, 9729, 10560, 11296, 10833, 10619, 13139, 10717, 17681, 16669, 14697, 20600, 16359, 12764, 9587, 10674, 11076, 10911, 10769, 10703, 15566, 18658, 14719, 20021, 16676, 14020, 12127, 11677, 12773, 11300, 10958, 11259, 10035, 11134, 10190, 10926, 9890, 10824, 11497, 10566, 10853, 11016, 14180, 10485, 13145, 12197, 11227, 17443, 9995, 11417, 11464, 10830, 11543, 10216, 11275, 10013, 11131, 19103, 12343, 13436, 10727, 11760, 10453, 11085, 11416, 10381, 11101, 11427, 11534, 16199, 11179, 11938, 11772, 11769, 11201, 11469, 10699, 11115, 9545, 10546, 9359, 10751, 10149, 10369, 10297, 12180, 10085, 10693, 12135, 9779, 11016, 15524, 11455, 15270, 16680, 13091, 19848, 17277, 19990, 15830, 20349, 14066, 16236, 14720, 11278, 19142, 12197, 13427, 10242, 10883, 11055, 9908, 10529, 11057, 11360, 11077, 10982, 16836, 11881, 15878, 10930, 11373, 18649, 11093, 14472, 10900, 16765, 10881, 11418, 11027, 11449, 10514, 10387, 10515, 10851, 11661, 10586, 11364, 10747, 10442, 12119, 10397, 11608, 10765, 11322, 11554, 10758, 10711, 10320, 11216, 11028, 9765, 10432, 11171, 11700, 10794, 13896, 12283, 11214, 16863, 10835, 11622, 20285, 14341, 17130, 19283, 14285, 20714, 15735, 20455, 13891, 11508, 10755, 11600, 11120, 11430, 10636, 11123, 11629, 11976, 10998, 11798, 11483, 11568, 15134, 10638, 11519, 12710, 13045, 19450, 15214, 18862, 10890, 11985, 11709, 11820, 11425, 11435, 12841, 11580, 19105, 12938, 11683, 10915, 11330, 10309, 11633, 11361, 11708, 11530, 12735, 11968, 11525, 17511, 10590, 11423, 13331, 11289, 15236, 11048, 10935, 11123, 11138, 10497, 11452, 16268, 11976, 17623, 10868, 13473, 14363, 11581, 19100, 12191, 17849, 11283, 17432, 12070, 13283, 17320, 11837, 15296, 11294, 10403, 11003, 10885, 10711, 9588, 10127, 11235, 10439, 11180, 11559, 10252, 11371, 14452, 11204, 11210, 11307, 11816, 15426, 11077, 17172, 10700, 11555, 10892, 11364, 10603, 11763, 11952, 11937, 11756, 11827, 14696, 11601, 13955, 11046, 12049, 18844, 15030, 15657, 11382, 13127, 19810, 13457, 15303, 10722, 11887, 10638, 11333, 9925, 11513, 10253, 11340, 12156, 11393, 12027, 11697, 11513, 10757, 10994, 9800, 10949, 9755, 10246, 10943, 11916, 11072, 11397, 10979, 11014, 11198, 10481, 11338, 11997, 11234, 16495, 11372, 13218, 10997, 13896, 19029, 18955, 20621, 19813, 21683, 18225, 19895, 10849, 11205, 11182, 11397, 11141, 12094, 11490, 12619, 17079, 11158, 19126, 12144, 13969, 18348, 11116, 15592, 10940, 10634, 11334, 10942, 10567, 11376, 10232, 11290, 10055, 11438, 10142, 11035, 12098, 10726, 11909, 13866, 12661, 18593, 13591, 11343, 10077, 11360, 9606, 11270, 9969, 10645, 11362, 10748, 11328, 9805, 10699, 9192, 11093, 9399, 10489, 10803, 10024, 10898, 15231, 14300, 15472, 18733, 15393, 14329, 11542, 10974, 19889, 14167, 14970, 11132, 11327, 17500, 11192, 12359, 10707, 10974, 11537, 11007, 11070, 11471, 10662, 11276, 11496, 10508, 11180, 10461, 10824, 11578, 9957, 10971, 9638, 10398, 11062, 10475, 11833, 11071, 11469, 9800, 10617, 8788, 10505, 8938, 10263, 11331, 9907, 10697], 'WindowCenter': [4700.0, 4707.0, 4684.0, 4653.0, 4672.0, 4672.0, 4661.0, 4722.0, 4729.0, 4740.0, 4728.0, 4667.0, 4656.0, 4635.0, 4646.0, 4668.0, 4647.0, 4661.0, 4670.0, 4648.0, 4671.0, 4689.0, 4650.0, 4658.0, 4656.0, 4651.0, 4659.0, 4658.0, 4650.0, 4682.0, 4640.0, 4674.0, 4670.0, 4663.0, 4684.0, 4692.0, 4661.0, 4671.0, 4701.0, 4673.0, 4670.0, 4700.0, 4672.0, 4679.0, 4650.0, 4683.0, 4721.0, 4662.0, 4671.0, 4662.0, 4683.0, 4701.0, 4673.0, 4681.0, 4701.0, 4683.0, 4693.0, 4731.0, 4692.0, 4730.0, 4741.0, 4700.0, 4709.0, 4659.0, 4670.0, 4650.0, 4671.0, 4691.0, 4661.0, 4683.0, 4712.0, 4684.0, 4683.0, 4663.0, 4684.0, 4722.0, 4673.0, 4693.0, 4732.0, 4683.0, 4722.0, 4664.0, 4684.0, 4732.0, 4672.0, 4682.0, 4653.0, 4682.0, 4722.0, 4662.0, 4683.0, 4732.0, 4692.0, 4672.0, 4652.0, 4671.0, 4701.0, 4672.0, 4671.0, 4652.0, 4683.0, 4712.0, 4672.0, 4682.0, 4721.0, 4672.0, 4741.0, 4662.0, 4671.0, 4751.0, 4710.0, 4690.0, 4640.0, 4670.0, 4737.0, 4669.0, 4670.0, 4718.0, 4670.0, 4659.0, 4640.0, 4670.0, 4679.0, 4660.0, 4651.0, 4651.0, 4672.0, 4720.0, 4660.0, 4672.0, 4682.0, 4673.0, 4682.0, 4663.0, 4683.0, 4721.0, 4672.0, 4672.0, 4730.0, 4671.0, 4730.0, 4690.0, 4662.0, 4699.0, 4660.0, 4671.0, 4699.0, 4670.0, 4679.0, 4659.0, 4670.0, 4729.0, 4670.0, 4690.0, 4649.0, 4661.0, 4650.0, 4669.0, 4680.0, 4670.0, 4671.0, 4701.0, 4671.0, 4690.0, 4659.0, 4670.0, 4698.0, 4670.0, 4678.0, 4659.0, 4662.0, 4750.0, 4708.0, 4699.0, 4688.0, 4659.0, 4688.0, 4659.0, 4669.0, 4648.0, 4671.0, 4680.0, 4671.0, 4671.0, 4660.0, 4671.0, 4720.0, 4669.0, 4661.0, 4660.0, 4670.0, 4679.0, 4660.0, 4660.0, 4650.0, 4671.0, 4750.0, 4671.0, 4680.0, 4680.0, 4681.0, 4750.0, 4690.0, 4660.0, 4649.0, 4660.0, 4679.0, 4660.0, 4668.0, 4661.0, 4672.0, 4681.0, 4662.0, 4682.0, 4682.0, 4684.0, 4672.0, 4663.0, 4683.0, 4713.0, 4683.0, 4682.0, 4674.0, 4673.0, 4653.0, 4683.0, 4692.0, 4673.0, 4683.0, 4723.0, 4703.0, 4762.0, 4711.0, 4702.0, 4700.0, 4669.0, 4679.0, 4680.0, 4671.0, 4671.0, 4672.0, 4671.0, 4672.0, 4691.0, 4673.0, 4673.0, 4664.0, 4683.0, 4712.0, 4673.0, 4672.0, 4731.0, 4681.0, 4731.0, 4671.0, 4681.0, 4750.0, 4711.0, 4679.0, 4661.0, 4670.0, 4662.0, 4682.0, 4691.0, 4672.0, 4671.0, 4661.0, 4681.0, 4730.0, 4680.0, 4699.0, 4671.0, 4680.0, 4720.0, 4669.0, 4669.0, 4670.0, 4669.0, 4720.0, 4670.0, 4668.0, 4670.0, 4681.0, 4680.0, 4672.0, 4660.0, 4670.0, 4679.0, 4661.0, 4670.0, 4720.0, 4670.0, 4671.0, 4729.0, 4670.0, 4659.0, 4659.0, 4670.0, 4660.0, 4672.0, 4661.0, 4671.0, 4672.0, 4672.0, 4672.0, 4661.0, 4683.0, 4674.0, 4673.0, 4683.0, 4681.0, 4672.0, 4673.0, 4663.0, 4683.0, 4702.0, 4683.0, 4684.0, 4674.0, 4675.0, 4683.0, 4684.0, 4684.0, 4684.0, 4685.0, 4741.0, 4672.0, 4694.0, 4752.0, 4702.0, 4743.0, 4672.0, 4683.0, 4733.0, 4672.0, 4751.0, 4673.0, 4692.0, 4673.0, 4672.0, 4670.0, 4682.0, 4702.0, 4674.0, 4681.0, 4671.0, 4683.0, 4692.0, 4672.0, 4712.0, 4761.0, 4711.0, 4751.0, 4700.0, 4690.0, 4699.0, 4658.0, 4647.0, 4668.0, 4669.0, 4661.0, 4681.0, 4711.0, 4671.0, 4700.0, 4671.0, 4671.0, 4661.0, 4671.0, 4650.0, 4682.0, 4683.0, 4683.0, 4698.0, 4737.0, 4685.0, 4694.0, 4673.0, 4669.0, 4689.0, 4679.0, 4680.0, 4670.0, 4682.0, 4671.0, 4672.0, 4731.0, 4681.0, 4720.0, 4739.0, 4679.0, 4699.0, 4670.0, 4680.0, 4689.0, 4662.0, 4688.0, 4659.0, 4678.0, 4658.0, 4678.0, 4670.0, 4673.0, 4662.0, 4671.0, 4680.0, 4671.0, 4681.0, 4700.0, 4669.0, 4700.0, 4670.0, 4680.0, 4688.0, 4669.0, 4668.0, 4669.0, 4669.0, 4699.0, 4699.0, 4739.0, 4687.0, 4639.0, 4657.0, 4668.0, 4658.0, 4681.0, 4679.0, 4673.0, 4683.0, 4671.0, 4673.0, 4721.0, 4691.0, 4690.0, 4738.0, 4697.0, 4669.0, 4658.0, 4680.0, 4700.0, 4671.0, 4671.0, 4670.0, 4679.0, 4729.0, 4679.0, 4726.0, 4657.0, 4635.0, 4657.0, 4667.0, 4669.0, 4681.0, 4671.0, 4672.0, 4702.0, 4674.0, 4682.0, 4740.0, 4671.0, 4672.0, 4660.0, 4670.0, 4650.0, 4662.0, 4671.0, 4663.0, 4673.0, 4693.0, 4664.0, 4664.0, 4684.0, 4683.0, 4686.0, 4705.0, 4697.0, 4707.0, 4698.0, 4696.0, 4767.0, 4767.0, 4779.0, 4754.0, 4702.0, 4652.0, 4672.0, 4671.0, 4671.0, 4671.0, 4690.0, 4672.0, 4731.0, 4730.0, 4711.0, 4748.0, 4717.0, 4675.0, 4637.0, 4647.0, 4656.0, 4658.0, 4657.0, 4647.0, 4708.0, 4726.0, 4696.0, 4725.0, 4704.0, 4683.0, 4653.0, 4654.0, 4664.0, 4643.0, 4647.0, 4656.0, 4638.0, 4655.0, 4648.0, 4658.0, 4648.0, 4669.0, 4669.0, 4659.0, 4660.0, 4658.0, 4698.0, 4659.0, 4677.0, 4666.0, 4656.0, 4715.0, 4637.0, 4656.0, 4656.0, 4655.0, 4655.0, 4646.0, 4656.0, 4635.0, 4656.0, 4725.0, 4666.0, 4675.0, 4646.0, 4666.0, 4647.0, 4656.0, 4658.0, 4648.0, 4656.0, 4667.0, 4668.0, 4707.0, 4668.0, 4679.0, 4679.0, 4669.0, 4669.0, 4669.0, 4661.0, 4670.0, 4651.0, 4662.0, 4651.0, 4686.0, 4675.0, 4687.0, 4689.0, 4707.0, 4687.0, 4688.0, 4702.0, 4676.0, 4687.0, 4734.0, 4693.0, 4736.0, 4744.0, 4705.0, 4755.0, 4743.0, 4754.0, 4722.0, 4751.0, 4689.0, 4708.0, 4685.0, 4656.0, 4726.0, 4666.0, 4688.0, 4648.0, 4658.0, 4659.0, 4647.0, 4644.0, 4655.0, 4668.0, 4668.0, 4671.0, 4720.0, 4680.0, 4708.0, 4659.0, 4668.0, 4726.0, 4657.0, 4697.0, 4647.0, 4705.0, 4644.0, 4656.0, 4648.0, 4656.0, 4647.0, 4650.0, 4659.0, 4671.0, 4671.0, 4673.0, 4684.0, 4673.0, 4673.0, 4691.0, 4673.0, 4684.0, 4675.0, 4683.0, 4683.0, 4675.0, 4675.0, 4678.0, 4695.0, 4700.0, 4679.0, 4691.0, 4700.0, 4710.0, 4700.0, 4717.0, 4694.0, 4685.0, 4732.0, 4672.0, 4683.0, 4742.0, 4711.0, 4731.0, 4740.0, 4702.0, 4751.0, 4712.0, 4740.0, 4689.0, 4659.0, 4659.0, 4670.0, 4672.0, 4683.0, 4663.0, 4685.0, 4686.0, 4695.0, 4686.0, 4693.0, 4684.0, 4686.0, 4713.0, 4663.0, 4682.0, 4693.0, 4704.0, 4752.0, 4722.0, 4743.0, 4674.0, 4682.0, 4679.0, 4682.0, 4680.0, 4670.0, 4691.0, 4671.0, 4740.0, 4690.0, 4681.0, 4672.0, 4673.0, 4662.0, 4684.0, 4684.0, 4683.0, 4684.0, 4692.0, 4683.0, 4682.0, 4730.0, 4662.0, 4671.0, 4701.0, 4671.0, 4709.0, 4672.0, 4657.0, 4670.0, 4670.0, 4662.0, 4679.0, 4720.0, 4682.0, 4731.0, 4658.0, 4689.0, 4699.0, 4669.0, 4727.0, 4667.0, 4715.0, 4643.0, 4688.0, 4652.0, 4661.0, 4703.0, 4666.0, 4696.0, 4657.0, 4647.0, 4659.0, 4659.0, 4671.0, 4651.0, 4672.0, 4684.0, 4673.0, 4683.0, 4683.0, 4663.0, 4683.0, 4711.0, 4672.0, 4671.0, 4671.0, 4682.0, 4709.0, 4672.0, 4730.0, 4663.0, 4671.0, 4673.0, 4671.0, 4664.0, 4682.0, 4681.0, 4683.0, 4681.0, 4686.0, 4713.0, 4684.0, 4703.0, 4672.0, 4682.0, 4728.0, 4711.0, 4710.0, 4658.0, 4680.0, 4739.0, 4690.0, 4699.0, 4659.0, 4669.0, 4660.0, 4660.0, 4646.0, 4668.0, 4661.0, 4681.0, 4690.0, 4681.0, 4693.0, 4694.0, 4685.0, 4672.0, 4676.0, 4664.0, 4676.0, 4665.0, 4676.0, 4689.0, 4698.0, 4697.0, 4696.0, 4684.0, 4687.0, 4697.0, 4688.0, 4696.0, 4706.0, 4686.0, 4744.0, 4696.0, 4705.0, 4686.0, 4714.0, 4753.0, 4756.0, 4755.0, 4753.0, 4752.0, 4729.0, 4728.0, 4646.0, 4646.0, 4645.0, 4645.0, 4659.0, 4667.0, 4668.0, 4677.0, 4717.0, 4658.0, 4726.0, 4665.0, 4686.0, 4713.0, 4644.0, 4693.0, 4645.0, 4646.0, 4655.0, 4646.0, 4645.0, 4656.0, 4646.0, 4656.0, 4637.0, 4668.0, 4647.0, 4656.0, 4666.0, 4647.0, 4669.0, 4677.0, 4667.0, 4717.0, 4677.0, 4646.0, 4638.0, 4667.0, 4639.0, 4669.0, 4649.0, 4661.0, 4670.0, 4672.0, 4674.0, 4652.0, 4662.0, 4643.0, 4682.0, 4654.0, 4686.0, 4687.0, 4693.0, 4702.0, 4709.0, 4697.0, 4698.0, 4715.0, 4697.0, 4685.0, 4656.0, 4647.0, 4726.0, 4689.0, 4710.0, 4657.0, 4659.0, 4705.0, 4646.0, 4663.0, 4634.0, 4633.0, 4643.0, 4644.0, 4643.0, 4655.0, 4646.0, 4657.0, 4657.0, 4647.0, 4658.0, 4648.0, 4658.0, 4670.0, 4650.0, 4673.0, 4666.0, 4677.0, 4697.0, 4689.0, 4709.0, 4710.0, 4708.0, 4676.0, 4675.0, 4645.0, 4674.0, 4658.0, 4690.0, 4698.0, 4678.0, 4690.0], 'WindowWidth': [10298.0, 10297.0, 10261.0, 10216.0, 10239.0, 10238.0, 10221.0, 10312.0, 10310.0, 10328.0, 10308.0, 10221.0, 10203.0, 10173.0, 10192.0, 10228.0, 10193.0, 10222.0, 10233.0, 10198.0, 10239.0, 10260.0, 10208.0, 10211.0, 10207.0, 10212.0, 10214.0, 10211.0, 10203.0, 10254.0, 10192.0, 10247.0, 10233.0, 10232.0, 10260.0, 10269.0, 10221.0, 10235.0, 10279.0, 10244.0, 10233.0, 10274.0, 10241.0, 10242.0, 10203.0, 10255.0, 10306.0, 10228.0, 10239.0, 10228.0, 10259.0, 10283.0, 10246.0, 10248.0, 10280.0, 10256.0, 10272.0, 10320.0, 10268.0, 10316.0, 10334.0, 10275.0, 10284.0, 10217.0, 10234.0, 10208.0, 10238.0, 10266.0, 10221.0, 10260.0, 10296.0, 10261.0, 10261.0, 10231.0, 10261.0, 10311.0, 10244.0, 10273.0, 10325.0, 10257.0, 10311.0, 10233.0, 10261.0, 10326.0, 10242.0, 10257.0, 10218.0, 10256.0, 10310.0, 10229.0, 10257.0, 10324.0, 10270.0, 10241.0, 10213.0, 10238.0, 10280.0, 10242.0, 10239.0, 10216.0, 10257.0, 10296.0, 10243.0, 10256.0, 10308.0, 10243.0, 10335.0, 10226.0, 10239.0, 10350.0, 10288.0, 10262.0, 10193.0, 10235.0, 10324.0, 10232.0, 10235.0, 10298.0, 10235.0, 10219.0, 10196.0, 10234.0, 10246.0, 10222.0, 10211.0, 10211.0, 10241.0, 10304.0, 10223.0, 10240.0, 10254.0, 10242.0, 10254.0, 10229.0, 10257.0, 10306.0, 10241.0, 10242.0, 10317.0, 10237.0, 10317.0, 10262.0, 10225.0, 10274.0, 10222.0, 10237.0, 10272.0, 10235.0, 10245.0, 10219.0, 10234.0, 10313.0, 10235.0, 10263.0, 10207.0, 10223.0, 10207.0, 10234.0, 10249.0, 10236.0, 10238.0, 10278.0, 10237.0, 10262.0, 10219.0, 10233.0, 10270.0, 10233.0, 10244.0, 10220.0, 10225.0, 10346.0, 10282.0, 10272.0, 10255.0, 10218.0, 10255.0, 10215.0, 10232.0, 10202.0, 10235.0, 10250.0, 10237.0, 10236.0, 10220.0, 10235.0, 10302.0, 10233.0, 10221.0, 10219.0, 10234.0, 10246.0, 10219.0, 10220.0, 10207.0, 10236.0, 10344.0, 10236.0, 10248.0, 10249.0, 10250.0, 10344.0, 10260.0, 10219.0, 10203.0, 10220.0, 10244.0, 10220.0, 10230.0, 10222.0, 10239.0, 10251.0, 10226.0, 10254.0, 10255.0, 10259.0, 10241.0, 10228.0, 10259.0, 10298.0, 10257.0, 10254.0, 10246.0, 10245.0, 10216.0, 10255.0, 10267.0, 10243.0, 10259.0, 10311.0, 10283.0, 10368.0, 10293.0, 10280.0, 10275.0, 10232.0, 10245.0, 10248.0, 10236.0, 10237.0, 10239.0, 10237.0, 10239.0, 10267.0, 10243.0, 10244.0, 10230.0, 10255.0, 10298.0, 10242.0, 10240.0, 10318.0, 10251.0, 10318.0, 10235.0, 10251.0, 10345.0, 10291.0, 10245.0, 10223.0, 10235.0, 10228.0, 10251.0, 10262.0, 10239.0, 10237.0, 10223.0, 10250.0, 10317.0, 10248.0, 10274.0, 10236.0, 10247.0, 10302.0, 10231.0, 10231.0, 10231.0, 10232.0, 10301.0, 10233.0, 10230.0, 10234.0, 10250.0, 10249.0, 10240.0, 10220.0, 10234.0, 10247.0, 10222.0, 10234.0, 10301.0, 10233.0, 10237.0, 10313.0, 10232.0, 10216.0, 10217.0, 10234.0, 10220.0, 10238.0, 10222.0, 10236.0, 10240.0, 10240.0, 10241.0, 10224.0, 10255.0, 10245.0, 10242.0, 10255.0, 10251.0, 10239.0, 10242.0, 10228.0, 10257.0, 10282.0, 10255.0, 10260.0, 10247.0, 10248.0, 10258.0, 10260.0, 10260.0, 10258.0, 10262.0, 10334.0, 10241.0, 10272.0, 10349.0, 10281.0, 10336.0, 10242.0, 10256.0, 10323.0, 10237.0, 10346.0, 10242.0, 10267.0, 10240.0, 10238.0, 10234.0, 10251.0, 10280.0, 10244.0, 10252.0, 10237.0, 10255.0, 10267.0, 10238.0, 10295.0, 10361.0, 10290.0, 10348.0, 10273.0, 10259.0, 10269.0, 10213.0, 10196.0, 10226.0, 10231.0, 10221.0, 10248.0, 10293.0, 10235.0, 10274.0, 10235.0, 10234.0, 10221.0, 10236.0, 10207.0, 10253.0, 10257.0, 10255.0, 10286.0, 10338.0, 10262.0, 10272.0, 10239.0, 10231.0, 10256.0, 10243.0, 10245.0, 10231.0, 10250.0, 10235.0, 10238.0, 10319.0, 10247.0, 10301.0, 10325.0, 10244.0, 10269.0, 10231.0, 10244.0, 10254.0, 10220.0, 10255.0, 10214.0, 10240.0, 10214.0, 10242.0, 10231.0, 10237.0, 10224.0, 10233.0, 10246.0, 10233.0, 10249.0, 10272.0, 10229.0, 10272.0, 10229.0, 10243.0, 10253.0, 10227.0, 10224.0, 10226.0, 10228.0, 10268.0, 10272.0, 10326.0, 10250.0, 10184.0, 10209.0, 10224.0, 10212.0, 10247.0, 10245.0, 10239.0, 10254.0, 10237.0, 10240.0, 10306.0, 10260.0, 10258.0, 10322.0, 10263.0, 10226.0, 10211.0, 10247.0, 10273.0, 10233.0, 10235.0, 10229.0, 10243.0, 10311.0, 10242.0, 10303.0, 10207.0, 10176.0, 10207.0, 10221.0, 10227.0, 10247.0, 10236.0, 10239.0, 10279.0, 10242.0, 10253.0, 10329.0, 10233.0, 10235.0, 10215.0, 10232.0, 10205.0, 10222.0, 10233.0, 10225.0, 10241.0, 10268.0, 10231.0, 10230.0, 10258.0, 10254.0, 10262.0, 10289.0, 10283.0, 10297.0, 10284.0, 10282.0, 10383.0, 10383.0, 10400.0, 10353.0, 10275.0, 10210.0, 10236.0, 10232.0, 10233.0, 10234.0, 10259.0, 10235.0, 10318.0, 10312.0, 10287.0, 10338.0, 10287.0, 10228.0, 10177.0, 10193.0, 10205.0, 10208.0, 10208.0, 10194.0, 10279.0, 10299.0, 10258.0, 10298.0, 10264.0, 10234.0, 10194.0, 10199.0, 10209.0, 10182.0, 10196.0, 10206.0, 10183.0, 10206.0, 10197.0, 10212.0, 10195.0, 10225.0, 10228.0, 10212.0, 10216.0, 10211.0, 10262.0, 10210.0, 10233.0, 10216.0, 10204.0, 10281.0, 10176.0, 10203.0, 10203.0, 10202.0, 10201.0, 10190.0, 10204.0, 10172.0, 10201.0, 10297.0, 10215.0, 10228.0, 10188.0, 10216.0, 10191.0, 10204.0, 10207.0, 10193.0, 10203.0, 10220.0, 10223.0, 10276.0, 10223.0, 10243.0, 10241.0, 10226.0, 10226.0, 10228.0, 10218.0, 10229.0, 10204.0, 10220.0, 10210.0, 10264.0, 10249.0, 10266.0, 10272.0, 10295.0, 10266.0, 10270.0, 10283.0, 10248.0, 10264.0, 10326.0, 10268.0, 10329.0, 10336.0, 10285.0, 10358.0, 10337.0, 10354.0, 10305.0, 10343.0, 10252.0, 10274.0, 10239.0, 10202.0, 10298.0, 10217.0, 10250.0, 10193.0, 10210.0, 10212.0, 10193.0, 10184.0, 10198.0, 10222.0, 10223.0, 10233.0, 10299.0, 10244.0, 10280.0, 10213.0, 10222.0, 10297.0, 10203.0, 10260.0, 10190.0, 10267.0, 10183.0, 10202.0, 10192.0, 10203.0, 10191.0, 10201.0, 10214.0, 10233.0, 10232.0, 10237.0, 10253.0, 10237.0, 10240.0, 10263.0, 10239.0, 10257.0, 10244.0, 10252.0, 10251.0, 10245.0, 10244.0, 10254.0, 10277.0, 10289.0, 10258.0, 10276.0, 10288.0, 10301.0, 10288.0, 10306.0, 10266.0, 10253.0, 10317.0, 10234.0, 10248.0, 10329.0, 10285.0, 10314.0, 10325.0, 10273.0, 10346.0, 10290.0, 10326.0, 10251.0, 10209.0, 10211.0, 10226.0, 10233.0, 10250.0, 10224.0, 10256.0, 10261.0, 10271.0, 10258.0, 10267.0, 10252.0, 10255.0, 10289.0, 10221.0, 10247.0, 10261.0, 10279.0, 10346.0, 10303.0, 10333.0, 10237.0, 10245.0, 10240.0, 10248.0, 10242.0, 10230.0, 10260.0, 10230.0, 10327.0, 10257.0, 10244.0, 10233.0, 10236.0, 10219.0, 10251.0, 10253.0, 10248.0, 10251.0, 10263.0, 10249.0, 10249.0, 10312.0, 10218.0, 10231.0, 10271.0, 10229.0, 10280.0, 10233.0, 10210.0, 10229.0, 10228.0, 10217.0, 10241.0, 10297.0, 10246.0, 10314.0, 10209.0, 10251.0, 10263.0, 10225.0, 10303.0, 10218.0, 10280.0, 10175.0, 10234.0, 10188.0, 10199.0, 10261.0, 10215.0, 10258.0, 10206.0, 10193.0, 10212.0, 10212.0, 10232.0, 10206.0, 10237.0, 10256.0, 10239.0, 10254.0, 10252.0, 10224.0, 10252.0, 10287.0, 10235.0, 10231.0, 10230.0, 10247.0, 10282.0, 10234.0, 10314.0, 10223.0, 10233.0, 10236.0, 10232.0, 10225.0, 10247.0, 10245.0, 10248.0, 10246.0, 10257.0, 10294.0, 10253.0, 10278.0, 10232.0, 10245.0, 10306.0, 10283.0, 10281.0, 10206.0, 10240.0, 10320.0, 10253.0, 10264.0, 10208.0, 10223.0, 10211.0, 10211.0, 10192.0, 10224.0, 10216.0, 10246.0, 10258.0, 10246.0, 10265.0, 10267.0, 10256.0, 10238.0, 10243.0, 10228.0, 10246.0, 10229.0, 10248.0, 10270.0, 10278.0, 10278.0, 10277.0, 10258.0, 10266.0, 10281.0, 10269.0, 10277.0, 10289.0, 10262.0, 10338.0, 10274.0, 10286.0, 10261.0, 10301.0, 10352.0, 10360.0, 10361.0, 10350.0, 10351.0, 10308.0, 10303.0, 10188.0, 10186.0, 10180.0, 10184.0, 10210.0, 10220.0, 10222.0, 10234.0, 10288.0, 10209.0, 10299.0, 10211.0, 10239.0, 10273.0, 10181.0, 10247.0, 10185.0, 10188.0, 10199.0, 10189.0, 10186.0, 10203.0, 10190.0, 10202.0, 10178.0, 10221.0, 10190.0, 10204.0, 10217.0, 10191.0, 10224.0, 10231.0, 10219.0, 10289.0, 10231.0, 10189.0, 10178.0, 10220.0, 10184.0, 10228.0, 10202.0, 10219.0, 10231.0, 10239.0, 10243.0, 10206.0, 10222.0, 10197.0, 10249.0, 10212.0, 10261.0, 10267.0, 10285.0, 10293.0, 10285.0, 10260.0, 10262.0, 10282.0, 10254.0, 10238.0, 10198.0, 10189.0, 10297.0, 10251.0, 10284.0, 10207.0, 10208.0, 10266.0, 10184.0, 10204.0, 10165.0, 10162.0, 10175.0, 10180.0, 10178.0, 10196.0, 10189.0, 10202.0, 10205.0, 10192.0, 10207.0, 10194.0, 10207.0, 10227.0, 10201.0, 10235.0, 10235.0, 10252.0, 10277.0, 10273.0, 10299.0, 10301.0, 10295.0, 10249.0, 10243.0, 10204.0, 10243.0, 10225.0, 10274.0, 10283.0, 10255.0, 10274.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.005080756578947368</td></tr>
<tr><td colspan=3>aqi</td><td>0.033147720723684215</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.1869356550933</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207596552777168</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0278266096048292</td></tr>
<tr><td colspan=3>efc</td><td>0.4957</td></tr>
<tr><td colspan=3>fber</td><td>5009.2983</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08140897884766557</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.192982456140351</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.452974797024271</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.306700945003964</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7331531166547336</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3190703294141146</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881494</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015751061961054802</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033639684319496155</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7576538479841326</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>16.6249</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.1428</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.4263</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298071.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1202.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>468.6457</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8037</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>694.9618</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3850.9203</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1072.737</td></tr>
<tr><td colspan=3>tsnr</td><td>30.34097668272443</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>