<?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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-02/func/sub-0058_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>636538435839f7fae2c1b619f5db2b60</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:47:52.670000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998222, 0.0585695, -0.0110455, -0.0593053, 0.994516, -0.0861404]</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.104537</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>[4145, -7683, -7279, 556, -64, 57, -28, 73]</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>253.631</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b38d8549-0d95-4a1f-9e10-2ffd4aba4b2e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678157329559326, -0.15911169350147247, -0.016037316992878914, 121.63204193115234], [-0.15713781118392944, 2.6682145595550537, -0.23393426835536957, -78.99569702148438], [-0.029634326696395874, 0.2311083972454071, 2.6897988319396973, -92.24765014648438], [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': ['114752.670000', '114753.130000', '114753.590000', '114754.050000', '114754.510000', '114754.970000', '114755.430000', '114755.890000', '114756.350000', '114756.810000', '114757.270000', '114757.730000', '114758.190000', '114758.650000', '114759.110000', '114759.570000', '114800.030000', '114800.490000', '114800.950000', '114801.410000', '114801.870000', '114802.330000', '114802.790000', '114803.250000', '114803.710000', '114804.170000', '114804.630000', '114805.090000', '114805.550000', '114806.010000', '114806.470000', '114806.930000', '114807.390000', '114807.850000', '114808.310000', '114808.770000', '114809.230000', '114809.690000', '114810.150000', '114810.610000', '114811.070000', '114811.530000', '114811.990000', '114812.450000', '114812.910000', '114813.370000', '114813.830000', '114814.290000', '114814.750000', '114815.210000', '114815.670000', '114816.130000', '114816.590000', '114817.050000', '114817.510000', '114817.970000', '114818.430000', '114818.890000', '114819.350000', '114819.810000', '114820.270000', '114820.730000', '114821.190000', '114821.650000', '114822.110000', '114822.570000', '114823.030000', '114823.490000', '114823.950000', '114824.410000', '114824.870000', '114825.330000', '114825.790000', '114826.250000', '114826.710000', '114827.170000', '114827.630000', '114828.090000', '114828.550000', '114829.010000', '114829.470000', '114829.930000', '114830.390000', '114830.850000', '114831.310000', '114831.770000', '114832.230000', '114832.690000', '114833.150000', '114833.610000', '114834.070000', '114834.530000', '114834.990000', '114835.450000', '114835.910000', '114836.370000', '114836.830000', '114837.290000', '114837.750000', '114838.210000', '114838.670000', '114839.130000', '114839.590000', '114840.050000', '114840.510000', '114840.970000', '114841.430000', '114841.890000', '114842.350000', '114842.810000', '114843.270000', '114843.730000', '114844.190000', '114844.650000', '114845.110000', '114845.570000', '114846.030000', '114846.490000', '114846.950000', '114847.410000', '114847.870000', '114848.330000', '114848.790000', '114849.250000', '114849.710000', '114850.170000', '114850.630000', '114851.090000', '114851.550000', '114852.010000', '114852.470000', '114852.930000', '114853.390000', '114853.850000', '114854.310000', '114854.770000', '114855.230000', '114855.690000', '114856.150000', '114856.610000', '114857.070000', '114857.530000', '114857.990000', '114858.450000', '114858.910000', '114859.370000', '114859.830000', '114900.290000', '114900.750000', '114901.210000', '114901.670000', '114902.130000', '114902.590000', '114903.050000', '114903.510000', '114903.970000', '114904.430000', '114904.890000', '114905.350000', '114905.810000', '114906.270000', '114906.730000', '114907.190000', '114907.650000', '114908.110000', '114908.570000', '114909.030000', '114909.490000', '114909.950000', '114910.410000', '114910.870000', '114911.330000', '114911.790000', '114912.250000', '114912.710000', '114913.170000', '114913.630000', '114914.090000', '114914.550000', '114915.010000', '114915.470000', '114915.930000', '114916.390000', '114916.850000', '114917.310000', '114917.770000', '114918.230000', '114918.690000', '114919.150000', '114919.610000', '114920.070000', '114920.530000', '114920.990000', '114921.450000', '114921.910000', '114922.370000', '114922.830000', '114923.290000', '114923.750000', '114924.210000', '114924.670000', '114925.130000', '114925.590000', '114926.050000', '114926.510000', '114926.970000', '114927.430000', '114927.890000', '114928.350000', '114928.810000', '114929.270000', '114929.730000', '114930.190000', '114930.650000', '114931.110000', '114931.570000', '114932.030000', '114932.490000', '114932.950000', '114933.410000', '114933.870000', '114934.330000', '114934.790000', '114935.250000', '114935.710000', '114936.170000', '114936.630000', '114937.090000', '114937.550000', '114938.010000', '114938.470000', '114938.930000', '114939.390000', '114939.850000', '114940.310000', '114940.770000', '114941.230000', '114941.690000', '114942.150000', '114942.610000', '114943.070000', '114943.530000', '114943.990000', '114944.450000', '114944.910000', '114945.370000', '114945.830000', '114946.290000', '114946.750000', '114947.210000', '114947.670000', '114948.130000', '114948.590000', '114949.050000', '114949.510000', '114949.970000', '114950.430000', '114950.890000', '114951.350000', '114951.810000', '114952.270000', '114952.730000', '114953.190000', '114953.650000', '114954.110000', '114954.570000', '114955.030000', '114955.490000', '114955.950000', '114956.410000', '114956.870000', '114957.330000', '114957.790000', '114958.250000', '114958.710000', '114959.170000', '114959.630000', '115000.090000', '115000.550000', '115001.010000', '115001.470000', '115001.930000', '115002.390000', '115002.850000', '115003.310000', '115003.770000', '115004.230000', '115004.690000', '115005.150000', '115005.610000', '115006.070000', '115006.530000', '115006.990000', '115007.450000', '115007.910000', '115008.370000', '115008.830000', '115009.290000', '115009.750000', '115010.210000', '115010.670000', '115011.130000', '115011.590000', '115012.050000', '115012.510000', '115012.970000', '115013.430000', '115013.890000', '115014.350000', '115014.810000', '115015.270000', '115015.730000', '115016.190000', '115016.650000', '115017.110000', '115017.570000', '115018.030000', '115018.490000', '115018.950000', '115019.410000', '115019.870000', '115020.330000', '115020.790000', '115021.250000', '115021.710000', '115022.170000', '115022.630000', '115023.090000', '115023.550000', '115024.010000', '115024.470000', '115024.930000', '115025.390000', '115025.850000', '115026.310000', '115026.770000', '115027.230000', '115027.690000', '115028.150000', '115028.610000', '115029.070000', '115029.530000', '115029.990000', '115030.450000', '115030.910000', '115031.370000', '115031.830000', '115032.290000', '115032.750000', '115033.210000', '115033.670000', '115034.130000', '115034.590000', '115035.050000', '115035.510000', '115035.970000', '115036.430000', '115036.890000', '115037.350000', '115037.810000', '115038.270000', '115038.730000', '115039.190000', '115039.650000', '115040.110000', '115040.570000', '115041.030000', '115041.490000', '115041.950000', '115042.410000', '115042.870000', '115043.330000', '115043.790000', '115044.250000', '115044.710000', '115045.170000', '115045.630000', '115046.090000', '115046.550000', '115047.010000', '115047.470000', '115047.930000', '115048.390000', '115048.850000', '115049.310000', '115049.770000', '115050.230000', '115050.690000', '115051.150000', '115051.610000', '115052.070000', '115052.530000', '115052.990000', '115053.450000', '115053.910000', '115054.370000', '115054.830000', '115055.290000', '115055.750000', '115056.210000', '115056.670000', '115057.130000', '115057.590000', '115058.050000', '115058.510000', '115058.970000', '115059.430000', '115059.890000', '115100.350000', '115100.810000', '115101.270000', '115101.730000', '115102.190000', '115102.650000', '115103.110000', '115103.570000', '115104.030000', '115104.490000', '115104.950000', '115105.410000', '115105.870000', '115106.330000', '115106.790000', '115107.250000', '115107.710000', '115108.170000', '115108.630000', '115109.090000', '115109.550000', '115110.010000', '115110.470000', '115110.930000', '115111.390000', '115111.850000', '115112.310000', '115112.770000', '115113.230000', '115113.690000', '115114.150000', '115114.610000', '115115.070000', '115115.530000', '115115.990000', '115116.450000', '115116.910000', '115117.370000', '115117.830000', '115118.290000', '115118.750000', '115119.210000', '115119.670000', '115120.130000', '115120.590000', '115121.050000', '115121.510000', '115121.970000', '115122.430000', '115122.890000', '115123.350000', '115123.810000', '115124.270000', '115124.730000', '115125.190000', '115125.650000', '115126.110000', '115126.570000', '115127.030000', '115127.490000', '115127.950000', '115128.410000', '115128.870000', '115129.330000', '115129.790000', '115130.250000', '115130.710000', '115131.170000', '115131.630000', '115132.090000', '115132.550000', '115133.010000', '115133.470000', '115133.930000', '115134.390000', '115134.850000', '115135.310000', '115135.770000', '115136.230000', '115136.690000', '115137.150000', '115137.610000', '115138.070000', '115138.530000', '115138.990000', '115139.450000', '115139.910000', '115140.370000', '115140.830000', '115141.290000', '115141.750000', '115142.210000', '115142.670000', '115143.130000', '115143.590000', '115144.050000', '115144.510000', '115144.970000', '115145.430000', '115145.890000', '115146.350000', '115146.810000', '115147.270000', '115147.730000', '115148.190000', '115148.650000', '115149.110000', '115149.570000', '115150.030000', '115150.490000', '115150.950000', '115151.410000', '115151.870000', '115152.330000', '115152.790000', '115153.250000', '115153.710000', '115154.170000', '115154.630000', '115155.090000', '115155.550000', '115156.010000', '115156.470000', '115156.930000', '115157.390000', '115157.850000', '115158.310000', '115158.770000', '115159.230000', '115159.690000', '115200.150000', '115200.610000', '115201.070000', '115201.530000', '115201.990000', '115202.450000', '115202.910000', '115203.370000', '115203.830000', '115204.290000', '115204.750000', '115205.210000', '115205.670000', '115206.130000', '115206.590000', '115207.050000', '115207.510000', '115207.970000', '115208.430000', '115208.890000', '115209.350000', '115209.810000', '115210.270000', '115210.730000', '115211.190000', '115211.650000', '115212.110000', '115212.570000', '115213.030000', '115213.490000', '115213.950000', '115214.410000', '115214.870000', '115215.330000', '115215.790000', '115216.250000', '115216.710000', '115217.170000', '115217.630000', '115218.090000', '115218.550000', '115219.010000', '115219.470000', '115219.930000', '115220.390000', '115220.850000', '115221.310000', '115221.770000', '115222.230000', '115222.690000', '115223.150000', '115223.610000', '115224.070000', '115224.530000', '115224.990000', '115225.450000', '115225.910000', '115226.370000', '115226.830000', '115227.290000', '115227.750000', '115228.210000', '115228.670000', '115229.130000', '115229.590000', '115230.050000', '115230.510000', '115230.970000', '115231.430000', '115231.890000', '115232.350000', '115232.810000', '115233.270000', '115233.730000', '115234.190000', '115234.650000', '115235.110000', '115235.570000', '115236.030000', '115236.490000', '115236.950000', '115237.410000', '115237.870000', '115238.330000', '115238.790000', '115239.250000', '115239.710000', '115240.170000', '115240.630000', '115241.090000', '115241.550000', '115242.010000', '115242.470000', '115242.930000', '115243.390000', '115243.850000', '115244.310000', '115244.770000', '115245.230000', '115245.690000', '115246.150000', '115246.610000', '115247.070000', '115247.530000', '115247.990000', '115248.450000', '115248.910000', '115249.370000', '115249.830000', '115250.290000', '115250.750000', '115251.210000', '115251.670000', '115252.130000', '115252.590000', '115253.050000', '115253.510000', '115253.970000', '115254.430000', '115254.890000', '115255.350000', '115255.810000', '115256.270000', '115256.730000', '115257.190000', '115257.650000', '115258.110000', '115258.570000', '115259.030000', '115259.490000', '115259.950000', '115300.410000', '115300.870000', '115301.330000', '115301.790000', '115302.250000', '115302.710000', '115303.170000', '115303.630000', '115304.090000', '115304.550000', '115305.010000', '115305.470000', '115305.930000', '115306.390000', '115306.850000', '115307.310000', '115307.770000', '115308.230000', '115308.690000', '115309.150000', '115309.610000', '115310.070000', '115310.530000', '115310.990000', '115311.450000', '115311.910000', '115312.370000', '115312.830000', '115313.290000', '115313.750000', '115314.210000', '115314.670000', '115315.130000', '115315.590000', '115316.050000', '115316.510000', '115316.970000', '115317.430000', '115317.890000', '115318.350000', '115318.810000', '115319.270000', '115319.730000', '115320.190000', '115320.650000', '115321.110000', '115321.570000', '115322.030000', '115322.490000', '115322.950000', '115323.410000', '115323.870000', '115324.330000', '115324.790000', '115325.250000', '115325.710000', '115326.170000', '115326.630000', '115327.090000', '115327.550000', '115328.010000', '115328.470000', '115328.930000', '115329.390000', '115329.850000', '115330.310000', '115330.770000', '115331.230000', '115331.690000', '115332.150000', '115332.610000', '115333.070000', '115333.530000', '115333.990000', '115334.450000', '115334.910000', '115335.370000', '115335.830000', '115336.290000', '115336.750000', '115337.210000', '115337.670000', '115338.130000', '115338.590000', '115339.050000', '115339.510000', '115339.970000', '115340.430000', '115340.890000', '115341.350000', '115341.810000', '115342.270000', '115342.730000', '115343.190000', '115343.650000', '115344.110000', '115344.570000', '115345.030000', '115345.490000', '115345.950000', '115346.410000', '115346.870000', '115347.330000', '115347.790000', '115348.250000', '115348.710000', '115349.170000', '115349.630000', '115350.090000', '115350.550000', '115351.010000', '115351.470000', '115351.930000', '115352.390000', '115352.850000', '115353.310000', '115353.770000', '115354.230000', '115354.690000', '115355.150000', '115355.610000', '115356.070000', '115356.530000', '115356.990000', '115357.450000', '115357.910000', '115358.370000', '115358.830000', '115359.290000', '115359.750000', '115400.210000', '115400.670000', '115401.130000', '115401.590000', '115402.050000', '115402.510000', '115402.970000', '115403.430000', '115403.890000', '115404.350000', '115404.810000', '115405.270000', '115405.730000', '115406.190000', '115406.650000', '115407.110000', '115407.570000', '115408.030000', '115408.490000', '115408.950000', '115409.410000', '115409.870000', '115410.330000', '115410.790000', '115411.250000', '115411.710000', '115412.170000', '115412.630000', '115413.090000', '115413.550000', '115414.010000', '115414.470000', '115414.930000', '115415.390000', '115415.850000', '115416.310000', '115416.770000', '115417.230000', '115417.690000', '115418.150000', '115418.610000', '115419.070000', '115419.530000', '115419.990000', '115420.450000', '115420.910000', '115421.370000', '115421.830000', '115422.290000', '115422.750000', '115423.210000', '115423.670000', '115424.130000', '115424.590000', '115425.050000', '115425.510000', '115425.970000', '115426.430000', '115426.890000', '115427.350000', '115427.810000', '115428.270000', '115428.730000', '115429.190000', '115429.650000', '115430.110000', '115430.570000', '115431.030000', '115431.490000', '115431.950000', '115432.410000', '115432.870000', '115433.330000', '115433.790000', '115434.250000', '115434.710000', '115435.170000', '115435.630000', '115436.090000', '115436.550000', '115437.010000', '115437.470000', '115437.930000', '115438.390000', '115438.850000', '115439.310000', '115439.770000', '115440.230000', '115440.690000', '115441.150000', '115441.610000', '115442.070000', '115442.530000', '115442.990000', '115443.450000', '115443.910000', '115444.370000', '115444.830000', '115445.290000', '115445.750000', '115446.210000', '115446.670000', '115447.130000', '115447.590000', '115448.050000', '115448.510000', '115448.970000', '115449.430000', '115449.890000', '115450.350000', '115450.810000', '115451.270000', '115451.730000', '115452.190000', '115452.650000'], 'ContentTime': ['114816.904000', '114816.907000', '114816.910000', '114816.912000', '114816.915000', '114816.918000', '114816.920000', '114816.923000', '114816.926000', '114816.928000', '114816.931000', '114816.933000', '114816.936000', '114816.939000', '114816.941000', '114816.944000', '114816.947000', '114816.950000', '114816.952000', '114816.955000', '114816.958000', '114816.960000', '114816.963000', '114816.966000', '114816.968000', '114816.971000', '114816.973000', '114816.976000', '114816.979000', '114816.981000', '114816.984000', '114816.987000', '114816.989000', '114816.992000', '114816.994000', '114816.997000', '114817.001000', '114817.011000', '114817.014000', '114817.016000', '114817.019000', '114817.022000', '114817.024000', '114817.027000', '114817.029000', '114817.032000', '114817.035000', '114817.037000', '114817.040000', '114817.042000', '114836.863000', '114836.865000', '114836.869000', '114836.871000', '114836.874000', '114836.877000', '114836.879000', '114836.882000', '114836.884000', '114836.887000', '114836.890000', '114836.892000', '114836.895000', '114836.897000', '114836.900000', '114836.903000', '114836.905000', '114836.908000', '114836.910000', '114836.913000', '114836.916000', '114836.918000', '114836.921000', '114836.924000', '114836.926000', '114836.929000', '114836.931000', '114836.934000', '114836.937000', '114836.939000', '114836.942000', '114836.944000', '114836.947000', '114836.958000', '114836.961000', '114836.963000', '114836.966000', '114836.968000', '114836.971000', '114836.973000', '114836.976000', '114836.979000', '114836.981000', '114856.862000', '114856.865000', '114856.868000', '114856.870000', '114856.873000', '114856.876000', '114856.878000', '114856.881000', '114856.884000', '114856.886000', '114856.889000', '114856.891000', '114856.894000', '114856.897000', '114856.899000', '114856.902000', '114856.905000', '114856.907000', '114856.910000', '114856.912000', '114856.915000', '114856.918000', '114856.920000', '114856.923000', '114856.925000', '114856.928000', '114856.937000', '114856.940000', '114856.942000', '114856.945000', '114856.947000', '114856.950000', '114856.953000', '114856.956000', '114856.958000', '114856.961000', '114856.964000', '114856.966000', '114856.969000', '114856.971000', '114856.974000', '114856.977000', '114856.979000', '114856.982000', '114916.862000', '114916.865000', '114916.868000', '114916.871000', '114916.873000', '114916.876000', '114916.878000', '114916.881000', '114916.884000', '114916.886000', '114916.889000', '114916.891000', '114916.894000', '114916.897000', '114916.901000', '114916.904000', '114916.906000', '114916.909000', '114916.912000', '114916.914000', '114916.917000', '114916.919000', '114916.922000', '114916.925000', '114916.927000', '114916.930000', '114916.933000', '114916.935000', '114916.938000', '114916.940000', '114916.943000', '114916.946000', '114916.949000', '114916.951000', '114916.954000', '114916.957000', '114916.959000', '114916.962000', '114916.964000', '114916.967000', '114916.970000', '114916.972000', '114916.975000', '114936.863000', '114936.865000', '114936.868000', '114936.871000', '114936.873000', '114936.876000', '114936.879000', '114936.881000', '114936.885000', '114936.887000', '114936.890000', '114936.893000', '114936.896000', '114936.898000', '114936.902000', '114936.904000', '114936.907000', '114936.909000', '114936.912000', '114936.915000', '114936.917000', '114936.920000', '114936.923000', '114936.925000', '114936.928000', '114936.930000', '114936.933000', '114936.936000', '114936.939000', '114936.942000', '114936.944000', '114936.967000', '114936.969000', '114936.972000', '114936.975000', '114936.977000', '114936.980000', '114936.982000', '114936.985000', '114936.988000', '114936.990000', '114936.993000', '114936.996000', '114956.863000', '114956.865000', '114956.868000', '114956.871000', '114956.873000', '114956.876000', '114956.879000', '114956.881000', '114956.884000', '114956.887000', '114956.889000', '114956.892000', '114956.894000', '114956.897000', '114956.900000', '114956.902000', '114956.905000', '114956.907000', '114956.910000', '114956.912000', '114956.915000', '114956.918000', '114956.920000', '114956.923000', '114956.925000', '114956.928000', '114956.931000', '114956.933000', '114956.936000', '114956.938000', '114956.941000', '114956.944000', '114956.946000', '114956.949000', '114956.952000', '114956.954000', '114956.957000', '114956.959000', '114956.962000', '114956.964000', '114956.967000', '114956.970000', '114956.972000', '114956.975000', '115016.862000', '115016.865000', '115016.868000', '115016.871000', '115016.874000', '115016.876000', '115016.879000', '115016.882000', '115016.885000', '115016.887000', '115016.890000', '115016.892000', '115016.895000', '115016.898000', '115016.900000', '115016.903000', '115016.906000', '115016.909000', '115016.911000', '115016.914000', '115016.916000', '115016.919000', '115016.922000', '115016.924000', '115016.927000', '115016.930000', '115016.932000', '115016.935000', '115016.937000', '115016.940000', '115016.943000', '115016.945000', '115016.948000', '115016.951000', '115016.953000', '115016.956000', '115016.959000', '115016.961000', '115016.964000', '115016.967000', '115016.969000', '115016.972000', '115016.975000', '115036.863000', '115036.866000', '115036.868000', '115036.871000', '115036.874000', '115036.876000', '115036.879000', '115036.881000', '115036.884000', '115036.887000', '115036.889000', '115036.892000', '115036.895000', '115036.897000', '115036.900000', '115036.902000', '115036.905000', '115036.908000', '115036.910000', '115036.913000', '115036.916000', '115036.918000', '115036.921000', '115036.923000', '115036.926000', '115036.929000', '115036.931000', '115036.934000', '115036.937000', '115036.939000', '115036.942000', '115036.945000', '115036.947000', '115036.950000', '115036.953000', '115036.955000', '115036.958000', '115036.961000', '115036.963000', '115036.966000', '115036.968000', '115036.971000', '115036.974000', '115036.976000', '115056.862000', '115056.865000', '115056.868000', '115056.871000', '115056.873000', '115056.876000', '115056.879000', '115056.881000', '115056.884000', '115056.887000', '115056.889000', '115056.892000', '115056.894000', '115056.897000', '115056.900000', '115056.902000', '115056.905000', '115056.908000', '115056.911000', '115056.913000', '115056.916000', '115056.918000', '115056.921000', '115056.925000', '115056.928000', '115056.930000', '115056.933000', '115056.936000', '115056.938000', '115056.941000', '115056.944000', '115056.946000', '115056.949000', '115056.952000', '115056.954000', '115056.957000', '115056.960000', '115056.962000', '115056.965000', '115056.967000', '115056.970000', '115056.973000', '115056.976000', '115116.862000', '115116.865000', '115116.868000', '115116.871000', '115116.873000', '115116.876000', '115116.878000', '115116.881000', '115116.883000', '115116.886000', '115116.889000', '115116.891000', '115116.894000', '115116.908000', '115116.911000', '115116.914000', '115116.916000', '115116.919000', '115116.921000', '115116.924000', '115116.927000', '115116.929000', '115116.932000', '115116.935000', '115116.937000', '115116.940000', '115116.942000', '115116.945000', '115116.948000', '115116.951000', '115116.953000', '115116.956000', '115116.958000', '115116.964000', '115116.967000', '115116.970000', '115116.972000', '115116.975000', '115116.977000', '115116.980000', '115116.983000', '115116.985000', '115116.988000', '115116.991000', '115136.863000', '115136.866000', '115136.868000', '115136.871000', '115136.874000', '115136.877000', '115136.879000', '115136.882000', '115136.884000', '115136.887000', '115136.890000', '115136.892000', '115136.895000', '115136.898000', '115136.900000', '115136.903000', '115136.905000', '115136.908000', '115136.911000', '115136.913000', '115136.916000', '115136.919000', '115136.921000', '115136.924000', '115136.927000', '115136.930000', '115136.933000', '115136.935000', '115136.938000', '115136.941000', '115136.943000', '115136.946000', '115136.949000', '115136.951000', '115136.954000', '115136.957000', '115136.959000', '115136.962000', '115136.964000', '115136.967000', '115136.970000', '115136.972000', '115136.975000', '115156.863000', '115156.865000', '115156.869000', '115156.871000', '115156.874000', '115156.877000', '115156.879000', '115156.882000', '115156.885000', '115156.887000', '115156.890000', '115156.893000', '115156.895000', '115156.898000', '115156.901000', '115156.903000', '115156.906000', '115156.909000', '115156.911000', '115156.914000', '115156.917000', '115156.919000', '115156.922000', '115156.924000', '115156.927000', '115156.930000', '115156.932000', '115156.935000', '115156.938000', '115156.940000', '115156.943000', '115156.946000', '115156.948000', '115156.951000', '115156.953000', '115156.956000', '115156.959000', '115156.961000', '115156.964000', '115156.966000', '115156.969000', '115156.972000', '115156.974000', '115156.977000', '115216.863000', '115216.865000', '115216.868000', '115216.871000', '115216.874000', '115216.876000', '115216.879000', '115216.882000', '115216.885000', '115216.887000', '115216.890000', '115216.893000', '115216.895000', '115216.898000', '115216.901000', '115216.905000', '115216.908000', '115216.911000', '115216.913000', '115216.916000', '115216.919000', '115216.921000', '115216.924000', '115216.927000', '115216.929000', '115216.932000', '115216.935000', '115216.937000', '115216.940000', '115216.942000', '115216.945000', '115216.948000', '115216.950000', '115216.953000', '115216.956000', '115216.958000', '115216.961000', '115216.964000', '115216.967000', '115216.970000', '115216.973000', '115216.975000', '115216.978000', '115236.862000', '115236.865000', '115236.868000', '115236.871000', '115236.873000', '115236.876000', '115236.879000', '115236.881000', '115236.884000', '115236.886000', '115236.889000', '115236.892000', '115236.894000', '115236.897000', '115236.900000', '115236.902000', '115236.905000', '115236.907000', '115236.910000', '115236.913000', '115236.915000', '115236.918000', '115236.920000', '115236.923000', '115236.926000', '115236.928000', '115236.931000', '115236.934000', '115236.936000', '115236.939000', '115236.942000', '115236.944000', '115236.947000', '115236.950000', '115236.952000', '115236.955000', '115236.957000', '115236.967000', '115236.975000', '115236.978000', '115236.980000', '115236.983000', '115236.986000', '115236.988000', '115256.862000', '115256.865000', '115256.868000', '115256.871000', '115256.873000', '115256.876000', '115256.879000', '115256.881000', '115256.884000', '115256.886000', '115256.889000', '115256.892000', '115256.894000', '115256.897000', '115256.900000', '115256.902000', '115256.905000', '115256.907000', '115256.910000', '115256.913000', '115256.915000', '115256.918000', '115256.921000', '115256.923000', '115256.926000', '115256.929000', '115256.932000', '115256.934000', '115256.937000', '115256.940000', '115256.942000', '115256.945000', '115256.947000', '115256.950000', '115256.953000', '115256.955000', '115256.958000', '115256.960000', '115256.963000', '115256.966000', '115256.968000', '115256.971000', '115256.974000', '115316.863000', '115316.865000', '115316.868000', '115316.871000', '115316.873000', '115316.876000', '115316.879000', '115316.881000', '115316.884000', '115316.887000', '115316.889000', '115316.892000', '115316.895000', '115316.897000', '115316.900000', '115316.902000', '115316.905000', '115316.908000', '115316.910000', '115316.913000', '115316.916000', '115316.918000', '115316.921000', '115316.924000', '115316.926000', '115316.929000', '115316.932000', '115316.934000', '115316.937000', '115316.940000', '115316.942000', '115316.945000', '115316.948000', '115316.950000', '115316.953000', '115316.955000', '115316.958000', '115316.961000', '115316.964000', '115316.966000', '115316.969000', '115316.972000', '115316.974000', '115336.863000', '115336.865000', '115336.868000', '115336.871000', '115336.874000', '115336.876000', '115336.879000', '115336.882000', '115336.884000', '115336.887000', '115336.890000', '115336.892000', '115336.895000', '115336.897000', '115336.900000', '115336.903000', '115336.905000', '115336.908000', '115336.910000', '115336.913000', '115336.916000', '115336.918000', '115336.921000', '115336.924000', '115336.926000', '115336.929000', '115336.932000', '115336.934000', '115336.937000', '115336.940000', '115336.942000', '115336.945000', '115336.948000', '115336.950000', '115336.953000', '115336.956000', '115336.958000', '115336.961000', '115336.964000', '115336.967000', '115336.970000', '115336.973000', '115336.976000', '115336.978000', '115356.863000', '115356.866000', '115356.868000', '115356.871000', '115356.874000', '115356.876000', '115356.879000', '115356.882000', '115356.884000', '115356.887000', '115356.889000', '115356.892000', '115356.895000', '115356.897000', '115356.900000', '115356.903000', '115356.905000', '115356.908000', '115356.910000', '115356.913000', '115356.916000', '115356.918000', '115356.921000', '115356.924000', '115356.926000', '115356.929000', '115356.932000', '115356.934000', '115356.937000', '115356.940000', '115356.942000', '115356.945000', '115356.947000', '115356.950000', '115356.952000', '115356.976000', '115356.984000', '115356.986000', '115356.989000', '115356.992000', '115356.994000', '115356.997000', '115357.000000', '115357.003000', '115416.863000', '115416.866000', '115416.868000', '115416.871000', '115416.873000', '115416.877000', '115416.879000', '115416.882000', '115416.884000', '115416.887000', '115416.890000', '115416.892000', '115416.895000', '115416.898000', '115416.900000', '115416.903000', '115416.905000', '115416.908000', '115416.911000', '115416.913000', '115416.916000', '115416.919000', '115416.921000', '115416.924000', '115416.926000', '115416.929000', '115416.932000', '115416.934000', '115416.937000', '115416.940000', '115416.942000', '115416.945000', '115416.948000', '115416.950000', '115416.953000', '115416.956000', '115416.958000', '115416.961000', '115416.963000', '115416.966000', '115416.969000', '115416.971000', '115416.974000', '115436.862000', '115436.865000', '115436.868000', '115436.871000', '115436.873000', '115436.876000', '115436.879000', '115436.881000', '115436.884000', '115436.887000', '115436.889000', '115436.892000', '115436.895000', '115436.897000', '115436.900000', '115436.902000', '115436.905000', '115436.908000', '115436.910000', '115436.913000', '115436.916000', '115436.918000', '115436.921000', '115436.923000', '115436.926000', '115436.929000', '115436.931000', '115436.934000', '115436.937000', '115436.939000', '115436.942000', '115436.944000', '115436.947000', '115436.950000', '115436.952000', '115436.955000', '115436.958000', '115436.960000', '115436.963000', '115436.966000', '115436.968000', '115436.971000', '115436.973000', '115436.976000', '115454.264000', '115454.267000', '115454.270000', '115454.273000', '115454.276000', '115454.278000', '115454.281000', '115454.284000', '115454.287000', '115454.289000', '115454.292000', '115454.295000', '115454.297000', '115454.300000', '115454.303000', '115454.305000', '115454.308000', '115454.311000', '115454.313000', '115454.316000', '115454.319000', '115454.321000', '115454.324000', '115454.327000', '115454.329000', '115454.332000', '115454.335000', '115454.338000', '115454.343000', '115454.346000', '115454.349000', '115454.352000', '115454.354000', '115454.357000', '115454.360000', '115454.364000', '115454.367000', '115454.371000'], 'InstanceCreationTime': ['114816.904000', '114816.907000', '114816.910000', '114816.912000', '114816.915000', '114816.918000', '114816.920000', '114816.923000', '114816.926000', '114816.928000', '114816.931000', '114816.933000', '114816.936000', '114816.939000', '114816.941000', '114816.944000', '114816.947000', '114816.950000', '114816.952000', '114816.955000', '114816.958000', '114816.960000', '114816.963000', '114816.966000', '114816.968000', '114816.971000', '114816.973000', '114816.976000', '114816.979000', '114816.981000', '114816.984000', '114816.987000', '114816.989000', '114816.992000', '114816.994000', '114816.997000', '114817.001000', '114817.011000', '114817.014000', '114817.016000', '114817.019000', '114817.022000', '114817.024000', '114817.027000', '114817.029000', '114817.032000', '114817.035000', '114817.037000', '114817.040000', '114817.042000', '114836.863000', '114836.865000', '114836.869000', '114836.871000', '114836.874000', '114836.877000', '114836.879000', '114836.882000', '114836.884000', '114836.887000', '114836.890000', '114836.892000', '114836.895000', '114836.897000', '114836.900000', '114836.903000', '114836.905000', '114836.908000', '114836.910000', '114836.913000', '114836.916000', '114836.918000', '114836.921000', '114836.924000', '114836.926000', '114836.929000', '114836.931000', '114836.934000', '114836.937000', '114836.939000', '114836.942000', '114836.944000', '114836.947000', '114836.958000', '114836.961000', '114836.963000', '114836.966000', '114836.968000', '114836.971000', '114836.973000', '114836.976000', '114836.979000', '114836.981000', '114856.862000', '114856.865000', '114856.868000', '114856.870000', '114856.873000', '114856.876000', '114856.878000', '114856.881000', '114856.884000', '114856.886000', '114856.889000', '114856.891000', '114856.894000', '114856.897000', '114856.899000', '114856.902000', '114856.905000', '114856.907000', '114856.910000', '114856.912000', '114856.915000', '114856.918000', '114856.920000', '114856.923000', '114856.925000', '114856.928000', '114856.937000', '114856.940000', '114856.942000', '114856.945000', '114856.947000', '114856.950000', '114856.953000', '114856.956000', '114856.958000', '114856.961000', '114856.964000', '114856.966000', '114856.969000', '114856.971000', '114856.974000', '114856.977000', '114856.979000', '114856.982000', '114916.862000', '114916.865000', '114916.868000', '114916.871000', '114916.873000', '114916.876000', '114916.878000', '114916.881000', '114916.884000', '114916.886000', '114916.889000', '114916.891000', '114916.894000', '114916.897000', '114916.901000', '114916.904000', '114916.906000', '114916.909000', '114916.912000', '114916.914000', '114916.917000', '114916.919000', '114916.922000', '114916.925000', '114916.927000', '114916.930000', '114916.933000', '114916.935000', '114916.938000', '114916.940000', '114916.943000', '114916.946000', '114916.949000', '114916.951000', '114916.954000', '114916.957000', '114916.959000', '114916.962000', '114916.964000', '114916.967000', '114916.970000', '114916.972000', '114916.975000', '114936.863000', '114936.865000', '114936.868000', '114936.871000', '114936.873000', '114936.876000', '114936.879000', '114936.881000', '114936.885000', '114936.887000', '114936.890000', '114936.893000', '114936.896000', '114936.898000', '114936.902000', '114936.904000', '114936.907000', '114936.909000', '114936.912000', '114936.915000', '114936.917000', '114936.920000', '114936.923000', '114936.925000', '114936.928000', '114936.930000', '114936.933000', '114936.936000', '114936.939000', '114936.942000', '114936.944000', '114936.967000', '114936.969000', '114936.972000', '114936.975000', '114936.977000', '114936.980000', '114936.982000', '114936.985000', '114936.988000', '114936.990000', '114936.993000', '114936.996000', '114956.863000', '114956.865000', '114956.868000', '114956.871000', '114956.873000', '114956.876000', '114956.879000', '114956.881000', '114956.884000', '114956.887000', '114956.889000', '114956.892000', '114956.894000', '114956.897000', '114956.900000', '114956.902000', '114956.905000', '114956.907000', '114956.910000', '114956.912000', '114956.915000', '114956.918000', '114956.920000', '114956.923000', '114956.925000', '114956.928000', '114956.931000', '114956.933000', '114956.936000', '114956.938000', '114956.941000', '114956.944000', '114956.946000', '114956.949000', '114956.952000', '114956.954000', '114956.957000', '114956.959000', '114956.962000', '114956.964000', '114956.967000', '114956.970000', '114956.972000', '114956.975000', '115016.862000', '115016.865000', '115016.868000', '115016.871000', '115016.874000', '115016.876000', '115016.879000', '115016.882000', '115016.885000', '115016.887000', '115016.890000', '115016.892000', '115016.895000', '115016.898000', '115016.900000', '115016.903000', '115016.906000', '115016.909000', '115016.911000', '115016.914000', '115016.916000', '115016.919000', '115016.922000', '115016.924000', '115016.927000', '115016.930000', '115016.932000', '115016.935000', '115016.937000', '115016.940000', '115016.943000', '115016.945000', '115016.948000', '115016.951000', '115016.953000', '115016.956000', '115016.959000', '115016.961000', '115016.964000', '115016.967000', '115016.969000', '115016.972000', '115016.975000', '115036.863000', '115036.866000', '115036.868000', '115036.871000', '115036.874000', '115036.876000', '115036.879000', '115036.881000', '115036.884000', '115036.887000', '115036.889000', '115036.892000', '115036.895000', '115036.897000', '115036.900000', '115036.902000', '115036.905000', '115036.908000', '115036.910000', '115036.913000', '115036.916000', '115036.918000', '115036.921000', '115036.923000', '115036.926000', '115036.929000', '115036.931000', '115036.934000', '115036.937000', '115036.939000', '115036.942000', '115036.945000', '115036.947000', '115036.950000', '115036.953000', '115036.955000', '115036.958000', '115036.961000', '115036.963000', '115036.966000', '115036.968000', '115036.971000', '115036.974000', '115036.976000', '115056.862000', '115056.865000', '115056.868000', '115056.871000', '115056.873000', '115056.876000', '115056.879000', '115056.881000', '115056.884000', '115056.887000', '115056.889000', '115056.892000', '115056.894000', '115056.897000', '115056.900000', '115056.902000', '115056.905000', '115056.908000', '115056.911000', '115056.913000', '115056.916000', '115056.918000', '115056.921000', '115056.925000', '115056.928000', '115056.930000', '115056.933000', '115056.936000', '115056.938000', '115056.941000', '115056.944000', '115056.946000', '115056.949000', '115056.952000', '115056.954000', '115056.957000', '115056.960000', '115056.962000', '115056.965000', '115056.967000', '115056.970000', '115056.973000', '115056.976000', '115116.862000', '115116.865000', '115116.868000', '115116.871000', '115116.873000', '115116.876000', '115116.878000', '115116.881000', '115116.883000', '115116.886000', '115116.889000', '115116.891000', '115116.894000', '115116.908000', '115116.911000', '115116.914000', '115116.916000', '115116.919000', '115116.921000', '115116.924000', '115116.927000', '115116.929000', '115116.932000', '115116.935000', '115116.937000', '115116.940000', '115116.942000', '115116.945000', '115116.948000', '115116.951000', '115116.953000', '115116.956000', '115116.958000', '115116.964000', '115116.967000', '115116.970000', '115116.972000', '115116.975000', '115116.977000', '115116.980000', '115116.983000', '115116.985000', '115116.988000', '115116.991000', '115136.863000', '115136.866000', '115136.868000', '115136.871000', '115136.874000', '115136.877000', '115136.879000', '115136.882000', '115136.884000', '115136.887000', '115136.890000', '115136.892000', '115136.895000', '115136.898000', '115136.900000', '115136.903000', '115136.905000', '115136.908000', '115136.911000', '115136.913000', '115136.916000', '115136.919000', '115136.921000', '115136.924000', '115136.927000', '115136.930000', '115136.933000', '115136.935000', '115136.938000', '115136.941000', '115136.943000', '115136.946000', '115136.949000', '115136.951000', '115136.954000', '115136.957000', '115136.959000', '115136.962000', '115136.964000', '115136.967000', '115136.970000', '115136.972000', '115136.975000', '115156.863000', '115156.865000', '115156.869000', '115156.871000', '115156.874000', '115156.877000', '115156.879000', '115156.882000', '115156.885000', '115156.887000', '115156.890000', '115156.893000', '115156.895000', '115156.898000', '115156.901000', '115156.903000', '115156.906000', '115156.909000', '115156.911000', '115156.914000', '115156.917000', '115156.919000', '115156.922000', '115156.924000', '115156.927000', '115156.930000', '115156.932000', '115156.935000', '115156.938000', '115156.940000', '115156.943000', '115156.946000', '115156.948000', '115156.951000', '115156.953000', '115156.956000', '115156.959000', '115156.961000', '115156.964000', '115156.966000', '115156.969000', '115156.972000', '115156.974000', '115156.977000', '115216.863000', '115216.865000', '115216.868000', '115216.871000', '115216.874000', '115216.876000', '115216.879000', '115216.882000', '115216.885000', '115216.887000', '115216.890000', '115216.893000', '115216.895000', '115216.898000', '115216.901000', '115216.905000', '115216.908000', '115216.911000', '115216.913000', '115216.916000', '115216.919000', '115216.921000', '115216.924000', '115216.927000', '115216.929000', '115216.932000', '115216.935000', '115216.937000', '115216.940000', '115216.942000', '115216.945000', '115216.948000', '115216.950000', '115216.953000', '115216.956000', '115216.958000', '115216.961000', '115216.964000', '115216.967000', '115216.970000', '115216.973000', '115216.975000', '115216.978000', '115236.862000', '115236.865000', '115236.868000', '115236.871000', '115236.873000', '115236.876000', '115236.879000', '115236.881000', '115236.884000', '115236.886000', '115236.889000', '115236.892000', '115236.894000', '115236.897000', '115236.900000', '115236.902000', '115236.905000', '115236.907000', '115236.910000', '115236.913000', '115236.915000', '115236.918000', '115236.920000', '115236.923000', '115236.926000', '115236.928000', '115236.931000', '115236.934000', '115236.936000', '115236.939000', '115236.942000', '115236.944000', '115236.947000', '115236.950000', '115236.952000', '115236.955000', '115236.957000', '115236.967000', '115236.975000', '115236.978000', '115236.980000', '115236.983000', '115236.986000', '115236.988000', '115256.862000', '115256.865000', '115256.868000', '115256.871000', '115256.873000', '115256.876000', '115256.879000', '115256.881000', '115256.884000', '115256.886000', '115256.889000', '115256.892000', '115256.894000', '115256.897000', '115256.900000', '115256.902000', '115256.905000', '115256.907000', '115256.910000', '115256.913000', '115256.915000', '115256.918000', '115256.921000', '115256.923000', '115256.926000', '115256.929000', '115256.932000', '115256.934000', '115256.937000', '115256.940000', '115256.942000', '115256.945000', '115256.947000', '115256.950000', '115256.953000', '115256.955000', '115256.958000', '115256.960000', '115256.963000', '115256.966000', '115256.968000', '115256.971000', '115256.974000', '115316.863000', '115316.865000', '115316.868000', '115316.871000', '115316.873000', '115316.876000', '115316.879000', '115316.881000', '115316.884000', '115316.887000', '115316.889000', '115316.892000', '115316.895000', '115316.897000', '115316.900000', '115316.902000', '115316.905000', '115316.908000', '115316.910000', '115316.913000', '115316.916000', '115316.918000', '115316.921000', '115316.924000', '115316.926000', '115316.929000', '115316.932000', '115316.934000', '115316.937000', '115316.940000', '115316.942000', '115316.945000', '115316.948000', '115316.950000', '115316.953000', '115316.955000', '115316.958000', '115316.961000', '115316.964000', '115316.966000', '115316.969000', '115316.972000', '115316.974000', '115336.863000', '115336.865000', '115336.868000', '115336.871000', '115336.874000', '115336.876000', '115336.879000', '115336.882000', '115336.884000', '115336.887000', '115336.890000', '115336.892000', '115336.895000', '115336.897000', '115336.900000', '115336.903000', '115336.905000', '115336.908000', '115336.910000', '115336.913000', '115336.916000', '115336.918000', '115336.921000', '115336.924000', '115336.926000', '115336.929000', '115336.932000', '115336.934000', '115336.937000', '115336.940000', '115336.942000', '115336.945000', '115336.948000', '115336.950000', '115336.953000', '115336.956000', '115336.958000', '115336.961000', '115336.964000', '115336.967000', '115336.970000', '115336.973000', '115336.976000', '115336.978000', '115356.863000', '115356.866000', '115356.868000', '115356.871000', '115356.874000', '115356.876000', '115356.879000', '115356.882000', '115356.884000', '115356.887000', '115356.889000', '115356.892000', '115356.895000', '115356.897000', '115356.900000', '115356.903000', '115356.905000', '115356.908000', '115356.910000', '115356.913000', '115356.916000', '115356.918000', '115356.921000', '115356.924000', '115356.926000', '115356.929000', '115356.932000', '115356.934000', '115356.937000', '115356.940000', '115356.942000', '115356.945000', '115356.947000', '115356.950000', '115356.952000', '115356.976000', '115356.984000', '115356.986000', '115356.989000', '115356.992000', '115356.994000', '115356.997000', '115357.000000', '115357.003000', '115416.863000', '115416.866000', '115416.868000', '115416.871000', '115416.873000', '115416.877000', '115416.879000', '115416.882000', '115416.884000', '115416.887000', '115416.890000', '115416.892000', '115416.895000', '115416.898000', '115416.900000', '115416.903000', '115416.905000', '115416.908000', '115416.911000', '115416.913000', '115416.916000', '115416.919000', '115416.921000', '115416.924000', '115416.926000', '115416.929000', '115416.932000', '115416.934000', '115416.937000', '115416.940000', '115416.942000', '115416.945000', '115416.948000', '115416.950000', '115416.953000', '115416.956000', '115416.958000', '115416.961000', '115416.963000', '115416.966000', '115416.969000', '115416.971000', '115416.974000', '115436.862000', '115436.865000', '115436.868000', '115436.871000', '115436.873000', '115436.876000', '115436.879000', '115436.881000', '115436.884000', '115436.887000', '115436.889000', '115436.892000', '115436.895000', '115436.897000', '115436.900000', '115436.902000', '115436.905000', '115436.908000', '115436.910000', '115436.913000', '115436.916000', '115436.918000', '115436.921000', '115436.923000', '115436.926000', '115436.929000', '115436.931000', '115436.934000', '115436.937000', '115436.939000', '115436.942000', '115436.944000', '115436.947000', '115436.950000', '115436.952000', '115436.955000', '115436.958000', '115436.960000', '115436.963000', '115436.966000', '115436.968000', '115436.971000', '115436.973000', '115436.976000', '115454.264000', '115454.267000', '115454.270000', '115454.273000', '115454.276000', '115454.278000', '115454.281000', '115454.284000', '115454.287000', '115454.289000', '115454.292000', '115454.295000', '115454.297000', '115454.300000', '115454.303000', '115454.305000', '115454.308000', '115454.311000', '115454.313000', '115454.316000', '115454.319000', '115454.321000', '115454.324000', '115454.327000', '115454.329000', '115454.332000', '115454.335000', '115454.338000', '115454.343000', '115454.346000', '115454.349000', '115454.352000', '115454.354000', '115454.357000', '115454.360000', '115454.364000', '115454.367000', '115454.371000'], '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': [11658, 14286, 11081, 12869, 10350, 12228, 9549, 12520, 8204, 9555, 8124, 9079, 7977, 8774, 7725, 8831, 7706, 7629, 7772, 7911, 7261, 8206, 6830, 8160, 6788, 8351, 6453, 8648, 7901, 8024, 12805, 7925, 11607, 9251, 11562, 7318, 8287, 9346, 7808, 9548, 7503, 13010, 7867, 9841, 6774, 7872, 6913, 8531, 6972, 9433, 7308, 11883, 6428, 8708, 6417, 8569, 5929, 8134, 10217, 9727, 12545, 10207, 12115, 8503, 7716, 8074, 10254, 8060, 12783, 8439, 12518, 8995, 12303, 9273, 12406, 7944, 9461, 8289, 8586, 10132, 7866, 12415, 7778, 10650, 7551, 9193, 6379, 8757, 9511, 10094, 9869, 8038, 9776, 8280, 7334, 8022, 9767, 8088, 12316, 7843, 10868, 7683, 9988, 8010, 11858, 8041, 10968, 8620, 8227, 6992, 8182, 9029, 8259, 11202, 8862, 9506, 7654, 9152, 8008, 8948, 8781, 8553, 11095, 10994, 8846, 14278, 9189, 12517, 9667, 12208, 9632, 12557, 10040, 13254, 9420, 11532, 8318, 9913, 8494, 9686, 7892, 8951, 8491, 9224, 8865, 7748, 8748, 7306, 8846, 8189, 12109, 10808, 13928, 12437, 10416, 12226, 8861, 12988, 8729, 10303, 8516, 8670, 8487, 8350, 9050, 7677, 8021, 7994, 8438, 7390, 8528, 8038, 8821, 9843, 8790, 11792, 8859, 12772, 9238, 10877, 8405, 8981, 8348, 8974, 9189, 8681, 11764, 9200, 12546, 9208, 10050, 8919, 10503, 9082, 7659, 9208, 12967, 8915, 14140, 10887, 12518, 8698, 10405, 7413, 8789, 10414, 9797, 12189, 8657, 12071, 8504, 10674, 8694, 12367, 9381, 11126, 8334, 9760, 8448, 8717, 8456, 11511, 8794, 12297, 9046, 10316, 8042, 10758, 10733, 13430, 12080, 11814, 10885, 9121, 9817, 8919, 10391, 8710, 14801, 9614, 14187, 8931, 11133, 8603, 9985, 8653, 9151, 8768, 9999, 8656, 8897, 8593, 9424, 8781, 13469, 9172, 11020, 7587, 9153, 10482, 11202, 12533, 9297, 12065, 8915, 11106, 9031, 12044, 8864, 10943, 8878, 9263, 8780, 9331, 9137, 13754, 8895, 11314, 9083, 9562, 8096, 9410, 8891, 9623, 9827, 9059, 8304, 8588, 9473, 8506, 11174, 8517, 10259, 8507, 8391, 8865, 7176, 9076, 10040, 8976, 12578, 9023, 12626, 9259, 13333, 8596, 9657, 8571, 9568, 8294, 10297, 8797, 14420, 10310, 12370, 8823, 9446, 8367, 9300, 8339, 9223, 8469, 13070, 9151, 10918, 8026, 9211, 7363, 8886, 9099, 10201, 9348, 8839, 10169, 8962, 10346, 9515, 10183, 9040, 10032, 9010, 7875, 8818, 7517, 8418, 10158, 8537, 9213, 8613, 9541, 8571, 8410, 8502, 8399, 8762, 8483, 14095, 10586, 12064, 8916, 8532, 11510, 9306, 14304, 8978, 11559, 8492, 9313, 8956, 9534, 10143, 9593, 9693, 9086, 8927, 8875, 10442, 8869, 6875, 9170, 7717, 9178, 7205, 9624, 10348, 9747, 11736, 9360, 14796, 9120, 11807, 9044, 10212, 8509, 10087, 8763, 11369, 9002, 9380, 8881, 7366, 8780, 7097, 8718, 7392, 8432, 9647, 8421, 9472, 8466, 10156, 8814, 7719, 9359, 8484, 11884, 8193, 10392, 10245, 8578, 10906, 8542, 11710, 8693, 9050, 8546, 9449, 9509, 9510, 14705, 10252, 13486, 9476, 10377, 8653, 11909, 8623, 11709, 8525, 9408, 7298, 8784, 9360, 8510, 9215, 8636, 9326, 8434, 9349, 8276, 8643, 8056, 7840, 7964, 8861, 7659, 9916, 7401, 9668, 6816, 8458, 6475, 8187, 7753, 8020, 8564, 7945, 11315, 8123, 12598, 8530, 12038, 7942, 12004, 8503, 10766, 8577, 10473, 8985, 8822, 8455, 9067, 7756, 10241, 7756, 9570, 7798, 11953, 8666, 13008, 9958, 12753, 9598, 12381, 9343, 13323, 11162, 13986, 9820, 9902, 7572, 8456, 6832, 8224, 7112, 8831, 8253, 10571, 8233, 8415, 8010, 8360, 7624, 8716, 7102, 11910, 7871, 9341, 9289, 8377, 10478, 8323, 12787, 8569, 13539, 9625, 15204, 11215, 11686, 8817, 8745, 7830, 9532, 8318, 13219, 7546, 9345, 7918, 8640, 6858, 8714, 9037, 9562, 8504, 11862, 8087, 11884, 7776, 12141, 8533, 11815, 9305, 10075, 10680, 8604, 12291, 8488, 12258, 8399, 14732, 10185, 13512, 9173, 10016, 7880, 8832, 9523, 8651, 8398, 8084, 8405, 7334, 8754, 7803, 7197, 7518, 6885, 7861, 6060, 7412, 7816, 8667, 8284, 11728, 8726, 14290, 11225, 14114, 11586, 13439, 9832, 11046, 8758, 9501, 6739, 8635, 9837, 8282, 8649, 8126, 9575, 8114, 6670, 7728, 7864, 7615, 8315, 11956, 7635, 10554, 7591, 9554, 9511, 8680, 9815, 8519, 10153, 8489, 10319, 8401, 10560, 11310, 8749, 12520, 8062, 11270, 8255, 11253, 8359, 11039, 7954, 9827, 9663, 8470, 14621, 9240, 12265, 9585, 10982, 8228, 10294, 6692, 8757, 9618, 8056, 9341, 8001, 7491, 8088, 8634, 7873, 10642, 7388, 8918, 6793, 9090, 8800, 12655, 7938, 10854, 7729, 6250, 8063, 8845, 7402, 8499, 7271, 9785, 8426, 12608, 8719, 11446, 9378, 9978, 9329, 9131, 12836, 9964, 15098, 11120, 14265, 9504, 12395, 8373, 11377, 10077, 11094, 8089, 9295, 8132, 8516, 7966, 9739, 7793, 8596, 7877, 7524, 8087, 7701, 8053, 8437, 8038, 6301, 7364, 7706, 6656, 8489, 10758, 8371, 7669, 11073, 8616, 12919, 8309, 11069, 9971, 9211, 8824, 11743, 8588, 12843, 8633, 14469, 9746, 13076, 9885, 12552, 9950, 9692, 8477, 7285, 8929, 8523, 10707, 8667, 12066, 8458, 11607, 8629, 10461, 11236, 8964, 13482, 8863, 12047, 9370, 12394, 9415, 13167, 8546, 10695, 8470, 9323, 8421, 8770, 8421, 8920, 8375, 10839, 8681, 12676, 8494, 7264, 8609, 6645, 8400, 8309, 8613, 10087, 8299, 10754, 8296, 11127, 8268, 9763, 8128, 10318, 8387, 6804, 8759, 9648, 8688, 11509, 8458, 14318, 9787, 14098, 10488, 12081, 7972, 10298, 7301, 9230, 6611, 8421, 8560, 8217, 12080, 8071, 14929, 10812, 12969, 10109, 9527, 8137, 7339, 8320, 6651, 8196, 11882, 7749, 9456, 8013, 9373, 8349, 9823, 8562, 13764, 9307, 10154, 7988, 9923, 9032, 7875, 10513, 8244, 10076, 8506, 11117, 13357, 11472, 13176, 9136, 9868, 12313, 8980, 13680, 8934, 11131, 8475, 9793, 8050, 9625, 8278, 12078, 7964, 7067, 8654, 7261, 6325, 8086, 8678, 8395, 8600, 7369, 8546, 9547, 8240, 12451, 8977, 12337, 9460, 13464, 10937, 13903, 10191, 13228, 9380, 11945, 8735, 10591, 8640, 9551, 9843, 8782, 9058, 8519, 9384, 8534, 7263, 6360, 9365, 8425, 9026, 14083, 10430, 11897, 9195, 9492, 7395, 9531, 7326, 9992, 7758, 12144, 9027, 10233, 9245, 10480, 9406, 8579, 12265, 9459, 12898, 9319, 11873, 9150, 10042, 10268, 9718, 10262, 9601, 9962, 9695], 'WindowCenter': [3700.0, 3693.0, 3658.0, 3653.0, 3641.0, 3649.0, 3627.0, 3648.0, 3617.0, 3625.0, 3603.0, 3602.0, 3603.0, 3600.0, 3603.0, 3612.0, 3603.0, 3604.0, 3604.0, 3614.0, 3605.0, 3614.0, 3607.0, 3616.0, 3608.0, 3617.0, 3597.0, 3628.0, 3618.0, 3618.0, 3648.0, 3617.0, 3637.0, 3628.0, 3639.0, 3605.0, 3616.0, 3626.0, 3618.0, 3640.0, 3618.0, 3674.0, 3631.0, 3640.0, 3607.0, 3617.0, 3619.0, 3641.0, 3621.0, 3643.0, 3633.0, 3665.0, 3611.0, 3642.0, 3610.0, 3642.0, 3609.0, 3629.0, 3642.0, 3643.0, 3664.0, 3641.0, 3651.0, 3629.0, 3618.0, 3619.0, 3637.0, 3616.0, 3648.0, 3616.0, 3649.0, 3616.0, 3638.0, 3615.0, 3637.0, 3603.0, 3625.0, 3602.0, 3613.0, 3623.0, 3604.0, 3635.0, 3604.0, 3625.0, 3617.0, 3627.0, 3595.0, 3627.0, 3626.0, 3638.0, 3626.0, 3617.0, 3625.0, 3616.0, 3605.0, 3616.0, 3627.0, 3616.0, 3649.0, 3618.0, 3637.0, 3607.0, 3626.0, 3617.0, 3637.0, 3616.0, 3638.0, 3626.0, 3616.0, 3604.0, 3616.0, 3627.0, 3617.0, 3650.0, 3629.0, 3627.0, 3618.0, 3641.0, 3630.0, 3669.0, 3643.0, 3626.0, 3650.0, 3653.0, 3631.0, 3661.0, 3629.0, 3651.0, 3628.0, 3647.0, 3626.0, 3636.0, 3623.0, 3634.0, 3612.0, 3622.0, 3601.0, 3612.0, 3612.0, 3609.0, 3601.0, 3601.0, 3602.0, 3613.0, 3616.0, 3603.0, 3602.0, 3591.0, 3612.0, 3603.0, 3624.0, 3612.0, 3635.0, 3622.0, 3611.0, 3622.0, 3602.0, 3632.0, 3613.0, 3623.0, 3601.0, 3612.0, 3613.0, 3601.0, 3613.0, 3600.0, 3614.0, 3613.0, 3616.0, 3604.0, 3626.0, 3615.0, 3626.0, 3637.0, 3628.0, 3648.0, 3630.0, 3650.0, 3627.0, 3636.0, 3616.0, 3614.0, 3602.0, 3613.0, 3613.0, 3613.0, 3634.0, 3614.0, 3635.0, 3626.0, 3625.0, 3625.0, 3638.0, 3626.0, 3615.0, 3638.0, 3660.0, 3630.0, 3660.0, 3651.0, 3649.0, 3630.0, 3637.0, 3606.0, 3616.0, 3638.0, 3639.0, 3649.0, 3616.0, 3647.0, 3614.0, 3635.0, 3615.0, 3648.0, 3627.0, 3636.0, 3616.0, 3625.0, 3616.0, 3627.0, 3628.0, 3649.0, 3629.0, 3649.0, 3629.0, 3637.0, 3615.0, 3637.0, 3637.0, 3649.0, 3636.0, 3637.0, 3625.0, 3613.0, 3624.0, 3613.0, 3622.0, 3612.0, 3645.0, 3613.0, 3645.0, 3614.0, 3635.0, 3614.0, 3624.0, 3613.0, 3613.0, 3615.0, 3624.0, 3627.0, 3615.0, 3615.0, 3627.0, 3616.0, 3648.0, 3615.0, 3625.0, 3603.0, 3613.0, 3625.0, 3637.0, 3636.0, 3615.0, 3635.0, 3612.0, 3622.0, 3612.0, 3633.0, 3612.0, 3622.0, 3612.0, 3611.0, 3613.0, 3611.0, 3614.0, 3645.0, 3614.0, 3634.0, 3613.0, 3614.0, 3603.0, 3614.0, 3612.0, 3624.0, 3623.0, 3613.0, 3601.0, 3613.0, 3613.0, 3613.0, 3635.0, 3615.0, 3625.0, 3616.0, 3616.0, 3627.0, 3607.0, 3628.0, 3638.0, 3629.0, 3647.0, 3616.0, 3646.0, 3616.0, 3647.0, 3615.0, 3624.0, 3613.0, 3612.0, 3602.0, 3622.0, 3614.0, 3647.0, 3625.0, 3634.0, 3614.0, 3612.0, 3613.0, 3611.0, 3602.0, 3612.0, 3602.0, 3634.0, 3612.0, 3622.0, 3602.0, 3611.0, 3590.0, 3612.0, 3611.0, 3623.0, 3613.0, 3613.0, 3623.0, 3612.0, 3623.0, 3612.0, 3623.0, 3612.0, 3623.0, 3612.0, 3603.0, 3612.0, 3591.0, 3613.0, 3626.0, 3614.0, 3624.0, 3614.0, 3625.0, 3614.0, 3615.0, 3614.0, 3615.0, 3614.0, 3615.0, 3660.0, 3651.0, 3648.0, 3615.0, 3614.0, 3636.0, 3641.0, 3660.0, 3630.0, 3649.0, 3615.0, 3613.0, 3611.0, 3611.0, 3611.0, 3610.0, 3612.0, 3600.0, 3600.0, 3598.0, 3608.0, 3598.0, 3578.0, 3610.0, 3603.0, 3613.0, 3591.0, 3612.0, 3612.0, 3611.0, 3621.0, 3599.0, 3630.0, 3585.0, 3606.0, 3586.0, 3597.0, 3586.0, 3606.0, 3587.0, 3619.0, 3600.0, 3599.0, 3612.0, 3590.0, 3613.0, 3591.0, 3613.0, 3603.0, 3614.0, 3625.0, 3616.0, 3640.0, 3616.0, 3637.0, 3614.0, 3616.0, 3642.0, 3631.0, 3649.0, 3616.0, 3627.0, 3627.0, 3615.0, 3626.0, 3614.0, 3636.0, 3602.0, 3602.0, 3599.0, 3599.0, 3610.0, 3611.0, 3646.0, 3611.0, 3632.0, 3612.0, 3611.0, 3601.0, 3621.0, 3600.0, 3621.0, 3586.0, 3597.0, 3575.0, 3586.0, 3596.0, 3586.0, 3597.0, 3587.0, 3597.0, 3587.0, 3598.0, 3600.0, 3598.0, 3588.0, 3587.0, 3590.0, 3601.0, 3591.0, 3612.0, 3591.0, 3611.0, 3592.0, 3601.0, 3580.0, 3602.0, 3603.0, 3602.0, 3613.0, 3603.0, 3623.0, 3603.0, 3635.0, 3613.0, 3635.0, 3605.0, 3634.0, 3616.0, 3638.0, 3630.0, 3637.0, 3628.0, 3628.0, 3618.0, 3626.0, 3619.0, 3638.0, 3618.0, 3627.0, 3607.0, 3637.0, 3617.0, 3647.0, 3625.0, 3635.0, 3614.0, 3634.0, 3614.0, 3635.0, 3622.0, 3634.0, 3611.0, 3610.0, 3589.0, 3588.0, 3578.0, 3599.0, 3590.0, 3601.0, 3614.0, 3624.0, 3614.0, 3602.0, 3604.0, 3603.0, 3602.0, 3615.0, 3595.0, 3637.0, 3604.0, 3614.0, 3614.0, 3602.0, 3625.0, 3604.0, 3635.0, 3614.0, 3646.0, 3614.0, 3656.0, 3637.0, 3635.0, 3615.0, 3615.0, 3618.0, 3628.0, 3628.0, 3648.0, 3606.0, 3614.0, 3604.0, 3615.0, 3594.0, 3615.0, 3613.0, 3613.0, 3603.0, 3634.0, 3602.0, 3633.0, 3602.0, 3636.0, 3603.0, 3624.0, 3612.0, 3612.0, 3612.0, 3601.0, 3621.0, 3589.0, 3621.0, 3586.0, 3632.0, 3598.0, 3620.0, 3597.0, 3597.0, 3587.0, 3598.0, 3596.0, 3587.0, 3585.0, 3589.0, 3600.0, 3588.0, 3599.0, 3605.0, 3591.0, 3603.0, 3603.0, 3615.0, 3595.0, 3606.0, 3618.0, 3629.0, 3631.0, 3650.0, 3631.0, 3661.0, 3639.0, 3649.0, 3637.0, 3648.0, 3626.0, 3624.0, 3603.0, 3613.0, 3581.0, 3602.0, 3613.0, 3603.0, 3614.0, 3616.0, 3626.0, 3604.0, 3594.0, 3602.0, 3631.0, 3631.0, 3631.0, 3649.0, 3618.0, 3640.0, 3606.0, 3627.0, 3625.0, 3615.0, 3625.0, 3614.0, 3625.0, 3613.0, 3613.0, 3602.0, 3624.0, 3625.0, 3602.0, 3635.0, 3604.0, 3623.0, 3603.0, 3623.0, 3602.0, 3612.0, 3589.0, 3611.0, 3598.0, 3589.0, 3631.0, 3597.0, 3607.0, 3597.0, 3608.0, 3586.0, 3597.0, 3565.0, 3597.0, 3609.0, 3599.0, 3611.0, 3601.0, 3592.0, 3604.0, 3613.0, 3604.0, 3623.0, 3603.0, 3614.0, 3593.0, 3614.0, 3615.0, 3647.0, 3618.0, 3650.0, 3618.0, 3609.0, 3631.0, 3629.0, 3619.0, 3630.0, 3620.0, 3642.0, 3629.0, 3652.0, 3628.0, 3640.0, 3615.0, 3626.0, 3614.0, 3613.0, 3635.0, 3613.0, 3645.0, 3624.0, 3633.0, 3612.0, 3633.0, 3600.0, 3620.0, 3609.0, 3607.0, 3588.0, 3598.0, 3599.0, 3601.0, 3601.0, 3610.0, 3590.0, 3600.0, 3601.0, 3601.0, 3603.0, 3604.0, 3616.0, 3617.0, 3615.0, 3595.0, 3605.0, 3617.0, 3607.0, 3643.0, 3651.0, 3631.0, 3617.0, 3636.0, 3615.0, 3648.0, 3617.0, 3653.0, 3641.0, 3626.0, 3616.0, 3636.0, 3614.0, 3647.0, 3615.0, 3647.0, 3614.0, 3635.0, 3613.0, 3632.0, 3612.0, 3611.0, 3600.0, 3590.0, 3611.0, 3613.0, 3622.0, 3614.0, 3634.0, 3602.0, 3622.0, 3589.0, 3598.0, 3608.0, 3585.0, 3616.0, 3585.0, 3604.0, 3584.0, 3606.0, 3586.0, 3617.0, 3586.0, 3596.0, 3587.0, 3597.0, 3587.0, 3596.0, 3600.0, 3611.0, 3602.0, 3622.0, 3603.0, 3647.0, 3614.0, 3602.0, 3613.0, 3591.0, 3603.0, 3603.0, 3613.0, 3623.0, 3603.0, 3624.0, 3603.0, 3624.0, 3603.0, 3613.0, 3602.0, 3624.0, 3602.0, 3594.0, 3614.0, 3625.0, 3615.0, 3637.0, 3615.0, 3647.0, 3626.0, 3645.0, 3625.0, 3634.0, 3602.0, 3624.0, 3591.0, 3612.0, 3593.0, 3614.0, 3614.0, 3616.0, 3649.0, 3616.0, 3658.0, 3626.0, 3647.0, 3625.0, 3628.0, 3630.0, 3607.0, 3617.0, 3605.0, 3630.0, 3648.0, 3605.0, 3627.0, 3617.0, 3625.0, 3616.0, 3624.0, 3615.0, 3646.0, 3627.0, 3638.0, 3600.0, 3611.0, 3599.0, 3603.0, 3625.0, 3616.0, 3627.0, 3616.0, 3638.0, 3663.0, 3637.0, 3636.0, 3602.0, 3611.0, 3622.0, 3600.0, 3621.0, 3587.0, 3607.0, 3586.0, 3596.0, 3575.0, 3597.0, 3586.0, 3618.0, 3587.0, 3578.0, 3615.0, 3603.0, 3592.0, 3615.0, 3616.0, 3615.0, 3616.0, 3603.0, 3615.0, 3613.0, 3615.0, 3635.0, 3614.0, 3634.0, 3611.0, 3634.0, 3623.0, 3633.0, 3612.0, 3633.0, 3612.0, 3622.0, 3602.0, 3611.0, 3601.0, 3614.0, 3624.0, 3612.0, 3601.0, 3601.0, 3611.0, 3599.0, 3590.0, 3567.0, 3613.0, 3615.0, 3629.0, 3648.0, 3624.0, 3623.0, 3599.0, 3611.0, 3590.0, 3600.0, 3590.0, 3609.0, 3588.0, 3618.0, 3598.0, 3596.0, 3597.0, 3608.0, 3597.0, 3587.0, 3609.0, 3587.0, 3608.0, 3585.0, 3594.0, 3571.0, 3581.0, 3581.0, 3570.0, 3581.0, 3570.0, 3581.0, 3582.0], 'WindowWidth': [8348.0, 8325.0, 8266.0, 8253.0, 8229.0, 8238.0, 8203.0, 8233.0, 8190.0, 8199.0, 8164.0, 8159.0, 8162.0, 8157.0, 8164.0, 8175.0, 8166.0, 8166.0, 8169.0, 8182.0, 8174.0, 8182.0, 8179.0, 8188.0, 8179.0, 8191.0, 8163.0, 8207.0, 8192.0, 8192.0, 8234.0, 8187.0, 8217.0, 8206.0, 8224.0, 8170.0, 8186.0, 8199.0, 8191.0, 8224.0, 8193.0, 8279.0, 8215.0, 8225.0, 8179.0, 8192.0, 8198.0, 8230.0, 8203.0, 8237.0, 8223.0, 8269.0, 8192.0, 8231.0, 8190.0, 8232.0, 8186.0, 8212.0, 8232.0, 8234.0, 8264.0, 8229.0, 8242.0, 8211.0, 8194.0, 8196.0, 8217.0, 8187.0, 8233.0, 8188.0, 8238.0, 8186.0, 8219.0, 8184.0, 8216.0, 8166.0, 8196.0, 8162.0, 8177.0, 8191.0, 8166.0, 8211.0, 8168.0, 8196.0, 8190.0, 8202.0, 8157.0, 8204.0, 8201.0, 8220.0, 8202.0, 8189.0, 8200.0, 8187.0, 8173.0, 8187.0, 8203.0, 8188.0, 8235.0, 8192.0, 8217.0, 8176.0, 8199.0, 8192.0, 8219.0, 8188.0, 8219.0, 8203.0, 8186.0, 8168.0, 8187.0, 8203.0, 8191.0, 8240.0, 8209.0, 8203.0, 8195.0, 8231.0, 8214.0, 8283.0, 8242.0, 8203.0, 8241.0, 8250.0, 8215.0, 8256.0, 8208.0, 8244.0, 8208.0, 8231.0, 8199.0, 8215.0, 8192.0, 8210.0, 8174.0, 8187.0, 8156.0, 8175.0, 8176.0, 8167.0, 8158.0, 8159.0, 8163.0, 8176.0, 8187.0, 8164.0, 8161.0, 8146.0, 8174.0, 8163.0, 8194.0, 8173.0, 8214.0, 8190.0, 8171.0, 8188.0, 8160.0, 8203.0, 8180.0, 8194.0, 8160.0, 8177.0, 8180.0, 8160.0, 8178.0, 8157.0, 8181.0, 8179.0, 8186.0, 8168.0, 8201.0, 8185.0, 8201.0, 8216.0, 8207.0, 8233.0, 8211.0, 8238.0, 8204.0, 8213.0, 8185.0, 8181.0, 8162.0, 8178.0, 8178.0, 8178.0, 8210.0, 8181.0, 8213.0, 8199.0, 8197.0, 8199.0, 8219.0, 8202.0, 8186.0, 8220.0, 8252.0, 8214.0, 8254.0, 8242.0, 8237.0, 8211.0, 8219.0, 8174.0, 8188.0, 8220.0, 8223.0, 8235.0, 8187.0, 8230.0, 8183.0, 8212.0, 8184.0, 8233.0, 8203.0, 8213.0, 8187.0, 8198.0, 8189.0, 8203.0, 8209.0, 8237.0, 8211.0, 8237.0, 8210.0, 8218.0, 8185.0, 8216.0, 8216.0, 8239.0, 8215.0, 8216.0, 8197.0, 8177.0, 8193.0, 8178.0, 8188.0, 8175.0, 8225.0, 8177.0, 8224.0, 8179.0, 8210.0, 8182.0, 8192.0, 8178.0, 8179.0, 8185.0, 8196.0, 8205.0, 8185.0, 8186.0, 8202.0, 8188.0, 8234.0, 8183.0, 8197.0, 8166.0, 8179.0, 8196.0, 8217.0, 8214.0, 8182.0, 8210.0, 8176.0, 8188.0, 8174.0, 8205.0, 8174.0, 8190.0, 8176.0, 8174.0, 8179.0, 8174.0, 8182.0, 8226.0, 8182.0, 8208.0, 8180.0, 8180.0, 8165.0, 8182.0, 8177.0, 8194.0, 8191.0, 8180.0, 8159.0, 8177.0, 8176.0, 8178.0, 8209.0, 8183.0, 8198.0, 8185.0, 8186.0, 8205.0, 8177.0, 8207.0, 8220.0, 8208.0, 8231.0, 8187.0, 8228.0, 8186.0, 8231.0, 8183.0, 8194.0, 8181.0, 8175.0, 8163.0, 8190.0, 8182.0, 8230.0, 8195.0, 8208.0, 8181.0, 8176.0, 8178.0, 8173.0, 8161.0, 8176.0, 8162.0, 8209.0, 8173.0, 8188.0, 8162.0, 8172.0, 8145.0, 8174.0, 8174.0, 8191.0, 8176.0, 8177.0, 8191.0, 8173.0, 8189.0, 8176.0, 8191.0, 8175.0, 8191.0, 8177.0, 8165.0, 8176.0, 8146.0, 8178.0, 8200.0, 8181.0, 8194.0, 8183.0, 8196.0, 8181.0, 8186.0, 8182.0, 8184.0, 8183.0, 8185.0, 8255.0, 8244.0, 8234.0, 8186.0, 8181.0, 8213.0, 8230.0, 8257.0, 8212.0, 8237.0, 8185.0, 8176.0, 8172.0, 8171.0, 8170.0, 8168.0, 8172.0, 8152.0, 8153.0, 8148.0, 8164.0, 8149.0, 8126.0, 8168.0, 8163.0, 8175.0, 8147.0, 8172.0, 8172.0, 8170.0, 8183.0, 8150.0, 8195.0, 8125.0, 8156.0, 8127.0, 8144.0, 8129.0, 8157.0, 8132.0, 8178.0, 8155.0, 8151.0, 8174.0, 8143.0, 8178.0, 8146.0, 8178.0, 8165.0, 8181.0, 8197.0, 8187.0, 8225.0, 8186.0, 8216.0, 8181.0, 8188.0, 8232.0, 8213.0, 8235.0, 8185.0, 8202.0, 8201.0, 8182.0, 8200.0, 8179.0, 8211.0, 8159.0, 8158.0, 8151.0, 8152.0, 8169.0, 8171.0, 8226.0, 8173.0, 8202.0, 8174.0, 8172.0, 8157.0, 8185.0, 8154.0, 8183.0, 8131.0, 8145.0, 8112.0, 8128.0, 8141.0, 8129.0, 8145.0, 8131.0, 8145.0, 8132.0, 8149.0, 8154.0, 8149.0, 8137.0, 8133.0, 8140.0, 8155.0, 8145.0, 8173.0, 8145.0, 8172.0, 8148.0, 8159.0, 8130.0, 8159.0, 8162.0, 8160.0, 8177.0, 8163.0, 8191.0, 8165.0, 8210.0, 8176.0, 8210.0, 8169.0, 8209.0, 8187.0, 8219.0, 8214.0, 8219.0, 8208.0, 8206.0, 8191.0, 8201.0, 8195.0, 8217.0, 8192.0, 8203.0, 8176.0, 8215.0, 8190.0, 8229.0, 8196.0, 8211.0, 8178.0, 8207.0, 8179.0, 8210.0, 8187.0, 8210.0, 8168.0, 8166.0, 8137.0, 8134.0, 8123.0, 8152.0, 8142.0, 8157.0, 8181.0, 8191.0, 8180.0, 8161.0, 8166.0, 8162.0, 8162.0, 8182.0, 8157.0, 8216.0, 8166.0, 8180.0, 8178.0, 8161.0, 8193.0, 8166.0, 8208.0, 8178.0, 8227.0, 8180.0, 8242.0, 8212.0, 8209.0, 8183.0, 8186.0, 8193.0, 8205.0, 8205.0, 8234.0, 8174.0, 8181.0, 8167.0, 8182.0, 8152.0, 8181.0, 8177.0, 8177.0, 8162.0, 8206.0, 8162.0, 8204.0, 8161.0, 8211.0, 8162.0, 8195.0, 8173.0, 8174.0, 8173.0, 8156.0, 8183.0, 8134.0, 8182.0, 8130.0, 8200.0, 8148.0, 8184.0, 8145.0, 8146.0, 8131.0, 8147.0, 8143.0, 8132.0, 8128.0, 8139.0, 8155.0, 8135.0, 8150.0, 8173.0, 8147.0, 8165.0, 8166.0, 8184.0, 8158.0, 8175.0, 8193.0, 8207.0, 8213.0, 8237.0, 8212.0, 8255.0, 8220.0, 8238.0, 8217.0, 8231.0, 8198.0, 8192.0, 8163.0, 8176.0, 8132.0, 8160.0, 8175.0, 8163.0, 8180.0, 8186.0, 8203.0, 8166.0, 8154.0, 8163.0, 8217.0, 8216.0, 8214.0, 8235.0, 8193.0, 8222.0, 8174.0, 8200.0, 8197.0, 8183.0, 8198.0, 8181.0, 8195.0, 8175.0, 8176.0, 8162.0, 8193.0, 8196.0, 8161.0, 8210.0, 8165.0, 8191.0, 8163.0, 8189.0, 8159.0, 8173.0, 8138.0, 8168.0, 8149.0, 8135.0, 8198.0, 8144.0, 8159.0, 8143.0, 8160.0, 8129.0, 8144.0, 8101.0, 8145.0, 8166.0, 8153.0, 8170.0, 8160.0, 8148.0, 8166.0, 8178.0, 8168.0, 8192.0, 8165.0, 8179.0, 8151.0, 8181.0, 8183.0, 8230.0, 8190.0, 8237.0, 8195.0, 8185.0, 8217.0, 8211.0, 8198.0, 8211.0, 8199.0, 8229.0, 8209.0, 8244.0, 8207.0, 8224.0, 8184.0, 8199.0, 8180.0, 8178.0, 8210.0, 8177.0, 8226.0, 8192.0, 8206.0, 8174.0, 8204.0, 8153.0, 8179.0, 8166.0, 8160.0, 8134.0, 8149.0, 8153.0, 8158.0, 8161.0, 8171.0, 8143.0, 8155.0, 8160.0, 8160.0, 8166.0, 8167.0, 8186.0, 8190.0, 8184.0, 8159.0, 8171.0, 8191.0, 8179.0, 8236.0, 8244.0, 8216.0, 8190.0, 8213.0, 8185.0, 8232.0, 8191.0, 8247.0, 8227.0, 8200.0, 8185.0, 8213.0, 8180.0, 8229.0, 8182.0, 8231.0, 8181.0, 8210.0, 8176.0, 8201.0, 8174.0, 8173.0, 8157.0, 8143.0, 8171.0, 8178.0, 8189.0, 8179.0, 8207.0, 8159.0, 8187.0, 8137.0, 8149.0, 8161.0, 8126.0, 8171.0, 8124.0, 8151.0, 8123.0, 8155.0, 8128.0, 8172.0, 8129.0, 8142.0, 8131.0, 8146.0, 8133.0, 8144.0, 8154.0, 8172.0, 8160.0, 8186.0, 8163.0, 8227.0, 8180.0, 8161.0, 8176.0, 8145.0, 8163.0, 8162.0, 8176.0, 8190.0, 8163.0, 8192.0, 8163.0, 8191.0, 8164.0, 8177.0, 8160.0, 8192.0, 8162.0, 8153.0, 8181.0, 8197.0, 8184.0, 8216.0, 8183.0, 8228.0, 8196.0, 8224.0, 8195.0, 8207.0, 8163.0, 8192.0, 8147.0, 8175.0, 8151.0, 8180.0, 8180.0, 8185.0, 8237.0, 8184.0, 8247.0, 8197.0, 8228.0, 8196.0, 8206.0, 8212.0, 8176.0, 8190.0, 8173.0, 8211.0, 8231.0, 8172.0, 8200.0, 8189.0, 8197.0, 8187.0, 8194.0, 8186.0, 8228.0, 8203.0, 8220.0, 8156.0, 8167.0, 8151.0, 8162.0, 8196.0, 8187.0, 8204.0, 8187.0, 8218.0, 8266.0, 8216.0, 8216.0, 8159.0, 8171.0, 8186.0, 8152.0, 8184.0, 8131.0, 8158.0, 8129.0, 8140.0, 8115.0, 8144.0, 8130.0, 8175.0, 8132.0, 8124.0, 8185.0, 8167.0, 8151.0, 8186.0, 8188.0, 8184.0, 8184.0, 8165.0, 8184.0, 8179.0, 8182.0, 8211.0, 8179.0, 8207.0, 8172.0, 8209.0, 8189.0, 8206.0, 8174.0, 8204.0, 8174.0, 8189.0, 8160.0, 8171.0, 8158.0, 8181.0, 8194.0, 8176.0, 8158.0, 8156.0, 8170.0, 8151.0, 8142.0, 8109.0, 8175.0, 8186.0, 8209.0, 8233.0, 8192.0, 8192.0, 8152.0, 8168.0, 8141.0, 8153.0, 8142.0, 8165.0, 8135.0, 8175.0, 8148.0, 8144.0, 8145.0, 8160.0, 8146.0, 8133.0, 8168.0, 8131.0, 8163.0, 8124.0, 8137.0, 8099.0, 8110.0, 8111.0, 8095.0, 8110.0, 8096.0, 8112.0, 8114.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.0010384429824561404</td></tr>
<tr><td colspan=3>aqi</td><td>0.019857833114035092</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.30440483952804</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.194802824270033</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020418824467618</td></tr>
<tr><td colspan=3>efc</td><td>0.4987</td></tr>
<tr><td colspan=3>fber</td><td>4281.6572</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07986029995295078</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.1535087719298245</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3923366210872548</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2673931277593167</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6167056648856026</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2929110706168445</td></tr>
<tr><td colspan=3>gcor</td><td>0.0281307</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020174704492092133</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02887355163693428</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.007853878402066</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>23.7229</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8937</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.0882</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296403.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.5234</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8099</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>413.2739</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2819.5022</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>742.2879</td></tr>
<tr><td colspan=3>tsnr</td><td>41.56183849833906</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>