<?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-0126_ses-01_task-alignvideo_acq-mb8_run-04_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-0126_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-04_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-04_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-0126/ses-01/func/sub-0126_ses-01_task-alignvideo_acq-mb8_run-04_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>5519fe506d271ff2a31920aa5e4ba340</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>20:34:46.477500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998512, 0.0477707, 0.0263089, -0.0491847, 0.997217, 0.0560195]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.105422</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7810, -7215, 5, -126, -166, -51, 125]</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>289.95</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e1b98efd-7886-4a57-9f5d-6955fd2e0bdf||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678934097290039, -0.13195906579494476, 0.06361088901758194, 120.06111145019531], [-0.12816517055034637, 2.675461530685425, 0.15452148020267487, -81.6273422241211], [0.07058481127023697, -0.15029634535312653, 2.694823980331421, -70.61946105957031], [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, 1209]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['203446.477500', '203446.937500', '203447.397500', '203447.857500', '203448.317500', '203448.777500', '203449.237500', '203449.697500', '203450.157500', '203450.617500', '203451.077500', '203451.537500', '203451.997500', '203452.457500', '203452.917500', '203453.377500', '203453.837500', '203454.297500', '203454.757500', '203455.217500', '203455.677500', '203456.137500', '203456.597500', '203457.057500', '203457.517500', '203457.977500', '203458.437500', '203458.897500', '203459.357500', '203459.817500', '203500.277500', '203500.737500', '203501.197500', '203501.657500', '203502.117500', '203502.577500', '203503.037500', '203503.497500', '203503.957500', '203504.417500', '203504.877500', '203505.337500', '203505.797500', '203506.257500', '203506.717500', '203507.177500', '203507.637500', '203508.097500', '203508.557500', '203509.017500', '203509.477500', '203509.937500', '203510.397500', '203510.857500', '203511.317500', '203511.777500', '203512.237500', '203512.697500', '203513.157500', '203513.617500', '203514.077500', '203514.537500', '203514.997500', '203515.457500', '203515.917500', '203516.377500', '203516.837500', '203517.297500', '203517.757500', '203518.217500', '203518.677500', '203519.137500', '203519.597500', '203520.057500', '203520.517500', '203520.977500', '203521.437500', '203521.897500', '203522.357500', '203522.817500', '203523.277500', '203523.737500', '203524.197500', '203524.657500', '203525.117500', '203525.577500', '203526.037500', '203526.497500', '203526.957500', '203527.417500', '203527.877500', '203528.337500', '203528.797500', '203529.257500', '203529.717500', '203530.177500', '203530.637500', '203531.097500', '203531.557500', '203532.017500', '203532.477500', '203532.937500', '203533.397500', '203533.857500', '203534.317500', '203534.777500', '203535.237500', '203535.697500', '203536.157500', '203536.617500', '203537.077500', '203537.537500', '203537.997500', '203538.457500', '203538.917500', '203539.377500', '203539.837500', '203540.297500', '203540.757500', '203541.217500', '203541.677500', '203542.137500', '203542.597500', '203543.057500', '203543.517500', '203543.977500', '203544.437500', '203544.897500', '203545.357500', '203545.817500', '203546.277500', '203546.737500', '203547.197500', '203547.657500', '203548.117500', '203548.577500', '203549.037500', '203549.497500', '203549.957500', '203550.417500', '203550.877500', '203551.337500', '203551.797500', '203552.257500', '203552.717500', '203553.177500', '203553.637500', '203554.097500', '203554.557500', '203555.017500', '203555.477500', '203555.937500', '203556.397500', '203556.857500', '203557.317500', '203557.777500', '203558.237500', '203558.697500', '203559.157500', '203559.617500', '203600.077500', '203600.537500', '203600.997500', '203601.457500', '203601.917500', '203602.377500', '203602.837500', '203603.297500', '203603.757500', '203604.217500', '203604.677500', '203605.137500', '203605.597500', '203606.057500', '203606.517500', '203606.977500', '203607.437500', '203607.897500', '203608.357500', '203608.817500', '203609.277500', '203609.737500', '203610.197500', '203610.657500', '203611.117500', '203611.577500', '203612.037500', '203612.497500', '203612.957500', '203613.417500', '203613.877500', '203614.337500', '203614.797500', '203615.257500', '203615.717500', '203616.177500', '203616.637500', '203617.097500', '203617.557500', '203618.017500', '203618.477500', '203618.937500', '203619.397500', '203619.857500', '203620.317500', '203620.777500', '203621.237500', '203621.697500', '203622.157500', '203622.617500', '203623.077500', '203623.537500', '203623.997500', '203624.457500', '203624.917500', '203625.377500', '203625.837500', '203626.297500', '203626.757500', '203627.217500', '203627.677500', '203628.137500', '203628.597500', '203629.057500', '203629.517500', '203629.977500', '203630.437500', '203630.897500', '203631.357500', '203631.817500', '203632.277500', '203632.737500', '203633.197500', '203633.657500', '203634.117500', '203634.577500', '203635.037500', '203635.497500', '203635.957500', '203636.417500', '203636.877500', '203637.337500', '203637.797500', '203638.257500', '203638.717500', '203639.177500', '203639.637500', '203640.097500', '203640.557500', '203641.017500', '203641.477500', '203641.937500', '203642.397500', '203642.857500', '203643.317500', '203643.777500', '203644.237500', '203644.697500', '203645.157500', '203645.617500', '203646.077500', '203646.537500', '203646.997500', '203647.457500', '203647.917500', '203648.377500', '203648.837500', '203649.297500', '203649.757500', '203650.217500', '203650.677500', '203651.137500', '203651.597500', '203652.057500', '203652.517500', '203652.977500', '203653.437500', '203653.897500', '203654.357500', '203654.817500', '203655.277500', '203655.737500', '203656.197500', '203656.657500', '203657.117500', '203657.577500', '203658.037500', '203658.497500', '203658.957500', '203659.417500', '203659.877500', '203700.337500', '203700.797500', '203701.257500', '203701.717500', '203702.177500', '203702.637500', '203703.097500', '203703.557500', '203704.017500', '203704.477500', '203704.937500', '203705.397500', '203705.857500', '203706.317500', '203706.777500', '203707.237500', '203707.697500', '203708.157500', '203708.617500', '203709.077500', '203709.537500', '203709.997500', '203710.457500', '203710.917500', '203711.377500', '203711.837500', '203712.297500', '203712.757500', '203713.217500', '203713.677500', '203714.137500', '203714.597500', '203715.057500', '203715.517500', '203715.977500', '203716.437500', '203716.897500', '203717.357500', '203717.817500', '203718.277500', '203718.737500', '203719.197500', '203719.657500', '203720.117500', '203720.577500', '203721.037500', '203721.497500', '203721.957500', '203722.417500', '203722.877500', '203723.337500', '203723.797500', '203724.257500', '203724.717500', '203725.177500', '203725.637500', '203726.097500', '203726.557500', '203727.017500', '203727.477500', '203727.937500', '203728.397500', '203728.857500', '203729.317500', '203729.777500', '203730.237500', '203730.697500', '203731.157500', '203731.617500', '203732.077500', '203732.537500', '203732.997500', '203733.457500', '203733.917500', '203734.377500', '203734.837500', '203735.297500', '203735.757500', '203736.217500', '203736.677500', '203737.137500', '203737.597500', '203738.057500', '203738.517500', '203738.977500', '203739.437500', '203739.897500', '203740.357500', '203740.817500', '203741.277500', '203741.737500', '203742.197500', '203742.657500', '203743.117500', '203743.577500', '203744.037500', '203744.497500', '203744.957500', '203745.417500', '203745.877500', '203746.337500', '203746.797500', '203747.257500', '203747.717500', '203748.177500', '203748.637500', '203749.097500', '203749.557500', '203750.017500', '203750.477500', '203750.937500', '203751.397500', '203751.857500', '203752.317500', '203752.777500', '203753.237500', '203753.697500', '203754.157500', '203754.617500', '203755.077500', '203755.537500', '203755.997500', '203756.457500', '203756.917500', '203757.377500', '203757.837500', '203758.297500', '203758.757500', '203759.217500', '203759.677500', '203800.137500', '203800.597500', '203801.057500', '203801.517500', '203801.977500', '203802.437500', '203802.897500', '203803.357500', '203803.817500', '203804.277500', '203804.737500', '203805.197500', '203805.657500', '203806.117500', '203806.577500', '203807.037500', '203807.497500', '203807.957500', '203808.417500', '203808.877500', '203809.337500', '203809.797500', '203810.257500', '203810.717500', '203811.177500', '203811.637500', '203812.097500', '203812.557500', '203813.017500', '203813.477500', '203813.937500', '203814.397500', '203814.857500', '203815.317500', '203815.777500', '203816.237500', '203816.697500', '203817.157500', '203817.617500', '203818.077500', '203818.537500', '203818.997500', '203819.457500', '203819.917500', '203820.377500', '203820.837500', '203821.297500', '203821.757500', '203822.217500', '203822.677500', '203823.137500', '203823.597500', '203824.057500', '203824.517500', '203824.977500', '203825.437500', '203825.897500', '203826.357500', '203826.817500', '203827.277500', '203827.737500', '203828.197500', '203828.657500', '203829.117500', '203829.577500', '203830.037500', '203830.497500', '203830.957500', '203831.417500', '203831.877500', '203832.337500', '203832.797500', '203833.257500', '203833.717500', '203834.177500', '203834.637500', '203835.097500', '203835.557500', '203836.017500', '203836.477500', '203836.937500', '203837.397500', '203837.857500', '203838.317500', '203838.777500', '203839.237500', '203839.697500', '203840.157500', '203840.617500', '203841.077500', '203841.537500', '203841.997500', '203842.457500', '203842.917500', '203843.377500', '203843.837500', '203844.297500', '203844.757500', '203845.217500', '203845.677500', '203846.137500', '203846.597500', '203847.057500', '203847.517500', '203847.977500', '203848.437500', '203848.897500', '203849.357500', '203849.817500', '203850.277500', '203850.737500', '203851.197500', '203851.657500', '203852.117500', '203852.577500', '203853.037500', '203853.497500', '203853.957500', '203854.417500', '203854.877500', '203855.337500', '203855.797500', '203856.257500', '203856.717500', '203857.177500', '203857.637500', '203858.097500', '203858.557500', '203859.017500', '203859.477500', '203859.937500', '203900.397500', '203900.857500', '203901.317500', '203901.777500', '203902.237500', '203902.697500', '203903.157500', '203903.617500', '203904.077500', '203904.537500', '203904.997500', '203905.457500', '203905.917500', '203906.377500', '203906.837500', '203907.297500', '203907.757500', '203908.217500', '203908.677500', '203909.137500', '203909.597500', '203910.057500', '203910.517500', '203910.977500', '203911.437500', '203911.897500', '203912.357500', '203912.817500', '203913.277500', '203913.737500', '203914.197500', '203914.657500', '203915.117500', '203915.577500', '203916.037500', '203916.497500', '203916.957500', '203917.417500', '203917.877500', '203918.337500', '203918.797500', '203919.257500', '203919.717500', '203920.177500', '203920.637500', '203921.097500', '203921.557500', '203922.017500', '203922.477500', '203922.937500', '203923.397500', '203923.857500', '203924.317500', '203924.777500', '203925.237500', '203925.697500', '203926.157500', '203926.617500', '203927.077500', '203927.537500', '203927.997500', '203928.457500', '203928.917500', '203929.377500', '203929.837500', '203930.297500', '203930.757500', '203931.217500', '203931.677500', '203932.137500', '203932.597500', '203933.057500', '203933.517500', '203933.977500', '203934.437500', '203934.897500', '203935.357500', '203935.817500', '203936.277500', '203936.737500', '203937.197500', '203937.657500', '203938.117500', '203938.577500', '203939.037500', '203939.497500', '203939.957500', '203940.417500', '203940.877500', '203941.337500', '203941.797500', '203942.257500', '203942.717500', '203943.177500', '203943.637500', '203944.097500', '203944.557500', '203945.017500', '203945.477500', '203945.937500', '203946.397500', '203946.857500', '203947.317500', '203947.777500', '203948.237500', '203948.697500', '203949.157500', '203949.617500', '203950.077500', '203950.537500', '203950.997500', '203951.457500', '203951.917500', '203952.377500', '203952.837500', '203953.297500', '203953.757500', '203954.217500', '203954.677500', '203955.137500', '203955.597500', '203956.057500', '203956.517500', '203956.977500', '203957.437500', '203957.897500', '203958.357500', '203958.817500', '203959.277500', '203959.737500', '204000.197500', '204000.657500', '204001.117500', '204001.577500', '204002.037500', '204002.497500', '204002.957500', '204003.417500', '204003.877500', '204004.337500', '204004.797500', '204005.257500', '204005.717500', '204006.177500', '204006.637500', '204007.097500', '204007.557500', '204008.017500', '204008.477500', '204008.937500', '204009.397500', '204009.857500', '204010.317500', '204010.777500', '204011.237500', '204011.697500', '204012.157500', '204012.617500', '204013.077500', '204013.537500', '204013.997500', '204014.457500', '204014.917500', '204015.377500', '204015.837500', '204016.297500', '204016.757500', '204017.217500', '204017.677500', '204018.137500', '204018.597500', '204019.057500', '204019.517500', '204019.977500', '204020.437500', '204020.897500', '204021.357500', '204021.817500', '204022.277500', '204022.737500', '204023.197500', '204023.657500', '204024.117500', '204024.577500', '204025.037500', '204025.497500', '204025.957500', '204026.417500', '204026.877500', '204027.337500', '204027.797500', '204028.257500', '204028.717500', '204029.177500', '204029.637500', '204030.097500', '204030.557500', '204031.017500', '204031.477500', '204031.937500', '204032.397500', '204032.857500', '204033.317500', '204033.777500', '204034.237500', '204034.697500', '204035.157500', '204035.617500', '204036.077500', '204036.537500', '204036.997500', '204037.457500', '204037.917500', '204038.377500', '204038.837500', '204039.297500', '204039.757500', '204040.217500', '204040.677500', '204041.137500', '204041.597500', '204042.057500', '204042.517500', '204042.977500', '204043.437500', '204043.897500', '204044.357500', '204044.817500', '204045.277500', '204045.737500', '204046.197500', '204046.657500', '204047.117500', '204047.577500', '204048.037500', '204048.497500', '204048.957500', '204049.417500', '204049.877500', '204050.337500', '204050.797500', '204051.257500', '204051.717500', '204052.177500', '204052.637500', '204053.097500', '204053.557500', '204054.017500', '204054.477500', '204054.937500', '204055.397500', '204055.857500', '204056.317500', '204056.777500', '204057.237500', '204057.697500', '204058.157500', '204058.617500', '204059.077500', '204059.537500', '204059.997500', '204100.457500', '204100.917500', '204101.377500', '204101.837500', '204102.297500', '204102.757500', '204103.217500', '204103.677500', '204104.137500', '204104.597500', '204105.057500', '204105.517500', '204105.977500', '204106.437500', '204106.897500', '204107.357500', '204107.817500', '204108.277500', '204108.737500', '204109.197500', '204109.657500', '204110.117500', '204110.577500', '204111.037500', '204111.497500', '204111.957500', '204112.417500', '204112.877500', '204113.337500', '204113.797500', '204114.257500', '204114.717500', '204115.177500', '204115.637500', '204116.097500', '204116.557500', '204117.017500', '204117.477500', '204117.937500', '204118.397500', '204118.857500', '204119.317500', '204119.777500', '204120.237500', '204120.697500', '204121.157500', '204121.617500', '204122.077500', '204122.537500', '204122.997500', '204123.457500', '204123.917500', '204124.377500', '204124.837500', '204125.297500', '204125.757500', '204126.217500', '204126.677500', '204127.137500', '204127.597500', '204128.057500', '204128.517500', '204128.977500', '204129.437500', '204129.897500', '204130.357500', '204130.817500', '204131.277500', '204131.737500', '204132.197500', '204132.657500', '204133.117500', '204133.577500', '204134.037500', '204134.497500', '204134.957500', '204135.417500', '204135.877500', '204136.337500', '204136.797500', '204137.257500', '204137.717500', '204138.177500', '204138.637500', '204139.097500', '204139.557500', '204140.017500', '204140.477500', '204140.937500', '204141.397500', '204141.857500', '204142.317500', '204142.777500', '204143.237500', '204143.697500', '204144.157500', '204144.617500', '204145.077500', '204145.537500', '204145.997500', '204146.457500', '204146.917500', '204147.377500', '204147.837500', '204148.297500', '204148.757500', '204149.217500', '204149.677500', '204150.137500', '204150.597500', '204151.057500', '204151.517500', '204151.977500', '204152.437500', '204152.897500', '204153.357500', '204153.817500', '204154.277500', '204154.737500', '204155.197500', '204155.657500', '204156.117500', '204156.577500', '204157.037500', '204157.497500', '204157.957500', '204158.417500', '204158.877500', '204159.337500', '204159.797500', '204200.257500', '204200.717500', '204201.177500', '204201.637500', '204202.097500', '204202.557500', '204203.017500', '204203.477500', '204203.937500', '204204.397500', '204204.857500', '204205.317500', '204205.777500', '204206.237500', '204206.697500', '204207.157500', '204207.617500', '204208.077500', '204208.537500', '204208.997500', '204209.457500', '204209.917500', '204210.377500', '204210.837500', '204211.297500', '204211.757500', '204212.217500', '204212.677500', '204213.137500', '204213.597500', '204214.057500', '204214.517500', '204214.977500', '204215.437500', '204215.897500', '204216.357500', '204216.817500', '204217.277500', '204217.737500', '204218.197500', '204218.657500', '204219.117500', '204219.577500', '204220.037500', '204220.497500', '204220.957500', '204221.417500', '204221.877500', '204222.337500', '204222.797500', '204223.257500', '204223.717500', '204224.177500', '204224.637500', '204225.097500', '204225.557500', '204226.017500', '204226.477500', '204226.937500', '204227.397500', '204227.857500', '204228.317500', '204228.777500', '204229.237500', '204229.697500', '204230.157500', '204230.617500', '204231.077500', '204231.537500', '204231.997500', '204232.457500', '204232.917500', '204233.377500', '204233.837500', '204234.297500', '204234.757500', '204235.217500', '204235.677500', '204236.137500', '204236.597500', '204237.057500', '204237.517500', '204237.977500', '204238.437500', '204238.897500', '204239.357500', '204239.817500', '204240.277500', '204240.737500', '204241.197500', '204241.657500', '204242.117500', '204242.577500', '204243.037500', '204243.497500', '204243.957500', '204244.417500', '204244.877500', '204245.337500', '204245.797500', '204246.257500', '204246.717500', '204247.177500', '204247.637500', '204248.097500', '204248.557500', '204249.017500', '204249.477500', '204249.937500', '204250.397500', '204250.857500', '204251.317500', '204251.777500', '204252.237500', '204252.697500', '204253.157500', '204253.617500', '204254.077500', '204254.537500', '204254.997500', '204255.457500', '204255.917500', '204256.377500', '204256.837500', '204257.297500', '204257.757500', '204258.217500', '204258.677500', '204259.137500', '204259.597500', '204300.057500', '204300.517500', '204300.977500', '204301.437500', '204301.897500', '204302.357500', '204302.817500', '204303.277500', '204303.737500', '204304.197500', '204304.657500', '204305.117500', '204305.577500', '204306.037500', '204306.497500', '204306.957500', '204307.417500', '204307.877500', '204308.337500', '204308.797500', '204309.257500', '204309.717500', '204310.177500', '204310.637500', '204311.097500', '204311.557500', '204312.017500', '204312.477500', '204312.937500', '204313.397500', '204313.857500', '204314.317500', '204314.777500', '204315.237500', '204315.697500', '204316.157500', '204316.617500', '204317.077500', '204317.537500', '204317.997500', '204318.457500', '204318.917500', '204319.377500', '204319.837500', '204320.297500', '204320.757500', '204321.217500', '204321.677500', '204322.137500', '204322.597500', '204323.057500', '204323.517500', '204323.977500', '204324.437500', '204324.897500', '204325.357500', '204325.817500', '204326.277500', '204326.737500', '204327.197500', '204327.657500', '204328.117500', '204328.577500', '204329.037500', '204329.497500', '204329.957500', '204330.417500', '204330.877500', '204331.337500', '204331.797500', '204332.257500', '204332.717500', '204333.177500', '204333.637500', '204334.097500', '204334.557500', '204335.017500', '204335.477500', '204335.937500', '204336.397500', '204336.857500', '204337.317500', '204337.777500', '204338.237500', '204338.697500', '204339.157500', '204339.617500', '204340.077500', '204340.537500', '204340.997500', '204341.457500', '204341.917500', '204342.377500', '204342.837500', '204343.297500', '204343.757500', '204344.217500', '204344.677500', '204345.137500', '204345.597500', '204346.057500', '204346.517500', '204346.977500', '204347.437500', '204347.897500', '204348.357500', '204348.817500', '204349.277500', '204349.737500', '204350.197500', '204350.657500', '204351.117500', '204351.577500', '204352.037500', '204352.497500', '204352.957500', '204353.417500', '204353.877500', '204354.337500', '204354.797500', '204355.257500', '204355.717500', '204356.177500', '204356.637500', '204357.097500', '204357.557500', '204358.017500', '204358.477500', '204358.937500', '204359.397500', '204359.857500', '204400.317500', '204400.777500', '204401.237500', '204401.697500', '204402.157500'], 'ContentTime': ['203502.660000', '203502.664000', '203502.666000', '203502.669000', '203502.672000', '203502.674000', '203502.677000', '203502.680000', '203502.682000', '203502.685000', '203502.687000', '203502.690000', '203502.693000', '203502.700000', '203502.703000', '203502.705000', '203502.708000', '203502.710000', '203502.713000', '203502.715000', '203502.718000', '203502.721000', '203502.723000', '203502.726000', '203502.730000', '203502.732000', '203502.735000', '203502.737000', '203502.740000', '203502.743000', '203502.745000', '203502.748000', '203502.750000', '203522.623000', '203522.626000', '203522.629000', '203522.632000', '203522.634000', '203522.637000', '203522.639000', '203522.642000', '203522.644000', '203522.647000', '203522.679000', '203522.682000', '203522.685000', '203522.687000', '203522.690000', '203522.692000', '203522.695000', '203522.697000', '203522.700000', '203522.703000', '203522.705000', '203522.708000', '203522.710000', '203522.713000', '203522.716000', '203522.718000', '203522.721000', '203522.723000', '203522.726000', '203522.728000', '203522.731000', '203522.734000', '203522.736000', '203522.739000', '203522.741000', '203522.744000', '203522.746000', '203522.749000', '203522.752000', '203522.754000', '203522.757000', '203522.759000', '203522.762000', '203522.765000', '203542.622000', '203542.625000', '203542.628000', '203542.631000', '203542.633000', '203542.636000', '203542.638000', '203542.641000', '203542.644000', '203542.646000', '203542.667000', '203542.669000', '203542.672000', '203542.675000', '203542.677000', '203542.680000', '203542.682000', '203542.685000', '203542.687000', '203542.690000', '203542.693000', '203542.695000', '203542.698000', '203542.700000', '203542.703000', '203542.706000', '203542.708000', '203542.711000', '203542.713000', '203542.716000', '203542.718000', '203542.721000', '203542.724000', '203542.726000', '203542.729000', '203542.731000', '203542.734000', '203542.737000', '203542.739000', '203542.742000', '203542.744000', '203542.747000', '203542.750000', '203602.623000', '203602.626000', '203602.629000', '203602.631000', '203602.634000', '203602.637000', '203602.639000', '203602.642000', '203602.644000', '203602.647000', '203602.650000', '203602.652000', '203602.655000', '203602.657000', '203602.660000', '203602.662000', '203602.665000', '203602.668000', '203602.671000', '203602.673000', '203602.690000', '203602.693000', '203602.695000', '203602.698000', '203602.701000', '203602.703000', '203602.706000', '203602.708000', '203602.711000', '203602.714000', '203602.716000', '203602.719000', '203602.721000', '203602.724000', '203602.726000', '203602.729000', '203602.732000', '203602.734000', '203602.737000', '203602.740000', '203602.742000', '203602.745000', '203602.747000', '203602.750000', '203622.624000', '203622.627000', '203622.629000', '203622.632000', '203622.635000', '203622.637000', '203622.640000', '203622.642000', '203622.645000', '203622.648000', '203622.650000', '203622.653000', '203622.655000', '203622.658000', '203622.661000', '203622.663000', '203622.666000', '203622.668000', '203622.671000', '203622.673000', '203622.676000', '203622.679000', '203622.681000', '203622.684000', '203622.686000', '203622.689000', '203622.692000', '203622.694000', '203622.697000', '203622.700000', '203622.702000', '203622.705000', '203622.707000', '203622.710000', '203622.713000', '203622.715000', '203622.718000', '203622.720000', '203622.723000', '203622.726000', '203622.728000', '203622.731000', '203622.733000', '203642.624000', '203642.627000', '203642.629000', '203642.632000', '203642.634000', '203642.637000', '203642.640000', '203642.642000', '203642.645000', '203642.647000', '203642.650000', '203642.653000', '203642.655000', '203642.658000', '203642.660000', '203642.663000', '203642.666000', '203642.668000', '203642.671000', '203642.674000', '203642.676000', '203642.679000', '203642.682000', '203642.684000', '203642.687000', '203642.690000', '203642.692000', '203642.695000', '203642.706000', '203642.709000', '203642.711000', '203642.714000', '203642.716000', '203642.719000', '203642.722000', '203642.724000', '203642.727000', '203642.729000', '203642.732000', '203642.735000', '203642.737000', '203642.740000', '203642.742000', '203642.745000', '203702.624000', '203702.627000', '203702.629000', '203702.632000', '203702.634000', '203702.637000', '203702.640000', '203702.642000', '203702.645000', '203702.647000', '203702.650000', '203702.652000', '203702.655000', '203702.658000', '203702.660000', '203702.663000', '203702.666000', '203702.668000', '203702.671000', '203702.673000', '203702.676000', '203702.679000', '203702.681000', '203702.684000', '203702.686000', '203702.689000', '203702.692000', '203702.694000', '203702.697000', '203702.700000', '203702.702000', '203702.705000', '203702.707000', '203702.710000', '203702.713000', '203702.715000', '203702.718000', '203702.720000', '203702.723000', '203702.725000', '203702.728000', '203702.731000', '203702.733000', '203722.624000', '203722.626000', '203722.629000', '203722.632000', '203722.634000', '203722.637000', '203722.640000', '203722.642000', '203722.645000', '203722.648000', '203722.650000', '203722.653000', '203722.655000', '203722.658000', '203722.661000', '203722.663000', '203722.666000', '203722.669000', '203722.671000', '203722.674000', '203722.676000', '203722.679000', '203722.682000', '203722.684000', '203722.687000', '203722.689000', '203722.692000', '203722.694000', '203722.697000', '203722.700000', '203722.702000', '203722.705000', '203722.708000', '203722.710000', '203722.713000', '203722.715000', '203722.718000', '203722.721000', '203722.723000', '203722.726000', '203722.739000', '203722.742000', '203722.744000', '203722.747000', '203742.623000', '203742.626000', '203742.629000', '203742.632000', '203742.634000', '203742.637000', '203742.639000', '203742.642000', '203742.645000', '203742.647000', '203742.650000', '203742.652000', '203742.655000', '203742.658000', '203742.660000', '203742.663000', '203742.666000', '203742.668000', '203742.671000', '203742.674000', '203742.676000', '203742.679000', '203742.681000', '203742.684000', '203742.687000', '203742.689000', '203742.692000', '203742.695000', '203742.697000', '203742.700000', '203742.710000', '203742.713000', '203742.715000', '203742.718000', '203742.721000', '203742.723000', '203742.726000', '203742.728000', '203742.731000', '203742.734000', '203742.736000', '203742.739000', '203742.750000', '203802.623000', '203802.626000', '203802.628000', '203802.631000', '203802.633000', '203802.636000', '203802.639000', '203802.641000', '203802.644000', '203802.646000', '203802.649000', '203802.652000', '203802.654000', '203802.657000', '203802.659000', '203802.662000', '203802.665000', '203802.667000', '203802.670000', '203802.673000', '203802.675000', '203802.678000', '203802.681000', '203802.683000', '203802.686000', '203802.688000', '203802.691000', '203802.694000', '203802.696000', '203802.699000', '203802.701000', '203802.704000', '203802.707000', '203802.709000', '203802.712000', '203802.714000', '203802.717000', '203802.720000', '203802.722000', '203802.725000', '203802.727000', '203802.730000', '203802.733000', '203802.735000', '203822.624000', '203822.627000', '203822.629000', '203822.632000', '203822.635000', '203822.637000', '203822.640000', '203822.642000', '203822.645000', '203822.648000', '203822.650000', '203822.653000', '203822.655000', '203822.658000', '203822.661000', '203822.663000', '203822.666000', '203822.669000', '203822.671000', '203822.674000', '203822.676000', '203822.679000', '203822.681000', '203822.684000', '203822.687000', '203822.689000', '203822.692000', '203822.694000', '203822.697000', '203822.700000', '203822.702000', '203822.705000', '203822.708000', '203822.710000', '203822.713000', '203822.716000', '203822.718000', '203822.721000', '203822.723000', '203822.726000', '203822.729000', '203822.731000', '203822.734000', '203842.624000', '203842.626000', '203842.629000', '203842.632000', '203842.634000', '203842.637000', '203842.639000', '203842.642000', '203842.645000', '203842.647000', '203842.650000', '203842.652000', '203842.655000', '203842.658000', '203842.660000', '203842.663000', '203842.666000', '203842.668000', '203842.671000', '203842.674000', '203842.676000', '203842.679000', '203842.682000', '203842.684000', '203842.687000', '203842.689000', '203842.692000', '203842.695000', '203842.697000', '203842.700000', '203842.702000', '203842.705000', '203842.708000', '203842.711000', '203842.713000', '203842.716000', '203842.719000', '203842.721000', '203842.724000', '203842.726000', '203842.729000', '203842.732000', '203842.734000', '203902.623000', '203902.626000', '203902.629000', '203902.632000', '203902.634000', '203902.637000', '203902.639000', '203902.642000', '203902.645000', '203902.647000', '203902.650000', '203902.653000', '203902.655000', '203902.658000', '203902.660000', '203902.663000', '203902.666000', '203902.668000', '203902.671000', '203902.673000', '203902.676000', '203902.679000', '203902.681000', '203902.684000', '203902.686000', '203902.689000', '203902.692000', '203902.694000', '203902.697000', '203902.700000', '203902.702000', '203902.705000', '203902.707000', '203902.710000', '203902.713000', '203902.715000', '203902.718000', '203902.720000', '203902.723000', '203902.726000', '203902.728000', '203902.731000', '203902.733000', '203902.736000', '203922.624000', '203922.627000', '203922.629000', '203922.632000', '203922.635000', '203922.637000', '203922.640000', '203922.642000', '203922.645000', '203922.647000', '203922.650000', '203922.653000', '203922.655000', '203922.659000', '203922.662000', '203922.665000', '203922.668000', '203922.670000', '203922.673000', '203922.676000', '203922.678000', '203922.681000', '203922.683000', '203922.686000', '203922.689000', '203922.691000', '203922.694000', '203922.697000', '203922.699000', '203922.702000', '203922.704000', '203922.707000', '203922.710000', '203922.712000', '203922.715000', '203922.717000', '203922.720000', '203922.722000', '203922.725000', '203922.728000', '203922.730000', '203922.733000', '203922.736000', '203942.624000', '203942.626000', '203942.629000', '203942.632000', '203942.634000', '203942.637000', '203942.639000', '203942.642000', '203942.645000', '203942.647000', '203942.650000', '203942.652000', '203942.655000', '203942.658000', '203942.660000', '203942.663000', '203942.665000', '203942.668000', '203942.671000', '203942.673000', '203942.676000', '203942.679000', '203942.681000', '203942.684000', '203942.686000', '203942.689000', '203942.692000', '203942.694000', '203942.697000', '203942.699000', '203942.702000', '203942.705000', '203942.707000', '203942.710000', '203942.712000', '203942.715000', '203942.718000', '203942.720000', '203942.723000', '203942.726000', '203942.728000', '203942.731000', '203942.733000', '203942.736000', '204002.624000', '204002.626000', '204002.629000', '204002.632000', '204002.634000', '204002.637000', '204002.639000', '204002.642000', '204002.644000', '204002.649000', '204002.652000', '204002.655000', '204002.657000', '204002.660000', '204002.662000', '204002.665000', '204002.668000', '204002.670000', '204002.673000', '204002.675000', '204002.679000', '204002.682000', '204002.685000', '204002.687000', '204002.690000', '204002.693000', '204002.696000', '204002.698000', '204002.701000', '204002.704000', '204002.706000', '204002.709000', '204002.712000', '204002.714000', '204002.717000', '204002.719000', '204002.722000', '204002.725000', '204002.727000', '204002.730000', '204002.733000', '204002.735000', '204002.740000', '204022.623000', '204022.626000', '204022.628000', '204022.631000', '204022.633000', '204022.636000', '204022.639000', '204022.641000', '204022.644000', '204022.646000', '204022.649000', '204022.652000', '204022.654000', '204022.657000', '204022.659000', '204022.662000', '204022.665000', '204022.667000', '204022.670000', '204022.673000', '204022.675000', '204022.678000', '204022.680000', '204022.683000', '204022.686000', '204022.688000', '204022.691000', '204022.693000', '204022.696000', '204022.699000', '204022.701000', '204022.704000', '204022.706000', '204022.709000', '204022.712000', '204022.714000', '204022.717000', '204022.719000', '204022.722000', '204022.725000', '204022.727000', '204022.730000', '204022.732000', '204022.735000', '204042.624000', '204042.626000', '204042.629000', '204042.632000', '204042.634000', '204042.637000', '204042.640000', '204042.642000', '204042.666000', '204042.669000', '204042.672000', '204042.674000', '204042.677000', '204042.680000', '204042.682000', '204042.685000', '204042.687000', '204042.690000', '204042.693000', '204042.695000', '204042.698000', '204042.700000', '204042.703000', '204042.706000', '204042.708000', '204042.711000', '204042.714000', '204042.716000', '204042.719000', '204042.722000', '204042.724000', '204042.727000', '204042.730000', '204042.732000', '204042.735000', '204042.737000', '204042.740000', '204042.742000', '204042.745000', '204042.748000', '204042.750000', '204042.753000', '204042.755000', '204102.624000', '204102.627000', '204102.629000', '204102.632000', '204102.635000', '204102.637000', '204102.640000', '204102.642000', '204102.645000', '204102.648000', '204102.650000', '204102.653000', '204102.656000', '204102.658000', '204102.661000', '204102.663000', '204102.666000', '204102.669000', '204102.671000', '204102.674000', '204102.676000', '204102.679000', '204102.682000', '204102.684000', '204102.687000', '204102.689000', '204102.692000', '204102.695000', '204102.697000', '204102.700000', '204102.702000', '204102.705000', '204102.708000', '204102.710000', '204102.713000', '204102.715000', '204102.718000', '204102.721000', '204102.723000', '204102.726000', '204102.728000', '204102.731000', '204102.734000', '204102.736000', '204122.624000', '204122.626000', '204122.629000', '204122.632000', '204122.634000', '204122.637000', '204122.640000', '204122.642000', '204122.645000', '204122.647000', '204122.650000', '204122.652000', '204122.655000', '204122.658000', '204122.660000', '204122.663000', '204122.665000', '204122.668000', '204122.671000', '204122.674000', '204122.677000', '204122.679000', '204122.682000', '204122.685000', '204122.688000', '204122.691000', '204122.694000', '204122.696000', '204122.699000', '204122.702000', '204122.704000', '204122.707000', '204122.709000', '204122.712000', '204122.714000', '204122.717000', '204122.720000', '204122.722000', '204122.725000', '204122.728000', '204122.730000', '204122.733000', '204122.736000', '204142.624000', '204142.626000', '204142.629000', '204142.632000', '204142.634000', '204142.637000', '204142.639000', '204142.642000', '204142.645000', '204142.647000', '204142.650000', '204142.653000', '204142.655000', '204142.658000', '204142.660000', '204142.663000', '204142.666000', '204142.668000', '204142.671000', '204142.673000', '204142.676000', '204142.695000', '204142.697000', '204142.700000', '204142.703000', '204142.705000', '204142.708000', '204142.710000', '204142.713000', '204142.716000', '204142.718000', '204142.721000', '204142.724000', '204142.726000', '204142.729000', '204142.731000', '204142.734000', '204142.736000', '204142.739000', '204142.742000', '204142.744000', '204142.747000', '204142.749000', '204142.752000', '204202.623000', '204202.626000', '204202.629000', '204202.632000', '204202.634000', '204202.637000', '204202.639000', '204202.642000', '204202.645000', '204202.647000', '204202.650000', '204202.652000', '204202.655000', '204202.658000', '204202.660000', '204202.663000', '204202.665000', '204202.668000', '204202.670000', '204202.687000', '204202.690000', '204202.692000', '204202.695000', '204202.698000', '204202.700000', '204202.703000', '204202.705000', '204202.708000', '204202.711000', '204202.713000', '204202.716000', '204202.718000', '204202.721000', '204202.724000', '204202.726000', '204202.729000', '204202.732000', '204202.734000', '204202.737000', '204202.739000', '204202.742000', '204202.744000', '204202.747000', '204222.624000', '204222.627000', '204222.629000', '204222.632000', '204222.635000', '204222.637000', '204222.640000', '204222.642000', '204222.645000', '204222.648000', '204222.650000', '204222.653000', '204222.655000', '204222.658000', '204222.661000', '204222.663000', '204222.666000', '204222.669000', '204222.671000', '204222.674000', '204222.677000', '204222.679000', '204222.682000', '204222.684000', '204222.687000', '204222.690000', '204222.692000', '204222.695000', '204222.697000', '204222.700000', '204222.703000', '204222.705000', '204222.708000', '204222.711000', '204222.713000', '204222.716000', '204222.718000', '204222.721000', '204222.724000', '204222.726000', '204222.729000', '204222.731000', '204222.734000', '204222.736000', '204242.623000', '204242.626000', '204242.628000', '204242.631000', '204242.634000', '204242.636000', '204242.639000', '204242.641000', '204242.644000', '204242.647000', '204242.649000', '204242.652000', '204242.654000', '204242.657000', '204242.660000', '204242.662000', '204242.665000', '204242.667000', '204242.670000', '204242.673000', '204242.675000', '204242.678000', '204242.680000', '204242.683000', '204242.686000', '204242.688000', '204242.691000', '204242.693000', '204242.696000', '204242.699000', '204242.701000', '204242.704000', '204242.707000', '204242.709000', '204242.712000', '204242.715000', '204242.717000', '204242.720000', '204242.723000', '204242.727000', '204242.731000', '204242.734000', '204242.736000', '204302.624000', '204302.627000', '204302.629000', '204302.632000', '204302.635000', '204302.637000', '204302.640000', '204302.642000', '204302.645000', '204302.648000', '204302.650000', '204302.653000', '204302.656000', '204302.658000', '204302.661000', '204302.663000', '204302.666000', '204302.669000', '204302.671000', '204302.674000', '204302.676000', '204302.679000', '204302.682000', '204302.684000', '204302.687000', '204302.690000', '204302.692000', '204302.695000', '204302.698000', '204302.700000', '204302.703000', '204302.706000', '204302.708000', '204302.711000', '204302.714000', '204302.716000', '204302.719000', '204302.722000', '204302.724000', '204302.727000', '204302.729000', '204302.732000', '204302.735000', '204302.737000', '204322.624000', '204322.627000', '204322.629000', '204322.632000', '204322.635000', '204322.637000', '204322.640000', '204322.642000', '204322.645000', '204322.648000', '204322.650000', '204322.653000', '204322.655000', '204322.658000', '204322.661000', '204322.697000', '204322.699000', '204322.702000', '204322.705000', '204322.707000', '204322.710000', '204322.713000', '204322.715000', '204322.718000', '204322.721000', '204322.723000', '204322.726000', '204322.729000', '204322.731000', '204322.734000', '204322.737000', '204322.739000', '204322.742000', '204322.744000', '204322.747000', '204322.750000', '204322.752000', '204322.755000', '204322.757000', '204322.760000', '204322.763000', '204322.765000', '204322.768000', '204342.624000', '204342.627000', '204342.629000', '204342.632000', '204342.635000', '204342.637000', '204342.640000', '204342.642000', '204342.645000', '204342.647000', '204342.650000', '204342.653000', '204342.655000', '204342.658000', '204342.660000', '204342.663000', '204342.666000', '204342.668000', '204342.671000', '204342.673000', '204342.676000', '204342.679000', '204342.681000', '204342.684000', '204342.687000', '204342.689000', '204342.692000', '204342.694000', '204342.697000', '204342.700000', '204342.702000', '204342.705000', '204342.708000', '204342.710000', '204342.713000', '204342.715000', '204342.718000', '204342.721000', '204342.723000', '204342.726000', '204342.728000', '204342.731000', '204342.734000', '204342.736000', '204402.624000', '204402.626000', '204402.629000', '204402.632000', '204402.634000', '204402.637000', '204402.639000', '204402.642000', '204402.644000', '204402.647000', '204402.650000', '204402.652000', '204402.655000', '204402.657000', '204402.660000', '204402.663000', '204402.665000', '204402.668000', '204402.671000', '204402.673000', '204402.676000', '204402.678000', '204402.681000', '204402.683000', '204402.686000', '204402.689000', '204402.691000', '204402.694000', '204402.697000', '204402.699000', '204402.702000', '204402.704000', '204402.707000', '204402.710000', '204402.712000', '204402.715000', '204402.717000', '204402.720000', '204402.723000', '204402.725000', '204402.728000', '204402.730000', '204402.733000', '204403.195000', '204403.268000'], 'InstanceCreationTime': ['203502.660000', '203502.664000', '203502.666000', '203502.669000', '203502.672000', '203502.674000', '203502.677000', '203502.680000', '203502.682000', '203502.685000', '203502.687000', '203502.690000', '203502.693000', '203502.700000', '203502.703000', '203502.705000', '203502.708000', '203502.710000', '203502.713000', '203502.715000', '203502.718000', '203502.721000', '203502.723000', '203502.726000', '203502.730000', '203502.732000', '203502.735000', '203502.737000', '203502.740000', '203502.743000', '203502.745000', '203502.748000', '203502.750000', '203522.623000', '203522.626000', '203522.629000', '203522.632000', '203522.634000', '203522.637000', '203522.639000', '203522.642000', '203522.644000', '203522.647000', '203522.679000', '203522.682000', '203522.685000', '203522.687000', '203522.690000', '203522.692000', '203522.695000', '203522.697000', '203522.700000', '203522.703000', '203522.705000', '203522.708000', '203522.710000', '203522.713000', '203522.716000', '203522.718000', '203522.721000', '203522.723000', '203522.726000', '203522.728000', '203522.731000', '203522.734000', '203522.736000', '203522.739000', '203522.741000', '203522.744000', '203522.746000', '203522.749000', '203522.752000', '203522.754000', '203522.757000', '203522.759000', '203522.762000', '203522.765000', '203542.622000', '203542.625000', '203542.628000', '203542.631000', '203542.633000', '203542.636000', '203542.638000', '203542.641000', '203542.644000', '203542.646000', '203542.667000', '203542.669000', '203542.672000', '203542.675000', '203542.677000', '203542.680000', '203542.682000', '203542.685000', '203542.687000', '203542.690000', '203542.693000', '203542.695000', '203542.698000', '203542.700000', '203542.703000', '203542.706000', '203542.708000', '203542.711000', '203542.713000', '203542.716000', '203542.718000', '203542.721000', '203542.724000', '203542.726000', '203542.729000', '203542.731000', '203542.734000', '203542.737000', '203542.739000', '203542.742000', '203542.744000', '203542.747000', '203542.750000', '203602.623000', '203602.626000', '203602.629000', '203602.631000', '203602.634000', '203602.637000', '203602.639000', '203602.642000', '203602.644000', '203602.647000', '203602.650000', '203602.652000', '203602.655000', '203602.657000', '203602.660000', '203602.662000', '203602.665000', '203602.668000', '203602.671000', '203602.673000', '203602.690000', '203602.693000', '203602.695000', '203602.698000', '203602.701000', '203602.703000', '203602.706000', '203602.708000', '203602.711000', '203602.714000', '203602.716000', '203602.719000', '203602.721000', '203602.724000', '203602.726000', '203602.729000', '203602.732000', '203602.734000', '203602.737000', '203602.740000', '203602.742000', '203602.745000', '203602.747000', '203602.750000', '203622.624000', '203622.627000', '203622.629000', '203622.632000', '203622.635000', '203622.637000', '203622.640000', '203622.642000', '203622.645000', '203622.648000', '203622.650000', '203622.653000', '203622.655000', '203622.658000', '203622.661000', '203622.663000', '203622.666000', '203622.668000', '203622.671000', '203622.673000', '203622.676000', '203622.679000', '203622.681000', '203622.684000', '203622.686000', '203622.689000', '203622.692000', '203622.694000', '203622.697000', '203622.700000', '203622.702000', '203622.705000', '203622.707000', '203622.710000', '203622.713000', '203622.715000', '203622.718000', '203622.720000', '203622.723000', '203622.726000', '203622.728000', '203622.731000', '203622.733000', '203642.624000', '203642.627000', '203642.629000', '203642.632000', '203642.634000', '203642.637000', '203642.640000', '203642.642000', '203642.645000', '203642.647000', '203642.650000', '203642.653000', '203642.655000', '203642.658000', '203642.660000', '203642.663000', '203642.666000', '203642.668000', '203642.671000', '203642.674000', '203642.676000', '203642.679000', '203642.682000', '203642.684000', '203642.687000', '203642.690000', '203642.692000', '203642.695000', '203642.706000', '203642.709000', '203642.711000', '203642.714000', '203642.716000', '203642.719000', '203642.722000', '203642.724000', '203642.727000', '203642.729000', '203642.732000', '203642.735000', '203642.737000', '203642.740000', '203642.742000', '203642.745000', '203702.624000', '203702.627000', '203702.629000', '203702.632000', '203702.634000', '203702.637000', '203702.640000', '203702.642000', '203702.645000', '203702.647000', '203702.650000', '203702.652000', '203702.655000', '203702.658000', '203702.660000', '203702.663000', '203702.666000', '203702.668000', '203702.671000', '203702.673000', '203702.676000', '203702.679000', '203702.681000', '203702.684000', '203702.686000', '203702.689000', '203702.692000', '203702.694000', '203702.697000', '203702.700000', '203702.702000', '203702.705000', '203702.707000', '203702.710000', '203702.713000', '203702.715000', '203702.718000', '203702.720000', '203702.723000', '203702.725000', '203702.728000', '203702.731000', '203702.733000', '203722.624000', '203722.626000', '203722.629000', '203722.632000', '203722.634000', '203722.637000', '203722.640000', '203722.642000', '203722.645000', '203722.648000', '203722.650000', '203722.653000', '203722.655000', '203722.658000', '203722.661000', '203722.663000', '203722.666000', '203722.669000', '203722.671000', '203722.674000', '203722.676000', '203722.679000', '203722.682000', '203722.684000', '203722.687000', '203722.689000', '203722.692000', '203722.694000', '203722.697000', '203722.700000', '203722.702000', '203722.705000', '203722.708000', '203722.710000', '203722.713000', '203722.715000', '203722.718000', '203722.721000', '203722.723000', '203722.726000', '203722.739000', '203722.742000', '203722.744000', '203722.747000', '203742.623000', '203742.626000', '203742.629000', '203742.632000', '203742.634000', '203742.637000', '203742.639000', '203742.642000', '203742.645000', '203742.647000', '203742.650000', '203742.652000', '203742.655000', '203742.658000', '203742.660000', '203742.663000', '203742.666000', '203742.668000', '203742.671000', '203742.674000', '203742.676000', '203742.679000', '203742.681000', '203742.684000', '203742.687000', '203742.689000', '203742.692000', '203742.695000', '203742.697000', '203742.700000', '203742.710000', '203742.713000', '203742.715000', '203742.718000', '203742.721000', '203742.723000', '203742.726000', '203742.728000', '203742.731000', '203742.734000', '203742.736000', '203742.739000', '203742.750000', '203802.623000', '203802.626000', '203802.628000', '203802.631000', '203802.633000', '203802.636000', '203802.639000', '203802.641000', '203802.644000', '203802.646000', '203802.649000', '203802.652000', '203802.654000', '203802.657000', '203802.659000', '203802.662000', '203802.665000', '203802.667000', '203802.670000', '203802.673000', '203802.675000', '203802.678000', '203802.681000', '203802.683000', '203802.686000', '203802.688000', '203802.691000', '203802.694000', '203802.696000', '203802.699000', '203802.701000', '203802.704000', '203802.707000', '203802.709000', '203802.712000', '203802.714000', '203802.717000', '203802.720000', '203802.722000', '203802.725000', '203802.727000', '203802.730000', '203802.733000', '203802.735000', '203822.624000', '203822.627000', '203822.629000', '203822.632000', '203822.635000', '203822.637000', '203822.640000', '203822.642000', '203822.645000', '203822.648000', '203822.650000', '203822.653000', '203822.655000', '203822.658000', '203822.661000', '203822.663000', '203822.666000', '203822.669000', '203822.671000', '203822.674000', '203822.676000', '203822.679000', '203822.681000', '203822.684000', '203822.687000', '203822.689000', '203822.692000', '203822.694000', '203822.697000', '203822.700000', '203822.702000', '203822.705000', '203822.708000', '203822.710000', '203822.713000', '203822.716000', '203822.718000', '203822.721000', '203822.723000', '203822.726000', '203822.729000', '203822.731000', '203822.734000', '203842.624000', '203842.626000', '203842.629000', '203842.632000', '203842.634000', '203842.637000', '203842.639000', '203842.642000', '203842.645000', '203842.647000', '203842.650000', '203842.652000', '203842.655000', '203842.658000', '203842.660000', '203842.663000', '203842.666000', '203842.668000', '203842.671000', '203842.674000', '203842.676000', '203842.679000', '203842.682000', '203842.684000', '203842.687000', '203842.689000', '203842.692000', '203842.695000', '203842.697000', '203842.700000', '203842.702000', '203842.705000', '203842.708000', '203842.711000', '203842.713000', '203842.716000', '203842.719000', '203842.721000', '203842.724000', '203842.726000', '203842.729000', '203842.732000', '203842.734000', '203902.623000', '203902.626000', '203902.629000', '203902.632000', '203902.634000', '203902.637000', '203902.639000', '203902.642000', '203902.645000', '203902.647000', '203902.650000', '203902.653000', '203902.655000', '203902.658000', '203902.660000', '203902.663000', '203902.666000', '203902.668000', '203902.671000', '203902.673000', '203902.676000', '203902.679000', '203902.681000', '203902.684000', '203902.686000', '203902.689000', '203902.692000', '203902.694000', '203902.697000', '203902.700000', '203902.702000', '203902.705000', '203902.707000', '203902.710000', '203902.713000', '203902.715000', '203902.718000', '203902.720000', '203902.723000', '203902.726000', '203902.728000', '203902.731000', '203902.733000', '203902.736000', '203922.624000', '203922.627000', '203922.629000', '203922.632000', '203922.635000', '203922.637000', '203922.640000', '203922.642000', '203922.645000', '203922.647000', '203922.650000', '203922.653000', '203922.655000', '203922.659000', '203922.662000', '203922.665000', '203922.668000', '203922.670000', '203922.673000', '203922.676000', '203922.678000', '203922.681000', '203922.683000', '203922.686000', '203922.689000', '203922.691000', '203922.694000', '203922.697000', '203922.699000', '203922.702000', '203922.704000', '203922.707000', '203922.710000', '203922.712000', '203922.715000', '203922.717000', '203922.720000', '203922.722000', '203922.725000', '203922.728000', '203922.730000', '203922.733000', '203922.736000', '203942.624000', '203942.626000', '203942.629000', '203942.632000', '203942.634000', '203942.637000', '203942.639000', '203942.642000', '203942.645000', '203942.647000', '203942.650000', '203942.652000', '203942.655000', '203942.658000', '203942.660000', '203942.663000', '203942.665000', '203942.668000', '203942.671000', '203942.673000', '203942.676000', '203942.679000', '203942.681000', '203942.684000', '203942.686000', '203942.689000', '203942.692000', '203942.694000', '203942.697000', '203942.699000', '203942.702000', '203942.705000', '203942.707000', '203942.710000', '203942.712000', '203942.715000', '203942.718000', '203942.720000', '203942.723000', '203942.726000', '203942.728000', '203942.731000', '203942.733000', '203942.736000', '204002.624000', '204002.626000', '204002.629000', '204002.632000', '204002.634000', '204002.637000', '204002.639000', '204002.642000', '204002.644000', '204002.649000', '204002.652000', '204002.655000', '204002.657000', '204002.660000', '204002.662000', '204002.665000', '204002.668000', '204002.670000', '204002.673000', '204002.675000', '204002.679000', '204002.682000', '204002.685000', '204002.687000', '204002.690000', '204002.693000', '204002.696000', '204002.698000', '204002.701000', '204002.704000', '204002.706000', '204002.709000', '204002.712000', '204002.714000', '204002.717000', '204002.719000', '204002.722000', '204002.725000', '204002.727000', '204002.730000', '204002.733000', '204002.735000', '204002.740000', '204022.623000', '204022.626000', '204022.628000', '204022.631000', '204022.633000', '204022.636000', '204022.639000', '204022.641000', '204022.644000', '204022.646000', '204022.649000', '204022.652000', '204022.654000', '204022.657000', '204022.659000', '204022.662000', '204022.665000', '204022.667000', '204022.670000', '204022.673000', '204022.675000', '204022.678000', '204022.680000', '204022.683000', '204022.686000', '204022.688000', '204022.691000', '204022.693000', '204022.696000', '204022.699000', '204022.701000', '204022.704000', '204022.706000', '204022.709000', '204022.712000', '204022.714000', '204022.717000', '204022.719000', '204022.722000', '204022.725000', '204022.727000', '204022.730000', '204022.732000', '204022.735000', '204042.624000', '204042.626000', '204042.629000', '204042.632000', '204042.634000', '204042.637000', '204042.640000', '204042.642000', '204042.666000', '204042.669000', '204042.672000', '204042.674000', '204042.677000', '204042.680000', '204042.682000', '204042.685000', '204042.687000', '204042.690000', '204042.693000', '204042.695000', '204042.698000', '204042.700000', '204042.703000', '204042.706000', '204042.708000', '204042.711000', '204042.714000', '204042.716000', '204042.719000', '204042.722000', '204042.724000', '204042.727000', '204042.730000', '204042.732000', '204042.735000', '204042.737000', '204042.740000', '204042.742000', '204042.745000', '204042.748000', '204042.750000', '204042.753000', '204042.755000', '204102.624000', '204102.627000', '204102.629000', '204102.632000', '204102.635000', '204102.637000', '204102.640000', '204102.642000', '204102.645000', '204102.648000', '204102.650000', '204102.653000', '204102.656000', '204102.658000', '204102.661000', '204102.663000', '204102.666000', '204102.669000', '204102.671000', '204102.674000', '204102.676000', '204102.679000', '204102.682000', '204102.684000', '204102.687000', '204102.689000', '204102.692000', '204102.695000', '204102.697000', '204102.700000', '204102.702000', '204102.705000', '204102.708000', '204102.710000', '204102.713000', '204102.715000', '204102.718000', '204102.721000', '204102.723000', '204102.726000', '204102.728000', '204102.731000', '204102.734000', '204102.736000', '204122.624000', '204122.626000', '204122.629000', '204122.632000', '204122.634000', '204122.637000', '204122.640000', '204122.642000', '204122.645000', '204122.647000', '204122.650000', '204122.652000', '204122.655000', '204122.658000', '204122.660000', '204122.663000', '204122.665000', '204122.668000', '204122.671000', '204122.674000', '204122.677000', '204122.679000', '204122.682000', '204122.685000', '204122.688000', '204122.691000', '204122.694000', '204122.696000', '204122.699000', '204122.702000', '204122.704000', '204122.707000', '204122.709000', '204122.712000', '204122.714000', '204122.717000', '204122.720000', '204122.722000', '204122.725000', '204122.728000', '204122.730000', '204122.733000', '204122.736000', '204142.624000', '204142.626000', '204142.629000', '204142.632000', '204142.634000', '204142.637000', '204142.639000', '204142.642000', '204142.645000', '204142.647000', '204142.650000', '204142.653000', '204142.655000', '204142.658000', '204142.660000', '204142.663000', '204142.666000', '204142.668000', '204142.671000', '204142.673000', '204142.676000', '204142.695000', '204142.697000', '204142.700000', '204142.703000', '204142.705000', '204142.708000', '204142.710000', '204142.713000', '204142.716000', '204142.718000', '204142.721000', '204142.724000', '204142.726000', '204142.729000', '204142.731000', '204142.734000', '204142.736000', '204142.739000', '204142.742000', '204142.744000', '204142.747000', '204142.749000', '204142.752000', '204202.623000', '204202.626000', '204202.629000', '204202.632000', '204202.634000', '204202.637000', '204202.639000', '204202.642000', '204202.645000', '204202.647000', '204202.650000', '204202.652000', '204202.655000', '204202.658000', '204202.660000', '204202.663000', '204202.665000', '204202.668000', '204202.670000', '204202.687000', '204202.690000', '204202.692000', '204202.695000', '204202.698000', '204202.700000', '204202.703000', '204202.705000', '204202.708000', '204202.711000', '204202.713000', '204202.716000', '204202.718000', '204202.721000', '204202.724000', '204202.726000', '204202.729000', '204202.732000', '204202.734000', '204202.737000', '204202.739000', '204202.742000', '204202.744000', '204202.747000', '204222.624000', '204222.627000', '204222.629000', '204222.632000', '204222.635000', '204222.637000', '204222.640000', '204222.642000', '204222.645000', '204222.648000', '204222.650000', '204222.653000', '204222.655000', '204222.658000', '204222.661000', '204222.663000', '204222.666000', '204222.669000', '204222.671000', '204222.674000', '204222.677000', '204222.679000', '204222.682000', '204222.684000', '204222.687000', '204222.690000', '204222.692000', '204222.695000', '204222.697000', '204222.700000', '204222.703000', '204222.705000', '204222.708000', '204222.711000', '204222.713000', '204222.716000', '204222.718000', '204222.721000', '204222.724000', '204222.726000', '204222.729000', '204222.731000', '204222.734000', '204222.736000', '204242.623000', '204242.626000', '204242.628000', '204242.631000', '204242.634000', '204242.636000', '204242.639000', '204242.641000', '204242.644000', '204242.647000', '204242.649000', '204242.652000', '204242.654000', '204242.657000', '204242.660000', '204242.662000', '204242.665000', '204242.667000', '204242.670000', '204242.673000', '204242.675000', '204242.678000', '204242.680000', '204242.683000', '204242.686000', '204242.688000', '204242.691000', '204242.693000', '204242.696000', '204242.699000', '204242.701000', '204242.704000', '204242.707000', '204242.709000', '204242.712000', '204242.715000', '204242.717000', '204242.720000', '204242.723000', '204242.727000', '204242.731000', '204242.734000', '204242.736000', '204302.624000', '204302.627000', '204302.629000', '204302.632000', '204302.635000', '204302.637000', '204302.640000', '204302.642000', '204302.645000', '204302.648000', '204302.650000', '204302.653000', '204302.656000', '204302.658000', '204302.661000', '204302.663000', '204302.666000', '204302.669000', '204302.671000', '204302.674000', '204302.676000', '204302.679000', '204302.682000', '204302.684000', '204302.687000', '204302.690000', '204302.692000', '204302.695000', '204302.698000', '204302.700000', '204302.703000', '204302.706000', '204302.708000', '204302.711000', '204302.714000', '204302.716000', '204302.719000', '204302.722000', '204302.724000', '204302.727000', '204302.729000', '204302.732000', '204302.735000', '204302.737000', '204322.624000', '204322.627000', '204322.629000', '204322.632000', '204322.635000', '204322.637000', '204322.640000', '204322.642000', '204322.645000', '204322.648000', '204322.650000', '204322.653000', '204322.655000', '204322.658000', '204322.661000', '204322.697000', '204322.699000', '204322.702000', '204322.705000', '204322.707000', '204322.710000', '204322.713000', '204322.715000', '204322.718000', '204322.721000', '204322.723000', '204322.726000', '204322.729000', '204322.731000', '204322.734000', '204322.737000', '204322.739000', '204322.742000', '204322.744000', '204322.747000', '204322.750000', '204322.752000', '204322.755000', '204322.757000', '204322.760000', '204322.763000', '204322.765000', '204322.768000', '204342.624000', '204342.627000', '204342.629000', '204342.632000', '204342.635000', '204342.637000', '204342.640000', '204342.642000', '204342.645000', '204342.647000', '204342.650000', '204342.653000', '204342.655000', '204342.658000', '204342.660000', '204342.663000', '204342.666000', '204342.668000', '204342.671000', '204342.673000', '204342.676000', '204342.679000', '204342.681000', '204342.684000', '204342.687000', '204342.689000', '204342.692000', '204342.694000', '204342.697000', '204342.700000', '204342.702000', '204342.705000', '204342.708000', '204342.710000', '204342.713000', '204342.715000', '204342.718000', '204342.721000', '204342.723000', '204342.726000', '204342.728000', '204342.731000', '204342.734000', '204342.736000', '204402.624000', '204402.626000', '204402.629000', '204402.632000', '204402.634000', '204402.637000', '204402.639000', '204402.642000', '204402.644000', '204402.647000', '204402.650000', '204402.652000', '204402.655000', '204402.657000', '204402.660000', '204402.663000', '204402.665000', '204402.668000', '204402.671000', '204402.673000', '204402.676000', '204402.678000', '204402.681000', '204402.683000', '204402.686000', '204402.689000', '204402.691000', '204402.694000', '204402.697000', '204402.699000', '204402.702000', '204402.704000', '204402.707000', '204402.710000', '204402.712000', '204402.715000', '204402.717000', '204402.720000', '204402.723000', '204402.725000', '204402.728000', '204402.730000', '204402.733000', '204403.195000', '204403.268000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [7697, 9606, 7512, 9782, 7116, 10799, 7091, 8925, 7710, 8270, 7440, 10490, 8509, 11850, 8385, 7768, 7708, 6431, 8498, 9702, 10209, 7281, 9645, 7720, 7802, 7567, 10738, 8691, 7078, 7765, 6519, 7693, 6933, 8370, 7808, 7288, 7947, 6946, 9174, 8024, 11521, 7313, 9840, 7092, 7822, 7445, 7034, 7295, 6613, 7942, 7610, 8587, 7585, 9928, 7005, 9022, 6989, 7636, 6679, 11150, 7951, 12243, 7656, 9386, 7250, 9347, 8051, 6589, 7217, 6917, 7508, 7349, 8605, 6992, 8345, 7248, 8175, 7134, 9954, 7681, 7820, 7303, 7521, 7843, 8708, 9356, 7189, 8924, 7016, 8621, 7859, 12999, 8193, 10992, 7688, 9809, 7491, 8077, 7673, 7072, 7227, 7376, 8240, 7899, 8266, 7609, 7400, 7931, 7638, 9174, 8074, 8460, 7654, 7545, 7503, 7609, 7617, 7826, 6986, 6798, 7440, 8772, 8104, 7636, 8104, 7284, 7631, 7417, 8493, 7687, 10640, 7979, 7004, 7427, 6938, 7275, 7423, 8496, 8253, 8083, 12954, 7323, 6433, 7200, 7566, 8289, 8340, 14286, 10856, 9314, 7514, 7480, 7818, 7351, 10310, 7750, 9167, 7697, 8527, 7914, 8061, 7635, 7426, 7859, 7284, 9121, 7746, 7915, 7537, 6453, 7719, 8126, 9408, 7707, 9415, 7425, 7293, 7892, 8614, 9711, 7333, 6742, 7441, 8121, 9377, 7355, 8682, 7436, 6997, 7625, 9099, 8475, 11259, 9339, 7273, 8082, 7082, 8739, 7280, 13360, 7842, 9698, 7587, 8258, 7883, 8006, 9103, 6988, 7485, 7123, 8114, 7481, 8673, 7527, 6625, 7615, 7459, 8654, 7484, 10958, 7390, 7891, 7839, 7553, 7796, 7198, 10143, 7191, 7881, 7925, 7246, 8739, 7248, 7055, 7440, 7758, 7649, 7587, 8430, 7551, 8535, 7873, 8231, 7554, 12412, 8806, 7196, 7767, 7048, 8147, 7776, 10819, 8126, 7808, 7800, 7352, 9305, 7670, 6751, 7669, 7313, 7745, 7490, 8510, 7748, 6859, 7737, 7274, 9573, 7840, 12504, 8214, 6897, 7870, 8831, 8285, 7892, 12747, 7711, 7901, 7905, 8713, 8255, 7446, 10972, 7259, 7035, 7899, 7935, 8367, 7329, 9035, 7241, 8480, 7802, 7947, 7921, 7420, 7038, 7482, 7857, 7913, 9467, 9664, 7365, 9202, 7318, 9104, 7749, 7691, 7862, 7173, 7501, 7055, 8802, 7371, 11492, 7745, 6465, 7567, 7859, 9038, 7182, 8733, 7672, 7775, 7927, 7500, 11309, 8190, 8611, 7909, 7506, 9700, 7924, 8665, 7883, 7366, 9176, 7711, 9741, 12625, 8065, 11854, 7432, 7873, 7964, 7371, 12153, 7692, 7532, 7536, 6826, 7961, 7211, 10143, 7630, 7751, 7584, 7015, 9215, 7697, 8342, 7499, 6903, 7819, 7559, 8824, 7722, 6835, 7030, 7370, 8804, 8115, 8787, 12091, 7652, 9369, 7413, 7897, 7823, 7151, 10486, 7486, 7968, 7967, 9496, 8741, 7351, 7167, 7318, 7470, 7809, 7482, 10003, 7711, 7172, 8412, 7518, 10406, 8574, 6883, 7385, 7234, 8209, 7367, 12753, 9610, 7079, 7961, 7146, 7901, 7471, 9257, 7607, 6792, 7750, 7049, 8280, 7291, 11235, 8473, 8115, 7339, 7414, 7695, 7122, 9272, 7091, 8091, 7756, 6639, 9185, 7071, 11269, 7155, 9461, 7330, 9743, 8129, 10674, 7583, 7373, 7738, 6668, 8587, 7381, 10537, 7513, 7017, 7870, 7149, 7873, 6965, 7481, 7039, 7690, 7440, 7939, 8061, 7514, 7588, 7232, 6975, 7419, 8985, 8016, 7783, 7688, 7002, 7925, 7229, 8499, 7939, 7317, 7587, 6959, 8993, 7331, 12314, 8566, 6554, 7838, 7461, 7989, 7145, 9786, 7132, 9319, 7687, 7651, 7914, 8009, 11505, 7679, 13217, 7668, 9093, 7809, 7990, 9742, 7286, 9332, 7674, 6799, 7966, 7218, 10253, 7461, 6504, 7780, 6663, 9139, 7482, 10724, 7777, 6946, 8005, 7010, 11015, 8471, 10474, 7816, 7453, 8027, 6712, 11787, 7389, 7492, 7907, 7236, 8075, 7299, 11701, 8019, 7687, 7763, 7980, 8249, 7389, 10109, 7888, 8057, 8107, 7389, 10591, 7880, 7337, 7580, 6895, 8085, 7618, 9302, 7942, 7120, 7941, 7246, 7573, 7827, 6889, 9877, 7350, 7361, 8055, 9259, 9636, 7399, 8152, 7919, 8700, 8077, 7284, 9590, 7584, 7525, 7549, 7128, 8615, 7463, 8038, 8616, 7148, 8971, 8050, 7639, 8429, 7119, 12254, 7473, 6777, 7771, 6895, 9716, 7523, 11280, 7597, 8345, 8036, 8855, 11097, 7116, 8860, 7473, 8031, 7920, 8252, 8139, 7352, 8165, 7859, 7344, 8105, 7027, 8363, 7172, 9330, 8262, 8658, 9884, 7183, 9230, 7224, 7915, 7795, 8220, 8866, 6993, 8311, 6998, 9314, 7953, 8061, 7638, 6691, 7857, 7049, 8142, 7620, 9114, 7314, 6842, 8052, 6827, 8338, 7378, 8999, 7480, 7903, 7580, 7063, 8014, 7347, 12347, 7589, 7943, 7576, 7007, 8362, 6743, 10051, 7017, 8961, 7567, 8063, 8035, 9146, 10001, 7393, 11678, 7246, 8101, 7833, 8085, 7947, 7179, 7776, 7129, 8209, 7168, 9631, 8263, 7749, 7996, 7161, 7380, 7111, 7686, 7814, 7953, 6800, 6960, 7995, 7488, 7591, 7931, 8940, 8893, 7016, 8872, 7152, 8384, 7174, 9335, 7639, 8243, 7880, 7165, 7961, 7611, 7956, 7990, 6975, 7434, 7170, 7869, 8117, 8131, 8984, 7133, 7688, 7276, 7767, 7851, 6860, 10127, 7650, 6673, 7923, 6696, 10902, 8240, 6733, 7769, 7105, 7998, 7125, 10489, 8184, 7745, 7680, 7065, 8069, 7708, 8455, 8170, 7218, 8614, 7930, 7512, 8330, 7143, 13175, 7585, 7970, 7998, 8329, 11231, 9196, 9975, 7717, 7078, 9578, 7091, 9651, 7959, 7134, 7049, 7235, 7237, 8293, 7856, 12279, 7302, 7406, 7896, 8988, 8642, 7367, 11855, 7457, 6830, 8026, 8937, 8047, 7224, 10903, 7495, 6692, 7867, 6856, 8544, 7395, 6677, 7887, 7074, 7893, 7384, 10313, 9385, 7377, 7978, 7166, 8343, 8092, 8413, 12133, 7151, 8118, 8138, 6933, 9662, 7474, 6973, 9243, 7173, 7303, 7651, 7055, 10469, 7303, 7508, 7837, 8060, 8151, 6914, 12393, 7641, 6593, 8218, 6735, 11397, 8750, 7767, 7812, 6844, 8241, 7015, 9252, 7979, 7203, 8124, 6916, 8917, 7276, 11178, 8721, 7128, 7991, 7269, 8499, 8231, 8252, 8131, 7261, 8051, 8116, 7788, 8284, 8401, 12931, 7985, 7862, 8410, 7112, 12032, 8037, 8079, 8116, 7359, 8574, 7472, 8416, 8296, 7331, 7895, 7512, 9054, 8101, 9490, 8644, 6967, 7838, 7482, 8169, 7988, 7837, 8406, 7246, 7364, 7268, 8528, 8254, 8237, 8267, 7466, 7931, 7684, 7319, 8335, 7325, 10653, 7608, 6849, 8959, 7822, 10072, 8382, 7365, 7552, 8270, 8463, 11837, 9763, 7310, 8328, 7593, 9027, 9188, 7314, 6963, 7361, 7308, 8416, 7395, 11361, 9058, 7050, 7926, 7010, 8337, 8035, 8746, 7802, 7057, 7782, 7430, 9240, 8455, 9857, 8440, 7102, 8341, 7387, 8984, 7971, 10973, 7966, 7417, 7516, 7431, 8274, 7335, 10551, 7741, 7027, 6948, 7114, 7583, 7818, 7220, 10748, 7263, 7638, 7884, 7348, 9195, 7734, 13308, 7680, 7213, 7121, 7421, 7518, 6926, 7489, 7878, 7277, 8159, 7496, 9199, 8190, 11910, 8739, 7210, 7439, 7415, 7767, 7460, 12614, 8083, 6847, 6986, 6771, 8523, 8027, 12194, 9681, 6845, 8247, 6860, 7010, 8762, 6893, 6635, 8085, 6905, 6978, 7906, 7344, 11573, 7022, 8452, 8451, 9384, 12587, 10369, 12939, 7169, 7240, 8234, 8397, 11263, 9647, 12552, 7224, 7600, 7762, 7290, 9238, 6570, 7227, 7155, 7503, 8894, 7721, 12092, 8867, 7193, 6929, 6654, 6861, 7500, 6958, 11869, 8594, 7145, 7073, 7496, 7497, 8643, 7747, 10008, 7444, 7165, 8847, 8440, 10512, 7306, 8642, 7144, 6745, 8021, 6992, 7447, 7461, 7886, 6597, 6896, 8237, 8553, 8340, 9738, 7861, 7264, 7698, 7450, 9747, 7847, 14081, 8707, 6743, 7503, 7762, 8423, 7368, 12214, 7376, 10112, 7264, 7503, 8275, 7081, 7705, 7530, 6797, 7268, 7954, 7423, 8211, 8055, 7149, 6837, 7528, 8301, 7969, 7851, 7827, 7320, 7658, 7550, 8911, 8654, 8700, 9237, 7358, 6738, 7563, 8665, 8551, 8054, 8031, 7481, 6936, 7788, 8370, 8665, 8370, 7531, 7487, 8894, 7441, 8590, 8302, 8849, 7455, 7134, 7447, 8076, 7405, 9905, 7471, 8432, 7804, 7872, 8998, 10036, 13732, 7028, 8712, 8688, 9753, 11397, 8810, 12896, 7102, 8099, 8536, 7180, 12025, 7142, 6995, 7279, 7249, 9870, 8345, 8319, 7860, 7418, 8719, 8282, 10520, 7617, 8041, 7653, 8136, 9416, 7408, 8586, 7802, 8254, 8621, 7254, 8347, 7718, 7100, 7231, 7717, 8542, 9010, 7487, 10564, 7143, 8147, 7727, 7635, 13419, 9790, 9554, 7522, 7927, 7906, 7489, 12191, 8675, 7191, 7760, 7256, 7969, 7752], 'WindowCenter': [3870.0, 3876.0, 3843.0, 3871.0, 3817.0, 3868.0, 3815.0, 3845.0, 3825.0, 3836.0, 3824.0, 3867.0, 3846.0, 3867.0, 3848.0, 3826.0, 3825.0, 3804.0, 3835.0, 3844.0, 3856.0, 3815.0, 3856.0, 3825.0, 3824.0, 3825.0, 3854.0, 3835.0, 3812.0, 3824.0, 3805.0, 3824.0, 3826.0, 3849.0, 3838.0, 3825.0, 3836.0, 3816.0, 3846.0, 3825.0, 3869.0, 3826.0, 3857.0, 3815.0, 3825.0, 3826.0, 3826.0, 3827.0, 3816.0, 3838.0, 3826.0, 3847.0, 3826.0, 3873.0, 3827.0, 3848.0, 3826.0, 3825.0, 3815.0, 3868.0, 3837.0, 3878.0, 3825.0, 3845.0, 3826.0, 3845.0, 3838.0, 3816.0, 3826.0, 3814.0, 3824.0, 3812.0, 3850.0, 3816.0, 3848.0, 3827.0, 3836.0, 3814.0, 3869.0, 3838.0, 3837.0, 3826.0, 3826.0, 3834.0, 3836.0, 3858.0, 3816.0, 3846.0, 3813.0, 3833.0, 3822.0, 3889.0, 3836.0, 3866.0, 3824.0, 3854.0, 3813.0, 3824.0, 3825.0, 3813.0, 3824.0, 3826.0, 3834.0, 3835.0, 3847.0, 3837.0, 3825.0, 3836.0, 3835.0, 3845.0, 3837.0, 3836.0, 3826.0, 3826.0, 3823.0, 3824.0, 3825.0, 3838.0, 3815.0, 3814.0, 3826.0, 3845.0, 3834.0, 3836.0, 3837.0, 3827.0, 3825.0, 3825.0, 3846.0, 3825.0, 3868.0, 3835.0, 3816.0, 3825.0, 3815.0, 3826.0, 3824.0, 3845.0, 3836.0, 3834.0, 3879.0, 3825.0, 3805.0, 3825.0, 3825.0, 3833.0, 3835.0, 3891.0, 3867.0, 3844.0, 3812.0, 3812.0, 3823.0, 3813.0, 3855.0, 3824.0, 3845.0, 3824.0, 3831.0, 3823.0, 3824.0, 3823.0, 3813.0, 3822.0, 3812.0, 3843.0, 3826.0, 3824.0, 3823.0, 3791.0, 3824.0, 3823.0, 3857.0, 3824.0, 3846.0, 3824.0, 3813.0, 3824.0, 3846.0, 3855.0, 3826.0, 3816.0, 3826.0, 3836.0, 3857.0, 3838.0, 3849.0, 3839.0, 3827.0, 3839.0, 3857.0, 3836.0, 3880.0, 3859.0, 3827.0, 3836.0, 3815.0, 3835.0, 3826.0, 3892.0, 3837.0, 3856.0, 3826.0, 3835.0, 3825.0, 3837.0, 3846.0, 3815.0, 3812.0, 3814.0, 3835.0, 3824.0, 3846.0, 3826.0, 3814.0, 3824.0, 3825.0, 3846.0, 3826.0, 3869.0, 3827.0, 3836.0, 3824.0, 3825.0, 3838.0, 3827.0, 3869.0, 3816.0, 3837.0, 3835.0, 3826.0, 3846.0, 3828.0, 3827.0, 3827.0, 3837.0, 3837.0, 3837.0, 3851.0, 3838.0, 3849.0, 3847.0, 3847.0, 3826.0, 3891.0, 3848.0, 3815.0, 3824.0, 3826.0, 3823.0, 3837.0, 3869.0, 3836.0, 3838.0, 3826.0, 3825.0, 3845.0, 3826.0, 3816.0, 3837.0, 3826.0, 3826.0, 3826.0, 3850.0, 3837.0, 3817.0, 3825.0, 3827.0, 3855.0, 3838.0, 3880.0, 3837.0, 3815.0, 3836.0, 3844.0, 3835.0, 3838.0, 3878.0, 3825.0, 3835.0, 3823.0, 3833.0, 3837.0, 3828.0, 3868.0, 3826.0, 3814.0, 3836.0, 3836.0, 3838.0, 3826.0, 3847.0, 3826.0, 3845.0, 3826.0, 3834.0, 3837.0, 3825.0, 3814.0, 3826.0, 3835.0, 3835.0, 3856.0, 3858.0, 3826.0, 3858.0, 3826.0, 3846.0, 3827.0, 3826.0, 3836.0, 3816.0, 3826.0, 3815.0, 3846.0, 3824.0, 3868.0, 3824.0, 3804.0, 3826.0, 3838.0, 3847.0, 3816.0, 3849.0, 3838.0, 3840.0, 3850.0, 3829.0, 3884.0, 3851.0, 3849.0, 3839.0, 3840.0, 3858.0, 3853.0, 3849.0, 3837.0, 3827.0, 3857.0, 3836.0, 3857.0, 3891.0, 3836.0, 3879.0, 3815.0, 3834.0, 3824.0, 3826.0, 3879.0, 3826.0, 3826.0, 3825.0, 3804.0, 3823.0, 3826.0, 3868.0, 3826.0, 3826.0, 3823.0, 3815.0, 3844.0, 3825.0, 3836.0, 3815.0, 3814.0, 3824.0, 3836.0, 3845.0, 3837.0, 3816.0, 3815.0, 3827.0, 3847.0, 3835.0, 3846.0, 3881.0, 3826.0, 3848.0, 3825.0, 3823.0, 3825.0, 3816.0, 3867.0, 3827.0, 3836.0, 3836.0, 3856.0, 3847.0, 3826.0, 3816.0, 3827.0, 3826.0, 3826.0, 3827.0, 3870.0, 3826.0, 3828.0, 3836.0, 3824.0, 3866.0, 3849.0, 3816.0, 3827.0, 3827.0, 3835.0, 3826.0, 3879.0, 3860.0, 3814.0, 3826.0, 3814.0, 3834.0, 3813.0, 3845.0, 3837.0, 3804.0, 3826.0, 3814.0, 3835.0, 3826.0, 3867.0, 3848.0, 3824.0, 3825.0, 3824.0, 3824.0, 3816.0, 3848.0, 3815.0, 3836.0, 3836.0, 3815.0, 3847.0, 3828.0, 3880.0, 3817.0, 3859.0, 3829.0, 3856.0, 3825.0, 3868.0, 3825.0, 3825.0, 3825.0, 3803.0, 3846.0, 3827.0, 3867.0, 3827.0, 3816.0, 3836.0, 3815.0, 3836.0, 3827.0, 3826.0, 3826.0, 3836.0, 3838.0, 3838.0, 3838.0, 3829.0, 3837.0, 3827.0, 3826.0, 3827.0, 3846.0, 3850.0, 3838.0, 3838.0, 3828.0, 3836.0, 3827.0, 3849.0, 3850.0, 3828.0, 3839.0, 3828.0, 3847.0, 3827.0, 3880.0, 3861.0, 3806.0, 3839.0, 3827.0, 3836.0, 3817.0, 3858.0, 3829.0, 3860.0, 3837.0, 3838.0, 3838.0, 3836.0, 3883.0, 3839.0, 3891.0, 3826.0, 3845.0, 3824.0, 3823.0, 3858.0, 3825.0, 3858.0, 3836.0, 3816.0, 3837.0, 3827.0, 3871.0, 3828.0, 3807.0, 3827.0, 3817.0, 3858.0, 3828.0, 3869.0, 3837.0, 3826.0, 3836.0, 3828.0, 3868.0, 3862.0, 3870.0, 3837.0, 3825.0, 3835.0, 3815.0, 3881.0, 3826.0, 3828.0, 3838.0, 3825.0, 3837.0, 3827.0, 3880.0, 3838.0, 3836.0, 3826.0, 3837.0, 3836.0, 3828.0, 3871.0, 3848.0, 3836.0, 3836.0, 3826.0, 3866.0, 3839.0, 3826.0, 3825.0, 3827.0, 3837.0, 3826.0, 3847.0, 3837.0, 3826.0, 3834.0, 3826.0, 3826.0, 3824.0, 3826.0, 3858.0, 3826.0, 3827.0, 3837.0, 3857.0, 3857.0, 3826.0, 3836.0, 3837.0, 3847.0, 3836.0, 3826.0, 3858.0, 3839.0, 3837.0, 3838.0, 3827.0, 3846.0, 3827.0, 3838.0, 3850.0, 3829.0, 3859.0, 3836.0, 3825.0, 3836.0, 3828.0, 3880.0, 3826.0, 3816.0, 3836.0, 3826.0, 3859.0, 3840.0, 3881.0, 3837.0, 3846.0, 3835.0, 3859.0, 3880.0, 3817.0, 3846.0, 3826.0, 3834.0, 3836.0, 3847.0, 3836.0, 3826.0, 3846.0, 3837.0, 3824.0, 3850.0, 3816.0, 3835.0, 3815.0, 3845.0, 3836.0, 3847.0, 3858.0, 3816.0, 3844.0, 3826.0, 3836.0, 3824.0, 3836.0, 3848.0, 3815.0, 3835.0, 3826.0, 3845.0, 3835.0, 3837.0, 3825.0, 3805.0, 3834.0, 3814.0, 3823.0, 3825.0, 3847.0, 3827.0, 3815.0, 3836.0, 3805.0, 3835.0, 3826.0, 3847.0, 3826.0, 3849.0, 3837.0, 3828.0, 3836.0, 3826.0, 3879.0, 3827.0, 3836.0, 3825.0, 3815.0, 3834.0, 3803.0, 3857.0, 3827.0, 3846.0, 3837.0, 3837.0, 3836.0, 3856.0, 3856.0, 3828.0, 3878.0, 3827.0, 3836.0, 3824.0, 3823.0, 3835.0, 3817.0, 3836.0, 3816.0, 3837.0, 3829.0, 3857.0, 3837.0, 3826.0, 3836.0, 3816.0, 3825.0, 3814.0, 3825.0, 3824.0, 3836.0, 3816.0, 3827.0, 3837.0, 3827.0, 3827.0, 3836.0, 3847.0, 3846.0, 3815.0, 3845.0, 3814.0, 3834.0, 3816.0, 3859.0, 3837.0, 3846.0, 3835.0, 3826.0, 3836.0, 3836.0, 3848.0, 3837.0, 3828.0, 3826.0, 3816.0, 3835.0, 3836.0, 3837.0, 3859.0, 3828.0, 3838.0, 3828.0, 3838.0, 3836.0, 3829.0, 3871.0, 3839.0, 3816.0, 3836.0, 3816.0, 3867.0, 3851.0, 3818.0, 3838.0, 3817.0, 3835.0, 3815.0, 3867.0, 3849.0, 3826.0, 3836.0, 3816.0, 3837.0, 3825.0, 3847.0, 3848.0, 3826.0, 3847.0, 3835.0, 3826.0, 3835.0, 3815.0, 3890.0, 3838.0, 3836.0, 3835.0, 3836.0, 3868.0, 3859.0, 3858.0, 3826.0, 3815.0, 3856.0, 3816.0, 3857.0, 3838.0, 3827.0, 3816.0, 3825.0, 3824.0, 3835.0, 3838.0, 3880.0, 3827.0, 3826.0, 3836.0, 3848.0, 3836.0, 3826.0, 3880.0, 3825.0, 3814.0, 3836.0, 3845.0, 3825.0, 3827.0, 3880.0, 3828.0, 3816.0, 3838.0, 3818.0, 3848.0, 3827.0, 3817.0, 3848.0, 3828.0, 3848.0, 3828.0, 3870.0, 3861.0, 3828.0, 3837.0, 3827.0, 3848.0, 3837.0, 3850.0, 3881.0, 3817.0, 3835.0, 3835.0, 3815.0, 3858.0, 3830.0, 3816.0, 3858.0, 3828.0, 3825.0, 3826.0, 3829.0, 3871.0, 3828.0, 3827.0, 3838.0, 3837.0, 3836.0, 3827.0, 3892.0, 3837.0, 3816.0, 3837.0, 3816.0, 3867.0, 3861.0, 3838.0, 3838.0, 3815.0, 3835.0, 3816.0, 3845.0, 3838.0, 3827.0, 3838.0, 3827.0, 3848.0, 3815.0, 3868.0, 3849.0, 3815.0, 3836.0, 3827.0, 3847.0, 3837.0, 3837.0, 3838.0, 3827.0, 3837.0, 3836.0, 3826.0, 3835.0, 3849.0, 3891.0, 3838.0, 3836.0, 3847.0, 3815.0, 3890.0, 3837.0, 3836.0, 3835.0, 3825.0, 3835.0, 3826.0, 3836.0, 3837.0, 3826.0, 3836.0, 3826.0, 3845.0, 3837.0, 3855.0, 3847.0, 3814.0, 3825.0, 3826.0, 3834.0, 3836.0, 3826.0, 3848.0, 3826.0, 3826.0, 3825.0, 3846.0, 3837.0, 3849.0, 3848.0, 3828.0, 3837.0, 3836.0, 3824.0, 3849.0, 3826.0, 3869.0, 3824.0, 3817.0, 3862.0, 3840.0, 3871.0, 3850.0, 3828.0, 3837.0, 3837.0, 3837.0, 3881.0, 3858.0, 3827.0, 3836.0, 3825.0, 3846.0, 3847.0, 3827.0, 3817.0, 3826.0, 3814.0, 3834.0, 3825.0, 3866.0, 3847.0, 3815.0, 3837.0, 3816.0, 3836.0, 3837.0, 3847.0, 3826.0, 3817.0, 3825.0, 3825.0, 3845.0, 3835.0, 3859.0, 3848.0, 3817.0, 3836.0, 3816.0, 3847.0, 3837.0, 3869.0, 3838.0, 3825.0, 3816.0, 3827.0, 3835.0, 3826.0, 3868.0, 3826.0, 3816.0, 3815.0, 3830.0, 3824.0, 3825.0, 3826.0, 3868.0, 3828.0, 3827.0, 3837.0, 3814.0, 3845.0, 3825.0, 3878.0, 3826.0, 3814.0, 3814.0, 3814.0, 3813.0, 3815.0, 3826.0, 3836.0, 3827.0, 3836.0, 3815.0, 3846.0, 3838.0, 3879.0, 3837.0, 3826.0, 3814.0, 3814.0, 3824.0, 3827.0, 3878.0, 3811.0, 3793.0, 3801.0, 3791.0, 3836.0, 3878.0, 3906.0, 3870.0, 3817.0, 3848.0, 3816.0, 3816.0, 3846.0, 3815.0, 3815.0, 3837.0, 3828.0, 3829.0, 3851.0, 3842.0, 3894.0, 3829.0, 3837.0, 3837.0, 3858.0, 3879.0, 3859.0, 3881.0, 3816.0, 3814.0, 3836.0, 3836.0, 3868.0, 3858.0, 3880.0, 3825.0, 3823.0, 3824.0, 3813.0, 3856.0, 3817.0, 3827.0, 3816.0, 3814.0, 3845.0, 3824.0, 3878.0, 3847.0, 3817.0, 3814.0, 3805.0, 3804.0, 3825.0, 3817.0, 3880.0, 3850.0, 3829.0, 3816.0, 3827.0, 3827.0, 3848.0, 3827.0, 3859.0, 3828.0, 3814.0, 3846.0, 3835.0, 3867.0, 3826.0, 3846.0, 3817.0, 3804.0, 3836.0, 3816.0, 3828.0, 3828.0, 3838.0, 3817.0, 3816.0, 3837.0, 3846.0, 3836.0, 3858.0, 3838.0, 3827.0, 3827.0, 3826.0, 3856.0, 3825.0, 3890.0, 3836.0, 3804.0, 3814.0, 3824.0, 3834.0, 3813.0, 3878.0, 3814.0, 3855.0, 3825.0, 3815.0, 3836.0, 3815.0, 3827.0, 3825.0, 3804.0, 3826.0, 3834.0, 3825.0, 3835.0, 3838.0, 3815.0, 3804.0, 3826.0, 3836.0, 3838.0, 3838.0, 3839.0, 3828.0, 3826.0, 3827.0, 3846.0, 3847.0, 3836.0, 3860.0, 3826.0, 3815.0, 3826.0, 3847.0, 3846.0, 3836.0, 3839.0, 3826.0, 3815.0, 3839.0, 3836.0, 3847.0, 3838.0, 3826.0, 3826.0, 3848.0, 3826.0, 3846.0, 3837.0, 3860.0, 3827.0, 3817.0, 3828.0, 3836.0, 3827.0, 3870.0, 3829.0, 3838.0, 3827.0, 3838.0, 3847.0, 3873.0, 3903.0, 3818.0, 3847.0, 3847.0, 3857.0, 3868.0, 3847.0, 3878.0, 3814.0, 3823.0, 3835.0, 3813.0, 3880.0, 3815.0, 3816.0, 3825.0, 3828.0, 3857.0, 3850.0, 3838.0, 3838.0, 3827.0, 3846.0, 3836.0, 3868.0, 3825.0, 3825.0, 3824.0, 3824.0, 3843.0, 3826.0, 3835.0, 3823.0, 3834.0, 3846.0, 3813.0, 3834.0, 3826.0, 3815.0, 3815.0, 3824.0, 3835.0, 3845.0, 3829.0, 3869.0, 3817.0, 3835.0, 3825.0, 3825.0, 3877.0, 3860.0, 3845.0, 3825.0, 3824.0, 3836.0, 3825.0, 3865.0, 3838.0, 3815.0, 3824.0, 3814.0, 3837.0, 3825.0], 'WindowWidth': [8699.0, 8697.0, 8646.0, 8678.0, 8601.0, 8666.0, 8593.0, 8633.0, 8606.0, 8619.0, 8603.0, 8663.0, 8635.0, 8664.0, 8640.0, 8608.0, 8606.0, 8575.0, 8616.0, 8628.0, 8649.0, 8591.0, 8646.0, 8603.0, 8600.0, 8604.0, 8641.0, 8618.0, 8584.0, 8602.0, 8579.0, 8601.0, 8611.0, 8645.0, 8626.0, 8606.0, 8620.0, 8594.0, 8633.0, 8604.0, 8669.0, 8608.0, 8650.0, 8592.0, 8605.0, 8606.0, 8611.0, 8612.0, 8596.0, 8626.0, 8609.0, 8635.0, 8607.0, 8683.0, 8612.0, 8640.0, 8610.0, 8606.0, 8593.0, 8666.0, 8627.0, 8683.0, 8607.0, 8631.0, 8608.0, 8632.0, 8631.0, 8593.0, 8609.0, 8590.0, 8602.0, 8584.0, 8647.0, 8595.0, 8638.0, 8612.0, 8621.0, 8591.0, 8670.0, 8629.0, 8626.0, 8608.0, 8607.0, 8617.0, 8620.0, 8656.0, 8594.0, 8634.0, 8588.0, 8611.0, 8595.0, 8701.0, 8620.0, 8663.0, 8602.0, 8641.0, 8586.0, 8601.0, 8607.0, 8589.0, 8602.0, 8610.0, 8617.0, 8618.0, 8640.0, 8626.0, 8607.0, 8624.0, 8622.0, 8632.0, 8625.0, 8623.0, 8608.0, 8607.0, 8600.0, 8604.0, 8605.0, 8630.0, 8594.0, 8592.0, 8609.0, 8632.0, 8616.0, 8622.0, 8625.0, 8611.0, 8606.0, 8607.0, 8633.0, 8607.0, 8669.0, 8621.0, 8595.0, 8606.0, 8593.0, 8607.0, 8603.0, 8632.0, 8622.0, 8617.0, 8686.0, 8607.0, 8581.0, 8605.0, 8606.0, 8615.0, 8618.0, 8706.0, 8664.0, 8627.0, 8584.0, 8584.0, 8597.0, 8585.0, 8645.0, 8602.0, 8631.0, 8601.0, 8606.0, 8600.0, 8601.0, 8599.0, 8586.0, 8595.0, 8585.0, 8623.0, 8607.0, 8602.0, 8600.0, 8555.0, 8602.0, 8600.0, 8650.0, 8603.0, 8636.0, 8604.0, 8586.0, 8603.0, 8633.0, 8647.0, 8606.0, 8594.0, 8610.0, 8622.0, 8650.0, 8630.0, 8644.0, 8631.0, 8613.0, 8630.0, 8653.0, 8622.0, 8685.0, 8657.0, 8612.0, 8622.0, 8592.0, 8617.0, 8608.0, 8707.0, 8625.0, 8649.0, 8607.0, 8617.0, 8605.0, 8624.0, 8635.0, 8591.0, 8585.0, 8589.0, 8616.0, 8605.0, 8636.0, 8607.0, 8591.0, 8603.0, 8607.0, 8634.0, 8610.0, 8671.0, 8612.0, 8620.0, 8604.0, 8605.0, 8627.0, 8612.0, 8668.0, 8597.0, 8623.0, 8620.0, 8608.0, 8634.0, 8614.0, 8613.0, 8613.0, 8627.0, 8626.0, 8626.0, 8652.0, 8630.0, 8642.0, 8640.0, 8638.0, 8609.0, 8704.0, 8640.0, 8593.0, 8604.0, 8609.0, 8601.0, 8625.0, 8671.0, 8623.0, 8626.0, 8607.0, 8607.0, 8631.0, 8610.0, 8595.0, 8624.0, 8612.0, 8607.0, 8610.0, 8647.0, 8626.0, 8597.0, 8607.0, 8611.0, 8645.0, 8629.0, 8688.0, 8624.0, 8593.0, 8619.0, 8627.0, 8616.0, 8627.0, 8682.0, 8606.0, 8618.0, 8600.0, 8611.0, 8623.0, 8615.0, 8667.0, 8609.0, 8590.0, 8622.0, 8620.0, 8627.0, 8608.0, 8638.0, 8608.0, 8633.0, 8608.0, 8616.0, 8625.0, 8605.0, 8590.0, 8608.0, 8617.0, 8619.0, 8647.0, 8656.0, 8609.0, 8654.0, 8608.0, 8636.0, 8611.0, 8608.0, 8622.0, 8595.0, 8608.0, 8592.0, 8633.0, 8604.0, 8666.0, 8605.0, 8577.0, 8607.0, 8627.0, 8635.0, 8596.0, 8644.0, 8628.0, 8633.0, 8645.0, 8617.0, 8698.0, 8649.0, 8644.0, 8630.0, 8635.0, 8654.0, 8660.0, 8645.0, 8626.0, 8612.0, 8652.0, 8623.0, 8649.0, 8705.0, 8622.0, 8682.0, 8590.0, 8616.0, 8601.0, 8608.0, 8687.0, 8608.0, 8607.0, 8603.0, 8576.0, 8598.0, 8609.0, 8668.0, 8606.0, 8606.0, 8599.0, 8592.0, 8627.0, 8607.0, 8619.0, 8590.0, 8590.0, 8603.0, 8622.0, 8632.0, 8626.0, 8595.0, 8594.0, 8611.0, 8635.0, 8617.0, 8635.0, 8688.0, 8609.0, 8639.0, 8606.0, 8600.0, 8605.0, 8596.0, 8664.0, 8608.0, 8620.0, 8621.0, 8646.0, 8638.0, 8608.0, 8595.0, 8610.0, 8609.0, 8608.0, 8612.0, 8672.0, 8610.0, 8613.0, 8622.0, 8604.0, 8661.0, 8646.0, 8596.0, 8610.0, 8611.0, 8619.0, 8608.0, 8683.0, 8660.0, 8589.0, 8606.0, 8589.0, 8616.0, 8587.0, 8632.0, 8624.0, 8576.0, 8606.0, 8591.0, 8618.0, 8608.0, 8661.0, 8640.0, 8601.0, 8605.0, 8603.0, 8601.0, 8594.0, 8638.0, 8594.0, 8621.0, 8623.0, 8595.0, 8637.0, 8616.0, 8687.0, 8597.0, 8655.0, 8617.0, 8648.0, 8606.0, 8667.0, 8606.0, 8606.0, 8607.0, 8575.0, 8633.0, 8612.0, 8665.0, 8611.0, 8596.0, 8622.0, 8591.0, 8621.0, 8612.0, 8609.0, 8609.0, 8623.0, 8630.0, 8627.0, 8629.0, 8616.0, 8626.0, 8612.0, 8608.0, 8612.0, 8634.0, 8649.0, 8626.0, 8628.0, 8615.0, 8624.0, 8612.0, 8644.0, 8649.0, 8614.0, 8630.0, 8615.0, 8639.0, 8611.0, 8686.0, 8663.0, 8584.0, 8629.0, 8613.0, 8621.0, 8597.0, 8653.0, 8618.0, 8658.0, 8626.0, 8626.0, 8627.0, 8622.0, 8697.0, 8630.0, 8706.0, 8608.0, 8631.0, 8601.0, 8600.0, 8654.0, 8606.0, 8653.0, 8623.0, 8597.0, 8623.0, 8612.0, 8677.0, 8614.0, 8587.0, 8610.0, 8600.0, 8652.0, 8616.0, 8670.0, 8626.0, 8610.0, 8624.0, 8615.0, 8670.0, 8668.0, 8673.0, 8626.0, 8608.0, 8620.0, 8592.0, 8691.0, 8611.0, 8613.0, 8626.0, 8607.0, 8626.0, 8612.0, 8688.0, 8626.0, 8623.0, 8607.0, 8625.0, 8622.0, 8615.0, 8676.0, 8641.0, 8624.0, 8621.0, 8610.0, 8662.0, 8630.0, 8608.0, 8607.0, 8611.0, 8623.0, 8608.0, 8637.0, 8626.0, 8609.0, 8618.0, 8610.0, 8607.0, 8604.0, 8610.0, 8655.0, 8611.0, 8611.0, 8625.0, 8649.0, 8652.0, 8611.0, 8621.0, 8623.0, 8639.0, 8623.0, 8609.0, 8652.0, 8632.0, 8624.0, 8626.0, 8613.0, 8634.0, 8611.0, 8628.0, 8647.0, 8618.0, 8658.0, 8623.0, 8605.0, 8622.0, 8616.0, 8687.0, 8610.0, 8598.0, 8624.0, 8608.0, 8659.0, 8634.0, 8689.0, 8626.0, 8635.0, 8620.0, 8657.0, 8689.0, 8598.0, 8636.0, 8610.0, 8618.0, 8622.0, 8636.0, 8622.0, 8610.0, 8635.0, 8624.0, 8604.0, 8647.0, 8596.0, 8620.0, 8594.0, 8632.0, 8623.0, 8638.0, 8654.0, 8595.0, 8631.0, 8609.0, 8620.0, 8602.0, 8622.0, 8640.0, 8594.0, 8619.0, 8610.0, 8632.0, 8619.0, 8624.0, 8605.0, 8579.0, 8616.0, 8592.0, 8600.0, 8605.0, 8640.0, 8611.0, 8594.0, 8619.0, 8578.0, 8618.0, 8608.0, 8638.0, 8611.0, 8644.0, 8624.0, 8615.0, 8623.0, 8606.0, 8685.0, 8612.0, 8624.0, 8607.0, 8592.0, 8614.0, 8573.0, 8651.0, 8613.0, 8637.0, 8627.0, 8626.0, 8623.0, 8648.0, 8649.0, 8613.0, 8682.0, 8611.0, 8623.0, 8602.0, 8600.0, 8620.0, 8597.0, 8623.0, 8595.0, 8623.0, 8617.0, 8650.0, 8622.0, 8609.0, 8619.0, 8596.0, 8606.0, 8592.0, 8607.0, 8604.0, 8620.0, 8596.0, 8614.0, 8626.0, 8613.0, 8611.0, 8621.0, 8638.0, 8638.0, 8595.0, 8632.0, 8589.0, 8616.0, 8596.0, 8656.0, 8627.0, 8636.0, 8620.0, 8610.0, 8622.0, 8623.0, 8644.0, 8626.0, 8616.0, 8608.0, 8597.0, 8618.0, 8621.0, 8627.0, 8657.0, 8616.0, 8627.0, 8614.0, 8627.0, 8623.0, 8618.0, 8678.0, 8632.0, 8598.0, 8622.0, 8598.0, 8665.0, 8651.0, 8602.0, 8627.0, 8599.0, 8617.0, 8593.0, 8665.0, 8645.0, 8609.0, 8622.0, 8596.0, 8625.0, 8607.0, 8639.0, 8640.0, 8610.0, 8638.0, 8621.0, 8609.0, 8620.0, 8593.0, 8703.0, 8625.0, 8621.0, 8621.0, 8621.0, 8668.0, 8657.0, 8653.0, 8608.0, 8593.0, 8647.0, 8595.0, 8652.0, 8624.0, 8611.0, 8594.0, 8608.0, 8603.0, 8618.0, 8628.0, 8687.0, 8610.0, 8607.0, 8620.0, 8639.0, 8619.0, 8611.0, 8684.0, 8603.0, 8591.0, 8620.0, 8633.0, 8604.0, 8610.0, 8686.0, 8613.0, 8596.0, 8627.0, 8601.0, 8638.0, 8614.0, 8600.0, 8643.0, 8618.0, 8643.0, 8615.0, 8672.0, 8664.0, 8615.0, 8624.0, 8613.0, 8641.0, 8623.0, 8646.0, 8688.0, 8598.0, 8620.0, 8620.0, 8594.0, 8652.0, 8621.0, 8596.0, 8653.0, 8614.0, 8608.0, 8609.0, 8618.0, 8675.0, 8615.0, 8612.0, 8626.0, 8624.0, 8621.0, 8612.0, 8706.0, 8626.0, 8596.0, 8622.0, 8596.0, 8665.0, 8664.0, 8626.0, 8626.0, 8594.0, 8619.0, 8595.0, 8631.0, 8628.0, 8611.0, 8627.0, 8611.0, 8638.0, 8591.0, 8667.0, 8647.0, 8592.0, 8621.0, 8612.0, 8639.0, 8624.0, 8623.0, 8628.0, 8612.0, 8625.0, 8622.0, 8608.0, 8620.0, 8645.0, 8705.0, 8626.0, 8623.0, 8637.0, 8592.0, 8703.0, 8626.0, 8621.0, 8618.0, 8606.0, 8619.0, 8608.0, 8621.0, 8625.0, 8608.0, 8623.0, 8609.0, 8633.0, 8623.0, 8646.0, 8640.0, 8591.0, 8606.0, 8607.0, 8615.0, 8621.0, 8609.0, 8640.0, 8608.0, 8606.0, 8606.0, 8635.0, 8623.0, 8643.0, 8641.0, 8613.0, 8624.0, 8622.0, 8602.0, 8644.0, 8609.0, 8671.0, 8602.0, 8597.0, 8663.0, 8632.0, 8674.0, 8646.0, 8615.0, 8625.0, 8623.0, 8624.0, 8686.0, 8652.0, 8612.0, 8623.0, 8605.0, 8635.0, 8637.0, 8612.0, 8597.0, 8607.0, 8588.0, 8615.0, 8606.0, 8659.0, 8638.0, 8592.0, 8620.0, 8594.0, 8620.0, 8624.0, 8636.0, 8608.0, 8597.0, 8606.0, 8606.0, 8629.0, 8619.0, 8657.0, 8641.0, 8599.0, 8621.0, 8593.0, 8635.0, 8623.0, 8669.0, 8626.0, 8605.0, 8594.0, 8609.0, 8616.0, 8610.0, 8665.0, 8610.0, 8595.0, 8592.0, 8621.0, 8601.0, 8604.0, 8607.0, 8663.0, 8614.0, 8612.0, 8623.0, 8589.0, 8630.0, 8603.0, 8682.0, 8606.0, 8589.0, 8588.0, 8588.0, 8586.0, 8592.0, 8608.0, 8622.0, 8612.0, 8620.0, 8592.0, 8633.0, 8625.0, 8684.0, 8623.0, 8607.0, 8589.0, 8588.0, 8604.0, 8610.0, 8677.0, 8573.0, 8554.0, 8560.0, 8549.0, 8618.0, 8703.0, 8734.0, 8677.0, 8601.0, 8640.0, 8597.0, 8595.0, 8635.0, 8592.0, 8594.0, 8626.0, 8615.0, 8617.0, 8649.0, 8640.0, 8709.0, 8617.0, 8624.0, 8622.0, 8652.0, 8682.0, 8656.0, 8687.0, 8596.0, 8590.0, 8620.0, 8620.0, 8668.0, 8652.0, 8685.0, 8604.0, 8600.0, 8601.0, 8587.0, 8648.0, 8598.0, 8611.0, 8595.0, 8590.0, 8630.0, 8603.0, 8679.0, 8637.0, 8598.0, 8590.0, 8580.0, 8575.0, 8606.0, 8597.0, 8687.0, 8646.0, 8618.0, 8596.0, 8611.0, 8610.0, 8639.0, 8612.0, 8656.0, 8611.0, 8590.0, 8633.0, 8618.0, 8663.0, 8607.0, 8635.0, 8596.0, 8576.0, 8619.0, 8594.0, 8614.0, 8614.0, 8626.0, 8599.0, 8597.0, 8624.0, 8635.0, 8622.0, 8652.0, 8624.0, 8611.0, 8608.0, 8606.0, 8648.0, 8606.0, 8699.0, 8619.0, 8577.0, 8590.0, 8601.0, 8614.0, 8586.0, 8681.0, 8587.0, 8645.0, 8605.0, 8591.0, 8621.0, 8590.0, 8611.0, 8605.0, 8578.0, 8608.0, 8616.0, 8606.0, 8619.0, 8627.0, 8591.0, 8575.0, 8607.0, 8622.0, 8628.0, 8627.0, 8633.0, 8614.0, 8609.0, 8611.0, 8633.0, 8637.0, 8621.0, 8660.0, 8608.0, 8593.0, 8609.0, 8634.0, 8635.0, 8621.0, 8631.0, 8609.0, 8593.0, 8628.0, 8621.0, 8636.0, 8624.0, 8609.0, 8606.0, 8638.0, 8609.0, 8634.0, 8626.0, 8658.0, 8611.0, 8599.0, 8614.0, 8622.0, 8610.0, 8671.0, 8617.0, 8627.0, 8611.0, 8626.0, 8637.0, 8679.0, 8723.0, 8599.0, 8636.0, 8636.0, 8649.0, 8666.0, 8638.0, 8682.0, 8590.0, 8600.0, 8616.0, 8585.0, 8684.0, 8592.0, 8595.0, 8606.0, 8613.0, 8650.0, 8648.0, 8628.0, 8625.0, 8611.0, 8635.0, 8624.0, 8665.0, 8605.0, 8605.0, 8601.0, 8602.0, 8624.0, 8609.0, 8618.0, 8600.0, 8615.0, 8633.0, 8585.0, 8613.0, 8607.0, 8591.0, 8591.0, 8603.0, 8617.0, 8632.0, 8620.0, 8668.0, 8597.0, 8619.0, 8605.0, 8605.0, 8677.0, 8659.0, 8632.0, 8603.0, 8600.0, 8622.0, 8606.0, 8658.0, 8625.0, 8590.0, 8601.0, 8589.0, 8621.0, 8604.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.0008490796019900497</td></tr>
<tr><td colspan=3>aqi</td><td>0.025966332752902156</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.03660229253112</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1663155304149362</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0061918129543572</td></tr>
<tr><td colspan=3>efc</td><td>0.4876</td></tr>
<tr><td colspan=3>fber</td><td>3756.1335</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14411773239583514</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>243</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.149253731343283</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473876621242127</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.471383031986728</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7280653895033073</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.222181442236345</td></tr>
<tr><td colspan=3>gcor</td><td>0.00359322</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0035031409934163094</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02090603858232498</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8290344699777363</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>24.2188</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.8838</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.0956</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300366.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.6979</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1042</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.9216</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3050.7911</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.5938</td></tr>
<tr><td colspan=3>tsnr</td><td>34.95252647437155</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>