<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-03/func/sub-0066_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>777cb90b196c1471632a65384b47772a</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>14:43:36.402500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99958, -0.0160887, 0.0240879, 0.0167498, 0.999481, -0.0274995]</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.118588</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7717, -7268, 497, -150, 6, 44, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>284.678</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>38015055-19d8-4c67-b381-ac2501ad0166||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818010807037354, 0.04493840038776398, 0.06380906701087952, 106.0342025756836], [0.04316473752260208, 2.6815357208251953, -0.0753069818019867, -83.22756958007812], [0.06462609767913818, 0.07377927750349045, 2.698195219039917, -65.66676330566406], [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, 1640]</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, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['144336.402500', '144336.862500', '144337.322500', '144337.782500', '144338.242500', '144338.702500', '144339.162500', '144339.622500', '144340.082500', '144340.542500', '144341.002500', '144341.462500', '144341.922500', '144342.382500', '144342.842500', '144343.302500', '144343.762500', '144344.222500', '144344.682500', '144345.142500', '144345.602500', '144346.062500', '144346.522500', '144346.982500', '144347.442500', '144347.902500', '144348.362500', '144348.822500', '144349.282500', '144349.742500', '144350.202500', '144350.662500', '144351.122500', '144351.582500', '144352.042500', '144352.502500', '144352.962500', '144353.422500', '144353.882500', '144354.342500', '144354.802500', '144355.262500', '144355.722500', '144356.182500', '144356.642500', '144357.102500', '144357.562500', '144358.022500', '144358.482500', '144358.942500', '144359.402500', '144359.862500', '144400.322500', '144400.782500', '144401.242500', '144401.702500', '144402.162500', '144402.622500', '144403.082500', '144403.542500', '144404.002500', '144404.462500', '144404.922500', '144405.382500', '144405.842500', '144406.302500', '144406.762500', '144407.222500', '144407.682500', '144408.142500', '144408.602500', '144409.062500', '144409.522500', '144409.982500', '144410.442500', '144410.902500', '144411.362500', '144411.822500', '144412.282500', '144412.742500', '144413.202500', '144413.662500', '144414.122500', '144414.582500', '144415.042500', '144415.502500', '144415.962500', '144416.422500', '144416.882500', '144417.342500', '144417.802500', '144418.262500', '144418.722500', '144419.182500', '144419.642500', '144420.102500', '144420.562500', '144421.022500', '144421.482500', '144421.942500', '144422.402500', '144422.862500', '144423.322500', '144423.782500', '144424.242500', '144424.702500', '144425.162500', '144425.622500', '144426.082500', '144426.542500', '144427.002500', '144427.462500', '144427.922500', '144428.382500', '144428.842500', '144429.302500', '144429.762500', '144430.222500', '144430.682500', '144431.142500', '144431.602500', '144432.062500', '144432.522500', '144432.982500', '144433.442500', '144433.902500', '144434.362500', '144434.822500', '144435.282500', '144435.742500', '144436.202500', '144436.662500', '144437.122500', '144437.582500', '144438.042500', '144438.502500', '144438.962500', '144439.422500', '144439.882500', '144440.342500', '144440.802500', '144441.262500', '144441.722500', '144442.182500', '144442.642500', '144443.102500', '144443.562500', '144444.022500', '144444.482500', '144444.942500', '144445.402500', '144445.862500', '144446.322500', '144446.782500', '144447.242500', '144447.702500', '144448.162500', '144448.622500', '144449.082500', '144449.542500', '144450.002500', '144450.462500', '144450.922500', '144451.382500', '144451.842500', '144452.302500', '144452.762500', '144453.222500', '144453.682500', '144454.142500', '144454.602500', '144455.062500', '144455.522500', '144455.982500', '144456.442500', '144456.902500', '144457.362500', '144457.822500', '144458.282500', '144458.742500', '144459.202500', '144459.662500', '144500.122500', '144500.582500', '144501.042500', '144501.502500', '144501.962500', '144502.422500', '144502.882500', '144503.342500', '144503.802500', '144504.262500', '144504.722500', '144505.182500', '144505.642500', '144506.102500', '144506.562500', '144507.022500', '144507.482500', '144507.942500', '144508.402500', '144508.862500', '144509.322500', '144509.782500', '144510.242500', '144510.702500', '144511.162500', '144511.622500', '144512.082500', '144512.542500', '144513.002500', '144513.462500', '144513.922500', '144514.382500', '144514.842500', '144515.302500', '144515.762500', '144516.222500', '144516.682500', '144517.142500', '144517.602500', '144518.062500', '144518.522500', '144518.982500', '144519.442500', '144519.902500', '144520.362500', '144520.822500', '144521.282500', '144521.742500', '144522.202500', '144522.662500', '144523.122500', '144523.582500', '144524.042500', '144524.502500', '144524.962500', '144525.422500', '144525.882500', '144526.342500', '144526.802500', '144527.262500', '144527.722500', '144528.182500', '144528.642500', '144529.102500', '144529.562500', '144530.022500', '144530.482500', '144530.942500', '144531.402500', '144531.862500', '144532.322500', '144532.782500', '144533.242500', '144533.702500', '144534.162500', '144534.622500', '144535.082500', '144535.542500', '144536.002500', '144536.462500', '144536.922500', '144537.382500', '144537.842500', '144538.302500', '144538.762500', '144539.222500', '144539.682500', '144540.142500', '144540.602500', '144541.062500', '144541.522500', '144541.982500', '144542.442500', '144542.902500', '144543.362500', '144543.822500', '144544.282500', '144544.742500', '144545.202500', '144545.662500', '144546.122500', '144546.582500', '144547.042500', '144547.502500', '144547.962500', '144548.422500', '144548.882500', '144549.342500', '144549.802500', '144550.262500', '144550.722500', '144551.182500', '144551.642500', '144552.102500', '144552.562500', '144553.022500', '144553.482500', '144553.942500', '144554.402500', '144554.862500', '144555.322500', '144555.782500', '144556.242500', '144556.702500', '144557.162500', '144557.622500', '144558.082500', '144558.542500', '144559.002500', '144559.462500', '144559.922500', '144600.382500', '144600.842500', '144601.302500', '144601.762500', '144602.222500', '144602.682500', '144603.142500', '144603.602500', '144604.062500', '144604.522500', '144604.982500', '144605.442500', '144605.902500', '144606.362500', '144606.822500', '144607.282500', '144607.742500', '144608.202500', '144608.662500', '144609.122500', '144609.582500', '144610.042500', '144610.502500', '144610.962500', '144611.422500', '144611.882500', '144612.342500', '144612.802500', '144613.262500', '144613.722500', '144614.182500', '144614.642500', '144615.102500', '144615.562500', '144616.022500', '144616.482500', '144616.942500', '144617.402500', '144617.862500', '144618.322500', '144618.782500', '144619.242500', '144619.702500', '144620.162500', '144620.622500', '144621.082500', '144621.542500', '144622.002500', '144622.462500', '144622.922500', '144623.382500', '144623.842500', '144624.302500', '144624.762500', '144625.222500', '144625.682500', '144626.142500', '144626.602500', '144627.062500', '144627.522500', '144627.982500', '144628.442500', '144628.902500', '144629.362500', '144629.822500', '144630.282500', '144630.742500', '144631.202500', '144631.662500', '144632.122500', '144632.582500', '144633.042500', '144633.502500', '144633.962500', '144634.422500', '144634.882500', '144635.342500', '144635.802500', '144636.262500', '144636.722500', '144637.182500', '144637.642500', '144638.102500', '144638.562500', '144639.022500', '144639.482500', '144639.942500', '144640.402500', '144640.862500', '144641.322500', '144641.782500', '144642.242500', '144642.702500', '144643.162500', '144643.622500', '144644.082500', '144644.542500', '144645.002500', '144645.462500', '144645.922500', '144646.382500', '144646.842500', '144647.302500', '144647.762500', '144648.222500', '144648.682500', '144649.142500', '144649.602500', '144650.062500', '144650.522500', '144650.982500', '144651.442500', '144651.902500', '144652.362500', '144652.822500', '144653.282500', '144653.742500', '144654.202500', '144654.662500', '144655.122500', '144655.582500', '144656.042500', '144656.502500', '144656.962500', '144657.422500', '144657.882500', '144658.342500', '144658.802500', '144659.262500', '144659.722500', '144700.182500', '144700.642500', '144701.102500', '144701.562500', '144702.022500', '144702.482500', '144702.942500', '144703.402500', '144703.862500', '144704.322500', '144704.782500', '144705.242500', '144705.702500', '144706.162500', '144706.622500', '144707.082500', '144707.542500', '144708.002500', '144708.462500', '144708.922500', '144709.382500', '144709.842500', '144710.302500', '144710.762500', '144711.222500', '144711.682500', '144712.142500', '144712.602500', '144713.062500', '144713.522500', '144713.982500', '144714.442500', '144714.902500', '144715.362500', '144715.822500', '144716.282500', '144716.742500', '144717.202500', '144717.662500', '144718.122500', '144718.582500', '144719.042500', '144719.502500', '144719.962500', '144720.422500', '144720.882500', '144721.342500', '144721.802500', '144722.262500', '144722.722500', '144723.182500', '144723.642500', '144724.102500', '144724.562500', '144725.022500', '144725.482500', '144725.942500', '144726.402500', '144726.862500', '144727.322500', '144727.782500', '144728.242500', '144728.702500', '144729.162500', '144729.622500', '144730.082500', '144730.542500', '144731.002500', '144731.462500', '144731.922500', '144732.382500', '144732.842500', '144733.302500', '144733.762500', '144734.222500', '144734.682500', '144735.142500', '144735.602500', '144736.062500', '144736.522500', '144736.982500', '144737.442500', '144737.902500', '144738.362500', '144738.822500', '144739.282500', '144739.742500', '144740.202500', '144740.662500', '144741.122500', '144741.582500', '144742.042500', '144742.502500', '144742.962500', '144743.422500', '144743.882500', '144744.342500', '144744.802500', '144745.262500', '144745.722500', '144746.182500', '144746.642500', '144747.102500', '144747.562500', '144748.022500', '144748.482500', '144748.942500', '144749.402500', '144749.862500', '144750.322500', '144750.782500', '144751.242500', '144751.702500', '144752.162500', '144752.622500', '144753.082500', '144753.542500', '144754.002500', '144754.462500', '144754.922500', '144755.382500', '144755.842500', '144756.302500', '144756.762500', '144757.222500', '144757.682500', '144758.142500', '144758.602500', '144759.062500', '144759.522500', '144759.982500', '144800.442500', '144800.902500', '144801.362500', '144801.822500', '144802.282500', '144802.742500', '144803.202500', '144803.662500', '144804.122500', '144804.582500', '144805.042500', '144805.502500', '144805.962500', '144806.422500', '144806.882500', '144807.342500', '144807.802500', '144808.262500', '144808.722500', '144809.182500', '144809.642500', '144810.102500', '144810.562500', '144811.022500', '144811.482500', '144811.942500', '144812.402500', '144812.862500', '144813.322500', '144813.782500', '144814.242500', '144814.702500', '144815.162500', '144815.622500', '144816.082500', '144816.542500', '144817.002500', '144817.462500', '144817.922500', '144818.382500', '144818.842500', '144819.302500', '144819.762500', '144820.222500', '144820.682500', '144821.142500', '144821.602500', '144822.062500', '144822.522500', '144822.982500', '144823.442500', '144823.902500', '144824.362500', '144824.822500', '144825.282500', '144825.742500', '144826.202500', '144826.662500', '144827.122500', '144827.582500', '144828.042500', '144828.502500', '144828.962500', '144829.422500', '144829.882500', '144830.342500', '144830.802500', '144831.262500', '144831.722500', '144832.182500', '144832.642500', '144833.102500', '144833.562500', '144834.022500', '144834.482500', '144834.942500', '144835.402500', '144835.862500', '144836.322500', '144836.782500', '144837.242500', '144837.702500', '144838.162500', '144838.622500', '144839.082500', '144839.542500', '144840.002500', '144840.462500', '144840.922500', '144841.382500', '144841.842500', '144842.302500', '144842.762500', '144843.222500', '144843.682500', '144844.142500', '144844.602500', '144845.062500', '144845.522500', '144845.982500', '144846.442500', '144846.902500', '144847.362500', '144847.822500', '144848.282500', '144848.742500', '144849.202500', '144849.662500', '144850.122500', '144850.582500', '144851.042500', '144851.502500', '144851.962500', '144852.422500', '144852.882500', '144853.342500', '144853.802500', '144854.262500', '144854.722500', '144855.182500', '144855.642500', '144856.102500', '144856.562500', '144857.022500', '144857.482500', '144857.942500', '144858.402500', '144858.862500', '144859.322500', '144859.782500', '144900.242500', '144900.702500', '144901.162500', '144901.622500', '144902.082500', '144902.542500', '144903.002500', '144903.462500', '144903.922500', '144904.382500', '144904.842500', '144905.302500', '144905.762500', '144906.222500', '144906.682500', '144907.142500', '144907.602500', '144908.062500', '144908.522500', '144908.982500', '144909.442500', '144909.902500', '144910.362500', '144910.822500', '144911.282500', '144911.742500', '144912.202500', '144912.662500', '144913.122500', '144913.582500', '144914.042500', '144914.502500', '144914.962500', '144915.422500', '144915.882500', '144916.342500', '144916.802500', '144917.262500', '144917.722500', '144918.182500', '144918.642500', '144919.102500', '144919.562500', '144920.022500', '144920.482500', '144920.942500', '144921.402500', '144921.862500', '144922.322500', '144922.782500', '144923.242500', '144923.702500', '144924.162500', '144924.622500', '144925.082500', '144925.542500', '144926.002500', '144926.462500', '144926.922500', '144927.382500', '144927.842500', '144928.302500', '144928.762500', '144929.222500', '144929.682500', '144930.142500', '144930.602500', '144931.062500', '144931.522500', '144931.982500', '144932.442500', '144932.902500', '144933.362500', '144933.822500', '144934.282500', '144934.742500', '144935.202500', '144935.662500', '144936.122500', '144936.582500', '144937.042500', '144937.502500', '144937.962500', '144938.422500', '144938.882500', '144939.342500', '144939.802500', '144940.262500', '144940.722500', '144941.182500', '144941.642500', '144942.102500', '144942.562500', '144943.022500', '144943.482500', '144943.942500', '144944.402500', '144944.862500', '144945.322500', '144945.782500', '144946.242500', '144946.702500', '144947.162500', '144947.622500', '144948.082500', '144948.542500', '144949.002500', '144949.462500', '144949.922500', '144950.382500', '144950.842500', '144951.302500', '144951.762500', '144952.222500', '144952.682500', '144953.142500', '144953.602500', '144954.062500', '144954.522500', '144954.982500', '144955.442500', '144955.902500', '144956.362500', '144956.822500', '144957.282500', '144957.742500', '144958.202500', '144958.662500', '144959.122500', '144959.582500', '145000.042500', '145000.502500', '145000.962500', '145001.422500', '145001.882500', '145002.342500', '145002.802500', '145003.262500', '145003.722500', '145004.182500', '145004.642500', '145005.102500', '145005.562500', '145006.022500', '145006.482500', '145006.942500', '145007.402500', '145007.862500', '145008.322500', '145008.782500', '145009.242500', '145009.702500', '145010.162500', '145010.622500', '145011.082500', '145011.542500', '145012.002500', '145012.462500', '145012.922500', '145013.382500', '145013.842500', '145014.302500', '145014.762500', '145015.222500', '145015.682500', '145016.142500', '145016.602500', '145017.062500', '145017.522500', '145017.982500', '145018.442500', '145018.902500', '145019.362500', '145019.822500', '145020.282500', '145020.742500', '145021.202500', '145021.662500', '145022.122500', '145022.582500', '145023.042500', '145023.502500', '145023.962500', '145024.422500', '145024.882500', '145025.342500', '145025.802500', '145026.262500', '145026.722500', '145027.182500', '145027.642500', '145028.102500', '145028.562500', '145029.022500', '145029.482500', '145029.942500', '145030.402500', '145030.862500', '145031.322500', '145031.782500', '145032.242500', '145032.702500', '145033.162500', '145033.622500', '145034.082500', '145034.542500', '145035.002500', '145035.462500', '145035.922500', '145036.382500', '145036.842500', '145037.302500', '145037.762500', '145038.222500', '145038.682500', '145039.142500', '145039.602500', '145040.062500', '145040.522500', '145040.982500', '145041.442500', '145041.902500', '145042.362500', '145042.822500', '145043.282500', '145043.742500', '145044.202500', '145044.662500', '145045.122500', '145045.582500', '145046.042500', '145046.502500', '145046.962500', '145047.422500', '145047.882500', '145048.342500', '145048.802500', '145049.262500', '145049.722500', '145050.182500', '145050.642500', '145051.102500', '145051.562500', '145052.022500', '145052.482500', '145052.942500', '145053.402500', '145053.862500', '145054.322500', '145054.782500', '145055.242500', '145055.702500', '145056.162500', '145056.622500', '145057.082500', '145057.542500', '145058.002500', '145058.462500', '145058.922500', '145059.382500', '145059.842500', '145100.302500', '145100.762500', '145101.222500', '145101.682500', '145102.142500', '145102.602500', '145103.062500', '145103.522500', '145103.982500', '145104.442500', '145104.902500', '145105.362500', '145105.822500', '145106.282500', '145106.742500', '145107.202500', '145107.662500', '145108.122500', '145108.582500', '145109.042500', '145109.502500', '145109.962500', '145110.422500', '145110.882500', '145111.342500', '145111.802500', '145112.262500', '145112.722500', '145113.182500', '145113.642500', '145114.102500', '145114.562500', '145115.022500', '145115.482500', '145115.942500', '145116.402500', '145116.862500', '145117.322500', '145117.782500', '145118.242500', '145118.702500', '145119.162500', '145119.622500', '145120.082500', '145120.542500', '145121.002500', '145121.462500', '145121.922500', '145122.382500', '145122.842500', '145123.302500', '145123.762500', '145124.222500', '145124.682500', '145125.142500', '145125.602500', '145126.062500', '145126.522500', '145126.982500', '145127.442500', '145127.902500', '145128.362500', '145128.822500', '145129.282500', '145129.742500', '145130.202500', '145130.662500', '145131.122500', '145131.582500', '145132.042500', '145132.502500', '145132.962500', '145133.422500', '145133.882500', '145134.342500', '145134.802500', '145135.262500', '145135.722500', '145136.182500', '145136.642500', '145137.102500', '145137.562500', '145138.022500', '145138.482500', '145138.942500', '145139.402500', '145139.862500', '145140.322500', '145140.782500', '145141.242500', '145141.702500', '145142.162500', '145142.622500', '145143.082500', '145143.542500', '145144.002500', '145144.462500', '145144.922500', '145145.382500', '145145.842500', '145146.302500', '145146.762500', '145147.222500', '145147.682500', '145148.142500', '145148.602500', '145149.062500', '145149.522500', '145149.982500', '145150.442500', '145150.902500', '145151.362500', '145151.822500', '145152.282500', '145152.742500', '145153.202500', '145153.662500', '145154.122500', '145154.582500', '145155.042500', '145155.502500', '145155.962500', '145156.422500', '145156.882500', '145157.342500', '145157.802500', '145158.262500', '145158.722500', '145159.182500', '145159.642500', '145200.102500', '145200.562500', '145201.022500', '145201.482500', '145201.942500', '145202.402500', '145202.862500', '145203.322500', '145203.782500', '145204.242500', '145204.702500', '145205.162500', '145205.622500', '145206.082500', '145206.542500', '145207.002500', '145207.462500', '145207.922500', '145208.382500', '145208.842500', '145209.302500', '145209.762500', '145210.222500', '145210.682500', '145211.142500', '145211.602500', '145212.062500', '145212.522500', '145212.982500', '145213.442500', '145213.902500', '145214.362500', '145214.822500', '145215.282500', '145215.742500', '145216.202500', '145216.662500', '145217.122500', '145217.582500', '145218.042500', '145218.502500', '145218.962500', '145219.422500', '145219.882500', '145220.342500', '145220.802500', '145221.262500', '145221.722500', '145222.182500', '145222.642500', '145223.102500', '145223.562500', '145224.022500', '145224.482500', '145224.942500', '145225.402500', '145225.862500', '145226.322500', '145226.782500', '145227.242500', '145227.702500', '145228.162500', '145228.622500', '145229.082500', '145229.542500', '145230.002500', '145230.462500', '145230.922500', '145231.382500', '145231.842500', '145232.302500', '145232.762500', '145233.222500', '145233.682500', '145234.142500', '145234.602500', '145235.062500', '145235.522500', '145235.982500', '145236.442500', '145236.902500', '145237.362500', '145237.822500', '145238.282500', '145238.742500', '145239.202500', '145239.662500', '145240.122500', '145240.582500', '145241.042500', '145241.502500', '145241.962500', '145242.422500', '145242.882500', '145243.342500', '145243.802500', '145244.262500', '145244.722500', '145245.182500', '145245.642500', '145246.102500', '145246.562500', '145247.022500', '145247.482500', '145247.942500', '145248.402500', '145248.862500', '145249.322500', '145249.782500', '145250.242500', '145250.702500', '145251.162500', '145251.622500', '145252.082500', '145252.542500', '145253.002500', '145253.462500', '145253.922500', '145254.382500', '145254.842500', '145255.302500', '145255.762500', '145256.222500', '145256.682500', '145257.142500', '145257.602500', '145258.062500', '145258.522500', '145258.982500', '145259.442500', '145259.902500', '145300.362500', '145300.822500', '145301.282500', '145301.742500', '145302.202500', '145302.662500', '145303.122500', '145303.582500', '145304.042500', '145304.502500', '145304.962500', '145305.422500', '145305.882500', '145306.342500', '145306.802500', '145307.262500', '145307.722500', '145308.182500', '145308.642500', '145309.102500', '145309.562500', '145310.022500', '145310.482500', '145310.942500', '145311.402500', '145311.862500', '145312.322500', '145312.782500', '145313.242500', '145313.702500', '145314.162500', '145314.622500', '145315.082500', '145315.542500', '145316.002500', '145316.462500', '145316.922500', '145317.382500', '145317.842500', '145318.302500', '145318.762500', '145319.222500', '145319.682500', '145320.142500', '145320.602500', '145321.062500', '145321.522500', '145321.982500', '145322.442500', '145322.902500', '145323.362500', '145323.822500', '145324.282500', '145324.742500', '145325.202500', '145325.662500', '145326.122500', '145326.582500', '145327.042500', '145327.502500', '145327.962500', '145328.422500', '145328.882500', '145329.342500', '145329.802500', '145330.262500', '145330.722500', '145331.182500', '145331.642500', '145332.102500', '145332.562500', '145333.022500', '145333.482500', '145333.942500', '145334.402500', '145334.862500', '145335.322500', '145335.782500', '145336.242500', '145336.702500', '145337.162500', '145337.622500', '145338.082500', '145338.542500', '145339.002500', '145339.462500', '145339.922500', '145340.382500', '145340.842500', '145341.302500', '145341.762500', '145342.222500', '145342.682500', '145343.142500', '145343.602500', '145344.062500', '145344.522500', '145344.982500', '145345.442500', '145345.902500', '145346.362500', '145346.822500', '145347.282500', '145347.742500', '145348.202500', '145348.662500', '145349.122500', '145349.582500', '145350.042500', '145350.502500', '145350.962500', '145351.422500', '145351.882500', '145352.342500', '145352.802500', '145353.262500', '145353.722500', '145354.182500', '145354.642500', '145355.102500', '145355.562500', '145356.022500', '145356.482500', '145356.942500', '145357.402500', '145357.862500', '145358.322500', '145358.782500', '145359.242500', '145359.702500', '145400.162500', '145400.622500', '145401.082500', '145401.542500', '145402.002500', '145402.462500', '145402.922500', '145403.382500', '145403.842500', '145404.302500', '145404.762500', '145405.222500', '145405.682500', '145406.142500', '145406.602500', '145407.062500', '145407.522500', '145407.982500', '145408.442500', '145408.902500', '145409.362500', '145409.822500', '145410.282500', '145410.742500', '145411.202500', '145411.662500', '145412.122500', '145412.582500', '145413.042500', '145413.502500', '145413.962500', '145414.422500', '145414.882500', '145415.342500', '145415.802500', '145416.262500', '145416.722500', '145417.182500', '145417.642500', '145418.102500', '145418.562500', '145419.022500', '145419.482500', '145419.942500', '145420.402500', '145420.862500', '145421.322500', '145421.782500', '145422.242500', '145422.702500', '145423.162500', '145423.622500', '145424.082500', '145424.542500', '145425.002500', '145425.462500', '145425.922500', '145426.382500', '145426.842500', '145427.302500', '145427.762500', '145428.222500', '145428.682500', '145429.142500', '145429.602500', '145430.062500', '145430.522500', '145430.982500', '145431.442500', '145431.902500', '145432.362500', '145432.822500', '145433.282500', '145433.742500', '145434.202500', '145434.662500', '145435.122500', '145435.582500', '145436.042500', '145436.502500', '145436.962500', '145437.422500', '145437.882500', '145438.342500', '145438.802500', '145439.262500', '145439.722500', '145440.182500', '145440.642500', '145441.102500', '145441.562500', '145442.022500', '145442.482500', '145442.942500', '145443.402500', '145443.862500', '145444.322500', '145444.782500', '145445.242500', '145445.702500', '145446.162500', '145446.622500', '145447.082500', '145447.542500', '145448.002500', '145448.462500', '145448.922500', '145449.382500', '145449.842500', '145450.302500', '145450.762500', '145451.222500', '145451.682500', '145452.142500', '145452.602500', '145453.062500', '145453.522500', '145453.982500', '145454.442500', '145454.902500', '145455.362500', '145455.822500', '145456.282500', '145456.742500', '145457.202500', '145457.662500', '145458.122500', '145458.582500', '145459.042500', '145459.502500', '145459.962500', '145500.422500', '145500.882500', '145501.342500', '145501.802500', '145502.262500', '145502.722500', '145503.182500', '145503.642500', '145504.102500', '145504.562500', '145505.022500', '145505.482500', '145505.942500', '145506.402500', '145506.862500', '145507.322500', '145507.782500', '145508.242500', '145508.702500', '145509.162500', '145509.622500', '145510.082500', '145510.542500', '145511.002500', '145511.462500', '145511.922500', '145512.382500', '145512.842500', '145513.302500', '145513.762500', '145514.222500', '145514.682500', '145515.142500', '145515.602500', '145516.062500', '145516.522500', '145516.982500', '145517.442500', '145517.902500', '145518.362500', '145518.822500', '145519.282500', '145519.742500', '145520.202500', '145520.662500', '145521.122500', '145521.582500', '145522.042500', '145522.502500', '145522.962500', '145523.422500', '145523.882500', '145524.342500', '145524.802500', '145525.262500', '145525.722500', '145526.182500', '145526.642500', '145527.102500', '145527.562500', '145528.022500', '145528.482500', '145528.942500', '145529.402500', '145529.862500', '145530.322500', '145530.782500', '145531.242500', '145531.702500', '145532.162500', '145532.622500', '145533.082500', '145533.542500', '145534.002500', '145534.462500', '145534.922500', '145535.382500', '145535.842500', '145536.302500', '145536.762500', '145537.222500', '145537.682500', '145538.142500', '145538.602500', '145539.062500', '145539.522500', '145539.982500', '145540.442500', '145540.902500', '145541.362500', '145541.822500', '145542.282500', '145542.742500', '145543.202500', '145543.662500', '145544.122500', '145544.582500', '145545.042500', '145545.502500', '145545.962500', '145546.422500', '145546.882500', '145547.342500', '145547.802500', '145548.262500', '145548.722500', '145549.182500', '145549.642500', '145550.102500', '145550.562500', '145551.022500', '145551.482500', '145551.942500', '145552.402500', '145552.862500', '145553.322500', '145553.782500', '145554.242500', '145554.702500', '145555.162500', '145555.622500', '145556.082500', '145556.542500', '145557.002500', '145557.462500', '145557.922500', '145558.382500', '145558.842500', '145559.302500', '145559.762500', '145600.222500', '145600.682500', '145601.142500', '145601.602500', '145602.062500', '145602.522500', '145602.982500', '145603.442500', '145603.902500', '145604.362500', '145604.822500', '145605.282500', '145605.742500', '145606.202500', '145606.662500', '145607.122500', '145607.582500', '145608.042500', '145608.502500', '145608.962500', '145609.422500', '145609.882500', '145610.342500'], 'ContentTime': ['144355.276000', '144355.279000', '144355.282000', '144355.285000', '144355.291000', '144355.294000', '144355.296000', '144355.299000', '144355.302000', '144355.304000', '144355.307000', '144355.309000', '144355.312000', '144355.314000', '144355.317000', '144355.319000', '144355.322000', '144355.325000', '144355.327000', '144355.333000', '144355.335000', '144355.338000', '144355.340000', '144355.343000', '144355.345000', '144355.348000', '144355.350000', '144355.353000', '144355.356000', '144355.358000', '144355.361000', '144355.363000', '144355.366000', '144355.368000', '144355.371000', '144355.373000', '144355.376000', '144355.378000', '144355.381000', '144415.254000', '144415.256000', '144415.259000', '144415.261000', '144415.264000', '144415.267000', '144415.269000', '144415.272000', '144415.274000', '144415.277000', '144415.279000', '144415.282000', '144415.289000', '144415.292000', '144415.294000', '144415.297000', '144415.299000', '144415.302000', '144415.304000', '144415.307000', '144415.309000', '144415.312000', '144415.315000', '144415.317000', '144415.320000', '144415.322000', '144415.325000', '144415.327000', '144415.330000', '144415.332000', '144415.335000', '144415.337000', '144415.340000', '144415.343000', '144415.345000', '144415.348000', '144415.350000', '144415.353000', '144415.356000', '144415.358000', '144415.361000', '144415.363000', '144415.366000', '144435.254000', '144435.256000', '144435.259000', '144435.264000', '144435.266000', '144435.269000', '144435.271000', '144435.274000', '144435.276000', '144435.279000', '144435.282000', '144435.284000', '144435.287000', '144435.289000', '144435.292000', '144435.294000', '144435.297000', '144435.299000', '144435.302000', '144435.305000', '144435.307000', '144435.310000', '144435.312000', '144435.315000', '144435.317000', '144435.320000', '144435.322000', '144435.325000', '144435.327000', '144435.330000', '144435.344000', '144435.347000', '144435.349000', '144435.352000', '144435.354000', '144435.357000', '144435.359000', '144435.362000', '144435.365000', '144435.367000', '144435.370000', '144435.372000', '144435.375000', '144435.377000', '144455.254000', '144455.256000', '144455.259000', '144455.262000', '144455.264000', '144455.267000', '144455.269000', '144455.272000', '144455.274000', '144455.277000', '144455.279000', '144455.282000', '144455.284000', '144455.287000', '144455.289000', '144455.292000', '144455.295000', '144455.297000', '144455.300000', '144455.302000', '144455.305000', '144455.307000', '144455.310000', '144455.313000', '144455.315000', '144455.318000', '144455.320000', '144455.323000', '144455.332000', '144455.335000', '144455.337000', '144455.340000', '144455.343000', '144455.345000', '144455.348000', '144455.350000', '144455.353000', '144455.355000', '144455.358000', '144455.360000', '144455.363000', '144455.365000', '144455.368000', '144515.274000', '144515.276000', '144515.279000', '144515.281000', '144515.284000', '144515.286000', '144515.289000', '144515.292000', '144515.294000', '144515.297000', '144515.299000', '144515.302000', '144515.304000', '144515.307000', '144515.310000', '144515.312000', '144515.315000', '144515.317000', '144515.320000', '144515.323000', '144515.325000', '144515.328000', '144515.330000', '144515.333000', '144515.335000', '144515.338000', '144515.340000', '144515.343000', '144515.346000', '144515.348000', '144515.351000', '144515.353000', '144515.356000', '144515.358000', '144515.361000', '144515.363000', '144515.366000', '144515.369000', '144515.371000', '144515.374000', '144515.376000', '144515.379000', '144515.381000', '144535.253000', '144535.256000', '144535.259000', '144535.261000', '144535.264000', '144535.266000', '144535.269000', '144535.271000', '144535.274000', '144535.277000', '144535.279000', '144535.282000', '144535.284000', '144535.287000', '144535.289000', '144535.292000', '144535.294000', '144535.297000', '144535.300000', '144535.302000', '144535.305000', '144535.307000', '144535.310000', '144535.312000', '144535.315000', '144535.318000', '144535.320000', '144535.323000', '144535.325000', '144535.328000', '144535.330000', '144535.333000', '144535.336000', '144535.338000', '144535.341000', '144535.343000', '144535.346000', '144535.348000', '144535.351000', '144535.353000', '144535.356000', '144535.358000', '144535.361000', '144535.364000', '144555.253000', '144555.256000', '144555.259000', '144555.261000', '144555.264000', '144555.267000', '144555.269000', '144555.272000', '144555.274000', '144555.277000', '144555.279000', '144555.282000', '144555.285000', '144555.287000', '144555.290000', '144555.292000', '144555.295000', '144555.297000', '144555.300000', '144555.303000', '144555.305000', '144555.308000', '144555.310000', '144555.313000', '144555.315000', '144555.318000', '144555.320000', '144555.323000', '144555.326000', '144555.328000', '144555.331000', '144555.333000', '144555.336000', '144555.338000', '144555.341000', '144555.343000', '144555.346000', '144555.348000', '144555.351000', '144555.353000', '144555.356000', '144555.359000', '144555.361000', '144555.364000', '144615.254000', '144615.256000', '144615.259000', '144615.261000', '144615.264000', '144615.267000', '144615.269000', '144615.272000', '144615.274000', '144615.277000', '144615.279000', '144615.301000', '144615.303000', '144615.306000', '144615.308000', '144615.311000', '144615.313000', '144615.316000', '144615.318000', '144615.321000', '144615.324000', '144615.326000', '144615.329000', '144615.331000', '144615.334000', '144615.337000', '144615.339000', '144615.342000', '144615.344000', '144615.347000', '144615.350000', '144615.352000', '144615.355000', '144615.357000', '144615.360000', '144615.362000', '144615.365000', '144615.367000', '144615.370000', '144615.372000', '144615.375000', '144615.378000', '144615.380000', '144635.254000', '144635.257000', '144635.260000', '144635.262000', '144635.265000', '144635.267000', '144635.270000', '144635.272000', '144635.275000', '144635.278000', '144635.280000', '144635.283000', '144635.285000', '144635.288000', '144635.290000', '144635.293000', '144635.295000', '144635.298000', '144635.301000', '144635.303000', '144635.306000', '144635.308000', '144635.311000', '144635.313000', '144635.316000', '144635.319000', '144635.321000', '144635.324000', '144635.326000', '144635.329000', '144635.331000', '144635.334000', '144635.336000', '144635.339000', '144635.341000', '144635.344000', '144635.347000', '144635.349000', '144635.352000', '144635.354000', '144635.357000', '144635.359000', '144635.362000', '144635.364000', '144655.253000', '144655.256000', '144655.259000', '144655.261000', '144655.264000', '144655.266000', '144655.269000', '144655.272000', '144655.274000', '144655.277000', '144655.279000', '144655.282000', '144655.284000', '144655.287000', '144655.290000', '144655.292000', '144655.295000', '144655.297000', '144655.300000', '144655.303000', '144655.305000', '144655.308000', '144655.310000', '144655.313000', '144655.315000', '144655.318000', '144655.320000', '144655.323000', '144655.326000', '144655.328000', '144655.331000', '144655.333000', '144655.336000', '144655.338000', '144655.341000', '144655.344000', '144655.346000', '144655.349000', '144655.351000', '144655.354000', '144655.356000', '144655.359000', '144655.362000', '144715.253000', '144715.256000', '144715.259000', '144715.261000', '144715.264000', '144715.267000', '144715.269000', '144715.272000', '144715.274000', '144715.277000', '144715.280000', '144715.282000', '144715.285000', '144715.288000', '144715.290000', '144715.293000', '144715.295000', '144715.298000', '144715.301000', '144715.303000', '144715.306000', '144715.308000', '144715.311000', '144715.314000', '144715.316000', '144715.319000', '144715.321000', '144715.324000', '144715.326000', '144715.329000', '144715.331000', '144715.334000', '144715.337000', '144715.339000', '144715.342000', '144715.344000', '144715.347000', '144715.350000', '144715.352000', '144715.355000', '144715.358000', '144715.360000', '144715.363000', '144715.365000', '144735.253000', '144735.256000', '144735.259000', '144735.261000', '144735.264000', '144735.266000', '144735.269000', '144735.272000', '144735.274000', '144735.277000', '144735.279000', '144735.282000', '144735.284000', '144735.287000', '144735.290000', '144735.292000', '144735.295000', '144735.297000', '144735.300000', '144735.302000', '144735.305000', '144735.307000', '144735.310000', '144735.313000', '144735.315000', '144735.318000', '144735.320000', '144735.323000', '144735.325000', '144735.328000', '144735.331000', '144735.333000', '144735.336000', '144735.338000', '144735.341000', '144735.343000', '144735.346000', '144735.349000', '144735.351000', '144735.354000', '144735.356000', '144735.359000', '144735.362000', '144755.253000', '144755.256000', '144755.259000', '144755.261000', '144755.264000', '144755.266000', '144755.269000', '144755.272000', '144755.274000', '144755.277000', '144755.279000', '144755.282000', '144755.285000', '144755.287000', '144755.290000', '144755.293000', '144755.295000', '144755.298000', '144755.300000', '144755.303000', '144755.305000', '144755.308000', '144755.311000', '144755.313000', '144755.316000', '144755.318000', '144755.321000', '144755.324000', '144755.326000', '144755.329000', '144755.331000', '144755.334000', '144755.336000', '144755.339000', '144755.341000', '144755.344000', '144755.347000', '144755.349000', '144755.352000', '144755.354000', '144755.357000', '144755.360000', '144755.362000', '144755.365000', '144815.253000', '144815.256000', '144815.259000', '144815.261000', '144815.264000', '144815.267000', '144815.269000', '144815.272000', '144815.274000', '144815.277000', '144815.279000', '144815.282000', '144815.284000', '144815.287000', '144815.290000', '144815.292000', '144815.295000', '144815.297000', '144815.300000', '144815.303000', '144815.305000', '144815.308000', '144815.310000', '144815.313000', '144815.315000', '144815.318000', '144815.320000', '144815.323000', '144815.325000', '144815.328000', '144815.331000', '144815.333000', '144815.336000', '144815.338000', '144815.341000', '144815.344000', '144815.346000', '144815.349000', '144815.351000', '144815.354000', '144815.356000', '144815.359000', '144815.361000', '144835.254000', '144835.256000', '144835.259000', '144835.262000', '144835.265000', '144835.268000', '144835.270000', '144835.273000', '144835.276000', '144835.278000', '144835.281000', '144835.283000', '144835.286000', '144835.288000', '144835.291000', '144835.294000', '144835.296000', '144835.299000', '144835.301000', '144835.304000', '144835.307000', '144835.309000', '144835.312000', '144835.314000', '144835.317000', '144835.319000', '144835.322000', '144835.325000', '144835.327000', '144835.330000', '144835.332000', '144835.335000', '144835.337000', '144835.340000', '144835.343000', '144835.345000', '144835.348000', '144835.350000', '144835.353000', '144835.356000', '144835.358000', '144835.361000', '144835.363000', '144835.366000', '144855.254000', '144855.257000', '144855.260000', '144855.263000', '144855.265000', '144855.268000', '144855.270000', '144855.273000', '144855.275000', '144855.278000', '144855.281000', '144855.283000', '144855.286000', '144855.288000', '144855.291000', '144855.293000', '144855.296000', '144855.298000', '144855.301000', '144855.304000', '144855.306000', '144855.309000', '144855.311000', '144855.314000', '144855.316000', '144855.319000', '144855.322000', '144855.324000', '144855.327000', '144855.329000', '144855.332000', '144855.334000', '144855.337000', '144855.340000', '144855.342000', '144855.345000', '144855.347000', '144855.350000', '144855.352000', '144855.355000', '144855.358000', '144855.360000', '144855.363000', '144915.254000', '144915.256000', '144915.259000', '144915.262000', '144915.264000', '144915.272000', '144915.275000', '144915.277000', '144915.280000', '144915.282000', '144915.285000', '144915.288000', '144915.290000', '144915.293000', '144915.295000', '144915.298000', '144915.300000', '144915.303000', '144915.337000', '144915.339000', '144915.342000', '144915.345000', '144915.347000', '144915.350000', '144915.352000', '144915.355000', '144915.357000', '144915.360000', '144915.363000', '144915.365000', '144915.368000', '144915.370000', '144915.373000', '144915.375000', '144915.378000', '144915.381000', '144915.383000', '144915.386000', '144915.388000', '144915.391000', '144915.393000', '144915.396000', '144915.398000', '144915.401000', '144935.254000', '144935.257000', '144935.259000', '144935.262000', '144935.264000', '144935.267000', '144935.270000', '144935.272000', '144935.275000', '144935.277000', '144935.280000', '144935.282000', '144935.285000', '144935.288000', '144935.290000', '144935.293000', '144935.296000', '144935.298000', '144935.301000', '144935.303000', '144935.306000', '144935.309000', '144935.311000', '144935.314000', '144935.316000', '144935.319000', '144935.322000', '144935.324000', '144935.327000', '144935.329000', '144935.332000', '144935.334000', '144935.337000', '144935.340000', '144935.342000', '144935.345000', '144935.347000', '144935.350000', '144935.352000', '144935.355000', '144935.358000', '144935.360000', '144935.363000', '144955.253000', '144955.256000', '144955.259000', '144955.261000', '144955.264000', '144955.267000', '144955.269000', '144955.272000', '144955.274000', '144955.277000', '144955.279000', '144955.282000', '144955.284000', '144955.287000', '144955.290000', '144955.292000', '144955.295000', '144955.298000', '144955.300000', '144955.303000', '144955.306000', '144955.308000', '144955.311000', '144955.313000', '144955.316000', '144955.319000', '144955.321000', '144955.324000', '144955.326000', '144955.329000', '144955.332000', '144955.334000', '144955.337000', '144955.339000', '144955.342000', '144955.344000', '144955.347000', '144955.350000', '144955.352000', '144955.355000', '144955.357000', '144955.360000', '144955.363000', '145015.253000', '145015.256000', '145015.259000', '145015.261000', '145015.264000', '145015.267000', '145015.269000', '145015.272000', '145015.274000', '145015.277000', '145015.280000', '145015.282000', '145015.285000', '145015.287000', '145015.290000', '145015.292000', '145015.295000', '145015.297000', '145015.300000', '145015.303000', '145015.305000', '145015.308000', '145015.310000', '145015.313000', '145015.316000', '145015.318000', '145015.321000', '145015.323000', '145015.326000', '145015.328000', '145015.331000', '145015.333000', '145015.336000', '145015.339000', '145015.341000', '145015.344000', '145015.346000', '145015.349000', '145015.351000', '145015.354000', '145015.356000', '145015.359000', '145015.362000', '145015.364000', '145035.254000', '145035.257000', '145035.259000', '145035.262000', '145035.265000', '145035.267000', '145035.270000', '145035.272000', '145035.275000', '145035.277000', '145035.280000', '145035.282000', '145035.285000', '145035.287000', '145035.290000', '145035.292000', '145035.295000', '145035.298000', '145035.300000', '145035.303000', '145035.305000', '145035.308000', '145035.310000', '145035.313000', '145035.315000', '145035.318000', '145035.320000', '145035.323000', '145035.335000', '145035.338000', '145035.341000', '145035.343000', '145035.346000', '145035.349000', '145035.351000', '145035.354000', '145035.356000', '145035.359000', '145035.362000', '145035.364000', '145035.367000', '145035.369000', '145035.372000', '145055.253000', '145055.256000', '145055.259000', '145055.261000', '145055.264000', '145055.267000', '145055.269000', '145055.272000', '145055.274000', '145055.277000', '145055.279000', '145055.282000', '145055.284000', '145055.287000', '145055.290000', '145055.292000', '145055.295000', '145055.297000', '145055.300000', '145055.302000', '145055.305000', '145055.307000', '145055.310000', '145055.312000', '145055.315000', '145055.318000', '145055.320000', '145055.323000', '145055.325000', '145055.328000', '145055.331000', '145055.333000', '145055.336000', '145055.338000', '145055.341000', '145055.343000', '145055.346000', '145055.348000', '145055.351000', '145055.354000', '145055.356000', '145055.359000', '145055.361000', '145055.364000', '145115.255000', '145115.257000', '145115.260000', '145115.263000', '145115.265000', '145115.268000', '145115.270000', '145115.273000', '145115.275000', '145115.278000', '145115.280000', '145115.283000', '145115.286000', '145115.288000', '145115.291000', '145115.293000', '145115.296000', '145115.299000', '145115.302000', '145115.305000', '145115.308000', '145115.311000', '145115.313000', '145115.316000', '145115.318000', '145115.321000', '145115.323000', '145115.326000', '145115.329000', '145115.331000', '145115.334000', '145115.336000', '145115.339000', '145115.341000', '145115.344000', '145115.347000', '145115.350000', '145115.352000', '145115.355000', '145115.358000', '145115.360000', '145115.363000', '145115.365000', '145135.254000', '145135.256000', '145135.259000', '145135.261000', '145135.264000', '145135.266000', '145135.269000', '145135.272000', '145135.274000', '145135.277000', '145135.279000', '145135.282000', '145135.285000', '145135.287000', '145135.290000', '145135.292000', '145135.295000', '145135.297000', '145135.300000', '145135.303000', '145135.305000', '145135.308000', '145135.310000', '145135.313000', '145135.315000', '145135.318000', '145135.321000', '145135.323000', '145135.326000', '145135.329000', '145135.331000', '145135.334000', '145135.336000', '145135.339000', '145135.341000', '145135.344000', '145135.346000', '145135.349000', '145135.352000', '145135.354000', '145135.357000', '145135.359000', '145135.362000', '145135.364000', '145155.253000', '145155.256000', '145155.259000', '145155.261000', '145155.264000', '145155.267000', '145155.269000', '145155.272000', '145155.274000', '145155.277000', '145155.279000', '145155.282000', '145155.285000', '145155.287000', '145155.290000', '145155.292000', '145155.295000', '145155.298000', '145155.300000', '145155.303000', '145155.305000', '145155.308000', '145155.311000', '145155.314000', '145155.317000', '145155.340000', '145155.342000', '145155.345000', '145155.348000', '145155.350000', '145155.353000', '145155.355000', '145155.358000', '145155.360000', '145155.363000', '145155.366000', '145155.368000', '145155.371000', '145155.373000', '145155.376000', '145155.379000', '145155.381000', '145155.384000', '145215.254000', '145215.256000', '145215.259000', '145215.262000', '145215.264000', '145215.267000', '145215.269000', '145215.272000', '145215.274000', '145215.277000', '145215.280000', '145215.282000', '145215.285000', '145215.287000', '145215.290000', '145215.292000', '145215.295000', '145215.297000', '145215.300000', '145215.303000', '145215.305000', '145215.308000', '145215.310000', '145215.313000', '145215.315000', '145215.318000', '145215.321000', '145215.323000', '145215.326000', '145215.328000', '145215.331000', '145215.334000', '145215.336000', '145215.339000', '145215.341000', '145215.344000', '145215.346000', '145215.349000', '145215.351000', '145215.354000', '145215.357000', '145215.359000', '145215.362000', '145215.364000', '145235.254000', '145235.256000', '145235.259000', '145235.262000', '145235.264000', '145235.267000', '145235.269000', '145235.272000', '145235.275000', '145235.277000', '145235.280000', '145235.282000', '145235.285000', '145235.288000', '145235.290000', '145235.293000', '145235.295000', '145235.298000', '145235.300000', '145235.303000', '145235.306000', '145235.308000', '145235.311000', '145235.313000', '145235.316000', '145235.318000', '145235.321000', '145235.324000', '145235.326000', '145235.329000', '145235.331000', '145235.334000', '145235.336000', '145235.339000', '145235.342000', '145235.344000', '145235.348000', '145235.351000', '145235.353000', '145235.356000', '145235.358000', '145235.361000', '145235.364000', '145255.254000', '145255.256000', '145255.259000', '145255.261000', '145255.264000', '145255.267000', '145255.269000', '145255.272000', '145255.274000', '145255.277000', '145255.280000', '145255.282000', '145255.285000', '145255.287000', '145255.290000', '145255.293000', '145255.295000', '145255.298000', '145255.300000', '145255.303000', '145255.306000', '145255.308000', '145255.311000', '145255.314000', '145255.316000', '145255.319000', '145255.321000', '145255.324000', '145255.326000', '145255.329000', '145255.332000', '145255.334000', '145255.337000', '145255.339000', '145255.342000', '145255.344000', '145255.347000', '145255.350000', '145255.352000', '145255.355000', '145255.357000', '145255.360000', '145255.363000', '145255.365000', '145315.254000', '145315.256000', '145315.259000', '145315.261000', '145315.264000', '145315.267000', '145315.269000', '145315.306000', '145315.309000', '145315.311000', '145315.314000', '145315.316000', '145315.319000', '145315.322000', '145315.324000', '145315.327000', '145315.329000', '145315.332000', '145315.334000', '145315.337000', '145315.339000', '145315.342000', '145315.345000', '145315.347000', '145315.350000', '145315.353000', '145315.356000', '145315.359000', '145315.361000', '145315.364000', '145315.367000', '145315.369000', '145315.372000', '145315.374000', '145315.377000', '145315.379000', '145315.382000', '145315.385000', '145315.387000', '145315.390000', '145315.392000', '145315.395000', '145315.397000', '145335.255000', '145335.257000', '145335.260000', '145335.263000', '145335.265000', '145335.268000', '145335.270000', '145335.273000', '145335.276000', '145335.278000', '145335.281000', '145335.283000', '145335.286000', '145335.288000', '145335.291000', '145335.294000', '145335.296000', '145335.299000', '145335.301000', '145335.304000', '145335.306000', '145335.309000', '145335.312000', '145335.314000', '145335.317000', '145335.319000', '145335.322000', '145335.324000', '145335.327000', '145335.330000', '145335.332000', '145335.335000', '145335.337000', '145335.340000', '145335.343000', '145335.345000', '145335.348000', '145335.350000', '145335.353000', '145335.356000', '145335.358000', '145335.361000', '145335.363000', '145335.366000', '145355.253000', '145355.256000', '145355.259000', '145355.262000', '145355.264000', '145355.267000', '145355.269000', '145355.272000', '145355.274000', '145355.277000', '145355.279000', '145355.282000', '145355.285000', '145355.287000', '145355.290000', '145355.292000', '145355.295000', '145355.297000', '145355.300000', '145355.303000', '145355.305000', '145355.308000', '145355.310000', '145355.313000', '145355.315000', '145355.318000', '145355.321000', '145355.323000', '145355.326000', '145355.328000', '145355.331000', '145355.333000', '145355.336000', '145355.339000', '145355.341000', '145355.344000', '145355.346000', '145355.349000', '145355.352000', '145355.354000', '145355.357000', '145355.359000', '145355.362000', '145415.254000', '145415.256000', '145415.259000', '145415.262000', '145415.264000', '145415.267000', '145415.269000', '145415.272000', '145415.274000', '145415.277000', '145415.279000', '145415.282000', '145415.285000', '145415.287000', '145415.290000', '145415.292000', '145415.295000', '145415.297000', '145415.300000', '145415.303000', '145415.305000', '145415.308000', '145415.311000', '145415.313000', '145415.316000', '145415.318000', '145415.321000', '145415.323000', '145415.326000', '145415.328000', '145415.331000', '145415.334000', '145415.336000', '145415.339000', '145415.341000', '145415.344000', '145415.347000', '145415.349000', '145415.352000', '145415.354000', '145415.357000', '145415.359000', '145415.362000', '145415.364000', '145435.254000', '145435.256000', '145435.259000', '145435.262000', '145435.264000', '145435.267000', '145435.269000', '145435.272000', '145435.275000', '145435.277000', '145435.280000', '145435.282000', '145435.285000', '145435.288000', '145435.290000', '145435.293000', '145435.295000', '145435.298000', '145435.301000', '145435.303000', '145435.306000', '145435.308000', '145435.311000', '145435.314000', '145435.316000', '145435.319000', '145435.321000', '145435.324000', '145435.326000', '145435.329000', '145435.331000', '145435.334000', '145435.337000', '145435.339000', '145435.342000', '145435.344000', '145435.347000', '145435.349000', '145435.352000', '145435.355000', '145435.357000', '145435.360000', '145435.362000', '145455.254000', '145455.257000', '145455.259000', '145455.262000', '145455.264000', '145455.267000', '145455.270000', '145455.272000', '145455.275000', '145455.277000', '145455.280000', '145455.282000', '145455.285000', '145455.288000', '145455.290000', '145455.293000', '145455.296000', '145455.298000', '145455.301000', '145455.303000', '145455.306000', '145455.309000', '145455.311000', '145455.314000', '145455.316000', '145455.319000', '145455.322000', '145455.324000', '145455.327000', '145455.329000', '145455.332000', '145455.337000', '145455.340000', '145455.342000', '145455.345000', '145455.347000', '145455.350000', '145455.352000', '145455.355000', '145455.358000', '145455.360000', '145455.363000', '145455.365000', '145455.368000', '145515.254000', '145515.256000', '145515.259000', '145515.262000', '145515.264000', '145515.267000', '145515.269000', '145515.272000', '145515.274000', '145515.277000', '145515.280000', '145515.282000', '145515.285000', '145515.287000', '145515.290000', '145515.292000', '145515.295000', '145515.298000', '145515.300000', '145515.303000', '145515.305000', '145515.308000', '145515.310000', '145515.313000', '145515.316000', '145515.318000', '145515.321000', '145515.323000', '145515.326000', '145515.328000', '145515.331000', '145515.333000', '145515.336000', '145515.339000', '145515.341000', '145515.344000', '145515.347000', '145515.349000', '145515.352000', '145515.354000', '145515.357000', '145515.359000', '145515.362000', '145535.254000', '145535.256000', '145535.259000', '145535.262000', '145535.264000', '145535.267000', '145535.269000', '145535.272000', '145535.274000', '145535.277000', '145535.280000', '145535.282000', '145535.285000', '145535.287000', '145535.290000', '145535.292000', '145535.328000', '145535.330000', '145535.333000', '145535.335000', '145535.338000', '145535.340000', '145535.343000', '145535.345000', '145535.348000', '145535.350000', '145535.353000', '145535.356000', '145535.358000', '145535.361000', '145535.363000', '145535.366000', '145535.369000', '145535.371000', '145535.374000', '145535.376000', '145535.379000', '145535.382000', '145535.384000', '145535.387000', '145535.389000', '145535.392000', '145535.394000', '145535.397000', '145555.255000', '145555.257000', '145555.260000', '145555.263000', '145555.265000', '145555.268000', '145555.270000', '145555.273000', '145555.275000', '145555.278000', '145555.280000', '145555.283000', '145555.285000', '145555.288000', '145555.291000', '145555.293000', '145555.296000', '145555.298000', '145555.301000', '145555.303000', '145555.306000', '145555.309000', '145555.311000', '145555.314000', '145555.316000', '145555.319000', '145555.321000', '145555.324000', '145555.326000', '145555.329000', '145555.332000', '145555.334000', '145555.337000', '145555.339000', '145555.342000', '145555.344000', '145555.351000', '145555.354000', '145555.356000', '145555.359000', '145555.361000', '145555.364000', '145555.367000', '145611.524000', '145611.527000', '145611.530000', '145611.532000', '145611.535000', '145611.537000', '145611.540000', '145611.543000', '145611.545000', '145611.548000', '145611.551000', '145611.553000', '145611.556000', '145611.558000', '145611.561000', '145611.564000', '145611.566000', '145611.569000', '145611.571000', '145611.574000', '145611.577000', '145611.579000', '145611.582000', '145611.584000', '145611.587000', '145611.590000', '145611.592000', '145611.595000', '145611.597000', '145611.600000', '145611.603000', '145611.605000', '145611.608000', '145611.610000', '145611.613000', '145611.615000'], 'InstanceCreationTime': ['144355.276000', '144355.279000', '144355.282000', '144355.285000', '144355.291000', '144355.294000', '144355.296000', '144355.299000', '144355.302000', '144355.304000', '144355.307000', '144355.309000', '144355.312000', '144355.314000', '144355.317000', '144355.319000', '144355.322000', '144355.325000', '144355.327000', '144355.333000', '144355.335000', '144355.338000', '144355.340000', '144355.343000', '144355.345000', '144355.348000', '144355.350000', '144355.353000', '144355.356000', '144355.358000', '144355.361000', '144355.363000', '144355.366000', '144355.368000', '144355.371000', '144355.373000', '144355.376000', '144355.378000', '144355.381000', '144415.254000', '144415.256000', '144415.259000', '144415.261000', '144415.264000', '144415.267000', '144415.269000', '144415.272000', '144415.274000', '144415.277000', '144415.279000', '144415.282000', '144415.289000', '144415.292000', '144415.294000', '144415.297000', '144415.299000', '144415.302000', '144415.304000', '144415.307000', '144415.309000', '144415.312000', '144415.315000', '144415.317000', '144415.320000', '144415.322000', '144415.325000', '144415.327000', '144415.330000', '144415.332000', '144415.335000', '144415.337000', '144415.340000', '144415.343000', '144415.345000', '144415.348000', '144415.350000', '144415.353000', '144415.356000', '144415.358000', '144415.361000', '144415.363000', '144415.366000', '144435.254000', '144435.256000', '144435.259000', '144435.264000', '144435.266000', '144435.269000', '144435.271000', '144435.274000', '144435.276000', '144435.279000', '144435.282000', '144435.284000', '144435.287000', '144435.289000', '144435.292000', '144435.294000', '144435.297000', '144435.299000', '144435.302000', '144435.305000', '144435.307000', '144435.310000', '144435.312000', '144435.315000', '144435.317000', '144435.320000', '144435.322000', '144435.325000', '144435.327000', '144435.330000', '144435.344000', '144435.347000', '144435.349000', '144435.352000', '144435.354000', '144435.357000', '144435.359000', '144435.362000', '144435.365000', '144435.367000', '144435.370000', '144435.372000', '144435.375000', '144435.377000', '144455.254000', '144455.256000', '144455.259000', '144455.262000', '144455.264000', '144455.267000', '144455.269000', '144455.272000', '144455.274000', '144455.277000', '144455.279000', '144455.282000', '144455.284000', '144455.287000', '144455.289000', '144455.292000', '144455.295000', '144455.297000', '144455.300000', '144455.302000', '144455.305000', '144455.307000', '144455.310000', '144455.313000', '144455.315000', '144455.318000', '144455.320000', '144455.323000', '144455.332000', '144455.335000', '144455.337000', '144455.340000', '144455.343000', '144455.345000', '144455.348000', '144455.350000', '144455.353000', '144455.355000', '144455.358000', '144455.360000', '144455.363000', '144455.365000', '144455.368000', '144515.274000', '144515.276000', '144515.279000', '144515.281000', '144515.284000', '144515.286000', '144515.289000', '144515.292000', '144515.294000', '144515.297000', '144515.299000', '144515.302000', '144515.304000', '144515.307000', '144515.310000', '144515.312000', '144515.315000', '144515.317000', '144515.320000', '144515.323000', '144515.325000', '144515.328000', '144515.330000', '144515.333000', '144515.335000', '144515.338000', '144515.340000', '144515.343000', '144515.346000', '144515.348000', '144515.351000', '144515.353000', '144515.356000', '144515.358000', '144515.361000', '144515.363000', '144515.366000', '144515.369000', '144515.371000', '144515.374000', '144515.376000', '144515.379000', '144515.381000', '144535.253000', '144535.256000', '144535.259000', '144535.261000', '144535.264000', '144535.266000', '144535.269000', '144535.271000', '144535.274000', '144535.277000', '144535.279000', '144535.282000', '144535.284000', '144535.287000', '144535.289000', '144535.292000', '144535.294000', '144535.297000', '144535.300000', '144535.302000', '144535.305000', '144535.307000', '144535.310000', '144535.312000', '144535.315000', '144535.318000', '144535.320000', '144535.323000', '144535.325000', '144535.328000', '144535.330000', '144535.333000', '144535.336000', '144535.338000', '144535.341000', '144535.343000', '144535.346000', '144535.348000', '144535.351000', '144535.353000', '144535.356000', '144535.358000', '144535.361000', '144535.364000', '144555.253000', '144555.256000', '144555.259000', '144555.261000', '144555.264000', '144555.267000', '144555.269000', '144555.272000', '144555.274000', '144555.277000', '144555.279000', '144555.282000', '144555.285000', '144555.287000', '144555.290000', '144555.292000', '144555.295000', '144555.297000', '144555.300000', '144555.303000', '144555.305000', '144555.308000', '144555.310000', '144555.313000', '144555.315000', '144555.318000', '144555.320000', '144555.323000', '144555.326000', '144555.328000', '144555.331000', '144555.333000', '144555.336000', '144555.338000', '144555.341000', '144555.343000', '144555.346000', '144555.348000', '144555.351000', '144555.353000', '144555.356000', '144555.359000', '144555.361000', '144555.364000', '144615.254000', '144615.256000', '144615.259000', '144615.261000', '144615.264000', '144615.267000', '144615.269000', '144615.272000', '144615.274000', '144615.277000', '144615.279000', '144615.301000', '144615.303000', '144615.306000', '144615.308000', '144615.311000', '144615.313000', '144615.316000', '144615.318000', '144615.321000', '144615.324000', '144615.326000', '144615.329000', '144615.331000', '144615.334000', '144615.337000', '144615.339000', '144615.342000', '144615.344000', '144615.347000', '144615.350000', '144615.352000', '144615.355000', '144615.357000', '144615.360000', '144615.362000', '144615.365000', '144615.367000', '144615.370000', '144615.372000', '144615.375000', '144615.378000', '144615.380000', '144635.254000', '144635.257000', '144635.260000', '144635.262000', '144635.265000', '144635.267000', '144635.270000', '144635.272000', '144635.275000', '144635.278000', '144635.280000', '144635.283000', '144635.285000', '144635.288000', '144635.290000', '144635.293000', '144635.295000', '144635.298000', '144635.301000', '144635.303000', '144635.306000', '144635.308000', '144635.311000', '144635.313000', '144635.316000', '144635.319000', '144635.321000', '144635.324000', '144635.326000', '144635.329000', '144635.331000', '144635.334000', '144635.336000', '144635.339000', '144635.341000', '144635.344000', '144635.347000', '144635.349000', '144635.352000', '144635.354000', '144635.357000', '144635.359000', '144635.362000', '144635.364000', '144655.253000', '144655.256000', '144655.259000', '144655.261000', '144655.264000', '144655.266000', '144655.269000', '144655.272000', '144655.274000', '144655.277000', '144655.279000', '144655.282000', '144655.284000', '144655.287000', '144655.290000', '144655.292000', '144655.295000', '144655.297000', '144655.300000', '144655.303000', '144655.305000', '144655.308000', '144655.310000', '144655.313000', '144655.315000', '144655.318000', '144655.320000', '144655.323000', '144655.326000', '144655.328000', '144655.331000', '144655.333000', '144655.336000', '144655.338000', '144655.341000', '144655.344000', '144655.346000', '144655.349000', '144655.351000', '144655.354000', '144655.356000', '144655.359000', '144655.362000', '144715.253000', '144715.256000', '144715.259000', '144715.261000', '144715.264000', '144715.267000', '144715.269000', '144715.272000', '144715.274000', '144715.277000', '144715.280000', '144715.282000', '144715.285000', '144715.288000', '144715.290000', '144715.293000', '144715.295000', '144715.298000', '144715.301000', '144715.303000', '144715.306000', '144715.308000', '144715.311000', '144715.314000', '144715.316000', '144715.319000', '144715.321000', '144715.324000', '144715.326000', '144715.329000', '144715.331000', '144715.334000', '144715.337000', '144715.339000', '144715.342000', '144715.344000', '144715.347000', '144715.350000', '144715.352000', '144715.355000', '144715.358000', '144715.360000', '144715.363000', '144715.365000', '144735.253000', '144735.256000', '144735.259000', '144735.261000', '144735.264000', '144735.266000', '144735.269000', '144735.272000', '144735.274000', '144735.277000', '144735.279000', '144735.282000', '144735.284000', '144735.287000', '144735.290000', '144735.292000', '144735.295000', '144735.297000', '144735.300000', '144735.302000', '144735.305000', '144735.307000', '144735.310000', '144735.313000', '144735.315000', '144735.318000', '144735.320000', '144735.323000', '144735.325000', '144735.328000', '144735.331000', '144735.333000', '144735.336000', '144735.338000', '144735.341000', '144735.343000', '144735.346000', '144735.349000', '144735.351000', '144735.354000', '144735.356000', '144735.359000', '144735.362000', '144755.253000', '144755.256000', '144755.259000', '144755.261000', '144755.264000', '144755.266000', '144755.269000', '144755.272000', '144755.274000', '144755.277000', '144755.279000', '144755.282000', '144755.285000', '144755.287000', '144755.290000', '144755.293000', '144755.295000', '144755.298000', '144755.300000', '144755.303000', '144755.305000', '144755.308000', '144755.311000', '144755.313000', '144755.316000', '144755.318000', '144755.321000', '144755.324000', '144755.326000', '144755.329000', '144755.331000', '144755.334000', '144755.336000', '144755.339000', '144755.341000', '144755.344000', '144755.347000', '144755.349000', '144755.352000', '144755.354000', '144755.357000', '144755.360000', '144755.362000', '144755.365000', '144815.253000', '144815.256000', '144815.259000', '144815.261000', '144815.264000', '144815.267000', '144815.269000', '144815.272000', '144815.274000', '144815.277000', '144815.279000', '144815.282000', '144815.284000', '144815.287000', '144815.290000', '144815.292000', '144815.295000', '144815.297000', '144815.300000', '144815.303000', '144815.305000', '144815.308000', '144815.310000', '144815.313000', '144815.315000', '144815.318000', '144815.320000', '144815.323000', '144815.325000', '144815.328000', '144815.331000', '144815.333000', '144815.336000', '144815.338000', '144815.341000', '144815.344000', '144815.346000', '144815.349000', '144815.351000', '144815.354000', '144815.356000', '144815.359000', '144815.361000', '144835.254000', '144835.256000', '144835.259000', '144835.262000', '144835.265000', '144835.268000', '144835.270000', '144835.273000', '144835.276000', '144835.278000', '144835.281000', '144835.283000', '144835.286000', '144835.288000', '144835.291000', '144835.294000', '144835.296000', '144835.299000', '144835.301000', '144835.304000', '144835.307000', '144835.309000', '144835.312000', '144835.314000', '144835.317000', '144835.319000', '144835.322000', '144835.325000', '144835.327000', '144835.330000', '144835.332000', '144835.335000', '144835.337000', '144835.340000', '144835.343000', '144835.345000', '144835.348000', '144835.350000', '144835.353000', '144835.356000', '144835.358000', '144835.361000', '144835.363000', '144835.366000', '144855.254000', '144855.257000', '144855.260000', '144855.263000', '144855.265000', '144855.268000', '144855.270000', '144855.273000', '144855.275000', '144855.278000', '144855.281000', '144855.283000', '144855.286000', '144855.288000', '144855.291000', '144855.293000', '144855.296000', '144855.298000', '144855.301000', '144855.304000', '144855.306000', '144855.309000', '144855.311000', '144855.314000', '144855.316000', '144855.319000', '144855.322000', '144855.324000', '144855.327000', '144855.329000', '144855.332000', '144855.334000', '144855.337000', '144855.340000', '144855.342000', '144855.345000', '144855.347000', '144855.350000', '144855.352000', '144855.355000', '144855.358000', '144855.360000', '144855.363000', '144915.254000', '144915.256000', '144915.259000', '144915.262000', '144915.264000', '144915.272000', '144915.275000', '144915.277000', '144915.280000', '144915.282000', '144915.285000', '144915.288000', '144915.290000', '144915.293000', '144915.295000', '144915.298000', '144915.300000', '144915.303000', '144915.337000', '144915.339000', '144915.342000', '144915.345000', '144915.347000', '144915.350000', '144915.352000', '144915.355000', '144915.357000', '144915.360000', '144915.363000', '144915.365000', '144915.368000', '144915.370000', '144915.373000', '144915.375000', '144915.378000', '144915.381000', '144915.383000', '144915.386000', '144915.388000', '144915.391000', '144915.393000', '144915.396000', '144915.398000', '144915.401000', '144935.254000', '144935.257000', '144935.259000', '144935.262000', '144935.264000', '144935.267000', '144935.270000', '144935.272000', '144935.275000', '144935.277000', '144935.280000', '144935.282000', '144935.285000', '144935.288000', '144935.290000', '144935.293000', '144935.296000', '144935.298000', '144935.301000', '144935.303000', '144935.306000', '144935.309000', '144935.311000', '144935.314000', '144935.316000', '144935.319000', '144935.322000', '144935.324000', '144935.327000', '144935.329000', '144935.332000', '144935.334000', '144935.337000', '144935.340000', '144935.342000', '144935.345000', '144935.347000', '144935.350000', '144935.352000', '144935.355000', '144935.358000', '144935.360000', '144935.363000', '144955.253000', '144955.256000', '144955.259000', '144955.261000', '144955.264000', '144955.267000', '144955.269000', '144955.272000', '144955.274000', '144955.277000', '144955.279000', '144955.282000', '144955.284000', '144955.287000', '144955.290000', '144955.292000', '144955.295000', '144955.298000', '144955.300000', '144955.303000', '144955.306000', '144955.308000', '144955.311000', '144955.313000', '144955.316000', '144955.319000', '144955.321000', '144955.324000', '144955.326000', '144955.329000', '144955.332000', '144955.334000', '144955.337000', '144955.339000', '144955.342000', '144955.344000', '144955.347000', '144955.350000', '144955.352000', '144955.355000', '144955.357000', '144955.360000', '144955.363000', '145015.253000', '145015.256000', '145015.259000', '145015.261000', '145015.264000', '145015.267000', '145015.269000', '145015.272000', '145015.274000', '145015.277000', '145015.280000', '145015.282000', '145015.285000', '145015.287000', '145015.290000', '145015.292000', '145015.295000', '145015.297000', '145015.300000', '145015.303000', '145015.305000', '145015.308000', '145015.310000', '145015.313000', '145015.316000', '145015.318000', '145015.321000', '145015.323000', '145015.326000', '145015.328000', '145015.331000', '145015.333000', '145015.336000', '145015.339000', '145015.341000', '145015.344000', '145015.346000', '145015.349000', '145015.351000', '145015.354000', '145015.356000', '145015.359000', '145015.362000', '145015.364000', '145035.254000', '145035.257000', '145035.259000', '145035.262000', '145035.265000', '145035.267000', '145035.270000', '145035.272000', '145035.275000', '145035.277000', '145035.280000', '145035.282000', '145035.285000', '145035.287000', '145035.290000', '145035.292000', '145035.295000', '145035.298000', '145035.300000', '145035.303000', '145035.305000', '145035.308000', '145035.310000', '145035.313000', '145035.315000', '145035.318000', '145035.320000', '145035.323000', '145035.335000', '145035.338000', '145035.341000', '145035.343000', '145035.346000', '145035.349000', '145035.351000', '145035.354000', '145035.356000', '145035.359000', '145035.362000', '145035.364000', '145035.367000', '145035.369000', '145035.372000', '145055.253000', '145055.256000', '145055.259000', '145055.261000', '145055.264000', '145055.267000', '145055.269000', '145055.272000', '145055.274000', '145055.277000', '145055.279000', '145055.282000', '145055.284000', '145055.287000', '145055.290000', '145055.292000', '145055.295000', '145055.297000', '145055.300000', '145055.302000', '145055.305000', '145055.307000', '145055.310000', '145055.312000', '145055.315000', '145055.318000', '145055.320000', '145055.323000', '145055.325000', '145055.328000', '145055.331000', '145055.333000', '145055.336000', '145055.338000', '145055.341000', '145055.343000', '145055.346000', '145055.348000', '145055.351000', '145055.354000', '145055.356000', '145055.359000', '145055.361000', '145055.364000', '145115.255000', '145115.257000', '145115.260000', '145115.263000', '145115.265000', '145115.268000', '145115.270000', '145115.273000', '145115.275000', '145115.278000', '145115.280000', '145115.283000', '145115.286000', '145115.288000', '145115.291000', '145115.293000', '145115.296000', '145115.299000', '145115.302000', '145115.305000', '145115.308000', '145115.311000', '145115.313000', '145115.316000', '145115.318000', '145115.321000', '145115.323000', '145115.326000', '145115.329000', '145115.331000', '145115.334000', '145115.336000', '145115.339000', '145115.341000', '145115.344000', '145115.347000', '145115.350000', '145115.352000', '145115.355000', '145115.358000', '145115.360000', '145115.363000', '145115.365000', '145135.254000', '145135.256000', '145135.259000', '145135.261000', '145135.264000', '145135.266000', '145135.269000', '145135.272000', '145135.274000', '145135.277000', '145135.279000', '145135.282000', '145135.285000', '145135.287000', '145135.290000', '145135.292000', '145135.295000', '145135.297000', '145135.300000', '145135.303000', '145135.305000', '145135.308000', '145135.310000', '145135.313000', '145135.315000', '145135.318000', '145135.321000', '145135.323000', '145135.326000', '145135.329000', '145135.331000', '145135.334000', '145135.336000', '145135.339000', '145135.341000', '145135.344000', '145135.346000', '145135.349000', '145135.352000', '145135.354000', '145135.357000', '145135.359000', '145135.362000', '145135.364000', '145155.253000', '145155.256000', '145155.259000', '145155.261000', '145155.264000', '145155.267000', '145155.269000', '145155.272000', '145155.274000', '145155.277000', '145155.279000', '145155.282000', '145155.285000', '145155.287000', '145155.290000', '145155.292000', '145155.295000', '145155.298000', '145155.300000', '145155.303000', '145155.305000', '145155.308000', '145155.311000', '145155.314000', '145155.317000', '145155.340000', '145155.342000', '145155.345000', '145155.348000', '145155.350000', '145155.353000', '145155.355000', '145155.358000', '145155.360000', '145155.363000', '145155.366000', '145155.368000', '145155.371000', '145155.373000', '145155.376000', '145155.379000', '145155.381000', '145155.384000', '145215.254000', '145215.256000', '145215.259000', '145215.262000', '145215.264000', '145215.267000', '145215.269000', '145215.272000', '145215.274000', '145215.277000', '145215.280000', '145215.282000', '145215.285000', '145215.287000', '145215.290000', '145215.292000', '145215.295000', '145215.297000', '145215.300000', '145215.303000', '145215.305000', '145215.308000', '145215.310000', '145215.313000', '145215.315000', '145215.318000', '145215.321000', '145215.323000', '145215.326000', '145215.328000', '145215.331000', '145215.334000', '145215.336000', '145215.339000', '145215.341000', '145215.344000', '145215.346000', '145215.349000', '145215.351000', '145215.354000', '145215.357000', '145215.359000', '145215.362000', '145215.364000', '145235.254000', '145235.256000', '145235.259000', '145235.262000', '145235.264000', '145235.267000', '145235.269000', '145235.272000', '145235.275000', '145235.277000', '145235.280000', '145235.282000', '145235.285000', '145235.288000', '145235.290000', '145235.293000', '145235.295000', '145235.298000', '145235.300000', '145235.303000', '145235.306000', '145235.308000', '145235.311000', '145235.313000', '145235.316000', '145235.318000', '145235.321000', '145235.324000', '145235.326000', '145235.329000', '145235.331000', '145235.334000', '145235.336000', '145235.339000', '145235.342000', '145235.344000', '145235.348000', '145235.351000', '145235.353000', '145235.356000', '145235.358000', '145235.361000', '145235.364000', '145255.254000', '145255.256000', '145255.259000', '145255.261000', '145255.264000', '145255.267000', '145255.269000', '145255.272000', '145255.274000', '145255.277000', '145255.280000', '145255.282000', '145255.285000', '145255.287000', '145255.290000', '145255.293000', '145255.295000', '145255.298000', '145255.300000', '145255.303000', '145255.306000', '145255.308000', '145255.311000', '145255.314000', '145255.316000', '145255.319000', '145255.321000', '145255.324000', '145255.326000', '145255.329000', '145255.332000', '145255.334000', '145255.337000', '145255.339000', '145255.342000', '145255.344000', '145255.347000', '145255.350000', '145255.352000', '145255.355000', '145255.357000', '145255.360000', '145255.363000', '145255.365000', '145315.254000', '145315.256000', '145315.259000', '145315.261000', '145315.264000', '145315.267000', '145315.269000', '145315.306000', '145315.309000', '145315.311000', '145315.314000', '145315.316000', '145315.319000', '145315.322000', '145315.324000', '145315.327000', '145315.329000', '145315.332000', '145315.334000', '145315.337000', '145315.339000', '145315.342000', '145315.345000', '145315.347000', '145315.350000', '145315.353000', '145315.356000', '145315.359000', '145315.361000', '145315.364000', '145315.367000', '145315.369000', '145315.372000', '145315.374000', '145315.377000', '145315.379000', '145315.382000', '145315.385000', '145315.387000', '145315.390000', '145315.392000', '145315.395000', '145315.397000', '145335.255000', '145335.257000', '145335.260000', '145335.263000', '145335.265000', '145335.268000', '145335.270000', '145335.273000', '145335.276000', '145335.278000', '145335.281000', '145335.283000', '145335.286000', '145335.288000', '145335.291000', '145335.294000', '145335.296000', '145335.299000', '145335.301000', '145335.304000', '145335.306000', '145335.309000', '145335.312000', '145335.314000', '145335.317000', '145335.319000', '145335.322000', '145335.324000', '145335.327000', '145335.330000', '145335.332000', '145335.335000', '145335.337000', '145335.340000', '145335.343000', '145335.345000', '145335.348000', '145335.350000', '145335.353000', '145335.356000', '145335.358000', '145335.361000', '145335.363000', '145335.366000', '145355.253000', '145355.256000', '145355.259000', '145355.262000', '145355.264000', '145355.267000', '145355.269000', '145355.272000', '145355.274000', '145355.277000', '145355.279000', '145355.282000', '145355.285000', '145355.287000', '145355.290000', '145355.292000', '145355.295000', '145355.297000', '145355.300000', '145355.303000', '145355.305000', '145355.308000', '145355.310000', '145355.313000', '145355.315000', '145355.318000', '145355.321000', '145355.323000', '145355.326000', '145355.328000', '145355.331000', '145355.333000', '145355.336000', '145355.339000', '145355.341000', '145355.344000', '145355.346000', '145355.349000', '145355.352000', '145355.354000', '145355.357000', '145355.359000', '145355.362000', '145415.254000', '145415.256000', '145415.259000', '145415.262000', '145415.264000', '145415.267000', '145415.269000', '145415.272000', '145415.274000', '145415.277000', '145415.279000', '145415.282000', '145415.285000', '145415.287000', '145415.290000', '145415.292000', '145415.295000', '145415.297000', '145415.300000', '145415.303000', '145415.305000', '145415.308000', '145415.311000', '145415.313000', '145415.316000', '145415.318000', '145415.321000', '145415.323000', '145415.326000', '145415.328000', '145415.331000', '145415.334000', '145415.336000', '145415.339000', '145415.341000', '145415.344000', '145415.347000', '145415.349000', '145415.352000', '145415.354000', '145415.357000', '145415.359000', '145415.362000', '145415.364000', '145435.254000', '145435.256000', '145435.259000', '145435.262000', '145435.264000', '145435.267000', '145435.269000', '145435.272000', '145435.275000', '145435.277000', '145435.280000', '145435.282000', '145435.285000', '145435.288000', '145435.290000', '145435.293000', '145435.295000', '145435.298000', '145435.301000', '145435.303000', '145435.306000', '145435.308000', '145435.311000', '145435.314000', '145435.316000', '145435.319000', '145435.321000', '145435.324000', '145435.326000', '145435.329000', '145435.331000', '145435.334000', '145435.337000', '145435.339000', '145435.342000', '145435.344000', '145435.347000', '145435.349000', '145435.352000', '145435.355000', '145435.357000', '145435.360000', '145435.362000', '145455.254000', '145455.257000', '145455.259000', '145455.262000', '145455.264000', '145455.267000', '145455.270000', '145455.272000', '145455.275000', '145455.277000', '145455.280000', '145455.282000', '145455.285000', '145455.288000', '145455.290000', '145455.293000', '145455.296000', '145455.298000', '145455.301000', '145455.303000', '145455.306000', '145455.309000', '145455.311000', '145455.314000', '145455.316000', '145455.319000', '145455.322000', '145455.324000', '145455.327000', '145455.329000', '145455.332000', '145455.337000', '145455.340000', '145455.342000', '145455.345000', '145455.347000', '145455.350000', '145455.352000', '145455.355000', '145455.358000', '145455.360000', '145455.363000', '145455.365000', '145455.368000', '145515.254000', '145515.256000', '145515.259000', '145515.262000', '145515.264000', '145515.267000', '145515.269000', '145515.272000', '145515.274000', '145515.277000', '145515.280000', '145515.282000', '145515.285000', '145515.287000', '145515.290000', '145515.292000', '145515.295000', '145515.298000', '145515.300000', '145515.303000', '145515.305000', '145515.308000', '145515.310000', '145515.313000', '145515.316000', '145515.318000', '145515.321000', '145515.323000', '145515.326000', '145515.328000', '145515.331000', '145515.333000', '145515.336000', '145515.339000', '145515.341000', '145515.344000', '145515.347000', '145515.349000', '145515.352000', '145515.354000', '145515.357000', '145515.359000', '145515.362000', '145535.254000', '145535.256000', '145535.259000', '145535.262000', '145535.264000', '145535.267000', '145535.269000', '145535.272000', '145535.274000', '145535.277000', '145535.280000', '145535.282000', '145535.285000', '145535.287000', '145535.290000', '145535.292000', '145535.328000', '145535.330000', '145535.333000', '145535.335000', '145535.338000', '145535.340000', '145535.343000', '145535.345000', '145535.348000', '145535.350000', '145535.353000', '145535.356000', '145535.358000', '145535.361000', '145535.363000', '145535.366000', '145535.369000', '145535.371000', '145535.374000', '145535.376000', '145535.379000', '145535.382000', '145535.384000', '145535.387000', '145535.389000', '145535.392000', '145535.394000', '145535.397000', '145555.255000', '145555.257000', '145555.260000', '145555.263000', '145555.265000', '145555.268000', '145555.270000', '145555.273000', '145555.275000', '145555.278000', '145555.280000', '145555.283000', '145555.285000', '145555.288000', '145555.291000', '145555.293000', '145555.296000', '145555.298000', '145555.301000', '145555.303000', '145555.306000', '145555.309000', '145555.311000', '145555.314000', '145555.316000', '145555.319000', '145555.321000', '145555.324000', '145555.326000', '145555.329000', '145555.332000', '145555.334000', '145555.337000', '145555.339000', '145555.342000', '145555.344000', '145555.351000', '145555.354000', '145555.356000', '145555.359000', '145555.361000', '145555.364000', '145555.367000', '145611.524000', '145611.527000', '145611.530000', '145611.532000', '145611.535000', '145611.537000', '145611.540000', '145611.543000', '145611.545000', '145611.548000', '145611.551000', '145611.553000', '145611.556000', '145611.558000', '145611.561000', '145611.564000', '145611.566000', '145611.569000', '145611.571000', '145611.574000', '145611.577000', '145611.579000', '145611.582000', '145611.584000', '145611.587000', '145611.590000', '145611.592000', '145611.595000', '145611.597000', '145611.600000', '145611.603000', '145611.605000', '145611.608000', '145611.610000', '145611.613000', '145611.615000'], '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, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [8700, 12091, 8021, 10938, 7997, 11288, 7916, 11014, 7665, 10534, 7713, 10319, 9062, 11333, 7779, 10102, 7450, 10440, 8280, 10682, 12442, 10337, 10211, 8865, 10541, 8498, 15427, 10948, 13658, 8371, 13171, 8139, 11516, 8394, 13441, 9310, 11896, 7772, 11047, 7966, 13072, 9922, 15080, 8765, 12711, 8026, 11435, 7755, 12641, 8851, 13881, 7866, 9861, 7892, 8811, 10909, 9708, 14676, 9811, 11811, 8548, 12664, 8472, 16274, 10756, 16472, 9197, 12724, 7940, 11177, 8757, 13267, 8145, 10171, 7433, 9076, 7588, 9036, 11160, 10313, 11676, 9132, 13183, 8411, 14375, 9811, 14798, 10625, 14849, 7833, 10298, 7488, 10511, 7906, 12497, 8171, 10830, 7485, 9625, 7675, 9873, 9160, 10325, 8650, 9462, 9835, 8536, 12462, 8739, 16139, 10796, 14762, 8775, 11660, 8065, 11436, 8200, 11264, 7638, 12717, 7631, 9614, 7445, 9076, 9171, 8486, 15210, 10852, 14121, 8194, 11123, 7882, 9897, 7577, 10847, 8312, 10623, 7516, 10437, 7643, 9481, 8230, 8808, 12113, 9398, 14018, 8553, 12527, 7888, 11352, 8063, 11642, 7615, 9957, 7449, 9516, 7719, 9294, 8874, 9440, 10304, 9547, 10519, 9356, 13245, 8876, 16490, 10940, 15856, 9030, 12206, 7655, 10866, 8114, 11946, 7882, 11181, 7655, 9712, 7331, 9503, 8379, 9252, 12151, 9366, 9742, 8780, 10384, 8277, 12299, 8494, 16070, 10006, 12586, 7916, 12179, 7657, 12964, 9919, 14437, 8927, 12559, 7931, 11444, 8578, 12954, 9085, 12280, 8076, 11086, 7826, 10286, 7489, 10717, 8492, 14163, 8348, 11674, 7590, 10874, 8040, 12015, 8809, 16240, 8879, 12074, 8043, 10290, 8191, 10004, 12976, 12428, 8342, 9373, 7826, 9808, 8786, 11312, 11553, 14502, 8016, 10278, 7647, 10009, 8001, 10440, 9635, 10126, 7584, 9161, 8611, 8848, 11402, 8598, 16184, 10936, 14367, 8264, 11766, 7929, 10711, 7552, 13392, 10113, 14794, 9079, 12760, 8030, 11822, 7717, 12357, 8971, 13473, 7924, 10227, 7886, 9490, 7479, 9880, 8669, 9952, 7585, 9361, 7553, 9506, 8397, 9164, 13021, 10762, 12264, 8969, 11211, 8357, 14335, 10515, 16248, 10870, 14850, 8381, 11892, 7845, 10563, 7873, 10671, 7848, 12338, 7797, 10559, 7990, 10096, 7646, 10677, 8668, 12174, 7825, 9131, 8382, 8697, 14045, 9159, 15559, 10303, 15835, 8413, 10266, 7386, 8895, 7557, 8418, 11367, 8402, 13696, 8161, 11990, 7720, 10507, 7559, 11619, 8731, 9896, 7498, 8807, 8887, 8415, 14784, 9150, 14445, 9961, 12091, 7676, 9447, 7963, 8764, 15478, 9703, 15811, 9982, 12396, 7789, 10375, 7644, 10010, 7985, 10167, 7759, 9912, 7880, 9174, 8352, 9566, 10899, 9713, 8874, 8592, 10545, 8387, 14920, 9184, 14904, 10778, 14119, 8307, 10303, 7445, 9969, 8129, 10553, 11007, 11419, 8007, 9291, 7876, 9254, 8903, 9358, 14013, 10812, 16278, 8773, 14624, 8038, 12786, 8977, 12864, 9311, 13739, 8081, 9922, 7702, 9679, 7379, 9483, 8448, 9696, 7640, 9285, 7711, 9268, 8380, 8979, 11844, 9374, 9463, 8874, 8149, 8492, 9418, 8799, 15801, 11105, 14561, 9384, 14495, 9918, 13218, 10159, 14013, 10090, 15099, 8635, 11979, 7822, 11202, 8410, 12936, 8999, 13329, 7321, 10293, 7743, 9946, 7900, 10059, 8794, 9516, 7669, 8776, 8218, 8679, 11096, 9589, 11687, 9230, 12037, 8385, 15015, 9541, 14753, 10443, 15978, 8119, 11415, 7868, 10842, 7618, 10809, 7741, 10156, 7866, 9789, 7290, 9473, 8055, 8881, 11681, 8940, 11164, 8400, 13553, 8109, 12871, 8994, 13968, 9803, 12659, 8094, 11215, 7627, 11046, 8892, 13131, 11487, 9584, 9212, 8746, 10966, 8516, 15329, 10807, 16195, 9843, 12779, 8666, 11841, 8332, 12676, 9096, 13509, 8027, 10670, 7681, 10429, 7615, 11523, 8438, 12249, 7774, 9186, 7346, 8790, 9200, 8567, 15806, 9811, 14816, 8700, 12484, 7904, 12613, 9377, 14207, 9051, 11832, 7813, 10524, 7665, 11018, 8275, 13872, 7703, 10076, 7542, 9043, 8167, 8447, 13724, 9940, 15653, 8474, 12595, 7601, 11543, 8211, 12503, 9281, 12093, 8024, 10393, 7904, 10410, 8101, 13191, 7583, 10352, 7534, 9911, 8041, 9380, 12225, 9610, 16359, 9320, 14065, 8315, 11928, 7899, 11099, 8179, 11283, 7799, 9779, 7965, 9796, 7907, 10085, 9091, 9771, 9729, 9046, 13864, 8272, 14803, 10530, 13817, 9353, 10809, 7633, 9580, 7565, 9435, 8282, 9769, 7891, 9311, 8163, 8514, 10346, 8529, 15651, 10745, 13232, 8567, 11907, 8200, 13881, 9271, 14557, 10702, 16910, 9555, 12935, 7453, 10077, 7369, 9326, 9422, 9186, 11775, 8687, 12147, 8171, 12757, 8172, 12827, 10082, 12076, 7759, 10696, 7925, 9911, 7709, 10624, 8760, 11379, 7442, 9634, 8118, 8957, 12088, 9002, 17235, 11618, 16185, 8798, 12452, 7958, 10690, 7834, 10073, 7804, 10464, 7731, 9028, 7672, 8749, 8503, 8336, 12187, 9596, 12746, 9288, 12339, 8367, 13444, 8090, 13229, 9482, 13344, 8012, 9876, 7785, 9682, 8074, 9105, 11068, 9739, 10753, 8663, 10685, 8326, 13982, 9655, 15435, 10713, 15693, 8749, 12042, 8007, 10543, 7706, 10028, 7688, 10408, 7409, 9859, 7416, 9378, 8806, 9141, 15060, 10254, 17303, 9103, 13326, 8439, 11499, 7934, 11135, 7951, 10952, 7636, 9605, 7838, 10091, 7647, 11786, 8235, 10537, 7816, 9966, 7672, 9782, 8786, 9599, 11838, 9235, 12832, 8652, 14047, 8518, 14072, 10276, 14305, 8873, 12135, 7869, 10997, 7780, 10994, 7753, 11344, 7668, 9684, 7595, 9245, 8923, 8605, 15604, 9979, 14612, 8810, 12359, 8085, 10796, 7641, 10413, 8106, 11116, 7476, 10113, 7745, 10042, 7760, 10006, 9199, 10578, 8793, 9424, 9419, 8226, 13766, 9240, 14987, 10009, 11993, 7737, 9890, 7918, 9728, 8136, 9731, 9469, 9941, 7750, 9015, 7974, 9226, 8895, 8628, 12145, 9380, 14008, 8610, 13889, 8578, 12665, 8726, 11085, 7546, 10836, 7543, 8879, 7745, 8733, 10105, 8345, 12918, 10254, 14078, 9326, 11168, 8017, 11585, 8136, 12838, 9784, 13989, 9793, 12253, 8109, 10460, 7958, 10138, 7725, 10616, 8295, 10359, 7535, 9544, 8060, 9235, 9000, 10176, 9577, 10003, 8040, 10113, 8347, 9357, 11831, 9489, 16926, 10880, 17716, 13049, 16613, 8164, 11245, 7841, 10591, 7809, 10203, 8330, 10227, 7586, 9403, 8644, 8975, 9534, 8845, 11579, 9374, 10672, 8774, 10879, 8165, 13644, 8808, 14052, 9786, 14738, 9418, 11727, 7986, 10312, 7794, 9338, 8666, 8666, 14895, 10094, 15602, 8935, 13447, 8040, 12462, 8174, 11539, 8180, 11954, 7964, 9229, 7502, 8416, 10169, 7988, 13827, 9884, 13343, 8430, 9819, 7567, 9120, 8558, 8427, 14189, 9554, 14399, 8497, 11877, 7802, 10569, 7653, 11285, 8295, 11867, 7829, 10187, 7655, 9659, 9218, 8886, 15216, 10799, 16406, 8783, 12726, 8032, 11500, 8433, 12298, 8037, 10812, 7469, 9727, 8028, 9245, 9291, 9147, 12016, 9044, 9267, 8847, 9933, 8665, 13202, 9265, 14733, 9209, 14239, 8592, 12856, 8497, 13097, 9317, 13984, 8864, 11367, 7928, 10062, 7591, 9830, 8013, 11856, 7912, 10313, 7820, 9950, 7623, 9805, 8694, 11320, 9175, 9521, 9104, 9256, 13295, 8669, 15507, 10789, 16849, 10617, 12649, 7952, 10767, 7753, 10541, 8217, 12970, 8457, 10800, 7819, 10417, 7701, 9929, 8259, 9875, 10593, 9208, 12370, 8645, 14227, 8392, 12650, 8420, 11142, 8092, 9952, 7695, 9931, 7776, 9365, 7953, 9059, 10761, 9594, 8611, 8993, 12199, 8341, 15536, 10181, 15642, 10023, 13193, 8365, 11639, 7928, 11026, 7939, 12099, 9178, 9321, 7851, 8922, 9441, 8767, 13556, 9746, 15857, 9142, 13979, 8375, 12214, 7966, 12022, 9062, 12912, 8326, 10211, 8113, 9702, 7689, 9464, 9360, 9823, 8220, 8887, 9461, 8782, 12311, 8951, 16484, 11335, 14848, 8975, 12320, 8271, 11440, 7885, 10290, 7595, 10326, 7642, 8955, 8234, 8425, 11402, 8417, 14432, 10228, 13477, 8309, 12202, 7848, 11950, 7980, 12002, 8403, 11667, 7694, 9705, 8008, 9030, 10023, 9148, 15048, 10659, 10740, 8564, 10391, 8462, 12810, 9836, 14260, 9406, 12576, 8555, 12030, 8333, 13973, 10085, 13705, 8884, 13184, 8516, 13634, 8688, 12130, 9881, 13050, 9110, 11076, 7666, 10087, 7960, 10174, 8058, 12374, 8380, 10314, 7879, 10207, 7620, 9908, 8151, 11891, 8594, 10385, 7909, 9490, 7943, 9084, 11065, 10469, 15667, 10213, 13908, 8306, 13329, 8316, 13872, 10061, 14004, 9299, 11917, 7981, 10531, 7899, 10232, 7404, 10068, 7762, 11380, 7791, 9994, 7797, 10153, 7829, 10542, 8232, 10898, 7600, 10126, 7896, 9596, 8727, 8810, 13316, 9564, 13082, 8664, 12643, 8207, 12703, 8151, 12829, 9807, 13662, 8353, 12050, 7936, 11030, 7906, 10468, 7535, 10819, 8212, 10274, 7578, 9594, 8138, 8642, 11662, 8740, 15671, 10852, 15321, 9225, 13627, 8390, 12859, 9112, 13942, 10218, 15614, 8912, 11932, 8056, 10748, 7989, 9680, 7690, 9368, 8850, 9514, 8952, 9182, 8066, 8568, 9793, 8636, 16367, 10831, 15969, 10452, 13255, 8324, 10912, 7926, 10554, 8088, 13234, 7623, 10401, 7657, 10114, 7950, 10113, 9996, 11686, 8294, 9651, 8436, 9392, 9949, 9113, 14057, 10350, 14895, 9311, 11630, 8505, 12651, 8572, 14439, 9901, 14844, 9281, 12427, 7780, 11418, 7905, 11110, 8305, 12428, 8089, 16968, 13358, 19037, 12361, 12849, 7968, 10182, 7731, 9906, 7629, 9944, 9844, 9177, 16220, 11778, 15448, 9588, 13303, 8936, 12189, 8978, 12021, 8487, 14501, 8494, 10504, 7717, 9426, 8122, 8862, 8462, 8857, 10032, 9222, 10634, 8752, 10796, 8423, 13350, 8704, 13700, 10091, 15743, 8867, 10941, 7468, 9385, 7546, 9028, 7801, 7984, 9728, 8085, 13193, 8510, 11320, 7864, 12012, 7902, 11611, 7925, 10611, 7698, 10723, 7588, 9493, 9348, 8678, 14094, 9306, 14831, 10420, 15618, 8896, 11056, 7684, 9774, 7544, 8865, 9034, 8346, 10391, 8053, 12723, 9181, 10415, 7999, 11559, 7950, 12936, 8241, 13979, 10138, 14549, 8994, 12417, 8304, 10654, 8006, 13352, 9308, 14733, 8685, 10130, 7927, 10292, 7717, 10469, 9213, 12338, 9326, 10628, 7546, 10088, 7861, 9988, 8697, 10168, 9284, 10353, 8011, 9289, 7822, 9004, 8423, 12719, 9285, 14995, 8626, 11223, 9888, 7656, 10630, 8014, 13702, 9407, 15262, 11707, 13752, 9866, 8086, 9584, 7501, 10031, 8815, 13865, 10703, 15323, 8004, 10389, 7985, 10365, 7890, 10715, 7903, 11757, 7791, 10872, 7818, 10234, 7498, 10341, 7734, 10220, 8478, 11695, 8144, 10805, 7650, 10741, 7711, 10553, 12784, 9150, 17059, 12057, 15326, 8852, 11276, 7909, 9490, 7709, 9528, 8328, 9707, 8126, 10058, 7353, 9401, 7551, 8945, 11724, 8647, 16044, 11409, 16178, 9147, 13700, 8271, 12715, 9000, 13929, 9693, 12618, 7748, 10502, 7961, 10634, 7712, 9978, 8973, 10070, 8458, 9009, 10673, 8611, 13293, 8421, 15370, 10356, 14152, 8691, 13130, 8530, 12281, 7980, 10749, 7936, 9903, 10912, 8993, 10115, 8739, 12951, 8435, 15380, 10245, 13428, 7998, 11770, 7952, 11606, 7822, 13403, 8653, 9961, 8462, 8743, 14634, 8050, 13514, 8783, 11677, 7998, 10320, 7685, 9734, 7350, 9618, 8019, 8902, 12807, 9818, 14617, 9120, 14977, 8350, 12916, 8948, 13194, 9761, 14198, 7565, 10092, 7710, 9226, 14904, 8478, 15597, 10677, 13523, 8657, 10317, 7430, 9121, 8010, 8155, 9301, 8051, 12107, 8900, 10880, 8088, 11455, 8013, 14675, 9216, 14615, 10302, 15410, 10145, 12022, 7947, 10081, 8057, 9996, 10653, 9963, 11643, 8791, 13425, 8490, 13935, 9225, 13911, 10045, 12571, 7808, 10776, 7552, 11524, 8484, 13458, 9985, 14608, 8174, 10778, 7404, 10129, 7776, 10454, 8634, 11238, 7590, 9744, 8019, 9853, 8924, 8915, 10620, 9359, 12339, 8726], 'WindowCenter': [4454.0, 4478.0, 4423.0, 4450.0, 4409.0, 4435.0, 4406.0, 4437.0, 4395.0, 4425.0, 4396.0, 4426.0, 4417.0, 4449.0, 4395.0, 4427.0, 4396.0, 4424.0, 4405.0, 4423.0, 4445.0, 4425.0, 4414.0, 4403.0, 4423.0, 4393.0, 4452.0, 4423.0, 4453.0, 4405.0, 4444.0, 4394.0, 4434.0, 4404.0, 4454.0, 4415.0, 4446.0, 4407.0, 4437.0, 4405.0, 4444.0, 4429.0, 4468.0, 4417.0, 4456.0, 4406.0, 4435.0, 4393.0, 4444.0, 4415.0, 4455.0, 4394.0, 4414.0, 4391.0, 4415.0, 4424.0, 4413.0, 4467.0, 4414.0, 4434.0, 4403.0, 4442.0, 4403.0, 4463.0, 4424.0, 4464.0, 4401.0, 4430.0, 4392.0, 4433.0, 4391.0, 4443.0, 4381.0, 4411.0, 4382.0, 4401.0, 4394.0, 4402.0, 4421.0, 4424.0, 4421.0, 4402.0, 4441.0, 4391.0, 4442.0, 4411.0, 4451.0, 4423.0, 4453.0, 4382.0, 4409.0, 4380.0, 4411.0, 4380.0, 4433.0, 4392.0, 4421.0, 4381.0, 4411.0, 4392.0, 4411.0, 4400.0, 4413.0, 4391.0, 4400.0, 4400.0, 4389.0, 4428.0, 4390.0, 4451.0, 4435.0, 4453.0, 4402.0, 4420.0, 4379.0, 4417.0, 4389.0, 4418.0, 4379.0, 4430.0, 4379.0, 4399.0, 4369.0, 4387.0, 4399.0, 4389.0, 4449.0, 4419.0, 4439.0, 4389.0, 4409.0, 4379.0, 4409.0, 4381.0, 4419.0, 4391.0, 4411.0, 4380.0, 4409.0, 4380.0, 4400.0, 4391.0, 4401.0, 4431.0, 4402.0, 4439.0, 4401.0, 4430.0, 4391.0, 4432.0, 4392.0, 4434.0, 4392.0, 4413.0, 4383.0, 4413.0, 4392.0, 4414.0, 4402.0, 4415.0, 4425.0, 4414.0, 4423.0, 4412.0, 4444.0, 4403.0, 4464.0, 4424.0, 4454.0, 4402.0, 4431.0, 4380.0, 4421.0, 4389.0, 4433.0, 4391.0, 4423.0, 4391.0, 4411.0, 4382.0, 4413.0, 4401.0, 4412.0, 4433.0, 4413.0, 4414.0, 4402.0, 4421.0, 4405.0, 4444.0, 4404.0, 4476.0, 4428.0, 4446.0, 4407.0, 4445.0, 4406.0, 4454.0, 4427.0, 4467.0, 4418.0, 4446.0, 4407.0, 4449.0, 4418.0, 4457.0, 4418.0, 4448.0, 4408.0, 4436.0, 4396.0, 4426.0, 4395.0, 4435.0, 4417.0, 4468.0, 4418.0, 4448.0, 4397.0, 4436.0, 4406.0, 4447.0, 4414.0, 4468.0, 4415.0, 4446.0, 4393.0, 4424.0, 4404.0, 4413.0, 4443.0, 4446.0, 4391.0, 4402.0, 4381.0, 4412.0, 4390.0, 4423.0, 4435.0, 4455.0, 4392.0, 4411.0, 4381.0, 4410.0, 4390.0, 4408.0, 4399.0, 4411.0, 4380.0, 4400.0, 4400.0, 4399.0, 4429.0, 4401.0, 4460.0, 4424.0, 4452.0, 4392.0, 4430.0, 4391.0, 4422.0, 4391.0, 4443.0, 4426.0, 4455.0, 4414.0, 4444.0, 4404.0, 4432.0, 4393.0, 4431.0, 4403.0, 4444.0, 4390.0, 4412.0, 4392.0, 4412.0, 4382.0, 4412.0, 4402.0, 4413.0, 4392.0, 4412.0, 4393.0, 4412.0, 4390.0, 4402.0, 4444.0, 4436.0, 4433.0, 4402.0, 4422.0, 4391.0, 4451.0, 4411.0, 4451.0, 4422.0, 4441.0, 4391.0, 4420.0, 4378.0, 4408.0, 4379.0, 4408.0, 4391.0, 4432.0, 4380.0, 4421.0, 4390.0, 4410.0, 4380.0, 4420.0, 4392.0, 4432.0, 4381.0, 4401.0, 4390.0, 4389.0, 4440.0, 4400.0, 4448.0, 4410.0, 4449.0, 4378.0, 4408.0, 4368.0, 4388.0, 4378.0, 4389.0, 4419.0, 4391.0, 4441.0, 4391.0, 4430.0, 4392.0, 4422.0, 4392.0, 4434.0, 4405.0, 4414.0, 4383.0, 4403.0, 4402.0, 4403.0, 4464.0, 4412.0, 4454.0, 4425.0, 4432.0, 4393.0, 4413.0, 4392.0, 4404.0, 4464.0, 4411.0, 4465.0, 4412.0, 4443.0, 4381.0, 4411.0, 4392.0, 4411.0, 4392.0, 4426.0, 4393.0, 4423.0, 4394.0, 4413.0, 4403.0, 4414.0, 4433.0, 4416.0, 4415.0, 4416.0, 4436.0, 4406.0, 4467.0, 4426.0, 4465.0, 4437.0, 4456.0, 4403.0, 4423.0, 4382.0, 4412.0, 4391.0, 4424.0, 4422.0, 4433.0, 4393.0, 4402.0, 4389.0, 4398.0, 4399.0, 4401.0, 4442.0, 4422.0, 4452.0, 4391.0, 4450.0, 4388.0, 4430.0, 4401.0, 4430.0, 4401.0, 4441.0, 4380.0, 4410.0, 4380.0, 4399.0, 4393.0, 4412.0, 4390.0, 4413.0, 4380.0, 4400.0, 4379.0, 4401.0, 4391.0, 4402.0, 4432.0, 4412.0, 4414.0, 4414.0, 4403.0, 4404.0, 4414.0, 4414.0, 4475.0, 4436.0, 4465.0, 4416.0, 4454.0, 4413.0, 4443.0, 4412.0, 4454.0, 4412.0, 4453.0, 4402.0, 4432.0, 4381.0, 4432.0, 4390.0, 4442.0, 4402.0, 4440.0, 4379.0, 4410.0, 4379.0, 4412.0, 4391.0, 4411.0, 4401.0, 4411.0, 4381.0, 4389.0, 4391.0, 4400.0, 4432.0, 4414.0, 4432.0, 4413.0, 4444.0, 4403.0, 4464.0, 4401.0, 4451.0, 4424.0, 4452.0, 4380.0, 4420.0, 4377.0, 4408.0, 4378.0, 4407.0, 4381.0, 4411.0, 4390.0, 4409.0, 4379.0, 4412.0, 4391.0, 4402.0, 4434.0, 4402.0, 4432.0, 4403.0, 4453.0, 4394.0, 4443.0, 4415.0, 4454.0, 4425.0, 4444.0, 4405.0, 4435.0, 4396.0, 4434.0, 4402.0, 4445.0, 4433.0, 4402.0, 4400.0, 4401.0, 4419.0, 4389.0, 4452.0, 4421.0, 4463.0, 4411.0, 4430.0, 4389.0, 4430.0, 4392.0, 4431.0, 4401.0, 4440.0, 4391.0, 4420.0, 4381.0, 4420.0, 4393.0, 4431.0, 4402.0, 4443.0, 4393.0, 4413.0, 4383.0, 4403.0, 4414.0, 4401.0, 4464.0, 4411.0, 4452.0, 4390.0, 4431.0, 4391.0, 4431.0, 4413.0, 4451.0, 4403.0, 4432.0, 4382.0, 4419.0, 4392.0, 4423.0, 4391.0, 4444.0, 4380.0, 4411.0, 4380.0, 4389.0, 4390.0, 4388.0, 4438.0, 4411.0, 4450.0, 4390.0, 4431.0, 4381.0, 4432.0, 4390.0, 4431.0, 4412.0, 4432.0, 4391.0, 4409.0, 4391.0, 4421.0, 4390.0, 4443.0, 4381.0, 4412.0, 4381.0, 4411.0, 4393.0, 4412.0, 4432.0, 4413.0, 4464.0, 4401.0, 4438.0, 4388.0, 4431.0, 4392.0, 4420.0, 4403.0, 4432.0, 4381.0, 4411.0, 4389.0, 4412.0, 4392.0, 4423.0, 4402.0, 4413.0, 4413.0, 4402.0, 4441.0, 4391.0, 4441.0, 4410.0, 4441.0, 4399.0, 4419.0, 4380.0, 4399.0, 4390.0, 4401.0, 4390.0, 4413.0, 4392.0, 4411.0, 4391.0, 4402.0, 4425.0, 4404.0, 4466.0, 4435.0, 4444.0, 4403.0, 4431.0, 4392.0, 4452.0, 4401.0, 4442.0, 4411.0, 4463.0, 4401.0, 4429.0, 4369.0, 4396.0, 4380.0, 4399.0, 4399.0, 4401.0, 4420.0, 4389.0, 4418.0, 4389.0, 4441.0, 4390.0, 4429.0, 4421.0, 4431.0, 4382.0, 4420.0, 4393.0, 4410.0, 4394.0, 4425.0, 4415.0, 4435.0, 4385.0, 4414.0, 4394.0, 4403.0, 4434.0, 4402.0, 4462.0, 4434.0, 4461.0, 4391.0, 4431.0, 4380.0, 4408.0, 4391.0, 4411.0, 4379.0, 4422.0, 4378.0, 4400.0, 4377.0, 4391.0, 4389.0, 4391.0, 4432.0, 4414.0, 4446.0, 4403.0, 4433.0, 4393.0, 4442.0, 4394.0, 4442.0, 4412.0, 4445.0, 4392.0, 4412.0, 4391.0, 4412.0, 4405.0, 4402.0, 4433.0, 4426.0, 4423.0, 4403.0, 4422.0, 4392.0, 4453.0, 4413.0, 4454.0, 4425.0, 4453.0, 4392.0, 4430.0, 4380.0, 4409.0, 4379.0, 4399.0, 4380.0, 4411.0, 4380.0, 4411.0, 4381.0, 4401.0, 4400.0, 4402.0, 4451.0, 4413.0, 4463.0, 4401.0, 4441.0, 4390.0, 4421.0, 4379.0, 4421.0, 4390.0, 4410.0, 4380.0, 4400.0, 4380.0, 4412.0, 4381.0, 4432.0, 4404.0, 4422.0, 4381.0, 4412.0, 4382.0, 4423.0, 4402.0, 4412.0, 4433.0, 4401.0, 4442.0, 4402.0, 4454.0, 4401.0, 4440.0, 4425.0, 4453.0, 4402.0, 4429.0, 4391.0, 4420.0, 4381.0, 4421.0, 4382.0, 4434.0, 4380.0, 4412.0, 4380.0, 4400.0, 4402.0, 4403.0, 4462.0, 4424.0, 4452.0, 4403.0, 4442.0, 4393.0, 4422.0, 4391.0, 4422.0, 4393.0, 4436.0, 4380.0, 4411.0, 4381.0, 4411.0, 4392.0, 4412.0, 4401.0, 4424.0, 4403.0, 4402.0, 4400.0, 4403.0, 4451.0, 4401.0, 4465.0, 4413.0, 4433.0, 4392.0, 4412.0, 4392.0, 4413.0, 4391.0, 4412.0, 4414.0, 4413.0, 4393.0, 4402.0, 4381.0, 4400.0, 4402.0, 4402.0, 4433.0, 4415.0, 4452.0, 4402.0, 4443.0, 4400.0, 4432.0, 4403.0, 4421.0, 4381.0, 4422.0, 4381.0, 4401.0, 4381.0, 4390.0, 4409.0, 4390.0, 4440.0, 4422.0, 4455.0, 4413.0, 4432.0, 4392.0, 4431.0, 4393.0, 4442.0, 4413.0, 4454.0, 4413.0, 4430.0, 4392.0, 4422.0, 4391.0, 4424.0, 4394.0, 4423.0, 4394.0, 4423.0, 4392.0, 4412.0, 4392.0, 4402.0, 4402.0, 4424.0, 4413.0, 4414.0, 4394.0, 4423.0, 4404.0, 4414.0, 4433.0, 4414.0, 4466.0, 4422.0, 4464.0, 4443.0, 4461.0, 4391.0, 4421.0, 4390.0, 4409.0, 4381.0, 4412.0, 4391.0, 4411.0, 4379.0, 4400.0, 4388.0, 4389.0, 4400.0, 4401.0, 4419.0, 4401.0, 4422.0, 4392.0, 4422.0, 4390.0, 4441.0, 4403.0, 4441.0, 4411.0, 4452.0, 4401.0, 4420.0, 4379.0, 4399.0, 4377.0, 4399.0, 4391.0, 4390.0, 4439.0, 4410.0, 4449.0, 4386.0, 4428.0, 4377.0, 4416.0, 4388.0, 4431.0, 4389.0, 4421.0, 4380.0, 4400.0, 4367.0, 4389.0, 4407.0, 4390.0, 4440.0, 4410.0, 4441.0, 4391.0, 4409.0, 4381.0, 4401.0, 4391.0, 4404.0, 4453.0, 4412.0, 4453.0, 4403.0, 4431.0, 4392.0, 4423.0, 4394.0, 4422.0, 4392.0, 4434.0, 4382.0, 4423.0, 4382.0, 4413.0, 4414.0, 4402.0, 4454.0, 4423.0, 4463.0, 4392.0, 4432.0, 4392.0, 4434.0, 4393.0, 4433.0, 4393.0, 4422.0, 4382.0, 4412.0, 4392.0, 4413.0, 4400.0, 4403.0, 4446.0, 4402.0, 4400.0, 4402.0, 4413.0, 4415.0, 4456.0, 4417.0, 4468.0, 4415.0, 4456.0, 4405.0, 4443.0, 4416.0, 4455.0, 4415.0, 4455.0, 4402.0, 4433.0, 4391.0, 4411.0, 4382.0, 4412.0, 4391.0, 4434.0, 4392.0, 4413.0, 4392.0, 4412.0, 4394.0, 4423.0, 4403.0, 4436.0, 4413.0, 4413.0, 4403.0, 4403.0, 4441.0, 4402.0, 4453.0, 4421.0, 4475.0, 4422.0, 4431.0, 4390.0, 4409.0, 4381.0, 4420.0, 4391.0, 4443.0, 4391.0, 4422.0, 4382.0, 4411.0, 4380.0, 4414.0, 4393.0, 4411.0, 4423.0, 4403.0, 4431.0, 4389.0, 4440.0, 4390.0, 4443.0, 4402.0, 4420.0, 4393.0, 4413.0, 4392.0, 4413.0, 4391.0, 4416.0, 4405.0, 4414.0, 4437.0, 4427.0, 4407.0, 4415.0, 4433.0, 4394.0, 4463.0, 4424.0, 4468.0, 4415.0, 4444.0, 4393.0, 4422.0, 4393.0, 4424.0, 4391.0, 4433.0, 4403.0, 4401.0, 4380.0, 4389.0, 4401.0, 4391.0, 4430.0, 4412.0, 4453.0, 4400.0, 4440.0, 4379.0, 4420.0, 4392.0, 4430.0, 4390.0, 4444.0, 4391.0, 4409.0, 4391.0, 4412.0, 4393.0, 4412.0, 4413.0, 4425.0, 4391.0, 4403.0, 4411.0, 4404.0, 4445.0, 4404.0, 4464.0, 4437.0, 4453.0, 4402.0, 4432.0, 4390.0, 4422.0, 4392.0, 4410.0, 4381.0, 4412.0, 4379.0, 4401.0, 4392.0, 4391.0, 4433.0, 4393.0, 4451.0, 4426.0, 4456.0, 4403.0, 4433.0, 4394.0, 4447.0, 4408.0, 4446.0, 4406.0, 4437.0, 4395.0, 4414.0, 4393.0, 4403.0, 4413.0, 4402.0, 4467.0, 4425.0, 4423.0, 4402.0, 4411.0, 4404.0, 4444.0, 4413.0, 4452.0, 4403.0, 4431.0, 4390.0, 4434.0, 4392.0, 4440.0, 4425.0, 4442.0, 4402.0, 4431.0, 4389.0, 4430.0, 4391.0, 4433.0, 4399.0, 4430.0, 4387.0, 4408.0, 4379.0, 4409.0, 4378.0, 4423.0, 4391.0, 4433.0, 4391.0, 4412.0, 4379.0, 4410.0, 4380.0, 4411.0, 4381.0, 4434.0, 4392.0, 4412.0, 4390.0, 4400.0, 4392.0, 4402.0, 4419.0, 4411.0, 4451.0, 4398.0, 4429.0, 4378.0, 4428.0, 4390.0, 4438.0, 4399.0, 4439.0, 4386.0, 4417.0, 4379.0, 4407.0, 4379.0, 4409.0, 4381.0, 4409.0, 4382.0, 4436.0, 4381.0, 4409.0, 4381.0, 4422.0, 4394.0, 4421.0, 4395.0, 4425.0, 4394.0, 4414.0, 4393.0, 4413.0, 4406.0, 4404.0, 4442.0, 4414.0, 4443.0, 4402.0, 4441.0, 4392.0, 4445.0, 4395.0, 4444.0, 4425.0, 4455.0, 4392.0, 4433.0, 4393.0, 4421.0, 4392.0, 4436.0, 4394.0, 4422.0, 4404.0, 4425.0, 4394.0, 4414.0, 4392.0, 4405.0, 4448.0, 4407.0, 4467.0, 4439.0, 4468.0, 4414.0, 4453.0, 4393.0, 4447.0, 4403.0, 4443.0, 4425.0, 4464.0, 4404.0, 4433.0, 4382.0, 4422.0, 4381.0, 4402.0, 4394.0, 4414.0, 4403.0, 4413.0, 4415.0, 4414.0, 4394.0, 4404.0, 4422.0, 4417.0, 4476.0, 4427.0, 4467.0, 4425.0, 4443.0, 4393.0, 4421.0, 4392.0, 4423.0, 4381.0, 4446.0, 4383.0, 4422.0, 4393.0, 4412.0, 4394.0, 4423.0, 4413.0, 4448.0, 4393.0, 4412.0, 4391.0, 4402.0, 4414.0, 4404.0, 4441.0, 4425.0, 4454.0, 4400.0, 4422.0, 4391.0, 4431.0, 4401.0, 4440.0, 4412.0, 4441.0, 4400.0, 4419.0, 4380.0, 4420.0, 4393.0, 4421.0, 4392.0, 4431.0, 4382.0, 4464.0, 4442.0, 4474.0, 4431.0, 4431.0, 4393.0, 4424.0, 4381.0, 4412.0, 4393.0, 4414.0, 4414.0, 4402.0, 4462.0, 4435.0, 4455.0, 4402.0, 4430.0, 4389.0, 4418.0, 4389.0, 4432.0, 4389.0, 4443.0, 4379.0, 4398.0, 4367.0, 4386.0, 4364.0, 4374.0, 4377.0, 4388.0, 4399.0, 4401.0, 4411.0, 4389.0, 4408.0, 4378.0, 4426.0, 4389.0, 4440.0, 4399.0, 4450.0, 4388.0, 4394.0, 4366.0, 4386.0, 4365.0, 4386.0, 4366.0, 4391.0, 4411.0, 4379.0, 4443.0, 4391.0, 4421.0, 4380.0, 4432.0, 4393.0, 4434.0, 4407.0, 4436.0, 4396.0, 4439.0, 4395.0, 4413.0, 4404.0, 4392.0, 4456.0, 4416.0, 4454.0, 4425.0, 4465.0, 4400.0, 4422.0, 4381.0, 4412.0, 4380.0, 4399.0, 4400.0, 4391.0, 4425.0, 4393.0, 4442.0, 4416.0, 4423.0, 4396.0, 4434.0, 4395.0, 4458.0, 4410.0, 4459.0, 4440.0, 4469.0, 4418.0, 4447.0, 4406.0, 4453.0, 4407.0, 4445.0, 4404.0, 4454.0, 4391.0, 4411.0, 4392.0, 4413.0, 4380.0, 4423.0, 4402.0, 4447.0, 4416.0, 4425.0, 4382.0, 4424.0, 4394.0, 4414.0, 4403.0, 4413.0, 4404.0, 4413.0, 4381.0, 4402.0, 4384.0, 4405.0, 4404.0, 4457.0, 4416.0, 4469.0, 4407.0, 4438.0, 4427.0, 4396.0, 4426.0, 4397.0, 4457.0, 4419.0, 4468.0, 4439.0, 4459.0, 4414.0, 4383.0, 4402.0, 4372.0, 4414.0, 4390.0, 4445.0, 4413.0, 4443.0, 4382.0, 4401.0, 4382.0, 4400.0, 4380.0, 4411.0, 4382.0, 4436.0, 4383.0, 4423.0, 4383.0, 4413.0, 4371.0, 4412.0, 4384.0, 4423.0, 4395.0, 4439.0, 4395.0, 4426.0, 4384.0, 4424.0, 4383.0, 4426.0, 4447.0, 4416.0, 4466.0, 4437.0, 4454.0, 4392.0, 4411.0, 4382.0, 4402.0, 4381.0, 4403.0, 4405.0, 4415.0, 4396.0, 4429.0, 4386.0, 4417.0, 4398.0, 4415.0, 4448.0, 4408.0, 4469.0, 4453.0, 4479.0, 4418.0, 4458.0, 4394.0, 4445.0, 4405.0, 4446.0, 4416.0, 4435.0, 4385.0, 4425.0, 4395.0, 4425.0, 4398.0, 4417.0, 4406.0, 4427.0, 4394.0, 4405.0, 4414.0, 4393.0, 4446.0, 4393.0, 4466.0, 4428.0, 4456.0, 4405.0, 4445.0, 4406.0, 4436.0, 4412.0, 4425.0, 4392.0, 4428.0, 4425.0, 4403.0, 4414.0, 4404.0, 4457.0, 4404.0, 4463.0, 4439.0, 4456.0, 4396.0, 4434.0, 4396.0, 4451.0, 4397.0, 4459.0, 4406.0, 4416.0, 4393.0, 4393.0, 4442.0, 4380.0, 4445.0, 4405.0, 4424.0, 4383.0, 4423.0, 4384.0, 4414.0, 4383.0, 4413.0, 4394.0, 4417.0, 4446.0, 4428.0, 4468.0, 4405.0, 4455.0, 4395.0, 4446.0, 4415.0, 4444.0, 4426.0, 4458.0, 4384.0, 4413.0, 4382.0, 4403.0, 4443.0, 4394.0, 4466.0, 4412.0, 4443.0, 4392.0, 4400.0, 4369.0, 4401.0, 4379.0, 4380.0, 4415.0, 4394.0, 4433.0, 4415.0, 4423.0, 4395.0, 4435.0, 4395.0, 4456.0, 4415.0, 4468.0, 4429.0, 4470.0, 4427.0, 4434.0, 4394.0, 4414.0, 4397.0, 4412.0, 4411.0, 4414.0, 4434.0, 4392.0, 4443.0, 4392.0, 4465.0, 4414.0, 4444.0, 4427.0, 4432.0, 4382.0, 4420.0, 4383.0, 4435.0, 4404.0, 4442.0, 4415.0, 4454.0, 4391.0, 4411.0, 4371.0, 4413.0, 4383.0, 4410.0, 4393.0, 4425.0, 4382.0, 4400.0, 4381.0, 4401.0, 4403.0, 4404.0, 4411.0, 4405.0, 4433.0, 4391.0], 'WindowWidth': [9826.0, 9844.0, 9760.0, 9792.0, 9733.0, 9764.0, 9722.0, 9765.0, 9706.0, 9746.0, 9709.0, 9748.0, 9738.0, 9786.0, 9705.0, 9750.0, 9708.0, 9741.0, 9719.0, 9740.0, 9772.0, 9742.0, 9727.0, 9711.0, 9739.0, 9696.0, 9777.0, 9738.0, 9782.0, 9716.0, 9769.0, 9703.0, 9758.0, 9715.0, 9785.0, 9731.0, 9775.0, 9725.0, 9764.0, 9719.0, 9771.0, 9756.0, 9807.0, 9736.0, 9789.0, 9721.0, 9759.0, 9702.0, 9771.0, 9731.0, 9786.0, 9701.0, 9726.0, 9693.0, 9731.0, 9740.0, 9728.0, 9807.0, 9728.0, 9755.0, 9712.0, 9766.0, 9712.0, 9792.0, 9743.0, 9797.0, 9705.0, 9745.0, 9696.0, 9752.0, 9691.0, 9767.0, 9679.0, 9719.0, 9683.0, 9706.0, 9702.0, 9710.0, 9735.0, 9742.0, 9735.0, 9707.0, 9761.0, 9692.0, 9763.0, 9718.0, 9775.0, 9739.0, 9780.0, 9684.0, 9714.0, 9675.0, 9718.0, 9675.0, 9753.0, 9694.0, 9733.0, 9681.0, 9719.0, 9696.0, 9719.0, 9704.0, 9725.0, 9693.0, 9703.0, 9701.0, 9687.0, 9739.0, 9688.0, 9774.0, 9760.0, 9781.0, 9710.0, 9729.0, 9673.0, 9721.0, 9685.0, 9725.0, 9671.0, 9744.0, 9672.0, 9700.0, 9660.0, 9681.0, 9700.0, 9686.0, 9769.0, 9727.0, 9755.0, 9687.0, 9713.0, 9674.0, 9717.0, 9679.0, 9730.0, 9694.0, 9718.0, 9678.0, 9714.0, 9676.0, 9704.0, 9694.0, 9706.0, 9745.0, 9709.0, 9759.0, 9705.0, 9745.0, 9693.0, 9753.0, 9698.0, 9756.0, 9698.0, 9727.0, 9686.0, 9726.0, 9698.0, 9729.0, 9712.0, 9733.0, 9745.0, 9729.0, 9740.0, 9724.0, 9769.0, 9712.0, 9796.0, 9741.0, 9785.0, 9708.0, 9748.0, 9677.0, 9735.0, 9690.0, 9754.0, 9694.0, 9738.0, 9693.0, 9721.0, 9684.0, 9726.0, 9708.0, 9724.0, 9754.0, 9727.0, 9730.0, 9712.0, 9736.0, 9719.0, 9771.0, 9718.0, 9820.0, 9755.0, 9777.0, 9724.0, 9777.0, 9726.0, 9787.0, 9754.0, 9809.0, 9741.0, 9778.0, 9727.0, 9787.0, 9742.0, 9792.0, 9742.0, 9782.0, 9727.0, 9763.0, 9708.0, 9747.0, 9709.0, 9761.0, 9740.0, 9810.0, 9743.0, 9781.0, 9711.0, 9763.0, 9723.0, 9777.0, 9732.0, 9810.0, 9733.0, 9774.0, 9701.0, 9742.0, 9718.0, 9726.0, 9769.0, 9775.0, 9694.0, 9709.0, 9681.0, 9721.0, 9691.0, 9739.0, 9758.0, 9789.0, 9695.0, 9721.0, 9679.0, 9718.0, 9692.0, 9712.0, 9702.0, 9720.0, 9676.0, 9704.0, 9704.0, 9701.0, 9745.0, 9707.0, 9787.0, 9743.0, 9779.0, 9695.0, 9746.0, 9694.0, 9738.0, 9695.0, 9767.0, 9750.0, 9787.0, 9728.0, 9771.0, 9716.0, 9751.0, 9700.0, 9747.0, 9713.0, 9771.0, 9692.0, 9723.0, 9697.0, 9722.0, 9685.0, 9723.0, 9710.0, 9725.0, 9698.0, 9726.0, 9700.0, 9723.0, 9692.0, 9709.0, 9769.0, 9761.0, 9752.0, 9710.0, 9736.0, 9692.0, 9774.0, 9718.0, 9778.0, 9736.0, 9763.0, 9692.0, 9728.0, 9672.0, 9712.0, 9674.0, 9712.0, 9691.0, 9750.0, 9677.0, 9732.0, 9691.0, 9717.0, 9678.0, 9730.0, 9695.0, 9750.0, 9679.0, 9707.0, 9691.0, 9687.0, 9756.0, 9703.0, 9768.0, 9717.0, 9771.0, 9670.0, 9709.0, 9657.0, 9685.0, 9674.0, 9688.0, 9730.0, 9692.0, 9762.0, 9695.0, 9747.0, 9697.0, 9739.0, 9698.0, 9759.0, 9717.0, 9729.0, 9686.0, 9714.0, 9711.0, 9713.0, 9799.0, 9723.0, 9784.0, 9745.0, 9752.0, 9699.0, 9727.0, 9697.0, 9715.0, 9799.0, 9723.0, 9801.0, 9725.0, 9768.0, 9681.0, 9721.0, 9697.0, 9723.0, 9697.0, 9750.0, 9700.0, 9741.0, 9702.0, 9727.0, 9713.0, 9729.0, 9755.0, 9734.0, 9733.0, 9736.0, 9762.0, 9721.0, 9809.0, 9751.0, 9801.0, 9764.0, 9792.0, 9713.0, 9739.0, 9681.0, 9724.0, 9694.0, 9742.0, 9740.0, 9754.0, 9698.0, 9709.0, 9689.0, 9699.0, 9702.0, 9705.0, 9762.0, 9736.0, 9778.0, 9692.0, 9774.0, 9686.0, 9746.0, 9708.0, 9744.0, 9708.0, 9763.0, 9676.0, 9717.0, 9677.0, 9701.0, 9702.0, 9724.0, 9692.0, 9727.0, 9680.0, 9704.0, 9676.0, 9706.0, 9693.0, 9711.0, 9751.0, 9725.0, 9731.0, 9729.0, 9715.0, 9717.0, 9735.0, 9732.0, 9817.0, 9763.0, 9805.0, 9736.0, 9785.0, 9726.0, 9765.0, 9722.0, 9785.0, 9723.0, 9780.0, 9710.0, 9749.0, 9680.0, 9752.0, 9693.0, 9764.0, 9710.0, 9758.0, 9675.0, 9716.0, 9675.0, 9723.0, 9693.0, 9720.0, 9708.0, 9720.0, 9678.0, 9690.0, 9695.0, 9707.0, 9751.0, 9732.0, 9753.0, 9726.0, 9770.0, 9713.0, 9797.0, 9706.0, 9776.0, 9741.0, 9778.0, 9677.0, 9730.0, 9670.0, 9712.0, 9674.0, 9711.0, 9679.0, 9722.0, 9690.0, 9715.0, 9675.0, 9723.0, 9695.0, 9709.0, 9755.0, 9712.0, 9752.0, 9714.0, 9782.0, 9703.0, 9767.0, 9732.0, 9785.0, 9747.0, 9771.0, 9720.0, 9759.0, 9708.0, 9756.0, 9709.0, 9774.0, 9753.0, 9709.0, 9705.0, 9706.0, 9728.0, 9689.0, 9780.0, 9733.0, 9795.0, 9719.0, 9746.0, 9689.0, 9745.0, 9697.0, 9745.0, 9706.0, 9761.0, 9693.0, 9731.0, 9682.0, 9733.0, 9701.0, 9749.0, 9712.0, 9769.0, 9699.0, 9727.0, 9686.0, 9714.0, 9729.0, 9710.0, 9800.0, 9723.0, 9780.0, 9690.0, 9747.0, 9692.0, 9748.0, 9726.0, 9777.0, 9711.0, 9749.0, 9682.0, 9728.0, 9698.0, 9739.0, 9694.0, 9771.0, 9677.0, 9720.0, 9677.0, 9687.0, 9691.0, 9686.0, 9754.0, 9718.0, 9773.0, 9689.0, 9750.0, 9679.0, 9752.0, 9693.0, 9746.0, 9725.0, 9750.0, 9693.0, 9715.0, 9693.0, 9734.0, 9692.0, 9769.0, 9682.0, 9723.0, 9683.0, 9721.0, 9701.0, 9723.0, 9749.0, 9726.0, 9798.0, 9705.0, 9757.0, 9685.0, 9746.0, 9696.0, 9730.0, 9713.0, 9750.0, 9680.0, 9718.0, 9690.0, 9722.0, 9696.0, 9740.0, 9711.0, 9725.0, 9726.0, 9710.0, 9762.0, 9693.0, 9760.0, 9716.0, 9762.0, 9701.0, 9729.0, 9678.0, 9701.0, 9694.0, 9707.0, 9692.0, 9726.0, 9697.0, 9722.0, 9695.0, 9712.0, 9747.0, 9717.0, 9804.0, 9758.0, 9769.0, 9711.0, 9751.0, 9696.0, 9779.0, 9707.0, 9764.0, 9721.0, 9795.0, 9704.0, 9743.0, 9660.0, 9694.0, 9678.0, 9701.0, 9701.0, 9706.0, 9730.0, 9686.0, 9727.0, 9688.0, 9762.0, 9691.0, 9743.0, 9736.0, 9748.0, 9684.0, 9732.0, 9698.0, 9721.0, 9701.0, 9746.0, 9733.0, 9760.0, 9691.0, 9730.0, 9701.0, 9711.0, 9757.0, 9709.0, 9794.0, 9755.0, 9790.0, 9693.0, 9748.0, 9676.0, 9712.0, 9697.0, 9719.0, 9675.0, 9736.0, 9672.0, 9704.0, 9672.0, 9692.0, 9688.0, 9692.0, 9748.0, 9730.0, 9774.0, 9711.0, 9752.0, 9698.0, 9765.0, 9703.0, 9763.0, 9724.0, 9771.0, 9697.0, 9724.0, 9696.0, 9724.0, 9724.0, 9712.0, 9755.0, 9749.0, 9740.0, 9711.0, 9736.0, 9695.0, 9782.0, 9725.0, 9783.0, 9746.0, 9782.0, 9696.0, 9743.0, 9675.0, 9712.0, 9674.0, 9701.0, 9675.0, 9722.0, 9677.0, 9719.0, 9681.0, 9707.0, 9708.0, 9709.0, 9776.0, 9726.0, 9797.0, 9704.0, 9761.0, 9690.0, 9734.0, 9673.0, 9732.0, 9691.0, 9717.0, 9676.0, 9703.0, 9678.0, 9723.0, 9680.0, 9751.0, 9714.0, 9737.0, 9682.0, 9722.0, 9683.0, 9741.0, 9709.0, 9723.0, 9753.0, 9707.0, 9765.0, 9711.0, 9784.0, 9708.0, 9759.0, 9746.0, 9781.0, 9708.0, 9744.0, 9692.0, 9731.0, 9682.0, 9732.0, 9683.0, 9757.0, 9679.0, 9722.0, 9680.0, 9706.0, 9711.0, 9714.0, 9794.0, 9745.0, 9781.0, 9713.0, 9765.0, 9699.0, 9737.0, 9698.0, 9736.0, 9700.0, 9762.0, 9679.0, 9721.0, 9680.0, 9719.0, 9698.0, 9724.0, 9707.0, 9744.0, 9711.0, 9707.0, 9704.0, 9712.0, 9777.0, 9707.0, 9801.0, 9727.0, 9753.0, 9697.0, 9723.0, 9698.0, 9726.0, 9696.0, 9724.0, 9728.0, 9726.0, 9698.0, 9709.0, 9679.0, 9705.0, 9712.0, 9711.0, 9752.0, 9734.0, 9781.0, 9709.0, 9767.0, 9705.0, 9749.0, 9712.0, 9735.0, 9680.0, 9739.0, 9680.0, 9708.0, 9680.0, 9692.0, 9715.0, 9692.0, 9760.0, 9740.0, 9789.0, 9725.0, 9751.0, 9697.0, 9748.0, 9698.0, 9766.0, 9724.0, 9784.0, 9727.0, 9747.0, 9697.0, 9737.0, 9696.0, 9745.0, 9702.0, 9740.0, 9701.0, 9741.0, 9697.0, 9722.0, 9695.0, 9709.0, 9711.0, 9743.0, 9727.0, 9731.0, 9702.0, 9740.0, 9716.0, 9730.0, 9753.0, 9729.0, 9805.0, 9738.0, 9802.0, 9767.0, 9789.0, 9691.0, 9735.0, 9690.0, 9715.0, 9681.0, 9724.0, 9692.0, 9721.0, 9675.0, 9701.0, 9685.0, 9688.0, 9705.0, 9706.0, 9729.0, 9707.0, 9736.0, 9695.0, 9736.0, 9692.0, 9763.0, 9714.0, 9762.0, 9721.0, 9781.0, 9705.0, 9731.0, 9673.0, 9699.0, 9669.0, 9699.0, 9695.0, 9689.0, 9754.0, 9715.0, 9768.0, 9678.0, 9737.0, 9668.0, 9720.0, 9683.0, 9748.0, 9689.0, 9733.0, 9677.0, 9702.0, 9656.0, 9685.0, 9708.0, 9692.0, 9759.0, 9717.0, 9762.0, 9693.0, 9716.0, 9679.0, 9707.0, 9692.0, 9717.0, 9780.0, 9725.0, 9781.0, 9712.0, 9750.0, 9697.0, 9740.0, 9704.0, 9738.0, 9697.0, 9757.0, 9683.0, 9739.0, 9682.0, 9724.0, 9729.0, 9710.0, 9784.0, 9740.0, 9796.0, 9694.0, 9750.0, 9698.0, 9757.0, 9698.0, 9754.0, 9699.0, 9736.0, 9682.0, 9723.0, 9697.0, 9727.0, 9705.0, 9712.0, 9776.0, 9711.0, 9707.0, 9710.0, 9725.0, 9734.0, 9789.0, 9740.0, 9809.0, 9733.0, 9790.0, 9718.0, 9767.0, 9735.0, 9787.0, 9731.0, 9787.0, 9710.0, 9752.0, 9693.0, 9719.0, 9682.0, 9723.0, 9694.0, 9758.0, 9698.0, 9726.0, 9698.0, 9724.0, 9703.0, 9740.0, 9712.0, 9764.0, 9727.0, 9725.0, 9711.0, 9710.0, 9761.0, 9714.0, 9782.0, 9733.0, 9816.0, 9736.0, 9746.0, 9690.0, 9714.0, 9678.0, 9732.0, 9694.0, 9768.0, 9695.0, 9734.0, 9681.0, 9717.0, 9676.0, 9729.0, 9699.0, 9719.0, 9739.0, 9709.0, 9746.0, 9689.0, 9758.0, 9690.0, 9766.0, 9711.0, 9733.0, 9699.0, 9726.0, 9698.0, 9727.0, 9697.0, 9736.0, 9720.0, 9731.0, 9768.0, 9750.0, 9723.0, 9731.0, 9753.0, 9702.0, 9796.0, 9741.0, 9809.0, 9732.0, 9769.0, 9699.0, 9736.0, 9698.0, 9744.0, 9695.0, 9754.0, 9709.0, 9705.0, 9676.0, 9687.0, 9705.0, 9692.0, 9744.0, 9723.0, 9780.0, 9702.0, 9758.0, 9673.0, 9728.0, 9694.0, 9745.0, 9690.0, 9769.0, 9693.0, 9716.0, 9693.0, 9724.0, 9702.0, 9721.0, 9726.0, 9746.0, 9695.0, 9710.0, 9721.0, 9714.0, 9774.0, 9715.0, 9797.0, 9763.0, 9783.0, 9708.0, 9750.0, 9690.0, 9737.0, 9697.0, 9718.0, 9678.0, 9722.0, 9675.0, 9707.0, 9695.0, 9693.0, 9755.0, 9699.0, 9776.0, 9750.0, 9787.0, 9713.0, 9754.0, 9703.0, 9782.0, 9728.0, 9774.0, 9720.0, 9765.0, 9704.0, 9729.0, 9698.0, 9714.0, 9727.0, 9709.0, 9807.0, 9744.0, 9740.0, 9709.0, 9720.0, 9718.0, 9769.0, 9726.0, 9780.0, 9710.0, 9748.0, 9690.0, 9755.0, 9696.0, 9760.0, 9747.0, 9766.0, 9709.0, 9749.0, 9686.0, 9744.0, 9693.0, 9752.0, 9701.0, 9744.0, 9684.0, 9711.0, 9673.0, 9712.0, 9673.0, 9741.0, 9694.0, 9754.0, 9694.0, 9721.0, 9674.0, 9714.0, 9675.0, 9718.0, 9678.0, 9757.0, 9695.0, 9720.0, 9690.0, 9704.0, 9695.0, 9711.0, 9727.0, 9718.0, 9774.0, 9696.0, 9739.0, 9668.0, 9739.0, 9689.0, 9753.0, 9699.0, 9756.0, 9679.0, 9722.0, 9673.0, 9710.0, 9672.0, 9714.0, 9682.0, 9714.0, 9684.0, 9761.0, 9680.0, 9717.0, 9679.0, 9737.0, 9704.0, 9737.0, 9703.0, 9746.0, 9699.0, 9726.0, 9698.0, 9726.0, 9720.0, 9715.0, 9764.0, 9729.0, 9766.0, 9708.0, 9762.0, 9696.0, 9773.0, 9706.0, 9768.0, 9747.0, 9786.0, 9696.0, 9751.0, 9697.0, 9734.0, 9697.0, 9763.0, 9703.0, 9739.0, 9715.0, 9743.0, 9701.0, 9728.0, 9697.0, 9715.0, 9782.0, 9722.0, 9804.0, 9769.0, 9810.0, 9729.0, 9781.0, 9698.0, 9778.0, 9714.0, 9766.0, 9746.0, 9799.0, 9711.0, 9752.0, 9682.0, 9734.0, 9679.0, 9709.0, 9701.0, 9729.0, 9712.0, 9727.0, 9732.0, 9729.0, 9703.0, 9715.0, 9740.0, 9740.0, 9817.0, 9749.0, 9810.0, 9745.0, 9767.0, 9699.0, 9732.0, 9695.0, 9736.0, 9679.0, 9774.0, 9683.0, 9736.0, 9699.0, 9723.0, 9703.0, 9739.0, 9725.0, 9781.0, 9699.0, 9723.0, 9695.0, 9708.0, 9728.0, 9713.0, 9759.0, 9745.0, 9783.0, 9703.0, 9735.0, 9690.0, 9746.0, 9708.0, 9759.0, 9722.0, 9763.0, 9702.0, 9728.0, 9675.0, 9731.0, 9699.0, 9733.0, 9695.0, 9747.0, 9681.0, 9800.0, 9765.0, 9815.0, 9746.0, 9748.0, 9697.0, 9740.0, 9681.0, 9724.0, 9698.0, 9728.0, 9726.0, 9709.0, 9793.0, 9757.0, 9784.0, 9706.0, 9743.0, 9684.0, 9724.0, 9685.0, 9748.0, 9687.0, 9766.0, 9672.0, 9694.0, 9653.0, 9675.0, 9645.0, 9659.0, 9664.0, 9685.0, 9698.0, 9706.0, 9717.0, 9685.0, 9710.0, 9667.0, 9732.0, 9686.0, 9758.0, 9700.0, 9772.0, 9681.0, 9687.0, 9650.0, 9675.0, 9648.0, 9676.0, 9651.0, 9694.0, 9720.0, 9674.0, 9764.0, 9692.0, 9731.0, 9676.0, 9748.0, 9697.0, 9753.0, 9726.0, 9764.0, 9707.0, 9770.0, 9703.0, 9726.0, 9714.0, 9695.0, 9788.0, 9735.0, 9784.0, 9747.0, 9799.0, 9704.0, 9734.0, 9677.0, 9719.0, 9674.0, 9701.0, 9703.0, 9693.0, 9748.0, 9700.0, 9766.0, 9737.0, 9743.0, 9706.0, 9757.0, 9705.0, 9795.0, 9732.0, 9796.0, 9775.0, 9813.0, 9738.0, 9776.0, 9719.0, 9798.0, 9726.0, 9773.0, 9714.0, 9784.0, 9693.0, 9720.0, 9695.0, 9724.0, 9678.0, 9739.0, 9709.0, 9777.0, 9733.0, 9745.0, 9685.0, 9741.0, 9701.0, 9729.0, 9713.0, 9725.0, 9715.0, 9727.0, 9680.0, 9709.0, 9686.0, 9716.0, 9716.0, 9791.0, 9736.0, 9810.0, 9722.0, 9766.0, 9751.0, 9708.0, 9746.0, 9708.0, 9789.0, 9740.0, 9806.0, 9768.0, 9792.0, 9725.0, 9683.0, 9705.0, 9665.0, 9722.0, 9688.0, 9768.0, 9721.0, 9763.0, 9679.0, 9702.0, 9679.0, 9701.0, 9676.0, 9720.0, 9681.0, 9758.0, 9681.0, 9736.0, 9684.0, 9721.0, 9664.0, 9719.0, 9685.0, 9739.0, 9701.0, 9767.0, 9703.0, 9743.0, 9686.0, 9738.0, 9684.0, 9742.0, 9775.0, 9731.0, 9801.0, 9760.0, 9780.0, 9692.0, 9717.0, 9677.0, 9703.0, 9677.0, 9709.0, 9716.0, 9730.0, 9705.0, 9755.0, 9694.0, 9737.0, 9712.0, 9732.0, 9779.0, 9725.0, 9810.0, 9793.0, 9825.0, 9736.0, 9791.0, 9700.0, 9771.0, 9714.0, 9772.0, 9732.0, 9757.0, 9689.0, 9741.0, 9701.0, 9743.0, 9713.0, 9734.0, 9717.0, 9748.0, 9701.0, 9715.0, 9724.0, 9696.0, 9774.0, 9698.0, 9801.0, 9752.0, 9787.0, 9716.0, 9770.0, 9716.0, 9757.0, 9738.0, 9745.0, 9695.0, 9750.0, 9744.0, 9711.0, 9724.0, 9712.0, 9793.0, 9716.0, 9793.0, 9769.0, 9789.0, 9706.0, 9754.0, 9705.0, 9789.0, 9708.0, 9797.0, 9717.0, 9730.0, 9696.0, 9695.0, 9762.0, 9674.0, 9768.0, 9715.0, 9737.0, 9683.0, 9738.0, 9686.0, 9727.0, 9685.0, 9725.0, 9702.0, 9736.0, 9773.0, 9754.0, 9806.0, 9717.0, 9785.0, 9701.0, 9773.0, 9731.0, 9768.0, 9749.0, 9793.0, 9685.0, 9722.0, 9679.0, 9707.0, 9761.0, 9700.0, 9806.0, 9719.0, 9763.0, 9690.0, 9701.0, 9657.0, 9701.0, 9672.0, 9675.0, 9729.0, 9702.0, 9751.0, 9732.0, 9741.0, 9703.0, 9759.0, 9705.0, 9786.0, 9732.0, 9806.0, 9754.0, 9816.0, 9748.0, 9754.0, 9699.0, 9725.0, 9708.0, 9722.0, 9720.0, 9728.0, 9753.0, 9694.0, 9763.0, 9694.0, 9803.0, 9727.0, 9766.0, 9750.0, 9749.0, 9681.0, 9731.0, 9682.0, 9755.0, 9714.0, 9763.0, 9728.0, 9782.0, 9692.0, 9719.0, 9666.0, 9724.0, 9687.0, 9716.0, 9698.0, 9744.0, 9680.0, 9703.0, 9676.0, 9702.0, 9712.0, 9713.0, 9718.0, 9715.0, 9751.0, 9690.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.00033214416615760534</td></tr>
<tr><td colspan=3>aqi</td><td>0.01637709914477703</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.282399690635664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1813354827506108</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070113087224934</td></tr>
<tr><td colspan=3>efc</td><td>0.5166</td></tr>
<tr><td colspan=3>fber</td><td>3569.8245</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06920284239998177</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3665241295051924</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.65054011364314</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.551053484632691</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.915733566847131</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4848332894495986</td></tr>
<tr><td colspan=3>gcor</td><td>0.00699864</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012643660418689251</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02842945046722889</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</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.7592066655447005</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.1273</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.5239</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.6665</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291052.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1188.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.9636</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8779</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.0354</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3520.4034</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.4712</td></tr>
<tr><td colspan=3>tsnr</td><td>40.9619498969987</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>