<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0006_ses-01_task-alignvideo_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-0006_ses-01_task-alignvideo_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-01_subject-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-alignvideo_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-01_subject-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-alignvideo_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-01_subject-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-01_task-alignvideo_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-alignvideo_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-0006/ses-01/func/sub-0006_ses-01_task-alignvideo_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>6b320b2c9b5694aa26c0fe996ab541d6</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:59:4.922500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998782, -0.00092302, 0.0493391, 0.00505525, 0.996479, -0.0836927]</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-alignvideo_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.0994121</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7667, -7265, 533, 1, 47, -69, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e95b1347-ae49-4837-8b30-8f23f92cb0c8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796581745147705, 0.013562862761318684, 0.1325378566980362, 112.56808471679688], [0.0024763948749750853, 2.6734797954559326, -0.22636839747428894, -93.99443817138672], [0.1323731392621994, 0.22454136610031128, 2.687227487564087, -56.418643951416016], [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, 1073]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['105904.922500', '105905.382500', '105905.842500', '105906.302500', '105906.762500', '105907.222500', '105907.682500', '105908.142500', '105908.602500', '105909.062500', '105909.522500', '105909.982500', '105910.442500', '105910.902500', '105911.362500', '105911.822500', '105912.282500', '105912.742500', '105913.202500', '105913.662500', '105914.122500', '105914.582500', '105915.042500', '105915.502500', '105915.962500', '105916.422500', '105916.882500', '105917.342500', '105917.802500', '105918.262500', '105918.722500', '105919.182500', '105919.642500', '105920.102500', '105920.562500', '105921.022500', '105921.482500', '105921.942500', '105922.402500', '105922.862500', '105923.322500', '105923.782500', '105924.242500', '105924.702500', '105925.162500', '105925.622500', '105926.082500', '105926.542500', '105927.002500', '105927.462500', '105927.922500', '105928.382500', '105928.842500', '105929.302500', '105929.762500', '105930.222500', '105930.682500', '105931.142500', '105931.602500', '105932.062500', '105932.522500', '105932.982500', '105933.442500', '105933.902500', '105934.362500', '105934.822500', '105935.282500', '105935.742500', '105936.202500', '105936.662500', '105937.122500', '105937.582500', '105938.042500', '105938.502500', '105938.962500', '105939.422500', '105939.882500', '105940.342500', '105940.802500', '105941.262500', '105941.722500', '105942.182500', '105942.642500', '105943.102500', '105943.562500', '105944.022500', '105944.482500', '105944.942500', '105945.402500', '105945.862500', '105946.322500', '105946.782500', '105947.242500', '105947.702500', '105948.162500', '105948.622500', '105949.082500', '105949.542500', '105950.002500', '105950.462500', '105950.922500', '105951.382500', '105951.842500', '105952.302500', '105952.762500', '105953.222500', '105953.682500', '105954.142500', '105954.602500', '105955.062500', '105955.522500', '105955.982500', '105956.442500', '105956.902500', '105957.362500', '105957.822500', '105958.282500', '105958.742500', '105959.202500', '105959.662500', '110000.122500', '110000.582500', '110001.042500', '110001.502500', '110001.962500', '110002.422500', '110002.882500', '110003.342500', '110003.802500', '110004.262500', '110004.722500', '110005.182500', '110005.642500', '110006.102500', '110006.562500', '110007.022500', '110007.482500', '110007.942500', '110008.402500', '110008.862500', '110009.322500', '110009.782500', '110010.242500', '110010.702500', '110011.162500', '110011.622500', '110012.082500', '110012.542500', '110013.002500', '110013.462500', '110013.922500', '110014.382500', '110014.842500', '110015.302500', '110015.762500', '110016.222500', '110016.682500', '110017.142500', '110017.602500', '110018.062500', '110018.522500', '110018.982500', '110019.442500', '110019.902500', '110020.362500', '110020.822500', '110021.282500', '110021.742500', '110022.202500', '110022.662500', '110023.122500', '110023.582500', '110024.042500', '110024.502500', '110024.962500', '110025.422500', '110025.882500', '110026.342500', '110026.802500', '110027.262500', '110027.722500', '110028.182500', '110028.642500', '110029.102500', '110029.562500', '110030.022500', '110030.482500', '110030.942500', '110031.402500', '110031.862500', '110032.322500', '110032.782500', '110033.242500', '110033.702500', '110034.162500', '110034.622500', '110035.082500', '110035.542500', '110036.002500', '110036.462500', '110036.922500', '110037.382500', '110037.842500', '110038.302500', '110038.762500', '110039.222500', '110039.682500', '110040.142500', '110040.602500', '110041.062500', '110041.522500', '110041.982500', '110042.442500', '110042.902500', '110043.362500', '110043.822500', '110044.282500', '110044.742500', '110045.202500', '110045.662500', '110046.122500', '110046.582500', '110047.042500', '110047.502500', '110047.962500', '110048.422500', '110048.882500', '110049.342500', '110049.802500', '110050.262500', '110050.722500', '110051.182500', '110051.642500', '110052.102500', '110052.562500', '110053.022500', '110053.482500', '110053.942500', '110054.402500', '110054.862500', '110055.322500', '110055.782500', '110056.242500', '110056.702500', '110057.162500', '110057.622500', '110058.082500', '110058.542500', '110059.002500', '110059.462500', '110059.922500', '110100.382500', '110100.842500', '110101.302500', '110101.762500', '110102.222500', '110102.682500', '110103.142500', '110103.602500', '110104.062500', '110104.522500', '110104.982500', '110105.442500', '110105.902500', '110106.362500', '110106.822500', '110107.282500', '110107.742500', '110108.202500', '110108.662500', '110109.122500', '110109.582500', '110110.042500', '110110.502500', '110110.962500', '110111.422500', '110111.882500', '110112.342500', '110112.802500', '110113.262500', '110113.722500', '110114.182500', '110114.642500', '110115.102500', '110115.562500', '110116.022500', '110116.482500', '110116.942500', '110117.402500', '110117.862500', '110118.322500', '110118.782500', '110119.242500', '110119.702500', '110120.162500', '110120.622500', '110121.082500', '110121.542500', '110122.002500', '110122.462500', '110122.922500', '110123.382500', '110123.842500', '110124.302500', '110124.762500', '110125.222500', '110125.682500', '110126.142500', '110126.602500', '110127.062500', '110127.522500', '110127.982500', '110128.442500', '110128.902500', '110129.362500', '110129.822500', '110130.282500', '110130.742500', '110131.202500', '110131.662500', '110132.122500', '110132.582500', '110133.042500', '110133.502500', '110133.962500', '110134.422500', '110134.882500', '110135.342500', '110135.802500', '110136.262500', '110136.722500', '110137.182500', '110137.642500', '110138.102500', '110138.562500', '110139.022500', '110139.482500', '110139.942500', '110140.402500', '110140.862500', '110141.322500', '110141.782500', '110142.242500', '110142.702500', '110143.162500', '110143.622500', '110144.082500', '110144.542500', '110145.002500', '110145.462500', '110145.922500', '110146.382500', '110146.842500', '110147.302500', '110147.762500', '110148.222500', '110148.682500', '110149.142500', '110149.602500', '110150.062500', '110150.522500', '110150.982500', '110151.442500', '110151.902500', '110152.362500', '110152.822500', '110153.282500', '110153.742500', '110154.202500', '110154.662500', '110155.122500', '110155.582500', '110156.042500', '110156.502500', '110156.962500', '110157.422500', '110157.882500', '110158.342500', '110158.802500', '110159.262500', '110159.722500', '110200.182500', '110200.642500', '110201.102500', '110201.562500', '110202.022500', '110202.482500', '110202.942500', '110203.402500', '110203.862500', '110204.322500', '110204.782500', '110205.242500', '110205.702500', '110206.162500', '110206.622500', '110207.082500', '110207.542500', '110208.002500', '110208.462500', '110208.922500', '110209.382500', '110209.842500', '110210.302500', '110210.762500', '110211.222500', '110211.682500', '110212.142500', '110212.602500', '110213.062500', '110213.522500', '110213.982500', '110214.442500', '110214.902500', '110215.362500', '110215.822500', '110216.282500', '110216.742500', '110217.202500', '110217.662500', '110218.122500', '110218.582500', '110219.042500', '110219.502500', '110219.962500', '110220.422500', '110220.882500', '110221.342500', '110221.802500', '110222.262500', '110222.722500', '110223.182500', '110223.642500', '110224.102500', '110224.562500', '110225.022500', '110225.482500', '110225.942500', '110226.402500', '110226.862500', '110227.322500', '110227.782500', '110228.242500', '110228.702500', '110229.162500', '110229.622500', '110230.082500', '110230.542500', '110231.002500', '110231.462500', '110231.922500', '110232.382500', '110232.842500', '110233.302500', '110233.762500', '110234.222500', '110234.682500', '110235.142500', '110235.602500', '110236.062500', '110236.522500', '110236.982500', '110237.442500', '110237.902500', '110238.362500', '110238.822500', '110239.282500', '110239.742500', '110240.202500', '110240.662500', '110241.122500', '110241.582500', '110242.042500', '110242.502500', '110242.962500', '110243.422500', '110243.882500', '110244.342500', '110244.802500', '110245.262500', '110245.722500', '110246.182500', '110246.642500', '110247.102500', '110247.562500', '110248.022500', '110248.482500', '110248.942500', '110249.402500', '110249.862500', '110250.322500', '110250.782500', '110251.242500', '110251.702500', '110252.162500', '110252.622500', '110253.082500', '110253.542500', '110254.002500', '110254.462500', '110254.922500', '110255.382500', '110255.842500', '110256.302500', '110256.762500', '110257.222500', '110257.682500', '110258.142500', '110258.602500', '110259.062500', '110259.522500', '110259.982500', '110300.442500', '110300.902500', '110301.362500', '110301.822500', '110302.282500', '110302.742500', '110303.202500', '110303.662500', '110304.122500', '110304.582500', '110305.042500', '110305.502500', '110305.962500', '110306.422500', '110306.882500', '110307.342500', '110307.802500', '110308.262500', '110308.722500', '110309.182500', '110309.642500', '110310.102500', '110310.562500', '110311.022500', '110311.482500', '110311.942500', '110312.402500', '110312.862500', '110313.322500', '110313.782500', '110314.242500', '110314.702500', '110315.162500', '110315.622500', '110316.082500', '110316.542500', '110317.002500', '110317.462500', '110317.922500', '110318.382500', '110318.842500', '110319.302500', '110319.762500', '110320.222500', '110320.682500', '110321.142500', '110321.602500', '110322.062500', '110322.522500', '110322.982500', '110323.442500', '110323.902500', '110324.362500', '110324.822500', '110325.282500', '110325.742500', '110326.202500', '110326.662500', '110327.122500', '110327.582500', '110328.042500', '110328.502500', '110328.962500', '110329.422500', '110329.882500', '110330.342500', '110330.802500', '110331.262500', '110331.722500', '110332.182500', '110332.642500', '110333.102500', '110333.562500', '110334.022500', '110334.482500', '110334.942500', '110335.402500', '110335.862500', '110336.322500', '110336.782500', '110337.242500', '110337.702500', '110338.162500', '110338.622500', '110339.082500', '110339.542500', '110340.002500', '110340.462500', '110340.922500', '110341.382500', '110341.842500', '110342.302500', '110342.762500', '110343.222500', '110343.682500', '110344.142500', '110344.602500', '110345.062500', '110345.522500', '110345.982500', '110346.442500', '110346.902500', '110347.362500', '110347.822500', '110348.282500', '110348.742500', '110349.202500', '110349.662500', '110350.122500', '110350.582500', '110351.042500', '110351.502500', '110351.962500', '110352.422500', '110352.882500', '110353.342500', '110353.802500', '110354.262500', '110354.722500', '110355.182500', '110355.642500', '110356.102500', '110356.562500', '110357.022500', '110357.482500', '110357.942500', '110358.402500', '110358.862500', '110359.322500', '110359.782500', '110400.242500', '110400.702500', '110401.162500', '110401.622500', '110402.082500', '110402.542500', '110403.002500', '110403.462500', '110403.922500', '110404.382500', '110404.842500', '110405.302500', '110405.762500', '110406.222500', '110406.682500', '110407.142500', '110407.602500', '110408.062500', '110408.522500', '110408.982500', '110409.442500', '110409.902500', '110410.362500', '110410.822500', '110411.282500', '110411.742500', '110412.202500', '110412.662500', '110413.122500', '110413.582500', '110414.042500', '110414.502500', '110414.962500', '110415.422500', '110415.882500', '110416.342500', '110416.802500', '110417.262500', '110417.722500', '110418.182500', '110418.642500', '110419.102500', '110419.562500', '110420.022500', '110420.482500', '110420.942500', '110421.402500', '110421.862500', '110422.322500', '110422.782500', '110423.242500', '110423.702500', '110424.162500', '110424.622500', '110425.082500', '110425.542500', '110426.002500', '110426.462500', '110426.922500', '110427.382500', '110427.842500', '110428.302500', '110428.762500', '110429.222500', '110429.682500', '110430.142500', '110430.602500', '110431.062500', '110431.522500', '110431.982500', '110432.442500', '110432.902500', '110433.362500', '110433.822500', '110434.282500', '110434.742500', '110435.202500', '110435.662500', '110436.122500', '110436.582500', '110437.042500', '110437.502500', '110437.962500', '110438.422500', '110438.882500', '110439.342500', '110439.802500', '110440.262500', '110440.722500', '110441.182500', '110441.642500', '110442.102500', '110442.562500', '110443.022500', '110443.482500', '110443.942500', '110444.402500', '110444.862500', '110445.322500', '110445.782500', '110446.242500', '110446.702500', '110447.162500', '110447.622500', '110448.082500', '110448.542500', '110449.002500', '110449.462500', '110449.922500', '110450.382500', '110450.842500', '110451.302500', '110451.762500', '110452.222500', '110452.682500', '110453.142500', '110453.602500', '110454.062500', '110454.522500', '110454.982500', '110455.442500', '110455.902500', '110456.362500', '110456.822500', '110457.282500', '110457.742500', '110458.202500', '110458.662500', '110459.122500', '110459.582500', '110500.042500', '110500.502500', '110500.962500', '110501.422500', '110501.882500', '110502.342500', '110502.802500', '110503.262500', '110503.722500', '110504.182500', '110504.642500', '110505.102500', '110505.562500', '110506.022500', '110506.482500', '110506.942500', '110507.402500', '110507.862500', '110508.322500', '110508.782500', '110509.242500', '110509.702500', '110510.162500', '110510.622500', '110511.082500', '110511.542500', '110512.002500', '110512.462500', '110512.922500', '110513.382500', '110513.842500', '110514.302500', '110514.762500', '110515.222500', '110515.682500', '110516.142500', '110516.602500', '110517.062500', '110517.522500', '110517.982500', '110518.442500', '110518.902500', '110519.362500', '110519.822500', '110520.282500', '110520.742500', '110521.202500', '110521.662500', '110522.122500', '110522.582500', '110523.042500', '110523.502500', '110523.962500', '110524.422500', '110524.882500', '110525.342500', '110525.802500', '110526.262500', '110526.722500', '110527.182500', '110527.642500', '110528.102500', '110528.562500', '110529.022500', '110529.482500', '110529.942500', '110530.402500', '110530.862500', '110531.322500', '110531.782500', '110532.242500', '110532.702500', '110533.162500', '110533.622500', '110534.082500', '110534.542500', '110535.002500', '110535.462500', '110535.922500', '110536.382500', '110536.842500', '110537.302500', '110537.762500', '110538.222500', '110538.682500', '110539.142500', '110539.602500', '110540.062500', '110540.522500', '110540.982500', '110541.442500', '110541.902500', '110542.362500', '110542.822500', '110543.282500', '110543.742500', '110544.202500', '110544.662500', '110545.122500', '110545.582500', '110546.042500', '110546.502500', '110546.962500', '110547.422500', '110547.882500', '110548.342500', '110548.802500', '110549.262500', '110549.722500', '110550.182500', '110550.642500', '110551.102500', '110551.562500', '110552.022500', '110552.482500', '110552.942500', '110553.402500', '110553.862500', '110554.322500', '110554.782500', '110555.242500', '110555.702500', '110556.162500', '110556.622500', '110557.082500', '110557.542500', '110558.002500', '110558.462500', '110558.922500', '110559.382500', '110559.842500', '110600.302500', '110600.762500', '110601.222500', '110601.682500', '110602.142500', '110602.602500', '110603.062500', '110603.522500', '110603.982500', '110604.442500', '110604.902500', '110605.362500', '110605.822500', '110606.282500', '110606.742500', '110607.202500', '110607.662500', '110608.122500', '110608.582500', '110609.042500', '110609.502500', '110609.962500', '110610.422500', '110610.882500', '110611.342500', '110611.802500', '110612.262500', '110612.722500', '110613.182500', '110613.642500', '110614.102500', '110614.562500', '110615.022500', '110615.482500', '110615.942500', '110616.402500', '110616.862500', '110617.322500', '110617.782500', '110618.242500', '110618.702500', '110619.162500', '110619.622500', '110620.082500', '110620.542500', '110621.002500', '110621.462500', '110621.922500', '110622.382500', '110622.842500', '110623.302500', '110623.762500', '110624.222500', '110624.682500', '110625.142500', '110625.602500', '110626.062500', '110626.522500', '110626.982500', '110627.442500', '110627.902500', '110628.362500', '110628.822500', '110629.282500', '110629.742500', '110630.202500', '110630.662500', '110631.122500', '110631.582500', '110632.042500', '110632.502500', '110632.962500', '110633.422500', '110633.882500', '110634.342500', '110634.802500', '110635.262500', '110635.722500', '110636.182500', '110636.642500', '110637.102500', '110637.562500', '110638.022500', '110638.482500', '110638.942500', '110639.402500', '110639.862500', '110640.322500', '110640.782500', '110641.242500', '110641.702500', '110642.162500', '110642.622500', '110643.082500', '110643.542500', '110644.002500', '110644.462500', '110644.922500', '110645.382500', '110645.842500', '110646.302500', '110646.762500', '110647.222500', '110647.682500', '110648.142500', '110648.602500', '110649.062500', '110649.522500', '110649.982500', '110650.442500', '110650.902500', '110651.362500', '110651.822500', '110652.282500', '110652.742500', '110653.202500', '110653.662500', '110654.122500', '110654.582500', '110655.042500', '110655.502500', '110655.962500', '110656.422500', '110656.882500', '110657.342500', '110657.802500', '110658.262500', '110658.722500', '110659.182500', '110659.642500', '110700.102500', '110700.562500', '110701.022500', '110701.482500', '110701.942500', '110702.402500', '110702.862500', '110703.322500', '110703.782500', '110704.242500', '110704.702500', '110705.162500', '110705.622500', '110706.082500', '110706.542500', '110707.002500', '110707.462500', '110707.922500', '110708.382500', '110708.842500', '110709.302500', '110709.762500', '110710.222500', '110710.682500', '110711.142500', '110711.602500', '110712.062500', '110712.522500', '110712.982500', '110713.442500', '110713.902500', '110714.362500', '110714.822500', '110715.282500', '110715.742500', '110716.202500', '110716.662500', '110717.122500', '110717.582500', '110718.042500'], 'ContentTime': ['105932.105000', '105932.108000', '105932.111000', '105932.114000', '105932.116000', '105932.119000', '105932.122000', '105932.125000', '105932.128000', '105932.130000', '105932.133000', '105932.136000', '105932.139000', '105932.141000', '105932.144000', '105932.147000', '105932.150000', '105932.153000', '105932.155000', '105932.158000', '105932.161000', '105932.165000', '105932.168000', '105932.171000', '105932.174000', '105932.176000', '105932.179000', '105932.182000', '105932.194000', '105932.197000', '105932.199000', '105932.202000', '105932.205000', '105932.208000', '105932.210000', '105932.213000', '105932.216000', '105932.221000', '105932.226000', '105932.228000', '105932.231000', '105932.234000', '105932.237000', '105932.240000', '105932.242000', '105932.245000', '105932.248000', '105932.251000', '105932.253000', '105932.256000', '105932.259000', '105932.262000', '105932.264000', '105932.267000', '105932.275000', '105932.278000', '105932.281000', '105932.284000', '105952.070000', '105952.073000', '105952.075000', '105952.078000', '105952.081000', '105952.084000', '105952.086000', '105952.089000', '105952.092000', '105952.095000', '105952.097000', '105952.100000', '105952.103000', '105952.106000', '105952.109000', '105952.112000', '105952.114000', '105952.117000', '105952.120000', '105952.123000', '105952.125000', '105952.128000', '105952.131000', '105952.134000', '105952.137000', '105952.139000', '105952.142000', '105952.145000', '105952.148000', '105952.150000', '105952.153000', '105952.156000', '105952.159000', '105952.162000', '105952.164000', '105952.167000', '105952.170000', '105952.173000', '105952.176000', '105952.178000', '105952.181000', '105952.184000', '105952.187000', '105952.189000', '110012.070000', '110012.073000', '110012.079000', '110012.082000', '110012.085000', '110012.087000', '110012.090000', '110012.093000', '110012.096000', '110012.099000', '110012.102000', '110012.104000', '110012.107000', '110012.110000', '110012.113000', '110012.116000', '110012.118000', '110012.121000', '110012.124000', '110012.127000', '110012.129000', '110012.132000', '110012.135000', '110012.138000', '110012.141000', '110012.143000', '110012.146000', '110012.149000', '110012.152000', '110012.155000', '110012.157000', '110012.160000', '110012.163000', '110012.166000', '110012.168000', '110012.171000', '110012.174000', '110012.177000', '110012.193000', '110012.196000', '110012.199000', '110012.201000', '110012.204000', '110032.070000', '110032.073000', '110032.076000', '110032.078000', '110032.081000', '110032.084000', '110032.087000', '110032.090000', '110032.092000', '110032.101000', '110032.104000', '110032.107000', '110032.110000', '110032.113000', '110032.115000', '110032.118000', '110032.121000', '110032.124000', '110032.127000', '110032.129000', '110032.132000', '110032.135000', '110032.138000', '110032.140000', '110032.143000', '110032.146000', '110032.149000', '110032.152000', '110032.155000', '110032.157000', '110032.160000', '110032.163000', '110032.166000', '110032.168000', '110032.171000', '110032.174000', '110032.177000', '110032.188000', '110032.191000', '110032.194000', '110032.197000', '110032.199000', '110032.202000', '110032.205000', '110052.070000', '110052.073000', '110052.075000', '110052.078000', '110052.081000', '110052.084000', '110052.087000', '110052.089000', '110052.092000', '110052.095000', '110052.098000', '110052.101000', '110052.103000', '110052.106000', '110052.109000', '110052.112000', '110052.114000', '110052.119000', '110052.122000', '110052.125000', '110052.127000', '110052.130000', '110052.133000', '110052.136000', '110052.139000', '110052.141000', '110052.144000', '110052.147000', '110052.150000', '110052.153000', '110052.155000', '110052.158000', '110052.161000', '110052.164000', '110052.166000', '110052.169000', '110052.172000', '110052.175000', '110052.178000', '110052.180000', '110052.183000', '110052.186000', '110052.189000', '110112.071000', '110112.074000', '110112.077000', '110112.079000', '110112.082000', '110112.085000', '110112.088000', '110112.090000', '110112.093000', '110112.096000', '110112.099000', '110112.107000', '110112.110000', '110112.113000', '110112.115000', '110112.118000', '110112.121000', '110112.124000', '110112.127000', '110112.130000', '110112.133000', '110112.135000', '110112.138000', '110112.141000', '110112.144000', '110112.147000', '110112.150000', '110112.152000', '110112.155000', '110112.158000', '110112.161000', '110112.164000', '110112.167000', '110112.170000', '110112.172000', '110112.175000', '110112.178000', '110112.181000', '110112.184000', '110112.187000', '110112.190000', '110112.192000', '110112.195000', '110112.198000', '110132.071000', '110132.074000', '110132.077000', '110132.079000', '110132.082000', '110132.085000', '110132.088000', '110132.091000', '110132.093000', '110132.096000', '110132.099000', '110132.102000', '110132.104000', '110132.107000', '110132.110000', '110132.113000', '110132.116000', '110132.119000', '110132.122000', '110132.125000', '110132.128000', '110132.130000', '110132.133000', '110132.136000', '110132.139000', '110132.142000', '110132.145000', '110132.148000', '110132.150000', '110132.153000', '110132.156000', '110132.159000', '110132.162000', '110132.164000', '110132.167000', '110132.170000', '110132.173000', '110132.176000', '110132.178000', '110132.181000', '110132.184000', '110132.187000', '110132.190000', '110152.071000', '110152.074000', '110152.077000', '110152.080000', '110152.082000', '110152.085000', '110152.088000', '110152.091000', '110152.094000', '110152.097000', '110152.101000', '110152.105000', '110152.108000', '110152.111000', '110152.114000', '110152.117000', '110152.120000', '110152.122000', '110152.125000', '110152.128000', '110152.131000', '110152.134000', '110152.136000', '110152.139000', '110152.142000', '110152.145000', '110152.148000', '110152.150000', '110152.153000', '110152.156000', '110152.159000', '110152.162000', '110152.164000', '110152.167000', '110152.170000', '110152.192000', '110152.195000', '110152.197000', '110152.200000', '110152.203000', '110152.206000', '110152.208000', '110152.211000', '110212.070000', '110212.073000', '110212.076000', '110212.079000', '110212.081000', '110212.084000', '110212.096000', '110212.099000', '110212.101000', '110212.104000', '110212.107000', '110212.110000', '110212.113000', '110212.116000', '110212.119000', '110212.121000', '110212.124000', '110212.127000', '110212.130000', '110212.133000', '110212.136000', '110212.139000', '110212.141000', '110212.144000', '110212.147000', '110212.150000', '110212.153000', '110212.155000', '110212.158000', '110212.161000', '110212.164000', '110212.167000', '110212.170000', '110212.172000', '110212.175000', '110212.178000', '110212.181000', '110212.184000', '110212.187000', '110212.189000', '110212.192000', '110212.195000', '110212.198000', '110212.200000', '110232.070000', '110232.073000', '110232.076000', '110232.079000', '110232.082000', '110232.085000', '110232.087000', '110232.090000', '110232.093000', '110232.096000', '110232.099000', '110232.102000', '110232.104000', '110232.107000', '110232.110000', '110232.113000', '110232.115000', '110232.118000', '110232.121000', '110232.124000', '110232.127000', '110232.129000', '110232.132000', '110232.135000', '110232.138000', '110232.141000', '110232.143000', '110232.146000', '110232.149000', '110232.152000', '110232.155000', '110232.157000', '110232.160000', '110232.163000', '110232.166000', '110232.169000', '110232.171000', '110232.174000', '110232.177000', '110232.180000', '110232.183000', '110232.186000', '110232.189000', '110252.070000', '110252.073000', '110252.076000', '110252.078000', '110252.081000', '110252.084000', '110252.087000', '110252.090000', '110252.092000', '110252.095000', '110252.098000', '110252.101000', '110252.104000', '110252.106000', '110252.109000', '110252.112000', '110252.115000', '110252.118000', '110252.121000', '110252.123000', '110252.126000', '110252.129000', '110252.132000', '110252.135000', '110252.137000', '110252.140000', '110252.143000', '110252.146000', '110252.148000', '110252.151000', '110252.154000', '110252.157000', '110252.160000', '110252.162000', '110252.165000', '110252.168000', '110252.171000', '110252.174000', '110252.176000', '110252.179000', '110252.182000', '110252.185000', '110252.188000', '110252.190000', '110312.070000', '110312.073000', '110312.076000', '110312.079000', '110312.081000', '110312.084000', '110312.087000', '110312.090000', '110312.093000', '110312.096000', '110312.099000', '110312.102000', '110312.105000', '110312.107000', '110312.110000', '110312.113000', '110312.116000', '110312.119000', '110312.122000', '110312.124000', '110312.127000', '110312.130000', '110312.133000', '110312.136000', '110312.138000', '110312.141000', '110312.144000', '110312.149000', '110312.152000', '110312.155000', '110312.158000', '110312.160000', '110312.163000', '110312.166000', '110312.169000', '110312.172000', '110312.174000', '110312.177000', '110312.180000', '110312.183000', '110312.186000', '110312.188000', '110312.191000', '110332.071000', '110332.074000', '110332.077000', '110332.079000', '110332.082000', '110332.085000', '110332.088000', '110332.091000', '110332.093000', '110332.096000', '110332.099000', '110332.102000', '110332.104000', '110332.107000', '110332.110000', '110332.113000', '110332.128000', '110332.131000', '110332.134000', '110332.137000', '110332.140000', '110332.142000', '110332.145000', '110332.148000', '110332.151000', '110332.154000', '110332.156000', '110332.159000', '110332.162000', '110332.165000', '110332.168000', '110332.170000', '110332.173000', '110332.176000', '110332.179000', '110332.182000', '110332.184000', '110332.187000', '110332.190000', '110332.193000', '110332.196000', '110332.198000', '110332.201000', '110332.204000', '110352.071000', '110352.074000', '110352.077000', '110352.079000', '110352.082000', '110352.085000', '110352.088000', '110352.091000', '110352.094000', '110352.096000', '110352.099000', '110352.102000', '110352.105000', '110352.107000', '110352.110000', '110352.113000', '110352.116000', '110352.119000', '110352.124000', '110352.128000', '110352.131000', '110352.134000', '110352.136000', '110352.139000', '110352.142000', '110352.145000', '110352.148000', '110352.150000', '110352.153000', '110352.156000', '110352.159000', '110352.162000', '110352.164000', '110352.167000', '110352.170000', '110352.173000', '110352.176000', '110352.178000', '110352.181000', '110352.184000', '110352.187000', '110352.189000', '110352.192000', '110412.071000', '110412.074000', '110412.077000', '110412.079000', '110412.082000', '110412.085000', '110412.088000', '110412.091000', '110412.093000', '110412.096000', '110412.099000', '110412.102000', '110412.104000', '110412.107000', '110412.110000', '110412.113000', '110412.116000', '110412.119000', '110412.121000', '110412.124000', '110412.127000', '110412.130000', '110412.133000', '110412.135000', '110412.138000', '110412.141000', '110412.144000', '110412.146000', '110412.149000', '110412.152000', '110412.155000', '110412.158000', '110412.160000', '110412.163000', '110412.166000', '110412.169000', '110412.172000', '110412.175000', '110412.177000', '110412.180000', '110412.183000', '110412.186000', '110412.188000', '110412.191000', '110432.070000', '110432.073000', '110432.076000', '110432.079000', '110432.082000', '110432.085000', '110432.088000', '110432.091000', '110432.093000', '110432.096000', '110432.099000', '110432.102000', '110432.105000', '110432.107000', '110432.110000', '110432.113000', '110432.116000', '110432.119000', '110432.122000', '110432.124000', '110432.127000', '110432.130000', '110432.133000', '110432.136000', '110432.139000', '110432.142000', '110432.145000', '110432.150000', '110432.153000', '110432.156000', '110432.159000', '110432.162000', '110432.164000', '110432.167000', '110432.170000', '110432.173000', '110432.175000', '110432.184000', '110432.187000', '110432.190000', '110432.193000', '110432.196000', '110432.199000', '110452.070000', '110452.073000', '110452.076000', '110452.078000', '110452.081000', '110452.084000', '110452.087000', '110452.090000', '110452.092000', '110452.095000', '110452.098000', '110452.101000', '110452.104000', '110452.108000', '110452.111000', '110452.114000', '110452.117000', '110452.120000', '110452.123000', '110452.125000', '110452.128000', '110452.131000', '110452.134000', '110452.137000', '110452.139000', '110452.142000', '110452.145000', '110452.159000', '110452.162000', '110452.165000', '110452.167000', '110452.170000', '110452.173000', '110452.176000', '110452.179000', '110452.181000', '110452.184000', '110452.187000', '110452.190000', '110452.192000', '110452.195000', '110452.198000', '110452.201000', '110452.204000', '110512.070000', '110512.073000', '110512.076000', '110512.078000', '110512.081000', '110512.084000', '110512.087000', '110512.090000', '110512.093000', '110512.095000', '110512.098000', '110512.101000', '110512.104000', '110512.106000', '110512.109000', '110512.112000', '110512.115000', '110512.118000', '110512.121000', '110512.124000', '110512.126000', '110512.129000', '110512.132000', '110512.135000', '110512.138000', '110512.141000', '110512.144000', '110512.146000', '110512.149000', '110512.152000', '110512.155000', '110512.158000', '110512.160000', '110512.163000', '110512.166000', '110512.169000', '110512.172000', '110512.175000', '110512.178000', '110512.180000', '110512.183000', '110512.186000', '110512.189000', '110532.070000', '110532.073000', '110532.076000', '110532.078000', '110532.081000', '110532.084000', '110532.087000', '110532.090000', '110532.092000', '110532.095000', '110532.098000', '110532.101000', '110532.104000', '110532.107000', '110532.109000', '110532.112000', '110532.115000', '110532.118000', '110532.121000', '110532.123000', '110532.126000', '110532.129000', '110532.132000', '110532.135000', '110532.137000', '110532.140000', '110532.143000', '110532.146000', '110532.149000', '110532.151000', '110532.154000', '110532.157000', '110532.160000', '110532.163000', '110532.165000', '110532.168000', '110532.171000', '110532.174000', '110532.177000', '110532.179000', '110532.182000', '110532.185000', '110532.188000', '110532.191000', '110552.071000', '110552.074000', '110552.077000', '110552.080000', '110552.082000', '110552.085000', '110552.088000', '110552.091000', '110552.093000', '110552.096000', '110552.099000', '110552.102000', '110552.105000', '110552.107000', '110552.110000', '110552.113000', '110552.117000', '110552.120000', '110552.123000', '110552.126000', '110552.129000', '110552.132000', '110552.135000', '110552.137000', '110552.140000', '110552.143000', '110552.146000', '110552.149000', '110552.152000', '110552.155000', '110552.157000', '110552.160000', '110552.163000', '110552.166000', '110552.169000', '110552.171000', '110552.174000', '110552.177000', '110552.180000', '110552.183000', '110552.186000', '110552.191000', '110552.194000', '110612.071000', '110612.074000', '110612.077000', '110612.079000', '110612.083000', '110612.086000', '110612.089000', '110612.092000', '110612.095000', '110612.097000', '110612.100000', '110612.103000', '110612.106000', '110612.109000', '110612.111000', '110612.114000', '110612.117000', '110612.120000', '110612.122000', '110612.125000', '110612.128000', '110612.131000', '110612.134000', '110612.137000', '110612.139000', '110612.142000', '110612.145000', '110612.148000', '110612.151000', '110612.153000', '110612.156000', '110612.159000', '110612.162000', '110612.164000', '110612.167000', '110612.170000', '110612.173000', '110612.176000', '110612.185000', '110612.188000', '110612.191000', '110612.194000', '110612.196000', '110612.199000', '110632.071000', '110632.074000', '110632.077000', '110632.079000', '110632.082000', '110632.085000', '110632.088000', '110632.091000', '110632.094000', '110632.096000', '110632.099000', '110632.102000', '110632.105000', '110632.107000', '110632.110000', '110632.113000', '110632.116000', '110632.119000', '110632.121000', '110632.124000', '110632.127000', '110632.130000', '110632.133000', '110632.136000', '110632.138000', '110632.141000', '110632.144000', '110632.147000', '110632.150000', '110632.152000', '110632.155000', '110632.158000', '110632.161000', '110632.164000', '110632.166000', '110632.169000', '110632.172000', '110632.175000', '110632.178000', '110632.181000', '110632.183000', '110632.186000', '110632.189000', '110652.070000', '110652.073000', '110652.076000', '110652.078000', '110652.081000', '110652.084000', '110652.087000', '110652.090000', '110652.092000', '110652.095000', '110652.098000', '110652.101000', '110652.104000', '110652.106000', '110652.109000', '110652.112000', '110652.115000', '110652.118000', '110652.121000', '110652.123000', '110652.126000', '110652.129000', '110652.132000', '110652.135000', '110652.137000', '110652.140000', '110652.143000', '110652.146000', '110652.149000', '110652.151000', '110652.154000', '110652.157000', '110652.160000', '110652.163000', '110652.165000', '110652.168000', '110652.171000', '110652.174000', '110652.177000', '110652.179000', '110652.182000', '110652.185000', '110652.188000', '110652.191000', '110712.070000', '110712.073000', '110712.076000', '110712.079000', '110712.082000', '110712.084000', '110712.087000', '110712.090000', '110712.093000', '110712.096000', '110712.099000', '110712.101000', '110712.104000', '110712.107000', '110712.110000', '110712.113000', '110712.116000', '110712.118000', '110712.121000', '110712.124000', '110712.127000', '110712.130000', '110712.132000', '110712.135000', '110712.138000', '110712.141000', '110712.144000', '110712.146000', '110712.149000', '110712.153000', '110712.156000', '110712.159000', '110712.162000', '110712.165000', '110712.167000', '110712.170000', '110712.173000', '110712.176000', '110712.179000', '110712.181000', '110712.184000', '110712.187000', '110712.190000', '110718.699000', '110718.703000', '110718.706000', '110718.709000', '110718.712000', '110718.716000', '110718.719000', '110718.722000', '110718.725000', '110718.728000', '110718.731000', '110718.734000', '110718.737000', '110718.740000', '110718.743000'], 'InstanceCreationTime': ['105932.105000', '105932.108000', '105932.111000', '105932.114000', '105932.116000', '105932.119000', '105932.122000', '105932.125000', '105932.128000', '105932.130000', '105932.133000', '105932.136000', '105932.139000', '105932.141000', '105932.144000', '105932.147000', '105932.150000', '105932.153000', '105932.155000', '105932.158000', '105932.161000', '105932.165000', '105932.168000', '105932.171000', '105932.174000', '105932.176000', '105932.179000', '105932.182000', '105932.194000', '105932.197000', '105932.199000', '105932.202000', '105932.205000', '105932.208000', '105932.210000', '105932.213000', '105932.216000', '105932.221000', '105932.226000', '105932.228000', '105932.231000', '105932.234000', '105932.237000', '105932.240000', '105932.242000', '105932.245000', '105932.248000', '105932.251000', '105932.253000', '105932.256000', '105932.259000', '105932.262000', '105932.264000', '105932.267000', '105932.275000', '105932.278000', '105932.281000', '105932.284000', '105952.070000', '105952.073000', '105952.075000', '105952.078000', '105952.081000', '105952.084000', '105952.086000', '105952.089000', '105952.092000', '105952.095000', '105952.097000', '105952.100000', '105952.103000', '105952.106000', '105952.109000', '105952.112000', '105952.114000', '105952.117000', '105952.120000', '105952.123000', '105952.125000', '105952.128000', '105952.131000', '105952.134000', '105952.137000', '105952.139000', '105952.142000', '105952.145000', '105952.148000', '105952.150000', '105952.153000', '105952.156000', '105952.159000', '105952.162000', '105952.164000', '105952.167000', '105952.170000', '105952.173000', '105952.176000', '105952.178000', '105952.181000', '105952.184000', '105952.187000', '105952.189000', '110012.070000', '110012.073000', '110012.079000', '110012.082000', '110012.085000', '110012.087000', '110012.090000', '110012.093000', '110012.096000', '110012.099000', '110012.102000', '110012.104000', '110012.107000', '110012.110000', '110012.113000', '110012.116000', '110012.118000', '110012.121000', '110012.124000', '110012.127000', '110012.129000', '110012.132000', '110012.135000', '110012.138000', '110012.141000', '110012.143000', '110012.146000', '110012.149000', '110012.152000', '110012.155000', '110012.157000', '110012.160000', '110012.163000', '110012.166000', '110012.168000', '110012.171000', '110012.174000', '110012.177000', '110012.193000', '110012.196000', '110012.199000', '110012.201000', '110012.204000', '110032.070000', '110032.073000', '110032.076000', '110032.078000', '110032.081000', '110032.084000', '110032.087000', '110032.090000', '110032.092000', '110032.101000', '110032.104000', '110032.107000', '110032.110000', '110032.113000', '110032.115000', '110032.118000', '110032.121000', '110032.124000', '110032.127000', '110032.129000', '110032.132000', '110032.135000', '110032.138000', '110032.140000', '110032.143000', '110032.146000', '110032.149000', '110032.152000', '110032.155000', '110032.157000', '110032.160000', '110032.163000', '110032.166000', '110032.168000', '110032.171000', '110032.174000', '110032.177000', '110032.188000', '110032.191000', '110032.194000', '110032.197000', '110032.199000', '110032.202000', '110032.205000', '110052.070000', '110052.073000', '110052.075000', '110052.078000', '110052.081000', '110052.084000', '110052.087000', '110052.089000', '110052.092000', '110052.095000', '110052.098000', '110052.101000', '110052.103000', '110052.106000', '110052.109000', '110052.112000', '110052.114000', '110052.119000', '110052.122000', '110052.125000', '110052.127000', '110052.130000', '110052.133000', '110052.136000', '110052.139000', '110052.141000', '110052.144000', '110052.147000', '110052.150000', '110052.153000', '110052.155000', '110052.158000', '110052.161000', '110052.164000', '110052.166000', '110052.169000', '110052.172000', '110052.175000', '110052.178000', '110052.180000', '110052.183000', '110052.186000', '110052.189000', '110112.071000', '110112.074000', '110112.077000', '110112.079000', '110112.082000', '110112.085000', '110112.088000', '110112.090000', '110112.093000', '110112.096000', '110112.099000', '110112.107000', '110112.110000', '110112.113000', '110112.115000', '110112.118000', '110112.121000', '110112.124000', '110112.127000', '110112.130000', '110112.133000', '110112.135000', '110112.138000', '110112.141000', '110112.144000', '110112.147000', '110112.150000', '110112.152000', '110112.155000', '110112.158000', '110112.161000', '110112.164000', '110112.167000', '110112.170000', '110112.172000', '110112.175000', '110112.178000', '110112.181000', '110112.184000', '110112.187000', '110112.190000', '110112.192000', '110112.195000', '110112.198000', '110132.071000', '110132.074000', '110132.077000', '110132.079000', '110132.082000', '110132.085000', '110132.088000', '110132.091000', '110132.093000', '110132.096000', '110132.099000', '110132.102000', '110132.104000', '110132.107000', '110132.110000', '110132.113000', '110132.116000', '110132.119000', '110132.122000', '110132.125000', '110132.128000', '110132.130000', '110132.133000', '110132.136000', '110132.139000', '110132.142000', '110132.145000', '110132.148000', '110132.150000', '110132.153000', '110132.156000', '110132.159000', '110132.162000', '110132.164000', '110132.167000', '110132.170000', '110132.173000', '110132.176000', '110132.178000', '110132.181000', '110132.184000', '110132.187000', '110132.190000', '110152.071000', '110152.074000', '110152.077000', '110152.080000', '110152.082000', '110152.085000', '110152.088000', '110152.091000', '110152.094000', '110152.097000', '110152.101000', '110152.105000', '110152.108000', '110152.111000', '110152.114000', '110152.117000', '110152.120000', '110152.122000', '110152.125000', '110152.128000', '110152.131000', '110152.134000', '110152.136000', '110152.139000', '110152.142000', '110152.145000', '110152.148000', '110152.150000', '110152.153000', '110152.156000', '110152.159000', '110152.162000', '110152.164000', '110152.167000', '110152.170000', '110152.192000', '110152.195000', '110152.197000', '110152.200000', '110152.203000', '110152.206000', '110152.208000', '110152.211000', '110212.070000', '110212.073000', '110212.076000', '110212.079000', '110212.081000', '110212.084000', '110212.096000', '110212.099000', '110212.101000', '110212.104000', '110212.107000', '110212.110000', '110212.113000', '110212.116000', '110212.119000', '110212.121000', '110212.124000', '110212.127000', '110212.130000', '110212.133000', '110212.136000', '110212.139000', '110212.141000', '110212.144000', '110212.147000', '110212.150000', '110212.153000', '110212.155000', '110212.158000', '110212.161000', '110212.164000', '110212.167000', '110212.170000', '110212.172000', '110212.175000', '110212.178000', '110212.181000', '110212.184000', '110212.187000', '110212.189000', '110212.192000', '110212.195000', '110212.198000', '110212.200000', '110232.070000', '110232.073000', '110232.076000', '110232.079000', '110232.082000', '110232.085000', '110232.087000', '110232.090000', '110232.093000', '110232.096000', '110232.099000', '110232.102000', '110232.104000', '110232.107000', '110232.110000', '110232.113000', '110232.115000', '110232.118000', '110232.121000', '110232.124000', '110232.127000', '110232.129000', '110232.132000', '110232.135000', '110232.138000', '110232.141000', '110232.143000', '110232.146000', '110232.149000', '110232.152000', '110232.155000', '110232.157000', '110232.160000', '110232.163000', '110232.166000', '110232.169000', '110232.171000', '110232.174000', '110232.177000', '110232.180000', '110232.183000', '110232.186000', '110232.189000', '110252.070000', '110252.073000', '110252.076000', '110252.078000', '110252.081000', '110252.084000', '110252.087000', '110252.090000', '110252.092000', '110252.095000', '110252.098000', '110252.101000', '110252.104000', '110252.106000', '110252.109000', '110252.112000', '110252.115000', '110252.118000', '110252.121000', '110252.123000', '110252.126000', '110252.129000', '110252.132000', '110252.135000', '110252.137000', '110252.140000', '110252.143000', '110252.146000', '110252.148000', '110252.151000', '110252.154000', '110252.157000', '110252.160000', '110252.162000', '110252.165000', '110252.168000', '110252.171000', '110252.174000', '110252.176000', '110252.179000', '110252.182000', '110252.185000', '110252.188000', '110252.190000', '110312.070000', '110312.073000', '110312.076000', '110312.079000', '110312.081000', '110312.084000', '110312.087000', '110312.090000', '110312.093000', '110312.096000', '110312.099000', '110312.102000', '110312.105000', '110312.107000', '110312.110000', '110312.113000', '110312.116000', '110312.119000', '110312.122000', '110312.124000', '110312.127000', '110312.130000', '110312.133000', '110312.136000', '110312.138000', '110312.141000', '110312.144000', '110312.149000', '110312.152000', '110312.155000', '110312.158000', '110312.160000', '110312.163000', '110312.166000', '110312.169000', '110312.172000', '110312.174000', '110312.177000', '110312.180000', '110312.183000', '110312.186000', '110312.188000', '110312.191000', '110332.071000', '110332.074000', '110332.077000', '110332.079000', '110332.082000', '110332.085000', '110332.088000', '110332.091000', '110332.093000', '110332.096000', '110332.099000', '110332.102000', '110332.104000', '110332.107000', '110332.110000', '110332.113000', '110332.128000', '110332.131000', '110332.134000', '110332.137000', '110332.140000', '110332.142000', '110332.145000', '110332.148000', '110332.151000', '110332.154000', '110332.156000', '110332.159000', '110332.162000', '110332.165000', '110332.168000', '110332.170000', '110332.173000', '110332.176000', '110332.179000', '110332.182000', '110332.184000', '110332.187000', '110332.190000', '110332.193000', '110332.196000', '110332.198000', '110332.201000', '110332.204000', '110352.071000', '110352.074000', '110352.077000', '110352.079000', '110352.082000', '110352.085000', '110352.088000', '110352.091000', '110352.094000', '110352.096000', '110352.099000', '110352.102000', '110352.105000', '110352.107000', '110352.110000', '110352.113000', '110352.116000', '110352.119000', '110352.124000', '110352.128000', '110352.131000', '110352.134000', '110352.136000', '110352.139000', '110352.142000', '110352.145000', '110352.148000', '110352.150000', '110352.153000', '110352.156000', '110352.159000', '110352.162000', '110352.164000', '110352.167000', '110352.170000', '110352.173000', '110352.176000', '110352.178000', '110352.181000', '110352.184000', '110352.187000', '110352.189000', '110352.192000', '110412.071000', '110412.074000', '110412.077000', '110412.079000', '110412.082000', '110412.085000', '110412.088000', '110412.091000', '110412.093000', '110412.096000', '110412.099000', '110412.102000', '110412.104000', '110412.107000', '110412.110000', '110412.113000', '110412.116000', '110412.119000', '110412.121000', '110412.124000', '110412.127000', '110412.130000', '110412.133000', '110412.135000', '110412.138000', '110412.141000', '110412.144000', '110412.146000', '110412.149000', '110412.152000', '110412.155000', '110412.158000', '110412.160000', '110412.163000', '110412.166000', '110412.169000', '110412.172000', '110412.175000', '110412.177000', '110412.180000', '110412.183000', '110412.186000', '110412.188000', '110412.191000', '110432.070000', '110432.073000', '110432.076000', '110432.079000', '110432.082000', '110432.085000', '110432.088000', '110432.091000', '110432.093000', '110432.096000', '110432.099000', '110432.102000', '110432.105000', '110432.107000', '110432.110000', '110432.113000', '110432.116000', '110432.119000', '110432.122000', '110432.124000', '110432.127000', '110432.130000', '110432.133000', '110432.136000', '110432.139000', '110432.142000', '110432.145000', '110432.150000', '110432.153000', '110432.156000', '110432.159000', '110432.162000', '110432.164000', '110432.167000', '110432.170000', '110432.173000', '110432.175000', '110432.184000', '110432.187000', '110432.190000', '110432.193000', '110432.196000', '110432.199000', '110452.070000', '110452.073000', '110452.076000', '110452.078000', '110452.081000', '110452.084000', '110452.087000', '110452.090000', '110452.092000', '110452.095000', '110452.098000', '110452.101000', '110452.104000', '110452.108000', '110452.111000', '110452.114000', '110452.117000', '110452.120000', '110452.123000', '110452.125000', '110452.128000', '110452.131000', '110452.134000', '110452.137000', '110452.139000', '110452.142000', '110452.145000', '110452.159000', '110452.162000', '110452.165000', '110452.167000', '110452.170000', '110452.173000', '110452.176000', '110452.179000', '110452.181000', '110452.184000', '110452.187000', '110452.190000', '110452.192000', '110452.195000', '110452.198000', '110452.201000', '110452.204000', '110512.070000', '110512.073000', '110512.076000', '110512.078000', '110512.081000', '110512.084000', '110512.087000', '110512.090000', '110512.093000', '110512.095000', '110512.098000', '110512.101000', '110512.104000', '110512.106000', '110512.109000', '110512.112000', '110512.115000', '110512.118000', '110512.121000', '110512.124000', '110512.126000', '110512.129000', '110512.132000', '110512.135000', '110512.138000', '110512.141000', '110512.144000', '110512.146000', '110512.149000', '110512.152000', '110512.155000', '110512.158000', '110512.160000', '110512.163000', '110512.166000', '110512.169000', '110512.172000', '110512.175000', '110512.178000', '110512.180000', '110512.183000', '110512.186000', '110512.189000', '110532.070000', '110532.073000', '110532.076000', '110532.078000', '110532.081000', '110532.084000', '110532.087000', '110532.090000', '110532.092000', '110532.095000', '110532.098000', '110532.101000', '110532.104000', '110532.107000', '110532.109000', '110532.112000', '110532.115000', '110532.118000', '110532.121000', '110532.123000', '110532.126000', '110532.129000', '110532.132000', '110532.135000', '110532.137000', '110532.140000', '110532.143000', '110532.146000', '110532.149000', '110532.151000', '110532.154000', '110532.157000', '110532.160000', '110532.163000', '110532.165000', '110532.168000', '110532.171000', '110532.174000', '110532.177000', '110532.179000', '110532.182000', '110532.185000', '110532.188000', '110532.191000', '110552.071000', '110552.074000', '110552.077000', '110552.080000', '110552.082000', '110552.085000', '110552.088000', '110552.091000', '110552.093000', '110552.096000', '110552.099000', '110552.102000', '110552.105000', '110552.107000', '110552.110000', '110552.113000', '110552.117000', '110552.120000', '110552.123000', '110552.126000', '110552.129000', '110552.132000', '110552.135000', '110552.137000', '110552.140000', '110552.143000', '110552.146000', '110552.149000', '110552.152000', '110552.155000', '110552.157000', '110552.160000', '110552.163000', '110552.166000', '110552.169000', '110552.171000', '110552.174000', '110552.177000', '110552.180000', '110552.183000', '110552.186000', '110552.191000', '110552.194000', '110612.071000', '110612.074000', '110612.077000', '110612.079000', '110612.083000', '110612.086000', '110612.089000', '110612.092000', '110612.095000', '110612.097000', '110612.100000', '110612.103000', '110612.106000', '110612.109000', '110612.111000', '110612.114000', '110612.117000', '110612.120000', '110612.122000', '110612.125000', '110612.128000', '110612.131000', '110612.134000', '110612.137000', '110612.139000', '110612.142000', '110612.145000', '110612.148000', '110612.151000', '110612.153000', '110612.156000', '110612.159000', '110612.162000', '110612.164000', '110612.167000', '110612.170000', '110612.173000', '110612.176000', '110612.185000', '110612.188000', '110612.191000', '110612.194000', '110612.196000', '110612.199000', '110632.071000', '110632.074000', '110632.077000', '110632.079000', '110632.082000', '110632.085000', '110632.088000', '110632.091000', '110632.094000', '110632.096000', '110632.099000', '110632.102000', '110632.105000', '110632.107000', '110632.110000', '110632.113000', '110632.116000', '110632.119000', '110632.121000', '110632.124000', '110632.127000', '110632.130000', '110632.133000', '110632.136000', '110632.138000', '110632.141000', '110632.144000', '110632.147000', '110632.150000', '110632.152000', '110632.155000', '110632.158000', '110632.161000', '110632.164000', '110632.166000', '110632.169000', '110632.172000', '110632.175000', '110632.178000', '110632.181000', '110632.183000', '110632.186000', '110632.189000', '110652.070000', '110652.073000', '110652.076000', '110652.078000', '110652.081000', '110652.084000', '110652.087000', '110652.090000', '110652.092000', '110652.095000', '110652.098000', '110652.101000', '110652.104000', '110652.106000', '110652.109000', '110652.112000', '110652.115000', '110652.118000', '110652.121000', '110652.123000', '110652.126000', '110652.129000', '110652.132000', '110652.135000', '110652.137000', '110652.140000', '110652.143000', '110652.146000', '110652.149000', '110652.151000', '110652.154000', '110652.157000', '110652.160000', '110652.163000', '110652.165000', '110652.168000', '110652.171000', '110652.174000', '110652.177000', '110652.179000', '110652.182000', '110652.185000', '110652.188000', '110652.191000', '110712.070000', '110712.073000', '110712.076000', '110712.079000', '110712.082000', '110712.084000', '110712.087000', '110712.090000', '110712.093000', '110712.096000', '110712.099000', '110712.101000', '110712.104000', '110712.107000', '110712.110000', '110712.113000', '110712.116000', '110712.118000', '110712.121000', '110712.124000', '110712.127000', '110712.130000', '110712.132000', '110712.135000', '110712.138000', '110712.141000', '110712.144000', '110712.146000', '110712.149000', '110712.153000', '110712.156000', '110712.159000', '110712.162000', '110712.165000', '110712.167000', '110712.170000', '110712.173000', '110712.176000', '110712.179000', '110712.181000', '110712.184000', '110712.187000', '110712.190000', '110718.699000', '110718.703000', '110718.706000', '110718.709000', '110718.712000', '110718.716000', '110718.719000', '110718.722000', '110718.725000', '110718.728000', '110718.731000', '110718.734000', '110718.737000', '110718.740000', '110718.743000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [11308, 15276, 11600, 13472, 14412, 13512, 14548, 11814, 7742, 8989, 7631, 8089, 7137, 7145, 11137, 7488, 7127, 7462, 7605, 8201, 7500, 7402, 7844, 7602, 8931, 7728, 7494, 7720, 7039, 7445, 8022, 7919, 7427, 7365, 7514, 7884, 6987, 7200, 9255, 7343, 7033, 8724, 7897, 7598, 7671, 7579, 8097, 7462, 7200, 9805, 7453, 6988, 9784, 7486, 7014, 7942, 7204, 7278, 8229, 7242, 7105, 9736, 7460, 7024, 9030, 7497, 6740, 10889, 8552, 7478, 13283, 8500, 7179, 13668, 9998, 10012, 14204, 11556, 8484, 13761, 7623, 7131, 9418, 7642, 7387, 13203, 10101, 7171, 13988, 8646, 9960, 11705, 11685, 14167, 11452, 8066, 10315, 7710, 7324, 8769, 7258, 7002, 8838, 7175, 7723, 10702, 7842, 7093, 7612, 7042, 7225, 7496, 8613, 7323, 7385, 9358, 9642, 7957, 7490, 9199, 7693, 10700, 10719, 8816, 12271, 9298, 9127, 8379, 7710, 6998, 7472, 8184, 7594, 7250, 8480, 7451, 7464, 8742, 7102, 7565, 8084, 7587, 11357, 8341, 8679, 8939, 7645, 12581, 10068, 8412, 9959, 7661, 7420, 8139, 7658, 10305, 8146, 7617, 11043, 7819, 7721, 9369, 7682, 7810, 9472, 7837, 8415, 11393, 7364, 7006, 7509, 8908, 7475, 7900, 9506, 8099, 11829, 9399, 12666, 10669, 11377, 9385, 7939, 11610, 10688, 13211, 10857, 7961, 8932, 7608, 7561, 8481, 7134, 9678, 7474, 7453, 9686, 7810, 7575, 10575, 7339, 7624, 9773, 7505, 7485, 9392, 8020, 10508, 9455, 8897, 11400, 8314, 7581, 11686, 8200, 8539, 9240, 10567, 13304, 9594, 7797, 11182, 7787, 7665, 7979, 7162, 10349, 7809, 6958, 9192, 7366, 6838, 8269, 7549, 7378, 8525, 7476, 9372, 7933, 7803, 11988, 7667, 6772, 9730, 7894, 8041, 8179, 7313, 11744, 8177, 12002, 8367, 7687, 11019, 7810, 7163, 7259, 6983, 9251, 7699, 7311, 8254, 7194, 7875, 8179, 6994, 8073, 7139, 6836, 9007, 7136, 9653, 8563, 9847, 12095, 7601, 12076, 8617, 9852, 8860, 10022, 13023, 10385, 7575, 8896, 7640, 7766, 7781, 7016, 9724, 7839, 7192, 11138, 7641, 6921, 8209, 7052, 10589, 8145, 7154, 12371, 8684, 7416, 7983, 7455, 7328, 7185, 7030, 8453, 8362, 8965, 9220, 12013, 9767, 9870, 13395, 9815, 9265, 13075, 9450, 8740, 11909, 10129, 9150, 11239, 11465, 8838, 10987, 10757, 9526, 13182, 9914, 9347, 10698, 9547, 13280, 9647, 9606, 7839, 7125, 10505, 6967, 7229, 6990, 7556, 8182, 6980, 7732, 7165, 6941, 7655, 7047, 7554, 8864, 6903, 8028, 6995, 7562, 7917, 7680, 8963, 7449, 9002, 6957, 7350, 7174, 7505, 8635, 7189, 7755, 7292, 7222, 9440, 7376, 7344, 8764, 7139, 7483, 7402, 7324, 8718, 7106, 7504, 9187, 7422, 7272, 8391, 6923, 7514, 8136, 7406, 10653, 8219, 7319, 11353, 7534, 11025, 8986, 10904, 10607, 9735, 11536, 10893, 12875, 9611, 12347, 9025, 12340, 9071, 10141, 7484, 7641, 8491, 7116, 8915, 7039, 7483, 9011, 6961, 6968, 9666, 7493, 7026, 7381, 8152, 7098, 8717, 8910, 7379, 9542, 8161, 7020, 7856, 11333, 7322, 7320, 8232, 10811, 9116, 7133, 14137, 11915, 10642, 11091, 12683, 9507, 10352, 13011, 10387, 10909, 13248, 10550, 7293, 9556, 7973, 7315, 8283, 7138, 10235, 7431, 7425, 8232, 6960, 7094, 7487, 7056, 9740, 8063, 7453, 11062, 7686, 11742, 8230, 9850, 8117, 7571, 8371, 7323, 9463, 7432, 10681, 7625, 8298, 7416, 7302, 8187, 6891, 7726, 7605, 7591, 7907, 7590, 6886, 7108, 7687, 7286, 9037, 7511, 8242, 8999, 8185, 11561, 9577, 12233, 10450, 8941, 11159, 9935, 13103, 10207, 13536, 11969, 12419, 10284, 10515, 8027, 7304, 8131, 7073, 8219, 7556, 9053, 7605, 6980, 7114, 6961, 7550, 7154, 8854, 7583, 7799, 6689, 7102, 7654, 7121, 9660, 7537, 7359, 8518, 7212, 7244, 7826, 7352, 7815, 7995, 7575, 10086, 7869, 7655, 11303, 8148, 8742, 9394, 9339, 12933, 9843, 8070, 12037, 8110, 10417, 9829, 8672, 12660, 9724, 12484, 10540, 8233, 12190, 7838, 7337, 9950, 8090, 8496, 10859, 9969, 12672, 9596, 7549, 11780, 8340, 10702, 9106, 8221, 13181, 10153, 7412, 10410, 7910, 7203, 8843, 7740, 7379, 8433, 7309, 7405, 9389, 7453, 7408, 8038, 7149, 10527, 8313, 12479, 9167, 8935, 12116, 8285, 8727, 7869, 7154, 10107, 7920, 7161, 8546, 7340, 7233, 7669, 7522, 7325, 6921, 7481, 8484, 7295, 7572, 8501, 10915, 12131, 12131, 13228, 12284, 12426, 13566, 11738, 11244, 13683, 10388, 10779, 13318, 10481, 12257, 12596, 9293, 10042, 8285, 7297, 10767, 7865, 7055, 8586, 7752, 7516, 7400, 7133, 9056, 7473, 7323, 7935, 7548, 8601, 7811, 8056, 7721, 7100, 9723, 8073, 8082, 7706, 7338, 9751, 7662, 9213, 8180, 7218, 8922, 7698, 7120, 8333, 7338, 7191, 10108, 8224, 7023, 9735, 7952, 7226, 9500, 7195, 7438, 8709, 7683, 8084, 8916, 7877, 7360, 10943, 7567, 7155, 9574, 7820, 8112, 9130, 8202, 8492, 11914, 8672, 8486, 11890, 9786, 11698, 9956, 9304, 9381, 11649, 8482, 7026, 10122, 7837, 7105, 14860, 10796, 9105, 12725, 9317, 7423, 13756, 9748, 8224, 14222, 10666, 11725, 11845, 9234, 13148, 11513, 8272, 11978, 7726, 7754, 12782, 8190, 7523, 14434, 11288, 7958, 10767, 7717, 7304, 6824, 7531, 12759, 8870, 13319, 10624, 9150, 11594, 8366, 14780, 9910, 9650, 8231, 7849, 7616, 6935, 7518, 9218, 7885, 7466, 7637, 7519, 7360, 6779, 7360, 7518, 7812, 7898, 7613, 7186, 7384, 7488, 7923, 7549, 13089, 8044, 11298, 7958, 7978, 8347, 7948, 7233, 7252, 7652, 7704, 7980, 7248, 7625, 7669, 7333, 7666, 7181, 7314, 7779, 7179, 7462, 7651, 7798, 6804, 7254, 9677, 7492, 7400, 10341, 7730, 7329, 9551, 7995, 13313, 10902, 8309, 13636, 8026, 10930, 8156, 7361, 13531, 8330, 8375, 7732, 7629, 8613, 7549, 7214, 8942, 7760, 7048, 8333, 7393, 13641, 8711, 13212, 11220, 7884, 14069, 7817, 7224, 9120, 8097, 11117, 14445, 8399, 7439, 7624, 7984, 7418, 7476, 7750, 7472, 7928, 8069, 7576, 7397, 7935, 9420, 8781, 7843, 8677, 7565, 7965, 7564, 7177, 7898, 12063, 10165, 7785, 8051, 7242, 7830, 10369, 8779, 10705, 13202, 13107, 8537, 8520, 7341, 7678, 7355, 7294, 7775, 7782, 12433, 7980, 9855, 9451, 7743, 14591, 11333, 11656, 10178, 8036, 7332, 7077, 6984, 7598, 7187, 8114, 7543, 7522, 7544, 7237, 9299, 7468, 10559, 10963, 9483, 10569, 14349, 12192, 10853, 14766, 12009, 9925, 14170, 7663, 7673, 7814, 7719, 7662, 7641, 7548, 7776, 7699, 7664, 7697, 7646, 7617, 7700, 7703, 7646, 7710, 7635, 7644, 7664, 7685, 7726, 10932, 9149, 9742, 13338, 7672, 13701, 8567, 12251, 10640, 8453, 14217, 7717, 10652, 7822, 7748, 12972, 7778, 13002, 7767, 7690, 8134, 7667, 12599, 7747, 7745, 8127, 7695, 7751, 8579, 7721, 7643, 8437, 7714, 9763, 7665, 10879, 8917, 7660, 10832, 7754, 12446, 10637, 7739, 9528, 8085, 7790, 10172, 7734, 7744, 10526, 7713, 12632, 8153, 7718, 13236, 7775, 8497, 8434, 7713, 12597, 7798, 7670, 12705, 7716, 7671, 7785, 7731, 7694, 7787, 7705, 7673, 7713, 7646, 7732, 8154, 7709, 11707, 10598, 7726, 11559, 8595, 7751, 12582, 9153, 9159, 13683, 10586, 7648, 10511, 8653, 7664, 10090, 7708, 7732, 10653, 7728, 8268, 13974, 9116, 7653, 11005, 7650, 11683, 10273, 10084, 12452, 9514, 7604, 10564, 7562, 8668, 8101, 7664, 11113, 8108, 7680, 7632, 8476, 7636, 9291, 8300, 7681, 7737, 7587, 7640, 8318, 7681, 11746, 10315], 'WindowCenter': [3952.0, 3965.0, 3921.0, 3929.0, 3936.0, 3925.0, 3922.0, 3900.0, 3859.0, 3867.0, 3859.0, 3858.0, 3850.0, 3865.0, 3902.0, 3860.0, 3864.0, 3860.0, 3870.0, 3867.0, 3861.0, 3859.0, 3870.0, 3861.0, 3880.0, 3859.0, 3860.0, 3860.0, 3848.0, 3860.0, 3871.0, 3873.0, 3861.0, 3862.0, 3862.0, 3872.0, 3862.0, 3863.0, 3895.0, 3874.0, 3865.0, 3885.0, 3885.0, 3873.0, 3875.0, 3874.0, 3874.0, 3873.0, 3874.0, 3906.0, 3875.0, 3864.0, 3905.0, 3873.0, 3863.0, 3885.0, 3876.0, 3875.0, 3897.0, 3888.0, 3878.0, 3910.0, 3889.0, 3877.0, 3909.0, 3889.0, 3879.0, 3931.0, 3912.0, 3890.0, 3951.0, 3901.0, 3877.0, 3950.0, 3921.0, 3921.0, 3953.0, 3929.0, 3898.0, 3938.0, 3875.0, 3877.0, 3909.0, 3886.0, 3878.0, 3939.0, 3908.0, 3878.0, 3938.0, 3896.0, 3908.0, 3928.0, 3918.0, 3937.0, 3927.0, 3899.0, 3915.0, 3874.0, 3862.0, 3870.0, 3859.0, 3849.0, 3881.0, 3862.0, 3875.0, 3917.0, 3886.0, 3877.0, 3884.0, 3859.0, 3874.0, 3886.0, 3907.0, 3888.0, 3887.0, 3908.0, 3920.0, 3887.0, 3876.0, 3908.0, 3886.0, 3918.0, 3905.0, 3897.0, 3928.0, 3896.0, 3894.0, 3886.0, 3887.0, 3874.0, 3872.0, 3882.0, 3872.0, 3874.0, 3894.0, 3886.0, 3875.0, 3896.0, 3889.0, 3899.0, 3897.0, 3886.0, 3917.0, 3886.0, 3896.0, 3895.0, 3874.0, 3927.0, 3905.0, 3883.0, 3904.0, 3873.0, 3871.0, 3872.0, 3871.0, 3903.0, 3883.0, 3885.0, 3916.0, 3884.0, 3885.0, 3894.0, 3872.0, 3874.0, 3905.0, 3884.0, 3899.0, 3940.0, 3900.0, 3892.0, 3889.0, 3908.0, 3889.0, 3899.0, 3919.0, 3899.0, 3928.0, 3908.0, 3927.0, 3916.0, 3917.0, 3894.0, 3882.0, 3916.0, 3903.0, 3924.0, 3905.0, 3871.0, 3881.0, 3873.0, 3872.0, 3882.0, 3862.0, 3892.0, 3860.0, 3861.0, 3893.0, 3872.0, 3874.0, 3916.0, 3874.0, 3885.0, 3905.0, 3876.0, 3875.0, 3896.0, 3885.0, 3917.0, 3905.0, 3893.0, 3915.0, 3882.0, 3873.0, 3913.0, 3883.0, 3883.0, 3894.0, 3903.0, 3923.0, 3892.0, 3860.0, 3902.0, 3858.0, 3859.0, 3871.0, 3876.0, 3905.0, 3884.0, 3861.0, 3894.0, 3873.0, 3863.0, 3884.0, 3884.0, 3875.0, 3895.0, 3874.0, 3906.0, 3883.0, 3884.0, 3925.0, 3872.0, 3864.0, 3905.0, 3884.0, 3883.0, 3882.0, 3871.0, 3914.0, 3882.0, 3912.0, 3870.0, 3870.0, 3900.0, 3871.0, 3860.0, 3860.0, 3861.0, 3891.0, 3870.0, 3874.0, 3882.0, 3863.0, 3884.0, 3884.0, 3863.0, 3882.0, 3874.0, 3863.0, 3895.0, 3876.0, 3906.0, 3897.0, 3907.0, 3929.0, 3886.0, 3926.0, 3895.0, 3904.0, 3894.0, 3905.0, 3927.0, 3904.0, 3873.0, 3891.0, 3873.0, 3872.0, 3871.0, 3862.0, 3895.0, 3874.0, 3863.0, 3914.0, 3872.0, 3863.0, 3883.0, 3863.0, 3905.0, 3883.0, 3862.0, 3940.0, 3913.0, 3905.0, 3915.0, 3887.0, 3858.0, 3857.0, 3844.0, 3880.0, 3883.0, 3893.0, 3905.0, 3928.0, 3907.0, 3894.0, 3925.0, 3894.0, 3893.0, 3912.0, 3879.0, 3867.0, 3898.0, 3876.0, 3866.0, 3887.0, 3885.0, 3864.0, 3874.0, 3873.0, 3864.0, 3882.0, 3849.0, 3849.0, 3859.0, 3849.0, 3880.0, 3848.0, 3847.0, 3814.0, 3816.0, 3858.0, 3816.0, 3816.0, 3813.0, 3827.0, 3837.0, 3829.0, 3841.0, 3830.0, 3845.0, 3856.0, 3845.0, 3858.0, 3878.0, 3848.0, 3870.0, 3849.0, 3859.0, 3870.0, 3859.0, 3880.0, 3859.0, 3880.0, 3848.0, 3858.0, 3851.0, 3861.0, 3881.0, 3863.0, 3872.0, 3872.0, 3872.0, 3892.0, 3873.0, 3873.0, 3896.0, 3874.0, 3875.0, 3873.0, 3876.0, 3896.0, 3876.0, 3888.0, 3909.0, 3876.0, 3876.0, 3896.0, 3879.0, 3888.0, 3901.0, 3891.0, 3933.0, 3912.0, 3901.0, 3943.0, 3903.0, 3932.0, 3913.0, 3934.0, 3932.0, 3921.0, 3930.0, 3919.0, 3930.0, 3907.0, 3927.0, 3895.0, 3927.0, 3894.0, 3892.0, 3863.0, 3871.0, 3872.0, 3862.0, 3882.0, 3862.0, 3872.0, 3895.0, 3874.0, 3874.0, 3906.0, 3888.0, 3878.0, 3890.0, 3899.0, 3889.0, 3900.0, 3910.0, 3903.0, 3938.0, 3912.0, 3890.0, 3900.0, 3930.0, 3876.0, 3887.0, 3911.0, 3930.0, 3910.0, 3876.0, 3950.0, 3929.0, 3919.0, 3920.0, 3928.0, 3896.0, 3894.0, 3925.0, 3893.0, 3893.0, 3913.0, 3891.0, 3847.0, 3878.0, 3859.0, 3848.0, 3857.0, 3837.0, 3876.0, 3846.0, 3849.0, 3869.0, 3850.0, 3860.0, 3873.0, 3865.0, 3895.0, 3884.0, 3875.0, 3916.0, 3874.0, 3915.0, 3884.0, 3894.0, 3873.0, 3862.0, 3871.0, 3861.0, 3882.0, 3859.0, 3891.0, 3862.0, 3873.0, 3862.0, 3874.0, 3886.0, 3876.0, 3889.0, 3888.0, 3887.0, 3897.0, 3887.0, 3890.0, 3889.0, 3901.0, 3903.0, 3910.0, 3903.0, 3902.0, 3910.0, 3902.0, 3931.0, 3911.0, 3931.0, 3917.0, 3896.0, 3917.0, 3907.0, 3926.0, 3904.0, 3926.0, 3915.0, 3923.0, 3892.0, 3891.0, 3870.0, 3859.0, 3868.0, 3849.0, 3869.0, 3858.0, 3880.0, 3870.0, 3860.0, 3861.0, 3861.0, 3872.0, 3873.0, 3895.0, 3884.0, 3886.0, 3866.0, 3875.0, 3885.0, 3877.0, 3909.0, 3887.0, 3886.0, 3896.0, 3888.0, 3901.0, 3915.0, 3902.0, 3902.0, 3901.0, 3900.0, 3932.0, 3912.0, 3903.0, 3944.0, 3912.0, 3913.0, 3924.0, 3923.0, 3953.0, 3921.0, 3900.0, 3941.0, 3899.0, 3919.0, 3920.0, 3897.0, 3938.0, 3908.0, 3927.0, 3905.0, 3883.0, 3913.0, 3870.0, 3873.0, 3902.0, 3883.0, 3884.0, 3902.0, 3904.0, 3924.0, 3891.0, 3871.0, 3912.0, 3871.0, 3903.0, 3880.0, 3871.0, 3922.0, 3889.0, 3859.0, 3889.0, 3869.0, 3860.0, 3880.0, 3870.0, 3870.0, 3882.0, 3872.0, 3872.0, 3895.0, 3875.0, 3876.0, 3884.0, 3876.0, 3906.0, 3883.0, 3928.0, 3897.0, 3894.0, 3927.0, 3883.0, 3883.0, 3871.0, 3860.0, 3904.0, 3884.0, 3876.0, 3900.0, 3901.0, 3904.0, 3899.0, 3900.0, 3901.0, 3901.0, 3899.0, 3910.0, 3902.0, 3900.0, 3910.0, 3945.0, 3944.0, 3942.0, 3954.0, 3930.0, 3926.0, 3926.0, 3916.0, 3904.0, 3924.0, 3891.0, 3890.0, 3909.0, 3877.0, 3886.0, 3884.0, 3852.0, 3859.0, 3840.0, 3829.0, 3870.0, 3840.0, 3830.0, 3849.0, 3841.0, 3830.0, 3829.0, 3831.0, 3863.0, 3842.0, 3846.0, 3854.0, 3857.0, 3868.0, 3871.0, 3871.0, 3869.0, 3858.0, 3890.0, 3871.0, 3869.0, 3870.0, 3862.0, 3893.0, 3872.0, 3893.0, 3881.0, 3861.0, 3896.0, 3884.0, 3863.0, 3885.0, 3874.0, 3874.0, 3905.0, 3884.0, 3876.0, 3906.0, 3885.0, 3887.0, 3905.0, 3875.0, 3875.0, 3897.0, 3900.0, 3901.0, 3908.0, 3899.0, 3888.0, 3928.0, 3885.0, 3876.0, 3907.0, 3889.0, 3901.0, 3909.0, 3899.0, 3912.0, 3942.0, 3909.0, 3910.0, 3939.0, 3921.0, 3942.0, 3907.0, 3895.0, 3896.0, 3930.0, 3910.0, 3878.0, 3918.0, 3899.0, 3842.0, 3960.0, 3933.0, 3911.0, 3949.0, 3907.0, 3888.0, 3962.0, 3920.0, 3898.0, 3949.0, 3918.0, 3916.0, 3928.0, 3895.0, 3925.0, 3915.0, 3885.0, 3927.0, 3885.0, 3886.0, 3936.0, 3883.0, 3870.0, 3936.0, 3916.0, 3882.0, 3913.0, 3872.0, 3873.0, 3864.0, 3872.0, 3926.0, 3895.0, 3934.0, 3902.0, 3880.0, 3901.0, 3869.0, 3932.0, 3889.0, 3880.0, 3883.0, 3871.0, 3858.0, 3858.0, 3871.0, 3892.0, 3880.0, 3873.0, 3870.0, 3873.0, 3874.0, 3863.0, 3874.0, 3873.0, 3885.0, 3883.0, 3886.0, 3873.0, 3875.0, 3875.0, 3885.0, 3885.0, 3937.0, 3886.0, 3914.0, 3883.0, 3884.0, 3895.0, 3885.0, 3873.0, 3873.0, 3885.0, 3885.0, 3884.0, 3886.0, 3886.0, 3887.0, 3884.0, 3885.0, 3888.0, 3888.0, 3898.0, 3889.0, 3888.0, 3898.0, 3898.0, 3878.0, 3890.0, 3919.0, 3902.0, 3889.0, 3930.0, 3901.0, 3890.0, 3919.0, 3899.0, 3950.0, 3932.0, 3899.0, 3951.0, 3898.0, 3928.0, 3898.0, 3887.0, 3951.0, 3897.0, 3896.0, 3888.0, 3887.0, 3907.0, 3899.0, 3886.0, 3921.0, 3899.0, 3889.0, 3913.0, 3900.0, 3961.0, 3912.0, 3951.0, 3944.0, 3899.0, 3962.0, 3900.0, 3899.0, 3921.0, 3898.0, 3942.0, 3975.0, 3911.0, 3890.0, 3900.0, 3899.0, 3888.0, 3887.0, 3900.0, 3902.0, 3900.0, 3899.0, 3899.0, 3889.0, 3901.0, 3919.0, 3910.0, 3910.0, 3911.0, 3898.0, 3900.0, 3897.0, 3888.0, 3899.0, 3940.0, 3930.0, 3898.0, 3899.0, 3889.0, 3888.0, 3920.0, 3909.0, 3919.0, 3950.0, 3949.0, 3898.0, 3898.0, 3875.0, 3887.0, 3888.0, 3888.0, 3887.0, 3890.0, 3950.0, 3897.0, 3920.0, 3906.0, 3888.0, 3948.0, 3917.0, 3931.0, 3933.0, 3898.0, 3862.0, 3860.0, 3876.0, 3874.0, 3862.0, 3900.0, 3888.0, 3901.0, 3903.0, 3901.0, 3922.0, 3904.0, 3934.0, 3931.0, 3912.0, 3922.0, 3951.0, 3930.0, 3918.0, 3951.0, 3929.0, 3896.0, 3935.0, 3863.0, 3863.0, 3861.0, 3860.0, 3859.0, 3861.0, 3861.0, 3863.0, 3863.0, 3872.0, 3872.0, 3875.0, 3875.0, 3887.0, 3886.0, 3887.0, 3890.0, 3890.0, 3902.0, 3903.0, 3903.0, 3905.0, 3946.0, 3925.0, 3937.0, 3967.0, 3904.0, 3954.0, 3913.0, 3956.0, 3934.0, 3917.0, 3965.0, 3901.0, 3931.0, 3889.0, 3889.0, 3965.0, 3890.0, 3951.0, 3889.0, 3888.0, 3899.0, 3890.0, 3941.0, 3900.0, 3890.0, 3900.0, 3889.0, 3902.0, 3912.0, 3900.0, 3901.0, 3911.0, 3901.0, 3932.0, 3903.0, 3943.0, 3913.0, 3902.0, 3933.0, 3902.0, 3952.0, 3933.0, 3902.0, 3922.0, 3899.0, 3901.0, 3932.0, 3903.0, 3902.0, 3932.0, 3900.0, 3954.0, 3902.0, 3900.0, 3964.0, 3902.0, 3912.0, 3899.0, 3890.0, 3954.0, 3899.0, 3901.0, 3953.0, 3889.0, 3888.0, 3889.0, 3888.0, 3890.0, 3888.0, 3900.0, 3890.0, 3890.0, 3889.0, 3889.0, 3889.0, 3889.0, 3940.0, 3931.0, 3889.0, 3930.0, 3899.0, 3889.0, 3940.0, 3910.0, 3909.0, 3950.0, 3917.0, 3886.0, 3917.0, 3897.0, 3888.0, 3919.0, 3889.0, 3888.0, 3929.0, 3889.0, 3900.0, 3965.0, 3908.0, 3889.0, 3930.0, 3889.0, 3929.0, 3919.0, 3922.0, 3942.0, 3907.0, 3888.0, 3917.0, 3876.0, 3896.0, 3887.0, 3889.0, 3928.0, 3890.0, 3889.0, 3890.0, 3899.0, 3889.0, 3921.0, 3911.0, 3890.0, 3902.0, 3890.0, 3892.0, 3913.0, 3900.0, 3944.0, 3923.0], 'WindowWidth': [8848.0, 8853.0, 8786.0, 8790.0, 8794.0, 8775.0, 8767.0, 8731.0, 8675.0, 8683.0, 8675.0, 8674.0, 8668.0, 8697.0, 8740.0, 8681.0, 8694.0, 8681.0, 8694.0, 8686.0, 8680.0, 8675.0, 8693.0, 8681.0, 8706.0, 8676.0, 8680.0, 8678.0, 8663.0, 8681.0, 8695.0, 8700.0, 8683.0, 8685.0, 8686.0, 8700.0, 8686.0, 8688.0, 8733.0, 8706.0, 8694.0, 8720.0, 8721.0, 8705.0, 8708.0, 8707.0, 8705.0, 8703.0, 8705.0, 8749.0, 8708.0, 8693.0, 8749.0, 8703.0, 8691.0, 8720.0, 8712.0, 8711.0, 8744.0, 8733.0, 8719.0, 8764.0, 8735.0, 8719.0, 8762.0, 8737.0, 8723.0, 8795.0, 8768.0, 8737.0, 8821.0, 8752.0, 8719.0, 8820.0, 8780.0, 8779.0, 8825.0, 8788.0, 8745.0, 8797.0, 8711.0, 8715.0, 8760.0, 8729.0, 8719.0, 8801.0, 8758.0, 8718.0, 8799.0, 8739.0, 8757.0, 8784.0, 8768.0, 8796.0, 8781.0, 8750.0, 8763.0, 8707.0, 8686.0, 8691.0, 8677.0, 8664.0, 8710.0, 8688.0, 8706.0, 8768.0, 8726.0, 8717.0, 8719.0, 8681.0, 8706.0, 8727.0, 8757.0, 8735.0, 8731.0, 8758.0, 8777.0, 8730.0, 8715.0, 8757.0, 8726.0, 8770.0, 8750.0, 8742.0, 8784.0, 8737.0, 8734.0, 8723.0, 8729.0, 8707.0, 8702.0, 8715.0, 8704.0, 8709.0, 8733.0, 8728.0, 8710.0, 8738.0, 8736.0, 8749.0, 8743.0, 8727.0, 8769.0, 8725.0, 8737.0, 8736.0, 8708.0, 8783.0, 8747.0, 8717.0, 8744.0, 8703.0, 8700.0, 8699.0, 8697.0, 8744.0, 8716.0, 8724.0, 8763.0, 8719.0, 8722.0, 8732.0, 8703.0, 8705.0, 8750.0, 8721.0, 8748.0, 8808.0, 8754.0, 8745.0, 8736.0, 8759.0, 8737.0, 8749.0, 8774.0, 8747.0, 8785.0, 8758.0, 8784.0, 8765.0, 8766.0, 8732.0, 8715.0, 8764.0, 8742.0, 8772.0, 8746.0, 8697.0, 8710.0, 8702.0, 8699.0, 8712.0, 8686.0, 8725.0, 8682.0, 8683.0, 8728.0, 8701.0, 8706.0, 8766.0, 8708.0, 8725.0, 8749.0, 8714.0, 8711.0, 8738.0, 8723.0, 8767.0, 8750.0, 8732.0, 8762.0, 8713.0, 8704.0, 8758.0, 8716.0, 8718.0, 8733.0, 8743.0, 8772.0, 8726.0, 8681.0, 8736.0, 8675.0, 8677.0, 8696.0, 8712.0, 8749.0, 8721.0, 8687.0, 8732.0, 8703.0, 8690.0, 8720.0, 8721.0, 8710.0, 8737.0, 8708.0, 8754.0, 8718.0, 8722.0, 8778.0, 8703.0, 8694.0, 8748.0, 8720.0, 8716.0, 8714.0, 8699.0, 8759.0, 8714.0, 8755.0, 8695.0, 8694.0, 8736.0, 8695.0, 8683.0, 8681.0, 8684.0, 8724.0, 8696.0, 8706.0, 8717.0, 8691.0, 8721.0, 8721.0, 8692.0, 8716.0, 8707.0, 8694.0, 8737.0, 8715.0, 8757.0, 8743.0, 8757.0, 8786.0, 8728.0, 8782.0, 8738.0, 8748.0, 8733.0, 8748.0, 8780.0, 8746.0, 8702.0, 8726.0, 8704.0, 8702.0, 8698.0, 8689.0, 8736.0, 8705.0, 8691.0, 8759.0, 8702.0, 8691.0, 8717.0, 8690.0, 8749.0, 8717.0, 8689.0, 8804.0, 8777.0, 8769.0, 8781.0, 8729.0, 8675.0, 8674.0, 8651.0, 8708.0, 8718.0, 8731.0, 8751.0, 8782.0, 8750.0, 8730.0, 8774.0, 8729.0, 8727.0, 8750.0, 8702.0, 8682.0, 8724.0, 8693.0, 8678.0, 8706.0, 8703.0, 8671.0, 8685.0, 8682.0, 8668.0, 8692.0, 8644.0, 8642.0, 8656.0, 8640.0, 8682.0, 8638.0, 8636.0, 8590.0, 8595.0, 8652.0, 8595.0, 8596.0, 8588.0, 8612.0, 8626.0, 8619.0, 8638.0, 8626.0, 8650.0, 8667.0, 8654.0, 8674.0, 8701.0, 8661.0, 8693.0, 8663.0, 8677.0, 8692.0, 8677.0, 8706.0, 8677.0, 8705.0, 8662.0, 8675.0, 8668.0, 8682.0, 8708.0, 8686.0, 8699.0, 8698.0, 8699.0, 8726.0, 8702.0, 8704.0, 8738.0, 8708.0, 8709.0, 8705.0, 8712.0, 8737.0, 8711.0, 8732.0, 8758.0, 8713.0, 8713.0, 8739.0, 8720.0, 8732.0, 8754.0, 8744.0, 8799.0, 8771.0, 8757.0, 8813.0, 8760.0, 8799.0, 8772.0, 8800.0, 8797.0, 8780.0, 8791.0, 8773.0, 8787.0, 8753.0, 8778.0, 8734.0, 8777.0, 8730.0, 8725.0, 8687.0, 8694.0, 8695.0, 8683.0, 8712.0, 8683.0, 8698.0, 8734.0, 8708.0, 8708.0, 8752.0, 8730.0, 8720.0, 8736.0, 8748.0, 8737.0, 8751.0, 8765.0, 8760.0, 8818.0, 8771.0, 8740.0, 8749.0, 8791.0, 8710.0, 8730.0, 8767.0, 8792.0, 8762.0, 8712.0, 8817.0, 8787.0, 8773.0, 8772.0, 8782.0, 8736.0, 8729.0, 8774.0, 8726.0, 8723.0, 8752.0, 8716.0, 8655.0, 8695.0, 8670.0, 8655.0, 8665.0, 8639.0, 8690.0, 8650.0, 8658.0, 8685.0, 8663.0, 8678.0, 8701.0, 8692.0, 8730.0, 8716.0, 8706.0, 8761.0, 8703.0, 8758.0, 8714.0, 8727.0, 8699.0, 8682.0, 8693.0, 8678.0, 8708.0, 8675.0, 8719.0, 8681.0, 8699.0, 8683.0, 8703.0, 8723.0, 8715.0, 8734.0, 8733.0, 8729.0, 8744.0, 8731.0, 8739.0, 8737.0, 8756.0, 8763.0, 8769.0, 8762.0, 8758.0, 8766.0, 8756.0, 8795.0, 8765.0, 8792.0, 8768.0, 8739.0, 8766.0, 8752.0, 8778.0, 8746.0, 8776.0, 8760.0, 8768.0, 8724.0, 8722.0, 8693.0, 8677.0, 8687.0, 8665.0, 8690.0, 8676.0, 8707.0, 8695.0, 8683.0, 8687.0, 8686.0, 8703.0, 8707.0, 8737.0, 8724.0, 8727.0, 8701.0, 8712.0, 8727.0, 8719.0, 8764.0, 8731.0, 8730.0, 8744.0, 8735.0, 8761.0, 8784.0, 8763.0, 8762.0, 8758.0, 8757.0, 8800.0, 8776.0, 8765.0, 8820.0, 8774.0, 8776.0, 8792.0, 8789.0, 8830.0, 8784.0, 8752.0, 8808.0, 8750.0, 8775.0, 8777.0, 8743.0, 8800.0, 8757.0, 8781.0, 8748.0, 8717.0, 8756.0, 8698.0, 8705.0, 8742.0, 8719.0, 8719.0, 8743.0, 8745.0, 8771.0, 8724.0, 8697.0, 8753.0, 8697.0, 8740.0, 8708.0, 8696.0, 8765.0, 8717.0, 8679.0, 8718.0, 8691.0, 8681.0, 8708.0, 8696.0, 8696.0, 8715.0, 8702.0, 8703.0, 8736.0, 8711.0, 8713.0, 8723.0, 8713.0, 8752.0, 8721.0, 8785.0, 8742.0, 8734.0, 8779.0, 8719.0, 8718.0, 8700.0, 8686.0, 8745.0, 8721.0, 8713.0, 8751.0, 8759.0, 8766.0, 8752.0, 8757.0, 8761.0, 8758.0, 8752.0, 8766.0, 8760.0, 8755.0, 8769.0, 8823.0, 8817.0, 8809.0, 8830.0, 8791.0, 8776.0, 8778.0, 8765.0, 8745.0, 8770.0, 8721.0, 8718.0, 8745.0, 8695.0, 8703.0, 8699.0, 8652.0, 8659.0, 8633.0, 8618.0, 8673.0, 8634.0, 8621.0, 8645.0, 8637.0, 8623.0, 8620.0, 8626.0, 8669.0, 8644.0, 8652.0, 8663.0, 8671.0, 8686.0, 8695.0, 8696.0, 8691.0, 8676.0, 8720.0, 8695.0, 8692.0, 8695.0, 8685.0, 8729.0, 8702.0, 8731.0, 8711.0, 8684.0, 8736.0, 8721.0, 8691.0, 8721.0, 8707.0, 8706.0, 8747.0, 8720.0, 8714.0, 8751.0, 8722.0, 8729.0, 8750.0, 8711.0, 8713.0, 8743.0, 8754.0, 8757.0, 8759.0, 8748.0, 8734.0, 8785.0, 8725.0, 8715.0, 8757.0, 8735.0, 8757.0, 8761.0, 8750.0, 8772.0, 8810.0, 8763.0, 8763.0, 8804.0, 8781.0, 8811.0, 8756.0, 8736.0, 8739.0, 8792.0, 8764.0, 8719.0, 8773.0, 8750.0, 8651.0, 8838.0, 8804.0, 8771.0, 8819.0, 8759.0, 8736.0, 8839.0, 8779.0, 8748.0, 8814.0, 8770.0, 8767.0, 8782.0, 8737.0, 8777.0, 8765.0, 8725.0, 8784.0, 8728.0, 8726.0, 8796.0, 8719.0, 8699.0, 8791.0, 8769.0, 8717.0, 8758.0, 8704.0, 8707.0, 8695.0, 8704.0, 8778.0, 8736.0, 8786.0, 8740.0, 8709.0, 8738.0, 8693.0, 8779.0, 8719.0, 8708.0, 8719.0, 8698.0, 8678.0, 8678.0, 8699.0, 8728.0, 8711.0, 8706.0, 8700.0, 8707.0, 8709.0, 8693.0, 8708.0, 8708.0, 8726.0, 8723.0, 8728.0, 8709.0, 8713.0, 8713.0, 8726.0, 8726.0, 8796.0, 8727.0, 8762.0, 8720.0, 8723.0, 8738.0, 8727.0, 8709.0, 8707.0, 8726.0, 8725.0, 8725.0, 8728.0, 8729.0, 8731.0, 8726.0, 8730.0, 8734.0, 8736.0, 8753.0, 8739.0, 8737.0, 8750.0, 8751.0, 8724.0, 8740.0, 8779.0, 8763.0, 8740.0, 8796.0, 8758.0, 8742.0, 8780.0, 8753.0, 8824.0, 8801.0, 8753.0, 8823.0, 8750.0, 8789.0, 8749.0, 8734.0, 8826.0, 8748.0, 8745.0, 8735.0, 8735.0, 8760.0, 8753.0, 8734.0, 8786.0, 8756.0, 8743.0, 8775.0, 8757.0, 8839.0, 8773.0, 8826.0, 8821.0, 8755.0, 8841.0, 8755.0, 8753.0, 8787.0, 8752.0, 8814.0, 8862.0, 8770.0, 8741.0, 8753.0, 8752.0, 8738.0, 8735.0, 8756.0, 8762.0, 8756.0, 8755.0, 8754.0, 8741.0, 8758.0, 8780.0, 8769.0, 8772.0, 8770.0, 8752.0, 8755.0, 8751.0, 8739.0, 8752.0, 8809.0, 8797.0, 8751.0, 8753.0, 8740.0, 8738.0, 8780.0, 8766.0, 8777.0, 8824.0, 8817.0, 8748.0, 8746.0, 8714.0, 8735.0, 8738.0, 8737.0, 8734.0, 8742.0, 8823.0, 8749.0, 8780.0, 8757.0, 8734.0, 8814.0, 8770.0, 8794.0, 8801.0, 8749.0, 8687.0, 8680.0, 8710.0, 8704.0, 8688.0, 8754.0, 8737.0, 8759.0, 8766.0, 8760.0, 8787.0, 8767.0, 8804.0, 8798.0, 8772.0, 8783.0, 8822.0, 8790.0, 8771.0, 8820.0, 8786.0, 8738.0, 8786.0, 8687.0, 8685.0, 8683.0, 8680.0, 8678.0, 8683.0, 8685.0, 8689.0, 8688.0, 8702.0, 8701.0, 8710.0, 8711.0, 8730.0, 8729.0, 8733.0, 8741.0, 8742.0, 8760.0, 8764.0, 8766.0, 8770.0, 8827.0, 8796.0, 8815.0, 8853.0, 8766.0, 8832.0, 8775.0, 8838.0, 8807.0, 8788.0, 8847.0, 8759.0, 8797.0, 8740.0, 8739.0, 8848.0, 8743.0, 8824.0, 8738.0, 8736.0, 8754.0, 8742.0, 8811.0, 8757.0, 8742.0, 8754.0, 8739.0, 8761.0, 8775.0, 8758.0, 8758.0, 8774.0, 8759.0, 8802.0, 8765.0, 8818.0, 8778.0, 8760.0, 8804.0, 8763.0, 8826.0, 8804.0, 8761.0, 8789.0, 8756.0, 8762.0, 8802.0, 8767.0, 8762.0, 8802.0, 8758.0, 8833.0, 8763.0, 8757.0, 8848.0, 8762.0, 8773.0, 8753.0, 8742.0, 8833.0, 8756.0, 8759.0, 8827.0, 8738.0, 8737.0, 8738.0, 8738.0, 8741.0, 8739.0, 8758.0, 8742.0, 8741.0, 8739.0, 8740.0, 8739.0, 8739.0, 8810.0, 8798.0, 8740.0, 8794.0, 8751.0, 8737.0, 8806.0, 8768.0, 8767.0, 8821.0, 8773.0, 8731.0, 8771.0, 8745.0, 8733.0, 8777.0, 8739.0, 8736.0, 8792.0, 8739.0, 8756.0, 8846.0, 8764.0, 8738.0, 8795.0, 8738.0, 8791.0, 8776.0, 8785.0, 8809.0, 8759.0, 8735.0, 8771.0, 8716.0, 8741.0, 8730.0, 8736.0, 8789.0, 8740.0, 8738.0, 8739.0, 8752.0, 8741.0, 8787.0, 8774.0, 8743.0, 8760.0, 8744.0, 8747.0, 8777.0, 8757.0, 8820.0, 8791.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.007937369402985074</td></tr>
<tr><td colspan=3>aqi</td><td>0.09135401893656717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.49292951395889</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.073564398450046</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9500463469374422</td></tr>
<tr><td colspan=3>efc</td><td>0.5021</td></tr>
<tr><td colspan=3>fber</td><td>3789.002</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14017454041212746</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.447761194029852</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7954889244263135</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6686191181933436</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9677551110613862</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7500925440242106</td></tr>
<tr><td colspan=3>gcor</td><td>0.00797019</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007251700386404991</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035008952021598816</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.837408995960696</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.8603</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.3877</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.9421</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299226.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1052.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.3379</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.007</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3086.0891</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.3566</td></tr>
<tr><td colspan=3>tsnr</td><td>20.78530151391169</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>