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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0001_suffix-bold_task-shortvideo" 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-0001/figures/sub-0001_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_ses-03_task-shortvideo_acq-mb8_run-01_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-0001/figures/sub-0001_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-03_task-shortvideo_acq-mb8_run-01_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-0001/ses-03/func/sub-0001_ses-03_task-shortvideo_acq-mb8_run-01_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>2796ced192286141903aac00bdd7f775</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>15:44:8.422500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997962, -0.0562381, 0.0301592, 0.0475863, 0.970714, 0.235478]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_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.086337</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-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7762, -7269, 500, -57, -265, 70, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.654</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1f0b46cb-b1f8-48ab-a221-1a069d34b75b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6774585247039795, 0.12767058610916138, 0.11480075865983963, 104.0311279296875], [0.1508827954530716, 2.6043548583984375, 0.6306195259094238, -108.60263061523438], [0.0809149369597435, -0.6317699551582336, 2.6228115558624268, -46.524818420410156], [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, 1616]</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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'AcquisitionTime': ['154408.422500', '154408.882500', '154409.342500', '154409.802500', '154410.262500', '154410.722500', '154411.182500', '154411.642500', '154412.102500', '154412.562500', '154413.022500', '154413.482500', '154413.942500', '154414.402500', '154414.862500', '154415.322500', '154415.782500', '154416.242500', '154416.702500', '154417.162500', '154417.622500', '154418.082500', '154418.542500', '154419.002500', '154419.462500', '154419.922500', '154420.382500', '154420.842500', '154421.302500', '154421.762500', '154422.222500', '154422.682500', '154423.142500', '154423.602500', '154424.062500', '154424.522500', '154424.982500', '154425.442500', '154425.902500', '154426.362500', '154426.822500', '154427.282500', '154427.742500', '154428.202500', '154428.662500', '154429.122500', '154429.582500', '154430.042500', '154430.502500', '154430.962500', '154431.422500', '154431.882500', '154432.342500', '154432.802500', '154433.262500', '154433.722500', '154434.182500', '154434.642500', '154435.102500', '154435.562500', '154436.022500', '154436.482500', '154436.942500', '154437.402500', '154437.862500', '154438.322500', '154438.782500', '154439.242500', '154439.702500', '154440.162500', '154440.622500', '154441.082500', '154441.542500', '154442.002500', '154442.462500', '154442.922500', '154443.382500', '154443.842500', '154444.302500', '154444.762500', '154445.222500', '154445.682500', '154446.142500', '154446.602500', '154447.062500', '154447.522500', '154447.982500', '154448.442500', '154448.902500', '154449.362500', '154449.822500', '154450.282500', '154450.742500', '154451.202500', '154451.662500', '154452.122500', '154452.582500', '154453.042500', '154453.502500', '154453.962500', '154454.422500', '154454.882500', '154455.342500', '154455.802500', '154456.262500', '154456.722500', '154457.182500', '154457.642500', '154458.102500', '154458.562500', '154459.022500', '154459.482500', '154459.942500', '154500.402500', '154500.862500', '154501.322500', '154501.782500', '154502.242500', '154502.702500', '154503.162500', '154503.622500', '154504.082500', '154504.542500', '154505.002500', '154505.462500', '154505.922500', '154506.382500', '154506.842500', '154507.302500', '154507.762500', '154508.222500', '154508.682500', '154509.142500', '154509.602500', '154510.062500', '154510.522500', '154510.982500', '154511.442500', '154511.902500', '154512.362500', '154512.822500', '154513.282500', '154513.742500', '154514.202500', '154514.662500', '154515.122500', '154515.582500', '154516.042500', '154516.502500', '154516.962500', '154517.422500', '154517.882500', '154518.342500', '154518.802500', '154519.262500', '154519.722500', '154520.182500', '154520.642500', '154521.102500', '154521.562500', '154522.022500', '154522.482500', '154522.942500', '154523.402500', '154523.862500', '154524.322500', '154524.782500', '154525.242500', '154525.702500', '154526.162500', '154526.622500', '154527.082500', '154527.542500', '154528.002500', '154528.462500', '154528.922500', '154529.382500', '154529.842500', '154530.302500', '154530.762500', '154531.222500', '154531.682500', '154532.142500', '154532.602500', '154533.062500', '154533.522500', '154533.982500', '154534.442500', '154534.902500', '154535.362500', '154535.822500', '154536.282500', '154536.742500', '154537.202500', '154537.662500', '154538.122500', '154538.582500', '154539.042500', '154539.502500', '154539.962500', '154540.422500', '154540.882500', '154541.342500', '154541.802500', '154542.262500', '154542.722500', '154543.182500', '154543.642500', '154544.102500', '154544.562500', '154545.022500', '154545.482500', '154545.942500', '154546.402500', '154546.862500', '154547.322500', '154547.782500', '154548.242500', '154548.702500', '154549.162500', '154549.622500', '154550.082500', '154550.542500', '154551.002500', '154551.462500', '154551.922500', '154552.382500', '154552.842500', '154553.302500', '154553.762500', '154554.222500', '154554.682500', '154555.142500', '154555.602500', '154556.062500', '154556.522500', '154556.982500', '154557.442500', '154557.902500', '154558.362500', '154558.822500', '154559.282500', '154559.742500', '154600.202500', '154600.662500', '154601.122500', '154601.582500', '154602.042500', '154602.502500', '154602.962500', '154603.422500', '154603.882500', '154604.342500', '154604.802500', '154605.262500', '154605.722500', '154606.182500', '154606.642500', '154607.102500', '154607.562500', '154608.022500', '154608.482500', '154608.942500', '154609.402500', '154609.862500', '154610.322500', '154610.782500', '154611.242500', '154611.702500', '154612.162500', '154612.622500', '154613.082500', '154613.542500', '154614.002500', '154614.462500', '154614.922500', '154615.382500', '154615.842500', '154616.302500', '154616.762500', '154617.222500', '154617.682500', '154618.142500', '154618.602500', '154619.062500', '154619.522500', '154619.982500', '154620.442500', '154620.902500', '154621.362500', '154621.822500', '154622.282500', '154622.742500', '154623.202500', '154623.662500', '154624.122500', '154624.582500', '154625.042500', '154625.502500', '154625.962500', '154626.422500', '154626.882500', '154627.342500', '154627.802500', '154628.262500', '154628.722500', '154629.182500', '154629.642500', '154630.102500', '154630.562500', '154631.022500', '154631.482500', '154631.942500', '154632.402500', '154632.862500', '154633.322500', '154633.782500', '154634.242500', '154634.702500', '154635.162500', '154635.622500', '154636.082500', '154636.542500', '154637.002500', '154637.462500', '154637.922500', '154638.382500', '154638.842500', '154639.302500', '154639.762500', '154640.222500', '154640.682500', '154641.142500', '154641.602500', '154642.062500', '154642.522500', '154642.982500', '154643.442500', '154643.902500', '154644.362500', '154644.822500', '154645.282500', '154645.742500', '154646.202500', '154646.662500', '154647.122500', '154647.582500', '154648.042500', '154648.502500', '154648.962500', '154649.422500', '154649.882500', '154650.342500', '154650.802500', '154651.262500', '154651.722500', '154652.182500', '154652.642500', '154653.102500', '154653.562500', '154654.022500', '154654.482500', '154654.942500', '154655.402500', '154655.862500', '154656.322500', '154656.782500', '154657.242500', '154657.702500', '154658.162500', '154658.622500', '154659.082500', '154659.542500', '154700.002500', '154700.462500', '154700.922500', '154701.382500', '154701.842500', '154702.302500', '154702.762500', '154703.222500', '154703.682500', '154704.142500', '154704.602500', '154705.062500', '154705.522500', '154705.982500', '154706.442500', '154706.902500', '154707.362500', '154707.822500', '154708.282500', '154708.742500', '154709.202500', '154709.662500', '154710.122500', '154710.582500', '154711.042500', '154711.502500', '154711.962500', '154712.422500', '154712.882500', '154713.342500', '154713.802500', '154714.262500', '154714.722500', '154715.182500', '154715.642500', '154716.102500', '154716.562500', '154717.022500', '154717.482500', '154717.942500', '154718.402500', '154718.862500', '154719.322500', '154719.782500', '154720.242500', '154720.702500', '154721.162500', '154721.622500', '154722.082500', '154722.542500', '154723.002500', '154723.462500', '154723.922500', '154724.382500', '154724.842500', '154725.302500', '154725.762500', '154726.222500', '154726.682500', '154727.142500', '154727.602500', '154728.062500', '154728.522500', '154728.982500', '154729.442500', '154729.902500', '154730.362500', '154730.822500', '154731.282500', '154731.742500', '154732.202500', '154732.662500', '154733.122500', '154733.582500', '154734.042500', '154734.502500', '154734.962500', '154735.422500', '154735.882500', '154736.342500', '154736.802500', '154737.262500', '154737.722500', '154738.182500', '154738.642500', '154739.102500', '154739.562500', '154740.022500', '154740.482500', '154740.942500', '154741.402500', '154741.862500', '154742.322500', '154742.782500', '154743.242500', '154743.702500', '154744.162500', '154744.622500', '154745.082500', '154745.542500', '154746.002500', '154746.462500', '154746.922500', '154747.382500', '154747.842500', '154748.302500', '154748.762500', '154749.222500', '154749.682500', '154750.142500', '154750.602500', '154751.062500', '154751.522500', '154751.982500', '154752.442500', '154752.902500', '154753.362500', '154753.822500', '154754.282500', '154754.742500', '154755.202500', '154755.662500', '154756.122500', '154756.582500', '154757.042500', '154757.502500', '154757.962500', '154758.422500', '154758.882500', '154759.342500', '154759.802500', '154800.262500', '154800.722500', '154801.182500', '154801.642500', '154802.102500', '154802.562500', '154803.022500', '154803.482500', '154803.942500', '154804.402500', '154804.862500', '154805.322500', '154805.782500', '154806.242500', '154806.702500', '154807.162500', '154807.622500', '154808.082500', '154808.542500', '154809.002500', '154809.462500', '154809.922500', '154810.382500', '154810.842500', '154811.302500', '154811.762500', '154812.222500', '154812.682500', '154813.142500', '154813.602500', '154814.062500', '154814.522500', '154814.982500', '154815.442500', '154815.902500', '154816.362500', '154816.822500', '154817.282500', '154817.742500', '154818.202500', '154818.662500', '154819.122500', '154819.582500', '154820.042500', '154820.502500', '154820.962500', '154821.422500', '154821.882500', '154822.342500', '154822.802500', '154823.262500', '154823.722500', '154824.182500', '154824.642500', '154825.102500', '154825.562500', '154826.022500', '154826.482500', '154826.942500', '154827.402500', '154827.862500', '154828.322500', '154828.782500', '154829.242500', '154829.702500', '154830.162500', '154830.622500', '154831.082500', '154831.542500', '154832.002500', '154832.462500', '154832.922500', '154833.382500', '154833.842500', '154834.302500', '154834.762500', '154835.222500', '154835.682500', '154836.142500', '154836.602500', '154837.062500', '154837.522500', '154837.982500', '154838.442500', '154838.902500', '154839.362500', '154839.822500', '154840.282500', '154840.742500', '154841.202500', '154841.662500', '154842.122500', '154842.582500', '154843.042500', '154843.502500', '154843.962500', '154844.422500', '154844.882500', '154845.342500', '154845.802500', '154846.262500', '154846.722500', '154847.182500', '154847.642500', '154848.102500', '154848.562500', '154849.022500', '154849.482500', '154849.942500', '154850.402500', '154850.862500', '154851.322500', '154851.782500', '154852.242500', '154852.702500', '154853.162500', '154853.622500', '154854.082500', '154854.542500', '154855.002500', '154855.462500', '154855.922500', '154856.382500', '154856.842500', '154857.302500', '154857.762500', '154858.222500', '154858.682500', '154859.142500', '154859.602500', '154900.062500', '154900.522500', '154900.982500', '154901.442500', '154901.902500', '154902.362500', '154902.822500', '154903.282500', '154903.742500', '154904.202500', '154904.662500', '154905.122500', '154905.582500', '154906.042500', '154906.502500', '154906.962500', '154907.422500', '154907.882500', '154908.342500', '154908.802500', '154909.262500', '154909.722500', '154910.182500', '154910.642500', '154911.102500', '154911.562500', '154912.022500', '154912.482500', '154912.942500', '154913.402500', '154913.862500', '154914.322500', '154914.782500', '154915.242500', '154915.702500', '154916.162500', '154916.622500', '154917.082500', '154917.542500', '154918.002500', '154918.462500', '154918.922500', '154919.382500', '154919.842500', '154920.302500', '154920.762500', '154921.222500', '154921.682500', '154922.142500', '154922.602500', '154923.062500', '154923.522500', '154923.982500', '154924.442500', '154924.902500', '154925.362500', '154925.822500', '154926.282500', '154926.742500', '154927.202500', '154927.662500', '154928.122500', '154928.582500', '154929.042500', '154929.502500', '154929.962500', '154930.422500', '154930.882500', '154931.342500', '154931.802500', '154932.262500', '154932.722500', '154933.182500', '154933.642500', '154934.102500', '154934.562500', '154935.022500', '154935.482500', '154935.942500', '154936.402500', '154936.862500', '154937.322500', '154937.782500', '154938.242500', '154938.702500', '154939.162500', '154939.622500', '154940.082500', '154940.542500', '154941.002500', '154941.462500', '154941.922500', '154942.382500', '154942.842500', '154943.302500', '154943.762500', '154944.222500', '154944.682500', '154945.142500', '154945.602500', '154946.062500', '154946.522500', '154946.982500', '154947.442500', '154947.902500', '154948.362500', '154948.822500', '154949.282500', '154949.742500', '154950.202500', '154950.662500', '154951.122500', '154951.582500', '154952.042500', '154952.502500', '154952.962500', '154953.422500', '154953.882500', '154954.342500', '154954.802500', '154955.262500', '154955.722500', '154956.182500', '154956.642500', '154957.102500', '154957.562500', '154958.022500', '154958.482500', '154958.942500', '154959.402500', '154959.862500', '155000.322500', '155000.782500', '155001.242500', '155001.702500', '155002.162500', '155002.622500', '155003.082500', '155003.542500', '155004.002500', '155004.462500', '155004.922500', '155005.382500', '155005.842500', '155006.302500', '155006.762500', '155007.222500', '155007.682500', '155008.142500', '155008.602500', '155009.062500', '155009.522500', '155009.982500', '155010.442500', '155010.902500', '155011.362500', '155011.822500', '155012.282500', '155012.742500', '155013.202500', '155013.662500', '155014.122500', '155014.582500', '155015.042500', '155015.502500', '155015.962500', '155016.422500', '155016.882500', '155017.342500', '155017.802500', '155018.262500', '155018.722500', '155019.182500', '155019.642500', '155020.102500', '155020.562500', '155021.022500', '155021.482500', '155021.942500', '155022.402500', '155022.862500', '155023.322500', '155023.782500', '155024.242500', '155024.702500', '155025.162500', '155025.622500', '155026.082500', '155026.542500', '155027.002500', '155027.462500', '155027.922500', '155028.382500', '155028.842500', '155029.302500', '155029.762500', '155030.222500', '155030.682500', '155031.142500', '155031.602500', '155032.062500', '155032.522500', '155032.982500', '155033.442500', '155033.902500', '155034.362500', '155034.822500', '155035.282500', '155035.742500', '155036.202500', '155036.662500', '155037.122500', '155037.582500', '155038.042500', '155038.502500', '155038.962500', '155039.422500', '155039.882500', '155040.342500', '155040.802500', '155041.262500', '155041.722500', '155042.182500', '155042.642500', '155043.102500', '155043.562500', '155044.022500', '155044.482500', '155044.942500', '155045.402500', '155045.862500', '155046.322500', '155046.782500', '155047.242500', '155047.702500', '155048.162500', '155048.622500', '155049.082500', '155049.542500', '155050.002500', '155050.462500', '155050.922500', '155051.382500', '155051.842500', '155052.302500', '155052.762500', '155053.222500', '155053.682500', '155054.142500', '155054.602500', '155055.062500', '155055.522500', '155055.982500', '155056.442500', '155056.902500', '155057.362500', '155057.822500', '155058.282500', '155058.742500', '155059.202500', '155059.662500', '155100.122500', '155100.582500', '155101.042500', '155101.502500', '155101.962500', '155102.422500', '155102.882500', '155103.342500', '155103.802500', '155104.262500', '155104.722500', '155105.182500', '155105.642500', '155106.102500', '155106.562500', '155107.022500', '155107.482500', '155107.942500', '155108.402500', '155108.862500', '155109.322500', '155109.782500', '155110.242500', '155110.702500', '155111.162500', '155111.622500', '155112.082500', '155112.542500', '155113.002500', '155113.462500', '155113.922500', '155114.382500', '155114.842500', '155115.302500', '155115.762500', '155116.222500', '155116.682500', '155117.142500', '155117.602500', '155118.062500', '155118.522500', '155118.982500', '155119.442500', '155119.902500', '155120.362500', '155120.822500', '155121.282500', '155121.742500', '155122.202500', '155122.662500', '155123.122500', '155123.582500', '155124.042500', '155124.502500', '155124.962500', '155125.422500', '155125.882500', '155126.342500', '155126.802500', '155127.262500', '155127.722500', '155128.182500', '155128.642500', '155129.102500', '155129.562500', '155130.022500', '155130.482500', '155130.942500', '155131.402500', '155131.862500', '155132.322500', '155132.782500', '155133.242500', '155133.702500', '155134.162500', '155134.622500', '155135.082500', '155135.542500', '155136.002500', '155136.462500', '155136.922500', '155137.382500', '155137.842500', '155138.302500', '155138.762500', '155139.222500', '155139.682500', '155140.142500', '155140.602500', '155141.062500', '155141.522500', '155141.982500', '155142.442500', '155142.902500', '155143.362500', '155143.822500', '155144.282500', '155144.742500', '155145.202500', '155145.662500', '155146.122500', '155146.582500', '155147.042500', '155147.502500', '155147.962500', '155148.422500', '155148.882500', '155149.342500', '155149.802500', '155150.262500', '155150.722500', '155151.182500', '155151.642500', '155152.102500', '155152.562500', '155153.022500', '155153.482500', '155153.942500', '155154.402500', '155154.862500', '155155.322500', '155155.782500', '155156.242500', '155156.702500', '155157.162500', '155157.622500', '155158.082500', '155158.542500', '155159.002500', '155159.462500', '155159.922500', '155200.382500', '155200.842500', '155201.302500', '155201.762500', '155202.222500', '155202.682500', '155203.142500', '155203.602500', '155204.062500', '155204.522500', '155204.982500', '155205.442500', '155205.902500', '155206.362500', '155206.822500', '155207.282500', '155207.742500', '155208.202500', '155208.662500', '155209.122500', '155209.582500', '155210.042500', '155210.502500', '155210.962500', '155211.422500', '155211.882500', '155212.342500', '155212.802500', '155213.262500', '155213.722500', '155214.182500', '155214.642500', '155215.102500', '155215.562500', '155216.022500', '155216.482500', '155216.942500', '155217.402500', '155217.862500', '155218.322500', '155218.782500', '155219.242500', '155219.702500', '155220.162500', '155220.622500', '155221.082500', '155221.542500', '155222.002500', '155222.462500', '155222.922500', '155223.382500', '155223.842500', '155224.302500', '155224.762500', '155225.222500', '155225.682500', '155226.142500', '155226.602500', '155227.062500', '155227.522500', '155227.982500', '155228.442500', '155228.902500', '155229.362500', '155229.822500', '155230.282500', '155230.742500', '155231.202500', '155231.662500', '155232.122500', '155232.582500', '155233.042500', '155233.502500', '155233.962500', '155234.422500', '155234.882500', '155235.342500', '155235.802500', '155236.262500', '155236.722500', '155237.182500', '155237.642500', '155238.102500', '155238.562500', '155239.022500', '155239.482500', '155239.942500', '155240.402500', '155240.862500', '155241.322500', '155241.782500', '155242.242500', '155242.702500', '155243.162500', '155243.622500', '155244.082500', '155244.542500', '155245.002500', '155245.462500', '155245.922500', '155246.382500', '155246.842500', '155247.302500', '155247.762500', '155248.222500', '155248.682500', '155249.142500', '155249.602500', '155250.062500', '155250.522500', '155250.982500', '155251.442500', '155251.902500', '155252.362500', '155252.822500', '155253.282500', '155253.742500', '155254.202500', '155254.662500', '155255.122500', '155255.582500', '155256.042500', '155256.502500', '155256.962500', '155257.422500', '155257.882500', '155258.342500', '155258.802500', '155259.262500', '155259.722500', '155300.182500', '155300.642500', '155301.102500', '155301.562500', '155302.022500', '155302.482500', '155302.942500', '155303.402500', '155303.862500', '155304.322500', '155304.782500', '155305.242500', '155305.702500', '155306.162500', '155306.622500', '155307.082500', '155307.542500', '155308.002500', '155308.462500', '155308.922500', '155309.382500', '155309.842500', '155310.302500', '155310.762500', '155311.222500', '155311.682500', '155312.142500', '155312.602500', '155313.062500', '155313.522500', '155313.982500', '155314.442500', '155314.902500', '155315.362500', '155315.822500', '155316.282500', '155316.742500', '155317.202500', '155317.662500', '155318.122500', '155318.582500', '155319.042500', '155319.502500', '155319.962500', '155320.422500', '155320.882500', '155321.342500', '155321.802500', '155322.262500', '155322.722500', '155323.182500', '155323.642500', '155324.102500', '155324.562500', '155325.022500', '155325.482500', '155325.942500', '155326.402500', '155326.862500', '155327.322500', '155327.782500', '155328.242500', '155328.702500', '155329.162500', '155329.622500', '155330.082500', '155330.542500', '155331.002500', '155331.462500', '155331.922500', '155332.382500', '155332.842500', '155333.302500', '155333.762500', '155334.222500', '155334.682500', '155335.142500', '155335.602500', '155336.062500', '155336.522500', '155336.982500', '155337.442500', '155337.902500', '155338.362500', '155338.822500', '155339.282500', '155339.742500', '155340.202500', '155340.662500', '155341.122500', '155341.582500', '155342.042500', '155342.502500', '155342.962500', '155343.422500', '155343.882500', '155344.342500', '155344.802500', '155345.262500', '155345.722500', '155346.182500', '155346.642500', '155347.102500', '155347.562500', '155348.022500', '155348.482500', '155348.942500', '155349.402500', '155349.862500', '155350.322500', '155350.782500', '155351.242500', '155351.702500', '155352.162500', '155352.622500', '155353.082500', '155353.542500', '155354.002500', '155354.462500', '155354.922500', '155355.382500', '155355.842500', '155356.302500', '155356.762500', '155357.222500', '155357.682500', '155358.142500', '155358.602500', '155359.062500', '155359.522500', '155359.982500', '155400.442500', '155400.902500', '155401.362500', '155401.822500', '155402.282500', '155402.742500', '155403.202500', '155403.662500', '155404.122500', '155404.582500', '155405.042500', '155405.502500', '155405.962500', '155406.422500', '155406.882500', '155407.342500', '155407.802500', '155408.262500', '155408.722500', '155409.182500', '155409.642500', '155410.102500', '155410.562500', '155411.022500', '155411.482500', '155411.942500', '155412.402500', '155412.862500', '155413.322500', '155413.782500', '155414.242500', '155414.702500', '155415.162500', '155415.622500', '155416.082500', '155416.542500', '155417.002500', '155417.462500', '155417.922500', '155418.382500', '155418.842500', '155419.302500', '155419.762500', '155420.222500', '155420.682500', '155421.142500', '155421.602500', '155422.062500', '155422.522500', '155422.982500', '155423.442500', '155423.902500', '155424.362500', '155424.822500', '155425.282500', '155425.742500', '155426.202500', '155426.662500', '155427.122500', '155427.582500', '155428.042500', '155428.502500', '155428.962500', '155429.422500', '155429.882500', '155430.342500', '155430.802500', '155431.262500', '155431.722500', '155432.182500', '155432.642500', '155433.102500', '155433.562500', '155434.022500', '155434.482500', '155434.942500', '155435.402500', '155435.862500', '155436.322500', '155436.782500', '155437.242500', '155437.702500', '155438.162500', '155438.622500', '155439.082500', '155439.542500', '155440.002500', '155440.462500', '155440.922500', '155441.382500', '155441.842500', '155442.302500', '155442.762500', '155443.222500', '155443.682500', '155444.142500', '155444.602500', '155445.062500', '155445.522500', '155445.982500', '155446.442500', '155446.902500', '155447.362500', '155447.822500', '155448.282500', '155448.742500', '155449.202500', '155449.662500', '155450.122500', '155450.582500', '155451.042500', '155451.502500', '155451.962500', '155452.422500', '155452.882500', '155453.342500', '155453.802500', '155454.262500', '155454.722500', '155455.182500', '155455.642500', '155456.102500', '155456.562500', '155457.022500', '155457.482500', '155457.942500', '155458.402500', '155458.862500', '155459.322500', '155459.782500', '155500.242500', '155500.702500', '155501.162500', '155501.622500', '155502.082500', '155502.542500', '155503.002500', '155503.462500', '155503.922500', '155504.382500', '155504.842500', '155505.302500', '155505.762500', '155506.222500', '155506.682500', '155507.142500', '155507.602500', '155508.062500', '155508.522500', '155508.982500', '155509.442500', '155509.902500', '155510.362500', '155510.822500', '155511.282500', '155511.742500', '155512.202500', '155512.662500', '155513.122500', '155513.582500', '155514.042500', '155514.502500', '155514.962500', '155515.422500', '155515.882500', '155516.342500', '155516.802500', '155517.262500', '155517.722500', '155518.182500', '155518.642500', '155519.102500', '155519.562500', '155520.022500', '155520.482500', '155520.942500', '155521.402500', '155521.862500', '155522.322500', '155522.782500', '155523.242500', '155523.702500', '155524.162500', '155524.622500', '155525.082500', '155525.542500', '155526.002500', '155526.462500', '155526.922500', '155527.382500', '155527.842500', '155528.302500', '155528.762500', '155529.222500', '155529.682500', '155530.142500', '155530.602500', '155531.062500', '155531.522500', '155531.982500', '155532.442500', '155532.902500', '155533.362500', '155533.822500', '155534.282500', '155534.742500', '155535.202500', '155535.662500', '155536.122500', '155536.582500', '155537.042500', '155537.502500', '155537.962500', '155538.422500', '155538.882500', '155539.342500', '155539.802500', '155540.262500', '155540.722500', '155541.182500', '155541.642500', '155542.102500', '155542.562500', '155543.022500', '155543.482500', '155543.942500', '155544.402500', '155544.862500', '155545.322500', '155545.782500', '155546.242500', '155546.702500', '155547.162500', '155547.622500', '155548.082500', '155548.542500', '155549.002500', '155549.462500', '155549.922500', '155550.382500', '155550.842500', '155551.302500', '155551.762500', '155552.222500', '155552.682500', '155553.142500', '155553.602500', '155554.062500', '155554.522500', '155554.982500', '155555.442500', '155555.902500', '155556.362500', '155556.822500', '155557.282500', '155557.742500', '155558.202500', '155558.662500', '155559.122500', '155559.582500', '155600.042500', '155600.502500', '155600.962500', '155601.422500', '155601.882500', '155602.342500', '155602.802500', '155603.262500', '155603.722500', '155604.182500', '155604.642500', '155605.102500', '155605.562500', '155606.022500', '155606.482500', '155606.942500', '155607.402500', '155607.862500', '155608.322500', '155608.782500', '155609.242500', '155609.702500', '155610.162500', '155610.622500', '155611.082500', '155611.542500', '155612.002500', '155612.462500', '155612.922500', '155613.382500', '155613.842500', '155614.302500', '155614.762500', '155615.222500', '155615.682500', '155616.142500', '155616.602500', '155617.062500', '155617.522500', '155617.982500', '155618.442500', '155618.902500', '155619.362500', '155619.822500', '155620.282500', '155620.742500', '155621.202500', '155621.662500', '155622.122500', '155622.582500', '155623.042500', '155623.502500', '155623.962500', '155624.422500', '155624.882500', '155625.342500', '155625.802500', '155626.262500', '155626.722500', '155627.182500', '155627.642500', '155628.102500', '155628.562500', '155629.022500', '155629.482500', '155629.942500', '155630.402500', '155630.862500', '155631.322500'], 'ContentTime': ['154426.345000', '154426.348000', '154426.351000', '154426.353000', '154426.356000', '154426.359000', '154426.362000', '154426.365000', '154426.367000', '154426.370000', '154426.373000', '154426.376000', '154426.379000', '154426.382000', '154426.391000', '154426.394000', '154426.397000', '154426.400000', '154426.402000', '154426.405000', '154426.408000', '154426.411000', '154426.413000', '154426.416000', '154426.419000', '154426.422000', '154426.424000', '154426.436000', '154426.439000', '154426.450000', '154426.453000', '154426.455000', '154426.458000', '154426.461000', '154426.464000', '154426.467000', '154446.295000', '154446.298000', '154446.301000', '154446.303000', '154446.306000', '154446.309000', '154446.312000', '154446.315000', '154446.317000', '154446.320000', '154446.323000', '154446.326000', '154446.329000', '154446.331000', '154446.334000', '154446.337000', '154446.340000', '154446.342000', '154446.345000', '154446.348000', '154446.351000', '154446.354000', '154446.356000', '154446.359000', '154446.362000', '154446.365000', '154446.368000', '154446.370000', '154446.373000', '154446.376000', '154446.379000', '154446.382000', '154446.384000', '154446.387000', '154446.390000', '154446.393000', '154446.395000', '154446.398000', '154446.401000', '154446.404000', '154446.406000', '154446.409000', '154446.412000', '154446.415000', '154506.295000', '154506.298000', '154506.304000', '154506.307000', '154506.310000', '154506.313000', '154506.315000', '154506.318000', '154506.321000', '154506.324000', '154506.326000', '154506.329000', '154506.332000', '154506.339000', '154506.342000', '154506.345000', '154506.347000', '154506.350000', '154506.353000', '154506.356000', '154506.359000', '154506.361000', '154506.364000', '154506.367000', '154506.370000', '154506.373000', '154506.375000', '154506.378000', '154506.381000', '154506.384000', '154506.387000', '154506.389000', '154506.392000', '154506.395000', '154506.398000', '154506.401000', '154506.403000', '154506.407000', '154506.412000', '154506.414000', '154506.417000', '154506.420000', '154506.423000', '154526.295000', '154526.298000', '154526.300000', '154526.303000', '154526.306000', '154526.309000', '154526.312000', '154526.314000', '154526.317000', '154526.320000', '154526.323000', '154526.325000', '154526.328000', '154526.331000', '154526.334000', '154526.337000', '154526.339000', '154526.342000', '154526.345000', '154526.348000', '154526.351000', '154526.354000', '154526.356000', '154526.359000', '154526.362000', '154526.365000', '154526.367000', '154526.370000', '154526.373000', '154526.376000', '154526.379000', '154526.382000', '154526.384000', '154526.387000', '154526.390000', '154526.393000', '154526.396000', '154526.398000', '154526.401000', '154526.404000', '154526.407000', '154526.410000', '154526.412000', '154526.415000', '154546.295000', '154546.298000', '154546.301000', '154546.303000', '154546.306000', '154546.309000', '154546.312000', '154546.315000', '154546.318000', '154546.320000', '154546.323000', '154546.326000', '154546.329000', '154546.332000', '154546.334000', '154546.337000', '154546.340000', '154546.343000', '154546.346000', '154546.348000', '154546.351000', '154546.354000', '154546.357000', '154546.360000', '154546.364000', '154546.367000', '154546.370000', '154546.372000', '154546.375000', '154546.378000', '154546.381000', '154546.384000', '154546.387000', '154546.389000', '154546.392000', '154546.395000', '154546.398000', '154546.401000', '154546.403000', '154546.406000', '154546.409000', '154546.412000', '154546.415000', '154606.295000', '154606.298000', '154606.301000', '154606.303000', '154606.306000', '154606.309000', '154606.312000', '154606.315000', '154606.317000', '154606.320000', '154606.323000', '154606.326000', '154606.329000', '154606.331000', '154606.334000', '154606.337000', '154606.340000', '154606.343000', '154606.345000', '154606.348000', '154606.351000', '154606.354000', '154606.357000', '154606.359000', '154606.362000', '154606.365000', '154606.368000', '154606.371000', '154606.373000', '154606.376000', '154606.379000', '154606.382000', '154606.385000', '154606.394000', '154606.397000', '154606.400000', '154606.403000', '154606.406000', '154606.408000', '154606.411000', '154606.414000', '154606.417000', '154606.420000', '154606.422000', '154626.310000', '154626.314000', '154626.316000', '154626.319000', '154626.322000', '154626.325000', '154626.328000', '154626.330000', '154626.333000', '154626.336000', '154626.339000', '154626.342000', '154626.344000', '154626.347000', '154626.350000', '154626.353000', '154626.356000', '154626.358000', '154626.361000', '154626.364000', '154626.367000', '154626.370000', '154626.372000', '154626.375000', '154626.378000', '154626.381000', '154626.384000', '154626.386000', '154626.389000', '154626.392000', '154626.395000', '154626.398000', '154626.400000', '154626.403000', '154626.406000', '154626.409000', '154626.412000', '154626.414000', '154626.417000', '154626.420000', '154626.423000', '154626.426000', '154626.428000', '154646.295000', '154646.298000', '154646.301000', '154646.303000', '154646.306000', '154646.309000', '154646.312000', '154646.315000', '154646.317000', '154646.320000', '154646.323000', '154646.326000', '154646.329000', '154646.331000', '154646.334000', '154646.337000', '154646.340000', '154646.343000', '154646.346000', '154646.348000', '154646.351000', '154646.354000', '154646.357000', '154646.359000', '154646.362000', '154646.365000', '154646.368000', '154646.371000', '154646.374000', '154646.376000', '154646.379000', '154646.382000', '154646.385000', '154646.387000', '154646.390000', '154646.393000', '154646.396000', '154646.399000', '154646.401000', '154646.404000', '154646.407000', '154646.410000', '154646.413000', '154646.415000', '154706.295000', '154706.298000', '154706.300000', '154706.303000', '154706.306000', '154706.309000', '154706.312000', '154706.315000', '154706.318000', '154706.320000', '154706.323000', '154706.326000', '154706.329000', '154706.332000', '154706.334000', '154706.337000', '154706.340000', '154706.343000', '154706.346000', '154706.348000', '154706.351000', '154706.354000', '154706.357000', '154706.360000', '154706.362000', '154706.365000', '154706.368000', '154706.371000', '154706.374000', '154706.376000', '154706.379000', '154706.382000', '154706.385000', '154706.388000', '154706.390000', '154706.393000', '154706.396000', '154706.399000', '154706.403000', '154706.406000', '154706.409000', '154706.412000', '154706.415000', '154726.295000', '154726.298000', '154726.300000', '154726.303000', '154726.306000', '154726.309000', '154726.312000', '154726.315000', '154726.317000', '154726.320000', '154726.323000', '154726.326000', '154726.329000', '154726.332000', '154726.334000', '154726.337000', '154726.340000', '154726.343000', '154726.345000', '154726.348000', '154726.351000', '154726.354000', '154726.357000', '154726.359000', '154726.362000', '154726.365000', '154726.368000', '154726.371000', '154726.374000', '154726.377000', '154726.379000', '154726.382000', '154726.385000', '154726.388000', '154726.391000', '154726.393000', '154726.396000', '154726.399000', '154726.407000', '154726.410000', '154726.413000', '154726.416000', '154726.419000', '154726.421000', '154746.295000', '154746.298000', '154746.301000', '154746.303000', '154746.306000', '154746.309000', '154746.312000', '154746.315000', '154746.318000', '154746.320000', '154746.323000', '154746.326000', '154746.329000', '154746.332000', '154746.334000', '154746.337000', '154746.340000', '154746.343000', '154746.346000', '154746.348000', '154746.351000', '154746.354000', '154746.357000', '154746.360000', '154746.362000', '154746.375000', '154746.378000', '154746.381000', '154746.384000', '154746.386000', '154746.389000', '154746.392000', '154746.395000', '154746.398000', '154746.400000', '154746.403000', '154746.406000', '154746.409000', '154746.411000', '154746.414000', '154746.417000', '154746.420000', '154746.423000', '154806.295000', '154806.298000', '154806.301000', '154806.303000', '154806.306000', '154806.309000', '154806.312000', '154806.315000', '154806.318000', '154806.320000', '154806.323000', '154806.326000', '154806.329000', '154806.332000', '154806.335000', '154806.337000', '154806.340000', '154806.343000', '154806.346000', '154806.348000', '154806.351000', '154806.354000', '154806.357000', '154806.360000', '154806.362000', '154806.365000', '154806.368000', '154806.371000', '154806.374000', '154806.377000', '154806.379000', '154806.382000', '154806.385000', '154806.388000', '154806.391000', '154806.393000', '154806.396000', '154806.399000', '154806.402000', '154806.405000', '154806.407000', '154806.410000', '154806.413000', '154806.416000', '154826.295000', '154826.298000', '154826.301000', '154826.303000', '154826.306000', '154826.309000', '154826.312000', '154826.315000', '154826.318000', '154826.320000', '154826.323000', '154826.326000', '154826.329000', '154826.332000', '154826.334000', '154826.337000', '154826.340000', '154826.343000', '154826.346000', '154826.348000', '154826.351000', '154826.354000', '154826.357000', '154826.360000', '154826.363000', '154826.365000', '154826.368000', '154826.371000', '154826.374000', '154826.376000', '154826.379000', '154826.382000', '154826.385000', '154826.388000', '154826.391000', '154826.393000', '154826.396000', '154826.399000', '154826.402000', '154826.405000', '154826.407000', '154826.410000', '154826.413000', '154846.297000', '154846.300000', '154846.303000', '154846.306000', '154846.309000', '154846.312000', '154846.315000', '154846.317000', '154846.320000', '154846.323000', '154846.326000', '154846.329000', '154846.332000', '154846.334000', '154846.337000', '154846.340000', '154846.343000', '154846.346000', '154846.348000', '154846.351000', '154846.354000', '154846.357000', '154846.360000', '154846.363000', '154846.365000', '154846.368000', '154846.371000', '154846.374000', '154846.377000', '154846.379000', '154846.382000', '154846.385000', '154846.388000', '154846.391000', '154846.393000', '154846.396000', '154846.399000', '154846.402000', '154846.405000', '154846.408000', '154846.410000', '154846.413000', '154846.416000', '154906.295000', '154906.298000', '154906.301000', '154906.304000', '154906.306000', '154906.309000', '154906.312000', '154906.315000', '154906.318000', '154906.320000', '154906.323000', '154906.326000', '154906.329000', '154906.332000', '154906.334000', '154906.337000', '154906.340000', '154906.343000', '154906.346000', '154906.348000', '154906.351000', '154906.354000', '154906.357000', '154906.360000', '154906.363000', '154906.365000', '154906.368000', '154906.371000', '154906.374000', '154906.377000', '154906.380000', '154906.382000', '154906.385000', '154906.388000', '154906.391000', '154906.394000', '154906.397000', '154906.399000', '154906.402000', '154906.405000', '154906.408000', '154906.410000', '154906.413000', '154906.416000', '154926.295000', '154926.298000', '154926.302000', '154926.305000', '154926.308000', '154926.311000', '154926.314000', '154926.317000', '154926.320000', '154926.323000', '154926.325000', '154926.328000', '154926.331000', '154926.334000', '154926.337000', '154926.340000', '154926.342000', '154926.345000', '154926.348000', '154926.351000', '154926.354000', '154926.357000', '154926.359000', '154926.362000', '154926.365000', '154926.368000', '154926.371000', '154926.379000', '154926.382000', '154926.385000', '154926.388000', '154926.391000', '154926.394000', '154926.396000', '154926.399000', '154926.402000', '154926.405000', '154926.408000', '154926.411000', '154926.413000', '154926.416000', '154926.419000', '154926.422000', '154946.295000', '154946.298000', '154946.301000', '154946.304000', '154946.306000', '154946.316000', '154946.318000', '154946.321000', '154946.324000', '154946.327000', '154946.330000', '154946.332000', '154946.335000', '154946.338000', '154946.341000', '154946.344000', '154946.347000', '154946.349000', '154946.352000', '154946.355000', '154946.358000', '154946.361000', '154946.364000', '154946.366000', '154946.369000', '154946.372000', '154946.375000', '154946.378000', '154946.381000', '154946.384000', '154946.386000', '154946.389000', '154946.392000', '154946.395000', '154946.398000', '154946.401000', '154946.404000', '154946.406000', '154946.409000', '154946.412000', '154946.415000', '154946.418000', '154946.430000', '154946.433000', '155006.295000', '155006.298000', '155006.301000', '155006.304000', '155006.307000', '155006.310000', '155006.314000', '155006.317000', '155006.320000', '155006.323000', '155006.326000', '155006.328000', '155006.331000', '155006.334000', '155006.337000', '155006.340000', '155006.343000', '155006.350000', '155006.353000', '155006.356000', '155006.359000', '155006.361000', '155006.364000', '155006.367000', '155006.370000', '155006.373000', '155006.376000', '155006.378000', '155006.381000', '155006.384000', '155006.387000', '155006.390000', '155006.393000', '155006.395000', '155006.398000', '155006.401000', '155006.404000', '155006.407000', '155006.409000', '155006.412000', '155006.415000', '155006.418000', '155006.421000', '155026.295000', '155026.298000', '155026.301000', '155026.303000', '155026.306000', '155026.309000', '155026.312000', '155026.315000', '155026.318000', '155026.320000', '155026.323000', '155026.326000', '155026.329000', '155026.331000', '155026.334000', '155026.337000', '155026.340000', '155026.343000', '155026.345000', '155026.348000', '155026.351000', '155026.354000', '155026.357000', '155026.360000', '155026.363000', '155026.365000', '155026.368000', '155026.371000', '155026.374000', '155026.377000', '155026.379000', '155026.382000', '155026.385000', '155026.388000', '155026.391000', '155026.394000', '155026.396000', '155026.399000', '155026.402000', '155026.405000', '155026.408000', '155026.410000', '155026.413000', '155026.416000', '155046.295000', '155046.298000', '155046.301000', '155046.311000', '155046.314000', '155046.317000', '155046.320000', '155046.323000', '155046.325000', '155046.329000', '155046.332000', '155046.334000', '155046.337000', '155046.341000', '155046.346000', '155046.349000', '155046.352000', '155046.355000', '155046.358000', '155046.360000', '155046.363000', '155046.366000', '155046.369000', '155046.371000', '155046.374000', '155046.377000', '155046.380000', '155046.383000', '155046.386000', '155046.389000', '155046.391000', '155046.394000', '155046.397000', '155046.400000', '155046.403000', '155046.406000', '155046.408000', '155046.411000', '155046.414000', '155046.417000', '155046.420000', '155046.423000', '155046.425000', '155106.295000', '155106.298000', '155106.301000', '155106.304000', '155106.306000', '155106.309000', '155106.312000', '155106.315000', '155106.318000', '155106.321000', '155106.329000', '155106.332000', '155106.335000', '155106.338000', '155106.340000', '155106.343000', '155106.346000', '155106.349000', '155106.352000', '155106.355000', '155106.357000', '155106.360000', '155106.363000', '155106.366000', '155106.369000', '155106.371000', '155106.374000', '155106.377000', '155106.380000', '155106.383000', '155106.386000', '155106.389000', '155106.391000', '155106.394000', '155106.397000', '155106.400000', '155106.403000', '155106.405000', '155106.408000', '155106.411000', '155106.414000', '155106.417000', '155106.420000', '155106.422000', '155126.295000', '155126.298000', '155126.301000', '155126.304000', '155126.306000', '155126.309000', '155126.312000', '155126.315000', '155126.318000', '155126.321000', '155126.323000', '155126.326000', '155126.329000', '155126.332000', '155126.335000', '155126.337000', '155126.340000', '155126.343000', '155126.346000', '155126.349000', '155126.352000', '155126.354000', '155126.357000', '155126.360000', '155126.364000', '155126.368000', '155126.372000', '155126.374000', '155126.377000', '155126.380000', '155126.383000', '155126.386000', '155126.389000', '155126.392000', '155126.395000', '155126.397000', '155126.400000', '155126.403000', '155126.406000', '155126.409000', '155126.411000', '155126.414000', '155126.417000', '155146.295000', '155146.298000', '155146.301000', '155146.304000', '155146.307000', '155146.309000', '155146.312000', '155146.315000', '155146.318000', '155146.321000', '155146.324000', '155146.326000', '155146.329000', '155146.332000', '155146.335000', '155146.338000', '155146.341000', '155146.344000', '155146.346000', '155146.349000', '155146.352000', '155146.355000', '155146.358000', '155146.360000', '155146.363000', '155146.366000', '155146.369000', '155146.372000', '155146.375000', '155146.377000', '155146.380000', '155146.383000', '155146.386000', '155146.389000', '155146.392000', '155146.395000', '155146.397000', '155146.400000', '155146.403000', '155146.406000', '155146.409000', '155146.411000', '155146.414000', '155146.417000', '155206.295000', '155206.298000', '155206.301000', '155206.304000', '155206.306000', '155206.309000', '155206.313000', '155206.316000', '155206.319000', '155206.322000', '155206.325000', '155206.328000', '155206.330000', '155206.333000', '155206.347000', '155206.350000', '155206.353000', '155206.356000', '155206.359000', '155206.362000', '155206.364000', '155206.367000', '155206.370000', '155206.373000', '155206.376000', '155206.379000', '155206.382000', '155206.385000', '155206.388000', '155206.391000', '155206.393000', '155206.396000', '155206.399000', '155206.402000', '155206.405000', '155206.407000', '155206.410000', '155206.413000', '155206.416000', '155206.419000', '155206.421000', '155206.424000', '155206.427000', '155226.295000', '155226.300000', '155226.303000', '155226.306000', '155226.309000', '155226.312000', '155226.315000', '155226.317000', '155226.320000', '155226.323000', '155226.326000', '155226.329000', '155226.331000', '155226.334000', '155226.337000', '155226.340000', '155226.343000', '155226.346000', '155226.348000', '155226.351000', '155226.354000', '155226.357000', '155226.360000', '155226.363000', '155226.365000', '155226.368000', '155226.371000', '155226.374000', '155226.377000', '155226.379000', '155226.382000', '155226.385000', '155226.388000', '155226.391000', '155226.394000', '155226.396000', '155226.399000', '155226.402000', '155226.405000', '155226.408000', '155226.410000', '155226.413000', '155226.416000', '155226.419000', '155246.295000', '155246.298000', '155246.301000', '155246.304000', '155246.307000', '155246.309000', '155246.312000', '155246.315000', '155246.318000', '155246.321000', '155246.323000', '155246.326000', '155246.329000', '155246.332000', '155246.335000', '155246.338000', '155246.340000', '155246.343000', '155246.346000', '155246.349000', '155246.351000', '155246.354000', '155246.357000', '155246.360000', '155246.363000', '155246.366000', '155246.368000', '155246.371000', '155246.374000', '155246.377000', '155246.380000', '155246.383000', '155246.386000', '155246.388000', '155246.391000', '155246.394000', '155246.397000', '155246.400000', '155246.402000', '155246.405000', '155246.408000', '155246.411000', '155246.414000', '155306.295000', '155306.298000', '155306.301000', '155306.304000', '155306.306000', '155306.309000', '155306.312000', '155306.315000', '155306.318000', '155306.321000', '155306.323000', '155306.326000', '155306.329000', '155306.332000', '155306.335000', '155306.337000', '155306.340000', '155306.343000', '155306.346000', '155306.349000', '155306.351000', '155306.354000', '155306.357000', '155306.360000', '155306.363000', '155306.365000', '155306.368000', '155306.371000', '155306.374000', '155306.377000', '155306.380000', '155306.382000', '155306.385000', '155306.388000', '155306.391000', '155306.394000', '155306.396000', '155306.399000', '155306.402000', '155306.405000', '155306.408000', '155306.411000', '155306.413000', '155306.416000', '155326.295000', '155326.298000', '155326.301000', '155326.311000', '155326.314000', '155326.317000', '155326.320000', '155326.323000', '155326.325000', '155326.328000', '155326.331000', '155326.347000', '155326.350000', '155326.354000', '155326.357000', '155326.360000', '155326.363000', '155326.366000', '155326.368000', '155326.371000', '155326.374000', '155326.377000', '155326.380000', '155326.382000', '155326.385000', '155326.388000', '155326.391000', '155326.394000', '155326.397000', '155326.400000', '155326.402000', '155326.405000', '155326.408000', '155326.411000', '155326.414000', '155326.417000', '155326.421000', '155326.424000', '155326.427000', '155326.430000', '155326.433000', '155326.436000', '155326.439000', '155346.295000', '155346.298000', '155346.301000', '155346.304000', '155346.306000', '155346.309000', '155346.312000', '155346.315000', '155346.318000', '155346.320000', '155346.323000', '155346.326000', '155346.329000', '155346.332000', '155346.335000', '155346.338000', '155346.340000', '155346.343000', '155346.346000', '155346.349000', '155346.352000', '155346.354000', '155346.357000', '155346.360000', '155346.363000', '155346.366000', '155346.369000', '155346.371000', '155346.374000', '155346.377000', '155346.380000', '155346.382000', '155346.385000', '155346.388000', '155346.391000', '155346.394000', '155346.397000', '155346.399000', '155346.402000', '155346.405000', '155346.408000', '155346.411000', '155346.413000', '155346.416000', '155406.295000', '155406.298000', '155406.301000', '155406.304000', '155406.307000', '155406.309000', '155406.312000', '155406.315000', '155406.318000', '155406.321000', '155406.324000', '155406.326000', '155406.329000', '155406.332000', '155406.335000', '155406.338000', '155406.341000', '155406.343000', '155406.346000', '155406.349000', '155406.352000', '155406.355000', '155406.357000', '155406.360000', '155406.363000', '155406.366000', '155406.369000', '155406.371000', '155406.374000', '155406.377000', '155406.380000', '155406.383000', '155406.385000', '155406.388000', '155406.391000', '155406.394000', '155406.397000', '155406.400000', '155406.403000', '155406.405000', '155406.408000', '155406.411000', '155406.414000', '155426.295000', '155426.298000', '155426.301000', '155426.304000', '155426.307000', '155426.309000', '155426.312000', '155426.315000', '155426.318000', '155426.321000', '155426.324000', '155426.326000', '155426.329000', '155426.332000', '155426.335000', '155426.337000', '155426.340000', '155426.343000', '155426.346000', '155426.349000', '155426.352000', '155426.354000', '155426.357000', '155426.360000', '155426.363000', '155426.366000', '155426.369000', '155426.371000', '155426.374000', '155426.377000', '155426.380000', '155426.383000', '155426.386000', '155426.388000', '155426.391000', '155426.394000', '155426.397000', '155426.400000', '155426.403000', '155426.405000', '155426.408000', '155426.411000', '155426.414000', '155426.417000', '155446.295000', '155446.298000', '155446.301000', '155446.304000', '155446.307000', '155446.309000', '155446.312000', '155446.315000', '155446.318000', '155446.321000', '155446.324000', '155446.326000', '155446.329000', '155446.332000', '155446.342000', '155446.345000', '155446.347000', '155446.350000', '155446.353000', '155446.356000', '155446.359000', '155446.362000', '155446.365000', '155446.367000', '155446.370000', '155446.373000', '155446.376000', '155446.378000', '155446.381000', '155446.384000', '155446.387000', '155446.391000', '155446.394000', '155446.397000', '155446.400000', '155446.403000', '155446.406000', '155446.408000', '155446.411000', '155446.414000', '155446.417000', '155446.420000', '155446.422000', '155506.295000', '155506.298000', '155506.301000', '155506.304000', '155506.306000', '155506.309000', '155506.312000', '155506.315000', '155506.318000', '155506.321000', '155506.323000', '155506.326000', '155506.329000', '155506.332000', '155506.334000', '155506.337000', '155506.340000', '155506.343000', '155506.346000', '155506.348000', '155506.351000', '155506.354000', '155506.357000', '155506.360000', '155506.363000', '155506.366000', '155506.369000', '155506.371000', '155506.374000', '155506.377000', '155506.380000', '155506.383000', '155506.386000', '155506.388000', '155506.391000', '155506.394000', '155506.397000', '155506.400000', '155506.403000', '155506.405000', '155506.408000', '155506.411000', '155506.414000', '155506.417000', '155526.295000', '155526.298000', '155526.301000', '155526.304000', '155526.307000', '155526.309000', '155526.312000', '155526.315000', '155526.318000', '155526.321000', '155526.323000', '155526.326000', '155526.329000', '155526.332000', '155526.335000', '155526.337000', '155526.340000', '155526.343000', '155526.346000', '155526.349000', '155526.352000', '155526.354000', '155526.357000', '155526.360000', '155526.363000', '155526.366000', '155526.368000', '155526.371000', '155526.374000', '155526.377000', '155526.380000', '155526.382000', '155526.385000', '155526.388000', '155526.391000', '155526.394000', '155526.396000', '155526.399000', '155526.402000', '155526.405000', '155526.408000', '155526.411000', '155526.413000', '155546.295000', '155546.298000', '155546.301000', '155546.304000', '155546.306000', '155546.309000', '155546.312000', '155546.315000', '155546.318000', '155546.321000', '155546.323000', '155546.326000', '155546.329000', '155546.332000', '155546.335000', '155546.337000', '155546.340000', '155546.343000', '155546.346000', '155546.356000', '155546.359000', '155546.362000', '155546.365000', '155546.367000', '155546.370000', '155546.373000', '155546.376000', '155546.379000', '155546.381000', '155546.384000', '155546.387000', '155546.390000', '155546.393000', '155546.395000', '155546.398000', '155546.401000', '155546.404000', '155546.407000', '155546.409000', '155546.412000', '155546.415000', '155546.418000', '155546.421000', '155546.424000', '155606.295000', '155606.298000', '155606.301000', '155606.304000', '155606.307000', '155606.309000', '155606.312000', '155606.315000', '155606.318000', '155606.321000', '155606.323000', '155606.326000', '155606.329000', '155606.332000', '155606.335000', '155606.337000', '155606.340000', '155606.343000', '155606.346000', '155606.349000', '155606.352000', '155606.355000', '155606.357000', '155606.360000', '155606.363000', '155606.366000', '155606.369000', '155606.371000', '155606.374000', '155606.377000', '155606.380000', '155606.383000', '155606.386000', '155606.388000', '155606.391000', '155606.394000', '155606.397000', '155606.400000', '155606.403000', '155606.405000', '155606.408000', '155606.411000', '155606.414000', '155626.295000', '155626.298000', '155626.301000', '155626.304000', '155626.307000', '155626.309000', '155626.312000', '155626.315000', '155626.318000', '155626.321000', '155626.324000', '155626.326000', '155626.329000', '155626.332000', '155626.335000', '155626.338000', '155626.341000', '155626.343000', '155626.346000', '155626.349000', '155626.352000', '155626.355000', '155626.357000', '155626.360000', '155626.363000', '155626.366000', '155626.368000', '155626.371000', '155626.374000', '155626.377000', '155626.380000', '155626.383000', '155626.385000', '155626.388000', '155626.391000', '155626.395000', '155626.398000', '155626.401000', '155626.403000', '155626.406000', '155626.409000', '155626.412000', '155626.415000', '155626.418000', '155632.781000', '155632.784000', '155632.787000', '155632.790000', '155632.793000', '155632.796000', '155632.799000', '155632.802000', '155632.805000', '155632.808000', '155632.811000', '155632.813000', '155632.816000', '155632.819000'], 'InstanceCreationTime': ['154426.345000', '154426.348000', '154426.351000', '154426.353000', '154426.356000', '154426.359000', '154426.362000', '154426.365000', '154426.367000', '154426.370000', '154426.373000', '154426.376000', '154426.379000', '154426.382000', '154426.391000', '154426.394000', '154426.397000', '154426.400000', '154426.402000', '154426.405000', '154426.408000', '154426.411000', '154426.413000', '154426.416000', '154426.419000', '154426.422000', '154426.424000', '154426.436000', '154426.439000', '154426.450000', '154426.453000', '154426.455000', '154426.458000', '154426.461000', '154426.464000', '154426.467000', '154446.295000', '154446.298000', '154446.301000', '154446.303000', '154446.306000', '154446.309000', '154446.312000', '154446.315000', '154446.317000', '154446.320000', '154446.323000', '154446.326000', '154446.329000', '154446.331000', '154446.334000', '154446.337000', '154446.340000', '154446.342000', '154446.345000', '154446.348000', '154446.351000', '154446.354000', '154446.356000', '154446.359000', '154446.362000', '154446.365000', '154446.368000', '154446.370000', '154446.373000', '154446.376000', '154446.379000', '154446.382000', '154446.384000', '154446.387000', '154446.390000', '154446.393000', '154446.395000', '154446.398000', '154446.401000', '154446.404000', '154446.406000', '154446.409000', '154446.412000', '154446.415000', '154506.295000', '154506.298000', '154506.304000', '154506.307000', '154506.310000', '154506.313000', '154506.315000', '154506.318000', '154506.321000', '154506.324000', '154506.326000', '154506.329000', '154506.332000', '154506.339000', '154506.342000', '154506.345000', '154506.347000', '154506.350000', '154506.353000', '154506.356000', '154506.359000', '154506.361000', '154506.364000', '154506.367000', '154506.370000', '154506.373000', '154506.375000', '154506.378000', '154506.381000', '154506.384000', '154506.387000', '154506.389000', '154506.392000', '154506.395000', '154506.398000', '154506.401000', '154506.403000', '154506.407000', '154506.412000', '154506.414000', '154506.417000', '154506.420000', '154506.423000', '154526.295000', '154526.298000', '154526.300000', '154526.303000', '154526.306000', '154526.309000', '154526.312000', '154526.314000', '154526.317000', '154526.320000', '154526.323000', '154526.325000', '154526.328000', '154526.331000', '154526.334000', '154526.337000', '154526.339000', '154526.342000', '154526.345000', '154526.348000', '154526.351000', '154526.354000', '154526.356000', '154526.359000', '154526.362000', '154526.365000', '154526.367000', '154526.370000', '154526.373000', '154526.376000', '154526.379000', '154526.382000', '154526.384000', '154526.387000', '154526.390000', '154526.393000', '154526.396000', '154526.398000', '154526.401000', '154526.404000', '154526.407000', '154526.410000', '154526.412000', '154526.415000', '154546.295000', '154546.298000', '154546.301000', '154546.303000', '154546.306000', '154546.309000', '154546.312000', '154546.315000', '154546.318000', '154546.320000', '154546.323000', '154546.326000', '154546.329000', '154546.332000', '154546.334000', '154546.337000', '154546.340000', '154546.343000', '154546.346000', '154546.348000', '154546.351000', '154546.354000', '154546.357000', '154546.360000', '154546.364000', '154546.367000', '154546.370000', '154546.372000', '154546.375000', '154546.378000', '154546.381000', '154546.384000', '154546.387000', '154546.389000', '154546.392000', '154546.395000', '154546.398000', '154546.401000', '154546.403000', '154546.406000', '154546.409000', '154546.412000', '154546.415000', '154606.295000', '154606.298000', '154606.301000', '154606.303000', '154606.306000', '154606.309000', '154606.312000', '154606.315000', '154606.317000', '154606.320000', '154606.323000', '154606.326000', '154606.329000', '154606.331000', '154606.334000', '154606.337000', '154606.340000', '154606.343000', '154606.345000', '154606.348000', '154606.351000', '154606.354000', '154606.357000', '154606.359000', '154606.362000', '154606.365000', '154606.368000', '154606.371000', '154606.373000', '154606.376000', '154606.379000', '154606.382000', '154606.385000', '154606.394000', '154606.397000', '154606.400000', '154606.403000', '154606.406000', '154606.408000', '154606.411000', '154606.414000', '154606.417000', '154606.420000', '154606.422000', '154626.310000', '154626.314000', '154626.316000', '154626.319000', '154626.322000', '154626.325000', '154626.328000', '154626.330000', '154626.333000', '154626.336000', '154626.339000', '154626.342000', '154626.344000', '154626.347000', '154626.350000', '154626.353000', '154626.356000', '154626.358000', '154626.361000', '154626.364000', '154626.367000', '154626.370000', '154626.372000', '154626.375000', '154626.378000', '154626.381000', '154626.384000', '154626.386000', '154626.389000', '154626.392000', '154626.395000', '154626.398000', '154626.400000', '154626.403000', '154626.406000', '154626.409000', '154626.412000', '154626.414000', '154626.417000', '154626.420000', '154626.423000', '154626.426000', '154626.428000', '154646.295000', '154646.298000', '154646.301000', '154646.303000', '154646.306000', '154646.309000', '154646.312000', '154646.315000', '154646.317000', '154646.320000', '154646.323000', '154646.326000', '154646.329000', '154646.331000', '154646.334000', '154646.337000', '154646.340000', '154646.343000', '154646.346000', '154646.348000', '154646.351000', '154646.354000', '154646.357000', '154646.359000', '154646.362000', '154646.365000', '154646.368000', '154646.371000', '154646.374000', '154646.376000', '154646.379000', '154646.382000', '154646.385000', '154646.387000', '154646.390000', '154646.393000', '154646.396000', '154646.399000', '154646.401000', '154646.404000', '154646.407000', '154646.410000', '154646.413000', '154646.415000', '154706.295000', '154706.298000', '154706.300000', '154706.303000', '154706.306000', '154706.309000', '154706.312000', '154706.315000', '154706.318000', '154706.320000', '154706.323000', '154706.326000', '154706.329000', '154706.332000', '154706.334000', '154706.337000', '154706.340000', '154706.343000', '154706.346000', '154706.348000', '154706.351000', '154706.354000', '154706.357000', '154706.360000', '154706.362000', '154706.365000', '154706.368000', '154706.371000', '154706.374000', '154706.376000', '154706.379000', '154706.382000', '154706.385000', '154706.388000', '154706.390000', '154706.393000', '154706.396000', '154706.399000', '154706.403000', '154706.406000', '154706.409000', '154706.412000', '154706.415000', '154726.295000', '154726.298000', '154726.300000', '154726.303000', '154726.306000', '154726.309000', '154726.312000', '154726.315000', '154726.317000', '154726.320000', '154726.323000', '154726.326000', '154726.329000', '154726.332000', '154726.334000', '154726.337000', '154726.340000', '154726.343000', '154726.345000', '154726.348000', '154726.351000', '154726.354000', '154726.357000', '154726.359000', '154726.362000', '154726.365000', '154726.368000', '154726.371000', '154726.374000', '154726.377000', '154726.379000', '154726.382000', '154726.385000', '154726.388000', '154726.391000', '154726.393000', '154726.396000', '154726.399000', '154726.407000', '154726.410000', '154726.413000', '154726.416000', '154726.419000', '154726.421000', '154746.295000', '154746.298000', '154746.301000', '154746.303000', '154746.306000', '154746.309000', '154746.312000', '154746.315000', '154746.318000', '154746.320000', '154746.323000', '154746.326000', '154746.329000', '154746.332000', '154746.334000', '154746.337000', '154746.340000', '154746.343000', '154746.346000', '154746.348000', '154746.351000', '154746.354000', '154746.357000', '154746.360000', '154746.362000', '154746.375000', '154746.378000', '154746.381000', '154746.384000', '154746.386000', '154746.389000', '154746.392000', '154746.395000', '154746.398000', '154746.400000', '154746.403000', '154746.406000', '154746.409000', '154746.411000', '154746.414000', '154746.417000', '154746.420000', '154746.423000', '154806.295000', '154806.298000', '154806.301000', '154806.303000', '154806.306000', '154806.309000', '154806.312000', '154806.315000', '154806.318000', '154806.320000', '154806.323000', '154806.326000', '154806.329000', '154806.332000', '154806.335000', '154806.337000', '154806.340000', '154806.343000', '154806.346000', '154806.348000', '154806.351000', '154806.354000', '154806.357000', '154806.360000', '154806.362000', '154806.365000', '154806.368000', '154806.371000', '154806.374000', '154806.377000', '154806.379000', '154806.382000', '154806.385000', '154806.388000', '154806.391000', '154806.393000', '154806.396000', '154806.399000', '154806.402000', '154806.405000', '154806.407000', '154806.410000', '154806.413000', '154806.416000', '154826.295000', '154826.298000', '154826.301000', '154826.303000', '154826.306000', '154826.309000', '154826.312000', '154826.315000', '154826.318000', '154826.320000', '154826.323000', '154826.326000', '154826.329000', '154826.332000', '154826.334000', '154826.337000', '154826.340000', '154826.343000', '154826.346000', '154826.348000', '154826.351000', '154826.354000', '154826.357000', '154826.360000', '154826.363000', '154826.365000', '154826.368000', '154826.371000', '154826.374000', '154826.376000', '154826.379000', '154826.382000', '154826.385000', '154826.388000', '154826.391000', '154826.393000', '154826.396000', '154826.399000', '154826.402000', '154826.405000', '154826.407000', '154826.410000', '154826.413000', '154846.297000', '154846.300000', '154846.303000', '154846.306000', '154846.309000', '154846.312000', '154846.315000', '154846.317000', '154846.320000', '154846.323000', '154846.326000', '154846.329000', '154846.332000', '154846.334000', '154846.337000', '154846.340000', '154846.343000', '154846.346000', '154846.348000', '154846.351000', '154846.354000', '154846.357000', '154846.360000', '154846.363000', '154846.365000', '154846.368000', '154846.371000', '154846.374000', '154846.377000', '154846.379000', '154846.382000', '154846.385000', '154846.388000', '154846.391000', '154846.393000', '154846.396000', '154846.399000', '154846.402000', '154846.405000', '154846.408000', '154846.410000', '154846.413000', '154846.416000', '154906.295000', '154906.298000', '154906.301000', '154906.304000', '154906.306000', '154906.309000', '154906.312000', '154906.315000', '154906.318000', '154906.320000', '154906.323000', '154906.326000', '154906.329000', '154906.332000', '154906.334000', '154906.337000', '154906.340000', '154906.343000', '154906.346000', '154906.348000', '154906.351000', '154906.354000', '154906.357000', '154906.360000', '154906.363000', '154906.365000', '154906.368000', '154906.371000', '154906.374000', '154906.377000', '154906.380000', '154906.382000', '154906.385000', '154906.388000', '154906.391000', '154906.394000', '154906.397000', '154906.399000', '154906.402000', '154906.405000', '154906.408000', '154906.410000', '154906.413000', '154906.416000', '154926.295000', '154926.298000', '154926.302000', '154926.305000', '154926.308000', '154926.311000', '154926.314000', '154926.317000', '154926.320000', '154926.323000', '154926.325000', '154926.328000', '154926.331000', '154926.334000', '154926.337000', '154926.340000', '154926.342000', '154926.345000', '154926.348000', '154926.351000', '154926.354000', '154926.357000', '154926.359000', '154926.362000', '154926.365000', '154926.368000', '154926.371000', '154926.379000', '154926.382000', '154926.385000', '154926.388000', '154926.391000', '154926.394000', '154926.396000', '154926.399000', '154926.402000', '154926.405000', '154926.408000', '154926.411000', '154926.413000', '154926.416000', '154926.419000', '154926.422000', '154946.295000', '154946.298000', '154946.301000', '154946.304000', '154946.306000', '154946.316000', '154946.318000', '154946.321000', '154946.324000', '154946.327000', '154946.330000', '154946.332000', '154946.335000', '154946.338000', '154946.341000', '154946.344000', '154946.347000', '154946.349000', '154946.352000', '154946.355000', '154946.358000', '154946.361000', '154946.364000', '154946.366000', '154946.369000', '154946.372000', '154946.375000', '154946.378000', '154946.381000', '154946.384000', '154946.386000', '154946.389000', '154946.392000', '154946.395000', '154946.398000', '154946.401000', '154946.404000', '154946.406000', '154946.409000', '154946.412000', '154946.415000', '154946.418000', '154946.430000', '154946.433000', '155006.295000', '155006.298000', '155006.301000', '155006.304000', '155006.307000', '155006.310000', '155006.314000', '155006.317000', '155006.320000', '155006.323000', '155006.326000', '155006.328000', '155006.331000', '155006.334000', '155006.337000', '155006.340000', '155006.343000', '155006.350000', '155006.353000', '155006.356000', '155006.359000', '155006.361000', '155006.364000', '155006.367000', '155006.370000', '155006.373000', '155006.376000', '155006.378000', '155006.381000', '155006.384000', '155006.387000', '155006.390000', '155006.393000', '155006.395000', '155006.398000', '155006.401000', '155006.404000', '155006.407000', '155006.409000', '155006.412000', '155006.415000', '155006.418000', '155006.421000', '155026.295000', '155026.298000', '155026.301000', '155026.303000', '155026.306000', '155026.309000', '155026.312000', '155026.315000', '155026.318000', '155026.320000', '155026.323000', '155026.326000', '155026.329000', '155026.331000', '155026.334000', '155026.337000', '155026.340000', '155026.343000', '155026.345000', '155026.348000', '155026.351000', '155026.354000', '155026.357000', '155026.360000', '155026.363000', '155026.365000', '155026.368000', '155026.371000', '155026.374000', '155026.377000', '155026.379000', '155026.382000', '155026.385000', '155026.388000', '155026.391000', '155026.394000', '155026.396000', '155026.399000', '155026.402000', '155026.405000', '155026.408000', '155026.410000', '155026.413000', '155026.416000', '155046.295000', '155046.298000', '155046.301000', '155046.311000', '155046.314000', '155046.317000', '155046.320000', '155046.323000', '155046.325000', '155046.329000', '155046.332000', '155046.334000', '155046.337000', '155046.341000', '155046.346000', '155046.349000', '155046.352000', '155046.355000', '155046.358000', '155046.360000', '155046.363000', '155046.366000', '155046.369000', '155046.371000', '155046.374000', '155046.377000', '155046.380000', '155046.383000', '155046.386000', '155046.389000', '155046.391000', '155046.394000', '155046.397000', '155046.400000', '155046.403000', '155046.406000', '155046.408000', '155046.411000', '155046.414000', '155046.417000', '155046.420000', '155046.423000', '155046.425000', '155106.295000', '155106.298000', '155106.301000', '155106.304000', '155106.306000', '155106.309000', '155106.312000', '155106.315000', '155106.318000', '155106.321000', '155106.329000', '155106.332000', '155106.335000', '155106.338000', '155106.340000', '155106.343000', '155106.346000', '155106.349000', '155106.352000', '155106.355000', '155106.357000', '155106.360000', '155106.363000', '155106.366000', '155106.369000', '155106.371000', '155106.374000', '155106.377000', '155106.380000', '155106.383000', '155106.386000', '155106.389000', '155106.391000', '155106.394000', '155106.397000', '155106.400000', '155106.403000', '155106.405000', '155106.408000', '155106.411000', '155106.414000', '155106.417000', '155106.420000', '155106.422000', '155126.295000', '155126.298000', '155126.301000', '155126.304000', '155126.306000', '155126.309000', '155126.312000', '155126.315000', '155126.318000', '155126.321000', '155126.323000', '155126.326000', '155126.329000', '155126.332000', '155126.335000', '155126.337000', '155126.340000', '155126.343000', '155126.346000', '155126.349000', '155126.352000', '155126.354000', '155126.357000', '155126.360000', '155126.364000', '155126.368000', '155126.372000', '155126.374000', '155126.377000', '155126.380000', '155126.383000', '155126.386000', '155126.389000', '155126.392000', '155126.395000', '155126.397000', '155126.400000', '155126.403000', '155126.406000', '155126.409000', '155126.411000', '155126.414000', '155126.417000', '155146.295000', '155146.298000', '155146.301000', '155146.304000', '155146.307000', '155146.309000', '155146.312000', '155146.315000', '155146.318000', '155146.321000', '155146.324000', '155146.326000', '155146.329000', '155146.332000', '155146.335000', '155146.338000', '155146.341000', '155146.344000', '155146.346000', '155146.349000', '155146.352000', '155146.355000', '155146.358000', '155146.360000', '155146.363000', '155146.366000', '155146.369000', '155146.372000', '155146.375000', '155146.377000', '155146.380000', '155146.383000', '155146.386000', '155146.389000', '155146.392000', '155146.395000', '155146.397000', '155146.400000', '155146.403000', '155146.406000', '155146.409000', '155146.411000', '155146.414000', '155146.417000', '155206.295000', '155206.298000', '155206.301000', '155206.304000', '155206.306000', '155206.309000', '155206.313000', '155206.316000', '155206.319000', '155206.322000', '155206.325000', '155206.328000', '155206.330000', '155206.333000', '155206.347000', '155206.350000', '155206.353000', '155206.356000', '155206.359000', '155206.362000', '155206.364000', '155206.367000', '155206.370000', '155206.373000', '155206.376000', '155206.379000', '155206.382000', '155206.385000', '155206.388000', '155206.391000', '155206.393000', '155206.396000', '155206.399000', '155206.402000', '155206.405000', '155206.407000', '155206.410000', '155206.413000', '155206.416000', '155206.419000', '155206.421000', '155206.424000', '155206.427000', '155226.295000', '155226.300000', '155226.303000', '155226.306000', '155226.309000', '155226.312000', '155226.315000', '155226.317000', '155226.320000', '155226.323000', '155226.326000', '155226.329000', '155226.331000', '155226.334000', '155226.337000', '155226.340000', '155226.343000', '155226.346000', '155226.348000', '155226.351000', '155226.354000', '155226.357000', '155226.360000', '155226.363000', '155226.365000', '155226.368000', '155226.371000', '155226.374000', '155226.377000', '155226.379000', '155226.382000', '155226.385000', '155226.388000', '155226.391000', '155226.394000', '155226.396000', '155226.399000', '155226.402000', '155226.405000', '155226.408000', '155226.410000', '155226.413000', '155226.416000', '155226.419000', '155246.295000', '155246.298000', '155246.301000', '155246.304000', '155246.307000', '155246.309000', '155246.312000', '155246.315000', '155246.318000', '155246.321000', '155246.323000', '155246.326000', '155246.329000', '155246.332000', '155246.335000', '155246.338000', '155246.340000', '155246.343000', '155246.346000', '155246.349000', '155246.351000', '155246.354000', '155246.357000', '155246.360000', '155246.363000', '155246.366000', '155246.368000', '155246.371000', '155246.374000', '155246.377000', '155246.380000', '155246.383000', '155246.386000', '155246.388000', '155246.391000', '155246.394000', '155246.397000', '155246.400000', '155246.402000', '155246.405000', '155246.408000', '155246.411000', '155246.414000', '155306.295000', '155306.298000', '155306.301000', '155306.304000', '155306.306000', '155306.309000', '155306.312000', '155306.315000', '155306.318000', '155306.321000', '155306.323000', '155306.326000', '155306.329000', '155306.332000', '155306.335000', '155306.337000', '155306.340000', '155306.343000', '155306.346000', '155306.349000', '155306.351000', '155306.354000', '155306.357000', '155306.360000', '155306.363000', '155306.365000', '155306.368000', '155306.371000', '155306.374000', '155306.377000', '155306.380000', '155306.382000', '155306.385000', '155306.388000', '155306.391000', '155306.394000', '155306.396000', '155306.399000', '155306.402000', '155306.405000', '155306.408000', '155306.411000', '155306.413000', '155306.416000', '155326.295000', '155326.298000', '155326.301000', '155326.311000', '155326.314000', '155326.317000', '155326.320000', '155326.323000', '155326.325000', '155326.328000', '155326.331000', '155326.347000', '155326.350000', '155326.354000', '155326.357000', '155326.360000', '155326.363000', '155326.366000', '155326.368000', '155326.371000', '155326.374000', '155326.377000', '155326.380000', '155326.382000', '155326.385000', '155326.388000', '155326.391000', '155326.394000', '155326.397000', '155326.400000', '155326.402000', '155326.405000', '155326.408000', '155326.411000', '155326.414000', '155326.417000', '155326.421000', '155326.424000', '155326.427000', '155326.430000', '155326.433000', '155326.436000', '155326.439000', '155346.295000', '155346.298000', '155346.301000', '155346.304000', '155346.306000', '155346.309000', '155346.312000', '155346.315000', '155346.318000', '155346.320000', '155346.323000', '155346.326000', '155346.329000', '155346.332000', '155346.335000', '155346.338000', '155346.340000', '155346.343000', '155346.346000', '155346.349000', '155346.352000', '155346.354000', '155346.357000', '155346.360000', '155346.363000', '155346.366000', '155346.369000', '155346.371000', '155346.374000', '155346.377000', '155346.380000', '155346.382000', '155346.385000', '155346.388000', '155346.391000', '155346.394000', '155346.397000', '155346.399000', '155346.402000', '155346.405000', '155346.408000', '155346.411000', '155346.413000', '155346.416000', '155406.295000', '155406.298000', '155406.301000', '155406.304000', '155406.307000', '155406.309000', '155406.312000', '155406.315000', '155406.318000', '155406.321000', '155406.324000', '155406.326000', '155406.329000', '155406.332000', '155406.335000', '155406.338000', '155406.341000', '155406.343000', '155406.346000', '155406.349000', '155406.352000', '155406.355000', '155406.357000', '155406.360000', '155406.363000', '155406.366000', '155406.369000', '155406.371000', '155406.374000', '155406.377000', '155406.380000', '155406.383000', '155406.385000', '155406.388000', '155406.391000', '155406.394000', '155406.397000', '155406.400000', '155406.403000', '155406.405000', '155406.408000', '155406.411000', '155406.414000', '155426.295000', '155426.298000', '155426.301000', '155426.304000', '155426.307000', '155426.309000', '155426.312000', '155426.315000', '155426.318000', '155426.321000', '155426.324000', '155426.326000', '155426.329000', '155426.332000', '155426.335000', '155426.337000', '155426.340000', '155426.343000', '155426.346000', '155426.349000', '155426.352000', '155426.354000', '155426.357000', '155426.360000', '155426.363000', '155426.366000', '155426.369000', '155426.371000', '155426.374000', '155426.377000', '155426.380000', '155426.383000', '155426.386000', '155426.388000', '155426.391000', '155426.394000', '155426.397000', '155426.400000', '155426.403000', '155426.405000', '155426.408000', '155426.411000', '155426.414000', '155426.417000', '155446.295000', '155446.298000', '155446.301000', '155446.304000', '155446.307000', '155446.309000', '155446.312000', '155446.315000', '155446.318000', '155446.321000', '155446.324000', '155446.326000', '155446.329000', '155446.332000', '155446.342000', '155446.345000', '155446.347000', '155446.350000', '155446.353000', '155446.356000', '155446.359000', '155446.362000', '155446.365000', '155446.367000', '155446.370000', '155446.373000', '155446.376000', '155446.378000', '155446.381000', '155446.384000', '155446.387000', '155446.391000', '155446.394000', '155446.397000', '155446.400000', '155446.403000', '155446.406000', '155446.408000', '155446.411000', '155446.414000', '155446.417000', '155446.420000', '155446.422000', '155506.295000', '155506.298000', '155506.301000', '155506.304000', '155506.306000', '155506.309000', '155506.312000', '155506.315000', '155506.318000', '155506.321000', '155506.323000', '155506.326000', '155506.329000', '155506.332000', '155506.334000', '155506.337000', '155506.340000', '155506.343000', '155506.346000', '155506.348000', '155506.351000', '155506.354000', '155506.357000', '155506.360000', '155506.363000', '155506.366000', '155506.369000', '155506.371000', '155506.374000', '155506.377000', '155506.380000', '155506.383000', '155506.386000', '155506.388000', '155506.391000', '155506.394000', '155506.397000', '155506.400000', '155506.403000', '155506.405000', '155506.408000', '155506.411000', '155506.414000', '155506.417000', '155526.295000', '155526.298000', '155526.301000', '155526.304000', '155526.307000', '155526.309000', '155526.312000', '155526.315000', '155526.318000', '155526.321000', '155526.323000', '155526.326000', '155526.329000', '155526.332000', '155526.335000', '155526.337000', '155526.340000', '155526.343000', '155526.346000', '155526.349000', '155526.352000', '155526.354000', '155526.357000', '155526.360000', '155526.363000', '155526.366000', '155526.368000', '155526.371000', '155526.374000', '155526.377000', '155526.380000', '155526.382000', '155526.385000', '155526.388000', '155526.391000', '155526.394000', '155526.396000', '155526.399000', '155526.402000', '155526.405000', '155526.408000', '155526.411000', '155526.413000', '155546.295000', '155546.298000', '155546.301000', '155546.304000', '155546.306000', '155546.309000', '155546.312000', '155546.315000', '155546.318000', '155546.321000', '155546.323000', '155546.326000', '155546.329000', '155546.332000', '155546.335000', '155546.337000', '155546.340000', '155546.343000', '155546.346000', '155546.356000', '155546.359000', '155546.362000', '155546.365000', '155546.367000', '155546.370000', '155546.373000', '155546.376000', '155546.379000', '155546.381000', '155546.384000', '155546.387000', '155546.390000', '155546.393000', '155546.395000', '155546.398000', '155546.401000', '155546.404000', '155546.407000', '155546.409000', '155546.412000', '155546.415000', '155546.418000', '155546.421000', '155546.424000', '155606.295000', '155606.298000', '155606.301000', '155606.304000', '155606.307000', '155606.309000', '155606.312000', '155606.315000', '155606.318000', '155606.321000', '155606.323000', '155606.326000', '155606.329000', '155606.332000', '155606.335000', '155606.337000', '155606.340000', '155606.343000', '155606.346000', '155606.349000', '155606.352000', '155606.355000', '155606.357000', '155606.360000', '155606.363000', '155606.366000', '155606.369000', '155606.371000', '155606.374000', '155606.377000', '155606.380000', '155606.383000', '155606.386000', '155606.388000', '155606.391000', '155606.394000', '155606.397000', '155606.400000', '155606.403000', '155606.405000', '155606.408000', '155606.411000', '155606.414000', '155626.295000', '155626.298000', '155626.301000', '155626.304000', '155626.307000', '155626.309000', '155626.312000', '155626.315000', '155626.318000', '155626.321000', '155626.324000', '155626.326000', '155626.329000', '155626.332000', '155626.335000', '155626.338000', '155626.341000', '155626.343000', '155626.346000', '155626.349000', '155626.352000', '155626.355000', '155626.357000', '155626.360000', '155626.363000', '155626.366000', '155626.368000', '155626.371000', '155626.374000', '155626.377000', '155626.380000', '155626.383000', '155626.385000', '155626.388000', '155626.391000', '155626.395000', '155626.398000', '155626.401000', '155626.403000', '155626.406000', '155626.409000', '155626.412000', '155626.415000', '155626.418000', '155632.781000', '155632.784000', '155632.787000', '155632.790000', '155632.793000', '155632.796000', '155632.799000', '155632.802000', '155632.805000', '155632.808000', '155632.811000', '155632.813000', '155632.816000', '155632.819000'], '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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'LargestImagePixelValue': [11036, 10687, 9995, 12517, 10828, 10319, 11271, 10332, 10344, 10128, 11804, 10864, 9662, 10719, 10663, 10253, 11598, 10471, 10728, 10903, 11119, 10744, 9850, 11267, 10485, 10476, 11924, 10607, 10628, 10461, 9294, 10316, 10345, 10586, 10553, 9753, 9337, 10218, 10503, 11657, 10095, 10171, 10321, 9669, 10789, 10675, 10696, 10603, 9968, 9780, 10453, 10610, 12276, 10814, 10681, 11528, 10332, 10461, 11061, 11030, 10778, 10249, 10033, 10531, 10297, 12406, 11207, 10729, 11612, 10145, 10748, 10773, 11074, 11062, 10494, 11249, 10407, 10412, 11802, 9917, 10562, 11003, 11036, 10813, 10308, 11072, 10565, 10709, 9936, 10780, 10056, 10130, 11110, 10465, 12526, 10926, 10545, 11343, 9519, 10620, 10622, 11266, 10899, 10367, 11418, 10626, 9909, 11010, 10484, 10940, 11803, 10510, 10691, 11509, 10853, 10883, 11035, 9878, 9283, 10352, 10621, 10807, 12290, 9775, 10901, 11330, 10575, 10980, 10960, 10821, 11136, 10691, 11447, 10481, 10325, 13338, 11391, 10717, 12229, 10408, 10524, 10574, 10557, 10869, 10453, 11249, 10650, 9525, 11397, 10246, 12070, 11707, 10869, 10302, 10592, 10816, 10366, 12280, 10735, 10461, 11158, 10435, 10482, 11101, 11814, 11054, 10944, 11252, 10772, 10173, 11519, 10768, 10668, 12136, 10571, 10490, 11095, 11352, 11050, 10432, 11312, 10864, 9861, 10191, 10957, 10832, 11836, 10388, 10775, 10574, 10860, 10389, 10423, 10947, 11097, 10041, 11052, 10844, 10316, 10600, 10512, 10718, 11946, 10858, 10552, 11558, 9925, 10863, 11263, 10825, 10660, 10737, 11672, 11125, 10317, 10954, 10660, 10441, 12359, 10863, 10668, 12475, 10487, 10491, 12308, 10551, 10794, 10875, 11570, 10536, 10299, 11405, 11319, 10189, 11282, 10569, 10396, 12047, 10639, 10866, 11030, 10066, 10864, 10515, 11427, 11188, 10819, 11555, 10669, 9905, 10046, 10964, 10815, 12021, 11338, 11024, 11896, 10198, 11205, 10662, 11149, 11271, 10060, 11634, 11423, 9967, 11550, 11150, 10531, 12445, 10931, 11033, 12265, 11067, 10823, 12376, 11180, 11144, 10550, 11685, 10978, 10271, 10979, 10905, 10686, 12197, 11181, 10732, 11428, 10425, 11171, 10855, 12146, 10898, 10123, 11712, 11302, 9939, 10777, 10630, 10342, 12017, 11057, 10861, 10996, 10246, 10848, 10180, 10901, 11077, 10131, 11395, 10864, 9995, 10868, 10811, 10831, 12055, 11195, 10625, 11242, 10341, 11499, 10968, 11909, 10868, 10108, 11343, 11172, 11028, 11912, 11084, 10667, 11704, 10679, 10896, 10876, 11179, 11250, 10094, 11202, 10885, 10253, 11014, 11086, 10537, 10857, 11100, 10787, 12153, 10279, 11051, 10701, 11211, 11341, 10329, 11392, 10927, 9944, 10271, 10846, 11442, 11731, 10793, 10942, 10691, 10003, 11145, 10869, 11222, 10755, 11011, 11317, 10510, 11223, 11690, 10580, 10954, 10610, 9314, 11124, 10561, 10688, 11223, 10565, 10857, 11017, 10856, 12727, 10793, 11006, 11630, 11034, 11175, 11571, 11157, 11402, 11327, 11716, 11231, 10843, 11502, 11456, 10820, 11684, 10914, 10237, 10881, 11208, 11344, 12470, 10942, 10833, 11473, 9865, 11216, 10777, 11612, 11317, 10176, 10675, 11129, 10823, 12294, 10564, 10927, 12010, 11098, 10780, 11576, 9908, 10882, 10834, 11335, 10882, 10578, 11455, 11484, 9869, 11544, 11049, 10655, 12570, 10959, 11095, 11882, 10230, 11000, 11745, 11371, 11339, 10758, 11755, 10916, 9892, 11178, 11305, 10655, 10624, 11236, 10739, 11682, 11755, 11019, 10821, 10740, 10914, 10823, 11223, 11318, 10369, 11667, 10800, 10202, 11236, 11211, 10816, 12404, 10697, 10913, 11118, 10646, 11135, 10037, 10919, 10892, 10558, 10757, 10632, 10877, 11500, 10331, 10823, 11034, 10186, 11136, 10536, 11109, 10900, 10444, 11683, 11323, 10529, 11578, 11290, 10477, 10199, 11004, 10903, 12397, 11048, 11193, 12201, 10537, 11072, 11074, 12177, 10889, 10976, 11638, 11178, 9895, 11405, 10983, 10847, 12189, 10875, 10910, 11075, 9986, 10889, 10508, 12120, 11190, 9919, 11459, 11262, 10185, 10825, 10979, 11197, 12190, 10668, 10691, 11233, 10495, 11342, 10580, 11890, 11155, 10371, 11511, 10939, 10641, 12333, 11339, 10778, 10662, 11053, 11158, 10183, 11718, 11082, 10231, 11413, 11032, 10705, 10499, 10738, 10618, 11562, 10594, 11079, 11408, 10307, 11255, 10507, 11193, 10785, 10204, 11171, 11213, 9956, 10741, 10865, 10651, 12234, 10154, 10896, 11177, 10765, 11116, 10088, 11113, 10904, 10221, 10643, 10636, 11078, 11687, 10898, 11011, 11010, 10799, 11048, 10337, 10468, 10945, 10208, 11117, 10980, 10983, 12103, 10844, 11025, 11507, 10229, 11265, 10865, 11000, 11152, 10885, 11378, 10710, 9921, 11038, 10871, 10823, 12152, 11380, 10940, 11158, 10064, 11008, 10702, 10756, 11115, 10221, 11303, 11070, 10373, 10527, 11192, 11059, 11677, 10505, 10900, 11128, 10730, 10980, 10935, 9799, 10907, 10750, 11625, 11334, 10605, 11668, 11024, 10228, 11032, 11222, 10066, 10164, 10540, 10636, 11125, 11164, 11227, 12132, 11134, 10859, 11673, 10477, 11153, 11411, 11790, 9260, 10499, 10654, 10571, 12498, 10266, 11242, 10931, 11873, 10950, 10291, 10649, 11180, 10001, 11225, 10722, 10170, 11129, 11501, 10936, 11997, 10836, 10692, 11064, 11885, 11313, 10121, 11502, 10772, 10194, 10653, 11054, 11002, 11572, 10922, 10756, 10700, 9891, 11248, 10132, 11488, 11120, 10083, 10064, 10849, 10161, 10674, 10902, 9777, 10514, 11033, 10595, 12327, 10975, 10943, 11225, 10279, 10758, 11021, 11413, 11421, 10263, 11624, 11080, 10302, 11623, 11184, 11034, 13268, 11039, 10453, 11997, 10835, 11336, 11274, 10497, 10989, 10290, 11225, 11317, 10141, 11287, 11105, 10096, 11569, 11136, 10037, 11640, 10985, 10184, 11045, 11417, 10764, 12364, 11396, 10783, 11623, 10357, 11170, 10610, 11348, 11265, 9626, 11502, 11446, 9942, 11502, 11059, 10167, 10333, 11665, 11200, 11624, 10016, 11292, 10725, 10559, 11141, 10232, 11667, 11563, 9838, 11508, 11493, 10409, 10689, 11614, 11047, 11563, 11024, 11097, 11762, 10497, 11208, 11360, 11692, 10983, 10018, 11179, 11086, 10719, 10663, 11088, 10841, 10191, 10829, 10936, 11446, 9914, 11001, 10974, 10760, 11182, 10477, 11459, 11573, 9991, 10367, 10646, 10800, 11829, 11160, 10860, 10642, 11067, 11254, 9948, 11615, 11111, 10085, 10876, 10852, 10167, 10117, 10813, 10859, 11573, 10197, 11353, 10431, 11212, 10868, 9723, 10639, 11023, 9808, 8807, 11097, 11017, 11256, 10165, 10898, 11312, 9825, 10787, 10721, 9769, 11064, 10570, 11149, 11280, 10415, 11186, 10841, 10251, 10384, 11139, 11133, 12415, 10782, 11137, 11346, 10234, 10628, 10985, 10561, 11120, 10168, 10778, 10455, 10253, 10774, 10303, 10950, 11825, 10817, 11138, 11089, 9254, 10954, 10261, 10662, 11145, 10322, 10542, 10821, 10098, 10546, 10818, 10935, 12253, 10386, 11203, 11379, 9870, 10840, 11040, 10778, 11525, 10541, 11584, 11221, 10273, 10520, 11033, 11006, 12578, 10611, 11139, 11972, 10717, 10993, 10985, 9673, 11461, 10600, 10772, 10984, 10162, 10122, 10769, 11285, 11910, 10445, 10826, 11325, 10125, 11021, 10152, 11177, 10832, 10095, 10305, 10594, 11183, 12208, 10666, 11088, 11087, 10063, 10637, 10537, 10962, 11108, 10130, 11779, 11315, 10754, 10937, 10983, 11090, 13008, 11075, 10644, 11759, 10642, 11383, 11113, 11430, 10803, 10262, 10856, 10942, 9745, 10828, 10776, 10751, 11065, 10986, 11307, 11720, 10403, 11060, 10848, 9982, 11263, 10875, 11896, 11464, 11144, 11323, 11210, 11273, 11392, 11606, 10122, 11161, 11039, 10053, 10064, 7451, 10730, 11479, 11352, 11065, 10758, 10047, 9695, 10865, 10996, 12107, 10307, 11234, 11277, 11342, 10900, 10726, 10986, 10884, 10951, 12234, 10550, 10830, 11589, 10217, 10934, 10873, 11414, 10810, 10113, 10522, 10736, 10939, 11609, 10597, 10878, 10310, 9783, 11093, 10146, 11109, 11133, 10037, 10917, 11024, 9841, 10478, 10801, 10770, 12131, 11119, 11075, 11196, 9574, 10822, 10416, 10825, 11298, 10419, 11052, 11002, 10553, 11750, 11045, 11166, 11606, 10476, 10832, 10821, 10203, 11359, 10426, 10520, 10943, 9916, 10604, 10484, 10856, 11890, 10992, 11070, 10963, 10847, 11132, 10458, 10387, 10857, 10277, 10132, 10473, 9882, 10135, 10750, 11050, 12012, 10234, 10908, 10979, 9847, 11160, 10952, 11692, 10912, 10049, 11164, 10931, 10861, 13143, 10904, 10766, 11430, 10508, 10956, 11220, 11491, 11058, 10657, 11872, 11074, 10431, 10853, 10693, 10764, 12461, 11133, 10551, 11234, 9995, 10988, 10101, 11738, 10895, 9855, 10921, 10904, 10983, 11437, 11078, 10941, 11260, 10776, 10666, 11011, 11135, 11158, 10193, 11611, 11063, 10309, 10893, 10769, 10375, 10413, 10644, 10839, 11953, 11374, 11295, 10633, 10038, 11091, 10223, 10915, 11284, 10358, 11549, 11063, 10314, 11084, 11070, 10199, 10409, 11119, 10827, 11101, 10771, 10682, 11777, 9692, 11012, 10819, 10116, 10809, 10239, 10675, 11154, 10487, 11986, 10969, 10218, 11252, 10791, 10234, 10544, 11336, 11187, 11188, 10977, 10614, 11949, 10804, 10948, 11109, 10348, 10903, 10415, 11338, 10701, 10363, 11179, 10724, 10213, 10556, 10383, 10754, 11824, 10244, 10995, 11216, 10388, 10552, 10528, 10568, 11105, 10149, 11628, 11036, 10431, 11085, 10746, 10928, 11323, 11023, 10538, 11665, 10371, 11064, 10015, 10316, 10758, 10579, 11356, 11182, 10214, 11322, 11040, 10513, 10209, 10629, 10909, 11697, 10307, 10557, 10619, 9795, 11125, 10104, 11320, 11202, 10102, 10314, 10837, 11180, 11857, 10873, 10919, 11122, 9659, 9339, 11433, 11295, 11943, 11394, 10896, 10028, 10983, 11031, 10809, 11987, 10221, 11218, 10787, 11660, 10912, 10399, 11025, 10593, 10674, 11214, 10935, 10831, 11705, 10185, 10558, 10877, 11290, 11355, 10407, 11214, 10662, 10354, 10397, 10767, 11304, 11661, 10453, 11082, 11157, 10867, 10612, 10451, 9802, 11170, 10226, 10938, 10964, 10143, 10968, 10803, 10242, 11182, 10658, 10033, 10623, 10867, 10816, 12113, 11002, 10975, 11030, 10204, 10654, 10827, 10151, 10887, 10306, 10766, 10514, 10146, 10373, 10473, 10784, 12077, 11124, 10772, 11161, 10382, 10710, 11004, 11181, 11049, 10413, 11517, 10844, 10041, 10317, 10649, 10808, 11856, 10592, 10572, 11092, 10135, 10858, 10146, 11245, 10537, 10246, 9997, 10827, 10927, 11589, 10640, 10723, 10629, 9535, 10794, 10263, 11267, 10715, 10174, 10571, 10525, 10740, 11917, 10342, 11000, 10947, 10446, 11135, 10457, 10817, 11075, 10860, 12020, 10347, 10545, 10690, 11090, 10984, 10146, 11539, 10891, 10101, 10661, 10907, 10859, 11713, 10858, 10673, 10667, 9760, 11124, 10385, 11370, 10749, 10119, 10508, 10652, 10113, 10078, 10554, 10727, 11822, 10115, 10836, 11046, 10940, 11068, 10401, 11160, 10697, 10773, 11325, 11024, 10283, 11156, 10652, 10424, 12990, 10843, 10922, 11282, 10879, 11041, 10631, 11066, 11182, 10364, 11954, 11287, 10620, 11764, 11017, 10297, 11287, 10863, 10531, 10294, 10794, 10576, 12054, 10650, 10715, 11300, 10788, 10719, 10341, 11137, 10762, 10422, 11530, 10685, 10197, 11119, 10551, 10422, 11617, 10072, 10923, 10212, 10105, 10643, 10326, 11475, 11215, 10057, 10768, 10680, 10212, 10015, 11034, 11013, 11220, 10406, 10726, 10435, 10338, 11105, 10303, 11139, 10963, 10240, 10172, 8666, 9450, 11203, 11485, 12586, 10943, 10893, 10901, 11021, 10847, 10463, 9693, 10503, 10807, 11453, 10196, 10947, 10705, 11764, 10822, 10038, 11228, 10505, 10831, 12240, 10668, 10684, 10697, 10460, 10863, 10240, 11421, 11015, 10637, 10357, 10944, 11199, 11356, 10699, 10768, 10478, 11116, 11053, 10277, 10715, 10810, 10047, 10609, 10395, 10673, 11591, 10631, 11257, 10646, 11167, 10747, 10072, 11060, 10743, 10763, 10029, 10345, 10860, 11302, 10632, 10535, 10597, 10198, 11053, 10084, 10955, 10739, 10001, 9973, 10129, 11053, 11908, 11161, 10929, 11610, 10797, 10534, 10498, 10979, 11108, 10165, 10804, 10532, 10128, 11490, 10362, 10964, 11463, 10354, 10878], 'WindowCenter': [3853.0, 3839.0, 3827.0, 3834.0, 3822.0, 3812.0, 3821.0, 3810.0, 3811.0, 3810.0, 3819.0, 3809.0, 3798.0, 3809.0, 3810.0, 3811.0, 3820.0, 3810.0, 3821.0, 3810.0, 3821.0, 3822.0, 3811.0, 3820.0, 3822.0, 3823.0, 3821.0, 3821.0, 3822.0, 3812.0, 3802.0, 3823.0, 3812.0, 3823.0, 3823.0, 3813.0, 3812.0, 3822.0, 3824.0, 3834.0, 3812.0, 3823.0, 3812.0, 3812.0, 3823.0, 3824.0, 3823.0, 3824.0, 3812.0, 3812.0, 3823.0, 3825.0, 3833.0, 3822.0, 3825.0, 3823.0, 3813.0, 3823.0, 3823.0, 3823.0, 3823.0, 3823.0, 3812.0, 3822.0, 3813.0, 3832.0, 3822.0, 3822.0, 3823.0, 3811.0, 3821.0, 3822.0, 3820.0, 3822.0, 3823.0, 3821.0, 3813.0, 3822.0, 3821.0, 3811.0, 3811.0, 3822.0, 3822.0, 3823.0, 3811.0, 3822.0, 3822.0, 3822.0, 3812.0, 3821.0, 3812.0, 3811.0, 3822.0, 3823.0, 3832.0, 3822.0, 3823.0, 3822.0, 3811.0, 3822.0, 3811.0, 3820.0, 3822.0, 3823.0, 3822.0, 3824.0, 3824.0, 3822.0, 3822.0, 3823.0, 3820.0, 3822.0, 3823.0, 3821.0, 3821.0, 3823.0, 3823.0, 3812.0, 3812.0, 3822.0, 3824.0, 3835.0, 3834.0, 3814.0, 3823.0, 3835.0, 3823.0, 3823.0, 3823.0, 3819.0, 3822.0, 3824.0, 3822.0, 3811.0, 3812.0, 3831.0, 3822.0, 3821.0, 3821.0, 3809.0, 3811.0, 3810.0, 3810.0, 3809.0, 3809.0, 3821.0, 3821.0, 3811.0, 3835.0, 3825.0, 3834.0, 3822.0, 3823.0, 3812.0, 3811.0, 3821.0, 3812.0, 3822.0, 3823.0, 3822.0, 3821.0, 3811.0, 3821.0, 3821.0, 3820.0, 3821.0, 3821.0, 3822.0, 3811.0, 3810.0, 3820.0, 3809.0, 3810.0, 3820.0, 3809.0, 3811.0, 3821.0, 3820.0, 3821.0, 3812.0, 3820.0, 3821.0, 3810.0, 3809.0, 3810.0, 3820.0, 3821.0, 3810.0, 3823.0, 3822.0, 3822.0, 3821.0, 3822.0, 3821.0, 3822.0, 3811.0, 3822.0, 3822.0, 3824.0, 3822.0, 3824.0, 3823.0, 3833.0, 3824.0, 3823.0, 3823.0, 3811.0, 3825.0, 3823.0, 3823.0, 3823.0, 3822.0, 3821.0, 3822.0, 3822.0, 3822.0, 3822.0, 3823.0, 3833.0, 3822.0, 3823.0, 3832.0, 3822.0, 3822.0, 3831.0, 3810.0, 3821.0, 3821.0, 3821.0, 3821.0, 3810.0, 3821.0, 3821.0, 3824.0, 3821.0, 3822.0, 3812.0, 3819.0, 3821.0, 3822.0, 3820.0, 3810.0, 3821.0, 3810.0, 3821.0, 3822.0, 3821.0, 3821.0, 3821.0, 3810.0, 3810.0, 3821.0, 3823.0, 3822.0, 3821.0, 3836.0, 3835.0, 3822.0, 3824.0, 3812.0, 3821.0, 3823.0, 3812.0, 3821.0, 3833.0, 3812.0, 3833.0, 3833.0, 3823.0, 3832.0, 3822.0, 3823.0, 3832.0, 3822.0, 3822.0, 3831.0, 3820.0, 3822.0, 3810.0, 3820.0, 3821.0, 3811.0, 3822.0, 3820.0, 3811.0, 3821.0, 3821.0, 3821.0, 3819.0, 3809.0, 3821.0, 3811.0, 3819.0, 3811.0, 3809.0, 3820.0, 3820.0, 3811.0, 3809.0, 3810.0, 3809.0, 3819.0, 3821.0, 3820.0, 3809.0, 3809.0, 3820.0, 3809.0, 3821.0, 3821.0, 3810.0, 3821.0, 3821.0, 3811.0, 3819.0, 3821.0, 3821.0, 3821.0, 3821.0, 3811.0, 3808.0, 3809.0, 3820.0, 3809.0, 3819.0, 3811.0, 3809.0, 3819.0, 3819.0, 3821.0, 3819.0, 3821.0, 3821.0, 3820.0, 3809.0, 3822.0, 3820.0, 3821.0, 3822.0, 3810.0, 3821.0, 3822.0, 3811.0, 3820.0, 3820.0, 3823.0, 3820.0, 3822.0, 3822.0, 3821.0, 3809.0, 3823.0, 3812.0, 3820.0, 3822.0, 3824.0, 3823.0, 3823.0, 3812.0, 3810.0, 3820.0, 3833.0, 3821.0, 3822.0, 3824.0, 3821.0, 3812.0, 3822.0, 3822.0, 3821.0, 3821.0, 3824.0, 3820.0, 3820.0, 3822.0, 3821.0, 3810.0, 3823.0, 3821.0, 3801.0, 3834.0, 3821.0, 3823.0, 3833.0, 3824.0, 3824.0, 3824.0, 3823.0, 3832.0, 3822.0, 3823.0, 3822.0, 3822.0, 3823.0, 3821.0, 3822.0, 3822.0, 3824.0, 3832.0, 3823.0, 3821.0, 3832.0, 3832.0, 3821.0, 3821.0, 3821.0, 3811.0, 3820.0, 3822.0, 3823.0, 3832.0, 3821.0, 3822.0, 3821.0, 3811.0, 3822.0, 3821.0, 3821.0, 3822.0, 3812.0, 3810.0, 3822.0, 3822.0, 3832.0, 3812.0, 3823.0, 3820.0, 3820.0, 3822.0, 3822.0, 3810.0, 3823.0, 3820.0, 3820.0, 3821.0, 3823.0, 3822.0, 3821.0, 3811.0, 3821.0, 3821.0, 3823.0, 3831.0, 3820.0, 3822.0, 3821.0, 3810.0, 3821.0, 3820.0, 3821.0, 3820.0, 3811.0, 3819.0, 3810.0, 3799.0, 3808.0, 3821.0, 3811.0, 3809.0, 3821.0, 3821.0, 3820.0, 3832.0, 3822.0, 3821.0, 3822.0, 3821.0, 3809.0, 3820.0, 3821.0, 3811.0, 3821.0, 3822.0, 3810.0, 3822.0, 3820.0, 3822.0, 3831.0, 3821.0, 3821.0, 3819.0, 3820.0, 3821.0, 3812.0, 3820.0, 3821.0, 3822.0, 3820.0, 3823.0, 3823.0, 3832.0, 3822.0, 3824.0, 3821.0, 3821.0, 3822.0, 3821.0, 3835.0, 3823.0, 3821.0, 3831.0, 3823.0, 3822.0, 3821.0, 3822.0, 3825.0, 3811.0, 3823.0, 3823.0, 3831.0, 3822.0, 3823.0, 3833.0, 3821.0, 3822.0, 3821.0, 3820.0, 3820.0, 3821.0, 3819.0, 3820.0, 3810.0, 3819.0, 3810.0, 3809.0, 3821.0, 3810.0, 3821.0, 3819.0, 3809.0, 3820.0, 3810.0, 3831.0, 3821.0, 3810.0, 3820.0, 3821.0, 3812.0, 3808.0, 3809.0, 3821.0, 3820.0, 3809.0, 3809.0, 3809.0, 3808.0, 3819.0, 3810.0, 3819.0, 3819.0, 3809.0, 3819.0, 3820.0, 3810.0, 3819.0, 3819.0, 3822.0, 3809.0, 3808.0, 3820.0, 3811.0, 3819.0, 3820.0, 3809.0, 3819.0, 3819.0, 3821.0, 3810.0, 3820.0, 3810.0, 3820.0, 3809.0, 3821.0, 3820.0, 3809.0, 3822.0, 3810.0, 3820.0, 3820.0, 3809.0, 3822.0, 3833.0, 3811.0, 3821.0, 3822.0, 3822.0, 3831.0, 3810.0, 3822.0, 3822.0, 3820.0, 3821.0, 3811.0, 3820.0, 3821.0, 3822.0, 3810.0, 3810.0, 3821.0, 3820.0, 3820.0, 3822.0, 3820.0, 3820.0, 3821.0, 3811.0, 3820.0, 3822.0, 3822.0, 3821.0, 3822.0, 3823.0, 3832.0, 3821.0, 3834.0, 3821.0, 3810.0, 3822.0, 3822.0, 3820.0, 3821.0, 3821.0, 3820.0, 3810.0, 3812.0, 3821.0, 3822.0, 3821.0, 3831.0, 3820.0, 3821.0, 3820.0, 3810.0, 3822.0, 3810.0, 3820.0, 3823.0, 3823.0, 3822.0, 3833.0, 3823.0, 3822.0, 3822.0, 3824.0, 3832.0, 3822.0, 3824.0, 3822.0, 3823.0, 3823.0, 3822.0, 3811.0, 3822.0, 3821.0, 3821.0, 3822.0, 3823.0, 3832.0, 3822.0, 3811.0, 3820.0, 3821.0, 3823.0, 3822.0, 3822.0, 3823.0, 3821.0, 3833.0, 3835.0, 3834.0, 3822.0, 3822.0, 3821.0, 3821.0, 3821.0, 3822.0, 3820.0, 3800.0, 3821.0, 3822.0, 3823.0, 3832.0, 3822.0, 3822.0, 3823.0, 3821.0, 3822.0, 3810.0, 3821.0, 3822.0, 3811.0, 3820.0, 3820.0, 3810.0, 3820.0, 3821.0, 3822.0, 3822.0, 3810.0, 3809.0, 3809.0, 3819.0, 3819.0, 3810.0, 3818.0, 3808.0, 3809.0, 3808.0, 3819.0, 3820.0, 3820.0, 3821.0, 3820.0, 3809.0, 3809.0, 3832.0, 3810.0, 3820.0, 3832.0, 3821.0, 3810.0, 3822.0, 3821.0, 3822.0, 3822.0, 3823.0, 3823.0, 3822.0, 3822.0, 3832.0, 3822.0, 3823.0, 3822.0, 3811.0, 3822.0, 3821.0, 3832.0, 3822.0, 3811.0, 3820.0, 3821.0, 3811.0, 3820.0, 3821.0, 3821.0, 3830.0, 3809.0, 3809.0, 3819.0, 3820.0, 3821.0, 3820.0, 3809.0, 3820.0, 3808.0, 3819.0, 3823.0, 3810.0, 3820.0, 3822.0, 3822.0, 3821.0, 3821.0, 3811.0, 3820.0, 3820.0, 3811.0, 3821.0, 3820.0, 3822.0, 3820.0, 3820.0, 3820.0, 3819.0, 3808.0, 3819.0, 3808.0, 3808.0, 3819.0, 3799.0, 3819.0, 3820.0, 3810.0, 3820.0, 3820.0, 3811.0, 3810.0, 3820.0, 3821.0, 3821.0, 3809.0, 3823.0, 3821.0, 3821.0, 3822.0, 3810.0, 3820.0, 3821.0, 3812.0, 3821.0, 3832.0, 3822.0, 3821.0, 3832.0, 3822.0, 3821.0, 3821.0, 3822.0, 3820.0, 3810.0, 3822.0, 3822.0, 3820.0, 3821.0, 3811.0, 3820.0, 3821.0, 3822.0, 3810.0, 3820.0, 3821.0, 3809.0, 3821.0, 3821.0, 3820.0, 3812.0, 3823.0, 3821.0, 3822.0, 3821.0, 3810.0, 3819.0, 3820.0, 3812.0, 3809.0, 3810.0, 3821.0, 3820.0, 3821.0, 3821.0, 3810.0, 3821.0, 3821.0, 3810.0, 3821.0, 3821.0, 3822.0, 3820.0, 3819.0, 3811.0, 3809.0, 3820.0, 3821.0, 3820.0, 3810.0, 3822.0, 3821.0, 3820.0, 3821.0, 3799.0, 3810.0, 3821.0, 3811.0, 3801.0, 3823.0, 3834.0, 3822.0, 3823.0, 3824.0, 3823.0, 3813.0, 3835.0, 3823.0, 3822.0, 3833.0, 3822.0, 3822.0, 3834.0, 3823.0, 3821.0, 3822.0, 3811.0, 3810.0, 3820.0, 3821.0, 3832.0, 3821.0, 3822.0, 3821.0, 3812.0, 3822.0, 3821.0, 3810.0, 3822.0, 3823.0, 3821.0, 3821.0, 3812.0, 3822.0, 3822.0, 3823.0, 3821.0, 3821.0, 3822.0, 3821.0, 3812.0, 3823.0, 3822.0, 3821.0, 3822.0, 3822.0, 3821.0, 3823.0, 3824.0, 3823.0, 3823.0, 3824.0, 3833.0, 3823.0, 3834.0, 3833.0, 3812.0, 3823.0, 3821.0, 3821.0, 3834.0, 3823.0, 3821.0, 3823.0, 3812.0, 3822.0, 3822.0, 3823.0, 3831.0, 3821.0, 3822.0, 3832.0, 3821.0, 3822.0, 3821.0, 3812.0, 3833.0, 3822.0, 3821.0, 3822.0, 3822.0, 3810.0, 3822.0, 3834.0, 3822.0, 3823.0, 3835.0, 3822.0, 3823.0, 3823.0, 3822.0, 3821.0, 3822.0, 3811.0, 3811.0, 3821.0, 3833.0, 3832.0, 3821.0, 3834.0, 3822.0, 3812.0, 3824.0, 3823.0, 3823.0, 3833.0, 3823.0, 3833.0, 3833.0, 3823.0, 3822.0, 3822.0, 3823.0, 3832.0, 3822.0, 3811.0, 3820.0, 3810.0, 3821.0, 3821.0, 3819.0, 3821.0, 3810.0, 3809.0, 3820.0, 3812.0, 3820.0, 3821.0, 3822.0, 3820.0, 3821.0, 3822.0, 3821.0, 3821.0, 3822.0, 3810.0, 3810.0, 3821.0, 3822.0, 3820.0, 3821.0, 3820.0, 3821.0, 3822.0, 3822.0, 3820.0, 3833.0, 3812.0, 3821.0, 3821.0, 3810.0, 3809.0, 3778.0, 3834.0, 3846.0, 3835.0, 3834.0, 3835.0, 3824.0, 3812.0, 3823.0, 3824.0, 3833.0, 3822.0, 3823.0, 3822.0, 3820.0, 3821.0, 3821.0, 3821.0, 3821.0, 3822.0, 3820.0, 3809.0, 3821.0, 3821.0, 3810.0, 3821.0, 3821.0, 3819.0, 3820.0, 3810.0, 3809.0, 3820.0, 3822.0, 3821.0, 3810.0, 3822.0, 3809.0, 3811.0, 3822.0, 3811.0, 3820.0, 3821.0, 3811.0, 3821.0, 3822.0, 3812.0, 3821.0, 3821.0, 3822.0, 3820.0, 3821.0, 3823.0, 3823.0, 3812.0, 3823.0, 3811.0, 3821.0, 3833.0, 3822.0, 3822.0, 3822.0, 3822.0, 3820.0, 3821.0, 3833.0, 3821.0, 3811.0, 3823.0, 3820.0, 3810.0, 3822.0, 3823.0, 3821.0, 3822.0, 3812.0, 3821.0, 3822.0, 3822.0, 3820.0, 3821.0, 3822.0, 3822.0, 3822.0, 3823.0, 3821.0, 3810.0, 3823.0, 3824.0, 3811.0, 3822.0, 3812.0, 3811.0, 3822.0, 3823.0, 3832.0, 3811.0, 3823.0, 3821.0, 3812.0, 3823.0, 3822.0, 3821.0, 3823.0, 3812.0, 3822.0, 3822.0, 3823.0, 3833.0, 3821.0, 3825.0, 3822.0, 3822.0, 3822.0, 3821.0, 3821.0, 3822.0, 3810.0, 3821.0, 3821.0, 3821.0, 3810.0, 3810.0, 3821.0, 3831.0, 3820.0, 3810.0, 3819.0, 3798.0, 3820.0, 3810.0, 3819.0, 3821.0, 3811.0, 3820.0, 3821.0, 3822.0, 3820.0, 3821.0, 3822.0, 3820.0, 3821.0, 3822.0, 3821.0, 3821.0, 3821.0, 3810.0, 3820.0, 3821.0, 3810.0, 3810.0, 3809.0, 3811.0, 3810.0, 3810.0, 3821.0, 3820.0, 3821.0, 3822.0, 3821.0, 3811.0, 3835.0, 3822.0, 3822.0, 3822.0, 3822.0, 3821.0, 3822.0, 3811.0, 3821.0, 3822.0, 3823.0, 3822.0, 3821.0, 3822.0, 3821.0, 3822.0, 3822.0, 3821.0, 3811.0, 3822.0, 3822.0, 3823.0, 3823.0, 3810.0, 3811.0, 3822.0, 3823.0, 3832.0, 3823.0, 3812.0, 3821.0, 3822.0, 3811.0, 3810.0, 3821.0, 3822.0, 3821.0, 3821.0, 3822.0, 3820.0, 3820.0, 3821.0, 3820.0, 3809.0, 3822.0, 3811.0, 3820.0, 3821.0, 3811.0, 3821.0, 3821.0, 3811.0, 3809.0, 3811.0, 3821.0, 3820.0, 3810.0, 3823.0, 3821.0, 3811.0, 3822.0, 3810.0, 3810.0, 3821.0, 3811.0, 3821.0, 3821.0, 3810.0, 3820.0, 3810.0, 3822.0, 3821.0, 3821.0, 3811.0, 3820.0, 3810.0, 3822.0, 3810.0, 3810.0, 3821.0, 3809.0, 3820.0, 3821.0, 3810.0, 3820.0, 3821.0, 3810.0, 3809.0, 3810.0, 3822.0, 3821.0, 3810.0, 3810.0, 3809.0, 3809.0, 3822.0, 3810.0, 3820.0, 3821.0, 3811.0, 3809.0, 3820.0, 3823.0, 3821.0, 3820.0, 3822.0, 3820.0, 3800.0, 3810.0, 3834.0, 3836.0, 3836.0, 3822.0, 3822.0, 3811.0, 3820.0, 3820.0, 3821.0, 3819.0, 3809.0, 3821.0, 3821.0, 3820.0, 3821.0, 3810.0, 3808.0, 3809.0, 3810.0, 3820.0, 3820.0, 3821.0, 3820.0, 3809.0, 3810.0, 3809.0, 3820.0, 3822.0, 3810.0, 3807.0, 3809.0, 3808.0, 3796.0, 3808.0, 3820.0, 3820.0, 3809.0, 3821.0, 3820.0, 3821.0, 3823.0, 3810.0, 3811.0, 3822.0, 3810.0, 3821.0, 3822.0, 3811.0, 3821.0, 3822.0, 3822.0, 3822.0, 3822.0, 3812.0, 3821.0, 3821.0, 3822.0, 3831.0, 3822.0, 3822.0, 3821.0, 3810.0, 3822.0, 3819.0, 3810.0, 3821.0, 3822.0, 3820.0, 3822.0, 3812.0, 3811.0, 3822.0, 3823.0, 3833.0, 3821.0, 3823.0, 3821.0, 3811.0, 3822.0, 3820.0, 3821.0, 3822.0, 3822.0, 3821.0, 3822.0, 3811.0, 3810.0, 3820.0, 3822.0, 3821.0, 3821.0, 3821.0, 3820.0, 3811.0, 3822.0, 3811.0, 3821.0, 3811.0, 3810.0, 3809.0, 3820.0, 3822.0, 3819.0, 3809.0, 3820.0, 3808.0, 3798.0, 3820.0, 3811.0, 3820.0, 3810.0, 3811.0, 3809.0, 3821.0, 3822.0, 3821.0, 3810.0, 3821.0, 3809.0, 3810.0, 3820.0, 3809.0, 3808.0, 3820.0, 3822.0, 3821.0, 3811.0, 3810.0, 3807.0, 3820.0, 3821.0, 3809.0, 3819.0, 3821.0, 3810.0, 3809.0, 3821.0, 3820.0, 3820.0, 3821.0, 3811.0, 3809.0, 3810.0, 3822.0, 3811.0, 3819.0, 3822.0, 3811.0, 3821.0, 3821.0, 3822.0, 3809.0, 3821.0, 3821.0, 3821.0, 3810.0, 3822.0, 3821.0, 3820.0, 3821.0, 3810.0, 3821.0, 3821.0, 3820.0, 3808.0, 3819.0, 3810.0, 3819.0, 3810.0, 3810.0, 3820.0, 3808.0, 3821.0, 3808.0, 3808.0, 3808.0, 3808.0, 3807.0, 3819.0, 3809.0, 3819.0, 3820.0, 3810.0, 3818.0, 3819.0, 3809.0, 3808.0, 3809.0, 3810.0, 3807.0, 3808.0, 3809.0, 3818.0, 3808.0, 3810.0, 3808.0, 3808.0, 3808.0, 3797.0, 3808.0, 3809.0, 3809.0, 3818.0, 3808.0, 3808.0, 3818.0, 3809.0, 3810.0, 3820.0, 3810.0, 3821.0, 3809.0, 3809.0, 3821.0, 3809.0, 3820.0, 3821.0, 3810.0, 3809.0, 3810.0, 3810.0, 3809.0, 3820.0, 3822.0, 3820.0, 3810.0, 3822.0, 3809.0, 3809.0, 3821.0, 3821.0, 3820.0, 3821.0, 3811.0, 3810.0, 3799.0, 3812.0, 3835.0, 3836.0, 3833.0, 3822.0, 3822.0, 3809.0, 3809.0, 3820.0, 3811.0, 3798.0, 3808.0, 3821.0, 3819.0, 3809.0, 3820.0, 3811.0, 3820.0, 3821.0, 3810.0, 3819.0, 3810.0, 3820.0, 3819.0, 3808.0, 3810.0, 3809.0, 3810.0, 3820.0, 3809.0, 3819.0, 3820.0, 3821.0, 3810.0, 3820.0, 3821.0, 3820.0, 3810.0, 3822.0, 3810.0, 3820.0, 3820.0, 3811.0, 3810.0, 3821.0, 3811.0, 3810.0, 3809.0, 3810.0, 3818.0, 3809.0, 3821.0, 3810.0, 3820.0, 3810.0, 3798.0, 3807.0, 3819.0, 3821.0, 3799.0, 3810.0, 3820.0, 3819.0, 3809.0, 3821.0, 3809.0, 3810.0, 3821.0, 3811.0, 3809.0, 3821.0, 3810.0, 3810.0, 3810.0, 3821.0, 3820.0, 3820.0, 3823.0, 3821.0, 3821.0, 3822.0, 3811.0, 3820.0, 3821.0, 3812.0, 3822.0, 3822.0, 3823.0, 3820.0, 3810.0, 3821.0, 3820.0, 3810.0, 3821.0], 'WindowWidth': [8635.0, 8609.0, 8588.0, 8591.0, 8571.0, 8558.0, 8567.0, 8551.0, 8553.0, 8550.0, 8558.0, 8548.0, 8534.0, 8548.0, 8551.0, 8554.0, 8565.0, 8551.0, 8567.0, 8552.0, 8566.0, 8570.0, 8554.0, 8564.0, 8571.0, 8574.0, 8569.0, 8568.0, 8572.0, 8557.0, 8543.0, 8573.0, 8556.0, 8574.0, 8574.0, 8562.0, 8556.0, 8571.0, 8579.0, 8592.0, 8558.0, 8574.0, 8556.0, 8556.0, 8575.0, 8576.0, 8571.0, 8576.0, 8559.0, 8559.0, 8574.0, 8579.0, 8588.0, 8571.0, 8579.0, 8573.0, 8558.0, 8574.0, 8574.0, 8574.0, 8573.0, 8575.0, 8556.0, 8571.0, 8560.0, 8585.0, 8568.0, 8570.0, 8574.0, 8553.0, 8569.0, 8571.0, 8564.0, 8571.0, 8574.0, 8568.0, 8557.0, 8571.0, 8569.0, 8554.0, 8556.0, 8569.0, 8569.0, 8572.0, 8556.0, 8568.0, 8571.0, 8572.0, 8555.0, 8567.0, 8558.0, 8554.0, 8569.0, 8574.0, 8585.0, 8570.0, 8572.0, 8570.0, 8553.0, 8570.0, 8553.0, 8566.0, 8571.0, 8573.0, 8568.0, 8576.0, 8577.0, 8573.0, 8572.0, 8573.0, 8568.0, 8570.0, 8573.0, 8568.0, 8568.0, 8574.0, 8573.0, 8557.0, 8557.0, 8572.0, 8577.0, 8595.0, 8593.0, 8563.0, 8576.0, 8595.0, 8573.0, 8575.0, 8574.0, 8563.0, 8571.0, 8576.0, 8570.0, 8554.0, 8557.0, 8583.0, 8570.0, 8568.0, 8569.0, 8549.0, 8553.0, 8551.0, 8550.0, 8550.0, 8551.0, 8565.0, 8567.0, 8555.0, 8591.0, 8580.0, 8590.0, 8569.0, 8571.0, 8557.0, 8553.0, 8566.0, 8556.0, 8571.0, 8572.0, 8570.0, 8568.0, 8554.0, 8568.0, 8567.0, 8564.0, 8567.0, 8568.0, 8566.0, 8552.0, 8552.0, 8562.0, 8547.0, 8552.0, 8565.0, 8548.0, 8553.0, 8565.0, 8563.0, 8567.0, 8555.0, 8562.0, 8566.0, 8552.0, 8547.0, 8549.0, 8566.0, 8568.0, 8550.0, 8576.0, 8569.0, 8570.0, 8568.0, 8571.0, 8567.0, 8570.0, 8557.0, 8570.0, 8570.0, 8576.0, 8571.0, 8573.0, 8575.0, 8587.0, 8576.0, 8575.0, 8573.0, 8555.0, 8577.0, 8573.0, 8571.0, 8572.0, 8570.0, 8569.0, 8569.0, 8572.0, 8569.0, 8571.0, 8573.0, 8586.0, 8569.0, 8574.0, 8585.0, 8569.0, 8570.0, 8580.0, 8551.0, 8568.0, 8568.0, 8565.0, 8566.0, 8552.0, 8565.0, 8567.0, 8577.0, 8568.0, 8570.0, 8556.0, 8564.0, 8567.0, 8570.0, 8566.0, 8551.0, 8568.0, 8551.0, 8566.0, 8569.0, 8567.0, 8565.0, 8566.0, 8553.0, 8550.0, 8569.0, 8572.0, 8569.0, 8566.0, 8596.0, 8594.0, 8569.0, 8574.0, 8557.0, 8567.0, 8573.0, 8557.0, 8567.0, 8585.0, 8560.0, 8587.0, 8587.0, 8574.0, 8585.0, 8569.0, 8574.0, 8584.0, 8569.0, 8570.0, 8581.0, 8565.0, 8569.0, 8553.0, 8563.0, 8566.0, 8555.0, 8569.0, 8565.0, 8554.0, 8568.0, 8567.0, 8567.0, 8562.0, 8547.0, 8566.0, 8554.0, 8561.0, 8551.0, 8548.0, 8561.0, 8562.0, 8554.0, 8548.0, 8549.0, 8549.0, 8562.0, 8564.0, 8565.0, 8549.0, 8547.0, 8564.0, 8548.0, 8565.0, 8566.0, 8553.0, 8566.0, 8567.0, 8555.0, 8563.0, 8566.0, 8568.0, 8567.0, 8565.0, 8553.0, 8547.0, 8547.0, 8564.0, 8549.0, 8560.0, 8551.0, 8548.0, 8560.0, 8562.0, 8566.0, 8561.0, 8565.0, 8568.0, 8563.0, 8549.0, 8569.0, 8564.0, 8566.0, 8571.0, 8553.0, 8565.0, 8568.0, 8557.0, 8566.0, 8564.0, 8571.0, 8564.0, 8568.0, 8570.0, 8566.0, 8549.0, 8570.0, 8556.0, 8563.0, 8570.0, 8575.0, 8569.0, 8571.0, 8556.0, 8548.0, 8564.0, 8585.0, 8567.0, 8570.0, 8575.0, 8566.0, 8556.0, 8570.0, 8573.0, 8565.0, 8566.0, 8575.0, 8566.0, 8565.0, 8570.0, 8567.0, 8552.0, 8573.0, 8567.0, 8541.0, 8588.0, 8569.0, 8571.0, 8587.0, 8577.0, 8576.0, 8577.0, 8575.0, 8585.0, 8570.0, 8572.0, 8571.0, 8572.0, 8573.0, 8569.0, 8570.0, 8569.0, 8576.0, 8582.0, 8573.0, 8568.0, 8584.0, 8584.0, 8568.0, 8566.0, 8568.0, 8556.0, 8565.0, 8568.0, 8573.0, 8584.0, 8568.0, 8571.0, 8568.0, 8555.0, 8571.0, 8569.0, 8565.0, 8571.0, 8556.0, 8551.0, 8570.0, 8572.0, 8584.0, 8555.0, 8572.0, 8566.0, 8565.0, 8569.0, 8569.0, 8550.0, 8571.0, 8565.0, 8563.0, 8568.0, 8574.0, 8570.0, 8568.0, 8555.0, 8567.0, 8569.0, 8572.0, 8581.0, 8565.0, 8570.0, 8568.0, 8551.0, 8566.0, 8564.0, 8566.0, 8565.0, 8554.0, 8559.0, 8549.0, 8535.0, 8543.0, 8565.0, 8555.0, 8548.0, 8565.0, 8567.0, 8565.0, 8581.0, 8569.0, 8567.0, 8569.0, 8567.0, 8548.0, 8563.0, 8566.0, 8553.0, 8565.0, 8568.0, 8551.0, 8566.0, 8563.0, 8570.0, 8580.0, 8566.0, 8567.0, 8563.0, 8564.0, 8569.0, 8557.0, 8565.0, 8568.0, 8571.0, 8564.0, 8573.0, 8573.0, 8586.0, 8573.0, 8576.0, 8569.0, 8569.0, 8570.0, 8569.0, 8594.0, 8574.0, 8568.0, 8581.0, 8573.0, 8571.0, 8567.0, 8570.0, 8580.0, 8553.0, 8572.0, 8573.0, 8580.0, 8568.0, 8573.0, 8588.0, 8568.0, 8570.0, 8569.0, 8564.0, 8565.0, 8568.0, 8562.0, 8563.0, 8552.0, 8560.0, 8548.0, 8549.0, 8567.0, 8550.0, 8566.0, 8562.0, 8547.0, 8564.0, 8551.0, 8579.0, 8566.0, 8551.0, 8564.0, 8566.0, 8556.0, 8546.0, 8548.0, 8566.0, 8564.0, 8547.0, 8549.0, 8547.0, 8544.0, 8561.0, 8550.0, 8559.0, 8561.0, 8549.0, 8559.0, 8563.0, 8550.0, 8563.0, 8561.0, 8572.0, 8549.0, 8545.0, 8562.0, 8555.0, 8560.0, 8563.0, 8547.0, 8561.0, 8562.0, 8567.0, 8552.0, 8564.0, 8553.0, 8564.0, 8548.0, 8567.0, 8565.0, 8549.0, 8569.0, 8551.0, 8563.0, 8565.0, 8550.0, 8570.0, 8586.0, 8557.0, 8568.0, 8569.0, 8571.0, 8581.0, 8551.0, 8572.0, 8571.0, 8564.0, 8569.0, 8554.0, 8564.0, 8567.0, 8572.0, 8551.0, 8550.0, 8568.0, 8564.0, 8565.0, 8569.0, 8565.0, 8563.0, 8569.0, 8555.0, 8564.0, 8569.0, 8571.0, 8569.0, 8571.0, 8573.0, 8583.0, 8569.0, 8590.0, 8570.0, 8552.0, 8569.0, 8570.0, 8565.0, 8567.0, 8570.0, 8564.0, 8550.0, 8556.0, 8565.0, 8568.0, 8568.0, 8582.0, 8566.0, 8569.0, 8565.0, 8552.0, 8570.0, 8551.0, 8565.0, 8573.0, 8575.0, 8570.0, 8586.0, 8573.0, 8571.0, 8570.0, 8576.0, 8585.0, 8571.0, 8575.0, 8574.0, 8573.0, 8574.0, 8570.0, 8554.0, 8571.0, 8568.0, 8569.0, 8571.0, 8574.0, 8585.0, 8571.0, 8555.0, 8563.0, 8569.0, 8575.0, 8571.0, 8571.0, 8573.0, 8569.0, 8587.0, 8594.0, 8589.0, 8571.0, 8572.0, 8567.0, 8567.0, 8568.0, 8570.0, 8565.0, 8538.0, 8566.0, 8572.0, 8575.0, 8585.0, 8570.0, 8572.0, 8574.0, 8565.0, 8569.0, 8551.0, 8570.0, 8571.0, 8554.0, 8565.0, 8564.0, 8553.0, 8565.0, 8567.0, 8571.0, 8569.0, 8550.0, 8549.0, 8548.0, 8560.0, 8561.0, 8550.0, 8558.0, 8544.0, 8546.0, 8543.0, 8559.0, 8564.0, 8565.0, 8567.0, 8565.0, 8547.0, 8549.0, 8585.0, 8552.0, 8564.0, 8583.0, 8569.0, 8552.0, 8570.0, 8570.0, 8571.0, 8572.0, 8575.0, 8571.0, 8570.0, 8573.0, 8585.0, 8571.0, 8574.0, 8572.0, 8552.0, 8569.0, 8567.0, 8583.0, 8569.0, 8554.0, 8565.0, 8567.0, 8554.0, 8564.0, 8567.0, 8569.0, 8579.0, 8547.0, 8549.0, 8561.0, 8563.0, 8567.0, 8563.0, 8547.0, 8563.0, 8544.0, 8562.0, 8572.0, 8552.0, 8562.0, 8569.0, 8571.0, 8568.0, 8568.0, 8553.0, 8565.0, 8566.0, 8554.0, 8566.0, 8563.0, 8570.0, 8567.0, 8563.0, 8565.0, 8561.0, 8546.0, 8560.0, 8545.0, 8543.0, 8560.0, 8534.0, 8561.0, 8566.0, 8552.0, 8562.0, 8565.0, 8554.0, 8550.0, 8562.0, 8568.0, 8567.0, 8550.0, 8573.0, 8567.0, 8569.0, 8569.0, 8551.0, 8565.0, 8568.0, 8558.0, 8568.0, 8584.0, 8571.0, 8568.0, 8584.0, 8572.0, 8569.0, 8567.0, 8570.0, 8565.0, 8550.0, 8569.0, 8570.0, 8564.0, 8568.0, 8554.0, 8562.0, 8566.0, 8570.0, 8552.0, 8565.0, 8568.0, 8550.0, 8566.0, 8569.0, 8567.0, 8556.0, 8572.0, 8568.0, 8567.0, 8567.0, 8552.0, 8560.0, 8564.0, 8556.0, 8548.0, 8549.0, 8566.0, 8563.0, 8565.0, 8567.0, 8553.0, 8567.0, 8566.0, 8552.0, 8565.0, 8566.0, 8570.0, 8565.0, 8561.0, 8554.0, 8549.0, 8563.0, 8567.0, 8564.0, 8552.0, 8569.0, 8567.0, 8563.0, 8566.0, 8536.0, 8549.0, 8566.0, 8555.0, 8541.0, 8572.0, 8590.0, 8572.0, 8573.0, 8576.0, 8573.0, 8560.0, 8593.0, 8573.0, 8572.0, 8587.0, 8571.0, 8572.0, 8591.0, 8575.0, 8568.0, 8569.0, 8556.0, 8550.0, 8563.0, 8568.0, 8584.0, 8569.0, 8571.0, 8569.0, 8556.0, 8570.0, 8566.0, 8551.0, 8568.0, 8574.0, 8567.0, 8567.0, 8557.0, 8571.0, 8572.0, 8573.0, 8569.0, 8567.0, 8571.0, 8569.0, 8558.0, 8574.0, 8572.0, 8567.0, 8572.0, 8571.0, 8567.0, 8572.0, 8576.0, 8574.0, 8572.0, 8577.0, 8589.0, 8574.0, 8590.0, 8586.0, 8556.0, 8574.0, 8568.0, 8568.0, 8589.0, 8573.0, 8568.0, 8572.0, 8557.0, 8569.0, 8570.0, 8574.0, 8582.0, 8568.0, 8572.0, 8584.0, 8569.0, 8572.0, 8568.0, 8557.0, 8587.0, 8572.0, 8567.0, 8571.0, 8572.0, 8551.0, 8572.0, 8590.0, 8571.0, 8573.0, 8593.0, 8569.0, 8571.0, 8574.0, 8573.0, 8567.0, 8570.0, 8556.0, 8553.0, 8568.0, 8587.0, 8585.0, 8568.0, 8590.0, 8570.0, 8556.0, 8578.0, 8575.0, 8575.0, 8588.0, 8574.0, 8586.0, 8588.0, 8574.0, 8571.0, 8571.0, 8574.0, 8585.0, 8567.0, 8553.0, 8565.0, 8551.0, 8566.0, 8567.0, 8559.0, 8565.0, 8551.0, 8546.0, 8563.0, 8557.0, 8564.0, 8565.0, 8569.0, 8564.0, 8565.0, 8572.0, 8569.0, 8567.0, 8570.0, 8550.0, 8549.0, 8566.0, 8571.0, 8564.0, 8565.0, 8564.0, 8568.0, 8572.0, 8572.0, 8567.0, 8586.0, 8556.0, 8566.0, 8565.0, 8552.0, 8548.0, 8508.0, 8589.0, 8609.0, 8596.0, 8590.0, 8594.0, 8578.0, 8558.0, 8573.0, 8577.0, 8588.0, 8569.0, 8572.0, 8570.0, 8564.0, 8567.0, 8569.0, 8567.0, 8565.0, 8569.0, 8566.0, 8549.0, 8566.0, 8567.0, 8549.0, 8567.0, 8567.0, 8559.0, 8564.0, 8552.0, 8547.0, 8562.0, 8571.0, 8566.0, 8552.0, 8569.0, 8547.0, 8553.0, 8569.0, 8555.0, 8564.0, 8567.0, 8553.0, 8566.0, 8572.0, 8558.0, 8567.0, 8567.0, 8570.0, 8566.0, 8566.0, 8573.0, 8574.0, 8557.0, 8572.0, 8553.0, 8567.0, 8587.0, 8572.0, 8568.0, 8569.0, 8571.0, 8565.0, 8568.0, 8587.0, 8569.0, 8553.0, 8571.0, 8565.0, 8552.0, 8569.0, 8573.0, 8568.0, 8569.0, 8556.0, 8567.0, 8569.0, 8572.0, 8566.0, 8565.0, 8572.0, 8572.0, 8568.0, 8572.0, 8568.0, 8551.0, 8571.0, 8577.0, 8555.0, 8569.0, 8557.0, 8553.0, 8569.0, 8573.0, 8586.0, 8554.0, 8573.0, 8568.0, 8556.0, 8573.0, 8572.0, 8566.0, 8571.0, 8558.0, 8570.0, 8571.0, 8575.0, 8588.0, 8567.0, 8579.0, 8571.0, 8571.0, 8570.0, 8568.0, 8568.0, 8569.0, 8552.0, 8565.0, 8566.0, 8567.0, 8552.0, 8549.0, 8567.0, 8582.0, 8564.0, 8551.0, 8562.0, 8532.0, 8563.0, 8550.0, 8560.0, 8565.0, 8553.0, 8563.0, 8566.0, 8569.0, 8565.0, 8566.0, 8569.0, 8566.0, 8566.0, 8568.0, 8566.0, 8565.0, 8566.0, 8552.0, 8562.0, 8565.0, 8551.0, 8550.0, 8547.0, 8554.0, 8550.0, 8550.0, 8568.0, 8563.0, 8566.0, 8572.0, 8567.0, 8554.0, 8591.0, 8571.0, 8571.0, 8571.0, 8571.0, 8567.0, 8571.0, 8556.0, 8565.0, 8569.0, 8573.0, 8570.0, 8568.0, 8572.0, 8568.0, 8568.0, 8570.0, 8567.0, 8553.0, 8571.0, 8568.0, 8573.0, 8572.0, 8552.0, 8553.0, 8571.0, 8573.0, 8584.0, 8572.0, 8557.0, 8567.0, 8569.0, 8554.0, 8551.0, 8567.0, 8570.0, 8567.0, 8567.0, 8569.0, 8565.0, 8564.0, 8567.0, 8563.0, 8547.0, 8570.0, 8555.0, 8563.0, 8567.0, 8553.0, 8565.0, 8568.0, 8553.0, 8549.0, 8553.0, 8567.0, 8565.0, 8550.0, 8572.0, 8566.0, 8554.0, 8570.0, 8550.0, 8550.0, 8567.0, 8553.0, 8565.0, 8565.0, 8551.0, 8562.0, 8549.0, 8570.0, 8566.0, 8564.0, 8553.0, 8564.0, 8549.0, 8570.0, 8550.0, 8552.0, 8568.0, 8548.0, 8564.0, 8566.0, 8551.0, 8562.0, 8565.0, 8552.0, 8546.0, 8551.0, 8569.0, 8566.0, 8550.0, 8552.0, 8546.0, 8547.0, 8569.0, 8552.0, 8563.0, 8566.0, 8553.0, 8546.0, 8564.0, 8572.0, 8566.0, 8564.0, 8568.0, 8563.0, 8537.0, 8552.0, 8590.0, 8598.0, 8600.0, 8572.0, 8569.0, 8555.0, 8562.0, 8562.0, 8567.0, 8563.0, 8546.0, 8566.0, 8567.0, 8564.0, 8566.0, 8551.0, 8545.0, 8547.0, 8551.0, 8564.0, 8563.0, 8566.0, 8564.0, 8548.0, 8551.0, 8547.0, 8565.0, 8568.0, 8550.0, 8542.0, 8547.0, 8545.0, 8525.0, 8545.0, 8564.0, 8564.0, 8549.0, 8568.0, 8565.0, 8566.0, 8572.0, 8550.0, 8553.0, 8570.0, 8551.0, 8565.0, 8568.0, 8553.0, 8565.0, 8571.0, 8573.0, 8569.0, 8569.0, 8556.0, 8565.0, 8567.0, 8570.0, 8582.0, 8568.0, 8571.0, 8567.0, 8552.0, 8570.0, 8563.0, 8550.0, 8568.0, 8572.0, 8565.0, 8569.0, 8558.0, 8554.0, 8570.0, 8573.0, 8587.0, 8567.0, 8572.0, 8567.0, 8553.0, 8570.0, 8565.0, 8568.0, 8569.0, 8569.0, 8565.0, 8568.0, 8554.0, 8550.0, 8563.0, 8569.0, 8569.0, 8566.0, 8569.0, 8564.0, 8553.0, 8570.0, 8557.0, 8565.0, 8552.0, 8552.0, 8547.0, 8565.0, 8569.0, 8561.0, 8548.0, 8565.0, 8546.0, 8533.0, 8565.0, 8554.0, 8562.0, 8551.0, 8554.0, 8548.0, 8566.0, 8569.0, 8568.0, 8550.0, 8566.0, 8548.0, 8548.0, 8563.0, 8548.0, 8544.0, 8564.0, 8570.0, 8567.0, 8551.0, 8550.0, 8543.0, 8562.0, 8565.0, 8550.0, 8560.0, 8565.0, 8550.0, 8547.0, 8566.0, 8566.0, 8565.0, 8565.0, 8553.0, 8548.0, 8550.0, 8570.0, 8554.0, 8562.0, 8571.0, 8554.0, 8567.0, 8567.0, 8570.0, 8550.0, 8565.0, 8568.0, 8567.0, 8552.0, 8568.0, 8566.0, 8563.0, 8567.0, 8552.0, 8566.0, 8567.0, 8566.0, 8546.0, 8562.0, 8552.0, 8561.0, 8549.0, 8550.0, 8565.0, 8545.0, 8565.0, 8544.0, 8544.0, 8546.0, 8543.0, 8542.0, 8560.0, 8546.0, 8559.0, 8564.0, 8550.0, 8559.0, 8562.0, 8549.0, 8544.0, 8546.0, 8550.0, 8543.0, 8544.0, 8547.0, 8560.0, 8544.0, 8552.0, 8545.0, 8545.0, 8544.0, 8528.0, 8542.0, 8548.0, 8549.0, 8558.0, 8545.0, 8546.0, 8558.0, 8547.0, 8552.0, 8563.0, 8551.0, 8567.0, 8548.0, 8548.0, 8566.0, 8549.0, 8561.0, 8566.0, 8550.0, 8547.0, 8550.0, 8550.0, 8548.0, 8565.0, 8569.0, 8565.0, 8551.0, 8569.0, 8548.0, 8549.0, 8568.0, 8570.0, 8563.0, 8567.0, 8555.0, 8551.0, 8535.0, 8558.0, 8593.0, 8597.0, 8588.0, 8568.0, 8568.0, 8547.0, 8547.0, 8563.0, 8554.0, 8531.0, 8545.0, 8566.0, 8562.0, 8548.0, 8566.0, 8554.0, 8562.0, 8565.0, 8552.0, 8560.0, 8549.0, 8565.0, 8564.0, 8546.0, 8550.0, 8547.0, 8550.0, 8564.0, 8549.0, 8561.0, 8563.0, 8567.0, 8551.0, 8563.0, 8567.0, 8565.0, 8550.0, 8570.0, 8551.0, 8565.0, 8564.0, 8553.0, 8549.0, 8565.0, 8554.0, 8549.0, 8548.0, 8552.0, 8561.0, 8548.0, 8566.0, 8550.0, 8561.0, 8549.0, 8533.0, 8543.0, 8561.0, 8567.0, 8534.0, 8549.0, 8565.0, 8561.0, 8549.0, 8568.0, 8548.0, 8551.0, 8567.0, 8554.0, 8548.0, 8566.0, 8552.0, 8549.0, 8550.0, 8569.0, 8567.0, 8564.0, 8573.0, 8567.0, 8567.0, 8570.0, 8553.0, 8562.0, 8566.0, 8556.0, 8568.0, 8569.0, 8574.0, 8566.0, 8550.0, 8568.0, 8566.0, 8551.0, 8568.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.0016659975216852538</td></tr>
<tr><td colspan=3>aqi</td><td>0.02298106920693928</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.262667273354076</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2000459068133913</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0138011478053328</td></tr>
<tr><td colspan=3>efc</td><td>0.4646</td></tr>
<tr><td colspan=3>fber</td><td>6102.7554</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08085163302353073</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6195786864931846</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5817796537735034</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.520892394442696</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.851024386571736</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.373422180306078</td></tr>
<tr><td colspan=3>gcor</td><td>0.00257555</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013712193816900253</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02019314095377922</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1614</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.418613992685785</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>42.3508</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0368</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.6638</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304265.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>771.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.766</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5145</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.8508</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2964.1996</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.5283</td></tr>
<tr><td colspan=3>tsnr</td><td>39.114239116664976</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>