<?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-0062_ses-02_task-narratives_acq-mb8_run-03_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-0062_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0062_suffix-bold_task-narratives" 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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0062_suffix-bold_task-narratives" 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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0062_suffix-bold_task-narratives" 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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0062_suffix-bold_task-narratives" 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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0062_suffix-bold_task-narratives" 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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0062_suffix-bold_task-narratives" 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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0062_suffix-bold_task-narratives" 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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-03_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-0062/ses-02/func/sub-0062_ses-02_task-narratives_acq-mb8_run-03_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>d5a900f57d38edf6483b68f8457694ce</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>11:15:47.882500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, -0.0220464, 0.0121714, 0.0225114, 0.998966, -0.0394924]</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-03_task-narratives_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.10801</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7719, -7296, 480, -76, -132, -33, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>273.474</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fbb9a920-dd83-4ccb-b94b-b145bc6a1b10||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820759773254395, 0.060396526008844376, 0.030478093773126602, 105.29087829589844], [0.059148889034986496, 2.6801533699035645, -0.10733535140752792, -92.33726501464844], [0.032655056565999985, 0.10595512390136719, 2.6976935863494873, -64.97203063964844], [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, 1298]</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], 'AcquisitionTime': ['111547.882500', '111548.342500', '111548.802500', '111549.262500', '111549.722500', '111550.182500', '111550.642500', '111551.102500', '111551.562500', '111552.022500', '111552.482500', '111552.942500', '111553.402500', '111553.862500', '111554.322500', '111554.782500', '111555.242500', '111555.702500', '111556.162500', '111556.622500', '111557.082500', '111557.542500', '111558.002500', '111558.462500', '111558.922500', '111559.382500', '111559.842500', '111600.302500', '111600.762500', '111601.222500', '111601.682500', '111602.142500', '111602.602500', '111603.062500', '111603.522500', '111603.982500', '111604.442500', '111604.902500', '111605.362500', '111605.822500', '111606.282500', '111606.742500', '111607.202500', '111607.662500', '111608.122500', '111608.582500', '111609.042500', '111609.502500', '111609.962500', '111610.422500', '111610.882500', '111611.342500', '111611.802500', '111612.262500', '111612.722500', '111613.182500', '111613.642500', '111614.102500', '111614.562500', '111615.022500', '111615.482500', '111615.942500', '111616.402500', '111616.862500', '111617.322500', '111617.782500', '111618.242500', '111618.702500', '111619.162500', '111619.622500', '111620.082500', '111620.542500', '111621.002500', '111621.462500', '111621.922500', '111622.382500', '111622.842500', '111623.302500', '111623.762500', '111624.222500', '111624.682500', '111625.142500', '111625.602500', '111626.062500', '111626.522500', '111626.982500', '111627.442500', '111627.902500', '111628.362500', '111628.822500', '111629.282500', '111629.742500', '111630.202500', '111630.662500', '111631.122500', '111631.582500', '111632.042500', '111632.502500', '111632.962500', '111633.422500', '111633.882500', '111634.342500', '111634.802500', '111635.262500', '111635.722500', '111636.182500', '111636.642500', '111637.102500', '111637.562500', '111638.022500', '111638.482500', '111638.942500', '111639.402500', '111639.862500', '111640.322500', '111640.782500', '111641.242500', '111641.702500', '111642.162500', '111642.622500', '111643.082500', '111643.542500', '111644.002500', '111644.462500', '111644.922500', '111645.382500', '111645.842500', '111646.302500', '111646.762500', '111647.222500', '111647.682500', '111648.142500', '111648.602500', '111649.062500', '111649.522500', '111649.982500', '111650.442500', '111650.902500', '111651.362500', '111651.822500', '111652.282500', '111652.742500', '111653.202500', '111653.662500', '111654.122500', '111654.582500', '111655.042500', '111655.502500', '111655.962500', '111656.422500', '111656.882500', '111657.342500', '111657.802500', '111658.262500', '111658.722500', '111659.182500', '111659.642500', '111700.102500', '111700.562500', '111701.022500', '111701.482500', '111701.942500', '111702.402500', '111702.862500', '111703.322500', '111703.782500', '111704.242500', '111704.702500', '111705.162500', '111705.622500', '111706.082500', '111706.542500', '111707.002500', '111707.462500', '111707.922500', '111708.382500', '111708.842500', '111709.302500', '111709.762500', '111710.222500', '111710.682500', '111711.142500', '111711.602500', '111712.062500', '111712.522500', '111712.982500', '111713.442500', '111713.902500', '111714.362500', '111714.822500', '111715.282500', '111715.742500', '111716.202500', '111716.662500', '111717.122500', '111717.582500', '111718.042500', '111718.502500', '111718.962500', '111719.422500', '111719.882500', '111720.342500', '111720.802500', '111721.262500', '111721.722500', '111722.182500', '111722.642500', '111723.102500', '111723.562500', '111724.022500', '111724.482500', '111724.942500', '111725.402500', '111725.862500', '111726.322500', '111726.782500', '111727.242500', '111727.702500', '111728.162500', '111728.622500', '111729.082500', '111729.542500', '111730.002500', '111730.462500', '111730.922500', '111731.382500', '111731.842500', '111732.302500', '111732.762500', '111733.222500', '111733.682500', '111734.142500', '111734.602500', '111735.062500', '111735.522500', '111735.982500', '111736.442500', '111736.902500', '111737.362500', '111737.822500', '111738.282500', '111738.742500', '111739.202500', '111739.662500', '111740.122500', '111740.582500', '111741.042500', '111741.502500', '111741.962500', '111742.422500', '111742.882500', '111743.342500', '111743.802500', '111744.262500', '111744.722500', '111745.182500', '111745.642500', '111746.102500', '111746.562500', '111747.022500', '111747.482500', '111747.942500', '111748.402500', '111748.862500', '111749.322500', '111749.782500', '111750.242500', '111750.702500', '111751.162500', '111751.622500', '111752.082500', '111752.542500', '111753.002500', '111753.462500', '111753.922500', '111754.382500', '111754.842500', '111755.302500', '111755.762500', '111756.222500', '111756.682500', '111757.142500', '111757.602500', '111758.062500', '111758.522500', '111758.982500', '111759.442500', '111759.902500', '111800.362500', '111800.822500', '111801.282500', '111801.742500', '111802.202500', '111802.662500', '111803.122500', '111803.582500', '111804.042500', '111804.502500', '111804.962500', '111805.422500', '111805.882500', '111806.342500', '111806.802500', '111807.262500', '111807.722500', '111808.182500', '111808.642500', '111809.102500', '111809.562500', '111810.022500', '111810.482500', '111810.942500', '111811.402500', '111811.862500', '111812.322500', '111812.782500', '111813.242500', '111813.702500', '111814.162500', '111814.622500', '111815.082500', '111815.542500', '111816.002500', '111816.462500', '111816.922500', '111817.382500', '111817.842500', '111818.302500', '111818.762500', '111819.222500', '111819.682500', '111820.142500', '111820.602500', '111821.062500', '111821.522500', '111821.982500', '111822.442500', '111822.902500', '111823.362500', '111823.822500', '111824.282500', '111824.742500', '111825.202500', '111825.662500', '111826.122500', '111826.582500', '111827.042500', '111827.502500', '111827.962500', '111828.422500', '111828.882500', '111829.342500', '111829.802500', '111830.262500', '111830.722500', '111831.182500', '111831.642500', '111832.102500', '111832.562500', '111833.022500', '111833.482500', '111833.942500', '111834.402500', '111834.862500', '111835.322500', '111835.782500', '111836.242500', '111836.702500', '111837.162500', '111837.622500', '111838.082500', '111838.542500', '111839.002500', '111839.462500', '111839.922500', '111840.382500', '111840.842500', '111841.302500', '111841.762500', '111842.222500', '111842.682500', '111843.142500', '111843.602500', '111844.062500', '111844.522500', '111844.982500', '111845.442500', '111845.902500', '111846.362500', '111846.822500', '111847.282500', '111847.742500', '111848.202500', '111848.662500', '111849.122500', '111849.582500', '111850.042500', '111850.502500', '111850.962500', '111851.422500', '111851.882500', '111852.342500', '111852.802500', '111853.262500', '111853.722500', '111854.182500', '111854.642500', '111855.102500', '111855.562500', '111856.022500', '111856.482500', '111856.942500', '111857.402500', '111857.862500', '111858.322500', '111858.782500', '111859.242500', '111859.702500', '111900.162500', '111900.622500', '111901.082500', '111901.542500', '111902.002500', '111902.462500', '111902.922500', '111903.382500', '111903.842500', '111904.302500', '111904.762500', '111905.222500', '111905.682500', '111906.142500', '111906.602500', '111907.062500', '111907.522500', '111907.982500', '111908.442500', '111908.902500', '111909.362500', '111909.822500', '111910.282500', '111910.742500', '111911.202500', '111911.662500', '111912.122500', '111912.582500', '111913.042500', '111913.502500', '111913.962500', '111914.422500', '111914.882500', '111915.342500', '111915.802500', '111916.262500', '111916.722500', '111917.182500', '111917.642500', '111918.102500', '111918.562500', '111919.022500', '111919.482500', '111919.942500', '111920.402500', '111920.862500', '111921.322500', '111921.782500', '111922.242500', '111922.702500', '111923.162500', '111923.622500', '111924.082500', '111924.542500', '111925.002500', '111925.462500', '111925.922500', '111926.382500', '111926.842500', '111927.302500', '111927.762500', '111928.222500', '111928.682500', '111929.142500', '111929.602500', '111930.062500', '111930.522500', '111930.982500', '111931.442500', '111931.902500', '111932.362500', '111932.822500', '111933.282500', '111933.742500', '111934.202500', '111934.662500', '111935.122500', '111935.582500', '111936.042500', '111936.502500', '111936.962500', '111937.422500', '111937.882500', '111938.342500', '111938.802500', '111939.262500', '111939.722500', '111940.182500', '111940.642500', '111941.102500', '111941.562500', '111942.022500', '111942.482500', '111942.942500', '111943.402500', '111943.862500', '111944.322500', '111944.782500', '111945.242500', '111945.702500', '111946.162500', '111946.622500', '111947.082500', '111947.542500', '111948.002500', '111948.462500', '111948.922500', '111949.382500', '111949.842500', '111950.302500', '111950.762500', '111951.222500', '111951.682500', '111952.142500', '111952.602500', '111953.062500', '111953.522500', '111953.982500', '111954.442500', '111954.902500', '111955.362500', '111955.822500', '111956.282500', '111956.742500', '111957.202500', '111957.662500', '111958.122500', '111958.582500', '111959.042500', '111959.502500', '111959.962500', '112000.422500', '112000.882500', '112001.342500', '112001.802500', '112002.262500', '112002.722500', '112003.182500', '112003.642500', '112004.102500', '112004.562500', '112005.022500', '112005.482500', '112005.942500', '112006.402500', '112006.862500', '112007.322500', '112007.782500', '112008.242500', '112008.702500', '112009.162500', '112009.622500', '112010.082500', '112010.542500', '112011.002500', '112011.462500', '112011.922500', '112012.382500', '112012.842500', '112013.302500', '112013.762500', '112014.222500', '112014.682500', '112015.142500', '112015.602500', '112016.062500', '112016.522500', '112016.982500', '112017.442500', '112017.902500', '112018.362500', '112018.822500', '112019.282500', '112019.742500', '112020.202500', '112020.662500', '112021.122500', '112021.582500', '112022.042500', '112022.502500', '112022.962500', '112023.422500', '112023.882500', '112024.342500', '112024.802500', '112025.262500', '112025.722500', '112026.182500', '112026.642500', '112027.102500', '112027.562500', '112028.022500', '112028.482500', '112028.942500', '112029.402500', '112029.862500', '112030.322500', '112030.782500', '112031.242500', '112031.702500', '112032.162500', '112032.622500', '112033.082500', '112033.542500', '112034.002500', '112034.462500', '112034.922500', '112035.382500', '112035.842500', '112036.302500', '112036.762500', '112037.222500', '112037.682500', '112038.142500', '112038.602500', '112039.062500', '112039.522500', '112039.982500', '112040.442500', '112040.902500', '112041.362500', '112041.822500', '112042.282500', '112042.742500', '112043.202500', '112043.662500', '112044.122500', '112044.582500', '112045.042500', '112045.502500', '112045.962500', '112046.422500', '112046.882500', '112047.342500', '112047.802500', '112048.262500', '112048.722500', '112049.182500', '112049.642500', '112050.102500', '112050.562500', '112051.022500', '112051.482500', '112051.942500', '112052.402500', '112052.862500', '112053.322500', '112053.782500', '112054.242500', '112054.702500', '112055.162500', '112055.622500', '112056.082500', '112056.542500', '112057.002500', '112057.462500', '112057.922500', '112058.382500', '112058.842500', '112059.302500', '112059.762500', '112100.222500', '112100.682500', '112101.142500', '112101.602500', '112102.062500', '112102.522500', '112102.982500', '112103.442500', '112103.902500', '112104.362500', '112104.822500', '112105.282500', '112105.742500', '112106.202500', '112106.662500', '112107.122500', '112107.582500', '112108.042500', '112108.502500', '112108.962500', '112109.422500', '112109.882500', '112110.342500', '112110.802500', '112111.262500', '112111.722500', '112112.182500', '112112.642500', '112113.102500', '112113.562500', '112114.022500', '112114.482500', '112114.942500', '112115.402500', '112115.862500', '112116.322500', '112116.782500', '112117.242500', '112117.702500', '112118.162500', '112118.622500', '112119.082500', '112119.542500', '112120.002500', '112120.462500', '112120.922500', '112121.382500', '112121.842500', '112122.302500', '112122.762500', '112123.222500', '112123.682500', '112124.142500', '112124.602500', '112125.062500', '112125.522500', '112125.982500', '112126.442500', '112126.902500', '112127.362500', '112127.822500', '112128.282500', '112128.742500', '112129.202500', '112129.662500', '112130.122500', '112130.582500', '112131.042500', '112131.502500', '112131.962500', '112132.422500', '112132.882500', '112133.342500', '112133.802500', '112134.262500', '112134.722500', '112135.182500', '112135.642500', '112136.102500', '112136.562500', '112137.022500', '112137.482500', '112137.942500', '112138.402500', '112138.862500', '112139.322500', '112139.782500', '112140.242500', '112140.702500', '112141.162500', '112141.622500', '112142.082500', '112142.542500', '112143.002500', '112143.462500', '112143.922500', '112144.382500', '112144.842500', '112145.302500', '112145.762500', '112146.222500', '112146.682500', '112147.142500', '112147.602500', '112148.062500', '112148.522500', '112148.982500', '112149.442500', '112149.902500', '112150.362500', '112150.822500', '112151.282500', '112151.742500', '112152.202500', '112152.662500', '112153.122500', '112153.582500', '112154.042500', '112154.502500', '112154.962500', '112155.422500', '112155.882500', '112156.342500', '112156.802500', '112157.262500', '112157.722500', '112158.182500', '112158.642500', '112159.102500', '112159.562500', '112200.022500', '112200.482500', '112200.942500', '112201.402500', '112201.862500', '112202.322500', '112202.782500', '112203.242500', '112203.702500', '112204.162500', '112204.622500', '112205.082500', '112205.542500', '112206.002500', '112206.462500', '112206.922500', '112207.382500', '112207.842500', '112208.302500', '112208.762500', '112209.222500', '112209.682500', '112210.142500', '112210.602500', '112211.062500', '112211.522500', '112211.982500', '112212.442500', '112212.902500', '112213.362500', '112213.822500', '112214.282500', '112214.742500', '112215.202500', '112215.662500', '112216.122500', '112216.582500', '112217.042500', '112217.502500', '112217.962500', '112218.422500', '112218.882500', '112219.342500', '112219.802500', '112220.262500', '112220.722500', '112221.182500', '112221.642500', '112222.102500', '112222.562500', '112223.022500', '112223.482500', '112223.942500', '112224.402500', '112224.862500', '112225.322500', '112225.782500', '112226.242500', '112226.702500', '112227.162500', '112227.622500', '112228.082500', '112228.542500', '112229.002500', '112229.462500', '112229.922500', '112230.382500', '112230.842500', '112231.302500', '112231.762500', '112232.222500', '112232.682500', '112233.142500', '112233.602500', '112234.062500', '112234.522500', '112234.982500', '112235.442500', '112235.902500', '112236.362500', '112236.822500', '112237.282500', '112237.742500', '112238.202500', '112238.662500', '112239.122500', '112239.582500', '112240.042500', '112240.502500', '112240.962500', '112241.422500', '112241.882500', '112242.342500', '112242.802500', '112243.262500', '112243.722500', '112244.182500', '112244.642500', '112245.102500', '112245.562500', '112246.022500', '112246.482500', '112246.942500', '112247.402500', '112247.862500', '112248.322500', '112248.782500', '112249.242500', '112249.702500', '112250.162500', '112250.622500', '112251.082500', '112251.542500', '112252.002500', '112252.462500', '112252.922500', '112253.382500', '112253.842500', '112254.302500', '112254.762500', '112255.222500', '112255.682500', '112256.142500', '112256.602500', '112257.062500', '112257.522500', '112257.982500', '112258.442500', '112258.902500', '112259.362500', '112259.822500', '112300.282500', '112300.742500', '112301.202500', '112301.662500', '112302.122500', '112302.582500', '112303.042500', '112303.502500', '112303.962500', '112304.422500', '112304.882500', '112305.342500', '112305.802500', '112306.262500', '112306.722500', '112307.182500', '112307.642500', '112308.102500', '112308.562500', '112309.022500', '112309.482500', '112309.942500', '112310.402500', '112310.862500', '112311.322500', '112311.782500', '112312.242500', '112312.702500', '112313.162500', '112313.622500', '112314.082500', '112314.542500', '112315.002500', '112315.462500', '112315.922500', '112316.382500', '112316.842500', '112317.302500', '112317.762500', '112318.222500', '112318.682500', '112319.142500', '112319.602500', '112320.062500', '112320.522500', '112320.982500', '112321.442500', '112321.902500', '112322.362500', '112322.822500', '112323.282500', '112323.742500', '112324.202500', '112324.662500', '112325.122500', '112325.582500', '112326.042500', '112326.502500', '112326.962500', '112327.422500', '112327.882500', '112328.342500', '112328.802500', '112329.262500', '112329.722500', '112330.182500', '112330.642500', '112331.102500', '112331.562500', '112332.022500', '112332.482500', '112332.942500', '112333.402500', '112333.862500', '112334.322500', '112334.782500', '112335.242500', '112335.702500', '112336.162500', '112336.622500', '112337.082500', '112337.542500', '112338.002500', '112338.462500', '112338.922500', '112339.382500', '112339.842500', '112340.302500', '112340.762500', '112341.222500', '112341.682500', '112342.142500', '112342.602500', '112343.062500', '112343.522500', '112343.982500', '112344.442500', '112344.902500', '112345.362500', '112345.822500', '112346.282500', '112346.742500', '112347.202500', '112347.662500', '112348.122500', '112348.582500', '112349.042500', '112349.502500', '112349.962500', '112350.422500', '112350.882500', '112351.342500', '112351.802500', '112352.262500', '112352.722500', '112353.182500', '112353.642500', '112354.102500', '112354.562500', '112355.022500', '112355.482500', '112355.942500', '112356.402500', '112356.862500', '112357.322500', '112357.782500', '112358.242500', '112358.702500', '112359.162500', '112359.622500', '112400.082500', '112400.542500', '112401.002500', '112401.462500', '112401.922500', '112402.382500', '112402.842500', '112403.302500', '112403.762500', '112404.222500', '112404.682500', '112405.142500', '112405.602500', '112406.062500', '112406.522500', '112406.982500', '112407.442500', '112407.902500', '112408.362500', '112408.822500', '112409.282500', '112409.742500', '112410.202500', '112410.662500', '112411.122500', '112411.582500', '112412.042500', '112412.502500', '112412.962500', '112413.422500', '112413.882500', '112414.342500', '112414.802500', '112415.262500', '112415.722500', '112416.182500', '112416.642500', '112417.102500', '112417.562500', '112418.022500', '112418.482500', '112418.942500', '112419.402500', '112419.862500', '112420.322500', '112420.782500', '112421.242500', '112421.702500', '112422.162500', '112422.622500', '112423.082500', '112423.542500', '112424.002500', '112424.462500', '112424.922500', '112425.382500', '112425.842500', '112426.302500', '112426.762500', '112427.222500', '112427.682500', '112428.142500', '112428.602500', '112429.062500', '112429.522500', '112429.982500', '112430.442500', '112430.902500', '112431.362500', '112431.822500', '112432.282500', '112432.742500', '112433.202500', '112433.662500', '112434.122500', '112434.582500', '112435.042500', '112435.502500', '112435.962500', '112436.422500', '112436.882500', '112437.342500', '112437.802500', '112438.262500', '112438.722500', '112439.182500', '112439.642500', '112440.102500', '112440.562500', '112441.022500', '112441.482500', '112441.942500', '112442.402500', '112442.862500', '112443.322500', '112443.782500', '112444.242500', '112444.702500', '112445.162500', '112445.622500', '112446.082500', '112446.542500', '112447.002500', '112447.462500', '112447.922500', '112448.382500', '112448.842500', '112449.302500', '112449.762500', '112450.222500', '112450.682500', '112451.142500', '112451.602500', '112452.062500', '112452.522500', '112452.982500', '112453.442500', '112453.902500', '112454.362500', '112454.822500', '112455.282500', '112455.742500', '112456.202500', '112456.662500', '112457.122500', '112457.582500', '112458.042500', '112458.502500', '112458.962500', '112459.422500', '112459.882500', '112500.342500', '112500.802500', '112501.262500', '112501.722500', '112502.182500', '112502.642500', '112503.102500', '112503.562500', '112504.022500', '112504.482500', '112504.942500', '112505.402500', '112505.862500', '112506.322500', '112506.782500', '112507.242500', '112507.702500', '112508.162500', '112508.622500', '112509.082500', '112509.542500', '112510.002500', '112510.462500', '112510.922500', '112511.382500', '112511.842500', '112512.302500', '112512.762500', '112513.222500', '112513.682500', '112514.142500', '112514.602500', '112515.062500', '112515.522500', '112515.982500', '112516.442500', '112516.902500', '112517.362500', '112517.822500', '112518.282500', '112518.742500', '112519.202500', '112519.662500', '112520.122500', '112520.582500', '112521.042500', '112521.502500', '112521.962500', '112522.422500', '112522.882500', '112523.342500', '112523.802500', '112524.262500', '112524.722500', '112525.182500', '112525.642500', '112526.102500', '112526.562500', '112527.022500', '112527.482500', '112527.942500', '112528.402500', '112528.862500', '112529.322500', '112529.782500', '112530.242500', '112530.702500', '112531.162500', '112531.622500', '112532.082500', '112532.542500', '112533.002500', '112533.462500', '112533.922500', '112534.382500', '112534.842500', '112535.302500', '112535.762500', '112536.222500', '112536.682500', '112537.142500', '112537.602500', '112538.062500', '112538.522500', '112538.982500', '112539.442500', '112539.902500', '112540.362500', '112540.822500', '112541.282500', '112541.742500', '112542.202500', '112542.662500', '112543.122500', '112543.582500', '112544.042500', '112544.502500'], 'ContentTime': ['111603.829000', '111603.834000', '111603.837000', '111603.840000', '111603.842000', '111603.845000', '111603.848000', '111603.850000', '111603.853000', '111603.856000', '111603.858000', '111603.861000', '111603.863000', '111603.867000', '111603.870000', '111603.877000', '111603.880000', '111603.883000', '111603.885000', '111603.888000', '111603.891000', '111603.894000', '111603.897000', '111603.899000', '111603.902000', '111603.905000', '111603.908000', '111603.910000', '111603.913000', '111603.916000', '111603.919000', '111603.922000', '111623.801000', '111623.804000', '111623.807000', '111623.809000', '111623.812000', '111623.815000', '111623.817000', '111623.820000', '111623.831000', '111623.834000', '111623.836000', '111623.839000', '111623.841000', '111623.844000', '111623.846000', '111623.849000', '111623.852000', '111623.854000', '111623.857000', '111623.859000', '111623.862000', '111623.864000', '111623.867000', '111623.870000', '111623.872000', '111623.875000', '111623.877000', '111623.880000', '111623.883000', '111623.885000', '111623.888000', '111623.890000', '111623.893000', '111623.895000', '111623.898000', '111623.900000', '111623.903000', '111623.906000', '111623.908000', '111623.911000', '111623.914000', '111623.916000', '111623.919000', '111643.801000', '111643.804000', '111643.807000', '111643.809000', '111643.812000', '111643.815000', '111643.817000', '111643.820000', '111643.822000', '111643.825000', '111643.828000', '111643.830000', '111643.833000', '111643.835000', '111643.838000', '111643.840000', '111643.843000', '111643.845000', '111643.848000', '111643.851000', '111643.853000', '111643.856000', '111643.865000', '111643.867000', '111643.870000', '111643.873000', '111643.875000', '111643.878000', '111643.880000', '111643.883000', '111643.886000', '111643.888000', '111643.891000', '111643.893000', '111643.896000', '111643.898000', '111643.901000', '111643.904000', '111643.906000', '111643.909000', '111643.911000', '111643.914000', '111643.916000', '111643.919000', '111703.801000', '111703.804000', '111703.807000', '111703.809000', '111703.812000', '111703.815000', '111703.817000', '111703.820000', '111703.822000', '111703.825000', '111703.828000', '111703.830000', '111703.833000', '111703.835000', '111703.838000', '111703.840000', '111703.843000', '111703.846000', '111703.848000', '111703.851000', '111703.853000', '111703.856000', '111703.859000', '111703.861000', '111703.864000', '111703.866000', '111703.869000', '111703.871000', '111703.874000', '111703.877000', '111703.879000', '111703.882000', '111703.884000', '111703.887000', '111703.890000', '111703.892000', '111703.895000', '111703.897000', '111703.900000', '111703.903000', '111703.905000', '111703.908000', '111703.910000', '111723.801000', '111723.804000', '111723.807000', '111723.809000', '111723.812000', '111723.815000', '111723.817000', '111723.820000', '111723.822000', '111723.825000', '111723.828000', '111723.830000', '111723.833000', '111723.835000', '111723.838000', '111723.841000', '111723.843000', '111723.846000', '111723.848000', '111723.852000', '111723.855000', '111723.858000', '111723.861000', '111723.863000', '111723.866000', '111723.869000', '111723.871000', '111723.874000', '111723.876000', '111723.879000', '111723.881000', '111723.884000', '111723.887000', '111723.889000', '111723.892000', '111723.894000', '111723.897000', '111723.899000', '111723.902000', '111723.905000', '111723.907000', '111723.910000', '111723.912000', '111743.802000', '111743.814000', '111743.816000', '111743.819000', '111743.821000', '111743.839000', '111743.841000', '111743.844000', '111743.846000', '111743.849000', '111743.852000', '111743.854000', '111743.857000', '111743.859000', '111743.862000', '111743.865000', '111743.867000', '111743.870000', '111743.872000', '111743.875000', '111743.878000', '111743.880000', '111743.883000', '111743.885000', '111743.888000', '111743.891000', '111743.893000', '111743.896000', '111743.898000', '111743.901000', '111743.904000', '111743.906000', '111743.909000', '111743.911000', '111743.914000', '111743.916000', '111743.919000', '111743.922000', '111743.924000', '111743.927000', '111743.929000', '111743.932000', '111743.934000', '111743.937000', '111803.801000', '111803.804000', '111803.807000', '111803.809000', '111803.812000', '111803.815000', '111803.817000', '111803.820000', '111803.822000', '111803.825000', '111803.828000', '111803.830000', '111803.833000', '111803.835000', '111803.838000', '111803.840000', '111803.843000', '111803.846000', '111803.848000', '111803.851000', '111803.854000', '111803.857000', '111803.859000', '111803.862000', '111803.865000', '111803.867000', '111803.870000', '111803.872000', '111803.875000', '111803.878000', '111803.880000', '111803.883000', '111803.885000', '111803.888000', '111803.891000', '111803.893000', '111803.896000', '111803.898000', '111803.901000', '111803.903000', '111803.906000', '111803.909000', '111803.911000', '111823.802000', '111823.812000', '111823.814000', '111823.817000', '111823.819000', '111823.822000', '111823.825000', '111823.827000', '111823.830000', '111823.832000', '111823.835000', '111823.838000', '111823.840000', '111823.843000', '111823.845000', '111823.848000', '111823.850000', '111823.853000', '111823.855000', '111823.858000', '111823.861000', '111823.863000', '111823.866000', '111823.869000', '111823.871000', '111823.874000', '111823.876000', '111823.879000', '111823.882000', '111823.884000', '111823.887000', '111823.889000', '111823.892000', '111823.895000', '111823.897000', '111823.900000', '111823.902000', '111823.905000', '111823.908000', '111823.910000', '111823.913000', '111823.915000', '111823.918000', '111823.921000', '111843.801000', '111843.819000', '111843.822000', '111843.824000', '111843.827000', '111843.829000', '111843.832000', '111843.835000', '111843.837000', '111843.840000', '111843.842000', '111843.845000', '111843.848000', '111843.850000', '111843.853000', '111843.855000', '111843.858000', '111843.861000', '111843.865000', '111843.867000', '111843.870000', '111843.873000', '111843.875000', '111843.878000', '111843.880000', '111843.883000', '111843.886000', '111843.888000', '111843.892000', '111843.896000', '111843.898000', '111843.901000', '111843.903000', '111843.906000', '111843.909000', '111843.911000', '111843.914000', '111843.916000', '111843.919000', '111843.922000', '111843.924000', '111843.927000', '111843.929000', '111903.802000', '111903.822000', '111903.824000', '111903.827000', '111903.830000', '111903.832000', '111903.835000', '111903.837000', '111903.840000', '111903.843000', '111903.845000', '111903.848000', '111903.851000', '111903.853000', '111903.856000', '111903.858000', '111903.861000', '111903.864000', '111903.866000', '111903.869000', '111903.871000', '111903.874000', '111903.877000', '111903.879000', '111903.882000', '111903.884000', '111903.887000', '111903.890000', '111903.892000', '111903.895000', '111903.897000', '111903.900000', '111903.903000', '111903.905000', '111903.908000', '111903.911000', '111903.913000', '111903.916000', '111903.918000', '111903.921000', '111903.923000', '111903.926000', '111903.929000', '111903.931000', '111923.801000', '111923.816000', '111923.818000', '111923.821000', '111923.823000', '111923.826000', '111923.829000', '111923.831000', '111923.834000', '111923.836000', '111923.839000', '111923.842000', '111923.844000', '111923.847000', '111923.849000', '111923.852000', '111923.855000', '111923.857000', '111923.860000', '111923.863000', '111923.865000', '111923.868000', '111923.871000', '111923.873000', '111923.876000', '111923.878000', '111923.881000', '111923.884000', '111923.886000', '111923.889000', '111923.891000', '111923.894000', '111923.897000', '111923.899000', '111923.902000', '111923.904000', '111923.907000', '111923.910000', '111923.912000', '111923.915000', '111923.917000', '111923.920000', '111923.923000', '111943.801000', '111943.804000', '111943.807000', '111943.810000', '111943.812000', '111943.815000', '111943.817000', '111943.820000', '111943.823000', '111943.825000', '111943.828000', '111943.830000', '111943.833000', '111943.836000', '111943.838000', '111943.841000', '111943.843000', '111943.846000', '111943.849000', '111943.851000', '111943.854000', '111943.856000', '111943.859000', '111943.861000', '111943.864000', '111943.867000', '111943.869000', '111943.872000', '111943.874000', '111943.877000', '111943.889000', '111943.892000', '111943.894000', '111943.897000', '111943.900000', '111943.902000', '111943.905000', '111943.907000', '111943.910000', '111943.913000', '111943.915000', '111943.918000', '111943.920000', '111943.923000', '112003.802000', '112003.842000', '112003.844000', '112003.847000', '112003.849000', '112003.852000', '112003.855000', '112003.857000', '112003.860000', '112003.862000', '112003.865000', '112003.867000', '112003.870000', '112003.873000', '112003.875000', '112003.878000', '112003.881000', '112003.883000', '112003.886000', '112003.888000', '112003.891000', '112003.894000', '112003.896000', '112003.899000', '112003.902000', '112003.904000', '112003.907000', '112003.909000', '112003.912000', '112003.915000', '112003.917000', '112003.920000', '112003.923000', '112003.925000', '112003.928000', '112003.931000', '112003.934000', '112003.937000', '112003.939000', '112003.942000', '112003.945000', '112003.947000', '112003.950000', '112023.802000', '112023.830000', '112023.832000', '112023.835000', '112023.838000', '112023.840000', '112023.843000', '112023.845000', '112023.848000', '112023.851000', '112023.853000', '112023.856000', '112023.858000', '112023.861000', '112023.864000', '112023.866000', '112023.869000', '112023.872000', '112023.874000', '112023.877000', '112023.879000', '112023.882000', '112023.884000', '112023.887000', '112023.890000', '112023.892000', '112023.895000', '112023.898000', '112023.900000', '112023.903000', '112023.905000', '112023.908000', '112023.911000', '112023.913000', '112023.916000', '112023.918000', '112023.921000', '112023.923000', '112023.926000', '112023.929000', '112023.931000', '112023.934000', '112023.936000', '112023.939000', '112043.802000', '112043.835000', '112043.838000', '112043.840000', '112043.843000', '112043.846000', '112043.848000', '112043.851000', '112043.853000', '112043.856000', '112043.859000', '112043.861000', '112043.864000', '112043.866000', '112043.869000', '112043.872000', '112043.874000', '112043.877000', '112043.880000', '112043.882000', '112043.885000', '112043.888000', '112043.890000', '112043.893000', '112043.895000', '112043.898000', '112043.901000', '112043.903000', '112043.906000', '112043.909000', '112043.912000', '112043.915000', '112043.918000', '112043.921000', '112043.923000', '112043.926000', '112043.928000', '112043.931000', '112043.934000', '112043.936000', '112043.939000', '112043.942000', '112043.944000', '112103.801000', '112103.804000', '112103.807000', '112103.810000', '112103.812000', '112103.815000', '112103.817000', '112103.820000', '112103.823000', '112103.825000', '112103.828000', '112103.830000', '112103.833000', '112103.836000', '112103.838000', '112103.841000', '112103.843000', '112103.846000', '112103.849000', '112103.851000', '112103.854000', '112103.856000', '112103.859000', '112103.861000', '112103.864000', '112103.867000', '112103.869000', '112103.872000', '112103.875000', '112103.877000', '112103.880000', '112103.882000', '112103.885000', '112103.888000', '112103.890000', '112103.893000', '112103.896000', '112103.898000', '112103.901000', '112103.903000', '112103.919000', '112103.922000', '112103.924000', '112103.927000', '112123.802000', '112123.822000', '112123.824000', '112123.827000', '112123.829000', '112123.832000', '112123.835000', '112123.837000', '112123.840000', '112123.842000', '112123.845000', '112123.848000', '112123.850000', '112123.853000', '112123.856000', '112123.858000', '112123.861000', '112123.863000', '112123.866000', '112123.869000', '112123.871000', '112123.874000', '112123.876000', '112123.879000', '112123.882000', '112123.884000', '112123.887000', '112123.889000', '112123.892000', '112123.895000', '112123.897000', '112123.900000', '112123.903000', '112123.905000', '112123.908000', '112123.910000', '112123.913000', '112123.916000', '112123.918000', '112123.921000', '112123.924000', '112123.926000', '112123.929000', '112143.802000', '112143.846000', '112143.849000', '112143.851000', '112143.854000', '112143.857000', '112143.859000', '112143.862000', '112143.864000', '112143.867000', '112143.870000', '112143.872000', '112143.875000', '112143.877000', '112143.880000', '112143.883000', '112143.885000', '112143.888000', '112143.891000', '112143.893000', '112143.896000', '112143.898000', '112143.901000', '112143.904000', '112143.906000', '112143.909000', '112143.911000', '112143.914000', '112143.917000', '112143.919000', '112143.922000', '112143.924000', '112143.927000', '112143.930000', '112143.932000', '112143.935000', '112143.938000', '112143.940000', '112143.943000', '112143.946000', '112143.948000', '112143.951000', '112143.953000', '112203.802000', '112203.854000', '112203.857000', '112203.860000', '112203.862000', '112203.865000', '112203.867000', '112203.870000', '112203.873000', '112203.875000', '112203.878000', '112203.880000', '112203.883000', '112203.886000', '112203.888000', '112203.891000', '112203.893000', '112203.896000', '112203.898000', '112203.901000', '112203.904000', '112203.906000', '112203.909000', '112203.911000', '112203.914000', '112203.917000', '112203.919000', '112203.922000', '112203.924000', '112203.927000', '112203.930000', '112203.932000', '112203.935000', '112203.938000', '112203.940000', '112203.943000', '112203.946000', '112203.948000', '112203.951000', '112203.953000', '112203.956000', '112203.959000', '112203.961000', '112203.964000', '112223.802000', '112223.839000', '112223.841000', '112223.844000', '112223.847000', '112223.849000', '112223.852000', '112223.854000', '112223.857000', '112223.860000', '112223.862000', '112223.865000', '112223.867000', '112223.870000', '112223.873000', '112223.875000', '112223.878000', '112223.880000', '112223.883000', '112223.886000', '112223.888000', '112223.891000', '112223.893000', '112223.896000', '112223.899000', '112223.901000', '112223.904000', '112223.906000', '112223.909000', '112223.912000', '112223.914000', '112223.917000', '112223.919000', '112223.922000', '112223.924000', '112223.927000', '112223.930000', '112223.932000', '112223.935000', '112223.937000', '112223.940000', '112223.943000', '112223.945000', '112223.948000', '112243.802000', '112243.804000', '112243.807000', '112243.809000', '112243.812000', '112243.815000', '112243.817000', '112243.831000', '112243.834000', '112243.836000', '112243.839000', '112243.841000', '112243.844000', '112243.847000', '112243.849000', '112243.852000', '112243.854000', '112243.857000', '112243.860000', '112243.862000', '112243.865000', '112243.867000', '112243.870000', '112243.873000', '112243.875000', '112243.878000', '112243.880000', '112243.883000', '112243.886000', '112243.888000', '112243.891000', '112243.893000', '112243.896000', '112243.899000', '112243.901000', '112243.904000', '112243.907000', '112243.909000', '112243.912000', '112243.914000', '112243.917000', '112243.919000', '112243.922000', '112303.802000', '112303.841000', '112303.844000', '112303.846000', '112303.849000', '112303.851000', '112303.854000', '112303.857000', '112303.859000', '112303.862000', '112303.865000', '112303.867000', '112303.870000', '112303.872000', '112303.875000', '112303.878000', '112303.880000', '112303.883000', '112303.886000', '112303.888000', '112303.891000', '112303.893000', '112303.896000', '112303.899000', '112303.901000', '112303.904000', '112303.906000', '112303.909000', '112303.912000', '112303.914000', '112303.917000', '112303.919000', '112303.922000', '112303.925000', '112303.927000', '112303.930000', '112303.932000', '112303.935000', '112303.938000', '112303.940000', '112303.943000', '112303.946000', '112303.948000', '112303.951000', '112323.802000', '112323.843000', '112323.846000', '112323.848000', '112323.851000', '112323.854000', '112323.856000', '112323.859000', '112323.862000', '112323.864000', '112323.867000', '112323.869000', '112323.872000', '112323.875000', '112323.877000', '112323.880000', '112323.882000', '112323.885000', '112323.888000', '112323.890000', '112323.893000', '112323.895000', '112323.898000', '112323.901000', '112323.903000', '112323.906000', '112323.908000', '112323.911000', '112323.914000', '112323.916000', '112323.919000', '112323.921000', '112323.924000', '112323.927000', '112323.929000', '112323.932000', '112323.934000', '112323.937000', '112323.940000', '112323.942000', '112323.945000', '112323.947000', '112323.950000', '112343.802000', '112343.805000', '112343.808000', '112343.811000', '112343.814000', '112343.817000', '112343.820000', '112343.822000', '112343.825000', '112343.827000', '112343.830000', '112343.833000', '112343.835000', '112343.838000', '112343.841000', '112343.843000', '112343.846000', '112343.848000', '112343.851000', '112343.854000', '112343.856000', '112343.859000', '112343.861000', '112343.864000', '112343.867000', '112343.869000', '112343.872000', '112343.875000', '112343.877000', '112343.880000', '112343.883000', '112343.886000', '112343.888000', '112343.891000', '112343.893000', '112343.896000', '112343.899000', '112343.901000', '112343.904000', '112343.906000', '112343.909000', '112343.912000', '112343.914000', '112403.802000', '112403.827000', '112403.829000', '112403.832000', '112403.846000', '112403.849000', '112403.852000', '112403.854000', '112403.857000', '112403.860000', '112403.862000', '112403.865000', '112403.868000', '112403.870000', '112403.873000', '112403.875000', '112403.878000', '112403.881000', '112403.883000', '112403.886000', '112403.889000', '112403.891000', '112403.894000', '112403.896000', '112403.899000', '112403.902000', '112403.904000', '112403.907000', '112403.910000', '112403.912000', '112403.915000', '112403.917000', '112403.920000', '112403.923000', '112403.925000', '112403.928000', '112403.930000', '112403.933000', '112403.936000', '112403.938000', '112403.941000', '112403.944000', '112403.946000', '112403.949000', '112423.802000', '112423.841000', '112423.844000', '112423.847000', '112423.849000', '112423.852000', '112423.855000', '112423.857000', '112423.860000', '112423.863000', '112423.865000', '112423.868000', '112423.870000', '112423.873000', '112423.876000', '112423.878000', '112423.881000', '112423.884000', '112423.886000', '112423.889000', '112423.892000', '112423.894000', '112423.897000', '112423.899000', '112423.902000', '112423.905000', '112423.907000', '112423.910000', '112423.913000', '112423.915000', '112423.918000', '112423.920000', '112423.923000', '112423.926000', '112423.928000', '112423.931000', '112423.934000', '112423.936000', '112423.939000', '112423.941000', '112423.944000', '112423.947000', '112423.949000', '112423.952000', '112443.802000', '112443.867000', '112443.870000', '112443.873000', '112443.875000', '112443.878000', '112443.881000', '112443.883000', '112443.886000', '112443.888000', '112443.891000', '112443.894000', '112443.896000', '112443.899000', '112443.901000', '112443.904000', '112443.907000', '112443.909000', '112443.912000', '112443.915000', '112443.917000', '112443.920000', '112443.922000', '112443.925000', '112443.928000', '112443.930000', '112443.933000', '112443.935000', '112443.938000', '112443.941000', '112443.944000', '112443.946000', '112443.949000', '112443.951000', '112443.954000', '112443.956000', '112443.959000', '112443.962000', '112443.964000', '112443.967000', '112443.970000', '112443.972000', '112443.975000', '112503.802000', '112503.851000', '112503.854000', '112503.857000', '112503.860000', '112503.862000', '112503.865000', '112503.867000', '112503.870000', '112503.873000', '112503.875000', '112503.878000', '112503.880000', '112503.883000', '112503.886000', '112503.888000', '112503.891000', '112503.894000', '112503.896000', '112503.899000', '112503.901000', '112503.904000', '112503.907000', '112503.909000', '112503.912000', '112503.914000', '112503.917000', '112503.920000', '112503.922000', '112503.925000', '112503.928000', '112503.930000', '112503.933000', '112503.935000', '112503.938000', '112503.941000', '112503.943000', '112503.946000', '112503.948000', '112503.951000', '112503.954000', '112503.956000', '112503.959000', '112523.802000', '112523.832000', '112523.835000', '112523.838000', '112523.840000', '112523.843000', '112523.845000', '112523.848000', '112523.851000', '112523.853000', '112523.856000', '112523.858000', '112523.861000', '112523.864000', '112523.866000', '112523.869000', '112523.871000', '112523.874000', '112523.877000', '112523.879000', '112523.882000', '112523.885000', '112523.887000', '112523.890000', '112523.892000', '112523.895000', '112523.898000', '112523.900000', '112523.903000', '112523.906000', '112523.908000', '112523.911000', '112523.913000', '112523.916000', '112523.919000', '112523.921000', '112523.924000', '112523.926000', '112523.929000', '112523.932000', '112523.934000', '112523.937000', '112523.939000', '112523.942000', '112543.802000', '112543.860000', '112543.862000', '112543.865000', '112543.868000', '112543.870000', '112543.873000', '112543.875000', '112543.878000', '112543.881000', '112543.883000', '112543.886000', '112543.889000', '112543.891000', '112543.894000', '112543.896000', '112543.899000', '112543.902000', '112543.904000', '112543.907000', '112543.909000', '112543.912000', '112543.915000', '112543.917000', '112543.920000', '112543.922000', '112543.925000', '112543.928000', '112543.930000', '112543.933000', '112543.936000', '112543.938000', '112543.941000', '112543.943000', '112543.946000', '112543.949000', '112543.951000', '112543.954000', '112543.956000', '112543.959000', '112543.962000', '112543.964000', '112543.967000', '112546.127000', '112546.130000', '112546.133000', '112546.135000', '112546.138000', '112546.141000'], 'InstanceCreationTime': ['111603.829000', '111603.834000', '111603.837000', '111603.840000', '111603.842000', '111603.845000', '111603.848000', '111603.850000', '111603.853000', '111603.856000', '111603.858000', '111603.861000', '111603.863000', '111603.867000', '111603.870000', '111603.877000', '111603.880000', '111603.883000', '111603.885000', '111603.888000', '111603.891000', '111603.894000', '111603.897000', '111603.899000', '111603.902000', '111603.905000', '111603.908000', '111603.910000', '111603.913000', '111603.916000', '111603.919000', '111603.922000', '111623.801000', '111623.804000', '111623.807000', '111623.809000', '111623.812000', '111623.815000', '111623.817000', '111623.820000', '111623.831000', '111623.834000', '111623.836000', '111623.839000', '111623.841000', '111623.844000', '111623.846000', '111623.849000', '111623.852000', '111623.854000', '111623.857000', '111623.859000', '111623.862000', '111623.864000', '111623.867000', '111623.870000', '111623.872000', '111623.875000', '111623.877000', '111623.880000', '111623.883000', '111623.885000', '111623.888000', '111623.890000', '111623.893000', '111623.895000', '111623.898000', '111623.900000', '111623.903000', '111623.906000', '111623.908000', '111623.911000', '111623.914000', '111623.916000', '111623.919000', '111643.801000', '111643.804000', '111643.807000', '111643.809000', '111643.812000', '111643.815000', '111643.817000', '111643.820000', '111643.822000', '111643.825000', '111643.828000', '111643.830000', '111643.833000', '111643.835000', '111643.838000', '111643.840000', '111643.843000', '111643.845000', '111643.848000', '111643.851000', '111643.853000', '111643.856000', '111643.865000', '111643.867000', '111643.870000', '111643.873000', '111643.875000', '111643.878000', '111643.880000', '111643.883000', '111643.886000', '111643.888000', '111643.891000', '111643.893000', '111643.896000', '111643.898000', '111643.901000', '111643.904000', '111643.906000', '111643.909000', '111643.911000', '111643.914000', '111643.916000', '111643.919000', '111703.801000', '111703.804000', '111703.807000', '111703.809000', '111703.812000', '111703.815000', '111703.817000', '111703.820000', '111703.822000', '111703.825000', '111703.828000', '111703.830000', '111703.833000', '111703.835000', '111703.838000', '111703.840000', '111703.843000', '111703.846000', '111703.848000', '111703.851000', '111703.853000', '111703.856000', '111703.859000', '111703.861000', '111703.864000', '111703.866000', '111703.869000', '111703.871000', '111703.874000', '111703.877000', '111703.879000', '111703.882000', '111703.884000', '111703.887000', '111703.890000', '111703.892000', '111703.895000', '111703.897000', '111703.900000', '111703.903000', '111703.905000', '111703.908000', '111703.910000', '111723.801000', '111723.804000', '111723.807000', '111723.809000', '111723.812000', '111723.815000', '111723.817000', '111723.820000', '111723.822000', '111723.825000', '111723.828000', '111723.830000', '111723.833000', '111723.835000', '111723.838000', '111723.841000', '111723.843000', '111723.846000', '111723.848000', '111723.852000', '111723.855000', '111723.858000', '111723.861000', '111723.863000', '111723.866000', '111723.869000', '111723.871000', '111723.874000', '111723.876000', '111723.879000', '111723.881000', '111723.884000', '111723.887000', '111723.889000', '111723.892000', '111723.894000', '111723.897000', '111723.899000', '111723.902000', '111723.905000', '111723.907000', '111723.910000', '111723.912000', '111743.802000', '111743.814000', '111743.816000', '111743.819000', '111743.821000', '111743.839000', '111743.841000', '111743.844000', '111743.846000', '111743.849000', '111743.852000', '111743.854000', '111743.857000', '111743.859000', '111743.862000', '111743.865000', '111743.867000', '111743.870000', '111743.872000', '111743.875000', '111743.878000', '111743.880000', '111743.883000', '111743.885000', '111743.888000', '111743.891000', '111743.893000', '111743.896000', '111743.898000', '111743.901000', '111743.904000', '111743.906000', '111743.909000', '111743.911000', '111743.914000', '111743.916000', '111743.919000', '111743.922000', '111743.924000', '111743.927000', '111743.929000', '111743.932000', '111743.934000', '111743.937000', '111803.801000', '111803.804000', '111803.807000', '111803.809000', '111803.812000', '111803.815000', '111803.817000', '111803.820000', '111803.822000', '111803.825000', '111803.828000', '111803.830000', '111803.833000', '111803.835000', '111803.838000', '111803.840000', '111803.843000', '111803.846000', '111803.848000', '111803.851000', '111803.854000', '111803.857000', '111803.859000', '111803.862000', '111803.865000', '111803.867000', '111803.870000', '111803.872000', '111803.875000', '111803.878000', '111803.880000', '111803.883000', '111803.885000', '111803.888000', '111803.891000', '111803.893000', '111803.896000', '111803.898000', '111803.901000', '111803.903000', '111803.906000', '111803.909000', '111803.911000', '111823.802000', '111823.812000', '111823.814000', '111823.817000', '111823.819000', '111823.822000', '111823.825000', '111823.827000', '111823.830000', '111823.832000', '111823.835000', '111823.838000', '111823.840000', '111823.843000', '111823.845000', '111823.848000', '111823.850000', '111823.853000', '111823.855000', '111823.858000', '111823.861000', '111823.863000', '111823.866000', '111823.869000', '111823.871000', '111823.874000', '111823.876000', '111823.879000', '111823.882000', '111823.884000', '111823.887000', '111823.889000', '111823.892000', '111823.895000', '111823.897000', '111823.900000', '111823.902000', '111823.905000', '111823.908000', '111823.910000', '111823.913000', '111823.915000', '111823.918000', '111823.921000', '111843.801000', '111843.819000', '111843.822000', '111843.824000', '111843.827000', '111843.829000', '111843.832000', '111843.835000', '111843.837000', '111843.840000', '111843.842000', '111843.845000', '111843.848000', '111843.850000', '111843.853000', '111843.855000', '111843.858000', '111843.861000', '111843.865000', '111843.867000', '111843.870000', '111843.873000', '111843.875000', '111843.878000', '111843.880000', '111843.883000', '111843.886000', '111843.888000', '111843.892000', '111843.896000', '111843.898000', '111843.901000', '111843.903000', '111843.906000', '111843.909000', '111843.911000', '111843.914000', '111843.916000', '111843.919000', '111843.922000', '111843.924000', '111843.927000', '111843.929000', '111903.802000', '111903.822000', '111903.824000', '111903.827000', '111903.830000', '111903.832000', '111903.835000', '111903.837000', '111903.840000', '111903.843000', '111903.845000', '111903.848000', '111903.851000', '111903.853000', '111903.856000', '111903.858000', '111903.861000', '111903.864000', '111903.866000', '111903.869000', '111903.871000', '111903.874000', '111903.877000', '111903.879000', '111903.882000', '111903.884000', '111903.887000', '111903.890000', '111903.892000', '111903.895000', '111903.897000', '111903.900000', '111903.903000', '111903.905000', '111903.908000', '111903.911000', '111903.913000', '111903.916000', '111903.918000', '111903.921000', '111903.923000', '111903.926000', '111903.929000', '111903.931000', '111923.801000', '111923.816000', '111923.818000', '111923.821000', '111923.823000', '111923.826000', '111923.829000', '111923.831000', '111923.834000', '111923.836000', '111923.839000', '111923.842000', '111923.844000', '111923.847000', '111923.849000', '111923.852000', '111923.855000', '111923.857000', '111923.860000', '111923.863000', '111923.865000', '111923.868000', '111923.871000', '111923.873000', '111923.876000', '111923.878000', '111923.881000', '111923.884000', '111923.886000', '111923.889000', '111923.891000', '111923.894000', '111923.897000', '111923.899000', '111923.902000', '111923.904000', '111923.907000', '111923.910000', '111923.912000', '111923.915000', '111923.917000', '111923.920000', '111923.923000', '111943.801000', '111943.804000', '111943.807000', '111943.810000', '111943.812000', '111943.815000', '111943.817000', '111943.820000', '111943.823000', '111943.825000', '111943.828000', '111943.830000', '111943.833000', '111943.836000', '111943.838000', '111943.841000', '111943.843000', '111943.846000', '111943.849000', '111943.851000', '111943.854000', '111943.856000', '111943.859000', '111943.861000', '111943.864000', '111943.867000', '111943.869000', '111943.872000', '111943.874000', '111943.877000', '111943.889000', '111943.892000', '111943.894000', '111943.897000', '111943.900000', '111943.902000', '111943.905000', '111943.907000', '111943.910000', '111943.913000', '111943.915000', '111943.918000', '111943.920000', '111943.923000', '112003.802000', '112003.842000', '112003.844000', '112003.847000', '112003.849000', '112003.852000', '112003.855000', '112003.857000', '112003.860000', '112003.862000', '112003.865000', '112003.867000', '112003.870000', '112003.873000', '112003.875000', '112003.878000', '112003.881000', '112003.883000', '112003.886000', '112003.888000', '112003.891000', '112003.894000', '112003.896000', '112003.899000', '112003.902000', '112003.904000', '112003.907000', '112003.909000', '112003.912000', '112003.915000', '112003.917000', '112003.920000', '112003.923000', '112003.925000', '112003.928000', '112003.931000', '112003.934000', '112003.937000', '112003.939000', '112003.942000', '112003.945000', '112003.947000', '112003.950000', '112023.802000', '112023.830000', '112023.832000', '112023.835000', '112023.838000', '112023.840000', '112023.843000', '112023.845000', '112023.848000', '112023.851000', '112023.853000', '112023.856000', '112023.858000', '112023.861000', '112023.864000', '112023.866000', '112023.869000', '112023.872000', '112023.874000', '112023.877000', '112023.879000', '112023.882000', '112023.884000', '112023.887000', '112023.890000', '112023.892000', '112023.895000', '112023.898000', '112023.900000', '112023.903000', '112023.905000', '112023.908000', '112023.911000', '112023.913000', '112023.916000', '112023.918000', '112023.921000', '112023.923000', '112023.926000', '112023.929000', '112023.931000', '112023.934000', '112023.936000', '112023.939000', '112043.802000', '112043.835000', '112043.838000', '112043.840000', '112043.843000', '112043.846000', '112043.848000', '112043.851000', '112043.853000', '112043.856000', '112043.859000', '112043.861000', '112043.864000', '112043.866000', '112043.869000', '112043.872000', '112043.874000', '112043.877000', '112043.880000', '112043.882000', '112043.885000', '112043.888000', '112043.890000', '112043.893000', '112043.895000', '112043.898000', '112043.901000', '112043.903000', '112043.906000', '112043.909000', '112043.912000', '112043.915000', '112043.918000', '112043.921000', '112043.923000', '112043.926000', '112043.928000', '112043.931000', '112043.934000', '112043.936000', '112043.939000', '112043.942000', '112043.944000', '112103.801000', '112103.804000', '112103.807000', '112103.810000', '112103.812000', '112103.815000', '112103.817000', '112103.820000', '112103.823000', '112103.825000', '112103.828000', '112103.830000', '112103.833000', '112103.836000', '112103.838000', '112103.841000', '112103.843000', '112103.846000', '112103.849000', '112103.851000', '112103.854000', '112103.856000', '112103.859000', '112103.861000', '112103.864000', '112103.867000', '112103.869000', '112103.872000', '112103.875000', '112103.877000', '112103.880000', '112103.882000', '112103.885000', '112103.888000', '112103.890000', '112103.893000', '112103.896000', '112103.898000', '112103.901000', '112103.903000', '112103.919000', '112103.922000', '112103.924000', '112103.927000', '112123.802000', '112123.822000', '112123.824000', '112123.827000', '112123.829000', '112123.832000', '112123.835000', '112123.837000', '112123.840000', '112123.842000', '112123.845000', '112123.848000', '112123.850000', '112123.853000', '112123.856000', '112123.858000', '112123.861000', '112123.863000', '112123.866000', '112123.869000', '112123.871000', '112123.874000', '112123.876000', '112123.879000', '112123.882000', '112123.884000', '112123.887000', '112123.889000', '112123.892000', '112123.895000', '112123.897000', '112123.900000', '112123.903000', '112123.905000', '112123.908000', '112123.910000', '112123.913000', '112123.916000', '112123.918000', '112123.921000', '112123.924000', '112123.926000', '112123.929000', '112143.802000', '112143.846000', '112143.849000', '112143.851000', '112143.854000', '112143.857000', '112143.859000', '112143.862000', '112143.864000', '112143.867000', '112143.870000', '112143.872000', '112143.875000', '112143.877000', '112143.880000', '112143.883000', '112143.885000', '112143.888000', '112143.891000', '112143.893000', '112143.896000', '112143.898000', '112143.901000', '112143.904000', '112143.906000', '112143.909000', '112143.911000', '112143.914000', '112143.917000', '112143.919000', '112143.922000', '112143.924000', '112143.927000', '112143.930000', '112143.932000', '112143.935000', '112143.938000', '112143.940000', '112143.943000', '112143.946000', '112143.948000', '112143.951000', '112143.953000', '112203.802000', '112203.854000', '112203.857000', '112203.860000', '112203.862000', '112203.865000', '112203.867000', '112203.870000', '112203.873000', '112203.875000', '112203.878000', '112203.880000', '112203.883000', '112203.886000', '112203.888000', '112203.891000', '112203.893000', '112203.896000', '112203.898000', '112203.901000', '112203.904000', '112203.906000', '112203.909000', '112203.911000', '112203.914000', '112203.917000', '112203.919000', '112203.922000', '112203.924000', '112203.927000', '112203.930000', '112203.932000', '112203.935000', '112203.938000', '112203.940000', '112203.943000', '112203.946000', '112203.948000', '112203.951000', '112203.953000', '112203.956000', '112203.959000', '112203.961000', '112203.964000', '112223.802000', '112223.839000', '112223.841000', '112223.844000', '112223.847000', '112223.849000', '112223.852000', '112223.854000', '112223.857000', '112223.860000', '112223.862000', '112223.865000', '112223.867000', '112223.870000', '112223.873000', '112223.875000', '112223.878000', '112223.880000', '112223.883000', '112223.886000', '112223.888000', '112223.891000', '112223.893000', '112223.896000', '112223.899000', '112223.901000', '112223.904000', '112223.906000', '112223.909000', '112223.912000', '112223.914000', '112223.917000', '112223.919000', '112223.922000', '112223.924000', '112223.927000', '112223.930000', '112223.932000', '112223.935000', '112223.937000', '112223.940000', '112223.943000', '112223.945000', '112223.948000', '112243.802000', '112243.804000', '112243.807000', '112243.809000', '112243.812000', '112243.815000', '112243.817000', '112243.831000', '112243.834000', '112243.836000', '112243.839000', '112243.841000', '112243.844000', '112243.847000', '112243.849000', '112243.852000', '112243.854000', '112243.857000', '112243.860000', '112243.862000', '112243.865000', '112243.867000', '112243.870000', '112243.873000', '112243.875000', '112243.878000', '112243.880000', '112243.883000', '112243.886000', '112243.888000', '112243.891000', '112243.893000', '112243.896000', '112243.899000', '112243.901000', '112243.904000', '112243.907000', '112243.909000', '112243.912000', '112243.914000', '112243.917000', '112243.919000', '112243.922000', '112303.802000', '112303.841000', '112303.844000', '112303.846000', '112303.849000', '112303.851000', '112303.854000', '112303.857000', '112303.859000', '112303.862000', '112303.865000', '112303.867000', '112303.870000', '112303.872000', '112303.875000', '112303.878000', '112303.880000', '112303.883000', '112303.886000', '112303.888000', '112303.891000', '112303.893000', '112303.896000', '112303.899000', '112303.901000', '112303.904000', '112303.906000', '112303.909000', '112303.912000', '112303.914000', '112303.917000', '112303.919000', '112303.922000', '112303.925000', '112303.927000', '112303.930000', '112303.932000', '112303.935000', '112303.938000', '112303.940000', '112303.943000', '112303.946000', '112303.948000', '112303.951000', '112323.802000', '112323.843000', '112323.846000', '112323.848000', '112323.851000', '112323.854000', '112323.856000', '112323.859000', '112323.862000', '112323.864000', '112323.867000', '112323.869000', '112323.872000', '112323.875000', '112323.877000', '112323.880000', '112323.882000', '112323.885000', '112323.888000', '112323.890000', '112323.893000', '112323.895000', '112323.898000', '112323.901000', '112323.903000', '112323.906000', '112323.908000', '112323.911000', '112323.914000', '112323.916000', '112323.919000', '112323.921000', '112323.924000', '112323.927000', '112323.929000', '112323.932000', '112323.934000', '112323.937000', '112323.940000', '112323.942000', '112323.945000', '112323.947000', '112323.950000', '112343.802000', '112343.805000', '112343.808000', '112343.811000', '112343.814000', '112343.817000', '112343.820000', '112343.822000', '112343.825000', '112343.827000', '112343.830000', '112343.833000', '112343.835000', '112343.838000', '112343.841000', '112343.843000', '112343.846000', '112343.848000', '112343.851000', '112343.854000', '112343.856000', '112343.859000', '112343.861000', '112343.864000', '112343.867000', '112343.869000', '112343.872000', '112343.875000', '112343.877000', '112343.880000', '112343.883000', '112343.886000', '112343.888000', '112343.891000', '112343.893000', '112343.896000', '112343.899000', '112343.901000', '112343.904000', '112343.906000', '112343.909000', '112343.912000', '112343.914000', '112403.802000', '112403.827000', '112403.829000', '112403.832000', '112403.846000', '112403.849000', '112403.852000', '112403.854000', '112403.857000', '112403.860000', '112403.862000', '112403.865000', '112403.868000', '112403.870000', '112403.873000', '112403.875000', '112403.878000', '112403.881000', '112403.883000', '112403.886000', '112403.889000', '112403.891000', '112403.894000', '112403.896000', '112403.899000', '112403.902000', '112403.904000', '112403.907000', '112403.910000', '112403.912000', '112403.915000', '112403.917000', '112403.920000', '112403.923000', '112403.925000', '112403.928000', '112403.930000', '112403.933000', '112403.936000', '112403.938000', '112403.941000', '112403.944000', '112403.946000', '112403.949000', '112423.802000', '112423.841000', '112423.844000', '112423.847000', '112423.849000', '112423.852000', '112423.855000', '112423.857000', '112423.860000', '112423.863000', '112423.865000', '112423.868000', '112423.870000', '112423.873000', '112423.876000', '112423.878000', '112423.881000', '112423.884000', '112423.886000', '112423.889000', '112423.892000', '112423.894000', '112423.897000', '112423.899000', '112423.902000', '112423.905000', '112423.907000', '112423.910000', '112423.913000', '112423.915000', '112423.918000', '112423.920000', '112423.923000', '112423.926000', '112423.928000', '112423.931000', '112423.934000', '112423.936000', '112423.939000', '112423.941000', '112423.944000', '112423.947000', '112423.949000', '112423.952000', '112443.802000', '112443.867000', '112443.870000', '112443.873000', '112443.875000', '112443.878000', '112443.881000', '112443.883000', '112443.886000', '112443.888000', '112443.891000', '112443.894000', '112443.896000', '112443.899000', '112443.901000', '112443.904000', '112443.907000', '112443.909000', '112443.912000', '112443.915000', '112443.917000', '112443.920000', '112443.922000', '112443.925000', '112443.928000', '112443.930000', '112443.933000', '112443.935000', '112443.938000', '112443.941000', '112443.944000', '112443.946000', '112443.949000', '112443.951000', '112443.954000', '112443.956000', '112443.959000', '112443.962000', '112443.964000', '112443.967000', '112443.970000', '112443.972000', '112443.975000', '112503.802000', '112503.851000', '112503.854000', '112503.857000', '112503.860000', '112503.862000', '112503.865000', '112503.867000', '112503.870000', '112503.873000', '112503.875000', '112503.878000', '112503.880000', '112503.883000', '112503.886000', '112503.888000', '112503.891000', '112503.894000', '112503.896000', '112503.899000', '112503.901000', '112503.904000', '112503.907000', '112503.909000', '112503.912000', '112503.914000', '112503.917000', '112503.920000', '112503.922000', '112503.925000', '112503.928000', '112503.930000', '112503.933000', '112503.935000', '112503.938000', '112503.941000', '112503.943000', '112503.946000', '112503.948000', '112503.951000', '112503.954000', '112503.956000', '112503.959000', '112523.802000', '112523.832000', '112523.835000', '112523.838000', '112523.840000', '112523.843000', '112523.845000', '112523.848000', '112523.851000', '112523.853000', '112523.856000', '112523.858000', '112523.861000', '112523.864000', '112523.866000', '112523.869000', '112523.871000', '112523.874000', '112523.877000', '112523.879000', '112523.882000', '112523.885000', '112523.887000', '112523.890000', '112523.892000', '112523.895000', '112523.898000', '112523.900000', '112523.903000', '112523.906000', '112523.908000', '112523.911000', '112523.913000', '112523.916000', '112523.919000', '112523.921000', '112523.924000', '112523.926000', '112523.929000', '112523.932000', '112523.934000', '112523.937000', '112523.939000', '112523.942000', '112543.802000', '112543.860000', '112543.862000', '112543.865000', '112543.868000', '112543.870000', '112543.873000', '112543.875000', '112543.878000', '112543.881000', '112543.883000', '112543.886000', '112543.889000', '112543.891000', '112543.894000', '112543.896000', '112543.899000', '112543.902000', '112543.904000', '112543.907000', '112543.909000', '112543.912000', '112543.915000', '112543.917000', '112543.920000', '112543.922000', '112543.925000', '112543.928000', '112543.930000', '112543.933000', '112543.936000', '112543.938000', '112543.941000', '112543.943000', '112543.946000', '112543.949000', '112543.951000', '112543.954000', '112543.956000', '112543.959000', '112543.962000', '112543.964000', '112543.967000', '112546.127000', '112546.130000', '112546.133000', '112546.135000', '112546.138000', '112546.141000'], '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], 'LargestImagePixelValue': [8781, 8747, 7319, 14327, 9812, 8882, 9856, 6758, 10620, 8217, 14137, 10076, 7703, 7957, 7837, 6785, 10335, 8068, 9058, 9506, 6972, 10168, 7870, 6978, 8980, 6498, 10603, 8393, 11790, 8672, 6771, 10110, 7632, 10459, 8844, 8524, 10272, 7003, 9682, 8137, 6875, 8938, 6468, 10272, 8197, 11741, 8610, 6860, 9749, 7608, 12158, 8737, 9816, 9428, 6905, 9859, 7911, 6914, 9212, 6993, 12128, 9552, 7653, 9400, 6893, 9818, 7796, 9506, 9556, 6933, 10570, 7622, 6640, 8777, 6580, 9693, 7860, 11717, 9772, 7789, 8998, 6914, 8780, 8165, 9730, 10318, 7432, 14232, 8075, 6837, 9134, 6978, 13291, 8936, 9148, 9539, 6992, 10271, 7698, 9900, 8963, 8066, 10793, 7512, 14162, 8075, 7019, 8763, 6733, 9235, 6514, 9966, 7378, 13541, 8191, 6858, 8645, 6714, 10067, 7897, 11486, 10602, 7961, 8819, 6690, 9929, 6870, 10798, 8804, 11408, 8364, 6633, 9064, 6632, 10591, 7907, 11246, 9178, 6986, 9119, 6783, 10352, 7851, 11020, 8894, 10513, 9027, 7045, 9825, 7379, 9997, 8277, 9855, 9237, 6883, 9928, 7670, 7049, 8272, 6706, 9881, 6795, 10711, 9156, 9210, 8290, 6844, 9516, 7279, 10464, 8775, 9047, 9501, 6605, 11549, 7768, 9416, 8780, 8235, 10622, 7804, 14836, 7851, 6957, 8568, 6528, 10533, 8050, 12484, 8693, 6562, 9331, 6848, 9916, 7981, 11086, 8750, 7365, 9915, 7121, 8368, 8299, 7077, 9268, 7059, 11145, 7777, 10568, 8075, 11156, 8472, 9163, 9904, 6530, 10728, 6984, 10385, 7886, 7979, 8566, 6726, 10446, 7879, 10731, 8188, 7065, 9033, 6883, 9908, 7658, 12172, 9622, 7425, 9033, 6636, 9657, 6925, 10437, 8045, 11642, 8304, 10576, 8200, 6625, 8852, 6593, 10153, 7433, 12481, 8237, 12364, 8402, 6789, 8968, 8160, 9765, 7222, 10150, 7349, 9349, 7862, 9883, 8351, 9914, 9088, 7889, 9222, 7452, 9624, 6627, 10199, 7741, 13716, 9368, 9963, 8502, 7077, 9500, 6825, 10029, 7156, 10945, 7495, 10590, 7778, 6714, 8888, 6752, 10275, 8179, 11459, 8370, 7359, 8943, 6702, 9671, 7119, 10599, 9889, 8806, 8848, 6624, 9434, 6858, 10576, 7721, 11009, 7840, 11797, 7786, 7059, 8523, 7470, 10273, 6963, 10551, 7480, 10336, 7834, 9049, 8570, 8522, 10238, 6958, 10433, 7463, 9918, 7851, 9733, 8573, 10115, 9192, 7329, 9532, 6856, 9768, 6524, 10192, 7359, 10777, 7666, 10419, 7921, 8006, 8398, 6818, 9887, 6847, 10163, 7376, 9973, 7689, 9841, 7750, 10320, 8642, 11308, 7942, 6823, 8434, 6545, 9640, 7031, 13019, 8636, 9641, 8423, 6628, 8629, 8459, 9262, 8570, 10797, 7402, 10755, 7781, 7059, 8479, 8234, 9784, 7764, 10264, 6989, 9765, 8232, 9369, 8720, 9884, 9449, 7498, 9998, 6683, 10182, 7539, 10407, 8549, 10979, 8681, 6729, 9469, 6651, 9956, 7372, 12555, 8771, 9383, 8580, 6818, 9653, 6912, 10030, 7479, 12017, 10004, 14035, 7708, 12194, 7864, 10912, 8754, 8945, 9742, 6955, 9841, 7273, 10299, 7551, 12046, 8488, 9106, 8908, 6684, 9380, 6727, 10235, 7768, 10510, 8714, 7906, 8663, 6839, 9734, 7155, 9818, 8584, 9105, 9970, 6842, 9960, 7303, 11687, 8296, 9968, 8676, 7868, 9801, 6825, 10215, 7397, 10631, 8102, 9897, 9455, 7677, 9685, 6846, 9954, 7876, 9177, 8457, 8854, 9851, 6894, 10272, 7368, 8993, 8574, 9684, 9426, 7934, 9857, 6761, 10328, 8001, 9496, 8900, 8492, 9954, 6671, 10176, 6992, 9936, 7715, 8948, 8862, 7127, 10109, 7237, 9387, 7819, 8309, 8589, 7066, 10466, 7371, 9713, 8541, 7025, 9251, 6727, 10631, 8511, 14016, 8362, 7180, 9066, 6671, 10141, 6913, 10619, 9107, 11864, 8294, 6721, 9396, 6752, 10481, 8005, 14152, 8660, 8947, 8930, 6697, 9931, 6614, 10347, 7812, 11301, 7991, 11989, 8451, 6576, 8880, 6746, 9954, 7289, 11952, 8172, 6643, 8503, 6621, 10044, 6939, 10370, 8580, 12297, 8018, 10167, 8420, 6929, 9733, 7339, 10798, 9188, 10288, 8598, 6804, 9757, 6929, 10660, 9220, 12441, 8643, 6847, 9275, 6930, 9689, 6627, 10669, 8109, 12112, 7984, 6724, 8656, 6515, 9954, 7086, 11618, 9567, 7614, 9139, 6813, 9881, 6807, 10279, 8481, 11429, 8877, 6745, 9708, 6773, 8777, 8003, 8709, 9965, 6925, 11362, 8030, 6855, 9148, 6742, 10267, 7710, 12255, 11051, 13725, 8217, 6916, 8778, 6421, 10554, 8131, 13410, 8575, 6694, 9333, 6934, 10677, 8479, 10986, 9658, 7043, 10251, 7480, 10102, 8253, 9781, 8820, 7485, 9920, 6996, 8087, 7967, 6872, 8961, 7707, 10304, 7330, 10480, 7494, 6909, 8486, 6827, 9675, 6971, 10969, 9025, 13518, 8421, 6766, 8690, 6833, 10483, 7912, 13025, 9219, 8636, 8938, 6765, 10167, 7289, 13849, 8827, 10061, 9640, 6642, 10020, 7440, 8836, 8727, 7356, 9954, 6927, 10290, 7746, 7111, 8472, 6614, 10416, 8779, 8425, 8949, 6633, 10072, 7927, 10865, 8867, 9232, 9713, 6842, 11677, 7977, 7055, 8855, 6880, 9607, 6962, 10346, 7678, 7771, 8148, 6659, 9680, 6783, 10864, 7905, 12604, 7747, 8309, 8352, 7862, 9416, 7514, 10757, 6766, 10909, 8210, 6829, 8702, 6769, 10510, 7354, 12144, 8293, 6761, 8970, 6715, 10253, 7275, 11107, 8516, 8828, 8561, 6657, 9984, 6897, 10493, 8413, 10462, 8986, 6569, 10144, 7358, 8296, 8148, 7108, 9673, 7152, 11244, 8036, 6996, 9015, 6841, 9947, 9122, 8452, 14195, 7635, 6795, 9387, 6987, 10628, 7753, 12295, 10019, 10736, 11819, 7063, 12717, 8069, 13171, 9009, 12298, 9929, 8827, 11423, 7293, 10479, 7676, 8326, 8386, 7256, 9856, 6710, 10680, 7472, 10201, 8376, 9915, 8574, 10653, 9395, 6900, 10271, 6807, 10019, 7682, 8447, 8547, 6772, 10183, 6650, 10008, 7462, 8180, 7951, 7960, 9403, 6818, 10565, 7157, 8057, 8088, 6682, 9034, 7965, 10753, 8011, 12544, 8150, 8290, 8744, 6689, 9454, 7466, 11009, 7620, 12607, 7802, 7757, 8340, 6681, 9320, 7733, 10564, 7483, 10966, 8118, 6616, 8811, 6721, 9761, 7024, 11047, 7631, 10658, 8094, 7216, 8788, 6794, 10102, 7033, 11743, 8187, 6653, 9411, 6551, 10552, 7934, 12198, 8975, 7761, 9691, 6767, 9286, 8018, 9808, 8783, 9199, 9840, 6550, 10326, 7114, 8624, 8384, 9438, 8758, 7965, 10483, 6716, 10538, 7425, 8701, 8057, 9403, 8895, 7443, 10504, 6817, 11541, 8212, 9589, 8630, 8728, 9579, 6529, 10676, 7105, 9274, 8229, 9530, 8433, 8683, 9789, 7475, 9702, 6733, 10368, 7059, 10725, 7761, 9936, 8483, 6881, 9356, 6777, 10331, 7166, 8751, 8510, 8541, 8960, 6763, 9711, 6732, 10286, 7018, 10480, 8913, 11902, 8391, 6575, 9633, 7133, 10611, 8051, 8260, 9382, 7059, 10462, 7151, 8542, 8357, 8210, 9493, 6792, 11352, 8136, 10605, 8187, 6713, 9594, 6721, 10574, 7309, 12847, 9244, 6986, 8961, 6904, 10434, 7591, 10679, 8403, 12376, 8781, 6936, 9744, 6721, 10232, 7358, 12161, 8632, 8906, 9267, 6653, 9615, 7053, 10750, 7912, 10993, 8656, 10047, 8854, 6878, 9777, 6721, 10400, 7123, 9332, 8460, 7081, 9057, 7068, 10409, 6932, 13231, 8528, 11738, 9119, 7964, 9774, 6639, 10495, 7564, 10086, 8924, 9599, 9974, 6759, 10367, 7064, 10309, 7736, 8976, 9281, 7643, 9966, 6609, 10463, 7453, 8876, 8491, 8473, 10301, 6626, 10347, 7093, 10564, 7912, 9083, 8700, 8007, 9194, 6781, 10367, 7390, 10374, 7551, 10486, 7405, 10291, 8257, 6770, 9019, 6838, 7768, 7443, 7609, 9508, 8733, 9747, 6801, 10294, 7351, 10294, 7815, 12979, 9455, 12581, 8851, 6897, 9901, 6981, 10605, 7816, 9746, 9047, 7160, 10649, 7374, 7731, 8434, 6685, 9895, 6985, 10962, 9188, 12490, 8706, 6633, 9981, 6977, 10798, 7906, 10354, 9026, 7316, 9923, 6742, 10433, 7624, 8693, 8233, 8100, 9623, 6561, 10413, 7228, 6766, 8099, 6654, 9642, 6818, 11849, 8368, 7843, 8730, 6800, 10281, 6682, 10997, 8528, 14119, 11355, 8435, 8536, 6747, 10197, 6955, 10976, 8117, 13917, 9598, 7382, 9143, 6673, 10081, 6597, 10545, 7116, 10823, 8027, 10291, 8389, 8318, 8284, 7653, 9754, 6653, 10500, 6825, 10618, 7628, 11672, 8042, 9655, 8975, 7008, 9694, 6848, 10258, 6952, 10774, 8180, 10401, 8736, 7146, 9943, 7142, 8482, 7889, 6845, 9803, 7348, 11392, 7909, 7049, 9109, 6711, 10129, 7190, 11828, 10479, 12207, 8378, 6558, 9413, 7058, 10294, 7417, 11089, 8002, 10826, 8242, 6738, 9319, 6640, 10343, 7344, 10882, 8840, 11464, 8372, 6878, 9086, 6747, 9819, 7208, 10582, 7838, 9754, 8230, 6698, 9979, 7171, 9754, 9440, 7202, 12386, 8360, 7045, 9820, 6813, 12283, 9683, 12720, 7736, 13406, 7097, 11060, 7891, 10148, 8797, 8277, 9650, 7053, 10238, 6997, 10381, 7682, 8398, 8622, 7501, 10031, 6609, 10139, 7203, 10200, 8318, 10483, 8751, 6989, 9244, 7082, 10264, 7335, 12366, 8587, 9557, 8981, 6999, 9753, 6837, 8562, 8143, 9106, 9652, 7903, 10582, 6779, 10702, 7207, 10522, 7790, 12278, 8581, 9712, 8709, 6577, 9483, 6724, 9875, 7978, 7957, 9497, 6663, 10272, 7326, 10461, 8098, 10227, 8834, 8711, 9626, 6705, 10617, 6935], 'WindowCenter': [4317.0, 4303.0, 4282.0, 4350.0, 4310.0, 4299.0, 4306.0, 4256.0, 4305.0, 4276.0, 4335.0, 4294.0, 4265.0, 4275.0, 4264.0, 4255.0, 4294.0, 4274.0, 4285.0, 4295.0, 4266.0, 4306.0, 4276.0, 4266.0, 4285.0, 4244.0, 4306.0, 4275.0, 4316.0, 4285.0, 4256.0, 4305.0, 4265.0, 4304.0, 4285.0, 4285.0, 4305.0, 4265.0, 4295.0, 4276.0, 4255.0, 4284.0, 4244.0, 4306.0, 4276.0, 4315.0, 4284.0, 4256.0, 4295.0, 4265.0, 4315.0, 4284.0, 4296.0, 4295.0, 4265.0, 4295.0, 4275.0, 4255.0, 4295.0, 4266.0, 4326.0, 4297.0, 4277.0, 4297.0, 4267.0, 4295.0, 4275.0, 4296.0, 4297.0, 4265.0, 4307.0, 4277.0, 4257.0, 4287.0, 4257.0, 4307.0, 4278.0, 4317.0, 4307.0, 4278.0, 4297.0, 4269.0, 4296.0, 4288.0, 4298.0, 4308.0, 4266.0, 4337.0, 4276.0, 4256.0, 4295.0, 4255.0, 4326.0, 4286.0, 4296.0, 4296.0, 4266.0, 4306.0, 4265.0, 4295.0, 4301.0, 4292.0, 4317.0, 4266.0, 4336.0, 4276.0, 4255.0, 4286.0, 4238.0, 4267.0, 4226.0, 4280.0, 4252.0, 4324.0, 4275.0, 4254.0, 4285.0, 4255.0, 4306.0, 4276.0, 4314.0, 4306.0, 4276.0, 4284.0, 4255.0, 4295.0, 4254.0, 4304.0, 4285.0, 4315.0, 4274.0, 4253.0, 4283.0, 4254.0, 4304.0, 4274.0, 4304.0, 4285.0, 4255.0, 4285.0, 4256.0, 4295.0, 4276.0, 4305.0, 4286.0, 4305.0, 4284.0, 4254.0, 4295.0, 4265.0, 4294.0, 4275.0, 4295.0, 4285.0, 4256.0, 4296.0, 4275.0, 4266.0, 4286.0, 4256.0, 4307.0, 4256.0, 4307.0, 4297.0, 4297.0, 4285.0, 4257.0, 4295.0, 4266.0, 4306.0, 4286.0, 4297.0, 4297.0, 4257.0, 4317.0, 4275.0, 4296.0, 4286.0, 4275.0, 4306.0, 4264.0, 4336.0, 4276.0, 4266.0, 4284.0, 4244.0, 4306.0, 4276.0, 4324.0, 4286.0, 4256.0, 4294.0, 4255.0, 4295.0, 4275.0, 4305.0, 4275.0, 4265.0, 4296.0, 4256.0, 4275.0, 4275.0, 4254.0, 4285.0, 4255.0, 4316.0, 4276.0, 4306.0, 4276.0, 4303.0, 4274.0, 4284.0, 4295.0, 4244.0, 4304.0, 4254.0, 4306.0, 4276.0, 4275.0, 4285.0, 4255.0, 4304.0, 4276.0, 4317.0, 4286.0, 4267.0, 4286.0, 4255.0, 4295.0, 4276.0, 4316.0, 4295.0, 4266.0, 4286.0, 4254.0, 4295.0, 4254.0, 4305.0, 4275.0, 4305.0, 4275.0, 4306.0, 4274.0, 4255.0, 4284.0, 4254.0, 4306.0, 4264.0, 4325.0, 4276.0, 4325.0, 4275.0, 4253.0, 4285.0, 4274.0, 4294.0, 4265.0, 4306.0, 4265.0, 4296.0, 4275.0, 4295.0, 4277.0, 4294.0, 4285.0, 4275.0, 4285.0, 4266.0, 4295.0, 4254.0, 4305.0, 4265.0, 4336.0, 4297.0, 4306.0, 4286.0, 4255.0, 4295.0, 4255.0, 4296.0, 4255.0, 4306.0, 4266.0, 4307.0, 4275.0, 4267.0, 4285.0, 4256.0, 4307.0, 4288.0, 4318.0, 4288.0, 4278.0, 4298.0, 4256.0, 4297.0, 4267.0, 4307.0, 4308.0, 4298.0, 4295.0, 4258.0, 4297.0, 4256.0, 4306.0, 4266.0, 4306.0, 4276.0, 4326.0, 4276.0, 4255.0, 4286.0, 4264.0, 4306.0, 4256.0, 4307.0, 4266.0, 4306.0, 4276.0, 4284.0, 4285.0, 4284.0, 4306.0, 4255.0, 4306.0, 4266.0, 4295.0, 4276.0, 4295.0, 4286.0, 4295.0, 4285.0, 4264.0, 4294.0, 4254.0, 4294.0, 4242.0, 4294.0, 4252.0, 4304.0, 4263.0, 4304.0, 4273.0, 4274.0, 4273.0, 4254.0, 4295.0, 4255.0, 4304.0, 4266.0, 4296.0, 4277.0, 4295.0, 4277.0, 4306.0, 4286.0, 4305.0, 4276.0, 4256.0, 4276.0, 4256.0, 4297.0, 4268.0, 4339.0, 4299.0, 4310.0, 4288.0, 4267.0, 4289.0, 4288.0, 4298.0, 4286.0, 4318.0, 4268.0, 4318.0, 4277.0, 4267.0, 4286.0, 4287.0, 4309.0, 4277.0, 4308.0, 4268.0, 4307.0, 4288.0, 4296.0, 4287.0, 4297.0, 4297.0, 4266.0, 4307.0, 4256.0, 4305.0, 4265.0, 4304.0, 4287.0, 4306.0, 4286.0, 4256.0, 4297.0, 4257.0, 4296.0, 4267.0, 4327.0, 4288.0, 4298.0, 4287.0, 4257.0, 4297.0, 4267.0, 4297.0, 4265.0, 4317.0, 4296.0, 4335.0, 4263.0, 4315.0, 4273.0, 4304.0, 4275.0, 4283.0, 4284.0, 4254.0, 4295.0, 4265.0, 4294.0, 4264.0, 4314.0, 4286.0, 4285.0, 4286.0, 4256.0, 4296.0, 4256.0, 4296.0, 4277.0, 4306.0, 4287.0, 4277.0, 4287.0, 4258.0, 4295.0, 4268.0, 4306.0, 4288.0, 4298.0, 4308.0, 4269.0, 4309.0, 4279.0, 4317.0, 4288.0, 4297.0, 4286.0, 4275.0, 4297.0, 4256.0, 4307.0, 4266.0, 4305.0, 4276.0, 4295.0, 4296.0, 4266.0, 4296.0, 4256.0, 4295.0, 4276.0, 4285.0, 4276.0, 4285.0, 4296.0, 4255.0, 4304.0, 4267.0, 4286.0, 4285.0, 4296.0, 4285.0, 4274.0, 4294.0, 4254.0, 4305.0, 4276.0, 4295.0, 4285.0, 4285.0, 4295.0, 4256.0, 4306.0, 4256.0, 4295.0, 4276.0, 4286.0, 4286.0, 4256.0, 4307.0, 4268.0, 4297.0, 4277.0, 4276.0, 4287.0, 4267.0, 4319.0, 4268.0, 4308.0, 4303.0, 4269.0, 4298.0, 4256.0, 4308.0, 4288.0, 4337.0, 4288.0, 4268.0, 4287.0, 4256.0, 4296.0, 4256.0, 4296.0, 4286.0, 4316.0, 4273.0, 4256.0, 4286.0, 4255.0, 4307.0, 4275.0, 4326.0, 4275.0, 4285.0, 4286.0, 4245.0, 4294.0, 4244.0, 4294.0, 4265.0, 4305.0, 4275.0, 4317.0, 4276.0, 4254.0, 4285.0, 4254.0, 4295.0, 4265.0, 4316.0, 4287.0, 4256.0, 4287.0, 4257.0, 4297.0, 4267.0, 4307.0, 4288.0, 4327.0, 4278.0, 4308.0, 4276.0, 4256.0, 4296.0, 4265.0, 4307.0, 4298.0, 4308.0, 4286.0, 4257.0, 4296.0, 4266.0, 4307.0, 4297.0, 4328.0, 4285.0, 4257.0, 4297.0, 4266.0, 4297.0, 4256.0, 4306.0, 4276.0, 4317.0, 4277.0, 4257.0, 4286.0, 4257.0, 4296.0, 4266.0, 4317.0, 4297.0, 4278.0, 4298.0, 4258.0, 4298.0, 4256.0, 4305.0, 4288.0, 4318.0, 4288.0, 4259.0, 4297.0, 4258.0, 4287.0, 4278.0, 4289.0, 4309.0, 4269.0, 4327.0, 4288.0, 4270.0, 4299.0, 4257.0, 4308.0, 4268.0, 4317.0, 4316.0, 4336.0, 4276.0, 4266.0, 4275.0, 4245.0, 4306.0, 4276.0, 4326.0, 4286.0, 4256.0, 4296.0, 4256.0, 4305.0, 4277.0, 4305.0, 4295.0, 4255.0, 4305.0, 4265.0, 4295.0, 4276.0, 4295.0, 4285.0, 4254.0, 4294.0, 4255.0, 4275.0, 4275.0, 4244.0, 4285.0, 4263.0, 4296.0, 4264.0, 4306.0, 4266.0, 4266.0, 4286.0, 4254.0, 4296.0, 4256.0, 4305.0, 4285.0, 4337.0, 4286.0, 4256.0, 4285.0, 4254.0, 4307.0, 4276.0, 4327.0, 4286.0, 4287.0, 4286.0, 4256.0, 4295.0, 4266.0, 4323.0, 4286.0, 4295.0, 4295.0, 4254.0, 4294.0, 4265.0, 4284.0, 4288.0, 4250.0, 4281.0, 4253.0, 4294.0, 4265.0, 4254.0, 4275.0, 4256.0, 4307.0, 4286.0, 4288.0, 4285.0, 4256.0, 4295.0, 4275.0, 4304.0, 4286.0, 4284.0, 4294.0, 4255.0, 4313.0, 4274.0, 4252.0, 4284.0, 4252.0, 4295.0, 4253.0, 4293.0, 4265.0, 4264.0, 4274.0, 4254.0, 4295.0, 4243.0, 4305.0, 4264.0, 4314.0, 4264.0, 4273.0, 4273.0, 4263.0, 4283.0, 4252.0, 4305.0, 4256.0, 4304.0, 4271.0, 4242.0, 4272.0, 4243.0, 4306.0, 4263.0, 4315.0, 4287.0, 4258.0, 4286.0, 4256.0, 4307.0, 4265.0, 4306.0, 4287.0, 4285.0, 4286.0, 4256.0, 4295.0, 4266.0, 4307.0, 4278.0, 4308.0, 4286.0, 4256.0, 4308.0, 4279.0, 4287.0, 4278.0, 4267.0, 4298.0, 4268.0, 4319.0, 4289.0, 4281.0, 4314.0, 4298.0, 4323.0, 4309.0, 4300.0, 4351.0, 4278.0, 4270.0, 4309.0, 4270.0, 4319.0, 4278.0, 4328.0, 4308.0, 4307.0, 4318.0, 4267.0, 4327.0, 4276.0, 4325.0, 4285.0, 4314.0, 4294.0, 4273.0, 4303.0, 4253.0, 4293.0, 4263.0, 4261.0, 4271.0, 4251.0, 4293.0, 4243.0, 4292.0, 4264.0, 4293.0, 4274.0, 4282.0, 4272.0, 4292.0, 4283.0, 4252.0, 4292.0, 4242.0, 4291.0, 4263.0, 4272.0, 4274.0, 4243.0, 4294.0, 4255.0, 4295.0, 4267.0, 4275.0, 4275.0, 4276.0, 4297.0, 4257.0, 4308.0, 4268.0, 4278.0, 4288.0, 4268.0, 4298.0, 4278.0, 4319.0, 4277.0, 4327.0, 4278.0, 4288.0, 4287.0, 4257.0, 4296.0, 4266.0, 4307.0, 4265.0, 4326.0, 4277.0, 4275.0, 4287.0, 4256.0, 4297.0, 4266.0, 4307.0, 4266.0, 4318.0, 4277.0, 4257.0, 4287.0, 4256.0, 4296.0, 4266.0, 4318.0, 4277.0, 4307.0, 4276.0, 4265.0, 4287.0, 4256.0, 4308.0, 4266.0, 4328.0, 4288.0, 4266.0, 4310.0, 4258.0, 4318.0, 4288.0, 4329.0, 4299.0, 4279.0, 4310.0, 4270.0, 4298.0, 4289.0, 4307.0, 4288.0, 4296.0, 4297.0, 4257.0, 4307.0, 4267.0, 4286.0, 4277.0, 4286.0, 4287.0, 4275.0, 4305.0, 4256.0, 4306.0, 4267.0, 4284.0, 4276.0, 4296.0, 4285.0, 4266.0, 4307.0, 4256.0, 4316.0, 4276.0, 4294.0, 4285.0, 4284.0, 4296.0, 4244.0, 4306.0, 4265.0, 4284.0, 4276.0, 4292.0, 4276.0, 4285.0, 4296.0, 4264.0, 4294.0, 4254.0, 4295.0, 4255.0, 4304.0, 4266.0, 4293.0, 4285.0, 4265.0, 4296.0, 4257.0, 4306.0, 4266.0, 4285.0, 4286.0, 4287.0, 4297.0, 4258.0, 4297.0, 4256.0, 4306.0, 4266.0, 4307.0, 4297.0, 4316.0, 4287.0, 4257.0, 4296.0, 4268.0, 4306.0, 4289.0, 4289.0, 4298.0, 4270.0, 4320.0, 4269.0, 4299.0, 4288.0, 4287.0, 4309.0, 4258.0, 4314.0, 4277.0, 4319.0, 4288.0, 4256.0, 4294.0, 4255.0, 4307.0, 4266.0, 4327.0, 4297.0, 4267.0, 4286.0, 4267.0, 4305.0, 4276.0, 4305.0, 4277.0, 4326.0, 4284.0, 4255.0, 4295.0, 4255.0, 4294.0, 4265.0, 4315.0, 4285.0, 4285.0, 4285.0, 4255.0, 4295.0, 4265.0, 4304.0, 4276.0, 4305.0, 4285.0, 4296.0, 4285.0, 4255.0, 4295.0, 4256.0, 4306.0, 4266.0, 4296.0, 4287.0, 4268.0, 4298.0, 4269.0, 4319.0, 4269.0, 4338.0, 4289.0, 4328.0, 4287.0, 4287.0, 4308.0, 4255.0, 4307.0, 4276.0, 4306.0, 4287.0, 4297.0, 4296.0, 4257.0, 4306.0, 4266.0, 4305.0, 4265.0, 4284.0, 4295.0, 4266.0, 4295.0, 4256.0, 4306.0, 4265.0, 4284.0, 4285.0, 4275.0, 4306.0, 4256.0, 4306.0, 4256.0, 4305.0, 4276.0, 4285.0, 4285.0, 4276.0, 4295.0, 4256.0, 4306.0, 4267.0, 4306.0, 4266.0, 4303.0, 4265.0, 4295.0, 4276.0, 4256.0, 4298.0, 4268.0, 4278.0, 4278.0, 4279.0, 4310.0, 4289.0, 4310.0, 4269.0, 4310.0, 4279.0, 4308.0, 4278.0, 4328.0, 4297.0, 4327.0, 4286.0, 4267.0, 4307.0, 4266.0, 4305.0, 4276.0, 4296.0, 4285.0, 4255.0, 4307.0, 4266.0, 4277.0, 4287.0, 4257.0, 4306.0, 4266.0, 4307.0, 4297.0, 4327.0, 4286.0, 4256.0, 4296.0, 4256.0, 4303.0, 4275.0, 4295.0, 4284.0, 4264.0, 4295.0, 4255.0, 4305.0, 4265.0, 4273.0, 4275.0, 4273.0, 4295.0, 4254.0, 4306.0, 4265.0, 4256.0, 4276.0, 4255.0, 4308.0, 4256.0, 4327.0, 4288.0, 4288.0, 4298.0, 4269.0, 4308.0, 4267.0, 4318.0, 4288.0, 4337.0, 4318.0, 4288.0, 4287.0, 4257.0, 4306.0, 4266.0, 4306.0, 4277.0, 4336.0, 4296.0, 4266.0, 4296.0, 4255.0, 4304.0, 4256.0, 4305.0, 4254.0, 4306.0, 4276.0, 4306.0, 4274.0, 4286.0, 4285.0, 4264.0, 4296.0, 4256.0, 4306.0, 4256.0, 4306.0, 4276.0, 4316.0, 4276.0, 4296.0, 4287.0, 4266.0, 4297.0, 4268.0, 4308.0, 4268.0, 4317.0, 4288.0, 4308.0, 4288.0, 4268.0, 4309.0, 4268.0, 4287.0, 4278.0, 4258.0, 4307.0, 4279.0, 4329.0, 4290.0, 4280.0, 4299.0, 4268.0, 4307.0, 4269.0, 4329.0, 4319.0, 4329.0, 4286.0, 4258.0, 4297.0, 4256.0, 4307.0, 4266.0, 4317.0, 4277.0, 4317.0, 4286.0, 4257.0, 4296.0, 4255.0, 4307.0, 4266.0, 4306.0, 4287.0, 4318.0, 4286.0, 4256.0, 4287.0, 4254.0, 4307.0, 4266.0, 4307.0, 4276.0, 4307.0, 4287.0, 4268.0, 4307.0, 4268.0, 4309.0, 4309.0, 4279.0, 4340.0, 4289.0, 4280.0, 4310.0, 4258.0, 4329.0, 4297.0, 4328.0, 4265.0, 4337.0, 4255.0, 4305.0, 4275.0, 4293.0, 4285.0, 4275.0, 4294.0, 4255.0, 4304.0, 4255.0, 4305.0, 4265.0, 4274.0, 4285.0, 4265.0, 4296.0, 4256.0, 4305.0, 4266.0, 4294.0, 4276.0, 4305.0, 4285.0, 4266.0, 4296.0, 4266.0, 4306.0, 4266.0, 4325.0, 4285.0, 4296.0, 4286.0, 4267.0, 4296.0, 4256.0, 4285.0, 4277.0, 4287.0, 4297.0, 4276.0, 4306.0, 4257.0, 4306.0, 4266.0, 4305.0, 4276.0, 4315.0, 4285.0, 4296.0, 4286.0, 4256.0, 4295.0, 4256.0, 4296.0, 4277.0, 4277.0, 4309.0, 4269.0, 4308.0, 4279.0, 4308.0, 4289.0, 4306.0, 4296.0, 4286.0, 4297.0, 4255.0, 4307.0, 4267.0], 'WindowWidth': [9558.0, 9531.0, 9497.0, 9585.0, 9531.0, 9515.0, 9519.0, 9452.0, 9514.0, 9476.0, 9555.0, 9499.0, 9461.0, 9476.0, 9459.0, 9450.0, 9499.0, 9474.0, 9489.0, 9502.0, 9464.0, 9517.0, 9478.0, 9465.0, 9489.0, 9434.0, 9517.0, 9476.0, 9532.0, 9489.0, 9451.0, 9515.0, 9462.0, 9512.0, 9487.0, 9486.0, 9515.0, 9463.0, 9503.0, 9477.0, 9449.0, 9485.0, 9432.0, 9516.0, 9476.0, 9529.0, 9487.0, 9452.0, 9502.0, 9462.0, 9527.0, 9487.0, 9502.0, 9502.0, 9463.0, 9503.0, 9476.0, 9449.0, 9502.0, 9464.0, 9545.0, 9507.0, 9481.0, 9507.0, 9466.0, 9503.0, 9476.0, 9505.0, 9507.0, 9463.0, 9523.0, 9483.0, 9457.0, 9494.0, 9456.0, 9522.0, 9483.0, 9535.0, 9521.0, 9485.0, 9509.0, 9475.0, 9509.0, 9497.0, 9509.0, 9522.0, 9466.0, 9563.0, 9479.0, 9452.0, 9502.0, 9450.0, 9543.0, 9491.0, 9505.0, 9506.0, 9466.0, 9517.0, 9462.0, 9501.0, 9523.0, 9512.0, 9535.0, 9465.0, 9559.0, 9478.0, 9448.0, 9490.0, 9414.0, 9449.0, 9394.0, 9472.0, 9438.0, 9539.0, 9475.0, 9449.0, 9488.0, 9451.0, 9517.0, 9479.0, 9527.0, 9517.0, 9478.0, 9485.0, 9449.0, 9500.0, 9445.0, 9512.0, 9487.0, 9527.0, 9471.0, 9444.0, 9482.0, 9445.0, 9511.0, 9471.0, 9511.0, 9487.0, 9449.0, 9488.0, 9451.0, 9501.0, 9478.0, 9514.0, 9489.0, 9513.0, 9484.0, 9445.0, 9499.0, 9460.0, 9498.0, 9474.0, 9499.0, 9488.0, 9451.0, 9504.0, 9475.0, 9466.0, 9491.0, 9452.0, 9521.0, 9452.0, 9521.0, 9508.0, 9509.0, 9491.0, 9456.0, 9504.0, 9465.0, 9519.0, 9493.0, 9508.0, 9508.0, 9455.0, 9534.0, 9477.0, 9503.0, 9491.0, 9474.0, 9519.0, 9460.0, 9559.0, 9476.0, 9464.0, 9486.0, 9433.0, 9516.0, 9476.0, 9541.0, 9490.0, 9452.0, 9499.0, 9450.0, 9500.0, 9475.0, 9514.0, 9475.0, 9462.0, 9503.0, 9451.0, 9477.0, 9475.0, 9447.0, 9489.0, 9448.0, 9532.0, 9478.0, 9516.0, 9475.0, 9510.0, 9470.0, 9484.0, 9499.0, 9432.0, 9514.0, 9447.0, 9517.0, 9479.0, 9474.0, 9488.0, 9448.0, 9514.0, 9478.0, 9534.0, 9492.0, 9469.0, 9490.0, 9449.0, 9503.0, 9478.0, 9531.0, 9502.0, 9464.0, 9490.0, 9449.0, 9502.0, 9445.0, 9515.0, 9475.0, 9513.0, 9473.0, 9515.0, 9471.0, 9447.0, 9485.0, 9446.0, 9516.0, 9460.0, 9541.0, 9476.0, 9542.0, 9474.0, 9443.0, 9488.0, 9472.0, 9499.0, 9460.0, 9516.0, 9462.0, 9503.0, 9476.0, 9500.0, 9480.0, 9500.0, 9489.0, 9474.0, 9489.0, 9463.0, 9502.0, 9447.0, 9514.0, 9462.0, 9557.0, 9506.0, 9517.0, 9490.0, 9450.0, 9501.0, 9448.0, 9504.0, 9449.0, 9517.0, 9463.0, 9521.0, 9477.0, 9470.0, 9489.0, 9452.0, 9522.0, 9497.0, 9537.0, 9496.0, 9485.0, 9509.0, 9452.0, 9507.0, 9467.0, 9520.0, 9523.0, 9511.0, 9504.0, 9457.0, 9506.0, 9453.0, 9518.0, 9465.0, 9517.0, 9477.0, 9545.0, 9479.0, 9449.0, 9489.0, 9458.0, 9518.0, 9450.0, 9520.0, 9466.0, 9518.0, 9477.0, 9486.0, 9488.0, 9485.0, 9518.0, 9449.0, 9518.0, 9463.0, 9502.0, 9476.0, 9500.0, 9490.0, 9500.0, 9488.0, 9459.0, 9498.0, 9447.0, 9497.0, 9426.0, 9498.0, 9440.0, 9512.0, 9455.0, 9512.0, 9470.0, 9471.0, 9471.0, 9444.0, 9501.0, 9448.0, 9514.0, 9466.0, 9505.0, 9481.0, 9501.0, 9479.0, 9516.0, 9490.0, 9515.0, 9476.0, 9452.0, 9477.0, 9453.0, 9507.0, 9471.0, 9565.0, 9514.0, 9529.0, 9499.0, 9470.0, 9499.0, 9495.0, 9510.0, 9491.0, 9537.0, 9469.0, 9537.0, 9480.0, 9467.0, 9493.0, 9493.0, 9525.0, 9481.0, 9524.0, 9470.0, 9521.0, 9496.0, 9504.0, 9494.0, 9506.0, 9507.0, 9465.0, 9519.0, 9452.0, 9514.0, 9461.0, 9513.0, 9492.0, 9516.0, 9490.0, 9453.0, 9507.0, 9454.0, 9504.0, 9467.0, 9546.0, 9496.0, 9509.0, 9494.0, 9455.0, 9506.0, 9466.0, 9506.0, 9462.0, 9532.0, 9504.0, 9556.0, 9459.0, 9527.0, 9469.0, 9510.0, 9473.0, 9482.0, 9485.0, 9446.0, 9499.0, 9460.0, 9497.0, 9457.0, 9525.0, 9489.0, 9488.0, 9489.0, 9452.0, 9504.0, 9452.0, 9502.0, 9480.0, 9517.0, 9494.0, 9481.0, 9494.0, 9458.0, 9504.0, 9471.0, 9518.0, 9496.0, 9510.0, 9525.0, 9473.0, 9526.0, 9486.0, 9533.0, 9497.0, 9505.0, 9491.0, 9473.0, 9505.0, 9452.0, 9521.0, 9465.0, 9515.0, 9478.0, 9501.0, 9503.0, 9462.0, 9504.0, 9452.0, 9502.0, 9478.0, 9487.0, 9478.0, 9487.0, 9504.0, 9449.0, 9513.0, 9466.0, 9490.0, 9488.0, 9502.0, 9487.0, 9471.0, 9500.0, 9446.0, 9515.0, 9475.0, 9499.0, 9488.0, 9487.0, 9501.0, 9451.0, 9515.0, 9450.0, 9500.0, 9478.0, 9490.0, 9490.0, 9451.0, 9521.0, 9470.0, 9508.0, 9481.0, 9477.0, 9495.0, 9467.0, 9538.0, 9470.0, 9524.0, 9524.0, 9470.0, 9507.0, 9450.0, 9522.0, 9494.0, 9561.0, 9495.0, 9468.0, 9491.0, 9450.0, 9502.0, 9448.0, 9502.0, 9487.0, 9528.0, 9469.0, 9450.0, 9488.0, 9447.0, 9517.0, 9475.0, 9542.0, 9472.0, 9487.0, 9488.0, 9433.0, 9498.0, 9430.0, 9498.0, 9458.0, 9513.0, 9474.0, 9532.0, 9477.0, 9445.0, 9485.0, 9445.0, 9501.0, 9461.0, 9532.0, 9494.0, 9453.0, 9492.0, 9453.0, 9507.0, 9467.0, 9520.0, 9495.0, 9546.0, 9481.0, 9522.0, 9477.0, 9450.0, 9503.0, 9461.0, 9521.0, 9508.0, 9522.0, 9490.0, 9455.0, 9504.0, 9465.0, 9521.0, 9507.0, 9550.0, 9489.0, 9454.0, 9506.0, 9464.0, 9504.0, 9448.0, 9515.0, 9476.0, 9533.0, 9479.0, 9453.0, 9491.0, 9454.0, 9504.0, 9466.0, 9533.0, 9508.0, 9484.0, 9509.0, 9456.0, 9508.0, 9453.0, 9515.0, 9497.0, 9535.0, 9495.0, 9458.0, 9508.0, 9458.0, 9494.0, 9484.0, 9498.0, 9525.0, 9474.0, 9551.0, 9499.0, 9477.0, 9512.0, 9453.0, 9523.0, 9468.0, 9535.0, 9530.0, 9557.0, 9477.0, 9464.0, 9473.0, 9432.0, 9516.0, 9475.0, 9544.0, 9488.0, 9451.0, 9502.0, 9450.0, 9514.0, 9479.0, 9515.0, 9500.0, 9450.0, 9516.0, 9461.0, 9499.0, 9475.0, 9498.0, 9486.0, 9443.0, 9497.0, 9448.0, 9473.0, 9473.0, 9431.0, 9486.0, 9455.0, 9502.0, 9457.0, 9516.0, 9463.0, 9465.0, 9489.0, 9446.0, 9503.0, 9450.0, 9516.0, 9488.0, 9560.0, 9491.0, 9452.0, 9488.0, 9446.0, 9518.0, 9478.0, 9546.0, 9491.0, 9493.0, 9489.0, 9449.0, 9500.0, 9462.0, 9537.0, 9488.0, 9500.0, 9501.0, 9446.0, 9499.0, 9462.0, 9486.0, 9498.0, 9430.0, 9476.0, 9442.0, 9497.0, 9460.0, 9444.0, 9475.0, 9450.0, 9520.0, 9492.0, 9495.0, 9488.0, 9452.0, 9500.0, 9475.0, 9512.0, 9489.0, 9483.0, 9498.0, 9446.0, 9522.0, 9471.0, 9440.0, 9483.0, 9439.0, 9499.0, 9442.0, 9496.0, 9461.0, 9459.0, 9472.0, 9444.0, 9500.0, 9429.0, 9514.0, 9457.0, 9525.0, 9456.0, 9468.0, 9466.0, 9454.0, 9482.0, 9439.0, 9514.0, 9456.0, 9510.0, 9465.0, 9426.0, 9466.0, 9429.0, 9515.0, 9458.0, 9529.0, 9492.0, 9456.0, 9491.0, 9451.0, 9519.0, 9461.0, 9516.0, 9492.0, 9490.0, 9491.0, 9452.0, 9502.0, 9465.0, 9519.0, 9482.0, 9521.0, 9492.0, 9453.0, 9523.0, 9485.0, 9494.0, 9482.0, 9467.0, 9509.0, 9470.0, 9540.0, 9501.0, 9495.0, 9544.0, 9530.0, 9554.0, 9528.0, 9519.0, 9586.0, 9487.0, 9478.0, 9528.0, 9475.0, 9541.0, 9486.0, 9551.0, 9524.0, 9519.0, 9535.0, 9467.0, 9546.0, 9477.0, 9540.0, 9486.0, 9523.0, 9497.0, 9467.0, 9507.0, 9438.0, 9494.0, 9454.0, 9449.0, 9462.0, 9435.0, 9494.0, 9427.0, 9493.0, 9455.0, 9496.0, 9469.0, 9479.0, 9463.0, 9491.0, 9479.0, 9438.0, 9493.0, 9427.0, 9490.0, 9456.0, 9466.0, 9472.0, 9429.0, 9499.0, 9449.0, 9501.0, 9465.0, 9475.0, 9476.0, 9476.0, 9507.0, 9452.0, 9522.0, 9470.0, 9485.0, 9498.0, 9473.0, 9510.0, 9482.0, 9539.0, 9481.0, 9548.0, 9482.0, 9496.0, 9494.0, 9452.0, 9504.0, 9464.0, 9520.0, 9462.0, 9544.0, 9479.0, 9475.0, 9493.0, 9449.0, 9506.0, 9464.0, 9521.0, 9464.0, 9536.0, 9480.0, 9454.0, 9492.0, 9451.0, 9503.0, 9465.0, 9535.0, 9480.0, 9520.0, 9477.0, 9463.0, 9492.0, 9451.0, 9522.0, 9466.0, 9550.0, 9496.0, 9467.0, 9529.0, 9459.0, 9538.0, 9498.0, 9553.0, 9512.0, 9488.0, 9531.0, 9476.0, 9512.0, 9499.0, 9520.0, 9498.0, 9505.0, 9507.0, 9455.0, 9520.0, 9467.0, 9491.0, 9479.0, 9489.0, 9492.0, 9473.0, 9515.0, 9451.0, 9518.0, 9466.0, 9486.0, 9478.0, 9502.0, 9489.0, 9462.0, 9519.0, 9452.0, 9531.0, 9478.0, 9498.0, 9489.0, 9484.0, 9502.0, 9433.0, 9517.0, 9463.0, 9487.0, 9476.0, 9495.0, 9476.0, 9487.0, 9502.0, 9460.0, 9498.0, 9445.0, 9500.0, 9448.0, 9511.0, 9463.0, 9495.0, 9487.0, 9462.0, 9504.0, 9454.0, 9517.0, 9466.0, 9489.0, 9492.0, 9493.0, 9507.0, 9456.0, 9507.0, 9452.0, 9517.0, 9464.0, 9519.0, 9507.0, 9530.0, 9491.0, 9455.0, 9505.0, 9469.0, 9519.0, 9499.0, 9498.0, 9510.0, 9478.0, 9542.0, 9474.0, 9514.0, 9497.0, 9496.0, 9528.0, 9458.0, 9532.0, 9483.0, 9539.0, 9495.0, 9453.0, 9501.0, 9449.0, 9521.0, 9464.0, 9546.0, 9505.0, 9468.0, 9491.0, 9467.0, 9514.0, 9478.0, 9514.0, 9480.0, 9542.0, 9486.0, 9449.0, 9501.0, 9449.0, 9499.0, 9462.0, 9528.0, 9488.0, 9487.0, 9487.0, 9448.0, 9502.0, 9461.0, 9511.0, 9479.0, 9514.0, 9489.0, 9503.0, 9488.0, 9450.0, 9501.0, 9452.0, 9516.0, 9465.0, 9505.0, 9495.0, 9471.0, 9510.0, 9475.0, 9539.0, 9473.0, 9563.0, 9499.0, 9550.0, 9494.0, 9496.0, 9522.0, 9451.0, 9520.0, 9479.0, 9518.0, 9495.0, 9504.0, 9505.0, 9453.0, 9518.0, 9464.0, 9514.0, 9461.0, 9487.0, 9503.0, 9463.0, 9501.0, 9451.0, 9516.0, 9461.0, 9485.0, 9488.0, 9475.0, 9516.0, 9450.0, 9518.0, 9451.0, 9515.0, 9478.0, 9487.0, 9489.0, 9475.0, 9500.0, 9452.0, 9518.0, 9466.0, 9518.0, 9462.0, 9510.0, 9461.0, 9501.0, 9477.0, 9452.0, 9509.0, 9473.0, 9485.0, 9487.0, 9487.0, 9531.0, 9500.0, 9529.0, 9475.0, 9529.0, 9487.0, 9523.0, 9483.0, 9548.0, 9507.0, 9547.0, 9491.0, 9469.0, 9520.0, 9465.0, 9516.0, 9479.0, 9503.0, 9491.0, 9449.0, 9520.0, 9466.0, 9483.0, 9493.0, 9454.0, 9518.0, 9464.0, 9520.0, 9508.0, 9547.0, 9490.0, 9453.0, 9503.0, 9450.0, 9510.0, 9474.0, 9500.0, 9486.0, 9459.0, 9501.0, 9448.0, 9515.0, 9462.0, 9470.0, 9475.0, 9469.0, 9501.0, 9447.0, 9516.0, 9463.0, 9452.0, 9478.0, 9450.0, 9522.0, 9454.0, 9547.0, 9498.0, 9498.0, 9511.0, 9476.0, 9525.0, 9468.0, 9536.0, 9497.0, 9563.0, 9536.0, 9497.0, 9494.0, 9456.0, 9518.0, 9466.0, 9518.0, 9481.0, 9558.0, 9504.0, 9465.0, 9503.0, 9450.0, 9513.0, 9450.0, 9515.0, 9447.0, 9517.0, 9478.0, 9518.0, 9474.0, 9490.0, 9487.0, 9460.0, 9505.0, 9451.0, 9518.0, 9452.0, 9518.0, 9478.0, 9530.0, 9479.0, 9504.0, 9494.0, 9466.0, 9509.0, 9472.0, 9524.0, 9471.0, 9534.0, 9498.0, 9523.0, 9495.0, 9472.0, 9526.0, 9471.0, 9495.0, 9484.0, 9457.0, 9523.0, 9487.0, 9554.0, 9503.0, 9490.0, 9514.0, 9472.0, 9522.0, 9472.0, 9554.0, 9538.0, 9552.0, 9493.0, 9457.0, 9505.0, 9452.0, 9520.0, 9465.0, 9533.0, 9479.0, 9534.0, 9492.0, 9454.0, 9504.0, 9449.0, 9521.0, 9464.0, 9519.0, 9493.0, 9535.0, 9491.0, 9453.0, 9493.0, 9447.0, 9519.0, 9465.0, 9520.0, 9480.0, 9522.0, 9494.0, 9471.0, 9520.0, 9472.0, 9525.0, 9527.0, 9487.0, 9571.0, 9501.0, 9491.0, 9529.0, 9457.0, 9554.0, 9506.0, 9549.0, 9461.0, 9559.0, 9449.0, 9514.0, 9473.0, 9495.0, 9488.0, 9472.0, 9498.0, 9448.0, 9511.0, 9448.0, 9513.0, 9462.0, 9472.0, 9489.0, 9461.0, 9502.0, 9451.0, 9515.0, 9463.0, 9498.0, 9477.0, 9513.0, 9488.0, 9465.0, 9502.0, 9463.0, 9515.0, 9465.0, 9542.0, 9489.0, 9504.0, 9490.0, 9467.0, 9504.0, 9452.0, 9489.0, 9481.0, 9492.0, 9507.0, 9478.0, 9517.0, 9453.0, 9519.0, 9464.0, 9514.0, 9477.0, 9528.0, 9488.0, 9504.0, 9489.0, 9450.0, 9503.0, 9453.0, 9504.0, 9483.0, 9480.0, 9526.0, 9474.0, 9524.0, 9486.0, 9523.0, 9498.0, 9518.0, 9505.0, 9490.0, 9506.0, 9450.0, 9521.0, 9467.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.00029560371517027865</td></tr>
<tr><td colspan=3>aqi</td><td>0.01881667592879257</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.48139877083658</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.166469464136329</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9838007899070492</td></tr>
<tr><td colspan=3>efc</td><td>0.4991</td></tr>
<tr><td colspan=3>fber</td><td>4726.0132</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06311657396694272</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.15479876160990713</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.624454298266258</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.533143939605142</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8853152948450864</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.454903660348545</td></tr>
<tr><td colspan=3>gcor</td><td>0.00422743</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006753358989953995</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03298167139291763</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1292</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6178516634292386</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>15.2639</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.8957</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.3883</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>294629.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>1000.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.1013</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6627</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.6017</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3415.5609</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>927.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1020.4889</td></tr>
<tr><td colspan=3>tsnr</td><td>41.64369887090288</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>