<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-03/func/sub-0043_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>d256b841dda855338fec17f9921b2c93</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>14:51:42.600000</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.996293, 0.0731778, 0.0452281, -0.0763108, 0.994485, 0.0719392]</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.0823998</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>[4152, -7794, -7284, 606, -38, -288, 42, 33]</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>232.783</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6bb5f03f-16fe-4623-a55c-ee63f454a5f7||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.672980785369873, -0.20473627746105194, 0.10722865164279938, 119.93858337402344], [-0.19633059203624725, 2.6681318283081055, 0.20283463597297668, -97.76338958740234], [0.12134362757205963, -0.1930077075958252, 2.6902341842651367, -67.89788818359375], [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': ['145142.600000', '145143.060000', '145143.520000', '145143.980000', '145144.440000', '145144.900000', '145145.360000', '145145.820000', '145146.280000', '145146.740000', '145147.200000', '145147.660000', '145148.120000', '145148.580000', '145149.040000', '145149.500000', '145149.960000', '145150.420000', '145150.880000', '145151.340000', '145151.800000', '145152.260000', '145152.720000', '145153.180000', '145153.640000', '145154.100000', '145154.560000', '145155.020000', '145155.480000', '145155.940000', '145156.400000', '145156.860000', '145157.320000', '145157.780000', '145158.240000', '145158.700000', '145159.160000', '145159.620000', '145200.080000', '145200.540000', '145201.000000', '145201.460000', '145201.920000', '145202.380000', '145202.840000', '145203.300000', '145203.760000', '145204.220000', '145204.680000', '145205.140000', '145205.600000', '145206.060000', '145206.520000', '145206.980000', '145207.440000', '145207.900000', '145208.360000', '145208.820000', '145209.280000', '145209.740000', '145210.200000', '145210.660000', '145211.120000', '145211.580000', '145212.040000', '145212.500000', '145212.960000', '145213.420000', '145213.880000', '145214.340000', '145214.800000', '145215.260000', '145215.720000', '145216.180000', '145216.640000', '145217.100000', '145217.560000', '145218.020000', '145218.480000', '145218.940000', '145219.400000', '145219.860000', '145220.320000', '145220.780000', '145221.240000', '145221.700000', '145222.160000', '145222.620000', '145223.080000', '145223.540000', '145224.000000', '145224.460000', '145224.920000', '145225.380000', '145225.840000', '145226.300000', '145226.760000', '145227.220000', '145227.680000', '145228.140000', '145228.600000', '145229.060000', '145229.520000', '145229.980000', '145230.440000', '145230.900000', '145231.360000', '145231.820000', '145232.280000', '145232.740000', '145233.200000', '145233.660000', '145234.120000', '145234.580000', '145235.040000', '145235.500000', '145235.960000', '145236.420000', '145236.880000', '145237.340000', '145237.800000', '145238.260000', '145238.720000', '145239.180000', '145239.640000', '145240.100000', '145240.560000', '145241.020000', '145241.480000', '145241.940000', '145242.400000', '145242.860000', '145243.320000', '145243.780000', '145244.240000', '145244.700000', '145245.160000', '145245.620000', '145246.080000', '145246.540000', '145247.000000', '145247.460000', '145247.920000', '145248.380000', '145248.840000', '145249.300000', '145249.760000', '145250.220000', '145250.680000', '145251.140000', '145251.600000', '145252.060000', '145252.520000', '145252.980000', '145253.440000', '145253.900000', '145254.360000', '145254.820000', '145255.280000', '145255.740000', '145256.200000', '145256.660000', '145257.120000', '145257.580000', '145258.040000', '145258.500000', '145258.960000', '145259.420000', '145259.880000', '145300.340000', '145300.800000', '145301.260000', '145301.720000', '145302.180000', '145302.640000', '145303.100000', '145303.560000', '145304.020000', '145304.480000', '145304.940000', '145305.400000', '145305.860000', '145306.320000', '145306.780000', '145307.240000', '145307.700000', '145308.160000', '145308.620000', '145309.080000', '145309.540000', '145310.000000', '145310.460000', '145310.920000', '145311.380000', '145311.840000', '145312.300000', '145312.760000', '145313.220000', '145313.680000', '145314.140000', '145314.600000', '145315.060000', '145315.520000', '145315.980000', '145316.440000', '145316.900000', '145317.360000', '145317.820000', '145318.280000', '145318.740000', '145319.200000', '145319.660000', '145320.120000', '145320.580000', '145321.040000', '145321.500000', '145321.960000', '145322.420000', '145322.880000', '145323.340000', '145323.800000', '145324.260000', '145324.720000', '145325.180000', '145325.640000', '145326.100000', '145326.560000', '145327.020000', '145327.480000', '145327.940000', '145328.400000', '145328.860000', '145329.320000', '145329.780000', '145330.240000', '145330.700000', '145331.160000', '145331.620000', '145332.080000', '145332.540000', '145333.000000', '145333.460000', '145333.920000', '145334.380000', '145334.840000', '145335.300000', '145335.760000', '145336.220000', '145336.680000', '145337.140000', '145337.600000', '145338.060000', '145338.520000', '145338.980000', '145339.440000', '145339.900000', '145340.360000', '145340.820000', '145341.280000', '145341.740000', '145342.200000', '145342.660000', '145343.120000', '145343.580000', '145344.040000', '145344.500000', '145344.960000', '145345.420000', '145345.880000', '145346.340000', '145346.800000', '145347.260000', '145347.720000', '145348.180000', '145348.640000', '145349.100000', '145349.560000', '145350.020000', '145350.480000', '145350.940000', '145351.400000', '145351.860000', '145352.320000', '145352.780000', '145353.240000', '145353.700000', '145354.160000', '145354.620000', '145355.080000', '145355.540000', '145356.000000', '145356.460000', '145356.920000', '145357.380000', '145357.840000', '145358.300000', '145358.760000', '145359.220000', '145359.680000', '145400.140000', '145400.600000', '145401.060000', '145401.520000', '145401.980000', '145402.440000', '145402.900000', '145403.360000', '145403.820000', '145404.280000', '145404.740000', '145405.200000', '145405.660000', '145406.120000', '145406.580000', '145407.040000', '145407.500000', '145407.960000', '145408.420000', '145408.880000', '145409.340000', '145409.800000', '145410.260000', '145410.720000', '145411.180000', '145411.640000', '145412.100000', '145412.560000', '145413.020000', '145413.480000', '145413.940000', '145414.400000', '145414.860000', '145415.320000', '145415.780000', '145416.240000', '145416.700000', '145417.160000', '145417.620000', '145418.080000', '145418.540000', '145419.000000', '145419.460000', '145419.920000', '145420.380000', '145420.840000', '145421.300000', '145421.760000', '145422.220000', '145422.680000', '145423.140000', '145423.600000', '145424.060000', '145424.520000', '145424.980000', '145425.440000', '145425.900000', '145426.360000', '145426.820000', '145427.280000', '145427.740000', '145428.200000', '145428.660000', '145429.120000', '145429.580000', '145430.040000', '145430.500000', '145430.960000', '145431.420000', '145431.880000', '145432.340000', '145432.800000', '145433.260000', '145433.720000', '145434.180000', '145434.640000', '145435.100000', '145435.560000', '145436.020000', '145436.480000', '145436.940000', '145437.400000', '145437.860000', '145438.320000', '145438.780000', '145439.240000', '145439.700000', '145440.160000', '145440.620000', '145441.080000', '145441.540000', '145442.000000', '145442.460000', '145442.920000', '145443.380000', '145443.840000', '145444.300000', '145444.760000', '145445.220000', '145445.680000', '145446.140000', '145446.600000', '145447.060000', '145447.520000', '145447.980000', '145448.440000', '145448.900000', '145449.360000', '145449.820000', '145450.280000', '145450.740000', '145451.200000', '145451.660000', '145452.120000', '145452.580000', '145453.040000', '145453.500000', '145453.960000', '145454.420000', '145454.880000', '145455.340000', '145455.800000', '145456.260000', '145456.720000', '145457.180000', '145457.640000', '145458.100000', '145458.560000', '145459.020000', '145459.480000', '145459.940000', '145500.400000', '145500.860000', '145501.320000', '145501.780000', '145502.240000', '145502.700000', '145503.160000', '145503.620000', '145504.080000', '145504.540000', '145505.000000', '145505.460000', '145505.920000', '145506.380000', '145506.840000', '145507.300000', '145507.760000', '145508.220000', '145508.680000', '145509.140000', '145509.600000', '145510.060000', '145510.520000', '145510.980000', '145511.440000', '145511.900000', '145512.360000', '145512.820000', '145513.280000', '145513.740000', '145514.200000', '145514.660000', '145515.120000', '145515.580000', '145516.040000', '145516.500000', '145516.960000', '145517.420000', '145517.880000', '145518.340000', '145518.800000', '145519.260000', '145519.720000', '145520.180000', '145520.640000', '145521.100000', '145521.560000', '145522.020000', '145522.480000', '145522.940000', '145523.400000', '145523.860000', '145524.320000', '145524.780000', '145525.240000', '145525.700000', '145526.160000', '145526.620000', '145527.080000', '145527.540000', '145528.000000', '145528.460000', '145528.920000', '145529.380000', '145529.840000', '145530.300000', '145530.760000', '145531.220000', '145531.680000', '145532.140000', '145532.600000', '145533.060000', '145533.520000', '145533.980000', '145534.440000', '145534.900000', '145535.360000', '145535.820000', '145536.280000', '145536.740000', '145537.200000', '145537.660000', '145538.120000', '145538.580000', '145539.040000', '145539.500000', '145539.960000', '145540.420000', '145540.880000', '145541.340000', '145541.800000', '145542.260000', '145542.720000', '145543.180000', '145543.640000', '145544.100000', '145544.560000', '145545.020000', '145545.480000', '145545.940000', '145546.400000', '145546.860000', '145547.320000', '145547.780000', '145548.240000', '145548.700000', '145549.160000', '145549.620000', '145550.080000', '145550.540000', '145551.000000', '145551.460000', '145551.920000', '145552.380000', '145552.840000', '145553.300000', '145553.760000', '145554.220000', '145554.680000', '145555.140000', '145555.600000', '145556.060000', '145556.520000', '145556.980000', '145557.440000', '145557.900000', '145558.360000', '145558.820000', '145559.280000', '145559.740000', '145600.200000', '145600.660000', '145601.120000', '145601.580000', '145602.040000', '145602.500000', '145602.960000', '145603.420000', '145603.880000', '145604.340000', '145604.800000', '145605.260000', '145605.720000', '145606.180000', '145606.640000', '145607.100000', '145607.560000', '145608.020000', '145608.480000', '145608.940000', '145609.400000', '145609.860000', '145610.320000', '145610.780000', '145611.240000', '145611.700000', '145612.160000', '145612.620000', '145613.080000', '145613.540000', '145614.000000', '145614.460000', '145614.920000', '145615.380000', '145615.840000', '145616.300000', '145616.760000', '145617.220000', '145617.680000', '145618.140000', '145618.600000', '145619.060000', '145619.520000', '145619.980000', '145620.440000', '145620.900000', '145621.360000', '145621.820000', '145622.280000', '145622.740000', '145623.200000', '145623.660000', '145624.120000', '145624.580000', '145625.040000', '145625.500000', '145625.960000', '145626.420000', '145626.880000', '145627.340000', '145627.800000', '145628.260000', '145628.720000', '145629.180000', '145629.640000', '145630.100000', '145630.560000', '145631.020000', '145631.480000', '145631.940000', '145632.400000', '145632.860000', '145633.320000', '145633.780000', '145634.240000', '145634.700000', '145635.160000', '145635.620000', '145636.080000', '145636.540000', '145637.000000', '145637.460000', '145637.920000', '145638.380000', '145638.840000', '145639.300000', '145639.760000', '145640.220000', '145640.680000', '145641.140000', '145641.600000', '145642.060000', '145642.520000', '145642.980000', '145643.440000', '145643.900000', '145644.360000', '145644.820000', '145645.280000', '145645.740000', '145646.200000', '145646.660000', '145647.120000', '145647.580000', '145648.040000', '145648.500000', '145648.960000', '145649.420000', '145649.880000', '145650.340000', '145650.800000', '145651.260000', '145651.720000', '145652.180000', '145652.640000', '145653.100000', '145653.560000', '145654.020000', '145654.480000', '145654.940000', '145655.400000', '145655.860000', '145656.320000', '145656.780000', '145657.240000', '145657.700000', '145658.160000', '145658.620000', '145659.080000', '145659.540000', '145700.000000', '145700.460000', '145700.920000', '145701.380000', '145701.840000', '145702.300000', '145702.760000', '145703.220000', '145703.680000', '145704.140000', '145704.600000', '145705.060000', '145705.520000', '145705.980000', '145706.440000', '145706.900000', '145707.360000', '145707.820000', '145708.280000', '145708.740000', '145709.200000', '145709.660000', '145710.120000', '145710.580000', '145711.040000', '145711.500000', '145711.960000', '145712.420000', '145712.880000', '145713.340000', '145713.800000', '145714.260000', '145714.720000', '145715.180000', '145715.640000', '145716.100000', '145716.560000', '145717.020000', '145717.480000', '145717.940000', '145718.400000', '145718.860000', '145719.320000', '145719.780000', '145720.240000', '145720.700000', '145721.160000', '145721.620000', '145722.080000', '145722.540000', '145723.000000', '145723.460000', '145723.920000', '145724.380000', '145724.840000', '145725.300000', '145725.760000', '145726.220000', '145726.680000', '145727.140000', '145727.600000', '145728.060000', '145728.520000', '145728.980000', '145729.440000', '145729.900000', '145730.360000', '145730.820000', '145731.280000', '145731.740000', '145732.200000', '145732.660000', '145733.120000', '145733.580000', '145734.040000', '145734.500000', '145734.960000', '145735.420000', '145735.880000', '145736.340000', '145736.800000', '145737.260000', '145737.720000', '145738.180000', '145738.640000', '145739.100000', '145739.560000', '145740.020000', '145740.480000', '145740.940000', '145741.400000', '145741.860000', '145742.320000', '145742.780000', '145743.240000', '145743.700000', '145744.160000', '145744.620000', '145745.080000', '145745.540000', '145746.000000', '145746.460000', '145746.920000', '145747.380000', '145747.840000', '145748.300000', '145748.760000', '145749.220000', '145749.680000', '145750.140000', '145750.600000', '145751.060000', '145751.520000', '145751.980000', '145752.440000', '145752.900000', '145753.360000', '145753.820000', '145754.280000', '145754.740000', '145755.200000', '145755.660000', '145756.120000', '145756.580000', '145757.040000', '145757.500000', '145757.960000', '145758.420000', '145758.880000', '145759.340000', '145759.800000', '145800.260000', '145800.720000', '145801.180000', '145801.640000', '145802.100000', '145802.560000', '145803.020000', '145803.480000', '145803.940000', '145804.400000', '145804.860000', '145805.320000', '145805.780000', '145806.240000', '145806.700000', '145807.160000', '145807.620000', '145808.080000', '145808.540000', '145809.000000', '145809.460000', '145809.920000', '145810.380000', '145810.840000', '145811.300000', '145811.760000', '145812.220000', '145812.680000', '145813.140000', '145813.600000', '145814.060000', '145814.520000', '145814.980000', '145815.440000', '145815.900000', '145816.360000', '145816.820000', '145817.280000', '145817.740000', '145818.200000', '145818.660000', '145819.120000', '145819.580000', '145820.040000', '145820.500000', '145820.960000', '145821.420000', '145821.880000', '145822.340000', '145822.800000', '145823.260000', '145823.720000', '145824.180000', '145824.640000', '145825.100000', '145825.560000', '145826.020000', '145826.480000', '145826.940000', '145827.400000', '145827.860000', '145828.320000', '145828.780000', '145829.240000', '145829.700000', '145830.160000', '145830.620000', '145831.080000', '145831.540000', '145832.000000', '145832.460000', '145832.920000', '145833.380000', '145833.840000', '145834.300000', '145834.760000', '145835.220000', '145835.680000', '145836.140000', '145836.600000', '145837.060000', '145837.520000', '145837.980000', '145838.440000', '145838.900000', '145839.360000', '145839.820000', '145840.280000', '145840.740000', '145841.200000', '145841.660000', '145842.120000', '145842.580000', '145843.040000', '145843.500000', '145843.960000', '145844.420000', '145844.880000', '145845.340000', '145845.800000', '145846.260000', '145846.720000', '145847.180000', '145847.640000', '145848.100000', '145848.560000', '145849.020000', '145849.480000', '145849.940000', '145850.400000', '145850.860000', '145851.320000', '145851.780000', '145852.240000', '145852.700000', '145853.160000', '145853.620000', '145854.080000', '145854.540000', '145855.000000', '145855.460000', '145855.920000', '145856.380000', '145856.840000', '145857.300000', '145857.760000', '145858.220000', '145858.680000', '145859.140000', '145859.600000', '145900.060000', '145900.520000', '145900.980000', '145901.440000', '145901.900000', '145902.360000', '145902.820000', '145903.280000', '145903.740000', '145904.200000', '145904.660000', '145905.120000', '145905.580000', '145906.040000', '145906.500000', '145906.960000', '145907.420000', '145907.880000', '145908.340000', '145908.800000', '145909.260000', '145909.720000', '145910.180000', '145910.640000', '145911.100000', '145911.560000', '145912.020000', '145912.480000', '145912.940000', '145913.400000', '145913.860000', '145914.320000', '145914.780000', '145915.240000', '145915.700000', '145916.160000', '145916.620000', '145917.080000', '145917.540000', '145918.000000', '145918.460000', '145918.920000', '145919.380000', '145919.840000', '145920.300000', '145920.760000', '145921.220000', '145921.680000', '145922.140000', '145922.600000', '145923.060000', '145923.520000', '145923.980000', '145924.440000', '145924.900000', '145925.360000', '145925.820000', '145926.280000', '145926.740000', '145927.200000', '145927.660000', '145928.120000', '145928.580000', '145929.040000', '145929.500000', '145929.960000', '145930.420000', '145930.880000', '145931.340000', '145931.800000', '145932.260000', '145932.720000', '145933.180000', '145933.640000', '145934.100000', '145934.560000', '145935.020000', '145935.480000', '145935.940000', '145936.400000', '145936.860000', '145937.320000', '145937.780000', '145938.240000', '145938.700000', '145939.160000', '145939.620000', '145940.080000', '145940.540000', '145941.000000', '145941.460000', '145941.920000', '145942.380000', '145942.840000', '145943.300000', '145943.760000', '145944.220000', '145944.680000', '145945.140000', '145945.600000', '145946.060000', '145946.520000', '145946.980000', '145947.440000', '145947.900000', '145948.360000', '145948.820000', '145949.280000', '145949.740000', '145950.200000', '145950.660000', '145951.120000', '145951.580000', '145952.040000'], 'ContentTime': ['145200.482000', '145200.486000', '145200.489000', '145200.492000', '145200.495000', '145200.498000', '145200.501000', '145200.504000', '145200.512000', '145200.514000', '145200.518000', '145200.521000', '145200.523000', '145200.526000', '145200.529000', '145200.532000', '145200.535000', '145200.538000', '145200.541000', '145200.544000', '145200.547000', '145200.557000', '145200.560000', '145200.562000', '145200.565000', '145200.568000', '145200.571000', '145200.574000', '145200.577000', '145200.580000', '145200.583000', '145200.585000', '145200.588000', '145200.591000', '145200.594000', '145200.597000', '145200.600000', '145220.446000', '145220.449000', '145220.452000', '145220.454000', '145220.457000', '145220.460000', '145220.463000', '145220.466000', '145220.469000', '145220.471000', '145220.474000', '145220.477000', '145220.480000', '145220.483000', '145220.487000', '145220.491000', '145220.494000', '145220.497000', '145220.500000', '145220.503000', '145220.505000', '145220.508000', '145220.511000', '145220.514000', '145220.517000', '145220.519000', '145220.522000', '145220.525000', '145220.528000', '145220.531000', '145220.534000', '145220.537000', '145220.539000', '145220.543000', '145220.546000', '145220.548000', '145220.551000', '145220.554000', '145220.557000', '145220.560000', '145220.562000', '145220.565000', '145220.568000', '145240.446000', '145240.449000', '145240.453000', '145240.456000', '145240.459000', '145240.461000', '145240.464000', '145240.467000', '145240.470000', '145240.473000', '145240.475000', '145240.478000', '145240.481000', '145240.484000', '145240.487000', '145240.489000', '145240.492000', '145240.495000', '145240.498000', '145240.501000', '145240.509000', '145240.512000', '145240.515000', '145240.518000', '145240.521000', '145240.523000', '145240.526000', '145240.529000', '145240.532000', '145240.535000', '145240.538000', '145240.540000', '145240.543000', '145240.546000', '145240.549000', '145240.552000', '145240.554000', '145240.557000', '145240.560000', '145240.563000', '145240.566000', '145240.569000', '145240.576000', '145240.579000', '145300.446000', '145300.449000', '145300.452000', '145300.455000', '145300.457000', '145300.460000', '145300.463000', '145300.466000', '145300.469000', '145300.472000', '145300.474000', '145300.477000', '145300.480000', '145300.483000', '145300.486000', '145300.488000', '145300.491000', '145300.494000', '145300.497000', '145300.500000', '145300.503000', '145300.506000', '145300.509000', '145300.511000', '145300.514000', '145300.517000', '145300.520000', '145300.523000', '145300.525000', '145300.528000', '145300.531000', '145300.534000', '145300.537000', '145300.540000', '145300.542000', '145300.545000', '145300.548000', '145300.551000', '145300.554000', '145300.557000', '145300.559000', '145300.562000', '145300.565000', '145320.447000', '145320.450000', '145320.453000', '145320.456000', '145320.458000', '145320.461000', '145320.464000', '145320.467000', '145320.470000', '145320.473000', '145320.475000', '145320.478000', '145320.481000', '145320.484000', '145320.487000', '145320.490000', '145320.493000', '145320.495000', '145320.498000', '145320.501000', '145320.504000', '145320.507000', '145320.510000', '145320.512000', '145320.515000', '145320.518000', '145320.521000', '145320.524000', '145320.527000', '145320.529000', '145320.532000', '145320.535000', '145320.538000', '145320.541000', '145320.544000', '145320.546000', '145320.549000', '145320.552000', '145320.555000', '145320.558000', '145320.560000', '145320.563000', '145320.566000', '145320.569000', '145340.447000', '145340.450000', '145340.453000', '145340.456000', '145340.458000', '145340.461000', '145340.464000', '145340.467000', '145340.470000', '145340.472000', '145340.475000', '145340.478000', '145340.481000', '145340.484000', '145340.487000', '145340.490000', '145340.492000', '145340.495000', '145340.498000', '145340.501000', '145340.504000', '145340.506000', '145340.509000', '145340.512000', '145340.515000', '145340.518000', '145340.521000', '145340.523000', '145340.528000', '145340.531000', '145340.533000', '145340.536000', '145340.539000', '145340.542000', '145340.545000', '145340.548000', '145340.550000', '145340.553000', '145340.556000', '145340.559000', '145340.562000', '145340.565000', '145340.567000', '145400.447000', '145400.450000', '145400.453000', '145400.455000', '145400.458000', '145400.461000', '145400.464000', '145400.467000', '145400.470000', '145400.473000', '145400.475000', '145400.478000', '145400.481000', '145400.484000', '145400.487000', '145400.490000', '145400.493000', '145400.496000', '145400.498000', '145400.501000', '145400.504000', '145400.507000', '145400.510000', '145400.513000', '145400.515000', '145400.518000', '145400.521000', '145400.524000', '145400.527000', '145400.530000', '145400.533000', '145400.535000', '145400.538000', '145400.546000', '145400.549000', '145400.552000', '145400.554000', '145400.557000', '145400.560000', '145400.563000', '145400.566000', '145400.568000', '145400.571000', '145400.574000', '145420.446000', '145420.449000', '145420.452000', '145420.455000', '145420.457000', '145420.460000', '145420.463000', '145420.466000', '145420.469000', '145420.472000', '145420.474000', '145420.477000', '145420.480000', '145420.483000', '145420.486000', '145420.489000', '145420.491000', '145420.494000', '145420.497000', '145420.500000', '145420.503000', '145420.506000', '145420.509000', '145420.511000', '145420.514000', '145420.517000', '145420.520000', '145420.523000', '145420.526000', '145420.529000', '145420.531000', '145420.534000', '145420.537000', '145420.540000', '145420.543000', '145420.546000', '145420.548000', '145420.551000', '145420.554000', '145420.557000', '145420.560000', '145420.563000', '145420.566000', '145440.446000', '145440.449000', '145440.452000', '145440.454000', '145440.457000', '145440.460000', '145440.463000', '145440.466000', '145440.469000', '145440.471000', '145440.474000', '145440.477000', '145440.480000', '145440.483000', '145440.486000', '145440.489000', '145440.492000', '145440.494000', '145440.497000', '145440.500000', '145440.503000', '145440.506000', '145440.508000', '145440.511000', '145440.514000', '145440.517000', '145440.520000', '145440.523000', '145440.525000', '145440.528000', '145440.531000', '145440.534000', '145440.537000', '145440.540000', '145440.542000', '145440.545000', '145440.548000', '145440.551000', '145440.554000', '145440.557000', '145440.559000', '145440.562000', '145440.565000', '145440.568000', '145500.446000', '145500.449000', '145500.452000', '145500.454000', '145500.457000', '145500.460000', '145500.463000', '145500.466000', '145500.469000', '145500.472000', '145500.474000', '145500.477000', '145500.480000', '145500.483000', '145500.486000', '145500.489000', '145500.491000', '145500.494000', '145500.497000', '145500.500000', '145500.503000', '145500.506000', '145500.508000', '145500.511000', '145500.514000', '145500.517000', '145500.520000', '145500.523000', '145500.526000', '145500.528000', '145500.531000', '145500.534000', '145500.537000', '145500.540000', '145500.543000', '145500.545000', '145500.548000', '145500.551000', '145500.554000', '145500.557000', '145500.560000', '145500.563000', '145500.566000', '145520.446000', '145520.449000', '145520.452000', '145520.454000', '145520.457000', '145520.460000', '145520.463000', '145520.466000', '145520.469000', '145520.471000', '145520.474000', '145520.477000', '145520.480000', '145520.483000', '145520.486000', '145520.488000', '145520.491000', '145520.494000', '145520.497000', '145520.500000', '145520.503000', '145520.505000', '145520.508000', '145520.511000', '145520.514000', '145520.533000', '145520.536000', '145520.539000', '145520.542000', '145520.545000', '145520.548000', '145520.551000', '145520.553000', '145520.556000', '145520.559000', '145520.562000', '145520.565000', '145520.568000', '145520.570000', '145520.573000', '145520.576000', '145520.579000', '145520.582000', '145520.584000', '145540.447000', '145540.450000', '145540.453000', '145540.456000', '145540.458000', '145540.461000', '145540.464000', '145540.467000', '145540.470000', '145540.473000', '145540.476000', '145540.478000', '145540.481000', '145540.484000', '145540.487000', '145540.490000', '145540.493000', '145540.495000', '145540.498000', '145540.501000', '145540.504000', '145540.507000', '145540.510000', '145540.513000', '145540.515000', '145540.518000', '145540.521000', '145540.524000', '145540.527000', '145540.530000', '145540.532000', '145540.535000', '145540.538000', '145540.541000', '145540.544000', '145540.546000', '145540.549000', '145540.552000', '145540.555000', '145540.558000', '145540.561000', '145540.563000', '145540.566000', '145600.447000', '145600.450000', '145600.453000', '145600.456000', '145600.458000', '145600.461000', '145600.464000', '145600.467000', '145600.470000', '145600.473000', '145600.476000', '145600.478000', '145600.481000', '145600.484000', '145600.487000', '145600.490000', '145600.493000', '145600.496000', '145600.498000', '145600.501000', '145600.504000', '145600.507000', '145600.510000', '145600.513000', '145600.516000', '145600.518000', '145600.521000', '145600.524000', '145600.527000', '145600.530000', '145600.533000', '145600.535000', '145600.538000', '145600.541000', '145600.544000', '145600.547000', '145600.550000', '145600.552000', '145600.555000', '145600.558000', '145600.561000', '145600.564000', '145600.567000', '145620.447000', '145620.450000', '145620.453000', '145620.456000', '145620.459000', '145620.461000', '145620.464000', '145620.467000', '145620.470000', '145620.473000', '145620.476000', '145620.479000', '145620.481000', '145620.484000', '145620.487000', '145620.490000', '145620.493000', '145620.496000', '145620.499000', '145620.501000', '145620.504000', '145620.507000', '145620.510000', '145620.513000', '145620.516000', '145620.519000', '145620.521000', '145620.524000', '145620.527000', '145620.530000', '145620.533000', '145620.536000', '145620.538000', '145620.541000', '145620.544000', '145620.547000', '145620.550000', '145620.553000', '145620.555000', '145620.558000', '145620.561000', '145620.564000', '145620.567000', '145620.570000', '145640.446000', '145640.449000', '145640.452000', '145640.455000', '145640.458000', '145640.460000', '145640.463000', '145640.466000', '145640.469000', '145640.472000', '145640.476000', '145640.481000', '145640.484000', '145640.487000', '145640.490000', '145640.492000', '145640.495000', '145640.498000', '145640.501000', '145640.504000', '145640.506000', '145640.509000', '145640.512000', '145640.515000', '145640.518000', '145640.521000', '145640.523000', '145640.526000', '145640.529000', '145640.532000', '145640.535000', '145640.538000', '145640.540000', '145640.543000', '145640.546000', '145640.549000', '145640.552000', '145640.555000', '145640.558000', '145640.560000', '145640.563000', '145640.566000', '145640.569000', '145700.446000', '145700.449000', '145700.452000', '145700.455000', '145700.458000', '145700.461000', '145700.463000', '145700.466000', '145700.469000', '145700.472000', '145700.475000', '145700.478000', '145700.480000', '145700.483000', '145700.486000', '145700.489000', '145700.492000', '145700.495000', '145700.498000', '145700.500000', '145700.503000', '145700.506000', '145700.509000', '145700.512000', '145700.515000', '145700.517000', '145700.520000', '145700.523000', '145700.526000', '145700.529000', '145700.532000', '145700.535000', '145700.537000', '145700.540000', '145700.543000', '145700.546000', '145700.549000', '145700.552000', '145700.555000', '145700.557000', '145700.562000', '145700.565000', '145700.568000', '145700.571000', '145720.446000', '145720.449000', '145720.452000', '145720.455000', '145720.458000', '145720.461000', '145720.464000', '145720.467000', '145720.470000', '145720.473000', '145720.476000', '145720.479000', '145720.481000', '145720.484000', '145720.487000', '145720.490000', '145720.493000', '145720.496000', '145720.499000', '145720.501000', '145720.504000', '145720.507000', '145720.510000', '145720.513000', '145720.516000', '145720.519000', '145720.521000', '145720.524000', '145720.527000', '145720.530000', '145720.533000', '145720.536000', '145720.538000', '145720.541000', '145720.544000', '145720.547000', '145720.550000', '145720.553000', '145720.555000', '145720.558000', '145720.561000', '145720.564000', '145720.567000', '145740.446000', '145740.449000', '145740.452000', '145740.455000', '145740.458000', '145740.460000', '145740.463000', '145740.466000', '145740.469000', '145740.472000', '145740.475000', '145740.477000', '145740.480000', '145740.483000', '145740.486000', '145740.489000', '145740.492000', '145740.494000', '145740.497000', '145740.500000', '145740.503000', '145740.506000', '145740.509000', '145740.511000', '145740.514000', '145740.517000', '145740.520000', '145740.523000', '145740.526000', '145740.528000', '145740.531000', '145740.534000', '145740.537000', '145740.540000', '145740.543000', '145740.546000', '145740.548000', '145740.551000', '145740.554000', '145740.557000', '145740.560000', '145740.563000', '145740.565000', '145740.568000', '145800.447000', '145800.450000', '145800.453000', '145800.456000', '145800.459000', '145800.461000', '145800.464000', '145800.467000', '145800.470000', '145800.473000', '145800.476000', '145800.479000', '145800.481000', '145800.484000', '145800.489000', '145800.493000', '145800.496000', '145800.499000', '145800.501000', '145800.504000', '145800.507000', '145800.510000', '145800.513000', '145800.515000', '145800.518000', '145800.521000', '145800.524000', '145800.527000', '145800.530000', '145800.533000', '145800.535000', '145800.538000', '145800.541000', '145800.544000', '145800.547000', '145800.550000', '145800.552000', '145800.555000', '145800.558000', '145800.561000', '145800.564000', '145800.566000', '145800.569000', '145820.447000', '145820.450000', '145820.453000', '145820.469000', '145820.472000', '145820.475000', '145820.478000', '145820.481000', '145820.484000', '145820.486000', '145820.489000', '145820.492000', '145820.495000', '145820.498000', '145820.501000', '145820.503000', '145820.506000', '145820.509000', '145820.512000', '145820.515000', '145820.518000', '145820.521000', '145820.523000', '145820.526000', '145820.529000', '145820.532000', '145820.535000', '145820.538000', '145820.540000', '145820.543000', '145820.546000', '145820.549000', '145820.552000', '145820.555000', '145820.557000', '145820.560000', '145820.563000', '145820.566000', '145820.569000', '145820.572000', '145820.574000', '145820.577000', '145820.580000', '145820.583000', '145840.447000', '145840.450000', '145840.453000', '145840.456000', '145840.459000', '145840.462000', '145840.465000', '145840.467000', '145840.470000', '145840.473000', '145840.476000', '145840.479000', '145840.482000', '145840.485000', '145840.487000', '145840.490000', '145840.493000', '145840.496000', '145840.499000', '145840.502000', '145840.505000', '145840.509000', '145840.512000', '145840.515000', '145840.518000', '145840.521000', '145840.524000', '145840.527000', '145840.530000', '145840.533000', '145840.536000', '145840.538000', '145840.541000', '145840.544000', '145840.547000', '145840.550000', '145840.552000', '145840.555000', '145840.558000', '145840.561000', '145840.564000', '145840.567000', '145840.570000', '145900.446000', '145900.449000', '145900.452000', '145900.455000', '145900.458000', '145900.460000', '145900.463000', '145900.466000', '145900.469000', '145900.472000', '145900.475000', '145900.478000', '145900.480000', '145900.483000', '145900.486000', '145900.489000', '145900.492000', '145900.495000', '145900.497000', '145900.500000', '145900.503000', '145900.506000', '145900.509000', '145900.512000', '145900.514000', '145900.517000', '145900.520000', '145900.523000', '145900.526000', '145900.529000', '145900.531000', '145900.534000', '145900.537000', '145900.540000', '145900.543000', '145900.546000', '145900.548000', '145900.551000', '145900.554000', '145900.557000', '145900.560000', '145900.563000', '145900.565000', '145900.568000', '145920.446000', '145920.449000', '145920.452000', '145920.455000', '145920.458000', '145920.460000', '145920.463000', '145920.466000', '145920.469000', '145920.472000', '145920.475000', '145920.478000', '145920.480000', '145920.483000', '145920.486000', '145920.489000', '145920.492000', '145920.494000', '145920.497000', '145920.500000', '145920.503000', '145920.506000', '145920.509000', '145920.511000', '145920.514000', '145920.517000', '145920.520000', '145920.523000', '145920.526000', '145920.529000', '145920.532000', '145920.535000', '145920.538000', '145920.540000', '145920.543000', '145920.546000', '145920.549000', '145920.552000', '145920.554000', '145920.557000', '145920.560000', '145920.563000', '145920.566000', '145940.446000', '145940.449000', '145940.452000', '145940.455000', '145940.457000', '145940.460000', '145940.463000', '145940.466000', '145940.469000', '145940.472000', '145940.474000', '145940.477000', '145940.480000', '145940.483000', '145940.500000', '145940.503000', '145940.506000', '145940.508000', '145940.511000', '145940.514000', '145940.517000', '145940.520000', '145940.523000', '145940.525000', '145940.528000', '145940.531000', '145940.534000', '145940.537000', '145940.540000', '145940.543000', '145940.546000', '145940.548000', '145940.551000', '145940.554000', '145940.557000', '145940.560000', '145940.563000', '145940.565000', '145940.568000', '145940.571000', '145940.574000', '145940.577000', '145940.580000', '145940.583000', '145953.252000', '145953.255000', '145953.258000', '145953.261000', '145953.264000', '145953.267000', '145953.270000', '145953.272000', '145953.275000', '145953.278000', '145953.281000', '145953.284000', '145953.287000', '145953.290000', '145953.293000', '145953.296000', '145953.298000', '145953.301000', '145953.304000', '145953.307000', '145953.310000', '145953.313000', '145953.316000', '145953.318000', '145953.321000', '145953.324000', '145953.327000', '145953.330000'], 'InstanceCreationTime': ['145200.482000', '145200.486000', '145200.489000', '145200.492000', '145200.495000', '145200.498000', '145200.501000', '145200.504000', '145200.512000', '145200.514000', '145200.518000', '145200.521000', '145200.523000', '145200.526000', '145200.529000', '145200.532000', '145200.535000', '145200.538000', '145200.541000', '145200.544000', '145200.547000', '145200.557000', '145200.560000', '145200.562000', '145200.565000', '145200.568000', '145200.571000', '145200.574000', '145200.577000', '145200.580000', '145200.583000', '145200.585000', '145200.588000', '145200.591000', '145200.594000', '145200.597000', '145200.600000', '145220.446000', '145220.449000', '145220.452000', '145220.454000', '145220.457000', '145220.460000', '145220.463000', '145220.466000', '145220.469000', '145220.471000', '145220.474000', '145220.477000', '145220.480000', '145220.483000', '145220.487000', '145220.491000', '145220.494000', '145220.497000', '145220.500000', '145220.503000', '145220.505000', '145220.508000', '145220.511000', '145220.514000', '145220.517000', '145220.519000', '145220.522000', '145220.525000', '145220.528000', '145220.531000', '145220.534000', '145220.537000', '145220.539000', '145220.543000', '145220.546000', '145220.548000', '145220.551000', '145220.554000', '145220.557000', '145220.560000', '145220.562000', '145220.565000', '145220.568000', '145240.446000', '145240.449000', '145240.453000', '145240.456000', '145240.459000', '145240.461000', '145240.464000', '145240.467000', '145240.470000', '145240.473000', '145240.475000', '145240.478000', '145240.481000', '145240.484000', '145240.487000', '145240.489000', '145240.492000', '145240.495000', '145240.498000', '145240.501000', '145240.509000', '145240.512000', '145240.515000', '145240.518000', '145240.521000', '145240.523000', '145240.526000', '145240.529000', '145240.532000', '145240.535000', '145240.538000', '145240.540000', '145240.543000', '145240.546000', '145240.549000', '145240.552000', '145240.554000', '145240.557000', '145240.560000', '145240.563000', '145240.566000', '145240.569000', '145240.576000', '145240.579000', '145300.446000', '145300.449000', '145300.452000', '145300.455000', '145300.457000', '145300.460000', '145300.463000', '145300.466000', '145300.469000', '145300.472000', '145300.474000', '145300.477000', '145300.480000', '145300.483000', '145300.486000', '145300.488000', '145300.491000', '145300.494000', '145300.497000', '145300.500000', '145300.503000', '145300.506000', '145300.509000', '145300.511000', '145300.514000', '145300.517000', '145300.520000', '145300.523000', '145300.525000', '145300.528000', '145300.531000', '145300.534000', '145300.537000', '145300.540000', '145300.542000', '145300.545000', '145300.548000', '145300.551000', '145300.554000', '145300.557000', '145300.559000', '145300.562000', '145300.565000', '145320.447000', '145320.450000', '145320.453000', '145320.456000', '145320.458000', '145320.461000', '145320.464000', '145320.467000', '145320.470000', '145320.473000', '145320.475000', '145320.478000', '145320.481000', '145320.484000', '145320.487000', '145320.490000', '145320.493000', '145320.495000', '145320.498000', '145320.501000', '145320.504000', '145320.507000', '145320.510000', '145320.512000', '145320.515000', '145320.518000', '145320.521000', '145320.524000', '145320.527000', '145320.529000', '145320.532000', '145320.535000', '145320.538000', '145320.541000', '145320.544000', '145320.546000', '145320.549000', '145320.552000', '145320.555000', '145320.558000', '145320.560000', '145320.563000', '145320.566000', '145320.569000', '145340.447000', '145340.450000', '145340.453000', '145340.456000', '145340.458000', '145340.461000', '145340.464000', '145340.467000', '145340.470000', '145340.472000', '145340.475000', '145340.478000', '145340.481000', '145340.484000', '145340.487000', '145340.490000', '145340.492000', '145340.495000', '145340.498000', '145340.501000', '145340.504000', '145340.506000', '145340.509000', '145340.512000', '145340.515000', '145340.518000', '145340.521000', '145340.523000', '145340.528000', '145340.531000', '145340.533000', '145340.536000', '145340.539000', '145340.542000', '145340.545000', '145340.548000', '145340.550000', '145340.553000', '145340.556000', '145340.559000', '145340.562000', '145340.565000', '145340.567000', '145400.447000', '145400.450000', '145400.453000', '145400.455000', '145400.458000', '145400.461000', '145400.464000', '145400.467000', '145400.470000', '145400.473000', '145400.475000', '145400.478000', '145400.481000', '145400.484000', '145400.487000', '145400.490000', '145400.493000', '145400.496000', '145400.498000', '145400.501000', '145400.504000', '145400.507000', '145400.510000', '145400.513000', '145400.515000', '145400.518000', '145400.521000', '145400.524000', '145400.527000', '145400.530000', '145400.533000', '145400.535000', '145400.538000', '145400.546000', '145400.549000', '145400.552000', '145400.554000', '145400.557000', '145400.560000', '145400.563000', '145400.566000', '145400.568000', '145400.571000', '145400.574000', '145420.446000', '145420.449000', '145420.452000', '145420.455000', '145420.457000', '145420.460000', '145420.463000', '145420.466000', '145420.469000', '145420.472000', '145420.474000', '145420.477000', '145420.480000', '145420.483000', '145420.486000', '145420.489000', '145420.491000', '145420.494000', '145420.497000', '145420.500000', '145420.503000', '145420.506000', '145420.509000', '145420.511000', '145420.514000', '145420.517000', '145420.520000', '145420.523000', '145420.526000', '145420.529000', '145420.531000', '145420.534000', '145420.537000', '145420.540000', '145420.543000', '145420.546000', '145420.548000', '145420.551000', '145420.554000', '145420.557000', '145420.560000', '145420.563000', '145420.566000', '145440.446000', '145440.449000', '145440.452000', '145440.454000', '145440.457000', '145440.460000', '145440.463000', '145440.466000', '145440.469000', '145440.471000', '145440.474000', '145440.477000', '145440.480000', '145440.483000', '145440.486000', '145440.489000', '145440.492000', '145440.494000', '145440.497000', '145440.500000', '145440.503000', '145440.506000', '145440.508000', '145440.511000', '145440.514000', '145440.517000', '145440.520000', '145440.523000', '145440.525000', '145440.528000', '145440.531000', '145440.534000', '145440.537000', '145440.540000', '145440.542000', '145440.545000', '145440.548000', '145440.551000', '145440.554000', '145440.557000', '145440.559000', '145440.562000', '145440.565000', '145440.568000', '145500.446000', '145500.449000', '145500.452000', '145500.454000', '145500.457000', '145500.460000', '145500.463000', '145500.466000', '145500.469000', '145500.472000', '145500.474000', '145500.477000', '145500.480000', '145500.483000', '145500.486000', '145500.489000', '145500.491000', '145500.494000', '145500.497000', '145500.500000', '145500.503000', '145500.506000', '145500.508000', '145500.511000', '145500.514000', '145500.517000', '145500.520000', '145500.523000', '145500.526000', '145500.528000', '145500.531000', '145500.534000', '145500.537000', '145500.540000', '145500.543000', '145500.545000', '145500.548000', '145500.551000', '145500.554000', '145500.557000', '145500.560000', '145500.563000', '145500.566000', '145520.446000', '145520.449000', '145520.452000', '145520.454000', '145520.457000', '145520.460000', '145520.463000', '145520.466000', '145520.469000', '145520.471000', '145520.474000', '145520.477000', '145520.480000', '145520.483000', '145520.486000', '145520.488000', '145520.491000', '145520.494000', '145520.497000', '145520.500000', '145520.503000', '145520.505000', '145520.508000', '145520.511000', '145520.514000', '145520.533000', '145520.536000', '145520.539000', '145520.542000', '145520.545000', '145520.548000', '145520.551000', '145520.553000', '145520.556000', '145520.559000', '145520.562000', '145520.565000', '145520.568000', '145520.570000', '145520.573000', '145520.576000', '145520.579000', '145520.582000', '145520.584000', '145540.447000', '145540.450000', '145540.453000', '145540.456000', '145540.458000', '145540.461000', '145540.464000', '145540.467000', '145540.470000', '145540.473000', '145540.476000', '145540.478000', '145540.481000', '145540.484000', '145540.487000', '145540.490000', '145540.493000', '145540.495000', '145540.498000', '145540.501000', '145540.504000', '145540.507000', '145540.510000', '145540.513000', '145540.515000', '145540.518000', '145540.521000', '145540.524000', '145540.527000', '145540.530000', '145540.532000', '145540.535000', '145540.538000', '145540.541000', '145540.544000', '145540.546000', '145540.549000', '145540.552000', '145540.555000', '145540.558000', '145540.561000', '145540.563000', '145540.566000', '145600.447000', '145600.450000', '145600.453000', '145600.456000', '145600.458000', '145600.461000', '145600.464000', '145600.467000', '145600.470000', '145600.473000', '145600.476000', '145600.478000', '145600.481000', '145600.484000', '145600.487000', '145600.490000', '145600.493000', '145600.496000', '145600.498000', '145600.501000', '145600.504000', '145600.507000', '145600.510000', '145600.513000', '145600.516000', '145600.518000', '145600.521000', '145600.524000', '145600.527000', '145600.530000', '145600.533000', '145600.535000', '145600.538000', '145600.541000', '145600.544000', '145600.547000', '145600.550000', '145600.552000', '145600.555000', '145600.558000', '145600.561000', '145600.564000', '145600.567000', '145620.447000', '145620.450000', '145620.453000', '145620.456000', '145620.459000', '145620.461000', '145620.464000', '145620.467000', '145620.470000', '145620.473000', '145620.476000', '145620.479000', '145620.481000', '145620.484000', '145620.487000', '145620.490000', '145620.493000', '145620.496000', '145620.499000', '145620.501000', '145620.504000', '145620.507000', '145620.510000', '145620.513000', '145620.516000', '145620.519000', '145620.521000', '145620.524000', '145620.527000', '145620.530000', '145620.533000', '145620.536000', '145620.538000', '145620.541000', '145620.544000', '145620.547000', '145620.550000', '145620.553000', '145620.555000', '145620.558000', '145620.561000', '145620.564000', '145620.567000', '145620.570000', '145640.446000', '145640.449000', '145640.452000', '145640.455000', '145640.458000', '145640.460000', '145640.463000', '145640.466000', '145640.469000', '145640.472000', '145640.476000', '145640.481000', '145640.484000', '145640.487000', '145640.490000', '145640.492000', '145640.495000', '145640.498000', '145640.501000', '145640.504000', '145640.506000', '145640.509000', '145640.512000', '145640.515000', '145640.518000', '145640.521000', '145640.523000', '145640.526000', '145640.529000', '145640.532000', '145640.535000', '145640.538000', '145640.540000', '145640.543000', '145640.546000', '145640.549000', '145640.552000', '145640.555000', '145640.558000', '145640.560000', '145640.563000', '145640.566000', '145640.569000', '145700.446000', '145700.449000', '145700.452000', '145700.455000', '145700.458000', '145700.461000', '145700.463000', '145700.466000', '145700.469000', '145700.472000', '145700.475000', '145700.478000', '145700.480000', '145700.483000', '145700.486000', '145700.489000', '145700.492000', '145700.495000', '145700.498000', '145700.500000', '145700.503000', '145700.506000', '145700.509000', '145700.512000', '145700.515000', '145700.517000', '145700.520000', '145700.523000', '145700.526000', '145700.529000', '145700.532000', '145700.535000', '145700.537000', '145700.540000', '145700.543000', '145700.546000', '145700.549000', '145700.552000', '145700.555000', '145700.557000', '145700.562000', '145700.565000', '145700.568000', '145700.571000', '145720.446000', '145720.449000', '145720.452000', '145720.455000', '145720.458000', '145720.461000', '145720.464000', '145720.467000', '145720.470000', '145720.473000', '145720.476000', '145720.479000', '145720.481000', '145720.484000', '145720.487000', '145720.490000', '145720.493000', '145720.496000', '145720.499000', '145720.501000', '145720.504000', '145720.507000', '145720.510000', '145720.513000', '145720.516000', '145720.519000', '145720.521000', '145720.524000', '145720.527000', '145720.530000', '145720.533000', '145720.536000', '145720.538000', '145720.541000', '145720.544000', '145720.547000', '145720.550000', '145720.553000', '145720.555000', '145720.558000', '145720.561000', '145720.564000', '145720.567000', '145740.446000', '145740.449000', '145740.452000', '145740.455000', '145740.458000', '145740.460000', '145740.463000', '145740.466000', '145740.469000', '145740.472000', '145740.475000', '145740.477000', '145740.480000', '145740.483000', '145740.486000', '145740.489000', '145740.492000', '145740.494000', '145740.497000', '145740.500000', '145740.503000', '145740.506000', '145740.509000', '145740.511000', '145740.514000', '145740.517000', '145740.520000', '145740.523000', '145740.526000', '145740.528000', '145740.531000', '145740.534000', '145740.537000', '145740.540000', '145740.543000', '145740.546000', '145740.548000', '145740.551000', '145740.554000', '145740.557000', '145740.560000', '145740.563000', '145740.565000', '145740.568000', '145800.447000', '145800.450000', '145800.453000', '145800.456000', '145800.459000', '145800.461000', '145800.464000', '145800.467000', '145800.470000', '145800.473000', '145800.476000', '145800.479000', '145800.481000', '145800.484000', '145800.489000', '145800.493000', '145800.496000', '145800.499000', '145800.501000', '145800.504000', '145800.507000', '145800.510000', '145800.513000', '145800.515000', '145800.518000', '145800.521000', '145800.524000', '145800.527000', '145800.530000', '145800.533000', '145800.535000', '145800.538000', '145800.541000', '145800.544000', '145800.547000', '145800.550000', '145800.552000', '145800.555000', '145800.558000', '145800.561000', '145800.564000', '145800.566000', '145800.569000', '145820.447000', '145820.450000', '145820.453000', '145820.469000', '145820.472000', '145820.475000', '145820.478000', '145820.481000', '145820.484000', '145820.486000', '145820.489000', '145820.492000', '145820.495000', '145820.498000', '145820.501000', '145820.503000', '145820.506000', '145820.509000', '145820.512000', '145820.515000', '145820.518000', '145820.521000', '145820.523000', '145820.526000', '145820.529000', '145820.532000', '145820.535000', '145820.538000', '145820.540000', '145820.543000', '145820.546000', '145820.549000', '145820.552000', '145820.555000', '145820.557000', '145820.560000', '145820.563000', '145820.566000', '145820.569000', '145820.572000', '145820.574000', '145820.577000', '145820.580000', '145820.583000', '145840.447000', '145840.450000', '145840.453000', '145840.456000', '145840.459000', '145840.462000', '145840.465000', '145840.467000', '145840.470000', '145840.473000', '145840.476000', '145840.479000', '145840.482000', '145840.485000', '145840.487000', '145840.490000', '145840.493000', '145840.496000', '145840.499000', '145840.502000', '145840.505000', '145840.509000', '145840.512000', '145840.515000', '145840.518000', '145840.521000', '145840.524000', '145840.527000', '145840.530000', '145840.533000', '145840.536000', '145840.538000', '145840.541000', '145840.544000', '145840.547000', '145840.550000', '145840.552000', '145840.555000', '145840.558000', '145840.561000', '145840.564000', '145840.567000', '145840.570000', '145900.446000', '145900.449000', '145900.452000', '145900.455000', '145900.458000', '145900.460000', '145900.463000', '145900.466000', '145900.469000', '145900.472000', '145900.475000', '145900.478000', '145900.480000', '145900.483000', '145900.486000', '145900.489000', '145900.492000', '145900.495000', '145900.497000', '145900.500000', '145900.503000', '145900.506000', '145900.509000', '145900.512000', '145900.514000', '145900.517000', '145900.520000', '145900.523000', '145900.526000', '145900.529000', '145900.531000', '145900.534000', '145900.537000', '145900.540000', '145900.543000', '145900.546000', '145900.548000', '145900.551000', '145900.554000', '145900.557000', '145900.560000', '145900.563000', '145900.565000', '145900.568000', '145920.446000', '145920.449000', '145920.452000', '145920.455000', '145920.458000', '145920.460000', '145920.463000', '145920.466000', '145920.469000', '145920.472000', '145920.475000', '145920.478000', '145920.480000', '145920.483000', '145920.486000', '145920.489000', '145920.492000', '145920.494000', '145920.497000', '145920.500000', '145920.503000', '145920.506000', '145920.509000', '145920.511000', '145920.514000', '145920.517000', '145920.520000', '145920.523000', '145920.526000', '145920.529000', '145920.532000', '145920.535000', '145920.538000', '145920.540000', '145920.543000', '145920.546000', '145920.549000', '145920.552000', '145920.554000', '145920.557000', '145920.560000', '145920.563000', '145920.566000', '145940.446000', '145940.449000', '145940.452000', '145940.455000', '145940.457000', '145940.460000', '145940.463000', '145940.466000', '145940.469000', '145940.472000', '145940.474000', '145940.477000', '145940.480000', '145940.483000', '145940.500000', '145940.503000', '145940.506000', '145940.508000', '145940.511000', '145940.514000', '145940.517000', '145940.520000', '145940.523000', '145940.525000', '145940.528000', '145940.531000', '145940.534000', '145940.537000', '145940.540000', '145940.543000', '145940.546000', '145940.548000', '145940.551000', '145940.554000', '145940.557000', '145940.560000', '145940.563000', '145940.565000', '145940.568000', '145940.571000', '145940.574000', '145940.577000', '145940.580000', '145940.583000', '145953.252000', '145953.255000', '145953.258000', '145953.261000', '145953.264000', '145953.267000', '145953.270000', '145953.272000', '145953.275000', '145953.278000', '145953.281000', '145953.284000', '145953.287000', '145953.290000', '145953.293000', '145953.296000', '145953.298000', '145953.301000', '145953.304000', '145953.307000', '145953.310000', '145953.313000', '145953.316000', '145953.318000', '145953.321000', '145953.324000', '145953.327000', '145953.330000'], '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': [8948, 11531, 9004, 9539, 9005, 8319, 10307, 8072, 12072, 9182, 8137, 9407, 7883, 11741, 9052, 8030, 9665, 8163, 11435, 8805, 12832, 8852, 10933, 8434, 9438, 9167, 8592, 10187, 8305, 10324, 8111, 9143, 8991, 8216, 10491, 8689, 9146, 9086, 8209, 10345, 8285, 12790, 8921, 12994, 10459, 11071, 10169, 8219, 11943, 9042, 13064, 9680, 8204, 10822, 8256, 12528, 9344, 13667, 9461, 13522, 8880, 11821, 9344, 10206, 9725, 8303, 10505, 8103, 11345, 8536, 11735, 8379, 11239, 8683, 9698, 8944, 8442, 10086, 8223, 10772, 8144, 11302, 8294, 11373, 8971, 12784, 9353, 10898, 9045, 8658, 10288, 8476, 11404, 8209, 12077, 8702, 12380, 9351, 10104, 8964, 8324, 11037, 8447, 10604, 9578, 8411, 12537, 8525, 13306, 9100, 13200, 9534, 13939, 9436, 13454, 8937, 12549, 9056, 11617, 8382, 10076, 8648, 9224, 9175, 8209, 10165, 8198, 10477, 8004, 11032, 8541, 11718, 8601, 10660, 8838, 10184, 9412, 8455, 10800, 8363, 11842, 8311, 12605, 8399, 12308, 8798, 13308, 9178, 9930, 8625, 7962, 10617, 8207, 8212, 10231, 8492, 8158, 9977, 8109, 12310, 8533, 12423, 9144, 12257, 10128, 11831, 10572, 8307, 11583, 8340, 13097, 8836, 12956, 8680, 11758, 9086, 12396, 8889, 10328, 8606, 12520, 8521, 13160, 8461, 10939, 8940, 8068, 9747, 7940, 10665, 8185, 14168, 8561, 13686, 8502, 11728, 8717, 8776, 8814, 8202, 10258, 8636, 13978, 8691, 13939, 9222, 13961, 10160, 11593, 8880, 8358, 9969, 8470, 13818, 9583, 10264, 9433, 8300, 13281, 10379, 14254, 9146, 11610, 9255, 8307, 10734, 8407, 12947, 9031, 8042, 10260, 8520, 8457, 9679, 8219, 12414, 9042, 11511, 9891, 8122, 11848, 8067, 12812, 9026, 8277, 9178, 7855, 10777, 8483, 8289, 9009, 8181, 10956, 8526, 13091, 9228, 11416, 8809, 8288, 9482, 8210, 11677, 8971, 13106, 9154, 9088, 9355, 8598, 11398, 8232, 13246, 9009, 13348, 9066, 11089, 8789, 8113, 9141, 8233, 10143, 8437, 13224, 8547, 13841, 8868, 12784, 8966, 10579, 8505, 8482, 8928, 8380, 9915, 8072, 10169, 8134, 10940, 8911, 10133, 8573, 8404, 9440, 8785, 12062, 8407, 13359, 9335, 11260, 9057, 9357, 9806, 7844, 11177, 8567, 13571, 9334, 14275, 10998, 12001, 8852, 8726, 9730, 8068, 10206, 8351, 10544, 8654, 11800, 8888, 10709, 8856, 8446, 9346, 8171, 10384, 8350, 10877, 8195, 13295, 8993, 13177, 8535, 12147, 8717, 12544, 8718, 9387, 8724, 8270, 9567, 8519, 10431, 8496, 12368, 8949, 14351, 9369, 13223, 8935, 10770, 8748, 8097, 9480, 8188, 10476, 8758, 10555, 8883, 8466, 8846, 8294, 10391, 8220, 10475, 8136, 13062, 9222, 11571, 8814, 8333, 10276, 8805, 8687, 10007, 8312, 13439, 8512, 14199, 9170, 13597, 10880, 9632, 9586, 8321, 10721, 8273, 13816, 8852, 12384, 8387, 11248, 8822, 9642, 8801, 8002, 9401, 8168, 10198, 8449, 13639, 8826, 13817, 9006, 13931, 9902, 13355, 9036, 11953, 9426, 10700, 10171, 8370, 10635, 8359, 10838, 8714, 11364, 8854, 10755, 8892, 10233, 8994, 10033, 9106, 8524, 10085, 8567, 11411, 8264, 12992, 8572, 12600, 8406, 12248, 8316, 11414, 8269, 10901, 8267, 10937, 9101, 9371, 8743, 8153, 10134, 8784, 8598, 9904, 8692, 13534, 9366, 13436, 9481, 11780, 9848, 10720, 10911, 8330, 11318, 8609, 12274, 9256, 13158, 9001, 10471, 8715, 9347, 9216, 8176, 9736, 8346, 10219, 8525, 10891, 8858, 8486, 8987, 8125, 9865, 8233, 12678, 8386, 13533, 8610, 12962, 9032, 13510, 8891, 13010, 8768, 11968, 9180, 10114, 9012, 8287, 9868, 8559, 11425, 8606, 13626, 9170, 13693, 11208, 13421, 10471, 9996, 9609, 8992, 11159, 8202, 12768, 9040, 12734, 9192, 11231, 9054, 8160, 9457, 8551, 11081, 8592, 11455, 8945, 9543, 8866, 9212, 10073, 8490, 11401, 8591, 12636, 9588, 12120, 9261, 8038, 10474, 8284, 13439, 9278, 13879, 9694, 8657, 9890, 8693, 9542, 9499, 8231, 12921, 9717, 13267, 10220, 9020, 11070, 8277, 12417, 9829, 13989, 9079, 12388, 9034, 10142, 8752, 9341, 9332, 8199, 10091, 8079, 10272, 8244, 10627, 8526, 8768, 8421, 9383, 9127, 10469, 9551, 10642, 9919, 12151, 10467, 13507, 11276, 12204, 10415, 11406, 10162, 11555, 9986, 11264, 9879, 9001, 9845, 8310, 10152, 8596, 10510, 8129, 10449, 8037, 10700, 8242, 10768, 9004, 11268, 8647, 8601, 9149, 8151, 10184, 8416, 12570, 8723, 11130, 9082, 9885, 9800, 8466, 11099, 8043, 12128, 9296, 13218, 9819, 11030, 9200, 8279, 10357, 8336, 13238, 8913, 13829, 8942, 10101, 9198, 8401, 10480, 8173, 11765, 8966, 10652, 9446, 8620, 10086, 8427, 12524, 9404, 14068, 8979, 13403, 10346, 11667, 9073, 8906, 10105, 8534, 11537, 8502, 11447, 8781, 11289, 9369, 8360, 9211, 8224, 10990, 8993, 13532, 8934, 8615, 9065, 8477, 11362, 8739, 12632, 8800, 9984, 9352, 8078, 10226, 8225, 11353, 9218, 9491, 9682, 7809, 12398, 8787, 9444, 9261, 8420, 11540, 8772, 8014, 9417, 8177, 9669, 9481, 9433, 14039, 10277, 13168, 9047, 8148, 10101, 8324, 13495, 9017, 8570, 9069, 8137, 9765, 8437, 10705, 8707, 10388, 8840, 8705, 9397, 8429, 11147, 8361, 11864, 8834, 9888, 9126, 8211, 9803, 7961, 11163, 8909, 13371, 9469, 13498, 8939, 10526, 9301, 8948, 10176, 8230, 10738, 8353, 10718, 8843, 13230, 8882, 12254, 8675, 11924, 8897, 12347, 9174, 9861, 8754, 8292, 10267, 8400, 10990, 8571, 9080, 8621, 8896, 9961, 8207, 10958, 8198, 12759, 8971, 13573, 10355, 13830, 9353, 12762, 9243, 11798, 9297, 10314, 9339, 9047, 9855, 8718, 10048, 8326, 10236, 8376, 10293, 8360, 10720, 8021, 11040, 8585, 9214, 8923, 8292, 10969, 8967, 13984, 9095, 13640, 9304, 13561, 10951, 11965, 9050, 8792, 9796, 9080, 10346, 8387, 10575, 8239, 10864, 8252, 10948, 8622, 11271, 8527, 11080, 8807, 11296, 8871, 12367, 8856, 10183, 8942, 9936, 9634, 9340, 10187, 8152, 10499, 8227, 10776, 8522, 11294, 8119, 11425, 8079, 11570, 8514, 11499, 8139, 11122, 8078, 11087, 8454, 10938, 9066, 9856, 9285, 8153, 11767, 9739, 13130, 10745, 11582, 9072, 11835, 9050, 12115, 8304, 11441, 8466, 10811, 8261, 10745, 8834, 11894, 8845, 11624, 8876, 12358, 8639, 12410, 9217, 13306, 8680, 12267, 8644, 11414, 8894, 12845, 9072, 11870, 8566, 11444, 8774, 12230, 9091, 11562, 9016, 10958, 9529, 12791, 9779, 11797, 9417, 12522, 9039, 12613, 9002, 10910, 8903, 10279, 9152, 10505, 9180, 8388, 9905, 8257, 10170, 8421, 10310, 7970, 10530, 8150, 10456, 8493, 10531, 8190, 10841, 8224, 10842, 8404, 10966, 7832, 10915, 8105, 11101, 8168, 11193, 8341, 11262, 8281, 11393, 8255, 11452, 8139, 11173, 8065, 11539, 8520, 12462, 8479, 11424, 8621, 11805, 8837, 12564, 8584, 11837, 8643, 12360, 9325, 13144, 8625, 12655, 8805, 12826, 9386, 13267, 9365, 12753, 9485, 13273, 9621, 13690, 10403, 12517, 9344, 12852, 9487, 12937, 9835, 11924, 9414, 9650, 9503, 9140, 10068, 8064, 10874, 8230, 11120, 8803, 12210, 9349, 11323, 9358, 9584, 10452, 8134, 13419, 9736, 10178, 10877, 8467, 13644, 9371, 13344, 9784, 10659, 10177, 7992, 10861, 8506, 10996, 9041, 8010, 10462, 8207, 11838, 9513, 12749, 9976, 9322, 10864, 8272, 12281, 9299, 13452, 9587, 12390, 9244, 10185, 9740, 8266, 11412, 8629, 12300, 9298, 13135, 9700, 9545, 9651, 8783, 11297, 9065, 12478, 9055, 12110, 8680, 12023, 9570, 8140, 9723, 8421, 11226, 9202, 8907, 10237, 8189, 12997, 8755, 10077], 'WindowCenter': [4524.0, 4528.0, 4494.0, 4492.0, 4480.0, 4469.0, 4499.0, 4459.0, 4506.0, 4465.0, 4455.0, 4475.0, 4457.0, 4506.0, 4468.0, 4458.0, 4487.0, 4469.0, 4508.0, 4477.0, 4517.0, 4467.0, 4497.0, 4468.0, 4477.0, 4490.0, 4496.0, 4515.0, 4479.0, 4500.0, 4470.0, 4490.0, 4479.0, 4481.0, 4510.0, 4484.0, 4504.0, 4495.0, 4482.0, 4514.0, 4484.0, 4534.0, 4493.0, 4534.0, 4512.0, 4513.0, 4502.0, 4483.0, 4520.0, 4492.0, 4533.0, 4492.0, 4480.0, 4511.0, 4481.0, 4520.0, 4492.0, 4531.0, 4491.0, 4529.0, 4478.0, 4508.0, 4478.0, 4490.0, 4487.0, 4468.0, 4497.0, 4469.0, 4497.0, 4466.0, 4507.0, 4469.0, 4511.0, 4480.0, 4491.0, 4480.0, 4468.0, 4499.0, 4470.0, 4499.0, 4469.0, 4508.0, 4469.0, 4509.0, 4480.0, 4530.0, 4489.0, 4509.0, 4478.0, 4481.0, 4500.0, 4468.0, 4509.0, 4470.0, 4508.0, 4478.0, 4520.0, 4490.0, 4499.0, 4480.0, 4470.0, 4510.0, 4482.0, 4501.0, 4490.0, 4482.0, 4521.0, 4480.0, 4531.0, 4480.0, 4519.0, 4490.0, 4517.0, 4476.0, 4518.0, 4465.0, 4506.0, 4467.0, 4496.0, 4455.0, 4487.0, 4467.0, 4476.0, 4478.0, 4467.0, 4498.0, 4469.0, 4500.0, 4471.0, 4499.0, 4479.0, 4521.0, 4480.0, 4498.0, 4482.0, 4500.0, 4489.0, 4467.0, 4500.0, 4469.0, 4511.0, 4468.0, 4508.0, 4468.0, 4509.0, 4469.0, 4519.0, 4488.0, 4501.0, 4479.0, 4468.0, 4512.0, 4482.0, 4483.0, 4514.0, 4494.0, 4484.0, 4514.0, 4497.0, 4534.0, 4493.0, 4531.0, 4491.0, 4524.0, 4501.0, 4510.0, 4498.0, 4468.0, 4508.0, 4467.0, 4517.0, 4477.0, 4517.0, 4467.0, 4506.0, 4478.0, 4516.0, 4477.0, 4487.0, 4495.0, 4531.0, 4480.0, 4528.0, 4467.0, 4496.0, 4466.0, 4455.0, 4476.0, 4456.0, 4485.0, 4457.0, 4516.0, 4467.0, 4516.0, 4466.0, 4507.0, 4465.0, 4467.0, 4476.0, 4469.0, 4487.0, 4467.0, 4516.0, 4466.0, 4528.0, 4491.0, 4527.0, 4486.0, 4496.0, 4467.0, 4455.0, 4487.0, 4466.0, 4516.0, 4476.0, 4486.0, 4476.0, 4467.0, 4516.0, 4485.0, 4516.0, 4464.0, 4496.0, 4465.0, 4454.0, 4495.0, 4456.0, 4504.0, 4464.0, 4456.0, 4487.0, 4467.0, 4467.0, 4486.0, 4466.0, 4506.0, 4476.0, 4496.0, 4475.0, 4456.0, 4496.0, 4455.0, 4506.0, 4465.0, 4453.0, 4464.0, 4454.0, 4483.0, 4463.0, 4467.0, 4476.0, 4465.0, 4496.0, 4466.0, 4517.0, 4476.0, 4497.0, 4477.0, 4454.0, 4474.0, 4455.0, 4494.0, 4465.0, 4504.0, 4464.0, 4476.0, 4476.0, 4466.0, 4494.0, 4453.0, 4504.0, 4464.0, 4515.0, 4464.0, 4494.0, 4453.0, 4443.0, 4474.0, 4456.0, 4486.0, 4454.0, 4503.0, 4465.0, 4514.0, 4465.0, 4505.0, 4466.0, 4486.0, 4453.0, 4454.0, 4466.0, 4467.0, 4486.0, 4454.0, 4484.0, 4457.0, 4496.0, 4478.0, 4498.0, 4467.0, 4468.0, 4476.0, 4467.0, 4507.0, 4468.0, 4518.0, 4489.0, 4509.0, 4477.0, 4476.0, 4475.0, 4456.0, 4495.0, 4468.0, 4516.0, 4476.0, 4516.0, 4485.0, 4505.0, 4464.0, 4466.0, 4474.0, 4444.0, 4474.0, 4455.0, 4485.0, 4467.0, 4505.0, 4466.0, 4498.0, 4476.0, 4467.0, 4478.0, 4456.0, 4486.0, 4456.0, 4496.0, 4456.0, 4516.0, 4466.0, 4516.0, 4467.0, 4506.0, 4466.0, 4506.0, 4466.0, 4475.0, 4466.0, 4467.0, 4477.0, 4466.0, 4486.0, 4466.0, 4505.0, 4465.0, 4516.0, 4464.0, 4516.0, 4466.0, 4485.0, 4464.0, 4456.0, 4475.0, 4466.0, 4497.0, 4477.0, 4498.0, 4477.0, 4469.0, 4478.0, 4469.0, 4526.0, 4480.0, 4510.0, 4483.0, 4542.0, 4491.0, 4509.0, 4479.0, 4469.0, 4500.0, 4489.0, 4480.0, 4500.0, 4469.0, 4529.0, 4479.0, 4530.0, 4489.0, 4530.0, 4498.0, 4478.0, 4476.0, 4456.0, 4496.0, 4466.0, 4516.0, 4466.0, 4506.0, 4466.0, 4498.0, 4477.0, 4488.0, 4476.0, 4456.0, 4477.0, 4467.0, 4499.0, 4469.0, 4528.0, 4480.0, 4527.0, 4477.0, 4527.0, 4477.0, 4517.0, 4468.0, 4496.0, 4475.0, 4485.0, 4485.0, 4455.0, 4486.0, 4455.0, 4496.0, 4466.0, 4496.0, 4466.0, 4494.0, 4479.0, 4489.0, 4479.0, 4487.0, 4477.0, 4467.0, 4487.0, 4467.0, 4496.0, 4455.0, 4505.0, 4465.0, 4504.0, 4456.0, 4495.0, 4455.0, 4495.0, 4455.0, 4485.0, 4455.0, 4484.0, 4466.0, 4477.0, 4466.0, 4456.0, 4487.0, 4478.0, 4469.0, 4491.0, 4479.0, 4520.0, 4479.0, 4518.0, 4478.0, 4498.0, 4476.0, 4486.0, 4487.0, 4456.0, 4495.0, 4467.0, 4506.0, 4476.0, 4506.0, 4465.0, 4485.0, 4465.0, 4475.0, 4476.0, 4467.0, 4487.0, 4468.0, 4498.0, 4480.0, 4497.0, 4477.0, 4467.0, 4478.0, 4468.0, 4488.0, 4470.0, 4518.0, 4467.0, 4519.0, 4468.0, 4517.0, 4467.0, 4517.0, 4464.0, 4515.0, 4465.0, 4506.0, 4477.0, 4486.0, 4477.0, 4467.0, 4485.0, 4467.0, 4496.0, 4468.0, 4517.0, 4476.0, 4527.0, 4497.0, 4516.0, 4484.0, 4474.0, 4474.0, 4463.0, 4484.0, 4454.0, 4503.0, 4463.0, 4504.0, 4465.0, 4494.0, 4465.0, 4454.0, 4478.0, 4467.0, 4496.0, 4465.0, 4495.0, 4465.0, 4490.0, 4477.0, 4476.0, 4487.0, 4467.0, 4507.0, 4467.0, 4504.0, 4474.0, 4505.0, 4477.0, 4457.0, 4487.0, 4471.0, 4516.0, 4476.0, 4517.0, 4475.0, 4454.0, 4476.0, 4466.0, 4476.0, 4475.0, 4467.0, 4506.0, 4476.0, 4505.0, 4474.0, 4453.0, 4484.0, 4443.0, 4492.0, 4462.0, 4490.0, 4450.0, 4492.0, 4451.0, 4471.0, 4450.0, 4451.0, 4450.0, 4441.0, 4471.0, 4442.0, 4472.0, 4452.0, 4483.0, 4454.0, 4464.0, 4455.0, 4476.0, 4476.0, 4485.0, 4475.0, 4485.0, 4475.0, 4495.0, 4484.0, 4505.0, 4484.0, 4492.0, 4471.0, 4481.0, 4473.0, 4481.0, 4461.0, 4481.0, 4460.0, 4451.0, 4462.0, 4442.0, 4472.0, 4452.0, 4483.0, 4443.0, 4472.0, 4443.0, 4484.0, 4455.0, 4483.0, 4464.0, 4495.0, 4466.0, 4466.0, 4477.0, 4458.0, 4487.0, 4468.0, 4509.0, 4467.0, 4499.0, 4477.0, 4490.0, 4488.0, 4468.0, 4497.0, 4456.0, 4507.0, 4477.0, 4517.0, 4476.0, 4496.0, 4477.0, 4467.0, 4486.0, 4457.0, 4507.0, 4465.0, 4516.0, 4465.0, 4487.0, 4476.0, 4455.0, 4485.0, 4466.0, 4506.0, 4477.0, 4497.0, 4478.0, 4465.0, 4487.0, 4456.0, 4506.0, 4477.0, 4516.0, 4464.0, 4517.0, 4484.0, 4496.0, 4463.0, 4464.0, 4473.0, 4454.0, 4493.0, 4454.0, 4493.0, 4454.0, 4484.0, 4464.0, 4452.0, 4464.0, 4454.0, 4483.0, 4464.0, 4505.0, 4463.0, 4466.0, 4464.0, 4455.0, 4495.0, 4454.0, 4504.0, 4464.0, 4474.0, 4464.0, 4444.0, 4483.0, 4456.0, 4484.0, 4464.0, 4475.0, 4473.0, 4444.0, 4503.0, 4465.0, 4475.0, 4464.0, 4454.0, 4495.0, 4455.0, 4454.0, 4475.0, 4465.0, 4476.0, 4475.0, 4464.0, 4515.0, 4474.0, 4504.0, 4463.0, 4455.0, 4472.0, 4453.0, 4503.0, 4451.0, 4452.0, 4462.0, 4444.0, 4473.0, 4453.0, 4483.0, 4463.0, 4485.0, 4463.0, 4466.0, 4463.0, 4453.0, 4484.0, 4454.0, 4494.0, 4465.0, 4476.0, 4465.0, 4455.0, 4475.0, 4445.0, 4495.0, 4464.0, 4503.0, 4465.0, 4504.0, 4465.0, 4483.0, 4463.0, 4454.0, 4473.0, 4453.0, 4482.0, 4454.0, 4484.0, 4464.0, 4503.0, 4465.0, 4494.0, 4455.0, 4495.0, 4465.0, 4505.0, 4465.0, 4476.0, 4464.0, 4456.0, 4485.0, 4455.0, 4495.0, 4468.0, 4477.0, 4477.0, 4478.0, 4488.0, 4469.0, 4499.0, 4469.0, 4520.0, 4480.0, 4518.0, 4488.0, 4517.0, 4478.0, 4518.0, 4476.0, 4495.0, 4465.0, 4485.0, 4474.0, 4466.0, 4474.0, 4465.0, 4476.0, 4454.0, 4486.0, 4455.0, 4486.0, 4455.0, 4496.0, 4456.0, 4494.0, 4466.0, 4478.0, 4479.0, 4469.0, 4499.0, 4479.0, 4528.0, 4479.0, 4519.0, 4477.0, 4518.0, 4487.0, 4495.0, 4463.0, 4465.0, 4475.0, 4466.0, 4485.0, 4454.0, 4484.0, 4455.0, 4495.0, 4466.0, 4495.0, 4466.0, 4496.0, 4468.0, 4499.0, 4478.0, 4498.0, 4480.0, 4507.0, 4468.0, 4487.0, 4478.0, 4486.0, 4476.0, 4477.0, 4485.0, 4458.0, 4488.0, 4468.0, 4498.0, 4466.0, 4498.0, 4457.0, 4497.0, 4457.0, 4496.0, 4467.0, 4497.0, 4455.0, 4497.0, 4456.0, 4495.0, 4456.0, 4495.0, 4477.0, 4488.0, 4479.0, 4458.0, 4508.0, 4479.0, 4518.0, 4485.0, 4495.0, 4466.0, 4495.0, 4465.0, 4495.0, 4455.0, 4495.0, 4456.0, 4484.0, 4454.0, 4485.0, 4466.0, 4507.0, 4477.0, 4507.0, 4479.0, 4506.0, 4467.0, 4507.0, 4467.0, 4505.0, 4466.0, 4506.0, 4465.0, 4495.0, 4466.0, 4506.0, 4465.0, 4505.0, 4465.0, 4495.0, 4467.0, 4506.0, 4465.0, 4495.0, 4466.0, 4495.0, 4475.0, 4506.0, 4476.0, 4495.0, 4464.0, 4504.0, 4466.0, 4507.0, 4464.0, 4484.0, 4464.0, 4484.0, 4476.0, 4486.0, 4475.0, 4455.0, 4487.0, 4466.0, 4487.0, 4467.0, 4487.0, 4458.0, 4498.0, 4457.0, 4497.0, 4467.0, 4497.0, 4468.0, 4497.0, 4469.0, 4498.0, 4468.0, 4497.0, 4459.0, 4498.0, 4468.0, 4497.0, 4467.0, 4497.0, 4467.0, 4497.0, 4468.0, 4498.0, 4468.0, 4507.0, 4458.0, 4497.0, 4468.0, 4508.0, 4468.0, 4519.0, 4470.0, 4510.0, 4480.0, 4510.0, 4481.0, 4519.0, 4479.0, 4522.0, 4481.0, 4518.0, 4478.0, 4518.0, 4478.0, 4519.0, 4478.0, 4517.0, 4478.0, 4518.0, 4478.0, 4518.0, 4477.0, 4519.0, 4477.0, 4517.0, 4486.0, 4507.0, 4476.0, 4506.0, 4476.0, 4507.0, 4477.0, 4497.0, 4466.0, 4477.0, 4477.0, 4476.0, 4475.0, 4456.0, 4495.0, 4469.0, 4509.0, 4479.0, 4520.0, 4489.0, 4510.0, 4490.0, 4491.0, 4499.0, 4459.0, 4520.0, 4489.0, 4499.0, 4497.0, 4468.0, 4519.0, 4478.0, 4518.0, 4478.0, 4489.0, 4500.0, 4484.0, 4509.0, 4480.0, 4497.0, 4476.0, 4458.0, 4498.0, 4481.0, 4520.0, 4491.0, 4521.0, 4488.0, 4478.0, 4498.0, 4459.0, 4497.0, 4477.0, 4506.0, 4475.0, 4506.0, 4477.0, 4487.0, 4476.0, 4456.0, 4497.0, 4467.0, 4507.0, 4476.0, 4507.0, 4475.0, 4476.0, 4474.0, 4466.0, 4486.0, 4464.0, 4495.0, 4465.0, 4494.0, 4466.0, 4495.0, 4473.0, 4443.0, 4474.0, 4456.0, 4495.0, 4476.0, 4476.0, 4487.0, 4466.0, 4517.0, 4467.0, 4486.0], 'WindowWidth': [9966.0, 9957.0, 9901.0, 9894.0, 9873.0, 9855.0, 9894.0, 9841.0, 9900.0, 9842.0, 9829.0, 9855.0, 9834.0, 9901.0, 9850.0, 9835.0, 9876.0, 9855.0, 9907.0, 9862.0, 9915.0, 9846.0, 9888.0, 9848.0, 9862.0, 9884.0, 9902.0, 9927.0, 9871.0, 9900.0, 9859.0, 9882.0, 9868.0, 9874.0, 9912.0, 9880.0, 9912.0, 9898.0, 9879.0, 9924.0, 9882.0, 9950.0, 9893.0, 9953.0, 9916.0, 9917.0, 9902.0, 9875.0, 9927.0, 9892.0, 9950.0, 9889.0, 9870.0, 9913.0, 9874.0, 9926.0, 9889.0, 9944.0, 9886.0, 9937.0, 9865.0, 9907.0, 9864.0, 9880.0, 9874.0, 9850.0, 9886.0, 9853.0, 9889.0, 9846.0, 9903.0, 9853.0, 9914.0, 9870.0, 9886.0, 9869.0, 9853.0, 9896.0, 9858.0, 9894.0, 9855.0, 9906.0, 9856.0, 9909.0, 9871.0, 9942.0, 9882.0, 9910.0, 9866.0, 9873.0, 9897.0, 9853.0, 9908.0, 9855.0, 9906.0, 9866.0, 9926.0, 9883.0, 9896.0, 9871.0, 9857.0, 9913.0, 9876.0, 9900.0, 9885.0, 9875.0, 9929.0, 9870.0, 9941.0, 9870.0, 9924.0, 9881.0, 9919.0, 9859.0, 9918.0, 9842.0, 9902.0, 9846.0, 9885.0, 9827.0, 9874.0, 9847.0, 9860.0, 9863.0, 9849.0, 9891.0, 9855.0, 9896.0, 9859.0, 9894.0, 9869.0, 9927.0, 9870.0, 9896.0, 9874.0, 9897.0, 9881.0, 9851.0, 9896.0, 9854.0, 9913.0, 9851.0, 9905.0, 9851.0, 9908.0, 9854.0, 9923.0, 9881.0, 9901.0, 9868.0, 9851.0, 9915.0, 9881.0, 9882.0, 9922.0, 9897.0, 9886.0, 9925.0, 9907.0, 9955.0, 9896.0, 9945.0, 9889.0, 9936.0, 9901.0, 9910.0, 9893.0, 9852.0, 9905.0, 9849.0, 9916.0, 9861.0, 9916.0, 9848.0, 9901.0, 9864.0, 9917.0, 9862.0, 9877.0, 9901.0, 9944.0, 9873.0, 9933.0, 9849.0, 9886.0, 9844.0, 9827.0, 9856.0, 9831.0, 9870.0, 9833.0, 9913.0, 9847.0, 9914.0, 9846.0, 9903.0, 9845.0, 9847.0, 9860.0, 9852.0, 9876.0, 9848.0, 9914.0, 9846.0, 9933.0, 9886.0, 9932.0, 9874.0, 9887.0, 9846.0, 9829.0, 9875.0, 9846.0, 9916.0, 9858.0, 9873.0, 9858.0, 9847.0, 9915.0, 9870.0, 9914.0, 9838.0, 9884.0, 9842.0, 9826.0, 9883.0, 9829.0, 9894.0, 9839.0, 9829.0, 9875.0, 9848.0, 9847.0, 9873.0, 9846.0, 9901.0, 9858.0, 9886.0, 9854.0, 9829.0, 9884.0, 9827.0, 9900.0, 9840.0, 9823.0, 9837.0, 9825.0, 9864.0, 9837.0, 9846.0, 9859.0, 9843.0, 9885.0, 9846.0, 9919.0, 9858.0, 9886.0, 9862.0, 9825.0, 9850.0, 9827.0, 9878.0, 9840.0, 9895.0, 9839.0, 9860.0, 9859.0, 9842.0, 9878.0, 9822.0, 9893.0, 9837.0, 9909.0, 9839.0, 9879.0, 9822.0, 9809.0, 9850.0, 9829.0, 9869.0, 9824.0, 9890.0, 9839.0, 9906.0, 9839.0, 9896.0, 9842.0, 9869.0, 9822.0, 9824.0, 9842.0, 9847.0, 9870.0, 9824.0, 9865.0, 9834.0, 9885.0, 9865.0, 9892.0, 9847.0, 9850.0, 9857.0, 9847.0, 9901.0, 9850.0, 9920.0, 9882.0, 9911.0, 9861.0, 9856.0, 9856.0, 9830.0, 9883.0, 9847.0, 9913.0, 9858.0, 9915.0, 9868.0, 9894.0, 9838.0, 9843.0, 9851.0, 9810.0, 9851.0, 9828.0, 9867.0, 9847.0, 9897.0, 9845.0, 9890.0, 9860.0, 9850.0, 9862.0, 9829.0, 9871.0, 9830.0, 9884.0, 9831.0, 9913.0, 9844.0, 9911.0, 9846.0, 9899.0, 9844.0, 9897.0, 9842.0, 9854.0, 9842.0, 9846.0, 9859.0, 9843.0, 9872.0, 9843.0, 9896.0, 9842.0, 9911.0, 9839.0, 9913.0, 9844.0, 9869.0, 9840.0, 9830.0, 9854.0, 9844.0, 9887.0, 9861.0, 9891.0, 9861.0, 9856.0, 9865.0, 9854.0, 9945.0, 9872.0, 9912.0, 9882.0, 9963.0, 9888.0, 9909.0, 9869.0, 9854.0, 9896.0, 9882.0, 9874.0, 9898.0, 9855.0, 9935.0, 9868.0, 9939.0, 9882.0, 9937.0, 9890.0, 9861.0, 9858.0, 9831.0, 9884.0, 9844.0, 9912.0, 9845.0, 9899.0, 9845.0, 9891.0, 9862.0, 9877.0, 9858.0, 9833.0, 9861.0, 9849.0, 9894.0, 9854.0, 9932.0, 9866.0, 9932.0, 9863.0, 9929.0, 9861.0, 9914.0, 9848.0, 9883.0, 9854.0, 9869.0, 9869.0, 9825.0, 9870.0, 9829.0, 9884.0, 9845.0, 9885.0, 9844.0, 9883.0, 9864.0, 9879.0, 9864.0, 9876.0, 9862.0, 9847.0, 9875.0, 9847.0, 9887.0, 9829.0, 9896.0, 9841.0, 9893.0, 9828.0, 9881.0, 9825.0, 9878.0, 9826.0, 9867.0, 9828.0, 9865.0, 9843.0, 9860.0, 9844.0, 9831.0, 9876.0, 9865.0, 9854.0, 9884.0, 9866.0, 9923.0, 9866.0, 9918.0, 9862.0, 9889.0, 9857.0, 9868.0, 9873.0, 9829.0, 9881.0, 9845.0, 9898.0, 9856.0, 9899.0, 9840.0, 9870.0, 9839.0, 9855.0, 9857.0, 9848.0, 9877.0, 9850.0, 9890.0, 9870.0, 9889.0, 9860.0, 9849.0, 9863.0, 9850.0, 9878.0, 9854.0, 9920.0, 9848.0, 9919.0, 9849.0, 9915.0, 9847.0, 9914.0, 9841.0, 9910.0, 9843.0, 9901.0, 9860.0, 9871.0, 9861.0, 9846.0, 9871.0, 9848.0, 9886.0, 9848.0, 9915.0, 9858.0, 9932.0, 9889.0, 9911.0, 9865.0, 9851.0, 9850.0, 9835.0, 9865.0, 9824.0, 9889.0, 9836.0, 9892.0, 9840.0, 9878.0, 9838.0, 9825.0, 9864.0, 9846.0, 9884.0, 9841.0, 9884.0, 9842.0, 9885.0, 9863.0, 9859.0, 9874.0, 9846.0, 9903.0, 9846.0, 9894.0, 9853.0, 9895.0, 9862.0, 9834.0, 9874.0, 9857.0, 9913.0, 9859.0, 9916.0, 9855.0, 9823.0, 9855.0, 9844.0, 9856.0, 9857.0, 9847.0, 9899.0, 9858.0, 9896.0, 9851.0, 9822.0, 9861.0, 9805.0, 9870.0, 9828.0, 9867.0, 9810.0, 9870.0, 9812.0, 9842.0, 9812.0, 9813.0, 9811.0, 9800.0, 9840.0, 9804.0, 9845.0, 9821.0, 9864.0, 9824.0, 9840.0, 9829.0, 9858.0, 9857.0, 9869.0, 9854.0, 9866.0, 9854.0, 9880.0, 9866.0, 9894.0, 9862.0, 9870.0, 9842.0, 9855.0, 9843.0, 9854.0, 9827.0, 9855.0, 9826.0, 9814.0, 9830.0, 9804.0, 9845.0, 9817.0, 9861.0, 9806.0, 9844.0, 9807.0, 9862.0, 9826.0, 9863.0, 9840.0, 9883.0, 9845.0, 9845.0, 9860.0, 9838.0, 9875.0, 9849.0, 9907.0, 9849.0, 9894.0, 9863.0, 9883.0, 9877.0, 9849.0, 9889.0, 9833.0, 9902.0, 9862.0, 9918.0, 9859.0, 9885.0, 9860.0, 9847.0, 9871.0, 9832.0, 9901.0, 9841.0, 9913.0, 9840.0, 9874.0, 9857.0, 9827.0, 9870.0, 9844.0, 9899.0, 9861.0, 9890.0, 9862.0, 9842.0, 9872.0, 9831.0, 9899.0, 9858.0, 9912.0, 9839.0, 9915.0, 9867.0, 9883.0, 9836.0, 9837.0, 9849.0, 9822.0, 9876.0, 9823.0, 9875.0, 9825.0, 9866.0, 9836.0, 9819.0, 9836.0, 9825.0, 9863.0, 9838.0, 9895.0, 9833.0, 9842.0, 9838.0, 9827.0, 9881.0, 9824.0, 9894.0, 9838.0, 9851.0, 9838.0, 9810.0, 9863.0, 9828.0, 9865.0, 9837.0, 9853.0, 9849.0, 9810.0, 9890.0, 9840.0, 9855.0, 9838.0, 9823.0, 9881.0, 9825.0, 9825.0, 9854.0, 9842.0, 9858.0, 9855.0, 9839.0, 9908.0, 9850.0, 9891.0, 9833.0, 9825.0, 9846.0, 9820.0, 9888.0, 9815.0, 9819.0, 9831.0, 9810.0, 9847.0, 9821.0, 9860.0, 9836.0, 9867.0, 9836.0, 9841.0, 9836.0, 9821.0, 9863.0, 9824.0, 9880.0, 9840.0, 9856.0, 9841.0, 9824.0, 9854.0, 9812.0, 9880.0, 9838.0, 9890.0, 9837.0, 9892.0, 9838.0, 9862.0, 9835.0, 9823.0, 9848.0, 9821.0, 9861.0, 9825.0, 9866.0, 9838.0, 9890.0, 9838.0, 9879.0, 9825.0, 9882.0, 9839.0, 9895.0, 9840.0, 9854.0, 9837.0, 9830.0, 9868.0, 9827.0, 9883.0, 9849.0, 9862.0, 9863.0, 9863.0, 9879.0, 9853.0, 9894.0, 9853.0, 9923.0, 9868.0, 9920.0, 9875.0, 9918.0, 9862.0, 9917.0, 9858.0, 9884.0, 9840.0, 9868.0, 9852.0, 9844.0, 9853.0, 9841.0, 9855.0, 9825.0, 9869.0, 9828.0, 9871.0, 9827.0, 9884.0, 9832.0, 9879.0, 9844.0, 9863.0, 9865.0, 9853.0, 9894.0, 9867.0, 9933.0, 9864.0, 9921.0, 9861.0, 9917.0, 9871.0, 9882.0, 9837.0, 9840.0, 9853.0, 9844.0, 9867.0, 9825.0, 9866.0, 9826.0, 9881.0, 9844.0, 9883.0, 9843.0, 9884.0, 9849.0, 9893.0, 9864.0, 9892.0, 9867.0, 9901.0, 9848.0, 9873.0, 9862.0, 9872.0, 9859.0, 9860.0, 9869.0, 9835.0, 9875.0, 9850.0, 9889.0, 9846.0, 9889.0, 9833.0, 9887.0, 9834.0, 9885.0, 9844.0, 9886.0, 9829.0, 9887.0, 9831.0, 9881.0, 9829.0, 9883.0, 9862.0, 9877.0, 9867.0, 9836.0, 9906.0, 9864.0, 9918.0, 9867.0, 9880.0, 9841.0, 9880.0, 9839.0, 9881.0, 9828.0, 9881.0, 9829.0, 9864.0, 9827.0, 9867.0, 9844.0, 9902.0, 9860.0, 9903.0, 9865.0, 9900.0, 9847.0, 9900.0, 9845.0, 9896.0, 9844.0, 9898.0, 9843.0, 9883.0, 9843.0, 9898.0, 9840.0, 9897.0, 9842.0, 9885.0, 9847.0, 9900.0, 9843.0, 9883.0, 9844.0, 9883.0, 9854.0, 9899.0, 9854.0, 9882.0, 9838.0, 9893.0, 9841.0, 9899.0, 9838.0, 9866.0, 9838.0, 9867.0, 9858.0, 9872.0, 9855.0, 9829.0, 9873.0, 9845.0, 9874.0, 9848.0, 9875.0, 9835.0, 9890.0, 9835.0, 9888.0, 9848.0, 9889.0, 9850.0, 9888.0, 9852.0, 9891.0, 9850.0, 9889.0, 9838.0, 9890.0, 9851.0, 9888.0, 9846.0, 9888.0, 9847.0, 9888.0, 9851.0, 9890.0, 9850.0, 9902.0, 9836.0, 9889.0, 9852.0, 9905.0, 9851.0, 9921.0, 9855.0, 9909.0, 9869.0, 9909.0, 9869.0, 9921.0, 9869.0, 9928.0, 9873.0, 9920.0, 9865.0, 9919.0, 9865.0, 9922.0, 9865.0, 9917.0, 9865.0, 9920.0, 9864.0, 9918.0, 9861.0, 9922.0, 9862.0, 9918.0, 9872.0, 9901.0, 9857.0, 9901.0, 9858.0, 9901.0, 9860.0, 9885.0, 9842.0, 9860.0, 9859.0, 9857.0, 9855.0, 9831.0, 9883.0, 9853.0, 9908.0, 9870.0, 9926.0, 9881.0, 9913.0, 9882.0, 9885.0, 9893.0, 9837.0, 9924.0, 9882.0, 9895.0, 9891.0, 9849.0, 9922.0, 9861.0, 9917.0, 9861.0, 9879.0, 9896.0, 9885.0, 9908.0, 9869.0, 9887.0, 9859.0, 9837.0, 9891.0, 9875.0, 9925.0, 9887.0, 9927.0, 9879.0, 9862.0, 9890.0, 9836.0, 9887.0, 9860.0, 9898.0, 9854.0, 9898.0, 9857.0, 9876.0, 9859.0, 9830.0, 9885.0, 9844.0, 9901.0, 9858.0, 9901.0, 9853.0, 9856.0, 9852.0, 9844.0, 9870.0, 9835.0, 9880.0, 9838.0, 9879.0, 9844.0, 9882.0, 9849.0, 9807.0, 9850.0, 9828.0, 9883.0, 9856.0, 9858.0, 9874.0, 9843.0, 9913.0, 9845.0, 9871.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.0009677276995305166</td></tr>
<tr><td colspan=3>aqi</td><td>0.015007508075117372</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.35960917374998</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213898720855262</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0286993408740586</td></tr>
<tr><td colspan=3>efc</td><td>0.4806</td></tr>
<tr><td colspan=3>fber</td><td>5133.252</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08596819747081172</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.004694835680751</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.650619406593688</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.691038663113366</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7647529340831536</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.496066622584544</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109379</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003085876815021038</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.013834826648235321</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</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.774829145458208</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>19.952</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.6377</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.5923</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298019.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>856.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.6925</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2007</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.6621</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3657.003</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78525.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1029.1791</td></tr>
<tr><td colspan=3>tsnr</td><td>45.44489444233477</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>