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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:28:19.135000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989136, 0.0927008, 0.114087, -0.091237, 0.995667, -0.0179972]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-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.079394</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7796, -7292, 371, -116, -169, 60, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>10415067-b554-4c09-a575-eec62efadca2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.653780460357666, -0.24478226900100708, 0.31120556592941284, 115.02964782714844], [-0.2487095296382904, 2.6713006496429443, -0.019960280507802963, -92.10713958740234], [0.30608803033828735, 0.04828518256545067, 2.6819307804107666, -104.23564147949219], [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, 1065]</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], 'AcquisitionTime': ['212819.135000', '212819.595000', '212820.055000', '212820.515000', '212820.975000', '212821.435000', '212821.895000', '212822.355000', '212822.815000', '212823.275000', '212823.735000', '212824.195000', '212824.655000', '212825.115000', '212825.575000', '212826.035000', '212826.495000', '212826.955000', '212827.415000', '212827.875000', '212828.335000', '212828.795000', '212829.255000', '212829.715000', '212830.175000', '212830.635000', '212831.095000', '212831.555000', '212832.015000', '212832.475000', '212832.935000', '212833.395000', '212833.855000', '212834.315000', '212834.775000', '212835.235000', '212835.695000', '212836.155000', '212836.615000', '212837.075000', '212837.535000', '212837.995000', '212838.455000', '212838.915000', '212839.375000', '212839.835000', '212840.295000', '212840.755000', '212841.215000', '212841.675000', '212842.135000', '212842.595000', '212843.055000', '212843.515000', '212843.975000', '212844.435000', '212844.895000', '212845.355000', '212845.815000', '212846.275000', '212846.735000', '212847.195000', '212847.655000', '212848.115000', '212848.575000', '212849.035000', '212849.495000', '212849.955000', '212850.415000', '212850.875000', '212851.335000', '212851.795000', '212852.255000', '212852.715000', '212853.175000', '212853.635000', '212854.095000', '212854.555000', '212855.015000', '212855.475000', '212855.935000', '212856.395000', '212856.855000', '212857.315000', '212857.775000', '212858.235000', '212858.695000', '212859.155000', '212859.615000', '212900.075000', '212900.535000', '212900.995000', '212901.455000', '212901.915000', '212902.375000', '212902.835000', '212903.295000', '212903.755000', '212904.215000', '212904.675000', '212905.135000', '212905.595000', '212906.055000', '212906.515000', '212906.975000', '212907.435000', '212907.895000', '212908.355000', '212908.815000', '212909.275000', '212909.735000', '212910.195000', '212910.655000', '212911.115000', '212911.575000', '212912.035000', '212912.495000', '212912.955000', '212913.415000', '212913.875000', '212914.335000', '212914.795000', '212915.255000', '212915.715000', '212916.175000', '212916.635000', '212917.095000', '212917.555000', '212918.015000', '212918.475000', '212918.935000', '212919.395000', '212919.855000', '212920.315000', '212920.775000', '212921.235000', '212921.695000', '212922.155000', '212922.615000', '212923.075000', '212923.535000', '212923.995000', '212924.455000', '212924.915000', '212925.375000', '212925.835000', '212926.295000', '212926.755000', '212927.215000', '212927.675000', '212928.135000', '212928.595000', '212929.055000', '212929.515000', '212929.975000', '212930.435000', '212930.895000', '212931.355000', '212931.815000', '212932.275000', '212932.735000', '212933.195000', '212933.655000', '212934.115000', '212934.575000', '212935.035000', '212935.495000', '212935.955000', '212936.415000', '212936.875000', '212937.335000', '212937.795000', '212938.255000', '212938.715000', '212939.175000', '212939.635000', '212940.095000', '212940.555000', '212941.015000', '212941.475000', '212941.935000', '212942.395000', '212942.855000', '212943.315000', '212943.775000', '212944.235000', '212944.695000', '212945.155000', '212945.615000', '212946.075000', '212946.535000', '212946.995000', '212947.455000', '212947.915000', '212948.375000', '212948.835000', '212949.295000', '212949.755000', '212950.215000', '212950.675000', '212951.135000', '212951.595000', '212952.055000', '212952.515000', '212952.975000', '212953.435000', '212953.895000', '212954.355000', '212954.815000', '212955.275000', '212955.735000', '212956.195000', '212956.655000', '212957.115000', '212957.575000', '212958.035000', '212958.495000', '212958.955000', '212959.415000', '212959.875000', '213000.335000', '213000.795000', '213001.255000', '213001.715000', '213002.175000', '213002.635000', '213003.095000', '213003.555000', '213004.015000', '213004.475000', '213004.935000', '213005.395000', '213005.855000', '213006.315000', '213006.775000', '213007.235000', '213007.695000', '213008.155000', '213008.615000', '213009.075000', '213009.535000', '213009.995000', '213010.455000', '213010.915000', '213011.375000', '213011.835000', '213012.295000', '213012.755000', '213013.215000', '213013.675000', '213014.135000', '213014.595000', '213015.055000', '213015.515000', '213015.975000', '213016.435000', '213016.895000', '213017.355000', '213017.815000', '213018.275000', '213018.735000', '213019.195000', '213019.655000', '213020.115000', '213020.575000', '213021.035000', '213021.495000', '213021.955000', '213022.415000', '213022.875000', '213023.335000', '213023.795000', '213024.255000', '213024.715000', '213025.175000', '213025.635000', '213026.095000', '213026.555000', '213027.015000', '213027.475000', '213027.935000', '213028.395000', '213028.855000', '213029.315000', '213029.775000', '213030.235000', '213030.695000', '213031.155000', '213031.615000', '213032.075000', '213032.535000', '213032.995000', '213033.455000', '213033.915000', '213034.375000', '213034.835000', '213035.295000', '213035.755000', '213036.215000', '213036.675000', '213037.135000', '213037.595000', '213038.055000', '213038.515000', '213038.975000', '213039.435000', '213039.895000', '213040.355000', '213040.815000', '213041.275000', '213041.735000', '213042.195000', '213042.655000', '213043.115000', '213043.575000', '213044.035000', '213044.495000', '213044.955000', '213045.415000', '213045.875000', '213046.335000', '213046.795000', '213047.255000', '213047.715000', '213048.175000', '213048.635000', '213049.095000', '213049.555000', '213050.015000', '213050.475000', '213050.935000', '213051.395000', '213051.855000', '213052.315000', '213052.775000', '213053.235000', '213053.695000', '213054.155000', '213054.615000', '213055.075000', '213055.535000', '213055.995000', '213056.455000', '213056.915000', '213057.375000', '213057.835000', '213058.295000', '213058.755000', '213059.215000', '213059.675000', '213100.135000', '213100.595000', '213101.055000', '213101.515000', '213101.975000', '213102.435000', '213102.895000', '213103.355000', '213103.815000', '213104.275000', '213104.735000', '213105.195000', '213105.655000', '213106.115000', '213106.575000', '213107.035000', '213107.495000', '213107.955000', '213108.415000', '213108.875000', '213109.335000', '213109.795000', '213110.255000', '213110.715000', '213111.175000', '213111.635000', '213112.095000', '213112.555000', '213113.015000', '213113.475000', '213113.935000', '213114.395000', '213114.855000', '213115.315000', '213115.775000', '213116.235000', '213116.695000', '213117.155000', '213117.615000', '213118.075000', '213118.535000', '213118.995000', '213119.455000', '213119.915000', '213120.375000', '213120.835000', '213121.295000', '213121.755000', '213122.215000', '213122.675000', '213123.135000', '213123.595000', '213124.055000', '213124.515000', '213124.975000', '213125.435000', '213125.895000', '213126.355000', '213126.815000', '213127.275000', '213127.735000', '213128.195000', '213128.655000', '213129.115000', '213129.575000', '213130.035000', '213130.495000', '213130.955000', '213131.415000', '213131.875000', '213132.335000', '213132.795000', '213133.255000', '213133.715000', '213134.175000', '213134.635000', '213135.095000', '213135.555000', '213136.015000', '213136.475000', '213136.935000', '213137.395000', '213137.855000', '213138.315000', '213138.775000', '213139.235000', '213139.695000', '213140.155000', '213140.615000', '213141.075000', '213141.535000', '213141.995000', '213142.455000', '213142.915000', '213143.375000', '213143.835000', '213144.295000', '213144.755000', '213145.215000', '213145.675000', '213146.135000', '213146.595000', '213147.055000', '213147.515000', '213147.975000', '213148.435000', '213148.895000', '213149.355000', '213149.815000', '213150.275000', '213150.735000', '213151.195000', '213151.655000', '213152.115000', '213152.575000', '213153.035000', '213153.495000', '213153.955000', '213154.415000', '213154.875000', '213155.335000', '213155.795000', '213156.255000', '213156.715000', '213157.175000', '213157.635000', '213158.095000', '213158.555000', '213159.015000', '213159.475000', '213159.935000', '213200.395000', '213200.855000', '213201.315000', '213201.775000', '213202.235000', '213202.695000', '213203.155000', '213203.615000', '213204.075000', '213204.535000', '213204.995000', '213205.455000', '213205.915000', '213206.375000', '213206.835000', '213207.295000', '213207.755000', '213208.215000', '213208.675000', '213209.135000', '213209.595000', '213210.055000', '213210.515000', '213210.975000', '213211.435000', '213211.895000', '213212.355000', '213212.815000', '213213.275000', '213213.735000', '213214.195000', '213214.655000', '213215.115000', '213215.575000', '213216.035000', '213216.495000', '213216.955000', '213217.415000', '213217.875000', '213218.335000', '213218.795000', '213219.255000', '213219.715000', '213220.175000', '213220.635000', '213221.095000', '213221.555000', '213222.015000', '213222.475000', '213222.935000', '213223.395000', '213223.855000', '213224.315000', '213224.775000', '213225.235000', '213225.695000', '213226.155000', '213226.615000', '213227.075000', '213227.535000', '213227.995000', '213228.455000', '213228.915000', '213229.375000', '213229.835000', '213230.295000', '213230.755000', '213231.215000', '213231.675000', '213232.135000', '213232.595000', '213233.055000', '213233.515000', '213233.975000', '213234.435000', '213234.895000', '213235.355000', '213235.815000', '213236.275000', '213236.735000', '213237.195000', '213237.655000', '213238.115000', '213238.575000', '213239.035000', '213239.495000', '213239.955000', '213240.415000', '213240.875000', '213241.335000', '213241.795000', '213242.255000', '213242.715000', '213243.175000', '213243.635000', '213244.095000', '213244.555000', '213245.015000', '213245.475000', '213245.935000', '213246.395000', '213246.855000', '213247.315000', '213247.775000', '213248.235000', '213248.695000', '213249.155000', '213249.615000', '213250.075000', '213250.535000', '213250.995000', '213251.455000', '213251.915000', '213252.375000', '213252.835000', '213253.295000', '213253.755000', '213254.215000', '213254.675000', '213255.135000', '213255.595000', '213256.055000', '213256.515000', '213256.975000', '213257.435000', '213257.895000', '213258.355000', '213258.815000', '213259.275000', '213259.735000', '213300.195000', '213300.655000', '213301.115000', '213301.575000', '213302.035000', '213302.495000', '213302.955000', '213303.415000', '213303.875000', '213304.335000', '213304.795000', '213305.255000', '213305.715000', '213306.175000', '213306.635000', '213307.095000', '213307.555000', '213308.015000', '213308.475000', '213308.935000', '213309.395000', '213309.855000', '213310.315000', '213310.775000', '213311.235000', '213311.695000', '213312.155000', '213312.615000', '213313.075000', '213313.535000', '213313.995000', '213314.455000', '213314.915000', '213315.375000', '213315.835000', '213316.295000', '213316.755000', '213317.215000', '213317.675000', '213318.135000', '213318.595000', '213319.055000', '213319.515000', '213319.975000', '213320.435000', '213320.895000', '213321.355000', '213321.815000', '213322.275000', '213322.735000', '213323.195000', '213323.655000', '213324.115000', '213324.575000', '213325.035000', '213325.495000', '213325.955000', '213326.415000', '213326.875000', '213327.335000', '213327.795000', '213328.255000', '213328.715000', '213329.175000', '213329.635000', '213330.095000', '213330.555000', '213331.015000', '213331.475000', '213331.935000', '213332.395000', '213332.855000', '213333.315000', '213333.775000', '213334.235000', '213334.695000', '213335.155000', '213335.615000', '213336.075000', '213336.535000', '213336.995000', '213337.455000', '213337.915000', '213338.375000', '213338.835000', '213339.295000', '213339.755000', '213340.215000', '213340.675000', '213341.135000', '213341.595000', '213342.055000', '213342.515000', '213342.975000', '213343.435000', '213343.895000', '213344.355000', '213344.815000', '213345.275000', '213345.735000', '213346.195000', '213346.655000', '213347.115000', '213347.575000', '213348.035000', '213348.495000', '213348.955000', '213349.415000', '213349.875000', '213350.335000', '213350.795000', '213351.255000', '213351.715000', '213352.175000', '213352.635000', '213353.095000', '213353.555000', '213354.015000', '213354.475000', '213354.935000', '213355.395000', '213355.855000', '213356.315000', '213356.775000', '213357.235000', '213357.695000', '213358.155000', '213358.615000', '213359.075000', '213359.535000', '213359.995000', '213400.455000', '213400.915000', '213401.375000', '213401.835000', '213402.295000', '213402.755000', '213403.215000', '213403.675000', '213404.135000', '213404.595000', '213405.055000', '213405.515000', '213405.975000', '213406.435000', '213406.895000', '213407.355000', '213407.815000', '213408.275000', '213408.735000', '213409.195000', '213409.655000', '213410.115000', '213410.575000', '213411.035000', '213411.495000', '213411.955000', '213412.415000', '213412.875000', '213413.335000', '213413.795000', '213414.255000', '213414.715000', '213415.175000', '213415.635000', '213416.095000', '213416.555000', '213417.015000', '213417.475000', '213417.935000', '213418.395000', '213418.855000', '213419.315000', '213419.775000', '213420.235000', '213420.695000', '213421.155000', '213421.615000', '213422.075000', '213422.535000', '213422.995000', '213423.455000', '213423.915000', '213424.375000', '213424.835000', '213425.295000', '213425.755000', '213426.215000', '213426.675000', '213427.135000', '213427.595000', '213428.055000', '213428.515000', '213428.975000', '213429.435000', '213429.895000', '213430.355000', '213430.815000', '213431.275000', '213431.735000', '213432.195000', '213432.655000', '213433.115000', '213433.575000', '213434.035000', '213434.495000', '213434.955000', '213435.415000', '213435.875000', '213436.335000', '213436.795000', '213437.255000', '213437.715000', '213438.175000', '213438.635000', '213439.095000', '213439.555000', '213440.015000', '213440.475000', '213440.935000', '213441.395000', '213441.855000', '213442.315000', '213442.775000', '213443.235000', '213443.695000', '213444.155000', '213444.615000', '213445.075000', '213445.535000', '213445.995000', '213446.455000', '213446.915000', '213447.375000', '213447.835000', '213448.295000', '213448.755000', '213449.215000', '213449.675000', '213450.135000', '213450.595000', '213451.055000', '213451.515000', '213451.975000', '213452.435000', '213452.895000', '213453.355000', '213453.815000', '213454.275000', '213454.735000', '213455.195000', '213455.655000', '213456.115000', '213456.575000', '213457.035000', '213457.495000', '213457.955000', '213458.415000', '213458.875000', '213459.335000', '213459.795000', '213500.255000', '213500.715000', '213501.175000', '213501.635000', '213502.095000', '213502.555000', '213503.015000', '213503.475000', '213503.935000', '213504.395000', '213504.855000', '213505.315000', '213505.775000', '213506.235000', '213506.695000', '213507.155000', '213507.615000', '213508.075000', '213508.535000', '213508.995000', '213509.455000', '213509.915000', '213510.375000', '213510.835000', '213511.295000', '213511.755000', '213512.215000', '213512.675000', '213513.135000', '213513.595000', '213514.055000', '213514.515000', '213514.975000', '213515.435000', '213515.895000', '213516.355000', '213516.815000', '213517.275000', '213517.735000', '213518.195000', '213518.655000', '213519.115000', '213519.575000', '213520.035000', '213520.495000', '213520.955000', '213521.415000', '213521.875000', '213522.335000', '213522.795000', '213523.255000', '213523.715000', '213524.175000', '213524.635000', '213525.095000', '213525.555000', '213526.015000', '213526.475000', '213526.935000', '213527.395000', '213527.855000', '213528.315000', '213528.775000', '213529.235000', '213529.695000', '213530.155000', '213530.615000', '213531.075000', '213531.535000', '213531.995000', '213532.455000', '213532.915000', '213533.375000', '213533.835000', '213534.295000', '213534.755000', '213535.215000', '213535.675000', '213536.135000', '213536.595000', '213537.055000', '213537.515000', '213537.975000', '213538.435000', '213538.895000', '213539.355000', '213539.815000', '213540.275000', '213540.735000', '213541.195000', '213541.655000', '213542.115000', '213542.575000', '213543.035000', '213543.495000', '213543.955000', '213544.415000', '213544.875000', '213545.335000', '213545.795000', '213546.255000', '213546.715000', '213547.175000', '213547.635000', '213548.095000', '213548.555000', '213549.015000', '213549.475000', '213549.935000', '213550.395000', '213550.855000', '213551.315000', '213551.775000', '213552.235000', '213552.695000', '213553.155000', '213553.615000', '213554.075000', '213554.535000', '213554.995000', '213555.455000', '213555.915000', '213556.375000', '213556.835000', '213557.295000', '213557.755000', '213558.215000', '213558.675000', '213559.135000', '213559.595000', '213600.055000', '213600.515000', '213600.975000', '213601.435000', '213601.895000', '213602.355000', '213602.815000', '213603.275000', '213603.735000', '213604.195000', '213604.655000', '213605.115000', '213605.575000', '213606.035000', '213606.495000', '213606.955000', '213607.415000', '213607.875000', '213608.335000', '213608.795000', '213609.255000', '213609.715000', '213610.175000', '213610.635000', '213611.095000', '213611.555000', '213612.015000', '213612.475000', '213612.935000', '213613.395000', '213613.855000', '213614.315000', '213614.775000', '213615.235000', '213615.695000', '213616.155000', '213616.615000', '213617.075000', '213617.535000', '213617.995000', '213618.455000', '213618.915000', '213619.375000', '213619.835000', '213620.295000', '213620.755000', '213621.215000', '213621.675000', '213622.135000', '213622.595000', '213623.055000', '213623.515000', '213623.975000', '213624.435000', '213624.895000', '213625.355000', '213625.815000', '213626.275000', '213626.735000', '213627.195000', '213627.655000', '213628.115000', '213628.575000'], 'ContentTime': ['212844.746000', '212844.749000', '212844.752000', '212844.755000', '212844.757000', '212844.760000', '212844.762000', '212844.765000', '212844.768000', '212844.770000', '212844.773000', '212844.775000', '212844.778000', '212844.782000', '212844.785000', '212844.788000', '212844.790000', '212844.793000', '212844.795000', '212844.798000', '212844.800000', '212844.803000', '212844.806000', '212844.808000', '212844.811000', '212844.813000', '212844.816000', '212844.818000', '212844.821000', '212844.824000', '212844.826000', '212844.829000', '212844.831000', '212844.834000', '212844.836000', '212844.839000', '212844.842000', '212844.844000', '212844.847000', '212844.849000', '212844.852000', '212844.854000', '212844.857000', '212844.860000', '212844.862000', '212844.865000', '212844.867000', '212844.870000', '212844.873000', '212844.875000', '212844.878000', '212844.880000', '212844.883000', '212904.710000', '212904.713000', '212904.716000', '212904.719000', '212904.721000', '212904.724000', '212904.727000', '212904.729000', '212904.732000', '212904.736000', '212904.739000', '212904.741000', '212904.744000', '212904.747000', '212904.749000', '212904.752000', '212904.755000', '212904.757000', '212904.760000', '212904.763000', '212904.771000', '212904.774000', '212904.776000', '212904.779000', '212904.782000', '212904.784000', '212904.787000', '212904.789000', '212904.792000', '212904.795000', '212904.797000', '212904.800000', '212904.802000', '212904.805000', '212904.808000', '212904.810000', '212904.813000', '212904.815000', '212904.818000', '212904.821000', '212904.823000', '212904.826000', '212904.828000', '212924.709000', '212924.712000', '212924.723000', '212924.726000', '212924.728000', '212924.731000', '212924.733000', '212924.736000', '212924.742000', '212924.745000', '212924.748000', '212924.750000', '212924.753000', '212924.755000', '212924.758000', '212924.761000', '212924.763000', '212924.766000', '212924.768000', '212924.771000', '212924.774000', '212924.776000', '212924.779000', '212924.781000', '212924.784000', '212924.787000', '212924.789000', '212924.792000', '212924.794000', '212924.797000', '212924.800000', '212924.802000', '212924.805000', '212924.808000', '212924.810000', '212924.813000', '212924.815000', '212924.818000', '212924.820000', '212924.823000', '212924.826000', '212924.828000', '212924.831000', '212924.833000', '212944.710000', '212944.713000', '212944.716000', '212944.718000', '212944.721000', '212944.724000', '212944.726000', '212944.729000', '212944.731000', '212944.734000', '212944.736000', '212944.739000', '212944.742000', '212944.744000', '212944.747000', '212944.750000', '212944.753000', '212944.755000', '212944.758000', '212944.760000', '212944.763000', '212944.766000', '212944.768000', '212944.771000', '212944.773000', '212944.776000', '212944.779000', '212944.781000', '212944.789000', '212944.793000', '212944.796000', '212944.798000', '212944.801000', '212944.803000', '212944.806000', '212944.809000', '212944.811000', '212944.814000', '212944.816000', '212944.819000', '212944.822000', '212944.824000', '212944.827000', '213004.710000', '213004.713000', '213004.716000', '213004.719000', '213004.721000', '213004.724000', '213004.726000', '213004.729000', '213004.732000', '213004.734000', '213004.737000', '213004.739000', '213004.742000', '213004.744000', '213004.747000', '213004.750000', '213004.752000', '213004.755000', '213004.758000', '213004.763000', '213004.765000', '213004.768000', '213004.771000', '213004.773000', '213004.776000', '213004.779000', '213004.781000', '213004.784000', '213004.786000', '213004.789000', '213004.792000', '213004.794000', '213004.797000', '213004.799000', '213004.802000', '213004.805000', '213004.807000', '213004.810000', '213004.812000', '213004.815000', '213004.818000', '213004.820000', '213004.823000', '213004.825000', '213024.710000', '213024.713000', '213024.716000', '213024.718000', '213024.726000', '213024.729000', '213024.732000', '213024.734000', '213024.737000', '213024.739000', '213024.742000', '213024.745000', '213024.747000', '213024.750000', '213024.753000', '213024.755000', '213024.758000', '213024.761000', '213024.763000', '213024.766000', '213024.769000', '213024.771000', '213024.774000', '213024.776000', '213024.779000', '213024.782000', '213024.784000', '213024.787000', '213024.790000', '213024.792000', '213024.795000', '213024.797000', '213024.800000', '213024.803000', '213024.805000', '213024.808000', '213024.810000', '213024.813000', '213024.816000', '213024.818000', '213024.821000', '213024.823000', '213024.826000', '213044.710000', '213044.713000', '213044.716000', '213044.719000', '213044.721000', '213044.724000', '213044.726000', '213044.729000', '213044.732000', '213044.735000', '213044.737000', '213044.740000', '213044.743000', '213044.745000', '213044.748000', '213044.750000', '213044.753000', '213044.756000', '213044.758000', '213044.761000', '213044.763000', '213044.766000', '213044.769000', '213044.771000', '213044.774000', '213044.776000', '213044.779000', '213044.782000', '213044.784000', '213044.787000', '213044.789000', '213044.792000', '213044.795000', '213044.797000', '213044.800000', '213044.802000', '213044.805000', '213044.808000', '213044.810000', '213044.813000', '213044.815000', '213044.829000', '213044.831000', '213044.834000', '213104.710000', '213104.713000', '213104.716000', '213104.718000', '213104.721000', '213104.724000', '213104.726000', '213104.729000', '213104.732000', '213104.734000', '213104.737000', '213104.739000', '213104.742000', '213104.745000', '213104.747000', '213104.750000', '213104.752000', '213104.755000', '213104.758000', '213104.760000', '213104.763000', '213104.767000', '213104.770000', '213104.772000', '213104.775000', '213104.778000', '213104.780000', '213104.783000', '213104.786000', '213104.788000', '213104.791000', '213104.793000', '213104.796000', '213104.798000', '213104.801000', '213104.804000', '213104.806000', '213104.809000', '213104.811000', '213104.814000', '213104.817000', '213104.819000', '213104.822000', '213124.711000', '213124.713000', '213124.716000', '213124.719000', '213124.721000', '213124.724000', '213124.726000', '213124.729000', '213124.732000', '213124.734000', '213124.737000', '213124.739000', '213124.742000', '213124.745000', '213124.747000', '213124.750000', '213124.752000', '213124.755000', '213124.757000', '213124.760000', '213124.763000', '213124.765000', '213124.768000', '213124.770000', '213124.773000', '213124.776000', '213124.778000', '213124.781000', '213124.783000', '213124.786000', '213124.789000', '213124.791000', '213124.794000', '213124.796000', '213124.799000', '213124.802000', '213124.804000', '213124.807000', '213124.809000', '213124.812000', '213124.815000', '213124.817000', '213124.820000', '213124.822000', '213144.710000', '213144.712000', '213144.715000', '213144.718000', '213144.720000', '213144.723000', '213144.725000', '213144.728000', '213144.731000', '213144.733000', '213144.736000', '213144.738000', '213144.741000', '213144.744000', '213144.746000', '213144.749000', '213144.752000', '213144.754000', '213144.757000', '213144.760000', '213144.762000', '213144.765000', '213144.767000', '213144.770000', '213144.773000', '213144.775000', '213144.778000', '213144.781000', '213144.783000', '213144.786000', '213144.789000', '213144.791000', '213144.794000', '213144.804000', '213144.807000', '213144.809000', '213144.812000', '213144.815000', '213144.817000', '213144.820000', '213144.823000', '213144.825000', '213144.828000', '213204.710000', '213204.713000', '213204.716000', '213204.719000', '213204.721000', '213204.724000', '213204.726000', '213204.729000', '213204.732000', '213204.734000', '213204.737000', '213204.739000', '213204.742000', '213204.745000', '213204.747000', '213204.750000', '213204.752000', '213204.755000', '213204.758000', '213204.760000', '213204.763000', '213204.766000', '213204.768000', '213204.771000', '213204.773000', '213204.776000', '213204.779000', '213204.781000', '213204.784000', '213204.787000', '213204.789000', '213204.792000', '213204.794000', '213204.797000', '213204.800000', '213204.802000', '213204.805000', '213204.807000', '213204.810000', '213204.813000', '213204.815000', '213204.818000', '213204.820000', '213204.823000', '213224.711000', '213224.714000', '213224.716000', '213224.719000', '213224.721000', '213224.724000', '213224.727000', '213224.729000', '213224.732000', '213224.745000', '213224.748000', '213224.750000', '213224.753000', '213224.756000', '213224.758000', '213224.761000', '213224.764000', '213224.766000', '213224.769000', '213224.771000', '213224.774000', '213224.777000', '213224.789000', '213224.791000', '213224.794000', '213224.797000', '213224.799000', '213224.802000', '213224.805000', '213224.807000', '213224.810000', '213224.813000', '213224.815000', '213224.818000', '213224.821000', '213224.823000', '213224.826000', '213224.828000', '213224.831000', '213224.834000', '213224.836000', '213224.839000', '213224.842000', '213244.710000', '213244.713000', '213244.716000', '213244.719000', '213244.721000', '213244.724000', '213244.726000', '213244.729000', '213244.732000', '213244.734000', '213244.737000', '213244.740000', '213244.742000', '213244.745000', '213244.747000', '213244.750000', '213244.753000', '213244.755000', '213244.758000', '213244.761000', '213244.763000', '213244.766000', '213244.768000', '213244.771000', '213244.774000', '213244.776000', '213244.779000', '213244.781000', '213244.784000', '213244.787000', '213244.789000', '213244.792000', '213244.795000', '213244.797000', '213244.800000', '213244.802000', '213244.805000', '213244.808000', '213244.810000', '213244.813000', '213244.815000', '213244.818000', '213244.821000', '213244.823000', '213304.711000', '213304.714000', '213304.716000', '213304.719000', '213304.722000', '213304.724000', '213304.727000', '213304.729000', '213304.732000', '213304.735000', '213304.737000', '213304.740000', '213304.743000', '213304.745000', '213304.748000', '213304.751000', '213304.753000', '213304.756000', '213304.758000', '213304.761000', '213304.764000', '213304.766000', '213304.769000', '213304.771000', '213304.774000', '213304.777000', '213304.779000', '213304.782000', '213304.784000', '213304.787000', '213304.790000', '213304.792000', '213304.795000', '213304.798000', '213304.800000', '213304.803000', '213304.806000', '213304.808000', '213304.811000', '213304.813000', '213304.816000', '213304.819000', '213304.821000', '213324.710000', '213324.713000', '213324.716000', '213324.718000', '213324.721000', '213324.724000', '213324.726000', '213324.729000', '213324.732000', '213324.734000', '213324.737000', '213324.739000', '213324.742000', '213324.745000', '213324.747000', '213324.750000', '213324.752000', '213324.755000', '213324.758000', '213324.760000', '213324.763000', '213324.766000', '213324.769000', '213324.771000', '213324.774000', '213324.777000', '213324.779000', '213324.782000', '213324.784000', '213324.787000', '213324.790000', '213324.792000', '213324.795000', '213324.798000', '213324.801000', '213324.803000', '213324.806000', '213324.809000', '213324.811000', '213324.814000', '213324.817000', '213324.819000', '213324.822000', '213324.825000', '213344.711000', '213344.713000', '213344.716000', '213344.719000', '213344.721000', '213344.724000', '213344.727000', '213344.729000', '213344.732000', '213344.734000', '213344.737000', '213344.740000', '213344.742000', '213344.745000', '213344.747000', '213344.750000', '213344.753000', '213344.755000', '213344.758000', '213344.760000', '213344.765000', '213344.768000', '213344.770000', '213344.773000', '213344.776000', '213344.778000', '213344.781000', '213344.783000', '213344.786000', '213344.789000', '213344.791000', '213344.794000', '213344.797000', '213344.799000', '213344.802000', '213344.804000', '213344.807000', '213344.810000', '213344.812000', '213344.815000', '213344.818000', '213344.820000', '213344.831000', '213404.710000', '213404.712000', '213404.715000', '213404.718000', '213404.720000', '213404.723000', '213404.726000', '213404.728000', '213404.731000', '213404.733000', '213404.736000', '213404.739000', '213404.741000', '213404.744000', '213404.746000', '213404.749000', '213404.752000', '213404.754000', '213404.757000', '213404.759000', '213404.762000', '213404.765000', '213404.767000', '213404.770000', '213404.772000', '213404.775000', '213404.778000', '213404.780000', '213404.783000', '213404.785000', '213404.788000', '213404.791000', '213404.793000', '213404.796000', '213404.799000', '213404.801000', '213404.804000', '213404.806000', '213404.809000', '213404.812000', '213404.814000', '213404.817000', '213404.819000', '213404.822000', '213424.710000', '213424.713000', '213424.716000', '213424.719000', '213424.721000', '213424.724000', '213424.726000', '213424.729000', '213424.732000', '213424.734000', '213424.737000', '213424.739000', '213424.742000', '213424.745000', '213424.747000', '213424.750000', '213424.752000', '213424.755000', '213424.758000', '213424.760000', '213424.763000', '213424.765000', '213424.768000', '213424.771000', '213424.773000', '213424.776000', '213424.779000', '213424.781000', '213424.784000', '213424.786000', '213424.789000', '213424.792000', '213424.794000', '213424.797000', '213424.799000', '213424.802000', '213424.805000', '213424.807000', '213424.810000', '213424.812000', '213424.815000', '213424.818000', '213424.820000', '213444.712000', '213444.715000', '213444.718000', '213444.721000', '213444.723000', '213444.726000', '213444.728000', '213444.731000', '213444.734000', '213444.736000', '213444.739000', '213444.741000', '213444.744000', '213444.747000', '213444.749000', '213444.752000', '213444.755000', '213444.757000', '213444.760000', '213444.763000', '213444.765000', '213444.768000', '213444.771000', '213444.773000', '213444.776000', '213444.779000', '213444.781000', '213444.784000', '213444.787000', '213444.789000', '213444.792000', '213444.795000', '213444.797000', '213444.800000', '213444.803000', '213444.806000', '213444.808000', '213444.811000', '213444.814000', '213444.816000', '213444.819000', '213444.822000', '213444.824000', '213444.827000', '213504.711000', '213504.714000', '213504.716000', '213504.719000', '213504.721000', '213504.724000', '213504.727000', '213504.729000', '213504.732000', '213504.734000', '213504.737000', '213504.740000', '213504.742000', '213504.745000', '213504.747000', '213504.750000', '213504.753000', '213504.755000', '213504.758000', '213504.760000', '213504.763000', '213504.766000', '213504.768000', '213504.771000', '213504.774000', '213504.776000', '213504.779000', '213504.781000', '213504.784000', '213504.787000', '213504.789000', '213504.792000', '213504.794000', '213504.797000', '213504.800000', '213504.802000', '213504.805000', '213504.808000', '213504.810000', '213504.813000', '213504.815000', '213504.818000', '213504.821000', '213524.719000', '213524.722000', '213524.724000', '213524.727000', '213524.729000', '213524.732000', '213524.735000', '213524.737000', '213524.740000', '213524.742000', '213524.745000', '213524.747000', '213524.750000', '213524.753000', '213524.755000', '213524.758000', '213524.761000', '213524.763000', '213524.766000', '213524.768000', '213524.771000', '213524.774000', '213524.776000', '213524.779000', '213524.781000', '213524.784000', '213524.787000', '213524.789000', '213524.792000', '213524.794000', '213524.797000', '213524.800000', '213524.802000', '213524.805000', '213524.807000', '213524.810000', '213524.812000', '213524.815000', '213524.818000', '213524.820000', '213524.823000', '213524.825000', '213524.828000', '213524.831000', '213544.711000', '213544.713000', '213544.716000', '213544.719000', '213544.721000', '213544.724000', '213544.726000', '213544.729000', '213544.732000', '213544.734000', '213544.737000', '213544.739000', '213544.742000', '213544.745000', '213544.747000', '213544.750000', '213544.753000', '213544.755000', '213544.758000', '213544.761000', '213544.763000', '213544.766000', '213544.768000', '213544.771000', '213544.774000', '213544.776000', '213544.779000', '213544.781000', '213544.784000', '213544.787000', '213544.789000', '213544.792000', '213544.795000', '213544.797000', '213544.800000', '213544.802000', '213544.805000', '213544.808000', '213544.810000', '213544.813000', '213544.816000', '213544.818000', '213544.821000', '213604.711000', '213604.713000', '213604.716000', '213604.719000', '213604.721000', '213604.724000', '213604.726000', '213604.729000', '213604.732000', '213604.734000', '213604.737000', '213604.739000', '213604.742000', '213604.745000', '213604.747000', '213604.751000', '213604.753000', '213604.756000', '213604.759000', '213604.761000', '213604.764000', '213604.767000', '213604.769000', '213604.772000', '213604.774000', '213604.777000', '213604.780000', '213604.782000', '213604.785000', '213604.788000', '213604.790000', '213604.793000', '213604.795000', '213604.798000', '213604.801000', '213604.803000', '213604.806000', '213604.809000', '213604.811000', '213604.814000', '213604.816000', '213604.819000', '213604.822000', '213604.824000', '213624.710000', '213624.712000', '213624.715000', '213624.718000', '213624.720000', '213624.723000', '213624.725000', '213624.728000', '213624.731000', '213624.733000', '213624.736000', '213624.738000', '213624.741000', '213624.744000', '213624.746000', '213624.749000', '213624.752000', '213624.754000', '213624.757000', '213624.759000', '213624.762000', '213624.765000', '213624.767000', '213624.770000', '213624.772000', '213624.775000', '213624.778000', '213624.780000', '213624.783000', '213624.786000', '213624.788000', '213624.791000', '213624.793000', '213624.796000', '213624.798000', '213624.801000', '213624.804000', '213624.806000', '213624.809000', '213624.812000', '213624.814000', '213624.817000', '213624.819000', '213630.033000', '213630.036000', '213630.039000', '213630.042000', '213630.044000', '213630.047000', '213630.049000', '213630.052000', '213630.055000', '213630.057000', '213630.060000', '213630.090000'], 'InstanceCreationTime': ['212844.746000', '212844.749000', '212844.752000', '212844.755000', '212844.757000', '212844.760000', '212844.762000', '212844.765000', '212844.768000', '212844.770000', '212844.773000', '212844.775000', '212844.778000', '212844.782000', '212844.785000', '212844.788000', '212844.790000', '212844.793000', '212844.795000', '212844.798000', '212844.800000', '212844.803000', '212844.806000', '212844.808000', '212844.811000', '212844.813000', '212844.816000', '212844.818000', '212844.821000', '212844.824000', '212844.826000', '212844.829000', '212844.831000', '212844.834000', '212844.836000', '212844.839000', '212844.842000', '212844.844000', '212844.847000', '212844.849000', '212844.852000', '212844.854000', '212844.857000', '212844.860000', '212844.862000', '212844.865000', '212844.867000', '212844.870000', '212844.873000', '212844.875000', '212844.878000', '212844.880000', '212844.883000', '212904.710000', '212904.713000', '212904.716000', '212904.719000', '212904.721000', '212904.724000', '212904.727000', '212904.729000', '212904.732000', '212904.736000', '212904.739000', '212904.741000', '212904.744000', '212904.747000', '212904.749000', '212904.752000', '212904.755000', '212904.757000', '212904.760000', '212904.763000', '212904.771000', '212904.774000', '212904.776000', '212904.779000', '212904.782000', '212904.784000', '212904.787000', '212904.789000', '212904.792000', '212904.795000', '212904.797000', '212904.800000', '212904.802000', '212904.805000', '212904.808000', '212904.810000', '212904.813000', '212904.815000', '212904.818000', '212904.821000', '212904.823000', '212904.826000', '212904.828000', '212924.709000', '212924.712000', '212924.723000', '212924.726000', '212924.728000', '212924.731000', '212924.733000', '212924.736000', '212924.742000', '212924.745000', '212924.748000', '212924.750000', '212924.753000', '212924.755000', '212924.758000', '212924.761000', '212924.763000', '212924.766000', '212924.768000', '212924.771000', '212924.774000', '212924.776000', '212924.779000', '212924.781000', '212924.784000', '212924.787000', '212924.789000', '212924.792000', '212924.794000', '212924.797000', '212924.800000', '212924.802000', '212924.805000', '212924.808000', '212924.810000', '212924.813000', '212924.815000', '212924.818000', '212924.820000', '212924.823000', '212924.826000', '212924.828000', '212924.831000', '212924.833000', '212944.710000', '212944.713000', '212944.716000', '212944.718000', '212944.721000', '212944.724000', '212944.726000', '212944.729000', '212944.731000', '212944.734000', '212944.736000', '212944.739000', '212944.742000', '212944.744000', '212944.747000', '212944.750000', '212944.753000', '212944.755000', '212944.758000', '212944.760000', '212944.763000', '212944.766000', '212944.768000', '212944.771000', '212944.773000', '212944.776000', '212944.779000', '212944.781000', '212944.789000', '212944.793000', '212944.796000', '212944.798000', '212944.801000', '212944.803000', '212944.806000', '212944.809000', '212944.811000', '212944.814000', '212944.816000', '212944.819000', '212944.822000', '212944.824000', '212944.827000', '213004.710000', '213004.713000', '213004.716000', '213004.719000', '213004.721000', '213004.724000', '213004.726000', '213004.729000', '213004.732000', '213004.734000', '213004.737000', '213004.739000', '213004.742000', '213004.744000', '213004.747000', '213004.750000', '213004.752000', '213004.755000', '213004.758000', '213004.763000', '213004.765000', '213004.768000', '213004.771000', '213004.773000', '213004.776000', '213004.779000', '213004.781000', '213004.784000', '213004.786000', '213004.789000', '213004.792000', '213004.794000', '213004.797000', '213004.799000', '213004.802000', '213004.805000', '213004.807000', '213004.810000', '213004.812000', '213004.815000', '213004.818000', '213004.820000', '213004.823000', '213004.825000', '213024.710000', '213024.713000', '213024.716000', '213024.718000', '213024.726000', '213024.729000', '213024.732000', '213024.734000', '213024.737000', '213024.739000', '213024.742000', '213024.745000', '213024.747000', '213024.750000', '213024.753000', '213024.755000', '213024.758000', '213024.761000', '213024.763000', '213024.766000', '213024.769000', '213024.771000', '213024.774000', '213024.776000', '213024.779000', '213024.782000', '213024.784000', '213024.787000', '213024.790000', '213024.792000', '213024.795000', '213024.797000', '213024.800000', '213024.803000', '213024.805000', '213024.808000', '213024.810000', '213024.813000', '213024.816000', '213024.818000', '213024.821000', '213024.823000', '213024.826000', '213044.710000', '213044.713000', '213044.716000', '213044.719000', '213044.721000', '213044.724000', '213044.726000', '213044.729000', '213044.732000', '213044.735000', '213044.737000', '213044.740000', '213044.743000', '213044.745000', '213044.748000', '213044.750000', '213044.753000', '213044.756000', '213044.758000', '213044.761000', '213044.763000', '213044.766000', '213044.769000', '213044.771000', '213044.774000', '213044.776000', '213044.779000', '213044.782000', '213044.784000', '213044.787000', '213044.789000', '213044.792000', '213044.795000', '213044.797000', '213044.800000', '213044.802000', '213044.805000', '213044.808000', '213044.810000', '213044.813000', '213044.815000', '213044.829000', '213044.831000', '213044.834000', '213104.710000', '213104.713000', '213104.716000', '213104.718000', '213104.721000', '213104.724000', '213104.726000', '213104.729000', '213104.732000', '213104.734000', '213104.737000', '213104.739000', '213104.742000', '213104.745000', '213104.747000', '213104.750000', '213104.752000', '213104.755000', '213104.758000', '213104.760000', '213104.763000', '213104.767000', '213104.770000', '213104.772000', '213104.775000', '213104.778000', '213104.780000', '213104.783000', '213104.786000', '213104.788000', '213104.791000', '213104.793000', '213104.796000', '213104.798000', '213104.801000', '213104.804000', '213104.806000', '213104.809000', '213104.811000', '213104.814000', '213104.817000', '213104.819000', '213104.822000', '213124.711000', '213124.713000', '213124.716000', '213124.719000', '213124.721000', '213124.724000', '213124.726000', '213124.729000', '213124.732000', '213124.734000', '213124.737000', '213124.739000', '213124.742000', '213124.745000', '213124.747000', '213124.750000', '213124.752000', '213124.755000', '213124.757000', '213124.760000', '213124.763000', '213124.765000', '213124.768000', '213124.770000', '213124.773000', '213124.776000', '213124.778000', '213124.781000', '213124.783000', '213124.786000', '213124.789000', '213124.791000', '213124.794000', '213124.796000', '213124.799000', '213124.802000', '213124.804000', '213124.807000', '213124.809000', '213124.812000', '213124.815000', '213124.817000', '213124.820000', '213124.822000', '213144.710000', '213144.712000', '213144.715000', '213144.718000', '213144.720000', '213144.723000', '213144.725000', '213144.728000', '213144.731000', '213144.733000', '213144.736000', '213144.738000', '213144.741000', '213144.744000', '213144.746000', '213144.749000', '213144.752000', '213144.754000', '213144.757000', '213144.760000', '213144.762000', '213144.765000', '213144.767000', '213144.770000', '213144.773000', '213144.775000', '213144.778000', '213144.781000', '213144.783000', '213144.786000', '213144.789000', '213144.791000', '213144.794000', '213144.804000', '213144.807000', '213144.809000', '213144.812000', '213144.815000', '213144.817000', '213144.820000', '213144.823000', '213144.825000', '213144.828000', '213204.710000', '213204.713000', '213204.716000', '213204.719000', '213204.721000', '213204.724000', '213204.726000', '213204.729000', '213204.732000', '213204.734000', '213204.737000', '213204.739000', '213204.742000', '213204.745000', '213204.747000', '213204.750000', '213204.752000', '213204.755000', '213204.758000', '213204.760000', '213204.763000', '213204.766000', '213204.768000', '213204.771000', '213204.773000', '213204.776000', '213204.779000', '213204.781000', '213204.784000', '213204.787000', '213204.789000', '213204.792000', '213204.794000', '213204.797000', '213204.800000', '213204.802000', '213204.805000', '213204.807000', '213204.810000', '213204.813000', '213204.815000', '213204.818000', '213204.820000', '213204.823000', '213224.711000', '213224.714000', '213224.716000', '213224.719000', '213224.721000', '213224.724000', '213224.727000', '213224.729000', '213224.732000', '213224.745000', '213224.748000', '213224.750000', '213224.753000', '213224.756000', '213224.758000', '213224.761000', '213224.764000', '213224.766000', '213224.769000', '213224.771000', '213224.774000', '213224.777000', '213224.789000', '213224.791000', '213224.794000', '213224.797000', '213224.799000', '213224.802000', '213224.805000', '213224.807000', '213224.810000', '213224.813000', '213224.815000', '213224.818000', '213224.821000', '213224.823000', '213224.826000', '213224.828000', '213224.831000', '213224.834000', '213224.836000', '213224.839000', '213224.842000', '213244.710000', '213244.713000', '213244.716000', '213244.719000', '213244.721000', '213244.724000', '213244.726000', '213244.729000', '213244.732000', '213244.734000', '213244.737000', '213244.740000', '213244.742000', '213244.745000', '213244.747000', '213244.750000', '213244.753000', '213244.755000', '213244.758000', '213244.761000', '213244.763000', '213244.766000', '213244.768000', '213244.771000', '213244.774000', '213244.776000', '213244.779000', '213244.781000', '213244.784000', '213244.787000', '213244.789000', '213244.792000', '213244.795000', '213244.797000', '213244.800000', '213244.802000', '213244.805000', '213244.808000', '213244.810000', '213244.813000', '213244.815000', '213244.818000', '213244.821000', '213244.823000', '213304.711000', '213304.714000', '213304.716000', '213304.719000', '213304.722000', '213304.724000', '213304.727000', '213304.729000', '213304.732000', '213304.735000', '213304.737000', '213304.740000', '213304.743000', '213304.745000', '213304.748000', '213304.751000', '213304.753000', '213304.756000', '213304.758000', '213304.761000', '213304.764000', '213304.766000', '213304.769000', '213304.771000', '213304.774000', '213304.777000', '213304.779000', '213304.782000', '213304.784000', '213304.787000', '213304.790000', '213304.792000', '213304.795000', '213304.798000', '213304.800000', '213304.803000', '213304.806000', '213304.808000', '213304.811000', '213304.813000', '213304.816000', '213304.819000', '213304.821000', '213324.710000', '213324.713000', '213324.716000', '213324.718000', '213324.721000', '213324.724000', '213324.726000', '213324.729000', '213324.732000', '213324.734000', '213324.737000', '213324.739000', '213324.742000', '213324.745000', '213324.747000', '213324.750000', '213324.752000', '213324.755000', '213324.758000', '213324.760000', '213324.763000', '213324.766000', '213324.769000', '213324.771000', '213324.774000', '213324.777000', '213324.779000', '213324.782000', '213324.784000', '213324.787000', '213324.790000', '213324.792000', '213324.795000', '213324.798000', '213324.801000', '213324.803000', '213324.806000', '213324.809000', '213324.811000', '213324.814000', '213324.817000', '213324.819000', '213324.822000', '213324.825000', '213344.711000', '213344.713000', '213344.716000', '213344.719000', '213344.721000', '213344.724000', '213344.727000', '213344.729000', '213344.732000', '213344.734000', '213344.737000', '213344.740000', '213344.742000', '213344.745000', '213344.747000', '213344.750000', '213344.753000', '213344.755000', '213344.758000', '213344.760000', '213344.765000', '213344.768000', '213344.770000', '213344.773000', '213344.776000', '213344.778000', '213344.781000', '213344.783000', '213344.786000', '213344.789000', '213344.791000', '213344.794000', '213344.797000', '213344.799000', '213344.802000', '213344.804000', '213344.807000', '213344.810000', '213344.812000', '213344.815000', '213344.818000', '213344.820000', '213344.831000', '213404.710000', '213404.712000', '213404.715000', '213404.718000', '213404.720000', '213404.723000', '213404.726000', '213404.728000', '213404.731000', '213404.733000', '213404.736000', '213404.739000', '213404.741000', '213404.744000', '213404.746000', '213404.749000', '213404.752000', '213404.754000', '213404.757000', '213404.759000', '213404.762000', '213404.765000', '213404.767000', '213404.770000', '213404.772000', '213404.775000', '213404.778000', '213404.780000', '213404.783000', '213404.785000', '213404.788000', '213404.791000', '213404.793000', '213404.796000', '213404.799000', '213404.801000', '213404.804000', '213404.806000', '213404.809000', '213404.812000', '213404.814000', '213404.817000', '213404.819000', '213404.822000', '213424.710000', '213424.713000', '213424.716000', '213424.719000', '213424.721000', '213424.724000', '213424.726000', '213424.729000', '213424.732000', '213424.734000', '213424.737000', '213424.739000', '213424.742000', '213424.745000', '213424.747000', '213424.750000', '213424.752000', '213424.755000', '213424.758000', '213424.760000', '213424.763000', '213424.765000', '213424.768000', '213424.771000', '213424.773000', '213424.776000', '213424.779000', '213424.781000', '213424.784000', '213424.786000', '213424.789000', '213424.792000', '213424.794000', '213424.797000', '213424.799000', '213424.802000', '213424.805000', '213424.807000', '213424.810000', '213424.812000', '213424.815000', '213424.818000', '213424.820000', '213444.712000', '213444.715000', '213444.718000', '213444.721000', '213444.723000', '213444.726000', '213444.728000', '213444.731000', '213444.734000', '213444.736000', '213444.739000', '213444.741000', '213444.744000', '213444.747000', '213444.749000', '213444.752000', '213444.755000', '213444.757000', '213444.760000', '213444.763000', '213444.765000', '213444.768000', '213444.771000', '213444.773000', '213444.776000', '213444.779000', '213444.781000', '213444.784000', '213444.787000', '213444.789000', '213444.792000', '213444.795000', '213444.797000', '213444.800000', '213444.803000', '213444.806000', '213444.808000', '213444.811000', '213444.814000', '213444.816000', '213444.819000', '213444.822000', '213444.824000', '213444.827000', '213504.711000', '213504.714000', '213504.716000', '213504.719000', '213504.721000', '213504.724000', '213504.727000', '213504.729000', '213504.732000', '213504.734000', '213504.737000', '213504.740000', '213504.742000', '213504.745000', '213504.747000', '213504.750000', '213504.753000', '213504.755000', '213504.758000', '213504.760000', '213504.763000', '213504.766000', '213504.768000', '213504.771000', '213504.774000', '213504.776000', '213504.779000', '213504.781000', '213504.784000', '213504.787000', '213504.789000', '213504.792000', '213504.794000', '213504.797000', '213504.800000', '213504.802000', '213504.805000', '213504.808000', '213504.810000', '213504.813000', '213504.815000', '213504.818000', '213504.821000', '213524.719000', '213524.722000', '213524.724000', '213524.727000', '213524.729000', '213524.732000', '213524.735000', '213524.737000', '213524.740000', '213524.742000', '213524.745000', '213524.747000', '213524.750000', '213524.753000', '213524.755000', '213524.758000', '213524.761000', '213524.763000', '213524.766000', '213524.768000', '213524.771000', '213524.774000', '213524.776000', '213524.779000', '213524.781000', '213524.784000', '213524.787000', '213524.789000', '213524.792000', '213524.794000', '213524.797000', '213524.800000', '213524.802000', '213524.805000', '213524.807000', '213524.810000', '213524.812000', '213524.815000', '213524.818000', '213524.820000', '213524.823000', '213524.825000', '213524.828000', '213524.831000', '213544.711000', '213544.713000', '213544.716000', '213544.719000', '213544.721000', '213544.724000', '213544.726000', '213544.729000', '213544.732000', '213544.734000', '213544.737000', '213544.739000', '213544.742000', '213544.745000', '213544.747000', '213544.750000', '213544.753000', '213544.755000', '213544.758000', '213544.761000', '213544.763000', '213544.766000', '213544.768000', '213544.771000', '213544.774000', '213544.776000', '213544.779000', '213544.781000', '213544.784000', '213544.787000', '213544.789000', '213544.792000', '213544.795000', '213544.797000', '213544.800000', '213544.802000', '213544.805000', '213544.808000', '213544.810000', '213544.813000', '213544.816000', '213544.818000', '213544.821000', '213604.711000', '213604.713000', '213604.716000', '213604.719000', '213604.721000', '213604.724000', '213604.726000', '213604.729000', '213604.732000', '213604.734000', '213604.737000', '213604.739000', '213604.742000', '213604.745000', '213604.747000', '213604.751000', '213604.753000', '213604.756000', '213604.759000', '213604.761000', '213604.764000', '213604.767000', '213604.769000', '213604.772000', '213604.774000', '213604.777000', '213604.780000', '213604.782000', '213604.785000', '213604.788000', '213604.790000', '213604.793000', '213604.795000', '213604.798000', '213604.801000', '213604.803000', '213604.806000', '213604.809000', '213604.811000', '213604.814000', '213604.816000', '213604.819000', '213604.822000', '213604.824000', '213624.710000', '213624.712000', '213624.715000', '213624.718000', '213624.720000', '213624.723000', '213624.725000', '213624.728000', '213624.731000', '213624.733000', '213624.736000', '213624.738000', '213624.741000', '213624.744000', '213624.746000', '213624.749000', '213624.752000', '213624.754000', '213624.757000', '213624.759000', '213624.762000', '213624.765000', '213624.767000', '213624.770000', '213624.772000', '213624.775000', '213624.778000', '213624.780000', '213624.783000', '213624.786000', '213624.788000', '213624.791000', '213624.793000', '213624.796000', '213624.798000', '213624.801000', '213624.804000', '213624.806000', '213624.809000', '213624.812000', '213624.814000', '213624.817000', '213624.819000', '213630.033000', '213630.036000', '213630.039000', '213630.042000', '213630.044000', '213630.047000', '213630.049000', '213630.052000', '213630.055000', '213630.057000', '213630.060000', '213630.090000'], '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], 'LargestImagePixelValue': [10377, 7076, 12369, 8473, 13460, 8639, 11385, 7788, 7062, 7668, 6430, 10169, 7285, 11809, 7889, 11282, 7650, 8664, 7343, 6690, 9547, 6559, 10834, 6987, 11850, 7630, 12168, 7894, 11273, 7966, 10065, 14026, 8539, 12907, 9474, 11769, 8118, 10319, 6878, 8836, 13553, 8806, 11713, 8186, 9763, 6889, 9285, 6569, 9653, 7313, 9109, 9839, 8476, 14295, 10335, 12658, 8836, 12030, 8015, 11152, 7554, 11165, 7294, 9790, 9404, 8606, 14403, 10010, 12296, 8602, 11116, 7424, 10760, 7240, 10335, 10259, 8437, 14195, 9033, 11773, 8780, 11409, 7892, 10652, 6741, 10055, 7222, 10810, 7593, 9989, 11168, 8549, 13527, 9602, 12225, 9774, 12146, 8144, 11122, 7488, 11560, 7834, 11592, 7410, 9788, 8410, 8828, 12551, 9224, 13765, 9279, 14529, 8578, 11796, 8063, 11101, 7923, 11392, 7749, 10884, 7179, 10035, 7183, 9120, 11724, 8929, 14381, 9938, 12722, 8850, 11195, 7515, 11288, 7602, 9868, 10739, 7793, 14135, 8551, 12444, 8839, 10853, 7083, 9863, 6872, 9646, 9422, 10497, 9796, 9100, 11481, 8126, 12518, 8206, 12323, 8444, 13041, 7861, 12096, 8129, 11275, 7988, 12077, 8362, 9613, 12887, 8473, 13873, 9724, 12028, 8048, 11618, 7458, 8968, 8157, 10180, 7472, 8472, 7235, 7806, 6639, 9243, 7137, 10489, 7137, 9555, 8430, 9443, 13651, 9228, 14447, 8920, 12875, 8686, 12123, 11035, 10180, 9281, 7685, 15050, 7673, 11438, 7937, 11301, 7921, 8649, 7237, 8805, 10176, 7710, 11700, 7478, 13224, 8031, 12567, 8667, 12557, 7987, 12536, 7482, 11557, 8036, 11332, 8562, 12212, 8060, 11754, 8010, 11320, 8244, 12175, 8602, 11819, 8001, 11153, 7663, 10480, 7058, 11504, 6869, 10492, 7288, 9193, 7066, 10466, 7492, 11634, 6807, 9981, 6966, 10448, 7168, 12263, 8568, 12839, 8975, 12556, 7943, 13120, 7991, 12781, 9010, 12510, 9243, 11975, 8077, 10572, 9289, 13363, 9592, 8422, 8065, 8765, 8133, 10019, 10021, 8239, 10200, 6956, 9043, 7141, 9938, 7942, 11844, 7148, 10943, 6796, 9761, 6801, 10077, 6643, 12039, 6934, 11038, 7187, 9226, 6918, 11055, 7708, 12183, 8475, 11943, 8010, 11538, 7317, 10077, 7140, 11153, 7882, 12718, 9455, 8314, 9365, 7420, 9246, 8378, 9544, 8528, 10818, 6965, 9624, 6430, 9586, 6969, 10015, 6476, 10728, 6490, 9704, 6564, 9086, 6611, 9980, 7540, 10179, 7060, 8567, 9191, 8052, 14168, 9364, 12453, 8504, 11351, 8127, 11307, 7819, 11031, 7205, 9783, 7320, 9483, 11773, 9227, 13614, 9202, 13090, 8893, 11935, 9037, 11733, 8032, 10565, 7010, 10467, 6960, 11121, 6849, 10455, 6988, 9594, 8737, 9698, 11324, 9260, 12457, 8376, 13859, 8759, 12459, 9417, 12035, 8336, 10974, 7742, 11035, 7576, 11523, 7302, 9592, 7385, 9413, 10998, 9841, 13114, 8483, 13791, 8887, 11776, 9007, 11555, 8167, 11089, 7156, 10063, 6993, 10506, 7417, 9872, 12247, 8335, 13389, 9720, 12254, 9061, 12003, 8183, 10997, 7367, 11125, 7474, 10913, 6756, 10207, 6997, 9942, 9648, 10181, 11457, 8834, 14132, 8752, 13084, 9300, 11995, 8549, 11107, 7237, 10042, 8099, 9651, 8561, 8805, 14171, 8798, 12270, 8857, 11620, 8381, 11395, 7674, 10962, 7674, 11640, 8026, 11223, 7005, 10450, 7042, 11416, 7877, 11606, 7419, 10696, 7539, 11783, 8068, 12244, 7775, 11485, 10452, 9563, 12960, 8897, 14123, 8525, 12812, 8359, 11021, 7949, 10764, 7410, 11869, 9197, 12871, 7987, 10810, 6853, 9063, 7026, 9008, 7162, 9985, 8822, 11947, 10399, 12012, 11476, 13697, 11108, 13157, 10614, 13418, 11368, 14400, 8967, 14080, 8301, 14325, 8123, 13933, 8391, 13092, 7456, 11985, 7351, 11726, 7397, 11457, 7647, 10985, 7603, 10104, 7078, 7758, 7133, 7487, 7725, 7612, 10625, 6379, 10457, 6617, 10987, 7497, 12543, 8555, 12574, 8515, 12002, 8057, 11509, 7772, 11444, 8063, 12615, 8249, 12474, 7648, 12672, 7451, 12592, 8316, 12884, 7575, 12499, 7177, 12293, 7538, 12683, 8148, 9705, 7212, 6964, 7490, 6905, 9457, 7747, 11095, 7244, 11016, 6612, 10522, 6717, 11079, 7178, 12067, 7308, 11317, 7370, 11055, 7260, 11433, 7361, 11466, 7117, 10464, 6723, 9910, 6611, 11037, 7118, 11214, 6843, 10239, 6726, 10380, 6971, 11663, 6739, 9768, 6631, 8956, 6340, 10283, 6999, 10387, 7169, 9294, 6839, 10818, 7203, 11113, 6767, 9887, 6734, 10250, 8201, 10633, 7846, 9430, 9608, 8786, 13080, 9577, 11388, 8355, 11856, 7828, 9447, 8286, 9303, 10059, 7560, 9462, 6935, 10138, 8780, 10921, 8912, 10831, 9117, 8651, 10223, 7959, 12396, 8843, 12938, 7600, 12906, 7611, 13470, 8734, 12371, 8659, 11513, 7877, 10811, 7651, 11137, 7541, 10474, 6695, 9324, 6945, 9878, 6848, 9491, 6768, 8538, 8078, 8384, 9008, 9334, 8188, 8283, 13007, 8455, 12962, 8501, 14089, 8458, 12067, 9090, 11859, 9185, 12079, 8141, 11171, 7518, 11027, 7729, 11483, 7226, 10598, 6935, 11013, 7250, 11621, 6898, 9910, 6718, 9593, 6630, 11766, 7227, 11652, 7342, 10878, 7560, 12204, 8827, 12294, 8298, 11589, 8002, 11320, 7827, 12022, 7788, 10772, 6824, 10690, 7364, 10758, 7631, 9803, 7191, 8525, 7152, 8994, 8217, 9533, 7172, 8482, 9228, 8167, 13418, 9113, 12493, 8156, 14210, 8173, 12785, 9144, 12175, 8559, 11090, 7957, 11956, 7380, 10864, 9185, 6925, 10930, 7341, 8602, 7046, 12350, 8165, 13519, 8782, 11264, 8203, 11363, 10199, 10216, 12889, 8404, 14256, 9011, 11869, 8500, 10683, 7742, 11361, 7637, 10495, 7099, 9585, 7136, 9056, 6601, 8600, 6884, 9228, 6666, 8887, 6669, 8363, 6750, 7395, 8376, 7805, 10583, 7841, 13558, 7599, 12101, 8097, 11525, 8257, 10618, 7195, 9785, 7683, 8123, 9692, 8258, 12303, 7433, 12718, 7527, 11201, 7650, 10919, 7930, 11190, 7341, 10429, 7424, 10995, 8214, 11697, 7980, 11555, 7937, 11124, 8042, 12089, 8355, 11882, 8056, 11254, 7949, 11025, 7561, 11447, 7965, 11856, 7388, 10067, 6934, 10100, 6706, 11418, 7772, 11793, 7335, 10952, 6956, 10831, 8988, 10282, 9143, 9155, 12904, 7828, 14329, 8393, 12249, 8544, 11235, 7447, 9517, 6671, 9059, 6571, 9112, 6843, 7852, 11379, 7352, 12619, 7980, 11406, 7933, 10647, 7247, 9542, 6629, 9207, 6922, 10247, 7884, 8489, 12718, 8231, 13173, 9540, 12230, 9297, 12014, 8255, 10970, 7592, 11004, 7515, 12014, 7336, 10891, 8877, 9836, 13807, 9581, 13886, 9984, 12288, 8906, 11801, 8102, 11626, 7968, 11902, 7758, 10133, 8904, 9000, 14011, 9363, 13395, 8636, 14441, 8527, 12250, 9062, 11429, 8346, 11350, 7273, 10215, 6805, 11083, 7023, 11094, 7618, 8842, 11612, 8681, 14490, 9208, 14415, 8576, 11816, 8809, 11591, 8475, 11737, 7888, 10460, 7420, 10945, 7478, 11840, 7560, 11292, 7110, 11113, 7537, 11592, 7777, 10229, 7988, 9178, 10231, 9535, 10049, 9215, 12181, 7879, 12921, 7859, 13478, 8895, 12314, 7797, 10769, 7201, 9184, 7640, 10653, 10222, 9414, 10650, 9129, 10196, 9285, 10997, 9697, 11223, 6962, 10284, 6878, 11016, 7237, 11643, 8470, 12242, 8610, 11925, 7890, 11061, 7250, 10398, 7547, 10069, 9506, 7249, 9777, 7023, 10655, 7265, 12291, 9178, 11663, 8645, 12385, 7634, 9779, 6849, 6591, 8481, 6469, 11334, 8251, 12580, 9335, 12201, 8105, 9396, 9585, 7998, 10082, 10936, 10283, 8649, 8650, 7354, 8499, 12611, 7551, 12662, 8642, 11460, 7811, 10679, 7411, 10055, 7396, 10278, 7508, 9453, 7119, 8282, 7135, 13295, 8844, 12687, 8212, 11542, 7790, 10973, 7893, 11102, 7497], 'WindowCenter': [3965.0, 3907.0, 3958.0, 3914.0, 3955.0, 3912.0, 3931.0, 3899.0, 3888.0, 3899.0, 3879.0, 3931.0, 3901.0, 3943.0, 3913.0, 3944.0, 3914.0, 3924.0, 3915.0, 3904.0, 3937.0, 3895.0, 3958.0, 3906.0, 3959.0, 3916.0, 3970.0, 3916.0, 3959.0, 3915.0, 3947.0, 3967.0, 3925.0, 3956.0, 3935.0, 3954.0, 3913.0, 3934.0, 3891.0, 3924.0, 3964.0, 3922.0, 3944.0, 3912.0, 3933.0, 3891.0, 3934.0, 3892.0, 3935.0, 3903.0, 3936.0, 3934.0, 3926.0, 3977.0, 3947.0, 3967.0, 3938.0, 3956.0, 3915.0, 3957.0, 3915.0, 3958.0, 3904.0, 3947.0, 3935.0, 3927.0, 3978.0, 3947.0, 3957.0, 3925.0, 3946.0, 3904.0, 3946.0, 3904.0, 3947.0, 3935.0, 3925.0, 3966.0, 3935.0, 3956.0, 3925.0, 3956.0, 3915.0, 3946.0, 3894.0, 3948.0, 3916.0, 3959.0, 3916.0, 3949.0, 3958.0, 3937.0, 3980.0, 3949.0, 3969.0, 3949.0, 3970.0, 3927.0, 3958.0, 3916.0, 3959.0, 3917.0, 3960.0, 3916.0, 3949.0, 3938.0, 3951.0, 3983.0, 3952.0, 3981.0, 3939.0, 3981.0, 3941.0, 3969.0, 3926.0, 3957.0, 3928.0, 3959.0, 3929.0, 3959.0, 3917.0, 3949.0, 3906.0, 3938.0, 3958.0, 3938.0, 3980.0, 3948.0, 3968.0, 3925.0, 3946.0, 3904.0, 3946.0, 3902.0, 3935.0, 3933.0, 3903.0, 3965.0, 3924.0, 3955.0, 3924.0, 3944.0, 3903.0, 3935.0, 3892.0, 3936.0, 3934.0, 3947.0, 3947.0, 3938.0, 3957.0, 3926.0, 3968.0, 3927.0, 3968.0, 3929.0, 3969.0, 3929.0, 3970.0, 3929.0, 3961.0, 3930.0, 3973.0, 3939.0, 3951.0, 3969.0, 3928.0, 3981.0, 3937.0, 3959.0, 3929.0, 3960.0, 3918.0, 3939.0, 3927.0, 3949.0, 3915.0, 3926.0, 3915.0, 3915.0, 3905.0, 3949.0, 3918.0, 3973.0, 3920.0, 3962.0, 3940.0, 3952.0, 3982.0, 3951.0, 3982.0, 3940.0, 3971.0, 3927.0, 3960.0, 3947.0, 3948.0, 3924.0, 3914.0, 3966.0, 3902.0, 3943.0, 3901.0, 3944.0, 3901.0, 3914.0, 3902.0, 3922.0, 3932.0, 3902.0, 3943.0, 3902.0, 3953.0, 3913.0, 3955.0, 3925.0, 3954.0, 3914.0, 3954.0, 3903.0, 3944.0, 3915.0, 3945.0, 3926.0, 3956.0, 3915.0, 3954.0, 3915.0, 3945.0, 3925.0, 3957.0, 3926.0, 3957.0, 3915.0, 3946.0, 3915.0, 3946.0, 3904.0, 3957.0, 3893.0, 3947.0, 3904.0, 3937.0, 3904.0, 3947.0, 3915.0, 3959.0, 3905.0, 3947.0, 3917.0, 3947.0, 3918.0, 3970.0, 3941.0, 3982.0, 3953.0, 3971.0, 3929.0, 3969.0, 3928.0, 3969.0, 3939.0, 3969.0, 3939.0, 3958.0, 3916.0, 3945.0, 3925.0, 3955.0, 3935.0, 3913.0, 3914.0, 3912.0, 3914.0, 3935.0, 3936.0, 3915.0, 3947.0, 3903.0, 3924.0, 3902.0, 3935.0, 3914.0, 3957.0, 3903.0, 3946.0, 3894.0, 3935.0, 3891.0, 3934.0, 3893.0, 3957.0, 3892.0, 3945.0, 3903.0, 3924.0, 3903.0, 3947.0, 3915.0, 3958.0, 3926.0, 3956.0, 3926.0, 3956.0, 3916.0, 3946.0, 3907.0, 3957.0, 3917.0, 3968.0, 3937.0, 3925.0, 3925.0, 3903.0, 3924.0, 3911.0, 3922.0, 3911.0, 3933.0, 3890.0, 3922.0, 3881.0, 3933.0, 3890.0, 3933.0, 3881.0, 3944.0, 3881.0, 3923.0, 3891.0, 3923.0, 3891.0, 3934.0, 3901.0, 3934.0, 3891.0, 3923.0, 3922.0, 3913.0, 3964.0, 3934.0, 3954.0, 3924.0, 3943.0, 3913.0, 3944.0, 3903.0, 3945.0, 3902.0, 3934.0, 3902.0, 3934.0, 3943.0, 3924.0, 3965.0, 3924.0, 3955.0, 3924.0, 3945.0, 3924.0, 3944.0, 3913.0, 3934.0, 3902.0, 3945.0, 3903.0, 3946.0, 3893.0, 3946.0, 3904.0, 3935.0, 3925.0, 3937.0, 3957.0, 3938.0, 3967.0, 3927.0, 3968.0, 3927.0, 3967.0, 3938.0, 3958.0, 3926.0, 3946.0, 3915.0, 3947.0, 3915.0, 3958.0, 3904.0, 3936.0, 3903.0, 3937.0, 3946.0, 3947.0, 3967.0, 3926.0, 3967.0, 3925.0, 3956.0, 3925.0, 3956.0, 3925.0, 3946.0, 3903.0, 3937.0, 3904.0, 3947.0, 3904.0, 3947.0, 3956.0, 3925.0, 3967.0, 3937.0, 3957.0, 3926.0, 3957.0, 3915.0, 3945.0, 3904.0, 3946.0, 3904.0, 3946.0, 3904.0, 3947.0, 3904.0, 3948.0, 3936.0, 3948.0, 3957.0, 3938.0, 3968.0, 3926.0, 3968.0, 3936.0, 3957.0, 3925.0, 3946.0, 3903.0, 3936.0, 3913.0, 3935.0, 3924.0, 3925.0, 3965.0, 3924.0, 3954.0, 3925.0, 3956.0, 3925.0, 3956.0, 3915.0, 3946.0, 3915.0, 3957.0, 3915.0, 3957.0, 3905.0, 3947.0, 3906.0, 3960.0, 3927.0, 3959.0, 3918.0, 3959.0, 3928.0, 3970.0, 3928.0, 3973.0, 3929.0, 3971.0, 3948.0, 3948.0, 3968.0, 3926.0, 3967.0, 3925.0, 3956.0, 3915.0, 3944.0, 3912.0, 3947.0, 3906.0, 3957.0, 3926.0, 3957.0, 3916.0, 3945.0, 3905.0, 3935.0, 3918.0, 3951.0, 3933.0, 3975.0, 3966.0, 3985.0, 3976.0, 3997.0, 3989.0, 3983.0, 3962.0, 3968.0, 3936.0, 3957.0, 3945.0, 3953.0, 3912.0, 3940.0, 3896.0, 3937.0, 3885.0, 3936.0, 3884.0, 3925.0, 3874.0, 3914.0, 3873.0, 3914.0, 3874.0, 3927.0, 3898.0, 3928.0, 3899.0, 3919.0, 3889.0, 3901.0, 3904.0, 3903.0, 3915.0, 3918.0, 3949.0, 3898.0, 3949.0, 3905.0, 3959.0, 3932.0, 3985.0, 3940.0, 3971.0, 3940.0, 3971.0, 3930.0, 3958.0, 3917.0, 3957.0, 3927.0, 3969.0, 3928.0, 3969.0, 3917.0, 3967.0, 3905.0, 3956.0, 3926.0, 3956.0, 3915.0, 3955.0, 3904.0, 3954.0, 3903.0, 3954.0, 3913.0, 3933.0, 3903.0, 3902.0, 3903.0, 3902.0, 3935.0, 3913.0, 3946.0, 3903.0, 3945.0, 3892.0, 3935.0, 3891.0, 3944.0, 3891.0, 3955.0, 3902.0, 3943.0, 3901.0, 3943.0, 3901.0, 3943.0, 3901.0, 3943.0, 3890.0, 3932.0, 3890.0, 3932.0, 3891.0, 3944.0, 3902.0, 3943.0, 3891.0, 3933.0, 3890.0, 3933.0, 3891.0, 3944.0, 3891.0, 3932.0, 3891.0, 3923.0, 3893.0, 3945.0, 3904.0, 3946.0, 3905.0, 3936.0, 3906.0, 3959.0, 3916.0, 3959.0, 3906.0, 3948.0, 3905.0, 3947.0, 3926.0, 3948.0, 3915.0, 3936.0, 3935.0, 3926.0, 3967.0, 3936.0, 3956.0, 3926.0, 3956.0, 3914.0, 3935.0, 3926.0, 3936.0, 3947.0, 3915.0, 3948.0, 3905.0, 3948.0, 3926.0, 3948.0, 3936.0, 3948.0, 3925.0, 3925.0, 3934.0, 3914.0, 3955.0, 3925.0, 3955.0, 3914.0, 3955.0, 3914.0, 3966.0, 3924.0, 3955.0, 3924.0, 3944.0, 3912.0, 3943.0, 3902.0, 3944.0, 3901.0, 3933.0, 3891.0, 3923.0, 3890.0, 3933.0, 3891.0, 3934.0, 3892.0, 3923.0, 3913.0, 3925.0, 3924.0, 3936.0, 3925.0, 3926.0, 3967.0, 3926.0, 3967.0, 3927.0, 3978.0, 3926.0, 3957.0, 3937.0, 3957.0, 3937.0, 3957.0, 3915.0, 3946.0, 3915.0, 3946.0, 3915.0, 3957.0, 3903.0, 3945.0, 3903.0, 3946.0, 3903.0, 3957.0, 3903.0, 3935.0, 3893.0, 3935.0, 3904.0, 3957.0, 3915.0, 3957.0, 3916.0, 3956.0, 3917.0, 3969.0, 3937.0, 3958.0, 3926.0, 3957.0, 3915.0, 3946.0, 3915.0, 3956.0, 3914.0, 3946.0, 3892.0, 3945.0, 3902.0, 3945.0, 3902.0, 3934.0, 3891.0, 3923.0, 3902.0, 3924.0, 3912.0, 3934.0, 3902.0, 3925.0, 3934.0, 3925.0, 3966.0, 3926.0, 3955.0, 3915.0, 3966.0, 3924.0, 3954.0, 3924.0, 3957.0, 3926.0, 3957.0, 3926.0, 3969.0, 3930.0, 3972.0, 3951.0, 3919.0, 3972.0, 3945.0, 3951.0, 3933.0, 3970.0, 3942.0, 3983.0, 3941.0, 3972.0, 3928.0, 3958.0, 3935.0, 3936.0, 3954.0, 3913.0, 3952.0, 3909.0, 3930.0, 3897.0, 3918.0, 3887.0, 3929.0, 3886.0, 3918.0, 3876.0, 3907.0, 3876.0, 3908.0, 3875.0, 3897.0, 3876.0, 3908.0, 3876.0, 3911.0, 3877.0, 3910.0, 3878.0, 3900.0, 3910.0, 3902.0, 3932.0, 3913.0, 3954.0, 3913.0, 3955.0, 3913.0, 3945.0, 3913.0, 3934.0, 3902.0, 3934.0, 3901.0, 3913.0, 3922.0, 3913.0, 3954.0, 3903.0, 3954.0, 3913.0, 3944.0, 3914.0, 3946.0, 3926.0, 3957.0, 3916.0, 3947.0, 3917.0, 3959.0, 3940.0, 3969.0, 3928.0, 3959.0, 3928.0, 3958.0, 3927.0, 3970.0, 3928.0, 3959.0, 3927.0, 3958.0, 3926.0, 3958.0, 3917.0, 3958.0, 3927.0, 3959.0, 3916.0, 3947.0, 3906.0, 3947.0, 3906.0, 3959.0, 3916.0, 3958.0, 3915.0, 3947.0, 3904.0, 3946.0, 3924.0, 3936.0, 3923.0, 3924.0, 3953.0, 3902.0, 3964.0, 3910.0, 3942.0, 3911.0, 3931.0, 3888.0, 3920.0, 3878.0, 3921.0, 3889.0, 3922.0, 3890.0, 3912.0, 3942.0, 3901.0, 3953.0, 3912.0, 3954.0, 3914.0, 3944.0, 3903.0, 3935.0, 3893.0, 3936.0, 3904.0, 3947.0, 3925.0, 3926.0, 3966.0, 3926.0, 3967.0, 3937.0, 3958.0, 3937.0, 3968.0, 3927.0, 3958.0, 3917.0, 3959.0, 3917.0, 3971.0, 3917.0, 3961.0, 3938.0, 3949.0, 3980.0, 3949.0, 3981.0, 3949.0, 3970.0, 3939.0, 3970.0, 3928.0, 3971.0, 3928.0, 3971.0, 3917.0, 3948.0, 3937.0, 3938.0, 3979.0, 3939.0, 3979.0, 3938.0, 3979.0, 3938.0, 3969.0, 3938.0, 3958.0, 3927.0, 3958.0, 3916.0, 3947.0, 3906.0, 3958.0, 3906.0, 3959.0, 3916.0, 3937.0, 3957.0, 3938.0, 3979.0, 3938.0, 3979.0, 3926.0, 3958.0, 3937.0, 3957.0, 3926.0, 3957.0, 3915.0, 3946.0, 3915.0, 3958.0, 3916.0, 3969.0, 3917.0, 3957.0, 3916.0, 3959.0, 3916.0, 3959.0, 3915.0, 3948.0, 3915.0, 3937.0, 3946.0, 3937.0, 3946.0, 3937.0, 3956.0, 3916.0, 3967.0, 3927.0, 3968.0, 3937.0, 3968.0, 3916.0, 3958.0, 3917.0, 3937.0, 3928.0, 3960.0, 3962.0, 3939.0, 3959.0, 3938.0, 3948.0, 3936.0, 3959.0, 3936.0, 3947.0, 3904.0, 3936.0, 3893.0, 3944.0, 3903.0, 3957.0, 3925.0, 3956.0, 3925.0, 3956.0, 3926.0, 3956.0, 3914.0, 3933.0, 3914.0, 3935.0, 3937.0, 3915.0, 3937.0, 3904.0, 3945.0, 3905.0, 3969.0, 3925.0, 3956.0, 3925.0, 3955.0, 3913.0, 3935.0, 3905.0, 3892.0, 3925.0, 3894.0, 3958.0, 3925.0, 3956.0, 3936.0, 3955.0, 3926.0, 3935.0, 3934.0, 3901.0, 3936.0, 3945.0, 3933.0, 3910.0, 3910.0, 3888.0, 3910.0, 3939.0, 3888.0, 3941.0, 3912.0, 3931.0, 3902.0, 3932.0, 3901.0, 3931.0, 3902.0, 3934.0, 3915.0, 3934.0, 3905.0, 3925.0, 3906.0, 3968.0, 3937.0, 3968.0, 3928.0, 3958.0, 3917.0, 3959.0, 3916.0, 3957.0, 3905.0], 'WindowWidth': [8857.0, 8766.0, 8834.0, 8768.0, 8824.0, 8762.0, 8784.0, 8741.0, 8723.0, 8739.0, 8713.0, 8787.0, 8747.0, 8806.0, 8766.0, 8808.0, 8770.0, 8783.0, 8772.0, 8757.0, 8803.0, 8745.0, 8833.0, 8763.0, 8837.0, 8775.0, 8853.0, 8774.0, 8836.0, 8772.0, 8818.0, 8844.0, 8783.0, 8832.0, 8798.0, 8825.0, 8766.0, 8797.0, 8733.0, 8782.0, 8838.0, 8777.0, 8809.0, 8763.0, 8792.0, 8734.0, 8796.0, 8739.0, 8799.0, 8754.0, 8801.0, 8796.0, 8788.0, 8860.0, 8817.0, 8846.0, 8804.0, 8829.0, 8772.0, 8831.0, 8773.0, 8834.0, 8756.0, 8816.0, 8799.0, 8790.0, 8863.0, 8817.0, 8832.0, 8785.0, 8814.0, 8754.0, 8816.0, 8755.0, 8817.0, 8796.0, 8784.0, 8844.0, 8799.0, 8829.0, 8785.0, 8827.0, 8771.0, 8814.0, 8743.0, 8821.0, 8777.0, 8835.0, 8776.0, 8823.0, 8834.0, 8806.0, 8868.0, 8824.0, 8852.0, 8823.0, 8853.0, 8791.0, 8835.0, 8775.0, 8838.0, 8777.0, 8840.0, 8775.0, 8822.0, 8808.0, 8831.0, 8877.0, 8833.0, 8872.0, 8809.0, 8873.0, 8819.0, 8853.0, 8789.0, 8831.0, 8794.0, 8839.0, 8800.0, 8839.0, 8780.0, 8824.0, 8762.0, 8808.0, 8834.0, 8808.0, 8868.0, 8819.0, 8848.0, 8784.0, 8814.0, 8754.0, 8814.0, 8750.0, 8796.0, 8791.0, 8751.0, 8841.0, 8781.0, 8825.0, 8781.0, 8809.0, 8753.0, 8798.0, 8738.0, 8801.0, 8796.0, 8817.0, 8817.0, 8809.0, 8832.0, 8788.0, 8847.0, 8793.0, 8848.0, 8796.0, 8853.0, 8798.0, 8855.0, 8798.0, 8843.0, 8799.0, 8862.0, 8811.0, 8829.0, 8851.0, 8795.0, 8871.0, 8805.0, 8838.0, 8796.0, 8839.0, 8782.0, 8811.0, 8791.0, 8825.0, 8772.0, 8788.0, 8773.0, 8775.0, 8761.0, 8825.0, 8784.0, 8862.0, 8789.0, 8849.0, 8814.0, 8833.0, 8875.0, 8831.0, 8876.0, 8812.0, 8857.0, 8792.0, 8840.0, 8816.0, 8821.0, 8782.0, 8769.0, 8843.0, 8748.0, 8806.0, 8745.0, 8807.0, 8744.0, 8765.0, 8749.0, 8775.0, 8787.0, 8748.0, 8804.0, 8749.0, 8820.0, 8766.0, 8824.0, 8783.0, 8823.0, 8767.0, 8823.0, 8754.0, 8809.0, 8771.0, 8813.0, 8788.0, 8829.0, 8773.0, 8824.0, 8771.0, 8813.0, 8786.0, 8830.0, 8787.0, 8831.0, 8772.0, 8814.0, 8771.0, 8815.0, 8757.0, 8832.0, 8741.0, 8816.0, 8756.0, 8803.0, 8756.0, 8817.0, 8772.0, 8838.0, 8760.0, 8818.0, 8779.0, 8819.0, 8781.0, 8854.0, 8817.0, 8875.0, 8835.0, 8857.0, 8798.0, 8850.0, 8794.0, 8849.0, 8808.0, 8849.0, 8808.0, 8830.0, 8774.0, 8808.0, 8785.0, 8823.0, 8797.0, 8765.0, 8766.0, 8762.0, 8768.0, 8796.0, 8801.0, 8770.0, 8815.0, 8752.0, 8780.0, 8749.0, 8798.0, 8768.0, 8830.0, 8751.0, 8814.0, 8742.0, 8797.0, 8733.0, 8795.0, 8738.0, 8830.0, 8737.0, 8811.0, 8751.0, 8780.0, 8751.0, 8815.0, 8768.0, 8830.0, 8786.0, 8828.0, 8788.0, 8828.0, 8774.0, 8813.0, 8765.0, 8829.0, 8776.0, 8845.0, 8802.0, 8784.0, 8784.0, 8751.0, 8779.0, 8758.0, 8774.0, 8758.0, 8791.0, 8729.0, 8776.0, 8719.0, 8791.0, 8731.0, 8792.0, 8720.0, 8809.0, 8720.0, 8779.0, 8735.0, 8779.0, 8733.0, 8794.0, 8748.0, 8793.0, 8734.0, 8778.0, 8774.0, 8765.0, 8837.0, 8795.0, 8823.0, 8780.0, 8806.0, 8765.0, 8808.0, 8752.0, 8811.0, 8748.0, 8795.0, 8748.0, 8794.0, 8806.0, 8781.0, 8838.0, 8781.0, 8824.0, 8779.0, 8811.0, 8779.0, 8809.0, 8764.0, 8794.0, 8750.0, 8810.0, 8753.0, 8814.0, 8741.0, 8815.0, 8756.0, 8800.0, 8785.0, 8804.0, 8830.0, 8805.0, 8845.0, 8790.0, 8849.0, 8791.0, 8847.0, 8806.0, 8834.0, 8788.0, 8815.0, 8771.0, 8817.0, 8771.0, 8833.0, 8755.0, 8802.0, 8754.0, 8802.0, 8814.0, 8817.0, 8843.0, 8786.0, 8845.0, 8784.0, 8829.0, 8785.0, 8829.0, 8785.0, 8814.0, 8753.0, 8802.0, 8756.0, 8815.0, 8756.0, 8816.0, 8827.0, 8786.0, 8846.0, 8802.0, 8831.0, 8786.0, 8829.0, 8770.0, 8812.0, 8756.0, 8813.0, 8756.0, 8815.0, 8757.0, 8817.0, 8757.0, 8819.0, 8801.0, 8819.0, 8830.0, 8805.0, 8847.0, 8788.0, 8848.0, 8802.0, 8832.0, 8785.0, 8814.0, 8754.0, 8800.0, 8766.0, 8797.0, 8780.0, 8784.0, 8841.0, 8780.0, 8822.0, 8784.0, 8827.0, 8786.0, 8827.0, 8771.0, 8814.0, 8773.0, 8832.0, 8774.0, 8831.0, 8761.0, 8818.0, 8763.0, 8839.0, 8793.0, 8837.0, 8782.0, 8837.0, 8795.0, 8855.0, 8796.0, 8862.0, 8797.0, 8858.0, 8820.0, 8821.0, 8847.0, 8788.0, 8847.0, 8784.0, 8830.0, 8771.0, 8810.0, 8764.0, 8817.0, 8761.0, 8831.0, 8785.0, 8832.0, 8773.0, 8811.0, 8759.0, 8799.0, 8783.0, 8831.0, 8813.0, 8871.0, 8862.0, 8885.0, 8875.0, 8902.0, 8897.0, 8876.0, 8847.0, 8848.0, 8803.0, 8829.0, 8810.0, 8817.0, 8759.0, 8795.0, 8730.0, 8786.0, 8713.0, 8785.0, 8709.0, 8767.0, 8696.0, 8750.0, 8693.0, 8749.0, 8698.0, 8774.0, 8738.0, 8776.0, 8739.0, 8765.0, 8727.0, 8744.0, 8755.0, 8752.0, 8771.0, 8779.0, 8823.0, 8753.0, 8821.0, 8759.0, 8837.0, 8809.0, 8881.0, 8813.0, 8858.0, 8812.0, 8855.0, 8798.0, 8834.0, 8776.0, 8832.0, 8792.0, 8850.0, 8793.0, 8849.0, 8777.0, 8844.0, 8758.0, 8827.0, 8786.0, 8828.0, 8769.0, 8825.0, 8755.0, 8820.0, 8751.0, 8821.0, 8767.0, 8792.0, 8752.0, 8751.0, 8752.0, 8750.0, 8797.0, 8766.0, 8815.0, 8753.0, 8812.0, 8738.0, 8797.0, 8733.0, 8808.0, 8734.0, 8823.0, 8747.0, 8806.0, 8747.0, 8804.0, 8745.0, 8806.0, 8747.0, 8806.0, 8731.0, 8789.0, 8732.0, 8789.0, 8734.0, 8809.0, 8748.0, 8805.0, 8734.0, 8791.0, 8732.0, 8791.0, 8735.0, 8808.0, 8732.0, 8789.0, 8733.0, 8778.0, 8741.0, 8812.0, 8756.0, 8815.0, 8759.0, 8802.0, 8764.0, 8836.0, 8776.0, 8837.0, 8762.0, 8820.0, 8761.0, 8819.0, 8788.0, 8819.0, 8772.0, 8802.0, 8797.0, 8787.0, 8844.0, 8801.0, 8826.0, 8787.0, 8827.0, 8770.0, 8797.0, 8787.0, 8801.0, 8818.0, 8774.0, 8820.0, 8761.0, 8820.0, 8787.0, 8819.0, 8800.0, 8819.0, 8783.0, 8784.0, 8793.0, 8769.0, 8824.0, 8785.0, 8825.0, 8769.0, 8826.0, 8769.0, 8844.0, 8783.0, 8825.0, 8780.0, 8808.0, 8763.0, 8806.0, 8749.0, 8806.0, 8748.0, 8792.0, 8734.0, 8778.0, 8732.0, 8793.0, 8735.0, 8794.0, 8736.0, 8780.0, 8766.0, 8785.0, 8782.0, 8800.0, 8783.0, 8787.0, 8844.0, 8788.0, 8844.0, 8790.0, 8863.0, 8789.0, 8833.0, 8805.0, 8833.0, 8803.0, 8831.0, 8772.0, 8814.0, 8772.0, 8816.0, 8771.0, 8830.0, 8754.0, 8812.0, 8754.0, 8813.0, 8753.0, 8830.0, 8752.0, 8797.0, 8740.0, 8799.0, 8758.0, 8832.0, 8773.0, 8833.0, 8776.0, 8830.0, 8778.0, 8849.0, 8805.0, 8835.0, 8789.0, 8831.0, 8772.0, 8816.0, 8771.0, 8829.0, 8767.0, 8813.0, 8737.0, 8810.0, 8748.0, 8809.0, 8749.0, 8794.0, 8734.0, 8779.0, 8750.0, 8781.0, 8764.0, 8796.0, 8751.0, 8783.0, 8794.0, 8786.0, 8840.0, 8786.0, 8826.0, 8770.0, 8841.0, 8783.0, 8823.0, 8782.0, 8831.0, 8787.0, 8833.0, 8789.0, 8851.0, 8802.0, 8861.0, 8830.0, 8786.0, 8859.0, 8829.0, 8832.0, 8811.0, 8854.0, 8819.0, 8881.0, 8818.0, 8862.0, 8793.0, 8838.0, 8799.0, 8802.0, 8822.0, 8764.0, 8822.0, 8753.0, 8784.0, 8733.0, 8764.0, 8718.0, 8778.0, 8718.0, 8762.0, 8703.0, 8746.0, 8703.0, 8749.0, 8702.0, 8734.0, 8705.0, 8751.0, 8705.0, 8758.0, 8708.0, 8754.0, 8711.0, 8743.0, 8756.0, 8747.0, 8788.0, 8764.0, 8822.0, 8766.0, 8824.0, 8767.0, 8810.0, 8765.0, 8793.0, 8750.0, 8795.0, 8745.0, 8763.0, 8777.0, 8766.0, 8821.0, 8751.0, 8822.0, 8766.0, 8810.0, 8770.0, 8813.0, 8789.0, 8830.0, 8777.0, 8817.0, 8778.0, 8839.0, 8813.0, 8851.0, 8796.0, 8836.0, 8794.0, 8835.0, 8792.0, 8852.0, 8793.0, 8837.0, 8791.0, 8834.0, 8788.0, 8833.0, 8778.0, 8835.0, 8790.0, 8836.0, 8773.0, 8816.0, 8762.0, 8819.0, 8763.0, 8836.0, 8776.0, 8836.0, 8773.0, 8818.0, 8754.0, 8814.0, 8781.0, 8799.0, 8777.0, 8781.0, 8818.0, 8747.0, 8836.0, 8756.0, 8805.0, 8758.0, 8788.0, 8726.0, 8770.0, 8713.0, 8773.0, 8727.0, 8774.0, 8730.0, 8762.0, 8802.0, 8748.0, 8821.0, 8763.0, 8823.0, 8768.0, 8810.0, 8754.0, 8798.0, 8740.0, 8801.0, 8757.0, 8818.0, 8786.0, 8789.0, 8842.0, 8788.0, 8846.0, 8803.0, 8834.0, 8805.0, 8846.0, 8790.0, 8832.0, 8777.0, 8837.0, 8780.0, 8857.0, 8780.0, 8841.0, 8807.0, 8824.0, 8866.0, 8824.0, 8872.0, 8824.0, 8855.0, 8809.0, 8852.0, 8795.0, 8855.0, 8794.0, 8856.0, 8777.0, 8821.0, 8803.0, 8807.0, 8863.0, 8809.0, 8863.0, 8806.0, 8867.0, 8806.0, 8852.0, 8806.0, 8835.0, 8790.0, 8833.0, 8774.0, 8818.0, 8761.0, 8835.0, 8762.0, 8836.0, 8776.0, 8806.0, 8832.0, 8806.0, 8864.0, 8806.0, 8865.0, 8789.0, 8834.0, 8803.0, 8831.0, 8789.0, 8830.0, 8773.0, 8815.0, 8774.0, 8833.0, 8777.0, 8850.0, 8778.0, 8834.0, 8777.0, 8837.0, 8776.0, 8838.0, 8773.0, 8820.0, 8771.0, 8805.0, 8815.0, 8803.0, 8814.0, 8804.0, 8828.0, 8774.0, 8846.0, 8791.0, 8847.0, 8803.0, 8847.0, 8777.0, 8834.0, 8779.0, 8805.0, 8797.0, 8840.0, 8844.0, 8809.0, 8838.0, 8807.0, 8821.0, 8802.0, 8837.0, 8799.0, 8818.0, 8756.0, 8800.0, 8741.0, 8809.0, 8752.0, 8829.0, 8786.0, 8830.0, 8784.0, 8827.0, 8788.0, 8829.0, 8769.0, 8792.0, 8770.0, 8799.0, 8803.0, 8772.0, 8802.0, 8754.0, 8812.0, 8757.0, 8853.0, 8784.0, 8829.0, 8783.0, 8825.0, 8766.0, 8799.0, 8759.0, 8738.0, 8785.0, 8743.0, 8833.0, 8784.0, 8829.0, 8801.0, 8825.0, 8788.0, 8795.0, 8794.0, 8745.0, 8800.0, 8812.0, 8792.0, 8754.0, 8756.0, 8722.0, 8754.0, 8793.0, 8723.0, 8799.0, 8762.0, 8787.0, 8749.0, 8788.0, 8746.0, 8787.0, 8752.0, 8795.0, 8771.0, 8796.0, 8758.0, 8784.0, 8763.0, 8849.0, 8805.0, 8848.0, 8793.0, 8834.0, 8778.0, 8836.0, 8775.0, 8831.0, 8759.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.00041807330827067665</td></tr>
<tr><td colspan=3>aqi</td><td>0.01909974182330827</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.79166882101602</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2782678949294433</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070107705174054</td></tr>
<tr><td colspan=3>efc</td><td>0.4988</td></tr>
<tr><td colspan=3>fber</td><td>4127.9546</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07945401136299846</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6315789473684212</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5648269796544803</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.466593486646374</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.854561568305585</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3733258840114826</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132622</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01725013181567192</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03485693037509918</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.8318124123738118</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.7655</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6848</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.4334</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297273.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>989.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.1154</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2851</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.7658</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3101.341</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79271.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.8132</td></tr>
<tr><td colspan=3>tsnr</td><td>41.05277033802122</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>