<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-01/func/sub-0040_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>dc6641280d9e0b8cd1b5c14fca9fee29</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>18:01:6.415000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999495, -0.00530394, -0.0313332, 0.00401226, 0.999145, -0.0411437]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0784211</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4133, -7738, -7213, 637, -51, -47, 53, 78]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.162</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>983400cd-8a6f-41b2-9f2e-554ccd2a23b5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815717220306396, 0.010764609090983868, -0.08511663228273392, 116.17227935791016], [0.014230071566998959, 2.680633544921875, -0.11069238185882568, -94.14674377441406], [-0.0840647891163826, 0.1103854775428772, 2.6963868141174316, -47.3158073425293], [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': ['180106.415000', '180106.875000', '180107.335000', '180107.795000', '180108.255000', '180108.715000', '180109.175000', '180109.635000', '180110.095000', '180110.555000', '180111.015000', '180111.475000', '180111.935000', '180112.395000', '180112.855000', '180113.315000', '180113.775000', '180114.235000', '180114.695000', '180115.155000', '180115.615000', '180116.075000', '180116.535000', '180116.995000', '180117.455000', '180117.915000', '180118.375000', '180118.835000', '180119.295000', '180119.755000', '180120.215000', '180120.675000', '180121.135000', '180121.595000', '180122.055000', '180122.515000', '180122.975000', '180123.435000', '180123.895000', '180124.355000', '180124.815000', '180125.275000', '180125.735000', '180126.195000', '180126.655000', '180127.115000', '180127.575000', '180128.035000', '180128.495000', '180128.955000', '180129.415000', '180129.875000', '180130.335000', '180130.795000', '180131.255000', '180131.715000', '180132.175000', '180132.635000', '180133.095000', '180133.555000', '180134.015000', '180134.475000', '180134.935000', '180135.395000', '180135.855000', '180136.315000', '180136.775000', '180137.235000', '180137.695000', '180138.155000', '180138.615000', '180139.075000', '180139.535000', '180139.995000', '180140.455000', '180140.915000', '180141.375000', '180141.835000', '180142.295000', '180142.755000', '180143.215000', '180143.675000', '180144.135000', '180144.595000', '180145.055000', '180145.515000', '180145.975000', '180146.435000', '180146.895000', '180147.355000', '180147.815000', '180148.275000', '180148.735000', '180149.195000', '180149.655000', '180150.115000', '180150.575000', '180151.035000', '180151.495000', '180151.955000', '180152.415000', '180152.875000', '180153.335000', '180153.795000', '180154.255000', '180154.715000', '180155.175000', '180155.635000', '180156.095000', '180156.555000', '180157.015000', '180157.475000', '180157.935000', '180158.395000', '180158.855000', '180159.315000', '180159.775000', '180200.235000', '180200.695000', '180201.155000', '180201.615000', '180202.075000', '180202.535000', '180202.995000', '180203.455000', '180203.915000', '180204.375000', '180204.835000', '180205.295000', '180205.755000', '180206.215000', '180206.675000', '180207.135000', '180207.595000', '180208.055000', '180208.515000', '180208.975000', '180209.435000', '180209.895000', '180210.355000', '180210.815000', '180211.275000', '180211.735000', '180212.195000', '180212.655000', '180213.115000', '180213.575000', '180214.035000', '180214.495000', '180214.955000', '180215.415000', '180215.875000', '180216.335000', '180216.795000', '180217.255000', '180217.715000', '180218.175000', '180218.635000', '180219.095000', '180219.555000', '180220.015000', '180220.475000', '180220.935000', '180221.395000', '180221.855000', '180222.315000', '180222.775000', '180223.235000', '180223.695000', '180224.155000', '180224.615000', '180225.075000', '180225.535000', '180225.995000', '180226.455000', '180226.915000', '180227.375000', '180227.835000', '180228.295000', '180228.755000', '180229.215000', '180229.675000', '180230.135000', '180230.595000', '180231.055000', '180231.515000', '180231.975000', '180232.435000', '180232.895000', '180233.355000', '180233.815000', '180234.275000', '180234.735000', '180235.195000', '180235.655000', '180236.115000', '180236.575000', '180237.035000', '180237.495000', '180237.955000', '180238.415000', '180238.875000', '180239.335000', '180239.795000', '180240.255000', '180240.715000', '180241.175000', '180241.635000', '180242.095000', '180242.555000', '180243.015000', '180243.475000', '180243.935000', '180244.395000', '180244.855000', '180245.315000', '180245.775000', '180246.235000', '180246.695000', '180247.155000', '180247.615000', '180248.075000', '180248.535000', '180248.995000', '180249.455000', '180249.915000', '180250.375000', '180250.835000', '180251.295000', '180251.755000', '180252.215000', '180252.675000', '180253.135000', '180253.595000', '180254.055000', '180254.515000', '180254.975000', '180255.435000', '180255.895000', '180256.355000', '180256.815000', '180257.275000', '180257.735000', '180258.195000', '180258.655000', '180259.115000', '180259.575000', '180300.035000', '180300.495000', '180300.955000', '180301.415000', '180301.875000', '180302.335000', '180302.795000', '180303.255000', '180303.715000', '180304.175000', '180304.635000', '180305.095000', '180305.555000', '180306.015000', '180306.475000', '180306.935000', '180307.395000', '180307.855000', '180308.315000', '180308.775000', '180309.235000', '180309.695000', '180310.155000', '180310.615000', '180311.075000', '180311.535000', '180311.995000', '180312.455000', '180312.915000', '180313.375000', '180313.835000', '180314.295000', '180314.755000', '180315.215000', '180315.675000', '180316.135000', '180316.595000', '180317.055000', '180317.515000', '180317.975000', '180318.435000', '180318.895000', '180319.355000', '180319.815000', '180320.275000', '180320.735000', '180321.195000', '180321.655000', '180322.115000', '180322.575000', '180323.035000', '180323.495000', '180323.955000', '180324.415000', '180324.875000', '180325.335000', '180325.795000', '180326.255000', '180326.715000', '180327.175000', '180327.635000', '180328.095000', '180328.555000', '180329.015000', '180329.475000', '180329.935000', '180330.395000', '180330.855000', '180331.315000', '180331.775000', '180332.235000', '180332.695000', '180333.155000', '180333.615000', '180334.075000', '180334.535000', '180334.995000', '180335.455000', '180335.915000', '180336.375000', '180336.835000', '180337.295000', '180337.755000', '180338.215000', '180338.675000', '180339.135000', '180339.595000', '180340.055000', '180340.515000', '180340.975000', '180341.435000', '180341.895000', '180342.355000', '180342.815000', '180343.275000', '180343.735000', '180344.195000', '180344.655000', '180345.115000', '180345.575000', '180346.035000', '180346.495000', '180346.955000', '180347.415000', '180347.875000', '180348.335000', '180348.795000', '180349.255000', '180349.715000', '180350.175000', '180350.635000', '180351.095000', '180351.555000', '180352.015000', '180352.475000', '180352.935000', '180353.395000', '180353.855000', '180354.315000', '180354.775000', '180355.235000', '180355.695000', '180356.155000', '180356.615000', '180357.075000', '180357.535000', '180357.995000', '180358.455000', '180358.915000', '180359.375000', '180359.835000', '180400.295000', '180400.755000', '180401.215000', '180401.675000', '180402.135000', '180402.595000', '180403.055000', '180403.515000', '180403.975000', '180404.435000', '180404.895000', '180405.355000', '180405.815000', '180406.275000', '180406.735000', '180407.195000', '180407.655000', '180408.115000', '180408.575000', '180409.035000', '180409.495000', '180409.955000', '180410.415000', '180410.875000', '180411.335000', '180411.795000', '180412.255000', '180412.715000', '180413.175000', '180413.635000', '180414.095000', '180414.555000', '180415.015000', '180415.475000', '180415.935000', '180416.395000', '180416.855000', '180417.315000', '180417.775000', '180418.235000', '180418.695000', '180419.155000', '180419.615000', '180420.075000', '180420.535000', '180420.995000', '180421.455000', '180421.915000', '180422.375000', '180422.835000', '180423.295000', '180423.755000', '180424.215000', '180424.675000', '180425.135000', '180425.595000', '180426.055000', '180426.515000', '180426.975000', '180427.435000', '180427.895000', '180428.355000', '180428.815000', '180429.275000', '180429.735000', '180430.195000', '180430.655000', '180431.115000', '180431.575000', '180432.035000', '180432.495000', '180432.955000', '180433.415000', '180433.875000', '180434.335000', '180434.795000', '180435.255000', '180435.715000', '180436.175000', '180436.635000', '180437.095000', '180437.555000', '180438.015000', '180438.475000', '180438.935000', '180439.395000', '180439.855000', '180440.315000', '180440.775000', '180441.235000', '180441.695000', '180442.155000', '180442.615000', '180443.075000', '180443.535000', '180443.995000', '180444.455000', '180444.915000', '180445.375000', '180445.835000', '180446.295000', '180446.755000', '180447.215000', '180447.675000', '180448.135000', '180448.595000', '180449.055000', '180449.515000', '180449.975000', '180450.435000', '180450.895000', '180451.355000', '180451.815000', '180452.275000', '180452.735000', '180453.195000', '180453.655000', '180454.115000', '180454.575000', '180455.035000', '180455.495000', '180455.955000', '180456.415000', '180456.875000', '180457.335000', '180457.795000', '180458.255000', '180458.715000', '180459.175000', '180459.635000', '180500.095000', '180500.555000', '180501.015000', '180501.475000', '180501.935000', '180502.395000', '180502.855000', '180503.315000', '180503.775000', '180504.235000', '180504.695000', '180505.155000', '180505.615000', '180506.075000', '180506.535000', '180506.995000', '180507.455000', '180507.915000', '180508.375000', '180508.835000', '180509.295000', '180509.755000', '180510.215000', '180510.675000', '180511.135000', '180511.595000', '180512.055000', '180512.515000', '180512.975000', '180513.435000', '180513.895000', '180514.355000', '180514.815000', '180515.275000', '180515.735000', '180516.195000', '180516.655000', '180517.115000', '180517.575000', '180518.035000', '180518.495000', '180518.955000', '180519.415000', '180519.875000', '180520.335000', '180520.795000', '180521.255000', '180521.715000', '180522.175000', '180522.635000', '180523.095000', '180523.555000', '180524.015000', '180524.475000', '180524.935000', '180525.395000', '180525.855000', '180526.315000', '180526.775000', '180527.235000', '180527.695000', '180528.155000', '180528.615000', '180529.075000', '180529.535000', '180529.995000', '180530.455000', '180530.915000', '180531.375000', '180531.835000', '180532.295000', '180532.755000', '180533.215000', '180533.675000', '180534.135000', '180534.595000', '180535.055000', '180535.515000', '180535.975000', '180536.435000', '180536.895000', '180537.355000', '180537.815000', '180538.275000', '180538.735000', '180539.195000', '180539.655000', '180540.115000', '180540.575000', '180541.035000', '180541.495000', '180541.955000', '180542.415000', '180542.875000', '180543.335000', '180543.795000', '180544.255000', '180544.715000', '180545.175000', '180545.635000', '180546.095000', '180546.555000', '180547.015000', '180547.475000', '180547.935000', '180548.395000', '180548.855000', '180549.315000', '180549.775000', '180550.235000', '180550.695000', '180551.155000', '180551.615000', '180552.075000', '180552.535000', '180552.995000', '180553.455000', '180553.915000', '180554.375000', '180554.835000', '180555.295000', '180555.755000', '180556.215000', '180556.675000', '180557.135000', '180557.595000', '180558.055000', '180558.515000', '180558.975000', '180559.435000', '180559.895000', '180600.355000', '180600.815000', '180601.275000', '180601.735000', '180602.195000', '180602.655000', '180603.115000', '180603.575000', '180604.035000', '180604.495000', '180604.955000', '180605.415000', '180605.875000', '180606.335000', '180606.795000', '180607.255000', '180607.715000', '180608.175000', '180608.635000', '180609.095000', '180609.555000', '180610.015000', '180610.475000', '180610.935000', '180611.395000', '180611.855000', '180612.315000', '180612.775000', '180613.235000', '180613.695000', '180614.155000', '180614.615000', '180615.075000', '180615.535000', '180615.995000', '180616.455000', '180616.915000', '180617.375000', '180617.835000', '180618.295000', '180618.755000', '180619.215000', '180619.675000', '180620.135000', '180620.595000', '180621.055000', '180621.515000', '180621.975000', '180622.435000', '180622.895000', '180623.355000', '180623.815000', '180624.275000', '180624.735000', '180625.195000', '180625.655000', '180626.115000', '180626.575000', '180627.035000', '180627.495000', '180627.955000', '180628.415000', '180628.875000', '180629.335000', '180629.795000', '180630.255000', '180630.715000', '180631.175000', '180631.635000', '180632.095000', '180632.555000', '180633.015000', '180633.475000', '180633.935000', '180634.395000', '180634.855000', '180635.315000', '180635.775000', '180636.235000', '180636.695000', '180637.155000', '180637.615000', '180638.075000', '180638.535000', '180638.995000', '180639.455000', '180639.915000', '180640.375000', '180640.835000', '180641.295000', '180641.755000', '180642.215000', '180642.675000', '180643.135000', '180643.595000', '180644.055000', '180644.515000', '180644.975000', '180645.435000', '180645.895000', '180646.355000', '180646.815000', '180647.275000', '180647.735000', '180648.195000', '180648.655000', '180649.115000', '180649.575000', '180650.035000', '180650.495000', '180650.955000', '180651.415000', '180651.875000', '180652.335000', '180652.795000', '180653.255000', '180653.715000', '180654.175000', '180654.635000', '180655.095000', '180655.555000', '180656.015000', '180656.475000', '180656.935000', '180657.395000', '180657.855000', '180658.315000', '180658.775000', '180659.235000', '180659.695000', '180700.155000', '180700.615000', '180701.075000', '180701.535000', '180701.995000', '180702.455000', '180702.915000', '180703.375000', '180703.835000', '180704.295000', '180704.755000', '180705.215000', '180705.675000', '180706.135000', '180706.595000', '180707.055000', '180707.515000', '180707.975000', '180708.435000', '180708.895000', '180709.355000', '180709.815000', '180710.275000', '180710.735000', '180711.195000', '180711.655000', '180712.115000', '180712.575000', '180713.035000', '180713.495000', '180713.955000', '180714.415000', '180714.875000', '180715.335000', '180715.795000', '180716.255000', '180716.715000', '180717.175000', '180717.635000', '180718.095000', '180718.555000', '180719.015000', '180719.475000', '180719.935000', '180720.395000', '180720.855000', '180721.315000', '180721.775000', '180722.235000', '180722.695000', '180723.155000', '180723.615000', '180724.075000', '180724.535000', '180724.995000', '180725.455000', '180725.915000', '180726.375000', '180726.835000', '180727.295000', '180727.755000', '180728.215000', '180728.675000', '180729.135000', '180729.595000', '180730.055000', '180730.515000', '180730.975000', '180731.435000', '180731.895000', '180732.355000', '180732.815000', '180733.275000', '180733.735000', '180734.195000', '180734.655000', '180735.115000', '180735.575000', '180736.035000', '180736.495000', '180736.955000', '180737.415000', '180737.875000', '180738.335000', '180738.795000', '180739.255000', '180739.715000', '180740.175000', '180740.635000', '180741.095000', '180741.555000', '180742.015000', '180742.475000', '180742.935000', '180743.395000', '180743.855000', '180744.315000', '180744.775000', '180745.235000', '180745.695000', '180746.155000', '180746.615000', '180747.075000', '180747.535000', '180747.995000', '180748.455000', '180748.915000', '180749.375000', '180749.835000', '180750.295000', '180750.755000', '180751.215000', '180751.675000', '180752.135000', '180752.595000', '180753.055000', '180753.515000', '180753.975000', '180754.435000', '180754.895000', '180755.355000', '180755.815000', '180756.275000', '180756.735000', '180757.195000', '180757.655000', '180758.115000', '180758.575000', '180759.035000', '180759.495000', '180759.955000', '180800.415000', '180800.875000', '180801.335000', '180801.795000', '180802.255000', '180802.715000', '180803.175000', '180803.635000', '180804.095000', '180804.555000', '180805.015000', '180805.475000', '180805.935000', '180806.395000', '180806.855000', '180807.315000', '180807.775000', '180808.235000', '180808.695000', '180809.155000', '180809.615000', '180810.075000', '180810.535000', '180810.995000', '180811.455000', '180811.915000', '180812.375000', '180812.835000', '180813.295000', '180813.755000', '180814.215000', '180814.675000', '180815.135000', '180815.595000', '180816.055000', '180816.515000', '180816.975000', '180817.435000', '180817.895000', '180818.355000', '180818.815000', '180819.275000', '180819.735000', '180820.195000', '180820.655000', '180821.115000', '180821.575000', '180822.035000', '180822.495000', '180822.955000', '180823.415000', '180823.875000', '180824.335000', '180824.795000', '180825.255000', '180825.715000', '180826.175000', '180826.635000', '180827.095000', '180827.555000', '180828.015000', '180828.475000', '180828.935000', '180829.395000', '180829.855000', '180830.315000', '180830.775000', '180831.235000', '180831.695000', '180832.155000', '180832.615000', '180833.075000', '180833.535000', '180833.995000', '180834.455000', '180834.915000', '180835.375000', '180835.835000', '180836.295000', '180836.755000', '180837.215000', '180837.675000', '180838.135000', '180838.595000', '180839.055000', '180839.515000', '180839.975000', '180840.435000', '180840.895000', '180841.355000', '180841.815000', '180842.275000', '180842.735000', '180843.195000', '180843.655000', '180844.115000', '180844.575000', '180845.035000', '180845.495000', '180845.955000', '180846.415000', '180846.875000', '180847.335000', '180847.795000', '180848.255000', '180848.715000', '180849.175000', '180849.635000', '180850.095000', '180850.555000', '180851.015000', '180851.475000', '180851.935000', '180852.395000', '180852.855000', '180853.315000', '180853.775000', '180854.235000', '180854.695000', '180855.155000', '180855.615000', '180856.075000', '180856.535000', '180856.995000', '180857.455000', '180857.915000', '180858.375000', '180858.835000', '180859.295000', '180859.755000', '180900.215000', '180900.675000', '180901.135000', '180901.595000', '180902.055000', '180902.515000', '180902.975000', '180903.435000', '180903.895000', '180904.355000', '180904.815000', '180905.275000', '180905.735000', '180906.195000', '180906.655000', '180907.115000', '180907.575000', '180908.035000', '180908.495000', '180908.955000', '180909.415000', '180909.875000', '180910.335000', '180910.795000', '180911.255000', '180911.715000', '180912.175000', '180912.635000', '180913.095000', '180913.555000', '180914.015000', '180914.475000', '180914.935000', '180915.395000', '180915.855000', '180916.315000', '180916.775000', '180917.235000', '180917.695000', '180918.155000', '180918.615000', '180919.075000', '180919.535000', '180919.995000', '180920.455000', '180920.915000', '180921.375000', '180921.835000', '180922.295000', '180922.755000', '180923.215000', '180923.675000', '180924.135000', '180924.595000', '180925.055000', '180925.515000', '180925.975000', '180926.435000', '180926.895000', '180927.355000', '180927.815000', '180928.275000', '180928.735000', '180929.195000', '180929.655000', '180930.115000', '180930.575000', '180931.035000', '180931.495000', '180931.955000', '180932.415000', '180932.875000', '180933.335000', '180933.795000', '180934.255000', '180934.715000', '180935.175000', '180935.635000', '180936.095000', '180936.555000', '180937.015000', '180937.475000', '180937.935000', '180938.395000', '180938.855000', '180939.315000', '180939.775000', '180940.235000', '180940.695000', '180941.155000', '180941.615000', '180942.075000', '180942.535000', '180942.995000', '180943.455000', '180943.915000', '180944.375000', '180944.835000', '180945.295000', '180945.755000', '180946.215000', '180946.675000', '180947.135000', '180947.595000', '180948.055000', '180948.515000', '180948.975000', '180949.435000', '180949.895000', '180950.355000', '180950.815000', '180951.275000', '180951.735000', '180952.195000', '180952.655000', '180953.115000', '180953.575000', '180954.035000', '180954.495000', '180954.955000', '180955.415000', '180955.875000', '180956.335000', '180956.795000', '180957.255000', '180957.715000', '180958.175000', '180958.635000', '180959.095000', '180959.555000', '181000.015000', '181000.475000', '181000.935000', '181001.395000', '181001.855000', '181002.315000', '181002.775000', '181003.235000', '181003.695000', '181004.155000', '181004.615000', '181005.075000', '181005.535000', '181005.995000', '181006.455000', '181006.915000', '181007.375000', '181007.835000', '181008.295000', '181008.755000', '181009.215000', '181009.675000', '181010.135000', '181010.595000', '181011.055000', '181011.515000', '181011.975000', '181012.435000', '181012.895000', '181013.355000', '181013.815000', '181014.275000', '181014.735000', '181015.195000', '181015.655000', '181016.115000', '181016.575000', '181017.035000', '181017.495000', '181017.955000', '181018.415000', '181018.875000', '181019.335000', '181019.795000', '181020.255000', '181020.715000', '181021.175000', '181021.635000', '181022.095000'], 'ContentTime': ['180135.096000', '180135.100000', '180135.103000', '180135.106000', '180135.109000', '180135.112000', '180135.115000', '180135.117000', '180135.120000', '180135.128000', '180135.131000', '180135.133000', '180135.136000', '180135.139000', '180135.142000', '180135.145000', '180135.148000', '180135.151000', '180135.154000', '180135.156000', '180135.159000', '180135.162000', '180135.165000', '180135.168000', '180135.170000', '180135.173000', '180135.176000', '180135.179000', '180135.182000', '180135.184000', '180135.187000', '180135.190000', '180135.193000', '180135.195000', '180135.198000', '180135.201000', '180135.204000', '180135.207000', '180135.210000', '180135.212000', '180135.215000', '180135.218000', '180135.221000', '180135.224000', '180135.226000', '180135.229000', '180135.232000', '180135.235000', '180135.238000', '180135.240000', '180135.243000', '180135.246000', '180135.249000', '180135.252000', '180135.255000', '180135.257000', '180135.260000', '180135.263000', '180135.266000', '180155.052000', '180155.055000', '180155.058000', '180155.060000', '180155.070000', '180155.073000', '180155.076000', '180155.078000', '180155.081000', '180155.084000', '180155.087000', '180155.090000', '180155.093000', '180155.096000', '180155.098000', '180155.101000', '180155.110000', '180155.113000', '180155.116000', '180155.119000', '180155.122000', '180155.124000', '180155.127000', '180155.130000', '180155.133000', '180155.136000', '180155.139000', '180155.141000', '180155.144000', '180155.147000', '180155.150000', '180155.153000', '180155.156000', '180155.159000', '180155.161000', '180155.164000', '180155.167000', '180155.170000', '180155.173000', '180155.183000', '180155.186000', '180155.189000', '180155.192000', '180155.194000', '180215.052000', '180215.055000', '180215.058000', '180215.061000', '180215.063000', '180215.066000', '180215.069000', '180215.072000', '180215.075000', '180215.078000', '180215.081000', '180215.084000', '180215.087000', '180215.090000', '180215.093000', '180215.096000', '180215.098000', '180215.101000', '180215.104000', '180215.107000', '180215.110000', '180215.113000', '180215.116000', '180215.118000', '180215.121000', '180215.124000', '180215.127000', '180215.130000', '180215.133000', '180215.135000', '180215.138000', '180215.141000', '180215.144000', '180215.147000', '180215.150000', '180215.152000', '180215.155000', '180215.158000', '180215.161000', '180215.164000', '180215.167000', '180215.170000', '180215.172000', '180235.052000', '180235.055000', '180235.058000', '180235.060000', '180235.063000', '180235.066000', '180235.069000', '180235.072000', '180235.075000', '180235.078000', '180235.080000', '180235.088000', '180235.091000', '180235.094000', '180235.096000', '180235.099000', '180235.102000', '180235.105000', '180235.108000', '180235.111000', '180235.114000', '180235.116000', '180235.119000', '180235.122000', '180235.125000', '180235.128000', '180235.131000', '180235.133000', '180235.136000', '180235.139000', '180235.142000', '180235.145000', '180235.148000', '180235.150000', '180235.153000', '180235.156000', '180235.159000', '180235.162000', '180235.165000', '180235.168000', '180235.170000', '180235.173000', '180235.176000', '180235.179000', '180255.052000', '180255.055000', '180255.058000', '180255.061000', '180255.063000', '180255.066000', '180255.069000', '180255.072000', '180255.075000', '180255.078000', '180255.081000', '180255.084000', '180255.086000', '180255.089000', '180255.092000', '180255.095000', '180255.098000', '180255.103000', '180255.106000', '180255.109000', '180255.112000', '180255.115000', '180255.117000', '180255.120000', '180255.123000', '180255.126000', '180255.129000', '180255.132000', '180255.135000', '180255.137000', '180255.140000', '180255.143000', '180255.146000', '180255.149000', '180255.152000', '180255.154000', '180255.157000', '180255.160000', '180255.163000', '180255.166000', '180255.169000', '180255.172000', '180255.174000', '180315.052000', '180315.055000', '180315.058000', '180315.061000', '180315.064000', '180315.066000', '180315.069000', '180315.072000', '180315.075000', '180315.078000', '180315.081000', '180315.084000', '180315.087000', '180315.089000', '180315.092000', '180315.095000', '180315.098000', '180315.101000', '180315.104000', '180315.107000', '180315.109000', '180315.112000', '180315.115000', '180315.118000', '180315.121000', '180315.124000', '180315.127000', '180315.130000', '180315.133000', '180315.135000', '180315.138000', '180315.141000', '180315.144000', '180315.147000', '180315.150000', '180315.153000', '180315.155000', '180315.158000', '180315.161000', '180315.164000', '180315.167000', '180315.170000', '180315.173000', '180315.176000', '180335.052000', '180335.056000', '180335.059000', '180335.062000', '180335.065000', '180335.068000', '180335.071000', '180335.073000', '180335.076000', '180335.079000', '180335.082000', '180335.085000', '180335.088000', '180335.091000', '180335.093000', '180335.096000', '180335.099000', '180335.102000', '180335.105000', '180335.108000', '180335.113000', '180335.116000', '180335.119000', '180335.122000', '180335.125000', '180335.127000', '180335.130000', '180335.133000', '180335.136000', '180335.139000', '180335.142000', '180335.145000', '180335.148000', '180335.150000', '180335.168000', '180335.171000', '180335.173000', '180335.176000', '180335.184000', '180335.187000', '180335.190000', '180335.192000', '180335.195000', '180355.052000', '180355.055000', '180355.058000', '180355.061000', '180355.064000', '180355.067000', '180355.069000', '180355.072000', '180355.075000', '180355.078000', '180355.081000', '180355.084000', '180355.086000', '180355.089000', '180355.092000', '180355.095000', '180355.098000', '180355.101000', '180355.104000', '180355.106000', '180355.109000', '180355.112000', '180355.115000', '180355.118000', '180355.121000', '180355.124000', '180355.127000', '180355.130000', '180355.132000', '180355.135000', '180355.138000', '180355.141000', '180355.144000', '180355.147000', '180355.150000', '180355.152000', '180355.155000', '180355.158000', '180355.161000', '180355.164000', '180355.167000', '180355.170000', '180355.173000', '180355.175000', '180415.052000', '180415.055000', '180415.058000', '180415.061000', '180415.064000', '180415.067000', '180415.069000', '180415.072000', '180415.075000', '180415.078000', '180415.081000', '180415.084000', '180415.087000', '180415.089000', '180415.092000', '180415.095000', '180415.098000', '180415.101000', '180415.104000', '180415.107000', '180415.110000', '180415.112000', '180415.115000', '180415.118000', '180415.121000', '180415.124000', '180415.127000', '180415.130000', '180415.133000', '180415.135000', '180415.138000', '180415.141000', '180415.144000', '180415.147000', '180415.150000', '180415.153000', '180415.156000', '180415.159000', '180415.161000', '180415.164000', '180415.167000', '180415.170000', '180415.173000', '180435.052000', '180435.055000', '180435.058000', '180435.060000', '180435.063000', '180435.066000', '180435.069000', '180435.072000', '180435.075000', '180435.078000', '180435.080000', '180435.083000', '180435.086000', '180435.089000', '180435.092000', '180435.095000', '180435.098000', '180435.100000', '180435.103000', '180435.106000', '180435.109000', '180435.112000', '180435.115000', '180435.117000', '180435.120000', '180435.123000', '180435.126000', '180435.129000', '180435.132000', '180435.135000', '180435.137000', '180435.140000', '180435.143000', '180435.146000', '180435.149000', '180435.152000', '180435.155000', '180435.158000', '180435.161000', '180435.163000', '180435.166000', '180435.169000', '180435.172000', '180435.175000', '180455.052000', '180455.055000', '180455.058000', '180455.061000', '180455.064000', '180455.066000', '180455.069000', '180455.072000', '180455.075000', '180455.078000', '180455.081000', '180455.084000', '180455.086000', '180455.089000', '180455.093000', '180455.096000', '180455.099000', '180455.102000', '180455.105000', '180455.108000', '180455.111000', '180455.113000', '180455.117000', '180455.119000', '180455.122000', '180455.125000', '180455.128000', '180455.131000', '180455.134000', '180455.137000', '180455.140000', '180455.142000', '180455.145000', '180455.148000', '180455.151000', '180455.154000', '180455.157000', '180455.160000', '180455.163000', '180455.166000', '180455.169000', '180455.172000', '180455.175000', '180515.052000', '180515.055000', '180515.058000', '180515.061000', '180515.064000', '180515.067000', '180515.070000', '180515.073000', '180515.075000', '180515.078000', '180515.081000', '180515.084000', '180515.087000', '180515.090000', '180515.092000', '180515.095000', '180515.106000', '180515.109000', '180515.112000', '180515.115000', '180515.125000', '180515.128000', '180515.131000', '180515.134000', '180515.137000', '180515.139000', '180515.142000', '180515.145000', '180515.148000', '180515.151000', '180515.154000', '180515.157000', '180515.159000', '180515.162000', '180515.165000', '180515.168000', '180515.171000', '180515.174000', '180515.176000', '180515.182000', '180515.185000', '180515.188000', '180515.191000', '180515.194000', '180535.052000', '180535.055000', '180535.058000', '180535.061000', '180535.064000', '180535.067000', '180535.069000', '180535.072000', '180535.075000', '180535.078000', '180535.081000', '180535.084000', '180535.087000', '180535.090000', '180535.093000', '180535.095000', '180535.098000', '180535.101000', '180535.104000', '180535.107000', '180535.109000', '180535.112000', '180535.115000', '180535.118000', '180535.121000', '180535.124000', '180535.127000', '180535.130000', '180535.132000', '180535.135000', '180535.138000', '180535.141000', '180535.144000', '180535.147000', '180535.150000', '180535.153000', '180535.155000', '180535.158000', '180535.161000', '180535.164000', '180535.167000', '180535.170000', '180535.174000', '180555.052000', '180555.055000', '180555.058000', '180555.061000', '180555.064000', '180555.066000', '180555.069000', '180555.072000', '180555.075000', '180555.078000', '180555.081000', '180555.084000', '180555.086000', '180555.089000', '180555.092000', '180555.095000', '180555.098000', '180555.101000', '180555.104000', '180555.107000', '180555.109000', '180555.112000', '180555.115000', '180555.118000', '180555.121000', '180555.124000', '180555.127000', '180555.130000', '180555.133000', '180555.136000', '180555.139000', '180555.142000', '180555.144000', '180555.147000', '180555.150000', '180555.153000', '180555.156000', '180555.159000', '180555.162000', '180555.165000', '180555.167000', '180555.170000', '180555.173000', '180555.176000', '180615.052000', '180615.055000', '180615.058000', '180615.061000', '180615.064000', '180615.067000', '180615.069000', '180615.072000', '180615.075000', '180615.078000', '180615.081000', '180615.084000', '180615.087000', '180615.090000', '180615.092000', '180615.095000', '180615.098000', '180615.101000', '180615.104000', '180615.107000', '180615.110000', '180615.113000', '180615.115000', '180615.118000', '180615.121000', '180615.124000', '180615.127000', '180615.131000', '180615.134000', '180615.137000', '180615.140000', '180615.143000', '180615.146000', '180615.149000', '180615.151000', '180615.154000', '180615.157000', '180615.160000', '180615.163000', '180615.166000', '180615.169000', '180615.171000', '180615.174000', '180635.052000', '180635.062000', '180635.065000', '180635.068000', '180635.071000', '180635.074000', '180635.076000', '180635.079000', '180635.082000', '180635.085000', '180635.088000', '180635.090000', '180635.098000', '180635.101000', '180635.106000', '180635.109000', '180635.112000', '180635.115000', '180635.118000', '180635.121000', '180635.123000', '180635.126000', '180635.129000', '180635.132000', '180635.135000', '180635.138000', '180635.141000', '180635.157000', '180635.160000', '180635.163000', '180635.166000', '180635.168000', '180635.171000', '180635.174000', '180635.177000', '180635.180000', '180635.182000', '180635.185000', '180635.188000', '180635.191000', '180635.194000', '180635.197000', '180635.200000', '180635.203000', '180655.052000', '180655.055000', '180655.058000', '180655.061000', '180655.064000', '180655.066000', '180655.069000', '180655.072000', '180655.075000', '180655.078000', '180655.080000', '180655.083000', '180655.086000', '180655.089000', '180655.092000', '180655.095000', '180655.098000', '180655.100000', '180655.103000', '180655.106000', '180655.109000', '180655.112000', '180655.115000', '180655.118000', '180655.120000', '180655.123000', '180655.126000', '180655.129000', '180655.132000', '180655.135000', '180655.137000', '180655.140000', '180655.143000', '180655.146000', '180655.149000', '180655.152000', '180655.154000', '180655.157000', '180655.160000', '180655.163000', '180655.166000', '180655.169000', '180655.171000', '180715.052000', '180715.055000', '180715.058000', '180715.060000', '180715.073000', '180715.076000', '180715.079000', '180715.081000', '180715.084000', '180715.087000', '180715.090000', '180715.093000', '180715.096000', '180715.099000', '180715.101000', '180715.104000', '180715.107000', '180715.110000', '180715.113000', '180715.116000', '180715.119000', '180715.122000', '180715.124000', '180715.127000', '180715.130000', '180715.133000', '180715.136000', '180715.139000', '180715.142000', '180715.145000', '180715.147000', '180715.150000', '180715.153000', '180715.156000', '180715.159000', '180715.162000', '180715.165000', '180715.168000', '180715.170000', '180715.173000', '180715.176000', '180715.179000', '180715.182000', '180715.185000', '180735.052000', '180735.055000', '180735.058000', '180735.061000', '180735.064000', '180735.066000', '180735.069000', '180735.072000', '180735.075000', '180735.078000', '180735.081000', '180735.084000', '180735.086000', '180735.089000', '180735.092000', '180735.095000', '180735.098000', '180735.100000', '180735.103000', '180735.106000', '180735.109000', '180735.112000', '180735.115000', '180735.118000', '180735.121000', '180735.124000', '180735.127000', '180735.129000', '180735.132000', '180735.135000', '180735.138000', '180735.141000', '180735.144000', '180735.146000', '180735.149000', '180735.152000', '180735.155000', '180735.158000', '180735.161000', '180735.164000', '180735.166000', '180735.170000', '180735.173000', '180755.052000', '180755.055000', '180755.058000', '180755.061000', '180755.063000', '180755.066000', '180755.069000', '180755.072000', '180755.075000', '180755.078000', '180755.081000', '180755.084000', '180755.086000', '180755.089000', '180755.092000', '180755.095000', '180755.098000', '180755.101000', '180755.103000', '180755.106000', '180755.109000', '180755.112000', '180755.115000', '180755.118000', '180755.121000', '180755.124000', '180755.126000', '180755.129000', '180755.132000', '180755.135000', '180755.138000', '180755.141000', '180755.144000', '180755.147000', '180755.149000', '180755.152000', '180755.155000', '180755.169000', '180755.171000', '180755.174000', '180755.177000', '180755.180000', '180755.183000', '180755.186000', '180815.052000', '180815.055000', '180815.058000', '180815.061000', '180815.064000', '180815.067000', '180815.069000', '180815.072000', '180815.075000', '180815.078000', '180815.081000', '180815.084000', '180815.086000', '180815.090000', '180815.092000', '180815.095000', '180815.098000', '180815.101000', '180815.104000', '180815.107000', '180815.109000', '180815.112000', '180815.115000', '180815.118000', '180815.121000', '180815.124000', '180815.127000', '180815.130000', '180815.132000', '180815.135000', '180815.138000', '180815.141000', '180815.144000', '180815.147000', '180815.150000', '180815.152000', '180815.155000', '180815.158000', '180815.161000', '180815.164000', '180815.167000', '180815.170000', '180815.173000', '180835.052000', '180835.055000', '180835.058000', '180835.061000', '180835.063000', '180835.066000', '180835.069000', '180835.072000', '180835.075000', '180835.078000', '180835.081000', '180835.084000', '180835.086000', '180835.089000', '180835.092000', '180835.095000', '180835.098000', '180835.101000', '180835.104000', '180835.106000', '180835.109000', '180835.112000', '180835.115000', '180835.118000', '180835.121000', '180835.123000', '180835.126000', '180835.129000', '180835.132000', '180835.135000', '180835.138000', '180835.141000', '180835.143000', '180835.146000', '180835.149000', '180835.152000', '180835.155000', '180835.158000', '180835.161000', '180835.164000', '180835.166000', '180835.169000', '180835.172000', '180855.052000', '180855.055000', '180855.058000', '180855.061000', '180855.064000', '180855.067000', '180855.069000', '180855.072000', '180855.075000', '180855.078000', '180855.081000', '180855.084000', '180855.086000', '180855.089000', '180855.092000', '180855.095000', '180855.098000', '180855.101000', '180855.104000', '180855.106000', '180855.109000', '180855.112000', '180855.115000', '180855.118000', '180855.121000', '180855.124000', '180855.127000', '180855.129000', '180855.132000', '180855.135000', '180855.138000', '180855.141000', '180855.144000', '180855.147000', '180855.150000', '180855.152000', '180855.155000', '180855.158000', '180855.161000', '180855.164000', '180855.167000', '180855.170000', '180855.172000', '180855.175000', '180915.052000', '180915.055000', '180915.058000', '180915.061000', '180915.064000', '180915.067000', '180915.070000', '180915.073000', '180915.076000', '180915.079000', '180915.082000', '180915.085000', '180915.087000', '180915.091000', '180915.093000', '180915.096000', '180915.099000', '180915.102000', '180915.105000', '180915.108000', '180915.111000', '180915.114000', '180915.116000', '180915.119000', '180915.122000', '180915.125000', '180915.128000', '180915.131000', '180915.134000', '180915.137000', '180915.139000', '180915.142000', '180915.145000', '180915.148000', '180915.151000', '180915.154000', '180915.156000', '180915.159000', '180915.162000', '180915.165000', '180915.168000', '180915.175000', '180915.178000', '180935.052000', '180935.055000', '180935.058000', '180935.061000', '180935.064000', '180935.066000', '180935.069000', '180935.072000', '180935.075000', '180935.078000', '180935.081000', '180935.083000', '180935.086000', '180935.089000', '180935.092000', '180935.095000', '180935.098000', '180935.101000', '180935.103000', '180935.106000', '180935.109000', '180935.112000', '180935.115000', '180935.118000', '180935.121000', '180935.124000', '180935.126000', '180935.129000', '180935.132000', '180935.135000', '180935.138000', '180935.141000', '180935.144000', '180935.147000', '180935.149000', '180935.152000', '180935.155000', '180935.158000', '180935.161000', '180935.164000', '180935.167000', '180935.169000', '180935.172000', '180935.175000', '180955.052000', '180955.055000', '180955.058000', '180955.061000', '180955.064000', '180955.067000', '180955.070000', '180955.073000', '180955.076000', '180955.079000', '180955.082000', '180955.084000', '180955.087000', '180955.090000', '180955.093000', '180955.096000', '180955.099000', '180955.102000', '180955.104000', '180955.107000', '180955.110000', '180955.113000', '180955.116000', '180955.119000', '180955.122000', '180955.124000', '180955.127000', '180955.130000', '180955.133000', '180955.136000', '180955.139000', '180955.141000', '180955.144000', '180955.147000', '180955.150000', '180955.153000', '180955.156000', '180955.159000', '180955.161000', '180955.164000', '180955.167000', '180955.170000', '180955.173000', '181015.052000', '181015.055000', '181015.058000', '181015.061000', '181015.064000', '181015.067000', '181015.070000', '181015.073000', '181015.075000', '181015.078000', '181015.081000', '181015.084000', '181015.087000', '181015.090000', '181015.092000', '181015.095000', '181015.098000', '181015.101000', '181015.104000', '181015.107000', '181015.110000', '181015.113000', '181015.116000', '181015.118000', '181015.121000', '181015.124000', '181015.127000', '181015.130000', '181015.133000', '181015.136000', '181015.138000', '181015.141000', '181015.144000', '181015.147000', '181015.150000', '181015.153000', '181015.156000', '181015.159000', '181015.161000', '181015.164000', '181015.167000', '181015.170000', '181015.173000', '181015.176000', '181023.646000', '181023.649000', '181023.652000', '181023.655000', '181023.658000', '181023.661000', '181023.664000', '181023.667000', '181023.670000', '181023.673000', '181023.676000', '181023.679000', '181023.682000', '181023.685000', '181023.687000', '181023.690000', '181023.693000', '181023.696000', '181023.699000'], 'InstanceCreationTime': ['180135.096000', '180135.100000', '180135.103000', '180135.106000', '180135.109000', '180135.112000', '180135.115000', '180135.117000', '180135.120000', '180135.128000', '180135.131000', '180135.133000', '180135.136000', '180135.139000', '180135.142000', '180135.145000', '180135.148000', '180135.151000', '180135.154000', '180135.156000', '180135.159000', '180135.162000', '180135.165000', '180135.168000', '180135.170000', '180135.173000', '180135.176000', '180135.179000', '180135.182000', '180135.184000', '180135.187000', '180135.190000', '180135.193000', '180135.195000', '180135.198000', '180135.201000', '180135.204000', '180135.207000', '180135.210000', '180135.212000', '180135.215000', '180135.218000', '180135.221000', '180135.224000', '180135.226000', '180135.229000', '180135.232000', '180135.235000', '180135.238000', '180135.240000', '180135.243000', '180135.246000', '180135.249000', '180135.252000', '180135.255000', '180135.257000', '180135.260000', '180135.263000', '180135.266000', '180155.052000', '180155.055000', '180155.058000', '180155.060000', '180155.070000', '180155.073000', '180155.076000', '180155.078000', '180155.081000', '180155.084000', '180155.087000', '180155.090000', '180155.093000', '180155.096000', '180155.098000', '180155.101000', '180155.110000', '180155.113000', '180155.116000', '180155.119000', '180155.122000', '180155.124000', '180155.127000', '180155.130000', '180155.133000', '180155.136000', '180155.139000', '180155.141000', '180155.144000', '180155.147000', '180155.150000', '180155.153000', '180155.156000', '180155.159000', '180155.161000', '180155.164000', '180155.167000', '180155.170000', '180155.173000', '180155.183000', '180155.186000', '180155.189000', '180155.192000', '180155.194000', '180215.052000', '180215.055000', '180215.058000', '180215.061000', '180215.063000', '180215.066000', '180215.069000', '180215.072000', '180215.075000', '180215.078000', '180215.081000', '180215.084000', '180215.087000', '180215.090000', '180215.093000', '180215.096000', '180215.098000', '180215.101000', '180215.104000', '180215.107000', '180215.110000', '180215.113000', '180215.116000', '180215.118000', '180215.121000', '180215.124000', '180215.127000', '180215.130000', '180215.133000', '180215.135000', '180215.138000', '180215.141000', '180215.144000', '180215.147000', '180215.150000', '180215.152000', '180215.155000', '180215.158000', '180215.161000', '180215.164000', '180215.167000', '180215.170000', '180215.172000', '180235.052000', '180235.055000', '180235.058000', '180235.060000', '180235.063000', '180235.066000', '180235.069000', '180235.072000', '180235.075000', '180235.078000', '180235.080000', '180235.088000', '180235.091000', '180235.094000', '180235.096000', '180235.099000', '180235.102000', '180235.105000', '180235.108000', '180235.111000', '180235.114000', '180235.116000', '180235.119000', '180235.122000', '180235.125000', '180235.128000', '180235.131000', '180235.133000', '180235.136000', '180235.139000', '180235.142000', '180235.145000', '180235.148000', '180235.150000', '180235.153000', '180235.156000', '180235.159000', '180235.162000', '180235.165000', '180235.168000', '180235.170000', '180235.173000', '180235.176000', '180235.179000', '180255.052000', '180255.055000', '180255.058000', '180255.061000', '180255.063000', '180255.066000', '180255.069000', '180255.072000', '180255.075000', '180255.078000', '180255.081000', '180255.084000', '180255.086000', '180255.089000', '180255.092000', '180255.095000', '180255.098000', '180255.103000', '180255.106000', '180255.109000', '180255.112000', '180255.115000', '180255.117000', '180255.120000', '180255.123000', '180255.126000', '180255.129000', '180255.132000', '180255.135000', '180255.137000', '180255.140000', '180255.143000', '180255.146000', '180255.149000', '180255.152000', '180255.154000', '180255.157000', '180255.160000', '180255.163000', '180255.166000', '180255.169000', '180255.172000', '180255.174000', '180315.052000', '180315.055000', '180315.058000', '180315.061000', '180315.064000', '180315.066000', '180315.069000', '180315.072000', '180315.075000', '180315.078000', '180315.081000', '180315.084000', '180315.087000', '180315.089000', '180315.092000', '180315.095000', '180315.098000', '180315.101000', '180315.104000', '180315.107000', '180315.109000', '180315.112000', '180315.115000', '180315.118000', '180315.121000', '180315.124000', '180315.127000', '180315.130000', '180315.133000', '180315.135000', '180315.138000', '180315.141000', '180315.144000', '180315.147000', '180315.150000', '180315.153000', '180315.155000', '180315.158000', '180315.161000', '180315.164000', '180315.167000', '180315.170000', '180315.173000', '180315.176000', '180335.052000', '180335.056000', '180335.059000', '180335.062000', '180335.065000', '180335.068000', '180335.071000', '180335.073000', '180335.076000', '180335.079000', '180335.082000', '180335.085000', '180335.088000', '180335.091000', '180335.093000', '180335.096000', '180335.099000', '180335.102000', '180335.105000', '180335.108000', '180335.113000', '180335.116000', '180335.119000', '180335.122000', '180335.125000', '180335.127000', '180335.130000', '180335.133000', '180335.136000', '180335.139000', '180335.142000', '180335.145000', '180335.148000', '180335.150000', '180335.168000', '180335.171000', '180335.173000', '180335.176000', '180335.184000', '180335.187000', '180335.190000', '180335.192000', '180335.195000', '180355.052000', '180355.055000', '180355.058000', '180355.061000', '180355.064000', '180355.067000', '180355.069000', '180355.072000', '180355.075000', '180355.078000', '180355.081000', '180355.084000', '180355.086000', '180355.089000', '180355.092000', '180355.095000', '180355.098000', '180355.101000', '180355.104000', '180355.106000', '180355.109000', '180355.112000', '180355.115000', '180355.118000', '180355.121000', '180355.124000', '180355.127000', '180355.130000', '180355.132000', '180355.135000', '180355.138000', '180355.141000', '180355.144000', '180355.147000', '180355.150000', '180355.152000', '180355.155000', '180355.158000', '180355.161000', '180355.164000', '180355.167000', '180355.170000', '180355.173000', '180355.175000', '180415.052000', '180415.055000', '180415.058000', '180415.061000', '180415.064000', '180415.067000', '180415.069000', '180415.072000', '180415.075000', '180415.078000', '180415.081000', '180415.084000', '180415.087000', '180415.089000', '180415.092000', '180415.095000', '180415.098000', '180415.101000', '180415.104000', '180415.107000', '180415.110000', '180415.112000', '180415.115000', '180415.118000', '180415.121000', '180415.124000', '180415.127000', '180415.130000', '180415.133000', '180415.135000', '180415.138000', '180415.141000', '180415.144000', '180415.147000', '180415.150000', '180415.153000', '180415.156000', '180415.159000', '180415.161000', '180415.164000', '180415.167000', '180415.170000', '180415.173000', '180435.052000', '180435.055000', '180435.058000', '180435.060000', '180435.063000', '180435.066000', '180435.069000', '180435.072000', '180435.075000', '180435.078000', '180435.080000', '180435.083000', '180435.086000', '180435.089000', '180435.092000', '180435.095000', '180435.098000', '180435.100000', '180435.103000', '180435.106000', '180435.109000', '180435.112000', '180435.115000', '180435.117000', '180435.120000', '180435.123000', '180435.126000', '180435.129000', '180435.132000', '180435.135000', '180435.137000', '180435.140000', '180435.143000', '180435.146000', '180435.149000', '180435.152000', '180435.155000', '180435.158000', '180435.161000', '180435.163000', '180435.166000', '180435.169000', '180435.172000', '180435.175000', '180455.052000', '180455.055000', '180455.058000', '180455.061000', '180455.064000', '180455.066000', '180455.069000', '180455.072000', '180455.075000', '180455.078000', '180455.081000', '180455.084000', '180455.086000', '180455.089000', '180455.093000', '180455.096000', '180455.099000', '180455.102000', '180455.105000', '180455.108000', '180455.111000', '180455.113000', '180455.117000', '180455.119000', '180455.122000', '180455.125000', '180455.128000', '180455.131000', '180455.134000', '180455.137000', '180455.140000', '180455.142000', '180455.145000', '180455.148000', '180455.151000', '180455.154000', '180455.157000', '180455.160000', '180455.163000', '180455.166000', '180455.169000', '180455.172000', '180455.175000', '180515.052000', '180515.055000', '180515.058000', '180515.061000', '180515.064000', '180515.067000', '180515.070000', '180515.073000', '180515.075000', '180515.078000', '180515.081000', '180515.084000', '180515.087000', '180515.090000', '180515.092000', '180515.095000', '180515.106000', '180515.109000', '180515.112000', '180515.115000', '180515.125000', '180515.128000', '180515.131000', '180515.134000', '180515.137000', '180515.139000', '180515.142000', '180515.145000', '180515.148000', '180515.151000', '180515.154000', '180515.157000', '180515.159000', '180515.162000', '180515.165000', '180515.168000', '180515.171000', '180515.174000', '180515.176000', '180515.182000', '180515.185000', '180515.188000', '180515.191000', '180515.194000', '180535.052000', '180535.055000', '180535.058000', '180535.061000', '180535.064000', '180535.067000', '180535.069000', '180535.072000', '180535.075000', '180535.078000', '180535.081000', '180535.084000', '180535.087000', '180535.090000', '180535.093000', '180535.095000', '180535.098000', '180535.101000', '180535.104000', '180535.107000', '180535.109000', '180535.112000', '180535.115000', '180535.118000', '180535.121000', '180535.124000', '180535.127000', '180535.130000', '180535.132000', '180535.135000', '180535.138000', '180535.141000', '180535.144000', '180535.147000', '180535.150000', '180535.153000', '180535.155000', '180535.158000', '180535.161000', '180535.164000', '180535.167000', '180535.170000', '180535.174000', '180555.052000', '180555.055000', '180555.058000', '180555.061000', '180555.064000', '180555.066000', '180555.069000', '180555.072000', '180555.075000', '180555.078000', '180555.081000', '180555.084000', '180555.086000', '180555.089000', '180555.092000', '180555.095000', '180555.098000', '180555.101000', '180555.104000', '180555.107000', '180555.109000', '180555.112000', '180555.115000', '180555.118000', '180555.121000', '180555.124000', '180555.127000', '180555.130000', '180555.133000', '180555.136000', '180555.139000', '180555.142000', '180555.144000', '180555.147000', '180555.150000', '180555.153000', '180555.156000', '180555.159000', '180555.162000', '180555.165000', '180555.167000', '180555.170000', '180555.173000', '180555.176000', '180615.052000', '180615.055000', '180615.058000', '180615.061000', '180615.064000', '180615.067000', '180615.069000', '180615.072000', '180615.075000', '180615.078000', '180615.081000', '180615.084000', '180615.087000', '180615.090000', '180615.092000', '180615.095000', '180615.098000', '180615.101000', '180615.104000', '180615.107000', '180615.110000', '180615.113000', '180615.115000', '180615.118000', '180615.121000', '180615.124000', '180615.127000', '180615.131000', '180615.134000', '180615.137000', '180615.140000', '180615.143000', '180615.146000', '180615.149000', '180615.151000', '180615.154000', '180615.157000', '180615.160000', '180615.163000', '180615.166000', '180615.169000', '180615.171000', '180615.174000', '180635.052000', '180635.062000', '180635.065000', '180635.068000', '180635.071000', '180635.074000', '180635.076000', '180635.079000', '180635.082000', '180635.085000', '180635.088000', '180635.090000', '180635.098000', '180635.101000', '180635.106000', '180635.109000', '180635.112000', '180635.115000', '180635.118000', '180635.121000', '180635.123000', '180635.126000', '180635.129000', '180635.132000', '180635.135000', '180635.138000', '180635.141000', '180635.157000', '180635.160000', '180635.163000', '180635.166000', '180635.168000', '180635.171000', '180635.174000', '180635.177000', '180635.180000', '180635.182000', '180635.185000', '180635.188000', '180635.191000', '180635.194000', '180635.197000', '180635.200000', '180635.203000', '180655.052000', '180655.055000', '180655.058000', '180655.061000', '180655.064000', '180655.066000', '180655.069000', '180655.072000', '180655.075000', '180655.078000', '180655.080000', '180655.083000', '180655.086000', '180655.089000', '180655.092000', '180655.095000', '180655.098000', '180655.100000', '180655.103000', '180655.106000', '180655.109000', '180655.112000', '180655.115000', '180655.118000', '180655.120000', '180655.123000', '180655.126000', '180655.129000', '180655.132000', '180655.135000', '180655.137000', '180655.140000', '180655.143000', '180655.146000', '180655.149000', '180655.152000', '180655.154000', '180655.157000', '180655.160000', '180655.163000', '180655.166000', '180655.169000', '180655.171000', '180715.052000', '180715.055000', '180715.058000', '180715.060000', '180715.073000', '180715.076000', '180715.079000', '180715.081000', '180715.084000', '180715.087000', '180715.090000', '180715.093000', '180715.096000', '180715.099000', '180715.101000', '180715.104000', '180715.107000', '180715.110000', '180715.113000', '180715.116000', '180715.119000', '180715.122000', '180715.124000', '180715.127000', '180715.130000', '180715.133000', '180715.136000', '180715.139000', '180715.142000', '180715.145000', '180715.147000', '180715.150000', '180715.153000', '180715.156000', '180715.159000', '180715.162000', '180715.165000', '180715.168000', '180715.170000', '180715.173000', '180715.176000', '180715.179000', '180715.182000', '180715.185000', '180735.052000', '180735.055000', '180735.058000', '180735.061000', '180735.064000', '180735.066000', '180735.069000', '180735.072000', '180735.075000', '180735.078000', '180735.081000', '180735.084000', '180735.086000', '180735.089000', '180735.092000', '180735.095000', '180735.098000', '180735.100000', '180735.103000', '180735.106000', '180735.109000', '180735.112000', '180735.115000', '180735.118000', '180735.121000', '180735.124000', '180735.127000', '180735.129000', '180735.132000', '180735.135000', '180735.138000', '180735.141000', '180735.144000', '180735.146000', '180735.149000', '180735.152000', '180735.155000', '180735.158000', '180735.161000', '180735.164000', '180735.166000', '180735.170000', '180735.173000', '180755.052000', '180755.055000', '180755.058000', '180755.061000', '180755.063000', '180755.066000', '180755.069000', '180755.072000', '180755.075000', '180755.078000', '180755.081000', '180755.084000', '180755.086000', '180755.089000', '180755.092000', '180755.095000', '180755.098000', '180755.101000', '180755.103000', '180755.106000', '180755.109000', '180755.112000', '180755.115000', '180755.118000', '180755.121000', '180755.124000', '180755.126000', '180755.129000', '180755.132000', '180755.135000', '180755.138000', '180755.141000', '180755.144000', '180755.147000', '180755.149000', '180755.152000', '180755.155000', '180755.169000', '180755.171000', '180755.174000', '180755.177000', '180755.180000', '180755.183000', '180755.186000', '180815.052000', '180815.055000', '180815.058000', '180815.061000', '180815.064000', '180815.067000', '180815.069000', '180815.072000', '180815.075000', '180815.078000', '180815.081000', '180815.084000', '180815.086000', '180815.090000', '180815.092000', '180815.095000', '180815.098000', '180815.101000', '180815.104000', '180815.107000', '180815.109000', '180815.112000', '180815.115000', '180815.118000', '180815.121000', '180815.124000', '180815.127000', '180815.130000', '180815.132000', '180815.135000', '180815.138000', '180815.141000', '180815.144000', '180815.147000', '180815.150000', '180815.152000', '180815.155000', '180815.158000', '180815.161000', '180815.164000', '180815.167000', '180815.170000', '180815.173000', '180835.052000', '180835.055000', '180835.058000', '180835.061000', '180835.063000', '180835.066000', '180835.069000', '180835.072000', '180835.075000', '180835.078000', '180835.081000', '180835.084000', '180835.086000', '180835.089000', '180835.092000', '180835.095000', '180835.098000', '180835.101000', '180835.104000', '180835.106000', '180835.109000', '180835.112000', '180835.115000', '180835.118000', '180835.121000', '180835.123000', '180835.126000', '180835.129000', '180835.132000', '180835.135000', '180835.138000', '180835.141000', '180835.143000', '180835.146000', '180835.149000', '180835.152000', '180835.155000', '180835.158000', '180835.161000', '180835.164000', '180835.166000', '180835.169000', '180835.172000', '180855.052000', '180855.055000', '180855.058000', '180855.061000', '180855.064000', '180855.067000', '180855.069000', '180855.072000', '180855.075000', '180855.078000', '180855.081000', '180855.084000', '180855.086000', '180855.089000', '180855.092000', '180855.095000', '180855.098000', '180855.101000', '180855.104000', '180855.106000', '180855.109000', '180855.112000', '180855.115000', '180855.118000', '180855.121000', '180855.124000', '180855.127000', '180855.129000', '180855.132000', '180855.135000', '180855.138000', '180855.141000', '180855.144000', '180855.147000', '180855.150000', '180855.152000', '180855.155000', '180855.158000', '180855.161000', '180855.164000', '180855.167000', '180855.170000', '180855.172000', '180855.175000', '180915.052000', '180915.055000', '180915.058000', '180915.061000', '180915.064000', '180915.067000', '180915.070000', '180915.073000', '180915.076000', '180915.079000', '180915.082000', '180915.085000', '180915.087000', '180915.091000', '180915.093000', '180915.096000', '180915.099000', '180915.102000', '180915.105000', '180915.108000', '180915.111000', '180915.114000', '180915.116000', '180915.119000', '180915.122000', '180915.125000', '180915.128000', '180915.131000', '180915.134000', '180915.137000', '180915.139000', '180915.142000', '180915.145000', '180915.148000', '180915.151000', '180915.154000', '180915.156000', '180915.159000', '180915.162000', '180915.165000', '180915.168000', '180915.175000', '180915.178000', '180935.052000', '180935.055000', '180935.058000', '180935.061000', '180935.064000', '180935.066000', '180935.069000', '180935.072000', '180935.075000', '180935.078000', '180935.081000', '180935.083000', '180935.086000', '180935.089000', '180935.092000', '180935.095000', '180935.098000', '180935.101000', '180935.103000', '180935.106000', '180935.109000', '180935.112000', '180935.115000', '180935.118000', '180935.121000', '180935.124000', '180935.126000', '180935.129000', '180935.132000', '180935.135000', '180935.138000', '180935.141000', '180935.144000', '180935.147000', '180935.149000', '180935.152000', '180935.155000', '180935.158000', '180935.161000', '180935.164000', '180935.167000', '180935.169000', '180935.172000', '180935.175000', '180955.052000', '180955.055000', '180955.058000', '180955.061000', '180955.064000', '180955.067000', '180955.070000', '180955.073000', '180955.076000', '180955.079000', '180955.082000', '180955.084000', '180955.087000', '180955.090000', '180955.093000', '180955.096000', '180955.099000', '180955.102000', '180955.104000', '180955.107000', '180955.110000', '180955.113000', '180955.116000', '180955.119000', '180955.122000', '180955.124000', '180955.127000', '180955.130000', '180955.133000', '180955.136000', '180955.139000', '180955.141000', '180955.144000', '180955.147000', '180955.150000', '180955.153000', '180955.156000', '180955.159000', '180955.161000', '180955.164000', '180955.167000', '180955.170000', '180955.173000', '181015.052000', '181015.055000', '181015.058000', '181015.061000', '181015.064000', '181015.067000', '181015.070000', '181015.073000', '181015.075000', '181015.078000', '181015.081000', '181015.084000', '181015.087000', '181015.090000', '181015.092000', '181015.095000', '181015.098000', '181015.101000', '181015.104000', '181015.107000', '181015.110000', '181015.113000', '181015.116000', '181015.118000', '181015.121000', '181015.124000', '181015.127000', '181015.130000', '181015.133000', '181015.136000', '181015.138000', '181015.141000', '181015.144000', '181015.147000', '181015.150000', '181015.153000', '181015.156000', '181015.159000', '181015.161000', '181015.164000', '181015.167000', '181015.170000', '181015.173000', '181015.176000', '181023.646000', '181023.649000', '181023.652000', '181023.655000', '181023.658000', '181023.661000', '181023.664000', '181023.667000', '181023.670000', '181023.673000', '181023.676000', '181023.679000', '181023.682000', '181023.685000', '181023.687000', '181023.690000', '181023.693000', '181023.696000', '181023.699000'], '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': [12507, 7836, 12385, 7913, 13036, 7822, 11731, 8923, 10074, 6848, 10217, 6583, 10909, 7120, 12357, 7640, 11819, 8122, 11930, 7074, 9285, 7627, 10230, 8279, 9747, 8713, 6450, 9792, 6540, 11313, 7538, 11352, 8206, 6386, 9417, 6343, 10686, 7096, 11762, 7626, 7397, 7871, 6695, 10063, 7860, 11167, 7296, 10673, 7433, 11881, 8093, 12280, 9459, 8486, 7890, 7180, 8652, 8400, 8515, 7769, 9645, 6617, 10114, 6828, 7123, 9044, 6344, 11182, 7433, 7160, 8991, 7378, 10474, 7637, 11343, 7227, 10570, 7370, 9753, 8199, 6539, 10552, 7384, 6471, 10469, 7084, 12258, 8806, 11708, 7741, 8622, 8377, 9077, 9036, 6937, 9817, 6909, 10570, 7233, 11795, 8030, 9930, 8597, 6524, 9495, 6948, 10677, 7321, 11144, 8593, 7492, 8090, 6425, 9504, 6517, 11347, 7994, 12130, 7502, 8889, 7813, 7257, 9207, 6571, 10450, 7113, 11121, 7271, 10801, 8460, 6425, 9318, 6427, 10703, 7435, 11929, 8177, 8301, 8000, 6339, 10017, 7080, 11803, 7524, 11880, 7333, 10279, 7728, 8292, 10321, 6434, 10390, 7126, 11198, 7351, 12083, 8326, 7205, 9253, 6360, 10147, 7260, 11740, 8424, 7219, 8933, 6553, 10474, 7077, 11522, 8361, 12469, 7598, 8142, 7335, 6545, 9321, 7283, 11284, 6710, 10385, 7174, 11327, 7657, 12158, 8282, 8542, 7344, 7346, 8637, 7295, 10365, 6637, 10462, 7129, 10983, 7363, 11716, 8478, 11574, 7802, 8156, 7968, 7057, 8651, 7430, 9969, 6452, 9603, 6581, 10295, 6947, 11101, 7775, 12073, 7051, 9229, 7560, 8844, 8624, 10204, 8362, 7813, 8664, 6259, 8863, 6293, 9550, 6557, 9589, 6433, 9750, 6481, 10289, 6917, 10638, 7323, 11481, 7664, 11835, 7105, 11973, 7388, 11725, 7875, 11616, 8256, 9305, 7367, 7250, 8594, 6740, 9241, 6655, 10021, 6495, 10401, 6961, 10715, 7240, 11140, 7875, 11818, 7404, 7828, 7937, 7651, 8811, 7447, 9579, 6719, 9860, 6666, 10441, 7345, 11323, 7692, 12157, 8208, 12148, 7081, 11945, 7534, 11517, 8317, 11639, 7142, 9984, 7575, 11621, 7566, 10345, 7604, 6097, 8174, 6398, 10191, 7444, 11787, 8714, 11340, 7741, 11824, 7935, 10955, 7889, 6646, 9641, 6848, 10208, 9360, 7155, 10678, 7261, 10664, 12250, 8950, 11920, 9073, 6240, 9298, 6409, 10366, 6417, 10698, 8065, 7420, 8104, 6421, 10473, 6431, 11348, 6959, 11555, 7735, 8667, 7737, 6494, 10250, 8314, 9676, 9708, 10255, 6621, 10570, 7085, 11924, 7452, 11234, 6609, 10408, 7227, 10872, 6659, 11382, 7224, 12069, 7477, 11849, 7604, 11311, 7027, 7267, 8134, 6605, 9721, 6341, 10750, 6974, 11173, 7910, 10600, 8795, 9399, 9341, 7548, 9646, 8024, 10182, 12306, 9640, 7590, 10262, 6499, 11139, 7235, 11548, 7849, 6412, 9983, 6649, 11660, 7201, 12191, 7284, 11607, 7788, 13321, 7301, 10102, 7595, 10871, 8405, 6469, 9220, 6398, 10430, 6409, 11486, 8199, 12526, 7513, 6465, 9466, 6375, 10738, 6835, 11788, 7520, 11306, 7181, 12145, 7544, 11958, 7493, 11568, 7485, 11532, 6705, 11443, 7372, 11721, 8148, 8987, 8210, 6382, 9042, 6500, 10057, 6463, 10419, 6566, 10365, 6632, 10642, 7304, 11493, 7791, 11930, 7688, 10392, 7407, 8359, 8323, 8589, 8467, 6998, 9905, 6416, 9840, 6270, 10404, 6388, 10745, 7208, 10937, 6630, 10941, 7723, 11355, 8083, 8344, 8903, 6407, 9966, 6274, 10889, 7133, 12155, 7344, 11823, 7134, 12193, 7288, 11575, 8020, 6428, 8476, 6314, 9306, 6759, 10153, 6766, 10608, 6600, 10936, 7200, 12035, 7451, 12092, 8341, 7692, 8196, 6453, 9574, 6472, 10441, 7026, 11461, 6583, 10888, 7076, 11941, 7389, 12063, 8052, 12468, 7264, 8786, 7453, 6970, 8559, 6675, 9979, 6500, 10520, 6337, 10766, 7202, 12016, 7836, 12459, 7827, 9073, 7605, 7890, 8140, 8254, 8953, 6369, 9340, 6642, 9691, 6692, 10387, 6648, 10908, 6919, 10785, 7324, 11717, 7314, 11689, 8114, 6458, 8559, 6362, 9760, 6422, 10106, 6687, 11265, 6902, 11075, 6946, 11806, 7400, 12592, 8175, 11597, 7695, 7465, 8133, 7150, 9165, 6618, 10490, 6494, 10741, 7064, 11552, 7681, 11882, 8319, 8206, 8330, 6404, 9838, 6776, 10629, 6537, 10511, 7023, 11395, 7488, 12066, 8227, 7963, 7906, 6371, 9888, 6703, 10401, 6531, 10507, 6479, 10698, 7350, 11587, 7871, 6692, 8778, 6387, 10795, 7334, 13205, 9162, 11515, 8853, 6390, 8961, 6528, 10568, 6622, 10387, 6767, 11327, 7257, 11148, 7066, 11954, 7697, 8133, 8755, 6355, 10100, 7214, 11765, 8166, 6410, 10023, 6816, 11647, 7349, 12244, 8781, 9801, 7899, 6464, 8672, 8989, 8337, 10737, 8261, 6334, 9370, 6435, 10687, 6996, 11396, 7698, 11791, 7825, 6835, 8137, 6544, 9915, 6797, 10332, 6925, 11482, 7268, 11721, 7364, 11808, 7987, 10739, 8118, 6629, 8911, 6500, 10905, 7295, 11654, 8226, 6495, 9504, 6453, 11346, 7280, 12029, 8632, 10073, 7396, 6316, 9774, 6812, 10155, 7130, 11972, 7269, 8508, 7905, 7111, 9871, 6481, 10880, 7222, 6562, 9489, 7199, 11262, 7299, 11830, 7521, 11863, 7696, 13277, 8426, 11550, 7687, 6161, 8941, 6417, 10833, 7180, 11909, 8269, 8886, 7968, 6369, 10097, 7053, 12101, 7759, 11828, 8336, 12089, 7289, 8968, 7502, 7362, 8599, 8098, 9350, 6631, 9904, 7285, 9691, 7543, 8494, 9105, 6964, 10684, 6530, 10312, 6773, 10705, 7317, 11363, 7678, 6261, 9288, 6413, 11343, 7641, 12423, 7968, 7868, 8079, 7199, 9255, 6668, 9883, 6512, 11046, 7525, 11370, 7068, 8621, 8109, 7852, 9744, 6532, 10943, 7331, 12134, 7481, 12227, 7913, 12011, 7784, 6324, 8625, 6245, 10381, 6670, 11441, 8037, 6518, 8742, 6522, 10887, 7492, 12359, 8233, 9744, 8287, 6722, 11203, 7551, 6815, 9506, 7900, 10098, 9653, 6477, 11637, 7701, 12975, 8512, 13388, 7660, 7081, 7734, 6357, 10018, 7113, 12539, 8048, 6540, 9737, 6647, 11207, 7791, 12300, 7716, 8858, 7993, 8316, 9150, 9097, 9470, 6512, 9736, 6458, 10700, 6442, 10725, 6679, 10437, 7268, 10749, 6990, 8934, 7527, 7144, 9471, 6485, 10896, 7066, 12053, 7327, 11536, 7583, 11289, 7429, 11433, 7351, 12254, 7438, 12377, 8481, 9473, 7683, 6540, 9254, 6615, 9342, 6909, 9471, 6677, 10228, 7388, 11227, 7411, 12347, 8510, 11921, 8627, 9314, 7930, 8000, 8145, 8506, 8714, 6703, 9335, 6745, 10425, 6678, 10883, 7014, 11819, 7478, 12382, 7469, 10633, 8086, 9533, 8837, 6491, 9225, 6667, 10280, 6600, 10335, 7122, 11441, 7488, 8896, 7520, 7327, 8618, 10447, 8691, 7072, 8452, 6440, 10054, 6479, 11277, 7523, 12602, 8056, 11735, 7283, 9387, 7700, 10924, 8426, 7503, 8557, 6404, 10106, 6610, 10916, 7187, 11448, 8155, 7846, 7410, 6507, 9609, 6379, 10959, 7974, 9157, 7602, 10311, 7937, 11473, 8123, 10971, 8863, 6462, 9268, 6767, 10931, 7301, 11945, 7613, 11616, 8362, 6559, 7875, 6492, 10149, 6507, 10317, 7314, 11957, 9181, 10592, 13418, 7279, 6516, 9939, 8480, 8112, 11019, 7777, 11691, 7752, 12299, 7813, 12522, 8093, 12419, 8451, 10763, 8109, 6782, 10093, 6907, 12081, 7845, 10603, 7889, 6369, 9223, 6485, 10931, 7927, 6568, 8501, 6585, 11125, 7332, 10381, 7540, 6919, 9513, 6612, 8985, 7238, 6459, 10047, 6915, 11725, 8296, 7153, 9687, 6794, 11573, 7534, 9764, 8205, 8435, 9328, 6759, 12899, 7410, 6431, 9219, 6386, 11141, 6856, 11572, 8178, 9470, 8189, 6491, 10535, 7241, 11417, 8047, 11169, 8640, 8072, 9477, 6618, 10824, 7360, 8703, 8546, 7531, 10399, 6650, 11477, 7346, 11627, 8103, 8211, 9189, 6487, 11246, 7217, 11763, 8463, 7785, 9050, 6492, 11188, 7450, 11519, 7980, 10237, 9144, 6255, 10571, 6972, 11331, 7743, 9008, 9274, 6625, 11050, 7353, 10063, 9164, 6636, 10946, 7543, 7716, 9673, 6509, 6542, 11460, 7774, 10152, 11140, 7438, 12014, 8294, 6421, 11891, 7349, 12221, 9163, 6567, 10971, 6639, 12750, 8216, 7309, 10693, 6746, 11022, 7947, 10345, 9101, 7496, 10656, 6585, 11712, 7073, 11222, 8260, 8426, 11177, 7072, 8995, 8792, 6692, 11732, 6771, 12346, 8773, 8351, 9143, 6579, 11997, 7139, 12969, 8224, 14559, 9352, 6468, 9886, 6678, 13195, 8206, 13279, 9201, 10615, 9384, 6485, 11467, 6979, 12617, 8697, 6394, 7390, 6418, 11198, 8632, 7503, 11222, 8224, 9566, 9109, 6583, 11757, 7411, 14060, 8816, 8310, 10826, 6852, 7320, 8992, 6613, 11498, 8830, 6598, 11000, 7235, 6943, 9930, 6531, 12394, 8345, 6508, 9283, 6433, 12208, 7714, 12291], 'WindowCenter': [4290.0, 4224.0, 4260.0, 4218.0, 4246.0, 4192.0, 4223.0, 4200.0, 4211.0, 4156.0, 4197.0, 4157.0, 4208.0, 4167.0, 4218.0, 4179.0, 4218.0, 4189.0, 4219.0, 4168.0, 4198.0, 4179.0, 4208.0, 4190.0, 4198.0, 4189.0, 4157.0, 4209.0, 4170.0, 4221.0, 4193.0, 4222.0, 4203.0, 4171.0, 4212.0, 4171.0, 4222.0, 4181.0, 4231.0, 4192.0, 4181.0, 4192.0, 4181.0, 4223.0, 4191.0, 4222.0, 4181.0, 4222.0, 4181.0, 4221.0, 4192.0, 4221.0, 4201.0, 4189.0, 4189.0, 4168.0, 4188.0, 4187.0, 4187.0, 4179.0, 4199.0, 4180.0, 4221.0, 4182.0, 4180.0, 4214.0, 4182.0, 4236.0, 4194.0, 4193.0, 4213.0, 4191.0, 4223.0, 4192.0, 4251.0, 4234.0, 4237.0, 4194.0, 4211.0, 4201.0, 4171.0, 4220.0, 4181.0, 4182.0, 4223.0, 4194.0, 4232.0, 4203.0, 4221.0, 4179.0, 4189.0, 4190.0, 4199.0, 4199.0, 4168.0, 4198.0, 4167.0, 4207.0, 4179.0, 4218.0, 4190.0, 4210.0, 4200.0, 4158.0, 4199.0, 4178.0, 4209.0, 4191.0, 4222.0, 4201.0, 4180.0, 4191.0, 4170.0, 4211.0, 4173.0, 4222.0, 4202.0, 4232.0, 4191.0, 4201.0, 4190.0, 4192.0, 4212.0, 4171.0, 4221.0, 4181.0, 4222.0, 4193.0, 4223.0, 4203.0, 4172.0, 4211.0, 4171.0, 4223.0, 4193.0, 4231.0, 4203.0, 4191.0, 4191.0, 4170.0, 4212.0, 4180.0, 4221.0, 4181.0, 4220.0, 4180.0, 4210.0, 4191.0, 4191.0, 4211.0, 4157.0, 4210.0, 4179.0, 4219.0, 4179.0, 4231.0, 4190.0, 4180.0, 4200.0, 4169.0, 4210.0, 4191.0, 4231.0, 4201.0, 4180.0, 4201.0, 4170.0, 4211.0, 4180.0, 4220.0, 4191.0, 4230.0, 4180.0, 4189.0, 4179.0, 4170.0, 4211.0, 4180.0, 4221.0, 4169.0, 4210.0, 4180.0, 4221.0, 4191.0, 4220.0, 4190.0, 4189.0, 4179.0, 4179.0, 4200.0, 4180.0, 4210.0, 4168.0, 4209.0, 4168.0, 4208.0, 4179.0, 4220.0, 4190.0, 4219.0, 4179.0, 4176.0, 4177.0, 4167.0, 4188.0, 4168.0, 4197.0, 4155.0, 4197.0, 4155.0, 4197.0, 4178.0, 4218.0, 4179.0, 4219.0, 4179.0, 4199.0, 4179.0, 4188.0, 4188.0, 4209.0, 4189.0, 4178.0, 4188.0, 4156.0, 4187.0, 4155.0, 4197.0, 4158.0, 4198.0, 4157.0, 4197.0, 4157.0, 4208.0, 4168.0, 4210.0, 4181.0, 4219.0, 4190.0, 4220.0, 4180.0, 4220.0, 4180.0, 4220.0, 4191.0, 4220.0, 4191.0, 4198.0, 4179.0, 4178.0, 4189.0, 4168.0, 4200.0, 4169.0, 4210.0, 4158.0, 4209.0, 4178.0, 4209.0, 4191.0, 4232.0, 4201.0, 4232.0, 4192.0, 4190.0, 4202.0, 4190.0, 4202.0, 4191.0, 4211.0, 4171.0, 4212.0, 4170.0, 4211.0, 4181.0, 4222.0, 4192.0, 4221.0, 4192.0, 4221.0, 4181.0, 4220.0, 4190.0, 4221.0, 4190.0, 4219.0, 4169.0, 4198.0, 4179.0, 4219.0, 4179.0, 4209.0, 4180.0, 4159.0, 4200.0, 4171.0, 4222.0, 4205.0, 4234.0, 4214.0, 4234.0, 4193.0, 4245.0, 4217.0, 4221.0, 4191.0, 4179.0, 4210.0, 4193.0, 4222.0, 4212.0, 4182.0, 4223.0, 4180.0, 4221.0, 4220.0, 4199.0, 4219.0, 4188.0, 4156.0, 4198.0, 4157.0, 4206.0, 4168.0, 4208.0, 4189.0, 4178.0, 4189.0, 4169.0, 4222.0, 4170.0, 4233.0, 4181.0, 4222.0, 4190.0, 4199.0, 4190.0, 4169.0, 4211.0, 4190.0, 4212.0, 4200.0, 4208.0, 4168.0, 4209.0, 4178.0, 4219.0, 4178.0, 4218.0, 4169.0, 4209.0, 4179.0, 4208.0, 4167.0, 4218.0, 4178.0, 4229.0, 4180.0, 4220.0, 4190.0, 4218.0, 4179.0, 4179.0, 4201.0, 4181.0, 4212.0, 4170.0, 4221.0, 4192.0, 4233.0, 4204.0, 4223.0, 4214.0, 4213.0, 4213.0, 4189.0, 4211.0, 4189.0, 4209.0, 4230.0, 4200.0, 4178.0, 4210.0, 4168.0, 4218.0, 4181.0, 4232.0, 4202.0, 4169.0, 4221.0, 4181.0, 4232.0, 4192.0, 4231.0, 4192.0, 4221.0, 4190.0, 4231.0, 4180.0, 4209.0, 4190.0, 4220.0, 4191.0, 4169.0, 4199.0, 4158.0, 4209.0, 4168.0, 4219.0, 4189.0, 4219.0, 4179.0, 4158.0, 4198.0, 4157.0, 4220.0, 4168.0, 4220.0, 4179.0, 4209.0, 4166.0, 4217.0, 4176.0, 4207.0, 4165.0, 4205.0, 4165.0, 4206.0, 4156.0, 4206.0, 4167.0, 4216.0, 4177.0, 4185.0, 4187.0, 4156.0, 4187.0, 4157.0, 4208.0, 4158.0, 4209.0, 4168.0, 4208.0, 4167.0, 4208.0, 4179.0, 4219.0, 4179.0, 4220.0, 4178.0, 4208.0, 4179.0, 4188.0, 4190.0, 4200.0, 4201.0, 4179.0, 4212.0, 4170.0, 4211.0, 4169.0, 4220.0, 4182.0, 4221.0, 4192.0, 4221.0, 4181.0, 4221.0, 4192.0, 4234.0, 4203.0, 4203.0, 4213.0, 4170.0, 4211.0, 4172.0, 4223.0, 4183.0, 4232.0, 4180.0, 4231.0, 4180.0, 4230.0, 4193.0, 4232.0, 4193.0, 4171.0, 4202.0, 4171.0, 4212.0, 4181.0, 4223.0, 4170.0, 4223.0, 4171.0, 4221.0, 4180.0, 4231.0, 4193.0, 4231.0, 4201.0, 4191.0, 4202.0, 4169.0, 4211.0, 4172.0, 4221.0, 4181.0, 4233.0, 4170.0, 4221.0, 4179.0, 4220.0, 4180.0, 4230.0, 4190.0, 4230.0, 4180.0, 4198.0, 4179.0, 4179.0, 4201.0, 4180.0, 4222.0, 4168.0, 4221.0, 4169.0, 4220.0, 4180.0, 4231.0, 4190.0, 4230.0, 4191.0, 4199.0, 4191.0, 4190.0, 4191.0, 4201.0, 4201.0, 4168.0, 4199.0, 4168.0, 4211.0, 4170.0, 4220.0, 4181.0, 4222.0, 4180.0, 4221.0, 4181.0, 4231.0, 4192.0, 4230.0, 4192.0, 4170.0, 4201.0, 4171.0, 4210.0, 4170.0, 4222.0, 4181.0, 4223.0, 4180.0, 4221.0, 4181.0, 4221.0, 4191.0, 4231.0, 4202.0, 4218.0, 4190.0, 4179.0, 4190.0, 4180.0, 4200.0, 4169.0, 4220.0, 4170.0, 4219.0, 4180.0, 4221.0, 4191.0, 4221.0, 4201.0, 4190.0, 4189.0, 4168.0, 4210.0, 4170.0, 4220.0, 4159.0, 4210.0, 4177.0, 4219.0, 4180.0, 4220.0, 4190.0, 4179.0, 4188.0, 4158.0, 4207.0, 4171.0, 4210.0, 4159.0, 4209.0, 4169.0, 4209.0, 4179.0, 4221.0, 4190.0, 4170.0, 4201.0, 4169.0, 4222.0, 4193.0, 4243.0, 4214.0, 4223.0, 4202.0, 4170.0, 4200.0, 4158.0, 4210.0, 4169.0, 4210.0, 4168.0, 4219.0, 4179.0, 4219.0, 4167.0, 4219.0, 4190.0, 4189.0, 4198.0, 4158.0, 4209.0, 4192.0, 4232.0, 4200.0, 4170.0, 4212.0, 4180.0, 4221.0, 4191.0, 4231.0, 4202.0, 4210.0, 4190.0, 4159.0, 4200.0, 4198.0, 4189.0, 4219.0, 4188.0, 4158.0, 4198.0, 4169.0, 4220.0, 4180.0, 4230.0, 4192.0, 4230.0, 4192.0, 4169.0, 4190.0, 4169.0, 4211.0, 4181.0, 4210.0, 4169.0, 4220.0, 4179.0, 4219.0, 4179.0, 4221.0, 4191.0, 4210.0, 4189.0, 4169.0, 4198.0, 4169.0, 4220.0, 4191.0, 4221.0, 4201.0, 4170.0, 4211.0, 4171.0, 4222.0, 4193.0, 4233.0, 4203.0, 4212.0, 4181.0, 4170.0, 4211.0, 4182.0, 4211.0, 4180.0, 4222.0, 4181.0, 4199.0, 4190.0, 4181.0, 4211.0, 4171.0, 4222.0, 4192.0, 4181.0, 4223.0, 4193.0, 4234.0, 4192.0, 4232.0, 4192.0, 4232.0, 4192.0, 4233.0, 4202.0, 4221.0, 4190.0, 4160.0, 4200.0, 4170.0, 4221.0, 4191.0, 4232.0, 4203.0, 4211.0, 4192.0, 4171.0, 4221.0, 4182.0, 4232.0, 4192.0, 4231.0, 4202.0, 4221.0, 4179.0, 4200.0, 4180.0, 4179.0, 4201.0, 4202.0, 4210.0, 4170.0, 4211.0, 4192.0, 4211.0, 4192.0, 4213.0, 4212.0, 4181.0, 4223.0, 4169.0, 4211.0, 4168.0, 4210.0, 4181.0, 4219.0, 4190.0, 4170.0, 4211.0, 4170.0, 4232.0, 4193.0, 4231.0, 4192.0, 4191.0, 4192.0, 4180.0, 4211.0, 4180.0, 4211.0, 4171.0, 4222.0, 4191.0, 4220.0, 4181.0, 4200.0, 4203.0, 4190.0, 4212.0, 4170.0, 4222.0, 4191.0, 4231.0, 4179.0, 4232.0, 4191.0, 4220.0, 4179.0, 4169.0, 4199.0, 4169.0, 4220.0, 4183.0, 4232.0, 4203.0, 4173.0, 4201.0, 4171.0, 4233.0, 4194.0, 4244.0, 4203.0, 4223.0, 4202.0, 4196.0, 4236.0, 4203.0, 4194.0, 4224.0, 4215.0, 4236.0, 4224.0, 4173.0, 4233.0, 4193.0, 4245.0, 4203.0, 4243.0, 4191.0, 4180.0, 4191.0, 4171.0, 4222.0, 4182.0, 4233.0, 4202.0, 4171.0, 4212.0, 4183.0, 4232.0, 4192.0, 4233.0, 4191.0, 4201.0, 4190.0, 4202.0, 4212.0, 4201.0, 4210.0, 4160.0, 4199.0, 4157.0, 4209.0, 4169.0, 4220.0, 4170.0, 4210.0, 4179.0, 4219.0, 4180.0, 4201.0, 4191.0, 4182.0, 4223.0, 4172.0, 4233.0, 4182.0, 4232.0, 4192.0, 4234.0, 4189.0, 4222.0, 4181.0, 4220.0, 4180.0, 4230.0, 4181.0, 4231.0, 4200.0, 4198.0, 4178.0, 4158.0, 4198.0, 4168.0, 4210.0, 4180.0, 4211.0, 4170.0, 4222.0, 4192.0, 4222.0, 4191.0, 4244.0, 4214.0, 4232.0, 4202.0, 4211.0, 4190.0, 4190.0, 4191.0, 4201.0, 4201.0, 4169.0, 4210.0, 4170.0, 4221.0, 4182.0, 4221.0, 4181.0, 4233.0, 4182.0, 4231.0, 4190.0, 4221.0, 4191.0, 4211.0, 4201.0, 4170.0, 4200.0, 4170.0, 4210.0, 4181.0, 4211.0, 4180.0, 4221.0, 4181.0, 4200.0, 4189.0, 4180.0, 4202.0, 4222.0, 4200.0, 4180.0, 4190.0, 4169.0, 4210.0, 4171.0, 4221.0, 4191.0, 4231.0, 4189.0, 4219.0, 4179.0, 4197.0, 4179.0, 4209.0, 4189.0, 4178.0, 4189.0, 4158.0, 4209.0, 4168.0, 4220.0, 4180.0, 4219.0, 4189.0, 4188.0, 4179.0, 4159.0, 4210.0, 4182.0, 4221.0, 4192.0, 4211.0, 4192.0, 4210.0, 4192.0, 4221.0, 4190.0, 4220.0, 4199.0, 4158.0, 4198.0, 4168.0, 4209.0, 4178.0, 4220.0, 4192.0, 4219.0, 4189.0, 4157.0, 4178.0, 4157.0, 4208.0, 4157.0, 4209.0, 4180.0, 4231.0, 4211.0, 4222.0, 4243.0, 4191.0, 4171.0, 4223.0, 4200.0, 4190.0, 4209.0, 4179.0, 4218.0, 4179.0, 4220.0, 4179.0, 4218.0, 4177.0, 4205.0, 4175.0, 4194.0, 4163.0, 4143.0, 4183.0, 4153.0, 4204.0, 4164.0, 4192.0, 4162.0, 4141.0, 4172.0, 4143.0, 4194.0, 4162.0, 4153.0, 4174.0, 4154.0, 4206.0, 4166.0, 4195.0, 4178.0, 4179.0, 4198.0, 4168.0, 4198.0, 4179.0, 4169.0, 4210.0, 4181.0, 4233.0, 4204.0, 4182.0, 4213.0, 4181.0, 4232.0, 4192.0, 4212.0, 4202.0, 4203.0, 4212.0, 4171.0, 4233.0, 4180.0, 4171.0, 4211.0, 4170.0, 4221.0, 4170.0, 4222.0, 4191.0, 4198.0, 4189.0, 4169.0, 4219.0, 4179.0, 4221.0, 4191.0, 4221.0, 4202.0, 4190.0, 4200.0, 4169.0, 4210.0, 4180.0, 4201.0, 4201.0, 4190.0, 4210.0, 4169.0, 4220.0, 4179.0, 4221.0, 4190.0, 4189.0, 4200.0, 4159.0, 4220.0, 4180.0, 4232.0, 4202.0, 4191.0, 4201.0, 4170.0, 4221.0, 4181.0, 4232.0, 4203.0, 4222.0, 4201.0, 4170.0, 4220.0, 4180.0, 4221.0, 4192.0, 4199.0, 4201.0, 4169.0, 4222.0, 4219.0, 4235.0, 4225.0, 4196.0, 4234.0, 4203.0, 4190.0, 4223.0, 4172.0, 4183.0, 4234.0, 4206.0, 4236.0, 4236.0, 4193.0, 4246.0, 4203.0, 4172.0, 4232.0, 4193.0, 4233.0, 4212.0, 4181.0, 4222.0, 4182.0, 4244.0, 4202.0, 4192.0, 4223.0, 4182.0, 4221.0, 4202.0, 4221.0, 4214.0, 4192.0, 4223.0, 4180.0, 4233.0, 4192.0, 4232.0, 4215.0, 4213.0, 4233.0, 4193.0, 4212.0, 4212.0, 4182.0, 4235.0, 4195.0, 4245.0, 4215.0, 4203.0, 4213.0, 4181.0, 4233.0, 4181.0, 4244.0, 4205.0, 4243.0, 4212.0, 4169.0, 4222.0, 4180.0, 4242.0, 4202.0, 4243.0, 4211.0, 4221.0, 4199.0, 4169.0, 4221.0, 4180.0, 4231.0, 4217.0, 4183.0, 4191.0, 4184.0, 4247.0, 4227.0, 4204.0, 4232.0, 4214.0, 4223.0, 4210.0, 4168.0, 4230.0, 4190.0, 4230.0, 4199.0, 4199.0, 4208.0, 4167.0, 4176.0, 4199.0, 4178.0, 4231.0, 4199.0, 4180.0, 4222.0, 4191.0, 4182.0, 4221.0, 4183.0, 4243.0, 4202.0, 4171.0, 4210.0, 4170.0, 4229.0, 4200.0, 4232.0], 'WindowWidth': [9491.0, 9385.0, 9426.0, 9362.0, 9399.0, 9318.0, 9362.0, 9325.0, 9339.0, 9259.0, 9314.0, 9261.0, 9328.0, 9275.0, 9343.0, 9293.0, 9345.0, 9306.0, 9347.0, 9277.0, 9317.0, 9294.0, 9332.0, 9310.0, 9319.0, 9306.0, 9262.0, 9333.0, 9284.0, 9355.0, 9321.0, 9357.0, 9331.0, 9290.0, 9342.0, 9287.0, 9356.0, 9301.0, 9369.0, 9315.0, 9300.0, 9316.0, 9302.0, 9361.0, 9315.0, 9359.0, 9300.0, 9356.0, 9301.0, 9356.0, 9316.0, 9356.0, 9325.0, 9306.0, 9306.0, 9276.0, 9304.0, 9302.0, 9302.0, 9295.0, 9322.0, 9300.0, 9357.0, 9303.0, 9297.0, 9352.0, 9307.0, 9383.0, 9324.0, 9323.0, 9348.0, 9314.0, 9361.0, 9317.0, 9414.0, 9398.0, 9388.0, 9325.0, 9340.0, 9326.0, 9286.0, 9353.0, 9302.0, 9304.0, 9361.0, 9323.0, 9373.0, 9332.0, 9356.0, 9295.0, 9308.0, 9308.0, 9321.0, 9321.0, 9275.0, 9316.0, 9273.0, 9329.0, 9292.0, 9345.0, 9308.0, 9337.0, 9322.0, 9265.0, 9320.0, 9293.0, 9335.0, 9314.0, 9356.0, 9327.0, 9298.0, 9312.0, 9283.0, 9339.0, 9293.0, 9358.0, 9330.0, 9371.0, 9315.0, 9327.0, 9312.0, 9317.0, 9342.0, 9287.0, 9354.0, 9302.0, 9355.0, 9320.0, 9359.0, 9333.0, 9290.0, 9340.0, 9288.0, 9358.0, 9320.0, 9370.0, 9331.0, 9313.0, 9312.0, 9284.0, 9342.0, 9299.0, 9356.0, 9299.0, 9351.0, 9297.0, 9337.0, 9315.0, 9312.0, 9340.0, 9264.0, 9336.0, 9293.0, 9347.0, 9296.0, 9367.0, 9311.0, 9296.0, 9324.0, 9281.0, 9336.0, 9315.0, 9367.0, 9327.0, 9299.0, 9325.0, 9283.0, 9338.0, 9299.0, 9352.0, 9312.0, 9366.0, 9296.0, 9307.0, 9295.0, 9283.0, 9340.0, 9297.0, 9354.0, 9281.0, 9335.0, 9295.0, 9352.0, 9313.0, 9351.0, 9311.0, 9306.0, 9293.0, 9293.0, 9324.0, 9296.0, 9337.0, 9278.0, 9333.0, 9277.0, 9332.0, 9295.0, 9351.0, 9310.0, 9349.0, 9292.0, 9286.0, 9288.0, 9274.0, 9305.0, 9276.0, 9316.0, 9256.0, 9313.0, 9256.0, 9314.0, 9293.0, 9345.0, 9294.0, 9348.0, 9295.0, 9319.0, 9294.0, 9304.0, 9305.0, 9334.0, 9306.0, 9288.0, 9302.0, 9257.0, 9300.0, 9255.0, 9313.0, 9264.0, 9318.0, 9261.0, 9315.0, 9262.0, 9330.0, 9278.0, 9336.0, 9300.0, 9349.0, 9310.0, 9351.0, 9297.0, 9349.0, 9295.0, 9352.0, 9313.0, 9349.0, 9311.0, 9316.0, 9291.0, 9289.0, 9304.0, 9277.0, 9322.0, 9281.0, 9338.0, 9265.0, 9334.0, 9293.0, 9335.0, 9314.0, 9371.0, 9330.0, 9371.0, 9318.0, 9313.0, 9330.0, 9311.0, 9329.0, 9315.0, 9341.0, 9285.0, 9342.0, 9285.0, 9339.0, 9299.0, 9356.0, 9317.0, 9353.0, 9315.0, 9354.0, 9298.0, 9352.0, 9312.0, 9353.0, 9310.0, 9347.0, 9280.0, 9317.0, 9292.0, 9347.0, 9294.0, 9334.0, 9295.0, 9268.0, 9324.0, 9289.0, 9360.0, 9340.0, 9377.0, 9352.0, 9376.0, 9321.0, 9396.0, 9361.0, 9355.0, 9315.0, 9297.0, 9338.0, 9323.0, 9360.0, 9346.0, 9303.0, 9358.0, 9296.0, 9353.0, 9351.0, 9321.0, 9346.0, 9304.0, 9257.0, 9316.0, 9260.0, 9326.0, 9280.0, 9332.0, 9308.0, 9293.0, 9308.0, 9282.0, 9355.0, 9285.0, 9374.0, 9303.0, 9357.0, 9311.0, 9321.0, 9311.0, 9281.0, 9340.0, 9310.0, 9341.0, 9322.0, 9332.0, 9278.0, 9332.0, 9291.0, 9345.0, 9291.0, 9343.0, 9280.0, 9333.0, 9293.0, 9331.0, 9277.0, 9345.0, 9291.0, 9361.0, 9298.0, 9349.0, 9311.0, 9343.0, 9295.0, 9294.0, 9328.0, 9303.0, 9343.0, 9286.0, 9356.0, 9317.0, 9371.0, 9336.0, 9362.0, 9351.0, 9345.0, 9345.0, 9309.0, 9340.0, 9309.0, 9335.0, 9366.0, 9323.0, 9290.0, 9334.0, 9278.0, 9345.0, 9300.0, 9370.0, 9331.0, 9284.0, 9355.0, 9301.0, 9372.0, 9317.0, 9367.0, 9315.0, 9356.0, 9311.0, 9370.0, 9297.0, 9333.0, 9311.0, 9352.0, 9314.0, 9281.0, 9320.0, 9265.0, 9334.0, 9279.0, 9348.0, 9308.0, 9349.0, 9292.0, 9265.0, 9318.0, 9263.0, 9350.0, 9280.0, 9351.0, 9293.0, 9333.0, 9273.0, 9340.0, 9285.0, 9329.0, 9271.0, 9323.0, 9269.0, 9324.0, 9257.0, 9323.0, 9274.0, 9340.0, 9288.0, 9295.0, 9299.0, 9258.0, 9301.0, 9260.0, 9331.0, 9266.0, 9334.0, 9277.0, 9331.0, 9275.0, 9331.0, 9294.0, 9348.0, 9294.0, 9349.0, 9293.0, 9330.0, 9294.0, 9304.0, 9308.0, 9325.0, 9327.0, 9295.0, 9342.0, 9287.0, 9339.0, 9282.0, 9353.0, 9306.0, 9354.0, 9317.0, 9355.0, 9301.0, 9355.0, 9318.0, 9377.0, 9334.0, 9333.0, 9345.0, 9286.0, 9340.0, 9291.0, 9358.0, 9306.0, 9373.0, 9299.0, 9367.0, 9300.0, 9366.0, 9321.0, 9372.0, 9319.0, 9287.0, 9329.0, 9287.0, 9343.0, 9302.0, 9360.0, 9286.0, 9359.0, 9286.0, 9354.0, 9299.0, 9369.0, 9320.0, 9370.0, 9329.0, 9313.0, 9330.0, 9284.0, 9341.0, 9291.0, 9357.0, 9302.0, 9374.0, 9285.0, 9353.0, 9295.0, 9351.0, 9298.0, 9365.0, 9312.0, 9366.0, 9296.0, 9319.0, 9296.0, 9295.0, 9328.0, 9300.0, 9357.0, 9281.0, 9355.0, 9284.0, 9352.0, 9299.0, 9369.0, 9312.0, 9365.0, 9314.0, 9322.0, 9312.0, 9309.0, 9313.0, 9327.0, 9327.0, 9281.0, 9322.0, 9280.0, 9340.0, 9284.0, 9351.0, 9299.0, 9358.0, 9297.0, 9353.0, 9300.0, 9368.0, 9318.0, 9366.0, 9317.0, 9285.0, 9325.0, 9286.0, 9338.0, 9285.0, 9358.0, 9301.0, 9360.0, 9299.0, 9355.0, 9300.0, 9354.0, 9315.0, 9367.0, 9328.0, 9347.0, 9310.0, 9294.0, 9309.0, 9297.0, 9325.0, 9282.0, 9350.0, 9283.0, 9348.0, 9298.0, 9354.0, 9316.0, 9355.0, 9327.0, 9311.0, 9309.0, 9280.0, 9338.0, 9286.0, 9352.0, 9269.0, 9337.0, 9290.0, 9349.0, 9298.0, 9353.0, 9312.0, 9293.0, 9304.0, 9264.0, 9329.0, 9286.0, 9337.0, 9267.0, 9335.0, 9280.0, 9335.0, 9296.0, 9355.0, 9312.0, 9286.0, 9327.0, 9285.0, 9358.0, 9321.0, 9388.0, 9349.0, 9360.0, 9329.0, 9283.0, 9324.0, 9266.0, 9336.0, 9281.0, 9337.0, 9278.0, 9348.0, 9292.0, 9346.0, 9277.0, 9348.0, 9311.0, 9307.0, 9319.0, 9266.0, 9334.0, 9317.0, 9370.0, 9325.0, 9285.0, 9342.0, 9299.0, 9353.0, 9316.0, 9370.0, 9329.0, 9338.0, 9310.0, 9266.0, 9322.0, 9318.0, 9307.0, 9348.0, 9305.0, 9263.0, 9318.0, 9280.0, 9349.0, 9299.0, 9365.0, 9318.0, 9366.0, 9318.0, 9284.0, 9312.0, 9283.0, 9340.0, 9300.0, 9338.0, 9280.0, 9351.0, 9295.0, 9348.0, 9295.0, 9354.0, 9314.0, 9337.0, 9308.0, 9280.0, 9319.0, 9281.0, 9352.0, 9315.0, 9355.0, 9327.0, 9286.0, 9341.0, 9289.0, 9358.0, 9322.0, 9373.0, 9332.0, 9342.0, 9300.0, 9285.0, 9341.0, 9303.0, 9342.0, 9298.0, 9357.0, 9300.0, 9323.0, 9313.0, 9302.0, 9341.0, 9289.0, 9358.0, 9317.0, 9302.0, 9360.0, 9321.0, 9375.0, 9318.0, 9370.0, 9316.0, 9371.0, 9316.0, 9373.0, 9329.0, 9353.0, 9310.0, 9270.0, 9324.0, 9286.0, 9355.0, 9317.0, 9372.0, 9334.0, 9340.0, 9315.0, 9288.0, 9354.0, 9303.0, 9370.0, 9317.0, 9368.0, 9328.0, 9355.0, 9296.0, 9322.0, 9297.0, 9294.0, 9327.0, 9329.0, 9339.0, 9284.0, 9341.0, 9317.0, 9342.0, 9319.0, 9348.0, 9346.0, 9302.0, 9361.0, 9283.0, 9339.0, 9279.0, 9338.0, 9299.0, 9349.0, 9311.0, 9285.0, 9341.0, 9287.0, 9371.0, 9322.0, 9370.0, 9318.0, 9315.0, 9316.0, 9298.0, 9340.0, 9299.0, 9342.0, 9287.0, 9357.0, 9313.0, 9353.0, 9300.0, 9326.0, 9333.0, 9314.0, 9342.0, 9284.0, 9357.0, 9315.0, 9368.0, 9296.0, 9371.0, 9315.0, 9352.0, 9296.0, 9283.0, 9323.0, 9284.0, 9352.0, 9307.0, 9373.0, 9333.0, 9294.0, 9330.0, 9290.0, 9374.0, 9325.0, 9392.0, 9335.0, 9361.0, 9333.0, 9332.0, 9383.0, 9339.0, 9326.0, 9365.0, 9356.0, 9382.0, 9365.0, 9294.0, 9374.0, 9322.0, 9393.0, 9333.0, 9389.0, 9315.0, 9297.0, 9313.0, 9290.0, 9357.0, 9305.0, 9375.0, 9331.0, 9289.0, 9343.0, 9306.0, 9372.0, 9319.0, 9376.0, 9315.0, 9328.0, 9312.0, 9329.0, 9343.0, 9327.0, 9338.0, 9269.0, 9321.0, 9264.0, 9334.0, 9283.0, 9350.0, 9283.0, 9338.0, 9295.0, 9348.0, 9299.0, 9328.0, 9317.0, 9304.0, 9361.0, 9290.0, 9374.0, 9306.0, 9370.0, 9318.0, 9375.0, 9311.0, 9357.0, 9299.0, 9351.0, 9299.0, 9365.0, 9300.0, 9366.0, 9324.0, 9317.0, 9292.0, 9264.0, 9319.0, 9279.0, 9337.0, 9298.0, 9339.0, 9285.0, 9357.0, 9316.0, 9357.0, 9317.0, 9390.0, 9350.0, 9372.0, 9330.0, 9340.0, 9312.0, 9310.0, 9313.0, 9328.0, 9326.0, 9282.0, 9338.0, 9286.0, 9354.0, 9303.0, 9356.0, 9302.0, 9373.0, 9303.0, 9369.0, 9312.0, 9353.0, 9315.0, 9341.0, 9328.0, 9283.0, 9325.0, 9284.0, 9337.0, 9303.0, 9340.0, 9299.0, 9353.0, 9300.0, 9324.0, 9310.0, 9297.0, 9330.0, 9357.0, 9325.0, 9297.0, 9311.0, 9282.0, 9337.0, 9287.0, 9356.0, 9312.0, 9369.0, 9306.0, 9349.0, 9294.0, 9315.0, 9293.0, 9335.0, 9307.0, 9290.0, 9308.0, 9264.0, 9332.0, 9278.0, 9350.0, 9298.0, 9348.0, 9307.0, 9305.0, 9293.0, 9267.0, 9337.0, 9306.0, 9355.0, 9316.0, 9341.0, 9315.0, 9339.0, 9315.0, 9353.0, 9311.0, 9351.0, 9321.0, 9263.0, 9318.0, 9278.0, 9332.0, 9291.0, 9350.0, 9314.0, 9349.0, 9306.0, 9262.0, 9290.0, 9262.0, 9330.0, 9261.0, 9332.0, 9297.0, 9373.0, 9342.0, 9357.0, 9388.0, 9316.0, 9290.0, 9361.0, 9323.0, 9308.0, 9332.0, 9293.0, 9346.0, 9293.0, 9349.0, 9294.0, 9345.0, 9287.0, 9322.0, 9279.0, 9302.0, 9261.0, 9233.0, 9287.0, 9247.0, 9320.0, 9262.0, 9300.0, 9258.0, 9230.0, 9270.0, 9236.0, 9303.0, 9260.0, 9247.0, 9276.0, 9253.0, 9323.0, 9273.0, 9309.0, 9292.0, 9293.0, 9317.0, 9278.0, 9317.0, 9294.0, 9282.0, 9339.0, 9302.0, 9375.0, 9335.0, 9303.0, 9345.0, 9302.0, 9371.0, 9318.0, 9342.0, 9330.0, 9332.0, 9344.0, 9286.0, 9375.0, 9300.0, 9287.0, 9340.0, 9284.0, 9353.0, 9284.0, 9355.0, 9312.0, 9318.0, 9306.0, 9280.0, 9348.0, 9296.0, 9352.0, 9314.0, 9354.0, 9328.0, 9309.0, 9324.0, 9281.0, 9336.0, 9297.0, 9325.0, 9328.0, 9310.0, 9339.0, 9281.0, 9350.0, 9295.0, 9354.0, 9311.0, 9308.0, 9322.0, 9266.0, 9350.0, 9297.0, 9371.0, 9330.0, 9313.0, 9326.0, 9285.0, 9353.0, 9300.0, 9371.0, 9333.0, 9355.0, 9327.0, 9283.0, 9350.0, 9297.0, 9354.0, 9318.0, 9322.0, 9327.0, 9283.0, 9356.0, 9367.0, 9382.0, 9368.0, 9334.0, 9377.0, 9336.0, 9313.0, 9360.0, 9293.0, 9307.0, 9377.0, 9344.0, 9385.0, 9383.0, 9322.0, 9399.0, 9335.0, 9291.0, 9372.0, 9322.0, 9376.0, 9344.0, 9302.0, 9356.0, 9303.0, 9390.0, 9333.0, 9318.0, 9359.0, 9305.0, 9356.0, 9332.0, 9356.0, 9349.0, 9318.0, 9360.0, 9301.0, 9374.0, 9319.0, 9373.0, 9354.0, 9349.0, 9375.0, 9320.0, 9345.0, 9345.0, 9306.0, 9378.0, 9327.0, 9393.0, 9353.0, 9333.0, 9347.0, 9303.0, 9374.0, 9302.0, 9390.0, 9338.0, 9390.0, 9345.0, 9285.0, 9356.0, 9300.0, 9384.0, 9331.0, 9389.0, 9341.0, 9353.0, 9321.0, 9281.0, 9352.0, 9300.0, 9367.0, 9360.0, 9307.0, 9315.0, 9311.0, 9401.0, 9375.0, 9337.0, 9373.0, 9352.0, 9362.0, 9339.0, 9278.0, 9369.0, 9313.0, 9368.0, 9322.0, 9323.0, 9332.0, 9277.0, 9287.0, 9320.0, 9294.0, 9369.0, 9324.0, 9297.0, 9356.0, 9314.0, 9302.0, 9355.0, 9310.0, 9388.0, 9330.0, 9289.0, 9338.0, 9285.0, 9363.0, 9327.0, 9375.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.0015071002485501242</td></tr>
<tr><td colspan=3>aqi</td><td>0.018937304391052193</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.90736459689053</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2364502242537323</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.027497298399669</td></tr>
<tr><td colspan=3>efc</td><td>0.458</td></tr>
<tr><td colspan=3>fber</td><td>9044.6309</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08968119957211101</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.5625517812758907</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6122710145965278</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6013642107059165</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.785197024504819</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.450251808578848</td></tr>
<tr><td colspan=3>gcor</td><td>0.00744532</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008366279304027557</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03223073482513428</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</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.8926373090714983</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>29.4554</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.0856</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.6785</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299641.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>596.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.7431</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4806</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.2099</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3398.0141</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.0186</td></tr>
<tr><td colspan=3>tsnr</td><td>42.26030175969936</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>