<?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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-02/func/sub-0099_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>7ec1e6bb4ecb09c5e72008ffad1adcc4</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:48:52.882500</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.9998, 0.00387786, 0.0196281, -0.003839, 0.999991, -0.00201697]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0810689</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7774, -7257, 231, -152, -265, -191, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>44a04f12-8e49-4801-934c-d63d5e31c143||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.682389736175537, -0.010299768298864365, 0.053016409277915955, 111.30838775634766], [-0.010404019616544247, 2.682901620864868, -0.005241283681243658, -98.94207000732422], [0.05266067758202553, 0.005411388818174601, 2.699474334716797, -99.60868835449219], [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': ['094852.882500', '094853.342500', '094853.802500', '094854.262500', '094854.722500', '094855.182500', '094855.642500', '094856.102500', '094856.562500', '094857.022500', '094857.482500', '094857.942500', '094858.402500', '094858.862500', '094859.322500', '094859.782500', '094900.242500', '094900.702500', '094901.162500', '094901.622500', '094902.082500', '094902.542500', '094903.002500', '094903.462500', '094903.922500', '094904.382500', '094904.842500', '094905.302500', '094905.762500', '094906.222500', '094906.682500', '094907.142500', '094907.602500', '094908.062500', '094908.522500', '094908.982500', '094909.442500', '094909.902500', '094910.362500', '094910.822500', '094911.282500', '094911.742500', '094912.202500', '094912.662500', '094913.122500', '094913.582500', '094914.042500', '094914.502500', '094914.962500', '094915.422500', '094915.882500', '094916.342500', '094916.802500', '094917.262500', '094917.722500', '094918.182500', '094918.642500', '094919.102500', '094919.562500', '094920.022500', '094920.482500', '094920.942500', '094921.402500', '094921.862500', '094922.322500', '094922.782500', '094923.242500', '094923.702500', '094924.162500', '094924.622500', '094925.082500', '094925.542500', '094926.002500', '094926.462500', '094926.922500', '094927.382500', '094927.842500', '094928.302500', '094928.762500', '094929.222500', '094929.682500', '094930.142500', '094930.602500', '094931.062500', '094931.522500', '094931.982500', '094932.442500', '094932.902500', '094933.362500', '094933.822500', '094934.282500', '094934.742500', '094935.202500', '094935.662500', '094936.122500', '094936.582500', '094937.042500', '094937.502500', '094937.962500', '094938.422500', '094938.882500', '094939.342500', '094939.802500', '094940.262500', '094940.722500', '094941.182500', '094941.642500', '094942.102500', '094942.562500', '094943.022500', '094943.482500', '094943.942500', '094944.402500', '094944.862500', '094945.322500', '094945.782500', '094946.242500', '094946.702500', '094947.162500', '094947.622500', '094948.082500', '094948.542500', '094949.002500', '094949.462500', '094949.922500', '094950.382500', '094950.842500', '094951.302500', '094951.762500', '094952.222500', '094952.682500', '094953.142500', '094953.602500', '094954.062500', '094954.522500', '094954.982500', '094955.442500', '094955.902500', '094956.362500', '094956.822500', '094957.282500', '094957.742500', '094958.202500', '094958.662500', '094959.122500', '094959.582500', '095000.042500', '095000.502500', '095000.962500', '095001.422500', '095001.882500', '095002.342500', '095002.802500', '095003.262500', '095003.722500', '095004.182500', '095004.642500', '095005.102500', '095005.562500', '095006.022500', '095006.482500', '095006.942500', '095007.402500', '095007.862500', '095008.322500', '095008.782500', '095009.242500', '095009.702500', '095010.162500', '095010.622500', '095011.082500', '095011.542500', '095012.002500', '095012.462500', '095012.922500', '095013.382500', '095013.842500', '095014.302500', '095014.762500', '095015.222500', '095015.682500', '095016.142500', '095016.602500', '095017.062500', '095017.522500', '095017.982500', '095018.442500', '095018.902500', '095019.362500', '095019.822500', '095020.282500', '095020.742500', '095021.202500', '095021.662500', '095022.122500', '095022.582500', '095023.042500', '095023.502500', '095023.962500', '095024.422500', '095024.882500', '095025.342500', '095025.802500', '095026.262500', '095026.722500', '095027.182500', '095027.642500', '095028.102500', '095028.562500', '095029.022500', '095029.482500', '095029.942500', '095030.402500', '095030.862500', '095031.322500', '095031.782500', '095032.242500', '095032.702500', '095033.162500', '095033.622500', '095034.082500', '095034.542500', '095035.002500', '095035.462500', '095035.922500', '095036.382500', '095036.842500', '095037.302500', '095037.762500', '095038.222500', '095038.682500', '095039.142500', '095039.602500', '095040.062500', '095040.522500', '095040.982500', '095041.442500', '095041.902500', '095042.362500', '095042.822500', '095043.282500', '095043.742500', '095044.202500', '095044.662500', '095045.122500', '095045.582500', '095046.042500', '095046.502500', '095046.962500', '095047.422500', '095047.882500', '095048.342500', '095048.802500', '095049.262500', '095049.722500', '095050.182500', '095050.642500', '095051.102500', '095051.562500', '095052.022500', '095052.482500', '095052.942500', '095053.402500', '095053.862500', '095054.322500', '095054.782500', '095055.242500', '095055.702500', '095056.162500', '095056.622500', '095057.082500', '095057.542500', '095058.002500', '095058.462500', '095058.922500', '095059.382500', '095059.842500', '095100.302500', '095100.762500', '095101.222500', '095101.682500', '095102.142500', '095102.602500', '095103.062500', '095103.522500', '095103.982500', '095104.442500', '095104.902500', '095105.362500', '095105.822500', '095106.282500', '095106.742500', '095107.202500', '095107.662500', '095108.122500', '095108.582500', '095109.042500', '095109.502500', '095109.962500', '095110.422500', '095110.882500', '095111.342500', '095111.802500', '095112.262500', '095112.722500', '095113.182500', '095113.642500', '095114.102500', '095114.562500', '095115.022500', '095115.482500', '095115.942500', '095116.402500', '095116.862500', '095117.322500', '095117.782500', '095118.242500', '095118.702500', '095119.162500', '095119.622500', '095120.082500', '095120.542500', '095121.002500', '095121.462500', '095121.922500', '095122.382500', '095122.842500', '095123.302500', '095123.762500', '095124.222500', '095124.682500', '095125.142500', '095125.602500', '095126.062500', '095126.522500', '095126.982500', '095127.442500', '095127.902500', '095128.362500', '095128.822500', '095129.282500', '095129.742500', '095130.202500', '095130.662500', '095131.122500', '095131.582500', '095132.042500', '095132.502500', '095132.962500', '095133.422500', '095133.882500', '095134.342500', '095134.802500', '095135.262500', '095135.722500', '095136.182500', '095136.642500', '095137.102500', '095137.562500', '095138.022500', '095138.482500', '095138.942500', '095139.402500', '095139.862500', '095140.322500', '095140.782500', '095141.242500', '095141.702500', '095142.162500', '095142.622500', '095143.082500', '095143.542500', '095144.002500', '095144.462500', '095144.922500', '095145.382500', '095145.842500', '095146.302500', '095146.762500', '095147.222500', '095147.682500', '095148.142500', '095148.602500', '095149.062500', '095149.522500', '095149.982500', '095150.442500', '095150.902500', '095151.362500', '095151.822500', '095152.282500', '095152.742500', '095153.202500', '095153.662500', '095154.122500', '095154.582500', '095155.042500', '095155.502500', '095155.962500', '095156.422500', '095156.882500', '095157.342500', '095157.802500', '095158.262500', '095158.722500', '095159.182500', '095159.642500', '095200.102500', '095200.562500', '095201.022500', '095201.482500', '095201.942500', '095202.402500', '095202.862500', '095203.322500', '095203.782500', '095204.242500', '095204.702500', '095205.162500', '095205.622500', '095206.082500', '095206.542500', '095207.002500', '095207.462500', '095207.922500', '095208.382500', '095208.842500', '095209.302500', '095209.762500', '095210.222500', '095210.682500', '095211.142500', '095211.602500', '095212.062500', '095212.522500', '095212.982500', '095213.442500', '095213.902500', '095214.362500', '095214.822500', '095215.282500', '095215.742500', '095216.202500', '095216.662500', '095217.122500', '095217.582500', '095218.042500', '095218.502500', '095218.962500', '095219.422500', '095219.882500', '095220.342500', '095220.802500', '095221.262500', '095221.722500', '095222.182500', '095222.642500', '095223.102500', '095223.562500', '095224.022500', '095224.482500', '095224.942500', '095225.402500', '095225.862500', '095226.322500', '095226.782500', '095227.242500', '095227.702500', '095228.162500', '095228.622500', '095229.082500', '095229.542500', '095230.002500', '095230.462500', '095230.922500', '095231.382500', '095231.842500', '095232.302500', '095232.762500', '095233.222500', '095233.682500', '095234.142500', '095234.602500', '095235.062500', '095235.522500', '095235.982500', '095236.442500', '095236.902500', '095237.362500', '095237.822500', '095238.282500', '095238.742500', '095239.202500', '095239.662500', '095240.122500', '095240.582500', '095241.042500', '095241.502500', '095241.962500', '095242.422500', '095242.882500', '095243.342500', '095243.802500', '095244.262500', '095244.722500', '095245.182500', '095245.642500', '095246.102500', '095246.562500', '095247.022500', '095247.482500', '095247.942500', '095248.402500', '095248.862500', '095249.322500', '095249.782500', '095250.242500', '095250.702500', '095251.162500', '095251.622500', '095252.082500', '095252.542500', '095253.002500', '095253.462500', '095253.922500', '095254.382500', '095254.842500', '095255.302500', '095255.762500', '095256.222500', '095256.682500', '095257.142500', '095257.602500', '095258.062500', '095258.522500', '095258.982500', '095259.442500', '095259.902500', '095300.362500', '095300.822500', '095301.282500', '095301.742500', '095302.202500', '095302.662500', '095303.122500', '095303.582500', '095304.042500', '095304.502500', '095304.962500', '095305.422500', '095305.882500', '095306.342500', '095306.802500', '095307.262500', '095307.722500', '095308.182500', '095308.642500', '095309.102500', '095309.562500', '095310.022500', '095310.482500', '095310.942500', '095311.402500', '095311.862500', '095312.322500', '095312.782500', '095313.242500', '095313.702500', '095314.162500', '095314.622500', '095315.082500', '095315.542500', '095316.002500', '095316.462500', '095316.922500', '095317.382500', '095317.842500', '095318.302500', '095318.762500', '095319.222500', '095319.682500', '095320.142500', '095320.602500', '095321.062500', '095321.522500', '095321.982500', '095322.442500', '095322.902500', '095323.362500', '095323.822500', '095324.282500', '095324.742500', '095325.202500', '095325.662500', '095326.122500', '095326.582500', '095327.042500', '095327.502500', '095327.962500', '095328.422500', '095328.882500', '095329.342500', '095329.802500', '095330.262500', '095330.722500', '095331.182500', '095331.642500', '095332.102500', '095332.562500', '095333.022500', '095333.482500', '095333.942500', '095334.402500', '095334.862500', '095335.322500', '095335.782500', '095336.242500', '095336.702500', '095337.162500', '095337.622500', '095338.082500', '095338.542500', '095339.002500', '095339.462500', '095339.922500', '095340.382500', '095340.842500', '095341.302500', '095341.762500', '095342.222500', '095342.682500', '095343.142500', '095343.602500', '095344.062500', '095344.522500', '095344.982500', '095345.442500', '095345.902500', '095346.362500', '095346.822500', '095347.282500', '095347.742500', '095348.202500', '095348.662500', '095349.122500', '095349.582500', '095350.042500', '095350.502500', '095350.962500', '095351.422500', '095351.882500', '095352.342500', '095352.802500', '095353.262500', '095353.722500', '095354.182500', '095354.642500', '095355.102500', '095355.562500', '095356.022500', '095356.482500', '095356.942500', '095357.402500', '095357.862500', '095358.322500', '095358.782500', '095359.242500', '095359.702500', '095400.162500', '095400.622500', '095401.082500', '095401.542500', '095402.002500', '095402.462500', '095402.922500', '095403.382500', '095403.842500', '095404.302500', '095404.762500', '095405.222500', '095405.682500', '095406.142500', '095406.602500', '095407.062500', '095407.522500', '095407.982500', '095408.442500', '095408.902500', '095409.362500', '095409.822500', '095410.282500', '095410.742500', '095411.202500', '095411.662500', '095412.122500', '095412.582500', '095413.042500', '095413.502500', '095413.962500', '095414.422500', '095414.882500', '095415.342500', '095415.802500', '095416.262500', '095416.722500', '095417.182500', '095417.642500', '095418.102500', '095418.562500', '095419.022500', '095419.482500', '095419.942500', '095420.402500', '095420.862500', '095421.322500', '095421.782500', '095422.242500', '095422.702500', '095423.162500', '095423.622500', '095424.082500', '095424.542500', '095425.002500', '095425.462500', '095425.922500', '095426.382500', '095426.842500', '095427.302500', '095427.762500', '095428.222500', '095428.682500', '095429.142500', '095429.602500', '095430.062500', '095430.522500', '095430.982500', '095431.442500', '095431.902500', '095432.362500', '095432.822500', '095433.282500', '095433.742500', '095434.202500', '095434.662500', '095435.122500', '095435.582500', '095436.042500', '095436.502500', '095436.962500', '095437.422500', '095437.882500', '095438.342500', '095438.802500', '095439.262500', '095439.722500', '095440.182500', '095440.642500', '095441.102500', '095441.562500', '095442.022500', '095442.482500', '095442.942500', '095443.402500', '095443.862500', '095444.322500', '095444.782500', '095445.242500', '095445.702500', '095446.162500', '095446.622500', '095447.082500', '095447.542500', '095448.002500', '095448.462500', '095448.922500', '095449.382500', '095449.842500', '095450.302500', '095450.762500', '095451.222500', '095451.682500', '095452.142500', '095452.602500', '095453.062500', '095453.522500', '095453.982500', '095454.442500', '095454.902500', '095455.362500', '095455.822500', '095456.282500', '095456.742500', '095457.202500', '095457.662500', '095458.122500', '095458.582500', '095459.042500', '095459.502500', '095459.962500', '095500.422500', '095500.882500', '095501.342500', '095501.802500', '095502.262500', '095502.722500', '095503.182500', '095503.642500', '095504.102500', '095504.562500', '095505.022500', '095505.482500', '095505.942500', '095506.402500', '095506.862500', '095507.322500', '095507.782500', '095508.242500', '095508.702500', '095509.162500', '095509.622500', '095510.082500', '095510.542500', '095511.002500', '095511.462500', '095511.922500', '095512.382500', '095512.842500', '095513.302500', '095513.762500', '095514.222500', '095514.682500', '095515.142500', '095515.602500', '095516.062500', '095516.522500', '095516.982500', '095517.442500', '095517.902500', '095518.362500', '095518.822500', '095519.282500', '095519.742500', '095520.202500', '095520.662500', '095521.122500', '095521.582500', '095522.042500', '095522.502500', '095522.962500', '095523.422500', '095523.882500', '095524.342500', '095524.802500', '095525.262500', '095525.722500', '095526.182500', '095526.642500', '095527.102500', '095527.562500', '095528.022500', '095528.482500', '095528.942500', '095529.402500', '095529.862500', '095530.322500', '095530.782500', '095531.242500', '095531.702500', '095532.162500', '095532.622500', '095533.082500', '095533.542500', '095534.002500', '095534.462500', '095534.922500', '095535.382500', '095535.842500', '095536.302500', '095536.762500', '095537.222500', '095537.682500', '095538.142500', '095538.602500', '095539.062500', '095539.522500', '095539.982500', '095540.442500', '095540.902500', '095541.362500', '095541.822500', '095542.282500', '095542.742500', '095543.202500', '095543.662500', '095544.122500', '095544.582500', '095545.042500', '095545.502500', '095545.962500', '095546.422500', '095546.882500', '095547.342500', '095547.802500', '095548.262500', '095548.722500', '095549.182500', '095549.642500', '095550.102500', '095550.562500', '095551.022500', '095551.482500', '095551.942500', '095552.402500', '095552.862500', '095553.322500', '095553.782500', '095554.242500', '095554.702500', '095555.162500', '095555.622500', '095556.082500', '095556.542500', '095557.002500', '095557.462500', '095557.922500', '095558.382500', '095558.842500', '095559.302500', '095559.762500', '095600.222500', '095600.682500', '095601.142500', '095601.602500', '095602.062500', '095602.522500', '095602.982500', '095603.442500', '095603.902500', '095604.362500', '095604.822500', '095605.282500', '095605.742500', '095606.202500', '095606.662500', '095607.122500', '095607.582500', '095608.042500', '095608.502500', '095608.962500', '095609.422500', '095609.882500', '095610.342500', '095610.802500', '095611.262500', '095611.722500', '095612.182500', '095612.642500', '095613.102500', '095613.562500', '095614.022500', '095614.482500', '095614.942500', '095615.402500', '095615.862500', '095616.322500', '095616.782500', '095617.242500', '095617.702500', '095618.162500', '095618.622500', '095619.082500', '095619.542500', '095620.002500', '095620.462500', '095620.922500', '095621.382500', '095621.842500', '095622.302500', '095622.762500', '095623.222500', '095623.682500', '095624.142500', '095624.602500', '095625.062500', '095625.522500', '095625.982500', '095626.442500', '095626.902500', '095627.362500', '095627.822500', '095628.282500', '095628.742500', '095629.202500', '095629.662500', '095630.122500', '095630.582500', '095631.042500', '095631.502500', '095631.962500', '095632.422500', '095632.882500', '095633.342500', '095633.802500', '095634.262500', '095634.722500', '095635.182500', '095635.642500', '095636.102500', '095636.562500', '095637.022500', '095637.482500', '095637.942500', '095638.402500', '095638.862500', '095639.322500', '095639.782500', '095640.242500', '095640.702500', '095641.162500', '095641.622500', '095642.082500', '095642.542500', '095643.002500', '095643.462500', '095643.922500', '095644.382500', '095644.842500', '095645.302500', '095645.762500', '095646.222500', '095646.682500', '095647.142500', '095647.602500', '095648.062500', '095648.522500', '095648.982500', '095649.442500', '095649.902500', '095650.362500', '095650.822500', '095651.282500', '095651.742500', '095652.202500', '095652.662500', '095653.122500', '095653.582500', '095654.042500', '095654.502500', '095654.962500', '095655.422500', '095655.882500', '095656.342500', '095656.802500', '095657.262500', '095657.722500', '095658.182500', '095658.642500', '095659.102500', '095659.562500', '095700.022500', '095700.482500', '095700.942500', '095701.402500', '095701.862500', '095702.322500', '095702.782500', '095703.242500', '095703.702500', '095704.162500', '095704.622500', '095705.082500', '095705.542500', '095706.002500', '095706.462500', '095706.922500', '095707.382500', '095707.842500', '095708.302500', '095708.762500', '095709.222500', '095709.682500', '095710.142500', '095710.602500', '095711.062500', '095711.522500', '095711.982500', '095712.442500', '095712.902500', '095713.362500', '095713.822500', '095714.282500', '095714.742500', '095715.202500', '095715.662500', '095716.122500', '095716.582500', '095717.042500', '095717.502500', '095717.962500', '095718.422500', '095718.882500', '095719.342500', '095719.802500', '095720.262500', '095720.722500', '095721.182500', '095721.642500', '095722.102500', '095722.562500', '095723.022500', '095723.482500', '095723.942500', '095724.402500', '095724.862500', '095725.322500', '095725.782500', '095726.242500', '095726.702500', '095727.162500', '095727.622500', '095728.082500', '095728.542500', '095729.002500', '095729.462500', '095729.922500', '095730.382500', '095730.842500', '095731.302500', '095731.762500', '095732.222500', '095732.682500', '095733.142500', '095733.602500', '095734.062500', '095734.522500', '095734.982500', '095735.442500', '095735.902500', '095736.362500', '095736.822500', '095737.282500', '095737.742500', '095738.202500', '095738.662500', '095739.122500', '095739.582500', '095740.042500', '095740.502500', '095740.962500', '095741.422500', '095741.882500', '095742.342500', '095742.802500', '095743.262500', '095743.722500', '095744.182500', '095744.642500', '095745.102500', '095745.562500', '095746.022500', '095746.482500', '095746.942500', '095747.402500', '095747.862500', '095748.322500', '095748.782500', '095749.242500', '095749.702500', '095750.162500', '095750.622500', '095751.082500', '095751.542500', '095752.002500', '095752.462500', '095752.922500', '095753.382500', '095753.842500', '095754.302500', '095754.762500', '095755.222500', '095755.682500', '095756.142500', '095756.602500', '095757.062500', '095757.522500', '095757.982500', '095758.442500', '095758.902500', '095759.362500', '095759.822500', '095800.282500', '095800.742500', '095801.202500', '095801.662500', '095802.122500', '095802.582500', '095803.042500', '095803.502500', '095803.962500', '095804.422500', '095804.882500', '095805.342500', '095805.802500', '095806.262500', '095806.722500', '095807.182500', '095807.642500', '095808.102500', '095808.562500', '095809.022500', '095809.482500', '095809.942500', '095810.402500', '095810.862500', '095811.322500', '095811.782500', '095812.242500', '095812.702500', '095813.162500', '095813.622500', '095814.082500', '095814.542500', '095815.002500', '095815.462500', '095815.922500', '095816.382500', '095816.842500', '095817.302500', '095817.762500', '095818.222500', '095818.682500', '095819.142500', '095819.602500', '095820.062500', '095820.522500', '095820.982500', '095821.442500', '095821.902500', '095822.362500', '095822.822500', '095823.282500', '095823.742500', '095824.202500', '095824.662500', '095825.122500', '095825.582500', '095826.042500', '095826.502500', '095826.962500', '095827.422500', '095827.882500', '095828.342500', '095828.802500', '095829.262500', '095829.722500', '095830.182500', '095830.642500', '095831.102500', '095831.562500', '095832.022500', '095832.482500', '095832.942500', '095833.402500', '095833.862500', '095834.322500', '095834.782500', '095835.242500', '095835.702500', '095836.162500', '095836.622500', '095837.082500', '095837.542500', '095838.002500', '095838.462500', '095838.922500', '095839.382500', '095839.842500', '095840.302500', '095840.762500', '095841.222500', '095841.682500', '095842.142500', '095842.602500', '095843.062500', '095843.522500', '095843.982500', '095844.442500', '095844.902500', '095845.362500', '095845.822500', '095846.282500', '095846.742500', '095847.202500', '095847.662500', '095848.122500', '095848.582500', '095849.042500', '095849.502500', '095849.962500', '095850.422500', '095850.882500', '095851.342500', '095851.802500', '095852.262500', '095852.722500', '095853.182500', '095853.642500', '095854.102500', '095854.562500', '095855.022500', '095855.482500', '095855.942500', '095856.402500', '095856.862500', '095857.322500', '095857.782500', '095858.242500', '095858.702500', '095859.162500', '095859.622500', '095900.082500', '095900.542500', '095901.002500', '095901.462500', '095901.922500', '095902.382500', '095902.842500', '095903.302500', '095903.762500', '095904.222500', '095904.682500', '095905.142500', '095905.602500', '095906.062500', '095906.522500', '095906.982500', '095907.442500', '095907.902500', '095908.362500', '095908.822500', '095909.282500', '095909.742500', '095910.202500', '095910.662500', '095911.122500', '095911.582500', '095912.042500', '095912.502500', '095912.962500', '095913.422500', '095913.882500', '095914.342500', '095914.802500', '095915.262500', '095915.722500', '095916.182500', '095916.642500', '095917.102500', '095917.562500', '095918.022500', '095918.482500', '095918.942500', '095919.402500', '095919.862500', '095920.322500', '095920.782500', '095921.242500', '095921.702500', '095922.162500', '095922.622500', '095923.082500', '095923.542500', '095924.002500', '095924.462500', '095924.922500', '095925.382500', '095925.842500', '095926.302500', '095926.762500', '095927.222500', '095927.682500', '095928.142500', '095928.602500', '095929.062500', '095929.522500', '095929.982500', '095930.442500', '095930.902500', '095931.362500', '095931.822500', '095932.282500', '095932.742500', '095933.202500', '095933.662500', '095934.122500', '095934.582500', '095935.042500', '095935.502500', '095935.962500', '095936.422500', '095936.882500', '095937.342500', '095937.802500', '095938.262500', '095938.722500', '095939.182500', '095939.642500', '095940.102500', '095940.562500', '095941.022500', '095941.482500', '095941.942500', '095942.402500', '095942.862500', '095943.322500', '095943.782500', '095944.242500', '095944.702500', '095945.162500', '095945.622500', '095946.082500', '095946.542500', '095947.002500', '095947.462500', '095947.922500', '095948.382500', '095948.842500', '095949.302500', '095949.762500', '095950.222500', '095950.682500', '095951.142500', '095951.602500', '095952.062500', '095952.522500', '095952.982500', '095953.442500', '095953.902500', '095954.362500', '095954.822500', '095955.282500', '095955.742500', '095956.202500', '095956.662500', '095957.122500', '095957.582500', '095958.042500', '095958.502500', '095958.962500', '095959.422500', '095959.882500', '100000.342500', '100000.802500', '100001.262500', '100001.722500', '100002.182500', '100002.642500', '100003.102500', '100003.562500', '100004.022500', '100004.482500', '100004.942500', '100005.402500', '100005.862500', '100006.322500', '100006.782500', '100007.242500', '100007.702500', '100008.162500', '100008.622500', '100009.082500', '100009.542500', '100010.002500', '100010.462500', '100010.922500', '100011.382500', '100011.842500', '100012.302500', '100012.762500', '100013.222500', '100013.682500', '100014.142500', '100014.602500', '100015.062500', '100015.522500', '100015.982500', '100016.442500', '100016.902500', '100017.362500', '100017.822500', '100018.282500', '100018.742500', '100019.202500', '100019.662500', '100020.122500', '100020.582500', '100021.042500', '100021.502500', '100021.962500', '100022.422500', '100022.882500', '100023.342500', '100023.802500', '100024.262500', '100024.722500', '100025.182500', '100025.642500', '100026.102500', '100026.562500', '100027.022500', '100027.482500', '100027.942500', '100028.402500', '100028.862500', '100029.322500', '100029.782500', '100030.242500', '100030.702500', '100031.162500', '100031.622500', '100032.082500', '100032.542500', '100033.002500', '100033.462500', '100033.922500', '100034.382500', '100034.842500', '100035.302500', '100035.762500', '100036.222500', '100036.682500', '100037.142500', '100037.602500', '100038.062500', '100038.522500', '100038.982500', '100039.442500', '100039.902500', '100040.362500', '100040.822500', '100041.282500', '100041.742500', '100042.202500', '100042.662500', '100043.122500', '100043.582500', '100044.042500', '100044.502500', '100044.962500', '100045.422500', '100045.882500', '100046.342500', '100046.802500', '100047.262500', '100047.722500', '100048.182500', '100048.642500', '100049.102500', '100049.562500', '100050.022500', '100050.482500', '100050.942500', '100051.402500', '100051.862500', '100052.322500', '100052.782500', '100053.242500', '100053.702500', '100054.162500', '100054.622500', '100055.082500', '100055.542500', '100056.002500', '100056.462500', '100056.922500', '100057.382500', '100057.842500', '100058.302500', '100058.762500', '100059.222500', '100059.682500', '100100.142500', '100100.602500', '100101.062500', '100101.522500', '100101.982500', '100102.442500', '100102.902500', '100103.362500', '100103.822500', '100104.282500', '100104.742500', '100105.202500', '100105.662500', '100106.122500', '100106.582500', '100107.042500', '100107.502500', '100107.962500', '100108.422500', '100108.882500', '100109.342500', '100109.802500', '100110.262500', '100110.722500', '100111.182500', '100111.642500', '100112.102500', '100112.562500', '100113.022500', '100113.482500', '100113.942500', '100114.402500', '100114.862500', '100115.322500', '100115.782500', '100116.242500', '100116.702500', '100117.162500', '100117.622500', '100118.082500', '100118.542500', '100119.002500', '100119.462500', '100119.922500', '100120.382500', '100120.842500', '100121.302500', '100121.762500', '100122.222500', '100122.682500', '100123.142500', '100123.602500', '100124.062500', '100124.522500', '100124.982500', '100125.442500', '100125.902500', '100126.362500', '100126.822500', '100127.282500', '100127.742500', '100128.202500', '100128.662500', '100129.122500', '100129.582500', '100130.042500', '100130.502500', '100130.962500', '100131.422500', '100131.882500', '100132.342500', '100132.802500', '100133.262500', '100133.722500', '100134.182500', '100134.642500', '100135.102500', '100135.562500', '100136.022500', '100136.482500', '100136.942500', '100137.402500', '100137.862500', '100138.322500', '100138.782500', '100139.242500', '100139.702500', '100140.162500', '100140.622500', '100141.082500', '100141.542500', '100142.002500', '100142.462500', '100142.922500', '100143.382500', '100143.842500', '100144.302500', '100144.762500', '100145.222500', '100145.682500', '100146.142500', '100146.602500', '100147.062500', '100147.522500', '100147.982500', '100148.442500', '100148.902500', '100149.362500', '100149.822500', '100150.282500', '100150.742500', '100151.202500', '100151.662500', '100152.122500', '100152.582500', '100153.042500', '100153.502500', '100153.962500', '100154.422500', '100154.882500', '100155.342500', '100155.802500', '100156.262500', '100156.722500', '100157.182500', '100157.642500', '100158.102500', '100158.562500', '100159.022500', '100159.482500', '100159.942500', '100200.402500', '100200.862500', '100201.322500', '100201.782500', '100202.242500', '100202.702500', '100203.162500', '100203.622500', '100204.082500', '100204.542500', '100205.002500', '100205.462500', '100205.922500', '100206.382500', '100206.842500', '100207.302500', '100207.762500', '100208.222500', '100208.682500', '100209.142500', '100209.602500', '100210.062500', '100210.522500', '100210.982500', '100211.442500', '100211.902500', '100212.362500', '100212.822500', '100213.282500', '100213.742500', '100214.202500', '100214.662500', '100215.122500', '100215.582500', '100216.042500', '100216.502500', '100216.962500', '100217.422500', '100217.882500', '100218.342500', '100218.802500', '100219.262500', '100219.722500', '100220.182500', '100220.642500', '100221.102500', '100221.562500', '100222.022500', '100222.482500', '100222.942500', '100223.402500', '100223.862500', '100224.322500', '100224.782500', '100225.242500', '100225.702500', '100226.162500', '100226.622500', '100227.082500', '100227.542500', '100228.002500', '100228.462500', '100228.922500', '100229.382500', '100229.842500', '100230.302500', '100230.762500', '100231.222500', '100231.682500', '100232.142500', '100232.602500', '100233.062500', '100233.522500', '100233.982500', '100234.442500', '100234.902500', '100235.362500', '100235.822500', '100236.282500', '100236.742500', '100237.202500', '100237.662500', '100238.122500', '100238.582500', '100239.042500', '100239.502500', '100239.962500', '100240.422500', '100240.882500', '100241.342500', '100241.802500', '100242.262500', '100242.722500', '100243.182500', '100243.642500', '100244.102500', '100244.562500', '100245.022500', '100245.482500', '100245.942500', '100246.402500', '100246.862500', '100247.322500', '100247.782500', '100248.242500', '100248.702500', '100249.162500', '100249.622500', '100250.082500', '100250.542500', '100251.002500', '100251.462500', '100251.922500', '100252.382500', '100252.842500', '100253.302500', '100253.762500', '100254.222500', '100254.682500', '100255.142500', '100255.602500', '100256.062500', '100256.522500', '100256.982500', '100257.442500', '100257.902500', '100258.362500', '100258.822500', '100259.282500', '100259.742500', '100300.202500', '100300.662500', '100301.122500', '100301.582500', '100302.042500', '100302.502500', '100302.962500', '100303.422500', '100303.882500', '100304.342500', '100304.802500', '100305.262500', '100305.722500', '100306.182500', '100306.642500', '100307.102500', '100307.562500'], 'ContentTime': ['094918.262000', '094918.265000', '094918.268000', '094918.271000', '094918.273000', '094918.276000', '094918.278000', '094918.281000', '094918.284000', '094918.286000', '094918.289000', '094918.291000', '094918.294000', '094918.297000', '094918.299000', '094918.302000', '094918.304000', '094918.307000', '094918.309000', '094918.312000', '094918.314000', '094918.317000', '094918.319000', '094918.322000', '094918.325000', '094918.328000', '094918.330000', '094918.333000', '094918.336000', '094918.338000', '094918.346000', '094918.349000', '094918.351000', '094918.354000', '094918.357000', '094918.359000', '094918.362000', '094918.364000', '094918.367000', '094918.370000', '094918.372000', '094918.375000', '094918.377000', '094918.380000', '094918.383000', '094918.385000', '094918.388000', '094918.390000', '094918.393000', '094918.396000', '094918.398000', '094918.401000', '094938.210000', '094938.213000', '094938.216000', '094938.219000', '094938.221000', '094938.224000', '094938.226000', '094938.229000', '094938.232000', '094938.234000', '094938.237000', '094938.239000', '094938.242000', '094938.245000', '094938.247000', '094938.250000', '094938.253000', '094938.273000', '094938.276000', '094938.278000', '094938.281000', '094938.283000', '094938.286000', '094938.289000', '094938.295000', '094938.298000', '094938.300000', '094938.303000', '094938.305000', '094938.308000', '094938.311000', '094938.313000', '094938.316000', '094938.318000', '094938.321000', '094938.324000', '094938.326000', '094938.329000', '094938.331000', '094938.334000', '094938.336000', '094938.339000', '094938.341000', '094938.344000', '094958.211000', '094958.213000', '094958.216000', '094958.219000', '094958.222000', '094958.224000', '094958.227000', '094958.229000', '094958.232000', '094958.235000', '094958.237000', '094958.240000', '094958.242000', '094958.245000', '094958.248000', '094958.250000', '094958.253000', '094958.255000', '094958.258000', '094958.261000', '094958.263000', '094958.266000', '094958.268000', '094958.271000', '094958.274000', '094958.276000', '094958.287000', '094958.289000', '094958.292000', '094958.294000', '094958.297000', '094958.300000', '094958.302000', '094958.305000', '094958.307000', '094958.310000', '094958.313000', '094958.315000', '094958.318000', '094958.320000', '094958.323000', '094958.326000', '094958.328000', '095018.210000', '095018.213000', '095018.216000', '095018.219000', '095018.221000', '095018.224000', '095018.226000', '095018.229000', '095018.231000', '095018.234000', '095018.236000', '095018.239000', '095018.242000', '095018.244000', '095018.247000', '095018.249000', '095018.252000', '095018.255000', '095018.263000', '095018.266000', '095018.269000', '095018.271000', '095018.274000', '095018.277000', '095018.279000', '095018.282000', '095018.284000', '095018.287000', '095018.290000', '095018.292000', '095018.295000', '095018.298000', '095018.300000', '095018.303000', '095018.305000', '095018.308000', '095018.310000', '095018.313000', '095018.315000', '095018.318000', '095018.321000', '095018.323000', '095018.326000', '095038.210000', '095038.213000', '095038.216000', '095038.219000', '095038.221000', '095038.224000', '095038.226000', '095038.236000', '095038.238000', '095038.241000', '095038.244000', '095038.246000', '095038.249000', '095038.251000', '095038.254000', '095038.257000', '095038.259000', '095038.262000', '095038.264000', '095038.267000', '095038.269000', '095038.272000', '095038.275000', '095038.277000', '095038.280000', '095038.282000', '095038.285000', '095038.287000', '095038.290000', '095038.293000', '095038.295000', '095038.298000', '095038.300000', '095038.303000', '095038.305000', '095038.308000', '095038.311000', '095038.313000', '095038.316000', '095038.319000', '095038.321000', '095038.324000', '095038.327000', '095038.329000', '095058.209000', '095058.212000', '095058.215000', '095058.219000', '095058.222000', '095058.224000', '095058.227000', '095058.230000', '095058.232000', '095058.235000', '095058.237000', '095058.240000', '095058.251000', '095058.253000', '095058.256000', '095058.258000', '095058.261000', '095058.264000', '095058.266000', '095058.269000', '095058.272000', '095058.274000', '095058.277000', '095058.279000', '095058.282000', '095058.285000', '095058.287000', '095058.290000', '095058.292000', '095058.295000', '095058.298000', '095058.300000', '095058.303000', '095058.306000', '095058.308000', '095058.311000', '095058.313000', '095058.316000', '095058.318000', '095058.321000', '095058.324000', '095058.326000', '095058.329000', '095058.331000', '095118.210000', '095118.213000', '095118.216000', '095118.219000', '095118.221000', '095118.224000', '095118.226000', '095118.229000', '095118.231000', '095118.234000', '095118.237000', '095118.239000', '095118.242000', '095118.244000', '095118.247000', '095118.249000', '095118.252000', '095118.255000', '095118.257000', '095118.260000', '095118.262000', '095118.265000', '095118.267000', '095118.270000', '095118.273000', '095118.275000', '095118.278000', '095118.293000', '095118.296000', '095118.298000', '095118.301000', '095118.304000', '095118.306000', '095118.309000', '095118.311000', '095118.314000', '095118.317000', '095118.319000', '095118.322000', '095118.324000', '095118.327000', '095118.330000', '095118.332000', '095138.210000', '095138.213000', '095138.216000', '095138.218000', '095138.221000', '095138.224000', '095138.226000', '095138.229000', '095138.231000', '095138.234000', '095138.237000', '095138.239000', '095138.242000', '095138.244000', '095138.247000', '095138.250000', '095138.252000', '095138.255000', '095138.257000', '095138.260000', '095138.263000', '095138.265000', '095138.268000', '095138.270000', '095138.279000', '095138.282000', '095138.284000', '095138.287000', '095138.290000', '095138.292000', '095138.295000', '095138.298000', '095138.300000', '095138.303000', '095138.305000', '095138.308000', '095138.311000', '095138.313000', '095138.316000', '095138.318000', '095138.321000', '095138.323000', '095138.326000', '095158.211000', '095158.214000', '095158.216000', '095158.219000', '095158.221000', '095158.224000', '095158.226000', '095158.229000', '095158.232000', '095158.234000', '095158.237000', '095158.239000', '095158.242000', '095158.244000', '095158.247000', '095158.250000', '095158.252000', '095158.255000', '095158.257000', '095158.260000', '095158.263000', '095158.265000', '095158.268000', '095158.270000', '095158.273000', '095158.275000', '095158.278000', '095158.281000', '095158.283000', '095158.286000', '095158.288000', '095158.291000', '095158.294000', '095158.296000', '095158.299000', '095158.301000', '095158.304000', '095158.307000', '095158.309000', '095158.312000', '095158.314000', '095158.317000', '095158.320000', '095158.322000', '095218.210000', '095218.213000', '095218.222000', '095218.224000', '095218.227000', '095218.229000', '095218.232000', '095218.235000', '095218.237000', '095218.240000', '095218.243000', '095218.245000', '095218.248000', '095218.250000', '095218.253000', '095218.256000', '095218.259000', '095218.262000', '095218.264000', '095218.267000', '095218.269000', '095218.272000', '095218.275000', '095218.277000', '095218.280000', '095218.282000', '095218.285000', '095218.288000', '095218.290000', '095218.293000', '095218.295000', '095218.298000', '095218.301000', '095218.303000', '095218.306000', '095218.309000', '095218.311000', '095218.315000', '095218.318000', '095218.320000', '095218.323000', '095218.326000', '095218.328000', '095218.331000', '095238.210000', '095238.213000', '095238.216000', '095238.219000', '095238.222000', '095238.224000', '095238.227000', '095238.229000', '095238.232000', '095238.235000', '095238.237000', '095238.240000', '095238.243000', '095238.245000', '095238.248000', '095238.250000', '095238.253000', '095238.256000', '095238.258000', '095238.261000', '095238.264000', '095238.266000', '095238.269000', '095238.272000', '095238.274000', '095238.277000', '095238.279000', '095238.282000', '095238.285000', '095238.288000', '095238.290000', '095238.293000', '095238.295000', '095238.298000', '095238.301000', '095238.303000', '095238.306000', '095238.308000', '095238.311000', '095238.314000', '095238.316000', '095238.319000', '095238.321000', '095258.210000', '095258.213000', '095258.216000', '095258.218000', '095258.221000', '095258.224000', '095258.226000', '095258.229000', '095258.231000', '095258.245000', '095258.247000', '095258.250000', '095258.253000', '095258.256000', '095258.259000', '095258.261000', '095258.264000', '095258.267000', '095258.269000', '095258.272000', '095258.274000', '095258.277000', '095258.280000', '095258.282000', '095258.285000', '095258.288000', '095258.290000', '095258.293000', '095258.296000', '095258.298000', '095258.301000', '095258.304000', '095258.306000', '095258.314000', '095258.316000', '095258.319000', '095258.322000', '095258.324000', '095258.327000', '095258.330000', '095258.332000', '095258.335000', '095258.337000', '095318.209000', '095318.212000', '095318.215000', '095318.217000', '095318.221000', '095318.223000', '095318.226000', '095318.229000', '095318.231000', '095318.234000', '095318.237000', '095318.239000', '095318.242000', '095318.244000', '095318.247000', '095318.249000', '095318.252000', '095318.255000', '095318.257000', '095318.260000', '095318.263000', '095318.265000', '095318.268000', '095318.270000', '095318.273000', '095318.276000', '095318.278000', '095318.281000', '095318.284000', '095318.286000', '095318.289000', '095318.291000', '095318.294000', '095318.297000', '095318.299000', '095318.302000', '095318.304000', '095318.307000', '095318.310000', '095318.312000', '095318.315000', '095318.318000', '095318.321000', '095318.323000', '095338.210000', '095338.213000', '095338.216000', '095338.219000', '095338.221000', '095338.224000', '095338.226000', '095338.229000', '095338.232000', '095338.234000', '095338.237000', '095338.240000', '095338.242000', '095338.245000', '095338.248000', '095338.250000', '095338.253000', '095338.256000', '095338.258000', '095338.261000', '095338.263000', '095338.266000', '095338.269000', '095338.271000', '095338.274000', '095338.277000', '095338.279000', '095338.282000', '095338.285000', '095338.287000', '095338.290000', '095338.292000', '095338.295000', '095338.299000', '095338.301000', '095338.304000', '095338.307000', '095338.309000', '095338.312000', '095338.314000', '095338.317000', '095338.319000', '095338.322000', '095358.210000', '095358.213000', '095358.216000', '095358.219000', '095358.221000', '095358.224000', '095358.226000', '095358.229000', '095358.231000', '095358.234000', '095358.237000', '095358.239000', '095358.242000', '095358.244000', '095358.247000', '095358.249000', '095358.252000', '095358.255000', '095358.257000', '095358.260000', '095358.262000', '095358.265000', '095358.268000', '095358.270000', '095358.273000', '095358.276000', '095358.278000', '095358.281000', '095358.283000', '095358.286000', '095358.289000', '095358.291000', '095358.294000', '095358.296000', '095358.299000', '095358.302000', '095358.304000', '095358.307000', '095358.309000', '095358.312000', '095358.315000', '095358.317000', '095358.320000', '095358.322000', '095418.211000', '095418.213000', '095418.216000', '095418.219000', '095418.221000', '095418.224000', '095418.226000', '095418.229000', '095418.232000', '095418.234000', '095418.237000', '095418.240000', '095418.242000', '095418.245000', '095418.248000', '095418.250000', '095418.253000', '095418.256000', '095418.258000', '095418.275000', '095418.278000', '095418.281000', '095418.283000', '095418.293000', '095418.295000', '095418.298000', '095418.301000', '095418.303000', '095418.306000', '095418.309000', '095418.311000', '095418.314000', '095418.317000', '095418.319000', '095418.322000', '095418.325000', '095418.327000', '095418.330000', '095418.335000', '095418.338000', '095418.341000', '095418.343000', '095418.346000', '095438.211000', '095438.213000', '095438.216000', '095438.219000', '095438.221000', '095438.224000', '095438.226000', '095438.229000', '095438.231000', '095438.234000', '095438.236000', '095438.239000', '095438.242000', '095438.244000', '095438.247000', '095438.249000', '095438.252000', '095438.254000', '095438.257000', '095438.260000', '095438.262000', '095438.265000', '095438.267000', '095438.270000', '095438.273000', '095438.275000', '095438.278000', '095438.280000', '095438.283000', '095438.285000', '095438.288000', '095438.290000', '095438.293000', '095438.296000', '095438.298000', '095438.301000', '095438.303000', '095438.306000', '095438.308000', '095438.311000', '095438.313000', '095438.316000', '095438.319000', '095438.321000', '095458.211000', '095458.213000', '095458.216000', '095458.219000', '095458.221000', '095458.224000', '095458.226000', '095458.229000', '095458.232000', '095458.234000', '095458.237000', '095458.239000', '095458.242000', '095458.244000', '095458.247000', '095458.250000', '095458.252000', '095458.255000', '095458.257000', '095458.260000', '095458.262000', '095458.265000', '095458.268000', '095458.271000', '095458.274000', '095458.277000', '095458.279000', '095458.282000', '095458.285000', '095458.287000', '095458.290000', '095458.293000', '095458.295000', '095458.298000', '095458.300000', '095458.303000', '095458.305000', '095458.308000', '095458.311000', '095458.313000', '095458.316000', '095458.319000', '095458.321000', '095518.211000', '095518.214000', '095518.216000', '095518.219000', '095518.221000', '095518.224000', '095518.226000', '095518.229000', '095518.232000', '095518.234000', '095518.237000', '095518.239000', '095518.242000', '095518.244000', '095518.247000', '095518.249000', '095518.252000', '095518.255000', '095518.257000', '095518.260000', '095518.262000', '095518.265000', '095518.268000', '095518.270000', '095518.273000', '095518.275000', '095518.278000', '095518.281000', '095518.283000', '095518.286000', '095518.288000', '095518.291000', '095518.294000', '095518.296000', '095518.299000', '095518.301000', '095518.304000', '095518.306000', '095518.309000', '095518.311000', '095518.314000', '095518.317000', '095518.319000', '095518.322000', '095538.209000', '095538.212000', '095538.215000', '095538.218000', '095538.220000', '095538.223000', '095538.225000', '095538.228000', '095538.231000', '095538.233000', '095538.236000', '095538.238000', '095538.241000', '095538.244000', '095538.246000', '095538.249000', '095538.252000', '095538.254000', '095538.257000', '095538.259000', '095538.262000', '095538.265000', '095538.267000', '095538.270000', '095538.272000', '095538.275000', '095538.278000', '095538.280000', '095538.283000', '095538.285000', '095538.302000', '095538.304000', '095538.307000', '095538.310000', '095538.312000', '095538.315000', '095538.317000', '095538.320000', '095538.323000', '095538.325000', '095538.328000', '095538.331000', '095538.333000', '095558.211000', '095558.214000', '095558.216000', '095558.219000', '095558.222000', '095558.225000', '095558.227000', '095558.230000', '095558.232000', '095558.235000', '095558.238000', '095558.240000', '095558.243000', '095558.246000', '095558.248000', '095558.251000', '095558.254000', '095558.256000', '095558.259000', '095558.262000', '095558.264000', '095558.267000', '095558.270000', '095558.272000', '095558.275000', '095558.277000', '095558.280000', '095558.283000', '095558.285000', '095558.288000', '095558.291000', '095558.293000', '095558.296000', '095558.299000', '095558.301000', '095558.304000', '095558.306000', '095558.309000', '095558.312000', '095558.314000', '095558.317000', '095558.320000', '095558.322000', '095558.325000', '095618.211000', '095618.213000', '095618.216000', '095618.219000', '095618.221000', '095618.224000', '095618.227000', '095618.229000', '095618.232000', '095618.234000', '095618.237000', '095618.240000', '095618.242000', '095618.245000', '095618.248000', '095618.250000', '095618.253000', '095618.255000', '095618.258000', '095618.261000', '095618.263000', '095618.266000', '095618.268000', '095618.271000', '095618.274000', '095618.276000', '095618.279000', '095618.281000', '095618.284000', '095618.287000', '095618.289000', '095618.292000', '095618.295000', '095618.297000', '095618.300000', '095618.303000', '095618.305000', '095618.308000', '095618.311000', '095618.313000', '095618.316000', '095618.318000', '095618.321000', '095638.211000', '095638.213000', '095638.216000', '095638.219000', '095638.221000', '095638.224000', '095638.226000', '095638.229000', '095638.232000', '095638.234000', '095638.237000', '095638.239000', '095638.242000', '095638.245000', '095638.247000', '095638.250000', '095638.253000', '095638.255000', '095638.258000', '095638.260000', '095638.263000', '095638.265000', '095638.268000', '095638.270000', '095638.273000', '095638.276000', '095638.278000', '095638.281000', '095638.283000', '095638.286000', '095638.289000', '095638.291000', '095638.294000', '095638.296000', '095638.299000', '095638.301000', '095638.304000', '095638.306000', '095638.309000', '095638.312000', '095638.314000', '095638.317000', '095638.320000', '095638.322000', '095658.210000', '095658.213000', '095658.216000', '095658.218000', '095658.221000', '095658.224000', '095658.226000', '095658.229000', '095658.231000', '095658.234000', '095658.236000', '095658.239000', '095658.242000', '095658.244000', '095658.247000', '095658.249000', '095658.252000', '095658.255000', '095658.257000', '095658.260000', '095658.262000', '095658.265000', '095658.267000', '095658.270000', '095658.272000', '095658.275000', '095658.278000', '095658.280000', '095658.283000', '095658.285000', '095658.288000', '095658.291000', '095658.293000', '095658.296000', '095658.299000', '095658.301000', '095658.304000', '095658.307000', '095658.310000', '095658.312000', '095658.315000', '095658.324000', '095658.327000', '095718.210000', '095718.213000', '095718.216000', '095718.219000', '095718.221000', '095718.224000', '095718.226000', '095718.229000', '095718.232000', '095718.234000', '095718.237000', '095718.240000', '095718.242000', '095718.245000', '095718.248000', '095718.251000', '095718.253000', '095718.256000', '095718.258000', '095718.261000', '095718.263000', '095718.266000', '095718.269000', '095718.271000', '095718.274000', '095718.276000', '095718.279000', '095718.281000', '095718.284000', '095718.287000', '095718.289000', '095718.292000', '095718.294000', '095718.297000', '095718.299000', '095718.302000', '095718.304000', '095718.307000', '095718.310000', '095718.312000', '095718.315000', '095718.317000', '095718.320000', '095718.323000', '095738.211000', '095738.214000', '095738.216000', '095738.219000', '095738.221000', '095738.224000', '095738.226000', '095738.229000', '095738.232000', '095738.234000', '095738.237000', '095738.243000', '095738.246000', '095738.249000', '095738.251000', '095738.254000', '095738.256000', '095738.259000', '095738.262000', '095738.264000', '095738.267000', '095738.269000', '095738.272000', '095738.275000', '095738.277000', '095738.280000', '095738.283000', '095738.285000', '095738.288000', '095738.290000', '095738.293000', '095738.296000', '095738.298000', '095738.301000', '095738.303000', '095738.306000', '095738.309000', '095738.311000', '095738.314000', '095738.316000', '095738.319000', '095738.322000', '095738.324000', '095758.209000', '095758.212000', '095758.215000', '095758.217000', '095758.220000', '095758.222000', '095758.225000', '095758.228000', '095758.230000', '095758.233000', '095758.235000', '095758.238000', '095758.241000', '095758.243000', '095758.246000', '095758.249000', '095758.251000', '095758.254000', '095758.256000', '095758.259000', '095758.261000', '095758.264000', '095758.267000', '095758.269000', '095758.272000', '095758.275000', '095758.277000', '095758.280000', '095758.282000', '095758.305000', '095758.308000', '095758.310000', '095758.313000', '095758.316000', '095758.318000', '095758.321000', '095758.324000', '095758.327000', '095758.329000', '095758.332000', '095758.334000', '095758.337000', '095758.340000', '095758.342000', '095818.211000', '095818.213000', '095818.216000', '095818.219000', '095818.221000', '095818.224000', '095818.226000', '095818.229000', '095818.232000', '095818.234000', '095818.237000', '095818.240000', '095818.242000', '095818.245000', '095818.247000', '095818.250000', '095818.253000', '095818.255000', '095818.258000', '095818.260000', '095818.263000', '095818.265000', '095818.268000', '095818.279000', '095818.281000', '095818.284000', '095818.286000', '095818.289000', '095818.292000', '095818.294000', '095818.307000', '095818.309000', '095818.312000', '095818.315000', '095818.317000', '095818.320000', '095818.322000', '095818.325000', '095818.328000', '095818.330000', '095818.333000', '095818.336000', '095818.338000', '095838.211000', '095838.213000', '095838.217000', '095838.220000', '095838.222000', '095838.225000', '095838.227000', '095838.230000', '095838.233000', '095838.235000', '095838.238000', '095838.240000', '095838.243000', '095838.246000', '095838.248000', '095838.251000', '095838.254000', '095838.256000', '095838.259000', '095838.261000', '095838.264000', '095838.267000', '095838.269000', '095838.272000', '095838.275000', '095838.277000', '095838.280000', '095838.282000', '095838.285000', '095838.288000', '095838.290000', '095838.293000', '095838.296000', '095838.298000', '095838.301000', '095838.303000', '095838.306000', '095838.309000', '095838.311000', '095838.314000', '095838.316000', '095838.319000', '095838.322000', '095838.324000', '095858.211000', '095858.213000', '095858.216000', '095858.219000', '095858.221000', '095858.224000', '095858.226000', '095858.229000', '095858.232000', '095858.234000', '095858.237000', '095858.240000', '095858.242000', '095858.245000', '095858.248000', '095858.250000', '095858.253000', '095858.255000', '095858.258000', '095858.261000', '095858.263000', '095858.266000', '095858.269000', '095858.271000', '095858.274000', '095858.276000', '095858.279000', '095858.282000', '095858.284000', '095858.287000', '095858.290000', '095858.292000', '095858.295000', '095858.297000', '095858.300000', '095858.303000', '095858.305000', '095858.308000', '095858.310000', '095858.313000', '095858.316000', '095858.318000', '095858.321000', '095918.211000', '095918.214000', '095918.216000', '095918.219000', '095918.222000', '095918.224000', '095918.227000', '095918.230000', '095918.232000', '095918.235000', '095918.237000', '095918.240000', '095918.243000', '095918.245000', '095918.248000', '095918.251000', '095918.253000', '095918.256000', '095918.259000', '095918.265000', '095918.267000', '095918.270000', '095918.273000', '095918.275000', '095918.278000', '095918.280000', '095918.283000', '095918.286000', '095918.288000', '095918.291000', '095918.294000', '095918.296000', '095918.299000', '095918.301000', '095918.304000', '095918.307000', '095918.309000', '095918.312000', '095918.314000', '095918.317000', '095918.319000', '095918.322000', '095918.325000', '095938.211000', '095938.213000', '095938.216000', '095938.219000', '095938.221000', '095938.224000', '095938.246000', '095938.248000', '095938.251000', '095938.253000', '095938.256000', '095938.259000', '095938.261000', '095938.264000', '095938.266000', '095938.269000', '095938.272000', '095938.274000', '095938.277000', '095938.279000', '095938.282000', '095938.285000', '095938.287000', '095938.290000', '095938.292000', '095938.295000', '095938.298000', '095938.300000', '095938.303000', '095938.305000', '095938.308000', '095938.310000', '095938.313000', '095938.316000', '095938.321000', '095938.324000', '095938.326000', '095938.329000', '095938.332000', '095938.334000', '095938.337000', '095938.340000', '095938.342000', '095938.345000', '095958.211000', '095958.213000', '095958.216000', '095958.219000', '095958.221000', '095958.224000', '095958.227000', '095958.229000', '095958.232000', '095958.235000', '095958.237000', '095958.240000', '095958.242000', '095958.245000', '095958.248000', '095958.250000', '095958.253000', '095958.258000', '095958.260000', '095958.263000', '095958.266000', '095958.268000', '095958.271000', '095958.274000', '095958.276000', '095958.279000', '095958.281000', '095958.284000', '095958.287000', '095958.289000', '095958.292000', '095958.294000', '095958.297000', '095958.299000', '095958.302000', '095958.305000', '095958.307000', '095958.310000', '095958.313000', '095958.315000', '095958.318000', '095958.320000', '095958.323000', '100018.210000', '100018.212000', '100018.215000', '100018.218000', '100018.220000', '100018.223000', '100018.226000', '100018.228000', '100018.231000', '100018.233000', '100018.236000', '100018.238000', '100018.241000', '100018.244000', '100018.246000', '100018.249000', '100018.251000', '100018.254000', '100018.256000', '100018.259000', '100018.262000', '100018.264000', '100018.267000', '100018.269000', '100018.272000', '100018.275000', '100018.277000', '100018.280000', '100018.282000', '100018.285000', '100018.288000', '100018.290000', '100018.293000', '100018.295000', '100018.298000', '100018.301000', '100018.303000', '100018.306000', '100018.308000', '100018.311000', '100018.314000', '100018.316000', '100018.319000', '100018.321000', '100038.211000', '100038.213000', '100038.216000', '100038.219000', '100038.222000', '100038.224000', '100038.227000', '100038.230000', '100038.232000', '100038.235000', '100038.238000', '100038.241000', '100038.244000', '100038.247000', '100038.249000', '100038.252000', '100038.254000', '100038.257000', '100038.259000', '100038.262000', '100038.265000', '100038.267000', '100038.270000', '100038.272000', '100038.275000', '100038.277000', '100038.280000', '100038.283000', '100038.285000', '100038.288000', '100038.290000', '100038.293000', '100038.296000', '100038.298000', '100038.301000', '100038.304000', '100038.306000', '100038.309000', '100038.311000', '100038.314000', '100038.316000', '100038.319000', '100038.321000', '100058.211000', '100058.214000', '100058.216000', '100058.219000', '100058.221000', '100058.224000', '100058.227000', '100058.229000', '100058.232000', '100058.235000', '100058.237000', '100058.240000', '100058.243000', '100058.245000', '100058.248000', '100058.250000', '100058.253000', '100058.255000', '100058.258000', '100058.261000', '100058.263000', '100058.266000', '100058.268000', '100058.271000', '100058.273000', '100058.276000', '100058.279000', '100058.281000', '100058.284000', '100058.286000', '100058.289000', '100058.292000', '100058.294000', '100058.297000', '100058.300000', '100058.302000', '100058.305000', '100058.307000', '100058.310000', '100058.312000', '100058.315000', '100058.318000', '100058.320000', '100058.323000', '100118.210000', '100118.213000', '100118.216000', '100118.219000', '100118.221000', '100118.224000', '100118.226000', '100118.229000', '100118.231000', '100118.234000', '100118.237000', '100118.239000', '100118.242000', '100118.244000', '100118.247000', '100118.250000', '100118.252000', '100118.255000', '100118.258000', '100118.260000', '100118.263000', '100118.266000', '100118.268000', '100118.271000', '100118.273000', '100118.276000', '100118.278000', '100118.281000', '100118.284000', '100118.286000', '100118.289000', '100118.292000', '100118.294000', '100118.298000', '100118.301000', '100118.303000', '100118.306000', '100118.308000', '100118.311000', '100118.313000', '100118.316000', '100118.319000', '100118.321000', '100138.211000', '100138.213000', '100138.216000', '100138.219000', '100138.222000', '100138.224000', '100138.227000', '100138.230000', '100138.232000', '100138.235000', '100138.237000', '100138.240000', '100138.243000', '100138.245000', '100138.248000', '100138.251000', '100138.253000', '100138.256000', '100138.259000', '100138.261000', '100138.264000', '100138.266000', '100138.269000', '100138.271000', '100138.274000', '100138.276000', '100138.279000', '100138.282000', '100138.284000', '100138.287000', '100138.290000', '100138.292000', '100138.295000', '100138.297000', '100138.300000', '100138.302000', '100138.305000', '100138.308000', '100138.310000', '100138.313000', '100138.315000', '100138.318000', '100138.320000', '100138.323000', '100158.242000', '100158.245000', '100158.247000', '100158.250000', '100158.252000', '100158.255000', '100158.258000', '100158.260000', '100158.263000', '100158.266000', '100158.268000', '100158.271000', '100158.273000', '100158.276000', '100158.279000', '100158.281000', '100158.284000', '100158.287000', '100158.290000', '100158.292000', '100158.295000', '100158.298000', '100158.300000', '100158.303000', '100158.306000', '100158.308000', '100158.311000', '100158.314000', '100158.316000', '100158.319000', '100158.321000', '100158.324000', '100158.327000', '100158.329000', '100158.332000', '100158.334000', '100158.337000', '100158.339000', '100158.342000', '100158.345000', '100158.347000', '100158.350000', '100158.353000', '100218.211000', '100218.213000', '100218.216000', '100218.219000', '100218.221000', '100218.224000', '100218.226000', '100218.229000', '100218.232000', '100218.234000', '100218.237000', '100218.239000', '100218.242000', '100218.244000', '100218.247000', '100218.250000', '100218.252000', '100218.255000', '100218.258000', '100218.260000', '100218.263000', '100218.265000', '100218.268000', '100218.270000', '100218.273000', '100218.275000', '100218.278000', '100218.281000', '100218.283000', '100218.286000', '100218.289000', '100218.291000', '100218.294000', '100218.296000', '100218.299000', '100218.302000', '100218.304000', '100218.307000', '100218.309000', '100218.312000', '100218.315000', '100218.317000', '100218.320000', '100218.322000', '100238.210000', '100238.212000', '100238.215000', '100238.218000', '100238.220000', '100238.223000', '100238.225000', '100238.228000', '100238.231000', '100238.233000', '100238.236000', '100238.238000', '100238.241000', '100238.244000', '100238.247000', '100238.249000', '100238.252000', '100238.254000', '100238.257000', '100238.260000', '100238.262000', '100238.265000', '100238.268000', '100238.270000', '100238.273000', '100238.276000', '100238.278000', '100238.281000', '100238.284000', '100238.286000', '100238.289000', '100238.292000', '100238.294000', '100238.297000', '100238.300000', '100238.303000', '100238.306000', '100238.308000', '100238.311000', '100238.321000', '100238.324000', '100238.326000', '100238.329000', '100258.211000', '100258.214000', '100258.216000', '100258.219000', '100258.221000', '100258.224000', '100258.226000', '100258.229000', '100258.232000', '100258.234000', '100258.237000', '100258.239000', '100258.242000', '100258.245000', '100258.247000', '100258.250000', '100258.252000', '100258.255000', '100258.258000', '100258.260000', '100258.263000', '100258.265000', '100258.268000', '100258.271000', '100258.273000', '100258.276000', '100258.291000', '100258.293000', '100258.296000', '100258.298000', '100258.301000', '100258.304000', '100258.306000', '100258.309000', '100258.312000', '100258.314000', '100258.317000', '100258.320000', '100258.322000', '100258.325000', '100258.327000', '100258.330000', '100258.333000', '100258.335000', '100309.103000', '100309.106000', '100309.109000', '100309.111000', '100309.114000', '100309.118000', '100309.120000', '100309.123000', '100309.126000', '100309.129000', '100309.132000', '100309.134000', '100309.137000', '100309.140000', '100309.142000', '100309.146000', '100309.150000', '100309.153000', '100309.155000', '100309.158000', '100309.161000', '100309.164000', '100309.167000', '100309.170000'], 'InstanceCreationTime': ['094918.262000', '094918.265000', '094918.268000', '094918.271000', '094918.273000', '094918.276000', '094918.278000', '094918.281000', '094918.284000', '094918.286000', '094918.289000', '094918.291000', '094918.294000', '094918.297000', '094918.299000', '094918.302000', '094918.304000', '094918.307000', '094918.309000', '094918.312000', '094918.314000', '094918.317000', '094918.319000', '094918.322000', '094918.325000', '094918.328000', '094918.330000', '094918.333000', '094918.336000', '094918.338000', '094918.346000', '094918.349000', '094918.351000', '094918.354000', '094918.357000', '094918.359000', '094918.362000', '094918.364000', '094918.367000', '094918.370000', '094918.372000', '094918.375000', '094918.377000', '094918.380000', '094918.383000', '094918.385000', '094918.388000', '094918.390000', '094918.393000', '094918.396000', '094918.398000', '094918.401000', '094938.210000', '094938.213000', '094938.216000', '094938.219000', '094938.221000', '094938.224000', '094938.226000', '094938.229000', '094938.232000', '094938.234000', '094938.237000', '094938.239000', '094938.242000', '094938.245000', '094938.247000', '094938.250000', '094938.253000', '094938.273000', '094938.276000', '094938.278000', '094938.281000', '094938.283000', '094938.286000', '094938.289000', '094938.295000', '094938.298000', '094938.300000', '094938.303000', '094938.305000', '094938.308000', '094938.311000', '094938.313000', '094938.316000', '094938.318000', '094938.321000', '094938.324000', '094938.326000', '094938.329000', '094938.331000', '094938.334000', '094938.336000', '094938.339000', '094938.341000', '094938.344000', '094958.211000', '094958.213000', '094958.216000', '094958.219000', '094958.222000', '094958.224000', '094958.227000', '094958.229000', '094958.232000', '094958.235000', '094958.237000', '094958.240000', '094958.242000', '094958.245000', '094958.248000', '094958.250000', '094958.253000', '094958.255000', '094958.258000', '094958.261000', '094958.263000', '094958.266000', '094958.268000', '094958.271000', '094958.274000', '094958.276000', '094958.287000', '094958.289000', '094958.292000', '094958.294000', '094958.297000', '094958.300000', '094958.302000', '094958.305000', '094958.307000', '094958.310000', '094958.313000', '094958.315000', '094958.318000', '094958.320000', '094958.323000', '094958.326000', '094958.328000', '095018.210000', '095018.213000', '095018.216000', '095018.219000', '095018.221000', '095018.224000', '095018.226000', '095018.229000', '095018.231000', '095018.234000', '095018.236000', '095018.239000', '095018.242000', '095018.244000', '095018.247000', '095018.249000', '095018.252000', '095018.255000', '095018.263000', '095018.266000', '095018.269000', '095018.271000', '095018.274000', '095018.277000', '095018.279000', '095018.282000', '095018.284000', '095018.287000', '095018.290000', '095018.292000', '095018.295000', '095018.298000', '095018.300000', '095018.303000', '095018.305000', '095018.308000', '095018.310000', '095018.313000', '095018.315000', '095018.318000', '095018.321000', '095018.323000', '095018.326000', '095038.210000', '095038.213000', '095038.216000', '095038.219000', '095038.221000', '095038.224000', '095038.226000', '095038.236000', '095038.238000', '095038.241000', '095038.244000', '095038.246000', '095038.249000', '095038.251000', '095038.254000', '095038.257000', '095038.259000', '095038.262000', '095038.264000', '095038.267000', '095038.269000', '095038.272000', '095038.275000', '095038.277000', '095038.280000', '095038.282000', '095038.285000', '095038.287000', '095038.290000', '095038.293000', '095038.295000', '095038.298000', '095038.300000', '095038.303000', '095038.305000', '095038.308000', '095038.311000', '095038.313000', '095038.316000', '095038.319000', '095038.321000', '095038.324000', '095038.327000', '095038.329000', '095058.209000', '095058.212000', '095058.215000', '095058.219000', '095058.222000', '095058.224000', '095058.227000', '095058.230000', '095058.232000', '095058.235000', '095058.237000', '095058.240000', '095058.251000', '095058.253000', '095058.256000', '095058.258000', '095058.261000', '095058.264000', '095058.266000', '095058.269000', '095058.272000', '095058.274000', '095058.277000', '095058.279000', '095058.282000', '095058.285000', '095058.287000', '095058.290000', '095058.292000', '095058.295000', '095058.298000', '095058.300000', '095058.303000', '095058.306000', '095058.308000', '095058.311000', '095058.313000', '095058.316000', '095058.318000', '095058.321000', '095058.324000', '095058.326000', '095058.329000', '095058.331000', '095118.210000', '095118.213000', '095118.216000', '095118.219000', '095118.221000', '095118.224000', '095118.226000', '095118.229000', '095118.231000', '095118.234000', '095118.237000', '095118.239000', '095118.242000', '095118.244000', '095118.247000', '095118.249000', '095118.252000', '095118.255000', '095118.257000', '095118.260000', '095118.262000', '095118.265000', '095118.267000', '095118.270000', '095118.273000', '095118.275000', '095118.278000', '095118.293000', '095118.296000', '095118.298000', '095118.301000', '095118.304000', '095118.306000', '095118.309000', '095118.311000', '095118.314000', '095118.317000', '095118.319000', '095118.322000', '095118.324000', '095118.327000', '095118.330000', '095118.332000', '095138.210000', '095138.213000', '095138.216000', '095138.218000', '095138.221000', '095138.224000', '095138.226000', '095138.229000', '095138.231000', '095138.234000', '095138.237000', '095138.239000', '095138.242000', '095138.244000', '095138.247000', '095138.250000', '095138.252000', '095138.255000', '095138.257000', '095138.260000', '095138.263000', '095138.265000', '095138.268000', '095138.270000', '095138.279000', '095138.282000', '095138.284000', '095138.287000', '095138.290000', '095138.292000', '095138.295000', '095138.298000', '095138.300000', '095138.303000', '095138.305000', '095138.308000', '095138.311000', '095138.313000', '095138.316000', '095138.318000', '095138.321000', '095138.323000', '095138.326000', '095158.211000', '095158.214000', '095158.216000', '095158.219000', '095158.221000', '095158.224000', '095158.226000', '095158.229000', '095158.232000', '095158.234000', '095158.237000', '095158.239000', '095158.242000', '095158.244000', '095158.247000', '095158.250000', '095158.252000', '095158.255000', '095158.257000', '095158.260000', '095158.263000', '095158.265000', '095158.268000', '095158.270000', '095158.273000', '095158.275000', '095158.278000', '095158.281000', '095158.283000', '095158.286000', '095158.288000', '095158.291000', '095158.294000', '095158.296000', '095158.299000', '095158.301000', '095158.304000', '095158.307000', '095158.309000', '095158.312000', '095158.314000', '095158.317000', '095158.320000', '095158.322000', '095218.210000', '095218.213000', '095218.222000', '095218.224000', '095218.227000', '095218.229000', '095218.232000', '095218.235000', '095218.237000', '095218.240000', '095218.243000', '095218.245000', '095218.248000', '095218.250000', '095218.253000', '095218.256000', '095218.259000', '095218.262000', '095218.264000', '095218.267000', '095218.269000', '095218.272000', '095218.275000', '095218.277000', '095218.280000', '095218.282000', '095218.285000', '095218.288000', '095218.290000', '095218.293000', '095218.295000', '095218.298000', '095218.301000', '095218.303000', '095218.306000', '095218.309000', '095218.311000', '095218.315000', '095218.318000', '095218.320000', '095218.323000', '095218.326000', '095218.328000', '095218.331000', '095238.210000', '095238.213000', '095238.216000', '095238.219000', '095238.222000', '095238.224000', '095238.227000', '095238.229000', '095238.232000', '095238.235000', '095238.237000', '095238.240000', '095238.243000', '095238.245000', '095238.248000', '095238.250000', '095238.253000', '095238.256000', '095238.258000', '095238.261000', '095238.264000', '095238.266000', '095238.269000', '095238.272000', '095238.274000', '095238.277000', '095238.279000', '095238.282000', '095238.285000', '095238.288000', '095238.290000', '095238.293000', '095238.295000', '095238.298000', '095238.301000', '095238.303000', '095238.306000', '095238.308000', '095238.311000', '095238.314000', '095238.316000', '095238.319000', '095238.321000', '095258.210000', '095258.213000', '095258.216000', '095258.218000', '095258.221000', '095258.224000', '095258.226000', '095258.229000', '095258.231000', '095258.245000', '095258.247000', '095258.250000', '095258.253000', '095258.256000', '095258.259000', '095258.261000', '095258.264000', '095258.267000', '095258.269000', '095258.272000', '095258.274000', '095258.277000', '095258.280000', '095258.282000', '095258.285000', '095258.288000', '095258.290000', '095258.293000', '095258.296000', '095258.298000', '095258.301000', '095258.304000', '095258.306000', '095258.314000', '095258.316000', '095258.319000', '095258.322000', '095258.324000', '095258.327000', '095258.330000', '095258.332000', '095258.335000', '095258.337000', '095318.209000', '095318.212000', '095318.215000', '095318.217000', '095318.221000', '095318.223000', '095318.226000', '095318.229000', '095318.231000', '095318.234000', '095318.237000', '095318.239000', '095318.242000', '095318.244000', '095318.247000', '095318.249000', '095318.252000', '095318.255000', '095318.257000', '095318.260000', '095318.263000', '095318.265000', '095318.268000', '095318.270000', '095318.273000', '095318.276000', '095318.278000', '095318.281000', '095318.284000', '095318.286000', '095318.289000', '095318.291000', '095318.294000', '095318.297000', '095318.299000', '095318.302000', '095318.304000', '095318.307000', '095318.310000', '095318.312000', '095318.315000', '095318.318000', '095318.321000', '095318.323000', '095338.210000', '095338.213000', '095338.216000', '095338.219000', '095338.221000', '095338.224000', '095338.226000', '095338.229000', '095338.232000', '095338.234000', '095338.237000', '095338.240000', '095338.242000', '095338.245000', '095338.248000', '095338.250000', '095338.253000', '095338.256000', '095338.258000', '095338.261000', '095338.263000', '095338.266000', '095338.269000', '095338.271000', '095338.274000', '095338.277000', '095338.279000', '095338.282000', '095338.285000', '095338.287000', '095338.290000', '095338.292000', '095338.295000', '095338.299000', '095338.301000', '095338.304000', '095338.307000', '095338.309000', '095338.312000', '095338.314000', '095338.317000', '095338.319000', '095338.322000', '095358.210000', '095358.213000', '095358.216000', '095358.219000', '095358.221000', '095358.224000', '095358.226000', '095358.229000', '095358.231000', '095358.234000', '095358.237000', '095358.239000', '095358.242000', '095358.244000', '095358.247000', '095358.249000', '095358.252000', '095358.255000', '095358.257000', '095358.260000', '095358.262000', '095358.265000', '095358.268000', '095358.270000', '095358.273000', '095358.276000', '095358.278000', '095358.281000', '095358.283000', '095358.286000', '095358.289000', '095358.291000', '095358.294000', '095358.296000', '095358.299000', '095358.302000', '095358.304000', '095358.307000', '095358.309000', '095358.312000', '095358.315000', '095358.317000', '095358.320000', '095358.322000', '095418.211000', '095418.213000', '095418.216000', '095418.219000', '095418.221000', '095418.224000', '095418.226000', '095418.229000', '095418.232000', '095418.234000', '095418.237000', '095418.240000', '095418.242000', '095418.245000', '095418.248000', '095418.250000', '095418.253000', '095418.256000', '095418.258000', '095418.275000', '095418.278000', '095418.281000', '095418.283000', '095418.293000', '095418.295000', '095418.298000', '095418.301000', '095418.303000', '095418.306000', '095418.309000', '095418.311000', '095418.314000', '095418.317000', '095418.319000', '095418.322000', '095418.325000', '095418.327000', '095418.330000', '095418.335000', '095418.338000', '095418.341000', '095418.343000', '095418.346000', '095438.211000', '095438.213000', '095438.216000', '095438.219000', '095438.221000', '095438.224000', '095438.226000', '095438.229000', '095438.231000', '095438.234000', '095438.236000', '095438.239000', '095438.242000', '095438.244000', '095438.247000', '095438.249000', '095438.252000', '095438.254000', '095438.257000', '095438.260000', '095438.262000', '095438.265000', '095438.267000', '095438.270000', '095438.273000', '095438.275000', '095438.278000', '095438.280000', '095438.283000', '095438.285000', '095438.288000', '095438.290000', '095438.293000', '095438.296000', '095438.298000', '095438.301000', '095438.303000', '095438.306000', '095438.308000', '095438.311000', '095438.313000', '095438.316000', '095438.319000', '095438.321000', '095458.211000', '095458.213000', '095458.216000', '095458.219000', '095458.221000', '095458.224000', '095458.226000', '095458.229000', '095458.232000', '095458.234000', '095458.237000', '095458.239000', '095458.242000', '095458.244000', '095458.247000', '095458.250000', '095458.252000', '095458.255000', '095458.257000', '095458.260000', '095458.262000', '095458.265000', '095458.268000', '095458.271000', '095458.274000', '095458.277000', '095458.279000', '095458.282000', '095458.285000', '095458.287000', '095458.290000', '095458.293000', '095458.295000', '095458.298000', '095458.300000', '095458.303000', '095458.305000', '095458.308000', '095458.311000', '095458.313000', '095458.316000', '095458.319000', '095458.321000', '095518.211000', '095518.214000', '095518.216000', '095518.219000', '095518.221000', '095518.224000', '095518.226000', '095518.229000', '095518.232000', '095518.234000', '095518.237000', '095518.239000', '095518.242000', '095518.244000', '095518.247000', '095518.249000', '095518.252000', '095518.255000', '095518.257000', '095518.260000', '095518.262000', '095518.265000', '095518.268000', '095518.270000', '095518.273000', '095518.275000', '095518.278000', '095518.281000', '095518.283000', '095518.286000', '095518.288000', '095518.291000', '095518.294000', '095518.296000', '095518.299000', '095518.301000', '095518.304000', '095518.306000', '095518.309000', '095518.311000', '095518.314000', '095518.317000', '095518.319000', '095518.322000', '095538.209000', '095538.212000', '095538.215000', '095538.218000', '095538.220000', '095538.223000', '095538.225000', '095538.228000', '095538.231000', '095538.233000', '095538.236000', '095538.238000', '095538.241000', '095538.244000', '095538.246000', '095538.249000', '095538.252000', '095538.254000', '095538.257000', '095538.259000', '095538.262000', '095538.265000', '095538.267000', '095538.270000', '095538.272000', '095538.275000', '095538.278000', '095538.280000', '095538.283000', '095538.285000', '095538.302000', '095538.304000', '095538.307000', '095538.310000', '095538.312000', '095538.315000', '095538.317000', '095538.320000', '095538.323000', '095538.325000', '095538.328000', '095538.331000', '095538.333000', '095558.211000', '095558.214000', '095558.216000', '095558.219000', '095558.222000', '095558.225000', '095558.227000', '095558.230000', '095558.232000', '095558.235000', '095558.238000', '095558.240000', '095558.243000', '095558.246000', '095558.248000', '095558.251000', '095558.254000', '095558.256000', '095558.259000', '095558.262000', '095558.264000', '095558.267000', '095558.270000', '095558.272000', '095558.275000', '095558.277000', '095558.280000', '095558.283000', '095558.285000', '095558.288000', '095558.291000', '095558.293000', '095558.296000', '095558.299000', '095558.301000', '095558.304000', '095558.306000', '095558.309000', '095558.312000', '095558.314000', '095558.317000', '095558.320000', '095558.322000', '095558.325000', '095618.211000', '095618.213000', '095618.216000', '095618.219000', '095618.221000', '095618.224000', '095618.227000', '095618.229000', '095618.232000', '095618.234000', '095618.237000', '095618.240000', '095618.242000', '095618.245000', '095618.248000', '095618.250000', '095618.253000', '095618.255000', '095618.258000', '095618.261000', '095618.263000', '095618.266000', '095618.268000', '095618.271000', '095618.274000', '095618.276000', '095618.279000', '095618.281000', '095618.284000', '095618.287000', '095618.289000', '095618.292000', '095618.295000', '095618.297000', '095618.300000', '095618.303000', '095618.305000', '095618.308000', '095618.311000', '095618.313000', '095618.316000', '095618.318000', '095618.321000', '095638.211000', '095638.213000', '095638.216000', '095638.219000', '095638.221000', '095638.224000', '095638.226000', '095638.229000', '095638.232000', '095638.234000', '095638.237000', '095638.239000', '095638.242000', '095638.245000', '095638.247000', '095638.250000', '095638.253000', '095638.255000', '095638.258000', '095638.260000', '095638.263000', '095638.265000', '095638.268000', '095638.270000', '095638.273000', '095638.276000', '095638.278000', '095638.281000', '095638.283000', '095638.286000', '095638.289000', '095638.291000', '095638.294000', '095638.296000', '095638.299000', '095638.301000', '095638.304000', '095638.306000', '095638.309000', '095638.312000', '095638.314000', '095638.317000', '095638.320000', '095638.322000', '095658.210000', '095658.213000', '095658.216000', '095658.218000', '095658.221000', '095658.224000', '095658.226000', '095658.229000', '095658.231000', '095658.234000', '095658.236000', '095658.239000', '095658.242000', '095658.244000', '095658.247000', '095658.249000', '095658.252000', '095658.255000', '095658.257000', '095658.260000', '095658.262000', '095658.265000', '095658.267000', '095658.270000', '095658.272000', '095658.275000', '095658.278000', '095658.280000', '095658.283000', '095658.285000', '095658.288000', '095658.291000', '095658.293000', '095658.296000', '095658.299000', '095658.301000', '095658.304000', '095658.307000', '095658.310000', '095658.312000', '095658.315000', '095658.324000', '095658.327000', '095718.210000', '095718.213000', '095718.216000', '095718.219000', '095718.221000', '095718.224000', '095718.226000', '095718.229000', '095718.232000', '095718.234000', '095718.237000', '095718.240000', '095718.242000', '095718.245000', '095718.248000', '095718.251000', '095718.253000', '095718.256000', '095718.258000', '095718.261000', '095718.263000', '095718.266000', '095718.269000', '095718.271000', '095718.274000', '095718.276000', '095718.279000', '095718.281000', '095718.284000', '095718.287000', '095718.289000', '095718.292000', '095718.294000', '095718.297000', '095718.299000', '095718.302000', '095718.304000', '095718.307000', '095718.310000', '095718.312000', '095718.315000', '095718.317000', '095718.320000', '095718.323000', '095738.211000', '095738.214000', '095738.216000', '095738.219000', '095738.221000', '095738.224000', '095738.226000', '095738.229000', '095738.232000', '095738.234000', '095738.237000', '095738.243000', '095738.246000', '095738.249000', '095738.251000', '095738.254000', '095738.256000', '095738.259000', '095738.262000', '095738.264000', '095738.267000', '095738.269000', '095738.272000', '095738.275000', '095738.277000', '095738.280000', '095738.283000', '095738.285000', '095738.288000', '095738.290000', '095738.293000', '095738.296000', '095738.298000', '095738.301000', '095738.303000', '095738.306000', '095738.309000', '095738.311000', '095738.314000', '095738.316000', '095738.319000', '095738.322000', '095738.324000', '095758.209000', '095758.212000', '095758.215000', '095758.217000', '095758.220000', '095758.222000', '095758.225000', '095758.228000', '095758.230000', '095758.233000', '095758.235000', '095758.238000', '095758.241000', '095758.243000', '095758.246000', '095758.249000', '095758.251000', '095758.254000', '095758.256000', '095758.259000', '095758.261000', '095758.264000', '095758.267000', '095758.269000', '095758.272000', '095758.275000', '095758.277000', '095758.280000', '095758.282000', '095758.305000', '095758.308000', '095758.310000', '095758.313000', '095758.316000', '095758.318000', '095758.321000', '095758.324000', '095758.327000', '095758.329000', '095758.332000', '095758.334000', '095758.337000', '095758.340000', '095758.342000', '095818.211000', '095818.213000', '095818.216000', '095818.219000', '095818.221000', '095818.224000', '095818.226000', '095818.229000', '095818.232000', '095818.234000', '095818.237000', '095818.240000', '095818.242000', '095818.245000', '095818.247000', '095818.250000', '095818.253000', '095818.255000', '095818.258000', '095818.260000', '095818.263000', '095818.265000', '095818.268000', '095818.279000', '095818.281000', '095818.284000', '095818.286000', '095818.289000', '095818.292000', '095818.294000', '095818.307000', '095818.309000', '095818.312000', '095818.315000', '095818.317000', '095818.320000', '095818.322000', '095818.325000', '095818.328000', '095818.330000', '095818.333000', '095818.336000', '095818.338000', '095838.211000', '095838.213000', '095838.217000', '095838.220000', '095838.222000', '095838.225000', '095838.227000', '095838.230000', '095838.233000', '095838.235000', '095838.238000', '095838.240000', '095838.243000', '095838.246000', '095838.248000', '095838.251000', '095838.254000', '095838.256000', '095838.259000', '095838.261000', '095838.264000', '095838.267000', '095838.269000', '095838.272000', '095838.275000', '095838.277000', '095838.280000', '095838.282000', '095838.285000', '095838.288000', '095838.290000', '095838.293000', '095838.296000', '095838.298000', '095838.301000', '095838.303000', '095838.306000', '095838.309000', '095838.311000', '095838.314000', '095838.316000', '095838.319000', '095838.322000', '095838.324000', '095858.211000', '095858.213000', '095858.216000', '095858.219000', '095858.221000', '095858.224000', '095858.226000', '095858.229000', '095858.232000', '095858.234000', '095858.237000', '095858.240000', '095858.242000', '095858.245000', '095858.248000', '095858.250000', '095858.253000', '095858.255000', '095858.258000', '095858.261000', '095858.263000', '095858.266000', '095858.269000', '095858.271000', '095858.274000', '095858.276000', '095858.279000', '095858.282000', '095858.284000', '095858.287000', '095858.290000', '095858.292000', '095858.295000', '095858.297000', '095858.300000', '095858.303000', '095858.305000', '095858.308000', '095858.310000', '095858.313000', '095858.316000', '095858.318000', '095858.321000', '095918.211000', '095918.214000', '095918.216000', '095918.219000', '095918.222000', '095918.224000', '095918.227000', '095918.230000', '095918.232000', '095918.235000', '095918.237000', '095918.240000', '095918.243000', '095918.245000', '095918.248000', '095918.251000', '095918.253000', '095918.256000', '095918.259000', '095918.265000', '095918.267000', '095918.270000', '095918.273000', '095918.275000', '095918.278000', '095918.280000', '095918.283000', '095918.286000', '095918.288000', '095918.291000', '095918.294000', '095918.296000', '095918.299000', '095918.301000', '095918.304000', '095918.307000', '095918.309000', '095918.312000', '095918.314000', '095918.317000', '095918.319000', '095918.322000', '095918.325000', '095938.211000', '095938.213000', '095938.216000', '095938.219000', '095938.221000', '095938.224000', '095938.246000', '095938.248000', '095938.251000', '095938.253000', '095938.256000', '095938.259000', '095938.261000', '095938.264000', '095938.266000', '095938.269000', '095938.272000', '095938.274000', '095938.277000', '095938.279000', '095938.282000', '095938.285000', '095938.287000', '095938.290000', '095938.292000', '095938.295000', '095938.298000', '095938.300000', '095938.303000', '095938.305000', '095938.308000', '095938.310000', '095938.313000', '095938.316000', '095938.321000', '095938.324000', '095938.326000', '095938.329000', '095938.332000', '095938.334000', '095938.337000', '095938.340000', '095938.342000', '095938.345000', '095958.211000', '095958.213000', '095958.216000', '095958.219000', '095958.221000', '095958.224000', '095958.227000', '095958.229000', '095958.232000', '095958.235000', '095958.237000', '095958.240000', '095958.242000', '095958.245000', '095958.248000', '095958.250000', '095958.253000', '095958.258000', '095958.260000', '095958.263000', '095958.266000', '095958.268000', '095958.271000', '095958.274000', '095958.276000', '095958.279000', '095958.281000', '095958.284000', '095958.287000', '095958.289000', '095958.292000', '095958.294000', '095958.297000', '095958.299000', '095958.302000', '095958.305000', '095958.307000', '095958.310000', '095958.313000', '095958.315000', '095958.318000', '095958.320000', '095958.323000', '100018.210000', '100018.212000', '100018.215000', '100018.218000', '100018.220000', '100018.223000', '100018.226000', '100018.228000', '100018.231000', '100018.233000', '100018.236000', '100018.238000', '100018.241000', '100018.244000', '100018.246000', '100018.249000', '100018.251000', '100018.254000', '100018.256000', '100018.259000', '100018.262000', '100018.264000', '100018.267000', '100018.269000', '100018.272000', '100018.275000', '100018.277000', '100018.280000', '100018.282000', '100018.285000', '100018.288000', '100018.290000', '100018.293000', '100018.295000', '100018.298000', '100018.301000', '100018.303000', '100018.306000', '100018.308000', '100018.311000', '100018.314000', '100018.316000', '100018.319000', '100018.321000', '100038.211000', '100038.213000', '100038.216000', '100038.219000', '100038.222000', '100038.224000', '100038.227000', '100038.230000', '100038.232000', '100038.235000', '100038.238000', '100038.241000', '100038.244000', '100038.247000', '100038.249000', '100038.252000', '100038.254000', '100038.257000', '100038.259000', '100038.262000', '100038.265000', '100038.267000', '100038.270000', '100038.272000', '100038.275000', '100038.277000', '100038.280000', '100038.283000', '100038.285000', '100038.288000', '100038.290000', '100038.293000', '100038.296000', '100038.298000', '100038.301000', '100038.304000', '100038.306000', '100038.309000', '100038.311000', '100038.314000', '100038.316000', '100038.319000', '100038.321000', '100058.211000', '100058.214000', '100058.216000', '100058.219000', '100058.221000', '100058.224000', '100058.227000', '100058.229000', '100058.232000', '100058.235000', '100058.237000', '100058.240000', '100058.243000', '100058.245000', '100058.248000', '100058.250000', '100058.253000', '100058.255000', '100058.258000', '100058.261000', '100058.263000', '100058.266000', '100058.268000', '100058.271000', '100058.273000', '100058.276000', '100058.279000', '100058.281000', '100058.284000', '100058.286000', '100058.289000', '100058.292000', '100058.294000', '100058.297000', '100058.300000', '100058.302000', '100058.305000', '100058.307000', '100058.310000', '100058.312000', '100058.315000', '100058.318000', '100058.320000', '100058.323000', '100118.210000', '100118.213000', '100118.216000', '100118.219000', '100118.221000', '100118.224000', '100118.226000', '100118.229000', '100118.231000', '100118.234000', '100118.237000', '100118.239000', '100118.242000', '100118.244000', '100118.247000', '100118.250000', '100118.252000', '100118.255000', '100118.258000', '100118.260000', '100118.263000', '100118.266000', '100118.268000', '100118.271000', '100118.273000', '100118.276000', '100118.278000', '100118.281000', '100118.284000', '100118.286000', '100118.289000', '100118.292000', '100118.294000', '100118.298000', '100118.301000', '100118.303000', '100118.306000', '100118.308000', '100118.311000', '100118.313000', '100118.316000', '100118.319000', '100118.321000', '100138.211000', '100138.213000', '100138.216000', '100138.219000', '100138.222000', '100138.224000', '100138.227000', '100138.230000', '100138.232000', '100138.235000', '100138.237000', '100138.240000', '100138.243000', '100138.245000', '100138.248000', '100138.251000', '100138.253000', '100138.256000', '100138.259000', '100138.261000', '100138.264000', '100138.266000', '100138.269000', '100138.271000', '100138.274000', '100138.276000', '100138.279000', '100138.282000', '100138.284000', '100138.287000', '100138.290000', '100138.292000', '100138.295000', '100138.297000', '100138.300000', '100138.302000', '100138.305000', '100138.308000', '100138.310000', '100138.313000', '100138.315000', '100138.318000', '100138.320000', '100138.323000', '100158.242000', '100158.245000', '100158.247000', '100158.250000', '100158.252000', '100158.255000', '100158.258000', '100158.260000', '100158.263000', '100158.266000', '100158.268000', '100158.271000', '100158.273000', '100158.276000', '100158.279000', '100158.281000', '100158.284000', '100158.287000', '100158.290000', '100158.292000', '100158.295000', '100158.298000', '100158.300000', '100158.303000', '100158.306000', '100158.308000', '100158.311000', '100158.314000', '100158.316000', '100158.319000', '100158.321000', '100158.324000', '100158.327000', '100158.329000', '100158.332000', '100158.334000', '100158.337000', '100158.339000', '100158.342000', '100158.345000', '100158.347000', '100158.350000', '100158.353000', '100218.211000', '100218.213000', '100218.216000', '100218.219000', '100218.221000', '100218.224000', '100218.226000', '100218.229000', '100218.232000', '100218.234000', '100218.237000', '100218.239000', '100218.242000', '100218.244000', '100218.247000', '100218.250000', '100218.252000', '100218.255000', '100218.258000', '100218.260000', '100218.263000', '100218.265000', '100218.268000', '100218.270000', '100218.273000', '100218.275000', '100218.278000', '100218.281000', '100218.283000', '100218.286000', '100218.289000', '100218.291000', '100218.294000', '100218.296000', '100218.299000', '100218.302000', '100218.304000', '100218.307000', '100218.309000', '100218.312000', '100218.315000', '100218.317000', '100218.320000', '100218.322000', '100238.210000', '100238.212000', '100238.215000', '100238.218000', '100238.220000', '100238.223000', '100238.225000', '100238.228000', '100238.231000', '100238.233000', '100238.236000', '100238.238000', '100238.241000', '100238.244000', '100238.247000', '100238.249000', '100238.252000', '100238.254000', '100238.257000', '100238.260000', '100238.262000', '100238.265000', '100238.268000', '100238.270000', '100238.273000', '100238.276000', '100238.278000', '100238.281000', '100238.284000', '100238.286000', '100238.289000', '100238.292000', '100238.294000', '100238.297000', '100238.300000', '100238.303000', '100238.306000', '100238.308000', '100238.311000', '100238.321000', '100238.324000', '100238.326000', '100238.329000', '100258.211000', '100258.214000', '100258.216000', '100258.219000', '100258.221000', '100258.224000', '100258.226000', '100258.229000', '100258.232000', '100258.234000', '100258.237000', '100258.239000', '100258.242000', '100258.245000', '100258.247000', '100258.250000', '100258.252000', '100258.255000', '100258.258000', '100258.260000', '100258.263000', '100258.265000', '100258.268000', '100258.271000', '100258.273000', '100258.276000', '100258.291000', '100258.293000', '100258.296000', '100258.298000', '100258.301000', '100258.304000', '100258.306000', '100258.309000', '100258.312000', '100258.314000', '100258.317000', '100258.320000', '100258.322000', '100258.325000', '100258.327000', '100258.330000', '100258.333000', '100258.335000', '100309.103000', '100309.106000', '100309.109000', '100309.111000', '100309.114000', '100309.118000', '100309.120000', '100309.123000', '100309.126000', '100309.129000', '100309.132000', '100309.134000', '100309.137000', '100309.140000', '100309.142000', '100309.146000', '100309.150000', '100309.153000', '100309.155000', '100309.158000', '100309.161000', '100309.164000', '100309.167000', '100309.170000'], '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': [6767, 7326, 6850, 10858, 6900, 5668, 7166, 5591, 6309, 8421, 5791, 10409, 5286, 5511, 5616, 5289, 7160, 5570, 7312, 6659, 5293, 6438, 5343, 7089, 5430, 7023, 7181, 5459, 6339, 5285, 6061, 5485, 5821, 8811, 5499, 8442, 5453, 5583, 5348, 6041, 9180, 6024, 9404, 5387, 7576, 5484, 7563, 5708, 7125, 6731, 5242, 6232, 5339, 7248, 5335, 8069, 6514, 5568, 6095, 5352, 6921, 5285, 8014, 5989, 9939, 8071, 5569, 5970, 5309, 6912, 5372, 8716, 5356, 9669, 5268, 7149, 5535, 6079, 5284, 5966, 7747, 5402, 6446, 5212, 7224, 5166, 9299, 6792, 8572, 6154, 5387, 6162, 5290, 7335, 5262, 9971, 7148, 7961, 5806, 5570, 5745, 5498, 6635, 5254, 9428, 6493, 10306, 5938, 6575, 5838, 7066, 5767, 9686, 6310, 8966, 6065, 5557, 5928, 5523, 5553, 6687, 7136, 5691, 5801, 5681, 6366, 5550, 7240, 5767, 10256, 6281, 8082, 5780, 7897, 5815, 8785, 6300, 10192, 7328, 5594, 5573, 5494, 6250, 5587, 9425, 6357, 10308, 5619, 6716, 5612, 5849, 5818, 6846, 7658, 5652, 5830, 5833, 6468, 5831, 7871, 5685, 9825, 6007, 5569, 5594, 5411, 6940, 5795, 6727, 7195, 5588, 7107, 5570, 7512, 5482, 6144, 6783, 6173, 10477, 5673, 9026, 5393, 5509, 5904, 5358, 10815, 7321, 5649, 6131, 5609, 5319, 5502, 5534, 9297, 7849, 5812, 5741, 5443, 7041, 5443, 7820, 5809, 9054, 7748, 5391, 5974, 5444, 6615, 5427, 8112, 5931, 6133, 5906, 5529, 5922, 5451, 6581, 5408, 9145, 6837, 5672, 6116, 5517, 5958, 5501, 8019, 5446, 9960, 5352, 6847, 5457, 5622, 5572, 5710, 8070, 5240, 6779, 5796, 5728, 5721, 5833, 6515, 5654, 9803, 5585, 7509, 5358, 6713, 5534, 6947, 8483, 5616, 6560, 5205, 6925, 5392, 5924, 5621, 5666, 9597, 5429, 6592, 5405, 6417, 5687, 6451, 6666, 5335, 5742, 5635, 6643, 5616, 7373, 5604, 6665, 5421, 5419, 6081, 5730, 6731, 5482, 9706, 6817, 5468, 5412, 5762, 6235, 5465, 8390, 5827, 7856, 6066, 5590, 6189, 5420, 8044, 5532, 10858, 7137, 5254, 5800, 5653, 7627, 5977, 5397, 7598, 5631, 10642, 8235, 5373, 6246, 5515, 7343, 5564, 9923, 6716, 7498, 5889, 5593, 6040, 5461, 6884, 5521, 6959, 6661, 5307, 5948, 5322, 6679, 5492, 10416, 7356, 5514, 6146, 5465, 7098, 5483, 8368, 5947, 6627, 6829, 5312, 6073, 6193, 5582, 7087, 5552, 8860, 7340, 5340, 7118, 6141, 5628, 7317, 5635, 10633, 8445, 5459, 6446, 5482, 5604, 5928, 5367, 9896, 7721, 5383, 6845, 5521, 5570, 6558, 5590, 10068, 7428, 5420, 6065, 5429, 7760, 5725, 5681, 8017, 5959, 8101, 5446, 5650, 5612, 5725, 7691, 5790, 10233, 6885, 5314, 6246, 5549, 5953, 5881, 8271, 5643, 9666, 5531, 5545, 5677, 5596, 5877, 5844, 9599, 5732, 6196, 6145, 5730, 5686, 5646, 9411, 6787, 5448, 5973, 5734, 6340, 5832, 5861, 8372, 6110, 8202, 5978, 5680, 6367, 5757, 9323, 8005, 7797, 6831, 5721, 7113, 5736, 5735, 5925, 5815, 10258, 6691, 5806, 5891, 5687, 7186, 5638, 7951, 7466, 5483, 6148, 5890, 5535, 5336, 5953, 9180, 6949, 5745, 5920, 5919, 6216, 5969, 5641, 7523, 5696, 5282, 9972, 5269, 5218, 6807, 5448, 6877, 8177, 6257, 9669, 5761, 5512, 5545, 5956, 8776, 6810, 5401, 5751, 5635, 6738, 5392, 5595, 6153, 5556, 8771, 5312, 5460, 5503, 5658, 5813, 5836, 9433, 5401, 7058, 5614, 5788, 5598, 5805, 6208, 5651, 9116, 5426, 6243, 5541, 6499, 5787, 6272, 7216, 5660, 6044, 6022, 6156, 5862, 6739, 5477, 8715, 6669, 5566, 5499, 5957, 6561, 5792, 7419, 5784, 9078, 6564, 5560, 6389, 5917, 5784, 5591, 5860, 6454, 8373, 5508, 5936, 5766, 6382, 5716, 7154, 5624, 9994, 6252, 5535, 6294, 5730, 5733, 5659, 8121, 5747, 9921, 5749, 6834, 5576, 5614, 5703, 5801, 8872, 6207, 10655, 5553, 5716, 5817, 5651, 6941, 5705, 9985, 7031, 5912, 5658, 5985, 5559, 5835, 8615, 6274, 9410, 5927, 5706, 5389, 5673, 6911, 5589, 9327, 6657, 5506, 6226, 5945, 7243, 5479, 9642, 6992, 5661, 5746, 5679, 6463, 5541, 7489, 5483, 9997, 5840, 5411, 5601, 5804, 6166, 5787, 6881, 5837, 5682, 5752, 5429, 6851, 5558, 9390, 6815, 6660, 5639, 5831, 6357, 5849, 7603, 5816, 9303, 6924, 5715, 5808, 5856, 6789, 5866, 9516, 7102, 5513, 5754, 6081, 6592, 5701, 7242, 5726, 7712, 6020, 5480, 6100, 5553, 6974, 5688, 6604, 7041, 5675, 6303, 5663, 7367, 5736, 10149, 7930, 6674, 5825, 5925, 6566, 5720, 7201, 5672, 5549, 8792, 5802, 5527, 5397, 5399, 6678, 5960, 5687, 7370, 6216, 5598, 9381, 7417, 5504, 6145, 5335, 8239, 5898, 7332, 8070, 6297, 9562, 5296, 5512, 5613, 5618, 6020, 5767, 9750, 5339, 5526, 5539, 5473, 6221, 5420, 9188, 6557, 5317, 6159, 5533, 6052, 5509, 8340, 5405, 9690, 5467, 7847, 5577, 7761, 5565, 6710, 6347, 5380, 5560, 5515, 6312, 5682, 7522, 5509, 7971, 6398, 5328, 5776, 5459, 6423, 5430, 8264, 5830, 9446, 5672, 5405, 5403, 5436, 5426, 5670, 8094, 5239, 6072, 5598, 5467, 5767, 5701, 8267, 5685, 8136, 5507, 5744, 5465, 5599, 6634, 5896, 9793, 6566, 6175, 5633, 5520, 5704, 5642, 8839, 6154, 9090, 5496, 5702, 5485, 5792, 7187, 5725, 10050, 6882, 5432, 5432, 5595, 6929, 5818, 7149, 8982, 5413, 7220, 5469, 5737, 5544, 5831, 9289, 6905, 6594, 5709, 5926, 6265, 5672, 8668, 5896, 6162, 6695, 5822, 6531, 5599, 5726, 6158, 5928, 8861, 5524, 5243, 5594, 5371, 5582, 5530, 8618, 6279, 5289, 5408, 5519, 6033, 5441, 7373, 5596, 6241, 8924, 5458, 7463, 5654, 5504, 5595, 5642, 9900, 7170, 5564, 5565, 5486, 6853, 5667, 8964, 7872, 5636, 6223, 5557, 6778, 5537, 5392, 6068, 5516, 9815, 5569, 6496, 5506, 5486, 5421, 5572, 8926, 5293, 6412, 5410, 6043, 5483, 5663, 6278, 5370, 7933, 5279, 5693, 5599, 5409, 6987, 5403, 9947, 5619, 5851, 5728, 5566, 6831, 5499, 10466, 6381, 5660, 5932, 5692, 5448, 7292, 5523, 9172, 6070, 5544, 6389, 5509, 9739, 7830, 7013, 7311, 5317, 6988, 5424, 5894, 6167, 5938, 9718, 5519, 5936, 5808, 5517, 5467, 5644, 8005, 5817, 6323, 5283, 5532, 5598, 5877, 5325, 7306, 5420, 6023, 9044, 7658, 8125, 6224, 5587, 6669, 5773, 5488, 6941, 5367, 9596, 5677, 5381, 5804, 5539, 6404, 5513, 5655, 5860, 5542, 9338, 6457, 5687, 5498, 5437, 7242, 5636, 9249, 7687, 6457, 7023, 5434, 7234, 5578, 7026, 5728, 7533, 8227, 5549, 6231, 5768, 6952, 5796, 5664, 6141, 5424, 9258, 5735, 5477, 5499, 5749, 7421, 5743, 9936, 6925, 5697, 5790, 5749, 7155, 5420, 7812, 8010, 5748, 6680, 5721, 5520, 5417, 5395, 6175, 5452, 10124, 6286, 5322, 5395, 5480, 6731, 5558, 9518, 6918, 6870, 5807, 5353, 6301, 5466, 6829, 5464, 10042, 5563, 5500, 6008, 5355, 5848, 5607, 9453, 6268, 7932, 5411, 6159, 5527, 5463, 5345, 5789, 9307, 5479, 6293, 5455, 6219, 5455, 6176, 5656, 5569, 6110, 5530, 6147, 5417, 7177, 5401, 7360, 6728, 5251, 5775, 5483, 6417, 5519, 5610, 5587, 6231, 8393, 5477, 5935, 5440, 6791, 5456, 8822, 5957, 7381, 6085, 5403, 6145, 5506, 6438, 5481, 8861, 6143, 6883, 5503, 5567, 6099, 5518, 6253, 5496, 9769, 5520, 5535, 6154, 5580, 6413, 5446, 9489, 6871, 8037, 6224, 5468, 6823, 5434, 6807, 5647, 5657, 9716, 5467, 7081, 5484, 5568, 6289, 5946, 8713, 6188, 9320, 5531, 5604, 5958, 5728, 6593, 5781, 9842, 5575, 5855, 6018, 6018, 6255, 5532, 9721, 7142, 5695, 6237, 5665, 5801, 5956, 8113, 5747, 8945, 7332, 5658, 5735, 5691, 5802, 5771, 5587, 8632, 5724, 7782, 5804, 5759, 5649, 5698, 9037, 6406, 10376, 5971, 5601, 5636, 5660, 7299, 5792, 10072, 7568, 5709, 5663, 5686, 6567, 5606, 5579, 6607, 5692, 5905, 5433, 5437, 5347, 5884, 5330, 7597, 6091, 5769, 9824, 8629, 5963, 9242, 5668, 5795, 7614, 5774, 5926, 9210, 7077, 5666, 5593, 5328, 6915, 5383, 5427, 8271, 5632, 5486, 5669, 5388, 7147, 5398, 6787, 6572, 5719, 10273, 5360, 5465, 5657, 5340, 7474, 5488, 10380, 7517, 5378, 6201, 5320, 7870, 5285, 10126, 7540, 7630, 6613, 5422, 6142, 5401, 7466, 5577, 8957, 8159, 5635, 6689, 5311, 5650, 5680, 5529, 7949, 5846, 7756, 5463, 5539, 5568, 5463, 7910, 5843, 10766, 7349, 5543, 5987, 5424, 7278, 5372, 9566, 6357, 6417, 5905, 5362, 6644, 5302, 7855, 5620, 8020, 7718, 5441, 6358, 5617, 6858, 5583, 5519, 6046, 5362, 10604, 5612, 6189, 5646, 5723, 6168, 6020, 10025, 7179, 5785, 5474, 5671, 6108, 5560, 8112, 5620, 7923, 5630, 5450, 5836, 5727, 6524, 5652, 10138, 6559, 5657, 5687, 5600, 6168, 5578, 7835, 5528, 9034, 6196, 5389, 5715, 5493, 6840, 5624, 6067, 7173, 5569, 8029, 5355, 5714, 6319, 5694, 8707, 5757, 10674, 7134, 8606, 5462, 5513, 5690, 5633, 6271, 5811, 10069, 5461, 7136, 5459, 6679, 5733, 5845, 6128, 5447, 5985, 5479, 6830, 5537, 6466, 6182, 5955, 5936, 5430, 5600, 5565, 5515, 8322, 6122, 8072, 5537, 5514, 6683, 5540, 9865, 7574, 7347, 7504, 5440, 7065, 5485, 8226, 5948, 6983, 6877, 5366, 6225, 5327, 7210, 5645, 6746, 7475, 5426, 6521, 5361, 5561, 5981, 5867, 8118, 5696, 9753, 5379, 5610, 5947, 5668, 7545, 5614, 10299, 5715, 5473, 6005, 5611, 7385, 5662, 9152, 7599, 5467, 6449, 5637, 5924, 5672, 5677, 9028, 5895, 8405, 5376, 5679, 5713, 5746, 9216, 6334, 9180, 6764, 5569, 6269, 5555, 6531, 5589, 5862, 8738, 5257, 5663, 5631, 5465, 7066, 5828, 5464, 10470, 5613, 5818, 5661, 5682, 7746, 5494, 10882, 8592, 5444, 6055, 5464, 7161, 5371, 6157, 6460, 5497, 6120, 5461, 5558, 5806, 5676, 8864, 7191, 5696, 6912, 5332, 7848, 5500, 8972, 6803, 7057, 7436, 5343, 6454, 5426, 5718, 5577, 5821, 7578, 5530, 6371, 5565, 6674, 5465, 6123, 5864, 6715, 7991, 5555, 6193, 5475, 6846, 5485, 9147, 6307, 6889, 5441, 5780, 5773, 5694, 5616, 5689, 8768, 5473, 6590, 5682, 6775, 5531, 6815, 5915, 6988, 8000, 5535, 6292, 5664, 7381, 5615, 9427, 6233, 7980, 6083, 5497, 5779, 5752, 6601, 5653, 8155, 6258, 5743, 5991, 5690, 6811, 5714, 7980, 5871, 9994, 5930, 7501, 5649, 6571, 5781, 7064, 5777, 7301, 6054, 5849, 5531, 5643, 6790, 5747, 8293, 5685, 10153, 6208, 8016, 5535, 6152, 5681, 6309, 5602, 7064, 6933, 5874, 5771, 5785, 6586, 5514, 7619, 5823, 8047, 6983, 5441, 6128, 5525, 7188, 5581, 7050, 5985, 7094, 9218, 5874, 7038, 5357, 5832, 5618, 5612, 5755, 5845, 10126, 6449, 6521, 5817, 5618, 5707, 5594, 7341, 5599, 8768, 6381, 5771, 5825, 5595, 6744, 5497, 8249, 5527, 9828, 6997, 8221, 6158, 5725, 5676, 5602, 6746, 5482, 9756, 6487, 5617, 5553, 5683, 5978, 5685, 6991, 5682, 10306, 6181, 7590, 5503, 5697, 5718, 5614, 6538, 5701, 10269, 5791, 7910, 5458, 5678, 5589, 5626, 6681, 5443, 10457, 5422, 5730, 5797, 5576, 6829, 5464, 9717, 7163, 5521, 5851, 5569, 6807, 5469, 8340, 5727, 10784, 6823, 5517, 5638, 5713, 5916, 5644, 8987, 6145, 7557, 5628, 5652, 5622, 5551, 7294, 5428, 10173, 7177, 6207, 5475, 5754, 6088, 5657, 7543, 5572, 9504, 5510, 6123, 5627, 6824, 5477, 8546, 6143, 6187, 5806, 5556, 6204, 5466, 7478, 5526, 7028, 6594, 5445, 5808, 5576, 6654, 5566, 6749, 5593, 5787, 7546, 5325, 7394, 6107, 5430, 8157, 6048, 5744, 9188, 5927, 5345, 7717, 6245, 5731, 9345, 6783, 5726, 6151, 6431, 5496, 6907, 6142, 5510, 8166, 6087, 5423, 5575, 5974, 5538, 5930, 5454, 7620, 5907, 5505, 6399, 5825, 8442, 7054, 6148, 5752, 5708, 5690, 6093, 5622, 7383, 6147, 5455, 7818, 5942, 6315, 5890, 5757, 7358, 6227, 5892, 9392, 6990, 5588, 5993, 5875, 7235, 5841, 5728, 9727, 6203, 5643, 6136, 6624, 5537, 8364, 5677, 5601, 5612, 5724, 8502, 6263, 5554, 8408, 6236, 6729, 6166, 6263, 6944, 6191, 5838, 9503, 6329, 7853, 6215, 6320, 8565, 6620, 6194, 5437, 6033, 6448, 6625, 5516, 6173, 6029, 8611, 6399, 5865, 8359, 6609, 5412, 6328, 6585, 5527, 6310, 5886, 8938, 6710, 5430, 6142, 5676, 7168, 5839, 9041, 7206, 5998, 6222, 5685, 6297, 6046, 7403, 6192, 7531, 7160, 5964, 6494, 6323, 5779, 5864, 5764, 8639, 5898, 9240, 6392, 6847, 5821, 5667, 7519, 5741, 9687, 7337, 5428, 6013, 5663, 6652, 6015, 8842, 7110, 5841, 6415, 5947, 7243, 6688, 5982, 6647, 5981, 8634, 5777, 6152, 7011, 6040, 5867, 8103, 6103, 8683, 6644, 5633, 5990, 6208, 7627, 5980, 8727, 7364, 5862, 6522, 6129, 5942], 'WindowCenter': [3351.0, 3347.0, 3333.0, 3362.0, 3328.0, 3306.0, 3314.0, 3293.0, 3303.0, 3336.0, 3293.0, 3345.0, 3292.0, 3291.0, 3291.0, 3280.0, 3312.0, 3292.0, 3324.0, 3314.0, 3292.0, 3302.0, 3292.0, 3312.0, 3292.0, 3313.0, 3324.0, 3292.0, 3302.0, 3293.0, 3302.0, 3292.0, 3304.0, 3347.0, 3294.0, 3335.0, 3293.0, 3292.0, 3292.0, 3304.0, 3346.0, 3303.0, 3335.0, 3292.0, 3324.0, 3294.0, 3324.0, 3303.0, 3314.0, 3314.0, 3281.0, 3303.0, 3293.0, 3324.0, 3293.0, 3336.0, 3316.0, 3293.0, 3304.0, 3293.0, 3313.0, 3293.0, 3324.0, 3303.0, 3345.0, 3335.0, 3292.0, 3302.0, 3292.0, 3312.0, 3292.0, 3334.0, 3292.0, 3345.0, 3281.0, 3312.0, 3291.0, 3301.0, 3292.0, 3303.0, 3324.0, 3291.0, 3302.0, 3281.0, 3312.0, 3280.0, 3333.0, 3313.0, 3335.0, 3303.0, 3291.0, 3302.0, 3292.0, 3312.0, 3281.0, 3345.0, 3314.0, 3335.0, 3291.0, 3280.0, 3292.0, 3280.0, 3312.0, 3294.0, 3349.0, 3304.0, 3345.0, 3303.0, 3299.0, 3291.0, 3311.0, 3291.0, 3334.0, 3303.0, 3334.0, 3302.0, 3280.0, 3303.0, 3280.0, 3281.0, 3313.0, 3314.0, 3291.0, 3291.0, 3291.0, 3301.0, 3280.0, 3312.0, 3291.0, 3345.0, 3303.0, 3323.0, 3292.0, 3322.0, 3291.0, 3322.0, 3302.0, 3345.0, 3313.0, 3280.0, 3280.0, 3279.0, 3301.0, 3280.0, 3334.0, 3302.0, 3344.0, 3291.0, 3301.0, 3291.0, 3290.0, 3290.0, 3302.0, 3324.0, 3291.0, 3290.0, 3292.0, 3302.0, 3292.0, 3323.0, 3292.0, 3346.0, 3302.0, 3293.0, 3293.0, 3293.0, 3314.0, 3305.0, 3315.0, 3326.0, 3294.0, 3326.0, 3294.0, 3326.0, 3294.0, 3303.0, 3314.0, 3304.0, 3359.0, 3293.0, 3335.0, 3293.0, 3293.0, 3303.0, 3292.0, 3357.0, 3326.0, 3292.0, 3302.0, 3304.0, 3293.0, 3293.0, 3293.0, 3345.0, 3336.0, 3304.0, 3304.0, 3293.0, 3314.0, 3293.0, 3324.0, 3293.0, 3335.0, 3324.0, 3280.0, 3302.0, 3291.0, 3301.0, 3280.0, 3323.0, 3303.0, 3303.0, 3291.0, 3293.0, 3302.0, 3293.0, 3313.0, 3293.0, 3335.0, 3316.0, 3292.0, 3303.0, 3292.0, 3301.0, 3292.0, 3325.0, 3293.0, 3346.0, 3292.0, 3313.0, 3292.0, 3291.0, 3280.0, 3292.0, 3324.0, 3282.0, 3316.0, 3307.0, 3304.0, 3303.0, 3304.0, 3314.0, 3291.0, 3346.0, 3294.0, 3325.0, 3291.0, 3312.0, 3280.0, 3311.0, 3335.0, 3292.0, 3302.0, 3280.0, 3312.0, 3280.0, 3290.0, 3292.0, 3292.0, 3346.0, 3292.0, 3313.0, 3292.0, 3301.0, 3292.0, 3302.0, 3313.0, 3291.0, 3291.0, 3292.0, 3313.0, 3291.0, 3324.0, 3304.0, 3314.0, 3292.0, 3293.0, 3304.0, 3303.0, 3314.0, 3295.0, 3347.0, 3316.0, 3294.0, 3292.0, 3304.0, 3304.0, 3293.0, 3336.0, 3305.0, 3337.0, 3305.0, 3294.0, 3303.0, 3293.0, 3337.0, 3295.0, 3358.0, 3326.0, 3295.0, 3305.0, 3305.0, 3324.0, 3303.0, 3292.0, 3326.0, 3306.0, 3358.0, 3336.0, 3294.0, 3314.0, 3292.0, 3312.0, 3280.0, 3334.0, 3314.0, 3325.0, 3291.0, 3293.0, 3303.0, 3292.0, 3313.0, 3294.0, 3314.0, 3314.0, 3293.0, 3304.0, 3293.0, 3313.0, 3293.0, 3346.0, 3326.0, 3292.0, 3303.0, 3292.0, 3312.0, 3291.0, 3335.0, 3303.0, 3314.0, 3315.0, 3293.0, 3304.0, 3303.0, 3292.0, 3325.0, 3293.0, 3348.0, 3326.0, 3295.0, 3313.0, 3304.0, 3292.0, 3324.0, 3292.0, 3347.0, 3335.0, 3293.0, 3303.0, 3292.0, 3292.0, 3290.0, 3279.0, 3344.0, 3324.0, 3292.0, 3313.0, 3292.0, 3291.0, 3302.0, 3292.0, 3345.0, 3325.0, 3281.0, 3301.0, 3292.0, 3322.0, 3291.0, 3290.0, 3323.0, 3303.0, 3323.0, 3291.0, 3291.0, 3289.0, 3290.0, 3322.0, 3291.0, 3345.0, 3313.0, 3291.0, 3302.0, 3291.0, 3300.0, 3291.0, 3323.0, 3291.0, 3334.0, 3280.0, 3280.0, 3290.0, 3280.0, 3291.0, 3291.0, 3334.0, 3292.0, 3302.0, 3302.0, 3291.0, 3291.0, 3292.0, 3335.0, 3315.0, 3292.0, 3303.0, 3304.0, 3302.0, 3291.0, 3292.0, 3335.0, 3304.0, 3335.0, 3303.0, 3291.0, 3302.0, 3291.0, 3334.0, 3324.0, 3324.0, 3311.0, 3291.0, 3312.0, 3290.0, 3289.0, 3290.0, 3290.0, 3346.0, 3313.0, 3291.0, 3290.0, 3291.0, 3311.0, 3291.0, 3323.0, 3323.0, 3291.0, 3301.0, 3291.0, 3280.0, 3290.0, 3302.0, 3334.0, 3325.0, 3292.0, 3303.0, 3305.0, 3303.0, 3304.0, 3303.0, 3325.0, 3304.0, 3293.0, 3358.0, 3293.0, 3283.0, 3314.0, 3293.0, 3315.0, 3336.0, 3315.0, 3346.0, 3292.0, 3292.0, 3280.0, 3303.0, 3334.0, 3314.0, 3292.0, 3292.0, 3293.0, 3313.0, 3292.0, 3293.0, 3304.0, 3293.0, 3336.0, 3294.0, 3292.0, 3292.0, 3292.0, 3292.0, 3292.0, 3335.0, 3293.0, 3312.0, 3292.0, 3291.0, 3291.0, 3291.0, 3301.0, 3291.0, 3336.0, 3292.0, 3302.0, 3292.0, 3301.0, 3292.0, 3303.0, 3323.0, 3292.0, 3301.0, 3302.0, 3300.0, 3291.0, 3312.0, 3292.0, 3335.0, 3314.0, 3293.0, 3293.0, 3304.0, 3313.0, 3304.0, 3324.0, 3305.0, 3347.0, 3315.0, 3292.0, 3312.0, 3291.0, 3291.0, 3279.0, 3292.0, 3302.0, 3335.0, 3291.0, 3301.0, 3291.0, 3301.0, 3291.0, 3313.0, 3303.0, 3345.0, 3303.0, 3291.0, 3301.0, 3291.0, 3304.0, 3303.0, 3335.0, 3304.0, 3345.0, 3292.0, 3314.0, 3292.0, 3303.0, 3291.0, 3290.0, 3333.0, 3302.0, 3345.0, 3281.0, 3291.0, 3291.0, 3291.0, 3311.0, 3290.0, 3344.0, 3313.0, 3290.0, 3290.0, 3290.0, 3279.0, 3290.0, 3333.0, 3302.0, 3333.0, 3301.0, 3290.0, 3278.0, 3290.0, 3310.0, 3280.0, 3334.0, 3313.0, 3280.0, 3301.0, 3302.0, 3311.0, 3291.0, 3345.0, 3312.0, 3291.0, 3290.0, 3291.0, 3301.0, 3279.0, 3311.0, 3280.0, 3344.0, 3290.0, 3279.0, 3289.0, 3292.0, 3302.0, 3303.0, 3324.0, 3303.0, 3292.0, 3292.0, 3292.0, 3312.0, 3292.0, 3335.0, 3314.0, 3313.0, 3291.0, 3291.0, 3301.0, 3291.0, 3323.0, 3292.0, 3335.0, 3314.0, 3291.0, 3290.0, 3291.0, 3301.0, 3291.0, 3334.0, 3314.0, 3292.0, 3291.0, 3303.0, 3312.0, 3291.0, 3323.0, 3292.0, 3324.0, 3303.0, 3292.0, 3302.0, 3292.0, 3313.0, 3303.0, 3314.0, 3325.0, 3293.0, 3302.0, 3292.0, 3313.0, 3292.0, 3345.0, 3324.0, 3313.0, 3290.0, 3302.0, 3301.0, 3291.0, 3311.0, 3292.0, 3292.0, 3335.0, 3292.0, 3291.0, 3291.0, 3293.0, 3326.0, 3305.0, 3293.0, 3324.0, 3303.0, 3293.0, 3348.0, 3327.0, 3294.0, 3303.0, 3293.0, 3323.0, 3292.0, 3313.0, 3323.0, 3316.0, 3336.0, 3281.0, 3280.0, 3290.0, 3291.0, 3301.0, 3292.0, 3346.0, 3292.0, 3292.0, 3291.0, 3292.0, 3303.0, 3295.0, 3347.0, 3316.0, 3293.0, 3304.0, 3292.0, 3302.0, 3292.0, 3335.0, 3281.0, 3335.0, 3282.0, 3323.0, 3280.0, 3311.0, 3280.0, 3301.0, 3303.0, 3281.0, 3281.0, 3281.0, 3301.0, 3292.0, 3323.0, 3292.0, 3324.0, 3304.0, 3281.0, 3291.0, 3280.0, 3301.0, 3281.0, 3324.0, 3292.0, 3334.0, 3291.0, 3281.0, 3281.0, 3280.0, 3291.0, 3290.0, 3322.0, 3280.0, 3302.0, 3292.0, 3280.0, 3291.0, 3292.0, 3324.0, 3292.0, 3325.0, 3292.0, 3292.0, 3292.0, 3280.0, 3312.0, 3292.0, 3345.0, 3314.0, 3302.0, 3292.0, 3280.0, 3290.0, 3291.0, 3334.0, 3303.0, 3335.0, 3281.0, 3291.0, 3279.0, 3290.0, 3312.0, 3292.0, 3346.0, 3313.0, 3280.0, 3280.0, 3280.0, 3312.0, 3292.0, 3313.0, 3335.0, 3292.0, 3324.0, 3292.0, 3291.0, 3280.0, 3290.0, 3334.0, 3314.0, 3313.0, 3290.0, 3302.0, 3301.0, 3291.0, 3322.0, 3291.0, 3302.0, 3312.0, 3291.0, 3301.0, 3280.0, 3290.0, 3301.0, 3301.0, 3335.0, 3293.0, 3281.0, 3293.0, 3293.0, 3295.0, 3294.0, 3335.0, 3316.0, 3294.0, 3293.0, 3293.0, 3303.0, 3293.0, 3324.0, 3293.0, 3303.0, 3347.0, 3293.0, 3325.0, 3293.0, 3292.0, 3280.0, 3292.0, 3345.0, 3326.0, 3295.0, 3292.0, 3293.0, 3312.0, 3293.0, 3335.0, 3336.0, 3292.0, 3302.0, 3293.0, 3313.0, 3293.0, 3281.0, 3303.0, 3294.0, 3346.0, 3293.0, 3301.0, 3281.0, 3292.0, 3292.0, 3281.0, 3335.0, 3281.0, 3302.0, 3293.0, 3302.0, 3292.0, 3292.0, 3302.0, 3307.0, 3335.0, 3282.0, 3292.0, 3292.0, 3292.0, 3313.0, 3292.0, 3346.0, 3294.0, 3292.0, 3292.0, 3292.0, 3315.0, 3293.0, 3347.0, 3315.0, 3305.0, 3302.0, 3292.0, 3293.0, 3327.0, 3294.0, 3346.0, 3303.0, 3293.0, 3303.0, 3293.0, 3346.0, 3324.0, 3313.0, 3312.0, 3291.0, 3311.0, 3279.0, 3290.0, 3290.0, 3289.0, 3334.0, 3279.0, 3289.0, 3290.0, 3279.0, 3279.0, 3290.0, 3323.0, 3292.0, 3301.0, 3291.0, 3293.0, 3294.0, 3304.0, 3293.0, 3324.0, 3292.0, 3303.0, 3334.0, 3325.0, 3338.0, 3303.0, 3281.0, 3301.0, 3290.0, 3279.0, 3313.0, 3292.0, 3346.0, 3291.0, 3281.0, 3291.0, 3293.0, 3302.0, 3281.0, 3291.0, 3291.0, 3280.0, 3347.0, 3303.0, 3293.0, 3293.0, 3293.0, 3325.0, 3292.0, 3346.0, 3325.0, 3304.0, 3313.0, 3293.0, 3313.0, 3280.0, 3312.0, 3292.0, 3323.0, 3324.0, 3280.0, 3290.0, 3290.0, 3310.0, 3290.0, 3290.0, 3303.0, 3292.0, 3346.0, 3292.0, 3280.0, 3280.0, 3290.0, 3323.0, 3291.0, 3344.0, 3314.0, 3291.0, 3291.0, 3292.0, 3312.0, 3280.0, 3323.0, 3324.0, 3293.0, 3312.0, 3292.0, 3280.0, 3290.0, 3280.0, 3302.0, 3292.0, 3346.0, 3302.0, 3292.0, 3292.0, 3291.0, 3312.0, 3292.0, 3345.0, 3314.0, 3314.0, 3290.0, 3291.0, 3300.0, 3280.0, 3313.0, 3292.0, 3345.0, 3292.0, 3291.0, 3303.0, 3280.0, 3290.0, 3292.0, 3335.0, 3302.0, 3322.0, 3291.0, 3290.0, 3280.0, 3280.0, 3291.0, 3291.0, 3346.0, 3280.0, 3301.0, 3291.0, 3289.0, 3279.0, 3301.0, 3290.0, 3291.0, 3302.0, 3291.0, 3301.0, 3291.0, 3312.0, 3291.0, 3323.0, 3313.0, 3281.0, 3291.0, 3292.0, 3301.0, 3291.0, 3291.0, 3292.0, 3302.0, 3337.0, 3291.0, 3301.0, 3292.0, 3312.0, 3291.0, 3334.0, 3303.0, 3324.0, 3302.0, 3291.0, 3302.0, 3291.0, 3300.0, 3291.0, 3334.0, 3303.0, 3312.0, 3291.0, 3290.0, 3302.0, 3291.0, 3303.0, 3292.0, 3345.0, 3292.0, 3291.0, 3301.0, 3291.0, 3301.0, 3292.0, 3344.0, 3314.0, 3325.0, 3302.0, 3292.0, 3312.0, 3291.0, 3311.0, 3291.0, 3291.0, 3345.0, 3291.0, 3312.0, 3291.0, 3279.0, 3300.0, 3303.0, 3333.0, 3302.0, 3334.0, 3280.0, 3290.0, 3300.0, 3290.0, 3312.0, 3291.0, 3345.0, 3291.0, 3291.0, 3302.0, 3301.0, 3301.0, 3291.0, 3334.0, 3325.0, 3290.0, 3301.0, 3289.0, 3289.0, 3301.0, 3323.0, 3291.0, 3334.0, 3324.0, 3291.0, 3290.0, 3291.0, 3289.0, 3291.0, 3291.0, 3335.0, 3304.0, 3323.0, 3302.0, 3302.0, 3292.0, 3292.0, 3334.0, 3313.0, 3345.0, 3302.0, 3290.0, 3291.0, 3288.0, 3312.0, 3291.0, 3343.0, 3325.0, 3291.0, 3291.0, 3291.0, 3312.0, 3291.0, 3290.0, 3312.0, 3301.0, 3303.0, 3305.0, 3306.0, 3306.0, 3316.0, 3305.0, 3323.0, 3302.0, 3303.0, 3344.0, 3335.0, 3303.0, 3335.0, 3293.0, 3292.0, 3323.0, 3291.0, 3302.0, 3334.0, 3313.0, 3290.0, 3280.0, 3291.0, 3311.0, 3292.0, 3292.0, 3335.0, 3303.0, 3293.0, 3303.0, 3292.0, 3313.0, 3292.0, 3314.0, 3315.0, 3304.0, 3347.0, 3294.0, 3293.0, 3293.0, 3291.0, 3324.0, 3292.0, 3346.0, 3325.0, 3292.0, 3303.0, 3292.0, 3322.0, 3280.0, 3344.0, 3324.0, 3323.0, 3302.0, 3280.0, 3290.0, 3278.0, 3311.0, 3291.0, 3334.0, 3324.0, 3304.0, 3314.0, 3293.0, 3290.0, 3290.0, 3278.0, 3323.0, 3291.0, 3322.0, 3292.0, 3291.0, 3292.0, 3280.0, 3323.0, 3291.0, 3344.0, 3312.0, 3279.0, 3301.0, 3279.0, 3312.0, 3280.0, 3344.0, 3302.0, 3302.0, 3291.0, 3292.0, 3301.0, 3280.0, 3321.0, 3291.0, 3322.0, 3324.0, 3278.0, 3300.0, 3290.0, 3300.0, 3279.0, 3278.0, 3291.0, 3291.0, 3346.0, 3292.0, 3301.0, 3292.0, 3290.0, 3289.0, 3301.0, 3333.0, 3315.0, 3289.0, 3279.0, 3290.0, 3291.0, 3280.0, 3324.0, 3292.0, 3323.0, 3291.0, 3280.0, 3291.0, 3289.0, 3301.0, 3292.0, 3344.0, 3315.0, 3290.0, 3292.0, 3291.0, 3301.0, 3280.0, 3323.0, 3292.0, 3346.0, 3303.0, 3290.0, 3291.0, 3292.0, 3312.0, 3303.0, 3304.0, 3325.0, 3294.0, 3335.0, 3293.0, 3303.0, 3303.0, 3292.0, 3335.0, 3292.0, 3345.0, 3314.0, 3332.0, 3280.0, 3278.0, 3290.0, 3289.0, 3302.0, 3290.0, 3347.0, 3281.0, 3312.0, 3281.0, 3299.0, 3290.0, 3289.0, 3301.0, 3279.0, 3290.0, 3291.0, 3313.0, 3292.0, 3314.0, 3303.0, 3302.0, 3302.0, 3293.0, 3303.0, 3291.0, 3292.0, 3335.0, 3304.0, 3324.0, 3292.0, 3291.0, 3313.0, 3292.0, 3345.0, 3324.0, 3323.0, 3324.0, 3280.0, 3312.0, 3278.0, 3322.0, 3301.0, 3311.0, 3312.0, 3279.0, 3301.0, 3279.0, 3310.0, 3291.0, 3311.0, 3311.0, 3280.0, 3301.0, 3279.0, 3278.0, 3300.0, 3291.0, 3324.0, 3291.0, 3333.0, 3281.0, 3291.0, 3302.0, 3291.0, 3324.0, 3292.0, 3346.0, 3292.0, 3291.0, 3301.0, 3291.0, 3310.0, 3290.0, 3334.0, 3325.0, 3291.0, 3302.0, 3304.0, 3301.0, 3292.0, 3292.0, 3335.0, 3304.0, 3334.0, 3292.0, 3291.0, 3291.0, 3291.0, 3333.0, 3302.0, 3345.0, 3312.0, 3291.0, 3301.0, 3281.0, 3300.0, 3292.0, 3303.0, 3336.0, 3283.0, 3304.0, 3292.0, 3292.0, 3313.0, 3304.0, 3293.0, 3358.0, 3304.0, 3293.0, 3293.0, 3291.0, 3323.0, 3291.0, 3344.0, 3335.0, 3280.0, 3301.0, 3280.0, 3312.0, 3281.0, 3302.0, 3303.0, 3282.0, 3316.0, 3294.0, 3280.0, 3290.0, 3291.0, 3335.0, 3315.0, 3292.0, 3312.0, 3292.0, 3323.0, 3281.0, 3333.0, 3313.0, 3312.0, 3313.0, 3280.0, 3301.0, 3280.0, 3290.0, 3280.0, 3292.0, 3325.0, 3293.0, 3302.0, 3293.0, 3313.0, 3292.0, 3301.0, 3293.0, 3313.0, 3337.0, 3281.0, 3302.0, 3280.0, 3312.0, 3291.0, 3334.0, 3303.0, 3312.0, 3280.0, 3290.0, 3292.0, 3291.0, 3304.0, 3303.0, 3348.0, 3293.0, 3314.0, 3293.0, 3312.0, 3293.0, 3313.0, 3292.0, 3313.0, 3337.0, 3281.0, 3301.0, 3291.0, 3312.0, 3291.0, 3346.0, 3304.0, 3325.0, 3303.0, 3292.0, 3293.0, 3291.0, 3312.0, 3292.0, 3335.0, 3316.0, 3304.0, 3304.0, 3303.0, 3313.0, 3291.0, 3323.0, 3291.0, 3345.0, 3303.0, 3311.0, 3291.0, 3301.0, 3291.0, 3313.0, 3293.0, 3324.0, 3304.0, 3291.0, 3280.0, 3291.0, 3312.0, 3291.0, 3333.0, 3291.0, 3345.0, 3304.0, 3323.0, 3281.0, 3289.0, 3290.0, 3300.0, 3289.0, 3312.0, 3312.0, 3291.0, 3291.0, 3292.0, 3313.0, 3291.0, 3321.0, 3292.0, 3322.0, 3313.0, 3292.0, 3291.0, 3291.0, 3311.0, 3280.0, 3311.0, 3291.0, 3312.0, 3334.0, 3291.0, 3310.0, 3279.0, 3289.0, 3290.0, 3290.0, 3290.0, 3289.0, 3332.0, 3302.0, 3301.0, 3291.0, 3291.0, 3289.0, 3280.0, 3310.0, 3280.0, 3333.0, 3303.0, 3291.0, 3292.0, 3291.0, 3311.0, 3280.0, 3322.0, 3279.0, 3333.0, 3312.0, 3324.0, 3290.0, 3290.0, 3290.0, 3290.0, 3300.0, 3280.0, 3333.0, 3302.0, 3290.0, 3292.0, 3290.0, 3300.0, 3290.0, 3313.0, 3290.0, 3343.0, 3303.0, 3321.0, 3280.0, 3289.0, 3289.0, 3278.0, 3302.0, 3290.0, 3344.0, 3292.0, 3321.0, 3279.0, 3289.0, 3278.0, 3289.0, 3302.0, 3278.0, 3345.0, 3280.0, 3290.0, 3291.0, 3278.0, 3301.0, 3291.0, 3344.0, 3314.0, 3279.0, 3291.0, 3280.0, 3313.0, 3279.0, 3322.0, 3291.0, 3344.0, 3302.0, 3279.0, 3290.0, 3288.0, 3290.0, 3291.0, 3333.0, 3302.0, 3323.0, 3290.0, 3290.0, 3292.0, 3280.0, 3324.0, 3291.0, 3345.0, 3326.0, 3301.0, 3279.0, 3291.0, 3301.0, 3290.0, 3324.0, 3280.0, 3346.0, 3280.0, 3290.0, 3291.0, 3311.0, 3279.0, 3333.0, 3302.0, 3302.0, 3291.0, 3291.0, 3301.0, 3280.0, 3311.0, 3291.0, 3312.0, 3313.0, 3291.0, 3292.0, 3291.0, 3312.0, 3292.0, 3311.0, 3292.0, 3304.0, 3337.0, 3294.0, 3325.0, 3304.0, 3294.0, 3337.0, 3316.0, 3305.0, 3348.0, 3316.0, 3294.0, 3337.0, 3316.0, 3305.0, 3347.0, 3315.0, 3305.0, 3304.0, 3316.0, 3294.0, 3326.0, 3316.0, 3294.0, 3349.0, 3316.0, 3295.0, 3295.0, 3317.0, 3294.0, 3316.0, 3294.0, 3337.0, 3306.0, 3294.0, 3315.0, 3305.0, 3350.0, 3327.0, 3305.0, 3305.0, 3307.0, 3305.0, 3305.0, 3306.0, 3338.0, 3317.0, 3306.0, 3338.0, 3318.0, 3318.0, 3307.0, 3307.0, 3338.0, 3317.0, 3307.0, 3360.0, 3328.0, 3295.0, 3305.0, 3306.0, 3327.0, 3305.0, 3305.0, 3349.0, 3317.0, 3305.0, 3317.0, 3328.0, 3307.0, 3349.0, 3306.0, 3306.0, 3306.0, 3307.0, 3350.0, 3318.0, 3296.0, 3349.0, 3317.0, 3328.0, 3316.0, 3317.0, 3327.0, 3317.0, 3306.0, 3361.0, 3319.0, 3339.0, 3317.0, 3318.0, 3350.0, 3329.0, 3317.0, 3295.0, 3318.0, 3317.0, 3327.0, 3307.0, 3318.0, 3317.0, 3337.0, 3315.0, 3305.0, 3337.0, 3327.0, 3295.0, 3316.0, 3328.0, 3295.0, 3317.0, 3307.0, 3362.0, 3329.0, 3307.0, 3316.0, 3305.0, 3326.0, 3305.0, 3348.0, 3339.0, 3305.0, 3316.0, 3306.0, 3314.0, 3305.0, 3325.0, 3305.0, 3339.0, 3328.0, 3316.0, 3316.0, 3317.0, 3303.0, 3304.0, 3304.0, 3347.0, 3305.0, 3348.0, 3316.0, 3315.0, 3292.0, 3292.0, 3325.0, 3292.0, 3346.0, 3325.0, 3292.0, 3302.0, 3292.0, 3312.0, 3303.0, 3334.0, 3324.0, 3292.0, 3303.0, 3303.0, 3323.0, 3312.0, 3302.0, 3314.0, 3303.0, 3335.0, 3292.0, 3304.0, 3324.0, 3303.0, 3291.0, 3324.0, 3304.0, 3336.0, 3313.0, 3292.0, 3302.0, 3302.0, 3323.0, 3302.0, 3334.0, 3324.0, 3291.0, 3301.0, 3303.0, 3301.0], 'WindowWidth': [7680.0, 7663.0, 7635.0, 7670.0, 7618.0, 7585.0, 7592.0, 7564.0, 7574.0, 7621.0, 7560.0, 7631.0, 7558.0, 7556.0, 7554.0, 7539.0, 7582.0, 7559.0, 7603.0, 7589.0, 7559.0, 7572.0, 7559.0, 7584.0, 7559.0, 7588.0, 7604.0, 7558.0, 7572.0, 7560.0, 7572.0, 7558.0, 7576.0, 7636.0, 7564.0, 7618.0, 7560.0, 7557.0, 7559.0, 7578.0, 7635.0, 7575.0, 7616.0, 7558.0, 7600.0, 7566.0, 7601.0, 7574.0, 7588.0, 7590.0, 7544.0, 7575.0, 7562.0, 7600.0, 7562.0, 7622.0, 7595.0, 7560.0, 7575.0, 7563.0, 7588.0, 7560.0, 7601.0, 7573.0, 7632.0, 7620.0, 7556.0, 7570.0, 7557.0, 7584.0, 7558.0, 7616.0, 7558.0, 7631.0, 7542.0, 7583.0, 7556.0, 7567.0, 7557.0, 7573.0, 7605.0, 7557.0, 7571.0, 7542.0, 7582.0, 7541.0, 7613.0, 7587.0, 7619.0, 7573.0, 7557.0, 7570.0, 7558.0, 7583.0, 7543.0, 7632.0, 7591.0, 7618.0, 7556.0, 7540.0, 7556.0, 7538.0, 7584.0, 7566.0, 7644.0, 7577.0, 7630.0, 7570.0, 7562.0, 7553.0, 7578.0, 7553.0, 7613.0, 7573.0, 7614.0, 7570.0, 7539.0, 7573.0, 7537.0, 7541.0, 7586.0, 7590.0, 7554.0, 7554.0, 7554.0, 7567.0, 7538.0, 7583.0, 7554.0, 7631.0, 7571.0, 7597.0, 7556.0, 7595.0, 7552.0, 7595.0, 7570.0, 7629.0, 7584.0, 7537.0, 7537.0, 7535.0, 7565.0, 7537.0, 7612.0, 7569.0, 7628.0, 7552.0, 7565.0, 7552.0, 7550.0, 7550.0, 7569.0, 7602.0, 7553.0, 7552.0, 7556.0, 7569.0, 7557.0, 7598.0, 7557.0, 7632.0, 7570.0, 7562.0, 7561.0, 7564.0, 7590.0, 7581.0, 7592.0, 7610.0, 7565.0, 7608.0, 7565.0, 7608.0, 7563.0, 7573.0, 7590.0, 7575.0, 7655.0, 7561.0, 7619.0, 7563.0, 7561.0, 7575.0, 7559.0, 7650.0, 7607.0, 7557.0, 7572.0, 7576.0, 7562.0, 7562.0, 7562.0, 7633.0, 7622.0, 7577.0, 7576.0, 7563.0, 7589.0, 7561.0, 7599.0, 7559.0, 7617.0, 7602.0, 7538.0, 7570.0, 7556.0, 7567.0, 7540.0, 7598.0, 7574.0, 7574.0, 7556.0, 7560.0, 7570.0, 7559.0, 7585.0, 7562.0, 7617.0, 7597.0, 7558.0, 7575.0, 7559.0, 7569.0, 7556.0, 7602.0, 7560.0, 7635.0, 7559.0, 7587.0, 7557.0, 7554.0, 7539.0, 7556.0, 7603.0, 7546.0, 7596.0, 7588.0, 7577.0, 7576.0, 7579.0, 7591.0, 7554.0, 7636.0, 7566.0, 7606.0, 7556.0, 7583.0, 7539.0, 7580.0, 7617.0, 7557.0, 7569.0, 7539.0, 7582.0, 7539.0, 7552.0, 7557.0, 7558.0, 7637.0, 7557.0, 7584.0, 7557.0, 7567.0, 7556.0, 7572.0, 7587.0, 7556.0, 7557.0, 7560.0, 7586.0, 7557.0, 7603.0, 7578.0, 7592.0, 7560.0, 7563.0, 7577.0, 7576.0, 7590.0, 7568.0, 7640.0, 7597.0, 7563.0, 7561.0, 7578.0, 7576.0, 7562.0, 7621.0, 7581.0, 7627.0, 7580.0, 7563.0, 7576.0, 7561.0, 7624.0, 7570.0, 7655.0, 7611.0, 7569.0, 7581.0, 7579.0, 7604.0, 7574.0, 7558.0, 7609.0, 7583.0, 7655.0, 7623.0, 7563.0, 7590.0, 7559.0, 7583.0, 7540.0, 7614.0, 7591.0, 7607.0, 7556.0, 7560.0, 7572.0, 7559.0, 7586.0, 7564.0, 7591.0, 7593.0, 7560.0, 7576.0, 7562.0, 7586.0, 7560.0, 7635.0, 7608.0, 7558.0, 7573.0, 7560.0, 7584.0, 7556.0, 7616.0, 7575.0, 7591.0, 7593.0, 7562.0, 7576.0, 7575.0, 7559.0, 7604.0, 7562.0, 7640.0, 7610.0, 7568.0, 7588.0, 7577.0, 7559.0, 7603.0, 7560.0, 7638.0, 7620.0, 7562.0, 7574.0, 7558.0, 7556.0, 7553.0, 7537.0, 7628.0, 7601.0, 7559.0, 7588.0, 7559.0, 7556.0, 7570.0, 7558.0, 7631.0, 7605.0, 7542.0, 7568.0, 7557.0, 7597.0, 7553.0, 7553.0, 7600.0, 7574.0, 7598.0, 7557.0, 7555.0, 7550.0, 7550.0, 7595.0, 7553.0, 7630.0, 7587.0, 7555.0, 7571.0, 7555.0, 7564.0, 7553.0, 7599.0, 7555.0, 7615.0, 7539.0, 7538.0, 7553.0, 7538.0, 7554.0, 7554.0, 7615.0, 7557.0, 7569.0, 7570.0, 7554.0, 7553.0, 7557.0, 7617.0, 7593.0, 7560.0, 7573.0, 7576.0, 7571.0, 7557.0, 7558.0, 7618.0, 7578.0, 7617.0, 7573.0, 7555.0, 7568.0, 7553.0, 7615.0, 7601.0, 7602.0, 7580.0, 7555.0, 7581.0, 7552.0, 7549.0, 7552.0, 7552.0, 7634.0, 7586.0, 7555.0, 7553.0, 7555.0, 7580.0, 7555.0, 7598.0, 7602.0, 7554.0, 7568.0, 7556.0, 7540.0, 7553.0, 7569.0, 7614.0, 7607.0, 7558.0, 7576.0, 7581.0, 7576.0, 7579.0, 7574.0, 7605.0, 7579.0, 7564.0, 7655.0, 7562.0, 7548.0, 7590.0, 7562.0, 7592.0, 7621.0, 7594.0, 7633.0, 7559.0, 7556.0, 7539.0, 7574.0, 7616.0, 7590.0, 7560.0, 7557.0, 7561.0, 7586.0, 7558.0, 7561.0, 7576.0, 7562.0, 7623.0, 7563.0, 7559.0, 7559.0, 7557.0, 7559.0, 7558.0, 7620.0, 7560.0, 7584.0, 7557.0, 7554.0, 7554.0, 7554.0, 7569.0, 7555.0, 7621.0, 7558.0, 7570.0, 7558.0, 7566.0, 7557.0, 7573.0, 7601.0, 7558.0, 7568.0, 7570.0, 7565.0, 7555.0, 7582.0, 7560.0, 7618.0, 7590.0, 7560.0, 7560.0, 7577.0, 7588.0, 7576.0, 7602.0, 7579.0, 7636.0, 7594.0, 7560.0, 7586.0, 7556.0, 7555.0, 7537.0, 7557.0, 7569.0, 7619.0, 7556.0, 7566.0, 7555.0, 7568.0, 7556.0, 7585.0, 7575.0, 7631.0, 7575.0, 7554.0, 7568.0, 7554.0, 7578.0, 7575.0, 7620.0, 7577.0, 7633.0, 7560.0, 7589.0, 7559.0, 7573.0, 7555.0, 7550.0, 7612.0, 7572.0, 7630.0, 7541.0, 7556.0, 7554.0, 7554.0, 7581.0, 7554.0, 7629.0, 7585.0, 7551.0, 7551.0, 7550.0, 7535.0, 7551.0, 7613.0, 7571.0, 7611.0, 7566.0, 7551.0, 7534.0, 7550.0, 7578.0, 7539.0, 7616.0, 7586.0, 7538.0, 7568.0, 7572.0, 7581.0, 7557.0, 7630.0, 7586.0, 7555.0, 7552.0, 7552.0, 7566.0, 7537.0, 7579.0, 7539.0, 7629.0, 7552.0, 7537.0, 7550.0, 7559.0, 7572.0, 7575.0, 7604.0, 7575.0, 7558.0, 7557.0, 7560.0, 7584.0, 7559.0, 7618.0, 7590.0, 7587.0, 7555.0, 7554.0, 7568.0, 7555.0, 7599.0, 7561.0, 7618.0, 7591.0, 7555.0, 7553.0, 7554.0, 7566.0, 7556.0, 7614.0, 7591.0, 7557.0, 7556.0, 7574.0, 7584.0, 7557.0, 7598.0, 7560.0, 7604.0, 7574.0, 7559.0, 7571.0, 7559.0, 7586.0, 7576.0, 7591.0, 7607.0, 7560.0, 7573.0, 7559.0, 7586.0, 7559.0, 7633.0, 7603.0, 7587.0, 7554.0, 7569.0, 7566.0, 7554.0, 7581.0, 7558.0, 7558.0, 7620.0, 7558.0, 7556.0, 7557.0, 7563.0, 7610.0, 7580.0, 7562.0, 7602.0, 7575.0, 7562.0, 7641.0, 7612.0, 7564.0, 7574.0, 7562.0, 7599.0, 7557.0, 7585.0, 7600.0, 7594.0, 7620.0, 7541.0, 7537.0, 7550.0, 7552.0, 7568.0, 7556.0, 7635.0, 7559.0, 7558.0, 7556.0, 7559.0, 7574.0, 7567.0, 7638.0, 7598.0, 7562.0, 7576.0, 7558.0, 7571.0, 7558.0, 7619.0, 7542.0, 7617.0, 7542.0, 7597.0, 7539.0, 7580.0, 7536.0, 7566.0, 7571.0, 7541.0, 7540.0, 7541.0, 7568.0, 7556.0, 7597.0, 7559.0, 7601.0, 7576.0, 7541.0, 7554.0, 7539.0, 7566.0, 7540.0, 7602.0, 7557.0, 7615.0, 7554.0, 7539.0, 7541.0, 7540.0, 7555.0, 7552.0, 7597.0, 7539.0, 7570.0, 7558.0, 7540.0, 7556.0, 7557.0, 7601.0, 7560.0, 7605.0, 7559.0, 7559.0, 7557.0, 7540.0, 7583.0, 7558.0, 7630.0, 7591.0, 7569.0, 7556.0, 7539.0, 7552.0, 7555.0, 7616.0, 7573.0, 7617.0, 7540.0, 7554.0, 7537.0, 7552.0, 7584.0, 7560.0, 7634.0, 7589.0, 7538.0, 7538.0, 7541.0, 7582.0, 7557.0, 7586.0, 7620.0, 7559.0, 7601.0, 7559.0, 7554.0, 7538.0, 7553.0, 7615.0, 7589.0, 7586.0, 7553.0, 7571.0, 7567.0, 7554.0, 7597.0, 7555.0, 7570.0, 7582.0, 7555.0, 7568.0, 7540.0, 7553.0, 7569.0, 7568.0, 7618.0, 7563.0, 7544.0, 7561.0, 7562.0, 7568.0, 7564.0, 7620.0, 7598.0, 7565.0, 7563.0, 7562.0, 7574.0, 7561.0, 7601.0, 7560.0, 7574.0, 7639.0, 7563.0, 7606.0, 7562.0, 7558.0, 7539.0, 7557.0, 7633.0, 7611.0, 7568.0, 7560.0, 7559.0, 7584.0, 7562.0, 7618.0, 7620.0, 7557.0, 7571.0, 7560.0, 7586.0, 7559.0, 7541.0, 7573.0, 7564.0, 7635.0, 7560.0, 7569.0, 7543.0, 7557.0, 7560.0, 7541.0, 7620.0, 7544.0, 7572.0, 7560.0, 7571.0, 7558.0, 7557.0, 7571.0, 7587.0, 7620.0, 7546.0, 7557.0, 7558.0, 7559.0, 7588.0, 7558.0, 7634.0, 7563.0, 7558.0, 7557.0, 7558.0, 7593.0, 7561.0, 7636.0, 7594.0, 7581.0, 7572.0, 7559.0, 7560.0, 7612.0, 7565.0, 7635.0, 7575.0, 7562.0, 7575.0, 7561.0, 7634.0, 7603.0, 7587.0, 7582.0, 7556.0, 7580.0, 7536.0, 7549.0, 7552.0, 7549.0, 7615.0, 7536.0, 7548.0, 7551.0, 7534.0, 7534.0, 7549.0, 7598.0, 7559.0, 7570.0, 7557.0, 7566.0, 7567.0, 7579.0, 7562.0, 7601.0, 7559.0, 7573.0, 7614.0, 7606.0, 7629.0, 7574.0, 7541.0, 7565.0, 7551.0, 7535.0, 7588.0, 7557.0, 7633.0, 7554.0, 7541.0, 7554.0, 7560.0, 7568.0, 7542.0, 7552.0, 7552.0, 7539.0, 7636.0, 7573.0, 7561.0, 7560.0, 7562.0, 7602.0, 7559.0, 7634.0, 7606.0, 7576.0, 7586.0, 7558.0, 7585.0, 7540.0, 7580.0, 7557.0, 7598.0, 7601.0, 7538.0, 7552.0, 7553.0, 7577.0, 7550.0, 7552.0, 7574.0, 7558.0, 7634.0, 7556.0, 7537.0, 7537.0, 7552.0, 7600.0, 7557.0, 7629.0, 7589.0, 7555.0, 7553.0, 7556.0, 7581.0, 7540.0, 7598.0, 7601.0, 7560.0, 7584.0, 7557.0, 7539.0, 7553.0, 7538.0, 7572.0, 7557.0, 7636.0, 7572.0, 7558.0, 7557.0, 7555.0, 7584.0, 7558.0, 7632.0, 7590.0, 7589.0, 7554.0, 7556.0, 7565.0, 7539.0, 7585.0, 7560.0, 7632.0, 7557.0, 7556.0, 7573.0, 7538.0, 7553.0, 7558.0, 7617.0, 7572.0, 7595.0, 7556.0, 7551.0, 7537.0, 7539.0, 7556.0, 7554.0, 7634.0, 7539.0, 7568.0, 7554.0, 7549.0, 7537.0, 7568.0, 7555.0, 7557.0, 7571.0, 7556.0, 7567.0, 7556.0, 7582.0, 7557.0, 7601.0, 7589.0, 7542.0, 7557.0, 7561.0, 7570.0, 7557.0, 7555.0, 7559.0, 7573.0, 7625.0, 7557.0, 7570.0, 7559.0, 7583.0, 7557.0, 7616.0, 7574.0, 7604.0, 7572.0, 7557.0, 7571.0, 7554.0, 7566.0, 7558.0, 7616.0, 7575.0, 7584.0, 7556.0, 7554.0, 7571.0, 7554.0, 7574.0, 7558.0, 7632.0, 7558.0, 7556.0, 7570.0, 7555.0, 7570.0, 7558.0, 7630.0, 7590.0, 7605.0, 7571.0, 7559.0, 7584.0, 7556.0, 7582.0, 7558.0, 7555.0, 7633.0, 7557.0, 7583.0, 7556.0, 7537.0, 7566.0, 7573.0, 7615.0, 7572.0, 7615.0, 7539.0, 7551.0, 7566.0, 7551.0, 7584.0, 7556.0, 7631.0, 7556.0, 7555.0, 7571.0, 7567.0, 7569.0, 7557.0, 7615.0, 7606.0, 7554.0, 7568.0, 7550.0, 7550.0, 7567.0, 7600.0, 7556.0, 7617.0, 7603.0, 7556.0, 7554.0, 7556.0, 7552.0, 7556.0, 7556.0, 7619.0, 7578.0, 7601.0, 7574.0, 7573.0, 7558.0, 7558.0, 7617.0, 7587.0, 7632.0, 7571.0, 7553.0, 7554.0, 7548.0, 7582.0, 7556.0, 7627.0, 7605.0, 7554.0, 7555.0, 7554.0, 7584.0, 7557.0, 7554.0, 7584.0, 7572.0, 7577.0, 7584.0, 7590.0, 7589.0, 7599.0, 7582.0, 7599.0, 7571.0, 7574.0, 7626.0, 7617.0, 7576.0, 7618.0, 7560.0, 7558.0, 7597.0, 7555.0, 7572.0, 7616.0, 7586.0, 7553.0, 7539.0, 7554.0, 7580.0, 7558.0, 7558.0, 7619.0, 7577.0, 7562.0, 7576.0, 7560.0, 7586.0, 7560.0, 7592.0, 7592.0, 7578.0, 7639.0, 7565.0, 7560.0, 7560.0, 7555.0, 7604.0, 7560.0, 7634.0, 7607.0, 7558.0, 7573.0, 7557.0, 7597.0, 7540.0, 7629.0, 7603.0, 7601.0, 7570.0, 7539.0, 7552.0, 7535.0, 7579.0, 7556.0, 7614.0, 7603.0, 7581.0, 7591.0, 7561.0, 7552.0, 7551.0, 7534.0, 7598.0, 7558.0, 7596.0, 7559.0, 7556.0, 7558.0, 7540.0, 7599.0, 7556.0, 7629.0, 7584.0, 7538.0, 7568.0, 7537.0, 7581.0, 7540.0, 7630.0, 7573.0, 7572.0, 7556.0, 7557.0, 7568.0, 7539.0, 7593.0, 7555.0, 7598.0, 7603.0, 7537.0, 7566.0, 7554.0, 7565.0, 7537.0, 7535.0, 7556.0, 7557.0, 7636.0, 7559.0, 7568.0, 7558.0, 7551.0, 7550.0, 7568.0, 7613.0, 7593.0, 7551.0, 7537.0, 7554.0, 7553.0, 7541.0, 7602.0, 7558.0, 7600.0, 7555.0, 7538.0, 7555.0, 7551.0, 7567.0, 7558.0, 7629.0, 7593.0, 7553.0, 7558.0, 7554.0, 7568.0, 7541.0, 7601.0, 7559.0, 7635.0, 7575.0, 7555.0, 7556.0, 7558.0, 7585.0, 7575.0, 7579.0, 7606.0, 7567.0, 7619.0, 7562.0, 7575.0, 7574.0, 7556.0, 7618.0, 7558.0, 7631.0, 7589.0, 7610.0, 7539.0, 7535.0, 7552.0, 7548.0, 7570.0, 7552.0, 7636.0, 7542.0, 7582.0, 7542.0, 7562.0, 7551.0, 7550.0, 7570.0, 7538.0, 7553.0, 7555.0, 7587.0, 7560.0, 7589.0, 7575.0, 7572.0, 7571.0, 7561.0, 7575.0, 7556.0, 7561.0, 7619.0, 7580.0, 7602.0, 7558.0, 7558.0, 7587.0, 7559.0, 7631.0, 7603.0, 7601.0, 7602.0, 7539.0, 7582.0, 7534.0, 7595.0, 7569.0, 7582.0, 7584.0, 7538.0, 7567.0, 7537.0, 7579.0, 7556.0, 7580.0, 7582.0, 7540.0, 7569.0, 7539.0, 7536.0, 7567.0, 7555.0, 7602.0, 7558.0, 7614.0, 7543.0, 7554.0, 7572.0, 7554.0, 7601.0, 7558.0, 7635.0, 7559.0, 7557.0, 7570.0, 7556.0, 7579.0, 7554.0, 7617.0, 7606.0, 7557.0, 7572.0, 7577.0, 7570.0, 7559.0, 7558.0, 7619.0, 7580.0, 7615.0, 7558.0, 7557.0, 7556.0, 7556.0, 7614.0, 7572.0, 7632.0, 7584.0, 7556.0, 7567.0, 7542.0, 7565.0, 7558.0, 7576.0, 7624.0, 7549.0, 7577.0, 7559.0, 7560.0, 7587.0, 7578.0, 7563.0, 7657.0, 7579.0, 7563.0, 7562.0, 7556.0, 7600.0, 7557.0, 7630.0, 7621.0, 7538.0, 7567.0, 7540.0, 7583.0, 7541.0, 7569.0, 7573.0, 7545.0, 7598.0, 7566.0, 7541.0, 7552.0, 7554.0, 7618.0, 7592.0, 7557.0, 7584.0, 7559.0, 7597.0, 7541.0, 7611.0, 7586.0, 7584.0, 7584.0, 7540.0, 7569.0, 7540.0, 7552.0, 7542.0, 7559.0, 7605.0, 7564.0, 7571.0, 7561.0, 7586.0, 7559.0, 7569.0, 7561.0, 7586.0, 7623.0, 7542.0, 7569.0, 7541.0, 7584.0, 7557.0, 7616.0, 7575.0, 7582.0, 7540.0, 7552.0, 7556.0, 7554.0, 7577.0, 7576.0, 7640.0, 7561.0, 7590.0, 7563.0, 7585.0, 7561.0, 7588.0, 7559.0, 7586.0, 7623.0, 7541.0, 7568.0, 7556.0, 7582.0, 7555.0, 7635.0, 7576.0, 7605.0, 7575.0, 7559.0, 7559.0, 7555.0, 7582.0, 7560.0, 7621.0, 7598.0, 7576.0, 7578.0, 7575.0, 7587.0, 7555.0, 7599.0, 7557.0, 7631.0, 7573.0, 7579.0, 7554.0, 7567.0, 7557.0, 7587.0, 7561.0, 7603.0, 7577.0, 7556.0, 7542.0, 7558.0, 7583.0, 7556.0, 7613.0, 7558.0, 7632.0, 7577.0, 7599.0, 7541.0, 7548.0, 7551.0, 7563.0, 7549.0, 7583.0, 7585.0, 7556.0, 7554.0, 7558.0, 7586.0, 7556.0, 7593.0, 7556.0, 7598.0, 7587.0, 7558.0, 7554.0, 7556.0, 7582.0, 7540.0, 7579.0, 7555.0, 7583.0, 7617.0, 7554.0, 7578.0, 7537.0, 7550.0, 7552.0, 7549.0, 7551.0, 7548.0, 7610.0, 7572.0, 7566.0, 7553.0, 7555.0, 7549.0, 7539.0, 7578.0, 7540.0, 7614.0, 7574.0, 7556.0, 7558.0, 7556.0, 7582.0, 7539.0, 7594.0, 7538.0, 7610.0, 7584.0, 7601.0, 7551.0, 7552.0, 7550.0, 7551.0, 7563.0, 7540.0, 7613.0, 7574.0, 7554.0, 7556.0, 7553.0, 7567.0, 7550.0, 7586.0, 7554.0, 7627.0, 7573.0, 7594.0, 7539.0, 7549.0, 7548.0, 7532.0, 7570.0, 7553.0, 7628.0, 7556.0, 7594.0, 7538.0, 7549.0, 7533.0, 7547.0, 7568.0, 7533.0, 7630.0, 7538.0, 7551.0, 7555.0, 7534.0, 7567.0, 7558.0, 7629.0, 7590.0, 7538.0, 7555.0, 7540.0, 7584.0, 7538.0, 7596.0, 7555.0, 7629.0, 7572.0, 7536.0, 7553.0, 7548.0, 7552.0, 7556.0, 7614.0, 7574.0, 7601.0, 7554.0, 7554.0, 7557.0, 7539.0, 7603.0, 7557.0, 7633.0, 7609.0, 7569.0, 7539.0, 7554.0, 7568.0, 7553.0, 7602.0, 7540.0, 7635.0, 7540.0, 7551.0, 7555.0, 7581.0, 7539.0, 7612.0, 7571.0, 7572.0, 7555.0, 7556.0, 7567.0, 7542.0, 7582.0, 7556.0, 7586.0, 7588.0, 7556.0, 7559.0, 7557.0, 7583.0, 7558.0, 7582.0, 7560.0, 7579.0, 7626.0, 7565.0, 7606.0, 7578.0, 7565.0, 7625.0, 7597.0, 7582.0, 7642.0, 7597.0, 7566.0, 7625.0, 7598.0, 7584.0, 7640.0, 7595.0, 7581.0, 7580.0, 7597.0, 7566.0, 7612.0, 7597.0, 7568.0, 7646.0, 7599.0, 7570.0, 7568.0, 7600.0, 7567.0, 7597.0, 7567.0, 7626.0, 7583.0, 7567.0, 7596.0, 7582.0, 7648.0, 7613.0, 7581.0, 7580.0, 7588.0, 7583.0, 7583.0, 7583.0, 7629.0, 7600.0, 7586.0, 7630.0, 7605.0, 7603.0, 7587.0, 7587.0, 7629.0, 7601.0, 7590.0, 7663.0, 7618.0, 7569.0, 7582.0, 7585.0, 7611.0, 7580.0, 7581.0, 7645.0, 7601.0, 7583.0, 7600.0, 7617.0, 7591.0, 7646.0, 7586.0, 7583.0, 7585.0, 7588.0, 7647.0, 7604.0, 7572.0, 7645.0, 7601.0, 7616.0, 7596.0, 7599.0, 7613.0, 7602.0, 7584.0, 7665.0, 7605.0, 7631.0, 7601.0, 7603.0, 7648.0, 7619.0, 7601.0, 7570.0, 7604.0, 7601.0, 7614.0, 7589.0, 7604.0, 7602.0, 7626.0, 7594.0, 7581.0, 7627.0, 7612.0, 7568.0, 7599.0, 7617.0, 7570.0, 7602.0, 7589.0, 7667.0, 7618.0, 7588.0, 7597.0, 7580.0, 7610.0, 7581.0, 7640.0, 7632.0, 7581.0, 7597.0, 7584.0, 7591.0, 7582.0, 7606.0, 7582.0, 7632.0, 7615.0, 7597.0, 7598.0, 7601.0, 7578.0, 7577.0, 7577.0, 7638.0, 7583.0, 7641.0, 7597.0, 7593.0, 7561.0, 7557.0, 7605.0, 7560.0, 7637.0, 7608.0, 7560.0, 7572.0, 7559.0, 7585.0, 7573.0, 7617.0, 7606.0, 7559.0, 7573.0, 7574.0, 7600.0, 7584.0, 7570.0, 7592.0, 7575.0, 7617.0, 7557.0, 7577.0, 7604.0, 7573.0, 7557.0, 7604.0, 7577.0, 7622.0, 7588.0, 7558.0, 7571.0, 7572.0, 7598.0, 7572.0, 7615.0, 7604.0, 7555.0, 7569.0, 7573.0, 7568.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.001819989206691851</td></tr>
<tr><td colspan=3>aqi</td><td>0.05254533556395035</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.24949529624726</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0992488375755953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9932607091468681</td></tr>
<tr><td colspan=3>efc</td><td>0.4423</td></tr>
<tr><td colspan=3>fber</td><td>5887.4473</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12615580790286302</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>217</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.710739341608203</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4655153041175084</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.313667217565148</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7167046625014404</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.366174032285937</td></tr>
<tr><td colspan=3>gcor</td><td>0.00251055</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014395954087376595</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021810894832015038</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1853</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>4.028262365104566</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>27.1558</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>26.9325</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>123.1113</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312730.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>245.0071</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4668</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>380.8556</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2640.5518</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3426.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>692.6009</td></tr>
<tr><td colspan=3>tsnr</td><td>28.483044996391982</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>