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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0043_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0043/ses-01/func/sub-0043_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>27b27a3388790ff01b321c4d4ecd536f</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>18:18:44.705000</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.984272, 0.174706, 0.0262094, -0.175503, 0.983959, 0.0319906]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0894767</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7769, -7282, 604, -147, -322, -30, 97]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.381</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2721fcc8-c49d-4348-970e-e42294664e24||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.6407289505004883, -0.4708611071109772, 0.05454012006521225, 124.70523834228516], [-0.4687245190143585, 2.639890193939209, 0.0974356010556221, -81.6279296875], [0.07031798362731934, -0.08582840859889984, 2.697690010070801, -75.99595642089844], [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, 1376]</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], 'AcquisitionTime': ['181844.705000', '181845.165000', '181845.625000', '181846.085000', '181846.545000', '181847.005000', '181847.465000', '181847.925000', '181848.385000', '181848.845000', '181849.305000', '181849.765000', '181850.225000', '181850.685000', '181851.145000', '181851.605000', '181852.065000', '181852.525000', '181852.985000', '181853.445000', '181853.905000', '181854.365000', '181854.825000', '181855.285000', '181855.745000', '181856.205000', '181856.665000', '181857.125000', '181857.585000', '181858.045000', '181858.505000', '181858.965000', '181859.425000', '181859.885000', '181900.345000', '181900.805000', '181901.265000', '181901.725000', '181902.185000', '181902.645000', '181903.105000', '181903.565000', '181904.025000', '181904.485000', '181904.945000', '181905.405000', '181905.865000', '181906.325000', '181906.785000', '181907.245000', '181907.705000', '181908.165000', '181908.625000', '181909.085000', '181909.545000', '181910.005000', '181910.465000', '181910.925000', '181911.385000', '181911.845000', '181912.305000', '181912.765000', '181913.225000', '181913.685000', '181914.145000', '181914.605000', '181915.065000', '181915.525000', '181915.985000', '181916.445000', '181916.905000', '181917.365000', '181917.825000', '181918.285000', '181918.745000', '181919.205000', '181919.665000', '181920.125000', '181920.585000', '181921.045000', '181921.505000', '181921.965000', '181922.425000', '181922.885000', '181923.345000', '181923.805000', '181924.265000', '181924.725000', '181925.185000', '181925.645000', '181926.105000', '181926.565000', '181927.025000', '181927.485000', '181927.945000', '181928.405000', '181928.865000', '181929.325000', '181929.785000', '181930.245000', '181930.705000', '181931.165000', '181931.625000', '181932.085000', '181932.545000', '181933.005000', '181933.465000', '181933.925000', '181934.385000', '181934.845000', '181935.305000', '181935.765000', '181936.225000', '181936.685000', '181937.145000', '181937.605000', '181938.065000', '181938.525000', '181938.985000', '181939.445000', '181939.905000', '181940.365000', '181940.825000', '181941.285000', '181941.745000', '181942.205000', '181942.665000', '181943.125000', '181943.585000', '181944.045000', '181944.505000', '181944.965000', '181945.425000', '181945.885000', '181946.345000', '181946.805000', '181947.265000', '181947.725000', '181948.185000', '181948.645000', '181949.105000', '181949.565000', '181950.025000', '181950.485000', '181950.945000', '181951.405000', '181951.865000', '181952.325000', '181952.785000', '181953.245000', '181953.705000', '181954.165000', '181954.625000', '181955.085000', '181955.545000', '181956.005000', '181956.465000', '181956.925000', '181957.385000', '181957.845000', '181958.305000', '181958.765000', '181959.225000', '181959.685000', '182000.145000', '182000.605000', '182001.065000', '182001.525000', '182001.985000', '182002.445000', '182002.905000', '182003.365000', '182003.825000', '182004.285000', '182004.745000', '182005.205000', '182005.665000', '182006.125000', '182006.585000', '182007.045000', '182007.505000', '182007.965000', '182008.425000', '182008.885000', '182009.345000', '182009.805000', '182010.265000', '182010.725000', '182011.185000', '182011.645000', '182012.105000', '182012.565000', '182013.025000', '182013.485000', '182013.945000', '182014.405000', '182014.865000', '182015.325000', '182015.785000', '182016.245000', '182016.705000', '182017.165000', '182017.625000', '182018.085000', '182018.545000', '182019.005000', '182019.465000', '182019.925000', '182020.385000', '182020.845000', '182021.305000', '182021.765000', '182022.225000', '182022.685000', '182023.145000', '182023.605000', '182024.065000', '182024.525000', '182024.985000', '182025.445000', '182025.905000', '182026.365000', '182026.825000', '182027.285000', '182027.745000', '182028.205000', '182028.665000', '182029.125000', '182029.585000', '182030.045000', '182030.505000', '182030.965000', '182031.425000', '182031.885000', '182032.345000', '182032.805000', '182033.265000', '182033.725000', '182034.185000', '182034.645000', '182035.105000', '182035.565000', '182036.025000', '182036.485000', '182036.945000', '182037.405000', '182037.865000', '182038.325000', '182038.785000', '182039.245000', '182039.705000', '182040.165000', '182040.625000', '182041.085000', '182041.545000', '182042.005000', '182042.465000', '182042.925000', '182043.385000', '182043.845000', '182044.305000', '182044.765000', '182045.225000', '182045.685000', '182046.145000', '182046.605000', '182047.065000', '182047.525000', '182047.985000', '182048.445000', '182048.905000', '182049.365000', '182049.825000', '182050.285000', '182050.745000', '182051.205000', '182051.665000', '182052.125000', '182052.585000', '182053.045000', '182053.505000', '182053.965000', '182054.425000', '182054.885000', '182055.345000', '182055.805000', '182056.265000', '182056.725000', '182057.185000', '182057.645000', '182058.105000', '182058.565000', '182059.025000', '182059.485000', '182059.945000', '182100.405000', '182100.865000', '182101.325000', '182101.785000', '182102.245000', '182102.705000', '182103.165000', '182103.625000', '182104.085000', '182104.545000', '182105.005000', '182105.465000', '182105.925000', '182106.385000', '182106.845000', '182107.305000', '182107.765000', '182108.225000', '182108.685000', '182109.145000', '182109.605000', '182110.065000', '182110.525000', '182110.985000', '182111.445000', '182111.905000', '182112.365000', '182112.825000', '182113.285000', '182113.745000', '182114.205000', '182114.665000', '182115.125000', '182115.585000', '182116.045000', '182116.505000', '182116.965000', '182117.425000', '182117.885000', '182118.345000', '182118.805000', '182119.265000', '182119.725000', '182120.185000', '182120.645000', '182121.105000', '182121.565000', '182122.025000', '182122.485000', '182122.945000', '182123.405000', '182123.865000', '182124.325000', '182124.785000', '182125.245000', '182125.705000', '182126.165000', '182126.625000', '182127.085000', '182127.545000', '182128.005000', '182128.465000', '182128.925000', '182129.385000', '182129.845000', '182130.305000', '182130.765000', '182131.225000', '182131.685000', '182132.145000', '182132.605000', '182133.065000', '182133.525000', '182133.985000', '182134.445000', '182134.905000', '182135.365000', '182135.825000', '182136.285000', '182136.745000', '182137.205000', '182137.665000', '182138.125000', '182138.585000', '182139.045000', '182139.505000', '182139.965000', '182140.425000', '182140.885000', '182141.345000', '182141.805000', '182142.265000', '182142.725000', '182143.185000', '182143.645000', '182144.105000', '182144.565000', '182145.025000', '182145.485000', '182145.945000', '182146.405000', '182146.865000', '182147.325000', '182147.785000', '182148.245000', '182148.705000', '182149.165000', '182149.625000', '182150.085000', '182150.545000', '182151.005000', '182151.465000', '182151.925000', '182152.385000', '182152.845000', '182153.305000', '182153.765000', '182154.225000', '182154.685000', '182155.145000', '182155.605000', '182156.065000', '182156.525000', '182156.985000', '182157.445000', '182157.905000', '182158.365000', '182158.825000', '182159.285000', '182159.745000', '182200.205000', '182200.665000', '182201.125000', '182201.585000', '182202.045000', '182202.505000', '182202.965000', '182203.425000', '182203.885000', '182204.345000', '182204.805000', '182205.265000', '182205.725000', '182206.185000', '182206.645000', '182207.105000', '182207.565000', '182208.025000', '182208.485000', '182208.945000', '182209.405000', '182209.865000', '182210.325000', '182210.785000', '182211.245000', '182211.705000', '182212.165000', '182212.625000', '182213.085000', '182213.545000', '182214.005000', '182214.465000', '182214.925000', '182215.385000', '182215.845000', '182216.305000', '182216.765000', '182217.225000', '182217.685000', '182218.145000', '182218.605000', '182219.065000', '182219.525000', '182219.985000', '182220.445000', '182220.905000', '182221.365000', '182221.825000', '182222.285000', '182222.745000', '182223.205000', '182223.665000', '182224.125000', '182224.585000', '182225.045000', '182225.505000', '182225.965000', '182226.425000', '182226.885000', '182227.345000', '182227.805000', '182228.265000', '182228.725000', '182229.185000', '182229.645000', '182230.105000', '182230.565000', '182231.025000', '182231.485000', '182231.945000', '182232.405000', '182232.865000', '182233.325000', '182233.785000', '182234.245000', '182234.705000', '182235.165000', '182235.625000', '182236.085000', '182236.545000', '182237.005000', '182237.465000', '182237.925000', '182238.385000', '182238.845000', '182239.305000', '182239.765000', '182240.225000', '182240.685000', '182241.145000', '182241.605000', '182242.065000', '182242.525000', '182242.985000', '182243.445000', '182243.905000', '182244.365000', '182244.825000', '182245.285000', '182245.745000', '182246.205000', '182246.665000', '182247.125000', '182247.585000', '182248.045000', '182248.505000', '182248.965000', '182249.425000', '182249.885000', '182250.345000', '182250.805000', '182251.265000', '182251.725000', '182252.185000', '182252.645000', '182253.105000', '182253.565000', '182254.025000', '182254.485000', '182254.945000', '182255.405000', '182255.865000', '182256.325000', '182256.785000', '182257.245000', '182257.705000', '182258.165000', '182258.625000', '182259.085000', '182259.545000', '182300.005000', '182300.465000', '182300.925000', '182301.385000', '182301.845000', '182302.305000', '182302.765000', '182303.225000', '182303.685000', '182304.145000', '182304.605000', '182305.065000', '182305.525000', '182305.985000', '182306.445000', '182306.905000', '182307.365000', '182307.825000', '182308.285000', '182308.745000', '182309.205000', '182309.665000', '182310.125000', '182310.585000', '182311.045000', '182311.505000', '182311.965000', '182312.425000', '182312.885000', '182313.345000', '182313.805000', '182314.265000', '182314.725000', '182315.185000', '182315.645000', '182316.105000', '182316.565000', '182317.025000', '182317.485000', '182317.945000', '182318.405000', '182318.865000', '182319.325000', '182319.785000', '182320.245000', '182320.705000', '182321.165000', '182321.625000', '182322.085000', '182322.545000', '182323.005000', '182323.465000', '182323.925000', '182324.385000', '182324.845000', '182325.305000', '182325.765000', '182326.225000', '182326.685000', '182327.145000', '182327.605000', '182328.065000', '182328.525000', '182328.985000', '182329.445000', '182329.905000', '182330.365000', '182330.825000', '182331.285000', '182331.745000', '182332.205000', '182332.665000', '182333.125000', '182333.585000', '182334.045000', '182334.505000', '182334.965000', '182335.425000', '182335.885000', '182336.345000', '182336.805000', '182337.265000', '182337.725000', '182338.185000', '182338.645000', '182339.105000', '182339.565000', '182340.025000', '182340.485000', '182340.945000', '182341.405000', '182341.865000', '182342.325000', '182342.785000', '182343.245000', '182343.705000', '182344.165000', '182344.625000', '182345.085000', '182345.545000', '182346.005000', '182346.465000', '182346.925000', '182347.385000', '182347.845000', '182348.305000', '182348.765000', '182349.225000', '182349.685000', '182350.145000', '182350.605000', '182351.065000', '182351.525000', '182351.985000', '182352.445000', '182352.905000', '182353.365000', '182353.825000', '182354.285000', '182354.745000', '182355.205000', '182355.665000', '182356.125000', '182356.585000', '182357.045000', '182357.505000', '182357.965000', '182358.425000', '182358.885000', '182359.345000', '182359.805000', '182400.265000', '182400.725000', '182401.185000', '182401.645000', '182402.105000', '182402.565000', '182403.025000', '182403.485000', '182403.945000', '182404.405000', '182404.865000', '182405.325000', '182405.785000', '182406.245000', '182406.705000', '182407.165000', '182407.625000', '182408.085000', '182408.545000', '182409.005000', '182409.465000', '182409.925000', '182410.385000', '182410.845000', '182411.305000', '182411.765000', '182412.225000', '182412.685000', '182413.145000', '182413.605000', '182414.065000', '182414.525000', '182414.985000', '182415.445000', '182415.905000', '182416.365000', '182416.825000', '182417.285000', '182417.745000', '182418.205000', '182418.665000', '182419.125000', '182419.585000', '182420.045000', '182420.505000', '182420.965000', '182421.425000', '182421.885000', '182422.345000', '182422.805000', '182423.265000', '182423.725000', '182424.185000', '182424.645000', '182425.105000', '182425.565000', '182426.025000', '182426.485000', '182426.945000', '182427.405000', '182427.865000', '182428.325000', '182428.785000', '182429.245000', '182429.705000', '182430.165000', '182430.625000', '182431.085000', '182431.545000', '182432.005000', '182432.465000', '182432.925000', '182433.385000', '182433.845000', '182434.305000', '182434.765000', '182435.225000', '182435.685000', '182436.145000', '182436.605000', '182437.065000', '182437.525000', '182437.985000', '182438.445000', '182438.905000', '182439.365000', '182439.825000', '182440.285000', '182440.745000', '182441.205000', '182441.665000', '182442.125000', '182442.585000', '182443.045000', '182443.505000', '182443.965000', '182444.425000', '182444.885000', '182445.345000', '182445.805000', '182446.265000', '182446.725000', '182447.185000', '182447.645000', '182448.105000', '182448.565000', '182449.025000', '182449.485000', '182449.945000', '182450.405000', '182450.865000', '182451.325000', '182451.785000', '182452.245000', '182452.705000', '182453.165000', '182453.625000', '182454.085000', '182454.545000', '182455.005000', '182455.465000', '182455.925000', '182456.385000', '182456.845000', '182457.305000', '182457.765000', '182458.225000', '182458.685000', '182459.145000', '182459.605000', '182500.065000', '182500.525000', '182500.985000', '182501.445000', '182501.905000', '182502.365000', '182502.825000', '182503.285000', '182503.745000', '182504.205000', '182504.665000', '182505.125000', '182505.585000', '182506.045000', '182506.505000', '182506.965000', '182507.425000', '182507.885000', '182508.345000', '182508.805000', '182509.265000', '182509.725000', '182510.185000', '182510.645000', '182511.105000', '182511.565000', '182512.025000', '182512.485000', '182512.945000', '182513.405000', '182513.865000', '182514.325000', '182514.785000', '182515.245000', '182515.705000', '182516.165000', '182516.625000', '182517.085000', '182517.545000', '182518.005000', '182518.465000', '182518.925000', '182519.385000', '182519.845000', '182520.305000', '182520.765000', '182521.225000', '182521.685000', '182522.145000', '182522.605000', '182523.065000', '182523.525000', '182523.985000', '182524.445000', '182524.905000', '182525.365000', '182525.825000', '182526.285000', '182526.745000', '182527.205000', '182527.665000', '182528.125000', '182528.585000', '182529.045000', '182529.505000', '182529.965000', '182530.425000', '182530.885000', '182531.345000', '182531.805000', '182532.265000', '182532.725000', '182533.185000', '182533.645000', '182534.105000', '182534.565000', '182535.025000', '182535.485000', '182535.945000', '182536.405000', '182536.865000', '182537.325000', '182537.785000', '182538.245000', '182538.705000', '182539.165000', '182539.625000', '182540.085000', '182540.545000', '182541.005000', '182541.465000', '182541.925000', '182542.385000', '182542.845000', '182543.305000', '182543.765000', '182544.225000', '182544.685000', '182545.145000', '182545.605000', '182546.065000', '182546.525000', '182546.985000', '182547.445000', '182547.905000', '182548.365000', '182548.825000', '182549.285000', '182549.745000', '182550.205000', '182550.665000', '182551.125000', '182551.585000', '182552.045000', '182552.505000', '182552.965000', '182553.425000', '182553.885000', '182554.345000', '182554.805000', '182555.265000', '182555.725000', '182556.185000', '182556.645000', '182557.105000', '182557.565000', '182558.025000', '182558.485000', '182558.945000', '182559.405000', '182559.865000', '182600.325000', '182600.785000', '182601.245000', '182601.705000', '182602.165000', '182602.625000', '182603.085000', '182603.545000', '182604.005000', '182604.465000', '182604.925000', '182605.385000', '182605.845000', '182606.305000', '182606.765000', '182607.225000', '182607.685000', '182608.145000', '182608.605000', '182609.065000', '182609.525000', '182609.985000', '182610.445000', '182610.905000', '182611.365000', '182611.825000', '182612.285000', '182612.745000', '182613.205000', '182613.665000', '182614.125000', '182614.585000', '182615.045000', '182615.505000', '182615.965000', '182616.425000', '182616.885000', '182617.345000', '182617.805000', '182618.265000', '182618.725000', '182619.185000', '182619.645000', '182620.105000', '182620.565000', '182621.025000', '182621.485000', '182621.945000', '182622.405000', '182622.865000', '182623.325000', '182623.785000', '182624.245000', '182624.705000', '182625.165000', '182625.625000', '182626.085000', '182626.545000', '182627.005000', '182627.465000', '182627.925000', '182628.385000', '182628.845000', '182629.305000', '182629.765000', '182630.225000', '182630.685000', '182631.145000', '182631.605000', '182632.065000', '182632.525000', '182632.985000', '182633.445000', '182633.905000', '182634.365000', '182634.825000', '182635.285000', '182635.745000', '182636.205000', '182636.665000', '182637.125000', '182637.585000', '182638.045000', '182638.505000', '182638.965000', '182639.425000', '182639.885000', '182640.345000', '182640.805000', '182641.265000', '182641.725000', '182642.185000', '182642.645000', '182643.105000', '182643.565000', '182644.025000', '182644.485000', '182644.945000', '182645.405000', '182645.865000', '182646.325000', '182646.785000', '182647.245000', '182647.705000', '182648.165000', '182648.625000', '182649.085000', '182649.545000', '182650.005000', '182650.465000', '182650.925000', '182651.385000', '182651.845000', '182652.305000', '182652.765000', '182653.225000', '182653.685000', '182654.145000', '182654.605000', '182655.065000', '182655.525000', '182655.985000', '182656.445000', '182656.905000', '182657.365000', '182657.825000', '182658.285000', '182658.745000', '182659.205000', '182659.665000', '182700.125000', '182700.585000', '182701.045000', '182701.505000', '182701.965000', '182702.425000', '182702.885000', '182703.345000', '182703.805000', '182704.265000', '182704.725000', '182705.185000', '182705.645000', '182706.105000', '182706.565000', '182707.025000', '182707.485000', '182707.945000', '182708.405000', '182708.865000', '182709.325000', '182709.785000', '182710.245000', '182710.705000', '182711.165000', '182711.625000', '182712.085000', '182712.545000', '182713.005000', '182713.465000', '182713.925000', '182714.385000', '182714.845000', '182715.305000', '182715.765000', '182716.225000', '182716.685000', '182717.145000', '182717.605000', '182718.065000', '182718.525000', '182718.985000', '182719.445000', '182719.905000', '182720.365000', '182720.825000', '182721.285000', '182721.745000', '182722.205000', '182722.665000', '182723.125000', '182723.585000', '182724.045000', '182724.505000', '182724.965000', '182725.425000', '182725.885000', '182726.345000', '182726.805000', '182727.265000', '182727.725000', '182728.185000', '182728.645000', '182729.105000', '182729.565000', '182730.025000', '182730.485000', '182730.945000', '182731.405000', '182731.865000', '182732.325000', '182732.785000', '182733.245000', '182733.705000', '182734.165000', '182734.625000', '182735.085000', '182735.545000', '182736.005000', '182736.465000', '182736.925000', '182737.385000', '182737.845000', '182738.305000', '182738.765000', '182739.225000', '182739.685000', '182740.145000', '182740.605000', '182741.065000', '182741.525000', '182741.985000', '182742.445000', '182742.905000', '182743.365000', '182743.825000', '182744.285000', '182744.745000', '182745.205000', '182745.665000', '182746.125000', '182746.585000', '182747.045000', '182747.505000', '182747.965000', '182748.425000', '182748.885000', '182749.345000', '182749.805000', '182750.265000', '182750.725000', '182751.185000', '182751.645000', '182752.105000', '182752.565000', '182753.025000', '182753.485000', '182753.945000', '182754.405000', '182754.865000', '182755.325000', '182755.785000', '182756.245000', '182756.705000', '182757.165000', '182757.625000', '182758.085000', '182758.545000', '182759.005000', '182759.465000', '182759.925000', '182800.385000', '182800.845000', '182801.305000', '182801.765000', '182802.225000', '182802.685000', '182803.145000', '182803.605000', '182804.065000', '182804.525000', '182804.985000', '182805.445000', '182805.905000', '182806.365000', '182806.825000', '182807.285000', '182807.745000', '182808.205000', '182808.665000', '182809.125000', '182809.585000', '182810.045000', '182810.505000', '182810.965000', '182811.425000', '182811.885000', '182812.345000', '182812.805000', '182813.265000', '182813.725000', '182814.185000', '182814.645000', '182815.105000', '182815.565000', '182816.025000', '182816.485000', '182816.945000', '182817.405000', '182817.865000', '182818.325000', '182818.785000', '182819.245000', '182819.705000', '182820.165000', '182820.625000', '182821.085000', '182821.545000', '182822.005000', '182822.465000', '182822.925000', '182823.385000', '182823.845000', '182824.305000', '182824.765000', '182825.225000', '182825.685000', '182826.145000', '182826.605000', '182827.065000', '182827.525000', '182827.985000', '182828.445000', '182828.905000', '182829.365000', '182829.825000', '182830.285000', '182830.745000', '182831.205000', '182831.665000', '182832.125000', '182832.585000', '182833.045000', '182833.505000', '182833.965000', '182834.425000', '182834.885000', '182835.345000', '182835.805000', '182836.265000', '182836.725000', '182837.185000', '182837.645000', '182838.105000', '182838.565000', '182839.025000', '182839.485000', '182839.945000', '182840.405000', '182840.865000', '182841.325000', '182841.785000', '182842.245000', '182842.705000', '182843.165000', '182843.625000', '182844.085000', '182844.545000', '182845.005000', '182845.465000', '182845.925000', '182846.385000', '182846.845000', '182847.305000', '182847.765000', '182848.225000', '182848.685000', '182849.145000', '182849.605000', '182850.065000', '182850.525000', '182850.985000', '182851.445000', '182851.905000', '182852.365000', '182852.825000', '182853.285000', '182853.745000', '182854.205000', '182854.665000', '182855.125000', '182855.585000', '182856.045000', '182856.505000', '182856.965000', '182857.425000', '182857.885000', '182858.345000', '182858.805000', '182859.265000', '182859.725000', '182900.185000', '182900.645000', '182901.105000', '182901.565000', '182902.025000', '182902.485000', '182902.945000', '182903.405000', '182903.865000', '182904.325000', '182904.785000', '182905.245000', '182905.705000', '182906.165000', '182906.625000', '182907.085000', '182907.545000', '182908.005000', '182908.465000', '182908.925000', '182909.385000', '182909.845000', '182910.305000', '182910.765000', '182911.225000', '182911.685000', '182912.145000', '182912.605000', '182913.065000', '182913.525000', '182913.985000', '182914.445000', '182914.905000', '182915.365000', '182915.825000', '182916.285000', '182916.745000', '182917.205000'], 'ContentTime': ['181900.379000', '181900.383000', '181900.386000', '181900.389000', '181900.392000', '181900.396000', '181900.399000', '181900.402000', '181900.405000', '181900.408000', '181900.410000', '181900.413000', '181900.416000', '181900.419000', '181900.422000', '181900.425000', '181900.428000', '181900.431000', '181900.434000', '181900.437000', '181900.445000', '181900.448000', '181900.450000', '181900.454000', '181900.457000', '181900.460000', '181900.463000', '181900.466000', '181900.469000', '181900.472000', '181900.475000', '181920.347000', '181920.350000', '181920.353000', '181920.356000', '181920.359000', '181920.361000', '181920.364000', '181920.367000', '181920.370000', '181920.373000', '181920.376000', '181920.379000', '181920.382000', '181920.385000', '181920.388000', '181920.391000', '181920.393000', '181920.396000', '181920.399000', '181920.402000', '181920.405000', '181920.408000', '181920.411000', '181920.414000', '181920.416000', '181920.419000', '181920.422000', '181920.425000', '181920.428000', '181920.431000', '181920.434000', '181920.436000', '181920.439000', '181920.442000', '181920.445000', '181920.448000', '181920.451000', '181920.454000', '181920.457000', '181920.459000', '181920.462000', '181920.465000', '181920.468000', '181920.471000', '181940.347000', '181940.350000', '181940.353000', '181940.356000', '181940.359000', '181940.362000', '181940.364000', '181940.367000', '181940.370000', '181940.373000', '181940.376000', '181940.379000', '181940.382000', '181940.388000', '181940.391000', '181940.394000', '181940.397000', '181940.400000', '181940.405000', '181940.408000', '181940.411000', '181940.414000', '181940.417000', '181940.420000', '181940.422000', '181940.425000', '181940.428000', '181940.431000', '181940.434000', '181940.437000', '181940.440000', '181940.443000', '181940.446000', '181940.448000', '181940.451000', '181940.454000', '181940.457000', '181940.460000', '181940.463000', '181940.466000', '181940.468000', '181940.471000', '181940.474000', '182000.348000', '182000.351000', '182000.354000', '182000.357000', '182000.360000', '182000.363000', '182000.365000', '182000.368000', '182000.371000', '182000.374000', '182000.377000', '182000.380000', '182000.383000', '182000.386000', '182000.389000', '182000.392000', '182000.395000', '182000.397000', '182000.400000', '182000.403000', '182000.406000', '182000.409000', '182000.412000', '182000.415000', '182000.418000', '182000.420000', '182000.423000', '182000.426000', '182000.429000', '182000.432000', '182000.435000', '182000.438000', '182000.441000', '182000.444000', '182000.446000', '182000.449000', '182000.452000', '182000.455000', '182000.458000', '182000.461000', '182000.464000', '182000.467000', '182000.470000', '182000.472000', '182020.348000', '182020.351000', '182020.354000', '182020.357000', '182020.359000', '182020.362000', '182020.365000', '182020.368000', '182020.371000', '182020.374000', '182020.377000', '182020.380000', '182020.383000', '182020.386000', '182020.389000', '182020.392000', '182020.394000', '182020.397000', '182020.400000', '182020.403000', '182020.406000', '182020.421000', '182020.425000', '182020.431000', '182020.434000', '182020.437000', '182020.440000', '182020.443000', '182020.446000', '182020.449000', '182020.452000', '182020.455000', '182020.458000', '182020.461000', '182020.464000', '182020.467000', '182020.470000', '182020.473000', '182020.476000', '182020.478000', '182020.481000', '182020.484000', '182020.487000', '182040.347000', '182040.350000', '182040.353000', '182040.356000', '182040.359000', '182040.361000', '182040.364000', '182040.367000', '182040.370000', '182040.373000', '182040.376000', '182040.379000', '182040.382000', '182040.385000', '182040.388000', '182040.391000', '182040.394000', '182040.396000', '182040.399000', '182040.402000', '182040.405000', '182040.408000', '182040.411000', '182040.414000', '182040.417000', '182040.420000', '182040.422000', '182040.425000', '182040.428000', '182040.431000', '182040.434000', '182040.437000', '182040.440000', '182040.443000', '182040.446000', '182040.448000', '182040.451000', '182040.454000', '182040.457000', '182040.460000', '182040.463000', '182040.466000', '182040.469000', '182040.471000', '182100.347000', '182100.350000', '182100.353000', '182100.356000', '182100.359000', '182100.362000', '182100.364000', '182100.367000', '182100.370000', '182100.373000', '182100.376000', '182100.381000', '182100.384000', '182100.387000', '182100.390000', '182100.393000', '182100.395000', '182100.398000', '182100.401000', '182100.404000', '182100.407000', '182100.410000', '182100.413000', '182100.416000', '182100.419000', '182100.422000', '182100.425000', '182100.427000', '182100.430000', '182100.433000', '182100.436000', '182100.439000', '182100.443000', '182100.447000', '182100.450000', '182100.453000', '182100.455000', '182100.458000', '182100.461000', '182100.464000', '182100.467000', '182100.470000', '182100.473000', '182120.347000', '182120.350000', '182120.353000', '182120.356000', '182120.358000', '182120.361000', '182120.364000', '182120.367000', '182120.370000', '182120.373000', '182120.376000', '182120.379000', '182120.382000', '182120.385000', '182120.388000', '182120.391000', '182120.394000', '182120.396000', '182120.399000', '182120.402000', '182120.405000', '182120.408000', '182120.411000', '182120.414000', '182120.417000', '182120.420000', '182120.423000', '182120.426000', '182120.428000', '182120.431000', '182120.434000', '182120.437000', '182120.440000', '182120.443000', '182120.446000', '182120.449000', '182120.452000', '182120.455000', '182120.457000', '182120.460000', '182120.463000', '182120.466000', '182120.469000', '182120.472000', '182140.347000', '182140.350000', '182140.353000', '182140.356000', '182140.359000', '182140.361000', '182140.364000', '182140.367000', '182140.370000', '182140.373000', '182140.376000', '182140.379000', '182140.382000', '182140.385000', '182140.388000', '182140.390000', '182140.393000', '182140.396000', '182140.399000', '182140.402000', '182140.405000', '182140.408000', '182140.411000', '182140.414000', '182140.417000', '182140.419000', '182140.422000', '182140.425000', '182140.428000', '182140.431000', '182140.434000', '182140.437000', '182140.440000', '182140.443000', '182140.446000', '182140.449000', '182140.451000', '182140.454000', '182140.457000', '182140.460000', '182140.463000', '182140.466000', '182140.469000', '182200.347000', '182200.350000', '182200.353000', '182200.356000', '182200.359000', '182200.361000', '182200.364000', '182200.367000', '182200.370000', '182200.373000', '182200.376000', '182200.379000', '182200.382000', '182200.385000', '182200.388000', '182200.390000', '182200.393000', '182200.411000', '182200.414000', '182200.416000', '182200.419000', '182200.422000', '182200.425000', '182200.428000', '182200.431000', '182200.434000', '182200.437000', '182200.440000', '182200.442000', '182200.445000', '182200.448000', '182200.451000', '182200.454000', '182200.457000', '182200.460000', '182200.463000', '182200.466000', '182200.469000', '182200.478000', '182200.481000', '182200.484000', '182200.487000', '182200.490000', '182200.493000', '182220.348000', '182220.351000', '182220.354000', '182220.357000', '182220.360000', '182220.362000', '182220.365000', '182220.368000', '182220.371000', '182220.374000', '182220.377000', '182220.380000', '182220.383000', '182220.386000', '182220.389000', '182220.391000', '182220.394000', '182220.397000', '182220.400000', '182220.403000', '182220.406000', '182220.409000', '182220.412000', '182220.415000', '182220.419000', '182220.422000', '182220.425000', '182220.428000', '182220.431000', '182220.434000', '182220.437000', '182220.440000', '182220.443000', '182220.446000', '182220.448000', '182220.451000', '182220.454000', '182220.457000', '182220.460000', '182220.463000', '182220.466000', '182220.469000', '182220.473000', '182240.348000', '182240.351000', '182240.354000', '182240.357000', '182240.360000', '182240.363000', '182240.366000', '182240.369000', '182240.371000', '182240.374000', '182240.377000', '182240.380000', '182240.383000', '182240.386000', '182240.389000', '182240.392000', '182240.395000', '182240.398000', '182240.401000', '182240.404000', '182240.407000', '182240.409000', '182240.412000', '182240.415000', '182240.418000', '182240.421000', '182240.424000', '182240.427000', '182240.430000', '182240.433000', '182240.436000', '182240.439000', '182240.442000', '182240.444000', '182240.447000', '182240.450000', '182240.453000', '182240.456000', '182240.459000', '182240.462000', '182240.465000', '182240.468000', '182240.471000', '182240.473000', '182300.347000', '182300.350000', '182300.353000', '182300.356000', '182300.359000', '182300.362000', '182300.365000', '182300.368000', '182300.371000', '182300.373000', '182300.376000', '182300.379000', '182300.382000', '182300.385000', '182300.388000', '182300.391000', '182300.394000', '182300.397000', '182300.400000', '182300.403000', '182300.406000', '182300.408000', '182300.411000', '182300.414000', '182300.417000', '182300.420000', '182300.423000', '182300.426000', '182300.429000', '182300.432000', '182300.435000', '182300.438000', '182300.441000', '182300.443000', '182300.446000', '182300.449000', '182300.452000', '182300.455000', '182300.458000', '182300.461000', '182300.464000', '182300.467000', '182300.470000', '182320.347000', '182320.350000', '182320.353000', '182320.356000', '182320.359000', '182320.362000', '182320.365000', '182320.367000', '182320.370000', '182320.373000', '182320.376000', '182320.379000', '182320.382000', '182320.385000', '182320.388000', '182320.391000', '182320.394000', '182320.397000', '182320.400000', '182320.402000', '182320.405000', '182320.408000', '182320.411000', '182320.414000', '182320.417000', '182320.420000', '182320.423000', '182320.426000', '182320.429000', '182320.432000', '182320.434000', '182320.437000', '182320.440000', '182320.443000', '182320.446000', '182320.449000', '182320.457000', '182320.460000', '182320.463000', '182320.466000', '182320.469000', '182320.471000', '182320.488000', '182320.491000', '182340.347000', '182340.350000', '182340.353000', '182340.356000', '182340.359000', '182340.362000', '182340.364000', '182340.367000', '182340.370000', '182340.373000', '182340.376000', '182340.379000', '182340.382000', '182340.385000', '182340.388000', '182340.391000', '182340.394000', '182340.397000', '182340.400000', '182340.402000', '182340.405000', '182340.408000', '182340.411000', '182340.414000', '182340.417000', '182340.420000', '182340.423000', '182340.426000', '182340.429000', '182340.432000', '182340.435000', '182340.437000', '182340.440000', '182340.443000', '182340.446000', '182340.449000', '182340.452000', '182340.456000', '182340.459000', '182340.462000', '182340.465000', '182340.468000', '182340.471000', '182400.347000', '182400.350000', '182400.353000', '182400.356000', '182400.359000', '182400.361000', '182400.364000', '182400.367000', '182400.370000', '182400.373000', '182400.376000', '182400.379000', '182400.382000', '182400.385000', '182400.388000', '182400.391000', '182400.394000', '182400.397000', '182400.400000', '182400.402000', '182400.405000', '182400.408000', '182400.411000', '182400.414000', '182400.417000', '182400.420000', '182400.423000', '182400.426000', '182400.429000', '182400.432000', '182400.435000', '182400.438000', '182400.440000', '182400.443000', '182400.446000', '182400.449000', '182400.452000', '182400.455000', '182400.458000', '182400.461000', '182400.464000', '182400.467000', '182400.470000', '182400.473000', '182420.347000', '182420.350000', '182420.353000', '182420.356000', '182420.359000', '182420.362000', '182420.365000', '182420.367000', '182420.370000', '182420.373000', '182420.376000', '182420.379000', '182420.382000', '182420.385000', '182420.388000', '182420.391000', '182420.394000', '182420.397000', '182420.399000', '182420.402000', '182420.405000', '182420.408000', '182420.411000', '182420.414000', '182420.417000', '182420.420000', '182420.423000', '182420.426000', '182420.431000', '182420.434000', '182420.436000', '182420.439000', '182420.442000', '182420.445000', '182420.448000', '182420.451000', '182420.454000', '182420.457000', '182420.460000', '182420.463000', '182420.466000', '182420.469000', '182420.471000', '182440.348000', '182440.351000', '182440.354000', '182440.357000', '182440.360000', '182440.363000', '182440.365000', '182440.368000', '182440.371000', '182440.374000', '182440.377000', '182440.380000', '182440.383000', '182440.386000', '182440.389000', '182440.392000', '182440.395000', '182440.397000', '182440.400000', '182440.403000', '182440.406000', '182440.409000', '182440.412000', '182440.415000', '182440.418000', '182440.421000', '182440.424000', '182440.427000', '182440.429000', '182440.432000', '182440.435000', '182440.438000', '182440.441000', '182440.444000', '182440.447000', '182440.450000', '182440.452000', '182440.455000', '182440.458000', '182440.461000', '182440.464000', '182440.467000', '182440.470000', '182440.473000', '182500.348000', '182500.351000', '182500.354000', '182500.357000', '182500.360000', '182500.363000', '182500.366000', '182500.369000', '182500.372000', '182500.393000', '182500.396000', '182500.399000', '182500.402000', '182500.404000', '182500.407000', '182500.410000', '182500.413000', '182500.416000', '182500.419000', '182500.422000', '182500.425000', '182500.428000', '182500.431000', '182500.434000', '182500.437000', '182500.440000', '182500.442000', '182500.445000', '182500.448000', '182500.451000', '182500.454000', '182500.457000', '182500.460000', '182500.463000', '182500.466000', '182500.469000', '182500.471000', '182500.474000', '182500.477000', '182500.480000', '182500.483000', '182500.486000', '182500.489000', '182520.347000', '182520.350000', '182520.353000', '182520.356000', '182520.359000', '182520.362000', '182520.365000', '182520.367000', '182520.370000', '182520.373000', '182520.376000', '182520.379000', '182520.382000', '182520.385000', '182520.388000', '182520.391000', '182520.394000', '182520.397000', '182520.400000', '182520.403000', '182520.405000', '182520.408000', '182520.411000', '182520.414000', '182520.417000', '182520.420000', '182520.423000', '182520.426000', '182520.429000', '182520.432000', '182520.434000', '182520.437000', '182520.440000', '182520.443000', '182520.446000', '182520.449000', '182520.452000', '182520.455000', '182520.458000', '182520.461000', '182520.464000', '182520.466000', '182520.469000', '182520.472000', '182540.347000', '182540.350000', '182540.353000', '182540.356000', '182540.359000', '182540.362000', '182540.365000', '182540.368000', '182540.371000', '182540.374000', '182540.376000', '182540.379000', '182540.382000', '182540.385000', '182540.388000', '182540.391000', '182540.394000', '182540.397000', '182540.400000', '182540.403000', '182540.406000', '182540.409000', '182540.412000', '182540.414000', '182540.417000', '182540.420000', '182540.423000', '182540.426000', '182540.429000', '182540.432000', '182540.435000', '182540.438000', '182540.441000', '182540.444000', '182540.446000', '182540.449000', '182540.452000', '182540.455000', '182540.458000', '182540.461000', '182540.464000', '182540.467000', '182540.470000', '182600.347000', '182600.353000', '182600.356000', '182600.359000', '182600.362000', '182600.365000', '182600.368000', '182600.371000', '182600.374000', '182600.377000', '182600.380000', '182600.383000', '182600.386000', '182600.389000', '182600.392000', '182600.395000', '182600.398000', '182600.401000', '182600.403000', '182600.406000', '182600.409000', '182600.412000', '182600.415000', '182600.418000', '182600.421000', '182600.424000', '182600.427000', '182600.430000', '182600.433000', '182600.436000', '182600.438000', '182600.441000', '182600.444000', '182600.447000', '182600.450000', '182600.453000', '182600.456000', '182600.459000', '182600.462000', '182600.464000', '182600.467000', '182600.470000', '182600.473000', '182620.347000', '182620.350000', '182620.353000', '182620.356000', '182620.359000', '182620.362000', '182620.372000', '182620.375000', '182620.378000', '182620.381000', '182620.384000', '182620.387000', '182620.390000', '182620.393000', '182620.396000', '182620.398000', '182620.401000', '182620.404000', '182620.407000', '182620.410000', '182620.413000', '182620.416000', '182620.419000', '182620.422000', '182620.425000', '182620.428000', '182620.430000', '182620.433000', '182620.436000', '182620.439000', '182620.442000', '182620.445000', '182620.448000', '182620.451000', '182620.454000', '182620.457000', '182620.460000', '182620.463000', '182620.466000', '182620.469000', '182620.472000', '182620.474000', '182620.477000', '182620.480000', '182640.347000', '182640.350000', '182640.353000', '182640.356000', '182640.359000', '182640.362000', '182640.365000', '182640.368000', '182640.371000', '182640.373000', '182640.376000', '182640.379000', '182640.383000', '182640.385000', '182640.388000', '182640.391000', '182640.394000', '182640.397000', '182640.400000', '182640.403000', '182640.406000', '182640.409000', '182640.412000', '182640.415000', '182640.418000', '182640.421000', '182640.424000', '182640.426000', '182640.429000', '182640.432000', '182640.435000', '182640.438000', '182640.441000', '182640.444000', '182640.447000', '182640.450000', '182640.453000', '182640.455000', '182640.458000', '182640.461000', '182640.464000', '182640.467000', '182640.470000', '182700.348000', '182700.351000', '182700.354000', '182700.357000', '182700.360000', '182700.363000', '182700.366000', '182700.369000', '182700.372000', '182700.379000', '182700.382000', '182700.385000', '182700.388000', '182700.391000', '182700.394000', '182700.397000', '182700.400000', '182700.402000', '182700.405000', '182700.408000', '182700.411000', '182700.414000', '182700.417000', '182700.420000', '182700.423000', '182700.426000', '182700.429000', '182700.432000', '182700.434000', '182700.437000', '182700.440000', '182700.443000', '182700.446000', '182700.449000', '182700.452000', '182700.455000', '182700.458000', '182700.461000', '182700.463000', '182700.466000', '182700.469000', '182700.472000', '182700.475000', '182700.478000', '182720.348000', '182720.351000', '182720.354000', '182720.357000', '182720.360000', '182720.363000', '182720.366000', '182720.369000', '182720.372000', '182720.374000', '182720.377000', '182720.380000', '182720.383000', '182720.386000', '182720.389000', '182720.394000', '182720.397000', '182720.400000', '182720.403000', '182720.406000', '182720.409000', '182720.412000', '182720.415000', '182720.418000', '182720.421000', '182720.424000', '182720.427000', '182720.430000', '182720.432000', '182720.435000', '182720.438000', '182720.441000', '182720.444000', '182720.447000', '182720.450000', '182720.453000', '182720.456000', '182720.459000', '182720.461000', '182720.464000', '182720.467000', '182720.470000', '182720.473000', '182740.347000', '182740.350000', '182740.353000', '182740.369000', '182740.372000', '182740.375000', '182740.378000', '182740.381000', '182740.384000', '182740.387000', '182740.390000', '182740.393000', '182740.396000', '182740.399000', '182740.402000', '182740.405000', '182740.408000', '182740.411000', '182740.414000', '182740.417000', '182740.420000', '182740.423000', '182740.426000', '182740.429000', '182740.431000', '182740.434000', '182740.437000', '182740.440000', '182740.443000', '182740.446000', '182740.449000', '182740.452000', '182740.455000', '182740.458000', '182740.460000', '182740.463000', '182740.466000', '182740.469000', '182740.472000', '182740.475000', '182740.478000', '182740.481000', '182740.483000', '182740.486000', '182800.347000', '182800.350000', '182800.353000', '182800.356000', '182800.359000', '182800.362000', '182800.365000', '182800.368000', '182800.371000', '182800.374000', '182800.377000', '182800.380000', '182800.382000', '182800.385000', '182800.388000', '182800.391000', '182800.394000', '182800.397000', '182800.400000', '182800.403000', '182800.406000', '182800.410000', '182800.413000', '182800.416000', '182800.419000', '182800.422000', '182800.424000', '182800.427000', '182800.430000', '182800.433000', '182800.436000', '182800.439000', '182800.442000', '182800.445000', '182800.448000', '182800.451000', '182800.454000', '182800.457000', '182800.460000', '182800.463000', '182800.466000', '182800.468000', '182800.471000', '182820.347000', '182820.350000', '182820.353000', '182820.356000', '182820.359000', '182820.362000', '182820.365000', '182820.368000', '182820.371000', '182820.374000', '182820.377000', '182820.379000', '182820.382000', '182820.385000', '182820.388000', '182820.391000', '182820.394000', '182820.397000', '182820.400000', '182820.403000', '182820.406000', '182820.409000', '182820.412000', '182820.415000', '182820.418000', '182820.421000', '182820.424000', '182820.426000', '182820.429000', '182820.438000', '182820.441000', '182820.444000', '182820.447000', '182820.450000', '182820.452000', '182820.455000', '182820.458000', '182820.461000', '182820.464000', '182820.467000', '182820.470000', '182820.473000', '182820.476000', '182820.479000', '182840.347000', '182840.350000', '182840.353000', '182840.356000', '182840.359000', '182840.362000', '182840.365000', '182840.368000', '182840.372000', '182840.375000', '182840.378000', '182840.380000', '182840.383000', '182840.386000', '182840.389000', '182840.392000', '182840.395000', '182840.398000', '182840.401000', '182840.404000', '182840.407000', '182840.410000', '182840.413000', '182840.416000', '182840.419000', '182840.422000', '182840.425000', '182840.428000', '182840.431000', '182840.434000', '182840.440000', '182840.443000', '182840.446000', '182840.449000', '182840.452000', '182840.455000', '182840.458000', '182840.460000', '182840.463000', '182840.466000', '182840.469000', '182840.472000', '182840.475000', '182900.347000', '182900.350000', '182900.353000', '182900.356000', '182900.359000', '182900.362000', '182900.365000', '182900.368000', '182900.371000', '182900.374000', '182900.377000', '182900.380000', '182900.383000', '182900.386000', '182900.388000', '182900.391000', '182900.394000', '182900.397000', '182900.400000', '182900.403000', '182900.406000', '182900.409000', '182900.412000', '182900.415000', '182900.418000', '182900.421000', '182900.424000', '182900.427000', '182900.430000', '182900.432000', '182900.435000', '182900.438000', '182900.441000', '182900.444000', '182900.447000', '182900.450000', '182900.453000', '182900.456000', '182900.459000', '182900.461000', '182900.464000', '182900.467000', '182900.470000', '182900.473000', '182918.671000', '182918.674000', '182918.678000', '182918.681000', '182918.684000', '182918.687000', '182918.690000', '182918.693000', '182918.696000', '182918.699000', '182918.702000', '182918.705000', '182918.709000', '182918.712000', '182918.715000', '182918.717000', '182918.720000', '182918.723000', '182918.727000', '182918.730000', '182918.733000', '182918.736000', '182918.740000', '182918.743000', '182918.747000', '182918.751000', '182918.754000', '182918.757000', '182918.760000', '182918.763000', '182918.766000', '182918.769000', '182918.772000', '182918.775000', '182918.778000', '182918.781000', '182918.784000', '182918.787000', '182918.790000', '182918.793000'], 'InstanceCreationTime': ['181900.379000', '181900.383000', '181900.386000', '181900.389000', '181900.392000', '181900.396000', '181900.399000', '181900.402000', '181900.405000', '181900.408000', '181900.410000', '181900.413000', '181900.416000', '181900.419000', '181900.422000', '181900.425000', '181900.428000', '181900.431000', '181900.434000', '181900.437000', '181900.445000', '181900.448000', '181900.450000', '181900.454000', '181900.457000', '181900.460000', '181900.463000', '181900.466000', '181900.469000', '181900.472000', '181900.475000', '181920.347000', '181920.350000', '181920.353000', '181920.356000', '181920.359000', '181920.361000', '181920.364000', '181920.367000', '181920.370000', '181920.373000', '181920.376000', '181920.379000', '181920.382000', '181920.385000', '181920.388000', '181920.391000', '181920.393000', '181920.396000', '181920.399000', '181920.402000', '181920.405000', '181920.408000', '181920.411000', '181920.414000', '181920.416000', '181920.419000', '181920.422000', '181920.425000', '181920.428000', '181920.431000', '181920.434000', '181920.436000', '181920.439000', '181920.442000', '181920.445000', '181920.448000', '181920.451000', '181920.454000', '181920.457000', '181920.459000', '181920.462000', '181920.465000', '181920.468000', '181920.471000', '181940.347000', '181940.350000', '181940.353000', '181940.356000', '181940.359000', '181940.362000', '181940.364000', '181940.367000', '181940.370000', '181940.373000', '181940.376000', '181940.379000', '181940.382000', '181940.388000', '181940.391000', '181940.394000', '181940.397000', '181940.400000', '181940.405000', '181940.408000', '181940.411000', '181940.414000', '181940.417000', '181940.420000', '181940.422000', '181940.425000', '181940.428000', '181940.431000', '181940.434000', '181940.437000', '181940.440000', '181940.443000', '181940.446000', '181940.448000', '181940.451000', '181940.454000', '181940.457000', '181940.460000', '181940.463000', '181940.466000', '181940.468000', '181940.471000', '181940.474000', '182000.348000', '182000.351000', '182000.354000', '182000.357000', '182000.360000', '182000.363000', '182000.365000', '182000.368000', '182000.371000', '182000.374000', '182000.377000', '182000.380000', '182000.383000', '182000.386000', '182000.389000', '182000.392000', '182000.395000', '182000.397000', '182000.400000', '182000.403000', '182000.406000', '182000.409000', '182000.412000', '182000.415000', '182000.418000', '182000.420000', '182000.423000', '182000.426000', '182000.429000', '182000.432000', '182000.435000', '182000.438000', '182000.441000', '182000.444000', '182000.446000', '182000.449000', '182000.452000', '182000.455000', '182000.458000', '182000.461000', '182000.464000', '182000.467000', '182000.470000', '182000.472000', '182020.348000', '182020.351000', '182020.354000', '182020.357000', '182020.359000', '182020.362000', '182020.365000', '182020.368000', '182020.371000', '182020.374000', '182020.377000', '182020.380000', '182020.383000', '182020.386000', '182020.389000', '182020.392000', '182020.394000', '182020.397000', '182020.400000', '182020.403000', '182020.406000', '182020.421000', '182020.425000', '182020.431000', '182020.434000', '182020.437000', '182020.440000', '182020.443000', '182020.446000', '182020.449000', '182020.452000', '182020.455000', '182020.458000', '182020.461000', '182020.464000', '182020.467000', '182020.470000', '182020.473000', '182020.476000', '182020.478000', '182020.481000', '182020.484000', '182020.487000', '182040.347000', '182040.350000', '182040.353000', '182040.356000', '182040.359000', '182040.361000', '182040.364000', '182040.367000', '182040.370000', '182040.373000', '182040.376000', '182040.379000', '182040.382000', '182040.385000', '182040.388000', '182040.391000', '182040.394000', '182040.396000', '182040.399000', '182040.402000', '182040.405000', '182040.408000', '182040.411000', '182040.414000', '182040.417000', '182040.420000', '182040.422000', '182040.425000', '182040.428000', '182040.431000', '182040.434000', '182040.437000', '182040.440000', '182040.443000', '182040.446000', '182040.448000', '182040.451000', '182040.454000', '182040.457000', '182040.460000', '182040.463000', '182040.466000', '182040.469000', '182040.471000', '182100.347000', '182100.350000', '182100.353000', '182100.356000', '182100.359000', '182100.362000', '182100.364000', '182100.367000', '182100.370000', '182100.373000', '182100.376000', '182100.381000', '182100.384000', '182100.387000', '182100.390000', '182100.393000', '182100.395000', '182100.398000', '182100.401000', '182100.404000', '182100.407000', '182100.410000', '182100.413000', '182100.416000', '182100.419000', '182100.422000', '182100.425000', '182100.427000', '182100.430000', '182100.433000', '182100.436000', '182100.439000', '182100.443000', '182100.447000', '182100.450000', '182100.453000', '182100.455000', '182100.458000', '182100.461000', '182100.464000', '182100.467000', '182100.470000', '182100.473000', '182120.347000', '182120.350000', '182120.353000', '182120.356000', '182120.358000', '182120.361000', '182120.364000', '182120.367000', '182120.370000', '182120.373000', '182120.376000', '182120.379000', '182120.382000', '182120.385000', '182120.388000', '182120.391000', '182120.394000', '182120.396000', '182120.399000', '182120.402000', '182120.405000', '182120.408000', '182120.411000', '182120.414000', '182120.417000', '182120.420000', '182120.423000', '182120.426000', '182120.428000', '182120.431000', '182120.434000', '182120.437000', '182120.440000', '182120.443000', '182120.446000', '182120.449000', '182120.452000', '182120.455000', '182120.457000', '182120.460000', '182120.463000', '182120.466000', '182120.469000', '182120.472000', '182140.347000', '182140.350000', '182140.353000', '182140.356000', '182140.359000', '182140.361000', '182140.364000', '182140.367000', '182140.370000', '182140.373000', '182140.376000', '182140.379000', '182140.382000', '182140.385000', '182140.388000', '182140.390000', '182140.393000', '182140.396000', '182140.399000', '182140.402000', '182140.405000', '182140.408000', '182140.411000', '182140.414000', '182140.417000', '182140.419000', '182140.422000', '182140.425000', '182140.428000', '182140.431000', '182140.434000', '182140.437000', '182140.440000', '182140.443000', '182140.446000', '182140.449000', '182140.451000', '182140.454000', '182140.457000', '182140.460000', '182140.463000', '182140.466000', '182140.469000', '182200.347000', '182200.350000', '182200.353000', '182200.356000', '182200.359000', '182200.361000', '182200.364000', '182200.367000', '182200.370000', '182200.373000', '182200.376000', '182200.379000', '182200.382000', '182200.385000', '182200.388000', '182200.390000', '182200.393000', '182200.411000', '182200.414000', '182200.416000', '182200.419000', '182200.422000', '182200.425000', '182200.428000', '182200.431000', '182200.434000', '182200.437000', '182200.440000', '182200.442000', '182200.445000', '182200.448000', '182200.451000', '182200.454000', '182200.457000', '182200.460000', '182200.463000', '182200.466000', '182200.469000', '182200.478000', '182200.481000', '182200.484000', '182200.487000', '182200.490000', '182200.493000', '182220.348000', '182220.351000', '182220.354000', '182220.357000', '182220.360000', '182220.362000', '182220.365000', '182220.368000', '182220.371000', '182220.374000', '182220.377000', '182220.380000', '182220.383000', '182220.386000', '182220.389000', '182220.391000', '182220.394000', '182220.397000', '182220.400000', '182220.403000', '182220.406000', '182220.409000', '182220.412000', '182220.415000', '182220.419000', '182220.422000', '182220.425000', '182220.428000', '182220.431000', '182220.434000', '182220.437000', '182220.440000', '182220.443000', '182220.446000', '182220.448000', '182220.451000', '182220.454000', '182220.457000', '182220.460000', '182220.463000', '182220.466000', '182220.469000', '182220.473000', '182240.348000', '182240.351000', '182240.354000', '182240.357000', '182240.360000', '182240.363000', '182240.366000', '182240.369000', '182240.371000', '182240.374000', '182240.377000', '182240.380000', '182240.383000', '182240.386000', '182240.389000', '182240.392000', '182240.395000', '182240.398000', '182240.401000', '182240.404000', '182240.407000', '182240.409000', '182240.412000', '182240.415000', '182240.418000', '182240.421000', '182240.424000', '182240.427000', '182240.430000', '182240.433000', '182240.436000', '182240.439000', '182240.442000', '182240.444000', '182240.447000', '182240.450000', '182240.453000', '182240.456000', '182240.459000', '182240.462000', '182240.465000', '182240.468000', '182240.471000', '182240.473000', '182300.347000', '182300.350000', '182300.353000', '182300.356000', '182300.359000', '182300.362000', '182300.365000', '182300.368000', '182300.371000', '182300.373000', '182300.376000', '182300.379000', '182300.382000', '182300.385000', '182300.388000', '182300.391000', '182300.394000', '182300.397000', '182300.400000', '182300.403000', '182300.406000', '182300.408000', '182300.411000', '182300.414000', '182300.417000', '182300.420000', '182300.423000', '182300.426000', '182300.429000', '182300.432000', '182300.435000', '182300.438000', '182300.441000', '182300.443000', '182300.446000', '182300.449000', '182300.452000', '182300.455000', '182300.458000', '182300.461000', '182300.464000', '182300.467000', '182300.470000', '182320.347000', '182320.350000', '182320.353000', '182320.356000', '182320.359000', '182320.362000', '182320.365000', '182320.367000', '182320.370000', '182320.373000', '182320.376000', '182320.379000', '182320.382000', '182320.385000', '182320.388000', '182320.391000', '182320.394000', '182320.397000', '182320.400000', '182320.402000', '182320.405000', '182320.408000', '182320.411000', '182320.414000', '182320.417000', '182320.420000', '182320.423000', '182320.426000', '182320.429000', '182320.432000', '182320.434000', '182320.437000', '182320.440000', '182320.443000', '182320.446000', '182320.449000', '182320.457000', '182320.460000', '182320.463000', '182320.466000', '182320.469000', '182320.471000', '182320.488000', '182320.491000', '182340.347000', '182340.350000', '182340.353000', '182340.356000', '182340.359000', '182340.362000', '182340.364000', '182340.367000', '182340.370000', '182340.373000', '182340.376000', '182340.379000', '182340.382000', '182340.385000', '182340.388000', '182340.391000', '182340.394000', '182340.397000', '182340.400000', '182340.402000', '182340.405000', '182340.408000', '182340.411000', '182340.414000', '182340.417000', '182340.420000', '182340.423000', '182340.426000', '182340.429000', '182340.432000', '182340.435000', '182340.437000', '182340.440000', '182340.443000', '182340.446000', '182340.449000', '182340.452000', '182340.456000', '182340.459000', '182340.462000', '182340.465000', '182340.468000', '182340.471000', '182400.347000', '182400.350000', '182400.353000', '182400.356000', '182400.359000', '182400.361000', '182400.364000', '182400.367000', '182400.370000', '182400.373000', '182400.376000', '182400.379000', '182400.382000', '182400.385000', '182400.388000', '182400.391000', '182400.394000', '182400.397000', '182400.400000', '182400.402000', '182400.405000', '182400.408000', '182400.411000', '182400.414000', '182400.417000', '182400.420000', '182400.423000', '182400.426000', '182400.429000', '182400.432000', '182400.435000', '182400.438000', '182400.440000', '182400.443000', '182400.446000', '182400.449000', '182400.452000', '182400.455000', '182400.458000', '182400.461000', '182400.464000', '182400.467000', '182400.470000', '182400.473000', '182420.347000', '182420.350000', '182420.353000', '182420.356000', '182420.359000', '182420.362000', '182420.365000', '182420.367000', '182420.370000', '182420.373000', '182420.376000', '182420.379000', '182420.382000', '182420.385000', '182420.388000', '182420.391000', '182420.394000', '182420.397000', '182420.399000', '182420.402000', '182420.405000', '182420.408000', '182420.411000', '182420.414000', '182420.417000', '182420.420000', '182420.423000', '182420.426000', '182420.431000', '182420.434000', '182420.436000', '182420.439000', '182420.442000', '182420.445000', '182420.448000', '182420.451000', '182420.454000', '182420.457000', '182420.460000', '182420.463000', '182420.466000', '182420.469000', '182420.471000', '182440.348000', '182440.351000', '182440.354000', '182440.357000', '182440.360000', '182440.363000', '182440.365000', '182440.368000', '182440.371000', '182440.374000', '182440.377000', '182440.380000', '182440.383000', '182440.386000', '182440.389000', '182440.392000', '182440.395000', '182440.397000', '182440.400000', '182440.403000', '182440.406000', '182440.409000', '182440.412000', '182440.415000', '182440.418000', '182440.421000', '182440.424000', '182440.427000', '182440.429000', '182440.432000', '182440.435000', '182440.438000', '182440.441000', '182440.444000', '182440.447000', '182440.450000', '182440.452000', '182440.455000', '182440.458000', '182440.461000', '182440.464000', '182440.467000', '182440.470000', '182440.473000', '182500.348000', '182500.351000', '182500.354000', '182500.357000', '182500.360000', '182500.363000', '182500.366000', '182500.369000', '182500.372000', '182500.393000', '182500.396000', '182500.399000', '182500.402000', '182500.404000', '182500.407000', '182500.410000', '182500.413000', '182500.416000', '182500.419000', '182500.422000', '182500.425000', '182500.428000', '182500.431000', '182500.434000', '182500.437000', '182500.440000', '182500.442000', '182500.445000', '182500.448000', '182500.451000', '182500.454000', '182500.457000', '182500.460000', '182500.463000', '182500.466000', '182500.469000', '182500.471000', '182500.474000', '182500.477000', '182500.480000', '182500.483000', '182500.486000', '182500.489000', '182520.347000', '182520.350000', '182520.353000', '182520.356000', '182520.359000', '182520.362000', '182520.365000', '182520.367000', '182520.370000', '182520.373000', '182520.376000', '182520.379000', '182520.382000', '182520.385000', '182520.388000', '182520.391000', '182520.394000', '182520.397000', '182520.400000', '182520.403000', '182520.405000', '182520.408000', '182520.411000', '182520.414000', '182520.417000', '182520.420000', '182520.423000', '182520.426000', '182520.429000', '182520.432000', '182520.434000', '182520.437000', '182520.440000', '182520.443000', '182520.446000', '182520.449000', '182520.452000', '182520.455000', '182520.458000', '182520.461000', '182520.464000', '182520.466000', '182520.469000', '182520.472000', '182540.347000', '182540.350000', '182540.353000', '182540.356000', '182540.359000', '182540.362000', '182540.365000', '182540.368000', '182540.371000', '182540.374000', '182540.376000', '182540.379000', '182540.382000', '182540.385000', '182540.388000', '182540.391000', '182540.394000', '182540.397000', '182540.400000', '182540.403000', '182540.406000', '182540.409000', '182540.412000', '182540.414000', '182540.417000', '182540.420000', '182540.423000', '182540.426000', '182540.429000', '182540.432000', '182540.435000', '182540.438000', '182540.441000', '182540.444000', '182540.446000', '182540.449000', '182540.452000', '182540.455000', '182540.458000', '182540.461000', '182540.464000', '182540.467000', '182540.470000', '182600.347000', '182600.353000', '182600.356000', '182600.359000', '182600.362000', '182600.365000', '182600.368000', '182600.371000', '182600.374000', '182600.377000', '182600.380000', '182600.383000', '182600.386000', '182600.389000', '182600.392000', '182600.395000', '182600.398000', '182600.401000', '182600.403000', '182600.406000', '182600.409000', '182600.412000', '182600.415000', '182600.418000', '182600.421000', '182600.424000', '182600.427000', '182600.430000', '182600.433000', '182600.436000', '182600.438000', '182600.441000', '182600.444000', '182600.447000', '182600.450000', '182600.453000', '182600.456000', '182600.459000', '182600.462000', '182600.464000', '182600.467000', '182600.470000', '182600.473000', '182620.347000', '182620.350000', '182620.353000', '182620.356000', '182620.359000', '182620.362000', '182620.372000', '182620.375000', '182620.378000', '182620.381000', '182620.384000', '182620.387000', '182620.390000', '182620.393000', '182620.396000', '182620.398000', '182620.401000', '182620.404000', '182620.407000', '182620.410000', '182620.413000', '182620.416000', '182620.419000', '182620.422000', '182620.425000', '182620.428000', '182620.430000', '182620.433000', '182620.436000', '182620.439000', '182620.442000', '182620.445000', '182620.448000', '182620.451000', '182620.454000', '182620.457000', '182620.460000', '182620.463000', '182620.466000', '182620.469000', '182620.472000', '182620.474000', '182620.477000', '182620.480000', '182640.347000', '182640.350000', '182640.353000', '182640.356000', '182640.359000', '182640.362000', '182640.365000', '182640.368000', '182640.371000', '182640.373000', '182640.376000', '182640.379000', '182640.383000', '182640.385000', '182640.388000', '182640.391000', '182640.394000', '182640.397000', '182640.400000', '182640.403000', '182640.406000', '182640.409000', '182640.412000', '182640.415000', '182640.418000', '182640.421000', '182640.424000', '182640.426000', '182640.429000', '182640.432000', '182640.435000', '182640.438000', '182640.441000', '182640.444000', '182640.447000', '182640.450000', '182640.453000', '182640.455000', '182640.458000', '182640.461000', '182640.464000', '182640.467000', '182640.470000', '182700.348000', '182700.351000', '182700.354000', '182700.357000', '182700.360000', '182700.363000', '182700.366000', '182700.369000', '182700.372000', '182700.379000', '182700.382000', '182700.385000', '182700.388000', '182700.391000', '182700.394000', '182700.397000', '182700.400000', '182700.402000', '182700.405000', '182700.408000', '182700.411000', '182700.414000', '182700.417000', '182700.420000', '182700.423000', '182700.426000', '182700.429000', '182700.432000', '182700.434000', '182700.437000', '182700.440000', '182700.443000', '182700.446000', '182700.449000', '182700.452000', '182700.455000', '182700.458000', '182700.461000', '182700.463000', '182700.466000', '182700.469000', '182700.472000', '182700.475000', '182700.478000', '182720.348000', '182720.351000', '182720.354000', '182720.357000', '182720.360000', '182720.363000', '182720.366000', '182720.369000', '182720.372000', '182720.374000', '182720.377000', '182720.380000', '182720.383000', '182720.386000', '182720.389000', '182720.394000', '182720.397000', '182720.400000', '182720.403000', '182720.406000', '182720.409000', '182720.412000', '182720.415000', '182720.418000', '182720.421000', '182720.424000', '182720.427000', '182720.430000', '182720.432000', '182720.435000', '182720.438000', '182720.441000', '182720.444000', '182720.447000', '182720.450000', '182720.453000', '182720.456000', '182720.459000', '182720.461000', '182720.464000', '182720.467000', '182720.470000', '182720.473000', '182740.347000', '182740.350000', '182740.353000', '182740.369000', '182740.372000', '182740.375000', '182740.378000', '182740.381000', '182740.384000', '182740.387000', '182740.390000', '182740.393000', '182740.396000', '182740.399000', '182740.402000', '182740.405000', '182740.408000', '182740.411000', '182740.414000', '182740.417000', '182740.420000', '182740.423000', '182740.426000', '182740.429000', '182740.431000', '182740.434000', '182740.437000', '182740.440000', '182740.443000', '182740.446000', '182740.449000', '182740.452000', '182740.455000', '182740.458000', '182740.460000', '182740.463000', '182740.466000', '182740.469000', '182740.472000', '182740.475000', '182740.478000', '182740.481000', '182740.483000', '182740.486000', '182800.347000', '182800.350000', '182800.353000', '182800.356000', '182800.359000', '182800.362000', '182800.365000', '182800.368000', '182800.371000', '182800.374000', '182800.377000', '182800.380000', '182800.382000', '182800.385000', '182800.388000', '182800.391000', '182800.394000', '182800.397000', '182800.400000', '182800.403000', '182800.406000', '182800.410000', '182800.413000', '182800.416000', '182800.419000', '182800.422000', '182800.424000', '182800.427000', '182800.430000', '182800.433000', '182800.436000', '182800.439000', '182800.442000', '182800.445000', '182800.448000', '182800.451000', '182800.454000', '182800.457000', '182800.460000', '182800.463000', '182800.466000', '182800.468000', '182800.471000', '182820.347000', '182820.350000', '182820.353000', '182820.356000', '182820.359000', '182820.362000', '182820.365000', '182820.368000', '182820.371000', '182820.374000', '182820.377000', '182820.379000', '182820.382000', '182820.385000', '182820.388000', '182820.391000', '182820.394000', '182820.397000', '182820.400000', '182820.403000', '182820.406000', '182820.409000', '182820.412000', '182820.415000', '182820.418000', '182820.421000', '182820.424000', '182820.426000', '182820.429000', '182820.438000', '182820.441000', '182820.444000', '182820.447000', '182820.450000', '182820.452000', '182820.455000', '182820.458000', '182820.461000', '182820.464000', '182820.467000', '182820.470000', '182820.473000', '182820.476000', '182820.479000', '182840.347000', '182840.350000', '182840.353000', '182840.356000', '182840.359000', '182840.362000', '182840.365000', '182840.368000', '182840.372000', '182840.375000', '182840.378000', '182840.380000', '182840.383000', '182840.386000', '182840.389000', '182840.392000', '182840.395000', '182840.398000', '182840.401000', '182840.404000', '182840.407000', '182840.410000', '182840.413000', '182840.416000', '182840.419000', '182840.422000', '182840.425000', '182840.428000', '182840.431000', '182840.434000', '182840.440000', '182840.443000', '182840.446000', '182840.449000', '182840.452000', '182840.455000', '182840.458000', '182840.460000', '182840.463000', '182840.466000', '182840.469000', '182840.472000', '182840.475000', '182900.347000', '182900.350000', '182900.353000', '182900.356000', '182900.359000', '182900.362000', '182900.365000', '182900.368000', '182900.371000', '182900.374000', '182900.377000', '182900.380000', '182900.383000', '182900.386000', '182900.388000', '182900.391000', '182900.394000', '182900.397000', '182900.400000', '182900.403000', '182900.406000', '182900.409000', '182900.412000', '182900.415000', '182900.418000', '182900.421000', '182900.424000', '182900.427000', '182900.430000', '182900.432000', '182900.435000', '182900.438000', '182900.441000', '182900.444000', '182900.447000', '182900.450000', '182900.453000', '182900.456000', '182900.459000', '182900.461000', '182900.464000', '182900.467000', '182900.470000', '182900.473000', '182918.671000', '182918.674000', '182918.678000', '182918.681000', '182918.684000', '182918.687000', '182918.690000', '182918.693000', '182918.696000', '182918.699000', '182918.702000', '182918.705000', '182918.709000', '182918.712000', '182918.715000', '182918.717000', '182918.720000', '182918.723000', '182918.727000', '182918.730000', '182918.733000', '182918.736000', '182918.740000', '182918.743000', '182918.747000', '182918.751000', '182918.754000', '182918.757000', '182918.760000', '182918.763000', '182918.766000', '182918.769000', '182918.772000', '182918.775000', '182918.778000', '182918.781000', '182918.784000', '182918.787000', '182918.790000', '182918.793000'], '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], 'LargestImagePixelValue': [13314, 10114, 10069, 10018, 8220, 12876, 9718, 10068, 9819, 7935, 12594, 10003, 8688, 9696, 8078, 12591, 10193, 7547, 10557, 9052, 10009, 9845, 7736, 11696, 9888, 11297, 10372, 7968, 12199, 9987, 13163, 10746, 9199, 11968, 9482, 13460, 10323, 10672, 11428, 9025, 14281, 10638, 15735, 11568, 10103, 12357, 9657, 9377, 10620, 9074, 13831, 10380, 14322, 10456, 10923, 10167, 7940, 11765, 9622, 13305, 10096, 8677, 9942, 8468, 12180, 9188, 10473, 9280, 7828, 11806, 9170, 11804, 9654, 8602, 10929, 8609, 11945, 9662, 8934, 10424, 8291, 11821, 9222, 10269, 10025, 8187, 13527, 9864, 14420, 10667, 13921, 11245, 10527, 10744, 8860, 12088, 10206, 8030, 12250, 9451, 14253, 10558, 9046, 10989, 8835, 12908, 10042, 10287, 10408, 7795, 11173, 9442, 12130, 10212, 7615, 10430, 8983, 10541, 9454, 7587, 11133, 9258, 7688, 11882, 9288, 14363, 11132, 13330, 12722, 10631, 13101, 9817, 12819, 9983, 13040, 9995, 12810, 10311, 13406, 9741, 9226, 9830, 8212, 11819, 9552, 10114, 10092, 8233, 12129, 9841, 13683, 10532, 13699, 9686, 12457, 9480, 12239, 9773, 13369, 9469, 12447, 9222, 12368, 8905, 11935, 9102, 9929, 9026, 9780, 9576, 8386, 9746, 8157, 10184, 8433, 10869, 8396, 11890, 9525, 13081, 10409, 12567, 10187, 10438, 9783, 7741, 11742, 9063, 11430, 9701, 9650, 11509, 8916, 13186, 9925, 8848, 10886, 9006, 10166, 10572, 8089, 13403, 10588, 15061, 11753, 14216, 11428, 12674, 12232, 11097, 12199, 9535, 12667, 9288, 12606, 9595, 13204, 9825, 13491, 9362, 13735, 9480, 13953, 9470, 13473, 9126, 12311, 9239, 10759, 9062, 8902, 9538, 7419, 10240, 7789, 11287, 8490, 11708, 8680, 12214, 9226, 12289, 9258, 12783, 9403, 13013, 9572, 11695, 9607, 8678, 10308, 8969, 10230, 10025, 8525, 12488, 9593, 13785, 10251, 13574, 10084, 13967, 10128, 14046, 10457, 14735, 9988, 14536, 9596, 12959, 9513, 12722, 9287, 12023, 9513, 11709, 9767, 10775, 9766, 9314, 10158, 9076, 10644, 8488, 11200, 8745, 11867, 8553, 12379, 8951, 12702, 9508, 13426, 9540, 10016, 9111, 8411, 10118, 7871, 11230, 8580, 12484, 9076, 12378, 9761, 10497, 9921, 8772, 11078, 8702, 12001, 8871, 12666, 9095, 12743, 10359, 10424, 10909, 8845, 11089, 9959, 11018, 12411, 9250, 12289, 8815, 12963, 10650, 13532, 10884, 9751, 10300, 8099, 12502, 10317, 7881, 11849, 9294, 14003, 11100, 15185, 11410, 15677, 11332, 13614, 10858, 12223, 10797, 10810, 11515, 8354, 11833, 8972, 12526, 9814, 12375, 10148, 9878, 10505, 8324, 12096, 9264, 13041, 9888, 13523, 10432, 12548, 10330, 9237, 11065, 9741, 13127, 9485, 12149, 9819, 13712, 10770, 14824, 11397, 14555, 11783, 13251, 11589, 16045, 12628, 12992, 10733, 9799, 11452, 9661, 12221, 10553, 12335, 11990, 8898, 12042, 8918, 12200, 10341, 12337, 10768, 7752, 11213, 9595, 13334, 10020, 12521, 10031, 8899, 10472, 8885, 12307, 9968, 14234, 10825, 14323, 11581, 12639, 10320, 10023, 10974, 8692, 12895, 10044, 14409, 11085, 11203, 10045, 9253, 10303, 9718, 11425, 9314, 11456, 8935, 11499, 9107, 11482, 9316, 10734, 9433, 8387, 10124, 7866, 10704, 8529, 12028, 9254, 12785, 10327, 11355, 9969, 8757, 11686, 9402, 13313, 10120, 13405, 10283, 13784, 9913, 11207, 9770, 7911, 11382, 9209, 9733, 9450, 8925, 11496, 9140, 13129, 10298, 13929, 11164, 14692, 11267, 11297, 10349, 9627, 11788, 8900, 12131, 10468, 13616, 10398, 13040, 10578, 10927, 10618, 10687, 11253, 8663, 11475, 8931, 12008, 9092, 12101, 8901, 12240, 9930, 11546, 9896, 10348, 10457, 8695, 11074, 8162, 10568, 8515, 11632, 8979, 12124, 9683, 12653, 10068, 13305, 10383, 12142, 10717, 8983, 11234, 8949, 12299, 9102, 12372, 10567, 13719, 10861, 13675, 11168, 12543, 10758, 13231, 11313, 12962, 11601, 14961, 11814, 15091, 11481, 14466, 11062, 13294, 10614, 13232, 10846, 9999, 10512, 8008, 10966, 8799, 11879, 10110, 13294, 10244, 10521, 10291, 9055, 11439, 9054, 12812, 9201, 12917, 10707, 14460, 11853, 9077, 11040, 9775, 12841, 11034, 8719, 13298, 10689, 12848, 13442, 10690, 15772, 12138, 15383, 11059, 13895, 10419, 13374, 10015, 13075, 9709, 12083, 9838, 13541, 10514, 12263, 10059, 10423, 10223, 10402, 10846, 10330, 10991, 8844, 11292, 8939, 11965, 9472, 12854, 10089, 13366, 10413, 12896, 10120, 11032, 9811, 8504, 10525, 8405, 11696, 9608, 12479, 9683, 10406, 9784, 7837, 11824, 9681, 14685, 10802, 13106, 10350, 10391, 10425, 8543, 11583, 8975, 12042, 9752, 13366, 10588, 12206, 10106, 11497, 10262, 8059, 10724, 8457, 11358, 8930, 11919, 9428, 12040, 9649, 12734, 9752, 13514, 10135, 10341, 9921, 8232, 11207, 9851, 9872, 10497, 8682, 13962, 11026, 9742, 11164, 8990, 12707, 10297, 13174, 10252, 8315, 10992, 9085, 13446, 10529, 13122, 10398, 9674, 10293, 7505, 11517, 9762, 11513, 10246, 7782, 10799, 8901, 13429, 10209, 11671, 9961, 8542, 11341, 9140, 12536, 9971, 12353, 10331, 8223, 10784, 8616, 12963, 10313, 14580, 11148, 12894, 11034, 11431, 11318, 8475, 11414, 9415, 13434, 10879, 10359, 10083, 8198, 11840, 10060, 11522, 10266, 7721, 11925, 9964, 9472, 11702, 9427, 14002, 10623, 14926, 11592, 14804, 11049, 14597, 11271, 12309, 10013, 9135, 10067, 8551, 11059, 8608, 10720, 9410, 10670, 9979, 8118, 12413, 9867, 14739, 11204, 13364, 10393, 8253, 11501, 9383, 9454, 11323, 9474, 13815, 11508, 12927, 11977, 12062, 9528, 11148, 8704, 11093, 8465, 10325, 8682, 9623, 9519, 7859, 10624, 11179, 11495, 12381, 11048, 12713, 10886, 13559, 11231, 11864, 10336, 11960, 10266, 12619, 10415, 9975, 9519, 9197, 9362, 9853, 10044, 8401, 9914, 8622, 10385, 8092, 10270, 8476, 10635, 8457, 10737, 8580, 10987, 8808, 11043, 8771, 11032, 8903, 11646, 9446, 11771, 9910, 12284, 10303, 10987, 10299, 8863, 10156, 9648, 10635, 9463, 10945, 8610, 10915, 8909, 11622, 9492, 12156, 9618, 11973, 9979, 12651, 10553, 12769, 10383, 13123, 10881, 11565, 10261, 11840, 10755, 9601, 10599, 9339, 10963, 8769, 10896, 8618, 11357, 9159, 11800, 9774, 12701, 10718, 13412, 11203, 12648, 10774, 9050, 11533, 9850, 11382, 10445, 12626, 11140, 9267, 12294, 10136, 7788, 10001, 14792, 11580, 15535, 11501, 14292, 11011, 12806, 10596, 11444, 10670, 8062, 10807, 8439, 11583, 9460, 12972, 10950, 13881, 11415, 14782, 11569, 14874, 11549, 14648, 11806, 13120, 13577, 12875, 11612, 11500, 12083, 11638, 12310, 11754, 9575, 11344, 9344, 11396, 8818, 11455, 9116, 12105, 9823, 10777, 9820, 7408, 10739, 9075, 9605, 9794, 8116, 12403, 9992, 7740, 11569, 9410, 10001, 11033, 9755, 13114, 9896, 10432, 9651, 7965, 12181, 9839, 8628, 9887, 8421, 13009, 9977, 9920, 9682, 8682, 11432, 9515, 13059, 10449, 10358, 9774, 7848, 9907, 8774, 12045, 10233, 7555, 10556, 8951, 13417, 10802, 11581, 10342, 8217, 11254, 9254, 13290, 10643, 9567, 10006, 8385, 12700, 10506, 11623, 10467, 8747, 12198, 10020, 13972, 11122, 9520, 11001, 8938, 12738, 10379, 11143, 10408, 8222, 12006, 9948, 11265, 10449, 8835, 12031, 10279, 9504, 11421, 9523, 14290, 10801, 12064, 10464, 8819, 10927, 8763, 12272, 10337, 8444, 10605, 9386, 9584, 9622, 8027, 12202, 10342, 8976, 10274, 8733, 13390, 10671, 10502, 10820, 8897, 13951, 11176, 16066, 12529, 11650, 12332, 9975, 13170, 10129, 14465, 10918, 13645, 10982, 15294, 11379, 12745, 10602, 12159, 11044, 9025, 11105, 8572, 11270, 9725, 11377, 10305, 7675, 10868, 9496, 8263, 11298, 12963, 12749, 10462, 11713, 10364, 11437, 12208, 11767, 10677, 11297, 12506, 11292, 11969, 11179, 9609, 10490, 8906, 11424, 8831, 10719, 9716, 10624, 10797, 12807, 9675, 13843, 10183, 13134, 9105, 13819, 9714, 14139, 10827, 11749, 9611, 10847, 9324, 9190, 9552, 7371, 10142, 7987, 11294, 8985, 12463, 9715, 12267, 9789, 13596, 10736, 14169, 11054, 14915, 10921, 15023, 10973, 12116, 10082, 10188, 10314, 10204, 11042, 8591, 11092, 8871, 11383, 8805, 11771, 8993, 11992, 9747, 13846, 10429, 10630, 9734, 10962, 10847, 8609, 11604, 9437, 13082, 10488, 9162, 10608, 9324, 9743, 11024, 8907, 14360, 11482, 14846, 11395, 13805, 10595, 12273, 9693, 10213, 10502, 7872, 11650, 9586, 11564, 9662, 8576, 10383, 8699, 12137, 9066, 12919, 9512, 13016, 10371, 13647, 10620, 12450, 9784, 9193, 10262, 8082, 11788, 9681, 14101, 10207, 10331, 9815, 8683, 12423, 9965, 13453, 10596, 13449, 11068, 10038, 12060, 9367, 13833, 10787, 11733, 11690, 9476, 15122, 11910, 15706, 12475, 16496, 11297, 12000, 10491, 8261, 12062, 9802, 15175, 11051, 9795, 10239, 8535, 12966, 9945, 8460, 11293, 9258, 12444, 10030, 8729, 12869, 9743, 14957, 11240, 10186, 10616, 9213, 8357, 10489, 8761, 14548, 10065, 9066, 9399, 8103, 11036, 9075, 7371, 10603, 9104, 8107, 10249, 8442, 12758, 9733, 8136, 9909, 8384, 8267, 9699, 7999, 13545, 10216, 8288, 11060, 8929, 13022, 10368, 7979, 11245, 8848, 14002, 10783, 13560, 10129, 8258, 10010, 8344, 12115, 9187, 10082, 9362, 7475, 12117, 9693, 8233, 10167, 8896, 10173, 10415, 9829, 15225, 12255, 10831, 11625, 8926, 13059, 9841, 13626, 10238, 13414, 9738, 10158, 9734, 8239, 12696, 9794, 8589, 9958, 8492, 13497, 10206, 14721, 11697, 13510, 11159, 13599, 11322, 13734, 11309, 12362, 11694, 10927, 12253, 9287, 13071, 9790, 13707, 10267, 13171, 9447, 10166, 9538, 7529, 10407, 8060, 11592, 9219, 13363, 9787, 12687, 9640, 12029, 9199, 8272, 9436, 7950, 11200, 8693, 11908, 9259, 12694, 9358, 10550, 9176, 9037, 10073, 8159, 12205, 9257, 12269, 9442, 7809, 9679, 8388, 11186, 8706, 11536, 8907, 12243, 9500, 12591, 9609, 10226, 8694, 7776, 10573, 9128, 7366, 10864, 9086, 9043, 11465], 'WindowCenter': [4323.0, 4276.0, 4275.0, 4261.0, 4227.0, 4265.0, 4235.0, 4245.0, 4245.0, 4215.0, 4253.0, 4258.0, 4225.0, 4235.0, 4227.0, 4266.0, 4244.0, 4214.0, 4245.0, 4236.0, 4246.0, 4247.0, 4215.0, 4267.0, 4247.0, 4257.0, 4245.0, 4215.0, 4266.0, 4246.0, 4267.0, 4256.0, 4235.0, 4256.0, 4235.0, 4266.0, 4245.0, 4245.0, 4254.0, 4224.0, 4275.0, 4245.0, 4274.0, 4242.0, 4233.0, 4253.0, 4222.0, 4223.0, 4242.0, 4222.0, 4263.0, 4230.0, 4262.0, 4231.0, 4230.0, 4230.0, 4199.0, 4241.0, 4221.0, 4251.0, 4231.0, 4210.0, 4232.0, 4211.0, 4252.0, 4222.0, 4242.0, 4223.0, 4203.0, 4255.0, 4234.0, 4255.0, 4234.0, 4224.0, 4244.0, 4224.0, 4255.0, 4234.0, 4224.0, 4256.0, 4227.0, 4266.0, 4236.0, 4246.0, 4245.0, 4225.0, 4276.0, 4246.0, 4277.0, 4245.0, 4265.0, 4244.0, 4233.0, 4242.0, 4222.0, 4252.0, 4232.0, 4213.0, 4254.0, 4221.0, 4262.0, 4232.0, 4222.0, 4242.0, 4222.0, 4264.0, 4232.0, 4233.0, 4245.0, 4202.0, 4243.0, 4233.0, 4252.0, 4233.0, 4202.0, 4243.0, 4222.0, 4244.0, 4232.0, 4202.0, 4255.0, 4236.0, 4216.0, 4266.0, 4248.0, 4288.0, 4256.0, 4266.0, 4265.0, 4232.0, 4252.0, 4232.0, 4251.0, 4221.0, 4251.0, 4220.0, 4251.0, 4229.0, 4250.0, 4219.0, 4219.0, 4221.0, 4211.0, 4240.0, 4220.0, 4231.0, 4232.0, 4214.0, 4253.0, 4231.0, 4252.0, 4229.0, 4249.0, 4206.0, 4239.0, 4207.0, 4239.0, 4218.0, 4247.0, 4207.0, 4238.0, 4209.0, 4248.0, 4209.0, 4239.0, 4209.0, 4230.0, 4221.0, 4231.0, 4232.0, 4211.0, 4232.0, 4212.0, 4243.0, 4212.0, 4255.0, 4223.0, 4254.0, 4234.0, 4264.0, 4256.0, 4267.0, 4246.0, 4258.0, 4246.0, 4215.0, 4266.0, 4235.0, 4267.0, 4247.0, 4246.0, 4267.0, 4236.0, 4278.0, 4245.0, 4236.0, 4256.0, 4237.0, 4259.0, 4269.0, 4227.0, 4277.0, 4256.0, 4286.0, 4254.0, 4276.0, 4254.0, 4263.0, 4252.0, 4243.0, 4252.0, 4220.0, 4251.0, 4220.0, 4240.0, 4220.0, 4250.0, 4219.0, 4249.0, 4220.0, 4260.0, 4220.0, 4261.0, 4219.0, 4250.0, 4220.0, 4251.0, 4220.0, 4241.0, 4220.0, 4221.0, 4231.0, 4202.0, 4242.0, 4201.0, 4242.0, 4222.0, 4252.0, 4222.0, 4252.0, 4232.0, 4253.0, 4233.0, 4265.0, 4234.0, 4264.0, 4234.0, 4265.0, 4234.0, 4223.0, 4244.0, 4235.0, 4256.0, 4257.0, 4236.0, 4266.0, 4247.0, 4276.0, 4245.0, 4276.0, 4245.0, 4277.0, 4245.0, 4275.0, 4244.0, 4275.0, 4233.0, 4274.0, 4233.0, 4263.0, 4234.0, 4264.0, 4235.0, 4265.0, 4234.0, 4263.0, 4246.0, 4255.0, 4244.0, 4234.0, 4245.0, 4235.0, 4255.0, 4235.0, 4256.0, 4235.0, 4265.0, 4235.0, 4266.0, 4235.0, 4266.0, 4245.0, 4276.0, 4247.0, 4246.0, 4247.0, 4237.0, 4257.0, 4238.0, 4268.0, 4248.0, 4279.0, 4248.0, 4279.0, 4259.0, 4269.0, 4259.0, 4238.0, 4269.0, 4238.0, 4279.0, 4250.0, 4290.0, 4248.0, 4278.0, 4257.0, 4268.0, 4267.0, 4248.0, 4270.0, 4260.0, 4268.0, 4278.0, 4236.0, 4267.0, 4248.0, 4278.0, 4257.0, 4277.0, 4270.0, 4247.0, 4256.0, 4227.0, 4278.0, 4258.0, 4228.0, 4280.0, 4260.0, 4289.0, 4268.0, 4289.0, 4267.0, 4288.0, 4256.0, 4276.0, 4255.0, 4267.0, 4267.0, 4255.0, 4266.0, 4238.0, 4267.0, 4248.0, 4276.0, 4260.0, 4278.0, 4257.0, 4258.0, 4268.0, 4237.0, 4278.0, 4247.0, 4290.0, 4259.0, 4289.0, 4257.0, 4277.0, 4257.0, 4246.0, 4267.0, 4246.0, 4278.0, 4245.0, 4266.0, 4245.0, 4275.0, 4255.0, 4285.0, 4255.0, 4275.0, 4253.0, 4263.0, 4253.0, 4272.0, 4250.0, 4250.0, 4228.0, 4216.0, 4238.0, 4219.0, 4250.0, 4241.0, 4252.0, 4240.0, 4208.0, 4238.0, 4209.0, 4239.0, 4217.0, 4238.0, 4228.0, 4198.0, 4239.0, 4219.0, 4260.0, 4231.0, 4251.0, 4230.0, 4209.0, 4230.0, 4221.0, 4251.0, 4219.0, 4260.0, 4230.0, 4262.0, 4254.0, 4251.0, 4229.0, 4218.0, 4228.0, 4208.0, 4237.0, 4218.0, 4260.0, 4229.0, 4228.0, 4219.0, 4207.0, 4228.0, 4218.0, 4238.0, 4207.0, 4238.0, 4208.0, 4228.0, 4208.0, 4237.0, 4219.0, 4241.0, 4220.0, 4210.0, 4231.0, 4212.0, 4241.0, 4221.0, 4252.0, 4220.0, 4250.0, 4231.0, 4241.0, 4232.0, 4221.0, 4253.0, 4233.0, 4263.0, 4242.0, 4261.0, 4231.0, 4261.0, 4230.0, 4253.0, 4232.0, 4211.0, 4252.0, 4234.0, 4245.0, 4246.0, 4236.0, 4265.0, 4234.0, 4264.0, 4244.0, 4274.0, 4254.0, 4274.0, 4243.0, 4254.0, 4244.0, 4244.0, 4253.0, 4222.0, 4253.0, 4243.0, 4274.0, 4244.0, 4264.0, 4243.0, 4243.0, 4243.0, 4243.0, 4253.0, 4211.0, 4252.0, 4223.0, 4251.0, 4222.0, 4263.0, 4234.0, 4263.0, 4244.0, 4264.0, 4244.0, 4255.0, 4254.0, 4223.0, 4255.0, 4224.0, 4255.0, 4234.0, 4265.0, 4235.0, 4265.0, 4245.0, 4266.0, 4245.0, 4275.0, 4255.0, 4265.0, 4255.0, 4235.0, 4266.0, 4235.0, 4266.0, 4234.0, 4265.0, 4255.0, 4287.0, 4266.0, 4277.0, 4255.0, 4265.0, 4255.0, 4277.0, 4266.0, 4275.0, 4264.0, 4285.0, 4264.0, 4285.0, 4253.0, 4274.0, 4254.0, 4274.0, 4253.0, 4275.0, 4254.0, 4242.0, 4254.0, 4224.0, 4255.0, 4234.0, 4265.0, 4256.0, 4288.0, 4258.0, 4257.0, 4257.0, 4247.0, 4268.0, 4237.0, 4280.0, 4248.0, 4277.0, 4257.0, 4287.0, 4278.0, 4236.0, 4268.0, 4246.0, 4276.0, 4256.0, 4237.0, 4290.0, 4259.0, 4277.0, 4278.0, 4245.0, 4287.0, 4255.0, 4264.0, 4231.0, 4250.0, 4229.0, 4250.0, 4218.0, 4239.0, 4218.0, 4239.0, 4218.0, 4247.0, 4217.0, 4238.0, 4218.0, 4228.0, 4216.0, 4229.0, 4240.0, 4217.0, 4229.0, 4209.0, 4228.0, 4207.0, 4238.0, 4218.0, 4250.0, 4229.0, 4249.0, 4229.0, 4249.0, 4229.0, 4241.0, 4229.0, 4208.0, 4229.0, 4210.0, 4251.0, 4233.0, 4253.0, 4232.0, 4242.0, 4231.0, 4199.0, 4251.0, 4232.0, 4273.0, 4241.0, 4252.0, 4230.0, 4230.0, 4230.0, 4209.0, 4240.0, 4220.0, 4250.0, 4220.0, 4261.0, 4241.0, 4252.0, 4231.0, 4241.0, 4230.0, 4199.0, 4241.0, 4210.0, 4241.0, 4221.0, 4241.0, 4221.0, 4252.0, 4232.0, 4251.0, 4230.0, 4263.0, 4242.0, 4243.0, 4233.0, 4211.0, 4254.0, 4244.0, 4244.0, 4244.0, 4224.0, 4287.0, 4255.0, 4234.0, 4255.0, 4223.0, 4265.0, 4244.0, 4264.0, 4244.0, 4212.0, 4244.0, 4233.0, 4264.0, 4244.0, 4276.0, 4244.0, 4233.0, 4244.0, 4203.0, 4255.0, 4244.0, 4254.0, 4245.0, 4213.0, 4254.0, 4223.0, 4264.0, 4244.0, 4253.0, 4244.0, 4223.0, 4255.0, 4235.0, 4265.0, 4245.0, 4265.0, 4244.0, 4213.0, 4253.0, 4235.0, 4265.0, 4244.0, 4275.0, 4254.0, 4265.0, 4243.0, 4242.0, 4242.0, 4210.0, 4243.0, 4222.0, 4261.0, 4241.0, 4232.0, 4231.0, 4223.0, 4253.0, 4243.0, 4253.0, 4242.0, 4212.0, 4254.0, 4244.0, 4233.0, 4264.0, 4233.0, 4274.0, 4243.0, 4273.0, 4241.0, 4262.0, 4240.0, 4262.0, 4240.0, 4240.0, 4230.0, 4221.0, 4230.0, 4222.0, 4256.0, 4222.0, 4241.0, 4232.0, 4242.0, 4232.0, 4212.0, 4263.0, 4244.0, 4275.0, 4254.0, 4265.0, 4242.0, 4212.0, 4254.0, 4234.0, 4234.0, 4255.0, 4248.0, 4278.0, 4254.0, 4252.0, 4239.0, 4237.0, 4205.0, 4227.0, 4196.0, 4240.0, 4209.0, 4229.0, 4222.0, 4231.0, 4232.0, 4212.0, 4243.0, 4252.0, 4243.0, 4252.0, 4241.0, 4251.0, 4230.0, 4250.0, 4228.0, 4239.0, 4229.0, 4240.0, 4229.0, 4250.0, 4229.0, 4229.0, 4220.0, 4221.0, 4233.0, 4233.0, 4233.0, 4213.0, 4245.0, 4225.0, 4246.0, 4225.0, 4247.0, 4226.0, 4256.0, 4225.0, 4256.0, 4225.0, 4256.0, 4225.0, 4254.0, 4225.0, 4255.0, 4226.0, 4256.0, 4235.0, 4256.0, 4246.0, 4267.0, 4257.0, 4257.0, 4246.0, 4238.0, 4259.0, 4248.0, 4259.0, 4247.0, 4257.0, 4236.0, 4256.0, 4236.0, 4267.0, 4247.0, 4268.0, 4248.0, 4268.0, 4248.0, 4278.0, 4258.0, 4279.0, 4259.0, 4278.0, 4258.0, 4267.0, 4258.0, 4279.0, 4268.0, 4247.0, 4256.0, 4248.0, 4269.0, 4237.0, 4257.0, 4237.0, 4268.0, 4248.0, 4268.0, 4258.0, 4277.0, 4258.0, 4279.0, 4269.0, 4278.0, 4269.0, 4249.0, 4269.0, 4260.0, 4279.0, 4271.0, 4293.0, 4281.0, 4260.0, 4291.0, 4258.0, 4225.0, 4260.0, 4289.0, 4264.0, 4287.0, 4255.0, 4275.0, 4244.0, 4265.0, 4256.0, 4265.0, 4255.0, 4213.0, 4256.0, 4226.0, 4268.0, 4247.0, 4278.0, 4257.0, 4276.0, 4255.0, 4265.0, 4243.0, 4263.0, 4228.0, 4250.0, 4226.0, 4237.0, 4237.0, 4225.0, 4213.0, 4213.0, 4224.0, 4225.0, 4224.0, 4223.0, 4203.0, 4225.0, 4206.0, 4226.0, 4195.0, 4240.0, 4208.0, 4238.0, 4230.0, 4240.0, 4230.0, 4201.0, 4252.0, 4234.0, 4244.0, 4245.0, 4214.0, 4265.0, 4245.0, 4226.0, 4256.0, 4236.0, 4246.0, 4257.0, 4247.0, 4277.0, 4244.0, 4244.0, 4234.0, 4226.0, 4265.0, 4244.0, 4224.0, 4245.0, 4226.0, 4276.0, 4245.0, 4245.0, 4245.0, 4225.0, 4255.0, 4235.0, 4276.0, 4245.0, 4245.0, 4257.0, 4226.0, 4246.0, 4237.0, 4266.0, 4246.0, 4216.0, 4258.0, 4238.0, 4278.0, 4256.0, 4268.0, 4245.0, 4225.0, 4255.0, 4247.0, 4278.0, 4258.0, 4247.0, 4257.0, 4227.0, 4278.0, 4258.0, 4268.0, 4257.0, 4236.0, 4268.0, 4248.0, 4289.0, 4268.0, 4246.0, 4256.0, 4236.0, 4277.0, 4257.0, 4256.0, 4254.0, 4226.0, 4255.0, 4244.0, 4256.0, 4255.0, 4236.0, 4278.0, 4258.0, 4247.0, 4267.0, 4246.0, 4277.0, 4255.0, 4266.0, 4246.0, 4239.0, 4269.0, 4227.0, 4267.0, 4247.0, 4226.0, 4255.0, 4247.0, 4248.0, 4249.0, 4229.0, 4279.0, 4258.0, 4250.0, 4270.0, 4240.0, 4290.0, 4270.0, 4271.0, 4270.0, 4249.0, 4290.0, 4271.0, 4302.0, 4268.0, 4256.0, 4264.0, 4235.0, 4266.0, 4243.0, 4275.0, 4243.0, 4275.0, 4243.0, 4273.0, 4251.0, 4263.0, 4243.0, 4253.0, 4242.0, 4224.0, 4244.0, 4211.0, 4254.0, 4246.0, 4254.0, 4243.0, 4213.0, 4254.0, 4244.0, 4226.0, 4269.0, 4277.0, 4266.0, 4233.0, 4253.0, 4230.0, 4240.0, 4241.0, 4240.0, 4229.0, 4240.0, 4251.0, 4242.0, 4251.0, 4240.0, 4221.0, 4244.0, 4220.0, 4254.0, 4234.0, 4242.0, 4242.0, 4241.0, 4242.0, 4252.0, 4231.0, 4263.0, 4231.0, 4261.0, 4221.0, 4261.0, 4231.0, 4274.0, 4242.0, 4253.0, 4220.0, 4242.0, 4221.0, 4221.0, 4232.0, 4200.0, 4243.0, 4224.0, 4256.0, 4236.0, 4266.0, 4245.0, 4267.0, 4247.0, 4277.0, 4256.0, 4276.0, 4255.0, 4275.0, 4254.0, 4286.0, 4255.0, 4265.0, 4244.0, 4243.0, 4243.0, 4244.0, 4254.0, 4223.0, 4254.0, 4235.0, 4255.0, 4235.0, 4266.0, 4235.0, 4265.0, 4248.0, 4277.0, 4256.0, 4256.0, 4246.0, 4256.0, 4256.0, 4225.0, 4267.0, 4261.0, 4278.0, 4256.0, 4249.0, 4270.0, 4249.0, 4248.0, 4269.0, 4249.0, 4291.0, 4268.0, 4277.0, 4255.0, 4276.0, 4245.0, 4278.0, 4248.0, 4245.0, 4257.0, 4224.0, 4266.0, 4259.0, 4267.0, 4260.0, 4238.0, 4259.0, 4250.0, 4279.0, 4248.0, 4277.0, 4248.0, 4278.0, 4246.0, 4276.0, 4257.0, 4277.0, 4246.0, 4247.0, 4257.0, 4226.0, 4267.0, 4248.0, 4288.0, 4258.0, 4258.0, 4258.0, 4238.0, 4278.0, 4258.0, 4288.0, 4259.0, 4278.0, 4268.0, 4260.0, 4269.0, 4247.0, 4291.0, 4258.0, 4267.0, 4267.0, 4247.0, 4287.0, 4254.0, 4274.0, 4278.0, 4284.0, 4242.0, 4253.0, 4242.0, 4211.0, 4251.0, 4232.0, 4274.0, 4242.0, 4229.0, 4230.0, 4223.0, 4262.0, 4243.0, 4212.0, 4254.0, 4234.0, 4263.0, 4233.0, 4222.0, 4263.0, 4234.0, 4273.0, 4240.0, 4232.0, 4242.0, 4221.0, 4209.0, 4242.0, 4223.0, 4273.0, 4231.0, 4235.0, 4234.0, 4225.0, 4254.0, 4222.0, 4202.0, 4255.0, 4234.0, 4215.0, 4245.0, 4224.0, 4263.0, 4233.0, 4224.0, 4244.0, 4224.0, 4225.0, 4245.0, 4227.0, 4277.0, 4245.0, 4225.0, 4255.0, 4235.0, 4275.0, 4244.0, 4213.0, 4254.0, 4224.0, 4275.0, 4244.0, 4264.0, 4231.0, 4213.0, 4234.0, 4212.0, 4263.0, 4235.0, 4245.0, 4236.0, 4215.0, 4266.0, 4248.0, 4237.0, 4257.0, 4237.0, 4257.0, 4258.0, 4258.0, 4288.0, 4267.0, 4257.0, 4267.0, 4235.0, 4264.0, 4232.0, 4263.0, 4231.0, 4264.0, 4221.0, 4244.0, 4246.0, 4223.0, 4263.0, 4243.0, 4234.0, 4245.0, 4224.0, 4275.0, 4244.0, 4287.0, 4256.0, 4265.0, 4245.0, 4265.0, 4243.0, 4261.0, 4230.0, 4239.0, 4239.0, 4229.0, 4238.0, 4206.0, 4248.0, 4218.0, 4248.0, 4216.0, 4236.0, 4216.0, 4229.0, 4217.0, 4186.0, 4228.0, 4198.0, 4238.0, 4208.0, 4249.0, 4217.0, 4247.0, 4218.0, 4238.0, 4207.0, 4199.0, 4219.0, 4199.0, 4239.0, 4211.0, 4240.0, 4219.0, 4250.0, 4221.0, 4242.0, 4220.0, 4233.0, 4232.0, 4213.0, 4253.0, 4233.0, 4254.0, 4232.0, 4202.0, 4234.0, 4223.0, 4254.0, 4222.0, 4252.0, 4223.0, 4252.0, 4231.0, 4263.0, 4235.0, 4260.0, 4237.0, 4215.0, 4257.0, 4248.0, 4217.0, 4268.0, 4249.0, 4250.0, 4268.0], 'WindowWidth': [9549.0, 9471.0, 9465.0, 9439.0, 9385.0, 9433.0, 9391.0, 9401.0, 9401.0, 9363.0, 9410.0, 9424.0, 9376.0, 9388.0, 9380.0, 9429.0, 9398.0, 9358.0, 9399.0, 9389.0, 9405.0, 9406.0, 9361.0, 9431.0, 9407.0, 9421.0, 9401.0, 9358.0, 9430.0, 9400.0, 9434.0, 9416.0, 9385.0, 9416.0, 9387.0, 9431.0, 9401.0, 9399.0, 9410.0, 9368.0, 9443.0, 9399.0, 9441.0, 9391.0, 9379.0, 9405.0, 9363.0, 9367.0, 9391.0, 9364.0, 9421.0, 9370.0, 9419.0, 9373.0, 9372.0, 9371.0, 9327.0, 9387.0, 9361.0, 9404.0, 9374.0, 9347.0, 9376.0, 9348.0, 9404.0, 9362.0, 9392.0, 9367.0, 9341.0, 9415.0, 9385.0, 9415.0, 9386.0, 9369.0, 9397.0, 9369.0, 9414.0, 9385.0, 9372.0, 9416.0, 9380.0, 9430.0, 9391.0, 9405.0, 9401.0, 9374.0, 9445.0, 9402.0, 9450.0, 9402.0, 9427.0, 9395.0, 9379.0, 9390.0, 9365.0, 9405.0, 9379.0, 9354.0, 9411.0, 9360.0, 9420.0, 9377.0, 9363.0, 9390.0, 9365.0, 9425.0, 9377.0, 9380.0, 9403.0, 9337.0, 9392.0, 9380.0, 9404.0, 9379.0, 9338.0, 9392.0, 9367.0, 9396.0, 9379.0, 9339.0, 9415.0, 9392.0, 9364.0, 9432.0, 9410.0, 9467.0, 9418.0, 9431.0, 9426.0, 9378.0, 9405.0, 9376.0, 9404.0, 9361.0, 9401.0, 9357.0, 9401.0, 9369.0, 9399.0, 9355.0, 9356.0, 9359.0, 9347.0, 9385.0, 9358.0, 9376.0, 9378.0, 9356.0, 9410.0, 9376.0, 9407.0, 9367.0, 9396.0, 9333.0, 9380.0, 9335.0, 9381.0, 9351.0, 9391.0, 9335.0, 9378.0, 9339.0, 9393.0, 9342.0, 9384.0, 9343.0, 9373.0, 9362.0, 9375.0, 9377.0, 9350.0, 9379.0, 9354.0, 9397.0, 9354.0, 9413.0, 9369.0, 9412.0, 9387.0, 9426.0, 9419.0, 9435.0, 9405.0, 9426.0, 9407.0, 9361.0, 9431.0, 9390.0, 9434.0, 9407.0, 9404.0, 9433.0, 9392.0, 9450.0, 9402.0, 9391.0, 9420.0, 9395.0, 9431.0, 9443.0, 9382.0, 9448.0, 9418.0, 9462.0, 9413.0, 9446.0, 9411.0, 9423.0, 9406.0, 9395.0, 9405.0, 9357.0, 9402.0, 9357.0, 9385.0, 9358.0, 9399.0, 9356.0, 9398.0, 9356.0, 9414.0, 9359.0, 9416.0, 9357.0, 9400.0, 9358.0, 9402.0, 9357.0, 9388.0, 9360.0, 9361.0, 9376.0, 9339.0, 9393.0, 9338.0, 9391.0, 9365.0, 9406.0, 9367.0, 9407.0, 9380.0, 9408.0, 9382.0, 9429.0, 9385.0, 9427.0, 9386.0, 9429.0, 9385.0, 9367.0, 9398.0, 9389.0, 9420.0, 9422.0, 9393.0, 9434.0, 9406.0, 9448.0, 9403.0, 9447.0, 9402.0, 9448.0, 9401.0, 9444.0, 9398.0, 9443.0, 9382.0, 9439.0, 9382.0, 9425.0, 9385.0, 9427.0, 9387.0, 9427.0, 9385.0, 9426.0, 9403.0, 9415.0, 9401.0, 9386.0, 9403.0, 9390.0, 9416.0, 9390.0, 9418.0, 9390.0, 9429.0, 9388.0, 9432.0, 9391.0, 9432.0, 9403.0, 9446.0, 9407.0, 9406.0, 9409.0, 9398.0, 9425.0, 9400.0, 9439.0, 9414.0, 9456.0, 9414.0, 9458.0, 9430.0, 9443.0, 9429.0, 9399.0, 9443.0, 9401.0, 9457.0, 9419.0, 9474.0, 9410.0, 9452.0, 9424.0, 9440.0, 9437.0, 9413.0, 9446.0, 9432.0, 9440.0, 9453.0, 9394.0, 9437.0, 9412.0, 9452.0, 9422.0, 9453.0, 9444.0, 9408.0, 9419.0, 9382.0, 9454.0, 9425.0, 9386.0, 9458.0, 9431.0, 9471.0, 9438.0, 9470.0, 9436.0, 9471.0, 9419.0, 9447.0, 9417.0, 9438.0, 9436.0, 9416.0, 9434.0, 9400.0, 9435.0, 9412.0, 9448.0, 9434.0, 9455.0, 9424.0, 9426.0, 9440.0, 9396.0, 9452.0, 9411.0, 9475.0, 9429.0, 9470.0, 9424.0, 9452.0, 9421.0, 9407.0, 9436.0, 9405.0, 9453.0, 9403.0, 9434.0, 9401.0, 9444.0, 9414.0, 9459.0, 9414.0, 9444.0, 9408.0, 9422.0, 9409.0, 9437.0, 9399.0, 9402.0, 9366.0, 9346.0, 9379.0, 9356.0, 9401.0, 9388.0, 9405.0, 9388.0, 9340.0, 9380.0, 9342.0, 9382.0, 9350.0, 9380.0, 9364.0, 9328.0, 9384.0, 9354.0, 9415.0, 9374.0, 9404.0, 9374.0, 9344.0, 9373.0, 9361.0, 9403.0, 9357.0, 9414.0, 9371.0, 9423.0, 9410.0, 9403.0, 9369.0, 9352.0, 9364.0, 9338.0, 9378.0, 9354.0, 9415.0, 9368.0, 9367.0, 9354.0, 9337.0, 9365.0, 9352.0, 9380.0, 9334.0, 9378.0, 9339.0, 9366.0, 9339.0, 9378.0, 9356.0, 9390.0, 9362.0, 9347.0, 9377.0, 9353.0, 9391.0, 9365.0, 9406.0, 9359.0, 9401.0, 9374.0, 9390.0, 9379.0, 9364.0, 9409.0, 9380.0, 9424.0, 9393.0, 9419.0, 9376.0, 9418.0, 9374.0, 9411.0, 9380.0, 9351.0, 9409.0, 9386.0, 9404.0, 9408.0, 9393.0, 9431.0, 9387.0, 9429.0, 9399.0, 9443.0, 9412.0, 9444.0, 9396.0, 9413.0, 9402.0, 9401.0, 9410.0, 9367.0, 9409.0, 9395.0, 9441.0, 9399.0, 9428.0, 9396.0, 9396.0, 9397.0, 9398.0, 9411.0, 9350.0, 9408.0, 9369.0, 9406.0, 9366.0, 9425.0, 9388.0, 9426.0, 9401.0, 9429.0, 9401.0, 9418.0, 9416.0, 9372.0, 9417.0, 9375.0, 9418.0, 9390.0, 9431.0, 9390.0, 9432.0, 9406.0, 9434.0, 9404.0, 9446.0, 9419.0, 9434.0, 9419.0, 9389.0, 9435.0, 9391.0, 9435.0, 9389.0, 9432.0, 9418.0, 9465.0, 9436.0, 9452.0, 9419.0, 9433.0, 9417.0, 9455.0, 9435.0, 9448.0, 9431.0, 9464.0, 9428.0, 9462.0, 9412.0, 9444.0, 9416.0, 9442.0, 9412.0, 9446.0, 9415.0, 9397.0, 9415.0, 9377.0, 9419.0, 9389.0, 9431.0, 9421.0, 9469.0, 9426.0, 9425.0, 9424.0, 9411.0, 9441.0, 9397.0, 9461.0, 9413.0, 9453.0, 9424.0, 9467.0, 9454.0, 9396.0, 9441.0, 9408.0, 9447.0, 9422.0, 9397.0, 9476.0, 9430.0, 9451.0, 9452.0, 9401.0, 9468.0, 9415.0, 9431.0, 9375.0, 9403.0, 9370.0, 9401.0, 9351.0, 9381.0, 9351.0, 9382.0, 9353.0, 9391.0, 9348.0, 9381.0, 9352.0, 9364.0, 9349.0, 9368.0, 9387.0, 9352.0, 9368.0, 9343.0, 9368.0, 9335.0, 9378.0, 9352.0, 9400.0, 9370.0, 9396.0, 9368.0, 9397.0, 9369.0, 9389.0, 9370.0, 9339.0, 9369.0, 9347.0, 9401.0, 9381.0, 9409.0, 9380.0, 9395.0, 9375.0, 9330.0, 9403.0, 9379.0, 9437.0, 9389.0, 9407.0, 9372.0, 9375.0, 9374.0, 9343.0, 9385.0, 9360.0, 9400.0, 9361.0, 9417.0, 9389.0, 9406.0, 9378.0, 9391.0, 9374.0, 9331.0, 9390.0, 9348.0, 9390.0, 9362.0, 9391.0, 9361.0, 9405.0, 9378.0, 9404.0, 9374.0, 9424.0, 9394.0, 9396.0, 9381.0, 9350.0, 9413.0, 9398.0, 9399.0, 9399.0, 9373.0, 9464.0, 9417.0, 9386.0, 9415.0, 9370.0, 9429.0, 9401.0, 9427.0, 9398.0, 9355.0, 9399.0, 9385.0, 9427.0, 9398.0, 9447.0, 9400.0, 9382.0, 9401.0, 9344.0, 9415.0, 9400.0, 9415.0, 9402.0, 9358.0, 9413.0, 9371.0, 9429.0, 9399.0, 9414.0, 9401.0, 9371.0, 9416.0, 9388.0, 9432.0, 9404.0, 9430.0, 9399.0, 9357.0, 9413.0, 9390.0, 9429.0, 9399.0, 9446.0, 9412.0, 9430.0, 9396.0, 9394.0, 9395.0, 9347.0, 9394.0, 9367.0, 9418.0, 9390.0, 9379.0, 9378.0, 9371.0, 9410.0, 9397.0, 9411.0, 9392.0, 9354.0, 9414.0, 9401.0, 9384.0, 9429.0, 9383.0, 9441.0, 9396.0, 9439.0, 9389.0, 9421.0, 9386.0, 9420.0, 9384.0, 9387.0, 9372.0, 9363.0, 9372.0, 9365.0, 9419.0, 9365.0, 9390.0, 9378.0, 9393.0, 9379.0, 9353.0, 9423.0, 9401.0, 9447.0, 9413.0, 9428.0, 9396.0, 9353.0, 9412.0, 9387.0, 9387.0, 9416.0, 9412.0, 9455.0, 9412.0, 9408.0, 9382.0, 9376.0, 9329.0, 9361.0, 9318.0, 9385.0, 9342.0, 9370.0, 9368.0, 9377.0, 9379.0, 9354.0, 9396.0, 9407.0, 9394.0, 9405.0, 9387.0, 9403.0, 9371.0, 9402.0, 9366.0, 9384.0, 9368.0, 9385.0, 9369.0, 9400.0, 9368.0, 9370.0, 9359.0, 9364.0, 9382.0, 9381.0, 9382.0, 9355.0, 9401.0, 9375.0, 9404.0, 9375.0, 9407.0, 9378.0, 9420.0, 9375.0, 9418.0, 9377.0, 9419.0, 9374.0, 9414.0, 9375.0, 9415.0, 9376.0, 9417.0, 9389.0, 9416.0, 9404.0, 9435.0, 9421.0, 9421.0, 9406.0, 9395.0, 9428.0, 9412.0, 9427.0, 9406.0, 9422.0, 9391.0, 9419.0, 9391.0, 9434.0, 9407.0, 9439.0, 9413.0, 9439.0, 9411.0, 9452.0, 9424.0, 9458.0, 9427.0, 9455.0, 9426.0, 9437.0, 9425.0, 9456.0, 9439.0, 9408.0, 9422.0, 9412.0, 9442.0, 9395.0, 9424.0, 9397.0, 9440.0, 9412.0, 9441.0, 9427.0, 9452.0, 9426.0, 9458.0, 9441.0, 9454.0, 9444.0, 9416.0, 9444.0, 9434.0, 9459.0, 9450.0, 9485.0, 9463.0, 9434.0, 9479.0, 9429.0, 9380.0, 9432.0, 9473.0, 9429.0, 9466.0, 9414.0, 9446.0, 9399.0, 9431.0, 9419.0, 9431.0, 9416.0, 9359.0, 9420.0, 9381.0, 9439.0, 9411.0, 9454.0, 9420.0, 9451.0, 9414.0, 9433.0, 9394.0, 9426.0, 9367.0, 9403.0, 9359.0, 9378.0, 9376.0, 9355.0, 9337.0, 9338.0, 9353.0, 9355.0, 9353.0, 9353.0, 9325.0, 9356.0, 9333.0, 9360.0, 9316.0, 9384.0, 9340.0, 9382.0, 9372.0, 9386.0, 9373.0, 9336.0, 9409.0, 9388.0, 9401.0, 9402.0, 9359.0, 9429.0, 9404.0, 9379.0, 9417.0, 9393.0, 9406.0, 9422.0, 9408.0, 9451.0, 9399.0, 9399.0, 9386.0, 9380.0, 9429.0, 9398.0, 9374.0, 9405.0, 9379.0, 9448.0, 9403.0, 9403.0, 9403.0, 9377.0, 9418.0, 9389.0, 9446.0, 9402.0, 9403.0, 9424.0, 9378.0, 9407.0, 9395.0, 9433.0, 9406.0, 9365.0, 9425.0, 9399.0, 9453.0, 9420.0, 9440.0, 9405.0, 9377.0, 9419.0, 9410.0, 9455.0, 9424.0, 9411.0, 9423.0, 9382.0, 9452.0, 9424.0, 9440.0, 9423.0, 9393.0, 9438.0, 9410.0, 9472.0, 9437.0, 9406.0, 9420.0, 9392.0, 9450.0, 9423.0, 9421.0, 9416.0, 9377.0, 9414.0, 9398.0, 9419.0, 9416.0, 9392.0, 9453.0, 9424.0, 9408.0, 9434.0, 9406.0, 9451.0, 9418.0, 9434.0, 9405.0, 9401.0, 9442.0, 9380.0, 9436.0, 9406.0, 9377.0, 9416.0, 9409.0, 9414.0, 9415.0, 9387.0, 9455.0, 9424.0, 9420.0, 9446.0, 9404.0, 9472.0, 9445.0, 9449.0, 9445.0, 9414.0, 9474.0, 9446.0, 9498.0, 9440.0, 9419.0, 9430.0, 9386.0, 9433.0, 9395.0, 9442.0, 9395.0, 9443.0, 9395.0, 9440.0, 9404.0, 9425.0, 9396.0, 9409.0, 9394.0, 9372.0, 9397.0, 9350.0, 9413.0, 9408.0, 9414.0, 9394.0, 9355.0, 9414.0, 9400.0, 9379.0, 9442.0, 9451.0, 9431.0, 9379.0, 9407.0, 9374.0, 9388.0, 9388.0, 9386.0, 9368.0, 9385.0, 9402.0, 9393.0, 9403.0, 9386.0, 9362.0, 9397.0, 9360.0, 9414.0, 9388.0, 9396.0, 9395.0, 9391.0, 9395.0, 9406.0, 9375.0, 9424.0, 9378.0, 9417.0, 9365.0, 9420.0, 9375.0, 9442.0, 9393.0, 9410.0, 9359.0, 9392.0, 9360.0, 9364.0, 9381.0, 9335.0, 9395.0, 9374.0, 9418.0, 9393.0, 9433.0, 9405.0, 9436.0, 9408.0, 9453.0, 9420.0, 9448.0, 9416.0, 9446.0, 9414.0, 9463.0, 9414.0, 9428.0, 9398.0, 9400.0, 9398.0, 9398.0, 9414.0, 9369.0, 9413.0, 9389.0, 9415.0, 9386.0, 9431.0, 9390.0, 9433.0, 9413.0, 9450.0, 9419.0, 9419.0, 9407.0, 9421.0, 9419.0, 9376.0, 9436.0, 9436.0, 9451.0, 9419.0, 9416.0, 9448.0, 9418.0, 9414.0, 9442.0, 9414.0, 9478.0, 9440.0, 9453.0, 9417.0, 9448.0, 9402.0, 9456.0, 9414.0, 9404.0, 9421.0, 9377.0, 9433.0, 9430.0, 9436.0, 9432.0, 9399.0, 9431.0, 9422.0, 9457.0, 9412.0, 9452.0, 9413.0, 9455.0, 9406.0, 9448.0, 9422.0, 9450.0, 9408.0, 9409.0, 9422.0, 9382.0, 9437.0, 9413.0, 9469.0, 9430.0, 9427.0, 9427.0, 9402.0, 9453.0, 9425.0, 9470.0, 9428.0, 9454.0, 9440.0, 9431.0, 9442.0, 9409.0, 9477.0, 9426.0, 9436.0, 9434.0, 9408.0, 9467.0, 9414.0, 9445.0, 9452.0, 9460.0, 9393.0, 9411.0, 9394.0, 9349.0, 9405.0, 9382.0, 9445.0, 9394.0, 9373.0, 9375.0, 9373.0, 9423.0, 9396.0, 9354.0, 9414.0, 9387.0, 9425.0, 9383.0, 9368.0, 9426.0, 9388.0, 9439.0, 9386.0, 9380.0, 9392.0, 9362.0, 9346.0, 9394.0, 9370.0, 9438.0, 9380.0, 9391.0, 9386.0, 9376.0, 9414.0, 9366.0, 9341.0, 9415.0, 9388.0, 9362.0, 9403.0, 9375.0, 9425.0, 9382.0, 9375.0, 9398.0, 9373.0, 9375.0, 9403.0, 9381.0, 9450.0, 9404.0, 9376.0, 9416.0, 9390.0, 9445.0, 9399.0, 9355.0, 9413.0, 9373.0, 9444.0, 9399.0, 9425.0, 9378.0, 9355.0, 9383.0, 9353.0, 9424.0, 9387.0, 9404.0, 9394.0, 9364.0, 9433.0, 9411.0, 9398.0, 9422.0, 9395.0, 9422.0, 9426.0, 9425.0, 9469.0, 9437.0, 9421.0, 9435.0, 9390.0, 9428.0, 9380.0, 9423.0, 9377.0, 9423.0, 9362.0, 9399.0, 9406.0, 9371.0, 9424.0, 9397.0, 9388.0, 9402.0, 9373.0, 9443.0, 9400.0, 9464.0, 9418.0, 9430.0, 9400.0, 9433.0, 9395.0, 9420.0, 9372.0, 9384.0, 9383.0, 9368.0, 9381.0, 9333.0, 9393.0, 9353.0, 9394.0, 9347.0, 9376.0, 9347.0, 9369.0, 9351.0, 9307.0, 9366.0, 9326.0, 9382.0, 9340.0, 9397.0, 9349.0, 9392.0, 9352.0, 9380.0, 9336.0, 9331.0, 9358.0, 9330.0, 9383.0, 9348.0, 9387.0, 9358.0, 9399.0, 9363.0, 9393.0, 9363.0, 9385.0, 9379.0, 9355.0, 9409.0, 9382.0, 9414.0, 9381.0, 9342.0, 9386.0, 9372.0, 9414.0, 9367.0, 9408.0, 9369.0, 9407.0, 9378.0, 9425.0, 9389.0, 9431.0, 9394.0, 9362.0, 9422.0, 9415.0, 9371.0, 9442.0, 9417.0, 9418.0, 9441.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.0032136853605243994</td></tr>
<tr><td colspan=3>aqi</td><td>0.02911446117989803</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.96255940532072</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2199460898177847</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.039493427310495</td></tr>
<tr><td colspan=3>efc</td><td>0.4819</td></tr>
<tr><td colspan=3>fber</td><td>4528.2632</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10966045786396589</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.700655498907502</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6319785373213915</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6531621185618675</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7018253901289175</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.54094810327339</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112215</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-9.475889964960515e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012759314849972725</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</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.04270732873203</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>21.8202</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9162</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.6066</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299973.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>847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.2386</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8426</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.9348</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3455.695</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3641.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.6282</td></tr>
<tr><td colspan=3>tsnr</td><td>35.97593089565635</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>