<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-03/func/sub-0009_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>7520a71faa3994d70499634f522468e1</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>13:54:18.210000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999328, 0.0168172, 0.0325801, -0.0193626, 0.99665, 0.079455]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0948913</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>[4164, -7727, -7246, 604, -31, -94, 111, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.109</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ef7cc9b0-6f91-4ee3-a9ce-e5da6e722550||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811230182647705, -0.05194838345050812, 0.08406386524438858, 115.45146942138672], [-0.04511942341923714, 2.6739401817321777, 0.21608750522136688, -88.6832504272461], [0.08741004765033722, -0.21317194402217865, 2.690025806427002, -35.92355728149414], [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': ['135418.210000', '135418.670000', '135419.130000', '135419.590000', '135420.050000', '135420.510000', '135420.970000', '135421.430000', '135421.890000', '135422.350000', '135422.810000', '135423.270000', '135423.730000', '135424.190000', '135424.650000', '135425.110000', '135425.570000', '135426.030000', '135426.490000', '135426.950000', '135427.410000', '135427.870000', '135428.330000', '135428.790000', '135429.250000', '135429.710000', '135430.170000', '135430.630000', '135431.090000', '135431.550000', '135432.010000', '135432.470000', '135432.930000', '135433.390000', '135433.850000', '135434.310000', '135434.770000', '135435.230000', '135435.690000', '135436.150000', '135436.610000', '135437.070000', '135437.530000', '135437.990000', '135438.450000', '135438.910000', '135439.370000', '135439.830000', '135440.290000', '135440.750000', '135441.210000', '135441.670000', '135442.130000', '135442.590000', '135443.050000', '135443.510000', '135443.970000', '135444.430000', '135444.890000', '135445.350000', '135445.810000', '135446.270000', '135446.730000', '135447.190000', '135447.650000', '135448.110000', '135448.570000', '135449.030000', '135449.490000', '135449.950000', '135450.410000', '135450.870000', '135451.330000', '135451.790000', '135452.250000', '135452.710000', '135453.170000', '135453.630000', '135454.090000', '135454.550000', '135455.010000', '135455.470000', '135455.930000', '135456.390000', '135456.850000', '135457.310000', '135457.770000', '135458.230000', '135458.690000', '135459.150000', '135459.610000', '135500.070000', '135500.530000', '135500.990000', '135501.450000', '135501.910000', '135502.370000', '135502.830000', '135503.290000', '135503.750000', '135504.210000', '135504.670000', '135505.130000', '135505.590000', '135506.050000', '135506.510000', '135506.970000', '135507.430000', '135507.890000', '135508.350000', '135508.810000', '135509.270000', '135509.730000', '135510.190000', '135510.650000', '135511.110000', '135511.570000', '135512.030000', '135512.490000', '135512.950000', '135513.410000', '135513.870000', '135514.330000', '135514.790000', '135515.250000', '135515.710000', '135516.170000', '135516.630000', '135517.090000', '135517.550000', '135518.010000', '135518.470000', '135518.930000', '135519.390000', '135519.850000', '135520.310000', '135520.770000', '135521.230000', '135521.690000', '135522.150000', '135522.610000', '135523.070000', '135523.530000', '135523.990000', '135524.450000', '135524.910000', '135525.370000', '135525.830000', '135526.290000', '135526.750000', '135527.210000', '135527.670000', '135528.130000', '135528.590000', '135529.050000', '135529.510000', '135529.970000', '135530.430000', '135530.890000', '135531.350000', '135531.810000', '135532.270000', '135532.730000', '135533.190000', '135533.650000', '135534.110000', '135534.570000', '135535.030000', '135535.490000', '135535.950000', '135536.410000', '135536.870000', '135537.330000', '135537.790000', '135538.250000', '135538.710000', '135539.170000', '135539.630000', '135540.090000', '135540.550000', '135541.010000', '135541.470000', '135541.930000', '135542.390000', '135542.850000', '135543.310000', '135543.770000', '135544.230000', '135544.690000', '135545.150000', '135545.610000', '135546.070000', '135546.530000', '135546.990000', '135547.450000', '135547.910000', '135548.370000', '135548.830000', '135549.290000', '135549.750000', '135550.210000', '135550.670000', '135551.130000', '135551.590000', '135552.050000', '135552.510000', '135552.970000', '135553.430000', '135553.890000', '135554.350000', '135554.810000', '135555.270000', '135555.730000', '135556.190000', '135556.650000', '135557.110000', '135557.570000', '135558.030000', '135558.490000', '135558.950000', '135559.410000', '135559.870000', '135600.330000', '135600.790000', '135601.250000', '135601.710000', '135602.170000', '135602.630000', '135603.090000', '135603.550000', '135604.010000', '135604.470000', '135604.930000', '135605.390000', '135605.850000', '135606.310000', '135606.770000', '135607.230000', '135607.690000', '135608.150000', '135608.610000', '135609.070000', '135609.530000', '135609.990000', '135610.450000', '135610.910000', '135611.370000', '135611.830000', '135612.290000', '135612.750000', '135613.210000', '135613.670000', '135614.130000', '135614.590000', '135615.050000', '135615.510000', '135615.970000', '135616.430000', '135616.890000', '135617.350000', '135617.810000', '135618.270000', '135618.730000', '135619.190000', '135619.650000', '135620.110000', '135620.570000', '135621.030000', '135621.490000', '135621.950000', '135622.410000', '135622.870000', '135623.330000', '135623.790000', '135624.250000', '135624.710000', '135625.170000', '135625.630000', '135626.090000', '135626.550000', '135627.010000', '135627.470000', '135627.930000', '135628.390000', '135628.850000', '135629.310000', '135629.770000', '135630.230000', '135630.690000', '135631.150000', '135631.610000', '135632.070000', '135632.530000', '135632.990000', '135633.450000', '135633.910000', '135634.370000', '135634.830000', '135635.290000', '135635.750000', '135636.210000', '135636.670000', '135637.130000', '135637.590000', '135638.050000', '135638.510000', '135638.970000', '135639.430000', '135639.890000', '135640.350000', '135640.810000', '135641.270000', '135641.730000', '135642.190000', '135642.650000', '135643.110000', '135643.570000', '135644.030000', '135644.490000', '135644.950000', '135645.410000', '135645.870000', '135646.330000', '135646.790000', '135647.250000', '135647.710000', '135648.170000', '135648.630000', '135649.090000', '135649.550000', '135650.010000', '135650.470000', '135650.930000', '135651.390000', '135651.850000', '135652.310000', '135652.770000', '135653.230000', '135653.690000', '135654.150000', '135654.610000', '135655.070000', '135655.530000', '135655.990000', '135656.450000', '135656.910000', '135657.370000', '135657.830000', '135658.290000', '135658.750000', '135659.210000', '135659.670000', '135700.130000', '135700.590000', '135701.050000', '135701.510000', '135701.970000', '135702.430000', '135702.890000', '135703.350000', '135703.810000', '135704.270000', '135704.730000', '135705.190000', '135705.650000', '135706.110000', '135706.570000', '135707.030000', '135707.490000', '135707.950000', '135708.410000', '135708.870000', '135709.330000', '135709.790000', '135710.250000', '135710.710000', '135711.170000', '135711.630000', '135712.090000', '135712.550000', '135713.010000', '135713.470000', '135713.930000', '135714.390000', '135714.850000', '135715.310000', '135715.770000', '135716.230000', '135716.690000', '135717.150000', '135717.610000', '135718.070000', '135718.530000', '135718.990000', '135719.450000', '135719.910000', '135720.370000', '135720.830000', '135721.290000', '135721.750000', '135722.210000', '135722.670000', '135723.130000', '135723.590000', '135724.050000', '135724.510000', '135724.970000', '135725.430000', '135725.890000', '135726.350000', '135726.810000', '135727.270000', '135727.730000', '135728.190000', '135728.650000', '135729.110000', '135729.570000', '135730.030000', '135730.490000', '135730.950000', '135731.410000', '135731.870000', '135732.330000', '135732.790000', '135733.250000', '135733.710000', '135734.170000', '135734.630000', '135735.090000', '135735.550000', '135736.010000', '135736.470000', '135736.930000', '135737.390000', '135737.850000', '135738.310000', '135738.770000', '135739.230000', '135739.690000', '135740.150000', '135740.610000', '135741.070000', '135741.530000', '135741.990000', '135742.450000', '135742.910000', '135743.370000', '135743.830000', '135744.290000', '135744.750000', '135745.210000', '135745.670000', '135746.130000', '135746.590000', '135747.050000', '135747.510000', '135747.970000', '135748.430000', '135748.890000', '135749.350000', '135749.810000', '135750.270000', '135750.730000', '135751.190000', '135751.650000', '135752.110000', '135752.570000', '135753.030000', '135753.490000', '135753.950000', '135754.410000', '135754.870000', '135755.330000', '135755.790000', '135756.250000', '135756.710000', '135757.170000', '135757.630000', '135758.090000', '135758.550000', '135759.010000', '135759.470000', '135759.930000', '135800.390000', '135800.850000', '135801.310000', '135801.770000', '135802.230000', '135802.690000', '135803.150000', '135803.610000', '135804.070000', '135804.530000', '135804.990000', '135805.450000', '135805.910000', '135806.370000', '135806.830000', '135807.290000', '135807.750000', '135808.210000', '135808.670000', '135809.130000', '135809.590000', '135810.050000', '135810.510000', '135810.970000', '135811.430000', '135811.890000', '135812.350000', '135812.810000', '135813.270000', '135813.730000', '135814.190000', '135814.650000', '135815.110000', '135815.570000', '135816.030000', '135816.490000', '135816.950000', '135817.410000', '135817.870000', '135818.330000', '135818.790000', '135819.250000', '135819.710000', '135820.170000', '135820.630000', '135821.090000', '135821.550000', '135822.010000', '135822.470000', '135822.930000', '135823.390000', '135823.850000', '135824.310000', '135824.770000', '135825.230000', '135825.690000', '135826.150000', '135826.610000', '135827.070000', '135827.530000', '135827.990000', '135828.450000', '135828.910000', '135829.370000', '135829.830000', '135830.290000', '135830.750000', '135831.210000', '135831.670000', '135832.130000', '135832.590000', '135833.050000', '135833.510000', '135833.970000', '135834.430000', '135834.890000', '135835.350000', '135835.810000', '135836.270000', '135836.730000', '135837.190000', '135837.650000', '135838.110000', '135838.570000', '135839.030000', '135839.490000', '135839.950000', '135840.410000', '135840.870000', '135841.330000', '135841.790000', '135842.250000', '135842.710000', '135843.170000', '135843.630000', '135844.090000', '135844.550000', '135845.010000', '135845.470000', '135845.930000', '135846.390000', '135846.850000', '135847.310000', '135847.770000', '135848.230000', '135848.690000', '135849.150000', '135849.610000', '135850.070000', '135850.530000', '135850.990000', '135851.450000', '135851.910000', '135852.370000', '135852.830000', '135853.290000', '135853.750000', '135854.210000', '135854.670000', '135855.130000', '135855.590000', '135856.050000', '135856.510000', '135856.970000', '135857.430000', '135857.890000', '135858.350000', '135858.810000', '135859.270000', '135859.730000', '135900.190000', '135900.650000', '135901.110000', '135901.570000', '135902.030000', '135902.490000', '135902.950000', '135903.410000', '135903.870000', '135904.330000', '135904.790000', '135905.250000', '135905.710000', '135906.170000', '135906.630000', '135907.090000', '135907.550000', '135908.010000', '135908.470000', '135908.930000', '135909.390000', '135909.850000', '135910.310000', '135910.770000', '135911.230000', '135911.690000', '135912.150000', '135912.610000', '135913.070000', '135913.530000', '135913.990000', '135914.450000', '135914.910000', '135915.370000', '135915.830000', '135916.290000', '135916.750000', '135917.210000', '135917.670000', '135918.130000', '135918.590000', '135919.050000', '135919.510000', '135919.970000', '135920.430000', '135920.890000', '135921.350000', '135921.810000', '135922.270000', '135922.730000', '135923.190000', '135923.650000', '135924.110000', '135924.570000', '135925.030000', '135925.490000', '135925.950000', '135926.410000', '135926.870000', '135927.330000', '135927.790000', '135928.250000', '135928.710000', '135929.170000', '135929.630000', '135930.090000', '135930.550000', '135931.010000', '135931.470000', '135931.930000', '135932.390000', '135932.850000', '135933.310000', '135933.770000', '135934.230000', '135934.690000', '135935.150000', '135935.610000', '135936.070000', '135936.530000', '135936.990000', '135937.450000', '135937.910000', '135938.370000', '135938.830000', '135939.290000', '135939.750000', '135940.210000', '135940.670000', '135941.130000', '135941.590000', '135942.050000', '135942.510000', '135942.970000', '135943.430000', '135943.890000', '135944.350000', '135944.810000', '135945.270000', '135945.730000', '135946.190000', '135946.650000', '135947.110000', '135947.570000', '135948.030000', '135948.490000', '135948.950000', '135949.410000', '135949.870000', '135950.330000', '135950.790000', '135951.250000', '135951.710000', '135952.170000', '135952.630000', '135953.090000', '135953.550000', '135954.010000', '135954.470000', '135954.930000', '135955.390000', '135955.850000', '135956.310000', '135956.770000', '135957.230000', '135957.690000', '135958.150000', '135958.610000', '135959.070000', '135959.530000', '135959.990000', '140000.450000', '140000.910000', '140001.370000', '140001.830000', '140002.290000', '140002.750000', '140003.210000', '140003.670000', '140004.130000', '140004.590000', '140005.050000', '140005.510000', '140005.970000', '140006.430000', '140006.890000', '140007.350000', '140007.810000', '140008.270000', '140008.730000', '140009.190000', '140009.650000', '140010.110000', '140010.570000', '140011.030000', '140011.490000', '140011.950000', '140012.410000', '140012.870000', '140013.330000', '140013.790000', '140014.250000', '140014.710000', '140015.170000', '140015.630000', '140016.090000', '140016.550000', '140017.010000', '140017.470000', '140017.930000', '140018.390000', '140018.850000', '140019.310000', '140019.770000', '140020.230000', '140020.690000', '140021.150000', '140021.610000', '140022.070000', '140022.530000', '140022.990000', '140023.450000', '140023.910000', '140024.370000', '140024.830000', '140025.290000', '140025.750000', '140026.210000', '140026.670000', '140027.130000', '140027.590000', '140028.050000', '140028.510000', '140028.970000', '140029.430000', '140029.890000', '140030.350000', '140030.810000', '140031.270000', '140031.730000', '140032.190000', '140032.650000', '140033.110000', '140033.570000', '140034.030000', '140034.490000', '140034.950000', '140035.410000', '140035.870000', '140036.330000', '140036.790000', '140037.250000', '140037.710000', '140038.170000', '140038.630000', '140039.090000', '140039.550000', '140040.010000', '140040.470000', '140040.930000', '140041.390000', '140041.850000', '140042.310000', '140042.770000', '140043.230000', '140043.690000', '140044.150000', '140044.610000', '140045.070000', '140045.530000', '140045.990000', '140046.450000', '140046.910000', '140047.370000', '140047.830000', '140048.290000', '140048.750000', '140049.210000', '140049.670000', '140050.130000', '140050.590000', '140051.050000', '140051.510000', '140051.970000', '140052.430000', '140052.890000', '140053.350000', '140053.810000', '140054.270000', '140054.730000', '140055.190000', '140055.650000', '140056.110000', '140056.570000', '140057.030000', '140057.490000', '140057.950000', '140058.410000', '140058.870000', '140059.330000', '140059.790000', '140100.250000', '140100.710000', '140101.170000', '140101.630000', '140102.090000', '140102.550000', '140103.010000', '140103.470000', '140103.930000', '140104.390000', '140104.850000', '140105.310000', '140105.770000', '140106.230000', '140106.690000', '140107.150000', '140107.610000', '140108.070000', '140108.530000', '140108.990000', '140109.450000', '140109.910000', '140110.370000', '140110.830000', '140111.290000', '140111.750000', '140112.210000', '140112.670000', '140113.130000', '140113.590000', '140114.050000', '140114.510000', '140114.970000', '140115.430000', '140115.890000', '140116.350000', '140116.810000', '140117.270000', '140117.730000', '140118.190000', '140118.650000', '140119.110000', '140119.570000', '140120.030000', '140120.490000', '140120.950000', '140121.410000', '140121.870000', '140122.330000', '140122.790000', '140123.250000', '140123.710000', '140124.170000', '140124.630000', '140125.090000', '140125.550000', '140126.010000', '140126.470000', '140126.930000', '140127.390000', '140127.850000', '140128.310000', '140128.770000', '140129.230000', '140129.690000', '140130.150000', '140130.610000', '140131.070000', '140131.530000', '140131.990000', '140132.450000', '140132.910000', '140133.370000', '140133.830000', '140134.290000', '140134.750000', '140135.210000', '140135.670000', '140136.130000', '140136.590000', '140137.050000', '140137.510000', '140137.970000', '140138.430000', '140138.890000', '140139.350000', '140139.810000', '140140.270000', '140140.730000', '140141.190000', '140141.650000', '140142.110000', '140142.570000', '140143.030000', '140143.490000', '140143.950000', '140144.410000', '140144.870000', '140145.330000', '140145.790000', '140146.250000', '140146.710000', '140147.170000', '140147.630000', '140148.090000', '140148.550000', '140149.010000', '140149.470000', '140149.930000', '140150.390000', '140150.850000', '140151.310000', '140151.770000', '140152.230000', '140152.690000', '140153.150000', '140153.610000', '140154.070000', '140154.530000', '140154.990000', '140155.450000', '140155.910000', '140156.370000', '140156.830000', '140157.290000', '140157.750000', '140158.210000', '140158.670000', '140159.130000', '140159.590000', '140200.050000', '140200.510000', '140200.970000', '140201.430000', '140201.890000', '140202.350000', '140202.810000', '140203.270000', '140203.730000', '140204.190000', '140204.650000', '140205.110000', '140205.570000', '140206.030000', '140206.490000', '140206.950000', '140207.410000', '140207.870000', '140208.330000', '140208.790000', '140209.250000', '140209.710000', '140210.170000', '140210.630000', '140211.090000', '140211.550000', '140212.010000', '140212.470000', '140212.930000', '140213.390000', '140213.850000', '140214.310000', '140214.770000', '140215.230000', '140215.690000', '140216.150000', '140216.610000', '140217.070000', '140217.530000', '140217.990000', '140218.450000', '140218.910000', '140219.370000', '140219.830000', '140220.290000', '140220.750000', '140221.210000', '140221.670000', '140222.130000', '140222.590000', '140223.050000', '140223.510000', '140223.970000', '140224.430000', '140224.890000', '140225.350000', '140225.810000', '140226.270000', '140226.730000', '140227.190000', '140227.650000'], 'ContentTime': ['135445.415000', '135445.418000', '135445.422000', '135445.425000', '135445.428000', '135445.431000', '135445.434000', '135445.437000', '135445.440000', '135445.443000', '135445.446000', '135445.449000', '135445.452000', '135445.455000', '135445.458000', '135445.461000', '135445.464000', '135445.467000', '135445.470000', '135445.476000', '135445.479000', '135445.482000', '135445.486000', '135445.489000', '135445.492000', '135445.495000', '135445.498000', '135445.501000', '135445.504000', '135445.507000', '135445.510000', '135445.513000', '135445.516000', '135445.519000', '135445.522000', '135445.525000', '135445.528000', '135445.531000', '135445.534000', '135445.537000', '135445.540000', '135445.543000', '135445.546000', '135445.549000', '135445.552000', '135445.555000', '135445.558000', '135445.561000', '135445.564000', '135445.569000', '135445.572000', '135445.575000', '135445.579000', '135445.582000', '135445.584000', '135445.587000', '135445.590000', '135445.593000', '135505.381000', '135505.384000', '135505.387000', '135505.389000', '135505.392000', '135505.395000', '135505.402000', '135505.404000', '135505.407000', '135505.410000', '135505.413000', '135505.416000', '135505.419000', '135505.422000', '135505.425000', '135505.427000', '135505.430000', '135505.433000', '135505.436000', '135505.439000', '135505.442000', '135505.444000', '135505.447000', '135505.450000', '135505.453000', '135505.456000', '135505.459000', '135505.462000', '135505.465000', '135505.467000', '135505.470000', '135505.473000', '135505.476000', '135505.479000', '135505.482000', '135505.484000', '135505.487000', '135505.490000', '135505.493000', '135505.496000', '135505.499000', '135505.502000', '135505.504000', '135505.507000', '135525.381000', '135525.384000', '135525.387000', '135525.390000', '135525.393000', '135525.395000', '135525.398000', '135525.401000', '135525.404000', '135525.407000', '135525.410000', '135525.413000', '135525.416000', '135525.418000', '135525.421000', '135525.424000', '135525.427000', '135525.430000', '135525.433000', '135525.436000', '135525.438000', '135525.441000', '135525.447000', '135525.450000', '135525.453000', '135525.456000', '135525.459000', '135525.462000', '135525.465000', '135525.467000', '135525.470000', '135525.473000', '135525.476000', '135525.479000', '135525.482000', '135525.485000', '135525.487000', '135525.490000', '135525.493000', '135525.496000', '135525.499000', '135525.502000', '135525.505000', '135545.381000', '135545.384000', '135545.386000', '135545.390000', '135545.392000', '135545.395000', '135545.398000', '135545.401000', '135545.404000', '135545.407000', '135545.419000', '135545.422000', '135545.425000', '135545.427000', '135545.430000', '135545.433000', '135545.436000', '135545.439000', '135545.442000', '135545.445000', '135545.448000', '135545.450000', '135545.453000', '135545.456000', '135545.459000', '135545.462000', '135545.465000', '135545.468000', '135545.471000', '135545.474000', '135545.476000', '135545.479000', '135545.482000', '135545.485000', '135545.488000', '135545.491000', '135545.494000', '135545.497000', '135545.500000', '135545.503000', '135545.505000', '135545.508000', '135545.511000', '135545.514000', '135605.381000', '135605.384000', '135605.387000', '135605.390000', '135605.392000', '135605.399000', '135605.401000', '135605.404000', '135605.407000', '135605.410000', '135605.413000', '135605.416000', '135605.419000', '135605.422000', '135605.424000', '135605.430000', '135605.433000', '135605.436000', '135605.439000', '135605.442000', '135605.445000', '135605.448000', '135605.451000', '135605.453000', '135605.456000', '135605.459000', '135605.462000', '135605.465000', '135605.468000', '135605.471000', '135605.473000', '135605.476000', '135605.479000', '135605.482000', '135605.485000', '135605.488000', '135605.491000', '135605.494000', '135605.496000', '135605.499000', '135605.502000', '135605.505000', '135605.508000', '135625.382000', '135625.385000', '135625.388000', '135625.391000', '135625.394000', '135625.396000', '135625.399000', '135625.402000', '135625.405000', '135625.408000', '135625.411000', '135625.414000', '135625.417000', '135625.419000', '135625.422000', '135625.425000', '135625.428000', '135625.431000', '135625.434000', '135625.437000', '135625.439000', '135625.442000', '135625.445000', '135625.448000', '135625.451000', '135625.454000', '135625.457000', '135625.459000', '135625.462000', '135625.465000', '135625.468000', '135625.471000', '135625.474000', '135625.477000', '135625.480000', '135625.483000', '135625.485000', '135625.489000', '135625.492000', '135625.494000', '135625.497000', '135625.500000', '135625.503000', '135625.506000', '135645.382000', '135645.385000', '135645.388000', '135645.390000', '135645.394000', '135645.396000', '135645.399000', '135645.402000', '135645.405000', '135645.408000', '135645.411000', '135645.414000', '135645.417000', '135645.419000', '135645.422000', '135645.425000', '135645.428000', '135645.431000', '135645.434000', '135645.437000', '135645.440000', '135645.443000', '135645.445000', '135645.448000', '135645.451000', '135645.454000', '135645.457000', '135645.460000', '135645.463000', '135645.466000', '135645.468000', '135645.471000', '135645.474000', '135645.477000', '135645.480000', '135645.483000', '135645.486000', '135645.489000', '135645.492000', '135645.495000', '135645.498000', '135645.500000', '135645.503000', '135705.381000', '135705.384000', '135705.387000', '135705.390000', '135705.393000', '135705.396000', '135705.399000', '135705.402000', '135705.404000', '135705.407000', '135705.410000', '135705.413000', '135705.416000', '135705.419000', '135705.422000', '135705.425000', '135705.428000', '135705.431000', '135705.433000', '135705.436000', '135705.439000', '135705.442000', '135705.445000', '135705.448000', '135705.451000', '135705.454000', '135705.456000', '135705.459000', '135705.462000', '135705.465000', '135705.468000', '135705.471000', '135705.473000', '135705.476000', '135705.479000', '135705.482000', '135705.485000', '135705.488000', '135705.491000', '135705.494000', '135705.496000', '135705.499000', '135705.502000', '135725.381000', '135725.384000', '135725.387000', '135725.390000', '135725.393000', '135725.396000', '135725.398000', '135725.401000', '135725.404000', '135725.407000', '135725.410000', '135725.413000', '135725.416000', '135725.419000', '135725.421000', '135725.424000', '135725.427000', '135725.430000', '135725.433000', '135725.436000', '135725.439000', '135725.442000', '135725.444000', '135725.447000', '135725.450000', '135725.453000', '135725.456000', '135725.459000', '135725.462000', '135725.464000', '135725.467000', '135725.470000', '135725.473000', '135725.476000', '135725.479000', '135725.482000', '135725.485000', '135725.488000', '135725.490000', '135725.493000', '135725.496000', '135725.499000', '135725.502000', '135725.505000', '135745.381000', '135745.384000', '135745.394000', '135745.397000', '135745.400000', '135745.403000', '135745.406000', '135745.409000', '135745.412000', '135745.414000', '135745.419000', '135745.424000', '135745.426000', '135745.429000', '135745.432000', '135745.435000', '135745.438000', '135745.441000', '135745.444000', '135745.447000', '135745.450000', '135745.452000', '135745.455000', '135745.458000', '135745.461000', '135745.464000', '135745.467000', '135745.469000', '135745.472000', '135745.475000', '135745.478000', '135745.481000', '135745.484000', '135745.487000', '135745.490000', '135745.492000', '135745.496000', '135745.499000', '135745.501000', '135745.504000', '135745.507000', '135745.510000', '135745.513000', '135805.381000', '135805.384000', '135805.387000', '135805.390000', '135805.393000', '135805.396000', '135805.398000', '135805.401000', '135805.404000', '135805.407000', '135805.410000', '135805.413000', '135805.416000', '135805.419000', '135805.421000', '135805.424000', '135805.427000', '135805.430000', '135805.433000', '135805.436000', '135805.439000', '135805.442000', '135805.445000', '135805.448000', '135805.450000', '135805.453000', '135805.456000', '135805.459000', '135805.462000', '135805.465000', '135805.468000', '135805.471000', '135805.473000', '135805.476000', '135805.479000', '135805.482000', '135805.485000', '135805.488000', '135805.490000', '135805.493000', '135805.496000', '135805.499000', '135805.502000', '135805.505000', '135825.381000', '135825.384000', '135825.387000', '135825.390000', '135825.393000', '135825.396000', '135825.399000', '135825.402000', '135825.405000', '135825.408000', '135825.410000', '135825.414000', '135825.417000', '135825.420000', '135825.423000', '135825.426000', '135825.429000', '135825.432000', '135825.435000', '135825.438000', '135825.440000', '135825.443000', '135825.446000', '135825.449000', '135825.452000', '135825.455000', '135825.458000', '135825.461000', '135825.463000', '135825.466000', '135825.469000', '135825.472000', '135825.475000', '135825.478000', '135825.481000', '135825.484000', '135825.487000', '135825.489000', '135825.492000', '135825.495000', '135825.498000', '135825.501000', '135825.504000', '135845.382000', '135845.385000', '135845.388000', '135845.391000', '135845.394000', '135845.397000', '135845.400000', '135845.402000', '135845.405000', '135845.408000', '135845.411000', '135845.414000', '135845.417000', '135845.420000', '135845.423000', '135845.425000', '135845.428000', '135845.431000', '135845.434000', '135845.437000', '135845.440000', '135845.443000', '135845.445000', '135845.448000', '135845.451000', '135845.454000', '135845.457000', '135845.460000', '135845.463000', '135845.465000', '135845.468000', '135845.486000', '135845.489000', '135845.491000', '135845.494000', '135845.497000', '135845.500000', '135845.503000', '135845.506000', '135845.509000', '135845.512000', '135845.515000', '135845.518000', '135845.521000', '135905.382000', '135905.385000', '135905.388000', '135905.391000', '135905.394000', '135905.397000', '135905.399000', '135905.402000', '135905.405000', '135905.408000', '135905.411000', '135905.414000', '135905.417000', '135905.420000', '135905.422000', '135905.425000', '135905.428000', '135905.432000', '135905.438000', '135905.441000', '135905.444000', '135905.446000', '135905.450000', '135905.452000', '135905.455000', '135905.458000', '135905.461000', '135905.464000', '135905.467000', '135905.470000', '135905.473000', '135905.476000', '135905.478000', '135905.481000', '135905.484000', '135905.487000', '135905.490000', '135905.493000', '135905.496000', '135905.499000', '135905.502000', '135905.504000', '135905.507000', '135925.381000', '135925.384000', '135925.387000', '135925.390000', '135925.393000', '135925.396000', '135925.399000', '135925.402000', '135925.404000', '135925.408000', '135925.411000', '135925.413000', '135925.416000', '135925.419000', '135925.422000', '135925.425000', '135925.428000', '135925.431000', '135925.434000', '135925.437000', '135925.439000', '135925.442000', '135925.445000', '135925.448000', '135925.451000', '135925.454000', '135925.457000', '135925.459000', '135925.462000', '135925.466000', '135925.468000', '135925.471000', '135925.474000', '135925.477000', '135925.480000', '135925.483000', '135925.485000', '135925.488000', '135925.491000', '135925.494000', '135925.497000', '135925.500000', '135925.502000', '135925.505000', '135945.381000', '135945.384000', '135945.387000', '135945.390000', '135945.393000', '135945.396000', '135945.399000', '135945.403000', '135945.405000', '135945.408000', '135945.411000', '135945.414000', '135945.417000', '135945.420000', '135945.423000', '135945.428000', '135945.431000', '135945.433000', '135945.436000', '135945.439000', '135945.442000', '135945.445000', '135945.448000', '135945.451000', '135945.454000', '135945.456000', '135945.459000', '135945.462000', '135945.465000', '135945.469000', '135945.474000', '135945.477000', '135945.480000', '135945.483000', '135945.486000', '135945.488000', '135945.491000', '135945.494000', '135945.497000', '135945.500000', '135945.503000', '135945.506000', '135945.509000', '140005.381000', '140005.384000', '140005.387000', '140005.389000', '140005.392000', '140005.395000', '140005.398000', '140005.401000', '140005.404000', '140005.407000', '140005.410000', '140005.412000', '140005.415000', '140005.418000', '140005.421000', '140005.424000', '140005.427000', '140005.429000', '140005.432000', '140005.435000', '140005.438000', '140005.441000', '140005.444000', '140005.446000', '140005.449000', '140005.452000', '140005.455000', '140005.458000', '140005.461000', '140005.464000', '140005.467000', '140005.470000', '140005.472000', '140005.475000', '140005.478000', '140005.481000', '140005.484000', '140005.487000', '140005.489000', '140005.492000', '140005.495000', '140005.509000', '140005.512000', '140005.515000', '140025.381000', '140025.385000', '140025.388000', '140025.391000', '140025.395000', '140025.398000', '140025.401000', '140025.405000', '140025.408000', '140025.411000', '140025.414000', '140025.417000', '140025.420000', '140025.423000', '140025.426000', '140025.429000', '140025.432000', '140025.435000', '140025.438000', '140025.441000', '140025.444000', '140025.446000', '140025.449000', '140025.452000', '140025.455000', '140025.458000', '140025.461000', '140025.464000', '140025.467000', '140025.470000', '140025.473000', '140025.475000', '140025.478000', '140025.481000', '140025.484000', '140025.487000', '140025.492000', '140025.496000', '140025.499000', '140025.502000', '140025.505000', '140025.508000', '140025.510000', '140045.381000', '140045.384000', '140045.387000', '140045.390000', '140045.393000', '140045.395000', '140045.398000', '140045.401000', '140045.404000', '140045.407000', '140045.410000', '140045.413000', '140045.415000', '140045.418000', '140045.421000', '140045.424000', '140045.427000', '140045.430000', '140045.433000', '140045.436000', '140045.438000', '140045.441000', '140045.444000', '140045.447000', '140045.450000', '140045.453000', '140045.456000', '140045.459000', '140045.461000', '140045.464000', '140045.467000', '140045.470000', '140045.473000', '140045.476000', '140045.479000', '140045.482000', '140045.484000', '140045.487000', '140045.490000', '140045.493000', '140045.496000', '140045.499000', '140045.501000', '140045.504000', '140105.382000', '140105.385000', '140105.388000', '140105.391000', '140105.394000', '140105.397000', '140105.400000', '140105.402000', '140105.405000', '140105.408000', '140105.411000', '140105.414000', '140105.417000', '140105.420000', '140105.422000', '140105.425000', '140105.428000', '140105.431000', '140105.435000', '140105.439000', '140105.441000', '140105.444000', '140105.447000', '140105.450000', '140105.453000', '140105.456000', '140105.459000', '140105.462000', '140105.465000', '140105.468000', '140105.471000', '140105.473000', '140105.476000', '140105.479000', '140105.482000', '140105.485000', '140105.488000', '140105.491000', '140105.494000', '140105.497000', '140105.501000', '140105.504000', '140105.507000', '140125.382000', '140125.385000', '140125.388000', '140125.391000', '140125.394000', '140125.396000', '140125.399000', '140125.403000', '140125.406000', '140125.409000', '140125.412000', '140125.415000', '140125.418000', '140125.420000', '140125.423000', '140125.426000', '140125.429000', '140125.432000', '140125.435000', '140125.438000', '140125.440000', '140125.443000', '140125.446000', '140125.449000', '140125.452000', '140125.455000', '140125.458000', '140125.461000', '140125.463000', '140125.466000', '140125.469000', '140125.472000', '140125.475000', '140125.478000', '140125.481000', '140125.484000', '140125.486000', '140125.489000', '140125.492000', '140125.495000', '140125.498000', '140125.501000', '140125.504000', '140125.507000', '140145.381000', '140145.384000', '140145.387000', '140145.390000', '140145.393000', '140145.396000', '140145.398000', '140145.401000', '140145.404000', '140145.407000', '140145.410000', '140145.413000', '140145.416000', '140145.418000', '140145.421000', '140145.424000', '140145.427000', '140145.430000', '140145.432000', '140145.435000', '140145.443000', '140145.446000', '140145.449000', '140145.452000', '140145.455000', '140145.458000', '140145.461000', '140145.463000', '140145.466000', '140145.469000', '140145.472000', '140145.475000', '140145.478000', '140145.481000', '140145.483000', '140145.486000', '140145.489000', '140145.492000', '140145.495000', '140145.498000', '140145.501000', '140145.503000', '140145.506000', '140205.381000', '140205.384000', '140205.387000', '140205.390000', '140205.393000', '140205.396000', '140205.398000', '140205.401000', '140205.404000', '140205.407000', '140205.410000', '140205.413000', '140205.416000', '140205.418000', '140205.421000', '140205.424000', '140205.427000', '140205.430000', '140205.433000', '140205.435000', '140205.438000', '140205.441000', '140205.444000', '140205.447000', '140205.450000', '140205.453000', '140205.456000', '140205.458000', '140205.461000', '140205.464000', '140205.467000', '140205.470000', '140205.473000', '140205.476000', '140205.479000', '140205.481000', '140205.484000', '140205.487000', '140205.490000', '140205.493000', '140205.496000', '140205.499000', '140205.502000', '140205.504000', '140225.381000', '140225.384000', '140225.387000', '140225.390000', '140225.393000', '140225.396000', '140225.399000', '140225.402000', '140225.404000', '140225.407000', '140225.410000', '140225.413000', '140225.416000', '140225.419000', '140225.421000', '140225.424000', '140225.427000', '140225.430000', '140225.433000', '140225.436000', '140225.439000', '140225.442000', '140225.444000', '140225.447000', '140225.450000', '140225.453000', '140225.456000', '140225.459000', '140225.462000', '140225.465000', '140225.467000', '140225.471000', '140225.475000', '140225.478000', '140225.481000', '140225.484000', '140225.487000', '140225.489000', '140225.492000', '140225.495000', '140225.498000', '140225.501000', '140225.504000', '140228.376000', '140228.379000', '140228.382000', '140228.385000', '140228.388000', '140228.391000', '140228.394000'], 'InstanceCreationTime': ['135445.415000', '135445.418000', '135445.422000', '135445.425000', '135445.428000', '135445.431000', '135445.434000', '135445.437000', '135445.440000', '135445.443000', '135445.446000', '135445.449000', '135445.452000', '135445.455000', '135445.458000', '135445.461000', '135445.464000', '135445.467000', '135445.470000', '135445.476000', '135445.479000', '135445.482000', '135445.486000', '135445.489000', '135445.492000', '135445.495000', '135445.498000', '135445.501000', '135445.504000', '135445.507000', '135445.510000', '135445.513000', '135445.516000', '135445.519000', '135445.522000', '135445.525000', '135445.528000', '135445.531000', '135445.534000', '135445.537000', '135445.540000', '135445.543000', '135445.546000', '135445.549000', '135445.552000', '135445.555000', '135445.558000', '135445.561000', '135445.564000', '135445.569000', '135445.572000', '135445.575000', '135445.579000', '135445.582000', '135445.584000', '135445.587000', '135445.590000', '135445.593000', '135505.381000', '135505.384000', '135505.387000', '135505.389000', '135505.392000', '135505.395000', '135505.402000', '135505.404000', '135505.407000', '135505.410000', '135505.413000', '135505.416000', '135505.419000', '135505.422000', '135505.425000', '135505.427000', '135505.430000', '135505.433000', '135505.436000', '135505.439000', '135505.442000', '135505.444000', '135505.447000', '135505.450000', '135505.453000', '135505.456000', '135505.459000', '135505.462000', '135505.465000', '135505.467000', '135505.470000', '135505.473000', '135505.476000', '135505.479000', '135505.482000', '135505.484000', '135505.487000', '135505.490000', '135505.493000', '135505.496000', '135505.499000', '135505.502000', '135505.504000', '135505.507000', '135525.381000', '135525.384000', '135525.387000', '135525.390000', '135525.393000', '135525.395000', '135525.398000', '135525.401000', '135525.404000', '135525.407000', '135525.410000', '135525.413000', '135525.416000', '135525.418000', '135525.421000', '135525.424000', '135525.427000', '135525.430000', '135525.433000', '135525.436000', '135525.438000', '135525.441000', '135525.447000', '135525.450000', '135525.453000', '135525.456000', '135525.459000', '135525.462000', '135525.465000', '135525.467000', '135525.470000', '135525.473000', '135525.476000', '135525.479000', '135525.482000', '135525.485000', '135525.487000', '135525.490000', '135525.493000', '135525.496000', '135525.499000', '135525.502000', '135525.505000', '135545.381000', '135545.384000', '135545.386000', '135545.390000', '135545.392000', '135545.395000', '135545.398000', '135545.401000', '135545.404000', '135545.407000', '135545.419000', '135545.422000', '135545.425000', '135545.427000', '135545.430000', '135545.433000', '135545.436000', '135545.439000', '135545.442000', '135545.445000', '135545.448000', '135545.450000', '135545.453000', '135545.456000', '135545.459000', '135545.462000', '135545.465000', '135545.468000', '135545.471000', '135545.474000', '135545.476000', '135545.479000', '135545.482000', '135545.485000', '135545.488000', '135545.491000', '135545.494000', '135545.497000', '135545.500000', '135545.503000', '135545.505000', '135545.508000', '135545.511000', '135545.514000', '135605.381000', '135605.384000', '135605.387000', '135605.390000', '135605.392000', '135605.399000', '135605.401000', '135605.404000', '135605.407000', '135605.410000', '135605.413000', '135605.416000', '135605.419000', '135605.422000', '135605.424000', '135605.430000', '135605.433000', '135605.436000', '135605.439000', '135605.442000', '135605.445000', '135605.448000', '135605.451000', '135605.453000', '135605.456000', '135605.459000', '135605.462000', '135605.465000', '135605.468000', '135605.471000', '135605.473000', '135605.476000', '135605.479000', '135605.482000', '135605.485000', '135605.488000', '135605.491000', '135605.494000', '135605.496000', '135605.499000', '135605.502000', '135605.505000', '135605.508000', '135625.382000', '135625.385000', '135625.388000', '135625.391000', '135625.394000', '135625.396000', '135625.399000', '135625.402000', '135625.405000', '135625.408000', '135625.411000', '135625.414000', '135625.417000', '135625.419000', '135625.422000', '135625.425000', '135625.428000', '135625.431000', '135625.434000', '135625.437000', '135625.439000', '135625.442000', '135625.445000', '135625.448000', '135625.451000', '135625.454000', '135625.457000', '135625.459000', '135625.462000', '135625.465000', '135625.468000', '135625.471000', '135625.474000', '135625.477000', '135625.480000', '135625.483000', '135625.485000', '135625.489000', '135625.492000', '135625.494000', '135625.497000', '135625.500000', '135625.503000', '135625.506000', '135645.382000', '135645.385000', '135645.388000', '135645.390000', '135645.394000', '135645.396000', '135645.399000', '135645.402000', '135645.405000', '135645.408000', '135645.411000', '135645.414000', '135645.417000', '135645.419000', '135645.422000', '135645.425000', '135645.428000', '135645.431000', '135645.434000', '135645.437000', '135645.440000', '135645.443000', '135645.445000', '135645.448000', '135645.451000', '135645.454000', '135645.457000', '135645.460000', '135645.463000', '135645.466000', '135645.468000', '135645.471000', '135645.474000', '135645.477000', '135645.480000', '135645.483000', '135645.486000', '135645.489000', '135645.492000', '135645.495000', '135645.498000', '135645.500000', '135645.503000', '135705.381000', '135705.384000', '135705.387000', '135705.390000', '135705.393000', '135705.396000', '135705.399000', '135705.402000', '135705.404000', '135705.407000', '135705.410000', '135705.413000', '135705.416000', '135705.419000', '135705.422000', '135705.425000', '135705.428000', '135705.431000', '135705.433000', '135705.436000', '135705.439000', '135705.442000', '135705.445000', '135705.448000', '135705.451000', '135705.454000', '135705.456000', '135705.459000', '135705.462000', '135705.465000', '135705.468000', '135705.471000', '135705.473000', '135705.476000', '135705.479000', '135705.482000', '135705.485000', '135705.488000', '135705.491000', '135705.494000', '135705.496000', '135705.499000', '135705.502000', '135725.381000', '135725.384000', '135725.387000', '135725.390000', '135725.393000', '135725.396000', '135725.398000', '135725.401000', '135725.404000', '135725.407000', '135725.410000', '135725.413000', '135725.416000', '135725.419000', '135725.421000', '135725.424000', '135725.427000', '135725.430000', '135725.433000', '135725.436000', '135725.439000', '135725.442000', '135725.444000', '135725.447000', '135725.450000', '135725.453000', '135725.456000', '135725.459000', '135725.462000', '135725.464000', '135725.467000', '135725.470000', '135725.473000', '135725.476000', '135725.479000', '135725.482000', '135725.485000', '135725.488000', '135725.490000', '135725.493000', '135725.496000', '135725.499000', '135725.502000', '135725.505000', '135745.381000', '135745.384000', '135745.394000', '135745.397000', '135745.400000', '135745.403000', '135745.406000', '135745.409000', '135745.412000', '135745.414000', '135745.419000', '135745.424000', '135745.426000', '135745.429000', '135745.432000', '135745.435000', '135745.438000', '135745.441000', '135745.444000', '135745.447000', '135745.450000', '135745.452000', '135745.455000', '135745.458000', '135745.461000', '135745.464000', '135745.467000', '135745.469000', '135745.472000', '135745.475000', '135745.478000', '135745.481000', '135745.484000', '135745.487000', '135745.490000', '135745.492000', '135745.496000', '135745.499000', '135745.501000', '135745.504000', '135745.507000', '135745.510000', '135745.513000', '135805.381000', '135805.384000', '135805.387000', '135805.390000', '135805.393000', '135805.396000', '135805.398000', '135805.401000', '135805.404000', '135805.407000', '135805.410000', '135805.413000', '135805.416000', '135805.419000', '135805.421000', '135805.424000', '135805.427000', '135805.430000', '135805.433000', '135805.436000', '135805.439000', '135805.442000', '135805.445000', '135805.448000', '135805.450000', '135805.453000', '135805.456000', '135805.459000', '135805.462000', '135805.465000', '135805.468000', '135805.471000', '135805.473000', '135805.476000', '135805.479000', '135805.482000', '135805.485000', '135805.488000', '135805.490000', '135805.493000', '135805.496000', '135805.499000', '135805.502000', '135805.505000', '135825.381000', '135825.384000', '135825.387000', '135825.390000', '135825.393000', '135825.396000', '135825.399000', '135825.402000', '135825.405000', '135825.408000', '135825.410000', '135825.414000', '135825.417000', '135825.420000', '135825.423000', '135825.426000', '135825.429000', '135825.432000', '135825.435000', '135825.438000', '135825.440000', '135825.443000', '135825.446000', '135825.449000', '135825.452000', '135825.455000', '135825.458000', '135825.461000', '135825.463000', '135825.466000', '135825.469000', '135825.472000', '135825.475000', '135825.478000', '135825.481000', '135825.484000', '135825.487000', '135825.489000', '135825.492000', '135825.495000', '135825.498000', '135825.501000', '135825.504000', '135845.382000', '135845.385000', '135845.388000', '135845.391000', '135845.394000', '135845.397000', '135845.400000', '135845.402000', '135845.405000', '135845.408000', '135845.411000', '135845.414000', '135845.417000', '135845.420000', '135845.423000', '135845.425000', '135845.428000', '135845.431000', '135845.434000', '135845.437000', '135845.440000', '135845.443000', '135845.445000', '135845.448000', '135845.451000', '135845.454000', '135845.457000', '135845.460000', '135845.463000', '135845.465000', '135845.468000', '135845.486000', '135845.489000', '135845.491000', '135845.494000', '135845.497000', '135845.500000', '135845.503000', '135845.506000', '135845.509000', '135845.512000', '135845.515000', '135845.518000', '135845.521000', '135905.382000', '135905.385000', '135905.388000', '135905.391000', '135905.394000', '135905.397000', '135905.399000', '135905.402000', '135905.405000', '135905.408000', '135905.411000', '135905.414000', '135905.417000', '135905.420000', '135905.422000', '135905.425000', '135905.428000', '135905.432000', '135905.438000', '135905.441000', '135905.444000', '135905.446000', '135905.450000', '135905.452000', '135905.455000', '135905.458000', '135905.461000', '135905.464000', '135905.467000', '135905.470000', '135905.473000', '135905.476000', '135905.478000', '135905.481000', '135905.484000', '135905.487000', '135905.490000', '135905.493000', '135905.496000', '135905.499000', '135905.502000', '135905.504000', '135905.507000', '135925.381000', '135925.384000', '135925.387000', '135925.390000', '135925.393000', '135925.396000', '135925.399000', '135925.402000', '135925.404000', '135925.408000', '135925.411000', '135925.413000', '135925.416000', '135925.419000', '135925.422000', '135925.425000', '135925.428000', '135925.431000', '135925.434000', '135925.437000', '135925.439000', '135925.442000', '135925.445000', '135925.448000', '135925.451000', '135925.454000', '135925.457000', '135925.459000', '135925.462000', '135925.466000', '135925.468000', '135925.471000', '135925.474000', '135925.477000', '135925.480000', '135925.483000', '135925.485000', '135925.488000', '135925.491000', '135925.494000', '135925.497000', '135925.500000', '135925.502000', '135925.505000', '135945.381000', '135945.384000', '135945.387000', '135945.390000', '135945.393000', '135945.396000', '135945.399000', '135945.403000', '135945.405000', '135945.408000', '135945.411000', '135945.414000', '135945.417000', '135945.420000', '135945.423000', '135945.428000', '135945.431000', '135945.433000', '135945.436000', '135945.439000', '135945.442000', '135945.445000', '135945.448000', '135945.451000', '135945.454000', '135945.456000', '135945.459000', '135945.462000', '135945.465000', '135945.469000', '135945.474000', '135945.477000', '135945.480000', '135945.483000', '135945.486000', '135945.488000', '135945.491000', '135945.494000', '135945.497000', '135945.500000', '135945.503000', '135945.506000', '135945.509000', '140005.381000', '140005.384000', '140005.387000', '140005.389000', '140005.392000', '140005.395000', '140005.398000', '140005.401000', '140005.404000', '140005.407000', '140005.410000', '140005.412000', '140005.415000', '140005.418000', '140005.421000', '140005.424000', '140005.427000', '140005.429000', '140005.432000', '140005.435000', '140005.438000', '140005.441000', '140005.444000', '140005.446000', '140005.449000', '140005.452000', '140005.455000', '140005.458000', '140005.461000', '140005.464000', '140005.467000', '140005.470000', '140005.472000', '140005.475000', '140005.478000', '140005.481000', '140005.484000', '140005.487000', '140005.489000', '140005.492000', '140005.495000', '140005.509000', '140005.512000', '140005.515000', '140025.381000', '140025.385000', '140025.388000', '140025.391000', '140025.395000', '140025.398000', '140025.401000', '140025.405000', '140025.408000', '140025.411000', '140025.414000', '140025.417000', '140025.420000', '140025.423000', '140025.426000', '140025.429000', '140025.432000', '140025.435000', '140025.438000', '140025.441000', '140025.444000', '140025.446000', '140025.449000', '140025.452000', '140025.455000', '140025.458000', '140025.461000', '140025.464000', '140025.467000', '140025.470000', '140025.473000', '140025.475000', '140025.478000', '140025.481000', '140025.484000', '140025.487000', '140025.492000', '140025.496000', '140025.499000', '140025.502000', '140025.505000', '140025.508000', '140025.510000', '140045.381000', '140045.384000', '140045.387000', '140045.390000', '140045.393000', '140045.395000', '140045.398000', '140045.401000', '140045.404000', '140045.407000', '140045.410000', '140045.413000', '140045.415000', '140045.418000', '140045.421000', '140045.424000', '140045.427000', '140045.430000', '140045.433000', '140045.436000', '140045.438000', '140045.441000', '140045.444000', '140045.447000', '140045.450000', '140045.453000', '140045.456000', '140045.459000', '140045.461000', '140045.464000', '140045.467000', '140045.470000', '140045.473000', '140045.476000', '140045.479000', '140045.482000', '140045.484000', '140045.487000', '140045.490000', '140045.493000', '140045.496000', '140045.499000', '140045.501000', '140045.504000', '140105.382000', '140105.385000', '140105.388000', '140105.391000', '140105.394000', '140105.397000', '140105.400000', '140105.402000', '140105.405000', '140105.408000', '140105.411000', '140105.414000', '140105.417000', '140105.420000', '140105.422000', '140105.425000', '140105.428000', '140105.431000', '140105.435000', '140105.439000', '140105.441000', '140105.444000', '140105.447000', '140105.450000', '140105.453000', '140105.456000', '140105.459000', '140105.462000', '140105.465000', '140105.468000', '140105.471000', '140105.473000', '140105.476000', '140105.479000', '140105.482000', '140105.485000', '140105.488000', '140105.491000', '140105.494000', '140105.497000', '140105.501000', '140105.504000', '140105.507000', '140125.382000', '140125.385000', '140125.388000', '140125.391000', '140125.394000', '140125.396000', '140125.399000', '140125.403000', '140125.406000', '140125.409000', '140125.412000', '140125.415000', '140125.418000', '140125.420000', '140125.423000', '140125.426000', '140125.429000', '140125.432000', '140125.435000', '140125.438000', '140125.440000', '140125.443000', '140125.446000', '140125.449000', '140125.452000', '140125.455000', '140125.458000', '140125.461000', '140125.463000', '140125.466000', '140125.469000', '140125.472000', '140125.475000', '140125.478000', '140125.481000', '140125.484000', '140125.486000', '140125.489000', '140125.492000', '140125.495000', '140125.498000', '140125.501000', '140125.504000', '140125.507000', '140145.381000', '140145.384000', '140145.387000', '140145.390000', '140145.393000', '140145.396000', '140145.398000', '140145.401000', '140145.404000', '140145.407000', '140145.410000', '140145.413000', '140145.416000', '140145.418000', '140145.421000', '140145.424000', '140145.427000', '140145.430000', '140145.432000', '140145.435000', '140145.443000', '140145.446000', '140145.449000', '140145.452000', '140145.455000', '140145.458000', '140145.461000', '140145.463000', '140145.466000', '140145.469000', '140145.472000', '140145.475000', '140145.478000', '140145.481000', '140145.483000', '140145.486000', '140145.489000', '140145.492000', '140145.495000', '140145.498000', '140145.501000', '140145.503000', '140145.506000', '140205.381000', '140205.384000', '140205.387000', '140205.390000', '140205.393000', '140205.396000', '140205.398000', '140205.401000', '140205.404000', '140205.407000', '140205.410000', '140205.413000', '140205.416000', '140205.418000', '140205.421000', '140205.424000', '140205.427000', '140205.430000', '140205.433000', '140205.435000', '140205.438000', '140205.441000', '140205.444000', '140205.447000', '140205.450000', '140205.453000', '140205.456000', '140205.458000', '140205.461000', '140205.464000', '140205.467000', '140205.470000', '140205.473000', '140205.476000', '140205.479000', '140205.481000', '140205.484000', '140205.487000', '140205.490000', '140205.493000', '140205.496000', '140205.499000', '140205.502000', '140205.504000', '140225.381000', '140225.384000', '140225.387000', '140225.390000', '140225.393000', '140225.396000', '140225.399000', '140225.402000', '140225.404000', '140225.407000', '140225.410000', '140225.413000', '140225.416000', '140225.419000', '140225.421000', '140225.424000', '140225.427000', '140225.430000', '140225.433000', '140225.436000', '140225.439000', '140225.442000', '140225.444000', '140225.447000', '140225.450000', '140225.453000', '140225.456000', '140225.459000', '140225.462000', '140225.465000', '140225.467000', '140225.471000', '140225.475000', '140225.478000', '140225.481000', '140225.484000', '140225.487000', '140225.489000', '140225.492000', '140225.495000', '140225.498000', '140225.501000', '140225.504000', '140228.376000', '140228.379000', '140228.382000', '140228.385000', '140228.388000', '140228.391000', '140228.394000'], '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': [8329, 8854, 9429, 10859, 9280, 14088, 9530, 13843, 9250, 11953, 8822, 15017, 9924, 15139, 8627, 8823, 8178, 8244, 8123, 8573, 8296, 8668, 13157, 8752, 10063, 8101, 9287, 7827, 8635, 8136, 8413, 8080, 8136, 10386, 8115, 10616, 8210, 14042, 8016, 9400, 8165, 7913, 13582, 8161, 14944, 9448, 10017, 8013, 8091, 17257, 9479, 12164, 8119, 8003, 15697, 8175, 9801, 8136, 8673, 8078, 8185, 11342, 8126, 8921, 8182, 8372, 15243, 8475, 10375, 8275, 8311, 11436, 8001, 10515, 8316, 8181, 8111, 8087, 12506, 8112, 9452, 8494, 8432, 7990, 8014, 11085, 8175, 10569, 8386, 9832, 7803, 8395, 12605, 8407, 13996, 9453, 12112, 8301, 8678, 8560, 8010, 8299, 9537, 8183, 13455, 8353, 11301, 8099, 8925, 7833, 8442, 19975, 13820, 15811, 10778, 9854, 19999, 13257, 14582, 8879, 9052, 15787, 8168, 11787, 8163, 8957, 8309, 8210, 7989, 8641, 7561, 8523, 9004, 8253, 9837, 8106, 9797, 8244, 8286, 16530, 9327, 12762, 9925, 9072, 20051, 10098, 15255, 8738, 10312, 8156, 8553, 7991, 8231, 10503, 8289, 10833, 8059, 9427, 7862, 8442, 18852, 8045, 14247, 9581, 11908, 7871, 8096, 19708, 8243, 13376, 8662, 14804, 8245, 11182, 7581, 7888, 7886, 7982, 8040, 9961, 8212, 9517, 7954, 8970, 8014, 10498, 14286, 8398, 16997, 10336, 11825, 11776, 12137, 20522, 10596, 15846, 10555, 11024, 7885, 8372, 10962, 8547, 12834, 7946, 9431, 7889, 8888, 8168, 8364, 7977, 8642, 8094, 8658, 13326, 9010, 11944, 8835, 11350, 8882, 12073, 8876, 12395, 9189, 13712, 8417, 10048, 8649, 8605, 8678, 8305, 8658, 7852, 9824, 7915, 16161, 9712, 14325, 7937, 9920, 11448, 12884, 13469, 8617, 13515, 8660, 8214, 11320, 7961, 7940, 7783, 7853, 9155, 8139, 9798, 7854, 9618, 8051, 15056, 9841, 9578, 7932, 7797, 14121, 15563, 13083, 13070, 8724, 10782, 17962, 11813, 16514, 9221, 13400, 8862, 12981, 10479, 20036, 13055, 13643, 8547, 9968, 8514, 15461, 8241, 18368, 10511, 14802, 9072, 10432, 8059, 10161, 8126, 13375, 7974, 9520, 8105, 9762, 8715, 9413, 8571, 8242, 8473, 7768, 8238, 7992, 8671, 8760, 10643, 9698, 15651, 8314, 8133, 10303, 10150, 7828, 8018, 8528, 7712, 8030, 13069, 17049, 17430, 11647, 11928, 20228, 13375, 19263, 17078, 11102, 9187, 13265, 9161, 16428, 10622, 13668, 15550, 9393, 20030, 11782, 15122, 10189, 10552, 9259, 9085, 19317, 8872, 10692, 8758, 8661, 8576, 8665, 8628, 9219, 9609, 9066, 8437, 8846, 9047, 8495, 9169, 12607, 8787, 8620, 8331, 8754, 9040, 9294, 11342, 8738, 8291, 8100, 8934, 8823, 9039, 10196, 8325, 8077, 8042, 9440, 9733, 8745, 8957, 8699, 8054, 8095, 9093, 12195, 8957, 9030, 8273, 8394, 8184, 8875, 12688, 8985, 9894, 8598, 8765, 7588, 9032, 8799, 9099, 12828, 8608, 14155, 8718, 9235, 8036, 8597, 8119, 8720, 13461, 8886, 10813, 8501, 8680, 7989, 8547, 8703, 8962, 13456, 9002, 9974, 8567, 8395, 8327, 9098, 13222, 8682, 11697, 8988, 10091, 8535, 10726, 9000, 10388, 8186, 8309, 7794, 8857, 16638, 9292, 16681, 8486, 10921, 7898, 8378, 8264, 8934, 10720, 8712, 11944, 9200, 9628, 8975, 9660, 8880, 11124, 8680, 9400, 8863, 8971, 8154, 12854, 8108, 9225, 17828, 8919, 19348, 14368, 18031, 11609, 13162, 8401, 8298, 8331, 9219, 15887, 8664, 19920, 8598, 13513, 8775, 12247, 8607, 7781, 7747, 8041, 8009, 8443, 9738, 8388, 14580, 8858, 9007, 13257, 13661, 13992, 16168, 12475, 10529, 8908, 8475, 12892, 19426, 15995, 20297, 14318, 9566, 8620, 9299, 8530, 8158, 8300, 11223, 9003, 9715, 8184, 8658, 17797, 14257, 19781, 13986, 15288, 10644, 12859, 13056, 18681, 12907, 13320, 8795, 8375, 9082, 9547, 9404, 11614, 9315, 9323, 9975, 8531, 9891, 8199, 8593, 8462, 8260, 8245, 8252, 8502, 9340, 8648, 15127, 9442, 9861, 9843, 8278, 7935, 8123, 8458, 8122, 8193, 8420, 12707, 8661, 14282, 8639, 10840, 9131, 11740, 9146, 16655, 9200, 12401, 8215, 8477, 8606, 8338, 8109, 8052, 8397, 9130, 8250, 8987, 10122, 9009, 9288, 8195, 8618, 8444, 8498, 7886, 9302, 8767, 9174, 10709, 8756, 11034, 8414, 9281, 8354, 8647, 8281, 8815, 8285, 8632, 14013, 8756, 12123, 8985, 8986, 8217, 8778, 8341, 8867, 12885, 8814, 16176, 8211, 10338, 8284, 8541, 8305, 9530, 9434, 8843, 15142, 8496, 11184, 8773, 10595, 8671, 8189, 8058, 9273, 10196, 8461, 13790, 9598, 11836, 8280, 8379, 8236, 8822, 13037, 8809, 15527, 8516, 9748, 8592, 8232, 8227, 8731, 8230, 8286, 7955, 8547, 7971, 8461, 8082, 9347, 8405, 8241, 8644, 8359, 8679, 11783, 8742, 15173, 8324, 9715, 8028, 8510, 17649, 15644, 17685, 10584, 16375, 8972, 17036, 10272, 18703, 9734, 17279, 10688, 16335, 10575, 8347, 8595, 8022, 8957, 8298, 12555, 8698, 17054, 8759, 11719, 8769, 8381, 9371, 8259, 11056, 8959, 8386, 11082, 8481, 7511, 10733, 8640, 8146, 7929, 8498, 7954, 12054, 8753, 14504, 8940, 11684, 18979, 15845, 16685, 14553, 11714, 17050, 13927, 17066, 13928, 16651, 14891, 15882, 11592, 9496, 8001, 8316, 8575, 9556, 9199, 8201, 8150, 8183, 8218, 8246, 8260, 8520, 8766, 11196, 8939, 13445, 8727, 10933, 8397, 8678, 8286, 8143, 7899, 8410, 8406, 8621, 8976, 8678, 11081, 8598, 9546, 8096, 8454, 7975, 8452, 7923, 8599, 7889, 8340, 8198, 9012, 11491, 8727, 10569, 8184, 8935, 8378, 8458, 8269, 8487, 14164, 8263, 12523, 8155, 9389, 8079, 9012, 8284, 8420, 7881, 8150, 7767, 8294, 10165, 8654, 11092, 8228, 9890, 8316, 9292, 8698, 11524, 8351, 8697, 7934, 8484, 8135, 9690, 7929, 8410, 8164, 8409, 7882, 10379, 8663, 17286, 8876, 12999, 8284, 11500, 9247, 18241, 9389, 14316, 8336, 12839, 9021, 17645, 11123, 15795, 8723, 14457, 8616, 19657, 13556, 17189, 9254, 15839, 8720, 18102, 11908, 19580, 10210, 16093, 8626, 12767, 10769, 17603, 10099, 11994, 8723, 9267, 8394, 13203, 8645, 9580, 8346, 8894, 7851, 11209, 8124, 9802, 7882, 8345, 8122, 9196, 8969, 12204, 8200, 8323, 8737, 7886, 9312, 10737, 8420, 8792, 8544, 8598, 14245, 8660, 15310, 9224, 11381, 8854, 8836, 8003, 9568, 7886, 8887, 8712, 12917, 8750, 8137, 7865, 8068, 9610, 8190, 8693, 15656, 9137, 11599, 8282, 8985, 12719, 8964, 19017, 8737, 12204, 7816, 8268, 8049, 8847, 8737, 8362, 9348, 8704, 8956, 8416, 9859, 9067, 8394, 8460, 8645, 8715, 9663, 8619, 15208, 10366, 16079, 8721, 12478, 8448, 10871, 8715, 10794, 8987, 9967, 7710, 9178, 8044, 8411, 13730, 8843, 18377, 8369, 12775, 8373, 9974, 7981, 9041, 7697, 8913, 7922, 8346, 8352, 8720, 8852, 8567, 10520, 8782, 10854, 8620, 10628, 8664, 10510, 8636, 8203, 8351, 8182, 10418, 9152, 7909, 9313, 7708, 7465, 10613, 8176, 8453, 8656, 7907, 16549, 11753, 19028, 14612, 21127, 15567, 21211, 17153, 19236, 15695, 19386, 14405, 19209, 15457, 19315, 13707, 16108, 11121, 14328, 9216, 16802, 9062, 16129, 9152, 13227, 9320, 10353, 8777, 8781, 9695, 8876, 9608, 8963, 8931, 8852, 9206, 9049, 11463, 8966, 12912, 9217, 9997, 9111, 7872, 7987, 8582, 7634, 10749, 8014, 11039, 8316, 10000, 8300, 9434, 7865, 8421, 8281, 8630, 13378, 8961, 13271, 9000, 8399, 8728, 8216, 8894, 8099, 10505, 8294, 10500, 8351, 8575, 8734, 7837, 8801, 7796, 9708, 7782, 11026, 9373, 15593, 10738, 7707, 9108, 8430], 'WindowCenter': [4450.0, 4445.0, 4432.0, 4441.0, 4419.0, 4449.0, 4416.0, 4446.0, 4414.0, 4424.0, 4406.0, 4444.0, 4415.0, 4444.0, 4395.0, 4392.0, 4390.0, 4391.0, 4392.0, 4392.0, 4391.0, 4402.0, 4434.0, 4393.0, 4401.0, 4393.0, 4403.0, 4381.0, 4392.0, 4392.0, 4393.0, 4393.0, 4395.0, 4425.0, 4407.0, 4424.0, 4406.0, 4447.0, 4408.0, 4418.0, 4406.0, 4406.0, 4445.0, 4407.0, 4457.0, 4414.0, 4416.0, 4393.0, 4393.0, 4455.0, 4403.0, 4424.0, 4391.0, 4393.0, 4443.0, 4394.0, 4413.0, 4393.0, 4403.0, 4392.0, 4391.0, 4424.0, 4394.0, 4404.0, 4394.0, 4404.0, 4444.0, 4406.0, 4415.0, 4393.0, 4404.0, 4423.0, 4396.0, 4426.0, 4394.0, 4405.0, 4393.0, 4395.0, 4434.0, 4395.0, 4415.0, 4406.0, 4407.0, 4404.0, 4405.0, 4427.0, 4407.0, 4428.0, 4407.0, 4428.0, 4396.0, 4406.0, 4435.0, 4407.0, 4446.0, 4418.0, 4438.0, 4407.0, 4405.0, 4417.0, 4405.0, 4419.0, 4427.0, 4420.0, 4459.0, 4422.0, 4440.0, 4420.0, 4430.0, 4408.0, 4420.0, 4492.0, 4457.0, 4470.0, 4427.0, 4417.0, 4477.0, 4434.0, 4444.0, 4403.0, 4402.0, 4441.0, 4393.0, 4422.0, 4392.0, 4403.0, 4393.0, 4391.0, 4394.0, 4405.0, 4395.0, 4406.0, 4417.0, 4407.0, 4428.0, 4407.0, 4429.0, 4406.0, 4409.0, 4457.0, 4417.0, 4446.0, 4417.0, 4404.0, 4476.0, 4414.0, 4444.0, 4404.0, 4413.0, 4405.0, 4404.0, 4393.0, 4404.0, 4424.0, 4407.0, 4428.0, 4408.0, 4417.0, 4406.0, 4408.0, 4478.0, 4407.0, 4457.0, 4417.0, 4432.0, 4392.0, 4394.0, 4467.0, 4394.0, 4434.0, 4403.0, 4458.0, 4407.0, 4425.0, 4394.0, 4405.0, 4404.0, 4407.0, 4408.0, 4427.0, 4420.0, 4427.0, 4408.0, 4418.0, 4409.0, 4428.0, 4448.0, 4405.0, 4457.0, 4414.0, 4425.0, 4424.0, 4424.0, 4466.0, 4414.0, 4453.0, 4412.0, 4412.0, 4392.0, 4389.0, 4410.0, 4391.0, 4419.0, 4392.0, 4401.0, 4393.0, 4402.0, 4393.0, 4393.0, 4392.0, 4402.0, 4392.0, 4405.0, 4435.0, 4403.0, 4423.0, 4402.0, 4423.0, 4404.0, 4422.0, 4403.0, 4434.0, 4404.0, 4432.0, 4393.0, 4412.0, 4402.0, 4404.0, 4402.0, 4393.0, 4403.0, 4393.0, 4414.0, 4395.0, 4456.0, 4414.0, 4442.0, 4393.0, 4414.0, 4421.0, 4433.0, 4434.0, 4392.0, 4432.0, 4403.0, 4405.0, 4424.0, 4406.0, 4408.0, 4408.0, 4419.0, 4415.0, 4420.0, 4428.0, 4408.0, 4428.0, 4434.0, 4469.0, 4438.0, 4431.0, 4409.0, 4406.0, 4459.0, 4456.0, 4433.0, 4436.0, 4403.0, 4423.0, 4466.0, 4436.0, 4456.0, 4404.0, 4433.0, 4402.0, 4433.0, 4429.0, 4474.0, 4446.0, 4446.0, 4405.0, 4413.0, 4402.0, 4443.0, 4392.0, 4452.0, 4412.0, 4432.0, 4392.0, 4408.0, 4381.0, 4399.0, 4381.0, 4421.0, 4381.0, 4398.0, 4390.0, 4402.0, 4402.0, 4403.0, 4392.0, 4392.0, 4393.0, 4391.0, 4392.0, 4393.0, 4406.0, 4406.0, 4415.0, 4413.0, 4456.0, 4407.0, 4408.0, 4426.0, 4426.0, 4410.0, 4418.0, 4419.0, 4409.0, 4419.0, 4461.0, 4495.0, 4478.0, 4438.0, 4440.0, 4478.0, 4434.0, 4462.0, 4466.0, 4438.0, 4430.0, 4447.0, 4417.0, 4454.0, 4413.0, 4431.0, 4427.0, 4387.0, 4449.0, 4395.0, 4415.0, 4385.0, 4384.0, 4372.0, 4363.0, 4422.0, 4361.0, 4371.0, 4360.0, 4360.0, 4360.0, 4361.0, 4361.0, 4374.0, 4371.0, 4375.0, 4363.0, 4374.0, 4375.0, 4376.0, 4387.0, 4404.0, 4375.0, 4375.0, 4376.0, 4377.0, 4378.0, 4388.0, 4408.0, 4388.0, 4378.0, 4378.0, 4391.0, 4389.0, 4390.0, 4410.0, 4392.0, 4391.0, 4392.0, 4412.0, 4403.0, 4404.0, 4402.0, 4404.0, 4395.0, 4406.0, 4416.0, 4433.0, 4414.0, 4406.0, 4404.0, 4406.0, 4407.0, 4418.0, 4447.0, 4417.0, 4427.0, 4418.0, 4418.0, 4407.0, 4419.0, 4416.0, 4419.0, 4448.0, 4418.0, 4457.0, 4418.0, 4417.0, 4408.0, 4419.0, 4409.0, 4420.0, 4460.0, 4419.0, 4439.0, 4420.0, 4418.0, 4420.0, 4419.0, 4417.0, 4431.0, 4457.0, 4430.0, 4431.0, 4431.0, 4421.0, 4419.0, 4430.0, 4458.0, 4419.0, 4450.0, 4431.0, 4440.0, 4431.0, 4439.0, 4430.0, 4438.0, 4419.0, 4421.0, 4408.0, 4432.0, 4480.0, 4430.0, 4479.0, 4418.0, 4438.0, 4420.0, 4421.0, 4419.0, 4429.0, 4438.0, 4418.0, 4449.0, 4427.0, 4442.0, 4432.0, 4431.0, 4433.0, 4440.0, 4422.0, 4431.0, 4433.0, 4432.0, 4421.0, 4461.0, 4421.0, 4431.0, 4481.0, 4432.0, 4492.0, 4472.0, 4480.0, 4440.0, 4449.0, 4407.0, 4418.0, 4418.0, 4418.0, 4467.0, 4417.0, 4491.0, 4418.0, 4460.0, 4420.0, 4448.0, 4417.0, 4406.0, 4407.0, 4409.0, 4408.0, 4420.0, 4430.0, 4420.0, 4460.0, 4418.0, 4415.0, 4450.0, 4449.0, 4447.0, 4458.0, 4436.0, 4425.0, 4405.0, 4403.0, 4434.0, 4479.0, 4457.0, 4475.0, 4443.0, 4414.0, 4401.0, 4413.0, 4404.0, 4394.0, 4405.0, 4424.0, 4414.0, 4415.0, 4404.0, 4404.0, 4457.0, 4443.0, 4465.0, 4431.0, 4429.0, 4400.0, 4408.0, 4407.0, 4437.0, 4406.0, 4405.0, 4376.0, 4362.0, 4374.0, 4373.0, 4386.0, 4395.0, 4385.0, 4386.0, 4396.0, 4374.0, 4398.0, 4376.0, 4389.0, 4388.0, 4377.0, 4388.0, 4388.0, 4391.0, 4399.0, 4390.0, 4443.0, 4401.0, 4411.0, 4410.0, 4391.0, 4392.0, 4392.0, 4391.0, 4393.0, 4392.0, 4391.0, 4432.0, 4401.0, 4442.0, 4403.0, 4411.0, 4402.0, 4421.0, 4402.0, 4445.0, 4401.0, 4422.0, 4390.0, 4390.0, 4391.0, 4391.0, 4379.0, 4379.0, 4389.0, 4401.0, 4391.0, 4402.0, 4411.0, 4402.0, 4403.0, 4394.0, 4392.0, 4393.0, 4403.0, 4394.0, 4412.0, 4403.0, 4414.0, 4412.0, 4405.0, 4424.0, 4404.0, 4414.0, 4404.0, 4405.0, 4403.0, 4404.0, 4404.0, 4405.0, 4446.0, 4406.0, 4434.0, 4407.0, 4404.0, 4404.0, 4403.0, 4404.0, 4417.0, 4446.0, 4416.0, 4457.0, 4405.0, 4426.0, 4405.0, 4417.0, 4405.0, 4417.0, 4415.0, 4416.0, 4455.0, 4406.0, 4435.0, 4405.0, 4425.0, 4406.0, 4405.0, 4394.0, 4415.0, 4426.0, 4406.0, 4446.0, 4414.0, 4435.0, 4404.0, 4405.0, 4404.0, 4415.0, 4444.0, 4417.0, 4455.0, 4404.0, 4414.0, 4406.0, 4406.0, 4405.0, 4415.0, 4405.0, 4405.0, 4406.0, 4407.0, 4408.0, 4416.0, 4407.0, 4429.0, 4407.0, 4416.0, 4419.0, 4419.0, 4432.0, 4451.0, 4420.0, 4470.0, 4419.0, 4428.0, 4407.0, 4419.0, 4479.0, 4470.0, 4467.0, 4425.0, 4455.0, 4415.0, 4455.0, 4425.0, 4467.0, 4415.0, 4481.0, 4456.0, 4495.0, 4439.0, 4407.0, 4406.0, 4406.0, 4406.0, 4407.0, 4436.0, 4406.0, 4441.0, 4376.0, 4404.0, 4376.0, 4391.0, 4403.0, 4392.0, 4410.0, 4389.0, 4392.0, 4412.0, 4405.0, 4396.0, 4423.0, 4415.0, 4392.0, 4404.0, 4404.0, 4406.0, 4436.0, 4417.0, 4459.0, 4419.0, 4434.0, 4477.0, 4469.0, 4468.0, 4445.0, 4423.0, 4441.0, 4418.0, 4428.0, 4405.0, 4416.0, 4403.0, 4412.0, 4379.0, 4359.0, 4348.0, 4347.0, 4360.0, 4368.0, 4371.0, 4360.0, 4360.0, 4363.0, 4365.0, 4364.0, 4374.0, 4374.0, 4375.0, 4393.0, 4374.0, 4417.0, 4377.0, 4396.0, 4376.0, 4376.0, 4375.0, 4365.0, 4364.0, 4376.0, 4375.0, 4387.0, 4386.0, 4389.0, 4410.0, 4390.0, 4399.0, 4379.0, 4391.0, 4391.0, 4389.0, 4393.0, 4404.0, 4391.0, 4402.0, 4404.0, 4416.0, 4422.0, 4404.0, 4425.0, 4407.0, 4416.0, 4405.0, 4406.0, 4404.0, 4403.0, 4447.0, 4405.0, 4432.0, 4396.0, 4416.0, 4407.0, 4415.0, 4406.0, 4405.0, 4406.0, 4406.0, 4408.0, 4420.0, 4440.0, 4420.0, 4441.0, 4419.0, 4440.0, 4421.0, 4431.0, 4432.0, 4450.0, 4421.0, 4429.0, 4420.0, 4433.0, 4421.0, 4442.0, 4421.0, 4421.0, 4420.0, 4419.0, 4420.0, 4440.0, 4432.0, 4492.0, 4432.0, 4461.0, 4435.0, 4464.0, 4444.0, 4494.0, 4433.0, 4470.0, 4422.0, 4463.0, 4433.0, 4493.0, 4451.0, 4469.0, 4418.0, 4459.0, 4420.0, 4480.0, 4448.0, 4467.0, 4415.0, 4455.0, 4415.0, 4467.0, 4436.0, 4475.0, 4412.0, 4453.0, 4402.0, 4434.0, 4424.0, 4453.0, 4411.0, 4419.0, 4392.0, 4401.0, 4391.0, 4420.0, 4391.0, 4399.0, 4389.0, 4390.0, 4381.0, 4410.0, 4379.0, 4398.0, 4379.0, 4376.0, 4378.0, 4389.0, 4387.0, 4407.0, 4373.0, 4376.0, 4376.0, 4378.0, 4387.0, 4398.0, 4375.0, 4378.0, 4376.0, 4376.0, 4417.0, 4386.0, 4427.0, 4386.0, 4395.0, 4388.0, 4376.0, 4376.0, 4399.0, 4380.0, 4400.0, 4391.0, 4430.0, 4402.0, 4393.0, 4391.0, 4392.0, 4405.0, 4392.0, 4403.0, 4443.0, 4389.0, 4407.0, 4380.0, 4389.0, 4407.0, 4388.0, 4439.0, 4376.0, 4405.0, 4365.0, 4376.0, 4365.0, 4385.0, 4379.0, 4389.0, 4400.0, 4418.0, 4416.0, 4403.0, 4401.0, 4402.0, 4394.0, 4394.0, 4405.0, 4406.0, 4414.0, 4415.0, 4458.0, 4428.0, 4455.0, 4405.0, 4434.0, 4406.0, 4426.0, 4405.0, 4425.0, 4406.0, 4414.0, 4395.0, 4403.0, 4393.0, 4393.0, 4435.0, 4403.0, 4453.0, 4392.0, 4423.0, 4393.0, 4413.0, 4390.0, 4393.0, 4382.0, 4401.0, 4392.0, 4392.0, 4393.0, 4403.0, 4403.0, 4404.0, 4425.0, 4404.0, 4424.0, 4407.0, 4436.0, 4420.0, 4439.0, 4418.0, 4417.0, 4407.0, 4432.0, 4440.0, 4429.0, 4420.0, 4431.0, 4423.0, 4422.0, 4454.0, 4432.0, 4420.0, 4415.0, 4408.0, 4469.0, 4452.0, 4506.0, 4486.0, 4506.0, 4472.0, 4492.0, 4469.0, 4466.0, 4441.0, 4453.0, 4419.0, 4437.0, 4430.0, 4437.0, 4416.0, 4414.0, 4383.0, 4401.0, 4373.0, 4423.0, 4371.0, 4411.0, 4373.0, 4389.0, 4373.0, 4382.0, 4363.0, 4361.0, 4382.0, 4374.0, 4384.0, 4373.0, 4385.0, 4385.0, 4387.0, 4386.0, 4407.0, 4387.0, 4418.0, 4387.0, 4386.0, 4388.0, 4376.0, 4378.0, 4391.0, 4393.0, 4423.0, 4392.0, 4424.0, 4393.0, 4411.0, 4392.0, 4400.0, 4381.0, 4390.0, 4378.0, 4390.0, 4420.0, 4379.0, 4406.0, 4375.0, 4376.0, 4376.0, 4376.0, 4377.0, 4366.0, 4397.0, 4377.0, 4396.0, 4387.0, 4390.0, 4390.0, 4380.0, 4401.0, 4391.0, 4413.0, 4394.0, 4426.0, 4417.0, 4454.0, 4424.0, 4406.0, 4415.0, 4407.0], 'WindowWidth': [9824.0, 9806.0, 9784.0, 9790.0, 9757.0, 9798.0, 9747.0, 9787.0, 9743.0, 9755.0, 9731.0, 9785.0, 9742.0, 9782.0, 9713.0, 9706.0, 9703.0, 9705.0, 9707.0, 9708.0, 9706.0, 9721.0, 9768.0, 9711.0, 9720.0, 9710.0, 9724.0, 9692.0, 9707.0, 9709.0, 9710.0, 9712.0, 9718.0, 9758.0, 9736.0, 9758.0, 9735.0, 9792.0, 9740.0, 9752.0, 9733.0, 9734.0, 9787.0, 9735.0, 9807.0, 9743.0, 9746.0, 9711.0, 9713.0, 9804.0, 9725.0, 9754.0, 9706.0, 9712.0, 9781.0, 9713.0, 9738.0, 9712.0, 9726.0, 9709.0, 9709.0, 9755.0, 9714.0, 9730.0, 9714.0, 9730.0, 9786.0, 9733.0, 9744.0, 9712.0, 9730.0, 9754.0, 9719.0, 9759.0, 9714.0, 9729.0, 9711.0, 9717.0, 9770.0, 9718.0, 9744.0, 9733.0, 9735.0, 9729.0, 9733.0, 9762.0, 9736.0, 9766.0, 9738.0, 9766.0, 9722.0, 9736.0, 9774.0, 9737.0, 9793.0, 9753.0, 9781.0, 9736.0, 9732.0, 9751.0, 9733.0, 9758.0, 9767.0, 9762.0, 9815.0, 9766.0, 9789.0, 9762.0, 9775.0, 9742.0, 9762.0, 9872.0, 9808.0, 9832.0, 9762.0, 9750.0, 9844.0, 9770.0, 9787.0, 9724.0, 9722.0, 9776.0, 9711.0, 9749.0, 9709.0, 9725.0, 9713.0, 9708.0, 9714.0, 9729.0, 9717.0, 9735.0, 9749.0, 9739.0, 9768.0, 9740.0, 9770.0, 9734.0, 9741.0, 9810.0, 9750.0, 9790.0, 9748.0, 9729.0, 9837.0, 9740.0, 9784.0, 9728.0, 9741.0, 9733.0, 9730.0, 9715.0, 9730.0, 9757.0, 9739.0, 9768.0, 9740.0, 9753.0, 9733.0, 9741.0, 9841.0, 9738.0, 9806.0, 9750.0, 9767.0, 9709.0, 9714.0, 9828.0, 9715.0, 9772.0, 9726.0, 9810.0, 9739.0, 9756.0, 9713.0, 9731.0, 9731.0, 9737.0, 9743.0, 9767.0, 9763.0, 9767.0, 9743.0, 9756.0, 9742.0, 9768.0, 9795.0, 9733.0, 9809.0, 9742.0, 9759.0, 9754.0, 9755.0, 9823.0, 9739.0, 9797.0, 9736.0, 9736.0, 9707.0, 9700.0, 9730.0, 9704.0, 9743.0, 9708.0, 9720.0, 9711.0, 9723.0, 9712.0, 9712.0, 9711.0, 9723.0, 9709.0, 9730.0, 9773.0, 9726.0, 9753.0, 9724.0, 9752.0, 9728.0, 9752.0, 9728.0, 9769.0, 9728.0, 9765.0, 9714.0, 9738.0, 9724.0, 9728.0, 9726.0, 9712.0, 9727.0, 9713.0, 9743.0, 9717.0, 9806.0, 9743.0, 9780.0, 9711.0, 9740.0, 9747.0, 9766.0, 9766.0, 9708.0, 9762.0, 9727.0, 9733.0, 9758.0, 9736.0, 9742.0, 9741.0, 9758.0, 9748.0, 9761.0, 9770.0, 9743.0, 9769.0, 9787.0, 9833.0, 9786.0, 9774.0, 9742.0, 9735.0, 9812.0, 9803.0, 9767.0, 9772.0, 9724.0, 9751.0, 9820.0, 9772.0, 9803.0, 9726.0, 9765.0, 9723.0, 9766.0, 9771.0, 9833.0, 9789.0, 9790.0, 9730.0, 9739.0, 9723.0, 9779.0, 9706.0, 9797.0, 9734.0, 9764.0, 9706.0, 9725.0, 9692.0, 9714.0, 9691.0, 9744.0, 9691.0, 9711.0, 9703.0, 9720.0, 9721.0, 9722.0, 9708.0, 9706.0, 9709.0, 9707.0, 9707.0, 9709.0, 9731.0, 9736.0, 9743.0, 9740.0, 9807.0, 9736.0, 9743.0, 9764.0, 9764.0, 9749.0, 9758.0, 9758.0, 9745.0, 9762.0, 9821.0, 9876.0, 9842.0, 9783.0, 9785.0, 9842.0, 9769.0, 9813.0, 9820.0, 9782.0, 9774.0, 9793.0, 9747.0, 9798.0, 9735.0, 9756.0, 9748.0, 9691.0, 9787.0, 9698.0, 9729.0, 9683.0, 9683.0, 9662.0, 9651.0, 9738.0, 9646.0, 9659.0, 9643.0, 9643.0, 9644.0, 9648.0, 9647.0, 9669.0, 9663.0, 9671.0, 9653.0, 9671.0, 9673.0, 9674.0, 9692.0, 9713.0, 9672.0, 9673.0, 9675.0, 9679.0, 9680.0, 9695.0, 9722.0, 9696.0, 9683.0, 9682.0, 9704.0, 9699.0, 9704.0, 9729.0, 9707.0, 9705.0, 9708.0, 9735.0, 9725.0, 9727.0, 9723.0, 9728.0, 9720.0, 9732.0, 9748.0, 9769.0, 9744.0, 9735.0, 9731.0, 9735.0, 9735.0, 9753.0, 9794.0, 9752.0, 9765.0, 9755.0, 9755.0, 9738.0, 9756.0, 9753.0, 9758.0, 9797.0, 9757.0, 9809.0, 9755.0, 9753.0, 9742.0, 9757.0, 9743.0, 9761.0, 9815.0, 9757.0, 9786.0, 9760.0, 9757.0, 9761.0, 9758.0, 9755.0, 9777.0, 9813.0, 9774.0, 9778.0, 9779.0, 9766.0, 9759.0, 9774.0, 9811.0, 9759.0, 9801.0, 9778.0, 9791.0, 9778.0, 9788.0, 9776.0, 9785.0, 9761.0, 9764.0, 9746.0, 9781.0, 9846.0, 9775.0, 9843.0, 9757.0, 9783.0, 9762.0, 9766.0, 9759.0, 9774.0, 9783.0, 9755.0, 9799.0, 9771.0, 9796.0, 9783.0, 9779.0, 9785.0, 9790.0, 9767.0, 9780.0, 9785.0, 9783.0, 9767.0, 9822.0, 9765.0, 9778.0, 9851.0, 9781.0, 9874.0, 9837.0, 9850.0, 9787.0, 9799.0, 9741.0, 9758.0, 9757.0, 9757.0, 9822.0, 9753.0, 9865.0, 9755.0, 9819.0, 9761.0, 9796.0, 9753.0, 9738.0, 9739.0, 9745.0, 9745.0, 9763.0, 9778.0, 9760.0, 9816.0, 9754.0, 9750.0, 9801.0, 9798.0, 9792.0, 9811.0, 9772.0, 9759.0, 9731.0, 9726.0, 9769.0, 9847.0, 9809.0, 9840.0, 9781.0, 9741.0, 9722.0, 9740.0, 9730.0, 9715.0, 9734.0, 9759.0, 9743.0, 9745.0, 9729.0, 9727.0, 9808.0, 9780.0, 9820.0, 9758.0, 9754.0, 9712.0, 9721.0, 9717.0, 9766.0, 9717.0, 9714.0, 9674.0, 9652.0, 9670.0, 9667.0, 9688.0, 9701.0, 9687.0, 9689.0, 9703.0, 9673.0, 9708.0, 9678.0, 9698.0, 9696.0, 9681.0, 9697.0, 9697.0, 9705.0, 9713.0, 9703.0, 9780.0, 9719.0, 9733.0, 9728.0, 9705.0, 9708.0, 9708.0, 9707.0, 9710.0, 9707.0, 9707.0, 9764.0, 9721.0, 9778.0, 9725.0, 9734.0, 9722.0, 9747.0, 9722.0, 9785.0, 9719.0, 9748.0, 9702.0, 9701.0, 9703.0, 9702.0, 9686.0, 9686.0, 9699.0, 9716.0, 9703.0, 9721.0, 9733.0, 9723.0, 9725.0, 9714.0, 9710.0, 9711.0, 9725.0, 9713.0, 9738.0, 9724.0, 9740.0, 9736.0, 9730.0, 9757.0, 9730.0, 9743.0, 9729.0, 9731.0, 9727.0, 9730.0, 9728.0, 9732.0, 9793.0, 9734.0, 9771.0, 9735.0, 9729.0, 9728.0, 9728.0, 9729.0, 9751.0, 9790.0, 9748.0, 9809.0, 9732.0, 9761.0, 9734.0, 9751.0, 9732.0, 9751.0, 9745.0, 9748.0, 9801.0, 9734.0, 9774.0, 9733.0, 9760.0, 9734.0, 9731.0, 9714.0, 9744.0, 9761.0, 9736.0, 9794.0, 9744.0, 9772.0, 9730.0, 9731.0, 9729.0, 9747.0, 9785.0, 9750.0, 9801.0, 9730.0, 9742.0, 9734.0, 9736.0, 9734.0, 9748.0, 9732.0, 9732.0, 9734.0, 9737.0, 9741.0, 9749.0, 9738.0, 9771.0, 9738.0, 9749.0, 9758.0, 9759.0, 9780.0, 9806.0, 9762.0, 9829.0, 9758.0, 9767.0, 9740.0, 9758.0, 9843.0, 9831.0, 9823.0, 9760.0, 9802.0, 9745.0, 9804.0, 9760.0, 9824.0, 9743.0, 9849.0, 9823.0, 9876.0, 9785.0, 9737.0, 9732.0, 9732.0, 9733.0, 9733.0, 9775.0, 9734.0, 9773.0, 9675.0, 9711.0, 9674.0, 9703.0, 9725.0, 9706.0, 9730.0, 9700.0, 9708.0, 9735.0, 9731.0, 9722.0, 9753.0, 9747.0, 9713.0, 9730.0, 9728.0, 9736.0, 9776.0, 9751.0, 9816.0, 9758.0, 9772.0, 9843.0, 9830.0, 9826.0, 9786.0, 9750.0, 9774.0, 9734.0, 9751.0, 9711.0, 9731.0, 9705.0, 9718.0, 9667.0, 9639.0, 9624.0, 9620.0, 9641.0, 9650.0, 9659.0, 9643.0, 9645.0, 9654.0, 9656.0, 9656.0, 9670.0, 9670.0, 9671.0, 9694.0, 9670.0, 9733.0, 9678.0, 9703.0, 9677.0, 9674.0, 9674.0, 9659.0, 9658.0, 9675.0, 9676.0, 9693.0, 9692.0, 9698.0, 9727.0, 9701.0, 9713.0, 9688.0, 9703.0, 9706.0, 9702.0, 9711.0, 9726.0, 9708.0, 9723.0, 9727.0, 9746.0, 9753.0, 9730.0, 9759.0, 9734.0, 9747.0, 9730.0, 9734.0, 9731.0, 9728.0, 9791.0, 9732.0, 9768.0, 9720.0, 9747.0, 9736.0, 9745.0, 9735.0, 9731.0, 9735.0, 9736.0, 9742.0, 9761.0, 9788.0, 9762.0, 9789.0, 9759.0, 9788.0, 9766.0, 9779.0, 9782.0, 9804.0, 9766.0, 9774.0, 9763.0, 9782.0, 9764.0, 9795.0, 9763.0, 9763.0, 9760.0, 9761.0, 9764.0, 9791.0, 9785.0, 9869.0, 9782.0, 9821.0, 9791.0, 9829.0, 9804.0, 9875.0, 9783.0, 9831.0, 9768.0, 9823.0, 9782.0, 9870.0, 9806.0, 9828.0, 9756.0, 9813.0, 9759.0, 9851.0, 9798.0, 9820.0, 9746.0, 9802.0, 9747.0, 9823.0, 9777.0, 9834.0, 9738.0, 9797.0, 9724.0, 9769.0, 9754.0, 9799.0, 9732.0, 9742.0, 9709.0, 9719.0, 9704.0, 9745.0, 9703.0, 9711.0, 9699.0, 9701.0, 9690.0, 9731.0, 9686.0, 9710.0, 9683.0, 9678.0, 9684.0, 9698.0, 9692.0, 9721.0, 9671.0, 9675.0, 9677.0, 9681.0, 9691.0, 9709.0, 9675.0, 9679.0, 9676.0, 9677.0, 9735.0, 9691.0, 9752.0, 9689.0, 9703.0, 9695.0, 9676.0, 9675.0, 9712.0, 9686.0, 9719.0, 9706.0, 9757.0, 9723.0, 9712.0, 9707.0, 9710.0, 9728.0, 9708.0, 9723.0, 9779.0, 9698.0, 9721.0, 9685.0, 9697.0, 9720.0, 9693.0, 9772.0, 9674.0, 9714.0, 9659.0, 9675.0, 9660.0, 9687.0, 9682.0, 9700.0, 9718.0, 9756.0, 9751.0, 9728.0, 9720.0, 9722.0, 9712.0, 9712.0, 9729.0, 9734.0, 9742.0, 9746.0, 9809.0, 9764.0, 9804.0, 9732.0, 9769.0, 9733.0, 9759.0, 9732.0, 9757.0, 9732.0, 9742.0, 9716.0, 9725.0, 9710.0, 9712.0, 9768.0, 9723.0, 9798.0, 9707.0, 9751.0, 9709.0, 9736.0, 9704.0, 9708.0, 9693.0, 9719.0, 9707.0, 9708.0, 9709.0, 9725.0, 9724.0, 9727.0, 9756.0, 9729.0, 9755.0, 9735.0, 9778.0, 9760.0, 9783.0, 9754.0, 9751.0, 9738.0, 9780.0, 9788.0, 9771.0, 9761.0, 9778.0, 9771.0, 9770.0, 9814.0, 9782.0, 9761.0, 9747.0, 9739.0, 9831.0, 9809.0, 9896.0, 9865.0, 9900.0, 9838.0, 9874.0, 9830.0, 9825.0, 9776.0, 9797.0, 9738.0, 9767.0, 9753.0, 9767.0, 9729.0, 9724.0, 9679.0, 9703.0, 9665.0, 9736.0, 9663.0, 9716.0, 9664.0, 9683.0, 9666.0, 9676.0, 9652.0, 9648.0, 9679.0, 9669.0, 9683.0, 9670.0, 9686.0, 9687.0, 9690.0, 9690.0, 9721.0, 9693.0, 9738.0, 9693.0, 9690.0, 9695.0, 9679.0, 9683.0, 9704.0, 9711.0, 9751.0, 9710.0, 9753.0, 9711.0, 9734.0, 9709.0, 9717.0, 9690.0, 9700.0, 9682.0, 9699.0, 9739.0, 9681.0, 9715.0, 9673.0, 9674.0, 9674.0, 9674.0, 9676.0, 9661.0, 9702.0, 9680.0, 9704.0, 9696.0, 9701.0, 9701.0, 9689.0, 9718.0, 9707.0, 9738.0, 9716.0, 9762.0, 9753.0, 9799.0, 9757.0, 9737.0, 9746.0, 9737.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.0031857156308851228</td></tr>
<tr><td colspan=3>aqi</td><td>0.03732708314500941</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.91607051199815</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3124016142412809</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0338393184637122</td></tr>
<tr><td colspan=3>efc</td><td>0.4786</td></tr>
<tr><td colspan=3>fber</td><td>7874.1821</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0947977676969761</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.43879472693032</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5374366166999995</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4311657602183097</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.793818206117456</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.387325883764234</td></tr>
<tr><td colspan=3>gcor</td><td>0.0216416</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0023952980991452932</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041675444692373276</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</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.836866722930128</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>15.4278</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4114</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.5065</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298852.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>1001.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.2859</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2969</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.1611</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3602.665</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.0283</td></tr>
<tr><td colspan=3>tsnr</td><td>34.229585541179404</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>