<?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-0078_ses-02_task-alignvideo_acq-mb8_run-02_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-0078_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0078_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0078_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0078_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0078_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0078_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0078_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0078_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_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-0078/ses-02/func/sub-0078_ses-02_task-alignvideo_acq-mb8_run-02_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>7f56822ed730f7f2ef2c220ac9554efa</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>09:45:0.245000</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.999534, 0.026445, -0.0152478, -0.0247771, 0.9946, 0.100779]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0757636</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7762, -7226, 792, -82, -175, -69, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7e679d3e-4430-4f41-b4d7-b1e4e549d04f||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.6816766262054443, -0.06647524237632751, -0.04814252629876137, 115.00833892822266], [-0.07095009833574295, 2.6684398651123047, 0.2709555923938751, -102.05218505859375], [-0.04090874269604683, -0.2703818380832672, 2.6859383583068848, -50.733055114746094], [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, 1859]</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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'AcquisitionTime': ['094500.245000', '094500.705000', '094501.165000', '094501.625000', '094502.085000', '094502.545000', '094503.005000', '094503.465000', '094503.925000', '094504.385000', '094504.845000', '094505.305000', '094505.765000', '094506.225000', '094506.685000', '094507.145000', '094507.605000', '094508.065000', '094508.525000', '094508.985000', '094509.445000', '094509.905000', '094510.365000', '094510.825000', '094511.285000', '094511.745000', '094512.205000', '094512.665000', '094513.125000', '094513.585000', '094514.045000', '094514.505000', '094514.965000', '094515.425000', '094515.885000', '094516.345000', '094516.805000', '094517.265000', '094517.725000', '094518.185000', '094518.645000', '094519.105000', '094519.565000', '094520.025000', '094520.485000', '094520.945000', '094521.405000', '094521.865000', '094522.325000', '094522.785000', '094523.245000', '094523.705000', '094524.165000', '094524.625000', '094525.085000', '094525.545000', '094526.005000', '094526.465000', '094526.925000', '094527.385000', '094527.845000', '094528.305000', '094528.765000', '094529.225000', '094529.685000', '094530.145000', '094530.605000', '094531.065000', '094531.525000', '094531.985000', '094532.445000', '094532.905000', '094533.365000', '094533.825000', '094534.285000', '094534.745000', '094535.205000', '094535.665000', '094536.125000', '094536.585000', '094537.045000', '094537.505000', '094537.965000', '094538.425000', '094538.885000', '094539.345000', '094539.805000', '094540.265000', '094540.725000', '094541.185000', '094541.645000', '094542.105000', '094542.565000', '094543.025000', '094543.485000', '094543.945000', '094544.405000', '094544.865000', '094545.325000', '094545.785000', '094546.245000', '094546.705000', '094547.165000', '094547.625000', '094548.085000', '094548.545000', '094549.005000', '094549.465000', '094549.925000', '094550.385000', '094550.845000', '094551.305000', '094551.765000', '094552.225000', '094552.685000', '094553.145000', '094553.605000', '094554.065000', '094554.525000', '094554.985000', '094555.445000', '094555.905000', '094556.365000', '094556.825000', '094557.285000', '094557.745000', '094558.205000', '094558.665000', '094559.125000', '094559.585000', '094600.045000', '094600.505000', '094600.965000', '094601.425000', '094601.885000', '094602.345000', '094602.805000', '094603.265000', '094603.725000', '094604.185000', '094604.645000', '094605.105000', '094605.565000', '094606.025000', '094606.485000', '094606.945000', '094607.405000', '094607.865000', '094608.325000', '094608.785000', '094609.245000', '094609.705000', '094610.165000', '094610.625000', '094611.085000', '094611.545000', '094612.005000', '094612.465000', '094612.925000', '094613.385000', '094613.845000', '094614.305000', '094614.765000', '094615.225000', '094615.685000', '094616.145000', '094616.605000', '094617.065000', '094617.525000', '094617.985000', '094618.445000', '094618.905000', '094619.365000', '094619.825000', '094620.285000', '094620.745000', '094621.205000', '094621.665000', '094622.125000', '094622.585000', '094623.045000', '094623.505000', '094623.965000', '094624.425000', '094624.885000', '094625.345000', '094625.805000', '094626.265000', '094626.725000', '094627.185000', '094627.645000', '094628.105000', '094628.565000', '094629.025000', '094629.485000', '094629.945000', '094630.405000', '094630.865000', '094631.325000', '094631.785000', '094632.245000', '094632.705000', '094633.165000', '094633.625000', '094634.085000', '094634.545000', '094635.005000', '094635.465000', '094635.925000', '094636.385000', '094636.845000', '094637.305000', '094637.765000', '094638.225000', '094638.685000', '094639.145000', '094639.605000', '094640.065000', '094640.525000', '094640.985000', '094641.445000', '094641.905000', '094642.365000', '094642.825000', '094643.285000', '094643.745000', '094644.205000', '094644.665000', '094645.125000', '094645.585000', '094646.045000', '094646.505000', '094646.965000', '094647.425000', '094647.885000', '094648.345000', '094648.805000', '094649.265000', '094649.725000', '094650.185000', '094650.645000', '094651.105000', '094651.565000', '094652.025000', '094652.485000', '094652.945000', '094653.405000', '094653.865000', '094654.325000', '094654.785000', '094655.245000', '094655.705000', '094656.165000', '094656.625000', '094657.085000', '094657.545000', '094658.005000', '094658.465000', '094658.925000', '094659.385000', '094659.845000', '094700.305000', '094700.765000', '094701.225000', '094701.685000', '094702.145000', '094702.605000', '094703.065000', '094703.525000', '094703.985000', '094704.445000', '094704.905000', '094705.365000', '094705.825000', '094706.285000', '094706.745000', '094707.205000', '094707.665000', '094708.125000', '094708.585000', '094709.045000', '094709.505000', '094709.965000', '094710.425000', '094710.885000', '094711.345000', '094711.805000', '094712.265000', '094712.725000', '094713.185000', '094713.645000', '094714.105000', '094714.565000', '094715.025000', '094715.485000', '094715.945000', '094716.405000', '094716.865000', '094717.325000', '094717.785000', '094718.245000', '094718.705000', '094719.165000', '094719.625000', '094720.085000', '094720.545000', '094721.005000', '094721.465000', '094721.925000', '094722.385000', '094722.845000', '094723.305000', '094723.765000', '094724.225000', '094724.685000', '094725.145000', '094725.605000', '094726.065000', '094726.525000', '094726.985000', '094727.445000', '094727.905000', '094728.365000', '094728.825000', '094729.285000', '094729.745000', '094730.205000', '094730.665000', '094731.125000', '094731.585000', '094732.045000', '094732.505000', '094732.965000', '094733.425000', '094733.885000', '094734.345000', '094734.805000', '094735.265000', '094735.725000', '094736.185000', '094736.645000', '094737.105000', '094737.565000', '094738.025000', '094738.485000', '094738.945000', '094739.405000', '094739.865000', '094740.325000', '094740.785000', '094741.245000', '094741.705000', '094742.165000', '094742.625000', '094743.085000', '094743.545000', '094744.005000', '094744.465000', '094744.925000', '094745.385000', '094745.845000', '094746.305000', '094746.765000', '094747.225000', '094747.685000', '094748.145000', '094748.605000', '094749.065000', '094749.525000', '094749.985000', '094750.445000', '094750.905000', '094751.365000', '094751.825000', '094752.285000', '094752.745000', '094753.205000', '094753.665000', '094754.125000', '094754.585000', '094755.045000', '094755.505000', '094755.965000', '094756.425000', '094756.885000', '094757.345000', '094757.805000', '094758.265000', '094758.725000', '094759.185000', '094759.645000', '094800.105000', '094800.565000', '094801.025000', '094801.485000', '094801.945000', '094802.405000', '094802.865000', '094803.325000', '094803.785000', '094804.245000', '094804.705000', '094805.165000', '094805.625000', '094806.085000', '094806.545000', '094807.005000', '094807.465000', '094807.925000', '094808.385000', '094808.845000', '094809.305000', '094809.765000', '094810.225000', '094810.685000', '094811.145000', '094811.605000', '094812.065000', '094812.525000', '094812.985000', '094813.445000', '094813.905000', '094814.365000', '094814.825000', '094815.285000', '094815.745000', '094816.205000', '094816.665000', '094817.125000', '094817.585000', '094818.045000', '094818.505000', '094818.965000', '094819.425000', '094819.885000', '094820.345000', '094820.805000', '094821.265000', '094821.725000', '094822.185000', '094822.645000', '094823.105000', '094823.565000', '094824.025000', '094824.485000', '094824.945000', '094825.405000', '094825.865000', '094826.325000', '094826.785000', '094827.245000', '094827.705000', '094828.165000', '094828.625000', '094829.085000', '094829.545000', '094830.005000', '094830.465000', '094830.925000', '094831.385000', '094831.845000', '094832.305000', '094832.765000', '094833.225000', '094833.685000', '094834.145000', '094834.605000', '094835.065000', '094835.525000', '094835.985000', '094836.445000', '094836.905000', '094837.365000', '094837.825000', '094838.285000', '094838.745000', '094839.205000', '094839.665000', '094840.125000', '094840.585000', '094841.045000', '094841.505000', '094841.965000', '094842.425000', '094842.885000', '094843.345000', '094843.805000', '094844.265000', '094844.725000', '094845.185000', '094845.645000', '094846.105000', '094846.565000', '094847.025000', '094847.485000', '094847.945000', '094848.405000', '094848.865000', '094849.325000', '094849.785000', '094850.245000', '094850.705000', '094851.165000', '094851.625000', '094852.085000', '094852.545000', '094853.005000', '094853.465000', '094853.925000', '094854.385000', '094854.845000', '094855.305000', '094855.765000', '094856.225000', '094856.685000', '094857.145000', '094857.605000', '094858.065000', '094858.525000', '094858.985000', '094859.445000', '094859.905000', '094900.365000', '094900.825000', '094901.285000', '094901.745000', '094902.205000', '094902.665000', '094903.125000', '094903.585000', '094904.045000', '094904.505000', '094904.965000', '094905.425000', '094905.885000', '094906.345000', '094906.805000', '094907.265000', '094907.725000', '094908.185000', '094908.645000', '094909.105000', '094909.565000', '094910.025000', '094910.485000', '094910.945000', '094911.405000', '094911.865000', '094912.325000', '094912.785000', '094913.245000', '094913.705000', '094914.165000', '094914.625000', '094915.085000', '094915.545000', '094916.005000', '094916.465000', '094916.925000', '094917.385000', '094917.845000', '094918.305000', '094918.765000', '094919.225000', '094919.685000', '094920.145000', '094920.605000', '094921.065000', '094921.525000', '094921.985000', '094922.445000', '094922.905000', '094923.365000', '094923.825000', '094924.285000', '094924.745000', '094925.205000', '094925.665000', '094926.125000', '094926.585000', '094927.045000', '094927.505000', '094927.965000', '094928.425000', '094928.885000', '094929.345000', '094929.805000', '094930.265000', '094930.725000', '094931.185000', '094931.645000', '094932.105000', '094932.565000', '094933.025000', '094933.485000', '094933.945000', '094934.405000', '094934.865000', '094935.325000', '094935.785000', '094936.245000', '094936.705000', '094937.165000', '094937.625000', '094938.085000', '094938.545000', '094939.005000', '094939.465000', '094939.925000', '094940.385000', '094940.845000', '094941.305000', '094941.765000', '094942.225000', '094942.685000', '094943.145000', '094943.605000', '094944.065000', '094944.525000', '094944.985000', '094945.445000', '094945.905000', '094946.365000', '094946.825000', '094947.285000', '094947.745000', '094948.205000', '094948.665000', '094949.125000', '094949.585000', '094950.045000', '094950.505000', '094950.965000', '094951.425000', '094951.885000', '094952.345000', '094952.805000', '094953.265000', '094953.725000', '094954.185000', '094954.645000', '094955.105000', '094955.565000', '094956.025000', '094956.485000', '094956.945000', '094957.405000', '094957.865000', '094958.325000', '094958.785000', '094959.245000', '094959.705000', '095000.165000', '095000.625000', '095001.085000', '095001.545000', '095002.005000', '095002.465000', '095002.925000', '095003.385000', '095003.845000', '095004.305000', '095004.765000', '095005.225000', '095005.685000', '095006.145000', '095006.605000', '095007.065000', '095007.525000', '095007.985000', '095008.445000', '095008.905000', '095009.365000', '095009.825000', '095010.285000', '095010.745000', '095011.205000', '095011.665000', '095012.125000', '095012.585000', '095013.045000', '095013.505000', '095013.965000', '095014.425000', '095014.885000', '095015.345000', '095015.805000', '095016.265000', '095016.725000', '095017.185000', '095017.645000', '095018.105000', '095018.565000', '095019.025000', '095019.485000', '095019.945000', '095020.405000', '095020.865000', '095021.325000', '095021.785000', '095022.245000', '095022.705000', '095023.165000', '095023.625000', '095024.085000', '095024.545000', '095025.005000', '095025.465000', '095025.925000', '095026.385000', '095026.845000', '095027.305000', '095027.765000', '095028.225000', '095028.685000', '095029.145000', '095029.605000', '095030.065000', '095030.525000', '095030.985000', '095031.445000', '095031.905000', '095032.365000', '095032.825000', '095033.285000', '095033.745000', '095034.205000', '095034.665000', '095035.125000', '095035.585000', '095036.045000', '095036.505000', '095036.965000', '095037.425000', '095037.885000', '095038.345000', '095038.805000', '095039.265000', '095039.725000', '095040.185000', '095040.645000', '095041.105000', '095041.565000', '095042.025000', '095042.485000', '095042.945000', '095043.405000', '095043.865000', '095044.325000', '095044.785000', '095045.245000', '095045.705000', '095046.165000', '095046.625000', '095047.085000', '095047.545000', '095048.005000', '095048.465000', '095048.925000', '095049.385000', '095049.845000', '095050.305000', '095050.765000', '095051.225000', '095051.685000', '095052.145000', '095052.605000', '095053.065000', '095053.525000', '095053.985000', '095054.445000', '095054.905000', '095055.365000', '095055.825000', '095056.285000', '095056.745000', '095057.205000', '095057.665000', '095058.125000', '095058.585000', '095059.045000', '095059.505000', '095059.965000', '095100.425000', '095100.885000', '095101.345000', '095101.805000', '095102.265000', '095102.725000', '095103.185000', '095103.645000', '095104.105000', '095104.565000', '095105.025000', '095105.485000', '095105.945000', '095106.405000', '095106.865000', '095107.325000', '095107.785000', '095108.245000', '095108.705000', '095109.165000', '095109.625000', '095110.085000', '095110.545000', '095111.005000', '095111.465000', '095111.925000', '095112.385000', '095112.845000', '095113.305000', '095113.765000', '095114.225000', '095114.685000', '095115.145000', '095115.605000', '095116.065000', '095116.525000', '095116.985000', '095117.445000', '095117.905000', '095118.365000', '095118.825000', '095119.285000', '095119.745000', '095120.205000', '095120.665000', '095121.125000', '095121.585000', '095122.045000', '095122.505000', '095122.965000', '095123.425000', '095123.885000', '095124.345000', '095124.805000', '095125.265000', '095125.725000', '095126.185000', '095126.645000', '095127.105000', '095127.565000', '095128.025000', '095128.485000', '095128.945000', '095129.405000', '095129.865000', '095130.325000', '095130.785000', '095131.245000', '095131.705000', '095132.165000', '095132.625000', '095133.085000', '095133.545000', '095134.005000', '095134.465000', '095134.925000', '095135.385000', '095135.845000', '095136.305000', '095136.765000', '095137.225000', '095137.685000', '095138.145000', '095138.605000', '095139.065000', '095139.525000', '095139.985000', '095140.445000', '095140.905000', '095141.365000', '095141.825000', '095142.285000', '095142.745000', '095143.205000', '095143.665000', '095144.125000', '095144.585000', '095145.045000', '095145.505000', '095145.965000', '095146.425000', '095146.885000', '095147.345000', '095147.805000', '095148.265000', '095148.725000', '095149.185000', '095149.645000', '095150.105000', '095150.565000', '095151.025000', '095151.485000', '095151.945000', '095152.405000', '095152.865000', '095153.325000', '095153.785000', '095154.245000', '095154.705000', '095155.165000', '095155.625000', '095156.085000', '095156.545000', '095157.005000', '095157.465000', '095157.925000', '095158.385000', '095158.845000', '095159.305000', '095159.765000', '095200.225000', '095200.685000', '095201.145000', '095201.605000', '095202.065000', '095202.525000', '095202.985000', '095203.445000', '095203.905000', '095204.365000', '095204.825000', '095205.285000', '095205.745000', '095206.205000', '095206.665000', '095207.125000', '095207.585000', '095208.045000', '095208.505000', '095208.965000', '095209.425000', '095209.885000', '095210.345000', '095210.805000', '095211.265000', '095211.725000', '095212.185000', '095212.645000', '095213.105000', '095213.565000', '095214.025000', '095214.485000', '095214.945000', '095215.405000', '095215.865000', '095216.325000', '095216.785000', '095217.245000', '095217.705000', '095218.165000', '095218.625000', '095219.085000', '095219.545000', '095220.005000', '095220.465000', '095220.925000', '095221.385000', '095221.845000', '095222.305000', '095222.765000', '095223.225000', '095223.685000', '095224.145000', '095224.605000', '095225.065000', '095225.525000', '095225.985000', '095226.445000', '095226.905000', '095227.365000', '095227.825000', '095228.285000', '095228.745000', '095229.205000', '095229.665000', '095230.125000', '095230.585000', '095231.045000', '095231.505000', '095231.965000', '095232.425000', '095232.885000', '095233.345000', '095233.805000', '095234.265000', '095234.725000', '095235.185000', '095235.645000', '095236.105000', '095236.565000', '095237.025000', '095237.485000', '095237.945000', '095238.405000', '095238.865000', '095239.325000', '095239.785000', '095240.245000', '095240.705000', '095241.165000', '095241.625000', '095242.085000', '095242.545000', '095243.005000', '095243.465000', '095243.925000', '095244.385000', '095244.845000', '095245.305000', '095245.765000', '095246.225000', '095246.685000', '095247.145000', '095247.605000', '095248.065000', '095248.525000', '095248.985000', '095249.445000', '095249.905000', '095250.365000', '095250.825000', '095251.285000', '095251.745000', '095252.205000', '095252.665000', '095253.125000', '095253.585000', '095254.045000', '095254.505000', '095254.965000', '095255.425000', '095255.885000', '095256.345000', '095256.805000', '095257.265000', '095257.725000', '095258.185000', '095258.645000', '095259.105000', '095259.565000', '095300.025000', '095300.485000', '095300.945000', '095301.405000', '095301.865000', '095302.325000', '095302.785000', '095303.245000', '095303.705000', '095304.165000', '095304.625000', '095305.085000', '095305.545000', '095306.005000', '095306.465000', '095306.925000', '095307.385000', '095307.845000', '095308.305000', '095308.765000', '095309.225000', '095309.685000', '095310.145000', '095310.605000', '095311.065000', '095311.525000', '095311.985000', '095312.445000', '095312.905000', '095313.365000', '095313.825000', '095314.285000', '095314.745000', '095315.205000', '095315.665000', '095316.125000', '095316.585000', '095317.045000', '095317.505000', '095317.965000', '095318.425000', '095318.885000', '095319.345000', '095319.805000', '095320.265000', '095320.725000', '095321.185000', '095321.645000', '095322.105000', '095322.565000', '095323.025000', '095323.485000', '095323.945000', '095324.405000', '095324.865000', '095325.325000', '095325.785000', '095326.245000', '095326.705000', '095327.165000', '095327.625000', '095328.085000', '095328.545000', '095329.005000', '095329.465000', '095329.925000', '095330.385000', '095330.845000', '095331.305000', '095331.765000', '095332.225000', '095332.685000', '095333.145000', '095333.605000', '095334.065000', '095334.525000', '095334.985000', '095335.445000', '095335.905000', '095336.365000', '095336.825000', '095337.285000', '095337.745000', '095338.205000', '095338.665000', '095339.125000', '095339.585000', '095340.045000', '095340.505000', '095340.965000', '095341.425000', '095341.885000', '095342.345000', '095342.805000', '095343.265000', '095343.725000', '095344.185000', '095344.645000', '095345.105000', '095345.565000', '095346.025000', '095346.485000', '095346.945000', '095347.405000', '095347.865000', '095348.325000', '095348.785000', '095349.245000', '095349.705000', '095350.165000', '095350.625000', '095351.085000', '095351.545000', '095352.005000', '095352.465000', '095352.925000', '095353.385000', '095353.845000', '095354.305000', '095354.765000', '095355.225000', '095355.685000', '095356.145000', '095356.605000', '095357.065000', '095357.525000', '095357.985000', '095358.445000', '095358.905000', '095359.365000', '095359.825000', '095400.285000', '095400.745000', '095401.205000', '095401.665000', '095402.125000', '095402.585000', '095403.045000', '095403.505000', '095403.965000', '095404.425000', '095404.885000', '095405.345000', '095405.805000', '095406.265000', '095406.725000', '095407.185000', '095407.645000', '095408.105000', '095408.565000', '095409.025000', '095409.485000', '095409.945000', '095410.405000', '095410.865000', '095411.325000', '095411.785000', '095412.245000', '095412.705000', '095413.165000', '095413.625000', '095414.085000', '095414.545000', '095415.005000', '095415.465000', '095415.925000', '095416.385000', '095416.845000', '095417.305000', '095417.765000', '095418.225000', '095418.685000', '095419.145000', '095419.605000', '095420.065000', '095420.525000', '095420.985000', '095421.445000', '095421.905000', '095422.365000', '095422.825000', '095423.285000', '095423.745000', '095424.205000', '095424.665000', '095425.125000', '095425.585000', '095426.045000', '095426.505000', '095426.965000', '095427.425000', '095427.885000', '095428.345000', '095428.805000', '095429.265000', '095429.725000', '095430.185000', '095430.645000', '095431.105000', '095431.565000', '095432.025000', '095432.485000', '095432.945000', '095433.405000', '095433.865000', '095434.325000', '095434.785000', '095435.245000', '095435.705000', '095436.165000', '095436.625000', '095437.085000', '095437.545000', '095438.005000', '095438.465000', '095438.925000', '095439.385000', '095439.845000', '095440.305000', '095440.765000', '095441.225000', '095441.685000', '095442.145000', '095442.605000', '095443.065000', '095443.525000', '095443.985000', '095444.445000', '095444.905000', '095445.365000', '095445.825000', '095446.285000', '095446.745000', '095447.205000', '095447.665000', '095448.125000', '095448.585000', '095449.045000', '095449.505000', '095449.965000', '095450.425000', '095450.885000', '095451.345000', '095451.805000', '095452.265000', '095452.725000', '095453.185000', '095453.645000', '095454.105000', '095454.565000', '095455.025000', '095455.485000', '095455.945000', '095456.405000', '095456.865000', '095457.325000', '095457.785000', '095458.245000', '095458.705000', '095459.165000', '095459.625000', '095500.085000', '095500.545000', '095501.005000', '095501.465000', '095501.925000', '095502.385000', '095502.845000', '095503.305000', '095503.765000', '095504.225000', '095504.685000', '095505.145000', '095505.605000', '095506.065000', '095506.525000', '095506.985000', '095507.445000', '095507.905000', '095508.365000', '095508.825000', '095509.285000', '095509.745000', '095510.205000', '095510.665000', '095511.125000', '095511.585000', '095512.045000', '095512.505000', '095512.965000', '095513.425000', '095513.885000', '095514.345000', '095514.805000', '095515.265000', '095515.725000', '095516.185000', '095516.645000', '095517.105000', '095517.565000', '095518.025000', '095518.485000', '095518.945000', '095519.405000', '095519.865000', '095520.325000', '095520.785000', '095521.245000', '095521.705000', '095522.165000', '095522.625000', '095523.085000', '095523.545000', '095524.005000', '095524.465000', '095524.925000', '095525.385000', '095525.845000', '095526.305000', '095526.765000', '095527.225000', '095527.685000', '095528.145000', '095528.605000', '095529.065000', '095529.525000', '095529.985000', '095530.445000', '095530.905000', '095531.365000', '095531.825000', '095532.285000', '095532.745000', '095533.205000', '095533.665000', '095534.125000', '095534.585000', '095535.045000', '095535.505000', '095535.965000', '095536.425000', '095536.885000', '095537.345000', '095537.805000', '095538.265000', '095538.725000', '095539.185000', '095539.645000', '095540.105000', '095540.565000', '095541.025000', '095541.485000', '095541.945000', '095542.405000', '095542.865000', '095543.325000', '095543.785000', '095544.245000', '095544.705000', '095545.165000', '095545.625000', '095546.085000', '095546.545000', '095547.005000', '095547.465000', '095547.925000', '095548.385000', '095548.845000', '095549.305000', '095549.765000', '095550.225000', '095550.685000', '095551.145000', '095551.605000', '095552.065000', '095552.525000', '095552.985000', '095553.445000', '095553.905000', '095554.365000', '095554.825000', '095555.285000', '095555.745000', '095556.205000', '095556.665000', '095557.125000', '095557.585000', '095558.045000', '095558.505000', '095558.965000', '095559.425000', '095559.885000', '095600.345000', '095600.805000', '095601.265000', '095601.725000', '095602.185000', '095602.645000', '095603.105000', '095603.565000', '095604.025000', '095604.485000', '095604.945000', '095605.405000', '095605.865000', '095606.325000', '095606.785000', '095607.245000', '095607.705000', '095608.165000', '095608.625000', '095609.085000', '095609.545000', '095610.005000', '095610.465000', '095610.925000', '095611.385000', '095611.845000', '095612.305000', '095612.765000', '095613.225000', '095613.685000', '095614.145000', '095614.605000', '095615.065000', '095615.525000', '095615.985000', '095616.445000', '095616.905000', '095617.365000', '095617.825000', '095618.285000', '095618.745000', '095619.205000', '095619.665000', '095620.125000', '095620.585000', '095621.045000', '095621.505000', '095621.965000', '095622.425000', '095622.885000', '095623.345000', '095623.805000', '095624.265000', '095624.725000', '095625.185000', '095625.645000', '095626.105000', '095626.565000', '095627.025000', '095627.485000', '095627.945000', '095628.405000', '095628.865000', '095629.325000', '095629.785000', '095630.245000', '095630.705000', '095631.165000', '095631.625000', '095632.085000', '095632.545000', '095633.005000', '095633.465000', '095633.925000', '095634.385000', '095634.845000', '095635.305000', '095635.765000', '095636.225000', '095636.685000', '095637.145000', '095637.605000', '095638.065000', '095638.525000', '095638.985000', '095639.445000', '095639.905000', '095640.365000', '095640.825000', '095641.285000', '095641.745000', '095642.205000', '095642.665000', '095643.125000', '095643.585000', '095644.045000', '095644.505000', '095644.965000', '095645.425000', '095645.885000', '095646.345000', '095646.805000', '095647.265000', '095647.725000', '095648.185000', '095648.645000', '095649.105000', '095649.565000', '095650.025000', '095650.485000', '095650.945000', '095651.405000', '095651.865000', '095652.325000', '095652.785000', '095653.245000', '095653.705000', '095654.165000', '095654.625000', '095655.085000', '095655.545000', '095656.005000', '095656.465000', '095656.925000', '095657.385000', '095657.845000', '095658.305000', '095658.765000', '095659.225000', '095659.685000', '095700.145000', '095700.605000', '095701.065000', '095701.525000', '095701.985000', '095702.445000', '095702.905000', '095703.365000', '095703.825000', '095704.285000', '095704.745000', '095705.205000', '095705.665000', '095706.125000', '095706.585000', '095707.045000', '095707.505000', '095707.965000', '095708.425000', '095708.885000', '095709.345000', '095709.805000', '095710.265000', '095710.725000', '095711.185000', '095711.645000', '095712.105000', '095712.565000', '095713.025000', '095713.485000', '095713.945000', '095714.405000', '095714.865000', '095715.325000', '095715.785000', '095716.245000', '095716.705000', '095717.165000', '095717.625000', '095718.085000', '095718.545000', '095719.005000', '095719.465000', '095719.925000', '095720.385000', '095720.845000', '095721.305000', '095721.765000', '095722.225000', '095722.685000', '095723.145000', '095723.605000', '095724.065000', '095724.525000', '095724.985000', '095725.445000', '095725.905000', '095726.365000', '095726.825000', '095727.285000', '095727.745000', '095728.205000', '095728.665000', '095729.125000', '095729.585000', '095730.045000', '095730.505000', '095730.965000', '095731.425000', '095731.885000', '095732.345000', '095732.805000', '095733.265000', '095733.725000', '095734.185000', '095734.645000', '095735.105000', '095735.565000', '095736.025000', '095736.485000', '095736.945000', '095737.405000', '095737.865000', '095738.325000', '095738.785000', '095739.245000', '095739.705000', '095740.165000', '095740.625000', '095741.085000', '095741.545000', '095742.005000', '095742.465000', '095742.925000', '095743.385000', '095743.845000', '095744.305000', '095744.765000', '095745.225000', '095745.685000', '095746.145000', '095746.605000', '095747.065000', '095747.525000', '095747.985000', '095748.445000', '095748.905000', '095749.365000', '095749.825000', '095750.285000', '095750.745000', '095751.205000', '095751.665000', '095752.125000', '095752.585000', '095753.045000', '095753.505000', '095753.965000', '095754.425000', '095754.885000', '095755.345000', '095755.805000', '095756.265000', '095756.725000', '095757.185000', '095757.645000', '095758.105000', '095758.565000', '095759.025000', '095759.485000', '095759.945000', '095800.405000', '095800.865000', '095801.325000', '095801.785000', '095802.245000', '095802.705000', '095803.165000', '095803.625000', '095804.085000', '095804.545000', '095805.005000', '095805.465000', '095805.925000', '095806.385000', '095806.845000', '095807.305000', '095807.765000', '095808.225000', '095808.685000', '095809.145000', '095809.605000', '095810.065000', '095810.525000', '095810.985000', '095811.445000', '095811.905000', '095812.365000', '095812.825000', '095813.285000', '095813.745000', '095814.205000', '095814.665000', '095815.125000', '095815.585000', '095816.045000', '095816.505000', '095816.965000', '095817.425000', '095817.885000', '095818.345000', '095818.805000', '095819.265000', '095819.725000', '095820.185000', '095820.645000', '095821.105000', '095821.565000', '095822.025000', '095822.485000', '095822.945000', '095823.405000', '095823.865000', '095824.325000', '095824.785000', '095825.245000', '095825.705000', '095826.165000', '095826.625000', '095827.085000', '095827.545000', '095828.005000', '095828.465000', '095828.925000', '095829.385000', '095829.845000', '095830.305000', '095830.765000', '095831.225000', '095831.685000', '095832.145000', '095832.605000', '095833.065000', '095833.525000', '095833.985000', '095834.445000', '095834.905000', '095835.365000', '095835.825000', '095836.285000', '095836.745000', '095837.205000', '095837.665000', '095838.125000', '095838.585000', '095839.045000', '095839.505000', '095839.965000', '095840.425000', '095840.885000', '095841.345000', '095841.805000', '095842.265000', '095842.725000', '095843.185000', '095843.645000', '095844.105000', '095844.565000', '095845.025000', '095845.485000', '095845.945000', '095846.405000', '095846.865000', '095847.325000', '095847.785000', '095848.245000', '095848.705000', '095849.165000', '095849.625000', '095850.085000', '095850.545000', '095851.005000', '095851.465000', '095851.925000', '095852.385000', '095852.845000', '095853.305000', '095853.765000', '095854.225000', '095854.685000', '095855.145000', '095855.605000', '095856.065000', '095856.525000', '095856.985000', '095857.445000', '095857.905000', '095858.365000', '095858.825000', '095859.285000', '095859.745000', '095900.205000', '095900.665000', '095901.125000', '095901.585000', '095902.045000', '095902.505000', '095902.965000', '095903.425000', '095903.885000', '095904.345000', '095904.805000', '095905.265000', '095905.725000', '095906.185000', '095906.645000', '095907.105000', '095907.565000', '095908.025000', '095908.485000', '095908.945000', '095909.405000', '095909.865000', '095910.325000', '095910.785000', '095911.245000', '095911.705000', '095912.165000', '095912.625000', '095913.085000', '095913.545000', '095914.005000', '095914.465000', '095914.925000'], 'ContentTime': ['094517.599000', '094517.602000', '094517.605000', '094517.608000', '094517.610000', '094517.613000', '094517.616000', '094517.618000', '094517.621000', '094517.623000', '094517.626000', '094517.629000', '094517.631000', '094517.659000', '094517.662000', '094517.664000', '094517.667000', '094517.669000', '094517.672000', '094517.675000', '094517.677000', '094517.680000', '094517.683000', '094517.685000', '094517.688000', '094517.691000', '094517.693000', '094517.696000', '094517.699000', '094517.701000', '094517.704000', '094517.706000', '094517.709000', '094517.712000', '094517.714000', '094537.566000', '094537.569000', '094537.572000', '094537.575000', '094537.577000', '094537.580000', '094537.583000', '094537.585000', '094537.588000', '094537.591000', '094537.593000', '094537.596000', '094537.599000', '094537.601000', '094537.604000', '094537.607000', '094537.609000', '094537.612000', '094537.615000', '094537.617000', '094537.620000', '094537.623000', '094537.625000', '094537.628000', '094537.630000', '094537.633000', '094537.636000', '094537.638000', '094537.641000', '094537.644000', '094537.646000', '094537.649000', '094537.652000', '094537.654000', '094537.657000', '094537.660000', '094537.662000', '094537.665000', '094537.668000', '094537.670000', '094537.673000', '094537.675000', '094537.678000', '094537.681000', '094557.566000', '094557.569000', '094557.572000', '094557.575000', '094557.577000', '094557.580000', '094557.583000', '094557.585000', '094557.588000', '094557.591000', '094557.593000', '094557.596000', '094557.599000', '094557.601000', '094557.604000', '094557.607000', '094557.609000', '094557.612000', '094557.614000', '094557.617000', '094557.620000', '094557.622000', '094557.625000', '094557.628000', '094557.630000', '094557.638000', '094557.641000', '094557.644000', '094557.646000', '094557.649000', '094557.651000', '094557.654000', '094557.657000', '094557.659000', '094557.662000', '094557.665000', '094557.667000', '094557.670000', '094557.673000', '094557.675000', '094557.678000', '094557.681000', '094557.683000', '094617.566000', '094617.569000', '094617.572000', '094617.575000', '094617.577000', '094617.580000', '094617.583000', '094617.585000', '094617.588000', '094617.590000', '094617.593000', '094617.596000', '094617.599000', '094617.602000', '094617.605000', '094617.607000', '094617.610000', '094617.613000', '094617.615000', '094617.618000', '094617.621000', '094617.623000', '094617.626000', '094617.629000', '094617.631000', '094617.634000', '094617.637000', '094617.639000', '094617.642000', '094617.645000', '094617.647000', '094617.650000', '094617.653000', '094617.655000', '094617.658000', '094617.661000', '094617.664000', '094617.666000', '094617.669000', '094617.671000', '094617.674000', '094617.677000', '094617.679000', '094637.566000', '094637.569000', '094637.571000', '094637.574000', '094637.577000', '094637.580000', '094637.582000', '094637.585000', '094637.588000', '094637.590000', '094637.593000', '094637.596000', '094637.598000', '094637.601000', '094637.604000', '094637.606000', '094637.609000', '094637.611000', '094637.614000', '094637.617000', '094637.620000', '094637.622000', '094637.625000', '094637.628000', '094637.630000', '094637.633000', '094637.635000', '094637.638000', '094637.641000', '094637.643000', '094637.646000', '094637.649000', '094637.651000', '094637.654000', '094637.657000', '094637.659000', '094637.662000', '094637.668000', '094637.671000', '094637.673000', '094637.676000', '094637.679000', '094637.681000', '094637.684000', '094657.566000', '094657.569000', '094657.572000', '094657.575000', '094657.577000', '094657.580000', '094657.582000', '094657.585000', '094657.588000', '094657.590000', '094657.593000', '094657.596000', '094657.598000', '094657.601000', '094657.604000', '094657.606000', '094657.609000', '094657.622000', '094657.625000', '094657.627000', '094657.630000', '094657.633000', '094657.635000', '094657.638000', '094657.640000', '094657.643000', '094657.646000', '094657.648000', '094657.651000', '094657.654000', '094657.656000', '094657.659000', '094657.662000', '094657.664000', '094657.667000', '094657.670000', '094657.673000', '094657.675000', '094657.678000', '094657.681000', '094657.683000', '094657.686000', '094657.688000', '094657.691000', '094717.566000', '094717.570000', '094717.572000', '094717.575000', '094717.578000', '094717.580000', '094717.583000', '094717.586000', '094717.588000', '094717.591000', '094717.594000', '094717.596000', '094717.599000', '094717.602000', '094717.604000', '094717.607000', '094717.610000', '094717.612000', '094717.615000', '094717.618000', '094717.620000', '094717.623000', '094717.626000', '094717.628000', '094717.631000', '094717.634000', '094717.636000', '094717.639000', '094717.641000', '094717.644000', '094717.647000', '094717.650000', '094717.652000', '094717.655000', '094717.658000', '094717.660000', '094717.663000', '094717.666000', '094717.669000', '094717.671000', '094717.674000', '094717.677000', '094717.680000', '094737.567000', '094737.570000', '094737.572000', '094737.575000', '094737.578000', '094737.581000', '094737.583000', '094737.586000', '094737.589000', '094737.592000', '094737.595000', '094737.599000', '094737.602000', '094737.605000', '094737.607000', '094737.610000', '094737.613000', '094737.615000', '094737.618000', '094737.621000', '094737.623000', '094737.626000', '094737.629000', '094737.631000', '094737.634000', '094737.637000', '094737.640000', '094737.643000', '094737.646000', '094737.648000', '094737.651000', '094737.654000', '094737.656000', '094737.659000', '094737.662000', '094737.664000', '094737.667000', '094737.670000', '094737.672000', '094737.675000', '094737.677000', '094737.680000', '094737.683000', '094757.567000', '094757.570000', '094757.572000', '094757.575000', '094757.578000', '094757.580000', '094757.583000', '094757.586000', '094757.588000', '094757.591000', '094757.594000', '094757.596000', '094757.599000', '094757.602000', '094757.604000', '094757.607000', '094757.610000', '094757.612000', '094757.615000', '094757.618000', '094757.620000', '094757.623000', '094757.626000', '094757.628000', '094757.631000', '094757.634000', '094757.636000', '094757.639000', '094757.641000', '094757.644000', '094757.647000', '094757.650000', '094757.652000', '094757.655000', '094757.658000', '094757.660000', '094757.663000', '094757.666000', '094757.668000', '094757.671000', '094757.674000', '094757.676000', '094757.679000', '094757.682000', '094817.567000', '094817.570000', '094817.572000', '094817.575000', '094817.578000', '094817.580000', '094817.583000', '094817.586000', '094817.588000', '094817.591000', '094817.594000', '094817.602000', '094817.605000', '094817.607000', '094817.610000', '094817.613000', '094817.615000', '094817.619000', '094817.621000', '094817.624000', '094817.626000', '094817.629000', '094817.632000', '094817.634000', '094817.637000', '094817.640000', '094817.643000', '094817.645000', '094817.648000', '094817.651000', '094817.656000', '094817.659000', '094817.662000', '094817.664000', '094817.667000', '094817.670000', '094817.672000', '094817.675000', '094817.678000', '094817.680000', '094817.683000', '094817.686000', '094817.688000', '094837.567000', '094837.570000', '094837.572000', '094837.575000', '094837.578000', '094837.580000', '094837.583000', '094837.586000', '094837.588000', '094837.591000', '094837.594000', '094837.596000', '094837.599000', '094837.602000', '094837.605000', '094837.607000', '094837.610000', '094837.613000', '094837.615000', '094837.618000', '094837.621000', '094837.624000', '094837.626000', '094837.629000', '094837.632000', '094837.634000', '094837.637000', '094837.640000', '094837.642000', '094837.645000', '094837.648000', '094837.650000', '094837.653000', '094837.656000', '094837.658000', '094837.661000', '094837.664000', '094837.667000', '094837.669000', '094837.672000', '094837.675000', '094837.677000', '094837.680000', '094837.683000', '094857.566000', '094857.569000', '094857.572000', '094857.574000', '094857.577000', '094857.580000', '094857.583000', '094857.585000', '094857.588000', '094857.590000', '094857.593000', '094857.596000', '094857.599000', '094857.601000', '094857.604000', '094857.607000', '094857.609000', '094857.612000', '094857.614000', '094857.617000', '094857.620000', '094857.623000', '094857.627000', '094857.629000', '094857.632000', '094857.635000', '094857.637000', '094857.640000', '094857.643000', '094857.646000', '094857.648000', '094857.651000', '094857.654000', '094857.656000', '094857.659000', '094857.661000', '094857.664000', '094857.667000', '094857.669000', '094857.672000', '094857.675000', '094857.678000', '094857.681000', '094917.566000', '094917.569000', '094917.572000', '094917.575000', '094917.577000', '094917.580000', '094917.583000', '094917.585000', '094917.588000', '094917.590000', '094917.593000', '094917.596000', '094917.599000', '094917.601000', '094917.604000', '094917.607000', '094917.610000', '094917.612000', '094917.615000', '094917.618000', '094917.620000', '094917.623000', '094917.625000', '094917.628000', '094917.631000', '094917.633000', '094917.636000', '094917.639000', '094917.641000', '094917.644000', '094917.646000', '094917.649000', '094917.652000', '094917.654000', '094917.657000', '094917.660000', '094917.662000', '094917.665000', '094917.668000', '094917.670000', '094917.673000', '094917.676000', '094917.678000', '094917.681000', '094937.567000', '094937.570000', '094937.572000', '094937.575000', '094937.578000', '094937.581000', '094937.583000', '094937.586000', '094937.589000', '094937.591000', '094937.594000', '094937.597000', '094937.600000', '094937.602000', '094937.605000', '094937.608000', '094937.610000', '094937.613000', '094937.616000', '094937.618000', '094937.621000', '094937.624000', '094937.626000', '094937.629000', '094937.632000', '094937.634000', '094937.637000', '094937.640000', '094937.642000', '094937.645000', '094937.648000', '094937.651000', '094937.653000', '094937.656000', '094937.659000', '094937.662000', '094937.664000', '094937.667000', '094937.669000', '094937.672000', '094937.675000', '094937.677000', '094937.680000', '094957.566000', '094957.569000', '094957.572000', '094957.575000', '094957.578000', '094957.580000', '094957.583000', '094957.586000', '094957.588000', '094957.591000', '094957.594000', '094957.596000', '094957.599000', '094957.602000', '094957.604000', '094957.607000', '094957.610000', '094957.612000', '094957.615000', '094957.618000', '094957.621000', '094957.623000', '094957.626000', '094957.638000', '094957.641000', '094957.643000', '094957.646000', '094957.649000', '094957.652000', '094957.654000', '094957.657000', '094957.659000', '094957.662000', '094957.665000', '094957.667000', '094957.670000', '094957.673000', '094957.675000', '094957.678000', '094957.680000', '094957.683000', '094957.686000', '094957.688000', '094957.691000', '095017.566000', '095017.569000', '095017.572000', '095017.575000', '095017.577000', '095017.580000', '095017.583000', '095017.585000', '095017.588000', '095017.591000', '095017.593000', '095017.596000', '095017.599000', '095017.602000', '095017.604000', '095017.607000', '095017.610000', '095017.612000', '095017.615000', '095017.618000', '095017.620000', '095017.623000', '095017.626000', '095017.628000', '095017.631000', '095017.634000', '095017.636000', '095017.639000', '095017.642000', '095017.644000', '095017.647000', '095017.650000', '095017.652000', '095017.655000', '095017.658000', '095017.660000', '095017.664000', '095017.666000', '095017.669000', '095017.672000', '095017.674000', '095017.677000', '095017.680000', '095037.567000', '095037.570000', '095037.573000', '095037.576000', '095037.578000', '095037.581000', '095037.584000', '095037.589000', '095037.591000', '095037.594000', '095037.597000', '095037.600000', '095037.603000', '095037.606000', '095037.608000', '095037.611000', '095037.614000', '095037.616000', '095037.619000', '095037.622000', '095037.624000', '095037.627000', '095037.630000', '095037.632000', '095037.635000', '095037.638000', '095037.641000', '095037.643000', '095037.646000', '095037.649000', '095037.651000', '095037.654000', '095037.656000', '095037.659000', '095037.662000', '095037.665000', '095037.667000', '095037.670000', '095037.673000', '095037.675000', '095037.678000', '095037.681000', '095037.683000', '095037.686000', '095057.567000', '095057.570000', '095057.572000', '095057.575000', '095057.578000', '095057.581000', '095057.583000', '095057.586000', '095057.589000', '095057.591000', '095057.594000', '095057.597000', '095057.599000', '095057.602000', '095057.605000', '095057.607000', '095057.610000', '095057.613000', '095057.615000', '095057.618000', '095057.620000', '095057.623000', '095057.626000', '095057.628000', '095057.631000', '095057.634000', '095057.636000', '095057.639000', '095057.642000', '095057.644000', '095057.647000', '095057.649000', '095057.652000', '095057.655000', '095057.657000', '095057.660000', '095057.663000', '095057.665000', '095057.668000', '095057.671000', '095057.673000', '095057.676000', '095057.678000', '095117.565000', '095117.568000', '095117.571000', '095117.574000', '095117.577000', '095117.579000', '095117.582000', '095117.585000', '095117.587000', '095117.590000', '095117.593000', '095117.595000', '095117.598000', '095117.601000', '095117.603000', '095117.606000', '095117.609000', '095117.611000', '095117.614000', '095117.617000', '095117.619000', '095117.622000', '095117.625000', '095117.627000', '095117.630000', '095117.633000', '095117.635000', '095117.638000', '095117.641000', '095117.643000', '095117.646000', '095117.649000', '095117.651000', '095117.654000', '095117.657000', '095117.659000', '095117.662000', '095117.665000', '095117.667000', '095117.670000', '095117.673000', '095117.675000', '095117.678000', '095117.680000', '095137.567000', '095137.570000', '095137.573000', '095137.575000', '095137.578000', '095137.580000', '095137.583000', '095137.586000', '095137.588000', '095137.591000', '095137.594000', '095137.596000', '095137.599000', '095137.602000', '095137.605000', '095137.607000', '095137.610000', '095137.612000', '095137.615000', '095137.618000', '095137.620000', '095137.623000', '095137.626000', '095137.628000', '095137.631000', '095137.634000', '095137.636000', '095137.639000', '095137.642000', '095137.644000', '095137.647000', '095137.650000', '095137.652000', '095137.655000', '095137.658000', '095137.660000', '095137.663000', '095137.665000', '095137.668000', '095137.671000', '095137.674000', '095137.676000', '095137.679000', '095157.566000', '095157.569000', '095157.572000', '095157.575000', '095157.577000', '095157.580000', '095157.583000', '095157.586000', '095157.588000', '095157.591000', '095157.594000', '095157.596000', '095157.599000', '095157.602000', '095157.604000', '095157.607000', '095157.610000', '095157.612000', '095157.615000', '095157.618000', '095157.621000', '095157.623000', '095157.626000', '095157.629000', '095157.631000', '095157.634000', '095157.636000', '095157.639000', '095157.642000', '095157.644000', '095157.647000', '095157.650000', '095157.652000', '095157.655000', '095157.658000', '095157.660000', '095157.663000', '095157.666000', '095157.668000', '095157.671000', '095157.674000', '095157.676000', '095157.679000', '095157.682000', '095217.567000', '095217.570000', '095217.572000', '095217.575000', '095217.578000', '095217.580000', '095217.583000', '095217.586000', '095217.588000', '095217.591000', '095217.594000', '095217.596000', '095217.599000', '095217.602000', '095217.605000', '095217.607000', '095217.610000', '095217.613000', '095217.615000', '095217.618000', '095217.621000', '095217.623000', '095217.626000', '095217.629000', '095217.631000', '095217.634000', '095217.637000', '095217.639000', '095217.642000', '095217.645000', '095217.647000', '095217.650000', '095217.653000', '095217.655000', '095217.658000', '095217.661000', '095217.663000', '095217.666000', '095217.668000', '095217.671000', '095217.674000', '095217.676000', '095217.679000', '095237.567000', '095237.570000', '095237.573000', '095237.575000', '095237.578000', '095237.581000', '095237.583000', '095237.586000', '095237.589000', '095237.591000', '095237.594000', '095237.597000', '095237.599000', '095237.602000', '095237.605000', '095237.608000', '095237.610000', '095237.613000', '095237.616000', '095237.618000', '095237.621000', '095237.624000', '095237.626000', '095237.629000', '095237.631000', '095237.634000', '095237.637000', '095237.639000', '095237.642000', '095237.645000', '095237.647000', '095237.650000', '095237.653000', '095237.655000', '095237.658000', '095237.661000', '095237.663000', '095237.666000', '095237.669000', '095237.671000', '095237.674000', '095237.677000', '095237.680000', '095237.682000', '095257.567000', '095257.570000', '095257.572000', '095257.575000', '095257.578000', '095257.580000', '095257.583000', '095257.586000', '095257.588000', '095257.591000', '095257.593000', '095257.596000', '095257.599000', '095257.602000', '095257.604000', '095257.607000', '095257.610000', '095257.612000', '095257.615000', '095257.618000', '095257.620000', '095257.623000', '095257.626000', '095257.628000', '095257.631000', '095257.634000', '095257.636000', '095257.639000', '095257.641000', '095257.644000', '095257.647000', '095257.650000', '095257.652000', '095257.655000', '095257.657000', '095257.660000', '095257.663000', '095257.665000', '095257.668000', '095257.671000', '095257.673000', '095257.676000', '095257.678000', '095317.567000', '095317.569000', '095317.572000', '095317.575000', '095317.578000', '095317.580000', '095317.583000', '095317.586000', '095317.588000', '095317.591000', '095317.594000', '095317.596000', '095317.599000', '095317.602000', '095317.604000', '095317.607000', '095317.610000', '095317.612000', '095317.615000', '095317.618000', '095317.620000', '095317.623000', '095317.626000', '095317.628000', '095317.631000', '095317.634000', '095317.637000', '095317.639000', '095317.642000', '095317.645000', '095317.648000', '095317.650000', '095317.653000', '095317.656000', '095317.659000', '095317.661000', '095317.670000', '095317.673000', '095317.675000', '095317.678000', '095317.681000', '095317.683000', '095317.686000', '095337.566000', '095337.569000', '095337.571000', '095337.574000', '095337.577000', '095337.580000', '095337.582000', '095337.585000', '095337.588000', '095337.590000', '095337.593000', '095337.596000', '095337.598000', '095337.601000', '095337.604000', '095337.607000', '095337.609000', '095337.612000', '095337.615000', '095337.617000', '095337.620000', '095337.623000', '095337.625000', '095337.628000', '095337.631000', '095337.633000', '095337.636000', '095337.639000', '095337.641000', '095337.644000', '095337.647000', '095337.650000', '095337.652000', '095337.655000', '095337.657000', '095337.660000', '095337.663000', '095337.666000', '095337.668000', '095337.671000', '095337.674000', '095337.676000', '095337.679000', '095337.682000', '095357.567000', '095357.570000', '095357.573000', '095357.576000', '095357.579000', '095357.582000', '095357.584000', '095357.587000', '095357.590000', '095357.592000', '095357.595000', '095357.599000', '095357.602000', '095357.605000', '095357.607000', '095357.610000', '095357.613000', '095357.615000', '095357.618000', '095357.621000', '095357.623000', '095357.626000', '095357.628000', '095357.631000', '095357.634000', '095357.636000', '095357.639000', '095357.642000', '095357.645000', '095357.647000', '095357.650000', '095357.653000', '095357.656000', '095357.658000', '095357.661000', '095357.664000', '095357.666000', '095357.669000', '095357.671000', '095357.674000', '095357.677000', '095357.713000', '095357.716000', '095417.567000', '095417.570000', '095417.572000', '095417.575000', '095417.578000', '095417.580000', '095417.584000', '095417.587000', '095417.589000', '095417.592000', '095417.595000', '095417.597000', '095417.600000', '095417.603000', '095417.605000', '095417.608000', '095417.611000', '095417.613000', '095417.616000', '095417.619000', '095417.621000', '095417.624000', '095417.627000', '095417.629000', '095417.632000', '095417.635000', '095417.637000', '095417.640000', '095417.643000', '095417.645000', '095417.648000', '095417.650000', '095417.653000', '095417.656000', '095417.658000', '095417.661000', '095417.663000', '095417.666000', '095417.669000', '095417.671000', '095417.674000', '095417.681000', '095417.689000', '095417.691000', '095437.567000', '095437.570000', '095437.572000', '095437.575000', '095437.578000', '095437.581000', '095437.583000', '095437.586000', '095437.589000', '095437.592000', '095437.595000', '095437.597000', '095437.601000', '095437.603000', '095437.606000', '095437.609000', '095437.611000', '095437.614000', '095437.617000', '095437.619000', '095437.622000', '095437.634000', '095437.637000', '095437.640000', '095437.642000', '095437.645000', '095437.648000', '095437.651000', '095437.653000', '095437.656000', '095437.659000', '095437.661000', '095437.664000', '095437.666000', '095437.669000', '095437.672000', '095437.674000', '095437.677000', '095437.680000', '095437.682000', '095437.685000', '095437.688000', '095437.690000', '095457.567000', '095457.570000', '095457.572000', '095457.575000', '095457.578000', '095457.580000', '095457.583000', '095457.586000', '095457.588000', '095457.591000', '095457.594000', '095457.596000', '095457.599000', '095457.602000', '095457.605000', '095457.607000', '095457.610000', '095457.612000', '095457.615000', '095457.618000', '095457.620000', '095457.623000', '095457.626000', '095457.629000', '095457.631000', '095457.634000', '095457.637000', '095457.639000', '095457.642000', '095457.645000', '095457.647000', '095457.650000', '095457.652000', '095457.655000', '095457.658000', '095457.660000', '095457.663000', '095457.666000', '095457.668000', '095457.671000', '095457.674000', '095457.677000', '095457.679000', '095457.682000', '095517.567000', '095517.569000', '095517.572000', '095517.575000', '095517.578000', '095517.582000', '095517.585000', '095517.588000', '095517.590000', '095517.594000', '095517.596000', '095517.599000', '095517.601000', '095517.604000', '095517.607000', '095517.610000', '095517.612000', '095517.615000', '095517.618000', '095517.620000', '095517.623000', '095517.626000', '095517.628000', '095517.631000', '095517.673000', '095517.676000', '095517.678000', '095517.681000', '095517.683000', '095517.686000', '095517.689000', '095517.692000', '095517.694000', '095517.697000', '095517.700000', '095517.703000', '095517.705000', '095517.708000', '095517.711000', '095517.713000', '095517.716000', '095517.719000', '095517.721000', '095537.567000', '095537.570000', '095537.573000', '095537.575000', '095537.578000', '095537.581000', '095537.583000', '095537.586000', '095537.589000', '095537.592000', '095537.594000', '095537.597000', '095537.600000', '095537.603000', '095537.605000', '095537.608000', '095537.611000', '095537.613000', '095537.616000', '095537.619000', '095537.621000', '095537.624000', '095537.627000', '095537.629000', '095537.632000', '095537.635000', '095537.637000', '095537.640000', '095537.643000', '095537.646000', '095537.648000', '095537.651000', '095537.654000', '095537.656000', '095537.659000', '095537.661000', '095537.665000', '095537.667000', '095537.670000', '095537.672000', '095537.675000', '095537.681000', '095537.683000', '095537.686000', '095557.566000', '095557.568000', '095557.571000', '095557.574000', '095557.577000', '095557.579000', '095557.582000', '095557.585000', '095557.587000', '095557.591000', '095557.594000', '095557.596000', '095557.600000', '095557.603000', '095557.606000', '095557.608000', '095557.611000', '095557.614000', '095557.616000', '095557.619000', '095557.622000', '095557.624000', '095557.627000', '095557.630000', '095557.633000', '095557.635000', '095557.638000', '095557.640000', '095557.643000', '095557.646000', '095557.648000', '095557.651000', '095557.654000', '095557.657000', '095557.659000', '095557.662000', '095557.665000', '095557.667000', '095557.670000', '095557.673000', '095557.675000', '095557.678000', '095557.681000', '095617.567000', '095617.569000', '095617.572000', '095617.575000', '095617.577000', '095617.580000', '095617.583000', '095617.585000', '095617.588000', '095617.591000', '095617.593000', '095617.596000', '095617.599000', '095617.601000', '095617.604000', '095617.607000', '095617.610000', '095617.612000', '095617.615000', '095617.617000', '095617.620000', '095617.623000', '095617.625000', '095617.628000', '095617.630000', '095617.633000', '095617.636000', '095617.639000', '095617.641000', '095617.644000', '095617.646000', '095617.649000', '095617.652000', '095617.654000', '095617.657000', '095617.660000', '095617.662000', '095617.665000', '095617.668000', '095617.670000', '095617.673000', '095617.676000', '095617.678000', '095617.681000', '095637.567000', '095637.570000', '095637.572000', '095637.575000', '095637.578000', '095637.581000', '095637.594000', '095637.597000', '095637.600000', '095637.603000', '095637.605000', '095637.608000', '095637.611000', '095637.613000', '095637.616000', '095637.619000', '095637.621000', '095637.624000', '095637.627000', '095637.629000', '095637.632000', '095637.635000', '095637.637000', '095637.640000', '095637.643000', '095637.646000', '095637.649000', '095637.652000', '095637.657000', '095637.659000', '095637.662000', '095637.665000', '095637.668000', '095637.670000', '095637.673000', '095637.676000', '095637.679000', '095637.682000', '095637.684000', '095637.687000', '095637.690000', '095637.692000', '095637.695000', '095657.567000', '095657.569000', '095657.572000', '095657.575000', '095657.578000', '095657.580000', '095657.583000', '095657.586000', '095657.588000', '095657.591000', '095657.594000', '095657.596000', '095657.599000', '095657.602000', '095657.604000', '095657.607000', '095657.610000', '095657.612000', '095657.615000', '095657.618000', '095657.620000', '095657.623000', '095657.626000', '095657.628000', '095657.631000', '095657.634000', '095657.636000', '095657.639000', '095657.642000', '095657.644000', '095657.647000', '095657.650000', '095657.652000', '095657.655000', '095657.658000', '095657.660000', '095657.663000', '095657.666000', '095657.669000', '095657.671000', '095657.674000', '095657.677000', '095657.679000', '095657.682000', '095717.567000', '095717.570000', '095717.572000', '095717.575000', '095717.578000', '095717.581000', '095717.583000', '095717.586000', '095717.589000', '095717.591000', '095717.594000', '095717.596000', '095717.599000', '095717.602000', '095717.605000', '095717.607000', '095717.610000', '095717.613000', '095717.616000', '095717.618000', '095717.621000', '095717.623000', '095717.626000', '095717.629000', '095717.631000', '095717.634000', '095717.637000', '095717.640000', '095717.643000', '095717.646000', '095717.649000', '095717.652000', '095717.654000', '095717.657000', '095717.660000', '095717.663000', '095717.665000', '095717.668000', '095717.671000', '095717.673000', '095717.676000', '095717.678000', '095717.681000', '095737.567000', '095737.570000', '095737.573000', '095737.575000', '095737.578000', '095737.581000', '095737.584000', '095737.586000', '095737.589000', '095737.592000', '095737.594000', '095737.597000', '095737.600000', '095737.602000', '095737.605000', '095737.608000', '095737.610000', '095737.613000', '095737.616000', '095737.618000', '095737.621000', '095737.624000', '095737.627000', '095737.629000', '095737.632000', '095737.634000', '095737.637000', '095737.640000', '095737.642000', '095737.645000', '095737.648000', '095737.651000', '095737.666000', '095737.669000', '095737.672000', '095737.675000', '095737.677000', '095737.680000', '095737.683000', '095737.685000', '095737.688000', '095737.691000', '095737.693000', '095737.696000', '095757.567000', '095757.570000', '095757.572000', '095757.576000', '095757.578000', '095757.581000', '095757.583000', '095757.586000', '095757.589000', '095757.592000', '095757.594000', '095757.597000', '095757.600000', '095757.603000', '095757.605000', '095757.608000', '095757.610000', '095757.613000', '095757.616000', '095757.619000', '095757.621000', '095757.624000', '095757.626000', '095757.629000', '095757.632000', '095757.634000', '095757.637000', '095757.640000', '095757.642000', '095757.645000', '095757.648000', '095757.650000', '095757.653000', '095757.656000', '095757.658000', '095757.661000', '095757.664000', '095757.667000', '095757.669000', '095757.672000', '095757.675000', '095757.677000', '095757.680000', '095817.566000', '095817.568000', '095817.571000', '095817.574000', '095817.577000', '095817.579000', '095817.582000', '095817.584000', '095817.587000', '095817.598000', '095817.601000', '095817.603000', '095817.606000', '095817.609000', '095817.611000', '095817.614000', '095817.617000', '095817.620000', '095817.622000', '095817.625000', '095817.628000', '095817.630000', '095817.633000', '095817.635000', '095817.638000', '095817.641000', '095817.643000', '095817.646000', '095817.649000', '095817.651000', '095817.654000', '095817.657000', '095817.659000', '095817.662000', '095817.665000', '095817.667000', '095817.670000', '095817.673000', '095817.675000', '095817.678000', '095817.680000', '095817.683000', '095817.687000', '095817.689000', '095837.567000', '095837.570000', '095837.573000', '095837.575000', '095837.578000', '095837.581000', '095837.584000', '095837.586000', '095837.589000', '095837.592000', '095837.595000', '095837.597000', '095837.600000', '095837.603000', '095837.605000', '095837.608000', '095837.611000', '095837.613000', '095837.616000', '095837.619000', '095837.621000', '095837.624000', '095837.627000', '095837.630000', '095837.632000', '095837.635000', '095837.638000', '095837.640000', '095837.643000', '095837.646000', '095837.648000', '095837.651000', '095837.654000', '095837.656000', '095837.659000', '095837.662000', '095837.664000', '095837.667000', '095837.669000', '095837.672000', '095837.675000', '095837.677000', '095837.681000', '095857.567000', '095857.570000', '095857.573000', '095857.575000', '095857.578000', '095857.581000', '095857.583000', '095857.586000', '095857.589000', '095857.591000', '095857.594000', '095857.597000', '095857.599000', '095857.602000', '095857.605000', '095857.614000', '095857.617000', '095857.619000', '095857.622000', '095857.625000', '095857.627000', '095857.630000', '095857.633000', '095857.635000', '095857.638000', '095857.641000', '095857.643000', '095857.646000', '095857.649000', '095857.651000', '095857.654000', '095857.657000', '095857.659000', '095857.662000', '095857.665000', '095857.667000', '095857.670000', '095857.672000', '095857.675000', '095857.678000', '095857.680000', '095857.683000', '095857.686000', '095857.688000', '095916.308000', '095916.312000', '095916.314000', '095916.317000', '095916.320000', '095916.323000', '095916.326000', '095916.328000', '095916.331000', '095916.334000', '095916.336000', '095916.339000', '095916.342000', '095916.344000', '095916.348000', '095916.350000', '095916.353000', '095916.356000', '095916.359000', '095916.362000', '095916.365000', '095916.368000', '095916.372000', '095916.374000', '095916.378000', '095916.381000', '095916.383000', '095916.386000', '095916.389000', '095916.392000', '095916.395000', '095916.398000', '095916.401000', '095916.404000', '095916.407000', '095916.410000', '095916.413000', '095916.416000', '095916.419000', '095916.421000', '095916.424000'], 'InstanceCreationTime': ['094517.599000', '094517.602000', '094517.605000', '094517.608000', '094517.610000', '094517.613000', '094517.616000', '094517.618000', '094517.621000', '094517.623000', '094517.626000', '094517.629000', '094517.631000', '094517.659000', '094517.662000', '094517.664000', '094517.667000', '094517.669000', '094517.672000', '094517.675000', '094517.677000', '094517.680000', '094517.683000', '094517.685000', '094517.688000', '094517.691000', '094517.693000', '094517.696000', '094517.699000', '094517.701000', '094517.704000', '094517.706000', '094517.709000', '094517.712000', '094517.714000', '094537.566000', '094537.569000', '094537.572000', '094537.575000', '094537.577000', '094537.580000', '094537.583000', '094537.585000', '094537.588000', '094537.591000', '094537.593000', '094537.596000', '094537.599000', '094537.601000', '094537.604000', '094537.607000', '094537.609000', '094537.612000', '094537.615000', '094537.617000', '094537.620000', '094537.623000', '094537.625000', '094537.628000', '094537.630000', '094537.633000', '094537.636000', '094537.638000', '094537.641000', '094537.644000', '094537.646000', '094537.649000', '094537.652000', '094537.654000', '094537.657000', '094537.660000', '094537.662000', '094537.665000', '094537.668000', '094537.670000', '094537.673000', '094537.675000', '094537.678000', '094537.681000', '094557.566000', '094557.569000', '094557.572000', '094557.575000', '094557.577000', '094557.580000', '094557.583000', '094557.585000', '094557.588000', '094557.591000', '094557.593000', '094557.596000', '094557.599000', '094557.601000', '094557.604000', '094557.607000', '094557.609000', '094557.612000', '094557.614000', '094557.617000', '094557.620000', '094557.622000', '094557.625000', '094557.628000', '094557.630000', '094557.638000', '094557.641000', '094557.644000', '094557.646000', '094557.649000', '094557.651000', '094557.654000', '094557.657000', '094557.659000', '094557.662000', '094557.665000', '094557.667000', '094557.670000', '094557.673000', '094557.675000', '094557.678000', '094557.681000', '094557.683000', '094617.566000', '094617.569000', '094617.572000', '094617.575000', '094617.577000', '094617.580000', '094617.583000', '094617.585000', '094617.588000', '094617.590000', '094617.593000', '094617.596000', '094617.599000', '094617.602000', '094617.605000', '094617.607000', '094617.610000', '094617.613000', '094617.615000', '094617.618000', '094617.621000', '094617.623000', '094617.626000', '094617.629000', '094617.631000', '094617.634000', '094617.637000', '094617.639000', '094617.642000', '094617.645000', '094617.647000', '094617.650000', '094617.653000', '094617.655000', '094617.658000', '094617.661000', '094617.664000', '094617.666000', '094617.669000', '094617.671000', '094617.674000', '094617.677000', '094617.679000', '094637.566000', '094637.569000', '094637.571000', '094637.574000', '094637.577000', '094637.580000', '094637.582000', '094637.585000', '094637.588000', '094637.590000', '094637.593000', '094637.596000', '094637.598000', '094637.601000', '094637.604000', '094637.606000', '094637.609000', '094637.611000', '094637.614000', '094637.617000', '094637.620000', '094637.622000', '094637.625000', '094637.628000', '094637.630000', '094637.633000', '094637.635000', '094637.638000', '094637.641000', '094637.643000', '094637.646000', '094637.649000', '094637.651000', '094637.654000', '094637.657000', '094637.659000', '094637.662000', '094637.668000', '094637.671000', '094637.673000', '094637.676000', '094637.679000', '094637.681000', '094637.684000', '094657.566000', '094657.569000', '094657.572000', '094657.575000', '094657.577000', '094657.580000', '094657.582000', '094657.585000', '094657.588000', '094657.590000', '094657.593000', '094657.596000', '094657.598000', '094657.601000', '094657.604000', '094657.606000', '094657.609000', '094657.622000', '094657.625000', '094657.627000', '094657.630000', '094657.633000', '094657.635000', '094657.638000', '094657.640000', '094657.643000', '094657.646000', '094657.648000', '094657.651000', '094657.654000', '094657.656000', '094657.659000', '094657.662000', '094657.664000', '094657.667000', '094657.670000', '094657.673000', '094657.675000', '094657.678000', '094657.681000', '094657.683000', '094657.686000', '094657.688000', '094657.691000', '094717.566000', '094717.570000', '094717.572000', '094717.575000', '094717.578000', '094717.580000', '094717.583000', '094717.586000', '094717.588000', '094717.591000', '094717.594000', '094717.596000', '094717.599000', '094717.602000', '094717.604000', '094717.607000', '094717.610000', '094717.612000', '094717.615000', '094717.618000', '094717.620000', '094717.623000', '094717.626000', '094717.628000', '094717.631000', '094717.634000', '094717.636000', '094717.639000', '094717.641000', '094717.644000', '094717.647000', '094717.650000', '094717.652000', '094717.655000', '094717.658000', '094717.660000', '094717.663000', '094717.666000', '094717.669000', '094717.671000', '094717.674000', '094717.677000', '094717.680000', '094737.567000', '094737.570000', '094737.572000', '094737.575000', '094737.578000', '094737.581000', '094737.583000', '094737.586000', '094737.589000', '094737.592000', '094737.595000', '094737.599000', '094737.602000', '094737.605000', '094737.607000', '094737.610000', '094737.613000', '094737.615000', '094737.618000', '094737.621000', '094737.623000', '094737.626000', '094737.629000', '094737.631000', '094737.634000', '094737.637000', '094737.640000', '094737.643000', '094737.646000', '094737.648000', '094737.651000', '094737.654000', '094737.656000', '094737.659000', '094737.662000', '094737.664000', '094737.667000', '094737.670000', '094737.672000', '094737.675000', '094737.677000', '094737.680000', '094737.683000', '094757.567000', '094757.570000', '094757.572000', '094757.575000', '094757.578000', '094757.580000', '094757.583000', '094757.586000', '094757.588000', '094757.591000', '094757.594000', '094757.596000', '094757.599000', '094757.602000', '094757.604000', '094757.607000', '094757.610000', '094757.612000', '094757.615000', '094757.618000', '094757.620000', '094757.623000', '094757.626000', '094757.628000', '094757.631000', '094757.634000', '094757.636000', '094757.639000', '094757.641000', '094757.644000', '094757.647000', '094757.650000', '094757.652000', '094757.655000', '094757.658000', '094757.660000', '094757.663000', '094757.666000', '094757.668000', '094757.671000', '094757.674000', '094757.676000', '094757.679000', '094757.682000', '094817.567000', '094817.570000', '094817.572000', '094817.575000', '094817.578000', '094817.580000', '094817.583000', '094817.586000', '094817.588000', '094817.591000', '094817.594000', '094817.602000', '094817.605000', '094817.607000', '094817.610000', '094817.613000', '094817.615000', '094817.619000', '094817.621000', '094817.624000', '094817.626000', '094817.629000', '094817.632000', '094817.634000', '094817.637000', '094817.640000', '094817.643000', '094817.645000', '094817.648000', '094817.651000', '094817.656000', '094817.659000', '094817.662000', '094817.664000', '094817.667000', '094817.670000', '094817.672000', '094817.675000', '094817.678000', '094817.680000', '094817.683000', '094817.686000', '094817.688000', '094837.567000', '094837.570000', '094837.572000', '094837.575000', '094837.578000', '094837.580000', '094837.583000', '094837.586000', '094837.588000', '094837.591000', '094837.594000', '094837.596000', '094837.599000', '094837.602000', '094837.605000', '094837.607000', '094837.610000', '094837.613000', '094837.615000', '094837.618000', '094837.621000', '094837.624000', '094837.626000', '094837.629000', '094837.632000', '094837.634000', '094837.637000', '094837.640000', '094837.642000', '094837.645000', '094837.648000', '094837.650000', '094837.653000', '094837.656000', '094837.658000', '094837.661000', '094837.664000', '094837.667000', '094837.669000', '094837.672000', '094837.675000', '094837.677000', '094837.680000', '094837.683000', '094857.566000', '094857.569000', '094857.572000', '094857.574000', '094857.577000', '094857.580000', '094857.583000', '094857.585000', '094857.588000', '094857.590000', '094857.593000', '094857.596000', '094857.599000', '094857.601000', '094857.604000', '094857.607000', '094857.609000', '094857.612000', '094857.614000', '094857.617000', '094857.620000', '094857.623000', '094857.627000', '094857.629000', '094857.632000', '094857.635000', '094857.637000', '094857.640000', '094857.643000', '094857.646000', '094857.648000', '094857.651000', '094857.654000', '094857.656000', '094857.659000', '094857.661000', '094857.664000', '094857.667000', '094857.669000', '094857.672000', '094857.675000', '094857.678000', '094857.681000', '094917.566000', '094917.569000', '094917.572000', '094917.575000', '094917.577000', '094917.580000', '094917.583000', '094917.585000', '094917.588000', '094917.590000', '094917.593000', '094917.596000', '094917.599000', '094917.601000', '094917.604000', '094917.607000', '094917.610000', '094917.612000', '094917.615000', '094917.618000', '094917.620000', '094917.623000', '094917.625000', '094917.628000', '094917.631000', '094917.633000', '094917.636000', '094917.639000', '094917.641000', '094917.644000', '094917.646000', '094917.649000', '094917.652000', '094917.654000', '094917.657000', '094917.660000', '094917.662000', '094917.665000', '094917.668000', '094917.670000', '094917.673000', '094917.676000', '094917.678000', '094917.681000', '094937.567000', '094937.570000', '094937.572000', '094937.575000', '094937.578000', '094937.581000', '094937.583000', '094937.586000', '094937.589000', '094937.591000', '094937.594000', '094937.597000', '094937.600000', '094937.602000', '094937.605000', '094937.608000', '094937.610000', '094937.613000', '094937.616000', '094937.618000', '094937.621000', '094937.624000', '094937.626000', '094937.629000', '094937.632000', '094937.634000', '094937.637000', '094937.640000', '094937.642000', '094937.645000', '094937.648000', '094937.651000', '094937.653000', '094937.656000', '094937.659000', '094937.662000', '094937.664000', '094937.667000', '094937.669000', '094937.672000', '094937.675000', '094937.677000', '094937.680000', '094957.566000', '094957.569000', '094957.572000', '094957.575000', '094957.578000', '094957.580000', '094957.583000', '094957.586000', '094957.588000', '094957.591000', '094957.594000', '094957.596000', '094957.599000', '094957.602000', '094957.604000', '094957.607000', '094957.610000', '094957.612000', '094957.615000', '094957.618000', '094957.621000', '094957.623000', '094957.626000', '094957.638000', '094957.641000', '094957.643000', '094957.646000', '094957.649000', '094957.652000', '094957.654000', '094957.657000', '094957.659000', '094957.662000', '094957.665000', '094957.667000', '094957.670000', '094957.673000', '094957.675000', '094957.678000', '094957.680000', '094957.683000', '094957.686000', '094957.688000', '094957.691000', '095017.566000', '095017.569000', '095017.572000', '095017.575000', '095017.577000', '095017.580000', '095017.583000', '095017.585000', '095017.588000', '095017.591000', '095017.593000', '095017.596000', '095017.599000', '095017.602000', '095017.604000', '095017.607000', '095017.610000', '095017.612000', '095017.615000', '095017.618000', '095017.620000', '095017.623000', '095017.626000', '095017.628000', '095017.631000', '095017.634000', '095017.636000', '095017.639000', '095017.642000', '095017.644000', '095017.647000', '095017.650000', '095017.652000', '095017.655000', '095017.658000', '095017.660000', '095017.664000', '095017.666000', '095017.669000', '095017.672000', '095017.674000', '095017.677000', '095017.680000', '095037.567000', '095037.570000', '095037.573000', '095037.576000', '095037.578000', '095037.581000', '095037.584000', '095037.589000', '095037.591000', '095037.594000', '095037.597000', '095037.600000', '095037.603000', '095037.606000', '095037.608000', '095037.611000', '095037.614000', '095037.616000', '095037.619000', '095037.622000', '095037.624000', '095037.627000', '095037.630000', '095037.632000', '095037.635000', '095037.638000', '095037.641000', '095037.643000', '095037.646000', '095037.649000', '095037.651000', '095037.654000', '095037.656000', '095037.659000', '095037.662000', '095037.665000', '095037.667000', '095037.670000', '095037.673000', '095037.675000', '095037.678000', '095037.681000', '095037.683000', '095037.686000', '095057.567000', '095057.570000', '095057.572000', '095057.575000', '095057.578000', '095057.581000', '095057.583000', '095057.586000', '095057.589000', '095057.591000', '095057.594000', '095057.597000', '095057.599000', '095057.602000', '095057.605000', '095057.607000', '095057.610000', '095057.613000', '095057.615000', '095057.618000', '095057.620000', '095057.623000', '095057.626000', '095057.628000', '095057.631000', '095057.634000', '095057.636000', '095057.639000', '095057.642000', '095057.644000', '095057.647000', '095057.649000', '095057.652000', '095057.655000', '095057.657000', '095057.660000', '095057.663000', '095057.665000', '095057.668000', '095057.671000', '095057.673000', '095057.676000', '095057.678000', '095117.565000', '095117.568000', '095117.571000', '095117.574000', '095117.577000', '095117.579000', '095117.582000', '095117.585000', '095117.587000', '095117.590000', '095117.593000', '095117.595000', '095117.598000', '095117.601000', '095117.603000', '095117.606000', '095117.609000', '095117.611000', '095117.614000', '095117.617000', '095117.619000', '095117.622000', '095117.625000', '095117.627000', '095117.630000', '095117.633000', '095117.635000', '095117.638000', '095117.641000', '095117.643000', '095117.646000', '095117.649000', '095117.651000', '095117.654000', '095117.657000', '095117.659000', '095117.662000', '095117.665000', '095117.667000', '095117.670000', '095117.673000', '095117.675000', '095117.678000', '095117.680000', '095137.567000', '095137.570000', '095137.573000', '095137.575000', '095137.578000', '095137.580000', '095137.583000', '095137.586000', '095137.588000', '095137.591000', '095137.594000', '095137.596000', '095137.599000', '095137.602000', '095137.605000', '095137.607000', '095137.610000', '095137.612000', '095137.615000', '095137.618000', '095137.620000', '095137.623000', '095137.626000', '095137.628000', '095137.631000', '095137.634000', '095137.636000', '095137.639000', '095137.642000', '095137.644000', '095137.647000', '095137.650000', '095137.652000', '095137.655000', '095137.658000', '095137.660000', '095137.663000', '095137.665000', '095137.668000', '095137.671000', '095137.674000', '095137.676000', '095137.679000', '095157.566000', '095157.569000', '095157.572000', '095157.575000', '095157.577000', '095157.580000', '095157.583000', '095157.586000', '095157.588000', '095157.591000', '095157.594000', '095157.596000', '095157.599000', '095157.602000', '095157.604000', '095157.607000', '095157.610000', '095157.612000', '095157.615000', '095157.618000', '095157.621000', '095157.623000', '095157.626000', '095157.629000', '095157.631000', '095157.634000', '095157.636000', '095157.639000', '095157.642000', '095157.644000', '095157.647000', '095157.650000', '095157.652000', '095157.655000', '095157.658000', '095157.660000', '095157.663000', '095157.666000', '095157.668000', '095157.671000', '095157.674000', '095157.676000', '095157.679000', '095157.682000', '095217.567000', '095217.570000', '095217.572000', '095217.575000', '095217.578000', '095217.580000', '095217.583000', '095217.586000', '095217.588000', '095217.591000', '095217.594000', '095217.596000', '095217.599000', '095217.602000', '095217.605000', '095217.607000', '095217.610000', '095217.613000', '095217.615000', '095217.618000', '095217.621000', '095217.623000', '095217.626000', '095217.629000', '095217.631000', '095217.634000', '095217.637000', '095217.639000', '095217.642000', '095217.645000', '095217.647000', '095217.650000', '095217.653000', '095217.655000', '095217.658000', '095217.661000', '095217.663000', '095217.666000', '095217.668000', '095217.671000', '095217.674000', '095217.676000', '095217.679000', '095237.567000', '095237.570000', '095237.573000', '095237.575000', '095237.578000', '095237.581000', '095237.583000', '095237.586000', '095237.589000', '095237.591000', '095237.594000', '095237.597000', '095237.599000', '095237.602000', '095237.605000', '095237.608000', '095237.610000', '095237.613000', '095237.616000', '095237.618000', '095237.621000', '095237.624000', '095237.626000', '095237.629000', '095237.631000', '095237.634000', '095237.637000', '095237.639000', '095237.642000', '095237.645000', '095237.647000', '095237.650000', '095237.653000', '095237.655000', '095237.658000', '095237.661000', '095237.663000', '095237.666000', '095237.669000', '095237.671000', '095237.674000', '095237.677000', '095237.680000', '095237.682000', '095257.567000', '095257.570000', '095257.572000', '095257.575000', '095257.578000', '095257.580000', '095257.583000', '095257.586000', '095257.588000', '095257.591000', '095257.593000', '095257.596000', '095257.599000', '095257.602000', '095257.604000', '095257.607000', '095257.610000', '095257.612000', '095257.615000', '095257.618000', '095257.620000', '095257.623000', '095257.626000', '095257.628000', '095257.631000', '095257.634000', '095257.636000', '095257.639000', '095257.641000', '095257.644000', '095257.647000', '095257.650000', '095257.652000', '095257.655000', '095257.657000', '095257.660000', '095257.663000', '095257.665000', '095257.668000', '095257.671000', '095257.673000', '095257.676000', '095257.678000', '095317.567000', '095317.569000', '095317.572000', '095317.575000', '095317.578000', '095317.580000', '095317.583000', '095317.586000', '095317.588000', '095317.591000', '095317.594000', '095317.596000', '095317.599000', '095317.602000', '095317.604000', '095317.607000', '095317.610000', '095317.612000', '095317.615000', '095317.618000', '095317.620000', '095317.623000', '095317.626000', '095317.628000', '095317.631000', '095317.634000', '095317.637000', '095317.639000', '095317.642000', '095317.645000', '095317.648000', '095317.650000', '095317.653000', '095317.656000', '095317.659000', '095317.661000', '095317.670000', '095317.673000', '095317.675000', '095317.678000', '095317.681000', '095317.683000', '095317.686000', '095337.566000', '095337.569000', '095337.571000', '095337.574000', '095337.577000', '095337.580000', '095337.582000', '095337.585000', '095337.588000', '095337.590000', '095337.593000', '095337.596000', '095337.598000', '095337.601000', '095337.604000', '095337.607000', '095337.609000', '095337.612000', '095337.615000', '095337.617000', '095337.620000', '095337.623000', '095337.625000', '095337.628000', '095337.631000', '095337.633000', '095337.636000', '095337.639000', '095337.641000', '095337.644000', '095337.647000', '095337.650000', '095337.652000', '095337.655000', '095337.657000', '095337.660000', '095337.663000', '095337.666000', '095337.668000', '095337.671000', '095337.674000', '095337.676000', '095337.679000', '095337.682000', '095357.567000', '095357.570000', '095357.573000', '095357.576000', '095357.579000', '095357.582000', '095357.584000', '095357.587000', '095357.590000', '095357.592000', '095357.595000', '095357.599000', '095357.602000', '095357.605000', '095357.607000', '095357.610000', '095357.613000', '095357.615000', '095357.618000', '095357.621000', '095357.623000', '095357.626000', '095357.628000', '095357.631000', '095357.634000', '095357.636000', '095357.639000', '095357.642000', '095357.645000', '095357.647000', '095357.650000', '095357.653000', '095357.656000', '095357.658000', '095357.661000', '095357.664000', '095357.666000', '095357.669000', '095357.671000', '095357.674000', '095357.677000', '095357.713000', '095357.716000', '095417.567000', '095417.570000', '095417.572000', '095417.575000', '095417.578000', '095417.580000', '095417.584000', '095417.587000', '095417.589000', '095417.592000', '095417.595000', '095417.597000', '095417.600000', '095417.603000', '095417.605000', '095417.608000', '095417.611000', '095417.613000', '095417.616000', '095417.619000', '095417.621000', '095417.624000', '095417.627000', '095417.629000', '095417.632000', '095417.635000', '095417.637000', '095417.640000', '095417.643000', '095417.645000', '095417.648000', '095417.650000', '095417.653000', '095417.656000', '095417.658000', '095417.661000', '095417.663000', '095417.666000', '095417.669000', '095417.671000', '095417.674000', '095417.681000', '095417.689000', '095417.691000', '095437.567000', '095437.570000', '095437.572000', '095437.575000', '095437.578000', '095437.581000', '095437.583000', '095437.586000', '095437.589000', '095437.592000', '095437.595000', '095437.597000', '095437.601000', '095437.603000', '095437.606000', '095437.609000', '095437.611000', '095437.614000', '095437.617000', '095437.619000', '095437.622000', '095437.634000', '095437.637000', '095437.640000', '095437.642000', '095437.645000', '095437.648000', '095437.651000', '095437.653000', '095437.656000', '095437.659000', '095437.661000', '095437.664000', '095437.666000', '095437.669000', '095437.672000', '095437.674000', '095437.677000', '095437.680000', '095437.682000', '095437.685000', '095437.688000', '095437.690000', '095457.567000', '095457.570000', '095457.572000', '095457.575000', '095457.578000', '095457.580000', '095457.583000', '095457.586000', '095457.588000', '095457.591000', '095457.594000', '095457.596000', '095457.599000', '095457.602000', '095457.605000', '095457.607000', '095457.610000', '095457.612000', '095457.615000', '095457.618000', '095457.620000', '095457.623000', '095457.626000', '095457.629000', '095457.631000', '095457.634000', '095457.637000', '095457.639000', '095457.642000', '095457.645000', '095457.647000', '095457.650000', '095457.652000', '095457.655000', '095457.658000', '095457.660000', '095457.663000', '095457.666000', '095457.668000', '095457.671000', '095457.674000', '095457.677000', '095457.679000', '095457.682000', '095517.567000', '095517.569000', '095517.572000', '095517.575000', '095517.578000', '095517.582000', '095517.585000', '095517.588000', '095517.590000', '095517.594000', '095517.596000', '095517.599000', '095517.601000', '095517.604000', '095517.607000', '095517.610000', '095517.612000', '095517.615000', '095517.618000', '095517.620000', '095517.623000', '095517.626000', '095517.628000', '095517.631000', '095517.673000', '095517.676000', '095517.678000', '095517.681000', '095517.683000', '095517.686000', '095517.689000', '095517.692000', '095517.694000', '095517.697000', '095517.700000', '095517.703000', '095517.705000', '095517.708000', '095517.711000', '095517.713000', '095517.716000', '095517.719000', '095517.721000', '095537.567000', '095537.570000', '095537.573000', '095537.575000', '095537.578000', '095537.581000', '095537.583000', '095537.586000', '095537.589000', '095537.592000', '095537.594000', '095537.597000', '095537.600000', '095537.603000', '095537.605000', '095537.608000', '095537.611000', '095537.613000', '095537.616000', '095537.619000', '095537.621000', '095537.624000', '095537.627000', '095537.629000', '095537.632000', '095537.635000', '095537.637000', '095537.640000', '095537.643000', '095537.646000', '095537.648000', '095537.651000', '095537.654000', '095537.656000', '095537.659000', '095537.661000', '095537.665000', '095537.667000', '095537.670000', '095537.672000', '095537.675000', '095537.681000', '095537.683000', '095537.686000', '095557.566000', '095557.568000', '095557.571000', '095557.574000', '095557.577000', '095557.579000', '095557.582000', '095557.585000', '095557.587000', '095557.591000', '095557.594000', '095557.596000', '095557.600000', '095557.603000', '095557.606000', '095557.608000', '095557.611000', '095557.614000', '095557.616000', '095557.619000', '095557.622000', '095557.624000', '095557.627000', '095557.630000', '095557.633000', '095557.635000', '095557.638000', '095557.640000', '095557.643000', '095557.646000', '095557.648000', '095557.651000', '095557.654000', '095557.657000', '095557.659000', '095557.662000', '095557.665000', '095557.667000', '095557.670000', '095557.673000', '095557.675000', '095557.678000', '095557.681000', '095617.567000', '095617.569000', '095617.572000', '095617.575000', '095617.577000', '095617.580000', '095617.583000', '095617.585000', '095617.588000', '095617.591000', '095617.593000', '095617.596000', '095617.599000', '095617.601000', '095617.604000', '095617.607000', '095617.610000', '095617.612000', '095617.615000', '095617.617000', '095617.620000', '095617.623000', '095617.625000', '095617.628000', '095617.630000', '095617.633000', '095617.636000', '095617.639000', '095617.641000', '095617.644000', '095617.646000', '095617.649000', '095617.652000', '095617.654000', '095617.657000', '095617.660000', '095617.662000', '095617.665000', '095617.668000', '095617.670000', '095617.673000', '095617.676000', '095617.678000', '095617.681000', '095637.567000', '095637.570000', '095637.572000', '095637.575000', '095637.578000', '095637.581000', '095637.594000', '095637.597000', '095637.600000', '095637.603000', '095637.605000', '095637.608000', '095637.611000', '095637.613000', '095637.616000', '095637.619000', '095637.621000', '095637.624000', '095637.627000', '095637.629000', '095637.632000', '095637.635000', '095637.637000', '095637.640000', '095637.643000', '095637.646000', '095637.649000', '095637.652000', '095637.657000', '095637.659000', '095637.662000', '095637.665000', '095637.668000', '095637.670000', '095637.673000', '095637.676000', '095637.679000', '095637.682000', '095637.684000', '095637.687000', '095637.690000', '095637.692000', '095637.695000', '095657.567000', '095657.569000', '095657.572000', '095657.575000', '095657.578000', '095657.580000', '095657.583000', '095657.586000', '095657.588000', '095657.591000', '095657.594000', '095657.596000', '095657.599000', '095657.602000', '095657.604000', '095657.607000', '095657.610000', '095657.612000', '095657.615000', '095657.618000', '095657.620000', '095657.623000', '095657.626000', '095657.628000', '095657.631000', '095657.634000', '095657.636000', '095657.639000', '095657.642000', '095657.644000', '095657.647000', '095657.650000', '095657.652000', '095657.655000', '095657.658000', '095657.660000', '095657.663000', '095657.666000', '095657.669000', '095657.671000', '095657.674000', '095657.677000', '095657.679000', '095657.682000', '095717.567000', '095717.570000', '095717.572000', '095717.575000', '095717.578000', '095717.581000', '095717.583000', '095717.586000', '095717.589000', '095717.591000', '095717.594000', '095717.596000', '095717.599000', '095717.602000', '095717.605000', '095717.607000', '095717.610000', '095717.613000', '095717.616000', '095717.618000', '095717.621000', '095717.623000', '095717.626000', '095717.629000', '095717.631000', '095717.634000', '095717.637000', '095717.640000', '095717.643000', '095717.646000', '095717.649000', '095717.652000', '095717.654000', '095717.657000', '095717.660000', '095717.663000', '095717.665000', '095717.668000', '095717.671000', '095717.673000', '095717.676000', '095717.678000', '095717.681000', '095737.567000', '095737.570000', '095737.573000', '095737.575000', '095737.578000', '095737.581000', '095737.584000', '095737.586000', '095737.589000', '095737.592000', '095737.594000', '095737.597000', '095737.600000', '095737.602000', '095737.605000', '095737.608000', '095737.610000', '095737.613000', '095737.616000', '095737.618000', '095737.621000', '095737.624000', '095737.627000', '095737.629000', '095737.632000', '095737.634000', '095737.637000', '095737.640000', '095737.642000', '095737.645000', '095737.648000', '095737.651000', '095737.666000', '095737.669000', '095737.672000', '095737.675000', '095737.677000', '095737.680000', '095737.683000', '095737.685000', '095737.688000', '095737.691000', '095737.693000', '095737.696000', '095757.567000', '095757.570000', '095757.572000', '095757.576000', '095757.578000', '095757.581000', '095757.583000', '095757.586000', '095757.589000', '095757.592000', '095757.594000', '095757.597000', '095757.600000', '095757.603000', '095757.605000', '095757.608000', '095757.610000', '095757.613000', '095757.616000', '095757.619000', '095757.621000', '095757.624000', '095757.626000', '095757.629000', '095757.632000', '095757.634000', '095757.637000', '095757.640000', '095757.642000', '095757.645000', '095757.648000', '095757.650000', '095757.653000', '095757.656000', '095757.658000', '095757.661000', '095757.664000', '095757.667000', '095757.669000', '095757.672000', '095757.675000', '095757.677000', '095757.680000', '095817.566000', '095817.568000', '095817.571000', '095817.574000', '095817.577000', '095817.579000', '095817.582000', '095817.584000', '095817.587000', '095817.598000', '095817.601000', '095817.603000', '095817.606000', '095817.609000', '095817.611000', '095817.614000', '095817.617000', '095817.620000', '095817.622000', '095817.625000', '095817.628000', '095817.630000', '095817.633000', '095817.635000', '095817.638000', '095817.641000', '095817.643000', '095817.646000', '095817.649000', '095817.651000', '095817.654000', '095817.657000', '095817.659000', '095817.662000', '095817.665000', '095817.667000', '095817.670000', '095817.673000', '095817.675000', '095817.678000', '095817.680000', '095817.683000', '095817.687000', '095817.689000', '095837.567000', '095837.570000', '095837.573000', '095837.575000', '095837.578000', '095837.581000', '095837.584000', '095837.586000', '095837.589000', '095837.592000', '095837.595000', '095837.597000', '095837.600000', '095837.603000', '095837.605000', '095837.608000', '095837.611000', '095837.613000', '095837.616000', '095837.619000', '095837.621000', '095837.624000', '095837.627000', '095837.630000', '095837.632000', '095837.635000', '095837.638000', '095837.640000', '095837.643000', '095837.646000', '095837.648000', '095837.651000', '095837.654000', '095837.656000', '095837.659000', '095837.662000', '095837.664000', '095837.667000', '095837.669000', '095837.672000', '095837.675000', '095837.677000', '095837.681000', '095857.567000', '095857.570000', '095857.573000', '095857.575000', '095857.578000', '095857.581000', '095857.583000', '095857.586000', '095857.589000', '095857.591000', '095857.594000', '095857.597000', '095857.599000', '095857.602000', '095857.605000', '095857.614000', '095857.617000', '095857.619000', '095857.622000', '095857.625000', '095857.627000', '095857.630000', '095857.633000', '095857.635000', '095857.638000', '095857.641000', '095857.643000', '095857.646000', '095857.649000', '095857.651000', '095857.654000', '095857.657000', '095857.659000', '095857.662000', '095857.665000', '095857.667000', '095857.670000', '095857.672000', '095857.675000', '095857.678000', '095857.680000', '095857.683000', '095857.686000', '095857.688000', '095916.308000', '095916.312000', '095916.314000', '095916.317000', '095916.320000', '095916.323000', '095916.326000', '095916.328000', '095916.331000', '095916.334000', '095916.336000', '095916.339000', '095916.342000', '095916.344000', '095916.348000', '095916.350000', '095916.353000', '095916.356000', '095916.359000', '095916.362000', '095916.365000', '095916.368000', '095916.372000', '095916.374000', '095916.378000', '095916.381000', '095916.383000', '095916.386000', '095916.389000', '095916.392000', '095916.395000', '095916.398000', '095916.401000', '095916.404000', '095916.407000', '095916.410000', '095916.413000', '095916.416000', '095916.419000', '095916.421000', '095916.424000'], '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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'LargestImagePixelValue': [9380, 9626, 6816, 9398, 6742, 9241, 6803, 8933, 6875, 9084, 6679, 8797, 6731, 8175, 6733, 7427, 6583, 7303, 9259, 7240, 9033, 6686, 8279, 6685, 8142, 6718, 7083, 6745, 9525, 6477, 8666, 6321, 7792, 6877, 7652, 6514, 8629, 6294, 7787, 8909, 7841, 9476, 7120, 8561, 6870, 8704, 6689, 8986, 6734, 8073, 6669, 9110, 6477, 9465, 7661, 8503, 9615, 7177, 9059, 6841, 8504, 6647, 8946, 6553, 7913, 7489, 7583, 8224, 7262, 9307, 6673, 8752, 6689, 9742, 6888, 7727, 6454, 8902, 6884, 8125, 8677, 7286, 9081, 7276, 8547, 6786, 8428, 6577, 8406, 6710, 9196, 6473, 7218, 6449, 8102, 8175, 7073, 8890, 6842, 8751, 6757, 8077, 6634, 8272, 6502, 9142, 6472, 9015, 6311, 6991, 6429, 9054, 6523, 9376, 6527, 8729, 6577, 7033, 6420, 8685, 9241, 7756, 9576, 6743, 8499, 6861, 7796, 6804, 8403, 6620, 9180, 6368, 8979, 6428, 7602, 6398, 8686, 6318, 8742, 7640, 9022, 9163, 8500, 8677, 8013, 8061, 7457, 9100, 7284, 9352, 6677, 8966, 6741, 8098, 6540, 8008, 6377, 9790, 6396, 9226, 6610, 8833, 6428, 9219, 6330, 8442, 7926, 7952, 6298, 8403, 6363, 8198, 8137, 8014, 9162, 7568, 9083, 7126, 8668, 6707, 8552, 6586, 8367, 6681, 8252, 6583, 8309, 6537, 8968, 6334, 9557, 6417, 7166, 6497, 8998, 6393, 9469, 6741, 8262, 6407, 7563, 6311, 8614, 6335, 7904, 8490, 6929, 8916, 6796, 8657, 6583, 8241, 6536, 8922, 6492, 8749, 6644, 7798, 6464, 9594, 6493, 8850, 6739, 7691, 6382, 7481, 7682, 7370, 9125, 6567, 8329, 6552, 8237, 6675, 8290, 6604, 8167, 6400, 8181, 6450, 7895, 6547, 7621, 6461, 8534, 6453, 8708, 6540, 8472, 6576, 8354, 6478, 9161, 6448, 8219, 6446, 7410, 6553, 9207, 6495, 8734, 6357, 7829, 6514, 8017, 6452, 9170, 6547, 8452, 8432, 8009, 7031, 7177, 6327, 7662, 7824, 7742, 7799, 8438, 6418, 8380, 7131, 7719, 8980, 7609, 9018, 7977, 7702, 7947, 7330, 8363, 8284, 8974, 6456, 7507, 6491, 9185, 6723, 9203, 6849, 8002, 7131, 7627, 6870, 8174, 8941, 7636, 8961, 7985, 6683, 8422, 6573, 9051, 6870, 8981, 6803, 8246, 6616, 8182, 6611, 8989, 6426, 8945, 6600, 8775, 6700, 8938, 6496, 8754, 8567, 7838, 8799, 7074, 8372, 6774, 8421, 6706, 8277, 6797, 8383, 7422, 6387, 8701, 6945, 7403, 6777, 7961, 6855, 9297, 6777, 8645, 6874, 8706, 6884, 8375, 6824, 8517, 6822, 7989, 7039, 8532, 6766, 8409, 6738, 7562, 7166, 7550, 7564, 6954, 9140, 7152, 9410, 7620, 6440, 8199, 6319, 8986, 8020, 8496, 8764, 7686, 8854, 7172, 9081, 6902, 9509, 6867, 8402, 6729, 8099, 6494, 7882, 9129, 7103, 9447, 6786, 9087, 6926, 7835, 6825, 9765, 6782, 9320, 6551, 8408, 6759, 9085, 6565, 9369, 6488, 9220, 8961, 8758, 7894, 8069, 9274, 7913, 9508, 6869, 9134, 6885, 8595, 6861, 8078, 6818, 9566, 6693, 9258, 6832, 8046, 6519, 7866, 6548, 9218, 6488, 8754, 9470, 8472, 9065, 7677, 8497, 6721, 8277, 6871, 8259, 6797, 8074, 6723, 8622, 7295, 9041, 6752, 9161, 6841, 8384, 6585, 8176, 6647, 9162, 6689, 9076, 6498, 8234, 6577, 9299, 6518, 9417, 6502, 8929, 8980, 7758, 8680, 7481, 8437, 6888, 7998, 6510, 8734, 6652, 8332, 6776, 8976, 6443, 7529, 8949, 7226, 8587, 6872, 8321, 6647, 8181, 6614, 8184, 6604, 7952, 6835, 8134, 6990, 9219, 6428, 8667, 8042, 7406, 8839, 6722, 8696, 6682, 8323, 6643, 8274, 6737, 8313, 6859, 7183, 6789, 8862, 6525, 9819, 6595, 8751, 6453, 8142, 6265, 8841, 7265, 8261, 9484, 7913, 8504, 7545, 8274, 6459, 7740, 6524, 10487, 6577, 8962, 6698, 8779, 6547, 9436, 6283, 8899, 8091, 8796, 7607, 8094, 8563, 6663, 8051, 6474, 9722, 6752, 8698, 6455, 8542, 6293, 7590, 8687, 6925, 8099, 6651, 8064, 6434, 7803, 6511, 9777, 6297, 8075, 7166, 7455, 6133, 7358, 7370, 7654, 9389, 6571, 8448, 6640, 7314, 6720, 9506, 6470, 9362, 7949, 8007, 9573, 6992, 7882, 6349, 7438, 6551, 9535, 6277, 8723, 6418, 8658, 6343, 8391, 8201, 7645, 9223, 7529, 8238, 7973, 8545, 7621, 9457, 6915, 8741, 6856, 8226, 6382, 7718, 6330, 10001, 6562, 8619, 6524, 7741, 6623, 8092, 6264, 8136, 8666, 7707, 9151, 6767, 8465, 6663, 8170, 6737, 9125, 6506, 9830, 6385, 8279, 6459, 8002, 6410, 7256, 8177, 6656, 8164, 6916, 7861, 6485, 7756, 6376, 9439, 6273, 9559, 6207, 9153, 6351, 9012, 6404, 9588, 6520, 9103, 6545, 9019, 6742, 8740, 6528, 9386, 6555, 9419, 9251, 8136, 8783, 7751, 8348, 6560, 7859, 6522, 9417, 6540, 8303, 6294, 8655, 6208, 7801, 8762, 7299, 9537, 7770, 6376, 7906, 6210, 9191, 6886, 9198, 8750, 8862, 7836, 8153, 9106, 7867, 9096, 6604, 8155, 6512, 7677, 6511, 9437, 6322, 7927, 9113, 7157, 8556, 6911, 7979, 6582, 7860, 6429, 8636, 6513, 8712, 6524, 9479, 6335, 9403, 6320, 8498, 7997, 8434, 7928, 7597, 8548, 7576, 9229, 6748, 9084, 7211, 8450, 7608, 8100, 7839, 7667, 9514, 7616, 8969, 6812, 8452, 6530, 8587, 9019, 8444, 8650, 7841, 8385, 7436, 8354, 6746, 8132, 6742, 8393, 7160, 8009, 6764, 8032, 7146, 8687, 7693, 8803, 6951, 8388, 6917, 7824, 6900, 7794, 6825, 7902, 6742, 7960, 6621, 10047, 6794, 10032, 6686, 7229, 6590, 7387, 6675, 9189, 6703, 9432, 6497, 8131, 6823, 8730, 6763, 8815, 8435, 7900, 8944, 6909, 7676, 6858, 7426, 6849, 7549, 6731, 7311, 6965, 7295, 6710, 8063, 6979, 8103, 7005, 8316, 7494, 8908, 8155, 7602, 8770, 6603, 9415, 6641, 8940, 6895, 9055, 6757, 8854, 6767, 9405, 6887, 9063, 8123, 8344, 6605, 8711, 6378, 9514, 6751, 9672, 6811, 8236, 6809, 9366, 6661, 9654, 6555, 9722, 6586, 8914, 6502, 8548, 6652, 9099, 6927, 7849, 8127, 7619, 8601, 7050, 8259, 7066, 8143, 6644, 6304, 8588, 6693, 9800, 6552, 6990, 6916, 7151, 6681, 7405, 6710, 8383, 6711, 8562, 7223, 8895, 7951, 8485, 9146, 7884, 9110, 6589, 9172, 6630, 8967, 6896, 8349, 6811, 8053, 9374, 7831, 9084, 6717, 8590, 6882, 8305, 6948, 9177, 7245, 6464, 6699, 6826, 9879, 6995, 8976, 6981, 8258, 7623, 8491, 8502, 8767, 8440, 7989, 8677, 6660, 8561, 6811, 8070, 6599, 8915, 6723, 9068, 6459, 8987, 6510, 8679, 8348, 7673, 8959, 6851, 8101, 6981, 7931, 6782, 7268, 6859, 6864, 6811, 6793, 6950, 8211, 6863, 7389, 6739, 6900, 6958, 7353, 6793, 7126, 6869, 8669, 7529, 7178, 8407, 7643, 9040, 8466, 9428, 7811, 9415, 8029, 9145, 8617, 8911, 9065, 8169, 8754, 8008, 8959, 7855, 9195, 7579, 9263, 7724, 8845, 6975, 8334, 6911, 7794, 6916, 8081, 6918, 7788, 7012, 8013, 6648, 7759, 6681, 8276, 7026, 7670, 6697, 7852, 6763, 7792, 6865, 7724, 6690, 7930, 6596, 8502, 6796, 9696, 6756, 9712, 6682, 8342, 6741, 9391, 6324, 9433, 7035, 9021, 6692, 8386, 6391, 8068, 6664, 8115, 8135, 8420, 7706, 8597, 6758, 8440, 6914, 8710, 8047, 9498, 7731, 9407, 8194, 7778, 8934, 7421, 8372, 6693, 7843, 6869, 7927, 6641, 10039, 6447, 9364, 7826, 8681, 7928, 7699, 8524, 7014, 8075, 6773, 7771, 6911, 7795, 6843, 7830, 7051, 9116, 6688, 9033, 6721, 8055, 6611, 8834, 6830, 9726, 6642, 9285, 6653, 8108, 6560, 8949, 6641, 9592, 6814, 9272, 6748, 8104, 6711, 8446, 6504, 8763, 7652, 8975, 8785, 9270, 7639, 8455, 6617, 8716, 6620, 9231, 6490, 9007, 6439, 8694, 6586, 8880, 8417, 8172, 8750, 7875, 8402, 7160, 8637, 7396, 8295, 6655, 7966, 6792, 8811, 6882, 7854, 6799, 7909, 6679, 7635, 7109, 8267, 7830, 7920, 6844, 8228, 6792, 7593, 6467, 7683, 6544, 7627, 6596, 9645, 6618, 9667, 6522, 9956, 6805, 8928, 6627, 9903, 6488, 9312, 6655, 8752, 6540, 8803, 6636, 9847, 6357, 9135, 8465, 8097, 9251, 7082, 8414, 6936, 7967, 7030, 7348, 6607, 7463, 6541, 7945, 6710, 7626, 6778, 7742, 6691, 9930, 6529, 8408, 6556, 9305, 6526, 9572, 8114, 8015, 9429, 7165, 8504, 6997, 8121, 6827, 7697, 6889, 7494, 6625, 8074, 6606, 7804, 6978, 10240, 6559, 9781, 6397, 8864, 6586, 8755, 6348, 9714, 6407, 9099, 7155, 9158, 6465, 8813, 6346, 8741, 7356, 8385, 8052, 9314, 7620, 8004, 8775, 7325, 8741, 6628, 8330, 6748, 8602, 6785, 7919, 6673, 8016, 6476, 8268, 6696, 8503, 6948, 8407, 6792, 8620, 6801, 8417, 7171, 8550, 8100, 7570, 8635, 6371, 9370, 6359, 8978, 7144, 8250, 6454, 8886, 7431, 8062, 8660, 7409, 8317, 7105, 8989, 6728, 7399, 7046, 6925, 6959, 7578, 6922, 7753, 6633, 7882, 6934, 8325, 6576, 8239, 6761, 7550, 6769, 9420, 6642, 9287, 9063, 8477, 8815, 7703, 8317, 6631, 7942, 6691, 8084, 7089, 8529, 7056, 7911, 6476, 7978, 6439, 8403, 6578, 7568, 6643, 8978, 6799, 9562, 6691, 9386, 8272, 8438, 7624, 8152, 8454, 6788, 8842, 6992, 8512, 7201, 7451, 8355, 6903, 9076, 6718, 9438, 7717, 8175, 6614, 8812, 6963, 9268, 6622, 8192, 6641, 7570, 6569, 7883, 6598, 8003, 6735, 9394, 6833, 8358, 6671, 7045, 6678, 9329, 6841, 9293, 6503, 8450, 6530, 7235, 6468, 7828, 6522, 7850, 7320, 8838, 7008, 8215, 6750, 7959, 6681, 7966, 6520, 7908, 6977, 7738, 6667, 7701, 6860, 7613, 6541, 7861, 6617, 8281, 7747, 6229, 6987, 6654, 7391, 8070, 9103, 7924, 8269, 6754, 7866, 6727, 7721, 6541, 7392, 6789, 9064, 6739, 10129, 6717, 9573, 6935, 8391, 6729, 9281, 6600, 9320, 6510, 7240, 6621, 7370, 6716, 8248, 6635, 8078, 7372, 6326, 8774, 6610, 9326, 6769, 9512, 8230, 8321, 7985, 7198, 8578, 7089, 8674, 6589, 8477, 7111, 7974, 6520, 8209, 6844, 7883, 6584, 7806, 6774, 7679, 6540, 8258, 6693, 8293, 6668, 9242, 6773, 8988, 6916, 8223, 6739, 7854, 8875, 7693, 8840, 6974, 8558, 6889, 8188, 6863, 9460, 6777, 9481, 6525, 7478, 8045, 7574, 8518, 6951, 8441, 7134, 8588, 6599, 8501, 6529, 8748, 6619, 8308, 8724, 7165, 9129, 6914, 8261, 6462, 8536, 6899, 9025, 7286, 8453, 6830, 8548, 6842, 8095, 8040, 8431, 8090, 9135, 7057, 8333, 6532, 9100, 6655, 8982, 6526, 8225, 8515, 7462, 8975, 6891, 8550, 6615, 8606, 6622, 8157, 6654, 9009, 6445, 7599, 8741, 6752, 8541, 6965, 8374, 6967, 8265, 6725, 8542, 6807, 8767, 6484, 8894, 6450, 8925, 6489, 8766, 9150, 6769, 8640, 6484, 8124, 6381, 9118, 6362, 8631, 6299, 6859, 6499, 7225, 6465, 8816, 6475, 8982, 7770, 7706, 8715, 7452, 8896, 6565, 8885, 6602, 8050, 6426, 6965, 6292, 6934, 8637, 6668, 8774, 6724, 8313, 6762, 8484, 6656, 8430, 6390, 8490, 6469, 8347, 6383, 8009, 6655, 9087, 6607, 8757, 8536, 8354, 7711, 8109, 8279, 6871, 8344, 6538, 8281, 6696, 8358, 6617, 7875, 6633, 8387, 7416, 7183, 8372, 6684, 8007, 6848, 7998, 8889, 6969, 8561, 6539, 8450, 6819, 8288, 6752, 8769, 6695, 8085, 6765, 7715, 6426, 7995, 6704, 8061, 6553, 9136, 6541, 8206, 6525, 8749, 6386, 8588, 7463, 7801, 8644, 7808, 7099, 7346, 6263, 7386, 7686, 7092, 8781, 7016, 8599, 6812, 8355, 6528, 8009, 6374, 7701, 6509, 7758, 6644, 7739, 6628, 8071, 6834, 9102, 6641, 8630, 6603, 7479, 6625, 8753, 6490, 8495, 6704, 9346, 6568, 8392, 6803, 8322, 6538, 8472, 6476, 8101, 6649, 7270, 6755, 7002, 6491, 7421, 8188, 6848, 8910, 6711, 9233, 7150, 8438, 6603, 8249, 6754, 8116, 6616, 8007, 6354, 7755, 6365, 8051, 6500, 8172, 6656, 8568, 6540, 8814, 6465, 8175, 6739, 8624, 8067, 8936, 8119, 9346, 6936, 8824, 6683, 8266, 6444, 8020, 6650, 7766, 6519, 8581, 6398, 8357, 6522, 7962, 6540, 8226, 6664, 8317, 6439, 8238, 6396, 8015, 6723, 7870, 6461, 7980, 6582, 8314, 6450, 8394, 7444, 6289, 6785, 6549, 7665, 7035, 7553, 6592, 7586, 7093, 6684, 8407, 7071, 8306, 7010, 8450, 6608, 8439, 6444, 8168, 6752, 7967, 6698, 8181, 6655, 7613, 6435, 7092, 6283, 6976, 6161, 8119, 6490, 7877, 6315, 7725, 6464, 7510, 6567, 7696, 6606, 8065, 6392, 7827, 6588, 7768, 6579, 7835, 6570, 7882, 6662, 7658, 6721, 7645, 6557, 8165, 6587, 8166, 6492, 8830, 7241, 9025, 6721, 8733, 6703, 8679, 7448, 8631, 7888, 7008, 7963, 6257, 7980, 6392, 8052, 6669, 7555, 6477, 8044, 6566, 8918, 6406, 7714, 6452, 7016, 6276, 7805, 6507, 8267, 6700, 7716, 6907, 7550, 6645, 8134, 6788, 8537, 6890, 9031, 6713, 8785, 6628, 8297, 6807, 8699, 6791, 7318, 7304, 6431, 6846, 6432, 7696, 6433, 7482, 6515, 8597, 6603, 7972, 6737, 8138, 6562, 8448, 7119, 7890, 6887], 'WindowCenter': [3952.0, 3938.0, 3881.0, 3920.0, 3865.0, 3906.0, 3861.0, 3894.0, 3861.0, 3892.0, 3860.0, 3893.0, 3861.0, 3882.0, 3860.0, 3872.0, 3849.0, 3872.0, 3890.0, 3871.0, 3891.0, 3862.0, 3883.0, 3863.0, 3882.0, 3862.0, 3861.0, 3862.0, 3905.0, 3863.0, 3908.0, 3863.0, 3899.0, 3876.0, 3897.0, 3866.0, 3909.0, 3866.0, 3899.0, 3908.0, 3900.0, 3919.0, 3889.0, 3908.0, 3878.0, 3909.0, 3890.0, 3919.0, 3880.0, 3909.0, 3877.0, 3919.0, 3878.0, 3919.0, 3898.0, 3911.0, 3918.0, 3888.0, 3907.0, 3877.0, 3906.0, 3877.0, 3908.0, 3867.0, 3899.0, 3885.0, 3886.0, 3894.0, 3875.0, 3905.0, 3864.0, 3896.0, 3866.0, 3906.0, 3874.0, 3884.0, 3851.0, 3896.0, 3873.0, 3884.0, 3895.0, 3876.0, 3895.0, 3874.0, 3894.0, 3862.0, 3893.0, 3863.0, 3895.0, 3865.0, 3907.0, 3864.0, 3875.0, 3853.0, 3885.0, 3883.0, 3873.0, 3906.0, 3865.0, 3894.0, 3875.0, 3885.0, 3875.0, 3895.0, 3864.0, 3907.0, 3865.0, 3907.0, 3866.0, 3877.0, 3865.0, 3907.0, 3865.0, 3919.0, 3878.0, 3920.0, 3878.0, 3889.0, 3867.0, 3910.0, 3906.0, 3887.0, 3906.0, 3876.0, 3907.0, 3865.0, 3884.0, 3863.0, 3895.0, 3874.0, 3906.0, 3865.0, 3919.0, 3865.0, 3898.0, 3866.0, 3907.0, 3864.0, 3908.0, 3885.0, 3909.0, 3918.0, 3908.0, 3895.0, 3897.0, 3885.0, 3887.0, 3905.0, 3885.0, 3917.0, 3876.0, 3906.0, 3876.0, 3896.0, 3865.0, 3896.0, 3865.0, 3918.0, 3867.0, 3918.0, 3876.0, 3907.0, 3866.0, 3918.0, 3866.0, 3897.0, 3896.0, 3897.0, 3865.0, 3898.0, 3865.0, 3898.0, 3896.0, 3899.0, 3918.0, 3896.0, 3905.0, 3877.0, 3906.0, 3876.0, 3907.0, 3877.0, 3896.0, 3877.0, 3897.0, 3876.0, 3896.0, 3865.0, 3907.0, 3867.0, 3918.0, 3866.0, 3876.0, 3864.0, 3907.0, 3865.0, 3918.0, 3877.0, 3909.0, 3865.0, 3886.0, 3865.0, 3908.0, 3866.0, 3896.0, 3908.0, 3877.0, 3906.0, 3876.0, 3896.0, 3875.0, 3896.0, 3865.0, 3907.0, 3865.0, 3906.0, 3876.0, 3885.0, 3866.0, 3917.0, 3866.0, 3919.0, 3877.0, 3887.0, 3863.0, 3887.0, 3884.0, 3885.0, 3906.0, 3877.0, 3896.0, 3865.0, 3896.0, 3876.0, 3897.0, 3875.0, 3897.0, 3878.0, 3907.0, 3876.0, 3898.0, 3865.0, 3896.0, 3866.0, 3907.0, 3866.0, 3909.0, 3867.0, 3908.0, 3876.0, 3908.0, 3865.0, 3918.0, 3877.0, 3909.0, 3879.0, 3888.0, 3875.0, 3920.0, 3877.0, 3920.0, 3877.0, 3898.0, 3867.0, 3899.0, 3866.0, 3920.0, 3877.0, 3910.0, 3897.0, 3897.0, 3876.0, 3889.0, 3865.0, 3898.0, 3899.0, 3899.0, 3899.0, 3910.0, 3877.0, 3910.0, 3887.0, 3900.0, 3919.0, 3900.0, 3908.0, 3909.0, 3898.0, 3899.0, 3886.0, 3910.0, 3908.0, 3918.0, 3877.0, 3888.0, 3867.0, 3919.0, 3876.0, 3920.0, 3877.0, 3898.0, 3877.0, 3886.0, 3864.0, 3896.0, 3904.0, 3886.0, 3904.0, 3896.0, 3863.0, 3895.0, 3875.0, 3907.0, 3875.0, 3908.0, 3875.0, 3896.0, 3875.0, 3898.0, 3874.0, 3906.0, 3866.0, 3907.0, 3874.0, 3909.0, 3865.0, 3906.0, 3862.0, 3907.0, 3895.0, 3887.0, 3893.0, 3873.0, 3892.0, 3865.0, 3894.0, 3875.0, 3895.0, 3877.0, 3907.0, 3899.0, 3878.0, 3920.0, 3889.0, 3900.0, 3891.0, 3910.0, 3889.0, 3921.0, 3878.0, 3909.0, 3877.0, 3907.0, 3889.0, 3897.0, 3876.0, 3909.0, 3876.0, 3896.0, 3874.0, 3896.0, 3863.0, 3896.0, 3874.0, 3884.0, 3874.0, 3885.0, 3883.0, 3874.0, 3905.0, 3877.0, 3905.0, 3885.0, 3865.0, 3908.0, 3866.0, 3909.0, 3896.0, 3909.0, 3907.0, 3888.0, 3906.0, 3876.0, 3905.0, 3875.0, 3905.0, 3864.0, 3895.0, 3862.0, 3884.0, 3862.0, 3884.0, 3904.0, 3874.0, 3905.0, 3864.0, 3893.0, 3874.0, 3883.0, 3862.0, 3905.0, 3863.0, 3906.0, 3865.0, 3895.0, 3864.0, 3908.0, 3864.0, 3906.0, 3864.0, 3907.0, 3895.0, 3897.0, 3884.0, 3884.0, 3904.0, 3885.0, 3905.0, 3864.0, 3905.0, 3872.0, 3893.0, 3863.0, 3883.0, 3863.0, 3906.0, 3862.0, 3906.0, 3863.0, 3885.0, 3864.0, 3896.0, 3862.0, 3906.0, 3864.0, 3908.0, 3916.0, 3897.0, 3905.0, 3885.0, 3895.0, 3864.0, 3896.0, 3876.0, 3896.0, 3876.0, 3896.0, 3875.0, 3906.0, 3888.0, 3908.0, 3877.0, 3918.0, 3876.0, 3897.0, 3877.0, 3895.0, 3865.0, 3907.0, 3876.0, 3908.0, 3863.0, 3896.0, 3865.0, 3906.0, 3863.0, 3907.0, 3864.0, 3908.0, 3905.0, 3885.0, 3895.0, 3885.0, 3894.0, 3873.0, 3884.0, 3864.0, 3895.0, 3863.0, 3894.0, 3862.0, 3904.0, 3862.0, 3885.0, 3905.0, 3886.0, 3895.0, 3874.0, 3894.0, 3875.0, 3895.0, 3876.0, 3895.0, 3878.0, 3897.0, 3876.0, 3895.0, 3875.0, 3907.0, 3865.0, 3906.0, 3896.0, 3886.0, 3907.0, 3875.0, 3906.0, 3877.0, 3906.0, 3877.0, 3908.0, 3878.0, 3897.0, 3877.0, 3876.0, 3877.0, 3909.0, 3866.0, 3930.0, 3876.0, 3909.0, 3866.0, 3897.0, 3867.0, 3909.0, 3887.0, 3909.0, 3917.0, 3896.0, 3906.0, 3897.0, 3896.0, 3865.0, 3886.0, 3867.0, 3928.0, 3877.0, 3907.0, 3863.0, 3898.0, 3863.0, 3906.0, 3864.0, 3907.0, 3885.0, 3895.0, 3884.0, 3895.0, 3894.0, 3875.0, 3895.0, 3865.0, 3916.0, 3862.0, 3894.0, 3864.0, 3895.0, 3862.0, 3884.0, 3895.0, 3886.0, 3883.0, 3864.0, 3883.0, 3863.0, 3885.0, 3863.0, 3917.0, 3866.0, 3896.0, 3873.0, 3886.0, 3855.0, 3886.0, 3885.0, 3898.0, 3918.0, 3879.0, 3897.0, 3876.0, 3877.0, 3865.0, 3906.0, 3865.0, 3908.0, 3897.0, 3898.0, 3916.0, 3875.0, 3884.0, 3865.0, 3884.0, 3864.0, 3919.0, 3875.0, 3908.0, 3865.0, 3910.0, 3866.0, 3909.0, 3897.0, 3899.0, 3919.0, 3900.0, 3908.0, 3909.0, 3908.0, 3899.0, 3929.0, 3900.0, 3908.0, 3879.0, 3898.0, 3878.0, 3896.0, 3867.0, 3918.0, 3877.0, 3908.0, 3864.0, 3887.0, 3864.0, 3897.0, 3862.0, 3894.0, 3896.0, 3888.0, 3905.0, 3864.0, 3895.0, 3875.0, 3894.0, 3863.0, 3906.0, 3864.0, 3928.0, 3866.0, 3897.0, 3864.0, 3898.0, 3865.0, 3887.0, 3895.0, 3877.0, 3897.0, 3876.0, 3895.0, 3865.0, 3886.0, 3865.0, 3907.0, 3877.0, 3919.0, 3867.0, 3920.0, 3866.0, 3920.0, 3867.0, 3919.0, 3877.0, 3920.0, 3877.0, 3920.0, 3876.0, 3909.0, 3866.0, 3919.0, 3878.0, 3921.0, 3918.0, 3897.0, 3907.0, 3887.0, 3894.0, 3875.0, 3897.0, 3865.0, 3906.0, 3864.0, 3896.0, 3865.0, 3907.0, 3853.0, 3886.0, 3906.0, 3885.0, 3915.0, 3887.0, 3865.0, 3899.0, 3866.0, 3919.0, 3888.0, 3920.0, 3909.0, 3909.0, 3886.0, 3899.0, 3909.0, 3898.0, 3907.0, 3879.0, 3897.0, 3865.0, 3886.0, 3864.0, 3907.0, 3864.0, 3897.0, 3905.0, 3874.0, 3895.0, 3875.0, 3895.0, 3876.0, 3897.0, 3867.0, 3909.0, 3875.0, 3908.0, 3867.0, 3919.0, 3866.0, 3919.0, 3876.0, 3910.0, 3897.0, 3908.0, 3896.0, 3899.0, 3907.0, 3900.0, 3918.0, 3889.0, 3908.0, 3888.0, 3897.0, 3898.0, 3896.0, 3899.0, 3899.0, 3933.0, 3898.0, 3909.0, 3877.0, 3898.0, 3866.0, 3908.0, 3908.0, 3897.0, 3895.0, 3896.0, 3910.0, 3886.0, 3895.0, 3863.0, 3895.0, 3875.0, 3895.0, 3876.0, 3896.0, 3877.0, 3897.0, 3887.0, 3909.0, 3900.0, 3918.0, 3890.0, 3908.0, 3877.0, 3886.0, 3876.0, 3887.0, 3876.0, 3898.0, 3876.0, 3896.0, 3876.0, 3917.0, 3889.0, 3931.0, 3876.0, 3889.0, 3877.0, 3887.0, 3875.0, 3907.0, 3877.0, 3921.0, 3866.0, 3897.0, 3875.0, 3908.0, 3874.0, 3908.0, 3895.0, 3896.0, 3905.0, 3876.0, 3895.0, 3876.0, 3885.0, 3875.0, 3886.0, 3877.0, 3887.0, 3889.0, 3899.0, 3889.0, 3898.0, 3891.0, 3910.0, 3902.0, 3910.0, 3902.0, 3921.0, 3912.0, 3902.0, 3922.0, 3890.0, 3921.0, 3879.0, 3923.0, 3889.0, 3919.0, 3878.0, 3921.0, 3877.0, 3918.0, 3877.0, 3921.0, 3898.0, 3898.0, 3864.0, 3896.0, 3865.0, 3917.0, 3876.0, 3918.0, 3876.0, 3896.0, 3864.0, 3908.0, 3865.0, 3917.0, 3864.0, 3918.0, 3875.0, 3908.0, 3864.0, 3907.0, 3864.0, 3906.0, 3872.0, 3885.0, 3885.0, 3886.0, 3908.0, 3875.0, 3896.0, 3876.0, 3895.0, 3876.0, 3876.0, 3920.0, 3892.0, 3930.0, 3880.0, 3901.0, 3901.0, 3889.0, 3893.0, 3901.0, 3891.0, 3910.0, 3893.0, 3922.0, 3902.0, 3919.0, 3910.0, 3922.0, 3922.0, 3912.0, 3923.0, 3879.0, 3921.0, 3878.0, 3923.0, 3889.0, 3910.0, 3877.0, 3899.0, 3907.0, 3886.0, 3895.0, 3864.0, 3896.0, 3874.0, 3885.0, 3873.0, 3906.0, 3887.0, 3864.0, 3874.0, 3875.0, 3917.0, 3876.0, 3910.0, 3888.0, 3909.0, 3887.0, 3908.0, 3897.0, 3896.0, 3894.0, 3885.0, 3893.0, 3852.0, 3881.0, 3849.0, 3869.0, 3850.0, 3880.0, 3847.0, 3881.0, 3837.0, 3879.0, 3835.0, 3879.0, 3867.0, 3857.0, 3878.0, 3847.0, 3868.0, 3859.0, 3869.0, 3860.0, 3861.0, 3860.0, 3860.0, 3862.0, 3861.0, 3873.0, 3894.0, 3876.0, 3888.0, 3877.0, 3888.0, 3888.0, 3888.0, 3878.0, 3890.0, 3891.0, 3920.0, 3913.0, 3892.0, 3923.0, 3900.0, 3935.0, 3922.0, 3932.0, 3901.0, 3923.0, 3899.0, 3921.0, 3908.0, 3922.0, 3921.0, 3909.0, 3908.0, 3898.0, 3907.0, 3898.0, 3906.0, 3898.0, 3907.0, 3887.0, 3906.0, 3875.0, 3894.0, 3875.0, 3884.0, 3887.0, 3895.0, 3875.0, 3885.0, 3876.0, 3885.0, 3863.0, 3885.0, 3878.0, 3898.0, 3875.0, 3885.0, 3876.0, 3894.0, 3875.0, 3885.0, 3878.0, 3886.0, 3876.0, 3886.0, 3875.0, 3897.0, 3863.0, 3918.0, 3876.0, 3919.0, 3874.0, 3897.0, 3876.0, 3908.0, 3864.0, 3920.0, 3888.0, 3909.0, 3877.0, 3898.0, 3865.0, 3898.0, 3877.0, 3911.0, 3898.0, 3910.0, 3900.0, 3910.0, 3878.0, 3910.0, 3889.0, 3922.0, 3911.0, 3931.0, 3898.0, 3922.0, 3898.0, 3900.0, 3907.0, 3888.0, 3909.0, 3878.0, 3896.0, 3875.0, 3898.0, 3866.0, 3917.0, 3867.0, 3920.0, 3899.0, 3908.0, 3886.0, 3888.0, 3895.0, 3877.0, 3898.0, 3878.0, 3897.0, 3878.0, 3886.0, 3877.0, 3898.0, 3888.0, 3909.0, 3879.0, 3921.0, 3877.0, 3899.0, 3878.0, 3920.0, 3877.0, 3919.0, 3879.0, 3921.0, 3878.0, 3899.0, 3879.0, 3909.0, 3877.0, 3919.0, 3879.0, 3921.0, 3878.0, 3898.0, 3875.0, 3899.0, 3865.0, 3907.0, 3887.0, 3919.0, 3907.0, 3908.0, 3886.0, 3898.0, 3875.0, 3907.0, 3878.0, 3922.0, 3878.0, 3920.0, 3878.0, 3908.0, 3877.0, 3910.0, 3897.0, 3908.0, 3907.0, 3897.0, 3896.0, 3878.0, 3907.0, 3887.0, 3908.0, 3879.0, 3897.0, 3877.0, 3908.0, 3888.0, 3897.0, 3877.0, 3898.0, 3890.0, 3899.0, 3890.0, 3897.0, 3900.0, 3897.0, 3878.0, 3897.0, 3878.0, 3898.0, 3877.0, 3886.0, 3867.0, 3888.0, 3876.0, 3919.0, 3879.0, 3922.0, 3867.0, 3920.0, 3877.0, 3908.0, 3875.0, 3918.0, 3867.0, 3920.0, 3876.0, 3908.0, 3865.0, 3910.0, 3876.0, 3931.0, 3866.0, 3918.0, 3909.0, 3900.0, 3919.0, 3877.0, 3897.0, 3887.0, 3896.0, 3888.0, 3888.0, 3878.0, 3888.0, 3879.0, 3897.0, 3878.0, 3899.0, 3878.0, 3897.0, 3890.0, 3932.0, 3877.0, 3910.0, 3867.0, 3920.0, 3868.0, 3920.0, 3898.0, 3910.0, 3918.0, 3878.0, 3907.0, 3889.0, 3896.0, 3878.0, 3887.0, 3888.0, 3899.0, 3879.0, 3897.0, 3877.0, 3888.0, 3876.0, 3929.0, 3867.0, 3932.0, 3878.0, 3909.0, 3876.0, 3910.0, 3866.0, 3919.0, 3867.0, 3920.0, 3889.0, 3919.0, 3865.0, 3908.0, 3866.0, 3908.0, 3888.0, 3911.0, 3899.0, 3919.0, 3899.0, 3900.0, 3908.0, 3888.0, 3910.0, 3879.0, 3908.0, 3878.0, 3898.0, 3877.0, 3897.0, 3878.0, 3897.0, 3880.0, 3907.0, 3877.0, 3909.0, 3889.0, 3897.0, 3878.0, 3908.0, 3877.0, 3909.0, 3890.0, 3908.0, 3900.0, 3899.0, 3909.0, 3867.0, 3920.0, 3879.0, 3920.0, 3888.0, 3910.0, 3867.0, 3907.0, 3886.0, 3897.0, 3906.0, 3888.0, 3909.0, 3891.0, 3910.0, 3877.0, 3885.0, 3876.0, 3875.0, 3888.0, 3898.0, 3890.0, 3898.0, 3879.0, 3898.0, 3889.0, 3911.0, 3892.0, 3909.0, 3880.0, 3898.0, 3878.0, 3920.0, 3876.0, 3920.0, 3907.0, 3898.0, 3896.0, 3887.0, 3895.0, 3865.0, 3884.0, 3879.0, 3897.0, 3889.0, 3907.0, 3887.0, 3896.0, 3866.0, 3897.0, 3867.0, 3910.0, 3877.0, 3896.0, 3876.0, 3908.0, 3865.0, 3919.0, 3875.0, 3908.0, 3896.0, 3897.0, 3886.0, 3898.0, 3896.0, 3879.0, 3906.0, 3876.0, 3907.0, 3887.0, 3887.0, 3898.0, 3877.0, 3908.0, 3876.0, 3921.0, 3898.0, 3910.0, 3878.0, 3921.0, 3889.0, 3920.0, 3891.0, 3910.0, 3880.0, 3899.0, 3879.0, 3900.0, 3878.0, 3899.0, 3878.0, 3921.0, 3879.0, 3899.0, 3877.0, 3877.0, 3863.0, 3907.0, 3863.0, 3919.0, 3867.0, 3899.0, 3866.0, 3888.0, 3867.0, 3898.0, 3868.0, 3898.0, 3889.0, 3922.0, 3891.0, 3908.0, 3879.0, 3898.0, 3877.0, 3886.0, 3868.0, 3897.0, 3877.0, 3888.0, 3876.0, 3886.0, 3865.0, 3885.0, 3867.0, 3899.0, 3890.0, 3911.0, 3900.0, 3870.0, 3886.0, 3878.0, 3901.0, 3914.0, 3920.0, 3910.0, 3910.0, 3879.0, 3900.0, 3878.0, 3898.0, 3866.0, 3886.0, 3876.0, 3896.0, 3863.0, 3917.0, 3863.0, 3904.0, 3862.0, 3883.0, 3850.0, 3894.0, 3849.0, 3893.0, 3850.0, 3871.0, 3862.0, 3900.0, 3878.0, 3895.0, 3863.0, 3884.0, 3874.0, 3853.0, 3895.0, 3874.0, 3908.0, 3875.0, 3919.0, 3897.0, 3897.0, 3896.0, 3889.0, 3896.0, 3875.0, 3907.0, 3876.0, 3897.0, 3877.0, 3897.0, 3867.0, 3897.0, 3877.0, 3896.0, 3879.0, 3899.0, 3878.0, 3887.0, 3868.0, 3897.0, 3878.0, 3908.0, 3877.0, 3921.0, 3878.0, 3909.0, 3877.0, 3898.0, 3876.0, 3886.0, 3895.0, 3886.0, 3906.0, 3876.0, 3896.0, 3876.0, 3892.0, 3863.0, 3906.0, 3864.0, 3918.0, 3866.0, 3886.0, 3884.0, 3886.0, 3894.0, 3875.0, 3896.0, 3877.0, 3897.0, 3864.0, 3896.0, 3864.0, 3906.0, 3874.0, 3907.0, 3907.0, 3888.0, 3918.0, 3888.0, 3908.0, 3878.0, 3908.0, 3889.0, 3921.0, 3901.0, 3909.0, 3890.0, 3910.0, 3890.0, 3910.0, 3912.0, 3909.0, 3910.0, 3918.0, 3888.0, 3908.0, 3867.0, 3908.0, 3875.0, 3909.0, 3866.0, 3896.0, 3895.0, 3887.0, 3905.0, 3876.0, 3907.0, 3876.0, 3906.0, 3877.0, 3896.0, 3864.0, 3907.0, 3863.0, 3886.0, 3906.0, 3876.0, 3906.0, 3876.0, 3895.0, 3875.0, 3896.0, 3876.0, 3910.0, 3877.0, 3909.0, 3865.0, 3919.0, 3866.0, 3920.0, 3867.0, 3920.0, 3919.0, 3878.0, 3908.0, 3867.0, 3897.0, 3865.0, 3908.0, 3866.0, 3908.0, 3866.0, 3878.0, 3867.0, 3897.0, 3879.0, 3920.0, 3880.0, 3922.0, 3899.0, 3899.0, 3906.0, 3887.0, 3906.0, 3864.0, 3906.0, 3864.0, 3885.0, 3852.0, 3874.0, 3852.0, 3873.0, 3893.0, 3863.0, 3894.0, 3863.0, 3882.0, 3864.0, 3893.0, 3864.0, 3894.0, 3864.0, 3908.0, 3866.0, 3896.0, 3864.0, 3896.0, 3864.0, 3907.0, 3863.0, 3907.0, 3906.0, 3896.0, 3885.0, 3897.0, 3894.0, 3875.0, 3894.0, 3864.0, 3897.0, 3876.0, 3895.0, 3875.0, 3883.0, 3876.0, 3894.0, 3888.0, 3888.0, 3909.0, 3876.0, 3899.0, 3865.0, 3896.0, 3895.0, 3876.0, 3905.0, 3864.0, 3894.0, 3865.0, 3893.0, 3863.0, 3895.0, 3875.0, 3896.0, 3876.0, 3885.0, 3865.0, 3896.0, 3875.0, 3895.0, 3867.0, 3919.0, 3865.0, 3909.0, 3865.0, 3908.0, 3865.0, 3906.0, 3885.0, 3898.0, 3907.0, 3886.0, 3875.0, 3888.0, 3865.0, 3888.0, 3896.0, 3888.0, 3908.0, 3887.0, 3907.0, 3878.0, 3897.0, 3865.0, 3896.0, 3877.0, 3898.0, 3878.0, 3897.0, 3879.0, 3899.0, 3878.0, 3899.0, 3877.0, 3920.0, 3888.0, 3909.0, 3876.0, 3889.0, 3876.0, 3908.0, 3865.0, 3909.0, 3876.0, 3918.0, 3877.0, 3898.0, 3877.0, 3896.0, 3865.0, 3897.0, 3864.0, 3898.0, 3874.0, 3885.0, 3863.0, 3875.0, 3863.0, 3885.0, 3895.0, 3875.0, 3904.0, 3865.0, 3904.0, 3875.0, 3894.0, 3874.0, 3895.0, 3875.0, 3895.0, 3875.0, 3896.0, 3877.0, 3897.0, 3877.0, 3896.0, 3877.0, 3909.0, 3890.0, 3909.0, 3879.0, 3919.0, 3880.0, 3908.0, 3889.0, 3910.0, 3910.0, 3921.0, 3910.0, 3917.0, 3888.0, 3908.0, 3877.0, 3896.0, 3866.0, 3895.0, 3864.0, 3885.0, 3864.0, 3905.0, 3866.0, 3906.0, 3878.0, 3896.0, 3865.0, 3896.0, 3877.0, 3896.0, 3866.0, 3895.0, 3867.0, 3897.0, 3876.0, 3897.0, 3878.0, 3897.0, 3877.0, 3897.0, 3876.0, 3907.0, 3888.0, 3879.0, 3878.0, 3877.0, 3899.0, 3902.0, 3900.0, 3890.0, 3899.0, 3888.0, 3889.0, 3909.0, 3889.0, 3908.0, 3876.0, 3897.0, 3865.0, 3895.0, 3866.0, 3895.0, 3863.0, 3885.0, 3861.0, 3893.0, 3862.0, 3884.0, 3851.0, 3872.0, 3863.0, 3876.0, 3853.0, 3896.0, 3864.0, 3896.0, 3866.0, 3898.0, 3865.0, 3888.0, 3877.0, 3899.0, 3876.0, 3899.0, 3866.0, 3898.0, 3878.0, 3899.0, 3876.0, 3898.0, 3875.0, 3897.0, 3877.0, 3898.0, 3878.0, 3898.0, 3878.0, 3908.0, 3889.0, 3908.0, 3878.0, 3919.0, 3900.0, 3907.0, 3879.0, 3906.0, 3877.0, 3908.0, 3888.0, 3908.0, 3897.0, 3876.0, 3896.0, 3864.0, 3898.0, 3865.0, 3898.0, 3874.0, 3885.0, 3865.0, 3895.0, 3863.0, 3905.0, 3864.0, 3885.0, 3862.0, 3874.0, 3851.0, 3883.0, 3851.0, 3895.0, 3863.0, 3885.0, 3873.0, 3884.0, 3864.0, 3895.0, 3876.0, 3906.0, 3876.0, 3905.0, 3876.0, 3895.0, 3863.0, 3894.0, 3863.0, 3894.0, 3875.0, 3884.0, 3886.0, 3864.0, 3875.0, 3865.0, 3897.0, 3877.0, 3888.0, 3878.0, 3907.0, 3877.0, 3897.0, 3877.0, 3897.0, 3878.0, 3908.0, 3888.0, 3897.0, 3888.0], 'WindowWidth': [8836.0, 8805.0, 8715.0, 8763.0, 8682.0, 8734.0, 8670.0, 8715.0, 8667.0, 8710.0, 8664.0, 8710.0, 8667.0, 8697.0, 8663.0, 8683.0, 8648.0, 8683.0, 8702.0, 8681.0, 8707.0, 8671.0, 8699.0, 8674.0, 8694.0, 8671.0, 8669.0, 8671.0, 8731.0, 8673.0, 8740.0, 8678.0, 8731.0, 8699.0, 8726.0, 8685.0, 8746.0, 8685.0, 8733.0, 8744.0, 8734.0, 8757.0, 8721.0, 8743.0, 8704.0, 8746.0, 8724.0, 8761.0, 8708.0, 8748.0, 8701.0, 8761.0, 8704.0, 8761.0, 8731.0, 8750.0, 8756.0, 8718.0, 8739.0, 8700.0, 8737.0, 8698.0, 8742.0, 8686.0, 8730.0, 8706.0, 8710.0, 8715.0, 8693.0, 8733.0, 8676.0, 8720.0, 8682.0, 8734.0, 8688.0, 8704.0, 8656.0, 8721.0, 8685.0, 8702.0, 8719.0, 8694.0, 8719.0, 8689.0, 8715.0, 8671.0, 8713.0, 8675.0, 8718.0, 8679.0, 8740.0, 8678.0, 8693.0, 8659.0, 8705.0, 8701.0, 8689.0, 8736.0, 8680.0, 8716.0, 8694.0, 8706.0, 8693.0, 8719.0, 8679.0, 8738.0, 8681.0, 8742.0, 8683.0, 8700.0, 8681.0, 8739.0, 8683.0, 8758.0, 8704.0, 8763.0, 8703.0, 8718.0, 8686.0, 8745.0, 8737.0, 8713.0, 8735.0, 8698.0, 8737.0, 8679.0, 8704.0, 8676.0, 8721.0, 8692.0, 8737.0, 8682.0, 8759.0, 8681.0, 8729.0, 8684.0, 8740.0, 8679.0, 8741.0, 8706.0, 8745.0, 8755.0, 8742.0, 8720.0, 8725.0, 8706.0, 8713.0, 8733.0, 8708.0, 8754.0, 8697.0, 8735.0, 8698.0, 8721.0, 8681.0, 8721.0, 8683.0, 8756.0, 8686.0, 8756.0, 8697.0, 8741.0, 8683.0, 8755.0, 8684.0, 8727.0, 8723.0, 8726.0, 8680.0, 8727.0, 8681.0, 8728.0, 8724.0, 8733.0, 8756.0, 8724.0, 8733.0, 8699.0, 8735.0, 8697.0, 8738.0, 8699.0, 8723.0, 8699.0, 8723.0, 8697.0, 8723.0, 8683.0, 8741.0, 8688.0, 8756.0, 8683.0, 8698.0, 8679.0, 8740.0, 8681.0, 8758.0, 8700.0, 8744.0, 8682.0, 8712.0, 8681.0, 8741.0, 8682.0, 8724.0, 8742.0, 8700.0, 8736.0, 8696.0, 8722.0, 8693.0, 8722.0, 8682.0, 8740.0, 8680.0, 8736.0, 8696.0, 8709.0, 8683.0, 8753.0, 8683.0, 8760.0, 8700.0, 8712.0, 8676.0, 8712.0, 8704.0, 8708.0, 8735.0, 8699.0, 8723.0, 8681.0, 8721.0, 8697.0, 8723.0, 8694.0, 8724.0, 8703.0, 8740.0, 8699.0, 8729.0, 8683.0, 8725.0, 8684.0, 8739.0, 8687.0, 8746.0, 8687.0, 8743.0, 8697.0, 8743.0, 8683.0, 8757.0, 8702.0, 8746.0, 8704.0, 8717.0, 8697.0, 8761.0, 8701.0, 8764.0, 8702.0, 8732.0, 8687.0, 8733.0, 8684.0, 8760.0, 8703.0, 8748.0, 8726.0, 8727.0, 8698.0, 8719.0, 8683.0, 8730.0, 8733.0, 8734.0, 8732.0, 8749.0, 8703.0, 8749.0, 8715.0, 8734.0, 8758.0, 8735.0, 8742.0, 8746.0, 8728.0, 8733.0, 8711.0, 8748.0, 8743.0, 8757.0, 8701.0, 8718.0, 8686.0, 8759.0, 8699.0, 8762.0, 8700.0, 8729.0, 8698.0, 8711.0, 8677.0, 8722.0, 8730.0, 8709.0, 8731.0, 8721.0, 8676.0, 8720.0, 8693.0, 8738.0, 8693.0, 8742.0, 8694.0, 8724.0, 8695.0, 8727.0, 8691.0, 8737.0, 8684.0, 8741.0, 8692.0, 8744.0, 8680.0, 8737.0, 8674.0, 8737.0, 8719.0, 8711.0, 8715.0, 8687.0, 8711.0, 8680.0, 8717.0, 8694.0, 8722.0, 8700.0, 8739.0, 8733.0, 8703.0, 8762.0, 8720.0, 8737.0, 8728.0, 8750.0, 8722.0, 8764.0, 8704.0, 8746.0, 8701.0, 8742.0, 8720.0, 8726.0, 8697.0, 8742.0, 8696.0, 8722.0, 8691.0, 8722.0, 8674.0, 8723.0, 8690.0, 8704.0, 8689.0, 8707.0, 8700.0, 8692.0, 8732.0, 8699.0, 8733.0, 8709.0, 8681.0, 8741.0, 8684.0, 8745.0, 8724.0, 8743.0, 8738.0, 8714.0, 8736.0, 8697.0, 8732.0, 8692.0, 8734.0, 8678.0, 8718.0, 8672.0, 8702.0, 8671.0, 8703.0, 8728.0, 8692.0, 8733.0, 8678.0, 8713.0, 8689.0, 8698.0, 8672.0, 8732.0, 8673.0, 8737.0, 8679.0, 8721.0, 8676.0, 8740.0, 8676.0, 8735.0, 8678.0, 8739.0, 8719.0, 8725.0, 8702.0, 8704.0, 8728.0, 8704.0, 8731.0, 8679.0, 8732.0, 8686.0, 8711.0, 8673.0, 8699.0, 8672.0, 8734.0, 8673.0, 8736.0, 8675.0, 8705.0, 8675.0, 8722.0, 8673.0, 8736.0, 8677.0, 8742.0, 8751.0, 8725.0, 8733.0, 8706.0, 8720.0, 8679.0, 8721.0, 8696.0, 8721.0, 8697.0, 8723.0, 8696.0, 8736.0, 8715.0, 8740.0, 8702.0, 8755.0, 8698.0, 8724.0, 8698.0, 8720.0, 8679.0, 8737.0, 8695.0, 8740.0, 8676.0, 8723.0, 8678.0, 8737.0, 8675.0, 8738.0, 8678.0, 8740.0, 8733.0, 8708.0, 8717.0, 8705.0, 8716.0, 8687.0, 8702.0, 8679.0, 8720.0, 8673.0, 8717.0, 8671.0, 8730.0, 8672.0, 8705.0, 8732.0, 8710.0, 8720.0, 8691.0, 8717.0, 8695.0, 8719.0, 8697.0, 8721.0, 8703.0, 8727.0, 8697.0, 8721.0, 8694.0, 8740.0, 8680.0, 8737.0, 8725.0, 8711.0, 8738.0, 8696.0, 8736.0, 8699.0, 8738.0, 8701.0, 8745.0, 8705.0, 8727.0, 8699.0, 8698.0, 8698.0, 8744.0, 8683.0, 8774.0, 8697.0, 8743.0, 8683.0, 8727.0, 8686.0, 8744.0, 8715.0, 8747.0, 8753.0, 8725.0, 8737.0, 8726.0, 8723.0, 8683.0, 8709.0, 8687.0, 8770.0, 8698.0, 8738.0, 8675.0, 8726.0, 8674.0, 8736.0, 8677.0, 8737.0, 8704.0, 8720.0, 8702.0, 8720.0, 8717.0, 8692.0, 8718.0, 8681.0, 8749.0, 8674.0, 8718.0, 8676.0, 8720.0, 8672.0, 8704.0, 8719.0, 8710.0, 8703.0, 8676.0, 8701.0, 8674.0, 8704.0, 8676.0, 8753.0, 8685.0, 8724.0, 8690.0, 8711.0, 8667.0, 8711.0, 8709.0, 8730.0, 8756.0, 8706.0, 8726.0, 8697.0, 8697.0, 8679.0, 8737.0, 8678.0, 8740.0, 8726.0, 8729.0, 8750.0, 8694.0, 8704.0, 8681.0, 8704.0, 8679.0, 8758.0, 8697.0, 8743.0, 8682.0, 8747.0, 8684.0, 8746.0, 8727.0, 8733.0, 8758.0, 8734.0, 8743.0, 8746.0, 8743.0, 8733.0, 8774.0, 8736.0, 8743.0, 8705.0, 8729.0, 8703.0, 8725.0, 8687.0, 8756.0, 8702.0, 8743.0, 8678.0, 8712.0, 8678.0, 8725.0, 8674.0, 8718.0, 8721.0, 8716.0, 8733.0, 8678.0, 8719.0, 8694.0, 8717.0, 8676.0, 8735.0, 8679.0, 8772.0, 8685.0, 8726.0, 8677.0, 8726.0, 8680.0, 8711.0, 8720.0, 8700.0, 8727.0, 8697.0, 8720.0, 8682.0, 8708.0, 8682.0, 8739.0, 8701.0, 8759.0, 8687.0, 8761.0, 8686.0, 8762.0, 8687.0, 8760.0, 8703.0, 8763.0, 8702.0, 8761.0, 8698.0, 8746.0, 8683.0, 8757.0, 8705.0, 8765.0, 8756.0, 8727.0, 8738.0, 8713.0, 8718.0, 8694.0, 8723.0, 8684.0, 8737.0, 8678.0, 8722.0, 8679.0, 8740.0, 8664.0, 8710.0, 8736.0, 8709.0, 8748.0, 8713.0, 8681.0, 8733.0, 8687.0, 8758.0, 8718.0, 8762.0, 8744.0, 8744.0, 8711.0, 8732.0, 8743.0, 8729.0, 8740.0, 8707.0, 8726.0, 8683.0, 8709.0, 8677.0, 8739.0, 8677.0, 8724.0, 8733.0, 8692.0, 8720.0, 8695.0, 8720.0, 8697.0, 8725.0, 8687.0, 8745.0, 8697.0, 8743.0, 8686.0, 8759.0, 8684.0, 8759.0, 8699.0, 8749.0, 8728.0, 8744.0, 8724.0, 8733.0, 8740.0, 8734.0, 8757.0, 8720.0, 8744.0, 8716.0, 8728.0, 8730.0, 8725.0, 8733.0, 8732.0, 8786.0, 8733.0, 8747.0, 8699.0, 8730.0, 8683.0, 8740.0, 8743.0, 8726.0, 8719.0, 8721.0, 8748.0, 8711.0, 8718.0, 8674.0, 8720.0, 8695.0, 8718.0, 8696.0, 8723.0, 8699.0, 8725.0, 8713.0, 8746.0, 8736.0, 8758.0, 8721.0, 8742.0, 8701.0, 8708.0, 8694.0, 8711.0, 8698.0, 8727.0, 8698.0, 8723.0, 8697.0, 8753.0, 8720.0, 8777.0, 8699.0, 8718.0, 8699.0, 8712.0, 8693.0, 8738.0, 8697.0, 8763.0, 8683.0, 8725.0, 8692.0, 8741.0, 8690.0, 8739.0, 8718.0, 8720.0, 8733.0, 8697.0, 8722.0, 8696.0, 8705.0, 8695.0, 8710.0, 8699.0, 8711.0, 8719.0, 8733.0, 8720.0, 8730.0, 8727.0, 8749.0, 8740.0, 8749.0, 8743.0, 8767.0, 8755.0, 8740.0, 8767.0, 8722.0, 8765.0, 8706.0, 8770.0, 8721.0, 8760.0, 8702.0, 8764.0, 8699.0, 8757.0, 8699.0, 8764.0, 8728.0, 8728.0, 8677.0, 8723.0, 8680.0, 8751.0, 8696.0, 8756.0, 8697.0, 8724.0, 8677.0, 8740.0, 8678.0, 8749.0, 8675.0, 8753.0, 8695.0, 8741.0, 8677.0, 8736.0, 8676.0, 8735.0, 8685.0, 8704.0, 8703.0, 8708.0, 8740.0, 8694.0, 8722.0, 8697.0, 8720.0, 8697.0, 8697.0, 8763.0, 8728.0, 8777.0, 8713.0, 8738.0, 8738.0, 8721.0, 8732.0, 8742.0, 8728.0, 8749.0, 8732.0, 8768.0, 8744.0, 8759.0, 8749.0, 8766.0, 8767.0, 8755.0, 8769.0, 8707.0, 8764.0, 8702.0, 8770.0, 8722.0, 8747.0, 8699.0, 8730.0, 8737.0, 8708.0, 8718.0, 8678.0, 8721.0, 8690.0, 8703.0, 8686.0, 8735.0, 8709.0, 8675.0, 8692.0, 8692.0, 8754.0, 8697.0, 8749.0, 8714.0, 8745.0, 8711.0, 8741.0, 8724.0, 8723.0, 8716.0, 8704.0, 8712.0, 8655.0, 8691.0, 8647.0, 8673.0, 8646.0, 8688.0, 8640.0, 8690.0, 8627.0, 8684.0, 8623.0, 8684.0, 8666.0, 8653.0, 8681.0, 8640.0, 8670.0, 8659.0, 8675.0, 8664.0, 8665.0, 8665.0, 8665.0, 8669.0, 8669.0, 8687.0, 8716.0, 8697.0, 8715.0, 8700.0, 8715.0, 8718.0, 8717.0, 8706.0, 8724.0, 8729.0, 8765.0, 8759.0, 8728.0, 8772.0, 8737.0, 8791.0, 8769.0, 8783.0, 8739.0, 8771.0, 8732.0, 8762.0, 8743.0, 8767.0, 8764.0, 8745.0, 8741.0, 8730.0, 8739.0, 8729.0, 8737.0, 8730.0, 8738.0, 8712.0, 8735.0, 8694.0, 8717.0, 8692.0, 8704.0, 8713.0, 8719.0, 8694.0, 8707.0, 8694.0, 8704.0, 8676.0, 8705.0, 8703.0, 8727.0, 8694.0, 8706.0, 8695.0, 8717.0, 8694.0, 8707.0, 8702.0, 8710.0, 8696.0, 8708.0, 8694.0, 8724.0, 8676.0, 8754.0, 8698.0, 8759.0, 8693.0, 8727.0, 8695.0, 8742.0, 8677.0, 8761.0, 8716.0, 8744.0, 8699.0, 8730.0, 8680.0, 8729.0, 8700.0, 8751.0, 8731.0, 8748.0, 8733.0, 8748.0, 8703.0, 8749.0, 8719.0, 8767.0, 8751.0, 8778.0, 8729.0, 8767.0, 8729.0, 8733.0, 8741.0, 8718.0, 8747.0, 8704.0, 8723.0, 8694.0, 8728.0, 8681.0, 8753.0, 8687.0, 8761.0, 8732.0, 8741.0, 8708.0, 8715.0, 8719.0, 8698.0, 8729.0, 8705.0, 8727.0, 8702.0, 8711.0, 8701.0, 8729.0, 8715.0, 8745.0, 8706.0, 8765.0, 8701.0, 8731.0, 8702.0, 8761.0, 8698.0, 8759.0, 8708.0, 8765.0, 8704.0, 8732.0, 8704.0, 8746.0, 8700.0, 8758.0, 8705.0, 8763.0, 8702.0, 8727.0, 8692.0, 8730.0, 8679.0, 8737.0, 8714.0, 8759.0, 8740.0, 8740.0, 8708.0, 8727.0, 8694.0, 8739.0, 8704.0, 8767.0, 8704.0, 8761.0, 8702.0, 8746.0, 8699.0, 8745.0, 8727.0, 8742.0, 8739.0, 8726.0, 8722.0, 8701.0, 8737.0, 8713.0, 8742.0, 8707.0, 8726.0, 8699.0, 8740.0, 8715.0, 8725.0, 8700.0, 8728.0, 8723.0, 8732.0, 8721.0, 8727.0, 8733.0, 8726.0, 8703.0, 8725.0, 8702.0, 8729.0, 8701.0, 8709.0, 8687.0, 8714.0, 8697.0, 8756.0, 8707.0, 8766.0, 8687.0, 8761.0, 8699.0, 8742.0, 8693.0, 8754.0, 8686.0, 8761.0, 8698.0, 8741.0, 8681.0, 8747.0, 8698.0, 8776.0, 8684.0, 8756.0, 8745.0, 8736.0, 8757.0, 8700.0, 8724.0, 8714.0, 8724.0, 8716.0, 8714.0, 8705.0, 8718.0, 8705.0, 8727.0, 8704.0, 8732.0, 8704.0, 8726.0, 8724.0, 8780.0, 8701.0, 8747.0, 8687.0, 8761.0, 8689.0, 8760.0, 8729.0, 8748.0, 8756.0, 8702.0, 8739.0, 8718.0, 8723.0, 8701.0, 8713.0, 8717.0, 8734.0, 8707.0, 8726.0, 8701.0, 8714.0, 8698.0, 8770.0, 8685.0, 8779.0, 8703.0, 8744.0, 8696.0, 8748.0, 8683.0, 8758.0, 8685.0, 8763.0, 8719.0, 8759.0, 8683.0, 8743.0, 8685.0, 8743.0, 8717.0, 8751.0, 8732.0, 8759.0, 8731.0, 8735.0, 8741.0, 8717.0, 8750.0, 8708.0, 8742.0, 8704.0, 8727.0, 8701.0, 8727.0, 8702.0, 8726.0, 8709.0, 8742.0, 8701.0, 8743.0, 8717.0, 8727.0, 8703.0, 8742.0, 8701.0, 8746.0, 8721.0, 8742.0, 8735.0, 8731.0, 8746.0, 8686.0, 8760.0, 8708.0, 8762.0, 8717.0, 8745.0, 8685.0, 8740.0, 8709.0, 8724.0, 8734.0, 8715.0, 8748.0, 8728.0, 8747.0, 8699.0, 8706.0, 8694.0, 8694.0, 8717.0, 8729.0, 8722.0, 8728.0, 8706.0, 8730.0, 8721.0, 8751.0, 8728.0, 8746.0, 8708.0, 8729.0, 8701.0, 8760.0, 8696.0, 8761.0, 8739.0, 8726.0, 8721.0, 8711.0, 8718.0, 8679.0, 8703.0, 8708.0, 8728.0, 8718.0, 8740.0, 8713.0, 8723.0, 8683.0, 8724.0, 8686.0, 8746.0, 8700.0, 8724.0, 8696.0, 8740.0, 8679.0, 8755.0, 8694.0, 8741.0, 8722.0, 8725.0, 8707.0, 8725.0, 8722.0, 8704.0, 8736.0, 8695.0, 8739.0, 8711.0, 8712.0, 8728.0, 8698.0, 8743.0, 8699.0, 8764.0, 8730.0, 8747.0, 8702.0, 8764.0, 8719.0, 8763.0, 8726.0, 8750.0, 8708.0, 8733.0, 8706.0, 8734.0, 8704.0, 8731.0, 8702.0, 8764.0, 8706.0, 8732.0, 8697.0, 8699.0, 8675.0, 8736.0, 8675.0, 8756.0, 8687.0, 8732.0, 8683.0, 8714.0, 8686.0, 8729.0, 8689.0, 8728.0, 8719.0, 8766.0, 8725.0, 8744.0, 8705.0, 8727.0, 8698.0, 8707.0, 8689.0, 8727.0, 8698.0, 8713.0, 8697.0, 8708.0, 8680.0, 8706.0, 8688.0, 8732.0, 8725.0, 8751.0, 8737.0, 8698.0, 8711.0, 8704.0, 8738.0, 8762.0, 8762.0, 8749.0, 8748.0, 8707.0, 8734.0, 8704.0, 8728.0, 8684.0, 8709.0, 8694.0, 8722.0, 8673.0, 8748.0, 8673.0, 8726.0, 8668.0, 8699.0, 8651.0, 8711.0, 8647.0, 8709.0, 8649.0, 8679.0, 8669.0, 8737.0, 8705.0, 8717.0, 8675.0, 8701.0, 8688.0, 8660.0, 8719.0, 8690.0, 8740.0, 8694.0, 8756.0, 8725.0, 8725.0, 8721.0, 8720.0, 8721.0, 8693.0, 8739.0, 8698.0, 8726.0, 8700.0, 8724.0, 8686.0, 8726.0, 8699.0, 8724.0, 8707.0, 8732.0, 8703.0, 8713.0, 8689.0, 8727.0, 8703.0, 8742.0, 8701.0, 8764.0, 8704.0, 8746.0, 8700.0, 8728.0, 8695.0, 8709.0, 8719.0, 8708.0, 8735.0, 8695.0, 8720.0, 8695.0, 8712.0, 8675.0, 8735.0, 8678.0, 8755.0, 8682.0, 8710.0, 8704.0, 8709.0, 8716.0, 8691.0, 8722.0, 8699.0, 8725.0, 8679.0, 8722.0, 8677.0, 8737.0, 8691.0, 8739.0, 8739.0, 8716.0, 8755.0, 8718.0, 8741.0, 8705.0, 8743.0, 8720.0, 8765.0, 8739.0, 8747.0, 8724.0, 8748.0, 8723.0, 8751.0, 8753.0, 8747.0, 8749.0, 8758.0, 8718.0, 8743.0, 8686.0, 8742.0, 8694.0, 8744.0, 8684.0, 8723.0, 8720.0, 8711.0, 8731.0, 8695.0, 8738.0, 8699.0, 8737.0, 8699.0, 8725.0, 8677.0, 8739.0, 8676.0, 8712.0, 8738.0, 8700.0, 8736.0, 8696.0, 8720.0, 8695.0, 8721.0, 8698.0, 8750.0, 8701.0, 8746.0, 8684.0, 8759.0, 8685.0, 8760.0, 8686.0, 8763.0, 8759.0, 8701.0, 8742.0, 8688.0, 8724.0, 8680.0, 8743.0, 8685.0, 8743.0, 8684.0, 8704.0, 8687.0, 8728.0, 8706.0, 8762.0, 8710.0, 8769.0, 8732.0, 8731.0, 8737.0, 8713.0, 8735.0, 8676.0, 8736.0, 8677.0, 8706.0, 8657.0, 8691.0, 8658.0, 8687.0, 8714.0, 8676.0, 8716.0, 8674.0, 8697.0, 8678.0, 8714.0, 8677.0, 8716.0, 8679.0, 8742.0, 8682.0, 8723.0, 8679.0, 8724.0, 8678.0, 8738.0, 8676.0, 8739.0, 8738.0, 8722.0, 8705.0, 8724.0, 8716.0, 8694.0, 8717.0, 8677.0, 8726.0, 8697.0, 8721.0, 8695.0, 8701.0, 8695.0, 8717.0, 8715.0, 8718.0, 8744.0, 8697.0, 8731.0, 8681.0, 8722.0, 8719.0, 8694.0, 8734.0, 8679.0, 8716.0, 8680.0, 8713.0, 8676.0, 8718.0, 8694.0, 8724.0, 8697.0, 8707.0, 8682.0, 8721.0, 8695.0, 8720.0, 8687.0, 8759.0, 8683.0, 8745.0, 8682.0, 8741.0, 8681.0, 8738.0, 8709.0, 8729.0, 8739.0, 8711.0, 8695.0, 8716.0, 8682.0, 8716.0, 8724.0, 8716.0, 8743.0, 8712.0, 8739.0, 8703.0, 8725.0, 8683.0, 8725.0, 8703.0, 8731.0, 8706.0, 8728.0, 8706.0, 8732.0, 8705.0, 8731.0, 8702.0, 8763.0, 8717.0, 8745.0, 8699.0, 8719.0, 8697.0, 8744.0, 8682.0, 8745.0, 8698.0, 8757.0, 8700.0, 8728.0, 8699.0, 8722.0, 8682.0, 8725.0, 8679.0, 8730.0, 8692.0, 8708.0, 8674.0, 8695.0, 8674.0, 8707.0, 8718.0, 8693.0, 8731.0, 8679.0, 8731.0, 8693.0, 8717.0, 8691.0, 8721.0, 8696.0, 8720.0, 8695.0, 8722.0, 8700.0, 8726.0, 8702.0, 8725.0, 8703.0, 8745.0, 8722.0, 8746.0, 8709.0, 8760.0, 8709.0, 8744.0, 8719.0, 8748.0, 8752.0, 8764.0, 8750.0, 8755.0, 8716.0, 8742.0, 8698.0, 8723.0, 8684.0, 8720.0, 8680.0, 8707.0, 8680.0, 8734.0, 8684.0, 8736.0, 8703.0, 8725.0, 8682.0, 8723.0, 8699.0, 8721.0, 8683.0, 8720.0, 8687.0, 8728.0, 8697.0, 8726.0, 8704.0, 8725.0, 8700.0, 8725.0, 8700.0, 8740.0, 8718.0, 8705.0, 8703.0, 8703.0, 8733.0, 8741.0, 8734.0, 8722.0, 8732.0, 8719.0, 8721.0, 8746.0, 8720.0, 8741.0, 8698.0, 8722.0, 8679.0, 8717.0, 8682.0, 8718.0, 8672.0, 8704.0, 8668.0, 8713.0, 8669.0, 8700.0, 8655.0, 8684.0, 8672.0, 8694.0, 8660.0, 8722.0, 8678.0, 8725.0, 8682.0, 8729.0, 8682.0, 8716.0, 8698.0, 8731.0, 8697.0, 8731.0, 8685.0, 8731.0, 8702.0, 8731.0, 8696.0, 8728.0, 8694.0, 8725.0, 8701.0, 8729.0, 8703.0, 8731.0, 8705.0, 8743.0, 8720.0, 8745.0, 8706.0, 8758.0, 8737.0, 8739.0, 8704.0, 8737.0, 8699.0, 8743.0, 8716.0, 8740.0, 8726.0, 8696.0, 8721.0, 8679.0, 8728.0, 8681.0, 8727.0, 8691.0, 8708.0, 8681.0, 8719.0, 8675.0, 8733.0, 8676.0, 8706.0, 8672.0, 8688.0, 8654.0, 8699.0, 8655.0, 8719.0, 8675.0, 8706.0, 8687.0, 8701.0, 8677.0, 8719.0, 8696.0, 8736.0, 8697.0, 8731.0, 8694.0, 8717.0, 8675.0, 8715.0, 8675.0, 8716.0, 8694.0, 8704.0, 8710.0, 8679.0, 8695.0, 8683.0, 8727.0, 8700.0, 8716.0, 8703.0, 8739.0, 8702.0, 8728.0, 8702.0, 8728.0, 8703.0, 8743.0, 8716.0, 8726.0, 8716.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.000728396987627757</td></tr>
<tr><td colspan=3>aqi</td><td>0.022964427111350192</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.16360286993004</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1856754498170077</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9956733847793341</td></tr>
<tr><td colspan=3>efc</td><td>0.4547</td></tr>
<tr><td colspan=3>fber</td><td>5705.6333</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08221253576602484</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.506186121570737</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6457871137776827</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.579630483951362</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.862597568113992</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.495133289267694</td></tr>
<tr><td colspan=3>gcor</td><td>0.00718674</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014800172299146652</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024337660521268845</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</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.5820637903664383</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>26.0186</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6225</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.1408</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307362.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>705.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.6197</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7324</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.9306</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3111.338</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>796.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.3958</td></tr>
<tr><td colspan=3>tsnr</td><td>38.73755572724622</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>