<?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-0010_ses-03_task-shortvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0010_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0010_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0010_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0010_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0010_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-03/func/sub-0010_ses-03_task-shortvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6b4616b1a9857fcab3ec02ee7fb9d8d8</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:57:17.595000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999435, -0.030711, -0.0136914, 0.0319323, 0.994439, 0.100361]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0727134</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7731, -7306, 599, -63, -7, 40, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4be8dafd-af34-46d4-b200-5d87895fbd99||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814098358154297, 0.0856720432639122, -0.02843938022851944, 105.67169189453125], [0.0823952704668045, 2.66800594329834, 0.2720012664794922, -91.28759002685547], [-0.03673308715224266, -0.26926058530807495, 2.6861138343811035, -40.90227127075195], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1616]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'AcquisitionTime': ['155717.595000', '155718.055000', '155718.515000', '155718.975000', '155719.435000', '155719.895000', '155720.355000', '155720.815000', '155721.275000', '155721.735000', '155722.195000', '155722.655000', '155723.115000', '155723.575000', '155724.035000', '155724.495000', '155724.955000', '155725.415000', '155725.875000', '155726.335000', '155726.795000', '155727.255000', '155727.715000', '155728.175000', '155728.635000', '155729.095000', '155729.555000', '155730.015000', '155730.475000', '155730.935000', '155731.395000', '155731.855000', '155732.315000', '155732.775000', '155733.235000', '155733.695000', '155734.155000', '155734.615000', '155735.075000', '155735.535000', '155735.995000', '155736.455000', '155736.915000', '155737.375000', '155737.835000', '155738.295000', '155738.755000', '155739.215000', '155739.675000', '155740.135000', '155740.595000', '155741.055000', '155741.515000', '155741.975000', '155742.435000', '155742.895000', '155743.355000', '155743.815000', '155744.275000', '155744.735000', '155745.195000', '155745.655000', '155746.115000', '155746.575000', '155747.035000', '155747.495000', '155747.955000', '155748.415000', '155748.875000', '155749.335000', '155749.795000', '155750.255000', '155750.715000', '155751.175000', '155751.635000', '155752.095000', '155752.555000', '155753.015000', '155753.475000', '155753.935000', '155754.395000', '155754.855000', '155755.315000', '155755.775000', '155756.235000', '155756.695000', '155757.155000', '155757.615000', '155758.075000', '155758.535000', '155758.995000', '155759.455000', '155759.915000', '155800.375000', '155800.835000', '155801.295000', '155801.755000', '155802.215000', '155802.675000', '155803.135000', '155803.595000', '155804.055000', '155804.515000', '155804.975000', '155805.435000', '155805.895000', '155806.355000', '155806.815000', '155807.275000', '155807.735000', '155808.195000', '155808.655000', '155809.115000', '155809.575000', '155810.035000', '155810.495000', '155810.955000', '155811.415000', '155811.875000', '155812.335000', '155812.795000', '155813.255000', '155813.715000', '155814.175000', '155814.635000', '155815.095000', '155815.555000', '155816.015000', '155816.475000', '155816.935000', '155817.395000', '155817.855000', '155818.315000', '155818.775000', '155819.235000', '155819.695000', '155820.155000', '155820.615000', '155821.075000', '155821.535000', '155821.995000', '155822.455000', '155822.915000', '155823.375000', '155823.835000', '155824.295000', '155824.755000', '155825.215000', '155825.675000', '155826.135000', '155826.595000', '155827.055000', '155827.515000', '155827.975000', '155828.435000', '155828.895000', '155829.355000', '155829.815000', '155830.275000', '155830.735000', '155831.195000', '155831.655000', '155832.115000', '155832.575000', '155833.035000', '155833.495000', '155833.955000', '155834.415000', '155834.875000', '155835.335000', '155835.795000', '155836.255000', '155836.715000', '155837.175000', '155837.635000', '155838.095000', '155838.555000', '155839.015000', '155839.475000', '155839.935000', '155840.395000', '155840.855000', '155841.315000', '155841.775000', '155842.235000', '155842.695000', '155843.155000', '155843.615000', '155844.075000', '155844.535000', '155844.995000', '155845.455000', '155845.915000', '155846.375000', '155846.835000', '155847.295000', '155847.755000', '155848.215000', '155848.675000', '155849.135000', '155849.595000', '155850.055000', '155850.515000', '155850.975000', '155851.435000', '155851.895000', '155852.355000', '155852.815000', '155853.275000', '155853.735000', '155854.195000', '155854.655000', '155855.115000', '155855.575000', '155856.035000', '155856.495000', '155856.955000', '155857.415000', '155857.875000', '155858.335000', '155858.795000', '155859.255000', '155859.715000', '155900.175000', '155900.635000', '155901.095000', '155901.555000', '155902.015000', '155902.475000', '155902.935000', '155903.395000', '155903.855000', '155904.315000', '155904.775000', '155905.235000', '155905.695000', '155906.155000', '155906.615000', '155907.075000', '155907.535000', '155907.995000', '155908.455000', '155908.915000', '155909.375000', '155909.835000', '155910.295000', '155910.755000', '155911.215000', '155911.675000', '155912.135000', '155912.595000', '155913.055000', '155913.515000', '155913.975000', '155914.435000', '155914.895000', '155915.355000', '155915.815000', '155916.275000', '155916.735000', '155917.195000', '155917.655000', '155918.115000', '155918.575000', '155919.035000', '155919.495000', '155919.955000', '155920.415000', '155920.875000', '155921.335000', '155921.795000', '155922.255000', '155922.715000', '155923.175000', '155923.635000', '155924.095000', '155924.555000', '155925.015000', '155925.475000', '155925.935000', '155926.395000', '155926.855000', '155927.315000', '155927.775000', '155928.235000', '155928.695000', '155929.155000', '155929.615000', '155930.075000', '155930.535000', '155930.995000', '155931.455000', '155931.915000', '155932.375000', '155932.835000', '155933.295000', '155933.755000', '155934.215000', '155934.675000', '155935.135000', '155935.595000', '155936.055000', '155936.515000', '155936.975000', '155937.435000', '155937.895000', '155938.355000', '155938.815000', '155939.275000', '155939.735000', '155940.195000', '155940.655000', '155941.115000', '155941.575000', '155942.035000', '155942.495000', '155942.955000', '155943.415000', '155943.875000', '155944.335000', '155944.795000', '155945.255000', '155945.715000', '155946.175000', '155946.635000', '155947.095000', '155947.555000', '155948.015000', '155948.475000', '155948.935000', '155949.395000', '155949.855000', '155950.315000', '155950.775000', '155951.235000', '155951.695000', '155952.155000', '155952.615000', '155953.075000', '155953.535000', '155953.995000', '155954.455000', '155954.915000', '155955.375000', '155955.835000', '155956.295000', '155956.755000', '155957.215000', '155957.675000', '155958.135000', '155958.595000', '155959.055000', '155959.515000', '155959.975000', '160000.435000', '160000.895000', '160001.355000', '160001.815000', '160002.275000', '160002.735000', '160003.195000', '160003.655000', '160004.115000', '160004.575000', '160005.035000', '160005.495000', '160005.955000', '160006.415000', '160006.875000', '160007.335000', '160007.795000', '160008.255000', '160008.715000', '160009.175000', '160009.635000', '160010.095000', '160010.555000', '160011.015000', '160011.475000', '160011.935000', '160012.395000', '160012.855000', '160013.315000', '160013.775000', '160014.235000', '160014.695000', '160015.155000', '160015.615000', '160016.075000', '160016.535000', '160016.995000', '160017.455000', '160017.915000', '160018.375000', '160018.835000', '160019.295000', '160019.755000', '160020.215000', '160020.675000', '160021.135000', '160021.595000', '160022.055000', '160022.515000', '160022.975000', '160023.435000', '160023.895000', '160024.355000', '160024.815000', '160025.275000', '160025.735000', '160026.195000', '160026.655000', '160027.115000', '160027.575000', '160028.035000', '160028.495000', '160028.955000', '160029.415000', '160029.875000', '160030.335000', '160030.795000', '160031.255000', '160031.715000', '160032.175000', '160032.635000', '160033.095000', '160033.555000', '160034.015000', '160034.475000', '160034.935000', '160035.395000', '160035.855000', '160036.315000', '160036.775000', '160037.235000', '160037.695000', '160038.155000', '160038.615000', '160039.075000', '160039.535000', '160039.995000', '160040.455000', '160040.915000', '160041.375000', '160041.835000', '160042.295000', '160042.755000', '160043.215000', '160043.675000', '160044.135000', '160044.595000', '160045.055000', '160045.515000', '160045.975000', '160046.435000', '160046.895000', '160047.355000', '160047.815000', '160048.275000', '160048.735000', '160049.195000', '160049.655000', '160050.115000', '160050.575000', '160051.035000', '160051.495000', '160051.955000', '160052.415000', '160052.875000', '160053.335000', '160053.795000', '160054.255000', '160054.715000', '160055.175000', '160055.635000', '160056.095000', '160056.555000', '160057.015000', '160057.475000', '160057.935000', '160058.395000', '160058.855000', '160059.315000', '160059.775000', '160100.235000', '160100.695000', '160101.155000', '160101.615000', '160102.075000', '160102.535000', '160102.995000', '160103.455000', '160103.915000', '160104.375000', '160104.835000', '160105.295000', '160105.755000', '160106.215000', '160106.675000', '160107.135000', '160107.595000', '160108.055000', '160108.515000', '160108.975000', '160109.435000', '160109.895000', '160110.355000', '160110.815000', '160111.275000', '160111.735000', '160112.195000', '160112.655000', '160113.115000', '160113.575000', '160114.035000', '160114.495000', '160114.955000', '160115.415000', '160115.875000', '160116.335000', '160116.795000', '160117.255000', '160117.715000', '160118.175000', '160118.635000', '160119.095000', '160119.555000', '160120.015000', '160120.475000', '160120.935000', '160121.395000', '160121.855000', '160122.315000', '160122.775000', '160123.235000', '160123.695000', '160124.155000', '160124.615000', '160125.075000', '160125.535000', '160125.995000', '160126.455000', '160126.915000', '160127.375000', '160127.835000', '160128.295000', '160128.755000', '160129.215000', '160129.675000', '160130.135000', '160130.595000', '160131.055000', '160131.515000', '160131.975000', '160132.435000', '160132.895000', '160133.355000', '160133.815000', '160134.275000', '160134.735000', '160135.195000', '160135.655000', '160136.115000', '160136.575000', '160137.035000', '160137.495000', '160137.955000', '160138.415000', '160138.875000', '160139.335000', '160139.795000', '160140.255000', '160140.715000', '160141.175000', '160141.635000', '160142.095000', '160142.555000', '160143.015000', '160143.475000', '160143.935000', '160144.395000', '160144.855000', '160145.315000', '160145.775000', '160146.235000', '160146.695000', '160147.155000', '160147.615000', '160148.075000', '160148.535000', '160148.995000', '160149.455000', '160149.915000', '160150.375000', '160150.835000', '160151.295000', '160151.755000', '160152.215000', '160152.675000', '160153.135000', '160153.595000', '160154.055000', '160154.515000', '160154.975000', '160155.435000', '160155.895000', '160156.355000', '160156.815000', '160157.275000', '160157.735000', '160158.195000', '160158.655000', '160159.115000', '160159.575000', '160200.035000', '160200.495000', '160200.955000', '160201.415000', '160201.875000', '160202.335000', '160202.795000', '160203.255000', '160203.715000', '160204.175000', '160204.635000', '160205.095000', '160205.555000', '160206.015000', '160206.475000', '160206.935000', '160207.395000', '160207.855000', '160208.315000', '160208.775000', '160209.235000', '160209.695000', '160210.155000', '160210.615000', '160211.075000', '160211.535000', '160211.995000', '160212.455000', '160212.915000', '160213.375000', '160213.835000', '160214.295000', '160214.755000', '160215.215000', '160215.675000', '160216.135000', '160216.595000', '160217.055000', '160217.515000', '160217.975000', '160218.435000', '160218.895000', '160219.355000', '160219.815000', '160220.275000', '160220.735000', '160221.195000', '160221.655000', '160222.115000', '160222.575000', '160223.035000', '160223.495000', '160223.955000', '160224.415000', '160224.875000', '160225.335000', '160225.795000', '160226.255000', '160226.715000', '160227.175000', '160227.635000', '160228.095000', '160228.555000', '160229.015000', '160229.475000', '160229.935000', '160230.395000', '160230.855000', '160231.315000', '160231.775000', '160232.235000', '160232.695000', '160233.155000', '160233.615000', '160234.075000', '160234.535000', '160234.995000', '160235.455000', '160235.915000', '160236.375000', '160236.835000', '160237.295000', '160237.755000', '160238.215000', '160238.675000', '160239.135000', '160239.595000', '160240.055000', '160240.515000', '160240.975000', '160241.435000', '160241.895000', '160242.355000', '160242.815000', '160243.275000', '160243.735000', '160244.195000', '160244.655000', '160245.115000', '160245.575000', '160246.035000', '160246.495000', '160246.955000', '160247.415000', '160247.875000', '160248.335000', '160248.795000', '160249.255000', '160249.715000', '160250.175000', '160250.635000', '160251.095000', '160251.555000', '160252.015000', '160252.475000', '160252.935000', '160253.395000', '160253.855000', '160254.315000', '160254.775000', '160255.235000', '160255.695000', '160256.155000', '160256.615000', '160257.075000', '160257.535000', '160257.995000', '160258.455000', '160258.915000', '160259.375000', '160259.835000', '160300.295000', '160300.755000', '160301.215000', '160301.675000', '160302.135000', '160302.595000', '160303.055000', '160303.515000', '160303.975000', '160304.435000', '160304.895000', '160305.355000', '160305.815000', '160306.275000', '160306.735000', '160307.195000', '160307.655000', '160308.115000', '160308.575000', '160309.035000', '160309.495000', '160309.955000', '160310.415000', '160310.875000', '160311.335000', '160311.795000', '160312.255000', '160312.715000', '160313.175000', '160313.635000', '160314.095000', '160314.555000', '160315.015000', '160315.475000', '160315.935000', '160316.395000', '160316.855000', '160317.315000', '160317.775000', '160318.235000', '160318.695000', '160319.155000', '160319.615000', '160320.075000', '160320.535000', '160320.995000', '160321.455000', '160321.915000', '160322.375000', '160322.835000', '160323.295000', '160323.755000', '160324.215000', '160324.675000', '160325.135000', '160325.595000', '160326.055000', '160326.515000', '160326.975000', '160327.435000', '160327.895000', '160328.355000', '160328.815000', '160329.275000', '160329.735000', '160330.195000', '160330.655000', '160331.115000', '160331.575000', '160332.035000', '160332.495000', '160332.955000', '160333.415000', '160333.875000', '160334.335000', '160334.795000', '160335.255000', '160335.715000', '160336.175000', '160336.635000', '160337.095000', '160337.555000', '160338.015000', '160338.475000', '160338.935000', '160339.395000', '160339.855000', '160340.315000', '160340.775000', '160341.235000', '160341.695000', '160342.155000', '160342.615000', '160343.075000', '160343.535000', '160343.995000', '160344.455000', '160344.915000', '160345.375000', '160345.835000', '160346.295000', '160346.755000', '160347.215000', '160347.675000', '160348.135000', '160348.595000', '160349.055000', '160349.515000', '160349.975000', '160350.435000', '160350.895000', '160351.355000', '160351.815000', '160352.275000', '160352.735000', '160353.195000', '160353.655000', '160354.115000', '160354.575000', '160355.035000', '160355.495000', '160355.955000', '160356.415000', '160356.875000', '160357.335000', '160357.795000', '160358.255000', '160358.715000', '160359.175000', '160359.635000', '160400.095000', '160400.555000', '160401.015000', '160401.475000', '160401.935000', '160402.395000', '160402.855000', '160403.315000', '160403.775000', '160404.235000', '160404.695000', '160405.155000', '160405.615000', '160406.075000', '160406.535000', '160406.995000', '160407.455000', '160407.915000', '160408.375000', '160408.835000', '160409.295000', '160409.755000', '160410.215000', '160410.675000', '160411.135000', '160411.595000', '160412.055000', '160412.515000', '160412.975000', '160413.435000', '160413.895000', '160414.355000', '160414.815000', '160415.275000', '160415.735000', '160416.195000', '160416.655000', '160417.115000', '160417.575000', '160418.035000', '160418.495000', '160418.955000', '160419.415000', '160419.875000', '160420.335000', '160420.795000', '160421.255000', '160421.715000', '160422.175000', '160422.635000', '160423.095000', '160423.555000', '160424.015000', '160424.475000', '160424.935000', '160425.395000', '160425.855000', '160426.315000', '160426.775000', '160427.235000', '160427.695000', '160428.155000', '160428.615000', '160429.075000', '160429.535000', '160429.995000', '160430.455000', '160430.915000', '160431.375000', '160431.835000', '160432.295000', '160432.755000', '160433.215000', '160433.675000', '160434.135000', '160434.595000', '160435.055000', '160435.515000', '160435.975000', '160436.435000', '160436.895000', '160437.355000', '160437.815000', '160438.275000', '160438.735000', '160439.195000', '160439.655000', '160440.115000', '160440.575000', '160441.035000', '160441.495000', '160441.955000', '160442.415000', '160442.875000', '160443.335000', '160443.795000', '160444.255000', '160444.715000', '160445.175000', '160445.635000', '160446.095000', '160446.555000', '160447.015000', '160447.475000', '160447.935000', '160448.395000', '160448.855000', '160449.315000', '160449.775000', '160450.235000', '160450.695000', '160451.155000', '160451.615000', '160452.075000', '160452.535000', '160452.995000', '160453.455000', '160453.915000', '160454.375000', '160454.835000', '160455.295000', '160455.755000', '160456.215000', '160456.675000', '160457.135000', '160457.595000', '160458.055000', '160458.515000', '160458.975000', '160459.435000', '160459.895000', '160500.355000', '160500.815000', '160501.275000', '160501.735000', '160502.195000', '160502.655000', '160503.115000', '160503.575000', '160504.035000', '160504.495000', '160504.955000', '160505.415000', '160505.875000', '160506.335000', '160506.795000', '160507.255000', '160507.715000', '160508.175000', '160508.635000', '160509.095000', '160509.555000', '160510.015000', '160510.475000', '160510.935000', '160511.395000', '160511.855000', '160512.315000', '160512.775000', '160513.235000', '160513.695000', '160514.155000', '160514.615000', '160515.075000', '160515.535000', '160515.995000', '160516.455000', '160516.915000', '160517.375000', '160517.835000', '160518.295000', '160518.755000', '160519.215000', '160519.675000', '160520.135000', '160520.595000', '160521.055000', '160521.515000', '160521.975000', '160522.435000', '160522.895000', '160523.355000', '160523.815000', '160524.275000', '160524.735000', '160525.195000', '160525.655000', '160526.115000', '160526.575000', '160527.035000', '160527.495000', '160527.955000', '160528.415000', '160528.875000', '160529.335000', '160529.795000', '160530.255000', '160530.715000', '160531.175000', '160531.635000', '160532.095000', '160532.555000', '160533.015000', '160533.475000', '160533.935000', '160534.395000', '160534.855000', '160535.315000', '160535.775000', '160536.235000', '160536.695000', '160537.155000', '160537.615000', '160538.075000', '160538.535000', '160538.995000', '160539.455000', '160539.915000', '160540.375000', '160540.835000', '160541.295000', '160541.755000', '160542.215000', '160542.675000', '160543.135000', '160543.595000', '160544.055000', '160544.515000', '160544.975000', '160545.435000', '160545.895000', '160546.355000', '160546.815000', '160547.275000', '160547.735000', '160548.195000', '160548.655000', '160549.115000', '160549.575000', '160550.035000', '160550.495000', '160550.955000', '160551.415000', '160551.875000', '160552.335000', '160552.795000', '160553.255000', '160553.715000', '160554.175000', '160554.635000', '160555.095000', '160555.555000', '160556.015000', '160556.475000', '160556.935000', '160557.395000', '160557.855000', '160558.315000', '160558.775000', '160559.235000', '160559.695000', '160600.155000', '160600.615000', '160601.075000', '160601.535000', '160601.995000', '160602.455000', '160602.915000', '160603.375000', '160603.835000', '160604.295000', '160604.755000', '160605.215000', '160605.675000', '160606.135000', '160606.595000', '160607.055000', '160607.515000', '160607.975000', '160608.435000', '160608.895000', '160609.355000', '160609.815000', '160610.275000', '160610.735000', '160611.195000', '160611.655000', '160612.115000', '160612.575000', '160613.035000', '160613.495000', '160613.955000', '160614.415000', '160614.875000', '160615.335000', '160615.795000', '160616.255000', '160616.715000', '160617.175000', '160617.635000', '160618.095000', '160618.555000', '160619.015000', '160619.475000', '160619.935000', '160620.395000', '160620.855000', '160621.315000', '160621.775000', '160622.235000', '160622.695000', '160623.155000', '160623.615000', '160624.075000', '160624.535000', '160624.995000', '160625.455000', '160625.915000', '160626.375000', '160626.835000', '160627.295000', '160627.755000', '160628.215000', '160628.675000', '160629.135000', '160629.595000', '160630.055000', '160630.515000', '160630.975000', '160631.435000', '160631.895000', '160632.355000', '160632.815000', '160633.275000', '160633.735000', '160634.195000', '160634.655000', '160635.115000', '160635.575000', '160636.035000', '160636.495000', '160636.955000', '160637.415000', '160637.875000', '160638.335000', '160638.795000', '160639.255000', '160639.715000', '160640.175000', '160640.635000', '160641.095000', '160641.555000', '160642.015000', '160642.475000', '160642.935000', '160643.395000', '160643.855000', '160644.315000', '160644.775000', '160645.235000', '160645.695000', '160646.155000', '160646.615000', '160647.075000', '160647.535000', '160647.995000', '160648.455000', '160648.915000', '160649.375000', '160649.835000', '160650.295000', '160650.755000', '160651.215000', '160651.675000', '160652.135000', '160652.595000', '160653.055000', '160653.515000', '160653.975000', '160654.435000', '160654.895000', '160655.355000', '160655.815000', '160656.275000', '160656.735000', '160657.195000', '160657.655000', '160658.115000', '160658.575000', '160659.035000', '160659.495000', '160659.955000', '160700.415000', '160700.875000', '160701.335000', '160701.795000', '160702.255000', '160702.715000', '160703.175000', '160703.635000', '160704.095000', '160704.555000', '160705.015000', '160705.475000', '160705.935000', '160706.395000', '160706.855000', '160707.315000', '160707.775000', '160708.235000', '160708.695000', '160709.155000', '160709.615000', '160710.075000', '160710.535000', '160710.995000', '160711.455000', '160711.915000', '160712.375000', '160712.835000', '160713.295000', '160713.755000', '160714.215000', '160714.675000', '160715.135000', '160715.595000', '160716.055000', '160716.515000', '160716.975000', '160717.435000', '160717.895000', '160718.355000', '160718.815000', '160719.275000', '160719.735000', '160720.195000', '160720.655000', '160721.115000', '160721.575000', '160722.035000', '160722.495000', '160722.955000', '160723.415000', '160723.875000', '160724.335000', '160724.795000', '160725.255000', '160725.715000', '160726.175000', '160726.635000', '160727.095000', '160727.555000', '160728.015000', '160728.475000', '160728.935000', '160729.395000', '160729.855000', '160730.315000', '160730.775000', '160731.235000', '160731.695000', '160732.155000', '160732.615000', '160733.075000', '160733.535000', '160733.995000', '160734.455000', '160734.915000', '160735.375000', '160735.835000', '160736.295000', '160736.755000', '160737.215000', '160737.675000', '160738.135000', '160738.595000', '160739.055000', '160739.515000', '160739.975000', '160740.435000', '160740.895000', '160741.355000', '160741.815000', '160742.275000', '160742.735000', '160743.195000', '160743.655000', '160744.115000', '160744.575000', '160745.035000', '160745.495000', '160745.955000', '160746.415000', '160746.875000', '160747.335000', '160747.795000', '160748.255000', '160748.715000', '160749.175000', '160749.635000', '160750.095000', '160750.555000', '160751.015000', '160751.475000', '160751.935000', '160752.395000', '160752.855000', '160753.315000', '160753.775000', '160754.235000', '160754.695000', '160755.155000', '160755.615000', '160756.075000', '160756.535000', '160756.995000', '160757.455000', '160757.915000', '160758.375000', '160758.835000', '160759.295000', '160759.755000', '160800.215000', '160800.675000', '160801.135000', '160801.595000', '160802.055000', '160802.515000', '160802.975000', '160803.435000', '160803.895000', '160804.355000', '160804.815000', '160805.275000', '160805.735000', '160806.195000', '160806.655000', '160807.115000', '160807.575000', '160808.035000', '160808.495000', '160808.955000', '160809.415000', '160809.875000', '160810.335000', '160810.795000', '160811.255000', '160811.715000', '160812.175000', '160812.635000', '160813.095000', '160813.555000', '160814.015000', '160814.475000', '160814.935000', '160815.395000', '160815.855000', '160816.315000', '160816.775000', '160817.235000', '160817.695000', '160818.155000', '160818.615000', '160819.075000', '160819.535000', '160819.995000', '160820.455000', '160820.915000', '160821.375000', '160821.835000', '160822.295000', '160822.755000', '160823.215000', '160823.675000', '160824.135000', '160824.595000', '160825.055000', '160825.515000', '160825.975000', '160826.435000', '160826.895000', '160827.355000', '160827.815000', '160828.275000', '160828.735000', '160829.195000', '160829.655000', '160830.115000', '160830.575000', '160831.035000', '160831.495000', '160831.955000', '160832.415000', '160832.875000', '160833.335000', '160833.795000', '160834.255000', '160834.715000', '160835.175000', '160835.635000', '160836.095000', '160836.555000', '160837.015000', '160837.475000', '160837.935000', '160838.395000', '160838.855000', '160839.315000', '160839.775000', '160840.235000', '160840.695000', '160841.155000', '160841.615000', '160842.075000', '160842.535000', '160842.995000', '160843.455000', '160843.915000', '160844.375000', '160844.835000', '160845.295000', '160845.755000', '160846.215000', '160846.675000', '160847.135000', '160847.595000', '160848.055000', '160848.515000', '160848.975000', '160849.435000', '160849.895000', '160850.355000', '160850.815000', '160851.275000', '160851.735000', '160852.195000', '160852.655000', '160853.115000', '160853.575000', '160854.035000', '160854.495000', '160854.955000', '160855.415000', '160855.875000', '160856.335000', '160856.795000', '160857.255000', '160857.715000', '160858.175000', '160858.635000', '160859.095000', '160859.555000', '160900.015000', '160900.475000', '160900.935000', '160901.395000', '160901.855000', '160902.315000', '160902.775000', '160903.235000', '160903.695000', '160904.155000', '160904.615000', '160905.075000', '160905.535000', '160905.995000', '160906.455000', '160906.915000', '160907.375000', '160907.835000', '160908.295000', '160908.755000', '160909.215000', '160909.675000', '160910.135000', '160910.595000', '160911.055000', '160911.515000', '160911.975000', '160912.435000', '160912.895000', '160913.355000', '160913.815000', '160914.275000', '160914.735000', '160915.195000', '160915.655000', '160916.115000', '160916.575000', '160917.035000', '160917.495000', '160917.955000', '160918.415000', '160918.875000', '160919.335000', '160919.795000', '160920.255000', '160920.715000', '160921.175000', '160921.635000', '160922.095000', '160922.555000', '160923.015000', '160923.475000', '160923.935000', '160924.395000', '160924.855000', '160925.315000', '160925.775000', '160926.235000', '160926.695000', '160927.155000', '160927.615000', '160928.075000', '160928.535000', '160928.995000', '160929.455000', '160929.915000', '160930.375000', '160930.835000', '160931.295000', '160931.755000', '160932.215000', '160932.675000', '160933.135000', '160933.595000', '160934.055000', '160934.515000', '160934.975000', '160935.435000', '160935.895000', '160936.355000', '160936.815000', '160937.275000', '160937.735000', '160938.195000', '160938.655000', '160939.115000', '160939.575000', '160940.035000', '160940.495000'], 'ContentTime': ['155745.422000', '155745.426000', '155745.429000', '155745.431000', '155745.434000', '155745.437000', '155745.440000', '155745.443000', '155745.445000', '155745.448000', '155745.451000', '155745.453000', '155745.456000', '155745.459000', '155745.462000', '155745.465000', '155745.468000', '155745.470000', '155745.473000', '155745.476000', '155745.479000', '155745.482000', '155745.484000', '155745.490000', '155745.492000', '155745.495000', '155745.498000', '155745.501000', '155745.504000', '155745.506000', '155745.509000', '155745.512000', '155745.515000', '155745.518000', '155745.520000', '155745.523000', '155745.526000', '155745.529000', '155745.531000', '155745.534000', '155745.537000', '155745.540000', '155745.543000', '155745.545000', '155745.548000', '155745.551000', '155745.554000', '155745.557000', '155745.559000', '155745.562000', '155745.565000', '155745.568000', '155745.570000', '155745.573000', '155745.576000', '155745.579000', '155745.582000', '155745.584000', '155805.381000', '155805.384000', '155805.387000', '155805.389000', '155805.392000', '155805.395000', '155805.398000', '155805.401000', '155805.403000', '155805.406000', '155805.409000', '155805.412000', '155805.414000', '155805.417000', '155805.420000', '155805.423000', '155805.426000', '155805.428000', '155805.431000', '155805.434000', '155805.437000', '155805.440000', '155805.442000', '155805.445000', '155805.448000', '155805.451000', '155805.454000', '155805.456000', '155805.459000', '155805.462000', '155805.465000', '155805.468000', '155805.470000', '155805.473000', '155805.476000', '155805.479000', '155805.482000', '155805.485000', '155805.487000', '155805.490000', '155805.493000', '155805.496000', '155805.498000', '155825.381000', '155825.384000', '155825.386000', '155825.389000', '155825.392000', '155825.395000', '155825.398000', '155825.401000', '155825.403000', '155825.406000', '155825.409000', '155825.412000', '155825.415000', '155825.417000', '155825.420000', '155825.423000', '155825.426000', '155825.429000', '155825.432000', '155825.434000', '155825.437000', '155825.440000', '155825.443000', '155825.446000', '155825.448000', '155825.451000', '155825.454000', '155825.457000', '155825.460000', '155825.462000', '155825.465000', '155825.468000', '155825.471000', '155825.474000', '155825.477000', '155825.479000', '155825.482000', '155825.485000', '155825.488000', '155825.490000', '155825.493000', '155825.496000', '155825.499000', '155825.502000', '155845.381000', '155845.384000', '155845.387000', '155845.389000', '155845.392000', '155845.395000', '155845.398000', '155845.401000', '155845.403000', '155845.406000', '155845.409000', '155845.412000', '155845.415000', '155845.418000', '155845.420000', '155845.423000', '155845.426000', '155845.429000', '155845.432000', '155845.434000', '155845.437000', '155845.440000', '155845.447000', '155845.449000', '155845.452000', '155845.455000', '155845.458000', '155845.461000', '155845.465000', '155845.468000', '155845.470000', '155845.473000', '155845.476000', '155845.479000', '155845.481000', '155845.484000', '155845.487000', '155845.490000', '155845.493000', '155845.495000', '155845.498000', '155845.501000', '155845.504000', '155905.381000', '155905.384000', '155905.387000', '155905.389000', '155905.392000', '155905.395000', '155905.398000', '155905.400000', '155905.403000', '155905.406000', '155905.409000', '155905.412000', '155905.415000', '155905.417000', '155905.420000', '155905.423000', '155905.426000', '155905.429000', '155905.432000', '155905.434000', '155905.437000', '155905.440000', '155905.443000', '155905.446000', '155905.449000', '155905.451000', '155905.454000', '155905.457000', '155905.460000', '155905.466000', '155905.468000', '155905.471000', '155905.474000', '155905.477000', '155905.480000', '155905.482000', '155905.485000', '155905.488000', '155905.504000', '155905.507000', '155905.510000', '155905.512000', '155905.515000', '155905.518000', '155925.382000', '155925.385000', '155925.388000', '155925.390000', '155925.393000', '155925.396000', '155925.399000', '155925.402000', '155925.404000', '155925.407000', '155925.410000', '155925.413000', '155925.416000', '155925.419000', '155925.421000', '155925.424000', '155925.427000', '155925.430000', '155925.433000', '155925.435000', '155925.438000', '155925.441000', '155925.444000', '155925.447000', '155925.449000', '155925.452000', '155925.455000', '155925.458000', '155925.461000', '155925.463000', '155925.466000', '155925.469000', '155925.472000', '155925.475000', '155925.478000', '155925.480000', '155925.483000', '155925.486000', '155925.489000', '155925.492000', '155925.494000', '155925.497000', '155925.500000', '155945.381000', '155945.384000', '155945.387000', '155945.389000', '155945.392000', '155945.395000', '155945.398000', '155945.401000', '155945.403000', '155945.406000', '155945.409000', '155945.412000', '155945.415000', '155945.418000', '155945.420000', '155945.423000', '155945.426000', '155945.429000', '155945.432000', '155945.434000', '155945.437000', '155945.440000', '155945.443000', '155945.446000', '155945.448000', '155945.451000', '155945.454000', '155945.457000', '155945.460000', '155945.462000', '155945.465000', '155945.468000', '155945.471000', '155945.474000', '155945.476000', '155945.479000', '155945.482000', '155945.485000', '155945.488000', '155945.490000', '155945.493000', '155945.496000', '155945.499000', '155945.502000', '160005.381000', '160005.384000', '160005.387000', '160005.389000', '160005.392000', '160005.395000', '160005.398000', '160005.401000', '160005.403000', '160005.406000', '160005.409000', '160005.412000', '160005.415000', '160005.417000', '160005.420000', '160005.423000', '160005.426000', '160005.429000', '160005.431000', '160005.434000', '160005.437000', '160005.442000', '160005.445000', '160005.448000', '160005.457000', '160005.460000', '160005.463000', '160005.466000', '160005.468000', '160005.471000', '160005.474000', '160005.477000', '160005.480000', '160005.482000', '160005.485000', '160005.488000', '160005.491000', '160005.494000', '160005.497000', '160005.499000', '160005.503000', '160005.506000', '160005.509000', '160025.381000', '160025.384000', '160025.387000', '160025.389000', '160025.392000', '160025.395000', '160025.398000', '160025.401000', '160025.403000', '160025.406000', '160025.409000', '160025.412000', '160025.415000', '160025.418000', '160025.420000', '160025.423000', '160025.426000', '160025.429000', '160025.432000', '160025.435000', '160025.438000', '160025.441000', '160025.443000', '160025.446000', '160025.449000', '160025.452000', '160025.455000', '160025.457000', '160025.460000', '160025.463000', '160025.466000', '160025.470000', '160025.473000', '160025.475000', '160025.478000', '160025.481000', '160025.484000', '160025.487000', '160025.490000', '160025.492000', '160025.495000', '160025.498000', '160025.501000', '160025.504000', '160045.381000', '160045.384000', '160045.387000', '160045.390000', '160045.392000', '160045.395000', '160045.398000', '160045.401000', '160045.404000', '160045.407000', '160045.409000', '160045.412000', '160045.415000', '160045.418000', '160045.421000', '160045.423000', '160045.426000', '160045.429000', '160045.432000', '160045.444000', '160045.446000', '160045.449000', '160045.452000', '160045.455000', '160045.458000', '160045.461000', '160045.463000', '160045.466000', '160045.469000', '160045.472000', '160045.475000', '160045.477000', '160045.480000', '160045.483000', '160045.486000', '160045.489000', '160045.491000', '160045.494000', '160045.497000', '160045.500000', '160045.503000', '160045.505000', '160045.508000', '160105.381000', '160105.384000', '160105.387000', '160105.390000', '160105.392000', '160105.395000', '160105.398000', '160105.401000', '160105.404000', '160105.406000', '160105.409000', '160105.412000', '160105.415000', '160105.418000', '160105.420000', '160105.423000', '160105.426000', '160105.429000', '160105.432000', '160105.435000', '160105.437000', '160105.440000', '160105.443000', '160105.446000', '160105.449000', '160105.452000', '160105.455000', '160105.458000', '160105.460000', '160105.463000', '160105.466000', '160105.469000', '160105.472000', '160105.475000', '160105.477000', '160105.480000', '160105.483000', '160105.486000', '160105.489000', '160105.491000', '160105.494000', '160105.497000', '160105.500000', '160125.381000', '160125.384000', '160125.387000', '160125.390000', '160125.392000', '160125.395000', '160125.398000', '160125.401000', '160125.404000', '160125.406000', '160125.409000', '160125.412000', '160125.415000', '160125.418000', '160125.420000', '160125.423000', '160125.426000', '160125.429000', '160125.432000', '160125.435000', '160125.437000', '160125.440000', '160125.443000', '160125.446000', '160125.449000', '160125.452000', '160125.454000', '160125.457000', '160125.460000', '160125.463000', '160125.466000', '160125.468000', '160125.471000', '160125.474000', '160125.477000', '160125.480000', '160125.483000', '160125.485000', '160125.488000', '160125.491000', '160125.494000', '160125.497000', '160125.499000', '160125.502000', '160145.382000', '160145.386000', '160145.389000', '160145.392000', '160145.395000', '160145.398000', '160145.401000', '160145.403000', '160145.406000', '160145.409000', '160145.412000', '160145.415000', '160145.418000', '160145.420000', '160145.423000', '160145.426000', '160145.429000', '160145.432000', '160145.434000', '160145.437000', '160145.440000', '160145.443000', '160145.446000', '160145.449000', '160145.451000', '160145.454000', '160145.457000', '160145.460000', '160145.463000', '160145.466000', '160145.468000', '160145.471000', '160145.474000', '160145.477000', '160145.480000', '160145.482000', '160145.485000', '160145.488000', '160145.491000', '160145.494000', '160145.496000', '160145.499000', '160145.502000', '160205.381000', '160205.384000', '160205.387000', '160205.390000', '160205.392000', '160205.395000', '160205.398000', '160205.401000', '160205.403000', '160205.406000', '160205.409000', '160205.412000', '160205.415000', '160205.417000', '160205.420000', '160205.423000', '160205.426000', '160205.429000', '160205.431000', '160205.434000', '160205.437000', '160205.440000', '160205.443000', '160205.446000', '160205.448000', '160205.451000', '160205.454000', '160205.457000', '160205.460000', '160205.463000', '160205.465000', '160205.468000', '160205.471000', '160205.474000', '160205.477000', '160205.480000', '160205.482000', '160205.485000', '160205.488000', '160205.491000', '160205.494000', '160205.496000', '160205.499000', '160205.502000', '160225.392000', '160225.395000', '160225.398000', '160225.401000', '160225.405000', '160225.410000', '160225.413000', '160225.415000', '160225.418000', '160225.421000', '160225.424000', '160225.427000', '160225.429000', '160225.432000', '160225.435000', '160225.438000', '160225.441000', '160225.444000', '160225.446000', '160225.449000', '160225.452000', '160225.455000', '160225.458000', '160225.460000', '160225.463000', '160225.466000', '160225.469000', '160225.472000', '160225.474000', '160225.477000', '160225.480000', '160225.483000', '160225.486000', '160225.489000', '160225.491000', '160225.494000', '160225.497000', '160225.500000', '160225.503000', '160225.505000', '160225.508000', '160225.511000', '160225.514000', '160245.381000', '160245.384000', '160245.387000', '160245.390000', '160245.393000', '160245.395000', '160245.398000', '160245.401000', '160245.404000', '160245.406000', '160245.409000', '160245.412000', '160245.415000', '160245.418000', '160245.421000', '160245.424000', '160245.426000', '160245.429000', '160245.432000', '160245.435000', '160245.438000', '160245.440000', '160245.443000', '160245.446000', '160245.449000', '160245.452000', '160245.454000', '160245.465000', '160245.468000', '160245.471000', '160245.474000', '160245.477000', '160245.479000', '160245.482000', '160245.485000', '160245.488000', '160245.491000', '160245.493000', '160245.496000', '160245.499000', '160245.502000', '160245.505000', '160245.507000', '160245.510000', '160305.381000', '160305.384000', '160305.387000', '160305.389000', '160305.392000', '160305.395000', '160305.398000', '160305.401000', '160305.404000', '160305.407000', '160305.409000', '160305.412000', '160305.416000', '160305.421000', '160305.424000', '160305.427000', '160305.429000', '160305.432000', '160305.437000', '160305.440000', '160305.443000', '160305.446000', '160305.448000', '160305.451000', '160305.454000', '160305.457000', '160305.460000', '160305.463000', '160305.465000', '160305.468000', '160305.471000', '160305.474000', '160305.477000', '160305.479000', '160305.482000', '160305.485000', '160305.488000', '160305.491000', '160305.494000', '160305.496000', '160305.499000', '160305.502000', '160305.505000', '160325.381000', '160325.384000', '160325.387000', '160325.389000', '160325.392000', '160325.395000', '160325.398000', '160325.401000', '160325.404000', '160325.407000', '160325.410000', '160325.412000', '160325.415000', '160325.418000', '160325.421000', '160325.424000', '160325.427000', '160325.429000', '160325.432000', '160325.435000', '160325.438000', '160325.441000', '160325.444000', '160325.446000', '160325.449000', '160325.452000', '160325.455000', '160325.458000', '160325.461000', '160325.463000', '160325.466000', '160325.469000', '160325.472000', '160325.475000', '160325.477000', '160325.480000', '160325.483000', '160325.486000', '160325.489000', '160325.491000', '160325.494000', '160325.497000', '160325.500000', '160325.503000', '160345.381000', '160345.384000', '160345.387000', '160345.390000', '160345.392000', '160345.395000', '160345.398000', '160345.401000', '160345.404000', '160345.407000', '160345.410000', '160345.422000', '160345.425000', '160345.428000', '160345.431000', '160345.434000', '160345.437000', '160345.440000', '160345.443000', '160345.448000', '160345.452000', '160345.455000', '160345.457000', '160345.460000', '160345.463000', '160345.466000', '160345.469000', '160345.472000', '160345.474000', '160345.477000', '160345.480000', '160345.483000', '160345.486000', '160345.488000', '160345.491000', '160345.494000', '160345.497000', '160345.500000', '160345.502000', '160345.505000', '160345.508000', '160345.511000', '160345.514000', '160405.382000', '160405.385000', '160405.388000', '160405.391000', '160405.393000', '160405.396000', '160405.399000', '160405.402000', '160405.405000', '160405.408000', '160405.411000', '160405.413000', '160405.416000', '160405.419000', '160405.422000', '160405.425000', '160405.428000', '160405.430000', '160405.433000', '160405.436000', '160405.439000', '160405.442000', '160405.445000', '160405.448000', '160405.450000', '160405.453000', '160405.456000', '160405.459000', '160405.462000', '160405.464000', '160405.467000', '160405.470000', '160405.473000', '160405.476000', '160405.478000', '160405.481000', '160405.484000', '160405.487000', '160405.490000', '160405.493000', '160405.495000', '160405.498000', '160405.501000', '160405.504000', '160425.381000', '160425.384000', '160425.387000', '160425.390000', '160425.393000', '160425.396000', '160425.398000', '160425.401000', '160425.404000', '160425.407000', '160425.410000', '160425.413000', '160425.416000', '160425.419000', '160425.422000', '160425.425000', '160425.428000', '160425.431000', '160425.434000', '160425.437000', '160425.440000', '160425.442000', '160425.445000', '160425.448000', '160425.451000', '160425.454000', '160425.457000', '160425.459000', '160425.462000', '160425.465000', '160425.469000', '160425.474000', '160425.477000', '160425.480000', '160425.483000', '160425.486000', '160425.488000', '160425.491000', '160425.494000', '160425.497000', '160425.500000', '160425.503000', '160425.505000', '160445.381000', '160445.392000', '160445.395000', '160445.398000', '160445.401000', '160445.404000', '160445.407000', '160445.409000', '160445.412000', '160445.415000', '160445.418000', '160445.421000', '160445.424000', '160445.427000', '160445.429000', '160445.432000', '160445.435000', '160445.438000', '160445.441000', '160445.443000', '160445.446000', '160445.449000', '160445.452000', '160445.455000', '160445.458000', '160445.460000', '160445.463000', '160445.466000', '160445.469000', '160445.472000', '160445.474000', '160445.477000', '160445.480000', '160445.483000', '160445.486000', '160445.488000', '160445.491000', '160445.494000', '160445.497000', '160445.500000', '160445.502000', '160445.505000', '160445.508000', '160445.511000', '160505.381000', '160505.384000', '160505.387000', '160505.390000', '160505.393000', '160505.395000', '160505.398000', '160505.401000', '160505.416000', '160505.419000', '160505.422000', '160505.425000', '160505.428000', '160505.431000', '160505.434000', '160505.436000', '160505.439000', '160505.442000', '160505.445000', '160505.447000', '160505.450000', '160505.453000', '160505.456000', '160505.459000', '160505.462000', '160505.464000', '160505.467000', '160505.470000', '160505.473000', '160505.476000', '160505.479000', '160505.482000', '160505.485000', '160505.488000', '160505.491000', '160505.494000', '160505.497000', '160505.500000', '160505.502000', '160505.505000', '160505.508000', '160505.511000', '160505.513000', '160525.381000', '160525.384000', '160525.387000', '160525.390000', '160525.393000', '160525.396000', '160525.398000', '160525.401000', '160525.404000', '160525.407000', '160525.410000', '160525.413000', '160525.416000', '160525.419000', '160525.421000', '160525.424000', '160525.427000', '160525.430000', '160525.432000', '160525.435000', '160525.438000', '160525.441000', '160525.444000', '160525.447000', '160525.450000', '160525.453000', '160525.456000', '160525.458000', '160525.461000', '160525.464000', '160525.467000', '160525.470000', '160525.472000', '160525.475000', '160525.478000', '160525.481000', '160525.484000', '160525.486000', '160525.489000', '160525.492000', '160525.495000', '160525.498000', '160525.501000', '160525.503000', '160545.381000', '160545.384000', '160545.387000', '160545.390000', '160545.393000', '160545.395000', '160545.398000', '160545.401000', '160545.404000', '160545.407000', '160545.410000', '160545.412000', '160545.415000', '160545.418000', '160545.421000', '160545.424000', '160545.426000', '160545.429000', '160545.432000', '160545.435000', '160545.438000', '160545.441000', '160545.443000', '160545.446000', '160545.449000', '160545.452000', '160545.455000', '160545.458000', '160545.461000', '160545.464000', '160545.467000', '160545.469000', '160545.472000', '160545.475000', '160545.478000', '160545.481000', '160545.483000', '160545.486000', '160545.489000', '160545.492000', '160545.495000', '160545.498000', '160545.500000', '160605.381000', '160605.384000', '160605.387000', '160605.390000', '160605.393000', '160605.396000', '160605.398000', '160605.401000', '160605.404000', '160605.407000', '160605.410000', '160605.412000', '160605.415000', '160605.418000', '160605.421000', '160605.424000', '160605.426000', '160605.429000', '160605.432000', '160605.435000', '160605.438000', '160605.441000', '160605.443000', '160605.446000', '160605.450000', '160605.453000', '160605.456000', '160605.459000', '160605.461000', '160605.464000', '160605.467000', '160605.470000', '160605.473000', '160605.476000', '160605.478000', '160605.481000', '160605.484000', '160605.487000', '160605.490000', '160605.493000', '160605.495000', '160605.498000', '160605.501000', '160605.504000', '160625.382000', '160625.385000', '160625.388000', '160625.391000', '160625.405000', '160625.408000', '160625.411000', '160625.414000', '160625.417000', '160625.420000', '160625.422000', '160625.425000', '160625.428000', '160625.431000', '160625.434000', '160625.437000', '160625.440000', '160625.442000', '160625.445000', '160625.448000', '160625.451000', '160625.455000', '160625.458000', '160625.461000', '160625.464000', '160625.467000', '160625.470000', '160625.473000', '160625.476000', '160625.479000', '160625.481000', '160625.484000', '160625.487000', '160625.490000', '160625.493000', '160625.496000', '160625.499000', '160625.501000', '160625.504000', '160625.507000', '160625.510000', '160625.513000', '160625.516000', '160645.381000', '160645.384000', '160645.387000', '160645.389000', '160645.392000', '160645.395000', '160645.398000', '160645.401000', '160645.404000', '160645.406000', '160645.409000', '160645.412000', '160645.415000', '160645.418000', '160645.420000', '160645.423000', '160645.426000', '160645.429000', '160645.432000', '160645.435000', '160645.437000', '160645.440000', '160645.443000', '160645.446000', '160645.449000', '160645.452000', '160645.454000', '160645.457000', '160645.460000', '160645.463000', '160645.466000', '160645.468000', '160645.471000', '160645.474000', '160645.477000', '160645.480000', '160645.483000', '160645.485000', '160645.488000', '160645.491000', '160645.494000', '160645.497000', '160645.500000', '160645.502000', '160705.381000', '160705.384000', '160705.387000', '160705.390000', '160705.393000', '160705.395000', '160705.398000', '160705.401000', '160705.404000', '160705.406000', '160705.409000', '160705.412000', '160705.415000', '160705.418000', '160705.421000', '160705.423000', '160705.426000', '160705.429000', '160705.432000', '160705.435000', '160705.438000', '160705.440000', '160705.443000', '160705.446000', '160705.449000', '160705.451000', '160705.454000', '160705.457000', '160705.460000', '160705.463000', '160705.465000', '160705.468000', '160705.471000', '160705.474000', '160705.477000', '160705.480000', '160705.482000', '160705.485000', '160705.488000', '160705.491000', '160705.494000', '160705.496000', '160705.499000', '160725.381000', '160725.384000', '160725.387000', '160725.390000', '160725.393000', '160725.395000', '160725.398000', '160725.401000', '160725.404000', '160725.407000', '160725.410000', '160725.412000', '160725.415000', '160725.418000', '160725.421000', '160725.424000', '160725.427000', '160725.430000', '160725.432000', '160725.435000', '160725.438000', '160725.441000', '160725.444000', '160725.446000', '160725.449000', '160725.452000', '160725.455000', '160725.458000', '160725.461000', '160725.463000', '160725.466000', '160725.469000', '160725.472000', '160725.475000', '160725.478000', '160725.480000', '160725.483000', '160725.486000', '160725.489000', '160725.492000', '160725.495000', '160725.498000', '160725.501000', '160725.503000', '160745.381000', '160745.384000', '160745.387000', '160745.390000', '160745.393000', '160745.395000', '160745.398000', '160745.401000', '160745.404000', '160745.407000', '160745.409000', '160745.412000', '160745.415000', '160745.418000', '160745.421000', '160745.424000', '160745.426000', '160745.429000', '160745.432000', '160745.435000', '160745.438000', '160745.440000', '160745.443000', '160745.446000', '160745.449000', '160745.452000', '160745.455000', '160745.457000', '160745.460000', '160745.463000', '160745.466000', '160745.469000', '160745.471000', '160745.474000', '160745.477000', '160745.480000', '160745.483000', '160745.486000', '160745.488000', '160745.492000', '160745.495000', '160745.498000', '160745.501000', '160805.381000', '160805.384000', '160805.387000', '160805.390000', '160805.392000', '160805.395000', '160805.398000', '160805.401000', '160805.404000', '160805.406000', '160805.409000', '160805.412000', '160805.415000', '160805.418000', '160805.421000', '160805.424000', '160805.426000', '160805.429000', '160805.432000', '160805.435000', '160805.438000', '160805.441000', '160805.443000', '160805.446000', '160805.449000', '160805.452000', '160805.455000', '160805.458000', '160805.460000', '160805.463000', '160805.466000', '160805.469000', '160805.472000', '160805.475000', '160805.477000', '160805.480000', '160805.483000', '160805.486000', '160805.489000', '160805.492000', '160805.494000', '160805.497000', '160805.500000', '160805.503000', '160825.382000', '160825.385000', '160825.391000', '160825.394000', '160825.397000', '160825.400000', '160825.403000', '160825.405000', '160825.408000', '160825.411000', '160825.414000', '160825.417000', '160825.419000', '160825.422000', '160825.425000', '160825.428000', '160825.431000', '160825.434000', '160825.437000', '160825.439000', '160825.442000', '160825.445000', '160825.448000', '160825.451000', '160825.453000', '160825.456000', '160825.459000', '160825.462000', '160825.465000', '160825.468000', '160825.470000', '160825.473000', '160825.476000', '160825.479000', '160825.482000', '160825.485000', '160825.487000', '160825.490000', '160825.493000', '160825.496000', '160825.499000', '160825.502000', '160825.504000', '160845.382000', '160845.385000', '160845.388000', '160845.391000', '160845.394000', '160845.396000', '160845.399000', '160845.402000', '160845.405000', '160845.408000', '160845.410000', '160845.413000', '160845.416000', '160845.419000', '160845.422000', '160845.424000', '160845.427000', '160845.430000', '160845.433000', '160845.436000', '160845.438000', '160845.441000', '160845.444000', '160845.447000', '160845.450000', '160845.453000', '160845.455000', '160845.468000', '160845.471000', '160845.474000', '160845.477000', '160845.480000', '160845.483000', '160845.485000', '160845.488000', '160845.491000', '160845.494000', '160845.496000', '160845.499000', '160845.502000', '160845.505000', '160845.508000', '160845.511000', '160845.513000', '160905.381000', '160905.384000', '160905.387000', '160905.390000', '160905.392000', '160905.395000', '160905.398000', '160905.401000', '160905.404000', '160905.407000', '160905.409000', '160905.412000', '160905.415000', '160905.418000', '160905.421000', '160905.424000', '160905.426000', '160905.429000', '160905.432000', '160905.435000', '160905.438000', '160905.441000', '160905.443000', '160905.446000', '160905.449000', '160905.452000', '160905.455000', '160905.457000', '160905.460000', '160905.463000', '160905.466000', '160905.469000', '160905.471000', '160905.474000', '160905.477000', '160905.480000', '160905.483000', '160905.485000', '160905.488000', '160905.491000', '160905.494000', '160905.497000', '160905.500000', '160925.381000', '160925.384000', '160925.387000', '160925.390000', '160925.392000', '160925.395000', '160925.398000', '160925.401000', '160925.404000', '160925.407000', '160925.410000', '160925.413000', '160925.415000', '160925.418000', '160925.421000', '160925.424000', '160925.427000', '160925.429000', '160925.432000', '160925.435000', '160925.438000', '160925.441000', '160925.443000', '160925.446000', '160925.449000', '160925.452000', '160925.455000', '160925.457000', '160925.460000', '160925.463000', '160925.466000', '160925.469000', '160925.471000', '160925.474000', '160925.477000', '160925.480000', '160925.483000', '160925.485000', '160925.488000', '160925.491000', '160925.494000', '160925.497000', '160925.500000', '160925.503000', '160941.996000', '160942.000000', '160942.003000', '160942.007000', '160942.009000', '160942.012000', '160942.015000', '160942.019000', '160942.023000', '160942.026000', '160942.029000', '160942.032000', '160942.035000', '160942.037000', '160942.040000', '160942.043000', '160942.046000', '160942.049000', '160942.052000', '160942.055000', '160942.058000', '160942.060000', '160942.063000', '160942.066000', '160942.069000', '160942.072000', '160942.082000', '160942.085000', '160942.087000', '160942.090000', '160942.093000', '160942.096000', '160942.099000', '160942.102000', '160942.104000', '160942.107000'], 'InstanceCreationTime': ['155745.422000', '155745.426000', '155745.429000', '155745.431000', '155745.434000', '155745.437000', '155745.440000', '155745.443000', '155745.445000', '155745.448000', '155745.451000', '155745.453000', '155745.456000', '155745.459000', '155745.462000', '155745.465000', '155745.468000', '155745.470000', '155745.473000', '155745.476000', '155745.479000', '155745.482000', '155745.484000', '155745.490000', '155745.492000', '155745.495000', '155745.498000', '155745.501000', '155745.504000', '155745.506000', '155745.509000', '155745.512000', '155745.515000', '155745.518000', '155745.520000', '155745.523000', '155745.526000', '155745.529000', '155745.531000', '155745.534000', '155745.537000', '155745.540000', '155745.543000', '155745.545000', '155745.548000', '155745.551000', '155745.554000', '155745.557000', '155745.559000', '155745.562000', '155745.565000', '155745.568000', '155745.570000', '155745.573000', '155745.576000', '155745.579000', '155745.582000', '155745.584000', '155805.381000', '155805.384000', '155805.387000', '155805.389000', '155805.392000', '155805.395000', '155805.398000', '155805.401000', '155805.403000', '155805.406000', '155805.409000', '155805.412000', '155805.414000', '155805.417000', '155805.420000', '155805.423000', '155805.426000', '155805.428000', '155805.431000', '155805.434000', '155805.437000', '155805.440000', '155805.442000', '155805.445000', '155805.448000', '155805.451000', '155805.454000', '155805.456000', '155805.459000', '155805.462000', '155805.465000', '155805.468000', '155805.470000', '155805.473000', '155805.476000', '155805.479000', '155805.482000', '155805.485000', '155805.487000', '155805.490000', '155805.493000', '155805.496000', '155805.498000', '155825.381000', '155825.384000', '155825.386000', '155825.389000', '155825.392000', '155825.395000', '155825.398000', '155825.401000', '155825.403000', '155825.406000', '155825.409000', '155825.412000', '155825.415000', '155825.417000', '155825.420000', '155825.423000', '155825.426000', '155825.429000', '155825.432000', '155825.434000', '155825.437000', '155825.440000', '155825.443000', '155825.446000', '155825.448000', '155825.451000', '155825.454000', '155825.457000', '155825.460000', '155825.462000', '155825.465000', '155825.468000', '155825.471000', '155825.474000', '155825.477000', '155825.479000', '155825.482000', '155825.485000', '155825.488000', '155825.490000', '155825.493000', '155825.496000', '155825.499000', '155825.502000', '155845.381000', '155845.384000', '155845.387000', '155845.389000', '155845.392000', '155845.395000', '155845.398000', '155845.401000', '155845.403000', '155845.406000', '155845.409000', '155845.412000', '155845.415000', '155845.418000', '155845.420000', '155845.423000', '155845.426000', '155845.429000', '155845.432000', '155845.434000', '155845.437000', '155845.440000', '155845.447000', '155845.449000', '155845.452000', '155845.455000', '155845.458000', '155845.461000', '155845.465000', '155845.468000', '155845.470000', '155845.473000', '155845.476000', '155845.479000', '155845.481000', '155845.484000', '155845.487000', '155845.490000', '155845.493000', '155845.495000', '155845.498000', '155845.501000', '155845.504000', '155905.381000', '155905.384000', '155905.387000', '155905.389000', '155905.392000', '155905.395000', '155905.398000', '155905.400000', '155905.403000', '155905.406000', '155905.409000', '155905.412000', '155905.415000', '155905.417000', '155905.420000', '155905.423000', '155905.426000', '155905.429000', '155905.432000', '155905.434000', '155905.437000', '155905.440000', '155905.443000', '155905.446000', '155905.449000', '155905.451000', '155905.454000', '155905.457000', '155905.460000', '155905.466000', '155905.468000', '155905.471000', '155905.474000', '155905.477000', '155905.480000', '155905.482000', '155905.485000', '155905.488000', '155905.504000', '155905.507000', '155905.510000', '155905.512000', '155905.515000', '155905.518000', '155925.382000', '155925.385000', '155925.388000', '155925.390000', '155925.393000', '155925.396000', '155925.399000', '155925.402000', '155925.404000', '155925.407000', '155925.410000', '155925.413000', '155925.416000', '155925.419000', '155925.421000', '155925.424000', '155925.427000', '155925.430000', '155925.433000', '155925.435000', '155925.438000', '155925.441000', '155925.444000', '155925.447000', '155925.449000', '155925.452000', '155925.455000', '155925.458000', '155925.461000', '155925.463000', '155925.466000', '155925.469000', '155925.472000', '155925.475000', '155925.478000', '155925.480000', '155925.483000', '155925.486000', '155925.489000', '155925.492000', '155925.494000', '155925.497000', '155925.500000', '155945.381000', '155945.384000', '155945.387000', '155945.389000', '155945.392000', '155945.395000', '155945.398000', '155945.401000', '155945.403000', '155945.406000', '155945.409000', '155945.412000', '155945.415000', '155945.418000', '155945.420000', '155945.423000', '155945.426000', '155945.429000', '155945.432000', '155945.434000', '155945.437000', '155945.440000', '155945.443000', '155945.446000', '155945.448000', '155945.451000', '155945.454000', '155945.457000', '155945.460000', '155945.462000', '155945.465000', '155945.468000', '155945.471000', '155945.474000', '155945.476000', '155945.479000', '155945.482000', '155945.485000', '155945.488000', '155945.490000', '155945.493000', '155945.496000', '155945.499000', '155945.502000', '160005.381000', '160005.384000', '160005.387000', '160005.389000', '160005.392000', '160005.395000', '160005.398000', '160005.401000', '160005.403000', '160005.406000', '160005.409000', '160005.412000', '160005.415000', '160005.417000', '160005.420000', '160005.423000', '160005.426000', '160005.429000', '160005.431000', '160005.434000', '160005.437000', '160005.442000', '160005.445000', '160005.448000', '160005.457000', '160005.460000', '160005.463000', '160005.466000', '160005.468000', '160005.471000', '160005.474000', '160005.477000', '160005.480000', '160005.482000', '160005.485000', '160005.488000', '160005.491000', '160005.494000', '160005.497000', '160005.499000', '160005.503000', '160005.506000', '160005.509000', '160025.381000', '160025.384000', '160025.387000', '160025.389000', '160025.392000', '160025.395000', '160025.398000', '160025.401000', '160025.403000', '160025.406000', '160025.409000', '160025.412000', '160025.415000', '160025.418000', '160025.420000', '160025.423000', '160025.426000', '160025.429000', '160025.432000', '160025.435000', '160025.438000', '160025.441000', '160025.443000', '160025.446000', '160025.449000', '160025.452000', '160025.455000', '160025.457000', '160025.460000', '160025.463000', '160025.466000', '160025.470000', '160025.473000', '160025.475000', '160025.478000', '160025.481000', '160025.484000', '160025.487000', '160025.490000', '160025.492000', '160025.495000', '160025.498000', '160025.501000', '160025.504000', '160045.381000', '160045.384000', '160045.387000', '160045.390000', '160045.392000', '160045.395000', '160045.398000', '160045.401000', '160045.404000', '160045.407000', '160045.409000', '160045.412000', '160045.415000', '160045.418000', '160045.421000', '160045.423000', '160045.426000', '160045.429000', '160045.432000', '160045.444000', '160045.446000', '160045.449000', '160045.452000', '160045.455000', '160045.458000', '160045.461000', '160045.463000', '160045.466000', '160045.469000', '160045.472000', '160045.475000', '160045.477000', '160045.480000', '160045.483000', '160045.486000', '160045.489000', '160045.491000', '160045.494000', '160045.497000', '160045.500000', '160045.503000', '160045.505000', '160045.508000', '160105.381000', '160105.384000', '160105.387000', '160105.390000', '160105.392000', '160105.395000', '160105.398000', '160105.401000', '160105.404000', '160105.406000', '160105.409000', '160105.412000', '160105.415000', '160105.418000', '160105.420000', '160105.423000', '160105.426000', '160105.429000', '160105.432000', '160105.435000', '160105.437000', '160105.440000', '160105.443000', '160105.446000', '160105.449000', '160105.452000', '160105.455000', '160105.458000', '160105.460000', '160105.463000', '160105.466000', '160105.469000', '160105.472000', '160105.475000', '160105.477000', '160105.480000', '160105.483000', '160105.486000', '160105.489000', '160105.491000', '160105.494000', '160105.497000', '160105.500000', '160125.381000', '160125.384000', '160125.387000', '160125.390000', '160125.392000', '160125.395000', '160125.398000', '160125.401000', '160125.404000', '160125.406000', '160125.409000', '160125.412000', '160125.415000', '160125.418000', '160125.420000', '160125.423000', '160125.426000', '160125.429000', '160125.432000', '160125.435000', '160125.437000', '160125.440000', '160125.443000', '160125.446000', '160125.449000', '160125.452000', '160125.454000', '160125.457000', '160125.460000', '160125.463000', '160125.466000', '160125.468000', '160125.471000', '160125.474000', '160125.477000', '160125.480000', '160125.483000', '160125.485000', '160125.488000', '160125.491000', '160125.494000', '160125.497000', '160125.499000', '160125.502000', '160145.382000', '160145.386000', '160145.389000', '160145.392000', '160145.395000', '160145.398000', '160145.401000', '160145.403000', '160145.406000', '160145.409000', '160145.412000', '160145.415000', '160145.418000', '160145.420000', '160145.423000', '160145.426000', '160145.429000', '160145.432000', '160145.434000', '160145.437000', '160145.440000', '160145.443000', '160145.446000', '160145.449000', '160145.451000', '160145.454000', '160145.457000', '160145.460000', '160145.463000', '160145.466000', '160145.468000', '160145.471000', '160145.474000', '160145.477000', '160145.480000', '160145.482000', '160145.485000', '160145.488000', '160145.491000', '160145.494000', '160145.496000', '160145.499000', '160145.502000', '160205.381000', '160205.384000', '160205.387000', '160205.390000', '160205.392000', '160205.395000', '160205.398000', '160205.401000', '160205.403000', '160205.406000', '160205.409000', '160205.412000', '160205.415000', '160205.417000', '160205.420000', '160205.423000', '160205.426000', '160205.429000', '160205.431000', '160205.434000', '160205.437000', '160205.440000', '160205.443000', '160205.446000', '160205.448000', '160205.451000', '160205.454000', '160205.457000', '160205.460000', '160205.463000', '160205.465000', '160205.468000', '160205.471000', '160205.474000', '160205.477000', '160205.480000', '160205.482000', '160205.485000', '160205.488000', '160205.491000', '160205.494000', '160205.496000', '160205.499000', '160205.502000', '160225.392000', '160225.395000', '160225.398000', '160225.401000', '160225.405000', '160225.410000', '160225.413000', '160225.415000', '160225.418000', '160225.421000', '160225.424000', '160225.427000', '160225.429000', '160225.432000', '160225.435000', '160225.438000', '160225.441000', '160225.444000', '160225.446000', '160225.449000', '160225.452000', '160225.455000', '160225.458000', '160225.460000', '160225.463000', '160225.466000', '160225.469000', '160225.472000', '160225.474000', '160225.477000', '160225.480000', '160225.483000', '160225.486000', '160225.489000', '160225.491000', '160225.494000', '160225.497000', '160225.500000', '160225.503000', '160225.505000', '160225.508000', '160225.511000', '160225.514000', '160245.381000', '160245.384000', '160245.387000', '160245.390000', '160245.393000', '160245.395000', '160245.398000', '160245.401000', '160245.404000', '160245.406000', '160245.409000', '160245.412000', '160245.415000', '160245.418000', '160245.421000', '160245.424000', '160245.426000', '160245.429000', '160245.432000', '160245.435000', '160245.438000', '160245.440000', '160245.443000', '160245.446000', '160245.449000', '160245.452000', '160245.454000', '160245.465000', '160245.468000', '160245.471000', '160245.474000', '160245.477000', '160245.479000', '160245.482000', '160245.485000', '160245.488000', '160245.491000', '160245.493000', '160245.496000', '160245.499000', '160245.502000', '160245.505000', '160245.507000', '160245.510000', '160305.381000', '160305.384000', '160305.387000', '160305.389000', '160305.392000', '160305.395000', '160305.398000', '160305.401000', '160305.404000', '160305.407000', '160305.409000', '160305.412000', '160305.416000', '160305.421000', '160305.424000', '160305.427000', '160305.429000', '160305.432000', '160305.437000', '160305.440000', '160305.443000', '160305.446000', '160305.448000', '160305.451000', '160305.454000', '160305.457000', '160305.460000', '160305.463000', '160305.465000', '160305.468000', '160305.471000', '160305.474000', '160305.477000', '160305.479000', '160305.482000', '160305.485000', '160305.488000', '160305.491000', '160305.494000', '160305.496000', '160305.499000', '160305.502000', '160305.505000', '160325.381000', '160325.384000', '160325.387000', '160325.389000', '160325.392000', '160325.395000', '160325.398000', '160325.401000', '160325.404000', '160325.407000', '160325.410000', '160325.412000', '160325.415000', '160325.418000', '160325.421000', '160325.424000', '160325.427000', '160325.429000', '160325.432000', '160325.435000', '160325.438000', '160325.441000', '160325.444000', '160325.446000', '160325.449000', '160325.452000', '160325.455000', '160325.458000', '160325.461000', '160325.463000', '160325.466000', '160325.469000', '160325.472000', '160325.475000', '160325.477000', '160325.480000', '160325.483000', '160325.486000', '160325.489000', '160325.491000', '160325.494000', '160325.497000', '160325.500000', '160325.503000', '160345.381000', '160345.384000', '160345.387000', '160345.390000', '160345.392000', '160345.395000', '160345.398000', '160345.401000', '160345.404000', '160345.407000', '160345.410000', '160345.422000', '160345.425000', '160345.428000', '160345.431000', '160345.434000', '160345.437000', '160345.440000', '160345.443000', '160345.448000', '160345.452000', '160345.455000', '160345.457000', '160345.460000', '160345.463000', '160345.466000', '160345.469000', '160345.472000', '160345.474000', '160345.477000', '160345.480000', '160345.483000', '160345.486000', '160345.488000', '160345.491000', '160345.494000', '160345.497000', '160345.500000', '160345.502000', '160345.505000', '160345.508000', '160345.511000', '160345.514000', '160405.382000', '160405.385000', '160405.388000', '160405.391000', '160405.393000', '160405.396000', '160405.399000', '160405.402000', '160405.405000', '160405.408000', '160405.411000', '160405.413000', '160405.416000', '160405.419000', '160405.422000', '160405.425000', '160405.428000', '160405.430000', '160405.433000', '160405.436000', '160405.439000', '160405.442000', '160405.445000', '160405.448000', '160405.450000', '160405.453000', '160405.456000', '160405.459000', '160405.462000', '160405.464000', '160405.467000', '160405.470000', '160405.473000', '160405.476000', '160405.478000', '160405.481000', '160405.484000', '160405.487000', '160405.490000', '160405.493000', '160405.495000', '160405.498000', '160405.501000', '160405.504000', '160425.381000', '160425.384000', '160425.387000', '160425.390000', '160425.393000', '160425.396000', '160425.398000', '160425.401000', '160425.404000', '160425.407000', '160425.410000', '160425.413000', '160425.416000', '160425.419000', '160425.422000', '160425.425000', '160425.428000', '160425.431000', '160425.434000', '160425.437000', '160425.440000', '160425.442000', '160425.445000', '160425.448000', '160425.451000', '160425.454000', '160425.457000', '160425.459000', '160425.462000', '160425.465000', '160425.469000', '160425.474000', '160425.477000', '160425.480000', '160425.483000', '160425.486000', '160425.488000', '160425.491000', '160425.494000', '160425.497000', '160425.500000', '160425.503000', '160425.505000', '160445.381000', '160445.392000', '160445.395000', '160445.398000', '160445.401000', '160445.404000', '160445.407000', '160445.409000', '160445.412000', '160445.415000', '160445.418000', '160445.421000', '160445.424000', '160445.427000', '160445.429000', '160445.432000', '160445.435000', '160445.438000', '160445.441000', '160445.443000', '160445.446000', '160445.449000', '160445.452000', '160445.455000', '160445.458000', '160445.460000', '160445.463000', '160445.466000', '160445.469000', '160445.472000', '160445.474000', '160445.477000', '160445.480000', '160445.483000', '160445.486000', '160445.488000', '160445.491000', '160445.494000', '160445.497000', '160445.500000', '160445.502000', '160445.505000', '160445.508000', '160445.511000', '160505.381000', '160505.384000', '160505.387000', '160505.390000', '160505.393000', '160505.395000', '160505.398000', '160505.401000', '160505.416000', '160505.419000', '160505.422000', '160505.425000', '160505.428000', '160505.431000', '160505.434000', '160505.436000', '160505.439000', '160505.442000', '160505.445000', '160505.447000', '160505.450000', '160505.453000', '160505.456000', '160505.459000', '160505.462000', '160505.464000', '160505.467000', '160505.470000', '160505.473000', '160505.476000', '160505.479000', '160505.482000', '160505.485000', '160505.488000', '160505.491000', '160505.494000', '160505.497000', '160505.500000', '160505.502000', '160505.505000', '160505.508000', '160505.511000', '160505.513000', '160525.381000', '160525.384000', '160525.387000', '160525.390000', '160525.393000', '160525.396000', '160525.398000', '160525.401000', '160525.404000', '160525.407000', '160525.410000', '160525.413000', '160525.416000', '160525.419000', '160525.421000', '160525.424000', '160525.427000', '160525.430000', '160525.432000', '160525.435000', '160525.438000', '160525.441000', '160525.444000', '160525.447000', '160525.450000', '160525.453000', '160525.456000', '160525.458000', '160525.461000', '160525.464000', '160525.467000', '160525.470000', '160525.472000', '160525.475000', '160525.478000', '160525.481000', '160525.484000', '160525.486000', '160525.489000', '160525.492000', '160525.495000', '160525.498000', '160525.501000', '160525.503000', '160545.381000', '160545.384000', '160545.387000', '160545.390000', '160545.393000', '160545.395000', '160545.398000', '160545.401000', '160545.404000', '160545.407000', '160545.410000', '160545.412000', '160545.415000', '160545.418000', '160545.421000', '160545.424000', '160545.426000', '160545.429000', '160545.432000', '160545.435000', '160545.438000', '160545.441000', '160545.443000', '160545.446000', '160545.449000', '160545.452000', '160545.455000', '160545.458000', '160545.461000', '160545.464000', '160545.467000', '160545.469000', '160545.472000', '160545.475000', '160545.478000', '160545.481000', '160545.483000', '160545.486000', '160545.489000', '160545.492000', '160545.495000', '160545.498000', '160545.500000', '160605.381000', '160605.384000', '160605.387000', '160605.390000', '160605.393000', '160605.396000', '160605.398000', '160605.401000', '160605.404000', '160605.407000', '160605.410000', '160605.412000', '160605.415000', '160605.418000', '160605.421000', '160605.424000', '160605.426000', '160605.429000', '160605.432000', '160605.435000', '160605.438000', '160605.441000', '160605.443000', '160605.446000', '160605.450000', '160605.453000', '160605.456000', '160605.459000', '160605.461000', '160605.464000', '160605.467000', '160605.470000', '160605.473000', '160605.476000', '160605.478000', '160605.481000', '160605.484000', '160605.487000', '160605.490000', '160605.493000', '160605.495000', '160605.498000', '160605.501000', '160605.504000', '160625.382000', '160625.385000', '160625.388000', '160625.391000', '160625.405000', '160625.408000', '160625.411000', '160625.414000', '160625.417000', '160625.420000', '160625.422000', '160625.425000', '160625.428000', '160625.431000', '160625.434000', '160625.437000', '160625.440000', '160625.442000', '160625.445000', '160625.448000', '160625.451000', '160625.455000', '160625.458000', '160625.461000', '160625.464000', '160625.467000', '160625.470000', '160625.473000', '160625.476000', '160625.479000', '160625.481000', '160625.484000', '160625.487000', '160625.490000', '160625.493000', '160625.496000', '160625.499000', '160625.501000', '160625.504000', '160625.507000', '160625.510000', '160625.513000', '160625.516000', '160645.381000', '160645.384000', '160645.387000', '160645.389000', '160645.392000', '160645.395000', '160645.398000', '160645.401000', '160645.404000', '160645.406000', '160645.409000', '160645.412000', '160645.415000', '160645.418000', '160645.420000', '160645.423000', '160645.426000', '160645.429000', '160645.432000', '160645.435000', '160645.437000', '160645.440000', '160645.443000', '160645.446000', '160645.449000', '160645.452000', '160645.454000', '160645.457000', '160645.460000', '160645.463000', '160645.466000', '160645.468000', '160645.471000', '160645.474000', '160645.477000', '160645.480000', '160645.483000', '160645.485000', '160645.488000', '160645.491000', '160645.494000', '160645.497000', '160645.500000', '160645.502000', '160705.381000', '160705.384000', '160705.387000', '160705.390000', '160705.393000', '160705.395000', '160705.398000', '160705.401000', '160705.404000', '160705.406000', '160705.409000', '160705.412000', '160705.415000', '160705.418000', '160705.421000', '160705.423000', '160705.426000', '160705.429000', '160705.432000', '160705.435000', '160705.438000', '160705.440000', '160705.443000', '160705.446000', '160705.449000', '160705.451000', '160705.454000', '160705.457000', '160705.460000', '160705.463000', '160705.465000', '160705.468000', '160705.471000', '160705.474000', '160705.477000', '160705.480000', '160705.482000', '160705.485000', '160705.488000', '160705.491000', '160705.494000', '160705.496000', '160705.499000', '160725.381000', '160725.384000', '160725.387000', '160725.390000', '160725.393000', '160725.395000', '160725.398000', '160725.401000', '160725.404000', '160725.407000', '160725.410000', '160725.412000', '160725.415000', '160725.418000', '160725.421000', '160725.424000', '160725.427000', '160725.430000', '160725.432000', '160725.435000', '160725.438000', '160725.441000', '160725.444000', '160725.446000', '160725.449000', '160725.452000', '160725.455000', '160725.458000', '160725.461000', '160725.463000', '160725.466000', '160725.469000', '160725.472000', '160725.475000', '160725.478000', '160725.480000', '160725.483000', '160725.486000', '160725.489000', '160725.492000', '160725.495000', '160725.498000', '160725.501000', '160725.503000', '160745.381000', '160745.384000', '160745.387000', '160745.390000', '160745.393000', '160745.395000', '160745.398000', '160745.401000', '160745.404000', '160745.407000', '160745.409000', '160745.412000', '160745.415000', '160745.418000', '160745.421000', '160745.424000', '160745.426000', '160745.429000', '160745.432000', '160745.435000', '160745.438000', '160745.440000', '160745.443000', '160745.446000', '160745.449000', '160745.452000', '160745.455000', '160745.457000', '160745.460000', '160745.463000', '160745.466000', '160745.469000', '160745.471000', '160745.474000', '160745.477000', '160745.480000', '160745.483000', '160745.486000', '160745.488000', '160745.492000', '160745.495000', '160745.498000', '160745.501000', '160805.381000', '160805.384000', '160805.387000', '160805.390000', '160805.392000', '160805.395000', '160805.398000', '160805.401000', '160805.404000', '160805.406000', '160805.409000', '160805.412000', '160805.415000', '160805.418000', '160805.421000', '160805.424000', '160805.426000', '160805.429000', '160805.432000', '160805.435000', '160805.438000', '160805.441000', '160805.443000', '160805.446000', '160805.449000', '160805.452000', '160805.455000', '160805.458000', '160805.460000', '160805.463000', '160805.466000', '160805.469000', '160805.472000', '160805.475000', '160805.477000', '160805.480000', '160805.483000', '160805.486000', '160805.489000', '160805.492000', '160805.494000', '160805.497000', '160805.500000', '160805.503000', '160825.382000', '160825.385000', '160825.391000', '160825.394000', '160825.397000', '160825.400000', '160825.403000', '160825.405000', '160825.408000', '160825.411000', '160825.414000', '160825.417000', '160825.419000', '160825.422000', '160825.425000', '160825.428000', '160825.431000', '160825.434000', '160825.437000', '160825.439000', '160825.442000', '160825.445000', '160825.448000', '160825.451000', '160825.453000', '160825.456000', '160825.459000', '160825.462000', '160825.465000', '160825.468000', '160825.470000', '160825.473000', '160825.476000', '160825.479000', '160825.482000', '160825.485000', '160825.487000', '160825.490000', '160825.493000', '160825.496000', '160825.499000', '160825.502000', '160825.504000', '160845.382000', '160845.385000', '160845.388000', '160845.391000', '160845.394000', '160845.396000', '160845.399000', '160845.402000', '160845.405000', '160845.408000', '160845.410000', '160845.413000', '160845.416000', '160845.419000', '160845.422000', '160845.424000', '160845.427000', '160845.430000', '160845.433000', '160845.436000', '160845.438000', '160845.441000', '160845.444000', '160845.447000', '160845.450000', '160845.453000', '160845.455000', '160845.468000', '160845.471000', '160845.474000', '160845.477000', '160845.480000', '160845.483000', '160845.485000', '160845.488000', '160845.491000', '160845.494000', '160845.496000', '160845.499000', '160845.502000', '160845.505000', '160845.508000', '160845.511000', '160845.513000', '160905.381000', '160905.384000', '160905.387000', '160905.390000', '160905.392000', '160905.395000', '160905.398000', '160905.401000', '160905.404000', '160905.407000', '160905.409000', '160905.412000', '160905.415000', '160905.418000', '160905.421000', '160905.424000', '160905.426000', '160905.429000', '160905.432000', '160905.435000', '160905.438000', '160905.441000', '160905.443000', '160905.446000', '160905.449000', '160905.452000', '160905.455000', '160905.457000', '160905.460000', '160905.463000', '160905.466000', '160905.469000', '160905.471000', '160905.474000', '160905.477000', '160905.480000', '160905.483000', '160905.485000', '160905.488000', '160905.491000', '160905.494000', '160905.497000', '160905.500000', '160925.381000', '160925.384000', '160925.387000', '160925.390000', '160925.392000', '160925.395000', '160925.398000', '160925.401000', '160925.404000', '160925.407000', '160925.410000', '160925.413000', '160925.415000', '160925.418000', '160925.421000', '160925.424000', '160925.427000', '160925.429000', '160925.432000', '160925.435000', '160925.438000', '160925.441000', '160925.443000', '160925.446000', '160925.449000', '160925.452000', '160925.455000', '160925.457000', '160925.460000', '160925.463000', '160925.466000', '160925.469000', '160925.471000', '160925.474000', '160925.477000', '160925.480000', '160925.483000', '160925.485000', '160925.488000', '160925.491000', '160925.494000', '160925.497000', '160925.500000', '160925.503000', '160941.996000', '160942.000000', '160942.003000', '160942.007000', '160942.009000', '160942.012000', '160942.015000', '160942.019000', '160942.023000', '160942.026000', '160942.029000', '160942.032000', '160942.035000', '160942.037000', '160942.040000', '160942.043000', '160942.046000', '160942.049000', '160942.052000', '160942.055000', '160942.058000', '160942.060000', '160942.063000', '160942.066000', '160942.069000', '160942.072000', '160942.082000', '160942.085000', '160942.087000', '160942.090000', '160942.093000', '160942.096000', '160942.099000', '160942.102000', '160942.104000', '160942.107000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'LargestImagePixelValue': [14079, 9392, 14644, 8587, 14517, 8623, 13756, 13467, 12332, 13686, 11629, 14675, 10551, 14027, 9524, 13410, 9481, 13966, 8994, 13814, 8088, 13575, 9810, 12696, 13130, 10452, 14206, 9829, 14147, 8270, 13824, 8341, 13061, 9795, 12226, 13088, 11231, 10935, 11779, 13489, 11316, 14269, 10682, 13886, 10243, 14189, 9512, 14243, 8417, 14092, 8690, 13508, 10896, 13416, 14031, 11397, 14175, 10806, 13740, 10621, 14208, 10666, 14289, 9712, 13725, 8614, 13823, 8358, 13874, 9834, 12795, 12744, 11205, 14083, 10390, 13898, 9704, 13656, 9448, 13809, 9227, 14102, 8104, 14025, 8718, 13874, 8493, 13213, 8494, 13590, 9545, 13001, 12349, 11728, 10881, 11582, 12627, 11488, 14211, 10732, 14197, 10603, 14255, 10621, 14282, 9915, 13902, 9773, 13699, 8411, 14064, 8385, 13794, 8917, 13346, 8863, 13377, 9661, 12900, 12909, 11410, 14509, 10634, 13763, 10737, 14312, 10433, 14312, 8664, 13737, 8379, 13598, 8482, 14005, 9488, 13372, 12953, 12158, 11515, 12247, 13329, 11560, 14062, 10937, 13373, 10442, 14010, 10347, 14289, 9987, 13621, 8979, 13835, 8407, 13633, 8249, 13596, 8773, 13012, 8718, 13465, 9171, 13146, 12080, 11832, 13648, 10942, 13860, 10177, 14083, 9102, 13608, 7971, 13549, 8518, 13738, 9608, 12570, 13920, 10483, 13281, 10328, 13805, 10078, 13982, 9404, 13636, 9483, 14043, 9014, 14169, 8235, 13727, 8414, 13522, 8096, 13885, 8568, 13640, 12691, 11916, 13448, 10864, 14214, 10453, 13745, 10054, 13595, 9442, 13934, 8075, 13898, 8626, 13595, 8249, 13140, 10347, 12832, 12901, 11254, 13867, 10427, 14007, 10284, 13762, 9788, 13667, 9002, 13587, 8513, 13940, 8535, 14179, 8965, 14407, 9533, 14278, 10887, 10074, 12742, 8735, 13637, 8080, 14434, 9310, 13861, 13016, 13085, 10555, 12933, 11881, 11670, 14092, 10454, 13420, 10320, 14005, 10432, 13784, 9552, 13599, 9194, 13298, 8534, 14101, 7933, 13667, 8659, 13416, 9293, 12827, 12983, 11531, 14115, 10661, 13337, 10051, 13928, 8960, 13765, 8197, 13807, 10409, 12307, 14102, 11672, 14368, 10274, 13514, 8457, 13277, 8049, 13324, 11373, 12527, 14306, 10338, 13263, 9709, 13911, 8058, 13880, 8820, 12857, 12807, 10616, 13876, 10043, 13738, 9289, 13387, 8008, 13156, 8314, 12901, 8401, 13075, 9484, 12040, 11129, 11559, 10526, 12355, 12011, 11768, 14061, 10641, 13298, 9691, 13882, 9420, 13752, 7876, 13530, 8716, 12418, 10969, 11606, 14032, 10090, 13454, 9917, 13056, 9684, 13679, 9791, 13768, 8015, 13406, 8452, 12488, 8991, 12368, 13930, 10360, 13559, 9108, 13190, 8077, 12765, 9752, 12315, 12988, 10430, 13511, 10012, 13054, 9732, 13604, 9628, 13424, 8405, 13382, 7862, 12854, 8712, 12682, 9266, 11744, 13807, 10068, 13056, 9830, 13377, 9097, 13530, 7528, 13671, 8905, 12937, 9067, 12719, 11985, 11815, 13807, 10279, 13524, 9918, 13659, 9083, 13589, 8226, 12755, 12525, 11577, 12925, 11023, 14071, 9960, 13564, 8134, 13574, 7676, 13025, 9015, 12404, 12770, 10672, 13067, 10147, 13359, 8965, 13396, 7941, 13288, 7973, 13115, 8240, 12490, 9607, 11765, 13686, 10187, 12876, 9793, 13445, 8898, 13570, 8258, 13008, 8476, 12463, 9026, 12830, 9842, 12578, 9426, 12893, 9337, 12214, 13976, 10236, 13787, 9037, 13313, 8332, 12853, 12070, 11810, 13916, 10075, 12854, 10310, 13656, 10031, 13679, 9912, 13361, 10363, 13324, 10267, 13692, 9919, 13713, 8489, 13301, 8391, 12937, 8195, 13149, 10136, 12223, 12315, 11206, 11874, 10936, 13885, 10185, 13341, 9758, 13046, 8920, 13357, 7912, 13193, 8355, 13045, 8944, 12678, 8654, 12756, 9064, 12557, 9642, 11767, 9220, 11665, 13330, 10542, 13633, 9899, 12962, 9103, 13393, 8287, 12683, 9463, 12425, 11764, 11607, 11568, 11062, 13414, 10328, 13083, 10295, 12863, 9854, 13330, 9156, 13275, 8040, 13254, 8566, 12797, 9313, 12141, 12909, 10584, 12295, 10847, 12349, 10880, 12336, 10755, 11297, 11352, 8843, 12714, 8634, 12783, 13741, 11506, 14059, 10269, 13378, 9936, 13704, 9157, 13322, 9125, 13239, 8924, 13474, 8630, 13710, 8322, 13154, 8195, 13145, 7988, 13486, 9191, 14671, 10112, 10795, 12195, 8389, 14088, 9912, 13884, 9879, 14138, 8657, 13685, 9865, 12922, 13914, 11979, 13758, 10617, 13763, 9775, 13317, 9214, 13269, 9191, 13562, 8378, 13234, 8994, 12923, 8498, 12286, 9365, 12139, 11519, 11273, 13961, 10074, 13430, 9232, 13373, 8404, 13130, 9513, 12816, 15101, 11388, 14323, 10292, 13424, 9550, 13588, 9192, 13583, 8463, 13193, 7986, 13493, 9128, 12140, 13340, 10407, 12810, 9788, 13423, 9175, 13335, 8327, 12657, 8749, 12384, 9248, 12447, 9409, 12171, 13603, 10319, 13037, 10344, 13172, 10122, 13843, 9616, 13565, 8569, 13389, 7831, 13207, 9363, 12833, 9973, 11815, 13617, 10257, 13188, 10387, 13606, 9187, 13725, 7675, 13091, 8288, 13428, 10097, 12412, 10127, 13171, 9051, 12757, 11049, 11146, 13910, 9789, 13982, 8453, 13342, 10371, 12448, 12376, 12123, 13358, 10689, 13871, 10064, 13582, 9929, 13445, 9644, 13220, 9178, 13741, 8191, 13337, 8993, 12413, 13932, 11568, 13807, 10708, 13509, 9846, 13359, 8662, 12971, 7814, 12664, 8002, 12207, 8787, 11783, 8453, 11168, 11177, 10282, 13498, 9755, 13024, 8077, 12836, 8444, 12181, 9575, 11836, 9317, 11489, 12550, 10273, 13300, 9999, 13433, 9570, 13370, 8944, 13045, 8359, 13394, 8710, 12889, 8879, 12959, 9220, 12564, 8890, 12379, 9547, 12103, 9071, 11777, 8768, 11779, 10149, 11164, 13497, 9938, 12914, 9747, 12987, 9776, 12828, 9542, 12864, 9882, 12238, 9465, 11855, 10081, 11488, 9869, 10986, 10814, 10572, 9415, 10903, 9461, 11230, 10543, 10651, 13149, 10089, 13137, 9833, 13442, 9622, 13230, 9783, 12880, 10737, 12138, 12322, 11830, 12293, 11133, 12898, 10373, 12469, 10310, 13275, 10292, 13375, 9662, 12933, 9889, 13190, 9910, 13490, 9913, 13186, 9390, 12837, 9833, 13025, 8110, 13130, 8475, 12578, 8174, 12689, 9249, 12738, 9852, 12708, 9943, 11785, 11832, 10381, 13413, 10057, 12859, 9012, 12484, 8968, 12330, 9306, 11786, 10330, 11524, 10341, 11537, 8958, 11514, 8516, 11055, 9623, 11191, 9401, 11632, 12369, 11595, 13837, 10300, 13314, 10233, 13139, 9554, 13421, 8942, 13134, 8401, 13355, 8976, 13089, 9478, 12687, 9430, 12523, 8670, 12610, 9416, 13074, 9112, 13191, 9071, 13816, 10063, 13320, 9788, 13448, 8610, 13566, 8739, 13359, 8368, 13220, 8252, 12998, 11405, 12325, 10382, 12072, 11462, 11460, 11882, 11006, 10239, 11056, 9422, 11040, 10983, 10278, 13220, 9895, 12734, 9813, 13146, 9134, 12891, 8145, 12905, 8758, 12498, 8850, 12795, 8642, 12615, 8672, 12875, 9576, 12792, 8378, 12621, 8921, 12943, 8496, 12698, 8845, 12686, 9435, 12516, 10872, 11822, 14069, 11027, 14620, 9804, 13427, 9309, 12954, 8257, 12977, 8908, 12132, 7993, 11775, 9513, 10982, 11091, 10224, 11725, 10190, 12700, 9765, 12805, 9856, 12724, 9828, 12788, 9546, 12858, 8385, 12843, 9068, 12506, 13167, 11615, 14307, 10320, 13167, 10071, 12446, 9557, 12779, 9268, 12306, 9681, 12014, 9202, 11822, 11295, 10179, 13064, 9423, 12320, 8083, 12063, 15188, 10115, 13379, 9200, 12885, 8467, 12627, 8997, 12474, 9032, 12414, 8913, 12386, 7918, 12465, 8815, 12396, 9433, 11563, 13575, 10421, 13418, 9948, 13675, 9610, 12819, 8564, 12775, 8906, 12077, 11856, 11334, 13152, 10198, 11963, 10589, 10312, 10905, 11607, 10524, 13700, 9659, 13219, 9640, 13084, 9113, 13056, 8790, 12703, 9748, 12109, 9903, 11435, 8815, 12242, 8751, 12340, 8973, 13003, 7916, 13017, 8808, 13312, 8751, 12652, 14232, 11278, 14662, 9984, 13133, 9302, 12888, 7764, 12673, 8614, 12200, 9365, 11720, 9172, 11594, 10606, 10568, 10687, 10371, 9836, 10745, 11407, 10462, 13333, 9356, 12543, 9616, 13005, 8927, 12572, 8024, 12370, 8379, 12439, 8487, 11613, 11025, 10411, 13074, 9418, 12129, 8909, 12752, 8608, 12348, 8525, 11961, 8208, 11865, 9155, 11912, 9180, 11798, 9747, 11253, 12636, 10054, 13030, 9779, 13136, 9102, 13033, 8077, 13111, 7994, 12421, 9355, 14049, 9751, 12548, 11178, 9539, 13141, 8629, 13759, 10141, 13909, 9175, 12827, 14756, 11905, 14887, 10470, 13733, 9401, 13268, 8469, 13047, 8114, 12567, 8896, 12422, 9372, 12000, 8426, 11729, 8964, 11541, 10133, 11337, 12446, 10113, 13002, 10186, 13161, 9598, 13359, 8650, 13114, 7918, 12821, 8055, 12637, 7861, 13116, 8709, 12603, 8618, 12569, 8600, 12370, 9673, 11908, 12640, 10538, 13418, 9966, 12775, 9278, 12850, 7990, 12643, 7940, 11487, 10193, 10739, 10402, 10499, 12987, 9561, 12428, 9536, 12320, 9482, 12711, 9112, 12715, 8446, 12517, 7868, 12541, 10757, 11656, 15308, 10094, 12951, 9092, 12761, 8140, 12587, 8627, 11559, 11258, 10473, 13026, 9051, 12401, 9184, 12421, 9604, 12577, 8764, 12223, 9789, 11050, 14041, 10029, 13137, 9369, 12953, 8580, 12240, 8873, 12369, 9814, 11955, 7948, 11756, 8816, 11057, 10928, 10383, 10735, 10267, 12890, 9381, 12493, 8597, 12356, 8433, 12156, 8071, 11653, 10993, 10414, 10945, 10100, 12669, 9661, 12461, 8687, 12405, 8376, 12388, 8677, 12390, 8871, 11826, 8738, 11402, 8267, 11153, 10036, 11126, 11904, 10349, 11769, 10420, 12547, 9894, 12511, 9346, 12288, 9467, 12404, 8948, 12619, 8136, 12592, 7911, 12186, 7905, 11818, 8581, 11294, 10028, 10648, 10110, 10508, 8395, 11149, 9471, 10871, 10892, 10665, 12966, 9883, 12144, 10777, 11713, 10365, 12641, 9650, 12692, 9728, 12729, 9080, 12888, 8480, 12234, 8033, 12320, 7617, 11990, 8160, 12206, 7658, 12317, 7940, 12897, 8440, 12565, 8820, 12461, 8615, 12269, 8867, 12554, 8324, 12125, 7946, 11774, 9803, 10513, 9907, 10710, 11996, 9475, 12205, 9430, 11119, 9586, 10589, 9696, 12042, 9557, 11692, 9601, 12496, 9359, 12638, 8721, 12227, 7530, 12072, 7963, 11309, 12355, 10313, 12387, 9522, 11749, 9068, 12346, 8776, 12265, 8635, 12198, 8429, 12488, 8429, 11562, 12736, 10494, 12638, 9575, 12044, 8882, 12334, 7961, 12084, 8173, 11635, 8235, 10992, 10129, 10512, 11596, 8983, 12186, 9211, 12080, 8884, 11848, 8633, 11525, 7977, 11051, 8085, 10797, 9966, 10346, 11943, 9057, 11678, 9200, 11987, 8873, 11523, 8999, 11210, 7939, 11663, 8853, 11436, 8456, 11324, 8307, 11295, 7795, 11747, 7713, 11695, 9218, 11430, 13178, 10498, 13421, 9865, 12501, 9579, 12493, 9199, 12025, 8337, 12159, 8034, 11878, 8538, 11921, 8609, 11843, 8228, 12507, 9189, 12534, 9057, 12481, 8436, 12024, 7968, 12168, 8493, 11736, 8070, 11606, 10861, 10903, 11694, 10800, 8832, 11321, 9354, 11265, 8953, 12988, 8372, 13705, 9606, 13084, 10014, 8452, 12427, 8018, 13595, 8253, 13536, 8187, 13093, 9549, 12559, 10423, 11664, 13963, 10465, 13458, 9293, 12478, 9437, 12643, 9066, 12279, 8998, 12078, 9226, 12391, 9632, 12787, 9797, 12759, 8766, 12778, 7845, 12264, 13210, 11839, 15138, 10166, 13429, 9742, 12735, 8811, 12510, 8408, 12456, 7639, 12310, 8653, 11767, 10503, 11351, 9111, 11294, 11687, 10591, 13322, 9378, 12914, 9160, 12684, 8709, 12593, 7671, 12209, 8078, 11416, 11399, 10543, 12570, 10335, 13123, 9503, 12552, 8446, 12133, 8268, 12426, 8212, 12326, 7692, 12595, 8195, 12059, 8442, 11842, 8518, 12328, 9047, 12526, 8481, 12583, 8660, 12538, 8313, 12887, 8068, 12634, 7784, 12906, 7817, 12137, 9359, 11872, 9161, 11862, 8793, 11738, 9231, 11271, 8811, 11114, 11048, 9903, 12718, 9500, 12420, 9411, 12601, 8832, 11940, 8508, 11833, 8859, 11278, 10831], 'WindowCenter': [4624.0, 4570.0, 4593.0, 4553.0, 4580.0, 4539.0, 4580.0, 4567.0, 4567.0, 4568.0, 4554.0, 4565.0, 4546.0, 4577.0, 4545.0, 4565.0, 4561.0, 4578.0, 4551.0, 4577.0, 4539.0, 4578.0, 4558.0, 4580.0, 4579.0, 4560.0, 4581.0, 4548.0, 4577.0, 4537.0, 4575.0, 4526.0, 4569.0, 4546.0, 4567.0, 4567.0, 4567.0, 4559.0, 4566.0, 4577.0, 4570.0, 4589.0, 4558.0, 4578.0, 4560.0, 4580.0, 4548.0, 4578.0, 4541.0, 4578.0, 4536.0, 4567.0, 4559.0, 4567.0, 4565.0, 4555.0, 4566.0, 4545.0, 4563.0, 4544.0, 4565.0, 4545.0, 4575.0, 4535.0, 4565.0, 4524.0, 4562.0, 4522.0, 4562.0, 4533.0, 4554.0, 4552.0, 4542.0, 4562.0, 4533.0, 4552.0, 4534.0, 4562.0, 4535.0, 4563.0, 4533.0, 4563.0, 4515.0, 4564.0, 4524.0, 4563.0, 4524.0, 4554.0, 4523.0, 4552.0, 4521.0, 4553.0, 4554.0, 4553.0, 4543.0, 4552.0, 4553.0, 4555.0, 4565.0, 4557.0, 4567.0, 4545.0, 4563.0, 4546.0, 4565.0, 4544.0, 4565.0, 4546.0, 4564.0, 4524.0, 4564.0, 4526.0, 4564.0, 4534.0, 4565.0, 4532.0, 4565.0, 4535.0, 4566.0, 4556.0, 4557.0, 4566.0, 4546.0, 4566.0, 4558.0, 4566.0, 4545.0, 4565.0, 4525.0, 4565.0, 4525.0, 4566.0, 4524.0, 4566.0, 4536.0, 4565.0, 4556.0, 4555.0, 4555.0, 4556.0, 4564.0, 4554.0, 4566.0, 4557.0, 4566.0, 4546.0, 4566.0, 4545.0, 4565.0, 4546.0, 4564.0, 4523.0, 4565.0, 4526.0, 4564.0, 4527.0, 4567.0, 4535.0, 4567.0, 4536.0, 4576.0, 4536.0, 4567.0, 4567.0, 4569.0, 4568.0, 4546.0, 4567.0, 4545.0, 4566.0, 4536.0, 4564.0, 4524.0, 4565.0, 4535.0, 4566.0, 4535.0, 4565.0, 4566.0, 4547.0, 4566.0, 4545.0, 4566.0, 4544.0, 4577.0, 4536.0, 4578.0, 4549.0, 4578.0, 4537.0, 4576.0, 4537.0, 4577.0, 4538.0, 4580.0, 4528.0, 4578.0, 4537.0, 4580.0, 4580.0, 4568.0, 4567.0, 4557.0, 4567.0, 4556.0, 4579.0, 4548.0, 4567.0, 4546.0, 4566.0, 4526.0, 4565.0, 4535.0, 4564.0, 4526.0, 4565.0, 4545.0, 4564.0, 4567.0, 4556.0, 4564.0, 4546.0, 4564.0, 4548.0, 4568.0, 4547.0, 4577.0, 4537.0, 4568.0, 4539.0, 4578.0, 4537.0, 4592.0, 4549.0, 4588.0, 4560.0, 4591.0, 4584.0, 4575.0, 4581.0, 4539.0, 4576.0, 4528.0, 4566.0, 4535.0, 4565.0, 4556.0, 4565.0, 4543.0, 4555.0, 4553.0, 4554.0, 4563.0, 4544.0, 4564.0, 4544.0, 4564.0, 4546.0, 4577.0, 4550.0, 4577.0, 4548.0, 4577.0, 4538.0, 4578.0, 4527.0, 4580.0, 4540.0, 4578.0, 4536.0, 4566.0, 4567.0, 4556.0, 4565.0, 4546.0, 4566.0, 4547.0, 4564.0, 4537.0, 4565.0, 4536.0, 4576.0, 4546.0, 4556.0, 4577.0, 4555.0, 4566.0, 4546.0, 4565.0, 4525.0, 4554.0, 4514.0, 4563.0, 4542.0, 4554.0, 4564.0, 4543.0, 4552.0, 4534.0, 4553.0, 4513.0, 4554.0, 4525.0, 4553.0, 4553.0, 4542.0, 4553.0, 4531.0, 4553.0, 4534.0, 4553.0, 4513.0, 4563.0, 4523.0, 4553.0, 4524.0, 4565.0, 4545.0, 4556.0, 4557.0, 4557.0, 4546.0, 4555.0, 4555.0, 4555.0, 4565.0, 4544.0, 4563.0, 4534.0, 4552.0, 4523.0, 4552.0, 4511.0, 4551.0, 4510.0, 4539.0, 4530.0, 4541.0, 4562.0, 4543.0, 4552.0, 4533.0, 4551.0, 4534.0, 4562.0, 4543.0, 4563.0, 4524.0, 4564.0, 4524.0, 4554.0, 4525.0, 4554.0, 4565.0, 4542.0, 4554.0, 4535.0, 4553.0, 4512.0, 4552.0, 4531.0, 4553.0, 4553.0, 4543.0, 4552.0, 4535.0, 4577.0, 4558.0, 4564.0, 4546.0, 4562.0, 4526.0, 4565.0, 4525.0, 4565.0, 4535.0, 4566.0, 4546.0, 4568.0, 4578.0, 4546.0, 4566.0, 4547.0, 4574.0, 4547.0, 4577.0, 4527.0, 4576.0, 4536.0, 4567.0, 4535.0, 4565.0, 4555.0, 4556.0, 4565.0, 4545.0, 4564.0, 4544.0, 4565.0, 4534.0, 4564.0, 4524.0, 4564.0, 4554.0, 4555.0, 4553.0, 4543.0, 4564.0, 4534.0, 4563.0, 4513.0, 4563.0, 4514.0, 4563.0, 4532.0, 4552.0, 4553.0, 4545.0, 4563.0, 4545.0, 4565.0, 4536.0, 4566.0, 4526.0, 4566.0, 4527.0, 4575.0, 4537.0, 4567.0, 4547.0, 4569.0, 4577.0, 4556.0, 4567.0, 4548.0, 4563.0, 4536.0, 4575.0, 4537.0, 4565.0, 4537.0, 4567.0, 4537.0, 4568.0, 4547.0, 4567.0, 4548.0, 4578.0, 4547.0, 4567.0, 4578.0, 4557.0, 4578.0, 4537.0, 4567.0, 4525.0, 4565.0, 4556.0, 4566.0, 4577.0, 4547.0, 4566.0, 4546.0, 4574.0, 4545.0, 4575.0, 4546.0, 4566.0, 4559.0, 4566.0, 4557.0, 4566.0, 4546.0, 4565.0, 4536.0, 4565.0, 4524.0, 4553.0, 4522.0, 4562.0, 4544.0, 4554.0, 4553.0, 4554.0, 4553.0, 4545.0, 4564.0, 4544.0, 4565.0, 4535.0, 4564.0, 4534.0, 4562.0, 4524.0, 4563.0, 4524.0, 4564.0, 4535.0, 4564.0, 4534.0, 4564.0, 4536.0, 4567.0, 4546.0, 4568.0, 4535.0, 4556.0, 4566.0, 4557.0, 4576.0, 4546.0, 4566.0, 4536.0, 4565.0, 4525.0, 4564.0, 4534.0, 4565.0, 4554.0, 4555.0, 4553.0, 4555.0, 4565.0, 4545.0, 4565.0, 4545.0, 4565.0, 4546.0, 4566.0, 4547.0, 4566.0, 4526.0, 4566.0, 4534.0, 4565.0, 4545.0, 4567.0, 4579.0, 4558.0, 4566.0, 4555.0, 4564.0, 4554.0, 4566.0, 4558.0, 4557.0, 4557.0, 4536.0, 4566.0, 4536.0, 4565.0, 4577.0, 4556.0, 4566.0, 4545.0, 4563.0, 4533.0, 4562.0, 4534.0, 4554.0, 4534.0, 4551.0, 4521.0, 4551.0, 4523.0, 4562.0, 4524.0, 4564.0, 4539.0, 4565.0, 4536.0, 4565.0, 4549.0, 4589.0, 4557.0, 4556.0, 4566.0, 4538.0, 4578.0, 4558.0, 4578.0, 4548.0, 4565.0, 4536.0, 4564.0, 4545.0, 4563.0, 4563.0, 4554.0, 4562.0, 4543.0, 4564.0, 4547.0, 4564.0, 4533.0, 4564.0, 4534.0, 4563.0, 4536.0, 4564.0, 4548.0, 4566.0, 4537.0, 4567.0, 4536.0, 4567.0, 4555.0, 4556.0, 4577.0, 4547.0, 4566.0, 4538.0, 4566.0, 4526.0, 4564.0, 4532.0, 4566.0, 4576.0, 4556.0, 4566.0, 4545.0, 4564.0, 4534.0, 4564.0, 4535.0, 4564.0, 4524.0, 4564.0, 4523.0, 4564.0, 4534.0, 4556.0, 4565.0, 4546.0, 4564.0, 4546.0, 4564.0, 4546.0, 4565.0, 4535.0, 4566.0, 4536.0, 4578.0, 4546.0, 4565.0, 4544.0, 4564.0, 4578.0, 4558.0, 4566.0, 4557.0, 4566.0, 4546.0, 4563.0, 4535.0, 4564.0, 4535.0, 4565.0, 4526.0, 4564.0, 4535.0, 4564.0, 4545.0, 4565.0, 4565.0, 4556.0, 4564.0, 4545.0, 4565.0, 4536.0, 4577.0, 4527.0, 4566.0, 4539.0, 4578.0, 4545.0, 4552.0, 4543.0, 4551.0, 4523.0, 4563.0, 4543.0, 4552.0, 4564.0, 4543.0, 4563.0, 4525.0, 4564.0, 4542.0, 4551.0, 4539.0, 4539.0, 4539.0, 4529.0, 4549.0, 4520.0, 4549.0, 4531.0, 4550.0, 4518.0, 4537.0, 4507.0, 4536.0, 4496.0, 4536.0, 4494.0, 4526.0, 4535.0, 4526.0, 4534.0, 4514.0, 4523.0, 4504.0, 4534.0, 4505.0, 4536.0, 4495.0, 4535.0, 4495.0, 4536.0, 4508.0, 4540.0, 4510.0, 4542.0, 4541.0, 4541.0, 4550.0, 4530.0, 4551.0, 4513.0, 4552.0, 4523.0, 4552.0, 4531.0, 4553.0, 4532.0, 4553.0, 4553.0, 4543.0, 4552.0, 4534.0, 4553.0, 4531.0, 4550.0, 4531.0, 4552.0, 4523.0, 4562.0, 4520.0, 4551.0, 4523.0, 4552.0, 4534.0, 4551.0, 4533.0, 4554.0, 4543.0, 4553.0, 4534.0, 4563.0, 4534.0, 4565.0, 4543.0, 4556.0, 4565.0, 4558.0, 4565.0, 4547.0, 4566.0, 4546.0, 4566.0, 4547.0, 4565.0, 4558.0, 4566.0, 4545.0, 4567.0, 4557.0, 4567.0, 4546.0, 4569.0, 4569.0, 4559.0, 4547.0, 4568.0, 4546.0, 4568.0, 4559.0, 4570.0, 4578.0, 4560.0, 4579.0, 4558.0, 4578.0, 4548.0, 4578.0, 4559.0, 4579.0, 4557.0, 4568.0, 4565.0, 4567.0, 4567.0, 4568.0, 4577.0, 4558.0, 4567.0, 4559.0, 4578.0, 4557.0, 4578.0, 4560.0, 4578.0, 4560.0, 4579.0, 4558.0, 4577.0, 4560.0, 4580.0, 4549.0, 4569.0, 4557.0, 4567.0, 4528.0, 4592.0, 4537.0, 4578.0, 4537.0, 4566.0, 4547.0, 4567.0, 4547.0, 4579.0, 4558.0, 4567.0, 4567.0, 4556.0, 4577.0, 4557.0, 4576.0, 4546.0, 4568.0, 4546.0, 4566.0, 4547.0, 4569.0, 4559.0, 4568.0, 4558.0, 4567.0, 4549.0, 4569.0, 4550.0, 4580.0, 4560.0, 4582.0, 4549.0, 4571.0, 4569.0, 4570.0, 4579.0, 4560.0, 4579.0, 4556.0, 4566.0, 4545.0, 4566.0, 4537.0, 4565.0, 4524.0, 4564.0, 4533.0, 4563.0, 4534.0, 4566.0, 4536.0, 4553.0, 4523.0, 4564.0, 4535.0, 4564.0, 4536.0, 4574.0, 4548.0, 4578.0, 4558.0, 4576.0, 4556.0, 4578.0, 4537.0, 4568.0, 4537.0, 4565.0, 4524.0, 4564.0, 4537.0, 4565.0, 4543.0, 4555.0, 4544.0, 4554.0, 4542.0, 4553.0, 4553.0, 4542.0, 4543.0, 4542.0, 4533.0, 4553.0, 4555.0, 4556.0, 4564.0, 4546.0, 4565.0, 4545.0, 4564.0, 4547.0, 4567.0, 4527.0, 4565.0, 4535.0, 4565.0, 4535.0, 4562.0, 4536.0, 4564.0, 4534.0, 4565.0, 4536.0, 4565.0, 4523.0, 4563.0, 4535.0, 4567.0, 4537.0, 4566.0, 4536.0, 4566.0, 4546.0, 4567.0, 4557.0, 4565.0, 4577.0, 4555.0, 4563.0, 4534.0, 4564.0, 4534.0, 4562.0, 4522.0, 4562.0, 4523.0, 4552.0, 4512.0, 4552.0, 4542.0, 4554.0, 4556.0, 4555.0, 4555.0, 4556.0, 4577.0, 4559.0, 4578.0, 4559.0, 4578.0, 4558.0, 4578.0, 4549.0, 4576.0, 4538.0, 4566.0, 4548.0, 4565.0, 4566.0, 4556.0, 4564.0, 4544.0, 4564.0, 4544.0, 4554.0, 4534.0, 4553.0, 4535.0, 4568.0, 4557.0, 4578.0, 4547.0, 4577.0, 4568.0, 4560.0, 4579.0, 4559.0, 4567.0, 4538.0, 4568.0, 4578.0, 4557.0, 4564.0, 4545.0, 4565.0, 4525.0, 4553.0, 4533.0, 4562.0, 4534.0, 4564.0, 4547.0, 4565.0, 4527.0, 4565.0, 4548.0, 4567.0, 4548.0, 4570.0, 4579.0, 4558.0, 4566.0, 4547.0, 4566.0, 4547.0, 4566.0, 4535.0, 4567.0, 4535.0, 4566.0, 4554.0, 4555.0, 4566.0, 4544.0, 4553.0, 4545.0, 4544.0, 4555.0, 4554.0, 4544.0, 4577.0, 4547.0, 4565.0, 4546.0, 4563.0, 4534.0, 4552.0, 4523.0, 4562.0, 4545.0, 4553.0, 4532.0, 4553.0, 4533.0, 4553.0, 4524.0, 4563.0, 4535.0, 4565.0, 4525.0, 4564.0, 4534.0, 4565.0, 4534.0, 4564.0, 4575.0, 4544.0, 4561.0, 4533.0, 4552.0, 4519.0, 4548.0, 4513.0, 4551.0, 4521.0, 4552.0, 4521.0, 4541.0, 4521.0, 4542.0, 4543.0, 4544.0, 4542.0, 4542.0, 4532.0, 4543.0, 4552.0, 4556.0, 4567.0, 4536.0, 4554.0, 4535.0, 4562.0, 4533.0, 4554.0, 4526.0, 4565.0, 4536.0, 4565.0, 4535.0, 4555.0, 4545.0, 4553.0, 4566.0, 4545.0, 4553.0, 4534.0, 4563.0, 4535.0, 4552.0, 4536.0, 4553.0, 4525.0, 4564.0, 4546.0, 4564.0, 4536.0, 4567.0, 4547.0, 4558.0, 4567.0, 4548.0, 4566.0, 4545.0, 4564.0, 4533.0, 4565.0, 4526.0, 4567.0, 4525.0, 4565.0, 4550.0, 4578.0, 4559.0, 4568.0, 4568.0, 4560.0, 4579.0, 4539.0, 4576.0, 4548.0, 4566.0, 4537.0, 4568.0, 4575.0, 4556.0, 4562.0, 4545.0, 4563.0, 4534.0, 4565.0, 4524.0, 4553.0, 4512.0, 4552.0, 4534.0, 4553.0, 4546.0, 4577.0, 4537.0, 4566.0, 4534.0, 4555.0, 4544.0, 4557.0, 4568.0, 4558.0, 4565.0, 4556.0, 4566.0, 4547.0, 4566.0, 4525.0, 4564.0, 4524.0, 4564.0, 4525.0, 4564.0, 4524.0, 4566.0, 4536.0, 4568.0, 4536.0, 4565.0, 4536.0, 4565.0, 4545.0, 4555.0, 4565.0, 4557.0, 4565.0, 4545.0, 4553.0, 4534.0, 4551.0, 4522.0, 4563.0, 4525.0, 4555.0, 4544.0, 4554.0, 4544.0, 4545.0, 4563.0, 4545.0, 4565.0, 4546.0, 4567.0, 4545.0, 4564.0, 4535.0, 4564.0, 4537.0, 4568.0, 4525.0, 4565.0, 4545.0, 4554.0, 4563.0, 4532.0, 4550.0, 4534.0, 4551.0, 4510.0, 4550.0, 4508.0, 4539.0, 4540.0, 4530.0, 4551.0, 4534.0, 4552.0, 4533.0, 4553.0, 4531.0, 4553.0, 4524.0, 4566.0, 4544.0, 4552.0, 4562.0, 4532.0, 4549.0, 4521.0, 4550.0, 4524.0, 4551.0, 4522.0, 4550.0, 4533.0, 4553.0, 4513.0, 4553.0, 4534.0, 4553.0, 4544.0, 4544.0, 4544.0, 4544.0, 4551.0, 4544.0, 4564.0, 4534.0, 4563.0, 4523.0, 4553.0, 4523.0, 4554.0, 4553.0, 4545.0, 4553.0, 4545.0, 4563.0, 4544.0, 4565.0, 4548.0, 4566.0, 4536.0, 4565.0, 4535.0, 4564.0, 4534.0, 4566.0, 4534.0, 4555.0, 4523.0, 4553.0, 4543.0, 4556.0, 4564.0, 4546.0, 4553.0, 4545.0, 4554.0, 4544.0, 4568.0, 4547.0, 4565.0, 4545.0, 4555.0, 4535.0, 4553.0, 4524.0, 4563.0, 4523.0, 4552.0, 4511.0, 4553.0, 4521.0, 4544.0, 4543.0, 4556.0, 4545.0, 4544.0, 4523.0, 4555.0, 4534.0, 4555.0, 4555.0, 4554.0, 4565.0, 4546.0, 4553.0, 4542.0, 4552.0, 4542.0, 4565.0, 4532.0, 4554.0, 4531.0, 4551.0, 4521.0, 4552.0, 4533.0, 4551.0, 4523.0, 4552.0, 4514.0, 4554.0, 4524.0, 4552.0, 4524.0, 4563.0, 4525.0, 4563.0, 4522.0, 4551.0, 4532.0, 4565.0, 4535.0, 4554.0, 4535.0, 4563.0, 4523.0, 4564.0, 4525.0, 4553.0, 4541.0, 4542.0, 4533.0, 4543.0, 4554.0, 4544.0, 4553.0, 4535.0, 4553.0, 4534.0, 4543.0, 4543.0, 4564.0, 4546.0, 4554.0, 4545.0, 4564.0, 4544.0, 4565.0, 4534.0, 4564.0, 4524.0, 4555.0, 4522.0, 4542.0, 4552.0, 4542.0, 4552.0, 4533.0, 4553.0, 4532.0, 4551.0, 4522.0, 4553.0, 4535.0, 4552.0, 4521.0, 4551.0, 4520.0, 4540.0, 4553.0, 4541.0, 4542.0, 4533.0, 4540.0, 4521.0, 4549.0, 4508.0, 4549.0, 4523.0, 4541.0, 4521.0, 4540.0, 4531.0, 4543.0, 4552.0, 4534.0, 4552.0, 4533.0, 4553.0, 4532.0, 4552.0, 4519.0, 4553.0, 4522.0, 4540.0, 4511.0, 4541.0, 4531.0, 4542.0, 4551.0, 4533.0, 4552.0, 4533.0, 4553.0, 4534.0, 4552.0, 4546.0, 4554.0, 4524.0, 4567.0, 4536.0, 4566.0, 4534.0, 4566.0, 4536.0, 4566.0, 4526.0, 4565.0, 4525.0, 4566.0, 4543.0, 4555.0, 4577.0, 4557.0, 4564.0, 4546.0, 4554.0, 4533.0, 4552.0, 4545.0, 4565.0, 4525.0, 4564.0, 4525.0, 4553.0, 4533.0, 4555.0, 4537.0, 4554.0, 4535.0, 4565.0, 4546.0, 4565.0, 4535.0, 4563.0, 4535.0, 4565.0, 4524.0, 4567.0, 4523.0, 4553.0, 4513.0, 4542.0, 4554.0, 4544.0, 4553.0, 4544.0, 4522.0, 4553.0, 4532.0, 4554.0, 4548.0, 4581.0, 4539.0, 4577.0, 4559.0, 4579.0, 4559.0, 4539.0, 4566.0, 4526.0, 4565.0, 4526.0, 4564.0, 4526.0, 4567.0, 4547.0, 4566.0, 4545.0, 4553.0, 4562.0, 4543.0, 4566.0, 4535.0, 4553.0, 4533.0, 4565.0, 4533.0, 4554.0, 4546.0, 4577.0, 4559.0, 4578.0, 4559.0, 4580.0, 4559.0, 4581.0, 4549.0, 4580.0, 4540.0, 4568.0, 4568.0, 4556.0, 4575.0, 4546.0, 4564.0, 4545.0, 4566.0, 4535.0, 4554.0, 4525.0, 4552.0, 4525.0, 4554.0, 4536.0, 4567.0, 4545.0, 4555.0, 4533.0, 4554.0, 4555.0, 4545.0, 4565.0, 4537.0, 4565.0, 4533.0, 4553.0, 4524.0, 4552.0, 4514.0, 4553.0, 4525.0, 4554.0, 4554.0, 4544.0, 4552.0, 4543.0, 4552.0, 4533.0, 4565.0, 4536.0, 4552.0, 4525.0, 4554.0, 4526.0, 4564.0, 4528.0, 4577.0, 4551.0, 4566.0, 4537.0, 4555.0, 4535.0, 4566.0, 4547.0, 4566.0, 4537.0, 4568.0, 4537.0, 4565.0, 4536.0, 4579.0, 4537.0, 4565.0, 4525.0, 4567.0, 4525.0, 4565.0, 4547.0, 4554.0, 4533.0, 4554.0, 4533.0, 4555.0, 4547.0, 4556.0, 4534.0, 4555.0, 4555.0, 4546.0, 4566.0, 4545.0, 4566.0, 4535.0, 4554.0, 4535.0, 4555.0, 4536.0, 4557.0, 4535.0, 4557.0, 4555.0], 'WindowWidth': [10138.0, 10054.0, 10076.0, 10020.0, 10053.0, 9993.0, 10049.0, 10031.0, 10026.0, 10032.0, 10007.0, 10023.0, 9996.0, 10042.0, 9995.0, 10023.0, 10027.0, 10044.0, 10011.0, 10042.0, 9994.0, 10045.0, 10018.0, 10049.0, 10047.0, 10022.0, 10052.0, 10002.0, 10043.0, 9987.0, 10038.0, 9970.0, 10030.0, 9998.0, 10027.0, 10028.0, 10031.0, 10019.0, 10027.0, 10041.0, 10037.0, 10064.0, 10020.0, 10044.0, 10021.0, 10048.0, 10002.0, 10047.0, 9998.0, 10045.0, 9985.0, 10027.0, 10018.0, 10024.0, 10023.0, 10007.0, 10024.0, 9995.0, 10018.0, 9991.0, 10020.0, 9995.0, 10036.0, 9980.0, 10020.0, 9962.0, 10013.0, 9958.0, 10013.0, 9975.0, 10004.0, 10001.0, 9986.0, 10012.0, 9975.0, 9999.0, 9978.0, 10014.0, 9979.0, 10014.0, 9974.0, 10015.0, 9953.0, 10018.0, 9961.0, 10017.0, 9963.0, 10002.0, 9959.0, 9998.0, 9956.0, 10000.0, 10006.0, 10001.0, 9988.0, 10001.0, 10001.0, 10006.0, 10022.0, 10013.0, 10026.0, 9993.0, 10017.0, 9996.0, 10019.0, 9993.0, 10021.0, 9994.0, 10017.0, 9964.0, 10018.0, 9965.0, 10018.0, 9976.0, 10020.0, 9973.0, 10020.0, 9979.0, 10021.0, 10009.0, 10012.0, 10023.0, 9996.0, 10022.0, 10013.0, 10022.0, 9995.0, 10022.0, 9967.0, 10022.0, 9965.0, 10021.0, 9964.0, 10022.0, 9983.0, 10020.0, 10010.0, 10005.0, 10008.0, 10009.0, 10020.0, 10007.0, 10025.0, 10014.0, 10023.0, 9996.0, 10022.0, 9995.0, 10021.0, 9996.0, 10019.0, 9963.0, 10019.0, 9967.0, 10019.0, 9971.0, 10027.0, 9982.0, 10025.0, 9984.0, 10039.0, 9983.0, 10026.0, 10028.0, 10031.0, 10029.0, 9997.0, 10025.0, 9993.0, 10023.0, 9983.0, 10020.0, 9964.0, 10019.0, 9980.0, 10023.0, 9981.0, 10023.0, 10025.0, 9998.0, 10023.0, 9996.0, 10023.0, 9994.0, 10038.0, 9986.0, 10042.0, 10004.0, 10043.0, 9987.0, 10037.0, 9988.0, 10041.0, 9990.0, 10047.0, 9976.0, 10044.0, 9988.0, 10049.0, 10053.0, 10032.0, 10030.0, 10014.0, 10028.0, 10011.0, 10045.0, 10001.0, 10028.0, 9997.0, 10024.0, 9971.0, 10023.0, 9982.0, 10019.0, 9968.0, 10020.0, 9994.0, 10019.0, 10027.0, 10011.0, 10020.0, 9997.0, 10020.0, 10000.0, 10027.0, 10001.0, 10041.0, 9987.0, 10029.0, 9995.0, 10045.0, 9988.0, 10071.0, 10006.0, 10063.0, 10026.0, 10068.0, 10064.0, 10052.0, 10052.0, 9994.0, 10041.0, 9973.0, 10024.0, 9982.0, 10022.0, 10010.0, 10021.0, 9989.0, 10005.0, 10003.0, 10004.0, 10016.0, 9990.0, 10017.0, 9991.0, 10019.0, 9995.0, 10040.0, 10006.0, 10041.0, 10002.0, 10040.0, 9989.0, 10043.0, 9972.0, 10047.0, 9995.0, 10043.0, 9984.0, 10025.0, 10027.0, 10010.0, 10021.0, 9997.0, 10023.0, 9998.0, 10020.0, 9985.0, 10023.0, 9985.0, 10039.0, 9998.0, 10011.0, 10042.0, 10009.0, 10024.0, 9996.0, 10023.0, 9966.0, 10006.0, 9948.0, 10014.0, 9985.0, 10004.0, 10021.0, 9989.0, 10000.0, 9976.0, 10001.0, 9946.0, 10002.0, 9965.0, 10001.0, 10003.0, 9985.0, 10001.0, 9969.0, 10000.0, 9978.0, 10001.0, 9947.0, 10014.0, 9963.0, 10004.0, 9966.0, 10022.0, 9997.0, 10011.0, 10014.0, 10012.0, 9996.0, 10006.0, 10007.0, 10008.0, 10023.0, 9992.0, 10018.0, 9976.0, 10001.0, 9959.0, 10000.0, 9943.0, 9996.0, 9939.0, 9978.0, 9967.0, 9982.0, 10012.0, 9988.0, 9999.0, 9975.0, 9997.0, 9976.0, 10011.0, 9990.0, 10015.0, 9965.0, 10020.0, 9963.0, 10005.0, 9966.0, 10004.0, 10021.0, 9986.0, 10005.0, 9978.0, 10002.0, 9944.0, 9998.0, 9969.0, 10000.0, 10001.0, 9987.0, 9999.0, 9978.0, 10042.0, 10019.0, 10019.0, 9995.0, 10016.0, 9969.0, 10021.0, 9966.0, 10023.0, 9983.0, 10026.0, 9999.0, 10031.0, 10044.0, 10001.0, 10026.0, 10001.0, 10035.0, 10001.0, 10040.0, 9976.0, 10041.0, 9985.0, 10028.0, 9982.0, 10022.0, 10011.0, 10012.0, 10025.0, 9994.0, 10019.0, 9993.0, 10021.0, 9978.0, 10018.0, 9963.0, 10018.0, 10005.0, 10006.0, 10005.0, 9989.0, 10018.0, 9978.0, 10017.0, 9949.0, 10017.0, 9950.0, 10015.0, 9974.0, 10000.0, 10005.0, 9997.0, 10018.0, 9994.0, 10022.0, 9984.0, 10023.0, 9972.0, 10026.0, 9975.0, 10039.0, 9989.0, 10027.0, 10003.0, 10034.0, 10043.0, 10014.0, 10027.0, 10003.0, 10021.0, 9985.0, 10040.0, 9988.0, 10025.0, 9986.0, 10026.0, 9989.0, 10029.0, 9999.0, 10028.0, 10004.0, 10046.0, 10004.0, 10030.0, 10047.0, 10014.0, 10044.0, 9986.0, 10027.0, 9968.0, 10022.0, 10012.0, 10025.0, 10045.0, 10003.0, 10026.0, 9999.0, 10036.0, 9996.0, 10037.0, 10000.0, 10026.0, 10018.0, 10027.0, 10015.0, 10025.0, 9997.0, 10025.0, 9984.0, 10023.0, 9965.0, 10003.0, 9961.0, 10014.0, 9992.0, 10005.0, 10004.0, 10006.0, 10006.0, 9994.0, 10021.0, 9992.0, 10021.0, 9980.0, 10019.0, 9977.0, 10015.0, 9965.0, 10017.0, 9965.0, 10019.0, 9980.0, 10019.0, 9979.0, 10020.0, 9986.0, 10028.0, 9999.0, 10030.0, 9982.0, 10011.0, 10027.0, 10016.0, 10041.0, 9999.0, 10025.0, 9985.0, 10022.0, 9968.0, 10021.0, 9980.0, 10021.0, 10006.0, 10007.0, 10005.0, 10007.0, 10022.0, 9995.0, 10021.0, 9997.0, 10023.0, 9999.0, 10025.0, 10002.0, 10028.0, 9972.0, 10028.0, 9979.0, 10022.0, 9997.0, 10029.0, 10049.0, 10017.0, 10027.0, 10009.0, 10022.0, 10007.0, 10027.0, 10017.0, 10014.0, 10017.0, 9986.0, 10026.0, 9986.0, 10023.0, 10045.0, 10014.0, 10027.0, 9996.0, 10018.0, 9976.0, 10016.0, 9979.0, 10005.0, 9978.0, 9999.0, 9957.0, 9998.0, 9962.0, 10015.0, 9965.0, 10019.0, 9993.0, 10024.0, 9987.0, 10020.0, 10005.0, 10062.0, 10016.0, 10012.0, 10025.0, 9990.0, 10046.0, 10018.0, 10044.0, 10002.0, 10025.0, 9984.0, 10023.0, 9997.0, 10015.0, 10018.0, 10004.0, 10015.0, 9987.0, 10020.0, 10001.0, 10018.0, 9976.0, 10017.0, 9978.0, 10018.0, 9984.0, 10021.0, 10004.0, 10027.0, 9986.0, 10027.0, 9985.0, 10027.0, 10011.0, 10012.0, 10042.0, 10001.0, 10026.0, 9989.0, 10026.0, 9969.0, 10020.0, 9976.0, 10024.0, 10042.0, 10011.0, 10025.0, 9993.0, 10018.0, 9979.0, 10021.0, 9982.0, 10021.0, 9966.0, 10018.0, 9964.0, 10019.0, 9980.0, 10011.0, 10025.0, 9998.0, 10020.0, 9998.0, 10021.0, 9999.0, 10023.0, 9984.0, 10026.0, 9985.0, 10046.0, 9998.0, 10023.0, 9994.0, 10022.0, 10048.0, 10017.0, 10025.0, 10015.0, 10024.0, 9997.0, 10018.0, 9981.0, 10020.0, 9982.0, 10023.0, 9969.0, 10021.0, 9981.0, 10020.0, 9997.0, 10024.0, 10024.0, 10013.0, 10021.0, 9997.0, 10022.0, 9982.0, 10041.0, 9976.0, 10027.0, 9996.0, 10048.0, 9997.0, 10001.0, 9988.0, 9999.0, 9961.0, 10018.0, 9990.0, 10002.0, 10020.0, 9991.0, 10018.0, 9970.0, 10022.0, 9986.0, 9996.0, 9977.0, 9978.0, 9977.0, 9963.0, 9991.0, 9952.0, 9992.0, 9971.0, 9994.0, 9947.0, 9971.0, 9929.0, 9966.0, 9912.0, 9967.0, 9908.0, 9954.0, 9966.0, 9953.0, 9965.0, 9935.0, 9948.0, 9920.0, 9961.0, 9926.0, 9966.0, 9910.0, 9964.0, 9913.0, 9969.0, 9935.0, 9979.0, 9940.0, 9984.0, 9984.0, 9984.0, 9995.0, 9969.0, 9998.0, 9948.0, 10001.0, 9961.0, 10000.0, 9971.0, 10002.0, 9973.0, 10002.0, 10004.0, 9989.0, 10001.0, 9977.0, 10002.0, 9970.0, 9996.0, 9972.0, 10002.0, 9962.0, 10013.0, 9955.0, 9997.0, 9961.0, 10000.0, 9978.0, 10000.0, 9975.0, 10005.0, 9990.0, 10004.0, 9982.0, 10019.0, 9980.0, 10024.0, 9994.0, 10013.0, 10025.0, 10017.0, 10023.0, 10001.0, 10026.0, 9999.0, 10026.0, 10001.0, 10025.0, 10017.0, 10026.0, 9997.0, 10030.0, 10014.0, 10030.0, 10000.0, 10034.0, 10038.0, 10022.0, 10004.0, 10032.0, 10002.0, 10032.0, 10024.0, 10041.0, 10049.0, 10026.0, 10050.0, 10021.0, 10048.0, 10005.0, 10048.0, 10023.0, 10049.0, 10019.0, 10032.0, 10026.0, 10028.0, 10031.0, 10033.0, 10045.0, 10021.0, 10031.0, 10021.0, 10046.0, 10018.0, 10047.0, 10026.0, 10047.0, 10025.0, 10048.0, 10020.0, 10046.0, 10025.0, 10052.0, 10009.0, 10034.0, 10016.0, 10029.0, 9976.0, 10071.0, 9992.0, 10047.0, 9988.0, 10027.0, 10002.0, 10028.0, 10002.0, 10048.0, 10019.0, 10030.0, 10031.0, 10015.0, 10043.0, 10017.0, 10042.0, 10002.0, 10033.0, 9999.0, 10027.0, 10002.0, 10035.0, 10024.0, 10033.0, 10019.0, 10031.0, 10008.0, 10037.0, 10015.0, 10054.0, 10024.0, 10058.0, 10009.0, 10040.0, 10037.0, 10037.0, 10053.0, 10024.0, 10049.0, 10013.0, 10027.0, 9996.0, 10026.0, 9989.0, 10027.0, 9968.0, 10023.0, 9977.0, 10019.0, 9978.0, 10024.0, 9985.0, 10004.0, 9964.0, 10019.0, 9983.0, 10020.0, 9987.0, 10038.0, 10005.0, 10049.0, 10017.0, 10040.0, 10015.0, 10047.0, 9990.0, 10032.0, 9986.0, 10024.0, 9967.0, 10022.0, 9989.0, 10023.0, 9990.0, 10008.0, 9991.0, 10002.0, 9986.0, 10003.0, 10007.0, 9989.0, 9990.0, 9987.0, 9978.0, 10005.0, 10012.0, 10014.0, 10023.0, 10002.0, 10023.0, 9998.0, 10022.0, 10001.0, 10029.0, 9974.0, 10024.0, 9982.0, 10021.0, 9980.0, 10016.0, 9986.0, 10022.0, 9981.0, 10025.0, 9984.0, 10022.0, 9965.0, 10019.0, 9984.0, 10028.0, 9986.0, 10029.0, 9985.0, 10026.0, 9998.0, 10030.0, 10017.0, 10025.0, 10043.0, 10009.0, 10021.0, 9978.0, 10020.0, 9980.0, 10017.0, 9962.0, 10015.0, 9961.0, 10000.0, 9945.0, 10000.0, 9990.0, 10006.0, 10015.0, 10011.0, 10010.0, 10013.0, 10043.0, 10022.0, 10045.0, 10022.0, 10045.0, 10019.0, 10045.0, 10006.0, 10044.0, 9995.0, 10029.0, 10006.0, 10026.0, 10028.0, 10011.0, 10022.0, 9995.0, 10021.0, 9993.0, 10007.0, 9979.0, 10004.0, 9984.0, 10032.0, 10019.0, 10048.0, 10004.0, 10047.0, 10034.0, 10023.0, 10052.0, 10023.0, 10031.0, 9992.0, 10032.0, 10046.0, 10015.0, 10023.0, 9997.0, 10023.0, 9967.0, 10004.0, 9976.0, 10015.0, 9979.0, 10021.0, 10004.0, 10025.0, 9975.0, 10026.0, 10006.0, 10031.0, 10006.0, 10037.0, 10050.0, 10019.0, 10029.0, 10002.0, 10028.0, 10003.0, 10028.0, 9984.0, 10029.0, 9983.0, 10025.0, 10008.0, 10011.0, 10029.0, 9994.0, 10006.0, 9996.0, 9995.0, 10009.0, 10006.0, 9994.0, 10043.0, 10003.0, 10024.0, 9999.0, 10019.0, 9978.0, 10001.0, 9961.0, 10014.0, 9995.0, 10004.0, 9974.0, 10004.0, 9975.0, 10003.0, 9965.0, 10019.0, 9986.0, 10025.0, 9971.0, 10025.0, 9982.0, 10025.0, 9980.0, 10023.0, 10041.0, 9993.0, 10017.0, 9976.0, 10000.0, 9951.0, 9990.0, 9951.0, 9998.0, 9956.0, 10000.0, 9955.0, 9983.0, 9956.0, 9985.0, 9988.0, 9991.0, 9987.0, 9988.0, 9975.0, 9990.0, 10002.0, 10010.0, 10029.0, 9986.0, 10006.0, 9982.0, 10016.0, 9977.0, 10005.0, 9973.0, 10024.0, 9985.0, 10025.0, 9981.0, 10009.0, 9995.0, 10005.0, 10027.0, 9997.0, 10005.0, 9981.0, 10017.0, 9981.0, 10003.0, 9987.0, 10005.0, 9970.0, 10023.0, 9997.0, 10022.0, 9983.0, 10027.0, 10004.0, 10019.0, 10030.0, 10004.0, 10026.0, 9995.0, 10022.0, 9980.0, 10025.0, 9975.0, 10029.0, 9970.0, 10024.0, 10010.0, 10048.0, 10021.0, 10032.0, 10031.0, 10023.0, 10049.0, 9994.0, 10041.0, 10002.0, 10027.0, 9987.0, 10032.0, 10039.0, 10009.0, 10015.0, 9992.0, 10016.0, 9979.0, 10024.0, 9965.0, 10003.0, 9945.0, 9999.0, 9979.0, 10004.0, 9999.0, 10044.0, 9989.0, 10027.0, 9980.0, 10011.0, 9995.0, 10013.0, 10032.0, 10017.0, 10025.0, 10014.0, 10026.0, 10005.0, 10027.0, 9968.0, 10020.0, 9967.0, 10019.0, 9969.0, 10019.0, 9965.0, 10025.0, 9986.0, 10030.0, 9987.0, 10023.0, 9983.0, 10022.0, 9996.0, 10009.0, 10024.0, 10015.0, 10025.0, 9995.0, 10005.0, 9978.0, 9999.0, 9959.0, 10017.0, 9971.0, 10008.0, 9991.0, 10006.0, 9993.0, 9995.0, 10017.0, 9997.0, 10024.0, 10000.0, 10027.0, 9997.0, 10021.0, 9982.0, 10020.0, 9988.0, 10034.0, 9971.0, 10025.0, 9996.0, 10006.0, 10020.0, 9973.0, 9999.0, 9979.0, 10000.0, 9942.0, 9998.0, 9935.0, 9978.0, 9980.0, 9966.0, 10001.0, 9979.0, 10001.0, 9977.0, 10003.0, 9972.0, 10004.0, 9965.0, 10025.0, 9993.0, 10001.0, 10015.0, 9972.0, 9994.0, 9956.0, 9996.0, 9964.0, 9997.0, 9959.0, 9997.0, 9974.0, 10002.0, 9949.0, 10003.0, 9983.0, 10005.0, 9994.0, 9995.0, 9993.0, 9993.0, 10001.0, 9996.0, 10020.0, 9980.0, 10021.0, 9962.0, 10003.0, 9962.0, 10006.0, 10006.0, 9995.0, 10006.0, 9995.0, 10019.0, 9993.0, 10024.0, 10006.0, 10027.0, 9986.0, 10023.0, 9983.0, 10021.0, 9981.0, 10027.0, 9980.0, 10010.0, 9965.0, 10004.0, 9990.0, 10012.0, 10024.0, 9999.0, 10007.0, 9997.0, 10009.0, 9994.0, 10034.0, 10004.0, 10025.0, 9998.0, 10011.0, 9982.0, 10005.0, 9966.0, 10020.0, 9965.0, 10003.0, 9945.0, 10003.0, 9959.0, 9991.0, 9991.0, 10016.0, 9998.0, 9993.0, 9965.0, 10008.0, 9981.0, 10010.0, 10014.0, 10008.0, 10023.0, 9997.0, 10004.0, 9988.0, 10003.0, 9990.0, 10024.0, 9977.0, 10006.0, 9973.0, 10000.0, 9959.0, 9999.0, 9978.0, 9999.0, 9962.0, 10000.0, 9948.0, 10003.0, 9965.0, 10000.0, 9966.0, 10020.0, 9969.0, 10018.0, 9962.0, 10000.0, 9975.0, 10023.0, 9985.0, 10007.0, 9983.0, 10019.0, 9966.0, 10021.0, 9971.0, 10006.0, 9986.0, 9988.0, 9977.0, 9990.0, 10008.0, 9994.0, 10005.0, 9982.0, 10004.0, 9980.0, 9991.0, 9993.0, 10024.0, 9998.0, 10007.0, 9996.0, 10021.0, 9994.0, 10023.0, 9982.0, 10023.0, 9966.0, 10010.0, 9961.0, 9988.0, 10001.0, 9989.0, 10002.0, 9977.0, 10003.0, 9974.0, 9999.0, 9961.0, 10005.0, 9982.0, 10002.0, 9958.0, 10001.0, 9954.0, 9983.0, 10003.0, 9986.0, 9988.0, 9975.0, 9981.0, 9956.0, 9992.0, 9938.0, 9994.0, 9962.0, 9984.0, 9956.0, 9982.0, 9971.0, 9990.0, 10004.0, 9979.0, 10001.0, 9977.0, 10004.0, 9973.0, 10000.0, 9954.0, 10004.0, 9962.0, 9985.0, 9945.0, 9985.0, 9972.0, 9987.0, 10002.0, 9978.0, 10002.0, 9979.0, 10005.0, 9980.0, 10004.0, 10002.0, 10010.0, 9968.0, 10030.0, 9984.0, 10025.0, 9982.0, 10027.0, 9987.0, 10026.0, 9971.0, 10023.0, 9970.0, 10025.0, 9992.0, 10009.0, 10045.0, 10015.0, 10025.0, 10000.0, 10009.0, 9978.0, 10003.0, 9997.0, 10026.0, 9969.0, 10024.0, 9968.0, 10004.0, 9977.0, 10010.0, 9990.0, 10007.0, 9984.0, 10026.0, 9998.0, 10024.0, 9984.0, 10021.0, 9984.0, 10025.0, 9966.0, 10030.0, 9964.0, 10003.0, 9948.0, 9988.0, 10008.0, 9993.0, 10002.0, 9992.0, 9960.0, 10002.0, 9975.0, 10009.0, 10008.0, 10052.0, 9991.0, 10042.0, 10020.0, 10049.0, 10022.0, 9992.0, 10026.0, 9969.0, 10021.0, 9969.0, 10019.0, 9970.0, 10027.0, 10001.0, 10022.0, 9993.0, 10001.0, 10014.0, 9988.0, 10025.0, 9980.0, 10001.0, 9974.0, 10020.0, 9978.0, 10005.0, 10000.0, 10044.0, 10021.0, 10045.0, 10022.0, 10049.0, 10023.0, 10054.0, 10007.0, 10052.0, 9999.0, 10032.0, 10031.0, 10012.0, 10039.0, 9996.0, 10022.0, 9996.0, 10024.0, 9981.0, 10007.0, 9968.0, 10002.0, 9967.0, 10007.0, 9986.0, 10027.0, 9995.0, 10009.0, 9976.0, 10006.0, 10009.0, 9993.0, 10024.0, 9988.0, 10023.0, 9977.0, 10004.0, 9963.0, 10000.0, 9949.0, 10003.0, 9971.0, 10007.0, 10006.0, 9992.0, 10002.0, 9988.0, 10001.0, 9975.0, 10023.0, 9985.0, 10002.0, 9967.0, 10005.0, 9968.0, 10018.0, 9977.0, 10045.0, 10017.0, 10029.0, 9990.0, 10010.0, 9984.0, 10027.0, 10002.0, 10027.0, 9989.0, 10034.0, 9988.0, 10023.0, 9987.0, 10048.0, 9988.0, 10023.0, 9968.0, 10031.0, 9967.0, 10022.0, 10002.0, 10005.0, 9974.0, 10005.0, 9977.0, 10008.0, 10001.0, 10013.0, 9980.0, 10008.0, 10009.0, 9997.0, 10024.0, 9996.0, 10023.0, 9980.0, 10005.0, 9980.0, 10009.0, 9985.0, 10013.0, 9981.0, 10012.0, 10009.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.003027191568505889</td></tr>
<tr><td colspan=3>aqi</td><td>0.03475309057656541</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.19758984114763</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2605068085669988</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006760593765509</td></tr>
<tr><td colspan=3>efc</td><td>0.4796</td></tr>
<tr><td colspan=3>fber</td><td>9097.4053</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08369160252987862</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6038437693738374</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3882491182207093</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.321606308284956</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6269929373676075</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.216148109009564</td></tr>
<tr><td colspan=3>gcor</td><td>0.0059918</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006408656015992165</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04850098863244057</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1613</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.255427454812568</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>19.9366</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5162</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.2249</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295818.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.5394</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3517</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.0691</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3761.3255</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.8707</td></tr>
<tr><td colspan=3>tsnr</td><td>38.124855434987694</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>