<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>aee676b895c5e2dd293231c7c88fc538</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>22:53:28.650000</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.99983, 0.0177235, 0.00513767, -0.0174521, 0.998657, -0.048786]</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.0901568</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7745, -7268, 236, -148, -66, -74, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f44f57e-8ff7-4de7-8577-733eca6c12d5||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.6824700832366943, -0.04682260751724243, 0.016187671571969986, 111.13142395019531], [-0.04755097255110741, 2.679323196411133, -0.13145771622657776, -85.54325103759766], [0.013784002512693405, 0.13088929653167725, 2.696749210357666, -80.76679229736328], [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, 1582]</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], 'AcquisitionTime': ['225328.650000', '225329.110000', '225329.570000', '225330.030000', '225330.490000', '225330.950000', '225331.410000', '225331.870000', '225332.330000', '225332.790000', '225333.250000', '225333.710000', '225334.170000', '225334.630000', '225335.090000', '225335.550000', '225336.010000', '225336.470000', '225336.930000', '225337.390000', '225337.850000', '225338.310000', '225338.770000', '225339.230000', '225339.690000', '225340.150000', '225340.610000', '225341.070000', '225341.530000', '225341.990000', '225342.450000', '225342.910000', '225343.370000', '225343.830000', '225344.290000', '225344.750000', '225345.210000', '225345.670000', '225346.130000', '225346.590000', '225347.050000', '225347.510000', '225347.970000', '225348.430000', '225348.890000', '225349.350000', '225349.810000', '225350.270000', '225350.730000', '225351.190000', '225351.650000', '225352.110000', '225352.570000', '225353.030000', '225353.490000', '225353.950000', '225354.410000', '225354.870000', '225355.330000', '225355.790000', '225356.250000', '225356.710000', '225357.170000', '225357.630000', '225358.090000', '225358.550000', '225359.010000', '225359.470000', '225359.930000', '225400.390000', '225400.850000', '225401.310000', '225401.770000', '225402.230000', '225402.690000', '225403.150000', '225403.610000', '225404.070000', '225404.530000', '225404.990000', '225405.450000', '225405.910000', '225406.370000', '225406.830000', '225407.290000', '225407.750000', '225408.210000', '225408.670000', '225409.130000', '225409.590000', '225410.050000', '225410.510000', '225410.970000', '225411.430000', '225411.890000', '225412.350000', '225412.810000', '225413.270000', '225413.730000', '225414.190000', '225414.650000', '225415.110000', '225415.570000', '225416.030000', '225416.490000', '225416.950000', '225417.410000', '225417.870000', '225418.330000', '225418.790000', '225419.250000', '225419.710000', '225420.170000', '225420.630000', '225421.090000', '225421.550000', '225422.010000', '225422.470000', '225422.930000', '225423.390000', '225423.850000', '225424.310000', '225424.770000', '225425.230000', '225425.690000', '225426.150000', '225426.610000', '225427.070000', '225427.530000', '225427.990000', '225428.450000', '225428.910000', '225429.370000', '225429.830000', '225430.290000', '225430.750000', '225431.210000', '225431.670000', '225432.130000', '225432.590000', '225433.050000', '225433.510000', '225433.970000', '225434.430000', '225434.890000', '225435.350000', '225435.810000', '225436.270000', '225436.730000', '225437.190000', '225437.650000', '225438.110000', '225438.570000', '225439.030000', '225439.490000', '225439.950000', '225440.410000', '225440.870000', '225441.330000', '225441.790000', '225442.250000', '225442.710000', '225443.170000', '225443.630000', '225444.090000', '225444.550000', '225445.010000', '225445.470000', '225445.930000', '225446.390000', '225446.850000', '225447.310000', '225447.770000', '225448.230000', '225448.690000', '225449.150000', '225449.610000', '225450.070000', '225450.530000', '225450.990000', '225451.450000', '225451.910000', '225452.370000', '225452.830000', '225453.290000', '225453.750000', '225454.210000', '225454.670000', '225455.130000', '225455.590000', '225456.050000', '225456.510000', '225456.970000', '225457.430000', '225457.890000', '225458.350000', '225458.810000', '225459.270000', '225459.730000', '225500.190000', '225500.650000', '225501.110000', '225501.570000', '225502.030000', '225502.490000', '225502.950000', '225503.410000', '225503.870000', '225504.330000', '225504.790000', '225505.250000', '225505.710000', '225506.170000', '225506.630000', '225507.090000', '225507.550000', '225508.010000', '225508.470000', '225508.930000', '225509.390000', '225509.850000', '225510.310000', '225510.770000', '225511.230000', '225511.690000', '225512.150000', '225512.610000', '225513.070000', '225513.530000', '225513.990000', '225514.450000', '225514.910000', '225515.370000', '225515.830000', '225516.290000', '225516.750000', '225517.210000', '225517.670000', '225518.130000', '225518.590000', '225519.050000', '225519.510000', '225519.970000', '225520.430000', '225520.890000', '225521.350000', '225521.810000', '225522.270000', '225522.730000', '225523.190000', '225523.650000', '225524.110000', '225524.570000', '225525.030000', '225525.490000', '225525.950000', '225526.410000', '225526.870000', '225527.330000', '225527.790000', '225528.250000', '225528.710000', '225529.170000', '225529.630000', '225530.090000', '225530.550000', '225531.010000', '225531.470000', '225531.930000', '225532.390000', '225532.850000', '225533.310000', '225533.770000', '225534.230000', '225534.690000', '225535.150000', '225535.610000', '225536.070000', '225536.530000', '225536.990000', '225537.450000', '225537.910000', '225538.370000', '225538.830000', '225539.290000', '225539.750000', '225540.210000', '225540.670000', '225541.130000', '225541.590000', '225542.050000', '225542.510000', '225542.970000', '225543.430000', '225543.890000', '225544.350000', '225544.810000', '225545.270000', '225545.730000', '225546.190000', '225546.650000', '225547.110000', '225547.570000', '225548.030000', '225548.490000', '225548.950000', '225549.410000', '225549.870000', '225550.330000', '225550.790000', '225551.250000', '225551.710000', '225552.170000', '225552.630000', '225553.090000', '225553.550000', '225554.010000', '225554.470000', '225554.930000', '225555.390000', '225555.850000', '225556.310000', '225556.770000', '225557.230000', '225557.690000', '225558.150000', '225558.610000', '225559.070000', '225559.530000', '225559.990000', '225600.450000', '225600.910000', '225601.370000', '225601.830000', '225602.290000', '225602.750000', '225603.210000', '225603.670000', '225604.130000', '225604.590000', '225605.050000', '225605.510000', '225605.970000', '225606.430000', '225606.890000', '225607.350000', '225607.810000', '225608.270000', '225608.730000', '225609.190000', '225609.650000', '225610.110000', '225610.570000', '225611.030000', '225611.490000', '225611.950000', '225612.410000', '225612.870000', '225613.330000', '225613.790000', '225614.250000', '225614.710000', '225615.170000', '225615.630000', '225616.090000', '225616.550000', '225617.010000', '225617.470000', '225617.930000', '225618.390000', '225618.850000', '225619.310000', '225619.770000', '225620.230000', '225620.690000', '225621.150000', '225621.610000', '225622.070000', '225622.530000', '225622.990000', '225623.450000', '225623.910000', '225624.370000', '225624.830000', '225625.290000', '225625.750000', '225626.210000', '225626.670000', '225627.130000', '225627.590000', '225628.050000', '225628.510000', '225628.970000', '225629.430000', '225629.890000', '225630.350000', '225630.810000', '225631.270000', '225631.730000', '225632.190000', '225632.650000', '225633.110000', '225633.570000', '225634.030000', '225634.490000', '225634.950000', '225635.410000', '225635.870000', '225636.330000', '225636.790000', '225637.250000', '225637.710000', '225638.170000', '225638.630000', '225639.090000', '225639.550000', '225640.010000', '225640.470000', '225640.930000', '225641.390000', '225641.850000', '225642.310000', '225642.770000', '225643.230000', '225643.690000', '225644.150000', '225644.610000', '225645.070000', '225645.530000', '225645.990000', '225646.450000', '225646.910000', '225647.370000', '225647.830000', '225648.290000', '225648.750000', '225649.210000', '225649.670000', '225650.130000', '225650.590000', '225651.050000', '225651.510000', '225651.970000', '225652.430000', '225652.890000', '225653.350000', '225653.810000', '225654.270000', '225654.730000', '225655.190000', '225655.650000', '225656.110000', '225656.570000', '225657.030000', '225657.490000', '225657.950000', '225658.410000', '225658.870000', '225659.330000', '225659.790000', '225700.250000', '225700.710000', '225701.170000', '225701.630000', '225702.090000', '225702.550000', '225703.010000', '225703.470000', '225703.930000', '225704.390000', '225704.850000', '225705.310000', '225705.770000', '225706.230000', '225706.690000', '225707.150000', '225707.610000', '225708.070000', '225708.530000', '225708.990000', '225709.450000', '225709.910000', '225710.370000', '225710.830000', '225711.290000', '225711.750000', '225712.210000', '225712.670000', '225713.130000', '225713.590000', '225714.050000', '225714.510000', '225714.970000', '225715.430000', '225715.890000', '225716.350000', '225716.810000', '225717.270000', '225717.730000', '225718.190000', '225718.650000', '225719.110000', '225719.570000', '225720.030000', '225720.490000', '225720.950000', '225721.410000', '225721.870000', '225722.330000', '225722.790000', '225723.250000', '225723.710000', '225724.170000', '225724.630000', '225725.090000', '225725.550000', '225726.010000', '225726.470000', '225726.930000', '225727.390000', '225727.850000', '225728.310000', '225728.770000', '225729.230000', '225729.690000', '225730.150000', '225730.610000', '225731.070000', '225731.530000', '225731.990000', '225732.450000', '225732.910000', '225733.370000', '225733.830000', '225734.290000', '225734.750000', '225735.210000', '225735.670000', '225736.130000', '225736.590000', '225737.050000', '225737.510000', '225737.970000', '225738.430000', '225738.890000', '225739.350000', '225739.810000', '225740.270000', '225740.730000', '225741.190000', '225741.650000', '225742.110000', '225742.570000', '225743.030000', '225743.490000', '225743.950000', '225744.410000', '225744.870000', '225745.330000', '225745.790000', '225746.250000', '225746.710000', '225747.170000', '225747.630000', '225748.090000', '225748.550000', '225749.010000', '225749.470000', '225749.930000', '225750.390000', '225750.850000', '225751.310000', '225751.770000', '225752.230000', '225752.690000', '225753.150000', '225753.610000', '225754.070000', '225754.530000', '225754.990000', '225755.450000', '225755.910000', '225756.370000', '225756.830000', '225757.290000', '225757.750000', '225758.210000', '225758.670000', '225759.130000', '225759.590000', '225800.050000', '225800.510000', '225800.970000', '225801.430000', '225801.890000', '225802.350000', '225802.810000', '225803.270000', '225803.730000', '225804.190000', '225804.650000', '225805.110000', '225805.570000', '225806.030000', '225806.490000', '225806.950000', '225807.410000', '225807.870000', '225808.330000', '225808.790000', '225809.250000', '225809.710000', '225810.170000', '225810.630000', '225811.090000', '225811.550000', '225812.010000', '225812.470000', '225812.930000', '225813.390000', '225813.850000', '225814.310000', '225814.770000', '225815.230000', '225815.690000', '225816.150000', '225816.610000', '225817.070000', '225817.530000', '225817.990000', '225818.450000', '225818.910000', '225819.370000', '225819.830000', '225820.290000', '225820.750000', '225821.210000', '225821.670000', '225822.130000', '225822.590000', '225823.050000', '225823.510000', '225823.970000', '225824.430000', '225824.890000', '225825.350000', '225825.810000', '225826.270000', '225826.730000', '225827.190000', '225827.650000', '225828.110000', '225828.570000', '225829.030000', '225829.490000', '225829.950000', '225830.410000', '225830.870000', '225831.330000', '225831.790000', '225832.250000', '225832.710000', '225833.170000', '225833.630000', '225834.090000', '225834.550000', '225835.010000', '225835.470000', '225835.930000', '225836.390000', '225836.850000', '225837.310000', '225837.770000', '225838.230000', '225838.690000', '225839.150000', '225839.610000', '225840.070000', '225840.530000', '225840.990000', '225841.450000', '225841.910000', '225842.370000', '225842.830000', '225843.290000', '225843.750000', '225844.210000', '225844.670000', '225845.130000', '225845.590000', '225846.050000', '225846.510000', '225846.970000', '225847.430000', '225847.890000', '225848.350000', '225848.810000', '225849.270000', '225849.730000', '225850.190000', '225850.650000', '225851.110000', '225851.570000', '225852.030000', '225852.490000', '225852.950000', '225853.410000', '225853.870000', '225854.330000', '225854.790000', '225855.250000', '225855.710000', '225856.170000', '225856.630000', '225857.090000', '225857.550000', '225858.010000', '225858.470000', '225858.930000', '225859.390000', '225859.850000', '225900.310000', '225900.770000', '225901.230000', '225901.690000', '225902.150000', '225902.610000', '225903.070000', '225903.530000', '225903.990000', '225904.450000', '225904.910000', '225905.370000', '225905.830000', '225906.290000', '225906.750000', '225907.210000', '225907.670000', '225908.130000', '225908.590000', '225909.050000', '225909.510000', '225909.970000', '225910.430000', '225910.890000', '225911.350000', '225911.810000', '225912.270000', '225912.730000', '225913.190000', '225913.650000', '225914.110000', '225914.570000', '225915.030000', '225915.490000', '225915.950000', '225916.410000', '225916.870000', '225917.330000', '225917.790000', '225918.250000', '225918.710000', '225919.170000', '225919.630000', '225920.090000', '225920.550000', '225921.010000', '225921.470000', '225921.930000', '225922.390000', '225922.850000', '225923.310000', '225923.770000', '225924.230000', '225924.690000', '225925.150000', '225925.610000', '225926.070000', '225926.530000', '225926.990000', '225927.450000', '225927.910000', '225928.370000', '225928.830000', '225929.290000', '225929.750000', '225930.210000', '225930.670000', '225931.130000', '225931.590000', '225932.050000', '225932.510000', '225932.970000', '225933.430000', '225933.890000', '225934.350000', '225934.810000', '225935.270000', '225935.730000', '225936.190000', '225936.650000', '225937.110000', '225937.570000', '225938.030000', '225938.490000', '225938.950000', '225939.410000', '225939.870000', '225940.330000', '225940.790000', '225941.250000', '225941.710000', '225942.170000', '225942.630000', '225943.090000', '225943.550000', '225944.010000', '225944.470000', '225944.930000', '225945.390000', '225945.850000', '225946.310000', '225946.770000', '225947.230000', '225947.690000', '225948.150000', '225948.610000', '225949.070000', '225949.530000', '225949.990000', '225950.450000', '225950.910000', '225951.370000', '225951.830000', '225952.290000', '225952.750000', '225953.210000', '225953.670000', '225954.130000', '225954.590000', '225955.050000', '225955.510000', '225955.970000', '225956.430000', '225956.890000', '225957.350000', '225957.810000', '225958.270000', '225958.730000', '225959.190000', '225959.650000', '230000.110000', '230000.570000', '230001.030000', '230001.490000', '230001.950000', '230002.410000', '230002.870000', '230003.330000', '230003.790000', '230004.250000', '230004.710000', '230005.170000', '230005.630000', '230006.090000', '230006.550000', '230007.010000', '230007.470000', '230007.930000', '230008.390000', '230008.850000', '230009.310000', '230009.770000', '230010.230000', '230010.690000', '230011.150000', '230011.610000', '230012.070000', '230012.530000', '230012.990000', '230013.450000', '230013.910000', '230014.370000', '230014.830000', '230015.290000', '230015.750000', '230016.210000', '230016.670000', '230017.130000', '230017.590000', '230018.050000', '230018.510000', '230018.970000', '230019.430000', '230019.890000', '230020.350000', '230020.810000', '230021.270000', '230021.730000', '230022.190000', '230022.650000', '230023.110000', '230023.570000', '230024.030000', '230024.490000', '230024.950000', '230025.410000', '230025.870000', '230026.330000', '230026.790000', '230027.250000', '230027.710000', '230028.170000', '230028.630000', '230029.090000', '230029.550000', '230030.010000', '230030.470000', '230030.930000', '230031.390000', '230031.850000', '230032.310000', '230032.770000', '230033.230000', '230033.690000', '230034.150000', '230034.610000', '230035.070000', '230035.530000', '230035.990000', '230036.450000', '230036.910000', '230037.370000', '230037.830000', '230038.290000', '230038.750000', '230039.210000', '230039.670000', '230040.130000', '230040.590000', '230041.050000', '230041.510000', '230041.970000', '230042.430000', '230042.890000', '230043.350000', '230043.810000', '230044.270000', '230044.730000', '230045.190000', '230045.650000', '230046.110000', '230046.570000', '230047.030000', '230047.490000', '230047.950000', '230048.410000', '230048.870000', '230049.330000', '230049.790000', '230050.250000', '230050.710000', '230051.170000', '230051.630000', '230052.090000', '230052.550000', '230053.010000', '230053.470000', '230053.930000', '230054.390000', '230054.850000', '230055.310000', '230055.770000', '230056.230000', '230056.690000', '230057.150000', '230057.610000', '230058.070000', '230058.530000', '230058.990000', '230059.450000', '230059.910000', '230100.370000', '230100.830000', '230101.290000', '230101.750000', '230102.210000', '230102.670000', '230103.130000', '230103.590000', '230104.050000', '230104.510000', '230104.970000', '230105.430000', '230105.890000', '230106.350000', '230106.810000', '230107.270000', '230107.730000', '230108.190000', '230108.650000', '230109.110000', '230109.570000', '230110.030000', '230110.490000', '230110.950000', '230111.410000', '230111.870000', '230112.330000', '230112.790000', '230113.250000', '230113.710000', '230114.170000', '230114.630000', '230115.090000', '230115.550000', '230116.010000', '230116.470000', '230116.930000', '230117.390000', '230117.850000', '230118.310000', '230118.770000', '230119.230000', '230119.690000', '230120.150000', '230120.610000', '230121.070000', '230121.530000', '230121.990000', '230122.450000', '230122.910000', '230123.370000', '230123.830000', '230124.290000', '230124.750000', '230125.210000', '230125.670000', '230126.130000', '230126.590000', '230127.050000', '230127.510000', '230127.970000', '230128.430000', '230128.890000', '230129.350000', '230129.810000', '230130.270000', '230130.730000', '230131.190000', '230131.650000', '230132.110000', '230132.570000', '230133.030000', '230133.490000', '230133.950000', '230134.410000', '230134.870000', '230135.330000', '230135.790000', '230136.250000', '230136.710000', '230137.170000', '230137.630000', '230138.090000', '230138.550000', '230139.010000', '230139.470000', '230139.930000', '230140.390000', '230140.850000', '230141.310000', '230141.770000', '230142.230000', '230142.690000', '230143.150000', '230143.610000', '230144.070000', '230144.530000', '230144.990000', '230145.450000', '230145.910000', '230146.370000', '230146.830000', '230147.290000', '230147.750000', '230148.210000', '230148.670000', '230149.130000', '230149.590000', '230150.050000', '230150.510000', '230150.970000', '230151.430000', '230151.890000', '230152.350000', '230152.810000', '230153.270000', '230153.730000', '230154.190000', '230154.650000', '230155.110000', '230155.570000', '230156.030000', '230156.490000', '230156.950000', '230157.410000', '230157.870000', '230158.330000', '230158.790000', '230159.250000', '230159.710000', '230200.170000', '230200.630000', '230201.090000', '230201.550000', '230202.010000', '230202.470000', '230202.930000', '230203.390000', '230203.850000', '230204.310000', '230204.770000', '230205.230000', '230205.690000', '230206.150000', '230206.610000', '230207.070000', '230207.530000', '230207.990000', '230208.450000', '230208.910000', '230209.370000', '230209.830000', '230210.290000', '230210.750000', '230211.210000', '230211.670000', '230212.130000', '230212.590000', '230213.050000', '230213.510000', '230213.970000', '230214.430000', '230214.890000', '230215.350000', '230215.810000', '230216.270000', '230216.730000', '230217.190000', '230217.650000', '230218.110000', '230218.570000', '230219.030000', '230219.490000', '230219.950000', '230220.410000', '230220.870000', '230221.330000', '230221.790000', '230222.250000', '230222.710000', '230223.170000', '230223.630000', '230224.090000', '230224.550000', '230225.010000', '230225.470000', '230225.930000', '230226.390000', '230226.850000', '230227.310000', '230227.770000', '230228.230000', '230228.690000', '230229.150000', '230229.610000', '230230.070000', '230230.530000', '230230.990000', '230231.450000', '230231.910000', '230232.370000', '230232.830000', '230233.290000', '230233.750000', '230234.210000', '230234.670000', '230235.130000', '230235.590000', '230236.050000', '230236.510000', '230236.970000', '230237.430000', '230237.890000', '230238.350000', '230238.810000', '230239.270000', '230239.730000', '230240.190000', '230240.650000', '230241.110000', '230241.570000', '230242.030000', '230242.490000', '230242.950000', '230243.410000', '230243.870000', '230244.330000', '230244.790000', '230245.250000', '230245.710000', '230246.170000', '230246.630000', '230247.090000', '230247.550000', '230248.010000', '230248.470000', '230248.930000', '230249.390000', '230249.850000', '230250.310000', '230250.770000', '230251.230000', '230251.690000', '230252.150000', '230252.610000', '230253.070000', '230253.530000', '230253.990000', '230254.450000', '230254.910000', '230255.370000', '230255.830000', '230256.290000', '230256.750000', '230257.210000', '230257.670000', '230258.130000', '230258.590000', '230259.050000', '230259.510000', '230259.970000', '230300.430000', '230300.890000', '230301.350000', '230301.810000', '230302.270000', '230302.730000', '230303.190000', '230303.650000', '230304.110000', '230304.570000', '230305.030000', '230305.490000', '230305.950000', '230306.410000', '230306.870000', '230307.330000', '230307.790000', '230308.250000', '230308.710000', '230309.170000', '230309.630000', '230310.090000', '230310.550000', '230311.010000', '230311.470000', '230311.930000', '230312.390000', '230312.850000', '230313.310000', '230313.770000', '230314.230000', '230314.690000', '230315.150000', '230315.610000', '230316.070000', '230316.530000', '230316.990000', '230317.450000', '230317.910000', '230318.370000', '230318.830000', '230319.290000', '230319.750000', '230320.210000', '230320.670000', '230321.130000', '230321.590000', '230322.050000', '230322.510000', '230322.970000', '230323.430000', '230323.890000', '230324.350000', '230324.810000', '230325.270000', '230325.730000', '230326.190000', '230326.650000', '230327.110000', '230327.570000', '230328.030000', '230328.490000', '230328.950000', '230329.410000', '230329.870000', '230330.330000', '230330.790000', '230331.250000', '230331.710000', '230332.170000', '230332.630000', '230333.090000', '230333.550000', '230334.010000', '230334.470000', '230334.930000', '230335.390000', '230335.850000', '230336.310000', '230336.770000', '230337.230000', '230337.690000', '230338.150000', '230338.610000', '230339.070000', '230339.530000', '230339.990000', '230340.450000', '230340.910000', '230341.370000', '230341.830000', '230342.290000', '230342.750000', '230343.210000', '230343.670000', '230344.130000', '230344.590000', '230345.050000', '230345.510000', '230345.970000', '230346.430000', '230346.890000', '230347.350000', '230347.810000', '230348.270000', '230348.730000', '230349.190000', '230349.650000', '230350.110000', '230350.570000', '230351.030000', '230351.490000', '230351.950000', '230352.410000', '230352.870000', '230353.330000', '230353.790000', '230354.250000', '230354.710000', '230355.170000', '230355.630000', '230356.090000', '230356.550000', '230357.010000', '230357.470000', '230357.930000', '230358.390000', '230358.850000', '230359.310000', '230359.770000', '230400.230000', '230400.690000', '230401.150000', '230401.610000', '230402.070000', '230402.530000', '230402.990000', '230403.450000', '230403.910000', '230404.370000', '230404.830000', '230405.290000', '230405.750000', '230406.210000', '230406.670000', '230407.130000', '230407.590000', '230408.050000', '230408.510000', '230408.970000', '230409.430000', '230409.890000', '230410.350000', '230410.810000', '230411.270000', '230411.730000', '230412.190000', '230412.650000', '230413.110000', '230413.570000', '230414.030000', '230414.490000', '230414.950000', '230415.410000', '230415.870000', '230416.330000', '230416.790000', '230417.250000', '230417.710000', '230418.170000', '230418.630000', '230419.090000', '230419.550000', '230420.010000', '230420.470000', '230420.930000', '230421.390000', '230421.850000', '230422.310000', '230422.770000', '230423.230000', '230423.690000', '230424.150000', '230424.610000', '230425.070000', '230425.530000', '230425.990000', '230426.450000', '230426.910000', '230427.370000', '230427.830000', '230428.290000', '230428.750000', '230429.210000', '230429.670000', '230430.130000', '230430.590000', '230431.050000', '230431.510000', '230431.970000', '230432.430000', '230432.890000', '230433.350000', '230433.810000', '230434.270000', '230434.730000', '230435.190000', '230435.650000', '230436.110000', '230436.570000', '230437.030000', '230437.490000', '230437.950000', '230438.410000', '230438.870000', '230439.330000', '230439.790000', '230440.250000', '230440.710000', '230441.170000', '230441.630000', '230442.090000', '230442.550000', '230443.010000', '230443.470000', '230443.930000', '230444.390000', '230444.850000', '230445.310000', '230445.770000', '230446.230000', '230446.690000', '230447.150000', '230447.610000', '230448.070000', '230448.530000', '230448.990000', '230449.450000', '230449.910000', '230450.370000', '230450.830000', '230451.290000', '230451.750000', '230452.210000', '230452.670000', '230453.130000', '230453.590000', '230454.050000', '230454.510000', '230454.970000', '230455.430000', '230455.890000', '230456.350000', '230456.810000', '230457.270000', '230457.730000', '230458.190000', '230458.650000', '230459.110000', '230459.570000', '230500.030000', '230500.490000', '230500.950000', '230501.410000', '230501.870000', '230502.330000', '230502.790000', '230503.250000', '230503.710000', '230504.170000', '230504.630000', '230505.090000', '230505.550000', '230506.010000', '230506.470000', '230506.930000', '230507.390000', '230507.850000', '230508.310000', '230508.770000', '230509.230000', '230509.690000', '230510.150000', '230510.610000', '230511.070000', '230511.530000', '230511.990000', '230512.450000', '230512.910000', '230513.370000', '230513.830000', '230514.290000', '230514.750000', '230515.210000', '230515.670000', '230516.130000', '230516.590000', '230517.050000', '230517.510000', '230517.970000', '230518.430000', '230518.890000', '230519.350000', '230519.810000', '230520.270000', '230520.730000', '230521.190000', '230521.650000', '230522.110000', '230522.570000', '230523.030000', '230523.490000', '230523.950000', '230524.410000', '230524.870000', '230525.330000', '230525.790000', '230526.250000', '230526.710000', '230527.170000', '230527.630000', '230528.090000', '230528.550000', '230529.010000', '230529.470000', '230529.930000', '230530.390000', '230530.850000', '230531.310000', '230531.770000', '230532.230000', '230532.690000', '230533.150000', '230533.610000', '230534.070000', '230534.530000', '230534.990000', '230535.450000', '230535.910000'], 'ContentTime': ['225340.919000', '225340.922000', '225340.925000', '225340.928000', '225340.930000', '225340.933000', '225340.936000', '225340.938000', '225340.941000', '225340.943000', '225340.946000', '225340.949000', '225340.951000', '225340.954000', '225340.957000', '225340.970000', '225340.979000', '225340.982000', '225340.985000', '225340.987000', '225340.990000', '225340.992000', '225340.995000', '225340.998000', '225400.887000', '225400.890000', '225400.893000', '225400.896000', '225400.898000', '225400.901000', '225400.904000', '225400.906000', '225400.909000', '225400.911000', '225400.914000', '225400.916000', '225400.919000', '225400.924000', '225400.927000', '225400.930000', '225400.932000', '225400.935000', '225400.938000', '225400.940000', '225400.943000', '225400.945000', '225400.948000', '225400.951000', '225400.953000', '225400.956000', '225400.958000', '225400.961000', '225400.964000', '225400.966000', '225400.969000', '225400.971000', '225400.974000', '225400.977000', '225400.979000', '225400.982000', '225400.984000', '225400.987000', '225400.990000', '225400.992000', '225400.995000', '225400.998000', '225401.001000', '225401.004000', '225420.888000', '225420.891000', '225420.893000', '225420.896000', '225420.899000', '225420.901000', '225420.904000', '225420.906000', '225420.909000', '225420.912000', '225420.914000', '225420.917000', '225420.920000', '225420.922000', '225420.925000', '225420.927000', '225420.930000', '225420.933000', '225420.935000', '225420.938000', '225420.940000', '225420.943000', '225420.946000', '225420.948000', '225420.951000', '225420.954000', '225420.956000', '225420.959000', '225420.961000', '225420.964000', '225420.975000', '225420.978000', '225420.980000', '225420.983000', '225420.985000', '225420.988000', '225420.991000', '225420.993000', '225420.996000', '225420.998000', '225421.002000', '225421.005000', '225421.007000', '225440.887000', '225440.890000', '225440.893000', '225440.895000', '225440.898000', '225440.901000', '225440.903000', '225440.906000', '225440.909000', '225440.911000', '225440.914000', '225440.916000', '225440.919000', '225440.922000', '225440.924000', '225440.927000', '225440.930000', '225440.932000', '225440.935000', '225440.937000', '225440.940000', '225440.943000', '225440.945000', '225440.948000', '225440.951000', '225440.953000', '225440.956000', '225440.958000', '225440.961000', '225440.964000', '225440.966000', '225440.969000', '225440.972000', '225440.974000', '225440.977000', '225440.979000', '225440.982000', '225440.985000', '225440.987000', '225440.990000', '225440.993000', '225440.995000', '225440.998000', '225441.001000', '225500.888000', '225500.891000', '225500.894000', '225500.897000', '225500.899000', '225500.902000', '225500.905000', '225500.907000', '225500.910000', '225500.912000', '225500.915000', '225500.918000', '225500.920000', '225500.923000', '225500.926000', '225500.928000', '225500.931000', '225500.933000', '225500.936000', '225500.939000', '225500.941000', '225500.944000', '225500.947000', '225500.949000', '225500.952000', '225500.954000', '225500.957000', '225500.960000', '225500.962000', '225500.965000', '225500.968000', '225500.970000', '225500.973000', '225500.976000', '225500.978000', '225500.981000', '225500.984000', '225500.986000', '225500.989000', '225500.992000', '225500.994000', '225500.997000', '225501.000000', '225520.888000', '225520.890000', '225520.893000', '225520.896000', '225520.898000', '225520.901000', '225520.904000', '225520.906000', '225520.909000', '225520.912000', '225520.914000', '225520.917000', '225520.920000', '225520.922000', '225520.925000', '225520.928000', '225520.930000', '225520.933000', '225520.936000', '225520.938000', '225520.941000', '225520.944000', '225520.946000', '225520.949000', '225520.951000', '225520.954000', '225520.957000', '225520.959000', '225520.962000', '225520.965000', '225520.967000', '225520.970000', '225520.973000', '225520.975000', '225520.978000', '225520.981000', '225520.983000', '225520.986000', '225520.988000', '225520.991000', '225520.994000', '225520.996000', '225521.000000', '225521.003000', '225540.888000', '225540.891000', '225540.893000', '225540.896000', '225540.898000', '225540.901000', '225540.904000', '225540.907000', '225540.909000', '225540.912000', '225540.915000', '225540.917000', '225540.920000', '225540.923000', '225540.925000', '225540.928000', '225540.930000', '225540.933000', '225540.936000', '225540.938000', '225540.941000', '225540.944000', '225540.946000', '225540.949000', '225540.951000', '225540.954000', '225540.957000', '225540.959000', '225540.962000', '225540.965000', '225540.967000', '225540.970000', '225540.972000', '225540.975000', '225540.978000', '225540.980000', '225540.983000', '225540.986000', '225540.988000', '225540.991000', '225540.994000', '225540.996000', '225541.000000', '225600.887000', '225600.890000', '225600.893000', '225600.896000', '225600.898000', '225600.901000', '225600.903000', '225600.906000', '225600.909000', '225600.911000', '225600.914000', '225600.917000', '225600.941000', '225600.944000', '225600.946000', '225600.949000', '225600.952000', '225600.954000', '225600.957000', '225600.960000', '225600.962000', '225600.965000', '225600.967000', '225600.970000', '225600.973000', '225600.975000', '225600.978000', '225600.981000', '225600.983000', '225600.986000', '225600.988000', '225600.991000', '225600.994000', '225600.996000', '225601.000000', '225601.002000', '225601.005000', '225601.008000', '225601.017000', '225601.020000', '225601.023000', '225601.025000', '225601.028000', '225601.031000', '225620.887000', '225620.890000', '225620.893000', '225620.895000', '225620.899000', '225620.901000', '225620.904000', '225620.906000', '225620.909000', '225620.912000', '225620.914000', '225620.917000', '225620.920000', '225620.922000', '225620.925000', '225620.928000', '225620.930000', '225620.933000', '225620.936000', '225620.938000', '225620.941000', '225620.944000', '225620.946000', '225620.949000', '225620.951000', '225620.954000', '225620.957000', '225620.959000', '225620.962000', '225620.965000', '225620.967000', '225620.970000', '225620.973000', '225620.975000', '225620.978000', '225620.981000', '225620.983000', '225620.986000', '225620.989000', '225620.991000', '225620.994000', '225620.997000', '225621.000000', '225640.887000', '225640.891000', '225640.893000', '225640.896000', '225640.898000', '225640.901000', '225640.904000', '225640.906000', '225640.909000', '225640.912000', '225640.914000', '225640.917000', '225640.920000', '225640.924000', '225640.927000', '225640.929000', '225640.932000', '225640.935000', '225640.937000', '225640.940000', '225640.943000', '225640.945000', '225640.948000', '225640.951000', '225640.953000', '225640.956000', '225640.959000', '225640.961000', '225640.964000', '225640.967000', '225640.970000', '225640.972000', '225640.975000', '225640.978000', '225640.980000', '225640.983000', '225640.986000', '225640.988000', '225640.991000', '225640.994000', '225640.996000', '225641.000000', '225641.003000', '225641.005000', '225700.888000', '225700.891000', '225700.893000', '225700.896000', '225700.899000', '225700.901000', '225700.904000', '225700.907000', '225700.910000', '225700.912000', '225700.915000', '225700.918000', '225700.920000', '225700.923000', '225700.925000', '225700.928000', '225700.931000', '225700.933000', '225700.936000', '225700.939000', '225700.941000', '225700.944000', '225700.946000', '225700.949000', '225700.952000', '225700.954000', '225700.957000', '225700.960000', '225700.962000', '225700.965000', '225700.968000', '225700.970000', '225700.973000', '225700.976000', '225700.978000', '225700.981000', '225700.983000', '225700.986000', '225700.989000', '225700.991000', '225700.994000', '225700.997000', '225701.000000', '225720.889000', '225720.891000', '225720.894000', '225720.897000', '225720.900000', '225720.905000', '225720.907000', '225720.910000', '225720.913000', '225720.915000', '225720.918000', '225720.921000', '225720.923000', '225720.926000', '225720.929000', '225720.931000', '225720.934000', '225720.937000', '225720.939000', '225720.942000', '225720.945000', '225720.947000', '225720.950000', '225720.953000', '225720.955000', '225720.958000', '225720.961000', '225720.963000', '225720.966000', '225720.969000', '225720.971000', '225720.974000', '225720.976000', '225720.979000', '225720.982000', '225720.984000', '225720.987000', '225720.990000', '225720.992000', '225720.995000', '225720.998000', '225721.001000', '225721.004000', '225740.887000', '225740.890000', '225740.893000', '225740.896000', '225740.898000', '225740.901000', '225740.904000', '225740.906000', '225740.909000', '225740.912000', '225740.914000', '225740.917000', '225740.920000', '225740.922000', '225740.925000', '225740.928000', '225740.930000', '225740.933000', '225740.936000', '225740.938000', '225740.941000', '225740.944000', '225740.946000', '225740.949000', '225740.952000', '225740.954000', '225740.957000', '225740.960000', '225740.962000', '225740.965000', '225740.967000', '225740.970000', '225740.973000', '225740.975000', '225740.978000', '225740.981000', '225740.983000', '225740.986000', '225740.988000', '225740.991000', '225740.994000', '225740.996000', '225741.000000', '225741.003000', '225800.888000', '225800.891000', '225800.893000', '225800.896000', '225800.898000', '225800.901000', '225800.904000', '225800.906000', '225800.909000', '225800.912000', '225800.915000', '225800.917000', '225800.920000', '225800.923000', '225800.926000', '225800.929000', '225800.932000', '225800.935000', '225800.937000', '225800.940000', '225800.943000', '225800.945000', '225800.948000', '225800.951000', '225800.953000', '225800.956000', '225800.958000', '225800.962000', '225800.966000', '225800.968000', '225800.971000', '225800.974000', '225800.976000', '225800.979000', '225800.982000', '225800.984000', '225800.987000', '225800.990000', '225800.992000', '225800.995000', '225800.998000', '225801.001000', '225801.004000', '225820.887000', '225820.890000', '225820.893000', '225820.896000', '225820.898000', '225820.901000', '225820.904000', '225820.906000', '225820.909000', '225820.912000', '225820.914000', '225820.917000', '225820.920000', '225820.922000', '225820.925000', '225820.927000', '225820.930000', '225820.933000', '225820.936000', '225820.938000', '225820.941000', '225820.944000', '225820.946000', '225820.949000', '225820.952000', '225820.954000', '225820.957000', '225820.960000', '225820.962000', '225820.965000', '225820.968000', '225820.970000', '225820.973000', '225820.975000', '225820.978000', '225820.981000', '225820.983000', '225820.986000', '225820.989000', '225820.991000', '225820.994000', '225820.997000', '225821.000000', '225821.003000', '225840.888000', '225840.890000', '225840.893000', '225840.896000', '225840.898000', '225840.901000', '225840.904000', '225840.906000', '225840.909000', '225840.912000', '225840.914000', '225840.917000', '225840.920000', '225840.922000', '225840.925000', '225840.928000', '225840.930000', '225840.933000', '225840.936000', '225840.938000', '225840.941000', '225840.944000', '225840.947000', '225840.952000', '225840.954000', '225840.957000', '225840.959000', '225840.962000', '225840.965000', '225840.967000', '225840.970000', '225840.973000', '225840.975000', '225840.978000', '225840.981000', '225840.983000', '225840.986000', '225840.989000', '225840.991000', '225840.994000', '225840.996000', '225841.000000', '225841.003000', '225900.888000', '225900.891000', '225900.894000', '225900.897000', '225900.899000', '225900.902000', '225900.905000', '225900.908000', '225900.910000', '225900.913000', '225900.916000', '225900.918000', '225900.921000', '225900.923000', '225900.926000', '225900.929000', '225900.931000', '225900.934000', '225900.937000', '225900.939000', '225900.944000', '225900.947000', '225900.949000', '225900.952000', '225900.954000', '225900.957000', '225900.960000', '225900.962000', '225900.965000', '225900.968000', '225900.970000', '225900.973000', '225900.975000', '225900.989000', '225900.992000', '225900.994000', '225900.997000', '225901.001000', '225901.004000', '225901.006000', '225901.009000', '225901.012000', '225901.014000', '225901.017000', '225920.887000', '225920.890000', '225920.893000', '225920.896000', '225920.898000', '225920.901000', '225920.904000', '225920.906000', '225920.909000', '225920.911000', '225920.914000', '225920.917000', '225920.919000', '225920.922000', '225920.925000', '225920.927000', '225920.930000', '225920.933000', '225920.935000', '225920.938000', '225920.941000', '225920.943000', '225920.946000', '225920.949000', '225920.951000', '225920.954000', '225920.956000', '225920.959000', '225920.962000', '225920.964000', '225920.967000', '225920.970000', '225920.972000', '225920.975000', '225920.978000', '225920.981000', '225920.983000', '225920.986000', '225920.989000', '225920.991000', '225920.994000', '225920.997000', '225921.001000', '225940.889000', '225940.891000', '225940.894000', '225940.897000', '225940.900000', '225940.903000', '225940.905000', '225940.908000', '225940.911000', '225940.913000', '225940.916000', '225940.919000', '225940.921000', '225940.924000', '225940.927000', '225940.929000', '225940.932000', '225940.935000', '225940.937000', '225940.940000', '225940.943000', '225940.946000', '225940.948000', '225940.951000', '225940.954000', '225940.956000', '225940.959000', '225940.961000', '225940.964000', '225940.967000', '225940.970000', '225940.972000', '225940.975000', '225940.978000', '225940.980000', '225940.983000', '225940.986000', '225940.988000', '225940.991000', '225940.994000', '225940.996000', '225941.000000', '225941.002000', '225941.005000', '230000.888000', '230000.890000', '230000.893000', '230000.896000', '230000.899000', '230000.901000', '230000.904000', '230000.907000', '230000.909000', '230000.912000', '230000.914000', '230000.917000', '230000.920000', '230000.922000', '230000.925000', '230000.928000', '230000.930000', '230000.933000', '230000.936000', '230000.938000', '230000.941000', '230000.943000', '230000.946000', '230000.949000', '230000.951000', '230000.954000', '230000.957000', '230000.959000', '230000.962000', '230000.965000', '230000.968000', '230000.970000', '230000.973000', '230000.975000', '230000.978000', '230000.981000', '230000.984000', '230000.987000', '230000.990000', '230000.993000', '230000.996000', '230000.998000', '230001.002000', '230020.887000', '230020.890000', '230020.893000', '230020.897000', '230020.899000', '230020.902000', '230020.904000', '230020.907000', '230020.910000', '230020.912000', '230020.915000', '230020.918000', '230020.920000', '230020.923000', '230020.925000', '230020.928000', '230020.931000', '230020.933000', '230020.936000', '230020.939000', '230020.941000', '230020.944000', '230020.947000', '230020.949000', '230020.952000', '230020.954000', '230020.957000', '230020.960000', '230020.962000', '230020.965000', '230020.968000', '230020.970000', '230020.973000', '230020.976000', '230020.978000', '230020.981000', '230020.983000', '230020.986000', '230020.989000', '230020.991000', '230020.994000', '230020.996000', '230021.000000', '230021.032000', '230040.888000', '230040.891000', '230040.893000', '230040.896000', '230040.898000', '230040.901000', '230040.904000', '230040.906000', '230040.909000', '230040.912000', '230040.914000', '230040.917000', '230040.920000', '230040.922000', '230040.925000', '230040.928000', '230040.930000', '230040.938000', '230040.941000', '230040.944000', '230040.946000', '230040.949000', '230040.952000', '230040.954000', '230040.957000', '230040.959000', '230040.962000', '230040.965000', '230040.967000', '230040.970000', '230040.973000', '230040.975000', '230040.978000', '230040.980000', '230040.983000', '230040.986000', '230040.988000', '230040.991000', '230040.994000', '230040.997000', '230041.000000', '230041.003000', '230041.006000', '230100.888000', '230100.890000', '230100.893000', '230100.896000', '230100.898000', '230100.901000', '230100.904000', '230100.906000', '230100.909000', '230100.912000', '230100.914000', '230100.917000', '230100.919000', '230100.922000', '230100.925000', '230100.927000', '230100.930000', '230100.933000', '230100.935000', '230100.938000', '230100.941000', '230100.943000', '230100.946000', '230100.949000', '230100.951000', '230100.954000', '230100.957000', '230100.959000', '230100.962000', '230100.964000', '230100.967000', '230100.970000', '230100.972000', '230100.975000', '230100.978000', '230100.980000', '230100.983000', '230100.985000', '230100.988000', '230100.991000', '230100.993000', '230100.996000', '230101.000000', '230101.002000', '230120.887000', '230120.890000', '230120.893000', '230120.896000', '230120.898000', '230120.901000', '230120.904000', '230120.906000', '230120.909000', '230120.912000', '230120.914000', '230120.917000', '230120.920000', '230120.922000', '230120.925000', '230120.928000', '230120.930000', '230120.933000', '230120.936000', '230120.938000', '230120.941000', '230120.944000', '230120.946000', '230120.949000', '230120.951000', '230120.954000', '230120.957000', '230120.959000', '230120.962000', '230120.965000', '230120.967000', '230120.970000', '230120.973000', '230120.975000', '230120.978000', '230120.980000', '230120.983000', '230120.986000', '230120.988000', '230120.991000', '230120.994000', '230120.996000', '230121.000000', '230140.888000', '230140.891000', '230140.894000', '230140.897000', '230140.900000', '230140.902000', '230140.905000', '230140.908000', '230140.910000', '230140.913000', '230140.916000', '230140.918000', '230140.921000', '230140.924000', '230140.926000', '230140.929000', '230140.932000', '230140.934000', '230140.937000', '230140.940000', '230140.942000', '230140.945000', '230140.947000', '230140.950000', '230140.953000', '230140.955000', '230140.958000', '230140.961000', '230140.963000', '230140.966000', '230140.969000', '230140.971000', '230140.974000', '230140.976000', '230140.979000', '230140.982000', '230140.984000', '230140.987000', '230140.990000', '230140.992000', '230141.004000', '230141.007000', '230141.010000', '230141.012000', '230200.888000', '230200.891000', '230200.893000', '230200.896000', '230200.899000', '230200.901000', '230200.904000', '230200.907000', '230200.909000', '230200.912000', '230200.915000', '230200.917000', '230200.920000', '230200.923000', '230200.925000', '230200.928000', '230200.931000', '230200.933000', '230200.936000', '230200.939000', '230200.942000', '230200.944000', '230200.947000', '230200.949000', '230200.952000', '230200.955000', '230200.957000', '230200.960000', '230200.963000', '230200.965000', '230200.968000', '230200.971000', '230200.973000', '230200.976000', '230200.979000', '230200.981000', '230200.984000', '230200.986000', '230200.989000', '230200.992000', '230200.994000', '230200.997000', '230201.001000', '230220.888000', '230220.890000', '230220.893000', '230220.896000', '230220.898000', '230220.901000', '230220.904000', '230220.906000', '230220.909000', '230220.912000', '230220.914000', '230220.917000', '230220.920000', '230220.922000', '230220.925000', '230220.927000', '230220.930000', '230220.933000', '230220.935000', '230220.938000', '230220.941000', '230220.943000', '230220.946000', '230220.948000', '230220.951000', '230220.954000', '230220.956000', '230220.959000', '230220.962000', '230220.964000', '230220.967000', '230220.970000', '230220.972000', '230220.975000', '230220.978000', '230220.980000', '230220.983000', '230220.985000', '230220.988000', '230220.991000', '230220.993000', '230220.996000', '230221.000000', '230221.002000', '230240.888000', '230240.891000', '230240.893000', '230240.896000', '230240.899000', '230240.901000', '230240.904000', '230240.907000', '230240.910000', '230240.913000', '230240.916000', '230240.918000', '230240.921000', '230240.923000', '230240.926000', '230240.929000', '230240.931000', '230240.934000', '230240.937000', '230240.939000', '230240.942000', '230240.945000', '230240.947000', '230240.950000', '230240.953000', '230240.955000', '230240.958000', '230240.961000', '230240.963000', '230240.966000', '230240.969000', '230240.971000', '230240.974000', '230240.976000', '230240.979000', '230240.982000', '230240.984000', '230240.987000', '230240.990000', '230240.992000', '230240.995000', '230240.998000', '230241.002000', '230300.888000', '230300.890000', '230300.893000', '230300.896000', '230300.899000', '230300.901000', '230300.904000', '230300.907000', '230300.909000', '230300.912000', '230300.914000', '230300.917000', '230300.920000', '230300.922000', '230300.925000', '230300.928000', '230300.930000', '230300.933000', '230300.935000', '230300.938000', '230300.941000', '230300.944000', '230300.975000', '230300.977000', '230300.980000', '230300.982000', '230300.985000', '230300.988000', '230300.990000', '230300.993000', '230300.996000', '230300.998000', '230301.002000', '230301.005000', '230301.007000', '230301.010000', '230301.013000', '230301.015000', '230301.018000', '230301.021000', '230301.023000', '230301.026000', '230301.029000', '230301.031000', '230320.887000', '230320.891000', '230320.893000', '230320.896000', '230320.898000', '230320.901000', '230320.904000', '230320.907000', '230320.909000', '230320.912000', '230320.915000', '230320.917000', '230320.920000', '230320.923000', '230320.925000', '230320.928000', '230320.931000', '230320.934000', '230320.936000', '230320.939000', '230320.941000', '230320.944000', '230320.947000', '230320.949000', '230320.952000', '230320.955000', '230320.957000', '230320.960000', '230320.963000', '230320.965000', '230320.968000', '230320.971000', '230320.973000', '230320.976000', '230320.979000', '230320.981000', '230320.984000', '230320.987000', '230320.989000', '230320.992000', '230320.995000', '230320.997000', '230321.001000', '230340.888000', '230340.891000', '230340.894000', '230340.896000', '230340.899000', '230340.901000', '230340.904000', '230340.907000', '230340.910000', '230340.912000', '230340.915000', '230340.918000', '230340.920000', '230340.924000', '230340.927000', '230340.929000', '230340.932000', '230340.935000', '230340.937000', '230340.940000', '230340.943000', '230340.945000', '230340.948000', '230340.951000', '230340.953000', '230340.956000', '230340.959000', '230340.962000', '230340.964000', '230340.967000', '230340.970000', '230340.972000', '230340.975000', '230340.978000', '230340.981000', '230340.983000', '230340.986000', '230340.988000', '230340.991000', '230340.994000', '230340.996000', '230341.000000', '230341.003000', '230400.888000', '230400.891000', '230400.893000', '230400.896000', '230400.899000', '230400.901000', '230400.904000', '230400.907000', '230400.909000', '230400.912000', '230400.915000', '230400.917000', '230400.920000', '230400.923000', '230400.925000', '230400.928000', '230400.930000', '230400.933000', '230400.936000', '230400.938000', '230400.941000', '230400.944000', '230400.947000', '230400.949000', '230400.952000', '230400.954000', '230400.957000', '230400.960000', '230400.962000', '230400.965000', '230400.968000', '230400.970000', '230400.973000', '230400.975000', '230400.978000', '230400.981000', '230400.983000', '230400.986000', '230400.989000', '230400.991000', '230400.994000', '230400.997000', '230401.000000', '230401.003000', '230420.888000', '230420.891000', '230420.893000', '230420.896000', '230420.910000', '230420.912000', '230420.915000', '230420.918000', '230420.921000', '230420.931000', '230420.934000', '230420.940000', '230420.942000', '230420.945000', '230420.948000', '230420.950000', '230420.953000', '230420.956000', '230420.958000', '230420.961000', '230420.964000', '230420.966000', '230420.969000', '230420.972000', '230420.974000', '230420.977000', '230420.980000', '230420.982000', '230420.985000', '230420.988000', '230420.990000', '230420.993000', '230420.996000', '230420.998000', '230421.002000', '230421.005000', '230421.007000', '230421.010000', '230421.013000', '230421.015000', '230421.018000', '230421.021000', '230421.023000', '230421.026000', '230440.888000', '230440.890000', '230440.893000', '230440.896000', '230440.899000', '230440.901000', '230440.904000', '230440.907000', '230440.909000', '230440.912000', '230440.914000', '230440.917000', '230440.920000', '230440.922000', '230440.925000', '230440.928000', '230440.930000', '230440.933000', '230440.936000', '230440.939000', '230440.942000', '230440.944000', '230440.947000', '230440.950000', '230440.952000', '230440.955000', '230440.958000', '230440.960000', '230440.963000', '230440.966000', '230440.968000', '230440.971000', '230440.974000', '230440.976000', '230440.979000', '230440.981000', '230440.984000', '230440.987000', '230440.989000', '230440.992000', '230440.995000', '230440.997000', '230441.001000', '230500.888000', '230500.891000', '230500.893000', '230500.896000', '230500.899000', '230500.901000', '230500.904000', '230500.907000', '230500.909000', '230500.912000', '230500.915000', '230500.917000', '230500.920000', '230500.923000', '230500.925000', '230500.928000', '230500.931000', '230500.935000', '230500.938000', '230500.940000', '230500.943000', '230500.946000', '230500.948000', '230500.951000', '230500.954000', '230500.956000', '230500.959000', '230500.961000', '230500.964000', '230500.967000', '230500.969000', '230500.972000', '230500.975000', '230500.977000', '230500.980000', '230500.983000', '230500.985000', '230500.988000', '230500.990000', '230500.993000', '230500.996000', '230500.998000', '230501.002000', '230520.888000', '230520.891000', '230520.893000', '230520.896000', '230520.899000', '230520.901000', '230520.904000', '230520.907000', '230520.909000', '230520.912000', '230520.915000', '230520.917000', '230520.920000', '230520.923000', '230520.925000', '230520.933000', '230520.936000', '230520.939000', '230520.941000', '230520.944000', '230520.947000', '230520.949000', '230520.952000', '230520.955000', '230520.957000', '230520.960000', '230520.962000', '230520.965000', '230520.968000', '230520.971000', '230520.973000', '230520.976000', '230520.978000', '230520.981000', '230520.984000', '230520.986000', '230520.989000', '230520.992000', '230520.994000', '230520.997000', '230521.001000', '230521.003000', '230521.006000', '230521.009000', '230537.691000', '230537.697000', '230537.701000', '230537.706000', '230537.710000', '230537.713000', '230537.716000', '230537.719000', '230537.722000', '230537.725000', '230537.727000', '230537.730000', '230537.733000', '230537.735000', '230537.738000', '230537.741000', '230537.743000', '230537.746000', '230537.749000', '230537.751000', '230537.754000', '230537.757000', '230537.759000', '230537.762000', '230537.764000', '230537.767000', '230537.770000', '230537.773000', '230537.775000', '230537.778000', '230537.780000', '230537.783000', '230537.786000', '230537.788000', '230537.791000', '230537.794000'], 'InstanceCreationTime': ['225340.919000', '225340.922000', '225340.925000', '225340.928000', '225340.930000', '225340.933000', '225340.936000', '225340.938000', '225340.941000', '225340.943000', '225340.946000', '225340.949000', '225340.951000', '225340.954000', '225340.957000', '225340.970000', '225340.979000', '225340.982000', '225340.985000', '225340.987000', '225340.990000', '225340.992000', '225340.995000', '225340.998000', '225400.887000', '225400.890000', '225400.893000', '225400.896000', '225400.898000', '225400.901000', '225400.904000', '225400.906000', '225400.909000', '225400.911000', '225400.914000', '225400.916000', '225400.919000', '225400.924000', '225400.927000', '225400.930000', '225400.932000', '225400.935000', '225400.938000', '225400.940000', '225400.943000', '225400.945000', '225400.948000', '225400.951000', '225400.953000', '225400.956000', '225400.958000', '225400.961000', '225400.964000', '225400.966000', '225400.969000', '225400.971000', '225400.974000', '225400.977000', '225400.979000', '225400.982000', '225400.984000', '225400.987000', '225400.990000', '225400.992000', '225400.995000', '225400.998000', '225401.001000', '225401.004000', '225420.888000', '225420.891000', '225420.893000', '225420.896000', '225420.899000', '225420.901000', '225420.904000', '225420.906000', '225420.909000', '225420.912000', '225420.914000', '225420.917000', '225420.920000', '225420.922000', '225420.925000', '225420.927000', '225420.930000', '225420.933000', '225420.935000', '225420.938000', '225420.940000', '225420.943000', '225420.946000', '225420.948000', '225420.951000', '225420.954000', '225420.956000', '225420.959000', '225420.961000', '225420.964000', '225420.975000', '225420.978000', '225420.980000', '225420.983000', '225420.985000', '225420.988000', '225420.991000', '225420.993000', '225420.996000', '225420.998000', '225421.002000', '225421.005000', '225421.007000', '225440.887000', '225440.890000', '225440.893000', '225440.895000', '225440.898000', '225440.901000', '225440.903000', '225440.906000', '225440.909000', '225440.911000', '225440.914000', '225440.916000', '225440.919000', '225440.922000', '225440.924000', '225440.927000', '225440.930000', '225440.932000', '225440.935000', '225440.937000', '225440.940000', '225440.943000', '225440.945000', '225440.948000', '225440.951000', '225440.953000', '225440.956000', '225440.958000', '225440.961000', '225440.964000', '225440.966000', '225440.969000', '225440.972000', '225440.974000', '225440.977000', '225440.979000', '225440.982000', '225440.985000', '225440.987000', '225440.990000', '225440.993000', '225440.995000', '225440.998000', '225441.001000', '225500.888000', '225500.891000', '225500.894000', '225500.897000', '225500.899000', '225500.902000', '225500.905000', '225500.907000', '225500.910000', '225500.912000', '225500.915000', '225500.918000', '225500.920000', '225500.923000', '225500.926000', '225500.928000', '225500.931000', '225500.933000', '225500.936000', '225500.939000', '225500.941000', '225500.944000', '225500.947000', '225500.949000', '225500.952000', '225500.954000', '225500.957000', '225500.960000', '225500.962000', '225500.965000', '225500.968000', '225500.970000', '225500.973000', '225500.976000', '225500.978000', '225500.981000', '225500.984000', '225500.986000', '225500.989000', '225500.992000', '225500.994000', '225500.997000', '225501.000000', '225520.888000', '225520.890000', '225520.893000', '225520.896000', '225520.898000', '225520.901000', '225520.904000', '225520.906000', '225520.909000', '225520.912000', '225520.914000', '225520.917000', '225520.920000', '225520.922000', '225520.925000', '225520.928000', '225520.930000', '225520.933000', '225520.936000', '225520.938000', '225520.941000', '225520.944000', '225520.946000', '225520.949000', '225520.951000', '225520.954000', '225520.957000', '225520.959000', '225520.962000', '225520.965000', '225520.967000', '225520.970000', '225520.973000', '225520.975000', '225520.978000', '225520.981000', '225520.983000', '225520.986000', '225520.988000', '225520.991000', '225520.994000', '225520.996000', '225521.000000', '225521.003000', '225540.888000', '225540.891000', '225540.893000', '225540.896000', '225540.898000', '225540.901000', '225540.904000', '225540.907000', '225540.909000', '225540.912000', '225540.915000', '225540.917000', '225540.920000', '225540.923000', '225540.925000', '225540.928000', '225540.930000', '225540.933000', '225540.936000', '225540.938000', '225540.941000', '225540.944000', '225540.946000', '225540.949000', '225540.951000', '225540.954000', '225540.957000', '225540.959000', '225540.962000', '225540.965000', '225540.967000', '225540.970000', '225540.972000', '225540.975000', '225540.978000', '225540.980000', '225540.983000', '225540.986000', '225540.988000', '225540.991000', '225540.994000', '225540.996000', '225541.000000', '225600.887000', '225600.890000', '225600.893000', '225600.896000', '225600.898000', '225600.901000', '225600.903000', '225600.906000', '225600.909000', '225600.911000', '225600.914000', '225600.917000', '225600.941000', '225600.944000', '225600.946000', '225600.949000', '225600.952000', '225600.954000', '225600.957000', '225600.960000', '225600.962000', '225600.965000', '225600.967000', '225600.970000', '225600.973000', '225600.975000', '225600.978000', '225600.981000', '225600.983000', '225600.986000', '225600.988000', '225600.991000', '225600.994000', '225600.996000', '225601.000000', '225601.002000', '225601.005000', '225601.008000', '225601.017000', '225601.020000', '225601.023000', '225601.025000', '225601.028000', '225601.031000', '225620.887000', '225620.890000', '225620.893000', '225620.895000', '225620.899000', '225620.901000', '225620.904000', '225620.906000', '225620.909000', '225620.912000', '225620.914000', '225620.917000', '225620.920000', '225620.922000', '225620.925000', '225620.928000', '225620.930000', '225620.933000', '225620.936000', '225620.938000', '225620.941000', '225620.944000', '225620.946000', '225620.949000', '225620.951000', '225620.954000', '225620.957000', '225620.959000', '225620.962000', '225620.965000', '225620.967000', '225620.970000', '225620.973000', '225620.975000', '225620.978000', '225620.981000', '225620.983000', '225620.986000', '225620.989000', '225620.991000', '225620.994000', '225620.997000', '225621.000000', '225640.887000', '225640.891000', '225640.893000', '225640.896000', '225640.898000', '225640.901000', '225640.904000', '225640.906000', '225640.909000', '225640.912000', '225640.914000', '225640.917000', '225640.920000', '225640.924000', '225640.927000', '225640.929000', '225640.932000', '225640.935000', '225640.937000', '225640.940000', '225640.943000', '225640.945000', '225640.948000', '225640.951000', '225640.953000', '225640.956000', '225640.959000', '225640.961000', '225640.964000', '225640.967000', '225640.970000', '225640.972000', '225640.975000', '225640.978000', '225640.980000', '225640.983000', '225640.986000', '225640.988000', '225640.991000', '225640.994000', '225640.996000', '225641.000000', '225641.003000', '225641.005000', '225700.888000', '225700.891000', '225700.893000', '225700.896000', '225700.899000', '225700.901000', '225700.904000', '225700.907000', '225700.910000', '225700.912000', '225700.915000', '225700.918000', '225700.920000', '225700.923000', '225700.925000', '225700.928000', '225700.931000', '225700.933000', '225700.936000', '225700.939000', '225700.941000', '225700.944000', '225700.946000', '225700.949000', '225700.952000', '225700.954000', '225700.957000', '225700.960000', '225700.962000', '225700.965000', '225700.968000', '225700.970000', '225700.973000', '225700.976000', '225700.978000', '225700.981000', '225700.983000', '225700.986000', '225700.989000', '225700.991000', '225700.994000', '225700.997000', '225701.000000', '225720.889000', '225720.891000', '225720.894000', '225720.897000', '225720.900000', '225720.905000', '225720.907000', '225720.910000', '225720.913000', '225720.915000', '225720.918000', '225720.921000', '225720.923000', '225720.926000', '225720.929000', '225720.931000', '225720.934000', '225720.937000', '225720.939000', '225720.942000', '225720.945000', '225720.947000', '225720.950000', '225720.953000', '225720.955000', '225720.958000', '225720.961000', '225720.963000', '225720.966000', '225720.969000', '225720.971000', '225720.974000', '225720.976000', '225720.979000', '225720.982000', '225720.984000', '225720.987000', '225720.990000', '225720.992000', '225720.995000', '225720.998000', '225721.001000', '225721.004000', '225740.887000', '225740.890000', '225740.893000', '225740.896000', '225740.898000', '225740.901000', '225740.904000', '225740.906000', '225740.909000', '225740.912000', '225740.914000', '225740.917000', '225740.920000', '225740.922000', '225740.925000', '225740.928000', '225740.930000', '225740.933000', '225740.936000', '225740.938000', '225740.941000', '225740.944000', '225740.946000', '225740.949000', '225740.952000', '225740.954000', '225740.957000', '225740.960000', '225740.962000', '225740.965000', '225740.967000', '225740.970000', '225740.973000', '225740.975000', '225740.978000', '225740.981000', '225740.983000', '225740.986000', '225740.988000', '225740.991000', '225740.994000', '225740.996000', '225741.000000', '225741.003000', '225800.888000', '225800.891000', '225800.893000', '225800.896000', '225800.898000', '225800.901000', '225800.904000', '225800.906000', '225800.909000', '225800.912000', '225800.915000', '225800.917000', '225800.920000', '225800.923000', '225800.926000', '225800.929000', '225800.932000', '225800.935000', '225800.937000', '225800.940000', '225800.943000', '225800.945000', '225800.948000', '225800.951000', '225800.953000', '225800.956000', '225800.958000', '225800.962000', '225800.966000', '225800.968000', '225800.971000', '225800.974000', '225800.976000', '225800.979000', '225800.982000', '225800.984000', '225800.987000', '225800.990000', '225800.992000', '225800.995000', '225800.998000', '225801.001000', '225801.004000', '225820.887000', '225820.890000', '225820.893000', '225820.896000', '225820.898000', '225820.901000', '225820.904000', '225820.906000', '225820.909000', '225820.912000', '225820.914000', '225820.917000', '225820.920000', '225820.922000', '225820.925000', '225820.927000', '225820.930000', '225820.933000', '225820.936000', '225820.938000', '225820.941000', '225820.944000', '225820.946000', '225820.949000', '225820.952000', '225820.954000', '225820.957000', '225820.960000', '225820.962000', '225820.965000', '225820.968000', '225820.970000', '225820.973000', '225820.975000', '225820.978000', '225820.981000', '225820.983000', '225820.986000', '225820.989000', '225820.991000', '225820.994000', '225820.997000', '225821.000000', '225821.003000', '225840.888000', '225840.890000', '225840.893000', '225840.896000', '225840.898000', '225840.901000', '225840.904000', '225840.906000', '225840.909000', '225840.912000', '225840.914000', '225840.917000', '225840.920000', '225840.922000', '225840.925000', '225840.928000', '225840.930000', '225840.933000', '225840.936000', '225840.938000', '225840.941000', '225840.944000', '225840.947000', '225840.952000', '225840.954000', '225840.957000', '225840.959000', '225840.962000', '225840.965000', '225840.967000', '225840.970000', '225840.973000', '225840.975000', '225840.978000', '225840.981000', '225840.983000', '225840.986000', '225840.989000', '225840.991000', '225840.994000', '225840.996000', '225841.000000', '225841.003000', '225900.888000', '225900.891000', '225900.894000', '225900.897000', '225900.899000', '225900.902000', '225900.905000', '225900.908000', '225900.910000', '225900.913000', '225900.916000', '225900.918000', '225900.921000', '225900.923000', '225900.926000', '225900.929000', '225900.931000', '225900.934000', '225900.937000', '225900.939000', '225900.944000', '225900.947000', '225900.949000', '225900.952000', '225900.954000', '225900.957000', '225900.960000', '225900.962000', '225900.965000', '225900.968000', '225900.970000', '225900.973000', '225900.975000', '225900.989000', '225900.992000', '225900.994000', '225900.997000', '225901.001000', '225901.004000', '225901.006000', '225901.009000', '225901.012000', '225901.014000', '225901.017000', '225920.887000', '225920.890000', '225920.893000', '225920.896000', '225920.898000', '225920.901000', '225920.904000', '225920.906000', '225920.909000', '225920.911000', '225920.914000', '225920.917000', '225920.919000', '225920.922000', '225920.925000', '225920.927000', '225920.930000', '225920.933000', '225920.935000', '225920.938000', '225920.941000', '225920.943000', '225920.946000', '225920.949000', '225920.951000', '225920.954000', '225920.956000', '225920.959000', '225920.962000', '225920.964000', '225920.967000', '225920.970000', '225920.972000', '225920.975000', '225920.978000', '225920.981000', '225920.983000', '225920.986000', '225920.989000', '225920.991000', '225920.994000', '225920.997000', '225921.001000', '225940.889000', '225940.891000', '225940.894000', '225940.897000', '225940.900000', '225940.903000', '225940.905000', '225940.908000', '225940.911000', '225940.913000', '225940.916000', '225940.919000', '225940.921000', '225940.924000', '225940.927000', '225940.929000', '225940.932000', '225940.935000', '225940.937000', '225940.940000', '225940.943000', '225940.946000', '225940.948000', '225940.951000', '225940.954000', '225940.956000', '225940.959000', '225940.961000', '225940.964000', '225940.967000', '225940.970000', '225940.972000', '225940.975000', '225940.978000', '225940.980000', '225940.983000', '225940.986000', '225940.988000', '225940.991000', '225940.994000', '225940.996000', '225941.000000', '225941.002000', '225941.005000', '230000.888000', '230000.890000', '230000.893000', '230000.896000', '230000.899000', '230000.901000', '230000.904000', '230000.907000', '230000.909000', '230000.912000', '230000.914000', '230000.917000', '230000.920000', '230000.922000', '230000.925000', '230000.928000', '230000.930000', '230000.933000', '230000.936000', '230000.938000', '230000.941000', '230000.943000', '230000.946000', '230000.949000', '230000.951000', '230000.954000', '230000.957000', '230000.959000', '230000.962000', '230000.965000', '230000.968000', '230000.970000', '230000.973000', '230000.975000', '230000.978000', '230000.981000', '230000.984000', '230000.987000', '230000.990000', '230000.993000', '230000.996000', '230000.998000', '230001.002000', '230020.887000', '230020.890000', '230020.893000', '230020.897000', '230020.899000', '230020.902000', '230020.904000', '230020.907000', '230020.910000', '230020.912000', '230020.915000', '230020.918000', '230020.920000', '230020.923000', '230020.925000', '230020.928000', '230020.931000', '230020.933000', '230020.936000', '230020.939000', '230020.941000', '230020.944000', '230020.947000', '230020.949000', '230020.952000', '230020.954000', '230020.957000', '230020.960000', '230020.962000', '230020.965000', '230020.968000', '230020.970000', '230020.973000', '230020.976000', '230020.978000', '230020.981000', '230020.983000', '230020.986000', '230020.989000', '230020.991000', '230020.994000', '230020.996000', '230021.000000', '230021.032000', '230040.888000', '230040.891000', '230040.893000', '230040.896000', '230040.898000', '230040.901000', '230040.904000', '230040.906000', '230040.909000', '230040.912000', '230040.914000', '230040.917000', '230040.920000', '230040.922000', '230040.925000', '230040.928000', '230040.930000', '230040.938000', '230040.941000', '230040.944000', '230040.946000', '230040.949000', '230040.952000', '230040.954000', '230040.957000', '230040.959000', '230040.962000', '230040.965000', '230040.967000', '230040.970000', '230040.973000', '230040.975000', '230040.978000', '230040.980000', '230040.983000', '230040.986000', '230040.988000', '230040.991000', '230040.994000', '230040.997000', '230041.000000', '230041.003000', '230041.006000', '230100.888000', '230100.890000', '230100.893000', '230100.896000', '230100.898000', '230100.901000', '230100.904000', '230100.906000', '230100.909000', '230100.912000', '230100.914000', '230100.917000', '230100.919000', '230100.922000', '230100.925000', '230100.927000', '230100.930000', '230100.933000', '230100.935000', '230100.938000', '230100.941000', '230100.943000', '230100.946000', '230100.949000', '230100.951000', '230100.954000', '230100.957000', '230100.959000', '230100.962000', '230100.964000', '230100.967000', '230100.970000', '230100.972000', '230100.975000', '230100.978000', '230100.980000', '230100.983000', '230100.985000', '230100.988000', '230100.991000', '230100.993000', '230100.996000', '230101.000000', '230101.002000', '230120.887000', '230120.890000', '230120.893000', '230120.896000', '230120.898000', '230120.901000', '230120.904000', '230120.906000', '230120.909000', '230120.912000', '230120.914000', '230120.917000', '230120.920000', '230120.922000', '230120.925000', '230120.928000', '230120.930000', '230120.933000', '230120.936000', '230120.938000', '230120.941000', '230120.944000', '230120.946000', '230120.949000', '230120.951000', '230120.954000', '230120.957000', '230120.959000', '230120.962000', '230120.965000', '230120.967000', '230120.970000', '230120.973000', '230120.975000', '230120.978000', '230120.980000', '230120.983000', '230120.986000', '230120.988000', '230120.991000', '230120.994000', '230120.996000', '230121.000000', '230140.888000', '230140.891000', '230140.894000', '230140.897000', '230140.900000', '230140.902000', '230140.905000', '230140.908000', '230140.910000', '230140.913000', '230140.916000', '230140.918000', '230140.921000', '230140.924000', '230140.926000', '230140.929000', '230140.932000', '230140.934000', '230140.937000', '230140.940000', '230140.942000', '230140.945000', '230140.947000', '230140.950000', '230140.953000', '230140.955000', '230140.958000', '230140.961000', '230140.963000', '230140.966000', '230140.969000', '230140.971000', '230140.974000', '230140.976000', '230140.979000', '230140.982000', '230140.984000', '230140.987000', '230140.990000', '230140.992000', '230141.004000', '230141.007000', '230141.010000', '230141.012000', '230200.888000', '230200.891000', '230200.893000', '230200.896000', '230200.899000', '230200.901000', '230200.904000', '230200.907000', '230200.909000', '230200.912000', '230200.915000', '230200.917000', '230200.920000', '230200.923000', '230200.925000', '230200.928000', '230200.931000', '230200.933000', '230200.936000', '230200.939000', '230200.942000', '230200.944000', '230200.947000', '230200.949000', '230200.952000', '230200.955000', '230200.957000', '230200.960000', '230200.963000', '230200.965000', '230200.968000', '230200.971000', '230200.973000', '230200.976000', '230200.979000', '230200.981000', '230200.984000', '230200.986000', '230200.989000', '230200.992000', '230200.994000', '230200.997000', '230201.001000', '230220.888000', '230220.890000', '230220.893000', '230220.896000', '230220.898000', '230220.901000', '230220.904000', '230220.906000', '230220.909000', '230220.912000', '230220.914000', '230220.917000', '230220.920000', '230220.922000', '230220.925000', '230220.927000', '230220.930000', '230220.933000', '230220.935000', '230220.938000', '230220.941000', '230220.943000', '230220.946000', '230220.948000', '230220.951000', '230220.954000', '230220.956000', '230220.959000', '230220.962000', '230220.964000', '230220.967000', '230220.970000', '230220.972000', '230220.975000', '230220.978000', '230220.980000', '230220.983000', '230220.985000', '230220.988000', '230220.991000', '230220.993000', '230220.996000', '230221.000000', '230221.002000', '230240.888000', '230240.891000', '230240.893000', '230240.896000', '230240.899000', '230240.901000', '230240.904000', '230240.907000', '230240.910000', '230240.913000', '230240.916000', '230240.918000', '230240.921000', '230240.923000', '230240.926000', '230240.929000', '230240.931000', '230240.934000', '230240.937000', '230240.939000', '230240.942000', '230240.945000', '230240.947000', '230240.950000', '230240.953000', '230240.955000', '230240.958000', '230240.961000', '230240.963000', '230240.966000', '230240.969000', '230240.971000', '230240.974000', '230240.976000', '230240.979000', '230240.982000', '230240.984000', '230240.987000', '230240.990000', '230240.992000', '230240.995000', '230240.998000', '230241.002000', '230300.888000', '230300.890000', '230300.893000', '230300.896000', '230300.899000', '230300.901000', '230300.904000', '230300.907000', '230300.909000', '230300.912000', '230300.914000', '230300.917000', '230300.920000', '230300.922000', '230300.925000', '230300.928000', '230300.930000', '230300.933000', '230300.935000', '230300.938000', '230300.941000', '230300.944000', '230300.975000', '230300.977000', '230300.980000', '230300.982000', '230300.985000', '230300.988000', '230300.990000', '230300.993000', '230300.996000', '230300.998000', '230301.002000', '230301.005000', '230301.007000', '230301.010000', '230301.013000', '230301.015000', '230301.018000', '230301.021000', '230301.023000', '230301.026000', '230301.029000', '230301.031000', '230320.887000', '230320.891000', '230320.893000', '230320.896000', '230320.898000', '230320.901000', '230320.904000', '230320.907000', '230320.909000', '230320.912000', '230320.915000', '230320.917000', '230320.920000', '230320.923000', '230320.925000', '230320.928000', '230320.931000', '230320.934000', '230320.936000', '230320.939000', '230320.941000', '230320.944000', '230320.947000', '230320.949000', '230320.952000', '230320.955000', '230320.957000', '230320.960000', '230320.963000', '230320.965000', '230320.968000', '230320.971000', '230320.973000', '230320.976000', '230320.979000', '230320.981000', '230320.984000', '230320.987000', '230320.989000', '230320.992000', '230320.995000', '230320.997000', '230321.001000', '230340.888000', '230340.891000', '230340.894000', '230340.896000', '230340.899000', '230340.901000', '230340.904000', '230340.907000', '230340.910000', '230340.912000', '230340.915000', '230340.918000', '230340.920000', '230340.924000', '230340.927000', '230340.929000', '230340.932000', '230340.935000', '230340.937000', '230340.940000', '230340.943000', '230340.945000', '230340.948000', '230340.951000', '230340.953000', '230340.956000', '230340.959000', '230340.962000', '230340.964000', '230340.967000', '230340.970000', '230340.972000', '230340.975000', '230340.978000', '230340.981000', '230340.983000', '230340.986000', '230340.988000', '230340.991000', '230340.994000', '230340.996000', '230341.000000', '230341.003000', '230400.888000', '230400.891000', '230400.893000', '230400.896000', '230400.899000', '230400.901000', '230400.904000', '230400.907000', '230400.909000', '230400.912000', '230400.915000', '230400.917000', '230400.920000', '230400.923000', '230400.925000', '230400.928000', '230400.930000', '230400.933000', '230400.936000', '230400.938000', '230400.941000', '230400.944000', '230400.947000', '230400.949000', '230400.952000', '230400.954000', '230400.957000', '230400.960000', '230400.962000', '230400.965000', '230400.968000', '230400.970000', '230400.973000', '230400.975000', '230400.978000', '230400.981000', '230400.983000', '230400.986000', '230400.989000', '230400.991000', '230400.994000', '230400.997000', '230401.000000', '230401.003000', '230420.888000', '230420.891000', '230420.893000', '230420.896000', '230420.910000', '230420.912000', '230420.915000', '230420.918000', '230420.921000', '230420.931000', '230420.934000', '230420.940000', '230420.942000', '230420.945000', '230420.948000', '230420.950000', '230420.953000', '230420.956000', '230420.958000', '230420.961000', '230420.964000', '230420.966000', '230420.969000', '230420.972000', '230420.974000', '230420.977000', '230420.980000', '230420.982000', '230420.985000', '230420.988000', '230420.990000', '230420.993000', '230420.996000', '230420.998000', '230421.002000', '230421.005000', '230421.007000', '230421.010000', '230421.013000', '230421.015000', '230421.018000', '230421.021000', '230421.023000', '230421.026000', '230440.888000', '230440.890000', '230440.893000', '230440.896000', '230440.899000', '230440.901000', '230440.904000', '230440.907000', '230440.909000', '230440.912000', '230440.914000', '230440.917000', '230440.920000', '230440.922000', '230440.925000', '230440.928000', '230440.930000', '230440.933000', '230440.936000', '230440.939000', '230440.942000', '230440.944000', '230440.947000', '230440.950000', '230440.952000', '230440.955000', '230440.958000', '230440.960000', '230440.963000', '230440.966000', '230440.968000', '230440.971000', '230440.974000', '230440.976000', '230440.979000', '230440.981000', '230440.984000', '230440.987000', '230440.989000', '230440.992000', '230440.995000', '230440.997000', '230441.001000', '230500.888000', '230500.891000', '230500.893000', '230500.896000', '230500.899000', '230500.901000', '230500.904000', '230500.907000', '230500.909000', '230500.912000', '230500.915000', '230500.917000', '230500.920000', '230500.923000', '230500.925000', '230500.928000', '230500.931000', '230500.935000', '230500.938000', '230500.940000', '230500.943000', '230500.946000', '230500.948000', '230500.951000', '230500.954000', '230500.956000', '230500.959000', '230500.961000', '230500.964000', '230500.967000', '230500.969000', '230500.972000', '230500.975000', '230500.977000', '230500.980000', '230500.983000', '230500.985000', '230500.988000', '230500.990000', '230500.993000', '230500.996000', '230500.998000', '230501.002000', '230520.888000', '230520.891000', '230520.893000', '230520.896000', '230520.899000', '230520.901000', '230520.904000', '230520.907000', '230520.909000', '230520.912000', '230520.915000', '230520.917000', '230520.920000', '230520.923000', '230520.925000', '230520.933000', '230520.936000', '230520.939000', '230520.941000', '230520.944000', '230520.947000', '230520.949000', '230520.952000', '230520.955000', '230520.957000', '230520.960000', '230520.962000', '230520.965000', '230520.968000', '230520.971000', '230520.973000', '230520.976000', '230520.978000', '230520.981000', '230520.984000', '230520.986000', '230520.989000', '230520.992000', '230520.994000', '230520.997000', '230521.001000', '230521.003000', '230521.006000', '230521.009000', '230537.691000', '230537.697000', '230537.701000', '230537.706000', '230537.710000', '230537.713000', '230537.716000', '230537.719000', '230537.722000', '230537.725000', '230537.727000', '230537.730000', '230537.733000', '230537.735000', '230537.738000', '230537.741000', '230537.743000', '230537.746000', '230537.749000', '230537.751000', '230537.754000', '230537.757000', '230537.759000', '230537.762000', '230537.764000', '230537.767000', '230537.770000', '230537.773000', '230537.775000', '230537.778000', '230537.780000', '230537.783000', '230537.786000', '230537.788000', '230537.791000', '230537.794000'], '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], 'LargestImagePixelValue': [10985, 8219, 10293, 7340, 10135, 7001, 10402, 6573, 9363, 7153, 9177, 10410, 8969, 12443, 8797, 11244, 7887, 9827, 7453, 9372, 7226, 9642, 6862, 8864, 5958, 8537, 6912, 8739, 10950, 8718, 10620, 7801, 9776, 7421, 9901, 7443, 9636, 7567, 9115, 6272, 9001, 8064, 9110, 10140, 8707, 10825, 8121, 9903, 7791, 10229, 6969, 9683, 6241, 9216, 7538, 8642, 12035, 8503, 10447, 7900, 9661, 7060, 9003, 6046, 8516, 8649, 8716, 11387, 8039, 10194, 7523, 9218, 6732, 9526, 6967, 9223, 6175, 9007, 8792, 8603, 10742, 8821, 10397, 7578, 9810, 7297, 9541, 6713, 10049, 6831, 9006, 11080, 7844, 9965, 6785, 9119, 6123, 9074, 6666, 8541, 9590, 7785, 10217, 7620, 9707, 7672, 9621, 7073, 9584, 7271, 9088, 6619, 9286, 8708, 8452, 11325, 7983, 10047, 7209, 9985, 6591, 9414, 6276, 8487, 9362, 8275, 10346, 8200, 9881, 7215, 9118, 6688, 8669, 5953, 8375, 11141, 8572, 10663, 7718, 9495, 6840, 8981, 6206, 9019, 8159, 8762, 9713, 8042, 10451, 8083, 9770, 6887, 9234, 6957, 8968, 6074, 8621, 10513, 7825, 10270, 8035, 9686, 6882, 9248, 7629, 8769, 11161, 8601, 10126, 7319, 9160, 6779, 8861, 6086, 8722, 7677, 8694, 8356, 8138, 10407, 7621, 9864, 7306, 9373, 6336, 8712, 6687, 8397, 10976, 8206, 10458, 8032, 9420, 6702, 8927, 6339, 8798, 6480, 9017, 7511, 8450, 11103, 7694, 9966, 7537, 9810, 7196, 9529, 6392, 9220, 6794, 8428, 11118, 8260, 11664, 8511, 9856, 7318, 9880, 6905, 9551, 6581, 9847, 6424, 9085, 8191, 8197, 10692, 8001, 9779, 7577, 9101, 5953, 8364, 6231, 7822, 10382, 7791, 11029, 8055, 9700, 6667, 9148, 6094, 8939, 8215, 9169, 11091, 8377, 9881, 7311, 9442, 6416, 9363, 6521, 8583, 8802, 7672, 10176, 7504, 9710, 7023, 9319, 6514, 8913, 6136, 8855, 7401, 8988, 11229, 8673, 10275, 7377, 9342, 7218, 9174, 6305, 9375, 6063, 8687, 6028, 8782, 6516, 9101, 6140, 9395, 6725, 9486, 7062, 9411, 6873, 9756, 10078, 8871, 11032, 8019, 9977, 7889, 10379, 6645, 9776, 6280, 8928, 5836, 9063, 6699, 9394, 6440, 8874, 6357, 9364, 7277, 9892, 7549, 10130, 7450, 9913, 6958, 9178, 12364, 8833, 10851, 8086, 10064, 7112, 9351, 7343, 9325, 7422, 9435, 7453, 9201, 7169, 9063, 6221, 8842, 7790, 9034, 8002, 8572, 9114, 8342, 10770, 8264, 10565, 8079, 10122, 7048, 9580, 7247, 9711, 7583, 9675, 7606, 9970, 6934, 9674, 6772, 9710, 7078, 9875, 6924, 9652, 6409, 8923, 11588, 8120, 10499, 8012, 9845, 6798, 8727, 6862, 8762, 5956, 8296, 8034, 8437, 10108, 7440, 10176, 7256, 9551, 7666, 9426, 6660, 8526, 7209, 7774, 10667, 7431, 10071, 7832, 9983, 6924, 9448, 6270, 9256, 9506, 8409, 11165, 8372, 9881, 7155, 9161, 6238, 9196, 9257, 8355, 10787, 7499, 10058, 6868, 9859, 7201, 9511, 6759, 9441, 6106, 9191, 8028, 8298, 11965, 8494, 11073, 7863, 9887, 7010, 9859, 7189, 10435, 7594, 10547, 7346, 9482, 6931, 8927, 6477, 9174, 7058, 10256, 6937, 9781, 7247, 9830, 7549, 10649, 7370, 9994, 7008, 10293, 6563, 8097, 7270, 6544, 9506, 7233, 9302, 11359, 8132, 10841, 7153, 9308, 6380, 8743, 6241, 7064, 9802, 9316, 6328, 9001, 7251, 10212, 7960, 10501, 8390, 9072, 8720, 8989, 8876, 9872, 8142, 10621, 7929, 9950, 7392, 9154, 7346, 9112, 6962, 8955, 6946, 9192, 7091, 9230, 7284, 9217, 6579, 8643, 7319, 8667, 7416, 8773, 6007, 8398, 6165, 7902, 10742, 7556, 10821, 7583, 9769, 7012, 9319, 6712, 9387, 6871, 9792, 6719, 9334, 6267, 9055, 6657, 8810, 6365, 8848, 6877, 8612, 9209, 8040, 10750, 7582, 9943, 7481, 10239, 6832, 9286, 5916, 8881, 6200, 8400, 7991, 8702, 8717, 8551, 9883, 7969, 10560, 7280, 9819, 7552, 9941, 7393, 10061, 6711, 9820, 7043, 10111, 7329, 10230, 6684, 9438, 9359, 8535, 11091, 8320, 10141, 8072, 11138, 8053, 8583, 8839, 6106, 9197, 6214, 9622, 13018, 8787, 10957, 8148, 10599, 6703, 9413, 6409, 9049, 9860, 8494, 10713, 8469, 9447, 6254, 8402, 6208, 8006, 9838, 7882, 10229, 7071, 8895, 6081, 8450, 5919, 8400, 11540, 8375, 9951, 7047, 9294, 6042, 8925, 8430, 8792, 11679, 8066, 9799, 6582, 9203, 6070, 9141, 7874, 8798, 10115, 7826, 10273, 7461, 9644, 6573, 9498, 6805, 9877, 6623, 8821, 11634, 8329, 10711, 7964, 10738, 7119, 9790, 6280, 9043, 8162, 8787, 12025, 8556, 10624, 7544, 9356, 6257, 8537, 6399, 8714, 6924, 8870, 7572, 8030, 10597, 7700, 10444, 7746, 10070, 7675, 10028, 6526, 9497, 6232, 9052, 11747, 8650, 11097, 7921, 9797, 6357, 9159, 6016, 8570, 9112, 8348, 11728, 8637, 9754, 6584, 9192, 6272, 8560, 6005, 9156, 6415, 9049, 6584, 8231, 11513, 7745, 10293, 8007, 10350, 7444, 9524, 6640, 9724, 6555, 9822, 6879, 10566, 6778, 9727, 6662, 9807, 6396, 9567, 6678, 9821, 6734, 8903, 7550, 8488, 11718, 8423, 11329, 8357, 10308, 7049, 9368, 6302, 9041, 6755, 9542, 6225, 9286, 5886, 9009, 5905, 8791, 7497, 9128, 8411, 9102, 8363, 8222, 11585, 7833, 10497, 8256, 10962, 8023, 10471, 7469, 10151, 7239, 10247, 7314, 11058, 6940, 9510, 6156, 9031, 7047, 8654, 11864, 8259, 11319, 7659, 10010, 7181, 9740, 7058, 9446, 7128, 10000, 7031, 9312, 6307, 9654, 6229, 9230, 6956, 9677, 6615, 9580, 6139, 8811, 8826, 7788, 11311, 8059, 10750, 7479, 9863, 7050, 9143, 7426, 9920, 8363, 9485, 7932, 10498, 7027, 9410, 6766, 9210, 6537, 9476, 7251, 8906, 6382, 7762, 7388, 7829, 8774, 8483, 6308, 8760, 6037, 8797, 8809, 8318, 10755, 8014, 10205, 7046, 8504, 7368, 11242, 7671, 7095, 8780, 6728, 10693, 7498, 10596, 7922, 10641, 7041, 10459, 7461, 10299, 8087, 9671, 8504, 8625, 12324, 8008, 10308, 7965, 10274, 7680, 9474, 6631, 8959, 6319, 9185, 6922, 9800, 6335, 9249, 6200, 9074, 6274, 9227, 7622, 9409, 6995, 9173, 6837, 9894, 8095, 9237, 6957, 9949, 6752, 10367, 7513, 10206, 6695, 9759, 7170, 9436, 9432, 9391, 10712, 8432, 11339, 8296, 10927, 8226, 10676, 8143, 11450, 8112, 10856, 7410, 10139, 7865, 10000, 7996, 10340, 6506, 8997, 7159, 8909, 6184, 8893, 8315, 8824, 9638, 7705, 11304, 7544, 9621, 6785, 9182, 6433, 9129, 6620, 8702, 5913, 8757, 6820, 8496, 11199, 8322, 11019, 7713, 10982, 7569, 10143, 7490, 10426, 7702, 9926, 6565, 9043, 6304, 8981, 7333, 9009, 12116, 8578, 11489, 7597, 9901, 6887, 9337, 7288, 9658, 6442, 9291, 5959, 8270, 6474, 7859, 11984, 8384, 10346, 7396, 10094, 6550, 9472, 6413, 9209, 6650, 10177, 6962, 9220, 6607, 8529, 9448, 8651, 11451, 8676, 9757, 7867, 10279, 7879, 10548, 7611, 10608, 7687, 9832, 6951, 9599, 6255, 9438, 6800, 10089, 6747, 9979, 6581, 9142, 8017, 8455, 10909, 8314, 10959, 7588, 9551, 6303, 8939, 6698, 8651, 6082, 8840, 6255, 7886, 8585, 7156, 10049, 6793, 9401, 7139, 9316, 6228, 8672, 9222, 7954, 10456, 8161, 10471, 7298, 9471, 6672, 8846, 5870, 8504, 8850, 8464, 10816, 7339, 9640, 7008, 9114, 6609, 9749, 6725, 9004, 6554, 8388, 10887, 7714, 9752, 7420, 9442, 6000, 8744, 6615, 8047, 11049, 7736, 10148, 7079, 9136, 6708, 8525, 5865, 8037, 10118, 8134, 11050, 7345, 9465, 6433, 8965, 6996, 8899, 6509, 9651, 6392, 9193, 6651, 9182, 9817, 8402, 11404, 8616, 10807, 7701, 10017, 6682, 9304, 7545, 10208, 7291, 9258, 6420, 8542, 5884, 8847, 7611, 8718, 9146, 7881, 10752, 7055, 9450, 6512, 9643, 7207, 9222, 5984, 8683, 6288, 8436, 10219, 8158, 10644, 7864, 10169, 6958, 9644, 6408, 9249, 6969, 9414, 6330, 9367, 9265, 7568, 9991, 7163, 9402, 6955, 9191, 10567, 7682, 9697, 6787, 8792, 6193, 8791, 7796, 8412, 10711, 7010, 9186, 6485, 8769, 6570, 9106, 6267, 8754, 6920, 8076, 10756, 7257, 9955, 6990, 9666, 7092, 9538, 6188, 9155, 8584, 8205, 11091, 8121, 10228, 7062, 9234, 6788, 9199, 6654, 9140, 7206, 9285, 6952, 8138, 6778, 7599, 10112, 7234, 9853, 6980, 9700, 6333, 8979, 6810, 9382, 7727, 8850, 10845, 8351, 10832, 7186, 9763, 6742, 8995, 6495, 9101, 7534, 9410, 7941, 7815, 10740, 6970, 9655, 6778, 9458, 7120, 9509, 6184, 9156, 5996, 8316, 8294, 8056, 11002, 7787, 10442, 7089, 9887, 6847, 9938, 7378, 9212, 6534, 9623, 6267, 8247, 9711, 7613, 10197, 7347, 9910, 6679, 9293, 6602, 8743, 6789, 8786, 6363, 8522, 10493, 8126, 10511, 7131, 9972, 6372, 8900, 7334, 9057, 6576, 9486, 6140, 8548, 8522, 7681, 10681, 7950, 10237, 7222, 9348, 6758, 8659, 6551, 8796, 6440, 9197, 6279, 8878, 6258, 8466, 8841, 8165, 9948, 8222, 8035, 7831, 8168, 7746, 8769, 8546, 7923, 9095, 6040, 8754, 6019, 9022, 7781, 9010, 10508, 8295, 11043, 7228, 9836, 6341, 9420, 6627, 9735, 6898, 9650, 6838, 9006, 6972, 8930, 6622, 9902, 6686, 9407, 6292, 9395, 6298, 9268, 7175, 10130, 6918, 9801, 6628, 9815, 6573, 9638, 7086, 10055, 7141, 9721, 6637, 9332, 7077, 9020, 6212, 9148, 6178, 7764, 6460, 6999, 9509, 6634, 10131, 7024, 10118, 6573, 9361, 6285, 9472, 6686, 9191, 6912, 9455, 6715, 9368, 6778, 9439, 7383, 10092, 7219, 9822, 7277, 9524, 7036, 10061, 6772, 10007, 6636, 9442, 6655, 8808, 8308, 8874, 9794, 8724, 8535, 8456, 10607, 7694, 10350, 7436, 10647, 7362, 10039, 6753, 9560, 6818, 9239, 6668, 9234, 8657, 9069, 8455, 7764, 8919, 7148, 9753, 7318, 10096, 7574, 10415, 6882, 9477, 6332, 9334, 6926, 9208, 6868, 8776, 6307, 8604, 5934, 9350, 6309, 9112, 6249, 8084, 10480, 7393, 9137, 6388, 8793, 8267, 9107, 10081, 8119, 10220, 7379, 9490, 7251, 10072, 8206, 11316, 8776, 10097, 7883, 7322, 8496, 8656, 8993, 11546, 8575, 10133, 7235, 9098, 6934, 8982, 5977, 7960, 10757, 7512, 9150, 6851, 8498, 7012, 8047, 6569, 7720, 6037, 6992, 10859, 7056, 9271, 6698, 8552, 5870, 8236, 7887, 8210, 10860, 7515, 8887, 5933, 8540, 6070, 8762, 6258, 8632, 5966, 8797, 6161, 8520, 8234, 8761, 9473, 8610, 11269, 7913, 10610, 7740, 10226, 6947, 10113, 7601, 10466, 7103, 10467, 6615, 10038, 6881, 10798, 7101, 7702, 7362, 10555, 8716, 6840, 10934, 8473, 11569, 9099, 10982, 8182, 10814, 7942, 10941, 9060, 12233, 6892, 8763, 7963, 9178, 8200, 9149, 6085, 8357, 6355, 8309, 5981, 8647, 6436, 9053, 6267, 8881, 6602, 8350, 11796, 8239, 11121, 8344, 10244, 7131, 9379, 6390, 9744, 6501, 9614, 7910, 10677, 6880, 10093, 7001, 10116, 7038, 10049, 7757, 10525, 7080, 9807, 6636, 9834, 6932, 10115, 7311, 10089, 6999, 10170, 7311, 10377, 7056, 10264, 7531, 10413, 7534, 10559, 7736, 8626, 7974, 7920, 9227, 6675, 9672, 6143, 9521, 6372, 9787, 7519, 10105, 7662, 10461, 7473, 6164, 8539, 6229, 10109, 7476, 10404, 7665], 'WindowCenter': [3898.0, 3862.0, 3871.0, 3838.0, 3855.0, 3811.0, 3853.0, 3799.0, 3841.0, 3808.0, 3829.0, 3839.0, 3829.0, 3861.0, 3830.0, 3851.0, 3820.0, 3841.0, 3820.0, 3841.0, 3821.0, 3842.0, 3810.0, 3842.0, 3800.0, 3843.0, 3810.0, 3832.0, 3853.0, 3833.0, 3852.0, 3821.0, 3852.0, 3820.0, 3841.0, 3820.0, 3841.0, 3822.0, 3842.0, 3811.0, 3842.0, 3819.0, 3830.0, 3851.0, 3830.0, 3851.0, 3819.0, 3840.0, 3819.0, 3840.0, 3808.0, 3840.0, 3797.0, 3829.0, 3818.0, 3830.0, 3860.0, 3829.0, 3850.0, 3819.0, 3840.0, 3808.0, 3831.0, 3800.0, 3830.0, 3829.0, 3829.0, 3850.0, 3819.0, 3850.0, 3820.0, 3842.0, 3810.0, 3841.0, 3810.0, 3842.0, 3800.0, 3842.0, 3831.0, 3831.0, 3851.0, 3830.0, 3841.0, 3820.0, 3840.0, 3820.0, 3840.0, 3797.0, 3839.0, 3797.0, 3829.0, 3849.0, 3818.0, 3838.0, 3797.0, 3828.0, 3785.0, 3829.0, 3797.0, 3829.0, 3839.0, 3819.0, 3840.0, 3819.0, 3840.0, 3820.0, 3841.0, 3810.0, 3841.0, 3822.0, 3841.0, 3809.0, 3842.0, 3830.0, 3830.0, 3850.0, 3819.0, 3840.0, 3807.0, 3839.0, 3797.0, 3829.0, 3797.0, 3829.0, 3828.0, 3818.0, 3839.0, 3818.0, 3839.0, 3808.0, 3829.0, 3797.0, 3829.0, 3798.0, 3830.0, 3850.0, 3830.0, 3851.0, 3820.0, 3840.0, 3808.0, 3830.0, 3798.0, 3829.0, 3819.0, 3830.0, 3839.0, 3818.0, 3850.0, 3819.0, 3840.0, 3808.0, 3841.0, 3810.0, 3842.0, 3800.0, 3842.0, 3864.0, 3821.0, 3852.0, 3831.0, 3842.0, 3808.0, 3841.0, 3819.0, 3830.0, 3849.0, 3816.0, 3838.0, 3807.0, 3827.0, 3795.0, 3827.0, 3785.0, 3828.0, 3818.0, 3829.0, 3829.0, 3830.0, 3851.0, 3820.0, 3841.0, 3819.0, 3841.0, 3798.0, 3831.0, 3809.0, 3831.0, 3851.0, 3830.0, 3851.0, 3819.0, 3840.0, 3809.0, 3829.0, 3799.0, 3830.0, 3798.0, 3841.0, 3820.0, 3830.0, 3851.0, 3820.0, 3852.0, 3820.0, 3852.0, 3809.0, 3841.0, 3799.0, 3841.0, 3809.0, 3830.0, 3851.0, 3830.0, 3862.0, 3831.0, 3852.0, 3820.0, 3841.0, 3809.0, 3840.0, 3798.0, 3853.0, 3799.0, 3841.0, 3830.0, 3829.0, 3851.0, 3818.0, 3838.0, 3817.0, 3828.0, 3786.0, 3829.0, 3798.0, 3820.0, 3851.0, 3820.0, 3852.0, 3832.0, 3842.0, 3810.0, 3842.0, 3801.0, 3842.0, 3830.0, 3841.0, 3850.0, 3818.0, 3839.0, 3808.0, 3838.0, 3785.0, 3828.0, 3796.0, 3828.0, 3828.0, 3817.0, 3839.0, 3808.0, 3840.0, 3809.0, 3841.0, 3799.0, 3841.0, 3800.0, 3843.0, 3820.0, 3842.0, 3852.0, 3831.0, 3851.0, 3820.0, 3840.0, 3820.0, 3840.0, 3798.0, 3842.0, 3799.0, 3843.0, 3799.0, 3842.0, 3799.0, 3843.0, 3800.0, 3854.0, 3824.0, 3855.0, 3824.0, 3844.0, 3811.0, 3855.0, 3853.0, 3842.0, 3852.0, 3819.0, 3840.0, 3818.0, 3839.0, 3797.0, 3839.0, 3797.0, 3828.0, 3787.0, 3840.0, 3797.0, 3841.0, 3798.0, 3841.0, 3810.0, 3841.0, 3821.0, 3852.0, 3821.0, 3853.0, 3821.0, 3842.0, 3808.0, 3840.0, 3859.0, 3828.0, 3850.0, 3818.0, 3839.0, 3806.0, 3827.0, 3807.0, 3827.0, 3807.0, 3839.0, 3819.0, 3840.0, 3809.0, 3840.0, 3800.0, 3841.0, 3819.0, 3841.0, 3830.0, 3831.0, 3830.0, 3830.0, 3852.0, 3829.0, 3840.0, 3818.0, 3839.0, 3807.0, 3838.0, 3807.0, 3838.0, 3818.0, 3839.0, 3818.0, 3841.0, 3809.0, 3841.0, 3809.0, 3841.0, 3809.0, 3840.0, 3808.0, 3840.0, 3797.0, 3828.0, 3849.0, 3817.0, 3838.0, 3816.0, 3838.0, 3797.0, 3816.0, 3796.0, 3829.0, 3786.0, 3818.0, 3818.0, 3829.0, 3839.0, 3808.0, 3850.0, 3820.0, 3840.0, 3818.0, 3829.0, 3797.0, 3829.0, 3808.0, 3819.0, 3850.0, 3820.0, 3852.0, 3832.0, 3853.0, 3821.0, 3842.0, 3811.0, 3842.0, 3841.0, 3830.0, 3851.0, 3830.0, 3839.0, 3807.0, 3840.0, 3785.0, 3828.0, 3827.0, 3816.0, 3837.0, 3806.0, 3838.0, 3808.0, 3838.0, 3808.0, 3840.0, 3811.0, 3852.0, 3799.0, 3842.0, 3819.0, 3831.0, 3861.0, 3830.0, 3851.0, 3819.0, 3840.0, 3808.0, 3840.0, 3808.0, 3839.0, 3818.0, 3839.0, 3807.0, 3827.0, 3808.0, 3829.0, 3796.0, 3828.0, 3807.0, 3851.0, 3807.0, 3839.0, 3819.0, 3840.0, 3819.0, 3851.0, 3822.0, 3839.0, 3795.0, 3839.0, 3808.0, 3805.0, 3793.0, 3772.0, 3828.0, 3806.0, 3828.0, 3849.0, 3818.0, 3837.0, 3793.0, 3826.0, 3783.0, 3816.0, 3784.0, 3806.0, 3823.0, 3812.0, 3769.0, 3812.0, 3791.0, 3822.0, 3801.0, 3821.0, 3800.0, 3799.0, 3788.0, 3797.0, 3797.0, 3796.0, 3775.0, 3806.0, 3775.0, 3796.0, 3775.0, 3796.0, 3776.0, 3797.0, 3777.0, 3798.0, 3778.0, 3810.0, 3780.0, 3812.0, 3803.0, 3813.0, 3782.0, 3814.0, 3804.0, 3815.0, 3805.0, 3817.0, 3786.0, 3818.0, 3786.0, 3818.0, 3849.0, 3819.0, 3851.0, 3820.0, 3840.0, 3810.0, 3841.0, 3810.0, 3842.0, 3811.0, 3853.0, 3812.0, 3843.0, 3812.0, 3843.0, 3813.0, 3844.0, 3801.0, 3844.0, 3812.0, 3833.0, 3842.0, 3832.0, 3852.0, 3821.0, 3853.0, 3821.0, 3853.0, 3810.0, 3842.0, 3789.0, 3841.0, 3799.0, 3831.0, 3830.0, 3831.0, 3843.0, 3843.0, 3852.0, 3832.0, 3853.0, 3822.0, 3853.0, 3834.0, 3855.0, 3823.0, 3854.0, 3812.0, 3854.0, 3823.0, 3853.0, 3810.0, 3854.0, 3811.0, 3843.0, 3843.0, 3831.0, 3852.0, 3846.0, 3854.0, 3832.0, 3864.0, 3833.0, 3843.0, 3844.0, 3803.0, 3856.0, 3803.0, 3844.0, 3863.0, 3831.0, 3852.0, 3820.0, 3841.0, 3799.0, 3830.0, 3798.0, 3830.0, 3840.0, 3829.0, 3851.0, 3830.0, 3827.0, 3785.0, 3817.0, 3798.0, 3830.0, 3840.0, 3830.0, 3852.0, 3821.0, 3842.0, 3800.0, 3832.0, 3790.0, 3844.0, 3865.0, 3833.0, 3854.0, 3822.0, 3842.0, 3800.0, 3843.0, 3831.0, 3833.0, 3863.0, 3831.0, 3841.0, 3809.0, 3840.0, 3799.0, 3843.0, 3831.0, 3832.0, 3852.0, 3821.0, 3852.0, 3821.0, 3842.0, 3811.0, 3843.0, 3811.0, 3854.0, 3812.0, 3844.0, 3865.0, 3833.0, 3852.0, 3820.0, 3853.0, 3809.0, 3840.0, 3798.0, 3830.0, 3829.0, 3829.0, 3849.0, 3829.0, 3840.0, 3818.0, 3829.0, 3797.0, 3828.0, 3798.0, 3830.0, 3809.0, 3842.0, 3821.0, 3832.0, 3852.0, 3821.0, 3852.0, 3821.0, 3842.0, 3821.0, 3842.0, 3799.0, 3841.0, 3799.0, 3830.0, 3850.0, 3829.0, 3850.0, 3818.0, 3838.0, 3797.0, 3828.0, 3786.0, 3828.0, 3828.0, 3828.0, 3850.0, 3829.0, 3840.0, 3809.0, 3840.0, 3798.0, 3829.0, 3798.0, 3842.0, 3799.0, 3842.0, 3811.0, 3832.0, 3863.0, 3821.0, 3852.0, 3832.0, 3853.0, 3821.0, 3853.0, 3811.0, 3842.0, 3811.0, 3852.0, 3810.0, 3853.0, 3810.0, 3842.0, 3810.0, 3852.0, 3800.0, 3841.0, 3809.0, 3842.0, 3810.0, 3831.0, 3819.0, 3830.0, 3850.0, 3818.0, 3849.0, 3818.0, 3839.0, 3808.0, 3839.0, 3797.0, 3828.0, 3807.0, 3840.0, 3798.0, 3841.0, 3788.0, 3841.0, 3789.0, 3831.0, 3819.0, 3840.0, 3830.0, 3830.0, 3830.0, 3830.0, 3850.0, 3818.0, 3839.0, 3830.0, 3850.0, 3819.0, 3850.0, 3819.0, 3851.0, 3819.0, 3840.0, 3808.0, 3850.0, 3796.0, 3828.0, 3786.0, 3828.0, 3807.0, 3827.0, 3847.0, 3817.0, 3848.0, 3817.0, 3838.0, 3807.0, 3838.0, 3808.0, 3839.0, 3808.0, 3839.0, 3808.0, 3841.0, 3811.0, 3842.0, 3799.0, 3829.0, 3807.0, 3840.0, 3797.0, 3840.0, 3787.0, 3829.0, 3829.0, 3818.0, 3848.0, 3819.0, 3850.0, 3808.0, 3840.0, 3809.0, 3841.0, 3820.0, 3841.0, 3831.0, 3841.0, 3831.0, 3851.0, 3809.0, 3840.0, 3808.0, 3829.0, 3798.0, 3842.0, 3808.0, 3829.0, 3798.0, 3818.0, 3818.0, 3819.0, 3830.0, 3831.0, 3811.0, 3843.0, 3813.0, 3844.0, 3843.0, 3832.0, 3852.0, 3833.0, 3855.0, 3837.0, 3845.0, 3820.0, 3864.0, 3833.0, 3822.0, 3844.0, 3812.0, 3865.0, 3824.0, 3856.0, 3834.0, 3854.0, 3809.0, 3840.0, 3808.0, 3840.0, 3819.0, 3840.0, 3829.0, 3829.0, 3848.0, 3806.0, 3838.0, 3818.0, 3839.0, 3819.0, 3841.0, 3810.0, 3831.0, 3800.0, 3842.0, 3811.0, 3854.0, 3812.0, 3844.0, 3801.0, 3843.0, 3811.0, 3844.0, 3822.0, 3844.0, 3822.0, 3844.0, 3812.0, 3842.0, 3820.0, 3829.0, 3810.0, 3854.0, 3812.0, 3853.0, 3822.0, 3854.0, 3811.0, 3842.0, 3809.0, 3830.0, 3829.0, 3840.0, 3840.0, 3818.0, 3850.0, 3817.0, 3837.0, 3816.0, 3837.0, 3817.0, 3848.0, 3817.0, 3838.0, 3807.0, 3837.0, 3806.0, 3827.0, 3805.0, 3826.0, 3784.0, 3815.0, 3795.0, 3827.0, 3785.0, 3827.0, 3816.0, 3827.0, 3827.0, 3806.0, 3848.0, 3806.0, 3827.0, 3797.0, 3828.0, 3798.0, 3840.0, 3809.0, 3831.0, 3789.0, 3831.0, 3809.0, 3831.0, 3851.0, 3832.0, 3852.0, 3821.0, 3852.0, 3821.0, 3852.0, 3821.0, 3853.0, 3821.0, 3842.0, 3811.0, 3842.0, 3800.0, 3842.0, 3820.0, 3842.0, 3862.0, 3831.0, 3851.0, 3820.0, 3852.0, 3809.0, 3840.0, 3819.0, 3841.0, 3799.0, 3841.0, 3799.0, 3831.0, 3799.0, 3831.0, 3862.0, 3832.0, 3853.0, 3822.0, 3853.0, 3800.0, 3841.0, 3799.0, 3841.0, 3798.0, 3853.0, 3809.0, 3841.0, 3809.0, 3831.0, 3840.0, 3830.0, 3850.0, 3830.0, 3840.0, 3820.0, 3852.0, 3820.0, 3851.0, 3819.0, 3840.0, 3820.0, 3841.0, 3810.0, 3841.0, 3799.0, 3841.0, 3798.0, 3841.0, 3798.0, 3841.0, 3798.0, 3830.0, 3818.0, 3817.0, 3837.0, 3817.0, 3838.0, 3807.0, 3838.0, 3797.0, 3828.0, 3797.0, 3828.0, 3786.0, 3830.0, 3798.0, 3830.0, 3830.0, 3809.0, 3840.0, 3809.0, 3841.0, 3809.0, 3841.0, 3799.0, 3830.0, 3839.0, 3819.0, 3839.0, 3830.0, 3840.0, 3808.0, 3840.0, 3797.0, 3829.0, 3787.0, 3829.0, 3830.0, 3830.0, 3850.0, 3808.0, 3839.0, 3808.0, 3829.0, 3797.0, 3840.0, 3797.0, 3829.0, 3798.0, 3819.0, 3850.0, 3817.0, 3839.0, 3807.0, 3839.0, 3786.0, 3829.0, 3808.0, 3819.0, 3849.0, 3818.0, 3840.0, 3808.0, 3828.0, 3797.0, 3829.0, 3788.0, 3819.0, 3850.0, 3830.0, 3851.0, 3820.0, 3842.0, 3800.0, 3842.0, 3810.0, 3842.0, 3800.0, 3844.0, 3800.0, 3843.0, 3810.0, 3841.0, 3840.0, 3819.0, 3849.0, 3818.0, 3849.0, 3818.0, 3839.0, 3797.0, 3827.0, 3806.0, 3839.0, 3807.0, 3840.0, 3798.0, 3829.0, 3788.0, 3830.0, 3818.0, 3830.0, 3840.0, 3819.0, 3850.0, 3809.0, 3840.0, 3798.0, 3840.0, 3808.0, 3840.0, 3788.0, 3830.0, 3798.0, 3830.0, 3839.0, 3819.0, 3851.0, 3820.0, 3851.0, 3821.0, 3842.0, 3800.0, 3842.0, 3810.0, 3843.0, 3799.0, 3842.0, 3841.0, 3819.0, 3840.0, 3807.0, 3828.0, 3796.0, 3828.0, 3838.0, 3806.0, 3827.0, 3795.0, 3816.0, 3784.0, 3829.0, 3818.0, 3819.0, 3849.0, 3808.0, 3840.0, 3798.0, 3829.0, 3798.0, 3830.0, 3798.0, 3831.0, 3821.0, 3831.0, 3851.0, 3819.0, 3840.0, 3808.0, 3841.0, 3808.0, 3840.0, 3787.0, 3829.0, 3828.0, 3829.0, 3849.0, 3817.0, 3839.0, 3807.0, 3829.0, 3797.0, 3827.0, 3796.0, 3828.0, 3807.0, 3829.0, 3807.0, 3818.0, 3797.0, 3818.0, 3839.0, 3808.0, 3840.0, 3810.0, 3842.0, 3811.0, 3842.0, 3811.0, 3842.0, 3820.0, 3830.0, 3851.0, 3830.0, 3850.0, 3808.0, 3840.0, 3797.0, 3828.0, 3796.0, 3828.0, 3806.0, 3828.0, 3817.0, 3818.0, 3849.0, 3807.0, 3839.0, 3797.0, 3840.0, 3807.0, 3839.0, 3787.0, 3840.0, 3798.0, 3830.0, 3829.0, 3818.0, 3849.0, 3818.0, 3839.0, 3808.0, 3840.0, 3798.0, 3840.0, 3807.0, 3829.0, 3796.0, 3839.0, 3796.0, 3817.0, 3827.0, 3807.0, 3838.0, 3806.0, 3838.0, 3796.0, 3828.0, 3796.0, 3827.0, 3796.0, 3829.0, 3798.0, 3831.0, 3850.0, 3820.0, 3850.0, 3809.0, 3840.0, 3798.0, 3830.0, 3808.0, 3829.0, 3797.0, 3841.0, 3788.0, 3830.0, 3829.0, 3818.0, 3838.0, 3818.0, 3839.0, 3807.0, 3828.0, 3797.0, 3829.0, 3797.0, 3829.0, 3797.0, 3840.0, 3798.0, 3830.0, 3799.0, 3830.0, 3829.0, 3830.0, 3840.0, 3830.0, 3820.0, 3821.0, 3831.0, 3821.0, 3830.0, 3831.0, 3820.0, 3841.0, 3800.0, 3832.0, 3800.0, 3843.0, 3821.0, 3842.0, 3852.0, 3831.0, 3852.0, 3820.0, 3841.0, 3800.0, 3840.0, 3798.0, 3840.0, 3809.0, 3841.0, 3798.0, 3829.0, 3809.0, 3830.0, 3798.0, 3841.0, 3797.0, 3829.0, 3797.0, 3829.0, 3798.0, 3840.0, 3808.0, 3840.0, 3797.0, 3839.0, 3798.0, 3839.0, 3797.0, 3828.0, 3796.0, 3838.0, 3796.0, 3828.0, 3796.0, 3826.0, 3806.0, 3828.0, 3785.0, 3828.0, 3785.0, 3818.0, 3797.0, 3808.0, 3839.0, 3809.0, 3851.0, 3824.0, 3854.0, 3823.0, 3854.0, 3812.0, 3853.0, 3812.0, 3843.0, 3823.0, 3844.0, 3813.0, 3844.0, 3812.0, 3843.0, 3810.0, 3842.0, 3810.0, 3842.0, 3821.0, 3841.0, 3809.0, 3840.0, 3797.0, 3840.0, 3797.0, 3840.0, 3797.0, 3829.0, 3817.0, 3828.0, 3839.0, 3829.0, 3829.0, 3818.0, 3839.0, 3818.0, 3839.0, 3807.0, 3838.0, 3807.0, 3838.0, 3796.0, 3838.0, 3796.0, 3827.0, 3795.0, 3829.0, 3817.0, 3827.0, 3817.0, 3806.0, 3828.0, 3806.0, 3837.0, 3807.0, 3838.0, 3819.0, 3851.0, 3809.0, 3840.0, 3798.0, 3843.0, 3808.0, 3842.0, 3797.0, 3816.0, 3798.0, 3828.0, 3786.0, 3828.0, 3800.0, 3831.0, 3798.0, 3832.0, 3866.0, 3821.0, 3841.0, 3799.0, 3831.0, 3818.0, 3827.0, 3837.0, 3804.0, 3824.0, 3792.0, 3825.0, 3804.0, 3828.0, 3816.0, 3824.0, 3802.0, 3822.0, 3801.0, 3791.0, 3801.0, 3801.0, 3800.0, 3821.0, 3787.0, 3797.0, 3776.0, 3786.0, 3765.0, 3797.0, 3755.0, 3787.0, 3808.0, 3777.0, 3809.0, 3779.0, 3800.0, 3791.0, 3802.0, 3793.0, 3805.0, 3785.0, 3807.0, 3849.0, 3808.0, 3840.0, 3809.0, 3830.0, 3789.0, 3832.0, 3832.0, 3844.0, 3881.0, 3836.0, 3845.0, 3803.0, 3845.0, 3802.0, 3845.0, 3814.0, 3847.0, 3815.0, 3846.0, 3814.0, 3847.0, 3846.0, 3848.0, 3868.0, 3859.0, 3867.0, 3836.0, 3868.0, 3837.0, 3868.0, 3827.0, 3884.0, 3851.0, 3882.0, 3839.0, 3882.0, 3827.0, 3858.0, 3826.0, 3869.0, 3838.0, 3837.0, 3837.0, 3869.0, 3858.0, 3825.0, 3868.0, 3847.0, 3868.0, 3847.0, 3869.0, 3836.0, 3855.0, 3821.0, 3854.0, 3857.0, 3878.0, 3812.0, 3832.0, 3818.0, 3829.0, 3819.0, 3841.0, 3800.0, 3832.0, 3811.0, 3832.0, 3801.0, 3844.0, 3813.0, 3845.0, 3813.0, 3845.0, 3813.0, 3834.0, 3865.0, 3834.0, 3866.0, 3834.0, 3856.0, 3824.0, 3844.0, 3813.0, 3854.0, 3813.0, 3857.0, 3861.0, 3869.0, 3838.0, 3869.0, 3826.0, 3856.0, 3825.0, 3857.0, 3836.0, 3867.0, 3825.0, 3856.0, 3824.0, 3855.0, 3824.0, 3856.0, 3835.0, 3856.0, 3825.0, 3870.0, 3838.0, 3854.0, 3808.0, 3840.0, 3822.0, 3840.0, 3835.0, 3865.0, 3821.0, 3847.0, 3834.0, 3846.0, 3871.0, 3829.0, 3872.0, 3830.0, 3857.0, 3799.0, 3842.0, 3823.0, 3868.0, 3892.0, 3893.0, 3836.0, 3803.0, 3858.0, 3815.0, 3880.0, 3850.0, 3894.0, 3850.0], 'WindowWidth': [8726.0, 8667.0, 8675.0, 8625.0, 8643.0, 8578.0, 8636.0, 8557.0, 8615.0, 8567.0, 8596.0, 8607.0, 8595.0, 8641.0, 8597.0, 8630.0, 8585.0, 8616.0, 8587.0, 8615.0, 8589.0, 8619.0, 8575.0, 8617.0, 8562.0, 8622.0, 8575.0, 8605.0, 8633.0, 8607.0, 8631.0, 8588.0, 8633.0, 8587.0, 8616.0, 8586.0, 8616.0, 8592.0, 8618.0, 8578.0, 8618.0, 8584.0, 8599.0, 8628.0, 8599.0, 8627.0, 8583.0, 8612.0, 8581.0, 8614.0, 8565.0, 8611.0, 8552.0, 8595.0, 8581.0, 8598.0, 8638.0, 8595.0, 8627.0, 8584.0, 8612.0, 8569.0, 8602.0, 8560.0, 8600.0, 8596.0, 8597.0, 8626.0, 8583.0, 8627.0, 8587.0, 8618.0, 8573.0, 8616.0, 8572.0, 8619.0, 8560.0, 8619.0, 8602.0, 8601.0, 8629.0, 8599.0, 8617.0, 8585.0, 8613.0, 8586.0, 8613.0, 8552.0, 8611.0, 8552.0, 8595.0, 8623.0, 8579.0, 8608.0, 8550.0, 8594.0, 8533.0, 8597.0, 8552.0, 8595.0, 8609.0, 8582.0, 8613.0, 8583.0, 8612.0, 8587.0, 8618.0, 8575.0, 8617.0, 8592.0, 8617.0, 8571.0, 8620.0, 8600.0, 8598.0, 8628.0, 8582.0, 8613.0, 8565.0, 8609.0, 8550.0, 8596.0, 8551.0, 8595.0, 8594.0, 8581.0, 8611.0, 8579.0, 8611.0, 8568.0, 8595.0, 8553.0, 8597.0, 8554.0, 8601.0, 8626.0, 8599.0, 8630.0, 8586.0, 8614.0, 8569.0, 8601.0, 8556.0, 8598.0, 8582.0, 8598.0, 8610.0, 8581.0, 8625.0, 8583.0, 8612.0, 8569.0, 8616.0, 8574.0, 8618.0, 8561.0, 8620.0, 8652.0, 8592.0, 8634.0, 8604.0, 8620.0, 8568.0, 8615.0, 8584.0, 8598.0, 8623.0, 8575.0, 8607.0, 8563.0, 8590.0, 8547.0, 8592.0, 8535.0, 8594.0, 8580.0, 8598.0, 8597.0, 8599.0, 8629.0, 8587.0, 8615.0, 8584.0, 8615.0, 8556.0, 8603.0, 8571.0, 8601.0, 8630.0, 8599.0, 8629.0, 8585.0, 8613.0, 8570.0, 8596.0, 8557.0, 8600.0, 8555.0, 8617.0, 8588.0, 8601.0, 8630.0, 8586.0, 8634.0, 8589.0, 8632.0, 8573.0, 8616.0, 8558.0, 8618.0, 8572.0, 8601.0, 8629.0, 8601.0, 8647.0, 8601.0, 8633.0, 8589.0, 8615.0, 8572.0, 8614.0, 8555.0, 8636.0, 8558.0, 8615.0, 8599.0, 8596.0, 8629.0, 8581.0, 8607.0, 8577.0, 8595.0, 8537.0, 8598.0, 8556.0, 8589.0, 8629.0, 8587.0, 8632.0, 8606.0, 8620.0, 8575.0, 8621.0, 8565.0, 8619.0, 8601.0, 8615.0, 8627.0, 8580.0, 8608.0, 8568.0, 8608.0, 8532.0, 8593.0, 8549.0, 8593.0, 8594.0, 8579.0, 8611.0, 8569.0, 8613.0, 8572.0, 8617.0, 8560.0, 8617.0, 8562.0, 8624.0, 8588.0, 8618.0, 8633.0, 8604.0, 8630.0, 8586.0, 8614.0, 8587.0, 8614.0, 8555.0, 8620.0, 8558.0, 8622.0, 8561.0, 8619.0, 8560.0, 8622.0, 8564.0, 8639.0, 8600.0, 8641.0, 8599.0, 8628.0, 8579.0, 8643.0, 8636.0, 8617.0, 8633.0, 8584.0, 8613.0, 8579.0, 8610.0, 8550.0, 8610.0, 8551.0, 8595.0, 8541.0, 8612.0, 8552.0, 8616.0, 8555.0, 8616.0, 8575.0, 8618.0, 8592.0, 8634.0, 8591.0, 8635.0, 8589.0, 8619.0, 8569.0, 8613.0, 8637.0, 8594.0, 8626.0, 8579.0, 8609.0, 8563.0, 8592.0, 8565.0, 8591.0, 8564.0, 8611.0, 8584.0, 8613.0, 8572.0, 8614.0, 8563.0, 8617.0, 8584.0, 8616.0, 8601.0, 8602.0, 8599.0, 8601.0, 8633.0, 8597.0, 8613.0, 8580.0, 8610.0, 8565.0, 8607.0, 8565.0, 8606.0, 8582.0, 8610.0, 8581.0, 8617.0, 8572.0, 8616.0, 8573.0, 8619.0, 8572.0, 8614.0, 8568.0, 8614.0, 8553.0, 8595.0, 8625.0, 8579.0, 8607.0, 8575.0, 8607.0, 8551.0, 8576.0, 8549.0, 8597.0, 8537.0, 8581.0, 8580.0, 8596.0, 8609.0, 8567.0, 8627.0, 8587.0, 8612.0, 8580.0, 8598.0, 8553.0, 8598.0, 8568.0, 8585.0, 8627.0, 8587.0, 8632.0, 8607.0, 8636.0, 8592.0, 8618.0, 8579.0, 8619.0, 8614.0, 8598.0, 8627.0, 8598.0, 8611.0, 8564.0, 8613.0, 8534.0, 8592.0, 8591.0, 8575.0, 8604.0, 8562.0, 8609.0, 8568.0, 8608.0, 8567.0, 8614.0, 8578.0, 8634.0, 8557.0, 8618.0, 8583.0, 8603.0, 8641.0, 8599.0, 8628.0, 8584.0, 8615.0, 8569.0, 8613.0, 8566.0, 8610.0, 8580.0, 8610.0, 8563.0, 8591.0, 8567.0, 8596.0, 8549.0, 8593.0, 8565.0, 8628.0, 8566.0, 8610.0, 8583.0, 8614.0, 8583.0, 8629.0, 8595.0, 8608.0, 8545.0, 8610.0, 8569.0, 8557.0, 8538.0, 8507.0, 8591.0, 8560.0, 8591.0, 8621.0, 8580.0, 8604.0, 8539.0, 8586.0, 8525.0, 8572.0, 8530.0, 8560.0, 8575.0, 8561.0, 8501.0, 8561.0, 8532.0, 8575.0, 8545.0, 8571.0, 8541.0, 8536.0, 8520.0, 8532.0, 8531.0, 8529.0, 8499.0, 8542.0, 8498.0, 8530.0, 8500.0, 8531.0, 8503.0, 8532.0, 8505.0, 8536.0, 8511.0, 8556.0, 8515.0, 8560.0, 8552.0, 8565.0, 8523.0, 8567.0, 8554.0, 8570.0, 8557.0, 8575.0, 8534.0, 8579.0, 8535.0, 8581.0, 8622.0, 8584.0, 8627.0, 8585.0, 8612.0, 8572.0, 8615.0, 8574.0, 8617.0, 8576.0, 8634.0, 8579.0, 8622.0, 8580.0, 8622.0, 8582.0, 8625.0, 8564.0, 8624.0, 8578.0, 8607.0, 8618.0, 8603.0, 8630.0, 8589.0, 8634.0, 8590.0, 8635.0, 8574.0, 8617.0, 8545.0, 8616.0, 8557.0, 8603.0, 8600.0, 8603.0, 8619.0, 8620.0, 8632.0, 8606.0, 8635.0, 8592.0, 8636.0, 8610.0, 8639.0, 8597.0, 8638.0, 8579.0, 8636.0, 8595.0, 8635.0, 8574.0, 8638.0, 8575.0, 8619.0, 8620.0, 8602.0, 8631.0, 8630.0, 8639.0, 8604.0, 8650.0, 8608.0, 8623.0, 8624.0, 8570.0, 8645.0, 8570.0, 8624.0, 8646.0, 8601.0, 8630.0, 8585.0, 8615.0, 8556.0, 8599.0, 8555.0, 8597.0, 8610.0, 8594.0, 8628.0, 8599.0, 8590.0, 8532.0, 8578.0, 8555.0, 8601.0, 8612.0, 8600.0, 8632.0, 8591.0, 8619.0, 8562.0, 8605.0, 8548.0, 8625.0, 8652.0, 8608.0, 8638.0, 8592.0, 8620.0, 8559.0, 8620.0, 8603.0, 8608.0, 8648.0, 8602.0, 8617.0, 8571.0, 8612.0, 8559.0, 8621.0, 8601.0, 8604.0, 8631.0, 8589.0, 8633.0, 8590.0, 8619.0, 8575.0, 8622.0, 8576.0, 8639.0, 8580.0, 8623.0, 8654.0, 8608.0, 8633.0, 8587.0, 8633.0, 8569.0, 8613.0, 8554.0, 8599.0, 8596.0, 8596.0, 8624.0, 8596.0, 8612.0, 8581.0, 8596.0, 8552.0, 8594.0, 8553.0, 8600.0, 8571.0, 8619.0, 8590.0, 8604.0, 8632.0, 8589.0, 8632.0, 8588.0, 8618.0, 8589.0, 8619.0, 8559.0, 8617.0, 8556.0, 8599.0, 8625.0, 8594.0, 8625.0, 8580.0, 8607.0, 8550.0, 8594.0, 8535.0, 8594.0, 8592.0, 8594.0, 8625.0, 8595.0, 8615.0, 8571.0, 8611.0, 8556.0, 8598.0, 8556.0, 8618.0, 8559.0, 8620.0, 8577.0, 8605.0, 8648.0, 8590.0, 8631.0, 8605.0, 8635.0, 8591.0, 8635.0, 8577.0, 8619.0, 8576.0, 8632.0, 8574.0, 8637.0, 8575.0, 8619.0, 8576.0, 8632.0, 8562.0, 8617.0, 8570.0, 8618.0, 8572.0, 8601.0, 8584.0, 8599.0, 8625.0, 8581.0, 8624.0, 8580.0, 8610.0, 8567.0, 8609.0, 8552.0, 8594.0, 8566.0, 8613.0, 8556.0, 8614.0, 8544.0, 8616.0, 8545.0, 8603.0, 8583.0, 8614.0, 8598.0, 8600.0, 8599.0, 8598.0, 8624.0, 8581.0, 8609.0, 8598.0, 8627.0, 8583.0, 8627.0, 8584.0, 8629.0, 8585.0, 8612.0, 8566.0, 8625.0, 8548.0, 8592.0, 8535.0, 8593.0, 8564.0, 8591.0, 8618.0, 8578.0, 8621.0, 8577.0, 8608.0, 8565.0, 8607.0, 8567.0, 8609.0, 8566.0, 8611.0, 8569.0, 8615.0, 8579.0, 8619.0, 8560.0, 8597.0, 8566.0, 8613.0, 8553.0, 8612.0, 8539.0, 8596.0, 8596.0, 8579.0, 8621.0, 8584.0, 8626.0, 8567.0, 8612.0, 8571.0, 8615.0, 8587.0, 8615.0, 8603.0, 8614.0, 8602.0, 8630.0, 8571.0, 8613.0, 8569.0, 8597.0, 8555.0, 8619.0, 8568.0, 8597.0, 8555.0, 8581.0, 8583.0, 8585.0, 8600.0, 8604.0, 8577.0, 8623.0, 8583.0, 8625.0, 8624.0, 8607.0, 8632.0, 8608.0, 8641.0, 8621.0, 8624.0, 8585.0, 8652.0, 8609.0, 8593.0, 8623.0, 8580.0, 8654.0, 8597.0, 8642.0, 8610.0, 8635.0, 8567.0, 8610.0, 8564.0, 8612.0, 8580.0, 8609.0, 8596.0, 8593.0, 8617.0, 8560.0, 8604.0, 8578.0, 8609.0, 8582.0, 8615.0, 8573.0, 8601.0, 8561.0, 8616.0, 8575.0, 8635.0, 8581.0, 8624.0, 8564.0, 8620.0, 8576.0, 8624.0, 8591.0, 8624.0, 8593.0, 8623.0, 8579.0, 8617.0, 8585.0, 8595.0, 8571.0, 8637.0, 8581.0, 8635.0, 8593.0, 8637.0, 8574.0, 8616.0, 8568.0, 8598.0, 8595.0, 8612.0, 8609.0, 8580.0, 8624.0, 8576.0, 8602.0, 8571.0, 8600.0, 8577.0, 8618.0, 8575.0, 8606.0, 8562.0, 8603.0, 8559.0, 8589.0, 8558.0, 8587.0, 8527.0, 8571.0, 8545.0, 8588.0, 8531.0, 8590.0, 8573.0, 8590.0, 8588.0, 8559.0, 8618.0, 8561.0, 8591.0, 8550.0, 8594.0, 8554.0, 8613.0, 8571.0, 8602.0, 8546.0, 8602.0, 8572.0, 8602.0, 8628.0, 8605.0, 8631.0, 8589.0, 8632.0, 8590.0, 8632.0, 8590.0, 8634.0, 8590.0, 8619.0, 8574.0, 8618.0, 8560.0, 8619.0, 8585.0, 8616.0, 8642.0, 8600.0, 8629.0, 8586.0, 8630.0, 8570.0, 8612.0, 8584.0, 8616.0, 8556.0, 8615.0, 8559.0, 8603.0, 8559.0, 8603.0, 8644.0, 8604.0, 8634.0, 8591.0, 8634.0, 8560.0, 8614.0, 8557.0, 8616.0, 8554.0, 8635.0, 8571.0, 8615.0, 8571.0, 8601.0, 8610.0, 8598.0, 8626.0, 8598.0, 8613.0, 8587.0, 8631.0, 8587.0, 8630.0, 8583.0, 8614.0, 8585.0, 8615.0, 8573.0, 8616.0, 8558.0, 8616.0, 8555.0, 8615.0, 8554.0, 8614.0, 8555.0, 8597.0, 8581.0, 8577.0, 8603.0, 8576.0, 8606.0, 8561.0, 8607.0, 8550.0, 8591.0, 8551.0, 8594.0, 8536.0, 8601.0, 8555.0, 8600.0, 8599.0, 8572.0, 8614.0, 8570.0, 8615.0, 8568.0, 8614.0, 8558.0, 8599.0, 8609.0, 8583.0, 8609.0, 8598.0, 8613.0, 8567.0, 8610.0, 8552.0, 8596.0, 8538.0, 8597.0, 8597.0, 8599.0, 8625.0, 8566.0, 8608.0, 8566.0, 8595.0, 8549.0, 8611.0, 8550.0, 8595.0, 8553.0, 8581.0, 8624.0, 8578.0, 8608.0, 8562.0, 8610.0, 8535.0, 8596.0, 8567.0, 8584.0, 8624.0, 8580.0, 8611.0, 8566.0, 8594.0, 8551.0, 8597.0, 8543.0, 8585.0, 8625.0, 8599.0, 8628.0, 8587.0, 8618.0, 8562.0, 8617.0, 8576.0, 8620.0, 8561.0, 8624.0, 8560.0, 8620.0, 8573.0, 8615.0, 8611.0, 8581.0, 8623.0, 8579.0, 8623.0, 8580.0, 8611.0, 8551.0, 8591.0, 8562.0, 8608.0, 8565.0, 8612.0, 8556.0, 8597.0, 8544.0, 8598.0, 8582.0, 8599.0, 8612.0, 8583.0, 8627.0, 8569.0, 8614.0, 8555.0, 8613.0, 8568.0, 8611.0, 8540.0, 8599.0, 8554.0, 8598.0, 8609.0, 8584.0, 8628.0, 8585.0, 8630.0, 8589.0, 8618.0, 8561.0, 8618.0, 8573.0, 8621.0, 8558.0, 8617.0, 8615.0, 8583.0, 8612.0, 8564.0, 8594.0, 8547.0, 8593.0, 8605.0, 8561.0, 8591.0, 8545.0, 8574.0, 8531.0, 8595.0, 8578.0, 8581.0, 8623.0, 8567.0, 8612.0, 8554.0, 8597.0, 8554.0, 8601.0, 8555.0, 8603.0, 8588.0, 8602.0, 8628.0, 8583.0, 8612.0, 8567.0, 8616.0, 8565.0, 8611.0, 8538.0, 8596.0, 8593.0, 8595.0, 8621.0, 8577.0, 8608.0, 8565.0, 8596.0, 8550.0, 8591.0, 8549.0, 8593.0, 8562.0, 8595.0, 8562.0, 8579.0, 8552.0, 8579.0, 8609.0, 8568.0, 8613.0, 8572.0, 8619.0, 8576.0, 8620.0, 8575.0, 8618.0, 8585.0, 8600.0, 8627.0, 8597.0, 8626.0, 8567.0, 8611.0, 8550.0, 8592.0, 8549.0, 8593.0, 8562.0, 8594.0, 8578.0, 8579.0, 8624.0, 8564.0, 8608.0, 8552.0, 8613.0, 8563.0, 8610.0, 8537.0, 8612.0, 8554.0, 8598.0, 8595.0, 8581.0, 8623.0, 8580.0, 8611.0, 8568.0, 8612.0, 8553.0, 8611.0, 8565.0, 8596.0, 8548.0, 8609.0, 8550.0, 8577.0, 8590.0, 8563.0, 8606.0, 8561.0, 8605.0, 8548.0, 8591.0, 8549.0, 8591.0, 8550.0, 8596.0, 8555.0, 8603.0, 8626.0, 8585.0, 8625.0, 8570.0, 8612.0, 8556.0, 8598.0, 8567.0, 8597.0, 8552.0, 8614.0, 8541.0, 8599.0, 8597.0, 8581.0, 8607.0, 8580.0, 8610.0, 8565.0, 8594.0, 8551.0, 8596.0, 8553.0, 8596.0, 8551.0, 8613.0, 8553.0, 8600.0, 8557.0, 8600.0, 8596.0, 8599.0, 8613.0, 8600.0, 8586.0, 8588.0, 8604.0, 8590.0, 8599.0, 8602.0, 8585.0, 8616.0, 8560.0, 8605.0, 8561.0, 8623.0, 8589.0, 8618.0, 8631.0, 8601.0, 8631.0, 8586.0, 8617.0, 8560.0, 8614.0, 8554.0, 8613.0, 8569.0, 8614.0, 8556.0, 8597.0, 8570.0, 8598.0, 8553.0, 8615.0, 8552.0, 8596.0, 8552.0, 8595.0, 8556.0, 8612.0, 8565.0, 8613.0, 8550.0, 8609.0, 8553.0, 8609.0, 8553.0, 8592.0, 8548.0, 8606.0, 8548.0, 8592.0, 8547.0, 8587.0, 8561.0, 8591.0, 8531.0, 8591.0, 8532.0, 8579.0, 8553.0, 8566.0, 8611.0, 8571.0, 8629.0, 8601.0, 8637.0, 8596.0, 8638.0, 8581.0, 8634.0, 8580.0, 8621.0, 8595.0, 8623.0, 8582.0, 8624.0, 8581.0, 8623.0, 8573.0, 8618.0, 8571.0, 8617.0, 8588.0, 8614.0, 8571.0, 8612.0, 8552.0, 8613.0, 8551.0, 8611.0, 8553.0, 8595.0, 8578.0, 8593.0, 8607.0, 8594.0, 8596.0, 8579.0, 8610.0, 8578.0, 8608.0, 8563.0, 8607.0, 8562.0, 8607.0, 8549.0, 8606.0, 8549.0, 8590.0, 8545.0, 8595.0, 8574.0, 8590.0, 8575.0, 8561.0, 8593.0, 8563.0, 8605.0, 8564.0, 8607.0, 8584.0, 8628.0, 8571.0, 8613.0, 8556.0, 8622.0, 8567.0, 8619.0, 8550.0, 8571.0, 8552.0, 8590.0, 8531.0, 8590.0, 8560.0, 8602.0, 8551.0, 8604.0, 8658.0, 8587.0, 8614.0, 8559.0, 8601.0, 8579.0, 8590.0, 8601.0, 8554.0, 8581.0, 8535.0, 8584.0, 8553.0, 8591.0, 8570.0, 8579.0, 8545.0, 8574.0, 8544.0, 8532.0, 8545.0, 8543.0, 8539.0, 8569.0, 8517.0, 8533.0, 8500.0, 8514.0, 8485.0, 8532.0, 8474.0, 8517.0, 8547.0, 8505.0, 8553.0, 8512.0, 8543.0, 8533.0, 8548.0, 8538.0, 8557.0, 8531.0, 8565.0, 8621.0, 8567.0, 8612.0, 8570.0, 8599.0, 8543.0, 8606.0, 8605.0, 8626.0, 8688.0, 8617.0, 8627.0, 8569.0, 8626.0, 8567.0, 8627.0, 8586.0, 8633.0, 8590.0, 8631.0, 8586.0, 8632.0, 8631.0, 8636.0, 8661.0, 8652.0, 8661.0, 8617.0, 8663.0, 8620.0, 8662.0, 8607.0, 8696.0, 8645.0, 8688.0, 8628.0, 8687.0, 8609.0, 8649.0, 8603.0, 8665.0, 8624.0, 8619.0, 8620.0, 8665.0, 8650.0, 8603.0, 8663.0, 8633.0, 8664.0, 8633.0, 8667.0, 8615.0, 8638.0, 8587.0, 8636.0, 8648.0, 8676.0, 8577.0, 8604.0, 8579.0, 8594.0, 8580.0, 8614.0, 8562.0, 8605.0, 8579.0, 8605.0, 8564.0, 8625.0, 8581.0, 8628.0, 8584.0, 8629.0, 8584.0, 8611.0, 8652.0, 8610.0, 8655.0, 8612.0, 8642.0, 8597.0, 8625.0, 8581.0, 8637.0, 8583.0, 8648.0, 8661.0, 8666.0, 8624.0, 8666.0, 8605.0, 8643.0, 8603.0, 8645.0, 8615.0, 8658.0, 8602.0, 8644.0, 8599.0, 8639.0, 8598.0, 8643.0, 8613.0, 8643.0, 8601.0, 8670.0, 8624.0, 8637.0, 8564.0, 8610.0, 8590.0, 8610.0, 8614.0, 8653.0, 8586.0, 8634.0, 8611.0, 8629.0, 8673.0, 8614.0, 8674.0, 8619.0, 8646.0, 8554.0, 8616.0, 8593.0, 8662.0, 8724.0, 8707.0, 8619.0, 8571.0, 8650.0, 8591.0, 8685.0, 8643.0, 8711.0, 8644.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.0009593789607097592</td></tr>
<tr><td colspan=3>aqi</td><td>0.027962885551330797</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.33949079264419</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2170710806911853</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0178754661192146</td></tr>
<tr><td colspan=3>efc</td><td>0.4951</td></tr>
<tr><td colspan=3>fber</td><td>4938.7148</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09181371755189664</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.435994930291508</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5739978121785487</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.50133912218161</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8616210226827294</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3590332916713064</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100035</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005229781847447157</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04172569885849953</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1578</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.093918631764805</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>22.9041</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.263</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.8828</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293194.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>704.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.3564</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5704</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>452.5234</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3007.0331</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>777.0015</td></tr>
<tr><td colspan=3>tsnr</td><td>35.3443679640186</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>