<?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-0120_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-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0120/figures/sub-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120/ses-01/func/sub-0120_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>3bd37666aa31025b452a2821d88496f1</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>12:13:57.607500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99974, -0.00714784, -0.0216639, 0.00977166, 0.992291, 0.123541]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.141656</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>[4238, -7807, -7218, 305, -67, -21, 34, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>302.649</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>66135958-b8fb-4f2f-b4f1-553341b4a093||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822285652160645, 0.026216639205813408, -0.055657386779785156, 113.16731262207031], [0.01917712390422821, 2.662245273590088, 0.33404508233070374, -107.17112731933594], [-0.058122649788856506, -0.33145108819007874, 2.678678035736084, -35.32230758666992], [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': ['121357.607500', '121358.067500', '121358.527500', '121358.987500', '121359.447500', '121359.907500', '121400.367500', '121400.827500', '121401.287500', '121401.747500', '121402.207500', '121402.667500', '121403.127500', '121403.587500', '121404.047500', '121404.507500', '121404.967500', '121405.427500', '121405.887500', '121406.347500', '121406.807500', '121407.267500', '121407.727500', '121408.187500', '121408.647500', '121409.107500', '121409.567500', '121410.027500', '121410.487500', '121410.947500', '121411.407500', '121411.867500', '121412.327500', '121412.787500', '121413.247500', '121413.707500', '121414.167500', '121414.627500', '121415.087500', '121415.547500', '121416.007500', '121416.467500', '121416.927500', '121417.387500', '121417.847500', '121418.307500', '121418.767500', '121419.227500', '121419.687500', '121420.147500', '121420.607500', '121421.067500', '121421.527500', '121421.987500', '121422.447500', '121422.907500', '121423.367500', '121423.827500', '121424.287500', '121424.747500', '121425.207500', '121425.667500', '121426.127500', '121426.587500', '121427.047500', '121427.507500', '121427.967500', '121428.427500', '121428.887500', '121429.347500', '121429.807500', '121430.267500', '121430.727500', '121431.187500', '121431.647500', '121432.107500', '121432.567500', '121433.027500', '121433.487500', '121433.947500', '121434.407500', '121434.867500', '121435.327500', '121435.787500', '121436.247500', '121436.707500', '121437.167500', '121437.627500', '121438.087500', '121438.547500', '121439.007500', '121439.467500', '121439.927500', '121440.387500', '121440.847500', '121441.307500', '121441.767500', '121442.227500', '121442.687500', '121443.147500', '121443.607500', '121444.067500', '121444.527500', '121444.987500', '121445.447500', '121445.907500', '121446.367500', '121446.827500', '121447.287500', '121447.747500', '121448.207500', '121448.667500', '121449.127500', '121449.587500', '121450.047500', '121450.507500', '121450.967500', '121451.427500', '121451.887500', '121452.347500', '121452.807500', '121453.267500', '121453.727500', '121454.187500', '121454.647500', '121455.107500', '121455.567500', '121456.027500', '121456.487500', '121456.947500', '121457.407500', '121457.867500', '121458.327500', '121458.787500', '121459.247500', '121459.707500', '121500.167500', '121500.627500', '121501.087500', '121501.547500', '121502.007500', '121502.467500', '121502.927500', '121503.387500', '121503.847500', '121504.307500', '121504.767500', '121505.227500', '121505.687500', '121506.147500', '121506.607500', '121507.067500', '121507.527500', '121507.987500', '121508.447500', '121508.907500', '121509.367500', '121509.827500', '121510.287500', '121510.747500', '121511.207500', '121511.667500', '121512.127500', '121512.587500', '121513.047500', '121513.507500', '121513.967500', '121514.427500', '121514.887500', '121515.347500', '121515.807500', '121516.267500', '121516.727500', '121517.187500', '121517.647500', '121518.107500', '121518.567500', '121519.027500', '121519.487500', '121519.947500', '121520.407500', '121520.867500', '121521.327500', '121521.787500', '121522.247500', '121522.707500', '121523.167500', '121523.627500', '121524.087500', '121524.547500', '121525.007500', '121525.467500', '121525.927500', '121526.387500', '121526.847500', '121527.307500', '121527.767500', '121528.227500', '121528.687500', '121529.147500', '121529.607500', '121530.067500', '121530.527500', '121530.987500', '121531.447500', '121531.907500', '121532.367500', '121532.827500', '121533.287500', '121533.747500', '121534.207500', '121534.667500', '121535.127500', '121535.587500', '121536.047500', '121536.507500', '121536.967500', '121537.427500', '121537.887500', '121538.347500', '121538.807500', '121539.267500', '121539.727500', '121540.187500', '121540.647500', '121541.107500', '121541.567500', '121542.027500', '121542.487500', '121542.947500', '121543.407500', '121543.867500', '121544.327500', '121544.787500', '121545.247500', '121545.707500', '121546.167500', '121546.627500', '121547.087500', '121547.547500', '121548.007500', '121548.467500', '121548.927500', '121549.387500', '121549.847500', '121550.307500', '121550.767500', '121551.227500', '121551.687500', '121552.147500', '121552.607500', '121553.067500', '121553.527500', '121553.987500', '121554.447500', '121554.907500', '121555.367500', '121555.827500', '121556.287500', '121556.747500', '121557.207500', '121557.667500', '121558.127500', '121558.587500', '121559.047500', '121559.507500', '121559.967500', '121600.427500', '121600.887500', '121601.347500', '121601.807500', '121602.267500', '121602.727500', '121603.187500', '121603.647500', '121604.107500', '121604.567500', '121605.027500', '121605.487500', '121605.947500', '121606.407500', '121606.867500', '121607.327500', '121607.787500', '121608.247500', '121608.707500', '121609.167500', '121609.627500', '121610.087500', '121610.547500', '121611.007500', '121611.467500', '121611.927500', '121612.387500', '121612.847500', '121613.307500', '121613.767500', '121614.227500', '121614.687500', '121615.147500', '121615.607500', '121616.067500', '121616.527500', '121616.987500', '121617.447500', '121617.907500', '121618.367500', '121618.827500', '121619.287500', '121619.747500', '121620.207500', '121620.667500', '121621.127500', '121621.587500', '121622.047500', '121622.507500', '121622.967500', '121623.427500', '121623.887500', '121624.347500', '121624.807500', '121625.267500', '121625.727500', '121626.187500', '121626.647500', '121627.107500', '121627.567500', '121628.027500', '121628.487500', '121628.947500', '121629.407500', '121629.867500', '121630.327500', '121630.787500', '121631.247500', '121631.707500', '121632.167500', '121632.627500', '121633.087500', '121633.547500', '121634.007500', '121634.467500', '121634.927500', '121635.387500', '121635.847500', '121636.307500', '121636.767500', '121637.227500', '121637.687500', '121638.147500', '121638.607500', '121639.067500', '121639.527500', '121639.987500', '121640.447500', '121640.907500', '121641.367500', '121641.827500', '121642.287500', '121642.747500', '121643.207500', '121643.667500', '121644.127500', '121644.587500', '121645.047500', '121645.507500', '121645.967500', '121646.427500', '121646.887500', '121647.347500', '121647.807500', '121648.267500', '121648.727500', '121649.187500', '121649.647500', '121650.107500', '121650.567500', '121651.027500', '121651.487500', '121651.947500', '121652.407500', '121652.867500', '121653.327500', '121653.787500', '121654.247500', '121654.707500', '121655.167500', '121655.627500', '121656.087500', '121656.547500', '121657.007500', '121657.467500', '121657.927500', '121658.387500', '121658.847500', '121659.307500', '121659.767500', '121700.227500', '121700.687500', '121701.147500', '121701.607500', '121702.067500', '121702.527500', '121702.987500', '121703.447500', '121703.907500', '121704.367500', '121704.827500', '121705.287500', '121705.747500', '121706.207500', '121706.667500', '121707.127500', '121707.587500', '121708.047500', '121708.507500', '121708.967500', '121709.427500', '121709.887500', '121710.347500', '121710.807500', '121711.267500', '121711.727500', '121712.187500', '121712.647500', '121713.107500', '121713.567500', '121714.027500', '121714.487500', '121714.947500', '121715.407500', '121715.867500', '121716.327500', '121716.787500', '121717.247500', '121717.707500', '121718.167500', '121718.627500', '121719.087500', '121719.547500', '121720.007500', '121720.467500', '121720.927500', '121721.387500', '121721.847500', '121722.307500', '121722.767500', '121723.227500', '121723.687500', '121724.147500', '121724.607500', '121725.067500', '121725.527500', '121725.987500', '121726.447500', '121726.907500', '121727.367500', '121727.827500', '121728.287500', '121728.747500', '121729.207500', '121729.667500', '121730.127500', '121730.587500', '121731.047500', '121731.507500', '121731.967500', '121732.427500', '121732.887500', '121733.347500', '121733.807500', '121734.267500', '121734.727500', '121735.187500', '121735.647500', '121736.107500', '121736.567500', '121737.027500', '121737.487500', '121737.947500', '121738.407500', '121738.867500', '121739.327500', '121739.787500', '121740.247500', '121740.707500', '121741.167500', '121741.627500', '121742.087500', '121742.547500', '121743.007500', '121743.467500', '121743.927500', '121744.387500', '121744.847500', '121745.307500', '121745.767500', '121746.227500', '121746.687500', '121747.147500', '121747.607500', '121748.067500', '121748.527500', '121748.987500', '121749.447500', '121749.907500', '121750.367500', '121750.827500', '121751.287500', '121751.747500', '121752.207500', '121752.667500', '121753.127500', '121753.587500', '121754.047500', '121754.507500', '121754.967500', '121755.427500', '121755.887500', '121756.347500', '121756.807500', '121757.267500', '121757.727500', '121758.187500', '121758.647500', '121759.107500', '121759.567500', '121800.027500', '121800.487500', '121800.947500', '121801.407500', '121801.867500', '121802.327500', '121802.787500', '121803.247500', '121803.707500', '121804.167500', '121804.627500', '121805.087500', '121805.547500', '121806.007500', '121806.467500', '121806.927500', '121807.387500', '121807.847500', '121808.307500', '121808.767500', '121809.227500', '121809.687500', '121810.147500', '121810.607500', '121811.067500', '121811.527500', '121811.987500', '121812.447500', '121812.907500', '121813.367500', '121813.827500', '121814.287500', '121814.747500', '121815.207500', '121815.667500', '121816.127500', '121816.587500', '121817.047500', '121817.507500', '121817.967500', '121818.427500', '121818.887500', '121819.347500', '121819.807500', '121820.267500', '121820.727500', '121821.187500', '121821.647500', '121822.107500', '121822.567500', '121823.027500', '121823.487500', '121823.947500', '121824.407500', '121824.867500', '121825.327500', '121825.787500', '121826.247500', '121826.707500', '121827.167500', '121827.627500', '121828.087500', '121828.547500', '121829.007500', '121829.467500', '121829.927500', '121830.387500', '121830.847500', '121831.307500', '121831.767500', '121832.227500', '121832.687500', '121833.147500', '121833.607500', '121834.067500', '121834.527500', '121834.987500', '121835.447500', '121835.907500', '121836.367500', '121836.827500', '121837.287500', '121837.747500', '121838.207500', '121838.667500', '121839.127500', '121839.587500', '121840.047500', '121840.507500', '121840.967500', '121841.427500', '121841.887500', '121842.347500', '121842.807500', '121843.267500', '121843.727500', '121844.187500', '121844.647500', '121845.107500', '121845.567500', '121846.027500', '121846.487500', '121846.947500', '121847.407500', '121847.867500', '121848.327500', '121848.787500', '121849.247500', '121849.707500', '121850.167500', '121850.627500', '121851.087500', '121851.547500', '121852.007500', '121852.467500', '121852.927500', '121853.387500', '121853.847500', '121854.307500', '121854.767500', '121855.227500', '121855.687500', '121856.147500', '121856.607500', '121857.067500', '121857.527500', '121857.987500', '121858.447500', '121858.907500', '121859.367500', '121859.827500', '121900.287500', '121900.747500', '121901.207500', '121901.667500', '121902.127500', '121902.587500', '121903.047500', '121903.507500', '121903.967500', '121904.427500', '121904.887500', '121905.347500', '121905.807500', '121906.267500', '121906.727500', '121907.187500', '121907.647500', '121908.107500', '121908.567500', '121909.027500', '121909.487500', '121909.947500', '121910.407500', '121910.867500', '121911.327500', '121911.787500', '121912.247500', '121912.707500', '121913.167500', '121913.627500', '121914.087500', '121914.547500', '121915.007500', '121915.467500', '121915.927500', '121916.387500', '121916.847500', '121917.307500', '121917.767500', '121918.227500', '121918.687500', '121919.147500', '121919.607500', '121920.067500', '121920.527500', '121920.987500', '121921.447500', '121921.907500', '121922.367500', '121922.827500', '121923.287500', '121923.747500', '121924.207500', '121924.667500', '121925.127500', '121925.587500', '121926.047500', '121926.507500', '121926.967500', '121927.427500', '121927.887500', '121928.347500', '121928.807500', '121929.267500', '121929.727500', '121930.187500', '121930.647500', '121931.107500', '121931.567500', '121932.027500', '121932.487500', '121932.947500', '121933.407500', '121933.867500', '121934.327500', '121934.787500', '121935.247500', '121935.707500', '121936.167500', '121936.627500', '121937.087500', '121937.547500', '121938.007500', '121938.467500', '121938.927500', '121939.387500', '121939.847500', '121940.307500', '121940.767500', '121941.227500', '121941.687500', '121942.147500', '121942.607500', '121943.067500', '121943.527500', '121943.987500', '121944.447500', '121944.907500', '121945.367500', '121945.827500', '121946.287500', '121946.747500', '121947.207500', '121947.667500', '121948.127500', '121948.587500', '121949.047500', '121949.507500', '121949.967500', '121950.427500', '121950.887500', '121951.347500', '121951.807500', '121952.267500', '121952.727500', '121953.187500', '121953.647500', '121954.107500', '121954.567500', '121955.027500', '121955.487500', '121955.947500', '121956.407500', '121956.867500', '121957.327500', '121957.787500', '121958.247500', '121958.707500', '121959.167500', '121959.627500', '122000.087500', '122000.547500', '122001.007500', '122001.467500', '122001.927500', '122002.387500', '122002.847500', '122003.307500', '122003.767500', '122004.227500', '122004.687500', '122005.147500', '122005.607500', '122006.067500', '122006.527500', '122006.987500', '122007.447500', '122007.907500', '122008.367500', '122008.827500', '122009.287500', '122009.747500', '122010.207500', '122010.667500', '122011.127500', '122011.587500', '122012.047500', '122012.507500', '122012.967500', '122013.427500', '122013.887500', '122014.347500', '122014.807500', '122015.267500', '122015.727500', '122016.187500', '122016.647500', '122017.107500', '122017.567500', '122018.027500', '122018.487500', '122018.947500', '122019.407500', '122019.867500', '122020.327500', '122020.787500', '122021.247500', '122021.707500', '122022.167500', '122022.627500', '122023.087500', '122023.547500', '122024.007500', '122024.467500', '122024.927500', '122025.387500', '122025.847500', '122026.307500', '122026.767500', '122027.227500', '122027.687500', '122028.147500', '122028.607500', '122029.067500', '122029.527500', '122029.987500', '122030.447500', '122030.907500', '122031.367500', '122031.827500', '122032.287500', '122032.747500', '122033.207500', '122033.667500', '122034.127500', '122034.587500', '122035.047500', '122035.507500', '122035.967500', '122036.427500', '122036.887500', '122037.347500', '122037.807500', '122038.267500', '122038.727500', '122039.187500', '122039.647500', '122040.107500', '122040.567500', '122041.027500', '122041.487500', '122041.947500', '122042.407500', '122042.867500', '122043.327500', '122043.787500', '122044.247500', '122044.707500', '122045.167500', '122045.627500', '122046.087500', '122046.547500', '122047.007500', '122047.467500', '122047.927500', '122048.387500', '122048.847500', '122049.307500', '122049.767500', '122050.227500', '122050.687500', '122051.147500', '122051.607500', '122052.067500', '122052.527500', '122052.987500', '122053.447500', '122053.907500', '122054.367500', '122054.827500', '122055.287500', '122055.747500', '122056.207500', '122056.667500', '122057.127500', '122057.587500', '122058.047500', '122058.507500', '122058.967500', '122059.427500', '122059.887500', '122100.347500', '122100.807500', '122101.267500', '122101.727500', '122102.187500', '122102.647500', '122103.107500', '122103.567500', '122104.027500', '122104.487500', '122104.947500', '122105.407500', '122105.867500', '122106.327500', '122106.787500', '122107.247500', '122107.707500', '122108.167500', '122108.627500', '122109.087500', '122109.547500', '122110.007500', '122110.467500', '122110.927500', '122111.387500', '122111.847500', '122112.307500', '122112.767500', '122113.227500', '122113.687500', '122114.147500', '122114.607500', '122115.067500', '122115.527500', '122115.987500', '122116.447500', '122116.907500', '122117.367500', '122117.827500', '122118.287500', '122118.747500', '122119.207500', '122119.667500', '122120.127500', '122120.587500', '122121.047500', '122121.507500', '122121.967500', '122122.427500', '122122.887500', '122123.347500', '122123.807500', '122124.267500', '122124.727500', '122125.187500', '122125.647500', '122126.107500', '122126.567500', '122127.027500', '122127.487500', '122127.947500', '122128.407500', '122128.867500', '122129.327500', '122129.787500', '122130.247500', '122130.707500', '122131.167500', '122131.627500', '122132.087500', '122132.547500', '122133.007500', '122133.467500', '122133.927500', '122134.387500', '122134.847500', '122135.307500', '122135.767500', '122136.227500', '122136.687500', '122137.147500', '122137.607500', '122138.067500', '122138.527500', '122138.987500', '122139.447500', '122139.907500', '122140.367500', '122140.827500', '122141.287500', '122141.747500', '122142.207500', '122142.667500', '122143.127500', '122143.587500', '122144.047500', '122144.507500', '122144.967500', '122145.427500', '122145.887500', '122146.347500', '122146.807500', '122147.267500', '122147.727500', '122148.187500', '122148.647500', '122149.107500', '122149.567500', '122150.027500', '122150.487500', '122150.947500', '122151.407500', '122151.867500', '122152.327500', '122152.787500', '122153.247500', '122153.707500', '122154.167500', '122154.627500', '122155.087500', '122155.547500', '122156.007500', '122156.467500', '122156.927500', '122157.387500', '122157.847500', '122158.307500', '122158.767500', '122159.227500', '122159.687500', '122200.147500', '122200.607500', '122201.067500', '122201.527500', '122201.987500', '122202.447500', '122202.907500', '122203.367500', '122203.827500', '122204.287500', '122204.747500', '122205.207500', '122205.667500', '122206.127500', '122206.587500', '122207.047500', '122207.507500', '122207.967500', '122208.427500', '122208.887500', '122209.347500', '122209.807500', '122210.267500', '122210.727500', '122211.187500', '122211.647500', '122212.107500', '122212.567500', '122213.027500', '122213.487500', '122213.947500', '122214.407500', '122214.867500', '122215.327500', '122215.787500', '122216.247500', '122216.707500', '122217.167500', '122217.627500', '122218.087500', '122218.547500', '122219.007500', '122219.467500', '122219.927500', '122220.387500', '122220.847500', '122221.307500', '122221.767500', '122222.227500', '122222.687500', '122223.147500', '122223.607500', '122224.067500', '122224.527500', '122224.987500', '122225.447500', '122225.907500', '122226.367500', '122226.827500', '122227.287500', '122227.747500', '122228.207500', '122228.667500', '122229.127500', '122229.587500', '122230.047500', '122230.507500', '122230.967500', '122231.427500', '122231.887500', '122232.347500', '122232.807500', '122233.267500', '122233.727500', '122234.187500', '122234.647500', '122235.107500', '122235.567500', '122236.027500', '122236.487500', '122236.947500', '122237.407500', '122237.867500', '122238.327500', '122238.787500', '122239.247500', '122239.707500', '122240.167500', '122240.627500', '122241.087500', '122241.547500', '122242.007500', '122242.467500', '122242.927500', '122243.387500', '122243.847500', '122244.307500', '122244.767500', '122245.227500', '122245.687500', '122246.147500', '122246.607500', '122247.067500', '122247.527500', '122247.987500', '122248.447500', '122248.907500', '122249.367500', '122249.827500', '122250.287500', '122250.747500', '122251.207500', '122251.667500', '122252.127500', '122252.587500', '122253.047500', '122253.507500', '122253.967500', '122254.427500', '122254.887500', '122255.347500', '122255.807500', '122256.267500', '122256.727500', '122257.187500', '122257.647500', '122258.107500', '122258.567500', '122259.027500', '122259.487500', '122259.947500', '122300.407500', '122300.867500', '122301.327500', '122301.787500', '122302.247500', '122302.707500', '122303.167500', '122303.627500', '122304.087500', '122304.547500', '122305.007500', '122305.467500', '122305.927500', '122306.387500', '122306.847500', '122307.307500', '122307.767500', '122308.227500', '122308.687500', '122309.147500', '122309.607500', '122310.067500', '122310.527500', '122310.987500', '122311.447500', '122311.907500', '122312.367500', '122312.827500', '122313.287500'], 'ContentTime': ['121411.854000', '121411.857000', '121411.860000', '121411.863000', '121411.865000', '121411.868000', '121411.871000', '121411.873000', '121411.876000', '121411.879000', '121411.881000', '121411.884000', '121411.886000', '121411.903000', '121411.914000', '121411.917000', '121411.919000', '121411.922000', '121411.925000', '121411.927000', '121411.930000', '121411.932000', '121411.935000', '121411.938000', '121411.940000', '121411.943000', '121411.945000', '121411.948000', '121431.799000', '121431.802000', '121431.804000', '121431.807000', '121431.810000', '121431.815000', '121431.817000', '121431.820000', '121431.822000', '121431.825000', '121431.827000', '121431.830000', '121431.833000', '121431.836000', '121431.838000', '121431.841000', '121431.843000', '121431.846000', '121431.849000', '121431.851000', '121431.854000', '121431.856000', '121431.859000', '121431.868000', '121431.871000', '121431.873000', '121431.876000', '121431.879000', '121431.881000', '121431.884000', '121431.886000', '121431.889000', '121431.892000', '121431.894000', '121431.897000', '121431.899000', '121431.902000', '121431.904000', '121431.907000', '121431.910000', '121431.912000', '121431.915000', '121431.918000', '121431.920000', '121451.799000', '121451.801000', '121451.804000', '121451.807000', '121451.810000', '121451.812000', '121451.815000', '121451.818000', '121451.820000', '121451.823000', '121451.826000', '121451.828000', '121451.831000', '121451.833000', '121451.836000', '121451.839000', '121451.841000', '121451.844000', '121451.847000', '121451.849000', '121451.852000', '121451.854000', '121451.857000', '121451.860000', '121451.862000', '121451.873000', '121451.876000', '121451.879000', '121451.882000', '121451.884000', '121451.887000', '121451.889000', '121451.892000', '121451.894000', '121451.898000', '121451.900000', '121451.903000', '121451.906000', '121451.909000', '121451.911000', '121451.914000', '121451.917000', '121451.919000', '121511.798000', '121511.801000', '121511.804000', '121511.806000', '121511.809000', '121511.812000', '121511.814000', '121511.817000', '121511.820000', '121511.822000', '121511.825000', '121511.828000', '121511.830000', '121511.833000', '121511.835000', '121511.838000', '121511.841000', '121511.843000', '121511.846000', '121511.849000', '121511.851000', '121511.854000', '121511.856000', '121511.859000', '121511.862000', '121511.864000', '121511.867000', '121511.870000', '121511.872000', '121511.875000', '121511.877000', '121511.880000', '121511.883000', '121511.885000', '121511.888000', '121511.891000', '121511.893000', '121511.896000', '121511.898000', '121511.901000', '121511.904000', '121511.906000', '121511.909000', '121511.912000', '121531.797000', '121531.801000', '121531.803000', '121531.806000', '121531.808000', '121531.812000', '121531.814000', '121531.817000', '121531.820000', '121531.822000', '121531.825000', '121531.835000', '121531.838000', '121531.841000', '121531.843000', '121531.846000', '121531.849000', '121531.851000', '121531.854000', '121531.856000', '121531.859000', '121531.862000', '121531.864000', '121531.867000', '121531.870000', '121531.873000', '121531.875000', '121531.878000', '121531.880000', '121531.883000', '121531.886000', '121531.888000', '121531.891000', '121531.894000', '121531.896000', '121531.899000', '121531.902000', '121531.904000', '121531.907000', '121531.910000', '121531.912000', '121531.915000', '121531.917000', '121551.797000', '121551.800000', '121551.803000', '121551.806000', '121551.808000', '121551.811000', '121551.814000', '121551.816000', '121551.819000', '121551.822000', '121551.824000', '121551.827000', '121551.830000', '121551.832000', '121551.835000', '121551.838000', '121551.840000', '121551.843000', '121551.846000', '121551.848000', '121551.851000', '121551.853000', '121551.856000', '121551.859000', '121551.872000', '121551.875000', '121551.878000', '121551.880000', '121551.883000', '121551.885000', '121551.888000', '121551.891000', '121551.893000', '121551.896000', '121551.899000', '121551.901000', '121551.904000', '121551.906000', '121551.909000', '121551.912000', '121551.914000', '121551.917000', '121551.920000', '121551.922000', '121611.798000', '121611.800000', '121611.803000', '121611.806000', '121611.808000', '121611.811000', '121611.814000', '121611.816000', '121611.819000', '121611.822000', '121611.824000', '121611.827000', '121611.830000', '121611.832000', '121611.835000', '121611.837000', '121611.840000', '121611.843000', '121611.845000', '121611.848000', '121611.850000', '121611.853000', '121611.856000', '121611.858000', '121611.861000', '121611.864000', '121611.866000', '121611.869000', '121611.872000', '121611.874000', '121611.877000', '121611.879000', '121611.882000', '121611.885000', '121611.887000', '121611.890000', '121611.893000', '121611.895000', '121611.898000', '121611.900000', '121611.903000', '121611.906000', '121611.908000', '121631.798000', '121631.809000', '121631.812000', '121631.814000', '121631.817000', '121631.820000', '121631.822000', '121631.825000', '121631.828000', '121631.830000', '121631.833000', '121631.836000', '121631.838000', '121631.841000', '121631.844000', '121631.846000', '121631.849000', '121631.852000', '121631.854000', '121631.857000', '121631.859000', '121631.862000', '121631.865000', '121631.867000', '121631.870000', '121631.873000', '121631.876000', '121631.878000', '121631.881000', '121631.884000', '121631.886000', '121631.889000', '121631.891000', '121631.894000', '121631.897000', '121631.899000', '121631.902000', '121631.905000', '121631.907000', '121631.910000', '121631.913000', '121631.915000', '121631.918000', '121631.921000', '121651.798000', '121651.801000', '121651.804000', '121651.807000', '121651.809000', '121651.812000', '121651.815000', '121651.817000', '121651.820000', '121651.823000', '121651.825000', '121651.828000', '121651.830000', '121651.833000', '121651.836000', '121651.838000', '121651.841000', '121651.844000', '121651.846000', '121651.849000', '121651.852000', '121651.854000', '121651.857000', '121651.860000', '121651.862000', '121651.865000', '121651.868000', '121651.870000', '121651.873000', '121651.875000', '121651.878000', '121651.881000', '121651.883000', '121651.886000', '121651.889000', '121651.891000', '121651.894000', '121651.897000', '121651.899000', '121651.902000', '121651.905000', '121651.907000', '121651.910000', '121711.799000', '121711.801000', '121711.804000', '121711.807000', '121711.809000', '121711.813000', '121711.816000', '121711.819000', '121711.822000', '121711.824000', '121711.827000', '121711.830000', '121711.832000', '121711.835000', '121711.838000', '121711.840000', '121711.843000', '121711.846000', '121711.848000', '121711.851000', '121711.854000', '121711.856000', '121711.859000', '121711.861000', '121711.864000', '121711.867000', '121711.870000', '121711.873000', '121711.875000', '121711.878000', '121711.881000', '121711.883000', '121711.886000', '121711.889000', '121711.891000', '121711.894000', '121711.897000', '121711.899000', '121711.902000', '121711.905000', '121711.907000', '121711.910000', '121711.912000', '121711.915000', '121731.798000', '121731.801000', '121731.804000', '121731.807000', '121731.832000', '121731.834000', '121731.837000', '121731.840000', '121731.842000', '121731.845000', '121731.848000', '121731.850000', '121731.853000', '121731.855000', '121731.858000', '121731.861000', '121731.863000', '121731.872000', '121731.875000', '121731.877000', '121731.880000', '121731.883000', '121731.886000', '121731.888000', '121731.891000', '121731.894000', '121731.896000', '121731.899000', '121731.901000', '121731.904000', '121731.907000', '121731.909000', '121731.912000', '121731.915000', '121731.917000', '121731.920000', '121731.923000', '121731.925000', '121731.928000', '121731.931000', '121731.933000', '121731.936000', '121731.938000', '121751.798000', '121751.800000', '121751.803000', '121751.806000', '121751.809000', '121751.811000', '121751.814000', '121751.817000', '121751.819000', '121751.822000', '121751.825000', '121751.827000', '121751.830000', '121751.832000', '121751.835000', '121751.838000', '121751.840000', '121751.843000', '121751.846000', '121751.848000', '121751.851000', '121751.854000', '121751.856000', '121751.859000', '121751.862000', '121751.864000', '121751.867000', '121751.870000', '121751.872000', '121751.875000', '121751.877000', '121751.880000', '121751.883000', '121751.885000', '121751.888000', '121751.891000', '121751.893000', '121751.896000', '121751.899000', '121751.901000', '121751.904000', '121751.907000', '121751.909000', '121751.922000', '121811.798000', '121811.801000', '121811.803000', '121811.806000', '121811.809000', '121811.811000', '121811.814000', '121811.817000', '121811.819000', '121811.822000', '121811.825000', '121811.827000', '121811.830000', '121811.832000', '121811.835000', '121811.838000', '121811.840000', '121811.843000', '121811.845000', '121811.848000', '121811.851000', '121811.853000', '121811.856000', '121811.859000', '121811.861000', '121811.864000', '121811.866000', '121811.869000', '121811.872000', '121811.874000', '121811.877000', '121811.880000', '121811.882000', '121811.885000', '121811.888000', '121811.890000', '121811.893000', '121811.895000', '121811.898000', '121811.901000', '121811.903000', '121811.906000', '121811.909000', '121831.798000', '121831.801000', '121831.803000', '121831.806000', '121831.809000', '121831.812000', '121831.814000', '121831.817000', '121831.820000', '121831.822000', '121831.825000', '121831.828000', '121831.830000', '121831.833000', '121831.835000', '121831.838000', '121831.841000', '121831.843000', '121831.846000', '121831.849000', '121831.853000', '121831.855000', '121831.858000', '121831.861000', '121831.863000', '121831.866000', '121831.869000', '121831.871000', '121831.874000', '121831.877000', '121831.879000', '121831.882000', '121831.885000', '121831.887000', '121831.890000', '121831.901000', '121831.904000', '121831.907000', '121831.910000', '121831.912000', '121831.915000', '121831.918000', '121831.921000', '121851.798000', '121851.802000', '121851.804000', '121851.807000', '121851.810000', '121851.812000', '121851.815000', '121851.818000', '121851.820000', '121851.823000', '121851.826000', '121851.828000', '121851.831000', '121851.834000', '121851.836000', '121851.839000', '121851.842000', '121851.844000', '121851.847000', '121851.849000', '121851.852000', '121851.855000', '121851.857000', '121851.860000', '121851.863000', '121851.865000', '121851.868000', '121851.871000', '121851.873000', '121851.876000', '121851.905000', '121851.907000', '121851.910000', '121851.913000', '121851.915000', '121851.918000', '121851.921000', '121851.923000', '121851.926000', '121851.929000', '121851.931000', '121851.934000', '121851.936000', '121851.939000', '121911.799000', '121911.801000', '121911.804000', '121911.807000', '121911.810000', '121911.812000', '121911.815000', '121911.818000', '121911.820000', '121911.823000', '121911.825000', '121911.829000', '121911.831000', '121911.834000', '121911.837000', '121911.839000', '121911.842000', '121911.845000', '121911.847000', '121911.850000', '121911.853000', '121911.855000', '121911.858000', '121911.860000', '121911.863000', '121911.866000', '121911.868000', '121911.871000', '121911.874000', '121911.876000', '121911.879000', '121911.882000', '121911.884000', '121911.887000', '121911.890000', '121911.892000', '121911.895000', '121911.898000', '121911.900000', '121911.903000', '121911.905000', '121911.908000', '121911.911000', '121931.798000', '121931.801000', '121931.804000', '121931.806000', '121931.809000', '121931.812000', '121931.815000', '121931.817000', '121931.820000', '121931.823000', '121931.825000', '121931.828000', '121931.831000', '121931.833000', '121931.836000', '121931.838000', '121931.841000', '121931.844000', '121931.846000', '121931.849000', '121931.851000', '121931.854000', '121931.857000', '121931.859000', '121931.862000', '121931.864000', '121931.867000', '121931.870000', '121931.872000', '121931.875000', '121931.878000', '121931.880000', '121931.883000', '121931.885000', '121931.888000', '121931.891000', '121931.893000', '121931.896000', '121931.898000', '121931.901000', '121931.904000', '121931.906000', '121931.909000', '121931.912000', '121951.799000', '121951.802000', '121951.804000', '121951.807000', '121951.809000', '121951.812000', '121951.815000', '121951.817000', '121951.820000', '121951.823000', '121951.826000', '121951.829000', '121951.833000', '121951.836000', '121951.838000', '121951.841000', '121951.844000', '121951.846000', '121951.861000', '121951.863000', '121951.866000', '121951.869000', '121951.871000', '121951.874000', '121951.877000', '121951.879000', '121951.882000', '121951.884000', '121951.887000', '121951.890000', '121951.893000', '121951.895000', '121951.898000', '121951.901000', '121951.903000', '121951.906000', '121951.909000', '121951.912000', '121951.914000', '121951.917000', '121951.920000', '121951.922000', '121951.925000', '122011.798000', '122011.801000', '122011.803000', '122011.807000', '122011.810000', '122011.812000', '122011.815000', '122011.818000', '122011.820000', '122011.823000', '122011.825000', '122011.828000', '122011.831000', '122011.834000', '122011.836000', '122011.839000', '122011.841000', '122011.844000', '122011.847000', '122011.849000', '122011.852000', '122011.855000', '122011.857000', '122011.860000', '122011.863000', '122011.865000', '122011.868000', '122011.871000', '122011.873000', '122011.876000', '122011.879000', '122011.881000', '122011.884000', '122011.886000', '122011.889000', '122011.892000', '122011.894000', '122011.897000', '122011.900000', '122011.902000', '122011.905000', '122011.907000', '122011.910000', '122011.913000', '122031.798000', '122031.801000', '122031.803000', '122031.806000', '122031.808000', '122031.811000', '122031.814000', '122031.816000', '122031.819000', '122031.822000', '122031.824000', '122031.827000', '122031.830000', '122031.832000', '122031.835000', '122031.838000', '122031.840000', '122031.843000', '122031.846000', '122031.848000', '122031.851000', '122031.854000', '122031.856000', '122031.859000', '122031.862000', '122031.864000', '122031.867000', '122031.870000', '122031.872000', '122031.875000', '122031.878000', '122031.880000', '122031.883000', '122031.886000', '122031.888000', '122031.891000', '122031.894000', '122031.896000', '122031.899000', '122031.909000', '122031.912000', '122031.914000', '122031.917000', '122051.798000', '122051.800000', '122051.803000', '122051.806000', '122051.809000', '122051.811000', '122051.814000', '122051.817000', '122051.820000', '122051.822000', '122051.825000', '122051.828000', '122051.830000', '122051.833000', '122051.836000', '122051.838000', '122051.841000', '122051.843000', '122051.846000', '122051.849000', '122051.852000', '122051.854000', '122051.857000', '122051.860000', '122051.862000', '122051.865000', '122051.868000', '122051.870000', '122051.873000', '122051.875000', '122051.878000', '122051.881000', '122051.883000', '122051.886000', '122051.889000', '122051.891000', '122051.894000', '122051.897000', '122051.899000', '122051.902000', '122051.905000', '122051.907000', '122051.910000', '122051.913000', '122111.799000', '122111.802000', '122111.804000', '122111.807000', '122111.810000', '122111.812000', '122111.815000', '122111.818000', '122111.820000', '122111.823000', '122111.826000', '122111.828000', '122111.831000', '122111.834000', '122111.836000', '122111.839000', '122111.842000', '122111.844000', '122111.847000', '122111.849000', '122111.852000', '122111.855000', '122111.857000', '122111.860000', '122111.869000', '122111.872000', '122111.874000', '122111.877000', '122111.880000', '122111.882000', '122111.885000', '122111.888000', '122111.890000', '122111.893000', '122111.896000', '122111.898000', '122111.901000', '122111.904000', '122111.906000', '122111.909000', '122111.923000', '122111.925000', '122111.928000', '122131.799000', '122131.802000', '122131.805000', '122131.807000', '122131.810000', '122131.813000', '122131.815000', '122131.818000', '122131.820000', '122131.823000', '122131.826000', '122131.829000', '122131.831000', '122131.834000', '122131.837000', '122131.847000', '122131.849000', '122131.852000', '122131.855000', '122131.857000', '122131.860000', '122131.863000', '122131.865000', '122131.868000', '122131.871000', '122131.873000', '122131.876000', '122131.878000', '122131.881000', '122131.884000', '122131.886000', '122131.889000', '122131.892000', '122131.894000', '122131.897000', '122131.900000', '122131.902000', '122131.905000', '122131.908000', '122131.910000', '122131.913000', '122131.916000', '122131.918000', '122131.921000', '122151.799000', '122151.802000', '122151.804000', '122151.807000', '122151.810000', '122151.812000', '122151.815000', '122151.818000', '122151.820000', '122151.823000', '122151.826000', '122151.828000', '122151.831000', '122151.834000', '122151.836000', '122151.839000', '122151.842000', '122151.844000', '122151.847000', '122151.850000', '122151.852000', '122151.855000', '122151.858000', '122151.860000', '122151.863000', '122151.866000', '122151.868000', '122151.871000', '122151.874000', '122151.876000', '122151.879000', '122151.882000', '122151.884000', '122151.887000', '122151.890000', '122151.892000', '122151.895000', '122151.898000', '122151.900000', '122151.903000', '122151.906000', '122151.908000', '122151.911000', '122211.799000', '122211.801000', '122211.804000', '122211.807000', '122211.810000', '122211.812000', '122211.815000', '122211.818000', '122211.821000', '122211.823000', '122211.826000', '122211.828000', '122211.831000', '122211.834000', '122211.836000', '122211.839000', '122211.842000', '122211.844000', '122211.847000', '122211.850000', '122211.853000', '122211.855000', '122211.870000', '122211.872000', '122211.875000', '122211.878000', '122211.880000', '122211.883000', '122211.886000', '122211.888000', '122211.891000', '122211.894000', '122211.897000', '122211.899000', '122211.902000', '122211.905000', '122211.907000', '122211.910000', '122211.913000', '122211.915000', '122211.918000', '122211.921000', '122211.923000', '122211.926000', '122231.798000', '122231.801000', '122231.803000', '122231.806000', '122231.809000', '122231.811000', '122231.814000', '122231.817000', '122231.819000', '122231.822000', '122231.824000', '122231.827000', '122231.830000', '122231.832000', '122231.835000', '122231.838000', '122231.840000', '122231.843000', '122231.846000', '122231.848000', '122231.851000', '122231.853000', '122231.856000', '122231.859000', '122231.861000', '122231.864000', '122231.867000', '122231.869000', '122231.872000', '122231.875000', '122231.877000', '122231.880000', '122231.883000', '122231.885000', '122231.888000', '122231.891000', '122231.893000', '122231.896000', '122231.899000', '122231.901000', '122231.904000', '122231.907000', '122231.909000', '122251.798000', '122251.800000', '122251.803000', '122251.806000', '122251.808000', '122251.811000', '122251.814000', '122251.816000', '122251.819000', '122251.822000', '122251.824000', '122251.827000', '122251.830000', '122251.832000', '122251.835000', '122251.837000', '122251.840000', '122251.843000', '122251.845000', '122251.848000', '122251.851000', '122251.853000', '122251.856000', '122251.859000', '122251.861000', '122251.864000', '122251.866000', '122251.869000', '122251.872000', '122251.874000', '122251.877000', '122251.880000', '122251.882000', '122251.885000', '122251.888000', '122251.890000', '122251.893000', '122251.896000', '122251.898000', '122251.901000', '122251.904000', '122251.906000', '122251.909000', '122251.912000', '122311.798000', '122311.801000', '122311.803000', '122311.806000', '122311.809000', '122311.811000', '122311.814000', '122311.817000', '122311.819000', '122311.822000', '122311.825000', '122311.827000', '122311.830000', '122311.833000', '122311.835000', '122311.838000', '122311.841000', '122311.843000', '122311.846000', '122311.849000', '122311.851000', '122311.854000', '122311.857000', '122311.859000', '122311.862000', '122311.864000', '122311.867000', '122311.870000', '122311.872000', '122311.875000', '122311.878000', '122311.880000', '122311.883000', '122311.886000', '122311.888000', '122311.891000', '122311.893000', '122311.896000', '122311.899000', '122311.901000', '122311.904000', '122311.907000', '122311.909000', '122314.691000', '122314.693000', '122314.696000', '122314.699000', '122314.702000', '122314.704000', '122314.707000'], 'InstanceCreationTime': ['121411.854000', '121411.857000', '121411.860000', '121411.863000', '121411.865000', '121411.868000', '121411.871000', '121411.873000', '121411.876000', '121411.879000', '121411.881000', '121411.884000', '121411.886000', '121411.903000', '121411.914000', '121411.917000', '121411.919000', '121411.922000', '121411.925000', '121411.927000', '121411.930000', '121411.932000', '121411.935000', '121411.938000', '121411.940000', '121411.943000', '121411.945000', '121411.948000', '121431.799000', '121431.802000', '121431.804000', '121431.807000', '121431.810000', '121431.815000', '121431.817000', '121431.820000', '121431.822000', '121431.825000', '121431.827000', '121431.830000', '121431.833000', '121431.836000', '121431.838000', '121431.841000', '121431.843000', '121431.846000', '121431.849000', '121431.851000', '121431.854000', '121431.856000', '121431.859000', '121431.868000', '121431.871000', '121431.873000', '121431.876000', '121431.879000', '121431.881000', '121431.884000', '121431.886000', '121431.889000', '121431.892000', '121431.894000', '121431.897000', '121431.899000', '121431.902000', '121431.904000', '121431.907000', '121431.910000', '121431.912000', '121431.915000', '121431.918000', '121431.920000', '121451.799000', '121451.801000', '121451.804000', '121451.807000', '121451.810000', '121451.812000', '121451.815000', '121451.818000', '121451.820000', '121451.823000', '121451.826000', '121451.828000', '121451.831000', '121451.833000', '121451.836000', '121451.839000', '121451.841000', '121451.844000', '121451.847000', '121451.849000', '121451.852000', '121451.854000', '121451.857000', '121451.860000', '121451.862000', '121451.873000', '121451.876000', '121451.879000', '121451.882000', '121451.884000', '121451.887000', '121451.889000', '121451.892000', '121451.894000', '121451.898000', '121451.900000', '121451.903000', '121451.906000', '121451.909000', '121451.911000', '121451.914000', '121451.917000', '121451.919000', '121511.798000', '121511.801000', '121511.804000', '121511.806000', '121511.809000', '121511.812000', '121511.814000', '121511.817000', '121511.820000', '121511.822000', '121511.825000', '121511.828000', '121511.830000', '121511.833000', '121511.835000', '121511.838000', '121511.841000', '121511.843000', '121511.846000', '121511.849000', '121511.851000', '121511.854000', '121511.856000', '121511.859000', '121511.862000', '121511.864000', '121511.867000', '121511.870000', '121511.872000', '121511.875000', '121511.877000', '121511.880000', '121511.883000', '121511.885000', '121511.888000', '121511.891000', '121511.893000', '121511.896000', '121511.898000', '121511.901000', '121511.904000', '121511.906000', '121511.909000', '121511.912000', '121531.797000', '121531.801000', '121531.803000', '121531.806000', '121531.808000', '121531.812000', '121531.814000', '121531.817000', '121531.820000', '121531.822000', '121531.825000', '121531.835000', '121531.838000', '121531.841000', '121531.843000', '121531.846000', '121531.849000', '121531.851000', '121531.854000', '121531.856000', '121531.859000', '121531.862000', '121531.864000', '121531.867000', '121531.870000', '121531.873000', '121531.875000', '121531.878000', '121531.880000', '121531.883000', '121531.886000', '121531.888000', '121531.891000', '121531.894000', '121531.896000', '121531.899000', '121531.902000', '121531.904000', '121531.907000', '121531.910000', '121531.912000', '121531.915000', '121531.917000', '121551.797000', '121551.800000', '121551.803000', '121551.806000', '121551.808000', '121551.811000', '121551.814000', '121551.816000', '121551.819000', '121551.822000', '121551.824000', '121551.827000', '121551.830000', '121551.832000', '121551.835000', '121551.838000', '121551.840000', '121551.843000', '121551.846000', '121551.848000', '121551.851000', '121551.853000', '121551.856000', '121551.859000', '121551.872000', '121551.875000', '121551.878000', '121551.880000', '121551.883000', '121551.885000', '121551.888000', '121551.891000', '121551.893000', '121551.896000', '121551.899000', '121551.901000', '121551.904000', '121551.906000', '121551.909000', '121551.912000', '121551.914000', '121551.917000', '121551.920000', '121551.922000', '121611.798000', '121611.800000', '121611.803000', '121611.806000', '121611.808000', '121611.811000', '121611.814000', '121611.816000', '121611.819000', '121611.822000', '121611.824000', '121611.827000', '121611.830000', '121611.832000', '121611.835000', '121611.837000', '121611.840000', '121611.843000', '121611.845000', '121611.848000', '121611.850000', '121611.853000', '121611.856000', '121611.858000', '121611.861000', '121611.864000', '121611.866000', '121611.869000', '121611.872000', '121611.874000', '121611.877000', '121611.879000', '121611.882000', '121611.885000', '121611.887000', '121611.890000', '121611.893000', '121611.895000', '121611.898000', '121611.900000', '121611.903000', '121611.906000', '121611.908000', '121631.798000', '121631.809000', '121631.812000', '121631.814000', '121631.817000', '121631.820000', '121631.822000', '121631.825000', '121631.828000', '121631.830000', '121631.833000', '121631.836000', '121631.838000', '121631.841000', '121631.844000', '121631.846000', '121631.849000', '121631.852000', '121631.854000', '121631.857000', '121631.859000', '121631.862000', '121631.865000', '121631.867000', '121631.870000', '121631.873000', '121631.876000', '121631.878000', '121631.881000', '121631.884000', '121631.886000', '121631.889000', '121631.891000', '121631.894000', '121631.897000', '121631.899000', '121631.902000', '121631.905000', '121631.907000', '121631.910000', '121631.913000', '121631.915000', '121631.918000', '121631.921000', '121651.798000', '121651.801000', '121651.804000', '121651.807000', '121651.809000', '121651.812000', '121651.815000', '121651.817000', '121651.820000', '121651.823000', '121651.825000', '121651.828000', '121651.830000', '121651.833000', '121651.836000', '121651.838000', '121651.841000', '121651.844000', '121651.846000', '121651.849000', '121651.852000', '121651.854000', '121651.857000', '121651.860000', '121651.862000', '121651.865000', '121651.868000', '121651.870000', '121651.873000', '121651.875000', '121651.878000', '121651.881000', '121651.883000', '121651.886000', '121651.889000', '121651.891000', '121651.894000', '121651.897000', '121651.899000', '121651.902000', '121651.905000', '121651.907000', '121651.910000', '121711.799000', '121711.801000', '121711.804000', '121711.807000', '121711.809000', '121711.813000', '121711.816000', '121711.819000', '121711.822000', '121711.824000', '121711.827000', '121711.830000', '121711.832000', '121711.835000', '121711.838000', '121711.840000', '121711.843000', '121711.846000', '121711.848000', '121711.851000', '121711.854000', '121711.856000', '121711.859000', '121711.861000', '121711.864000', '121711.867000', '121711.870000', '121711.873000', '121711.875000', '121711.878000', '121711.881000', '121711.883000', '121711.886000', '121711.889000', '121711.891000', '121711.894000', '121711.897000', '121711.899000', '121711.902000', '121711.905000', '121711.907000', '121711.910000', '121711.912000', '121711.915000', '121731.798000', '121731.801000', '121731.804000', '121731.807000', '121731.832000', '121731.834000', '121731.837000', '121731.840000', '121731.842000', '121731.845000', '121731.848000', '121731.850000', '121731.853000', '121731.855000', '121731.858000', '121731.861000', '121731.863000', '121731.872000', '121731.875000', '121731.877000', '121731.880000', '121731.883000', '121731.886000', '121731.888000', '121731.891000', '121731.894000', '121731.896000', '121731.899000', '121731.901000', '121731.904000', '121731.907000', '121731.909000', '121731.912000', '121731.915000', '121731.917000', '121731.920000', '121731.923000', '121731.925000', '121731.928000', '121731.931000', '121731.933000', '121731.936000', '121731.938000', '121751.798000', '121751.800000', '121751.803000', '121751.806000', '121751.809000', '121751.811000', '121751.814000', '121751.817000', '121751.819000', '121751.822000', '121751.825000', '121751.827000', '121751.830000', '121751.832000', '121751.835000', '121751.838000', '121751.840000', '121751.843000', '121751.846000', '121751.848000', '121751.851000', '121751.854000', '121751.856000', '121751.859000', '121751.862000', '121751.864000', '121751.867000', '121751.870000', '121751.872000', '121751.875000', '121751.877000', '121751.880000', '121751.883000', '121751.885000', '121751.888000', '121751.891000', '121751.893000', '121751.896000', '121751.899000', '121751.901000', '121751.904000', '121751.907000', '121751.909000', '121751.922000', '121811.798000', '121811.801000', '121811.803000', '121811.806000', '121811.809000', '121811.811000', '121811.814000', '121811.817000', '121811.819000', '121811.822000', '121811.825000', '121811.827000', '121811.830000', '121811.832000', '121811.835000', '121811.838000', '121811.840000', '121811.843000', '121811.845000', '121811.848000', '121811.851000', '121811.853000', '121811.856000', '121811.859000', '121811.861000', '121811.864000', '121811.866000', '121811.869000', '121811.872000', '121811.874000', '121811.877000', '121811.880000', '121811.882000', '121811.885000', '121811.888000', '121811.890000', '121811.893000', '121811.895000', '121811.898000', '121811.901000', '121811.903000', '121811.906000', '121811.909000', '121831.798000', '121831.801000', '121831.803000', '121831.806000', '121831.809000', '121831.812000', '121831.814000', '121831.817000', '121831.820000', '121831.822000', '121831.825000', '121831.828000', '121831.830000', '121831.833000', '121831.835000', '121831.838000', '121831.841000', '121831.843000', '121831.846000', '121831.849000', '121831.853000', '121831.855000', '121831.858000', '121831.861000', '121831.863000', '121831.866000', '121831.869000', '121831.871000', '121831.874000', '121831.877000', '121831.879000', '121831.882000', '121831.885000', '121831.887000', '121831.890000', '121831.901000', '121831.904000', '121831.907000', '121831.910000', '121831.912000', '121831.915000', '121831.918000', '121831.921000', '121851.798000', '121851.802000', '121851.804000', '121851.807000', '121851.810000', '121851.812000', '121851.815000', '121851.818000', '121851.820000', '121851.823000', '121851.826000', '121851.828000', '121851.831000', '121851.834000', '121851.836000', '121851.839000', '121851.842000', '121851.844000', '121851.847000', '121851.849000', '121851.852000', '121851.855000', '121851.857000', '121851.860000', '121851.863000', '121851.865000', '121851.868000', '121851.871000', '121851.873000', '121851.876000', '121851.905000', '121851.907000', '121851.910000', '121851.913000', '121851.915000', '121851.918000', '121851.921000', '121851.923000', '121851.926000', '121851.929000', '121851.931000', '121851.934000', '121851.936000', '121851.939000', '121911.799000', '121911.801000', '121911.804000', '121911.807000', '121911.810000', '121911.812000', '121911.815000', '121911.818000', '121911.820000', '121911.823000', '121911.825000', '121911.829000', '121911.831000', '121911.834000', '121911.837000', '121911.839000', '121911.842000', '121911.845000', '121911.847000', '121911.850000', '121911.853000', '121911.855000', '121911.858000', '121911.860000', '121911.863000', '121911.866000', '121911.868000', '121911.871000', '121911.874000', '121911.876000', '121911.879000', '121911.882000', '121911.884000', '121911.887000', '121911.890000', '121911.892000', '121911.895000', '121911.898000', '121911.900000', '121911.903000', '121911.905000', '121911.908000', '121911.911000', '121931.798000', '121931.801000', '121931.804000', '121931.806000', '121931.809000', '121931.812000', '121931.815000', '121931.817000', '121931.820000', '121931.823000', '121931.825000', '121931.828000', '121931.831000', '121931.833000', '121931.836000', '121931.838000', '121931.841000', '121931.844000', '121931.846000', '121931.849000', '121931.851000', '121931.854000', '121931.857000', '121931.859000', '121931.862000', '121931.864000', '121931.867000', '121931.870000', '121931.872000', '121931.875000', '121931.878000', '121931.880000', '121931.883000', '121931.885000', '121931.888000', '121931.891000', '121931.893000', '121931.896000', '121931.898000', '121931.901000', '121931.904000', '121931.906000', '121931.909000', '121931.912000', '121951.799000', '121951.802000', '121951.804000', '121951.807000', '121951.809000', '121951.812000', '121951.815000', '121951.817000', '121951.820000', '121951.823000', '121951.826000', '121951.829000', '121951.833000', '121951.836000', '121951.838000', '121951.841000', '121951.844000', '121951.846000', '121951.861000', '121951.863000', '121951.866000', '121951.869000', '121951.871000', '121951.874000', '121951.877000', '121951.879000', '121951.882000', '121951.884000', '121951.887000', '121951.890000', '121951.893000', '121951.895000', '121951.898000', '121951.901000', '121951.903000', '121951.906000', '121951.909000', '121951.912000', '121951.914000', '121951.917000', '121951.920000', '121951.922000', '121951.925000', '122011.798000', '122011.801000', '122011.803000', '122011.807000', '122011.810000', '122011.812000', '122011.815000', '122011.818000', '122011.820000', '122011.823000', '122011.825000', '122011.828000', '122011.831000', '122011.834000', '122011.836000', '122011.839000', '122011.841000', '122011.844000', '122011.847000', '122011.849000', '122011.852000', '122011.855000', '122011.857000', '122011.860000', '122011.863000', '122011.865000', '122011.868000', '122011.871000', '122011.873000', '122011.876000', '122011.879000', '122011.881000', '122011.884000', '122011.886000', '122011.889000', '122011.892000', '122011.894000', '122011.897000', '122011.900000', '122011.902000', '122011.905000', '122011.907000', '122011.910000', '122011.913000', '122031.798000', '122031.801000', '122031.803000', '122031.806000', '122031.808000', '122031.811000', '122031.814000', '122031.816000', '122031.819000', '122031.822000', '122031.824000', '122031.827000', '122031.830000', '122031.832000', '122031.835000', '122031.838000', '122031.840000', '122031.843000', '122031.846000', '122031.848000', '122031.851000', '122031.854000', '122031.856000', '122031.859000', '122031.862000', '122031.864000', '122031.867000', '122031.870000', '122031.872000', '122031.875000', '122031.878000', '122031.880000', '122031.883000', '122031.886000', '122031.888000', '122031.891000', '122031.894000', '122031.896000', '122031.899000', '122031.909000', '122031.912000', '122031.914000', '122031.917000', '122051.798000', '122051.800000', '122051.803000', '122051.806000', '122051.809000', '122051.811000', '122051.814000', '122051.817000', '122051.820000', '122051.822000', '122051.825000', '122051.828000', '122051.830000', '122051.833000', '122051.836000', '122051.838000', '122051.841000', '122051.843000', '122051.846000', '122051.849000', '122051.852000', '122051.854000', '122051.857000', '122051.860000', '122051.862000', '122051.865000', '122051.868000', '122051.870000', '122051.873000', '122051.875000', '122051.878000', '122051.881000', '122051.883000', '122051.886000', '122051.889000', '122051.891000', '122051.894000', '122051.897000', '122051.899000', '122051.902000', '122051.905000', '122051.907000', '122051.910000', '122051.913000', '122111.799000', '122111.802000', '122111.804000', '122111.807000', '122111.810000', '122111.812000', '122111.815000', '122111.818000', '122111.820000', '122111.823000', '122111.826000', '122111.828000', '122111.831000', '122111.834000', '122111.836000', '122111.839000', '122111.842000', '122111.844000', '122111.847000', '122111.849000', '122111.852000', '122111.855000', '122111.857000', '122111.860000', '122111.869000', '122111.872000', '122111.874000', '122111.877000', '122111.880000', '122111.882000', '122111.885000', '122111.888000', '122111.890000', '122111.893000', '122111.896000', '122111.898000', '122111.901000', '122111.904000', '122111.906000', '122111.909000', '122111.923000', '122111.925000', '122111.928000', '122131.799000', '122131.802000', '122131.805000', '122131.807000', '122131.810000', '122131.813000', '122131.815000', '122131.818000', '122131.820000', '122131.823000', '122131.826000', '122131.829000', '122131.831000', '122131.834000', '122131.837000', '122131.847000', '122131.849000', '122131.852000', '122131.855000', '122131.857000', '122131.860000', '122131.863000', '122131.865000', '122131.868000', '122131.871000', '122131.873000', '122131.876000', '122131.878000', '122131.881000', '122131.884000', '122131.886000', '122131.889000', '122131.892000', '122131.894000', '122131.897000', '122131.900000', '122131.902000', '122131.905000', '122131.908000', '122131.910000', '122131.913000', '122131.916000', '122131.918000', '122131.921000', '122151.799000', '122151.802000', '122151.804000', '122151.807000', '122151.810000', '122151.812000', '122151.815000', '122151.818000', '122151.820000', '122151.823000', '122151.826000', '122151.828000', '122151.831000', '122151.834000', '122151.836000', '122151.839000', '122151.842000', '122151.844000', '122151.847000', '122151.850000', '122151.852000', '122151.855000', '122151.858000', '122151.860000', '122151.863000', '122151.866000', '122151.868000', '122151.871000', '122151.874000', '122151.876000', '122151.879000', '122151.882000', '122151.884000', '122151.887000', '122151.890000', '122151.892000', '122151.895000', '122151.898000', '122151.900000', '122151.903000', '122151.906000', '122151.908000', '122151.911000', '122211.799000', '122211.801000', '122211.804000', '122211.807000', '122211.810000', '122211.812000', '122211.815000', '122211.818000', '122211.821000', '122211.823000', '122211.826000', '122211.828000', '122211.831000', '122211.834000', '122211.836000', '122211.839000', '122211.842000', '122211.844000', '122211.847000', '122211.850000', '122211.853000', '122211.855000', '122211.870000', '122211.872000', '122211.875000', '122211.878000', '122211.880000', '122211.883000', '122211.886000', '122211.888000', '122211.891000', '122211.894000', '122211.897000', '122211.899000', '122211.902000', '122211.905000', '122211.907000', '122211.910000', '122211.913000', '122211.915000', '122211.918000', '122211.921000', '122211.923000', '122211.926000', '122231.798000', '122231.801000', '122231.803000', '122231.806000', '122231.809000', '122231.811000', '122231.814000', '122231.817000', '122231.819000', '122231.822000', '122231.824000', '122231.827000', '122231.830000', '122231.832000', '122231.835000', '122231.838000', '122231.840000', '122231.843000', '122231.846000', '122231.848000', '122231.851000', '122231.853000', '122231.856000', '122231.859000', '122231.861000', '122231.864000', '122231.867000', '122231.869000', '122231.872000', '122231.875000', '122231.877000', '122231.880000', '122231.883000', '122231.885000', '122231.888000', '122231.891000', '122231.893000', '122231.896000', '122231.899000', '122231.901000', '122231.904000', '122231.907000', '122231.909000', '122251.798000', '122251.800000', '122251.803000', '122251.806000', '122251.808000', '122251.811000', '122251.814000', '122251.816000', '122251.819000', '122251.822000', '122251.824000', '122251.827000', '122251.830000', '122251.832000', '122251.835000', '122251.837000', '122251.840000', '122251.843000', '122251.845000', '122251.848000', '122251.851000', '122251.853000', '122251.856000', '122251.859000', '122251.861000', '122251.864000', '122251.866000', '122251.869000', '122251.872000', '122251.874000', '122251.877000', '122251.880000', '122251.882000', '122251.885000', '122251.888000', '122251.890000', '122251.893000', '122251.896000', '122251.898000', '122251.901000', '122251.904000', '122251.906000', '122251.909000', '122251.912000', '122311.798000', '122311.801000', '122311.803000', '122311.806000', '122311.809000', '122311.811000', '122311.814000', '122311.817000', '122311.819000', '122311.822000', '122311.825000', '122311.827000', '122311.830000', '122311.833000', '122311.835000', '122311.838000', '122311.841000', '122311.843000', '122311.846000', '122311.849000', '122311.851000', '122311.854000', '122311.857000', '122311.859000', '122311.862000', '122311.864000', '122311.867000', '122311.870000', '122311.872000', '122311.875000', '122311.878000', '122311.880000', '122311.883000', '122311.886000', '122311.888000', '122311.891000', '122311.893000', '122311.896000', '122311.899000', '122311.901000', '122311.904000', '122311.907000', '122311.909000', '122314.691000', '122314.693000', '122314.696000', '122314.699000', '122314.702000', '122314.704000', '122314.707000'], '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': [12707, 21436, 13825, 9691, 14133, 9722, 8675, 17482, 12780, 16105, 17873, 10005, 8572, 10651, 8538, 11556, 11929, 8102, 13134, 9706, 7924, 12508, 10065, 9447, 15142, 9523, 8227, 10927, 8521, 12772, 12152, 9128, 16291, 9211, 8427, 10770, 9189, 9831, 15299, 10119, 9120, 10073, 8375, 10464, 9690, 8352, 17592, 11671, 8526, 11350, 8681, 17100, 12610, 21829, 14836, 8470, 11571, 8965, 8478, 14313, 10199, 9934, 9359, 8085, 11690, 10493, 9085, 17509, 11229, 8552, 12247, 9667, 9790, 19979, 14408, 9502, 12087, 9155, 8600, 18969, 14453, 10023, 14338, 9495, 8626, 15345, 12283, 20855, 15297, 10628, 11732, 10937, 9053, 18694, 13253, 8855, 13308, 9181, 7909, 13796, 10577, 9320, 16100, 10034, 8320, 11757, 10276, 8756, 18672, 11863, 8094, 12253, 10149, 8660, 20672, 15566, 10066, 15738, 9483, 7937, 12105, 10244, 8222, 17678, 10661, 8070, 8373, 9898, 8938, 12168, 15905, 10505, 8775, 11645, 9350, 9501, 17484, 14444, 17183, 17633, 10190, 8287, 10587, 8571, 8184, 13933, 10745, 9088, 11413, 8899, 7955, 10845, 9705, 8478, 15221, 11867, 9871, 12982, 9070, 8312, 8404, 11045, 9046, 15253, 16230, 11172, 9254, 11745, 9315, 8477, 18846, 14898, 12834, 16258, 9660, 7935, 14175, 10515, 9756, 21034, 11872, 8042, 10774, 9591, 8433, 14330, 15313, 10358, 8374, 11567, 9110, 8037, 18426, 13451, 9446, 15526, 10280, 8130, 15914, 11161, 9277, 17913, 9976, 8111, 11581, 9299, 8646, 15475, 10280, 8191, 10413, 8694, 10279, 11665, 9129, 13355, 9440, 7744, 11455, 10088, 7888, 17494, 12012, 7976, 11596, 9888, 7787, 15505, 11511, 9850, 16363, 9741, 8083, 11327, 9505, 8434, 17996, 11682, 8596, 11103, 9300, 8163, 16451, 12386, 9693, 15677, 9828, 7995, 14643, 11252, 10167, 21370, 13149, 8294, 14402, 11127, 8704, 21861, 15492, 8519, 13355, 9459, 7904, 13362, 10480, 9110, 16542, 10491, 8437, 12183, 9561, 8594, 17835, 11666, 8661, 10718, 8540, 8260, 11626, 9600, 9123, 11856, 9179, 8094, 12075, 9865, 13258, 14096, 9924, 8427, 10990, 9466, 12056, 17818, 11713, 9045, 11201, 9400, 7957, 15964, 12649, 10190, 17761, 10700, 8454, 14811, 10633, 9644, 20720, 12374, 8702, 11566, 9456, 8114, 16382, 12041, 9202, 13019, 9692, 8087, 13409, 11641, 9409, 16578, 10006, 8936, 8279, 7498, 10883, 8574, 8897, 11860, 11147, 11887, 13476, 20097, 12547, 9926, 9706, 19539, 15197, 13642, 21582, 13993, 9578, 8778, 13415, 11050, 9452, 20188, 12592, 8989, 15818, 10979, 8867, 18264, 11726, 8838, 13137, 9670, 8621, 13974, 10514, 9050, 14244, 9621, 8540, 12888, 10577, 8193, 14425, 10790, 8752, 8972, 9503, 8498, 8068, 13847, 10047, 8500, 8829, 11383, 9406, 8950, 15438, 11577, 9545, 18661, 12851, 9101, 12030, 13375, 10183, 9714, 19067, 13001, 9909, 18506, 12252, 9456, 14453, 11640, 8997, 18242, 13127, 10154, 8089, 13042, 10173, 8442, 16327, 11652, 8890, 13298, 11028, 8525, 18208, 12797, 9240, 13241, 10875, 8772, 11702, 10626, 8191, 18371, 12499, 8626, 13524, 9232, 13261, 9726, 8212, 14993, 10358, 7846, 11066, 8953, 7708, 12864, 10219, 8049, 12397, 9367, 8091, 13823, 10893, 14210, 13027, 9449, 14840, 9819, 18620, 12087, 9112, 15930, 10597, 8068, 11825, 9523, 8190, 15704, 12464, 9408, 14035, 9949, 8255, 14928, 11141, 11723, 17444, 11050, 8619, 13007, 9540, 8139, 16271, 12148, 9185, 14525, 10098, 8364, 14647, 11085, 10579, 17306, 11234, 8598, 13660, 9852, 13089, 17311, 11827, 9102, 14407, 9973, 8093, 14553, 10692, 9421, 15690, 11093, 8335, 13922, 10333, 8937, 18861, 13038, 10008, 14342, 10296, 8413, 15574, 11562, 9611, 16461, 10458, 7987, 13332, 10926, 8554, 17979, 12450, 9935, 9332, 11318, 8900, 12483, 16246, 11481, 9061, 14675, 10505, 8192, 15285, 10514, 8438, 18506, 11886, 8270, 11145, 10749, 8689, 16421, 12778, 9586, 9557, 11134, 8919, 9355, 15936, 12149, 10267, 16380, 10782, 8248, 13722, 11291, 9006, 20001, 12654, 9045, 9734, 11889, 9110, 12113, 14265, 10656, 11509, 13396, 9691, 8381, 14403, 11278, 12603, 18199, 11468, 8710, 14042, 9811, 8378, 17357, 12713, 9798, 17098, 10902, 8863, 14119, 11563, 8833, 18138, 13069, 10198, 8224, 13410, 10683, 9154, 19503, 13104, 9312, 14949, 10298, 8316, 15544, 10890, 11154, 17465, 10526, 8402, 12836, 9780, 8192, 17529, 12398, 9632, 15835, 10770, 8167, 13585, 11480, 8948, 19860, 12141, 8432, 13156, 10175, 8041, 17869, 12477, 9094, 14195, 10242, 7755, 13854, 11432, 9277, 16265, 10781, 8510, 8301, 11946, 10028, 9161, 14188, 10371, 8741, 13752, 9414, 16780, 9029, 20743, 13522, 9185, 13076, 9376, 12692, 9723, 8613, 15077, 11114, 9125, 11689, 8874, 10214, 11159, 8447, 17010, 11816, 8836, 12700, 9492, 14175, 10716, 9137, 19448, 12668, 8351, 8255, 11656, 9372, 8070, 15734, 13386, 9617, 11584, 10752, 8505, 18513, 15690, 12529, 21507, 14043, 9048, 18038, 11376, 8887, 20199, 14116, 9080, 14050, 9989, 7863, 13536, 11096, 8426, 15184, 11337, 8973, 8033, 12825, 10079, 10190, 15588, 10566, 8279, 14060, 10287, 8328, 18111, 12400, 9670, 14908, 10294, 7887, 13570, 11141, 8681, 12486, 13213, 9459, 7675, 13081, 11239, 9701, 10106, 19356, 15554, 13206, 15612, 18700, 11750, 8228, 19934, 13597, 10478, 21133, 11813, 8291, 8342, 11318, 8968, 8698, 17246, 11896, 8365, 8904, 10880, 8884, 8560, 16713, 11898, 8865, 8167, 11983, 9332, 8756, 18829, 12983, 8773, 12941, 9945, 8836, 10657, 18023, 12168, 9104, 17139, 10648, 8563, 14567, 12541, 10028, 13566, 13900, 9822, 8103, 13612, 9998, 9395, 16797, 10542, 8364, 12358, 10372, 8378, 12744, 13868, 9839, 8543, 12179, 9974, 8623, 9368, 12802, 9558, 8428, 11188, 11751, 10648, 11976, 15957, 10633, 8740, 11597, 11965, 9969, 8870, 15962, 10556, 8816, 8282, 13254, 10277, 8169, 15286, 11913, 9592, 8078, 18774, 14380, 12419, 14726, 15657, 9801, 8200, 20773, 14249, 10126, 8742, 13574, 9810, 8008, 18694, 12966, 9186, 10185, 12900, 9235, 7956, 17211, 12347, 8716, 9300, 12819, 9202, 7989, 18258, 12611, 9404, 8440, 12685, 9207, 7856, 14991, 11008, 8702, 8133, 12842, 10105, 7770, 15757, 14338, 10200, 8890, 14886, 10053, 8526, 18126, 13170, 8985, 13231, 10025, 7859, 17789, 16487, 11169, 8368, 9534, 9074, 8485, 7940, 15502, 12392, 9388, 7454, 12402, 11041, 8577, 8069, 15472, 11101, 8764, 14110, 21660, 16158, 10087, 8631, 13349, 9324, 8345, 17549, 12036, 9010, 14203, 11233, 8860, 7741, 13526, 11600, 9766, 20866, 14022, 9481, 8067, 11917, 9578, 8146, 19688, 12489, 8899, 8081, 11282, 9364, 9333, 17713, 11713, 8557, 10052, 10344, 8987, 12722, 19313, 12207, 8550, 15325, 10136, 8260, 18523, 12771, 9517, 14963, 9329, 8238, 9750, 11909, 10061, 8852, 12069, 9167, 7648, 15275, 11575, 8452, 10205, 9678, 8579, 8680, 16784, 12417, 9328, 16437, 9999, 8679, 8619, 13424, 10091, 8997, 17056, 10236, 8474, 14994, 12003, 11247, 15562, 15549, 9591, 7968, 12385, 9873, 7959, 19094, 12292, 8410, 8775, 9394, 8312, 8691, 12222, 10303, 11314, 10517, 8903, 8402, 12978, 11076, 8670, 8487, 15371, 13207, 8995, 9053, 13519, 9563, 8492, 18540, 11701, 14686, 18757, 13294, 12213, 12979, 9138, 7973, 11933, 9572, 8207, 16478, 12207, 8902, 12018, 9893, 8820, 10809, 9993, 9126, 10502, 11806, 9385, 7852, 12370, 10248, 8773, 20142, 14465, 8958, 10442, 9842, 8922, 8510, 15188, 11391, 8443, 12570, 9220, 8650, 14370, 11000, 9252, 14980, 13475, 17619, 15062, 10096, 8780, 7781, 12399, 9769, 8582, 12401, 9151, 8259, 10465, 12153, 10622, 8668, 12323, 9913, 8978, 12473, 10887, 8945, 19334, 14519, 10809, 8336, 11969, 9424, 8370, 18408, 12963, 9183, 9220, 10748, 9028, 8409, 13915, 10220, 9042, 12544, 16854, 9727, 8005, 7884, 10577, 10411, 9893, 9206, 8197, 12553, 10132, 9597, 9210, 14157, 9477, 9119, 8208, 20129, 15318, 10078, 9457, 10568, 8669, 8275, 14896, 11998, 9690, 8043, 11523, 8892, 8903, 9920, 16355, 11248, 8907, 8130, 10984, 9098, 8401, 18924, 13819, 10694, 8866, 13448, 10601, 8882, 19173, 14611, 9930, 8644, 11941, 11002, 10851, 10656, 17365, 10052, 9421, 7889, 14026, 10872, 9237, 11327, 9696, 8543, 8532, 15061, 11435, 9433, 8031, 10642, 8623, 8479, 14795, 12439, 9260, 10543, 10283, 9013, 7684, 14109, 10568, 8786, 12064, 8926, 9135, 7519, 15043, 11799, 8800, 9014, 10300, 8604, 8338, 13830, 12264, 9897, 8351, 13861, 9410, 9479, 8518, 16059, 12507, 9147, 15049, 11465, 9196, 8087, 15703, 11601], 'WindowCenter': [4258.0, 4297.0, 4239.0, 4197.0, 4236.0, 4184.0, 4174.0, 4245.0, 4215.0, 4235.0, 4244.0, 4182.0, 4171.0, 4191.0, 4171.0, 4203.0, 4213.0, 4163.0, 4224.0, 4183.0, 4164.0, 4215.0, 4194.0, 4184.0, 4236.0, 4184.0, 4173.0, 4204.0, 4173.0, 4214.0, 4216.0, 4185.0, 4245.0, 4184.0, 4175.0, 4203.0, 4197.0, 4194.0, 4247.0, 4205.0, 4184.0, 4195.0, 4176.0, 4206.0, 4195.0, 4175.0, 4256.0, 4218.0, 4186.0, 4206.0, 4185.0, 4246.0, 4213.0, 4266.0, 4223.0, 4162.0, 4202.0, 4173.0, 4163.0, 4235.0, 4194.0, 4194.0, 4184.0, 4173.0, 4214.0, 4204.0, 4184.0, 4257.0, 4206.0, 4186.0, 4215.0, 4196.0, 4194.0, 4269.0, 4238.0, 4182.0, 4215.0, 4184.0, 4173.0, 4256.0, 4225.0, 4197.0, 4235.0, 4182.0, 4172.0, 4234.0, 4214.0, 4266.0, 4234.0, 4194.0, 4202.0, 4192.0, 4172.0, 4254.0, 4215.0, 4183.0, 4225.0, 4182.0, 4162.0, 4224.0, 4204.0, 4184.0, 4247.0, 4195.0, 4161.0, 4214.0, 4194.0, 4172.0, 4257.0, 4215.0, 4164.0, 4213.0, 4193.0, 4172.0, 4265.0, 4233.0, 4195.0, 4236.0, 4183.0, 4161.0, 4201.0, 4182.0, 4173.0, 4256.0, 4192.0, 4175.0, 4173.0, 4194.0, 4185.0, 4214.0, 4248.0, 4205.0, 4184.0, 4205.0, 4184.0, 4182.0, 4246.0, 4225.0, 4245.0, 4246.0, 4193.0, 4161.0, 4193.0, 4173.0, 4171.0, 4234.0, 4205.0, 4184.0, 4217.0, 4186.0, 4175.0, 4204.0, 4198.0, 4176.0, 4247.0, 4217.0, 4198.0, 4229.0, 4186.0, 4176.0, 4173.0, 4206.0, 4184.0, 4235.0, 4245.0, 4206.0, 4184.0, 4215.0, 4185.0, 4164.0, 4256.0, 4235.0, 4213.0, 4233.0, 4181.0, 4150.0, 4224.0, 4192.0, 4183.0, 4265.0, 4204.0, 4162.0, 4192.0, 4183.0, 4162.0, 4223.0, 4223.0, 4195.0, 4175.0, 4202.0, 4183.0, 4163.0, 4256.0, 4224.0, 4182.0, 4234.0, 4193.0, 4161.0, 4234.0, 4193.0, 4172.0, 4244.0, 4182.0, 4163.0, 4203.0, 4169.0, 4161.0, 4235.0, 4192.0, 4161.0, 4181.0, 4171.0, 4192.0, 4204.0, 4171.0, 4223.0, 4183.0, 4164.0, 4203.0, 4194.0, 4164.0, 4258.0, 4215.0, 4175.0, 4204.0, 4196.0, 4163.0, 4235.0, 4205.0, 4197.0, 4247.0, 4196.0, 4163.0, 4204.0, 4196.0, 4174.0, 4258.0, 4217.0, 4187.0, 4218.0, 4198.0, 4176.0, 4249.0, 4228.0, 4196.0, 4249.0, 4197.0, 4175.0, 4235.0, 4206.0, 4196.0, 4278.0, 4227.0, 4174.0, 4224.0, 4203.0, 4173.0, 4268.0, 4236.0, 4173.0, 4224.0, 4184.0, 4164.0, 4225.0, 4205.0, 4184.0, 4248.0, 4195.0, 4175.0, 4214.0, 4183.0, 4172.0, 4245.0, 4203.0, 4171.0, 4194.0, 4172.0, 4172.0, 4204.0, 4186.0, 4185.0, 4215.0, 4185.0, 4164.0, 4216.0, 4196.0, 4224.0, 4228.0, 4196.0, 4173.0, 4205.0, 4195.0, 4215.0, 4258.0, 4217.0, 4185.0, 4216.0, 4188.0, 4165.0, 4249.0, 4228.0, 4197.0, 4259.0, 4207.0, 4177.0, 4236.0, 4194.0, 4183.0, 4268.0, 4215.0, 4174.0, 4204.0, 4194.0, 4163.0, 4246.0, 4216.0, 4186.0, 4227.0, 4184.0, 4164.0, 4226.0, 4216.0, 4198.0, 4261.0, 4208.0, 4198.0, 4192.0, 4167.0, 4218.0, 4188.0, 4199.0, 4230.0, 4220.0, 4232.0, 4241.0, 4283.0, 4230.0, 4198.0, 4185.0, 4257.0, 4235.0, 4225.0, 4270.0, 4228.0, 4186.0, 4173.0, 4214.0, 4194.0, 4173.0, 4254.0, 4204.0, 4171.0, 4223.0, 4191.0, 4170.0, 4245.0, 4202.0, 4171.0, 4212.0, 4173.0, 4163.0, 4222.0, 4192.0, 4162.0, 4224.0, 4183.0, 4174.0, 4214.0, 4191.0, 4164.0, 4226.0, 4195.0, 4175.0, 4186.0, 4197.0, 4186.0, 4166.0, 4226.0, 4195.0, 4187.0, 4185.0, 4216.0, 4188.0, 4186.0, 4249.0, 4216.0, 4185.0, 4260.0, 4228.0, 4187.0, 4216.0, 4226.0, 4193.0, 4184.0, 4245.0, 4216.0, 4184.0, 4258.0, 4214.0, 4185.0, 4224.0, 4193.0, 4174.0, 4246.0, 4214.0, 4183.0, 4162.0, 4213.0, 4195.0, 4163.0, 4235.0, 4204.0, 4173.0, 4214.0, 4194.0, 4162.0, 4245.0, 4215.0, 4185.0, 4215.0, 4193.0, 4173.0, 4190.0, 4193.0, 4162.0, 4246.0, 4214.0, 4175.0, 4226.0, 4184.0, 4212.0, 4182.0, 4162.0, 4234.0, 4194.0, 4166.0, 4204.0, 4184.0, 4167.0, 4228.0, 4209.0, 4179.0, 4228.0, 4186.0, 4178.0, 4226.0, 4220.0, 4236.0, 4229.0, 4186.0, 4227.0, 4185.0, 4245.0, 4216.0, 4175.0, 4235.0, 4195.0, 4165.0, 4214.0, 4195.0, 4175.0, 4249.0, 4228.0, 4197.0, 4238.0, 4207.0, 4176.0, 4248.0, 4217.0, 4217.0, 4258.0, 4206.0, 4176.0, 4225.0, 4196.0, 4174.0, 4249.0, 4227.0, 4196.0, 4237.0, 4207.0, 4176.0, 4239.0, 4217.0, 4208.0, 4259.0, 4207.0, 4186.0, 4228.0, 4198.0, 4226.0, 4258.0, 4217.0, 4186.0, 4239.0, 4196.0, 4175.0, 4237.0, 4206.0, 4197.0, 4249.0, 4218.0, 4189.0, 4238.0, 4209.0, 4186.0, 4260.0, 4229.0, 4198.0, 4237.0, 4196.0, 4174.0, 4248.0, 4206.0, 4185.0, 4248.0, 4206.0, 4176.0, 4238.0, 4209.0, 4187.0, 4259.0, 4228.0, 4209.0, 4197.0, 4205.0, 4184.0, 4227.0, 4249.0, 4217.0, 4187.0, 4238.0, 4206.0, 4176.0, 4247.0, 4205.0, 4175.0, 4260.0, 4216.0, 4188.0, 4218.0, 4217.0, 4188.0, 4260.0, 4229.0, 4198.0, 4198.0, 4219.0, 4187.0, 4196.0, 4248.0, 4229.0, 4208.0, 4249.0, 4209.0, 4177.0, 4238.0, 4217.0, 4188.0, 4270.0, 4228.0, 4188.0, 4197.0, 4216.0, 4188.0, 4216.0, 4236.0, 4207.0, 4218.0, 4228.0, 4197.0, 4174.0, 4228.0, 4207.0, 4216.0, 4258.0, 4206.0, 4173.0, 4225.0, 4194.0, 4175.0, 4246.0, 4216.0, 4195.0, 4246.0, 4207.0, 4175.0, 4225.0, 4204.0, 4186.0, 4256.0, 4216.0, 4196.0, 4174.0, 4226.0, 4205.0, 4186.0, 4269.0, 4226.0, 4185.0, 4238.0, 4195.0, 4175.0, 4234.0, 4205.0, 4206.0, 4257.0, 4194.0, 4175.0, 4227.0, 4194.0, 4175.0, 4246.0, 4216.0, 4196.0, 4248.0, 4206.0, 4175.0, 4226.0, 4205.0, 4185.0, 4269.0, 4218.0, 4175.0, 4226.0, 4194.0, 4164.0, 4257.0, 4217.0, 4185.0, 4226.0, 4196.0, 4164.0, 4225.0, 4205.0, 4185.0, 4249.0, 4206.0, 4187.0, 4176.0, 4216.0, 4196.0, 4197.0, 4239.0, 4209.0, 4188.0, 4242.0, 4188.0, 4247.0, 4175.0, 4268.0, 4226.0, 4183.0, 4213.0, 4184.0, 4213.0, 4183.0, 4186.0, 4236.0, 4207.0, 4185.0, 4215.0, 4187.0, 4195.0, 4207.0, 4176.0, 4261.0, 4219.0, 4187.0, 4228.0, 4198.0, 4226.0, 4207.0, 4186.0, 4270.0, 4230.0, 4188.0, 4190.0, 4219.0, 4198.0, 4178.0, 4251.0, 4241.0, 4208.0, 4233.0, 4220.0, 4190.0, 4271.0, 4250.0, 4230.0, 4283.0, 4237.0, 4188.0, 4260.0, 4207.0, 4187.0, 4267.0, 4228.0, 4185.0, 4227.0, 4194.0, 4175.0, 4226.0, 4217.0, 4178.0, 4248.0, 4217.0, 4200.0, 4176.0, 4227.0, 4209.0, 4206.0, 4250.0, 4207.0, 4187.0, 4239.0, 4206.0, 4178.0, 4270.0, 4231.0, 4197.0, 4250.0, 4208.0, 4175.0, 4227.0, 4219.0, 4189.0, 4232.0, 4241.0, 4211.0, 4180.0, 4242.0, 4219.0, 4200.0, 4212.0, 4272.0, 4251.0, 4242.0, 4250.0, 4270.0, 4218.0, 4176.0, 4269.0, 4227.0, 4195.0, 4270.0, 4217.0, 4177.0, 4176.0, 4204.0, 4186.0, 4178.0, 4260.0, 4217.0, 4189.0, 4188.0, 4207.0, 4186.0, 4187.0, 4260.0, 4221.0, 4201.0, 4189.0, 4217.0, 4198.0, 4187.0, 4271.0, 4230.0, 4187.0, 4228.0, 4198.0, 4187.0, 4207.0, 4260.0, 4218.0, 4186.0, 4258.0, 4208.0, 4177.0, 4238.0, 4214.0, 4197.0, 4226.0, 4226.0, 4195.0, 4165.0, 4225.0, 4196.0, 4184.0, 4246.0, 4196.0, 4177.0, 4217.0, 4195.0, 4174.0, 4216.0, 4229.0, 4196.0, 4186.0, 4215.0, 4195.0, 4186.0, 4199.0, 4229.0, 4196.0, 4189.0, 4218.0, 4218.0, 4210.0, 4218.0, 4248.0, 4208.0, 4187.0, 4217.0, 4219.0, 4196.0, 4188.0, 4251.0, 4207.0, 4199.0, 4188.0, 4239.0, 4209.0, 4188.0, 4249.0, 4218.0, 4200.0, 4177.0, 4260.0, 4240.0, 4229.0, 4239.0, 4248.0, 4197.0, 4175.0, 4268.0, 4238.0, 4197.0, 4174.0, 4227.0, 4194.0, 4167.0, 4259.0, 4226.0, 4185.0, 4197.0, 4215.0, 4185.0, 4165.0, 4246.0, 4216.0, 4175.0, 4184.0, 4216.0, 4184.0, 4164.0, 4257.0, 4216.0, 4186.0, 4177.0, 4227.0, 4184.0, 4162.0, 4238.0, 4220.0, 4189.0, 4178.0, 4228.0, 4197.0, 4167.0, 4238.0, 4239.0, 4198.0, 4186.0, 4238.0, 4196.0, 4175.0, 4247.0, 4217.0, 4177.0, 4215.0, 4185.0, 4165.0, 4245.0, 4247.0, 4207.0, 4177.0, 4196.0, 4186.0, 4176.0, 4164.0, 4238.0, 4218.0, 4200.0, 4156.0, 4216.0, 4207.0, 4188.0, 4166.0, 4237.0, 4205.0, 4175.0, 4227.0, 4270.0, 4239.0, 4197.0, 4174.0, 4225.0, 4184.0, 4162.0, 4245.0, 4201.0, 4173.0, 4225.0, 4193.0, 4175.0, 4164.0, 4214.0, 4203.0, 4184.0, 4266.0, 4225.0, 4184.0, 4164.0, 4204.0, 4182.0, 4163.0, 4269.0, 4216.0, 4186.0, 4164.0, 4205.0, 4184.0, 4185.0, 4248.0, 4207.0, 4177.0, 4184.0, 4194.0, 4176.0, 4216.0, 4258.0, 4215.0, 4174.0, 4238.0, 4183.0, 4162.0, 4245.0, 4213.0, 4182.0, 4225.0, 4184.0, 4162.0, 4182.0, 4205.0, 4194.0, 4185.0, 4215.0, 4183.0, 4153.0, 4235.0, 4206.0, 4174.0, 4194.0, 4183.0, 4172.0, 4171.0, 4235.0, 4215.0, 4174.0, 4235.0, 4182.0, 4162.0, 4161.0, 4212.0, 4182.0, 4172.0, 4245.0, 4193.0, 4162.0, 4221.0, 4202.0, 4193.0, 4234.0, 4222.0, 4170.0, 4151.0, 4200.0, 4180.0, 4152.0, 4245.0, 4203.0, 4164.0, 4172.0, 4172.0, 4161.0, 4172.0, 4190.0, 4195.0, 4204.0, 4195.0, 4174.0, 4175.0, 4226.0, 4206.0, 4174.0, 4172.0, 4236.0, 4226.0, 4185.0, 4185.0, 4226.0, 4195.0, 4174.0, 4256.0, 4203.0, 4223.0, 4246.0, 4212.0, 4204.0, 4214.0, 4182.0, 4151.0, 4201.0, 4181.0, 4161.0, 4234.0, 4203.0, 4171.0, 4203.0, 4180.0, 4172.0, 4190.0, 4180.0, 4183.0, 4195.0, 4205.0, 4185.0, 4163.0, 4214.0, 4193.0, 4174.0, 4257.0, 4214.0, 4172.0, 4192.0, 4182.0, 4173.0, 4161.0, 4223.0, 4204.0, 4162.0, 4204.0, 4172.0, 4173.0, 4222.0, 4192.0, 4173.0, 4222.0, 4215.0, 4248.0, 4235.0, 4184.0, 4173.0, 4151.0, 4213.0, 4183.0, 4174.0, 4216.0, 4184.0, 4163.0, 4193.0, 4213.0, 4196.0, 4174.0, 4216.0, 4195.0, 4184.0, 4214.0, 4193.0, 4174.0, 4256.0, 4225.0, 4193.0, 4162.0, 4202.0, 4159.0, 4160.0, 4244.0, 4203.0, 4173.0, 4172.0, 4193.0, 4171.0, 4161.0, 4211.0, 4181.0, 4171.0, 4213.0, 4246.0, 4195.0, 4176.0, 4175.0, 4205.0, 4205.0, 4195.0, 4185.0, 4176.0, 4217.0, 4198.0, 4197.0, 4198.0, 4238.0, 4184.0, 4172.0, 4163.0, 4256.0, 4237.0, 4185.0, 4185.0, 4194.0, 4161.0, 4163.0, 4224.0, 4217.0, 4184.0, 4165.0, 4204.0, 4174.0, 4184.0, 4195.0, 4249.0, 4207.0, 4187.0, 4165.0, 4206.0, 4172.0, 4163.0, 4259.0, 4227.0, 4197.0, 4174.0, 4213.0, 4182.0, 4172.0, 4255.0, 4225.0, 4182.0, 4161.0, 4202.0, 4193.0, 4191.0, 4192.0, 4244.0, 4182.0, 4171.0, 4149.0, 4211.0, 4192.0, 4171.0, 4192.0, 4182.0, 4160.0, 4160.0, 4222.0, 4203.0, 4184.0, 4150.0, 4181.0, 4160.0, 4160.0, 4222.0, 4200.0, 4171.0, 4193.0, 4181.0, 4171.0, 4150.0, 4212.0, 4192.0, 4163.0, 4203.0, 4172.0, 4182.0, 4151.0, 4234.0, 4203.0, 4173.0, 4173.0, 4193.0, 4172.0, 4162.0, 4223.0, 4215.0, 4194.0, 4175.0, 4227.0, 4185.0, 4182.0, 4161.0, 4235.0, 4213.0, 4184.0, 4224.0, 4203.0, 4172.0, 4150.0, 4222.0, 4203.0], 'WindowWidth': [9416.0, 9469.0, 9374.0, 9310.0, 9361.0, 9290.0, 9272.0, 9370.0, 9329.0, 9355.0, 9367.0, 9279.0, 9264.0, 9290.0, 9265.0, 9308.0, 9324.0, 9257.0, 9340.0, 9284.0, 9259.0, 9328.0, 9299.0, 9286.0, 9359.0, 9286.0, 9270.0, 9312.0, 9271.0, 9326.0, 9331.0, 9289.0, 9372.0, 9287.0, 9274.0, 9311.0, 9309.0, 9301.0, 9376.0, 9317.0, 9288.0, 9303.0, 9280.0, 9318.0, 9303.0, 9277.0, 9391.0, 9338.0, 9293.0, 9319.0, 9291.0, 9374.0, 9325.0, 9406.0, 9339.0, 9254.0, 9308.0, 9270.0, 9255.0, 9356.0, 9302.0, 9300.0, 9288.0, 9273.0, 9327.0, 9313.0, 9288.0, 9394.0, 9320.0, 9293.0, 9331.0, 9306.0, 9300.0, 9412.0, 9364.0, 9282.0, 9329.0, 9286.0, 9269.0, 9391.0, 9343.0, 9307.0, 9358.0, 9284.0, 9268.0, 9355.0, 9327.0, 9406.0, 9356.0, 9301.0, 9309.0, 9293.0, 9268.0, 9382.0, 9328.0, 9285.0, 9342.0, 9283.0, 9257.0, 9341.0, 9317.0, 9288.0, 9377.0, 9305.0, 9250.0, 9328.0, 9301.0, 9269.0, 9394.0, 9331.0, 9263.0, 9326.0, 9297.0, 9269.0, 9405.0, 9354.0, 9301.0, 9359.0, 9283.0, 9253.0, 9305.0, 9278.0, 9269.0, 9387.0, 9295.0, 9277.0, 9273.0, 9300.0, 9291.0, 9328.0, 9380.0, 9318.0, 9288.0, 9315.0, 9286.0, 9278.0, 9371.0, 9344.0, 9369.0, 9372.0, 9297.0, 9250.0, 9295.0, 9270.0, 9265.0, 9355.0, 9318.0, 9288.0, 9337.0, 9295.0, 9279.0, 9315.0, 9309.0, 9278.0, 9377.0, 9338.0, 9310.0, 9355.0, 9295.0, 9280.0, 9269.0, 9316.0, 9287.0, 9356.0, 9372.0, 9319.0, 9287.0, 9329.0, 9287.0, 9256.0, 9387.0, 9357.0, 9323.0, 9351.0, 9278.0, 9234.0, 9340.0, 9294.0, 9282.0, 9402.0, 9312.0, 9255.0, 9292.0, 9281.0, 9254.0, 9336.0, 9336.0, 9302.0, 9274.0, 9310.0, 9285.0, 9256.0, 9388.0, 9342.0, 9282.0, 9354.0, 9295.0, 9250.0, 9352.0, 9295.0, 9267.0, 9368.0, 9282.0, 9255.0, 9308.0, 9259.0, 9250.0, 9355.0, 9295.0, 9252.0, 9274.0, 9265.0, 9293.0, 9313.0, 9265.0, 9338.0, 9282.0, 9259.0, 9310.0, 9300.0, 9260.0, 9393.0, 9331.0, 9277.0, 9315.0, 9304.0, 9258.0, 9357.0, 9317.0, 9307.0, 9378.0, 9305.0, 9257.0, 9314.0, 9306.0, 9275.0, 9395.0, 9337.0, 9296.0, 9337.0, 9309.0, 9279.0, 9382.0, 9353.0, 9307.0, 9382.0, 9308.0, 9275.0, 9357.0, 9321.0, 9305.0, 9426.0, 9348.0, 9274.0, 9340.0, 9312.0, 9270.0, 9412.0, 9359.0, 9273.0, 9341.0, 9285.0, 9257.0, 9342.0, 9315.0, 9287.0, 9378.0, 9302.0, 9276.0, 9326.0, 9283.0, 9267.0, 9372.0, 9311.0, 9266.0, 9297.0, 9268.0, 9266.0, 9312.0, 9291.0, 9289.0, 9327.0, 9289.0, 9258.0, 9329.0, 9304.0, 9341.0, 9348.0, 9305.0, 9270.0, 9314.0, 9302.0, 9328.0, 9393.0, 9336.0, 9290.0, 9331.0, 9296.0, 9260.0, 9380.0, 9353.0, 9308.0, 9396.0, 9321.0, 9277.0, 9357.0, 9301.0, 9282.0, 9407.0, 9329.0, 9273.0, 9312.0, 9299.0, 9256.0, 9373.0, 9333.0, 9292.0, 9347.0, 9288.0, 9260.0, 9344.0, 9332.0, 9312.0, 9403.0, 9325.0, 9313.0, 9309.0, 9273.0, 9339.0, 9297.0, 9312.0, 9358.0, 9345.0, 9362.0, 9372.0, 9437.0, 9357.0, 9311.0, 9288.0, 9391.0, 9358.0, 9339.0, 9414.0, 9348.0, 9291.0, 9268.0, 9325.0, 9295.0, 9265.0, 9386.0, 9311.0, 9263.0, 9334.0, 9288.0, 9258.0, 9368.0, 9305.0, 9260.0, 9318.0, 9267.0, 9252.0, 9332.0, 9290.0, 9248.0, 9337.0, 9280.0, 9268.0, 9321.0, 9291.0, 9256.0, 9344.0, 9300.0, 9273.0, 9289.0, 9307.0, 9292.0, 9263.0, 9344.0, 9301.0, 9292.0, 9287.0, 9329.0, 9296.0, 9292.0, 9381.0, 9332.0, 9288.0, 9402.0, 9352.0, 9294.0, 9330.0, 9341.0, 9296.0, 9281.0, 9371.0, 9332.0, 9286.0, 9393.0, 9326.0, 9287.0, 9338.0, 9293.0, 9269.0, 9373.0, 9324.0, 9281.0, 9251.0, 9322.0, 9299.0, 9256.0, 9356.0, 9311.0, 9270.0, 9325.0, 9297.0, 9250.0, 9369.0, 9328.0, 9287.0, 9328.0, 9295.0, 9268.0, 9286.0, 9294.0, 9252.0, 9375.0, 9325.0, 9273.0, 9342.0, 9283.0, 9319.0, 9280.0, 9251.0, 9354.0, 9299.0, 9263.0, 9313.0, 9287.0, 9267.0, 9350.0, 9326.0, 9286.0, 9352.0, 9293.0, 9285.0, 9345.0, 9343.0, 9361.0, 9355.0, 9289.0, 9346.0, 9287.0, 9370.0, 9329.0, 9273.0, 9357.0, 9302.0, 9262.0, 9327.0, 9302.0, 9277.0, 9381.0, 9354.0, 9309.0, 9365.0, 9323.0, 9280.0, 9378.0, 9336.0, 9334.0, 9393.0, 9319.0, 9278.0, 9343.0, 9306.0, 9275.0, 9380.0, 9351.0, 9307.0, 9363.0, 9322.0, 9279.0, 9368.0, 9338.0, 9325.0, 9397.0, 9321.0, 9292.0, 9349.0, 9311.0, 9344.0, 9394.0, 9336.0, 9291.0, 9365.0, 9306.0, 9277.0, 9362.0, 9322.0, 9310.0, 9382.0, 9340.0, 9300.0, 9366.0, 9327.0, 9294.0, 9401.0, 9355.0, 9308.0, 9360.0, 9303.0, 9272.0, 9376.0, 9320.0, 9290.0, 9380.0, 9319.0, 9279.0, 9364.0, 9327.0, 9297.0, 9397.0, 9353.0, 9328.0, 9308.0, 9318.0, 9290.0, 9348.0, 9383.0, 9337.0, 9295.0, 9365.0, 9320.0, 9278.0, 9377.0, 9316.0, 9276.0, 9400.0, 9332.0, 9298.0, 9339.0, 9336.0, 9298.0, 9397.0, 9355.0, 9313.0, 9311.0, 9338.0, 9295.0, 9305.0, 9378.0, 9355.0, 9326.0, 9380.0, 9327.0, 9280.0, 9365.0, 9335.0, 9296.0, 9416.0, 9350.0, 9298.0, 9308.0, 9333.0, 9297.0, 9332.0, 9359.0, 9320.0, 9336.0, 9350.0, 9308.0, 9274.0, 9348.0, 9320.0, 9330.0, 9391.0, 9318.0, 9270.0, 9343.0, 9300.0, 9273.0, 9373.0, 9332.0, 9301.0, 9374.0, 9318.0, 9274.0, 9342.0, 9311.0, 9289.0, 9387.0, 9331.0, 9304.0, 9272.0, 9342.0, 9315.0, 9289.0, 9412.0, 9347.0, 9290.0, 9364.0, 9303.0, 9273.0, 9353.0, 9318.0, 9317.0, 9391.0, 9298.0, 9278.0, 9347.0, 9302.0, 9276.0, 9376.0, 9334.0, 9306.0, 9378.0, 9319.0, 9275.0, 9345.0, 9315.0, 9288.0, 9410.0, 9336.0, 9278.0, 9345.0, 9300.0, 9259.0, 9390.0, 9334.0, 9290.0, 9346.0, 9305.0, 9261.0, 9343.0, 9317.0, 9289.0, 9380.0, 9318.0, 9295.0, 9279.0, 9333.0, 9308.0, 9309.0, 9368.0, 9328.0, 9299.0, 9375.0, 9295.0, 9375.0, 9273.0, 9407.0, 9344.0, 9283.0, 9321.0, 9286.0, 9322.0, 9284.0, 9292.0, 9361.0, 9322.0, 9289.0, 9330.0, 9294.0, 9303.0, 9322.0, 9281.0, 9400.0, 9341.0, 9295.0, 9351.0, 9311.0, 9346.0, 9321.0, 9290.0, 9416.0, 9358.0, 9301.0, 9306.0, 9341.0, 9314.0, 9287.0, 9390.0, 9377.0, 9329.0, 9367.0, 9346.0, 9303.0, 9415.0, 9388.0, 9356.0, 9437.0, 9363.0, 9297.0, 9399.0, 9321.0, 9292.0, 9408.0, 9352.0, 9288.0, 9347.0, 9301.0, 9277.0, 9346.0, 9335.0, 9284.0, 9381.0, 9336.0, 9316.0, 9281.0, 9347.0, 9327.0, 9319.0, 9386.0, 9324.0, 9296.0, 9368.0, 9323.0, 9283.0, 9413.0, 9360.0, 9311.0, 9384.0, 9325.0, 9280.0, 9351.0, 9339.0, 9302.0, 9362.0, 9373.0, 9333.0, 9292.0, 9375.0, 9344.0, 9317.0, 9333.0, 9422.0, 9389.0, 9376.0, 9385.0, 9414.0, 9338.0, 9278.0, 9409.0, 9347.0, 9300.0, 9416.0, 9332.0, 9280.0, 9277.0, 9312.0, 9292.0, 9281.0, 9401.0, 9337.0, 9299.0, 9297.0, 9320.0, 9292.0, 9294.0, 9401.0, 9345.0, 9318.0, 9301.0, 9334.0, 9311.0, 9295.0, 9418.0, 9358.0, 9293.0, 9352.0, 9309.0, 9295.0, 9319.0, 9396.0, 9338.0, 9291.0, 9394.0, 9321.0, 9279.0, 9362.0, 9328.0, 9306.0, 9343.0, 9344.0, 9300.0, 9260.0, 9341.0, 9304.0, 9284.0, 9373.0, 9303.0, 9278.0, 9331.0, 9299.0, 9273.0, 9331.0, 9352.0, 9304.0, 9291.0, 9330.0, 9303.0, 9292.0, 9313.0, 9355.0, 9306.0, 9301.0, 9339.0, 9339.0, 9328.0, 9337.0, 9379.0, 9323.0, 9294.0, 9335.0, 9338.0, 9305.0, 9296.0, 9386.0, 9323.0, 9314.0, 9298.0, 9367.0, 9327.0, 9299.0, 9383.0, 9340.0, 9316.0, 9283.0, 9399.0, 9374.0, 9354.0, 9368.0, 9379.0, 9306.0, 9275.0, 9409.0, 9363.0, 9307.0, 9272.0, 9348.0, 9300.0, 9266.0, 9396.0, 9345.0, 9291.0, 9306.0, 9327.0, 9287.0, 9260.0, 9373.0, 9331.0, 9276.0, 9287.0, 9329.0, 9285.0, 9256.0, 9389.0, 9332.0, 9291.0, 9280.0, 9346.0, 9288.0, 9257.0, 9366.0, 9342.0, 9298.0, 9283.0, 9350.0, 9305.0, 9266.0, 9362.0, 9364.0, 9310.0, 9290.0, 9362.0, 9303.0, 9273.0, 9375.0, 9333.0, 9276.0, 9326.0, 9285.0, 9261.0, 9370.0, 9372.0, 9322.0, 9281.0, 9307.0, 9291.0, 9279.0, 9256.0, 9365.0, 9338.0, 9315.0, 9251.0, 9330.0, 9321.0, 9297.0, 9264.0, 9361.0, 9315.0, 9275.0, 9346.0, 9415.0, 9367.0, 9307.0, 9273.0, 9342.0, 9285.0, 9251.0, 9365.0, 9303.0, 9269.0, 9342.0, 9295.0, 9273.0, 9258.0, 9325.0, 9309.0, 9284.0, 9403.0, 9340.0, 9283.0, 9257.0, 9311.0, 9279.0, 9256.0, 9410.0, 9332.0, 9292.0, 9260.0, 9312.0, 9285.0, 9286.0, 9379.0, 9318.0, 9279.0, 9285.0, 9299.0, 9276.0, 9329.0, 9394.0, 9330.0, 9272.0, 9362.0, 9283.0, 9250.0, 9367.0, 9322.0, 9278.0, 9340.0, 9283.0, 9253.0, 9278.0, 9313.0, 9299.0, 9287.0, 9327.0, 9283.0, 9241.0, 9354.0, 9315.0, 9272.0, 9298.0, 9283.0, 9267.0, 9264.0, 9354.0, 9328.0, 9270.0, 9356.0, 9280.0, 9252.0, 9248.0, 9318.0, 9278.0, 9265.0, 9370.0, 9294.0, 9253.0, 9331.0, 9305.0, 9294.0, 9351.0, 9332.0, 9261.0, 9234.0, 9302.0, 9274.0, 9236.0, 9370.0, 9307.0, 9255.0, 9264.0, 9264.0, 9249.0, 9264.0, 9283.0, 9300.0, 9312.0, 9299.0, 9270.0, 9276.0, 9346.0, 9318.0, 9273.0, 9267.0, 9359.0, 9347.0, 9289.0, 9290.0, 9346.0, 9304.0, 9271.0, 9388.0, 9308.0, 9333.0, 9373.0, 9320.0, 9312.0, 9324.0, 9278.0, 9237.0, 9303.0, 9277.0, 9247.0, 9353.0, 9310.0, 9263.0, 9309.0, 9273.0, 9264.0, 9288.0, 9272.0, 9283.0, 9300.0, 9313.0, 9287.0, 9256.0, 9324.0, 9295.0, 9270.0, 9394.0, 9324.0, 9266.0, 9293.0, 9279.0, 9266.0, 9247.0, 9335.0, 9310.0, 9252.0, 9309.0, 9266.0, 9267.0, 9333.0, 9294.0, 9269.0, 9334.0, 9330.0, 9379.0, 9355.0, 9283.0, 9268.0, 9237.0, 9322.0, 9284.0, 9272.0, 9332.0, 9284.0, 9256.0, 9295.0, 9324.0, 9304.0, 9271.0, 9332.0, 9301.0, 9284.0, 9326.0, 9293.0, 9270.0, 9389.0, 9342.0, 9296.0, 9251.0, 9304.0, 9241.0, 9245.0, 9367.0, 9308.0, 9267.0, 9266.0, 9293.0, 9263.0, 9249.0, 9316.0, 9276.0, 9263.0, 9322.0, 9376.0, 9302.0, 9280.0, 9277.0, 9318.0, 9315.0, 9300.0, 9286.0, 9276.0, 9333.0, 9308.0, 9307.0, 9310.0, 9364.0, 9286.0, 9266.0, 9254.0, 9390.0, 9364.0, 9287.0, 9286.0, 9296.0, 9250.0, 9254.0, 9340.0, 9333.0, 9287.0, 9261.0, 9312.0, 9271.0, 9284.0, 9301.0, 9385.0, 9321.0, 9295.0, 9262.0, 9317.0, 9268.0, 9256.0, 9398.0, 9349.0, 9307.0, 9272.0, 9323.0, 9277.0, 9264.0, 9382.0, 9338.0, 9279.0, 9250.0, 9305.0, 9293.0, 9289.0, 9293.0, 9368.0, 9278.0, 9261.0, 9228.0, 9316.0, 9291.0, 9263.0, 9294.0, 9277.0, 9247.0, 9246.0, 9335.0, 9308.0, 9283.0, 9234.0, 9275.0, 9247.0, 9246.0, 9333.0, 9301.0, 9263.0, 9294.0, 9276.0, 9262.0, 9232.0, 9317.0, 9291.0, 9253.0, 9310.0, 9266.0, 9279.0, 9236.0, 9351.0, 9308.0, 9270.0, 9269.0, 9296.0, 9267.0, 9251.0, 9336.0, 9329.0, 9301.0, 9275.0, 9349.0, 9289.0, 9279.0, 9249.0, 9357.0, 9326.0, 9283.0, 9339.0, 9308.0, 9265.0, 9233.0, 9335.0, 9308.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.0017095940347970175</td></tr>
<tr><td colspan=3>aqi</td><td>0.022304805385252695</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.13382168342457</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2930450242122726</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0229686071724706</td></tr>
<tr><td colspan=3>efc</td><td>0.4972</td></tr>
<tr><td colspan=3>fber</td><td>4436.3823</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08090635315957836</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9055509527754764</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3717418357164175</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2539488553525806</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.678895208857434</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1823814429392385</td></tr>
<tr><td colspan=3>gcor</td><td>0.00606212</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016746114939451218</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032463669776916504</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.8598325997839056</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>14.2606</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1049</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.6258</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300449.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.6551</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2221</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.0679</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3395.3451</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3583.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.2725</td></tr>
<tr><td colspan=3>tsnr</td><td>38.119512021541595</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>