<?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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-03/func/sub-0031_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>658bf9e614e3a8efacbdb512e1a523e2</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>16:29:33.035000</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.99988, 0.015247, -0.00265075, -0.0151837, 0.999632, 0.02247]</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.100442</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>[4145, -7728, -7236, 538, -45, -171, 123, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0823f646-3265-401c-b748-3c6304b4130d||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.682605504989624, -0.04073673486709595, -0.008079425431787968, 114.77664947509766], [-0.04090670496225357, 2.6819400787353516, 0.06055309250950813, -87.54645538330078], [-0.007111778017133474, -0.06028539687395096, 2.6993088722229004, -57.52263259887695], [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': ['162933.035000', '162933.495000', '162933.955000', '162934.415000', '162934.875000', '162935.335000', '162935.795000', '162936.255000', '162936.715000', '162937.175000', '162937.635000', '162938.095000', '162938.555000', '162939.015000', '162939.475000', '162939.935000', '162940.395000', '162940.855000', '162941.315000', '162941.775000', '162942.235000', '162942.695000', '162943.155000', '162943.615000', '162944.075000', '162944.535000', '162944.995000', '162945.455000', '162945.915000', '162946.375000', '162946.835000', '162947.295000', '162947.755000', '162948.215000', '162948.675000', '162949.135000', '162949.595000', '162950.055000', '162950.515000', '162950.975000', '162951.435000', '162951.895000', '162952.355000', '162952.815000', '162953.275000', '162953.735000', '162954.195000', '162954.655000', '162955.115000', '162955.575000', '162956.035000', '162956.495000', '162956.955000', '162957.415000', '162957.875000', '162958.335000', '162958.795000', '162959.255000', '162959.715000', '163000.175000', '163000.635000', '163001.095000', '163001.555000', '163002.015000', '163002.475000', '163002.935000', '163003.395000', '163003.855000', '163004.315000', '163004.775000', '163005.235000', '163005.695000', '163006.155000', '163006.615000', '163007.075000', '163007.535000', '163007.995000', '163008.455000', '163008.915000', '163009.375000', '163009.835000', '163010.295000', '163010.755000', '163011.215000', '163011.675000', '163012.135000', '163012.595000', '163013.055000', '163013.515000', '163013.975000', '163014.435000', '163014.895000', '163015.355000', '163015.815000', '163016.275000', '163016.735000', '163017.195000', '163017.655000', '163018.115000', '163018.575000', '163019.035000', '163019.495000', '163019.955000', '163020.415000', '163020.875000', '163021.335000', '163021.795000', '163022.255000', '163022.715000', '163023.175000', '163023.635000', '163024.095000', '163024.555000', '163025.015000', '163025.475000', '163025.935000', '163026.395000', '163026.855000', '163027.315000', '163027.775000', '163028.235000', '163028.695000', '163029.155000', '163029.615000', '163030.075000', '163030.535000', '163030.995000', '163031.455000', '163031.915000', '163032.375000', '163032.835000', '163033.295000', '163033.755000', '163034.215000', '163034.675000', '163035.135000', '163035.595000', '163036.055000', '163036.515000', '163036.975000', '163037.435000', '163037.895000', '163038.355000', '163038.815000', '163039.275000', '163039.735000', '163040.195000', '163040.655000', '163041.115000', '163041.575000', '163042.035000', '163042.495000', '163042.955000', '163043.415000', '163043.875000', '163044.335000', '163044.795000', '163045.255000', '163045.715000', '163046.175000', '163046.635000', '163047.095000', '163047.555000', '163048.015000', '163048.475000', '163048.935000', '163049.395000', '163049.855000', '163050.315000', '163050.775000', '163051.235000', '163051.695000', '163052.155000', '163052.615000', '163053.075000', '163053.535000', '163053.995000', '163054.455000', '163054.915000', '163055.375000', '163055.835000', '163056.295000', '163056.755000', '163057.215000', '163057.675000', '163058.135000', '163058.595000', '163059.055000', '163059.515000', '163059.975000', '163100.435000', '163100.895000', '163101.355000', '163101.815000', '163102.275000', '163102.735000', '163103.195000', '163103.655000', '163104.115000', '163104.575000', '163105.035000', '163105.495000', '163105.955000', '163106.415000', '163106.875000', '163107.335000', '163107.795000', '163108.255000', '163108.715000', '163109.175000', '163109.635000', '163110.095000', '163110.555000', '163111.015000', '163111.475000', '163111.935000', '163112.395000', '163112.855000', '163113.315000', '163113.775000', '163114.235000', '163114.695000', '163115.155000', '163115.615000', '163116.075000', '163116.535000', '163116.995000', '163117.455000', '163117.915000', '163118.375000', '163118.835000', '163119.295000', '163119.755000', '163120.215000', '163120.675000', '163121.135000', '163121.595000', '163122.055000', '163122.515000', '163122.975000', '163123.435000', '163123.895000', '163124.355000', '163124.815000', '163125.275000', '163125.735000', '163126.195000', '163126.655000', '163127.115000', '163127.575000', '163128.035000', '163128.495000', '163128.955000', '163129.415000', '163129.875000', '163130.335000', '163130.795000', '163131.255000', '163131.715000', '163132.175000', '163132.635000', '163133.095000', '163133.555000', '163134.015000', '163134.475000', '163134.935000', '163135.395000', '163135.855000', '163136.315000', '163136.775000', '163137.235000', '163137.695000', '163138.155000', '163138.615000', '163139.075000', '163139.535000', '163139.995000', '163140.455000', '163140.915000', '163141.375000', '163141.835000', '163142.295000', '163142.755000', '163143.215000', '163143.675000', '163144.135000', '163144.595000', '163145.055000', '163145.515000', '163145.975000', '163146.435000', '163146.895000', '163147.355000', '163147.815000', '163148.275000', '163148.735000', '163149.195000', '163149.655000', '163150.115000', '163150.575000', '163151.035000', '163151.495000', '163151.955000', '163152.415000', '163152.875000', '163153.335000', '163153.795000', '163154.255000', '163154.715000', '163155.175000', '163155.635000', '163156.095000', '163156.555000', '163157.015000', '163157.475000', '163157.935000', '163158.395000', '163158.855000', '163159.315000', '163159.775000', '163200.235000', '163200.695000', '163201.155000', '163201.615000', '163202.075000', '163202.535000', '163202.995000', '163203.455000', '163203.915000', '163204.375000', '163204.835000', '163205.295000', '163205.755000', '163206.215000', '163206.675000', '163207.135000', '163207.595000', '163208.055000', '163208.515000', '163208.975000', '163209.435000', '163209.895000', '163210.355000', '163210.815000', '163211.275000', '163211.735000', '163212.195000', '163212.655000', '163213.115000', '163213.575000', '163214.035000', '163214.495000', '163214.955000', '163215.415000', '163215.875000', '163216.335000', '163216.795000', '163217.255000', '163217.715000', '163218.175000', '163218.635000', '163219.095000', '163219.555000', '163220.015000', '163220.475000', '163220.935000', '163221.395000', '163221.855000', '163222.315000', '163222.775000', '163223.235000', '163223.695000', '163224.155000', '163224.615000', '163225.075000', '163225.535000', '163225.995000', '163226.455000', '163226.915000', '163227.375000', '163227.835000', '163228.295000', '163228.755000', '163229.215000', '163229.675000', '163230.135000', '163230.595000', '163231.055000', '163231.515000', '163231.975000', '163232.435000', '163232.895000', '163233.355000', '163233.815000', '163234.275000', '163234.735000', '163235.195000', '163235.655000', '163236.115000', '163236.575000', '163237.035000', '163237.495000', '163237.955000', '163238.415000', '163238.875000', '163239.335000', '163239.795000', '163240.255000', '163240.715000', '163241.175000', '163241.635000', '163242.095000', '163242.555000', '163243.015000', '163243.475000', '163243.935000', '163244.395000', '163244.855000', '163245.315000', '163245.775000', '163246.235000', '163246.695000', '163247.155000', '163247.615000', '163248.075000', '163248.535000', '163248.995000', '163249.455000', '163249.915000', '163250.375000', '163250.835000', '163251.295000', '163251.755000', '163252.215000', '163252.675000', '163253.135000', '163253.595000', '163254.055000', '163254.515000', '163254.975000', '163255.435000', '163255.895000', '163256.355000', '163256.815000', '163257.275000', '163257.735000', '163258.195000', '163258.655000', '163259.115000', '163259.575000', '163300.035000', '163300.495000', '163300.955000', '163301.415000', '163301.875000', '163302.335000', '163302.795000', '163303.255000', '163303.715000', '163304.175000', '163304.635000', '163305.095000', '163305.555000', '163306.015000', '163306.475000', '163306.935000', '163307.395000', '163307.855000', '163308.315000', '163308.775000', '163309.235000', '163309.695000', '163310.155000', '163310.615000', '163311.075000', '163311.535000', '163311.995000', '163312.455000', '163312.915000', '163313.375000', '163313.835000', '163314.295000', '163314.755000', '163315.215000', '163315.675000', '163316.135000', '163316.595000', '163317.055000', '163317.515000', '163317.975000', '163318.435000', '163318.895000', '163319.355000', '163319.815000', '163320.275000', '163320.735000', '163321.195000', '163321.655000', '163322.115000', '163322.575000', '163323.035000', '163323.495000', '163323.955000', '163324.415000', '163324.875000', '163325.335000', '163325.795000', '163326.255000', '163326.715000', '163327.175000', '163327.635000', '163328.095000', '163328.555000', '163329.015000', '163329.475000', '163329.935000', '163330.395000', '163330.855000', '163331.315000', '163331.775000', '163332.235000', '163332.695000', '163333.155000', '163333.615000', '163334.075000', '163334.535000', '163334.995000', '163335.455000', '163335.915000', '163336.375000', '163336.835000', '163337.295000', '163337.755000', '163338.215000', '163338.675000', '163339.135000', '163339.595000', '163340.055000', '163340.515000', '163340.975000', '163341.435000', '163341.895000', '163342.355000', '163342.815000', '163343.275000', '163343.735000', '163344.195000', '163344.655000', '163345.115000', '163345.575000', '163346.035000', '163346.495000', '163346.955000', '163347.415000', '163347.875000', '163348.335000', '163348.795000', '163349.255000', '163349.715000', '163350.175000', '163350.635000', '163351.095000', '163351.555000', '163352.015000', '163352.475000', '163352.935000', '163353.395000', '163353.855000', '163354.315000', '163354.775000', '163355.235000', '163355.695000', '163356.155000', '163356.615000', '163357.075000', '163357.535000', '163357.995000', '163358.455000', '163358.915000', '163359.375000', '163359.835000', '163400.295000', '163400.755000', '163401.215000', '163401.675000', '163402.135000', '163402.595000', '163403.055000', '163403.515000', '163403.975000', '163404.435000', '163404.895000', '163405.355000', '163405.815000', '163406.275000', '163406.735000', '163407.195000', '163407.655000', '163408.115000', '163408.575000', '163409.035000', '163409.495000', '163409.955000', '163410.415000', '163410.875000', '163411.335000', '163411.795000', '163412.255000', '163412.715000', '163413.175000', '163413.635000', '163414.095000', '163414.555000', '163415.015000', '163415.475000', '163415.935000', '163416.395000', '163416.855000', '163417.315000', '163417.775000', '163418.235000', '163418.695000', '163419.155000', '163419.615000', '163420.075000', '163420.535000', '163420.995000', '163421.455000', '163421.915000', '163422.375000', '163422.835000', '163423.295000', '163423.755000', '163424.215000', '163424.675000', '163425.135000', '163425.595000', '163426.055000', '163426.515000', '163426.975000', '163427.435000', '163427.895000', '163428.355000', '163428.815000', '163429.275000', '163429.735000', '163430.195000', '163430.655000', '163431.115000', '163431.575000', '163432.035000', '163432.495000', '163432.955000', '163433.415000', '163433.875000', '163434.335000', '163434.795000', '163435.255000', '163435.715000', '163436.175000', '163436.635000', '163437.095000', '163437.555000', '163438.015000', '163438.475000', '163438.935000', '163439.395000', '163439.855000', '163440.315000', '163440.775000', '163441.235000', '163441.695000', '163442.155000', '163442.615000', '163443.075000', '163443.535000', '163443.995000', '163444.455000', '163444.915000', '163445.375000', '163445.835000', '163446.295000', '163446.755000', '163447.215000', '163447.675000', '163448.135000', '163448.595000', '163449.055000', '163449.515000', '163449.975000', '163450.435000', '163450.895000', '163451.355000', '163451.815000', '163452.275000', '163452.735000', '163453.195000', '163453.655000', '163454.115000', '163454.575000', '163455.035000', '163455.495000', '163455.955000', '163456.415000', '163456.875000', '163457.335000', '163457.795000', '163458.255000', '163458.715000', '163459.175000', '163459.635000', '163500.095000', '163500.555000', '163501.015000', '163501.475000', '163501.935000', '163502.395000', '163502.855000', '163503.315000', '163503.775000', '163504.235000', '163504.695000', '163505.155000', '163505.615000', '163506.075000', '163506.535000', '163506.995000', '163507.455000', '163507.915000', '163508.375000', '163508.835000', '163509.295000', '163509.755000', '163510.215000', '163510.675000', '163511.135000', '163511.595000', '163512.055000', '163512.515000', '163512.975000', '163513.435000', '163513.895000', '163514.355000', '163514.815000', '163515.275000', '163515.735000', '163516.195000', '163516.655000', '163517.115000', '163517.575000', '163518.035000', '163518.495000', '163518.955000', '163519.415000', '163519.875000', '163520.335000', '163520.795000', '163521.255000', '163521.715000', '163522.175000', '163522.635000', '163523.095000', '163523.555000', '163524.015000', '163524.475000', '163524.935000', '163525.395000', '163525.855000', '163526.315000', '163526.775000', '163527.235000', '163527.695000', '163528.155000', '163528.615000', '163529.075000', '163529.535000', '163529.995000', '163530.455000', '163530.915000', '163531.375000', '163531.835000', '163532.295000', '163532.755000', '163533.215000', '163533.675000', '163534.135000', '163534.595000', '163535.055000', '163535.515000', '163535.975000', '163536.435000', '163536.895000', '163537.355000', '163537.815000', '163538.275000', '163538.735000', '163539.195000', '163539.655000', '163540.115000', '163540.575000', '163541.035000', '163541.495000', '163541.955000', '163542.415000', '163542.875000', '163543.335000', '163543.795000', '163544.255000', '163544.715000', '163545.175000', '163545.635000', '163546.095000', '163546.555000', '163547.015000', '163547.475000', '163547.935000', '163548.395000', '163548.855000', '163549.315000', '163549.775000', '163550.235000', '163550.695000', '163551.155000', '163551.615000', '163552.075000', '163552.535000', '163552.995000', '163553.455000', '163553.915000', '163554.375000', '163554.835000', '163555.295000', '163555.755000', '163556.215000', '163556.675000', '163557.135000', '163557.595000', '163558.055000', '163558.515000', '163558.975000', '163559.435000', '163559.895000', '163600.355000', '163600.815000', '163601.275000', '163601.735000', '163602.195000', '163602.655000', '163603.115000', '163603.575000', '163604.035000', '163604.495000', '163604.955000', '163605.415000', '163605.875000', '163606.335000', '163606.795000', '163607.255000', '163607.715000', '163608.175000', '163608.635000', '163609.095000', '163609.555000', '163610.015000', '163610.475000', '163610.935000', '163611.395000', '163611.855000', '163612.315000', '163612.775000', '163613.235000', '163613.695000', '163614.155000', '163614.615000', '163615.075000', '163615.535000', '163615.995000', '163616.455000', '163616.915000', '163617.375000', '163617.835000', '163618.295000', '163618.755000', '163619.215000', '163619.675000', '163620.135000', '163620.595000', '163621.055000', '163621.515000', '163621.975000', '163622.435000', '163622.895000', '163623.355000', '163623.815000', '163624.275000', '163624.735000', '163625.195000', '163625.655000', '163626.115000', '163626.575000', '163627.035000', '163627.495000', '163627.955000', '163628.415000', '163628.875000', '163629.335000', '163629.795000', '163630.255000', '163630.715000', '163631.175000', '163631.635000', '163632.095000', '163632.555000', '163633.015000', '163633.475000', '163633.935000', '163634.395000', '163634.855000', '163635.315000', '163635.775000', '163636.235000', '163636.695000', '163637.155000', '163637.615000', '163638.075000', '163638.535000', '163638.995000', '163639.455000', '163639.915000', '163640.375000', '163640.835000', '163641.295000', '163641.755000', '163642.215000', '163642.675000', '163643.135000', '163643.595000', '163644.055000', '163644.515000', '163644.975000', '163645.435000', '163645.895000', '163646.355000', '163646.815000', '163647.275000', '163647.735000', '163648.195000', '163648.655000', '163649.115000', '163649.575000', '163650.035000', '163650.495000', '163650.955000', '163651.415000', '163651.875000', '163652.335000', '163652.795000', '163653.255000', '163653.715000', '163654.175000', '163654.635000', '163655.095000', '163655.555000', '163656.015000', '163656.475000', '163656.935000', '163657.395000', '163657.855000', '163658.315000', '163658.775000', '163659.235000', '163659.695000', '163700.155000', '163700.615000', '163701.075000', '163701.535000', '163701.995000', '163702.455000', '163702.915000', '163703.375000', '163703.835000', '163704.295000', '163704.755000', '163705.215000', '163705.675000', '163706.135000', '163706.595000', '163707.055000', '163707.515000', '163707.975000', '163708.435000', '163708.895000', '163709.355000', '163709.815000', '163710.275000', '163710.735000', '163711.195000', '163711.655000', '163712.115000', '163712.575000', '163713.035000', '163713.495000', '163713.955000', '163714.415000', '163714.875000', '163715.335000', '163715.795000', '163716.255000', '163716.715000', '163717.175000', '163717.635000', '163718.095000', '163718.555000', '163719.015000', '163719.475000', '163719.935000', '163720.395000', '163720.855000', '163721.315000', '163721.775000', '163722.235000', '163722.695000', '163723.155000', '163723.615000', '163724.075000', '163724.535000', '163724.995000', '163725.455000', '163725.915000', '163726.375000', '163726.835000', '163727.295000', '163727.755000', '163728.215000', '163728.675000', '163729.135000', '163729.595000', '163730.055000', '163730.515000', '163730.975000', '163731.435000', '163731.895000', '163732.355000', '163732.815000', '163733.275000', '163733.735000', '163734.195000', '163734.655000', '163735.115000', '163735.575000', '163736.035000', '163736.495000', '163736.955000', '163737.415000', '163737.875000', '163738.335000', '163738.795000', '163739.255000', '163739.715000', '163740.175000', '163740.635000', '163741.095000', '163741.555000', '163742.015000', '163742.475000'], 'ContentTime': ['162945.847000', '162945.851000', '162945.854000', '162945.857000', '162945.860000', '162945.863000', '162945.867000', '162945.870000', '162945.872000', '162945.875000', '162945.878000', '162945.881000', '162945.884000', '162945.887000', '162945.890000', '162945.893000', '162945.896000', '162945.905000', '162945.908000', '162945.911000', '162945.913000', '162945.916000', '162945.919000', '162945.922000', '162945.925000', '162945.928000', '162945.934000', '163005.815000', '163005.818000', '163005.821000', '163005.824000', '163005.834000', '163005.837000', '163005.840000', '163005.842000', '163005.846000', '163005.849000', '163005.852000', '163005.855000', '163005.858000', '163005.861000', '163005.864000', '163005.867000', '163005.870000', '163005.873000', '163005.876000', '163005.879000', '163005.882000', '163005.884000', '163005.887000', '163005.890000', '163005.893000', '163005.896000', '163005.899000', '163005.902000', '163005.906000', '163005.919000', '163005.922000', '163005.926000', '163005.928000', '163005.931000', '163005.934000', '163005.937000', '163005.940000', '163005.943000', '163005.946000', '163005.949000', '163005.952000', '163005.954000', '163005.958000', '163025.815000', '163025.818000', '163025.821000', '163025.824000', '163025.827000', '163025.830000', '163025.833000', '163025.836000', '163025.838000', '163025.842000', '163025.844000', '163025.847000', '163025.850000', '163025.853000', '163025.857000', '163025.859000', '163025.862000', '163025.865000', '163025.868000', '163025.871000', '163025.874000', '163025.877000', '163025.880000', '163025.883000', '163025.885000', '163025.889000', '163025.892000', '163025.894000', '163025.897000', '163025.900000', '163025.903000', '163025.906000', '163025.909000', '163025.913000', '163025.916000', '163025.919000', '163025.921000', '163025.925000', '163025.927000', '163025.930000', '163025.933000', '163025.941000', '163025.956000', '163025.959000', '163045.814000', '163045.817000', '163045.820000', '163045.823000', '163045.826000', '163045.828000', '163045.831000', '163045.834000', '163045.837000', '163045.840000', '163045.843000', '163045.846000', '163045.849000', '163045.852000', '163045.855000', '163045.858000', '163045.860000', '163045.863000', '163045.866000', '163045.869000', '163045.872000', '163045.875000', '163045.877000', '163045.880000', '163045.883000', '163045.886000', '163045.889000', '163045.892000', '163045.895000', '163045.897000', '163045.900000', '163045.903000', '163045.906000', '163045.909000', '163045.912000', '163045.915000', '163045.918000', '163045.920000', '163045.923000', '163045.926000', '163045.929000', '163045.932000', '163045.935000', '163105.814000', '163105.817000', '163105.820000', '163105.823000', '163105.826000', '163105.828000', '163105.831000', '163105.834000', '163105.837000', '163105.840000', '163105.843000', '163105.846000', '163105.849000', '163105.851000', '163105.854000', '163105.857000', '163105.860000', '163105.863000', '163105.866000', '163105.869000', '163105.872000', '163105.874000', '163105.877000', '163105.880000', '163105.883000', '163105.886000', '163105.889000', '163105.892000', '163105.895000', '163105.898000', '163105.900000', '163105.903000', '163105.906000', '163105.909000', '163105.912000', '163105.915000', '163105.918000', '163105.920000', '163105.923000', '163105.926000', '163105.929000', '163105.932000', '163105.935000', '163105.938000', '163125.814000', '163125.817000', '163125.820000', '163125.823000', '163125.826000', '163125.829000', '163125.832000', '163125.834000', '163125.837000', '163125.840000', '163125.843000', '163125.846000', '163125.849000', '163125.852000', '163125.855000', '163125.857000', '163125.860000', '163125.863000', '163125.866000', '163125.869000', '163125.872000', '163125.875000', '163125.878000', '163125.880000', '163125.885000', '163125.889000', '163125.892000', '163125.894000', '163125.897000', '163125.900000', '163125.903000', '163125.906000', '163125.909000', '163125.912000', '163125.915000', '163125.917000', '163125.920000', '163125.923000', '163125.926000', '163125.929000', '163125.932000', '163125.935000', '163125.938000', '163145.815000', '163145.818000', '163145.821000', '163145.824000', '163145.827000', '163145.829000', '163145.832000', '163145.835000', '163145.838000', '163145.841000', '163145.844000', '163145.847000', '163145.850000', '163145.853000', '163145.855000', '163145.859000', '163145.861000', '163145.864000', '163145.867000', '163145.870000', '163145.873000', '163145.876000', '163145.879000', '163145.882000', '163145.884000', '163145.887000', '163145.890000', '163145.893000', '163145.896000', '163145.899000', '163145.902000', '163145.905000', '163145.907000', '163145.910000', '163145.913000', '163145.916000', '163145.919000', '163145.922000', '163145.925000', '163145.928000', '163145.931000', '163145.933000', '163145.936000', '163145.939000', '163205.815000', '163205.818000', '163205.821000', '163205.824000', '163205.827000', '163205.830000', '163205.833000', '163205.835000', '163205.838000', '163205.841000', '163205.844000', '163205.847000', '163205.850000', '163205.853000', '163205.864000', '163205.867000', '163205.870000', '163205.873000', '163205.876000', '163205.879000', '163205.882000', '163205.885000', '163205.887000', '163205.901000', '163205.904000', '163205.907000', '163205.910000', '163205.912000', '163205.915000', '163205.918000', '163205.921000', '163205.924000', '163205.927000', '163205.930000', '163205.933000', '163205.936000', '163205.938000', '163205.941000', '163205.944000', '163205.947000', '163205.950000', '163205.953000', '163205.956000', '163225.815000', '163225.818000', '163225.821000', '163225.824000', '163225.826000', '163225.829000', '163225.832000', '163225.835000', '163225.838000', '163225.841000', '163225.844000', '163225.847000', '163225.849000', '163225.852000', '163225.855000', '163225.858000', '163225.861000', '163225.864000', '163225.867000', '163225.869000', '163225.872000', '163225.875000', '163225.878000', '163225.881000', '163225.884000', '163225.887000', '163225.890000', '163225.893000', '163225.895000', '163225.898000', '163225.901000', '163225.904000', '163225.907000', '163225.910000', '163225.913000', '163225.916000', '163225.918000', '163225.921000', '163225.924000', '163225.927000', '163225.930000', '163225.933000', '163225.936000', '163225.939000', '163245.815000', '163245.818000', '163245.821000', '163245.824000', '163245.827000', '163245.830000', '163245.832000', '163245.835000', '163245.838000', '163245.841000', '163245.844000', '163245.847000', '163245.850000', '163245.852000', '163245.855000', '163245.858000', '163245.861000', '163245.864000', '163245.867000', '163245.870000', '163245.873000', '163245.876000', '163245.878000', '163245.881000', '163245.884000', '163245.887000', '163245.890000', '163245.893000', '163245.896000', '163245.899000', '163245.901000', '163245.904000', '163245.907000', '163245.910000', '163245.913000', '163245.916000', '163245.919000', '163245.923000', '163245.926000', '163245.929000', '163245.932000', '163245.935000', '163245.938000', '163305.814000', '163305.817000', '163305.820000', '163305.823000', '163305.825000', '163305.829000', '163305.831000', '163305.834000', '163305.837000', '163305.840000', '163305.843000', '163305.846000', '163305.849000', '163305.852000', '163305.854000', '163305.857000', '163305.860000', '163305.863000', '163305.866000', '163305.869000', '163305.871000', '163305.875000', '163305.877000', '163305.880000', '163305.883000', '163305.886000', '163305.889000', '163305.892000', '163305.895000', '163305.898000', '163305.901000', '163305.903000', '163305.906000', '163305.909000', '163305.912000', '163305.915000', '163305.918000', '163305.921000', '163305.924000', '163305.926000', '163305.929000', '163305.932000', '163305.935000', '163305.938000', '163325.814000', '163325.817000', '163325.820000', '163325.823000', '163325.826000', '163325.829000', '163325.832000', '163325.835000', '163325.837000', '163325.840000', '163325.843000', '163325.846000', '163325.849000', '163325.852000', '163325.855000', '163325.858000', '163325.860000', '163325.863000', '163325.866000', '163325.869000', '163325.872000', '163325.875000', '163325.878000', '163325.881000', '163325.884000', '163325.886000', '163325.889000', '163325.892000', '163325.895000', '163325.898000', '163325.901000', '163325.904000', '163325.907000', '163325.910000', '163325.912000', '163325.915000', '163325.918000', '163325.921000', '163325.924000', '163325.927000', '163325.930000', '163325.933000', '163325.936000', '163345.814000', '163345.817000', '163345.820000', '163345.823000', '163345.826000', '163345.839000', '163345.842000', '163345.845000', '163345.848000', '163345.851000', '163345.854000', '163345.856000', '163345.859000', '163345.862000', '163345.865000', '163345.868000', '163345.871000', '163345.874000', '163345.877000', '163345.879000', '163345.882000', '163345.885000', '163345.888000', '163345.891000', '163345.894000', '163345.897000', '163345.900000', '163345.902000', '163345.905000', '163345.908000', '163345.911000', '163345.914000', '163345.917000', '163345.920000', '163345.923000', '163345.926000', '163345.929000', '163345.932000', '163345.934000', '163345.937000', '163345.940000', '163345.943000', '163345.946000', '163345.949000', '163405.815000', '163405.818000', '163405.821000', '163405.824000', '163405.827000', '163405.830000', '163405.833000', '163405.835000', '163405.838000', '163405.841000', '163405.844000', '163405.847000', '163405.850000', '163405.853000', '163405.856000', '163405.859000', '163405.861000', '163405.864000', '163405.867000', '163405.870000', '163405.873000', '163405.876000', '163405.879000', '163405.882000', '163405.885000', '163405.887000', '163405.890000', '163405.893000', '163405.896000', '163405.899000', '163405.902000', '163405.905000', '163405.908000', '163405.911000', '163405.918000', '163405.921000', '163405.924000', '163405.927000', '163405.930000', '163405.932000', '163405.935000', '163405.938000', '163405.941000', '163425.815000', '163425.818000', '163425.821000', '163425.824000', '163425.827000', '163425.830000', '163425.832000', '163425.835000', '163425.838000', '163425.841000', '163425.844000', '163425.847000', '163425.850000', '163425.852000', '163425.855000', '163425.858000', '163425.861000', '163425.864000', '163425.867000', '163425.870000', '163425.873000', '163425.876000', '163425.879000', '163425.882000', '163425.884000', '163425.887000', '163425.890000', '163425.893000', '163425.896000', '163425.899000', '163425.902000', '163425.905000', '163425.908000', '163425.910000', '163425.913000', '163425.916000', '163425.919000', '163425.922000', '163425.925000', '163425.928000', '163425.931000', '163425.934000', '163425.936000', '163425.939000', '163445.815000', '163445.818000', '163445.821000', '163445.824000', '163445.827000', '163445.830000', '163445.833000', '163445.835000', '163445.838000', '163445.841000', '163445.844000', '163445.847000', '163445.850000', '163445.853000', '163445.856000', '163445.858000', '163445.861000', '163445.864000', '163445.867000', '163445.870000', '163445.873000', '163445.876000', '163445.879000', '163445.882000', '163445.884000', '163445.887000', '163445.890000', '163445.893000', '163445.896000', '163445.899000', '163445.902000', '163445.905000', '163445.908000', '163445.911000', '163445.913000', '163445.916000', '163445.919000', '163445.922000', '163445.925000', '163445.928000', '163445.930000', '163445.933000', '163445.936000', '163505.815000', '163505.818000', '163505.821000', '163505.825000', '163505.828000', '163505.831000', '163505.834000', '163505.837000', '163505.840000', '163505.842000', '163505.845000', '163505.848000', '163505.851000', '163505.854000', '163505.857000', '163505.860000', '163505.863000', '163505.866000', '163505.869000', '163505.871000', '163505.874000', '163505.877000', '163505.880000', '163505.883000', '163505.886000', '163505.889000', '163505.892000', '163505.894000', '163505.897000', '163505.900000', '163505.917000', '163505.920000', '163505.923000', '163505.925000', '163505.934000', '163505.937000', '163505.940000', '163505.943000', '163505.946000', '163505.949000', '163505.951000', '163505.954000', '163505.957000', '163525.814000', '163525.817000', '163525.820000', '163525.823000', '163525.826000', '163525.829000', '163525.832000', '163525.835000', '163525.838000', '163525.841000', '163525.843000', '163525.846000', '163525.849000', '163525.852000', '163525.855000', '163525.858000', '163525.861000', '163525.864000', '163525.867000', '163525.869000', '163525.872000', '163525.875000', '163525.878000', '163525.881000', '163525.884000', '163525.887000', '163525.890000', '163525.892000', '163525.895000', '163525.898000', '163525.901000', '163525.904000', '163525.907000', '163525.910000', '163525.913000', '163525.915000', '163525.918000', '163525.921000', '163525.924000', '163525.927000', '163525.930000', '163525.933000', '163525.935000', '163525.938000', '163545.814000', '163545.817000', '163545.820000', '163545.823000', '163545.826000', '163545.829000', '163545.832000', '163545.835000', '163545.837000', '163545.840000', '163545.843000', '163545.846000', '163545.849000', '163545.852000', '163545.855000', '163545.858000', '163545.861000', '163545.865000', '163545.867000', '163545.870000', '163545.873000', '163545.876000', '163545.879000', '163545.882000', '163545.885000', '163545.888000', '163545.891000', '163545.893000', '163545.896000', '163545.899000', '163545.902000', '163545.905000', '163545.908000', '163545.911000', '163545.914000', '163545.917000', '163545.919000', '163545.922000', '163545.925000', '163545.928000', '163545.931000', '163545.934000', '163545.937000', '163605.814000', '163605.817000', '163605.820000', '163605.823000', '163605.826000', '163605.829000', '163605.831000', '163605.834000', '163605.837000', '163605.840000', '163605.843000', '163605.846000', '163605.849000', '163605.852000', '163605.855000', '163605.857000', '163605.860000', '163605.863000', '163605.866000', '163605.869000', '163605.872000', '163605.875000', '163605.878000', '163605.880000', '163605.883000', '163605.886000', '163605.889000', '163605.892000', '163605.895000', '163605.898000', '163605.901000', '163605.903000', '163605.906000', '163605.909000', '163605.912000', '163605.915000', '163605.918000', '163605.921000', '163605.924000', '163605.926000', '163605.929000', '163605.932000', '163605.935000', '163605.938000', '163625.815000', '163625.818000', '163625.825000', '163625.828000', '163625.831000', '163625.834000', '163625.837000', '163625.840000', '163625.842000', '163625.845000', '163625.848000', '163625.851000', '163625.855000', '163625.857000', '163625.860000', '163625.864000', '163625.867000', '163625.870000', '163625.873000', '163625.876000', '163625.879000', '163625.882000', '163625.885000', '163625.888000', '163625.891000', '163625.893000', '163625.896000', '163625.899000', '163625.902000', '163625.905000', '163625.908000', '163625.911000', '163625.914000', '163625.917000', '163625.919000', '163625.922000', '163625.925000', '163625.928000', '163625.931000', '163625.934000', '163625.947000', '163625.950000', '163625.953000', '163645.815000', '163645.818000', '163645.821000', '163645.824000', '163645.827000', '163645.830000', '163645.833000', '163645.836000', '163645.838000', '163645.841000', '163645.844000', '163645.847000', '163645.850000', '163645.853000', '163645.856000', '163645.859000', '163645.862000', '163645.864000', '163645.867000', '163645.870000', '163645.873000', '163645.876000', '163645.879000', '163645.882000', '163645.885000', '163645.887000', '163645.890000', '163645.893000', '163645.896000', '163645.899000', '163645.902000', '163645.905000', '163645.908000', '163645.911000', '163645.913000', '163645.916000', '163645.919000', '163645.922000', '163645.925000', '163645.928000', '163645.931000', '163645.934000', '163645.936000', '163645.939000', '163705.815000', '163705.818000', '163705.821000', '163705.824000', '163705.827000', '163705.830000', '163705.833000', '163705.835000', '163705.838000', '163705.841000', '163705.844000', '163705.847000', '163705.850000', '163705.853000', '163705.856000', '163705.859000', '163705.862000', '163705.865000', '163705.867000', '163705.870000', '163705.873000', '163705.876000', '163705.879000', '163705.882000', '163705.885000', '163705.888000', '163705.891000', '163705.893000', '163705.897000', '163705.899000', '163705.902000', '163705.905000', '163705.908000', '163705.911000', '163705.914000', '163705.917000', '163705.920000', '163705.922000', '163705.925000', '163705.928000', '163705.931000', '163705.934000', '163705.937000', '163725.815000', '163725.818000', '163725.821000', '163725.824000', '163725.827000', '163725.829000', '163725.832000', '163725.835000', '163725.838000', '163725.841000', '163725.844000', '163725.847000', '163725.850000', '163725.853000', '163725.856000', '163725.858000', '163725.861000', '163725.864000', '163725.867000', '163725.870000', '163725.873000', '163725.876000', '163725.879000', '163725.881000', '163725.884000', '163725.887000', '163725.890000', '163725.893000', '163725.896000', '163725.899000', '163725.902000', '163725.905000', '163725.907000', '163725.910000', '163725.913000', '163725.916000', '163725.919000', '163725.922000', '163725.925000', '163725.928000', '163725.930000', '163725.933000', '163725.936000', '163725.939000', '163743.205000', '163743.208000', '163743.212000', '163743.215000', '163743.218000', '163743.221000', '163743.224000', '163743.227000', '163743.229000', '163743.232000', '163743.235000', '163743.238000', '163743.241000', '163743.244000', '163743.247000', '163743.250000', '163743.253000', '163743.256000', '163743.259000', '163743.261000', '163743.273000', '163743.276000', '163743.279000', '163743.282000', '163743.285000', '163743.288000', '163743.291000', '163743.293000', '163743.296000', '163743.299000', '163743.302000', '163743.305000', '163743.308000', '163743.311000', '163743.314000', '163743.317000', '163743.319000', '163743.327000'], 'InstanceCreationTime': ['162945.847000', '162945.851000', '162945.854000', '162945.857000', '162945.860000', '162945.863000', '162945.867000', '162945.870000', '162945.872000', '162945.875000', '162945.878000', '162945.881000', '162945.884000', '162945.887000', '162945.890000', '162945.893000', '162945.896000', '162945.905000', '162945.908000', '162945.911000', '162945.913000', '162945.916000', '162945.919000', '162945.922000', '162945.925000', '162945.928000', '162945.934000', '163005.815000', '163005.818000', '163005.821000', '163005.824000', '163005.834000', '163005.837000', '163005.840000', '163005.842000', '163005.846000', '163005.849000', '163005.852000', '163005.855000', '163005.858000', '163005.861000', '163005.864000', '163005.867000', '163005.870000', '163005.873000', '163005.876000', '163005.879000', '163005.882000', '163005.884000', '163005.887000', '163005.890000', '163005.893000', '163005.896000', '163005.899000', '163005.902000', '163005.906000', '163005.919000', '163005.922000', '163005.926000', '163005.928000', '163005.931000', '163005.934000', '163005.937000', '163005.940000', '163005.943000', '163005.946000', '163005.949000', '163005.952000', '163005.954000', '163005.958000', '163025.815000', '163025.818000', '163025.821000', '163025.824000', '163025.827000', '163025.830000', '163025.833000', '163025.836000', '163025.838000', '163025.842000', '163025.844000', '163025.847000', '163025.850000', '163025.853000', '163025.857000', '163025.859000', '163025.862000', '163025.865000', '163025.868000', '163025.871000', '163025.874000', '163025.877000', '163025.880000', '163025.883000', '163025.885000', '163025.889000', '163025.892000', '163025.894000', '163025.897000', '163025.900000', '163025.903000', '163025.906000', '163025.909000', '163025.913000', '163025.916000', '163025.919000', '163025.921000', '163025.925000', '163025.927000', '163025.930000', '163025.933000', '163025.941000', '163025.956000', '163025.959000', '163045.814000', '163045.817000', '163045.820000', '163045.823000', '163045.826000', '163045.828000', '163045.831000', '163045.834000', '163045.837000', '163045.840000', '163045.843000', '163045.846000', '163045.849000', '163045.852000', '163045.855000', '163045.858000', '163045.860000', '163045.863000', '163045.866000', '163045.869000', '163045.872000', '163045.875000', '163045.877000', '163045.880000', '163045.883000', '163045.886000', '163045.889000', '163045.892000', '163045.895000', '163045.897000', '163045.900000', '163045.903000', '163045.906000', '163045.909000', '163045.912000', '163045.915000', '163045.918000', '163045.920000', '163045.923000', '163045.926000', '163045.929000', '163045.932000', '163045.935000', '163105.814000', '163105.817000', '163105.820000', '163105.823000', '163105.826000', '163105.828000', '163105.831000', '163105.834000', '163105.837000', '163105.840000', '163105.843000', '163105.846000', '163105.849000', '163105.851000', '163105.854000', '163105.857000', '163105.860000', '163105.863000', '163105.866000', '163105.869000', '163105.872000', '163105.874000', '163105.877000', '163105.880000', '163105.883000', '163105.886000', '163105.889000', '163105.892000', '163105.895000', '163105.898000', '163105.900000', '163105.903000', '163105.906000', '163105.909000', '163105.912000', '163105.915000', '163105.918000', '163105.920000', '163105.923000', '163105.926000', '163105.929000', '163105.932000', '163105.935000', '163105.938000', '163125.814000', '163125.817000', '163125.820000', '163125.823000', '163125.826000', '163125.829000', '163125.832000', '163125.834000', '163125.837000', '163125.840000', '163125.843000', '163125.846000', '163125.849000', '163125.852000', '163125.855000', '163125.857000', '163125.860000', '163125.863000', '163125.866000', '163125.869000', '163125.872000', '163125.875000', '163125.878000', '163125.880000', '163125.885000', '163125.889000', '163125.892000', '163125.894000', '163125.897000', '163125.900000', '163125.903000', '163125.906000', '163125.909000', '163125.912000', '163125.915000', '163125.917000', '163125.920000', '163125.923000', '163125.926000', '163125.929000', '163125.932000', '163125.935000', '163125.938000', '163145.815000', '163145.818000', '163145.821000', '163145.824000', '163145.827000', '163145.829000', '163145.832000', '163145.835000', '163145.838000', '163145.841000', '163145.844000', '163145.847000', '163145.850000', '163145.853000', '163145.855000', '163145.859000', '163145.861000', '163145.864000', '163145.867000', '163145.870000', '163145.873000', '163145.876000', '163145.879000', '163145.882000', '163145.884000', '163145.887000', '163145.890000', '163145.893000', '163145.896000', '163145.899000', '163145.902000', '163145.905000', '163145.907000', '163145.910000', '163145.913000', '163145.916000', '163145.919000', '163145.922000', '163145.925000', '163145.928000', '163145.931000', '163145.933000', '163145.936000', '163145.939000', '163205.815000', '163205.818000', '163205.821000', '163205.824000', '163205.827000', '163205.830000', '163205.833000', '163205.835000', '163205.838000', '163205.841000', '163205.844000', '163205.847000', '163205.850000', '163205.853000', '163205.864000', '163205.867000', '163205.870000', '163205.873000', '163205.876000', '163205.879000', '163205.882000', '163205.885000', '163205.887000', '163205.901000', '163205.904000', '163205.907000', '163205.910000', '163205.912000', '163205.915000', '163205.918000', '163205.921000', '163205.924000', '163205.927000', '163205.930000', '163205.933000', '163205.936000', '163205.938000', '163205.941000', '163205.944000', '163205.947000', '163205.950000', '163205.953000', '163205.956000', '163225.815000', '163225.818000', '163225.821000', '163225.824000', '163225.826000', '163225.829000', '163225.832000', '163225.835000', '163225.838000', '163225.841000', '163225.844000', '163225.847000', '163225.849000', '163225.852000', '163225.855000', '163225.858000', '163225.861000', '163225.864000', '163225.867000', '163225.869000', '163225.872000', '163225.875000', '163225.878000', '163225.881000', '163225.884000', '163225.887000', '163225.890000', '163225.893000', '163225.895000', '163225.898000', '163225.901000', '163225.904000', '163225.907000', '163225.910000', '163225.913000', '163225.916000', '163225.918000', '163225.921000', '163225.924000', '163225.927000', '163225.930000', '163225.933000', '163225.936000', '163225.939000', '163245.815000', '163245.818000', '163245.821000', '163245.824000', '163245.827000', '163245.830000', '163245.832000', '163245.835000', '163245.838000', '163245.841000', '163245.844000', '163245.847000', '163245.850000', '163245.852000', '163245.855000', '163245.858000', '163245.861000', '163245.864000', '163245.867000', '163245.870000', '163245.873000', '163245.876000', '163245.878000', '163245.881000', '163245.884000', '163245.887000', '163245.890000', '163245.893000', '163245.896000', '163245.899000', '163245.901000', '163245.904000', '163245.907000', '163245.910000', '163245.913000', '163245.916000', '163245.919000', '163245.923000', '163245.926000', '163245.929000', '163245.932000', '163245.935000', '163245.938000', '163305.814000', '163305.817000', '163305.820000', '163305.823000', '163305.825000', '163305.829000', '163305.831000', '163305.834000', '163305.837000', '163305.840000', '163305.843000', '163305.846000', '163305.849000', '163305.852000', '163305.854000', '163305.857000', '163305.860000', '163305.863000', '163305.866000', '163305.869000', '163305.871000', '163305.875000', '163305.877000', '163305.880000', '163305.883000', '163305.886000', '163305.889000', '163305.892000', '163305.895000', '163305.898000', '163305.901000', '163305.903000', '163305.906000', '163305.909000', '163305.912000', '163305.915000', '163305.918000', '163305.921000', '163305.924000', '163305.926000', '163305.929000', '163305.932000', '163305.935000', '163305.938000', '163325.814000', '163325.817000', '163325.820000', '163325.823000', '163325.826000', '163325.829000', '163325.832000', '163325.835000', '163325.837000', '163325.840000', '163325.843000', '163325.846000', '163325.849000', '163325.852000', '163325.855000', '163325.858000', '163325.860000', '163325.863000', '163325.866000', '163325.869000', '163325.872000', '163325.875000', '163325.878000', '163325.881000', '163325.884000', '163325.886000', '163325.889000', '163325.892000', '163325.895000', '163325.898000', '163325.901000', '163325.904000', '163325.907000', '163325.910000', '163325.912000', '163325.915000', '163325.918000', '163325.921000', '163325.924000', '163325.927000', '163325.930000', '163325.933000', '163325.936000', '163345.814000', '163345.817000', '163345.820000', '163345.823000', '163345.826000', '163345.839000', '163345.842000', '163345.845000', '163345.848000', '163345.851000', '163345.854000', '163345.856000', '163345.859000', '163345.862000', '163345.865000', '163345.868000', '163345.871000', '163345.874000', '163345.877000', '163345.879000', '163345.882000', '163345.885000', '163345.888000', '163345.891000', '163345.894000', '163345.897000', '163345.900000', '163345.902000', '163345.905000', '163345.908000', '163345.911000', '163345.914000', '163345.917000', '163345.920000', '163345.923000', '163345.926000', '163345.929000', '163345.932000', '163345.934000', '163345.937000', '163345.940000', '163345.943000', '163345.946000', '163345.949000', '163405.815000', '163405.818000', '163405.821000', '163405.824000', '163405.827000', '163405.830000', '163405.833000', '163405.835000', '163405.838000', '163405.841000', '163405.844000', '163405.847000', '163405.850000', '163405.853000', '163405.856000', '163405.859000', '163405.861000', '163405.864000', '163405.867000', '163405.870000', '163405.873000', '163405.876000', '163405.879000', '163405.882000', '163405.885000', '163405.887000', '163405.890000', '163405.893000', '163405.896000', '163405.899000', '163405.902000', '163405.905000', '163405.908000', '163405.911000', '163405.918000', '163405.921000', '163405.924000', '163405.927000', '163405.930000', '163405.932000', '163405.935000', '163405.938000', '163405.941000', '163425.815000', '163425.818000', '163425.821000', '163425.824000', '163425.827000', '163425.830000', '163425.832000', '163425.835000', '163425.838000', '163425.841000', '163425.844000', '163425.847000', '163425.850000', '163425.852000', '163425.855000', '163425.858000', '163425.861000', '163425.864000', '163425.867000', '163425.870000', '163425.873000', '163425.876000', '163425.879000', '163425.882000', '163425.884000', '163425.887000', '163425.890000', '163425.893000', '163425.896000', '163425.899000', '163425.902000', '163425.905000', '163425.908000', '163425.910000', '163425.913000', '163425.916000', '163425.919000', '163425.922000', '163425.925000', '163425.928000', '163425.931000', '163425.934000', '163425.936000', '163425.939000', '163445.815000', '163445.818000', '163445.821000', '163445.824000', '163445.827000', '163445.830000', '163445.833000', '163445.835000', '163445.838000', '163445.841000', '163445.844000', '163445.847000', '163445.850000', '163445.853000', '163445.856000', '163445.858000', '163445.861000', '163445.864000', '163445.867000', '163445.870000', '163445.873000', '163445.876000', '163445.879000', '163445.882000', '163445.884000', '163445.887000', '163445.890000', '163445.893000', '163445.896000', '163445.899000', '163445.902000', '163445.905000', '163445.908000', '163445.911000', '163445.913000', '163445.916000', '163445.919000', '163445.922000', '163445.925000', '163445.928000', '163445.930000', '163445.933000', '163445.936000', '163505.815000', '163505.818000', '163505.821000', '163505.825000', '163505.828000', '163505.831000', '163505.834000', '163505.837000', '163505.840000', '163505.842000', '163505.845000', '163505.848000', '163505.851000', '163505.854000', '163505.857000', '163505.860000', '163505.863000', '163505.866000', '163505.869000', '163505.871000', '163505.874000', '163505.877000', '163505.880000', '163505.883000', '163505.886000', '163505.889000', '163505.892000', '163505.894000', '163505.897000', '163505.900000', '163505.917000', '163505.920000', '163505.923000', '163505.925000', '163505.934000', '163505.937000', '163505.940000', '163505.943000', '163505.946000', '163505.949000', '163505.951000', '163505.954000', '163505.957000', '163525.814000', '163525.817000', '163525.820000', '163525.823000', '163525.826000', '163525.829000', '163525.832000', '163525.835000', '163525.838000', '163525.841000', '163525.843000', '163525.846000', '163525.849000', '163525.852000', '163525.855000', '163525.858000', '163525.861000', '163525.864000', '163525.867000', '163525.869000', '163525.872000', '163525.875000', '163525.878000', '163525.881000', '163525.884000', '163525.887000', '163525.890000', '163525.892000', '163525.895000', '163525.898000', '163525.901000', '163525.904000', '163525.907000', '163525.910000', '163525.913000', '163525.915000', '163525.918000', '163525.921000', '163525.924000', '163525.927000', '163525.930000', '163525.933000', '163525.935000', '163525.938000', '163545.814000', '163545.817000', '163545.820000', '163545.823000', '163545.826000', '163545.829000', '163545.832000', '163545.835000', '163545.837000', '163545.840000', '163545.843000', '163545.846000', '163545.849000', '163545.852000', '163545.855000', '163545.858000', '163545.861000', '163545.865000', '163545.867000', '163545.870000', '163545.873000', '163545.876000', '163545.879000', '163545.882000', '163545.885000', '163545.888000', '163545.891000', '163545.893000', '163545.896000', '163545.899000', '163545.902000', '163545.905000', '163545.908000', '163545.911000', '163545.914000', '163545.917000', '163545.919000', '163545.922000', '163545.925000', '163545.928000', '163545.931000', '163545.934000', '163545.937000', '163605.814000', '163605.817000', '163605.820000', '163605.823000', '163605.826000', '163605.829000', '163605.831000', '163605.834000', '163605.837000', '163605.840000', '163605.843000', '163605.846000', '163605.849000', '163605.852000', '163605.855000', '163605.857000', '163605.860000', '163605.863000', '163605.866000', '163605.869000', '163605.872000', '163605.875000', '163605.878000', '163605.880000', '163605.883000', '163605.886000', '163605.889000', '163605.892000', '163605.895000', '163605.898000', '163605.901000', '163605.903000', '163605.906000', '163605.909000', '163605.912000', '163605.915000', '163605.918000', '163605.921000', '163605.924000', '163605.926000', '163605.929000', '163605.932000', '163605.935000', '163605.938000', '163625.815000', '163625.818000', '163625.825000', '163625.828000', '163625.831000', '163625.834000', '163625.837000', '163625.840000', '163625.842000', '163625.845000', '163625.848000', '163625.851000', '163625.855000', '163625.857000', '163625.860000', '163625.864000', '163625.867000', '163625.870000', '163625.873000', '163625.876000', '163625.879000', '163625.882000', '163625.885000', '163625.888000', '163625.891000', '163625.893000', '163625.896000', '163625.899000', '163625.902000', '163625.905000', '163625.908000', '163625.911000', '163625.914000', '163625.917000', '163625.919000', '163625.922000', '163625.925000', '163625.928000', '163625.931000', '163625.934000', '163625.947000', '163625.950000', '163625.953000', '163645.815000', '163645.818000', '163645.821000', '163645.824000', '163645.827000', '163645.830000', '163645.833000', '163645.836000', '163645.838000', '163645.841000', '163645.844000', '163645.847000', '163645.850000', '163645.853000', '163645.856000', '163645.859000', '163645.862000', '163645.864000', '163645.867000', '163645.870000', '163645.873000', '163645.876000', '163645.879000', '163645.882000', '163645.885000', '163645.887000', '163645.890000', '163645.893000', '163645.896000', '163645.899000', '163645.902000', '163645.905000', '163645.908000', '163645.911000', '163645.913000', '163645.916000', '163645.919000', '163645.922000', '163645.925000', '163645.928000', '163645.931000', '163645.934000', '163645.936000', '163645.939000', '163705.815000', '163705.818000', '163705.821000', '163705.824000', '163705.827000', '163705.830000', '163705.833000', '163705.835000', '163705.838000', '163705.841000', '163705.844000', '163705.847000', '163705.850000', '163705.853000', '163705.856000', '163705.859000', '163705.862000', '163705.865000', '163705.867000', '163705.870000', '163705.873000', '163705.876000', '163705.879000', '163705.882000', '163705.885000', '163705.888000', '163705.891000', '163705.893000', '163705.897000', '163705.899000', '163705.902000', '163705.905000', '163705.908000', '163705.911000', '163705.914000', '163705.917000', '163705.920000', '163705.922000', '163705.925000', '163705.928000', '163705.931000', '163705.934000', '163705.937000', '163725.815000', '163725.818000', '163725.821000', '163725.824000', '163725.827000', '163725.829000', '163725.832000', '163725.835000', '163725.838000', '163725.841000', '163725.844000', '163725.847000', '163725.850000', '163725.853000', '163725.856000', '163725.858000', '163725.861000', '163725.864000', '163725.867000', '163725.870000', '163725.873000', '163725.876000', '163725.879000', '163725.881000', '163725.884000', '163725.887000', '163725.890000', '163725.893000', '163725.896000', '163725.899000', '163725.902000', '163725.905000', '163725.907000', '163725.910000', '163725.913000', '163725.916000', '163725.919000', '163725.922000', '163725.925000', '163725.928000', '163725.930000', '163725.933000', '163725.936000', '163725.939000', '163743.205000', '163743.208000', '163743.212000', '163743.215000', '163743.218000', '163743.221000', '163743.224000', '163743.227000', '163743.229000', '163743.232000', '163743.235000', '163743.238000', '163743.241000', '163743.244000', '163743.247000', '163743.250000', '163743.253000', '163743.256000', '163743.259000', '163743.261000', '163743.273000', '163743.276000', '163743.279000', '163743.282000', '163743.285000', '163743.288000', '163743.291000', '163743.293000', '163743.296000', '163743.299000', '163743.302000', '163743.305000', '163743.308000', '163743.311000', '163743.314000', '163743.317000', '163743.319000', '163743.327000'], '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': [14457, 13455, 9876, 15536, 11311, 15045, 13431, 9623, 15913, 11476, 10513, 14078, 10483, 16715, 12175, 10256, 13991, 9755, 15409, 11870, 16170, 11989, 15033, 12069, 12182, 13538, 9878, 15110, 10658, 16462, 12131, 11350, 13653, 9794, 15658, 11193, 10487, 13129, 10050, 15498, 11677, 15489, 12016, 10881, 13935, 10415, 15077, 10132, 15760, 11047, 16452, 12258, 11716, 13417, 9694, 14604, 11201, 16537, 12710, 10014, 13150, 9636, 15370, 11598, 16564, 12420, 13408, 12082, 10325, 14328, 10266, 15884, 10952, 14261, 12258, 9952, 14217, 9425, 15826, 11296, 16356, 12182, 11616, 13707, 9639, 15364, 10987, 16195, 12686, 13877, 13455, 10049, 15053, 11177, 16526, 12751, 10107, 14210, 9646, 15764, 11809, 15939, 13509, 10107, 14706, 10607, 16041, 12138, 18553, 13004, 16117, 12046, 11013, 13588, 10355, 15312, 9686, 15343, 11162, 15872, 12274, 10051, 14460, 9629, 15270, 11824, 15407, 12713, 10241, 13861, 9796, 14841, 10043, 15590, 11107, 16212, 11929, 16238, 12389, 10377, 14289, 9428, 15334, 11271, 15774, 12336, 9906, 14480, 9820, 15702, 12004, 15503, 12854, 10151, 14165, 9816, 15725, 11837, 16279, 12125, 13573, 12026, 10365, 14634, 10912, 16391, 11441, 12752, 12424, 10300, 15458, 11066, 16693, 12893, 10265, 15073, 10698, 16440, 11855, 16738, 12066, 14338, 11802, 11971, 14023, 10401, 15248, 10704, 15941, 11490, 14426, 13142, 10191, 14131, 10389, 16219, 12125, 15875, 11959, 10469, 14027, 10444, 14995, 11187, 16116, 11771, 12209, 12846, 10317, 15852, 11031, 16409, 11665, 12578, 12413, 10353, 14436, 9726, 15653, 11366, 16098, 12492, 10799, 14167, 10096, 15466, 11457, 15798, 12464, 10457, 14759, 10343, 16325, 11946, 11471, 13920, 10242, 15601, 10535, 16068, 11576, 16956, 12540, 10842, 13815, 9958, 16140, 12234, 10532, 14506, 10460, 16440, 12564, 10797, 14800, 10429, 16094, 12092, 17814, 13075, 11692, 12841, 10887, 15569, 11458, 16434, 11945, 10854, 14696, 10616, 11712, 12500, 10498, 15557, 11314, 12436, 13591, 10104, 16544, 11849, 10456, 14587, 10611, 17048, 12417, 11069, 13993, 9899, 16216, 12119, 11268, 13804, 10673, 15932, 11831, 10998, 13624, 9958, 15852, 12359, 10862, 15513, 11242, 10339, 14509, 10091, 12300, 13354, 10288, 15980, 12150, 11800, 14136, 9842, 15954, 11616, 14657, 12656, 10149, 14629, 9700, 15461, 11449, 16568, 12556, 9741, 13754, 9648, 15531, 11558, 11792, 12988, 10603, 15119, 10898, 10789, 13172, 10232, 15569, 11944, 14669, 12883, 10320, 15048, 9874, 16374, 12149, 16241, 12457, 11255, 13877, 9833, 16288, 11984, 12867, 13474, 10580, 15953, 11341, 16158, 12590, 10524, 14242, 10053, 16371, 11667, 12248, 13420, 10531, 16099, 11345, 11144, 13333, 10667, 15945, 12485, 17079, 12429, 12609, 13733, 10574, 15437, 10888, 16225, 12110, 12050, 13223, 9967, 15737, 10715, 13793, 12673, 10600, 15272, 10785, 16506, 11924, 11906, 13824, 10235, 15702, 11011, 16586, 12445, 11904, 13527, 10119, 15091, 11093, 16091, 12100, 12256, 13349, 10386, 14404, 10949, 16346, 12213, 10588, 12700, 10519, 15050, 10513, 15692, 12160, 16741, 12262, 11484, 13493, 10478, 15530, 10879, 16432, 11457, 13547, 12364, 10383, 14724, 10832, 15886, 11451, 14466, 12424, 10288, 14508, 10174, 15311, 11433, 13959, 13070, 10220, 14478, 11020, 16560, 12477, 10394, 14419, 10044, 16096, 12185, 13250, 13120, 10258, 15277, 10189, 16241, 12056, 17259, 12812, 10335, 13954, 10073, 16543, 12184, 16372, 12569, 10057, 14340, 10209, 15928, 12140, 16183, 11894, 10017, 14661, 10965, 15157, 12413, 10117, 14620, 10764, 16020, 11550, 16863, 12685, 16030, 11260, 16529, 11368, 13695, 12520, 10028, 13893, 9954, 15680, 11458, 14931, 12603, 9861, 14002, 10430, 16112, 12776, 10068, 14672, 11116, 12367, 13039, 10111, 15648, 11062, 16868, 12811, 10287, 14158, 9787, 15910, 11993, 15980, 12624, 10642, 14176, 9835, 16193, 11444, 9923, 13745, 10310, 16140, 11784, 10632, 14099, 10471, 16127, 12330, 10643, 14118, 11200, 14231, 12917, 9606, 15680, 11582, 10798, 14657, 10960, 13178, 11998, 9884, 15336, 11267, 16057, 11206, 15104, 10557, 13939, 10446, 15122, 11975, 12775, 13573, 10307, 16943, 12256, 11073, 13798, 10962, 16839, 11936, 14732, 13107, 9960, 15473, 11079, 11046, 12894, 10816, 15588, 11265, 10400, 12686, 10243, 12298, 12035, 10174, 15759, 11389, 10094, 13331, 10145, 16579, 12162, 10119, 13374, 9684, 15241, 11686, 13883, 12603, 9831, 14734, 10618, 13077, 12193, 9946, 15553, 11100, 10859, 12926, 9684, 15700, 11496, 11894, 12845, 9303, 15206, 11173, 17525, 12380, 9982, 14255, 10155, 15657, 11844, 11386, 13612, 9684, 15887, 11598, 11212, 13751, 10038, 16163, 11725, 13949, 12658, 10136, 15110, 10279, 16399, 11723, 17260, 12079, 13701, 12492, 10444, 14424, 9843, 15556, 11128, 11144, 13390, 10048, 15772, 10978, 11277, 13093, 10672, 15708, 11130, 13166, 12760, 10261, 15467, 11198, 17245, 12436, 10042, 13428, 9862, 16013, 11552, 11459, 12877, 9975, 15237, 11215, 17133, 12132, 10519, 12678, 9792, 14808, 10656, 15049, 12147, 9554, 13751, 10296, 15736, 11761, 10184, 13338, 9368, 15235, 10805, 13952, 12920, 9520, 14753, 10668, 16317, 12007, 15969, 12469, 11175, 12979, 10496, 15228, 9802, 15950, 10743, 16093, 11867, 11922, 13096, 9661, 14961, 10953, 16933, 12160, 10521, 13803, 9785, 15116, 10855, 17466, 12421, 10195, 13134, 10223, 15373, 11434, 16690, 12102, 9823, 13955, 10227, 16516, 12152, 10493, 12908, 9436, 15143, 11519, 12898, 13001, 9927, 14792, 10589, 16371, 12292, 12633, 13322, 9916, 15525, 11167, 14413, 13095, 9900, 15053, 10725, 11280, 13385, 9743, 16126, 11861, 10068, 13811, 9968, 16178, 12202, 12191, 13386, 9906, 15271, 11178, 14107, 13223, 10129, 15077, 10787, 11736, 13658, 9956, 17085, 11660, 10255, 14090, 10365, 16328, 12033, 13821, 12456, 10208, 15000, 10892, 16746, 11420, 14200, 11766, 10057, 13896, 10998, 15982, 11292, 12156, 12743, 10257, 14502, 10306, 16275, 11693, 10141, 13389, 10013, 15760, 11220, 12007, 12182, 10640, 14186, 10017, 15060, 10385, 15399, 11327, 17335, 12265, 11624, 12383, 10250, 14546, 10912, 17110, 11917, 10726, 12943, 10195, 14930, 10980, 17074, 11339, 11342, 13175, 10085, 15580, 11270, 16295, 11689, 10474, 13521, 10097, 15499, 11828, 10383, 13024, 10094, 15623, 11710, 14486, 12257, 10708, 13614, 10235, 15612, 10926, 16764, 11993, 11470, 13561, 10086, 15089, 10949, 13698, 11931, 9992, 14446, 10123, 16279, 11996, 10080, 13762, 9773, 15932, 11722, 14844, 12245, 10310, 14306, 9779, 16390, 11631, 17077, 12358, 10740, 14661, 9800, 16253, 11617, 12259, 12995, 10176, 15786, 10989, 13833, 12932, 10146, 15406, 10929, 16980, 12594, 10100, 14753, 10731, 15886, 12320, 10417, 14665, 10458, 16455, 11932, 10589, 13934, 9969, 15636, 11513, 12083, 13330, 9895, 16079, 11277, 10328, 13951, 10364, 15915, 11371, 17327, 11678, 12418, 13148, 9888, 14980, 10057, 15645, 11233, 14179, 12433, 9944, 14658, 10231, 15510, 11549, 14995, 12670, 9558, 14745, 9424, 15635, 11758, 16930, 13133, 9716, 13734, 9521, 15544, 11548, 17594, 13284, 10582, 13620, 9478, 15902, 12320, 16005, 12918, 9948, 14653, 10080, 15947, 12408, 15821, 12873, 9790, 15727, 10562, 16386, 11845, 16112, 11999, 10012, 14444, 10453, 16859, 11811, 11614, 13020, 9767, 16952, 12451, 9741, 14875, 10599, 14802, 12589, 10106, 15130, 11076, 17091, 11792, 10304, 13649, 9947, 16391, 12474, 9782, 14434, 10655, 12669, 12707, 9859, 16464, 11446, 9792, 14686, 10636, 12618, 13394, 9813, 15539, 11079, 11993, 13343, 9525, 16720, 12264, 10262, 15028, 11277, 9763, 13439, 9907, 15417, 12215, 9688, 15583, 11154, 9872, 14140, 10794, 17010, 12267, 10091, 14299, 10657], 'WindowCenter': [4901.0, 4872.0, 4817.0, 4864.0, 4823.0, 4848.0, 4830.0, 4789.0, 4846.0, 4807.0, 4797.0, 4828.0, 4799.0, 4847.0, 4817.0, 4797.0, 4825.0, 4788.0, 4837.0, 4807.0, 4837.0, 4806.0, 4824.0, 4806.0, 4805.0, 4813.0, 4785.0, 4837.0, 4786.0, 4832.0, 4805.0, 4795.0, 4815.0, 4784.0, 4832.0, 4795.0, 4783.0, 4813.0, 4787.0, 4835.0, 4808.0, 4835.0, 4816.0, 4797.0, 4826.0, 4784.0, 4825.0, 4786.0, 4834.0, 4795.0, 4832.0, 4805.0, 4797.0, 4813.0, 4774.0, 4823.0, 4794.0, 4832.0, 4816.0, 4784.0, 4813.0, 4777.0, 4835.0, 4806.0, 4835.0, 4806.0, 4815.0, 4803.0, 4785.0, 4823.0, 4784.0, 4834.0, 4794.0, 4825.0, 4805.0, 4788.0, 4825.0, 4776.0, 4836.0, 4807.0, 4844.0, 4817.0, 4806.0, 4826.0, 4789.0, 4834.0, 4795.0, 4844.0, 4818.0, 4816.0, 4816.0, 4786.0, 4823.0, 4796.0, 4846.0, 4815.0, 4787.0, 4825.0, 4775.0, 4835.0, 4806.0, 4836.0, 4827.0, 4786.0, 4826.0, 4798.0, 4836.0, 4818.0, 4857.0, 4817.0, 4833.0, 4804.0, 4785.0, 4813.0, 4785.0, 4826.0, 4775.0, 4824.0, 4795.0, 4834.0, 4804.0, 4784.0, 4824.0, 4775.0, 4835.0, 4806.0, 4834.0, 4819.0, 4785.0, 4815.0, 4784.0, 4824.0, 4785.0, 4833.0, 4796.0, 4834.0, 4795.0, 4832.0, 4803.0, 4773.0, 4822.0, 4773.0, 4823.0, 4794.0, 4832.0, 4804.0, 4784.0, 4825.0, 4788.0, 4834.0, 4807.0, 4833.0, 4817.0, 4785.0, 4825.0, 4785.0, 4835.0, 4803.0, 4833.0, 4807.0, 4815.0, 4804.0, 4783.0, 4823.0, 4792.0, 4833.0, 4795.0, 4804.0, 4804.0, 4786.0, 4824.0, 4809.0, 4845.0, 4815.0, 4788.0, 4824.0, 4788.0, 4836.0, 4807.0, 4835.0, 4805.0, 4825.0, 4807.0, 4795.0, 4814.0, 4786.0, 4824.0, 4783.0, 4822.0, 4794.0, 4812.0, 4803.0, 4774.0, 4813.0, 4784.0, 4833.0, 4806.0, 4831.0, 4795.0, 4783.0, 4813.0, 4783.0, 4823.0, 4795.0, 4834.0, 4794.0, 4804.0, 4805.0, 4784.0, 4835.0, 4796.0, 4833.0, 4797.0, 4806.0, 4805.0, 4784.0, 4826.0, 4778.0, 4836.0, 4806.0, 4835.0, 4805.0, 4785.0, 4814.0, 4785.0, 4823.0, 4807.0, 4833.0, 4805.0, 4784.0, 4826.0, 4785.0, 4837.0, 4805.0, 4796.0, 4826.0, 4786.0, 4834.0, 4785.0, 4834.0, 4797.0, 4834.0, 4805.0, 4795.0, 4815.0, 4786.0, 4835.0, 4817.0, 4797.0, 4836.0, 4799.0, 4848.0, 4820.0, 4808.0, 4838.0, 4799.0, 4847.0, 4820.0, 4856.0, 4831.0, 4809.0, 4816.0, 4796.0, 4833.0, 4806.0, 4833.0, 4804.0, 4795.0, 4823.0, 4786.0, 4805.0, 4815.0, 4798.0, 4835.0, 4796.0, 4805.0, 4813.0, 4787.0, 4844.0, 4806.0, 4796.0, 4836.0, 4798.0, 4848.0, 4818.0, 4797.0, 4827.0, 4789.0, 4838.0, 4807.0, 4797.0, 4816.0, 4796.0, 4835.0, 4808.0, 4796.0, 4815.0, 4787.0, 4835.0, 4815.0, 4798.0, 4834.0, 4796.0, 4786.0, 4836.0, 4798.0, 4817.0, 4826.0, 4797.0, 4846.0, 4819.0, 4807.0, 4827.0, 4801.0, 4847.0, 4807.0, 4838.0, 4816.0, 4787.0, 4824.0, 4774.0, 4824.0, 4795.0, 4833.0, 4804.0, 4773.0, 4813.0, 4776.0, 4833.0, 4804.0, 4803.0, 4813.0, 4795.0, 4823.0, 4797.0, 4794.0, 4813.0, 4797.0, 4837.0, 4807.0, 4836.0, 4816.0, 4787.0, 4834.0, 4787.0, 4845.0, 4805.0, 4834.0, 4815.0, 4797.0, 4815.0, 4785.0, 4834.0, 4804.0, 4806.0, 4816.0, 4784.0, 4834.0, 4795.0, 4832.0, 4806.0, 4786.0, 4812.0, 4774.0, 4832.0, 4795.0, 4803.0, 4813.0, 4785.0, 4836.0, 4797.0, 4806.0, 4816.0, 4797.0, 4836.0, 4818.0, 4846.0, 4817.0, 4805.0, 4815.0, 4786.0, 4826.0, 4785.0, 4832.0, 4803.0, 4793.0, 4802.0, 4774.0, 4824.0, 4783.0, 4811.0, 4804.0, 4781.0, 4824.0, 4785.0, 4833.0, 4803.0, 4792.0, 4812.0, 4785.0, 4833.0, 4783.0, 4833.0, 4803.0, 4792.0, 4815.0, 4782.0, 4821.0, 4783.0, 4820.0, 4792.0, 4793.0, 4803.0, 4773.0, 4812.0, 4784.0, 4830.0, 4806.0, 4785.0, 4805.0, 4785.0, 4824.0, 4785.0, 4824.0, 4806.0, 4833.0, 4805.0, 4795.0, 4814.0, 4783.0, 4833.0, 4795.0, 4834.0, 4795.0, 4813.0, 4802.0, 4786.0, 4823.0, 4784.0, 4821.0, 4794.0, 4812.0, 4804.0, 4785.0, 4824.0, 4785.0, 4822.0, 4796.0, 4813.0, 4815.0, 4786.0, 4824.0, 4799.0, 4834.0, 4817.0, 4786.0, 4827.0, 4787.0, 4845.0, 4817.0, 4816.0, 4816.0, 4786.0, 4835.0, 4788.0, 4834.0, 4805.0, 4833.0, 4806.0, 4787.0, 4814.0, 4775.0, 4832.0, 4805.0, 4834.0, 4805.0, 4774.0, 4812.0, 4786.0, 4832.0, 4817.0, 4836.0, 4805.0, 4786.0, 4822.0, 4798.0, 4824.0, 4816.0, 4797.0, 4839.0, 4808.0, 4848.0, 4810.0, 4847.0, 4818.0, 4836.0, 4797.0, 4834.0, 4795.0, 4814.0, 4804.0, 4774.0, 4814.0, 4776.0, 4825.0, 4796.0, 4822.0, 4805.0, 4783.0, 4825.0, 4797.0, 4836.0, 4816.0, 4785.0, 4827.0, 4797.0, 4816.0, 4816.0, 4788.0, 4837.0, 4795.0, 4834.0, 4818.0, 4785.0, 4824.0, 4785.0, 4834.0, 4805.0, 4822.0, 4794.0, 4783.0, 4813.0, 4785.0, 4833.0, 4792.0, 4773.0, 4800.0, 4783.0, 4821.0, 4795.0, 4784.0, 4822.0, 4785.0, 4833.0, 4805.0, 4783.0, 4813.0, 4795.0, 4814.0, 4804.0, 4786.0, 4832.0, 4795.0, 4794.0, 4824.0, 4797.0, 4827.0, 4817.0, 4799.0, 4851.0, 4821.0, 4847.0, 4807.0, 4826.0, 4799.0, 4839.0, 4809.0, 4837.0, 4809.0, 4814.0, 4825.0, 4784.0, 4833.0, 4806.0, 4783.0, 4803.0, 4783.0, 4821.0, 4782.0, 4810.0, 4790.0, 4760.0, 4808.0, 4794.0, 4781.0, 4790.0, 4769.0, 4808.0, 4780.0, 4771.0, 4790.0, 4773.0, 4791.0, 4791.0, 4774.0, 4821.0, 4791.0, 4774.0, 4803.0, 4785.0, 4832.0, 4806.0, 4786.0, 4815.0, 4777.0, 4824.0, 4795.0, 4814.0, 4804.0, 4775.0, 4812.0, 4785.0, 4815.0, 4804.0, 4786.0, 4837.0, 4795.0, 4797.0, 4805.0, 4777.0, 4835.0, 4805.0, 4806.0, 4816.0, 4776.0, 4837.0, 4796.0, 4844.0, 4807.0, 4787.0, 4825.0, 4787.0, 4833.0, 4807.0, 4797.0, 4818.0, 4788.0, 4835.0, 4811.0, 4807.0, 4829.0, 4788.0, 4849.0, 4808.0, 4826.0, 4818.0, 4788.0, 4838.0, 4786.0, 4839.0, 4807.0, 4844.0, 4808.0, 4814.0, 4805.0, 4785.0, 4815.0, 4774.0, 4825.0, 4794.0, 4794.0, 4812.0, 4785.0, 4834.0, 4798.0, 4799.0, 4816.0, 4798.0, 4835.0, 4807.0, 4819.0, 4815.0, 4796.0, 4835.0, 4805.0, 4843.0, 4807.0, 4774.0, 4816.0, 4786.0, 4832.0, 4807.0, 4795.0, 4805.0, 4774.0, 4822.0, 4795.0, 4833.0, 4807.0, 4783.0, 4802.0, 4773.0, 4824.0, 4785.0, 4823.0, 4807.0, 4787.0, 4816.0, 4797.0, 4834.0, 4806.0, 4797.0, 4826.0, 4787.0, 4835.0, 4799.0, 4829.0, 4828.0, 4788.0, 4837.0, 4813.0, 4848.0, 4819.0, 4849.0, 4819.0, 4800.0, 4818.0, 4787.0, 4836.0, 4787.0, 4836.0, 4795.0, 4835.0, 4804.0, 4793.0, 4815.0, 4774.0, 4824.0, 4795.0, 4843.0, 4808.0, 4786.0, 4813.0, 4776.0, 4822.0, 4783.0, 4845.0, 4805.0, 4774.0, 4801.0, 4773.0, 4821.0, 4794.0, 4833.0, 4802.0, 4772.0, 4812.0, 4785.0, 4832.0, 4805.0, 4781.0, 4802.0, 4774.0, 4823.0, 4794.0, 4803.0, 4815.0, 4784.0, 4823.0, 4786.0, 4835.0, 4805.0, 4802.0, 4804.0, 4776.0, 4822.0, 4794.0, 4812.0, 4804.0, 4774.0, 4822.0, 4794.0, 4792.0, 4813.0, 4776.0, 4835.0, 4807.0, 4784.0, 4826.0, 4786.0, 4836.0, 4808.0, 4805.0, 4817.0, 4787.0, 4833.0, 4796.0, 4813.0, 4817.0, 4786.0, 4827.0, 4796.0, 4804.0, 4826.0, 4788.0, 4844.0, 4805.0, 4786.0, 4826.0, 4798.0, 4834.0, 4808.0, 4815.0, 4805.0, 4786.0, 4822.0, 4784.0, 4837.0, 4795.0, 4813.0, 4791.0, 4773.0, 4802.0, 4784.0, 4822.0, 4782.0, 4791.0, 4801.0, 4772.0, 4812.0, 4775.0, 4819.0, 4794.0, 4783.0, 4814.0, 4787.0, 4834.0, 4796.0, 4806.0, 4818.0, 4796.0, 4827.0, 4775.0, 4822.0, 4774.0, 4832.0, 4794.0, 4832.0, 4794.0, 4793.0, 4801.0, 4783.0, 4812.0, 4784.0, 4833.0, 4791.0, 4781.0, 4803.0, 4783.0, 4821.0, 4794.0, 4833.0, 4795.0, 4792.0, 4805.0, 4783.0, 4834.0, 4795.0, 4832.0, 4794.0, 4785.0, 4815.0, 4785.0, 4824.0, 4805.0, 4783.0, 4816.0, 4784.0, 4835.0, 4806.0, 4826.0, 4805.0, 4787.0, 4814.0, 4784.0, 4835.0, 4794.0, 4834.0, 4804.0, 4794.0, 4814.0, 4786.0, 4824.0, 4797.0, 4827.0, 4805.0, 4785.0, 4827.0, 4797.0, 4845.0, 4819.0, 4798.0, 4828.0, 4799.0, 4849.0, 4821.0, 4838.0, 4818.0, 4798.0, 4837.0, 4799.0, 4849.0, 4807.0, 4845.0, 4816.0, 4796.0, 4835.0, 4784.0, 4835.0, 4805.0, 4805.0, 4814.0, 4799.0, 4847.0, 4796.0, 4825.0, 4815.0, 4785.0, 4836.0, 4795.0, 4843.0, 4805.0, 4786.0, 4824.0, 4798.0, 4839.0, 4805.0, 4786.0, 4825.0, 4795.0, 4837.0, 4806.0, 4785.0, 4825.0, 4788.0, 4834.0, 4805.0, 4806.0, 4815.0, 4785.0, 4834.0, 4797.0, 4786.0, 4826.0, 4784.0, 4838.0, 4806.0, 4843.0, 4794.0, 4804.0, 4813.0, 4785.0, 4823.0, 4784.0, 4834.0, 4796.0, 4826.0, 4804.0, 4786.0, 4825.0, 4798.0, 4835.0, 4807.0, 4835.0, 4818.0, 4787.0, 4836.0, 4778.0, 4836.0, 4810.0, 4845.0, 4817.0, 4785.0, 4825.0, 4785.0, 4834.0, 4807.0, 4845.0, 4825.0, 4798.0, 4824.0, 4787.0, 4837.0, 4831.0, 4849.0, 4817.0, 4789.0, 4835.0, 4799.0, 4848.0, 4819.0, 4838.0, 4819.0, 4787.0, 4836.0, 4796.0, 4837.0, 4807.0, 4836.0, 4806.0, 4786.0, 4826.0, 4796.0, 4847.0, 4807.0, 4807.0, 4814.0, 4785.0, 4845.0, 4815.0, 4785.0, 4837.0, 4796.0, 4824.0, 4818.0, 4785.0, 4823.0, 4795.0, 4848.0, 4806.0, 4785.0, 4815.0, 4786.0, 4834.0, 4806.0, 4784.0, 4826.0, 4793.0, 4816.0, 4803.0, 4787.0, 4834.0, 4807.0, 4788.0, 4825.0, 4798.0, 4816.0, 4815.0, 4786.0, 4835.0, 4797.0, 4809.0, 4814.0, 4788.0, 4846.0, 4806.0, 4787.0, 4824.0, 4809.0, 4786.0, 4827.0, 4787.0, 4835.0, 4807.0, 4789.0, 4837.0, 4808.0, 4789.0, 4825.0, 4799.0, 4845.0, 4807.0, 4796.0, 4826.0, 4797.0], 'WindowWidth': [10663.0, 10606.0, 10522.0, 10578.0, 10518.0, 10548.0, 10522.0, 10465.0, 10539.0, 10485.0, 10472.0, 10513.0, 10476.0, 10543.0, 10500.0, 10472.0, 10509.0, 10460.0, 10528.0, 10484.0, 10527.0, 10481.0, 10505.0, 10479.0, 10477.0, 10487.0, 10451.0, 10526.0, 10452.0, 10513.0, 10476.0, 10465.0, 10490.0, 10447.0, 10512.0, 10463.0, 10446.0, 10488.0, 10456.0, 10521.0, 10487.0, 10522.0, 10496.0, 10469.0, 10507.0, 10449.0, 10506.0, 10451.0, 10516.0, 10462.0, 10514.0, 10478.0, 10465.0, 10485.0, 10433.0, 10499.0, 10461.0, 10513.0, 10495.0, 10448.0, 10486.0, 10440.0, 10520.0, 10480.0, 10520.0, 10480.0, 10491.0, 10473.0, 10451.0, 10499.0, 10448.0, 10517.0, 10464.0, 10505.0, 10479.0, 10458.0, 10506.0, 10441.0, 10523.0, 10484.0, 10536.0, 10499.0, 10483.0, 10509.0, 10460.0, 10519.0, 10466.0, 10531.0, 10498.0, 10494.0, 10494.0, 10452.0, 10501.0, 10468.0, 10535.0, 10491.0, 10455.0, 10504.0, 10438.0, 10520.0, 10483.0, 10523.0, 10512.0, 10455.0, 10509.0, 10472.0, 10524.0, 10499.0, 10555.0, 10499.0, 10515.0, 10476.0, 10450.0, 10486.0, 10449.0, 10506.0, 10436.0, 10501.0, 10463.0, 10519.0, 10477.0, 10449.0, 10502.0, 10438.0, 10520.0, 10483.0, 10518.0, 10502.0, 10451.0, 10491.0, 10448.0, 10504.0, 10450.0, 10515.0, 10465.0, 10517.0, 10463.0, 10515.0, 10472.0, 10430.0, 10497.0, 10432.0, 10499.0, 10460.0, 10513.0, 10477.0, 10449.0, 10506.0, 10457.0, 10517.0, 10483.0, 10516.0, 10497.0, 10452.0, 10505.0, 10450.0, 10519.0, 10472.0, 10516.0, 10481.0, 10491.0, 10474.0, 10445.0, 10499.0, 10457.0, 10514.0, 10462.0, 10474.0, 10474.0, 10449.0, 10504.0, 10493.0, 10537.0, 10491.0, 10458.0, 10504.0, 10456.0, 10522.0, 10482.0, 10522.0, 10479.0, 10507.0, 10482.0, 10465.0, 10489.0, 10451.0, 10501.0, 10446.0, 10498.0, 10461.0, 10483.0, 10471.0, 10432.0, 10485.0, 10447.0, 10513.0, 10477.0, 10510.0, 10462.0, 10445.0, 10485.0, 10445.0, 10500.0, 10463.0, 10516.0, 10461.0, 10476.0, 10477.0, 10448.0, 10518.0, 10465.0, 10517.0, 10467.0, 10479.0, 10477.0, 10449.0, 10506.0, 10442.0, 10519.0, 10479.0, 10520.0, 10477.0, 10449.0, 10488.0, 10449.0, 10501.0, 10482.0, 10515.0, 10477.0, 10449.0, 10507.0, 10452.0, 10524.0, 10480.0, 10466.0, 10507.0, 10453.0, 10517.0, 10451.0, 10517.0, 10469.0, 10518.0, 10477.0, 10464.0, 10492.0, 10454.0, 10521.0, 10499.0, 10472.0, 10523.0, 10477.0, 10545.0, 10506.0, 10487.0, 10529.0, 10478.0, 10543.0, 10507.0, 10555.0, 10525.0, 10488.0, 10494.0, 10466.0, 10515.0, 10479.0, 10517.0, 10475.0, 10462.0, 10499.0, 10452.0, 10478.0, 10493.0, 10470.0, 10518.0, 10467.0, 10478.0, 10487.0, 10457.0, 10532.0, 10483.0, 10467.0, 10523.0, 10473.0, 10544.0, 10500.0, 10470.0, 10510.0, 10461.0, 10527.0, 10484.0, 10470.0, 10494.0, 10468.0, 10521.0, 10483.0, 10465.0, 10489.0, 10455.0, 10519.0, 10492.0, 10472.0, 10518.0, 10467.0, 10454.0, 10527.0, 10474.0, 10497.0, 10509.0, 10472.0, 10540.0, 10505.0, 10486.0, 10512.0, 10479.0, 10540.0, 10484.0, 10528.0, 10494.0, 10455.0, 10505.0, 10436.0, 10502.0, 10464.0, 10517.0, 10477.0, 10433.0, 10486.0, 10438.0, 10513.0, 10476.0, 10475.0, 10488.0, 10464.0, 10502.0, 10469.0, 10465.0, 10489.0, 10470.0, 10524.0, 10485.0, 10524.0, 10497.0, 10455.0, 10518.0, 10455.0, 10536.0, 10481.0, 10521.0, 10492.0, 10467.0, 10490.0, 10451.0, 10518.0, 10476.0, 10480.0, 10493.0, 10448.0, 10518.0, 10465.0, 10514.0, 10478.0, 10450.0, 10485.0, 10433.0, 10513.0, 10463.0, 10472.0, 10485.0, 10451.0, 10522.0, 10470.0, 10482.0, 10494.0, 10469.0, 10522.0, 10501.0, 10541.0, 10497.0, 10477.0, 10490.0, 10452.0, 10509.0, 10449.0, 10513.0, 10472.0, 10459.0, 10468.0, 10432.0, 10502.0, 10445.0, 10482.0, 10473.0, 10440.0, 10503.0, 10449.0, 10516.0, 10474.0, 10458.0, 10484.0, 10448.0, 10514.0, 10446.0, 10514.0, 10472.0, 10455.0, 10487.0, 10443.0, 10493.0, 10444.0, 10493.0, 10456.0, 10457.0, 10471.0, 10431.0, 10481.0, 10445.0, 10507.0, 10478.0, 10450.0, 10478.0, 10449.0, 10502.0, 10449.0, 10501.0, 10479.0, 10518.0, 10477.0, 10462.0, 10487.0, 10445.0, 10515.0, 10462.0, 10516.0, 10463.0, 10486.0, 10470.0, 10449.0, 10500.0, 10445.0, 10495.0, 10461.0, 10483.0, 10474.0, 10448.0, 10502.0, 10450.0, 10499.0, 10465.0, 10488.0, 10494.0, 10454.0, 10505.0, 10472.0, 10521.0, 10496.0, 10454.0, 10510.0, 10458.0, 10535.0, 10498.0, 10496.0, 10497.0, 10454.0, 10519.0, 10457.0, 10516.0, 10477.0, 10517.0, 10480.0, 10452.0, 10486.0, 10436.0, 10512.0, 10477.0, 10516.0, 10476.0, 10434.0, 10483.0, 10450.0, 10511.0, 10497.0, 10520.0, 10476.0, 10450.0, 10499.0, 10470.0, 10505.0, 10494.0, 10473.0, 10529.0, 10487.0, 10543.0, 10491.0, 10543.0, 10500.0, 10524.0, 10471.0, 10518.0, 10463.0, 10487.0, 10473.0, 10432.0, 10487.0, 10437.0, 10503.0, 10463.0, 10498.0, 10476.0, 10446.0, 10503.0, 10470.0, 10524.0, 10495.0, 10452.0, 10509.0, 10470.0, 10495.0, 10495.0, 10458.0, 10524.0, 10465.0, 10520.0, 10498.0, 10451.0, 10504.0, 10450.0, 10515.0, 10477.0, 10498.0, 10459.0, 10443.0, 10484.0, 10451.0, 10515.0, 10456.0, 10430.0, 10464.0, 10443.0, 10497.0, 10461.0, 10448.0, 10497.0, 10449.0, 10515.0, 10476.0, 10444.0, 10487.0, 10463.0, 10489.0, 10474.0, 10453.0, 10514.0, 10464.0, 10461.0, 10504.0, 10472.0, 10514.0, 10499.0, 10478.0, 10552.0, 10511.0, 10543.0, 10484.0, 10509.0, 10476.0, 10532.0, 10493.0, 10526.0, 10487.0, 10491.0, 10506.0, 10448.0, 10517.0, 10481.0, 10443.0, 10470.0, 10441.0, 10495.0, 10438.0, 10475.0, 10447.0, 10404.0, 10469.0, 10460.0, 10436.0, 10447.0, 10417.0, 10470.0, 10432.0, 10420.0, 10445.0, 10426.0, 10449.0, 10449.0, 10429.0, 10492.0, 10451.0, 10431.0, 10469.0, 10447.0, 10511.0, 10479.0, 10451.0, 10489.0, 10439.0, 10500.0, 10462.0, 10487.0, 10475.0, 10433.0, 10482.0, 10448.0, 10488.0, 10473.0, 10450.0, 10521.0, 10461.0, 10465.0, 10475.0, 10439.0, 10517.0, 10478.0, 10478.0, 10490.0, 10438.0, 10520.0, 10466.0, 10532.0, 10481.0, 10455.0, 10504.0, 10455.0, 10514.0, 10480.0, 10468.0, 10497.0, 10457.0, 10521.0, 10490.0, 10484.0, 10513.0, 10459.0, 10542.0, 10488.0, 10509.0, 10499.0, 10457.0, 10525.0, 10454.0, 10530.0, 10482.0, 10534.0, 10482.0, 10488.0, 10476.0, 10449.0, 10488.0, 10433.0, 10502.0, 10459.0, 10461.0, 10483.0, 10449.0, 10518.0, 10470.0, 10471.0, 10494.0, 10470.0, 10519.0, 10484.0, 10500.0, 10493.0, 10466.0, 10518.0, 10479.0, 10531.0, 10480.0, 10432.0, 10490.0, 10450.0, 10512.0, 10481.0, 10463.0, 10475.0, 10433.0, 10498.0, 10461.0, 10515.0, 10479.0, 10444.0, 10469.0, 10431.0, 10501.0, 10450.0, 10501.0, 10481.0, 10455.0, 10493.0, 10470.0, 10517.0, 10482.0, 10470.0, 10508.0, 10456.0, 10521.0, 10475.0, 10516.0, 10515.0, 10462.0, 10527.0, 10498.0, 10544.0, 10504.0, 10545.0, 10504.0, 10475.0, 10499.0, 10455.0, 10522.0, 10454.0, 10522.0, 10462.0, 10519.0, 10475.0, 10460.0, 10490.0, 10433.0, 10501.0, 10464.0, 10532.0, 10484.0, 10452.0, 10485.0, 10435.0, 10496.0, 10445.0, 10533.0, 10477.0, 10432.0, 10467.0, 10430.0, 10496.0, 10460.0, 10514.0, 10470.0, 10428.0, 10481.0, 10446.0, 10512.0, 10475.0, 10439.0, 10466.0, 10432.0, 10499.0, 10462.0, 10474.0, 10491.0, 10449.0, 10500.0, 10452.0, 10518.0, 10476.0, 10469.0, 10472.0, 10434.0, 10494.0, 10459.0, 10482.0, 10473.0, 10432.0, 10496.0, 10460.0, 10456.0, 10487.0, 10438.0, 10520.0, 10482.0, 10451.0, 10507.0, 10455.0, 10522.0, 10485.0, 10479.0, 10494.0, 10455.0, 10515.0, 10467.0, 10488.0, 10495.0, 10452.0, 10509.0, 10467.0, 10478.0, 10506.0, 10457.0, 10535.0, 10479.0, 10455.0, 10509.0, 10475.0, 10521.0, 10485.0, 10491.0, 10477.0, 10452.0, 10497.0, 10446.0, 10523.0, 10461.0, 10484.0, 10454.0, 10431.0, 10467.0, 10445.0, 10497.0, 10440.0, 10455.0, 10468.0, 10428.0, 10483.0, 10433.0, 10491.0, 10459.0, 10446.0, 10487.0, 10455.0, 10518.0, 10468.0, 10480.0, 10500.0, 10469.0, 10509.0, 10437.0, 10499.0, 10433.0, 10514.0, 10461.0, 10513.0, 10462.0, 10456.0, 10466.0, 10444.0, 10482.0, 10445.0, 10514.0, 10454.0, 10440.0, 10470.0, 10447.0, 10496.0, 10461.0, 10516.0, 10462.0, 10457.0, 10474.0, 10445.0, 10517.0, 10463.0, 10513.0, 10461.0, 10449.0, 10489.0, 10449.0, 10502.0, 10477.0, 10447.0, 10491.0, 10450.0, 10518.0, 10481.0, 10507.0, 10477.0, 10454.0, 10488.0, 10448.0, 10518.0, 10462.0, 10518.0, 10476.0, 10462.0, 10488.0, 10451.0, 10501.0, 10468.0, 10510.0, 10478.0, 10451.0, 10510.0, 10470.0, 10535.0, 10502.0, 10475.0, 10514.0, 10476.0, 10546.0, 10508.0, 10530.0, 10502.0, 10474.0, 10526.0, 10475.0, 10544.0, 10484.0, 10537.0, 10496.0, 10467.0, 10520.0, 10450.0, 10520.0, 10479.0, 10479.0, 10490.0, 10474.0, 10540.0, 10469.0, 10506.0, 10492.0, 10450.0, 10520.0, 10466.0, 10531.0, 10478.0, 10453.0, 10502.0, 10470.0, 10528.0, 10478.0, 10453.0, 10505.0, 10463.0, 10524.0, 10479.0, 10450.0, 10503.0, 10456.0, 10517.0, 10477.0, 10478.0, 10489.0, 10450.0, 10517.0, 10468.0, 10453.0, 10506.0, 10447.0, 10526.0, 10479.0, 10532.0, 10463.0, 10475.0, 10486.0, 10448.0, 10502.0, 10448.0, 10515.0, 10465.0, 10505.0, 10475.0, 10453.0, 10505.0, 10470.0, 10519.0, 10483.0, 10522.0, 10500.0, 10456.0, 10521.0, 10444.0, 10522.0, 10489.0, 10536.0, 10497.0, 10452.0, 10504.0, 10451.0, 10517.0, 10481.0, 10536.0, 10507.0, 10470.0, 10503.0, 10456.0, 10524.0, 10524.0, 10545.0, 10498.0, 10459.0, 10518.0, 10475.0, 10542.0, 10503.0, 10528.0, 10501.0, 10454.0, 10521.0, 10467.0, 10526.0, 10481.0, 10523.0, 10479.0, 10451.0, 10506.0, 10467.0, 10542.0, 10482.0, 10481.0, 10488.0, 10451.0, 10534.0, 10492.0, 10452.0, 10523.0, 10468.0, 10505.0, 10496.0, 10449.0, 10501.0, 10463.0, 10544.0, 10479.0, 10450.0, 10490.0, 10452.0, 10516.0, 10478.0, 10447.0, 10508.0, 10461.0, 10492.0, 10473.0, 10454.0, 10519.0, 10482.0, 10456.0, 10505.0, 10471.0, 10495.0, 10491.0, 10451.0, 10518.0, 10468.0, 10485.0, 10490.0, 10457.0, 10536.0, 10481.0, 10455.0, 10504.0, 10488.0, 10455.0, 10510.0, 10457.0, 10521.0, 10484.0, 10461.0, 10526.0, 10486.0, 10460.0, 10506.0, 10473.0, 10536.0, 10484.0, 10468.0, 10508.0, 10469.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.00025852165725047085</td></tr>
<tr><td colspan=3>aqi</td><td>0.016301091996233523</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.53778808909517</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.260859762950048</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9963255685673889</td></tr>
<tr><td colspan=3>efc</td><td>0.5181</td></tr>
<tr><td colspan=3>fber</td><td>4016.9409</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.060870565153541695</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5649717514124294</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3090335095411976</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1994784930148916</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5203146671837433</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.207307368424957</td></tr>
<tr><td colspan=3>gcor</td><td>0.00493163</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009128360077738762</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03125016763806343</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2643823431608325</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>12.5432</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.4968</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.1036</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289668.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1246.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.946</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2399</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.4525</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3980.3773</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.3712</td></tr>
<tr><td colspan=3>tsnr</td><td>45.03342963103205</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>