<?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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-02/func/sub-0076_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>5041c4f8563699ca35dd3aa616e41fdd</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>12:47:42.170000</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.998504, 0.0225909, -0.0497952, -0.0203926, 0.998814, 0.0442201]</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.0969503</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7706, -7266, 718, 16, 19, -66, 86]</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>241.411</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd0751fd-ced3-46a2-9c5d-b4848c0dbfb6||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.678913116455078, -0.05471191555261612, -0.1369846612215042, 120.99730682373047], [-0.06060962378978729, 2.679744005203247, 0.11647383868694305, -98.05760192871094], [-0.13359679281711578, -0.11863921582698822, 2.6940062046051025, -53.651371002197266], [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': ['124742.170000', '124742.630000', '124743.090000', '124743.550000', '124744.010000', '124744.470000', '124744.930000', '124745.390000', '124745.850000', '124746.310000', '124746.770000', '124747.230000', '124747.690000', '124748.150000', '124748.610000', '124749.070000', '124749.530000', '124749.990000', '124750.450000', '124750.910000', '124751.370000', '124751.830000', '124752.290000', '124752.750000', '124753.210000', '124753.670000', '124754.130000', '124754.590000', '124755.050000', '124755.510000', '124755.970000', '124756.430000', '124756.890000', '124757.350000', '124757.810000', '124758.270000', '124758.730000', '124759.190000', '124759.650000', '124800.110000', '124800.570000', '124801.030000', '124801.490000', '124801.950000', '124802.410000', '124802.870000', '124803.330000', '124803.790000', '124804.250000', '124804.710000', '124805.170000', '124805.630000', '124806.090000', '124806.550000', '124807.010000', '124807.470000', '124807.930000', '124808.390000', '124808.850000', '124809.310000', '124809.770000', '124810.230000', '124810.690000', '124811.150000', '124811.610000', '124812.070000', '124812.530000', '124812.990000', '124813.450000', '124813.910000', '124814.370000', '124814.830000', '124815.290000', '124815.750000', '124816.210000', '124816.670000', '124817.130000', '124817.590000', '124818.050000', '124818.510000', '124818.970000', '124819.430000', '124819.890000', '124820.350000', '124820.810000', '124821.270000', '124821.730000', '124822.190000', '124822.650000', '124823.110000', '124823.570000', '124824.030000', '124824.490000', '124824.950000', '124825.410000', '124825.870000', '124826.330000', '124826.790000', '124827.250000', '124827.710000', '124828.170000', '124828.630000', '124829.090000', '124829.550000', '124830.010000', '124830.470000', '124830.930000', '124831.390000', '124831.850000', '124832.310000', '124832.770000', '124833.230000', '124833.690000', '124834.150000', '124834.610000', '124835.070000', '124835.530000', '124835.990000', '124836.450000', '124836.910000', '124837.370000', '124837.830000', '124838.290000', '124838.750000', '124839.210000', '124839.670000', '124840.130000', '124840.590000', '124841.050000', '124841.510000', '124841.970000', '124842.430000', '124842.890000', '124843.350000', '124843.810000', '124844.270000', '124844.730000', '124845.190000', '124845.650000', '124846.110000', '124846.570000', '124847.030000', '124847.490000', '124847.950000', '124848.410000', '124848.870000', '124849.330000', '124849.790000', '124850.250000', '124850.710000', '124851.170000', '124851.630000', '124852.090000', '124852.550000', '124853.010000', '124853.470000', '124853.930000', '124854.390000', '124854.850000', '124855.310000', '124855.770000', '124856.230000', '124856.690000', '124857.150000', '124857.610000', '124858.070000', '124858.530000', '124858.990000', '124859.450000', '124859.910000', '124900.370000', '124900.830000', '124901.290000', '124901.750000', '124902.210000', '124902.670000', '124903.130000', '124903.590000', '124904.050000', '124904.510000', '124904.970000', '124905.430000', '124905.890000', '124906.350000', '124906.810000', '124907.270000', '124907.730000', '124908.190000', '124908.650000', '124909.110000', '124909.570000', '124910.030000', '124910.490000', '124910.950000', '124911.410000', '124911.870000', '124912.330000', '124912.790000', '124913.250000', '124913.710000', '124914.170000', '124914.630000', '124915.090000', '124915.550000', '124916.010000', '124916.470000', '124916.930000', '124917.390000', '124917.850000', '124918.310000', '124918.770000', '124919.230000', '124919.690000', '124920.150000', '124920.610000', '124921.070000', '124921.530000', '124921.990000', '124922.450000', '124922.910000', '124923.370000', '124923.830000', '124924.290000', '124924.750000', '124925.210000', '124925.670000', '124926.130000', '124926.590000', '124927.050000', '124927.510000', '124927.970000', '124928.430000', '124928.890000', '124929.350000', '124929.810000', '124930.270000', '124930.730000', '124931.190000', '124931.650000', '124932.110000', '124932.570000', '124933.030000', '124933.490000', '124933.950000', '124934.410000', '124934.870000', '124935.330000', '124935.790000', '124936.250000', '124936.710000', '124937.170000', '124937.630000', '124938.090000', '124938.550000', '124939.010000', '124939.470000', '124939.930000', '124940.390000', '124940.850000', '124941.310000', '124941.770000', '124942.230000', '124942.690000', '124943.150000', '124943.610000', '124944.070000', '124944.530000', '124944.990000', '124945.450000', '124945.910000', '124946.370000', '124946.830000', '124947.290000', '124947.750000', '124948.210000', '124948.670000', '124949.130000', '124949.590000', '124950.050000', '124950.510000', '124950.970000', '124951.430000', '124951.890000', '124952.350000', '124952.810000', '124953.270000', '124953.730000', '124954.190000', '124954.650000', '124955.110000', '124955.570000', '124956.030000', '124956.490000', '124956.950000', '124957.410000', '124957.870000', '124958.330000', '124958.790000', '124959.250000', '124959.710000', '125000.170000', '125000.630000', '125001.090000', '125001.550000', '125002.010000', '125002.470000', '125002.930000', '125003.390000', '125003.850000', '125004.310000', '125004.770000', '125005.230000', '125005.690000', '125006.150000', '125006.610000', '125007.070000', '125007.530000', '125007.990000', '125008.450000', '125008.910000', '125009.370000', '125009.830000', '125010.290000', '125010.750000', '125011.210000', '125011.670000', '125012.130000', '125012.590000', '125013.050000', '125013.510000', '125013.970000', '125014.430000', '125014.890000', '125015.350000', '125015.810000', '125016.270000', '125016.730000', '125017.190000', '125017.650000', '125018.110000', '125018.570000', '125019.030000', '125019.490000', '125019.950000', '125020.410000', '125020.870000', '125021.330000', '125021.790000', '125022.250000', '125022.710000', '125023.170000', '125023.630000', '125024.090000', '125024.550000', '125025.010000', '125025.470000', '125025.930000', '125026.390000', '125026.850000', '125027.310000', '125027.770000', '125028.230000', '125028.690000', '125029.150000', '125029.610000', '125030.070000', '125030.530000', '125030.990000', '125031.450000', '125031.910000', '125032.370000', '125032.830000', '125033.290000', '125033.750000', '125034.210000', '125034.670000', '125035.130000', '125035.590000', '125036.050000', '125036.510000', '125036.970000', '125037.430000', '125037.890000', '125038.350000', '125038.810000', '125039.270000', '125039.730000', '125040.190000', '125040.650000', '125041.110000', '125041.570000', '125042.030000', '125042.490000', '125042.950000', '125043.410000', '125043.870000', '125044.330000', '125044.790000', '125045.250000', '125045.710000', '125046.170000', '125046.630000', '125047.090000', '125047.550000', '125048.010000', '125048.470000', '125048.930000', '125049.390000', '125049.850000', '125050.310000', '125050.770000', '125051.230000', '125051.690000', '125052.150000', '125052.610000', '125053.070000', '125053.530000', '125053.990000', '125054.450000', '125054.910000', '125055.370000', '125055.830000', '125056.290000', '125056.750000', '125057.210000', '125057.670000', '125058.130000', '125058.590000', '125059.050000', '125059.510000', '125059.970000', '125100.430000', '125100.890000', '125101.350000', '125101.810000', '125102.270000', '125102.730000', '125103.190000', '125103.650000', '125104.110000', '125104.570000', '125105.030000', '125105.490000', '125105.950000', '125106.410000', '125106.870000', '125107.330000', '125107.790000', '125108.250000', '125108.710000', '125109.170000', '125109.630000', '125110.090000', '125110.550000', '125111.010000', '125111.470000', '125111.930000', '125112.390000', '125112.850000', '125113.310000', '125113.770000', '125114.230000', '125114.690000', '125115.150000', '125115.610000', '125116.070000', '125116.530000', '125116.990000', '125117.450000', '125117.910000', '125118.370000', '125118.830000', '125119.290000', '125119.750000', '125120.210000', '125120.670000', '125121.130000', '125121.590000', '125122.050000', '125122.510000', '125122.970000', '125123.430000', '125123.890000', '125124.350000', '125124.810000', '125125.270000', '125125.730000', '125126.190000', '125126.650000', '125127.110000', '125127.570000', '125128.030000', '125128.490000', '125128.950000', '125129.410000', '125129.870000', '125130.330000', '125130.790000', '125131.250000', '125131.710000', '125132.170000', '125132.630000', '125133.090000', '125133.550000', '125134.010000', '125134.470000', '125134.930000', '125135.390000', '125135.850000', '125136.310000', '125136.770000', '125137.230000', '125137.690000', '125138.150000', '125138.610000', '125139.070000', '125139.530000', '125139.990000', '125140.450000', '125140.910000', '125141.370000', '125141.830000', '125142.290000', '125142.750000', '125143.210000', '125143.670000', '125144.130000', '125144.590000', '125145.050000', '125145.510000', '125145.970000', '125146.430000', '125146.890000', '125147.350000', '125147.810000', '125148.270000', '125148.730000', '125149.190000', '125149.650000', '125150.110000', '125150.570000', '125151.030000', '125151.490000', '125151.950000', '125152.410000', '125152.870000', '125153.330000', '125153.790000', '125154.250000', '125154.710000', '125155.170000', '125155.630000', '125156.090000', '125156.550000', '125157.010000', '125157.470000', '125157.930000', '125158.390000', '125158.850000', '125159.310000', '125159.770000', '125200.230000', '125200.690000', '125201.150000', '125201.610000', '125202.070000', '125202.530000', '125202.990000', '125203.450000', '125203.910000', '125204.370000', '125204.830000', '125205.290000', '125205.750000', '125206.210000', '125206.670000', '125207.130000', '125207.590000', '125208.050000', '125208.510000', '125208.970000', '125209.430000', '125209.890000', '125210.350000', '125210.810000', '125211.270000', '125211.730000', '125212.190000', '125212.650000', '125213.110000', '125213.570000', '125214.030000', '125214.490000', '125214.950000', '125215.410000', '125215.870000', '125216.330000', '125216.790000', '125217.250000', '125217.710000', '125218.170000', '125218.630000', '125219.090000', '125219.550000', '125220.010000', '125220.470000', '125220.930000', '125221.390000', '125221.850000', '125222.310000', '125222.770000', '125223.230000', '125223.690000', '125224.150000', '125224.610000', '125225.070000', '125225.530000', '125225.990000', '125226.450000', '125226.910000', '125227.370000', '125227.830000', '125228.290000', '125228.750000', '125229.210000', '125229.670000', '125230.130000', '125230.590000', '125231.050000', '125231.510000', '125231.970000', '125232.430000', '125232.890000', '125233.350000', '125233.810000', '125234.270000', '125234.730000', '125235.190000', '125235.650000', '125236.110000', '125236.570000', '125237.030000', '125237.490000', '125237.950000', '125238.410000', '125238.870000', '125239.330000', '125239.790000', '125240.250000', '125240.710000', '125241.170000', '125241.630000', '125242.090000', '125242.550000', '125243.010000', '125243.470000', '125243.930000', '125244.390000', '125244.850000', '125245.310000', '125245.770000', '125246.230000', '125246.690000', '125247.150000', '125247.610000', '125248.070000', '125248.530000', '125248.990000', '125249.450000', '125249.910000', '125250.370000', '125250.830000', '125251.290000', '125251.750000', '125252.210000', '125252.670000', '125253.130000', '125253.590000', '125254.050000', '125254.510000', '125254.970000', '125255.430000', '125255.890000', '125256.350000', '125256.810000', '125257.270000', '125257.730000', '125258.190000', '125258.650000', '125259.110000', '125259.570000', '125300.030000', '125300.490000', '125300.950000', '125301.410000', '125301.870000', '125302.330000', '125302.790000', '125303.250000', '125303.710000', '125304.170000', '125304.630000', '125305.090000', '125305.550000', '125306.010000', '125306.470000', '125306.930000', '125307.390000', '125307.850000', '125308.310000', '125308.770000', '125309.230000', '125309.690000', '125310.150000', '125310.610000', '125311.070000', '125311.530000', '125311.990000', '125312.450000', '125312.910000', '125313.370000', '125313.830000', '125314.290000', '125314.750000', '125315.210000', '125315.670000', '125316.130000', '125316.590000', '125317.050000', '125317.510000', '125317.970000', '125318.430000', '125318.890000', '125319.350000', '125319.810000', '125320.270000', '125320.730000', '125321.190000', '125321.650000', '125322.110000', '125322.570000', '125323.030000', '125323.490000', '125323.950000', '125324.410000', '125324.870000', '125325.330000', '125325.790000', '125326.250000', '125326.710000', '125327.170000', '125327.630000', '125328.090000', '125328.550000', '125329.010000', '125329.470000', '125329.930000', '125330.390000', '125330.850000', '125331.310000', '125331.770000', '125332.230000', '125332.690000', '125333.150000', '125333.610000', '125334.070000', '125334.530000', '125334.990000', '125335.450000', '125335.910000', '125336.370000', '125336.830000', '125337.290000', '125337.750000', '125338.210000', '125338.670000', '125339.130000', '125339.590000', '125340.050000', '125340.510000', '125340.970000', '125341.430000', '125341.890000', '125342.350000', '125342.810000', '125343.270000', '125343.730000', '125344.190000', '125344.650000', '125345.110000', '125345.570000', '125346.030000', '125346.490000', '125346.950000', '125347.410000', '125347.870000', '125348.330000', '125348.790000', '125349.250000', '125349.710000', '125350.170000', '125350.630000', '125351.090000', '125351.550000', '125352.010000', '125352.470000', '125352.930000', '125353.390000', '125353.850000', '125354.310000', '125354.770000', '125355.230000', '125355.690000', '125356.150000', '125356.610000', '125357.070000', '125357.530000', '125357.990000', '125358.450000', '125358.910000', '125359.370000', '125359.830000', '125400.290000', '125400.750000', '125401.210000', '125401.670000', '125402.130000', '125402.590000', '125403.050000', '125403.510000', '125403.970000', '125404.430000', '125404.890000', '125405.350000', '125405.810000', '125406.270000', '125406.730000', '125407.190000', '125407.650000', '125408.110000', '125408.570000', '125409.030000', '125409.490000', '125409.950000', '125410.410000', '125410.870000', '125411.330000', '125411.790000', '125412.250000', '125412.710000', '125413.170000', '125413.630000', '125414.090000', '125414.550000', '125415.010000', '125415.470000', '125415.930000', '125416.390000', '125416.850000', '125417.310000', '125417.770000', '125418.230000', '125418.690000', '125419.150000', '125419.610000', '125420.070000', '125420.530000', '125420.990000', '125421.450000', '125421.910000', '125422.370000', '125422.830000', '125423.290000', '125423.750000', '125424.210000', '125424.670000', '125425.130000', '125425.590000', '125426.050000', '125426.510000', '125426.970000', '125427.430000', '125427.890000', '125428.350000', '125428.810000', '125429.270000', '125429.730000', '125430.190000', '125430.650000', '125431.110000', '125431.570000', '125432.030000', '125432.490000', '125432.950000', '125433.410000', '125433.870000', '125434.330000', '125434.790000', '125435.250000', '125435.710000', '125436.170000', '125436.630000', '125437.090000', '125437.550000', '125438.010000', '125438.470000', '125438.930000', '125439.390000', '125439.850000', '125440.310000', '125440.770000', '125441.230000', '125441.690000', '125442.150000', '125442.610000', '125443.070000', '125443.530000', '125443.990000', '125444.450000', '125444.910000', '125445.370000', '125445.830000', '125446.290000', '125446.750000', '125447.210000', '125447.670000', '125448.130000', '125448.590000', '125449.050000', '125449.510000', '125449.970000', '125450.430000', '125450.890000', '125451.350000', '125451.810000', '125452.270000', '125452.730000', '125453.190000', '125453.650000', '125454.110000', '125454.570000', '125455.030000', '125455.490000', '125455.950000', '125456.410000', '125456.870000', '125457.330000', '125457.790000', '125458.250000', '125458.710000', '125459.170000', '125459.630000', '125500.090000', '125500.550000', '125501.010000', '125501.470000', '125501.930000', '125502.390000', '125502.850000', '125503.310000', '125503.770000', '125504.230000', '125504.690000', '125505.150000', '125505.610000', '125506.070000', '125506.530000', '125506.990000', '125507.450000', '125507.910000', '125508.370000', '125508.830000', '125509.290000', '125509.750000', '125510.210000', '125510.670000', '125511.130000', '125511.590000', '125512.050000', '125512.510000', '125512.970000', '125513.430000', '125513.890000', '125514.350000', '125514.810000', '125515.270000', '125515.730000', '125516.190000', '125516.650000', '125517.110000', '125517.570000', '125518.030000', '125518.490000', '125518.950000', '125519.410000', '125519.870000', '125520.330000', '125520.790000', '125521.250000', '125521.710000', '125522.170000', '125522.630000', '125523.090000', '125523.550000', '125524.010000', '125524.470000', '125524.930000', '125525.390000', '125525.850000', '125526.310000', '125526.770000', '125527.230000', '125527.690000', '125528.150000', '125528.610000', '125529.070000', '125529.530000', '125529.990000', '125530.450000', '125530.910000', '125531.370000', '125531.830000', '125532.290000', '125532.750000', '125533.210000', '125533.670000', '125534.130000', '125534.590000', '125535.050000', '125535.510000', '125535.970000', '125536.430000', '125536.890000', '125537.350000', '125537.810000', '125538.270000', '125538.730000', '125539.190000', '125539.650000', '125540.110000', '125540.570000', '125541.030000', '125541.490000', '125541.950000', '125542.410000', '125542.870000', '125543.330000', '125543.790000', '125544.250000', '125544.710000', '125545.170000', '125545.630000', '125546.090000', '125546.550000', '125547.010000', '125547.470000', '125547.930000', '125548.390000', '125548.850000', '125549.310000', '125549.770000', '125550.230000', '125550.690000', '125551.150000', '125551.610000', '125552.070000', '125552.530000', '125552.990000', '125553.450000', '125553.910000', '125554.370000', '125554.830000', '125555.290000', '125555.750000', '125556.210000', '125556.670000', '125557.130000', '125557.590000', '125558.050000', '125558.510000', '125558.970000', '125559.430000', '125559.890000', '125600.350000', '125600.810000', '125601.270000', '125601.730000', '125602.190000', '125602.650000', '125603.110000', '125603.570000', '125604.030000', '125604.490000', '125604.950000', '125605.410000', '125605.870000', '125606.330000', '125606.790000', '125607.250000', '125607.710000', '125608.170000', '125608.630000', '125609.090000', '125609.550000', '125610.010000', '125610.470000', '125610.930000', '125611.390000', '125611.850000', '125612.310000', '125612.770000', '125613.230000', '125613.690000', '125614.150000', '125614.610000', '125615.070000', '125615.530000', '125615.990000', '125616.450000', '125616.910000', '125617.370000', '125617.830000', '125618.290000', '125618.750000', '125619.210000', '125619.670000', '125620.130000', '125620.590000', '125621.050000', '125621.510000', '125621.970000', '125622.430000', '125622.890000', '125623.350000', '125623.810000', '125624.270000', '125624.730000', '125625.190000', '125625.650000', '125626.110000', '125626.570000', '125627.030000', '125627.490000', '125627.950000', '125628.410000', '125628.870000', '125629.330000', '125629.790000', '125630.250000', '125630.710000', '125631.170000', '125631.630000', '125632.090000', '125632.550000', '125633.010000', '125633.470000', '125633.930000', '125634.390000', '125634.850000', '125635.310000', '125635.770000', '125636.230000', '125636.690000', '125637.150000', '125637.610000', '125638.070000', '125638.530000', '125638.990000', '125639.450000', '125639.910000', '125640.370000', '125640.830000', '125641.290000', '125641.750000', '125642.210000', '125642.670000', '125643.130000', '125643.590000', '125644.050000', '125644.510000', '125644.970000', '125645.430000', '125645.890000', '125646.350000', '125646.810000', '125647.270000', '125647.730000', '125648.190000', '125648.650000', '125649.110000', '125649.570000', '125650.030000', '125650.490000', '125650.950000', '125651.410000', '125651.870000', '125652.330000', '125652.790000', '125653.250000', '125653.710000', '125654.170000', '125654.630000', '125655.090000', '125655.550000', '125656.010000', '125656.470000', '125656.930000', '125657.390000', '125657.850000', '125658.310000', '125658.770000', '125659.230000', '125659.690000', '125700.150000', '125700.610000', '125701.070000', '125701.530000', '125701.990000', '125702.450000', '125702.910000', '125703.370000', '125703.830000', '125704.290000', '125704.750000', '125705.210000', '125705.670000', '125706.130000', '125706.590000', '125707.050000', '125707.510000', '125707.970000', '125708.430000', '125708.890000', '125709.350000', '125709.810000', '125710.270000', '125710.730000', '125711.190000', '125711.650000', '125712.110000', '125712.570000', '125713.030000', '125713.490000', '125713.950000', '125714.410000', '125714.870000', '125715.330000', '125715.790000', '125716.250000', '125716.710000', '125717.170000', '125717.630000', '125718.090000', '125718.550000', '125719.010000', '125719.470000', '125719.930000', '125720.390000', '125720.850000', '125721.310000', '125721.770000', '125722.230000', '125722.690000', '125723.150000', '125723.610000', '125724.070000', '125724.530000', '125724.990000', '125725.450000', '125725.910000', '125726.370000', '125726.830000', '125727.290000', '125727.750000', '125728.210000', '125728.670000', '125729.130000', '125729.590000', '125730.050000', '125730.510000', '125730.970000', '125731.430000', '125731.890000', '125732.350000', '125732.810000', '125733.270000', '125733.730000', '125734.190000', '125734.650000', '125735.110000', '125735.570000', '125736.030000', '125736.490000', '125736.950000', '125737.410000', '125737.870000', '125738.330000', '125738.790000'], 'ContentTime': ['124757.951000', '124757.955000', '124757.958000', '124757.960000', '124757.963000', '124757.966000', '124757.969000', '124757.971000', '124757.974000', '124757.976000', '124757.979000', '124757.986000', '124757.989000', '124757.992000', '124757.994000', '124757.997000', '124758.000000', '124758.002000', '124758.005000', '124758.008000', '124758.010000', '124758.013000', '124758.015000', '124758.018000', '124758.021000', '124758.023000', '124758.026000', '124758.029000', '124758.032000', '124758.035000', '124758.037000', '124758.040000', '124817.903000', '124817.907000', '124817.910000', '124817.912000', '124817.915000', '124817.918000', '124817.921000', '124817.923000', '124817.926000', '124817.928000', '124817.931000', '124817.934000', '124817.936000', '124817.948000', '124817.950000', '124817.953000', '124817.955000', '124817.958000', '124817.961000', '124817.963000', '124817.966000', '124817.968000', '124817.971000', '124817.974000', '124817.976000', '124817.979000', '124817.982000', '124817.984000', '124817.987000', '124817.989000', '124817.992000', '124817.995000', '124817.997000', '124818.001000', '124818.003000', '124818.006000', '124818.009000', '124818.012000', '124818.014000', '124818.017000', '124818.019000', '124818.022000', '124818.025000', '124818.027000', '124837.902000', '124837.905000', '124837.908000', '124837.911000', '124837.913000', '124837.916000', '124837.918000', '124837.921000', '124837.924000', '124837.926000', '124837.929000', '124837.931000', '124837.934000', '124837.936000', '124837.939000', '124837.942000', '124837.944000', '124837.947000', '124837.949000', '124837.952000', '124837.955000', '124837.968000', '124837.970000', '124837.973000', '124837.976000', '124837.978000', '124837.981000', '124837.983000', '124837.986000', '124837.989000', '124837.991000', '124837.994000', '124837.996000', '124838.000000', '124838.003000', '124838.006000', '124838.009000', '124838.011000', '124838.014000', '124838.017000', '124838.019000', '124838.022000', '124838.024000', '124857.903000', '124857.905000', '124857.908000', '124857.911000', '124857.914000', '124857.917000', '124857.920000', '124857.922000', '124857.925000', '124857.928000', '124857.930000', '124857.933000', '124857.936000', '124857.938000', '124857.941000', '124857.943000', '124857.946000', '124857.949000', '124857.951000', '124857.954000', '124857.957000', '124857.959000', '124857.962000', '124857.964000', '124857.967000', '124857.970000', '124857.972000', '124857.975000', '124857.980000', '124857.983000', '124857.985000', '124857.988000', '124857.991000', '124857.994000', '124857.996000', '124857.999000', '124858.002000', '124858.004000', '124858.007000', '124858.009000', '124858.012000', '124858.015000', '124858.017000', '124858.020000', '124917.902000', '124917.905000', '124917.908000', '124917.911000', '124917.913000', '124917.916000', '124917.919000', '124917.921000', '124917.924000', '124917.927000', '124917.929000', '124917.932000', '124917.935000', '124917.937000', '124917.940000', '124917.942000', '124917.945000', '124917.948000', '124917.950000', '124917.953000', '124917.956000', '124917.958000', '124917.961000', '124917.963000', '124917.966000', '124917.969000', '124917.971000', '124917.974000', '124917.977000', '124917.979000', '124917.982000', '124917.985000', '124917.987000', '124917.990000', '124917.992000', '124917.995000', '124917.998000', '124918.001000', '124918.004000', '124918.007000', '124918.010000', '124918.012000', '124918.015000', '124937.903000', '124937.906000', '124937.908000', '124937.911000', '124937.914000', '124937.917000', '124937.919000', '124937.922000', '124937.925000', '124937.927000', '124937.930000', '124937.933000', '124937.935000', '124937.938000', '124937.940000', '124937.943000', '124937.946000', '124937.948000', '124937.951000', '124937.954000', '124937.956000', '124937.959000', '124937.961000', '124937.964000', '124937.967000', '124937.969000', '124937.972000', '124937.975000', '124937.977000', '124937.980000', '124937.983000', '124937.985000', '124937.988000', '124937.990000', '124937.993000', '124937.995000', '124937.998000', '124938.002000', '124938.004000', '124938.007000', '124938.009000', '124938.012000', '124938.014000', '124938.017000', '124957.902000', '124957.905000', '124957.908000', '124957.910000', '124957.926000', '124957.929000', '124957.932000', '124957.934000', '124957.937000', '124957.939000', '124957.942000', '124957.944000', '124957.947000', '124957.950000', '124957.952000', '124957.955000', '124957.957000', '124957.960000', '124957.963000', '124957.965000', '124957.968000', '124957.971000', '124957.974000', '124957.976000', '124957.979000', '124957.982000', '124957.984000', '124957.987000', '124957.990000', '124957.992000', '124957.995000', '124957.997000', '124958.001000', '124958.004000', '124958.006000', '124958.009000', '124958.012000', '124958.014000', '124958.017000', '124958.019000', '124958.022000', '124958.025000', '124958.027000', '125017.903000', '125017.907000', '125017.910000', '125017.912000', '125017.915000', '125017.918000', '125017.920000', '125017.923000', '125017.926000', '125017.928000', '125017.931000', '125017.933000', '125017.936000', '125017.939000', '125017.941000', '125017.944000', '125017.947000', '125017.949000', '125017.952000', '125017.954000', '125017.957000', '125017.960000', '125017.962000', '125017.965000', '125017.968000', '125017.970000', '125017.973000', '125017.975000', '125017.978000', '125017.981000', '125017.983000', '125017.986000', '125017.989000', '125017.991000', '125017.994000', '125017.997000', '125018.003000', '125018.005000', '125018.008000', '125018.011000', '125018.013000', '125018.016000', '125018.018000', '125018.021000', '125037.903000', '125037.906000', '125037.909000', '125037.912000', '125037.915000', '125037.917000', '125037.920000', '125037.922000', '125037.925000', '125037.928000', '125037.930000', '125037.933000', '125037.935000', '125037.938000', '125037.941000', '125037.943000', '125037.946000', '125037.948000', '125037.951000', '125037.954000', '125037.957000', '125037.959000', '125037.962000', '125037.965000', '125037.967000', '125037.970000', '125037.972000', '125037.975000', '125037.978000', '125037.980000', '125037.983000', '125037.986000', '125037.988000', '125037.991000', '125037.993000', '125037.996000', '125038.000000', '125038.002000', '125038.005000', '125038.008000', '125038.010000', '125038.013000', '125038.015000', '125057.902000', '125057.905000', '125057.908000', '125057.911000', '125057.913000', '125057.916000', '125057.918000', '125057.921000', '125057.924000', '125057.927000', '125057.930000', '125057.932000', '125057.935000', '125057.938000', '125057.940000', '125057.943000', '125057.946000', '125057.948000', '125057.951000', '125057.954000', '125057.956000', '125057.959000', '125057.962000', '125057.964000', '125057.967000', '125057.969000', '125057.972000', '125057.975000', '125057.977000', '125057.980000', '125057.983000', '125057.985000', '125057.988000', '125057.991000', '125057.993000', '125057.996000', '125058.000000', '125058.002000', '125058.005000', '125058.007000', '125058.010000', '125058.013000', '125058.015000', '125058.018000', '125117.903000', '125117.905000', '125117.908000', '125117.911000', '125117.913000', '125117.916000', '125117.919000', '125117.921000', '125117.924000', '125117.926000', '125117.929000', '125117.932000', '125117.935000', '125117.937000', '125117.940000', '125117.969000', '125117.971000', '125117.974000', '125117.977000', '125117.979000', '125117.982000', '125117.984000', '125117.987000', '125117.990000', '125117.992000', '125117.995000', '125117.998000', '125118.001000', '125118.004000', '125118.007000', '125118.009000', '125118.012000', '125118.014000', '125118.017000', '125118.020000', '125118.022000', '125118.025000', '125118.028000', '125118.030000', '125118.033000', '125118.036000', '125118.038000', '125118.041000', '125137.903000', '125137.906000', '125137.908000', '125137.911000', '125137.914000', '125137.916000', '125137.919000', '125137.922000', '125137.924000', '125137.927000', '125137.929000', '125137.932000', '125137.935000', '125137.937000', '125137.940000', '125137.943000', '125137.945000', '125137.948000', '125137.950000', '125137.953000', '125137.956000', '125137.958000', '125137.961000', '125137.964000', '125137.966000', '125137.969000', '125137.971000', '125137.974000', '125137.977000', '125137.980000', '125137.982000', '125137.985000', '125137.988000', '125137.990000', '125137.993000', '125137.996000', '125137.998000', '125138.002000', '125138.004000', '125138.007000', '125138.010000', '125138.012000', '125138.015000', '125138.018000', '125157.903000', '125157.906000', '125157.909000', '125157.911000', '125157.914000', '125157.917000', '125157.920000', '125157.922000', '125157.928000', '125157.931000', '125157.934000', '125157.936000', '125157.939000', '125157.942000', '125157.944000', '125157.947000', '125157.950000', '125157.952000', '125157.955000', '125157.957000', '125157.960000', '125157.963000', '125157.965000', '125157.968000', '125157.970000', '125157.973000', '125157.976000', '125157.979000', '125157.981000', '125157.984000', '125157.987000', '125157.989000', '125157.992000', '125157.994000', '125157.997000', '125158.000000', '125158.003000', '125158.006000', '125158.009000', '125158.011000', '125158.014000', '125158.017000', '125158.019000', '125217.903000', '125217.905000', '125217.908000', '125217.911000', '125217.914000', '125217.917000', '125217.920000', '125217.922000', '125217.925000', '125217.928000', '125217.930000', '125217.933000', '125217.936000', '125217.938000', '125217.941000', '125217.944000', '125217.946000', '125217.949000', '125217.952000', '125217.954000', '125217.957000', '125217.959000', '125217.962000', '125217.965000', '125217.967000', '125217.970000', '125217.973000', '125217.975000', '125217.978000', '125217.980000', '125217.983000', '125217.986000', '125217.988000', '125217.991000', '125217.994000', '125217.996000', '125218.000000', '125218.002000', '125218.005000', '125218.008000', '125218.010000', '125218.013000', '125218.016000', '125218.019000', '125237.903000', '125237.906000', '125237.909000', '125237.911000', '125237.914000', '125237.917000', '125237.919000', '125237.922000', '125237.924000', '125237.927000', '125237.930000', '125237.932000', '125237.935000', '125237.938000', '125237.940000', '125237.943000', '125237.945000', '125237.948000', '125237.951000', '125237.953000', '125237.956000', '125237.959000', '125237.961000', '125237.964000', '125237.966000', '125237.969000', '125237.972000', '125237.974000', '125237.977000', '125237.979000', '125237.982000', '125237.985000', '125237.987000', '125237.990000', '125237.992000', '125237.995000', '125237.998000', '125238.000000', '125238.003000', '125238.005000', '125238.008000', '125238.011000', '125238.014000', '125257.903000', '125257.906000', '125257.909000', '125257.912000', '125257.914000', '125257.917000', '125257.919000', '125257.922000', '125257.925000', '125257.927000', '125257.930000', '125257.933000', '125257.935000', '125257.938000', '125257.941000', '125257.943000', '125257.946000', '125257.949000', '125257.951000', '125257.954000', '125257.956000', '125257.959000', '125257.962000', '125257.964000', '125257.967000', '125257.970000', '125257.973000', '125257.975000', '125257.978000', '125257.980000', '125257.983000', '125257.986000', '125257.988000', '125257.991000', '125257.994000', '125257.996000', '125258.000000', '125258.003000', '125258.005000', '125258.008000', '125258.011000', '125258.013000', '125258.016000', '125258.018000', '125317.903000', '125317.905000', '125317.908000', '125317.911000', '125317.913000', '125317.916000', '125317.919000', '125317.921000', '125317.924000', '125317.927000', '125317.929000', '125317.932000', '125317.935000', '125317.937000', '125317.940000', '125317.942000', '125317.945000', '125317.948000', '125317.950000', '125317.953000', '125317.955000', '125317.958000', '125317.961000', '125317.963000', '125317.966000', '125317.969000', '125317.971000', '125317.974000', '125317.977000', '125317.979000', '125317.982000', '125317.985000', '125317.987000', '125317.990000', '125317.992000', '125317.995000', '125317.998000', '125318.001000', '125318.004000', '125318.007000', '125318.009000', '125318.012000', '125318.014000', '125337.902000', '125337.905000', '125337.908000', '125337.911000', '125337.913000', '125337.916000', '125337.919000', '125337.921000', '125337.924000', '125337.927000', '125337.930000', '125337.933000', '125337.936000', '125337.939000', '125337.942000', '125337.944000', '125337.947000', '125337.950000', '125337.954000', '125337.957000', '125337.959000', '125337.962000', '125337.965000', '125337.967000', '125337.970000', '125337.973000', '125337.976000', '125337.978000', '125337.981000', '125337.984000', '125337.986000', '125337.989000', '125337.992000', '125337.994000', '125337.997000', '125338.000000', '125338.003000', '125338.006000', '125338.009000', '125338.011000', '125338.014000', '125338.017000', '125338.019000', '125357.903000', '125357.906000', '125357.908000', '125357.911000', '125357.914000', '125357.916000', '125357.919000', '125357.922000', '125357.924000', '125357.927000', '125357.929000', '125357.932000', '125357.935000', '125357.937000', '125357.940000', '125357.943000', '125357.945000', '125357.948000', '125357.950000', '125357.953000', '125357.956000', '125357.958000', '125357.961000', '125357.964000', '125357.966000', '125357.969000', '125357.971000', '125357.974000', '125357.977000', '125357.979000', '125357.982000', '125357.985000', '125357.987000', '125357.990000', '125357.992000', '125357.995000', '125357.998000', '125358.001000', '125358.004000', '125358.007000', '125358.009000', '125358.012000', '125358.014000', '125358.017000', '125417.903000', '125417.906000', '125417.908000', '125417.911000', '125417.914000', '125417.916000', '125417.919000', '125417.931000', '125417.934000', '125417.936000', '125417.939000', '125417.942000', '125417.944000', '125417.947000', '125417.949000', '125417.952000', '125417.955000', '125417.957000', '125417.960000', '125417.963000', '125417.965000', '125417.968000', '125417.970000', '125417.973000', '125417.976000', '125417.978000', '125417.981000', '125417.984000', '125417.987000', '125417.989000', '125417.992000', '125417.994000', '125417.997000', '125418.001000', '125418.003000', '125418.006000', '125418.009000', '125418.011000', '125418.014000', '125418.017000', '125418.019000', '125418.022000', '125418.025000', '125437.903000', '125437.905000', '125437.908000', '125437.911000', '125437.913000', '125437.916000', '125437.919000', '125437.922000', '125437.924000', '125437.927000', '125437.929000', '125437.932000', '125437.935000', '125437.937000', '125437.940000', '125437.943000', '125437.945000', '125437.948000', '125437.950000', '125437.953000', '125437.956000', '125437.958000', '125437.961000', '125437.964000', '125437.966000', '125437.969000', '125437.972000', '125437.974000', '125437.977000', '125437.979000', '125437.982000', '125437.985000', '125437.987000', '125437.990000', '125437.993000', '125437.995000', '125437.998000', '125438.002000', '125438.004000', '125438.007000', '125438.009000', '125438.012000', '125438.015000', '125438.017000', '125457.904000', '125457.906000', '125457.909000', '125457.912000', '125457.915000', '125457.917000', '125457.920000', '125457.923000', '125457.926000', '125457.928000', '125457.931000', '125457.933000', '125457.936000', '125457.939000', '125457.941000', '125457.944000', '125457.947000', '125457.949000', '125457.952000', '125457.955000', '125457.957000', '125457.960000', '125457.963000', '125457.966000', '125457.968000', '125457.971000', '125457.973000', '125457.976000', '125457.979000', '125457.981000', '125457.984000', '125457.987000', '125457.989000', '125457.993000', '125457.996000', '125457.998000', '125458.001000', '125458.004000', '125458.006000', '125458.009000', '125458.012000', '125458.014000', '125458.017000', '125517.903000', '125517.906000', '125517.909000', '125517.912000', '125517.914000', '125517.917000', '125517.920000', '125517.922000', '125517.925000', '125517.928000', '125517.930000', '125517.933000', '125517.935000', '125517.938000', '125517.941000', '125517.943000', '125517.946000', '125517.949000', '125517.951000', '125517.954000', '125517.957000', '125517.959000', '125517.962000', '125517.965000', '125517.967000', '125517.970000', '125517.973000', '125517.975000', '125517.978000', '125517.981000', '125517.983000', '125517.986000', '125517.989000', '125517.991000', '125517.994000', '125517.997000', '125518.000000', '125518.003000', '125518.006000', '125518.008000', '125518.011000', '125518.014000', '125518.016000', '125518.019000', '125537.903000', '125537.906000', '125537.908000', '125537.911000', '125537.960000', '125537.963000', '125537.965000', '125537.968000', '125537.971000', '125537.973000', '125537.977000', '125537.980000', '125537.983000', '125537.986000', '125537.988000', '125537.991000', '125537.994000', '125537.996000', '125538.000000', '125538.003000', '125538.005000', '125538.008000', '125538.011000', '125538.013000', '125538.016000', '125538.019000', '125538.021000', '125538.024000', '125538.027000', '125538.029000', '125538.032000', '125538.034000', '125538.037000', '125538.040000', '125538.042000', '125538.045000', '125538.048000', '125538.050000', '125538.053000', '125538.056000', '125538.058000', '125538.061000', '125538.064000', '125557.903000', '125557.905000', '125557.908000', '125557.911000', '125557.914000', '125557.916000', '125557.919000', '125557.922000', '125557.925000', '125557.927000', '125557.930000', '125557.932000', '125557.935000', '125557.938000', '125557.940000', '125557.943000', '125557.946000', '125557.949000', '125557.951000', '125557.954000', '125557.957000', '125557.959000', '125557.962000', '125557.965000', '125557.967000', '125557.970000', '125557.972000', '125557.975000', '125557.978000', '125557.980000', '125557.983000', '125557.986000', '125557.988000', '125557.991000', '125557.993000', '125557.996000', '125558.000000', '125558.002000', '125558.005000', '125558.008000', '125558.010000', '125558.013000', '125558.016000', '125558.018000', '125617.903000', '125617.905000', '125617.908000', '125617.911000', '125617.914000', '125617.916000', '125617.919000', '125617.922000', '125617.924000', '125617.927000', '125617.930000', '125617.932000', '125617.935000', '125617.937000', '125617.940000', '125617.943000', '125617.946000', '125617.948000', '125617.951000', '125617.954000', '125617.956000', '125617.959000', '125617.962000', '125617.964000', '125617.967000', '125617.969000', '125617.972000', '125617.975000', '125617.977000', '125617.980000', '125617.983000', '125617.985000', '125617.988000', '125617.991000', '125617.993000', '125617.996000', '125618.000000', '125618.002000', '125618.005000', '125618.008000', '125618.010000', '125618.013000', '125618.016000', '125637.903000', '125637.906000', '125637.908000', '125637.911000', '125637.914000', '125637.916000', '125637.919000', '125637.922000', '125637.924000', '125637.927000', '125637.929000', '125637.932000', '125637.935000', '125637.937000', '125637.940000', '125637.943000', '125637.945000', '125637.948000', '125637.951000', '125637.953000', '125637.956000', '125637.958000', '125637.961000', '125637.964000', '125637.966000', '125637.969000', '125637.972000', '125637.974000', '125637.977000', '125637.979000', '125637.982000', '125637.985000', '125637.987000', '125637.990000', '125637.993000', '125637.995000', '125637.998000', '125638.002000', '125638.004000', '125638.007000', '125638.010000', '125638.012000', '125638.015000', '125638.017000', '125657.910000', '125657.913000', '125657.916000', '125657.918000', '125657.921000', '125657.924000', '125657.926000', '125657.929000', '125657.931000', '125657.934000', '125657.937000', '125657.939000', '125657.942000', '125657.945000', '125657.947000', '125657.950000', '125657.953000', '125657.955000', '125657.958000', '125657.961000', '125657.963000', '125657.966000', '125657.968000', '125657.971000', '125657.974000', '125657.976000', '125657.979000', '125657.981000', '125657.984000', '125657.987000', '125657.989000', '125657.992000', '125657.995000', '125657.997000', '125658.001000', '125658.004000', '125658.006000', '125658.009000', '125658.012000', '125658.015000', '125658.017000', '125658.020000', '125658.023000', '125717.904000', '125717.907000', '125717.910000', '125717.912000', '125717.915000', '125717.917000', '125717.920000', '125717.923000', '125717.925000', '125717.928000', '125717.931000', '125717.934000', '125717.936000', '125717.939000', '125717.942000', '125717.944000', '125717.947000', '125717.949000', '125717.952000', '125717.955000', '125717.957000', '125717.960000', '125717.963000', '125717.965000', '125717.968000', '125717.970000', '125717.973000', '125717.976000', '125717.978000', '125717.981000', '125717.984000', '125717.986000', '125717.989000', '125717.992000', '125717.994000', '125717.997000', '125718.001000', '125718.003000', '125718.006000', '125718.009000', '125718.011000', '125718.014000', '125718.017000', '125718.019000', '125737.904000', '125737.906000', '125737.909000', '125737.912000', '125737.914000', '125737.917000', '125737.920000', '125737.922000', '125737.925000', '125737.928000', '125737.930000', '125737.933000', '125737.935000', '125737.938000', '125737.941000', '125737.943000', '125737.946000', '125737.949000', '125737.951000', '125737.954000', '125737.957000', '125737.959000', '125737.962000', '125737.964000', '125737.967000', '125737.970000', '125737.972000', '125737.975000', '125737.978000', '125737.980000', '125737.983000', '125737.985000', '125737.988000', '125737.991000', '125737.993000', '125737.996000', '125738.000000', '125738.002000', '125738.005000', '125738.008000', '125738.010000', '125738.013000', '125738.016000', '125739.867000', '125739.870000', '125739.872000', '125739.875000', '125739.878000'], 'InstanceCreationTime': ['124757.951000', '124757.955000', '124757.958000', '124757.960000', '124757.963000', '124757.966000', '124757.969000', '124757.971000', '124757.974000', '124757.976000', '124757.979000', '124757.986000', '124757.989000', '124757.992000', '124757.994000', '124757.997000', '124758.000000', '124758.002000', '124758.005000', '124758.008000', '124758.010000', '124758.013000', '124758.015000', '124758.018000', '124758.021000', '124758.023000', '124758.026000', '124758.029000', '124758.032000', '124758.035000', '124758.037000', '124758.040000', '124817.903000', '124817.907000', '124817.910000', '124817.912000', '124817.915000', '124817.918000', '124817.921000', '124817.923000', '124817.926000', '124817.928000', '124817.931000', '124817.934000', '124817.936000', '124817.948000', '124817.950000', '124817.953000', '124817.955000', '124817.958000', '124817.961000', '124817.963000', '124817.966000', '124817.968000', '124817.971000', '124817.974000', '124817.976000', '124817.979000', '124817.982000', '124817.984000', '124817.987000', '124817.989000', '124817.992000', '124817.995000', '124817.997000', '124818.001000', '124818.003000', '124818.006000', '124818.009000', '124818.012000', '124818.014000', '124818.017000', '124818.019000', '124818.022000', '124818.025000', '124818.027000', '124837.902000', '124837.905000', '124837.908000', '124837.911000', '124837.913000', '124837.916000', '124837.918000', '124837.921000', '124837.924000', '124837.926000', '124837.929000', '124837.931000', '124837.934000', '124837.936000', '124837.939000', '124837.942000', '124837.944000', '124837.947000', '124837.949000', '124837.952000', '124837.955000', '124837.968000', '124837.970000', '124837.973000', '124837.976000', '124837.978000', '124837.981000', '124837.983000', '124837.986000', '124837.989000', '124837.991000', '124837.994000', '124837.996000', '124838.000000', '124838.003000', '124838.006000', '124838.009000', '124838.011000', '124838.014000', '124838.017000', '124838.019000', '124838.022000', '124838.024000', '124857.903000', '124857.905000', '124857.908000', '124857.911000', '124857.914000', '124857.917000', '124857.920000', '124857.922000', '124857.925000', '124857.928000', '124857.930000', '124857.933000', '124857.936000', '124857.938000', '124857.941000', '124857.943000', '124857.946000', '124857.949000', '124857.951000', '124857.954000', '124857.957000', '124857.959000', '124857.962000', '124857.964000', '124857.967000', '124857.970000', '124857.972000', '124857.975000', '124857.980000', '124857.983000', '124857.985000', '124857.988000', '124857.991000', '124857.994000', '124857.996000', '124857.999000', '124858.002000', '124858.004000', '124858.007000', '124858.009000', '124858.012000', '124858.015000', '124858.017000', '124858.020000', '124917.902000', '124917.905000', '124917.908000', '124917.911000', '124917.913000', '124917.916000', '124917.919000', '124917.921000', '124917.924000', '124917.927000', '124917.929000', '124917.932000', '124917.935000', '124917.937000', '124917.940000', '124917.942000', '124917.945000', '124917.948000', '124917.950000', '124917.953000', '124917.956000', '124917.958000', '124917.961000', '124917.963000', '124917.966000', '124917.969000', '124917.971000', '124917.974000', '124917.977000', '124917.979000', '124917.982000', '124917.985000', '124917.987000', '124917.990000', '124917.992000', '124917.995000', '124917.998000', '124918.001000', '124918.004000', '124918.007000', '124918.010000', '124918.012000', '124918.015000', '124937.903000', '124937.906000', '124937.908000', '124937.911000', '124937.914000', '124937.917000', '124937.919000', '124937.922000', '124937.925000', '124937.927000', '124937.930000', '124937.933000', '124937.935000', '124937.938000', '124937.940000', '124937.943000', '124937.946000', '124937.948000', '124937.951000', '124937.954000', '124937.956000', '124937.959000', '124937.961000', '124937.964000', '124937.967000', '124937.969000', '124937.972000', '124937.975000', '124937.977000', '124937.980000', '124937.983000', '124937.985000', '124937.988000', '124937.990000', '124937.993000', '124937.995000', '124937.998000', '124938.002000', '124938.004000', '124938.007000', '124938.009000', '124938.012000', '124938.014000', '124938.017000', '124957.902000', '124957.905000', '124957.908000', '124957.910000', '124957.926000', '124957.929000', '124957.932000', '124957.934000', '124957.937000', '124957.939000', '124957.942000', '124957.944000', '124957.947000', '124957.950000', '124957.952000', '124957.955000', '124957.957000', '124957.960000', '124957.963000', '124957.965000', '124957.968000', '124957.971000', '124957.974000', '124957.976000', '124957.979000', '124957.982000', '124957.984000', '124957.987000', '124957.990000', '124957.992000', '124957.995000', '124957.997000', '124958.001000', '124958.004000', '124958.006000', '124958.009000', '124958.012000', '124958.014000', '124958.017000', '124958.019000', '124958.022000', '124958.025000', '124958.027000', '125017.903000', '125017.907000', '125017.910000', '125017.912000', '125017.915000', '125017.918000', '125017.920000', '125017.923000', '125017.926000', '125017.928000', '125017.931000', '125017.933000', '125017.936000', '125017.939000', '125017.941000', '125017.944000', '125017.947000', '125017.949000', '125017.952000', '125017.954000', '125017.957000', '125017.960000', '125017.962000', '125017.965000', '125017.968000', '125017.970000', '125017.973000', '125017.975000', '125017.978000', '125017.981000', '125017.983000', '125017.986000', '125017.989000', '125017.991000', '125017.994000', '125017.997000', '125018.003000', '125018.005000', '125018.008000', '125018.011000', '125018.013000', '125018.016000', '125018.018000', '125018.021000', '125037.903000', '125037.906000', '125037.909000', '125037.912000', '125037.915000', '125037.917000', '125037.920000', '125037.922000', '125037.925000', '125037.928000', '125037.930000', '125037.933000', '125037.935000', '125037.938000', '125037.941000', '125037.943000', '125037.946000', '125037.948000', '125037.951000', '125037.954000', '125037.957000', '125037.959000', '125037.962000', '125037.965000', '125037.967000', '125037.970000', '125037.972000', '125037.975000', '125037.978000', '125037.980000', '125037.983000', '125037.986000', '125037.988000', '125037.991000', '125037.993000', '125037.996000', '125038.000000', '125038.002000', '125038.005000', '125038.008000', '125038.010000', '125038.013000', '125038.015000', '125057.902000', '125057.905000', '125057.908000', '125057.911000', '125057.913000', '125057.916000', '125057.918000', '125057.921000', '125057.924000', '125057.927000', '125057.930000', '125057.932000', '125057.935000', '125057.938000', '125057.940000', '125057.943000', '125057.946000', '125057.948000', '125057.951000', '125057.954000', '125057.956000', '125057.959000', '125057.962000', '125057.964000', '125057.967000', '125057.969000', '125057.972000', '125057.975000', '125057.977000', '125057.980000', '125057.983000', '125057.985000', '125057.988000', '125057.991000', '125057.993000', '125057.996000', '125058.000000', '125058.002000', '125058.005000', '125058.007000', '125058.010000', '125058.013000', '125058.015000', '125058.018000', '125117.903000', '125117.905000', '125117.908000', '125117.911000', '125117.913000', '125117.916000', '125117.919000', '125117.921000', '125117.924000', '125117.926000', '125117.929000', '125117.932000', '125117.935000', '125117.937000', '125117.940000', '125117.969000', '125117.971000', '125117.974000', '125117.977000', '125117.979000', '125117.982000', '125117.984000', '125117.987000', '125117.990000', '125117.992000', '125117.995000', '125117.998000', '125118.001000', '125118.004000', '125118.007000', '125118.009000', '125118.012000', '125118.014000', '125118.017000', '125118.020000', '125118.022000', '125118.025000', '125118.028000', '125118.030000', '125118.033000', '125118.036000', '125118.038000', '125118.041000', '125137.903000', '125137.906000', '125137.908000', '125137.911000', '125137.914000', '125137.916000', '125137.919000', '125137.922000', '125137.924000', '125137.927000', '125137.929000', '125137.932000', '125137.935000', '125137.937000', '125137.940000', '125137.943000', '125137.945000', '125137.948000', '125137.950000', '125137.953000', '125137.956000', '125137.958000', '125137.961000', '125137.964000', '125137.966000', '125137.969000', '125137.971000', '125137.974000', '125137.977000', '125137.980000', '125137.982000', '125137.985000', '125137.988000', '125137.990000', '125137.993000', '125137.996000', '125137.998000', '125138.002000', '125138.004000', '125138.007000', '125138.010000', '125138.012000', '125138.015000', '125138.018000', '125157.903000', '125157.906000', '125157.909000', '125157.911000', '125157.914000', '125157.917000', '125157.920000', '125157.922000', '125157.928000', '125157.931000', '125157.934000', '125157.936000', '125157.939000', '125157.942000', '125157.944000', '125157.947000', '125157.950000', '125157.952000', '125157.955000', '125157.957000', '125157.960000', '125157.963000', '125157.965000', '125157.968000', '125157.970000', '125157.973000', '125157.976000', '125157.979000', '125157.981000', '125157.984000', '125157.987000', '125157.989000', '125157.992000', '125157.994000', '125157.997000', '125158.000000', '125158.003000', '125158.006000', '125158.009000', '125158.011000', '125158.014000', '125158.017000', '125158.019000', '125217.903000', '125217.905000', '125217.908000', '125217.911000', '125217.914000', '125217.917000', '125217.920000', '125217.922000', '125217.925000', '125217.928000', '125217.930000', '125217.933000', '125217.936000', '125217.938000', '125217.941000', '125217.944000', '125217.946000', '125217.949000', '125217.952000', '125217.954000', '125217.957000', '125217.959000', '125217.962000', '125217.965000', '125217.967000', '125217.970000', '125217.973000', '125217.975000', '125217.978000', '125217.980000', '125217.983000', '125217.986000', '125217.988000', '125217.991000', '125217.994000', '125217.996000', '125218.000000', '125218.002000', '125218.005000', '125218.008000', '125218.010000', '125218.013000', '125218.016000', '125218.019000', '125237.903000', '125237.906000', '125237.909000', '125237.911000', '125237.914000', '125237.917000', '125237.919000', '125237.922000', '125237.924000', '125237.927000', '125237.930000', '125237.932000', '125237.935000', '125237.938000', '125237.940000', '125237.943000', '125237.945000', '125237.948000', '125237.951000', '125237.953000', '125237.956000', '125237.959000', '125237.961000', '125237.964000', '125237.966000', '125237.969000', '125237.972000', '125237.974000', '125237.977000', '125237.979000', '125237.982000', '125237.985000', '125237.987000', '125237.990000', '125237.992000', '125237.995000', '125237.998000', '125238.000000', '125238.003000', '125238.005000', '125238.008000', '125238.011000', '125238.014000', '125257.903000', '125257.906000', '125257.909000', '125257.912000', '125257.914000', '125257.917000', '125257.919000', '125257.922000', '125257.925000', '125257.927000', '125257.930000', '125257.933000', '125257.935000', '125257.938000', '125257.941000', '125257.943000', '125257.946000', '125257.949000', '125257.951000', '125257.954000', '125257.956000', '125257.959000', '125257.962000', '125257.964000', '125257.967000', '125257.970000', '125257.973000', '125257.975000', '125257.978000', '125257.980000', '125257.983000', '125257.986000', '125257.988000', '125257.991000', '125257.994000', '125257.996000', '125258.000000', '125258.003000', '125258.005000', '125258.008000', '125258.011000', '125258.013000', '125258.016000', '125258.018000', '125317.903000', '125317.905000', '125317.908000', '125317.911000', '125317.913000', '125317.916000', '125317.919000', '125317.921000', '125317.924000', '125317.927000', '125317.929000', '125317.932000', '125317.935000', '125317.937000', '125317.940000', '125317.942000', '125317.945000', '125317.948000', '125317.950000', '125317.953000', '125317.955000', '125317.958000', '125317.961000', '125317.963000', '125317.966000', '125317.969000', '125317.971000', '125317.974000', '125317.977000', '125317.979000', '125317.982000', '125317.985000', '125317.987000', '125317.990000', '125317.992000', '125317.995000', '125317.998000', '125318.001000', '125318.004000', '125318.007000', '125318.009000', '125318.012000', '125318.014000', '125337.902000', '125337.905000', '125337.908000', '125337.911000', '125337.913000', '125337.916000', '125337.919000', '125337.921000', '125337.924000', '125337.927000', '125337.930000', '125337.933000', '125337.936000', '125337.939000', '125337.942000', '125337.944000', '125337.947000', '125337.950000', '125337.954000', '125337.957000', '125337.959000', '125337.962000', '125337.965000', '125337.967000', '125337.970000', '125337.973000', '125337.976000', '125337.978000', '125337.981000', '125337.984000', '125337.986000', '125337.989000', '125337.992000', '125337.994000', '125337.997000', '125338.000000', '125338.003000', '125338.006000', '125338.009000', '125338.011000', '125338.014000', '125338.017000', '125338.019000', '125357.903000', '125357.906000', '125357.908000', '125357.911000', '125357.914000', '125357.916000', '125357.919000', '125357.922000', '125357.924000', '125357.927000', '125357.929000', '125357.932000', '125357.935000', '125357.937000', '125357.940000', '125357.943000', '125357.945000', '125357.948000', '125357.950000', '125357.953000', '125357.956000', '125357.958000', '125357.961000', '125357.964000', '125357.966000', '125357.969000', '125357.971000', '125357.974000', '125357.977000', '125357.979000', '125357.982000', '125357.985000', '125357.987000', '125357.990000', '125357.992000', '125357.995000', '125357.998000', '125358.001000', '125358.004000', '125358.007000', '125358.009000', '125358.012000', '125358.014000', '125358.017000', '125417.903000', '125417.906000', '125417.908000', '125417.911000', '125417.914000', '125417.916000', '125417.919000', '125417.931000', '125417.934000', '125417.936000', '125417.939000', '125417.942000', '125417.944000', '125417.947000', '125417.949000', '125417.952000', '125417.955000', '125417.957000', '125417.960000', '125417.963000', '125417.965000', '125417.968000', '125417.970000', '125417.973000', '125417.976000', '125417.978000', '125417.981000', '125417.984000', '125417.987000', '125417.989000', '125417.992000', '125417.994000', '125417.997000', '125418.001000', '125418.003000', '125418.006000', '125418.009000', '125418.011000', '125418.014000', '125418.017000', '125418.019000', '125418.022000', '125418.025000', '125437.903000', '125437.905000', '125437.908000', '125437.911000', '125437.913000', '125437.916000', '125437.919000', '125437.922000', '125437.924000', '125437.927000', '125437.929000', '125437.932000', '125437.935000', '125437.937000', '125437.940000', '125437.943000', '125437.945000', '125437.948000', '125437.950000', '125437.953000', '125437.956000', '125437.958000', '125437.961000', '125437.964000', '125437.966000', '125437.969000', '125437.972000', '125437.974000', '125437.977000', '125437.979000', '125437.982000', '125437.985000', '125437.987000', '125437.990000', '125437.993000', '125437.995000', '125437.998000', '125438.002000', '125438.004000', '125438.007000', '125438.009000', '125438.012000', '125438.015000', '125438.017000', '125457.904000', '125457.906000', '125457.909000', '125457.912000', '125457.915000', '125457.917000', '125457.920000', '125457.923000', '125457.926000', '125457.928000', '125457.931000', '125457.933000', '125457.936000', '125457.939000', '125457.941000', '125457.944000', '125457.947000', '125457.949000', '125457.952000', '125457.955000', '125457.957000', '125457.960000', '125457.963000', '125457.966000', '125457.968000', '125457.971000', '125457.973000', '125457.976000', '125457.979000', '125457.981000', '125457.984000', '125457.987000', '125457.989000', '125457.993000', '125457.996000', '125457.998000', '125458.001000', '125458.004000', '125458.006000', '125458.009000', '125458.012000', '125458.014000', '125458.017000', '125517.903000', '125517.906000', '125517.909000', '125517.912000', '125517.914000', '125517.917000', '125517.920000', '125517.922000', '125517.925000', '125517.928000', '125517.930000', '125517.933000', '125517.935000', '125517.938000', '125517.941000', '125517.943000', '125517.946000', '125517.949000', '125517.951000', '125517.954000', '125517.957000', '125517.959000', '125517.962000', '125517.965000', '125517.967000', '125517.970000', '125517.973000', '125517.975000', '125517.978000', '125517.981000', '125517.983000', '125517.986000', '125517.989000', '125517.991000', '125517.994000', '125517.997000', '125518.000000', '125518.003000', '125518.006000', '125518.008000', '125518.011000', '125518.014000', '125518.016000', '125518.019000', '125537.903000', '125537.906000', '125537.908000', '125537.911000', '125537.960000', '125537.963000', '125537.965000', '125537.968000', '125537.971000', '125537.973000', '125537.977000', '125537.980000', '125537.983000', '125537.986000', '125537.988000', '125537.991000', '125537.994000', '125537.996000', '125538.000000', '125538.003000', '125538.005000', '125538.008000', '125538.011000', '125538.013000', '125538.016000', '125538.019000', '125538.021000', '125538.024000', '125538.027000', '125538.029000', '125538.032000', '125538.034000', '125538.037000', '125538.040000', '125538.042000', '125538.045000', '125538.048000', '125538.050000', '125538.053000', '125538.056000', '125538.058000', '125538.061000', '125538.064000', '125557.903000', '125557.905000', '125557.908000', '125557.911000', '125557.914000', '125557.916000', '125557.919000', '125557.922000', '125557.925000', '125557.927000', '125557.930000', '125557.932000', '125557.935000', '125557.938000', '125557.940000', '125557.943000', '125557.946000', '125557.949000', '125557.951000', '125557.954000', '125557.957000', '125557.959000', '125557.962000', '125557.965000', '125557.967000', '125557.970000', '125557.972000', '125557.975000', '125557.978000', '125557.980000', '125557.983000', '125557.986000', '125557.988000', '125557.991000', '125557.993000', '125557.996000', '125558.000000', '125558.002000', '125558.005000', '125558.008000', '125558.010000', '125558.013000', '125558.016000', '125558.018000', '125617.903000', '125617.905000', '125617.908000', '125617.911000', '125617.914000', '125617.916000', '125617.919000', '125617.922000', '125617.924000', '125617.927000', '125617.930000', '125617.932000', '125617.935000', '125617.937000', '125617.940000', '125617.943000', '125617.946000', '125617.948000', '125617.951000', '125617.954000', '125617.956000', '125617.959000', '125617.962000', '125617.964000', '125617.967000', '125617.969000', '125617.972000', '125617.975000', '125617.977000', '125617.980000', '125617.983000', '125617.985000', '125617.988000', '125617.991000', '125617.993000', '125617.996000', '125618.000000', '125618.002000', '125618.005000', '125618.008000', '125618.010000', '125618.013000', '125618.016000', '125637.903000', '125637.906000', '125637.908000', '125637.911000', '125637.914000', '125637.916000', '125637.919000', '125637.922000', '125637.924000', '125637.927000', '125637.929000', '125637.932000', '125637.935000', '125637.937000', '125637.940000', '125637.943000', '125637.945000', '125637.948000', '125637.951000', '125637.953000', '125637.956000', '125637.958000', '125637.961000', '125637.964000', '125637.966000', '125637.969000', '125637.972000', '125637.974000', '125637.977000', '125637.979000', '125637.982000', '125637.985000', '125637.987000', '125637.990000', '125637.993000', '125637.995000', '125637.998000', '125638.002000', '125638.004000', '125638.007000', '125638.010000', '125638.012000', '125638.015000', '125638.017000', '125657.910000', '125657.913000', '125657.916000', '125657.918000', '125657.921000', '125657.924000', '125657.926000', '125657.929000', '125657.931000', '125657.934000', '125657.937000', '125657.939000', '125657.942000', '125657.945000', '125657.947000', '125657.950000', '125657.953000', '125657.955000', '125657.958000', '125657.961000', '125657.963000', '125657.966000', '125657.968000', '125657.971000', '125657.974000', '125657.976000', '125657.979000', '125657.981000', '125657.984000', '125657.987000', '125657.989000', '125657.992000', '125657.995000', '125657.997000', '125658.001000', '125658.004000', '125658.006000', '125658.009000', '125658.012000', '125658.015000', '125658.017000', '125658.020000', '125658.023000', '125717.904000', '125717.907000', '125717.910000', '125717.912000', '125717.915000', '125717.917000', '125717.920000', '125717.923000', '125717.925000', '125717.928000', '125717.931000', '125717.934000', '125717.936000', '125717.939000', '125717.942000', '125717.944000', '125717.947000', '125717.949000', '125717.952000', '125717.955000', '125717.957000', '125717.960000', '125717.963000', '125717.965000', '125717.968000', '125717.970000', '125717.973000', '125717.976000', '125717.978000', '125717.981000', '125717.984000', '125717.986000', '125717.989000', '125717.992000', '125717.994000', '125717.997000', '125718.001000', '125718.003000', '125718.006000', '125718.009000', '125718.011000', '125718.014000', '125718.017000', '125718.019000', '125737.904000', '125737.906000', '125737.909000', '125737.912000', '125737.914000', '125737.917000', '125737.920000', '125737.922000', '125737.925000', '125737.928000', '125737.930000', '125737.933000', '125737.935000', '125737.938000', '125737.941000', '125737.943000', '125737.946000', '125737.949000', '125737.951000', '125737.954000', '125737.957000', '125737.959000', '125737.962000', '125737.964000', '125737.967000', '125737.970000', '125737.972000', '125737.975000', '125737.978000', '125737.980000', '125737.983000', '125737.985000', '125737.988000', '125737.991000', '125737.993000', '125737.996000', '125738.000000', '125738.002000', '125738.005000', '125738.008000', '125738.010000', '125738.013000', '125738.016000', '125739.867000', '125739.870000', '125739.872000', '125739.875000', '125739.878000'], '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': [15337, 11502, 10176, 10799, 11045, 10570, 11215, 11243, 10682, 10999, 11733, 10667, 11736, 11087, 12552, 11401, 10679, 12459, 10993, 10722, 12975, 11016, 11082, 10513, 11025, 11352, 11736, 10971, 10870, 11157, 11243, 11017, 11870, 11101, 10613, 11649, 11435, 10524, 11141, 11804, 11373, 10385, 11785, 11420, 11675, 11497, 11163, 11400, 10898, 13890, 11626, 10593, 13355, 11773, 11134, 13189, 11596, 10270, 12887, 11303, 10371, 10983, 11580, 11595, 10895, 11496, 10543, 10968, 11712, 11796, 11360, 10848, 12427, 9989, 11162, 11337, 10767, 11026, 12439, 11490, 10583, 11283, 11238, 10713, 13569, 10686, 10858, 12163, 11270, 10340, 12248, 11217, 10998, 15356, 11174, 10481, 10081, 11393, 10958, 12760, 10527, 10896, 11001, 11316, 10854, 11963, 10535, 12093, 11817, 10924, 12586, 11397, 10875, 13813, 12410, 10567, 12990, 11603, 11213, 11589, 11520, 10945, 11405, 10526, 10969, 10794, 11389, 11233, 11169, 10846, 11291, 10283, 12000, 11177, 10322, 12212, 10980, 10602, 12249, 11763, 10433, 12769, 11414, 10476, 12662, 11468, 10390, 12804, 11549, 11426, 10808, 11390, 11273, 11808, 12084, 11279, 10505, 11517, 11341, 12120, 11602, 11116, 12590, 11845, 11555, 12207, 11977, 10657, 13642, 11715, 11303, 11901, 11729, 11673, 12439, 12276, 10995, 13117, 11275, 11362, 12418, 12096, 11065, 12130, 11464, 11032, 10127, 10623, 11491, 11180, 12232, 10780, 10366, 11396, 11483, 10118, 10702, 11111, 10921, 14402, 11517, 10405, 12965, 11569, 10524, 12631, 11842, 10491, 11264, 11398, 11326, 11263, 10966, 11175, 11023, 12486, 11511, 10331, 10200, 11495, 10569, 12709, 11218, 10364, 11571, 11785, 10701, 11798, 11734, 10847, 12519, 11801, 10830, 11136, 11604, 10694, 13121, 11715, 10681, 12965, 11387, 11039, 12016, 11451, 10659, 12116, 10229, 11217, 10379, 12559, 11187, 10361, 13582, 11417, 10212, 12145, 11957, 11174, 12043, 11762, 10857, 11801, 11491, 11020, 10929, 10489, 11365, 11047, 15028, 11172, 10878, 13027, 11552, 10429, 12830, 11637, 10318, 12557, 10958, 10727, 10769, 11064, 10635, 12170, 11284, 10838, 11631, 10900, 10921, 11761, 11094, 10946, 11845, 10155, 11020, 11027, 10578, 11116, 11844, 11408, 11120, 10421, 11153, 11327, 11825, 10031, 11352, 10806, 10043, 11515, 10715, 13956, 11266, 10614, 13375, 11785, 10377, 12025, 11452, 10283, 12937, 11669, 10216, 13446, 11657, 10401, 13266, 11710, 10166, 12976, 11638, 10684, 12177, 12554, 10973, 10727, 11899, 11550, 10689, 11401, 11180, 11233, 13574, 11406, 10320, 13719, 11969, 10420, 12818, 11691, 10517, 12648, 11667, 11276, 10964, 12095, 11462, 10939, 10798, 11877, 10304, 11628, 11597, 11212, 12421, 11675, 11094, 10950, 12139, 10741, 11260, 12181, 11197, 13847, 11752, 10694, 12537, 11761, 11101, 12374, 11534, 10642, 12837, 10888, 11186, 11721, 11064, 11004, 12169, 15361, 11021, 10173, 14354, 11140, 10588, 12389, 11372, 10475, 10959, 11964, 11218, 10330, 13768, 10937, 10295, 12617, 11741, 10756, 10537, 11995, 11185, 10822, 12582, 11215, 10370, 13066, 11741, 10515, 11875, 11794, 10457, 11769, 11919, 11480, 10432, 11095, 11547, 10963, 10614, 11709, 10327, 9328, 11813, 10480, 13243, 11423, 10490, 12544, 11420, 11038, 11587, 11313, 10680, 12288, 11224, 10646, 12837, 11307, 10732, 12867, 10174, 11129, 10386, 10805, 11116, 10473, 15115, 11282, 10117, 12632, 10800, 11180, 11717, 11811, 11427, 11100, 11440, 11536, 10069, 9742, 11450, 10833, 12839, 11392, 10321, 12697, 11472, 10876, 12118, 12205, 10591, 11780, 10691, 11116, 9860, 12939, 11162, 10385, 13695, 11310, 10479, 12068, 11626, 10733, 11953, 10958, 10375, 12822, 11704, 10751, 11661, 11412, 11323, 12482, 11401, 10582, 11778, 11707, 10549, 10206, 11207, 12448, 15376, 11292, 11619, 13999, 11265, 10543, 13733, 11446, 10093, 12842, 11666, 10668, 10670, 10323, 10571, 10455, 12744, 11263, 10046, 12337, 11167, 10323, 12290, 11426, 10201, 11190, 10900, 10715, 11890, 9781, 10532, 10278, 10432, 11400, 10605, 11187, 11089, 10739, 11266, 11458, 10304, 10484, 11509, 11024, 14222, 11270, 10535, 11630, 11335, 10270, 13227, 10940, 10415, 12361, 11654, 10142, 11505, 11200, 10506, 13833, 11563, 10532, 11796, 11427, 10336, 13038, 11959, 10326, 12350, 11756, 10611, 12033, 11300, 11174, 11002, 10665, 11923, 11496, 11512, 11501, 11123, 10943, 11524, 11228, 11175, 10836, 11735, 11010, 11728, 10929, 11676, 11400, 12552, 11297, 11201, 13131, 12016, 10928, 14653, 11632, 10836, 13649, 11632, 11411, 11639, 11890, 10555, 12807, 12242, 11191, 12071, 11315, 10952, 12669, 12523, 10667, 10114, 12052, 11194, 10357, 13684, 11089, 10105, 12105, 11316, 10670, 11348, 11395, 10634, 11444, 10662, 11072, 10539, 10892, 10949, 11020, 13601, 11240, 10237, 12394, 11212, 10295, 12497, 11510, 10660, 12421, 11742, 10533, 11794, 12337, 11621, 13493, 10778, 9874, 11167, 10938, 9456, 11477, 12186, 11403, 11270, 12298, 15544, 11278, 11148, 13465, 11681, 11261, 12952, 11709, 11267, 11752, 11603, 11299, 12260, 11683, 10899, 11705, 11281, 10958, 12449, 11592, 10742, 11783, 11520, 11145, 12235, 11708, 10870, 12492, 13359, 11073, 10523, 12776, 11255, 10765, 15202, 11885, 10867, 12695, 11452, 10583, 12965, 12099, 10571, 12710, 11884, 11052, 10932, 12315, 11192, 11186, 10854, 11249, 10525, 11181, 11449, 10538, 12619, 11935, 10773, 12186, 12244, 10928, 11657, 11931, 11211, 11357, 11813, 11647, 10633, 11852, 11895, 11746, 13989, 11669, 10929, 12444, 11795, 10938, 12077, 12203, 11379, 11882, 11688, 11389, 11359, 11728, 11233, 11966, 11371, 11290, 11309, 11584, 11499, 12781, 11431, 11617, 11305, 10657, 11829, 11455, 14678, 11619, 11052, 15475, 12018, 10943, 12800, 12174, 10942, 12210, 11475, 11242, 11102, 11407, 11557, 12016, 13770, 11520, 10740, 13170, 11794, 10867, 12157, 11997, 10463, 11972, 11366, 11083, 11129, 12202, 10933, 11826, 10185, 11337, 10780, 9872, 11292, 11155, 11107, 10860, 10541, 10735, 11255, 11477, 11402, 10791, 11325, 10892, 10825, 12175, 11104, 10613, 13232, 11367, 10655, 12989, 11637, 10421, 15127, 11357, 10574, 13202, 11450, 10536, 13114, 10718, 10614, 10168, 13466, 10944, 10776, 13645, 11544, 10395, 12686, 11826, 10551, 11433, 12147, 10834, 11873, 11129, 11008, 10265, 11349, 10591, 12167, 11201, 10715, 11721, 12069, 11122, 11797, 12116, 10880, 12466, 11548, 11287, 11306, 11347, 10984, 11516, 15559, 11366, 10639, 14268, 11385, 10541, 12540, 11469, 10636, 12526, 10447, 10461, 10858, 10221, 10389, 11227, 14345, 10518, 10420, 12957, 10884, 10601, 12424, 11189, 10114, 12290, 11410, 10468, 11514, 11575, 10554, 11156, 10200, 10529, 10636, 10677, 10491, 10736, 15127, 10651, 10617, 12384, 11084, 10361, 11961, 10271, 10645, 10594, 10399, 10789, 11022, 13518, 11007, 10757, 11617, 11012, 10502, 11093, 9756, 10704, 11263, 10477, 10933, 10562, 9658, 11098, 10713, 11157, 10882, 10768, 12073, 11228, 10028, 11086, 11218, 10364, 11821, 11298, 11884, 11027, 10566, 12865, 11297, 11017, 11170, 15536, 10594, 10660, 13334, 10807, 10652, 11888, 10458, 10603, 13424, 10412, 10583, 13151, 10708, 10658, 13643, 10575, 10413, 13929, 10747, 10607, 13677, 10593, 10442, 12447, 10198, 10417, 10800, 11233, 10289, 10393, 13460, 10862, 10230, 9640, 10252, 10786, 10559, 10442, 9817, 11110, 10763, 11121, 14257, 10380, 10619, 12552, 10747, 10585, 12073, 11332, 10409, 10518, 12591, 10164, 10507, 13283, 10476, 10267, 12835, 10842, 10400, 11247, 10593, 10404, 13298, 10300, 10494, 12860, 10833, 10528, 12861, 10170, 10310, 11940, 10188, 10442, 10591, 12723, 10433, 10306, 11447, 10372, 10383, 11928, 10190, 10864, 13768, 10432, 10438, 11516, 10561, 10389, 12454, 10455, 10439, 12109, 10495, 10355, 11835, 10287, 10458, 10214, 10430, 10659, 9731, 10378, 11652, 11188, 10736, 11534, 10600, 10508, 14303, 10782, 10685, 13869, 10550, 10790, 14386, 10542, 10855, 13768, 11397, 10805, 12989, 10471, 10788, 12583, 10477, 10467, 12854, 10630, 10410, 10438, 10149, 11307, 13422, 10678, 10509, 13078, 10363, 10469, 13942, 11048, 10552, 12070, 11480, 10534, 12391, 11224, 10593, 12612, 11525, 10801, 13470, 10897, 10866, 13676, 11046, 10620, 11190, 10829, 10358, 10374, 11000, 9899, 11074, 10650, 11362, 13931, 10750, 10681, 13804, 10962, 10746, 12883, 11105, 10580, 10965, 9798, 10586, 10190, 10363, 10711, 11016, 12883, 10505, 10427, 8935, 10530, 10816, 11721, 10480, 10217, 10280, 10642, 10957, 9403, 10371, 11209, 10925, 10546, 11236, 11077, 10375, 13180, 10611, 10477, 13537, 10891, 10689, 14157, 10671, 10646, 10309, 10431, 13074, 12918, 10925, 11992, 10842, 10441, 12663, 11754, 10591, 11239, 10209, 10555, 13081, 14842, 10651, 10972, 11238, 10389, 10340, 13813, 10645, 10487, 11880, 10244, 9923, 9929, 10321, 11151, 10836, 10235, 9954, 11507, 10782, 12473, 10969, 10367, 12951, 10786, 10672, 13796, 10593, 10408, 13838, 10696, 10385, 13368, 10629, 10364, 13937, 10916, 10444, 13753, 11607, 10507, 12723, 10636, 10621, 11031, 11431, 10763, 12209, 11609, 10685, 11918, 11391, 10640, 12485, 10214, 10714, 10929, 10017, 10840, 11113, 14529, 10571, 10475, 14204, 10890, 10659, 12588, 10801, 10475, 11003, 10743, 10681, 10471, 10774, 10700, 10983, 11542, 10469, 11194, 10885, 10828, 14747, 10905, 10556, 11893, 10799, 10700, 13232, 11001, 10494, 11293, 10709, 11390, 10227, 10625, 12696, 10983, 10857, 13135, 13635, 10529, 10440, 14367, 10554, 10789, 13379, 10722], 'WindowCenter': [4488.0, 4440.0, 4416.0, 4411.0, 4411.0, 4413.0, 4409.0, 4409.0, 4409.0, 4407.0, 4418.0, 4399.0, 4406.0, 4410.0, 4419.0, 4407.0, 4399.0, 4416.0, 4397.0, 4409.0, 4420.0, 4398.0, 4409.0, 4394.0, 4398.0, 4409.0, 4420.0, 4408.0, 4409.0, 4410.0, 4423.0, 4425.0, 4420.0, 4420.0, 4410.0, 4421.0, 4422.0, 4409.0, 4411.0, 4420.0, 4424.0, 4402.0, 4423.0, 4411.0, 4410.0, 4422.0, 4412.0, 4421.0, 4413.0, 4430.0, 4409.0, 4410.0, 4419.0, 4421.0, 4423.0, 4421.0, 4409.0, 4412.0, 4421.0, 4411.0, 4412.0, 4408.0, 4421.0, 4409.0, 4409.0, 4408.0, 4412.0, 4408.0, 4422.0, 4422.0, 4409.0, 4412.0, 4418.0, 4402.0, 4422.0, 4408.0, 4409.0, 4414.0, 4419.0, 4423.0, 4412.0, 4411.0, 4421.0, 4412.0, 4429.0, 4409.0, 4413.0, 4410.0, 4409.0, 4403.0, 4409.0, 4410.0, 4411.0, 4429.0, 4409.0, 4397.0, 4394.0, 4409.0, 4409.0, 4416.0, 4397.0, 4398.0, 4398.0, 4409.0, 4399.0, 4407.0, 4401.0, 4411.0, 4406.0, 4409.0, 4415.0, 4409.0, 4408.0, 4422.0, 4407.0, 4399.0, 4408.0, 4392.0, 4397.0, 4397.0, 4393.0, 4397.0, 4408.0, 4396.0, 4397.0, 4397.0, 4395.0, 4408.0, 4409.0, 4398.0, 4398.0, 4397.0, 4404.0, 4409.0, 4401.0, 4407.0, 4408.0, 4410.0, 4410.0, 4410.0, 4408.0, 4408.0, 4409.0, 4411.0, 4417.0, 4409.0, 4400.0, 4406.0, 4408.0, 4410.0, 4400.0, 4406.0, 4410.0, 4412.0, 4410.0, 4410.0, 4397.0, 4408.0, 4421.0, 4422.0, 4410.0, 4414.0, 4420.0, 4422.0, 4423.0, 4423.0, 4409.0, 4413.0, 4432.0, 4409.0, 4410.0, 4408.0, 4408.0, 4410.0, 4410.0, 4407.0, 4399.0, 4419.0, 4397.0, 4409.0, 4410.0, 4407.0, 4398.0, 4409.0, 4395.0, 4398.0, 4389.0, 4384.0, 4408.0, 4409.0, 4405.0, 4396.0, 4389.0, 4393.0, 4407.0, 4396.0, 4397.0, 4406.0, 4401.0, 4417.0, 4397.0, 4399.0, 4406.0, 4407.0, 4396.0, 4408.0, 4395.0, 4397.0, 4396.0, 4396.0, 4399.0, 4400.0, 4395.0, 4396.0, 4399.0, 4406.0, 4397.0, 4397.0, 4384.0, 4408.0, 4400.0, 4409.0, 4398.0, 4399.0, 4407.0, 4410.0, 4411.0, 4406.0, 4420.0, 4412.0, 4421.0, 4420.0, 4413.0, 4408.0, 4412.0, 4413.0, 4419.0, 4411.0, 4410.0, 4418.0, 4407.0, 4408.0, 4411.0, 4407.0, 4398.0, 4408.0, 4387.0, 4397.0, 4398.0, 4404.0, 4398.0, 4399.0, 4417.0, 4398.0, 4399.0, 4406.0, 4408.0, 4410.0, 4409.0, 4404.0, 4399.0, 4409.0, 4407.0, 4397.0, 4398.0, 4395.0, 4407.0, 4410.0, 4417.0, 4399.0, 4399.0, 4406.0, 4408.0, 4397.0, 4408.0, 4397.0, 4400.0, 4407.0, 4397.0, 4399.0, 4396.0, 4398.0, 4412.0, 4419.0, 4408.0, 4410.0, 4410.0, 4410.0, 4411.0, 4407.0, 4409.0, 4411.0, 4406.0, 4398.0, 4412.0, 4409.0, 4411.0, 4410.0, 4419.0, 4410.0, 4411.0, 4410.0, 4409.0, 4411.0, 4422.0, 4400.0, 4410.0, 4412.0, 4398.0, 4410.0, 4413.0, 4420.0, 4408.0, 4401.0, 4420.0, 4408.0, 4401.0, 4410.0, 4407.0, 4401.0, 4418.0, 4408.0, 4398.0, 4420.0, 4409.0, 4401.0, 4420.0, 4405.0, 4399.0, 4406.0, 4394.0, 4399.0, 4408.0, 4408.0, 4398.0, 4399.0, 4404.0, 4409.0, 4398.0, 4406.0, 4407.0, 4411.0, 4416.0, 4407.0, 4398.0, 4415.0, 4410.0, 4400.0, 4407.0, 4408.0, 4399.0, 4408.0, 4408.0, 4408.0, 4400.0, 4405.0, 4407.0, 4407.0, 4397.0, 4406.0, 4399.0, 4409.0, 4411.0, 4411.0, 4419.0, 4410.0, 4412.0, 4411.0, 4422.0, 4413.0, 4412.0, 4422.0, 4421.0, 4431.0, 4422.0, 4413.0, 4420.0, 4411.0, 4423.0, 4422.0, 4411.0, 4411.0, 4416.0, 4399.0, 4411.0, 4409.0, 4410.0, 4410.0, 4420.0, 4428.0, 4396.0, 4398.0, 4415.0, 4396.0, 4399.0, 4409.0, 4396.0, 4397.0, 4398.0, 4396.0, 4397.0, 4398.0, 4416.0, 4396.0, 4387.0, 4407.0, 4393.0, 4395.0, 4386.0, 4392.0, 4397.0, 4398.0, 4405.0, 4394.0, 4397.0, 4404.0, 4408.0, 4399.0, 4404.0, 4406.0, 4398.0, 4404.0, 4408.0, 4410.0, 4400.0, 4397.0, 4409.0, 4410.0, 4398.0, 4412.0, 4402.0, 4387.0, 4417.0, 4413.0, 4420.0, 4412.0, 4414.0, 4419.0, 4421.0, 4411.0, 4421.0, 4410.0, 4414.0, 4419.0, 4411.0, 4412.0, 4422.0, 4412.0, 4412.0, 4424.0, 4399.0, 4408.0, 4401.0, 4396.0, 4408.0, 4401.0, 4428.0, 4396.0, 4401.0, 4402.0, 4397.0, 4409.0, 4408.0, 4407.0, 4408.0, 4410.0, 4407.0, 4409.0, 4400.0, 4385.0, 4410.0, 4412.0, 4418.0, 4408.0, 4401.0, 4418.0, 4409.0, 4411.0, 4411.0, 4407.0, 4397.0, 4410.0, 4395.0, 4398.0, 4400.0, 4405.0, 4398.0, 4398.0, 4415.0, 4395.0, 4398.0, 4406.0, 4409.0, 4409.0, 4409.0, 4410.0, 4400.0, 4421.0, 4420.0, 4412.0, 4411.0, 4421.0, 4424.0, 4420.0, 4422.0, 4414.0, 4421.0, 4424.0, 4414.0, 4410.0, 4413.0, 4423.0, 4431.0, 4409.0, 4410.0, 4419.0, 4397.0, 4401.0, 4420.0, 4396.0, 4388.0, 4407.0, 4393.0, 4385.0, 4387.0, 4383.0, 4382.0, 4394.0, 4404.0, 4396.0, 4387.0, 4405.0, 4395.0, 4398.0, 4408.0, 4396.0, 4399.0, 4395.0, 4395.0, 4398.0, 4409.0, 4387.0, 4399.0, 4386.0, 4397.0, 4408.0, 4398.0, 4397.0, 4407.0, 4396.0, 4395.0, 4408.0, 4400.0, 4397.0, 4409.0, 4412.0, 4429.0, 4410.0, 4410.0, 4409.0, 4409.0, 4410.0, 4417.0, 4410.0, 4411.0, 4409.0, 4410.0, 4402.0, 4409.0, 4409.0, 4412.0, 4419.0, 4409.0, 4401.0, 4409.0, 4410.0, 4400.0, 4420.0, 4409.0, 4401.0, 4408.0, 4408.0, 4412.0, 4419.0, 4408.0, 4411.0, 4409.0, 4398.0, 4422.0, 4413.0, 4409.0, 4423.0, 4412.0, 4409.0, 4421.0, 4413.0, 4412.0, 4412.0, 4424.0, 4413.0, 4424.0, 4412.0, 4421.0, 4426.0, 4431.0, 4412.0, 4423.0, 4421.0, 4420.0, 4414.0, 4430.0, 4411.0, 4408.0, 4421.0, 4407.0, 4410.0, 4410.0, 4409.0, 4400.0, 4418.0, 4409.0, 4410.0, 4406.0, 4397.0, 4411.0, 4421.0, 4407.0, 4399.0, 4398.0, 4403.0, 4398.0, 4400.0, 4417.0, 4397.0, 4398.0, 4407.0, 4396.0, 4399.0, 4399.0, 4396.0, 4398.0, 4410.0, 4397.0, 4396.0, 4398.0, 4396.0, 4397.0, 4400.0, 4415.0, 4399.0, 4398.0, 4407.0, 4399.0, 4400.0, 4407.0, 4409.0, 4400.0, 4404.0, 4408.0, 4401.0, 4406.0, 4420.0, 4411.0, 4420.0, 4412.0, 4403.0, 4424.0, 4422.0, 4404.0, 4424.0, 4429.0, 4413.0, 4414.0, 4425.0, 4431.0, 4399.0, 4401.0, 4409.0, 4398.0, 4400.0, 4410.0, 4397.0, 4397.0, 4395.0, 4396.0, 4400.0, 4409.0, 4397.0, 4399.0, 4398.0, 4398.0, 4400.0, 4409.0, 4398.0, 4397.0, 4398.0, 4399.0, 4400.0, 4411.0, 4398.0, 4400.0, 4411.0, 4408.0, 4398.0, 4399.0, 4406.0, 4397.0, 4395.0, 4417.0, 4396.0, 4399.0, 4395.0, 4396.0, 4398.0, 4407.0, 4395.0, 4386.0, 4394.0, 4393.0, 4393.0, 4384.0, 4395.0, 4396.0, 4395.0, 4385.0, 4396.0, 4387.0, 4384.0, 4396.0, 4398.0, 4406.0, 4397.0, 4399.0, 4396.0, 4408.0, 4399.0, 4408.0, 4408.0, 4410.0, 4400.0, 4408.0, 4410.0, 4400.0, 4407.0, 4411.0, 4409.0, 4419.0, 4410.0, 4398.0, 4408.0, 4410.0, 4412.0, 4408.0, 4410.0, 4412.0, 4409.0, 4410.0, 4413.0, 4411.0, 4422.0, 4415.0, 4413.0, 4412.0, 4414.0, 4410.0, 4422.0, 4425.0, 4424.0, 4410.0, 4413.0, 4410.0, 4400.0, 4409.0, 4410.0, 4431.0, 4409.0, 4412.0, 4430.0, 4409.0, 4398.0, 4409.0, 4409.0, 4408.0, 4411.0, 4399.0, 4411.0, 4399.0, 4398.0, 4411.0, 4412.0, 4418.0, 4398.0, 4400.0, 4407.0, 4408.0, 4400.0, 4406.0, 4408.0, 4400.0, 4406.0, 4397.0, 4399.0, 4399.0, 4408.0, 4400.0, 4410.0, 4398.0, 4397.0, 4400.0, 4387.0, 4396.0, 4411.0, 4395.0, 4400.0, 4400.0, 4396.0, 4412.0, 4412.0, 4410.0, 4412.0, 4412.0, 4411.0, 4413.0, 4425.0, 4411.0, 4413.0, 4423.0, 4412.0, 4413.0, 4421.0, 4411.0, 4412.0, 4430.0, 4411.0, 4401.0, 4416.0, 4396.0, 4400.0, 4422.0, 4395.0, 4399.0, 4389.0, 4404.0, 4397.0, 4399.0, 4417.0, 4396.0, 4388.0, 4406.0, 4396.0, 4398.0, 4398.0, 4396.0, 4398.0, 4409.0, 4394.0, 4398.0, 4399.0, 4406.0, 4398.0, 4422.0, 4409.0, 4403.0, 4411.0, 4408.0, 4411.0, 4410.0, 4407.0, 4411.0, 4421.0, 4409.0, 4411.0, 4413.0, 4407.0, 4411.0, 4413.0, 4431.0, 4409.0, 4400.0, 4419.0, 4408.0, 4400.0, 4411.0, 4398.0, 4399.0, 4409.0, 4384.0, 4398.0, 4400.0, 4387.0, 4387.0, 4398.0, 4416.0, 4385.0, 4399.0, 4407.0, 4396.0, 4400.0, 4408.0, 4398.0, 4400.0, 4409.0, 4395.0, 4399.0, 4396.0, 4396.0, 4400.0, 4399.0, 4387.0, 4398.0, 4399.0, 4385.0, 4398.0, 4399.0, 4418.0, 4397.0, 4399.0, 4407.0, 4396.0, 4398.0, 4405.0, 4385.0, 4398.0, 4398.0, 4385.0, 4399.0, 4399.0, 4408.0, 4396.0, 4399.0, 4395.0, 4396.0, 4396.0, 4408.0, 4386.0, 4396.0, 4411.0, 4396.0, 4401.0, 4401.0, 4387.0, 4411.0, 4413.0, 4410.0, 4408.0, 4414.0, 4421.0, 4410.0, 4401.0, 4409.0, 4412.0, 4403.0, 4421.0, 4423.0, 4426.0, 4413.0, 4415.0, 4425.0, 4410.0, 4412.0, 4414.0, 4432.0, 4401.0, 4410.0, 4417.0, 4400.0, 4403.0, 4410.0, 4402.0, 4413.0, 4419.0, 4401.0, 4403.0, 4417.0, 4397.0, 4402.0, 4420.0, 4388.0, 4400.0, 4418.0, 4387.0, 4399.0, 4409.0, 4387.0, 4388.0, 4397.0, 4383.0, 4384.0, 4387.0, 4385.0, 4385.0, 4387.0, 4404.0, 4385.0, 4384.0, 4375.0, 4385.0, 4400.0, 4397.0, 4398.0, 4401.0, 4411.0, 4412.0, 4414.0, 4419.0, 4401.0, 4402.0, 4406.0, 4408.0, 4413.0, 4423.0, 4396.0, 4400.0, 4398.0, 4409.0, 4399.0, 4398.0, 4420.0, 4399.0, 4401.0, 4409.0, 4398.0, 4398.0, 4399.0, 4399.0, 4412.0, 4418.0, 4397.0, 4401.0, 4408.0, 4400.0, 4401.0, 4422.0, 4390.0, 4400.0, 4408.0, 4387.0, 4398.0, 4399.0, 4404.0, 4385.0, 4386.0, 4397.0, 4396.0, 4400.0, 4406.0, 4396.0, 4401.0, 4417.0, 4397.0, 4398.0, 4398.0, 4398.0, 4401.0, 4410.0, 4400.0, 4401.0, 4409.0, 4399.0, 4402.0, 4408.0, 4403.0, 4413.0, 4399.0, 4399.0, 4402.0, 4390.0, 4403.0, 4412.0, 4409.0, 4413.0, 4410.0, 4402.0, 4411.0, 4429.0, 4401.0, 4400.0, 4418.0, 4401.0, 4410.0, 4431.0, 4400.0, 4412.0, 4420.0, 4410.0, 4401.0, 4406.0, 4400.0, 4398.0, 4408.0, 4397.0, 4400.0, 4407.0, 4398.0, 4399.0, 4397.0, 4389.0, 4400.0, 4408.0, 4388.0, 4399.0, 4406.0, 4387.0, 4399.0, 4407.0, 4397.0, 4399.0, 4396.0, 4395.0, 4399.0, 4407.0, 4395.0, 4397.0, 4408.0, 4398.0, 4401.0, 4417.0, 4401.0, 4401.0, 4416.0, 4396.0, 4401.0, 4399.0, 4398.0, 4401.0, 4400.0, 4412.0, 4403.0, 4410.0, 4415.0, 4427.0, 4432.0, 4412.0, 4414.0, 4419.0, 4409.0, 4413.0, 4423.0, 4401.0, 4401.0, 4401.0, 4389.0, 4401.0, 4401.0, 4398.0, 4401.0, 4410.0, 4418.0, 4400.0, 4402.0, 4389.0, 4402.0, 4413.0, 4409.0, 4410.0, 4401.0, 4401.0, 4411.0, 4413.0, 4402.0, 4414.0, 4414.0, 4412.0, 4412.0, 4414.0, 4414.0, 4415.0, 4423.0, 4399.0, 4414.0, 4421.0, 4413.0, 4411.0, 4431.0, 4399.0, 4403.0, 4402.0, 4413.0, 4421.0, 4419.0, 4399.0, 4410.0, 4397.0, 4398.0, 4421.0, 4398.0, 4401.0, 4400.0, 4385.0, 4399.0, 4418.0, 4415.0, 4388.0, 4400.0, 4397.0, 4388.0, 4400.0, 4405.0, 4388.0, 4400.0, 4396.0, 4388.0, 4389.0, 4388.0, 4400.0, 4400.0, 4400.0, 4401.0, 4403.0, 4410.0, 4411.0, 4423.0, 4399.0, 4400.0, 4421.0, 4401.0, 4413.0, 4418.0, 4399.0, 4402.0, 4418.0, 4399.0, 4402.0, 4420.0, 4400.0, 4399.0, 4417.0, 4400.0, 4399.0, 4421.0, 4399.0, 4400.0, 4410.0, 4386.0, 4399.0, 4398.0, 4396.0, 4399.0, 4410.0, 4408.0, 4401.0, 4409.0, 4399.0, 4401.0, 4412.0, 4388.0, 4400.0, 4400.0, 4388.0, 4398.0, 4401.0, 4419.0, 4390.0, 4400.0, 4408.0, 4399.0, 4400.0, 4408.0, 4398.0, 4400.0, 4398.0, 4398.0, 4401.0, 4397.0, 4398.0, 4399.0, 4399.0, 4413.0, 4414.0, 4412.0, 4413.0, 4413.0, 4434.0, 4411.0, 4415.0, 4410.0, 4412.0, 4402.0, 4422.0, 4410.0, 4413.0, 4413.0, 4415.0, 4427.0, 4404.0, 4416.0, 4434.0, 4413.0, 4414.0, 4434.0, 4420.0, 4401.0, 4402.0, 4432.0, 4400.0, 4410.0, 4421.0, 4399.0], 'WindowWidth': [9868.0, 9781.0, 9742.0, 9725.0, 9723.0, 9729.0, 9716.0, 9716.0, 9717.0, 9709.0, 9728.0, 9703.0, 9709.0, 9718.0, 9731.0, 9710.0, 9703.0, 9723.0, 9696.0, 9715.0, 9733.0, 9698.0, 9715.0, 9691.0, 9698.0, 9716.0, 9730.0, 9713.0, 9718.0, 9720.0, 9739.0, 9744.0, 9735.0, 9734.0, 9724.0, 9737.0, 9737.0, 9720.0, 9720.0, 9735.0, 9743.0, 9710.0, 9738.0, 9721.0, 9718.0, 9735.0, 9723.0, 9733.0, 9726.0, 9749.0, 9715.0, 9721.0, 9731.0, 9733.0, 9739.0, 9734.0, 9716.0, 9723.0, 9733.0, 9719.0, 9722.0, 9712.0, 9733.0, 9721.0, 9715.0, 9715.0, 9722.0, 9713.0, 9736.0, 9737.0, 9715.0, 9722.0, 9729.0, 9708.0, 9737.0, 9716.0, 9716.0, 9726.0, 9730.0, 9736.0, 9725.0, 9720.0, 9734.0, 9727.0, 9745.0, 9717.0, 9725.0, 9718.0, 9716.0, 9712.0, 9716.0, 9715.0, 9722.0, 9745.0, 9712.0, 9696.0, 9689.0, 9715.0, 9717.0, 9721.0, 9695.0, 9699.0, 9696.0, 9714.0, 9701.0, 9709.0, 9705.0, 9719.0, 9709.0, 9714.0, 9721.0, 9712.0, 9715.0, 9738.0, 9707.0, 9698.0, 9711.0, 9684.0, 9694.0, 9696.0, 9683.0, 9693.0, 9711.0, 9691.0, 9694.0, 9696.0, 9688.0, 9711.0, 9715.0, 9695.0, 9697.0, 9697.0, 9704.0, 9712.0, 9706.0, 9710.0, 9713.0, 9719.0, 9719.0, 9716.0, 9714.0, 9711.0, 9714.0, 9722.0, 9727.0, 9712.0, 9703.0, 9710.0, 9711.0, 9714.0, 9703.0, 9707.0, 9717.0, 9722.0, 9713.0, 9716.0, 9696.0, 9710.0, 9734.0, 9736.0, 9716.0, 9727.0, 9731.0, 9736.0, 9739.0, 9737.0, 9715.0, 9725.0, 9754.0, 9713.0, 9716.0, 9714.0, 9710.0, 9716.0, 9717.0, 9708.0, 9700.0, 9728.0, 9694.0, 9711.0, 9717.0, 9706.0, 9696.0, 9715.0, 9690.0, 9695.0, 9684.0, 9672.0, 9709.0, 9714.0, 9703.0, 9691.0, 9685.0, 9686.0, 9707.0, 9695.0, 9693.0, 9706.0, 9705.0, 9725.0, 9694.0, 9700.0, 9707.0, 9706.0, 9695.0, 9712.0, 9688.0, 9694.0, 9693.0, 9692.0, 9699.0, 9701.0, 9687.0, 9691.0, 9700.0, 9706.0, 9692.0, 9694.0, 9674.0, 9710.0, 9702.0, 9712.0, 9696.0, 9700.0, 9709.0, 9715.0, 9720.0, 9708.0, 9730.0, 9724.0, 9734.0, 9730.0, 9725.0, 9714.0, 9721.0, 9725.0, 9731.0, 9718.0, 9717.0, 9726.0, 9709.0, 9712.0, 9718.0, 9707.0, 9699.0, 9715.0, 9680.0, 9695.0, 9698.0, 9701.0, 9696.0, 9701.0, 9724.0, 9695.0, 9700.0, 9706.0, 9708.0, 9714.0, 9715.0, 9701.0, 9699.0, 9714.0, 9708.0, 9696.0, 9699.0, 9690.0, 9708.0, 9716.0, 9725.0, 9696.0, 9699.0, 9707.0, 9709.0, 9697.0, 9711.0, 9693.0, 9701.0, 9709.0, 9693.0, 9699.0, 9693.0, 9695.0, 9720.0, 9730.0, 9711.0, 9717.0, 9715.0, 9714.0, 9719.0, 9712.0, 9712.0, 9719.0, 9709.0, 9698.0, 9721.0, 9715.0, 9717.0, 9719.0, 9732.0, 9715.0, 9719.0, 9719.0, 9712.0, 9720.0, 9736.0, 9701.0, 9716.0, 9722.0, 9697.0, 9717.0, 9723.0, 9730.0, 9712.0, 9705.0, 9730.0, 9711.0, 9706.0, 9717.0, 9711.0, 9708.0, 9729.0, 9711.0, 9700.0, 9729.0, 9713.0, 9706.0, 9731.0, 9704.0, 9701.0, 9706.0, 9688.0, 9699.0, 9713.0, 9707.0, 9696.0, 9699.0, 9702.0, 9713.0, 9698.0, 9705.0, 9710.0, 9720.0, 9723.0, 9707.0, 9700.0, 9719.0, 9714.0, 9704.0, 9709.0, 9709.0, 9700.0, 9713.0, 9709.0, 9711.0, 9704.0, 9703.0, 9709.0, 9712.0, 9695.0, 9706.0, 9700.0, 9711.0, 9718.0, 9720.0, 9727.0, 9717.0, 9722.0, 9717.0, 9735.0, 9725.0, 9721.0, 9737.0, 9739.0, 9752.0, 9735.0, 9726.0, 9732.0, 9719.0, 9738.0, 9736.0, 9717.0, 9720.0, 9725.0, 9700.0, 9717.0, 9715.0, 9715.0, 9717.0, 9735.0, 9743.0, 9692.0, 9697.0, 9719.0, 9691.0, 9700.0, 9715.0, 9690.0, 9694.0, 9696.0, 9691.0, 9694.0, 9697.0, 9720.0, 9690.0, 9681.0, 9709.0, 9683.0, 9690.0, 9679.0, 9680.0, 9693.0, 9699.0, 9702.0, 9687.0, 9695.0, 9702.0, 9708.0, 9699.0, 9703.0, 9704.0, 9697.0, 9705.0, 9709.0, 9715.0, 9703.0, 9692.0, 9712.0, 9718.0, 9697.0, 9719.0, 9707.0, 9682.0, 9725.0, 9725.0, 9733.0, 9721.0, 9727.0, 9730.0, 9733.0, 9722.0, 9735.0, 9719.0, 9729.0, 9732.0, 9721.0, 9725.0, 9739.0, 9720.0, 9723.0, 9745.0, 9699.0, 9711.0, 9704.0, 9690.0, 9711.0, 9705.0, 9740.0, 9692.0, 9703.0, 9700.0, 9694.0, 9713.0, 9713.0, 9707.0, 9711.0, 9718.0, 9709.0, 9712.0, 9703.0, 9678.0, 9715.0, 9722.0, 9729.0, 9711.0, 9706.0, 9724.0, 9712.0, 9719.0, 9720.0, 9708.0, 9695.0, 9716.0, 9690.0, 9697.0, 9703.0, 9704.0, 9696.0, 9700.0, 9720.0, 9689.0, 9697.0, 9706.0, 9712.0, 9715.0, 9714.0, 9716.0, 9706.0, 9733.0, 9730.0, 9724.0, 9720.0, 9734.0, 9743.0, 9733.0, 9736.0, 9730.0, 9734.0, 9740.0, 9729.0, 9718.0, 9726.0, 9743.0, 9749.0, 9714.0, 9718.0, 9728.0, 9693.0, 9706.0, 9732.0, 9691.0, 9682.0, 9709.0, 9682.0, 9675.0, 9679.0, 9670.0, 9669.0, 9689.0, 9701.0, 9690.0, 9681.0, 9703.0, 9689.0, 9697.0, 9709.0, 9689.0, 9699.0, 9690.0, 9687.0, 9699.0, 9714.0, 9678.0, 9697.0, 9680.0, 9691.0, 9709.0, 9698.0, 9693.0, 9709.0, 9696.0, 9693.0, 9710.0, 9704.0, 9695.0, 9714.0, 9723.0, 9745.0, 9714.0, 9717.0, 9713.0, 9716.0, 9719.0, 9725.0, 9717.0, 9721.0, 9714.0, 9717.0, 9708.0, 9714.0, 9714.0, 9721.0, 9730.0, 9713.0, 9707.0, 9713.0, 9715.0, 9707.0, 9731.0, 9714.0, 9707.0, 9711.0, 9712.0, 9721.0, 9731.0, 9709.0, 9719.0, 9715.0, 9698.0, 9735.0, 9724.0, 9713.0, 9737.0, 9722.0, 9715.0, 9735.0, 9726.0, 9721.0, 9724.0, 9743.0, 9724.0, 9742.0, 9722.0, 9733.0, 9748.0, 9752.0, 9722.0, 9739.0, 9734.0, 9731.0, 9729.0, 9750.0, 9719.0, 9715.0, 9735.0, 9709.0, 9717.0, 9717.0, 9711.0, 9703.0, 9729.0, 9712.0, 9714.0, 9708.0, 9693.0, 9717.0, 9735.0, 9709.0, 9698.0, 9697.0, 9699.0, 9695.0, 9702.0, 9723.0, 9693.0, 9698.0, 9707.0, 9690.0, 9698.0, 9700.0, 9691.0, 9697.0, 9717.0, 9694.0, 9693.0, 9697.0, 9691.0, 9694.0, 9703.0, 9717.0, 9697.0, 9698.0, 9709.0, 9699.0, 9702.0, 9710.0, 9711.0, 9703.0, 9705.0, 9709.0, 9705.0, 9706.0, 9727.0, 9719.0, 9729.0, 9721.0, 9711.0, 9742.0, 9739.0, 9712.0, 9742.0, 9756.0, 9723.0, 9723.0, 9744.0, 9752.0, 9697.0, 9701.0, 9712.0, 9693.0, 9699.0, 9714.0, 9689.0, 9693.0, 9687.0, 9689.0, 9700.0, 9712.0, 9692.0, 9697.0, 9693.0, 9693.0, 9700.0, 9710.0, 9693.0, 9694.0, 9697.0, 9697.0, 9702.0, 9719.0, 9694.0, 9700.0, 9719.0, 9710.0, 9693.0, 9699.0, 9704.0, 9690.0, 9692.0, 9722.0, 9689.0, 9697.0, 9689.0, 9689.0, 9697.0, 9706.0, 9684.0, 9674.0, 9686.0, 9680.0, 9683.0, 9673.0, 9685.0, 9690.0, 9691.0, 9674.0, 9688.0, 9679.0, 9670.0, 9690.0, 9697.0, 9705.0, 9692.0, 9698.0, 9693.0, 9708.0, 9699.0, 9709.0, 9709.0, 9715.0, 9704.0, 9709.0, 9715.0, 9703.0, 9708.0, 9716.0, 9717.0, 9727.0, 9712.0, 9699.0, 9709.0, 9714.0, 9720.0, 9713.0, 9714.0, 9719.0, 9712.0, 9716.0, 9723.0, 9719.0, 9733.0, 9728.0, 9724.0, 9719.0, 9725.0, 9717.0, 9735.0, 9743.0, 9745.0, 9716.0, 9724.0, 9719.0, 9701.0, 9715.0, 9720.0, 9744.0, 9712.0, 9720.0, 9743.0, 9711.0, 9698.0, 9712.0, 9710.0, 9713.0, 9719.0, 9697.0, 9716.0, 9700.0, 9696.0, 9718.0, 9724.0, 9724.0, 9695.0, 9700.0, 9708.0, 9709.0, 9703.0, 9707.0, 9709.0, 9702.0, 9707.0, 9694.0, 9698.0, 9701.0, 9708.0, 9701.0, 9717.0, 9696.0, 9694.0, 9703.0, 9679.0, 9694.0, 9718.0, 9690.0, 9701.0, 9703.0, 9692.0, 9720.0, 9721.0, 9715.0, 9722.0, 9724.0, 9717.0, 9724.0, 9744.0, 9720.0, 9725.0, 9737.0, 9720.0, 9724.0, 9733.0, 9718.0, 9722.0, 9747.0, 9716.0, 9704.0, 9723.0, 9692.0, 9703.0, 9738.0, 9691.0, 9697.0, 9686.0, 9701.0, 9693.0, 9699.0, 9721.0, 9690.0, 9682.0, 9704.0, 9688.0, 9695.0, 9696.0, 9689.0, 9694.0, 9712.0, 9686.0, 9697.0, 9701.0, 9707.0, 9700.0, 9736.0, 9712.0, 9709.0, 9717.0, 9711.0, 9717.0, 9717.0, 9710.0, 9718.0, 9733.0, 9712.0, 9718.0, 9723.0, 9708.0, 9719.0, 9727.0, 9749.0, 9711.0, 9702.0, 9726.0, 9709.0, 9703.0, 9718.0, 9695.0, 9698.0, 9715.0, 9675.0, 9695.0, 9701.0, 9677.0, 9679.0, 9697.0, 9718.0, 9674.0, 9698.0, 9706.0, 9692.0, 9701.0, 9711.0, 9695.0, 9701.0, 9712.0, 9689.0, 9700.0, 9696.0, 9690.0, 9699.0, 9701.0, 9680.0, 9695.0, 9699.0, 9676.0, 9694.0, 9701.0, 9725.0, 9692.0, 9699.0, 9706.0, 9689.0, 9697.0, 9707.0, 9674.0, 9695.0, 9696.0, 9674.0, 9698.0, 9701.0, 9711.0, 9691.0, 9699.0, 9691.0, 9693.0, 9694.0, 9714.0, 9678.0, 9694.0, 9718.0, 9692.0, 9703.0, 9705.0, 9683.0, 9718.0, 9723.0, 9717.0, 9714.0, 9726.0, 9733.0, 9717.0, 9707.0, 9717.0, 9721.0, 9711.0, 9732.0, 9739.0, 9748.0, 9723.0, 9728.0, 9743.0, 9716.0, 9720.0, 9726.0, 9751.0, 9705.0, 9718.0, 9722.0, 9700.0, 9710.0, 9715.0, 9706.0, 9723.0, 9731.0, 9704.0, 9710.0, 9722.0, 9694.0, 9706.0, 9729.0, 9681.0, 9702.0, 9722.0, 9677.0, 9699.0, 9714.0, 9676.0, 9681.0, 9692.0, 9669.0, 9672.0, 9679.0, 9671.0, 9674.0, 9680.0, 9699.0, 9672.0, 9672.0, 9660.0, 9676.0, 9701.0, 9694.0, 9697.0, 9705.0, 9716.0, 9720.0, 9729.0, 9729.0, 9703.0, 9707.0, 9709.0, 9712.0, 9723.0, 9740.0, 9692.0, 9698.0, 9698.0, 9711.0, 9699.0, 9699.0, 9728.0, 9698.0, 9704.0, 9712.0, 9696.0, 9699.0, 9699.0, 9699.0, 9722.0, 9728.0, 9695.0, 9705.0, 9711.0, 9699.0, 9704.0, 9736.0, 9685.0, 9699.0, 9711.0, 9679.0, 9695.0, 9699.0, 9701.0, 9675.0, 9681.0, 9694.0, 9693.0, 9703.0, 9705.0, 9693.0, 9704.0, 9722.0, 9692.0, 9698.0, 9695.0, 9695.0, 9704.0, 9715.0, 9700.0, 9705.0, 9712.0, 9699.0, 9709.0, 9710.0, 9708.0, 9724.0, 9699.0, 9700.0, 9706.0, 9687.0, 9710.0, 9721.0, 9714.0, 9723.0, 9717.0, 9705.0, 9720.0, 9742.0, 9704.0, 9704.0, 9726.0, 9702.0, 9717.0, 9745.0, 9702.0, 9720.0, 9728.0, 9714.0, 9705.0, 9706.0, 9699.0, 9697.0, 9709.0, 9693.0, 9700.0, 9706.0, 9695.0, 9699.0, 9692.0, 9684.0, 9703.0, 9710.0, 9679.0, 9697.0, 9702.0, 9677.0, 9698.0, 9708.0, 9691.0, 9697.0, 9690.0, 9689.0, 9699.0, 9707.0, 9690.0, 9697.0, 9708.0, 9696.0, 9705.0, 9722.0, 9703.0, 9706.0, 9719.0, 9692.0, 9703.0, 9697.0, 9697.0, 9704.0, 9700.0, 9721.0, 9711.0, 9717.0, 9728.0, 9749.0, 9750.0, 9720.0, 9727.0, 9728.0, 9713.0, 9724.0, 9738.0, 9702.0, 9704.0, 9705.0, 9685.0, 9703.0, 9704.0, 9696.0, 9704.0, 9719.0, 9727.0, 9701.0, 9706.0, 9684.0, 9705.0, 9724.0, 9714.0, 9718.0, 9706.0, 9705.0, 9719.0, 9725.0, 9707.0, 9726.0, 9726.0, 9721.0, 9722.0, 9728.0, 9724.0, 9729.0, 9739.0, 9702.0, 9726.0, 9732.0, 9721.0, 9721.0, 9746.0, 9701.0, 9711.0, 9705.0, 9723.0, 9736.0, 9727.0, 9701.0, 9716.0, 9694.0, 9697.0, 9731.0, 9695.0, 9700.0, 9700.0, 9674.0, 9698.0, 9727.0, 9719.0, 9680.0, 9699.0, 9690.0, 9681.0, 9701.0, 9703.0, 9680.0, 9701.0, 9690.0, 9681.0, 9684.0, 9681.0, 9701.0, 9702.0, 9699.0, 9703.0, 9710.0, 9713.0, 9719.0, 9737.0, 9699.0, 9702.0, 9730.0, 9701.0, 9721.0, 9727.0, 9699.0, 9707.0, 9723.0, 9698.0, 9706.0, 9727.0, 9699.0, 9700.0, 9721.0, 9698.0, 9699.0, 9729.0, 9695.0, 9698.0, 9713.0, 9674.0, 9697.0, 9695.0, 9691.0, 9699.0, 9716.0, 9710.0, 9702.0, 9713.0, 9696.0, 9702.0, 9721.0, 9681.0, 9698.0, 9700.0, 9680.0, 9697.0, 9705.0, 9725.0, 9684.0, 9701.0, 9708.0, 9698.0, 9700.0, 9709.0, 9693.0, 9698.0, 9696.0, 9694.0, 9702.0, 9694.0, 9695.0, 9701.0, 9699.0, 9722.0, 9725.0, 9721.0, 9723.0, 9726.0, 9754.0, 9718.0, 9730.0, 9716.0, 9719.0, 9709.0, 9733.0, 9717.0, 9726.0, 9723.0, 9729.0, 9748.0, 9710.0, 9731.0, 9755.0, 9721.0, 9725.0, 9756.0, 9731.0, 9704.0, 9708.0, 9746.0, 9701.0, 9716.0, 9730.0, 9697.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.00019439043209876547</td></tr>
<tr><td colspan=3>aqi</td><td>0.019642006327160493</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.98689701860236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2121805070193055</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9755694487258693</td></tr>
<tr><td colspan=3>efc</td><td>0.5169</td></tr>
<tr><td colspan=3>fber</td><td>3835.3179</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08031794120295152</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5401234567901234</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5412516849704754</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5812704839122613</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7041623900731993</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3383221809259664</td></tr>
<tr><td colspan=3>gcor</td><td>0.00592145</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006269832607358694</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03415694087743759</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.044981151868522</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>24.3491</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.7715</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>225.8605</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288757.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1123.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.5129</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6918</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.3644</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3530.0128</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3707.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.4391</td></tr>
<tr><td colspan=3>tsnr</td><td>43.333921106532216</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>