<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-02/func/sub-0009_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>5bfcde8723cb9225ff1687368e311694</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:19:0.842500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997677, -0.0405818, 0.0547082, 0.0391988, 0.99889, 0.0261191]</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.0888988</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7696, -7230, 576, -1, 12, 5, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.18</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>35c439cf-2013-4d6e-968a-fc32a270b6b5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6766953468322754, 0.10516759008169174, 0.15041010081768036, 108.71733856201172], [0.10887788236141205, 2.6799488067626953, 0.06456752121448517, -96.07764434814453], [0.1467781364917755, -0.07007552683353424, 2.6950337886810303, -46.823123931884766], [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': ['121900.842500', '121901.302500', '121901.762500', '121902.222500', '121902.682500', '121903.142500', '121903.602500', '121904.062500', '121904.522500', '121904.982500', '121905.442500', '121905.902500', '121906.362500', '121906.822500', '121907.282500', '121907.742500', '121908.202500', '121908.662500', '121909.122500', '121909.582500', '121910.042500', '121910.502500', '121910.962500', '121911.422500', '121911.882500', '121912.342500', '121912.802500', '121913.262500', '121913.722500', '121914.182500', '121914.642500', '121915.102500', '121915.562500', '121916.022500', '121916.482500', '121916.942500', '121917.402500', '121917.862500', '121918.322500', '121918.782500', '121919.242500', '121919.702500', '121920.162500', '121920.622500', '121921.082500', '121921.542500', '121922.002500', '121922.462500', '121922.922500', '121923.382500', '121923.842500', '121924.302500', '121924.762500', '121925.222500', '121925.682500', '121926.142500', '121926.602500', '121927.062500', '121927.522500', '121927.982500', '121928.442500', '121928.902500', '121929.362500', '121929.822500', '121930.282500', '121930.742500', '121931.202500', '121931.662500', '121932.122500', '121932.582500', '121933.042500', '121933.502500', '121933.962500', '121934.422500', '121934.882500', '121935.342500', '121935.802500', '121936.262500', '121936.722500', '121937.182500', '121937.642500', '121938.102500', '121938.562500', '121939.022500', '121939.482500', '121939.942500', '121940.402500', '121940.862500', '121941.322500', '121941.782500', '121942.242500', '121942.702500', '121943.162500', '121943.622500', '121944.082500', '121944.542500', '121945.002500', '121945.462500', '121945.922500', '121946.382500', '121946.842500', '121947.302500', '121947.762500', '121948.222500', '121948.682500', '121949.142500', '121949.602500', '121950.062500', '121950.522500', '121950.982500', '121951.442500', '121951.902500', '121952.362500', '121952.822500', '121953.282500', '121953.742500', '121954.202500', '121954.662500', '121955.122500', '121955.582500', '121956.042500', '121956.502500', '121956.962500', '121957.422500', '121957.882500', '121958.342500', '121958.802500', '121959.262500', '121959.722500', '122000.182500', '122000.642500', '122001.102500', '122001.562500', '122002.022500', '122002.482500', '122002.942500', '122003.402500', '122003.862500', '122004.322500', '122004.782500', '122005.242500', '122005.702500', '122006.162500', '122006.622500', '122007.082500', '122007.542500', '122008.002500', '122008.462500', '122008.922500', '122009.382500', '122009.842500', '122010.302500', '122010.762500', '122011.222500', '122011.682500', '122012.142500', '122012.602500', '122013.062500', '122013.522500', '122013.982500', '122014.442500', '122014.902500', '122015.362500', '122015.822500', '122016.282500', '122016.742500', '122017.202500', '122017.662500', '122018.122500', '122018.582500', '122019.042500', '122019.502500', '122019.962500', '122020.422500', '122020.882500', '122021.342500', '122021.802500', '122022.262500', '122022.722500', '122023.182500', '122023.642500', '122024.102500', '122024.562500', '122025.022500', '122025.482500', '122025.942500', '122026.402500', '122026.862500', '122027.322500', '122027.782500', '122028.242500', '122028.702500', '122029.162500', '122029.622500', '122030.082500', '122030.542500', '122031.002500', '122031.462500', '122031.922500', '122032.382500', '122032.842500', '122033.302500', '122033.762500', '122034.222500', '122034.682500', '122035.142500', '122035.602500', '122036.062500', '122036.522500', '122036.982500', '122037.442500', '122037.902500', '122038.362500', '122038.822500', '122039.282500', '122039.742500', '122040.202500', '122040.662500', '122041.122500', '122041.582500', '122042.042500', '122042.502500', '122042.962500', '122043.422500', '122043.882500', '122044.342500', '122044.802500', '122045.262500', '122045.722500', '122046.182500', '122046.642500', '122047.102500', '122047.562500', '122048.022500', '122048.482500', '122048.942500', '122049.402500', '122049.862500', '122050.322500', '122050.782500', '122051.242500', '122051.702500', '122052.162500', '122052.622500', '122053.082500', '122053.542500', '122054.002500', '122054.462500', '122054.922500', '122055.382500', '122055.842500', '122056.302500', '122056.762500', '122057.222500', '122057.682500', '122058.142500', '122058.602500', '122059.062500', '122059.522500', '122059.982500', '122100.442500', '122100.902500', '122101.362500', '122101.822500', '122102.282500', '122102.742500', '122103.202500', '122103.662500', '122104.122500', '122104.582500', '122105.042500', '122105.502500', '122105.962500', '122106.422500', '122106.882500', '122107.342500', '122107.802500', '122108.262500', '122108.722500', '122109.182500', '122109.642500', '122110.102500', '122110.562500', '122111.022500', '122111.482500', '122111.942500', '122112.402500', '122112.862500', '122113.322500', '122113.782500', '122114.242500', '122114.702500', '122115.162500', '122115.622500', '122116.082500', '122116.542500', '122117.002500', '122117.462500', '122117.922500', '122118.382500', '122118.842500', '122119.302500', '122119.762500', '122120.222500', '122120.682500', '122121.142500', '122121.602500', '122122.062500', '122122.522500', '122122.982500', '122123.442500', '122123.902500', '122124.362500', '122124.822500', '122125.282500', '122125.742500', '122126.202500', '122126.662500', '122127.122500', '122127.582500', '122128.042500', '122128.502500', '122128.962500', '122129.422500', '122129.882500', '122130.342500', '122130.802500', '122131.262500', '122131.722500', '122132.182500', '122132.642500', '122133.102500', '122133.562500', '122134.022500', '122134.482500', '122134.942500', '122135.402500', '122135.862500', '122136.322500', '122136.782500', '122137.242500', '122137.702500', '122138.162500', '122138.622500', '122139.082500', '122139.542500', '122140.002500', '122140.462500', '122140.922500', '122141.382500', '122141.842500', '122142.302500', '122142.762500', '122143.222500', '122143.682500', '122144.142500', '122144.602500', '122145.062500', '122145.522500', '122145.982500', '122146.442500', '122146.902500', '122147.362500', '122147.822500', '122148.282500', '122148.742500', '122149.202500', '122149.662500', '122150.122500', '122150.582500', '122151.042500', '122151.502500', '122151.962500', '122152.422500', '122152.882500', '122153.342500', '122153.802500', '122154.262500', '122154.722500', '122155.182500', '122155.642500', '122156.102500', '122156.562500', '122157.022500', '122157.482500', '122157.942500', '122158.402500', '122158.862500', '122159.322500', '122159.782500', '122200.242500', '122200.702500', '122201.162500', '122201.622500', '122202.082500', '122202.542500', '122203.002500', '122203.462500', '122203.922500', '122204.382500', '122204.842500', '122205.302500', '122205.762500', '122206.222500', '122206.682500', '122207.142500', '122207.602500', '122208.062500', '122208.522500', '122208.982500', '122209.442500', '122209.902500', '122210.362500', '122210.822500', '122211.282500', '122211.742500', '122212.202500', '122212.662500', '122213.122500', '122213.582500', '122214.042500', '122214.502500', '122214.962500', '122215.422500', '122215.882500', '122216.342500', '122216.802500', '122217.262500', '122217.722500', '122218.182500', '122218.642500', '122219.102500', '122219.562500', '122220.022500', '122220.482500', '122220.942500', '122221.402500', '122221.862500', '122222.322500', '122222.782500', '122223.242500', '122223.702500', '122224.162500', '122224.622500', '122225.082500', '122225.542500', '122226.002500', '122226.462500', '122226.922500', '122227.382500', '122227.842500', '122228.302500', '122228.762500', '122229.222500', '122229.682500', '122230.142500', '122230.602500', '122231.062500', '122231.522500', '122231.982500', '122232.442500', '122232.902500', '122233.362500', '122233.822500', '122234.282500', '122234.742500', '122235.202500', '122235.662500', '122236.122500', '122236.582500', '122237.042500', '122237.502500', '122237.962500', '122238.422500', '122238.882500', '122239.342500', '122239.802500', '122240.262500', '122240.722500', '122241.182500', '122241.642500', '122242.102500', '122242.562500', '122243.022500', '122243.482500', '122243.942500', '122244.402500', '122244.862500', '122245.322500', '122245.782500', '122246.242500', '122246.702500', '122247.162500', '122247.622500', '122248.082500', '122248.542500', '122249.002500', '122249.462500', '122249.922500', '122250.382500', '122250.842500', '122251.302500', '122251.762500', '122252.222500', '122252.682500', '122253.142500', '122253.602500', '122254.062500', '122254.522500', '122254.982500', '122255.442500', '122255.902500', '122256.362500', '122256.822500', '122257.282500', '122257.742500', '122258.202500', '122258.662500', '122259.122500', '122259.582500', '122300.042500', '122300.502500', '122300.962500', '122301.422500', '122301.882500', '122302.342500', '122302.802500', '122303.262500', '122303.722500', '122304.182500', '122304.642500', '122305.102500', '122305.562500', '122306.022500', '122306.482500', '122306.942500', '122307.402500', '122307.862500', '122308.322500', '122308.782500', '122309.242500', '122309.702500', '122310.162500', '122310.622500', '122311.082500', '122311.542500', '122312.002500', '122312.462500', '122312.922500', '122313.382500', '122313.842500', '122314.302500', '122314.762500', '122315.222500', '122315.682500', '122316.142500', '122316.602500', '122317.062500', '122317.522500', '122317.982500', '122318.442500', '122318.902500', '122319.362500', '122319.822500', '122320.282500', '122320.742500', '122321.202500', '122321.662500', '122322.122500', '122322.582500', '122323.042500', '122323.502500', '122323.962500', '122324.422500', '122324.882500', '122325.342500', '122325.802500', '122326.262500', '122326.722500', '122327.182500', '122327.642500', '122328.102500', '122328.562500', '122329.022500', '122329.482500', '122329.942500', '122330.402500', '122330.862500', '122331.322500', '122331.782500', '122332.242500', '122332.702500', '122333.162500', '122333.622500', '122334.082500', '122334.542500', '122335.002500', '122335.462500', '122335.922500', '122336.382500', '122336.842500', '122337.302500', '122337.762500', '122338.222500', '122338.682500', '122339.142500', '122339.602500', '122340.062500', '122340.522500', '122340.982500', '122341.442500', '122341.902500', '122342.362500', '122342.822500', '122343.282500', '122343.742500', '122344.202500', '122344.662500', '122345.122500', '122345.582500', '122346.042500', '122346.502500', '122346.962500', '122347.422500', '122347.882500', '122348.342500', '122348.802500', '122349.262500', '122349.722500', '122350.182500', '122350.642500', '122351.102500', '122351.562500', '122352.022500', '122352.482500', '122352.942500', '122353.402500', '122353.862500', '122354.322500', '122354.782500', '122355.242500', '122355.702500', '122356.162500', '122356.622500', '122357.082500', '122357.542500', '122358.002500', '122358.462500', '122358.922500', '122359.382500', '122359.842500', '122400.302500', '122400.762500', '122401.222500', '122401.682500', '122402.142500', '122402.602500', '122403.062500', '122403.522500', '122403.982500', '122404.442500', '122404.902500', '122405.362500', '122405.822500', '122406.282500', '122406.742500', '122407.202500', '122407.662500', '122408.122500', '122408.582500', '122409.042500', '122409.502500', '122409.962500', '122410.422500', '122410.882500', '122411.342500', '122411.802500', '122412.262500', '122412.722500', '122413.182500', '122413.642500', '122414.102500', '122414.562500', '122415.022500', '122415.482500', '122415.942500', '122416.402500', '122416.862500', '122417.322500', '122417.782500', '122418.242500', '122418.702500', '122419.162500', '122419.622500', '122420.082500', '122420.542500', '122421.002500', '122421.462500', '122421.922500', '122422.382500', '122422.842500', '122423.302500', '122423.762500', '122424.222500', '122424.682500', '122425.142500', '122425.602500', '122426.062500', '122426.522500', '122426.982500', '122427.442500', '122427.902500', '122428.362500', '122428.822500', '122429.282500', '122429.742500', '122430.202500', '122430.662500', '122431.122500', '122431.582500', '122432.042500', '122432.502500', '122432.962500', '122433.422500', '122433.882500', '122434.342500', '122434.802500', '122435.262500', '122435.722500', '122436.182500', '122436.642500', '122437.102500', '122437.562500', '122438.022500', '122438.482500', '122438.942500', '122439.402500', '122439.862500', '122440.322500', '122440.782500', '122441.242500', '122441.702500', '122442.162500', '122442.622500', '122443.082500', '122443.542500', '122444.002500', '122444.462500', '122444.922500', '122445.382500', '122445.842500', '122446.302500', '122446.762500', '122447.222500', '122447.682500', '122448.142500', '122448.602500', '122449.062500', '122449.522500', '122449.982500', '122450.442500', '122450.902500', '122451.362500', '122451.822500', '122452.282500', '122452.742500', '122453.202500', '122453.662500', '122454.122500', '122454.582500', '122455.042500', '122455.502500', '122455.962500', '122456.422500', '122456.882500', '122457.342500', '122457.802500', '122458.262500', '122458.722500', '122459.182500', '122459.642500', '122500.102500', '122500.562500', '122501.022500', '122501.482500', '122501.942500', '122502.402500', '122502.862500', '122503.322500', '122503.782500', '122504.242500', '122504.702500', '122505.162500', '122505.622500', '122506.082500', '122506.542500', '122507.002500', '122507.462500', '122507.922500', '122508.382500', '122508.842500', '122509.302500', '122509.762500', '122510.222500', '122510.682500', '122511.142500', '122511.602500', '122512.062500', '122512.522500', '122512.982500', '122513.442500', '122513.902500', '122514.362500', '122514.822500', '122515.282500', '122515.742500', '122516.202500', '122516.662500', '122517.122500', '122517.582500', '122518.042500', '122518.502500', '122518.962500', '122519.422500', '122519.882500', '122520.342500', '122520.802500', '122521.262500', '122521.722500', '122522.182500', '122522.642500', '122523.102500', '122523.562500', '122524.022500', '122524.482500', '122524.942500', '122525.402500', '122525.862500', '122526.322500', '122526.782500', '122527.242500', '122527.702500', '122528.162500', '122528.622500', '122529.082500', '122529.542500', '122530.002500', '122530.462500', '122530.922500', '122531.382500', '122531.842500', '122532.302500', '122532.762500', '122533.222500', '122533.682500', '122534.142500', '122534.602500', '122535.062500', '122535.522500', '122535.982500', '122536.442500', '122536.902500', '122537.362500', '122537.822500', '122538.282500', '122538.742500', '122539.202500', '122539.662500', '122540.122500', '122540.582500', '122541.042500', '122541.502500', '122541.962500', '122542.422500', '122542.882500', '122543.342500', '122543.802500', '122544.262500', '122544.722500', '122545.182500', '122545.642500', '122546.102500', '122546.562500', '122547.022500', '122547.482500', '122547.942500', '122548.402500', '122548.862500', '122549.322500', '122549.782500', '122550.242500', '122550.702500', '122551.162500', '122551.622500', '122552.082500', '122552.542500', '122553.002500', '122553.462500', '122553.922500', '122554.382500', '122554.842500', '122555.302500', '122555.762500', '122556.222500', '122556.682500', '122557.142500', '122557.602500', '122558.062500', '122558.522500', '122558.982500', '122559.442500', '122559.902500', '122600.362500', '122600.822500', '122601.282500', '122601.742500', '122602.202500', '122602.662500', '122603.122500', '122603.582500', '122604.042500', '122604.502500', '122604.962500', '122605.422500', '122605.882500', '122606.342500', '122606.802500', '122607.262500', '122607.722500', '122608.182500', '122608.642500', '122609.102500', '122609.562500', '122610.022500', '122610.482500', '122610.942500', '122611.402500', '122611.862500', '122612.322500', '122612.782500', '122613.242500', '122613.702500', '122614.162500', '122614.622500', '122615.082500', '122615.542500', '122616.002500', '122616.462500', '122616.922500', '122617.382500', '122617.842500', '122618.302500', '122618.762500', '122619.222500', '122619.682500', '122620.142500', '122620.602500', '122621.062500', '122621.522500', '122621.982500', '122622.442500', '122622.902500', '122623.362500', '122623.822500', '122624.282500', '122624.742500', '122625.202500', '122625.662500', '122626.122500', '122626.582500', '122627.042500', '122627.502500', '122627.962500', '122628.422500', '122628.882500', '122629.342500', '122629.802500', '122630.262500', '122630.722500', '122631.182500', '122631.642500', '122632.102500', '122632.562500', '122633.022500', '122633.482500', '122633.942500', '122634.402500', '122634.862500', '122635.322500', '122635.782500', '122636.242500', '122636.702500', '122637.162500', '122637.622500', '122638.082500', '122638.542500', '122639.002500', '122639.462500', '122639.922500', '122640.382500', '122640.842500', '122641.302500', '122641.762500', '122642.222500', '122642.682500', '122643.142500', '122643.602500', '122644.062500', '122644.522500', '122644.982500', '122645.442500', '122645.902500', '122646.362500', '122646.822500', '122647.282500', '122647.742500', '122648.202500', '122648.662500', '122649.122500', '122649.582500', '122650.042500', '122650.502500', '122650.962500', '122651.422500', '122651.882500', '122652.342500', '122652.802500', '122653.262500', '122653.722500', '122654.182500', '122654.642500', '122655.102500', '122655.562500', '122656.022500', '122656.482500', '122656.942500', '122657.402500', '122657.862500', '122658.322500', '122658.782500', '122659.242500', '122659.702500', '122700.162500', '122700.622500', '122701.082500', '122701.542500', '122702.002500', '122702.462500', '122702.922500', '122703.382500', '122703.842500', '122704.302500', '122704.762500', '122705.222500', '122705.682500', '122706.142500', '122706.602500', '122707.062500', '122707.522500', '122707.982500', '122708.442500', '122708.902500', '122709.362500', '122709.822500', '122710.282500', '122710.742500', '122711.202500', '122711.662500', '122712.122500', '122712.582500', '122713.042500', '122713.502500', '122713.962500', '122714.422500', '122714.882500', '122715.342500', '122715.802500', '122716.262500', '122716.722500', '122717.182500', '122717.642500', '122718.102500', '122718.562500', '122719.022500', '122719.482500', '122719.942500', '122720.402500', '122720.862500', '122721.322500', '122721.782500', '122722.242500', '122722.702500', '122723.162500', '122723.622500', '122724.082500', '122724.542500', '122725.002500', '122725.462500', '122725.922500', '122726.382500', '122726.842500', '122727.302500', '122727.762500', '122728.222500', '122728.682500', '122729.142500', '122729.602500', '122730.062500', '122730.522500', '122730.982500', '122731.442500', '122731.902500', '122732.362500', '122732.822500', '122733.282500', '122733.742500', '122734.202500', '122734.662500', '122735.122500', '122735.582500', '122736.042500', '122736.502500', '122736.962500', '122737.422500', '122737.882500', '122738.342500', '122738.802500', '122739.262500', '122739.722500', '122740.182500', '122740.642500', '122741.102500', '122741.562500', '122742.022500', '122742.482500', '122742.942500', '122743.402500', '122743.862500', '122744.322500', '122744.782500', '122745.242500', '122745.702500', '122746.162500', '122746.622500', '122747.082500', '122747.542500', '122748.002500', '122748.462500', '122748.922500', '122749.382500', '122749.842500', '122750.302500', '122750.762500', '122751.222500', '122751.682500', '122752.142500', '122752.602500', '122753.062500', '122753.522500', '122753.982500', '122754.442500', '122754.902500', '122755.362500', '122755.822500', '122756.282500', '122756.742500', '122757.202500', '122757.662500', '122758.122500', '122758.582500', '122759.042500', '122759.502500', '122759.962500', '122800.422500', '122800.882500', '122801.342500', '122801.802500', '122802.262500', '122802.722500', '122803.182500', '122803.642500', '122804.102500', '122804.562500', '122805.022500', '122805.482500', '122805.942500', '122806.402500', '122806.862500', '122807.322500', '122807.782500', '122808.242500', '122808.702500', '122809.162500', '122809.622500', '122810.082500', '122810.542500', '122811.002500', '122811.462500', '122811.922500', '122812.382500', '122812.842500', '122813.302500', '122813.762500', '122814.222500', '122814.682500', '122815.142500', '122815.602500', '122816.062500', '122816.522500', '122816.982500', '122817.442500', '122817.902500', '122818.362500', '122818.822500', '122819.282500', '122819.742500', '122820.202500', '122820.662500', '122821.122500', '122821.582500', '122822.042500', '122822.502500', '122822.962500', '122823.422500', '122823.882500', '122824.342500', '122824.802500', '122825.262500', '122825.722500', '122826.182500', '122826.642500', '122827.102500', '122827.562500', '122828.022500', '122828.482500', '122828.942500', '122829.402500', '122829.862500', '122830.322500', '122830.782500', '122831.242500', '122831.702500', '122832.162500', '122832.622500', '122833.082500', '122833.542500', '122834.002500', '122834.462500', '122834.922500', '122835.382500', '122835.842500', '122836.302500', '122836.762500', '122837.222500', '122837.682500', '122838.142500', '122838.602500', '122839.062500', '122839.522500', '122839.982500', '122840.442500', '122840.902500', '122841.362500', '122841.822500', '122842.282500', '122842.742500', '122843.202500', '122843.662500', '122844.122500', '122844.582500', '122845.042500', '122845.502500', '122845.962500', '122846.422500', '122846.882500', '122847.342500', '122847.802500', '122848.262500', '122848.722500', '122849.182500', '122849.642500', '122850.102500', '122850.562500', '122851.022500', '122851.482500', '122851.942500', '122852.402500', '122852.862500', '122853.322500', '122853.782500', '122854.242500', '122854.702500', '122855.162500', '122855.622500', '122856.082500', '122856.542500', '122857.002500', '122857.462500'], 'ContentTime': ['121919.219000', '121919.223000', '121919.226000', '121919.229000', '121919.232000', '121919.235000', '121919.238000', '121919.241000', '121919.244000', '121919.246000', '121919.250000', '121919.252000', '121919.260000', '121919.263000', '121919.266000', '121919.269000', '121919.272000', '121919.275000', '121919.278000', '121919.281000', '121919.284000', '121919.287000', '121919.290000', '121919.293000', '121919.297000', '121919.300000', '121919.303000', '121919.306000', '121919.309000', '121919.319000', '121919.323000', '121919.326000', '121919.328000', '121919.331000', '121919.335000', '121919.337000', '121919.340000', '121939.179000', '121939.182000', '121939.185000', '121939.187000', '121939.190000', '121939.193000', '121939.196000', '121939.199000', '121939.201000', '121939.204000', '121939.207000', '121939.210000', '121939.213000', '121939.215000', '121939.218000', '121939.221000', '121939.224000', '121939.226000', '121939.230000', '121939.232000', '121939.235000', '121939.238000', '121939.241000', '121939.244000', '121939.246000', '121939.249000', '121939.252000', '121939.255000', '121939.258000', '121939.260000', '121939.263000', '121939.266000', '121939.269000', '121939.272000', '121939.274000', '121939.277000', '121939.280000', '121939.283000', '121939.286000', '121939.288000', '121939.291000', '121939.294000', '121939.301000', '121939.304000', '121959.179000', '121959.182000', '121959.184000', '121959.187000', '121959.190000', '121959.193000', '121959.196000', '121959.199000', '121959.201000', '121959.204000', '121959.207000', '121959.210000', '121959.213000', '121959.215000', '121959.218000', '121959.221000', '121959.224000', '121959.227000', '121959.230000', '121959.232000', '121959.235000', '121959.243000', '121959.246000', '121959.249000', '121959.251000', '121959.254000', '121959.257000', '121959.260000', '121959.263000', '121959.265000', '121959.268000', '121959.271000', '121959.274000', '121959.278000', '121959.281000', '121959.283000', '121959.286000', '121959.289000', '121959.292000', '121959.295000', '121959.297000', '121959.300000', '121959.303000', '122019.179000', '122019.182000', '122019.185000', '122019.188000', '122019.190000', '122019.193000', '122019.196000', '122019.199000', '122019.202000', '122019.205000', '122019.207000', '122019.210000', '122019.213000', '122019.216000', '122019.219000', '122019.221000', '122019.224000', '122019.227000', '122019.230000', '122019.233000', '122019.236000', '122019.239000', '122019.241000', '122019.244000', '122019.247000', '122019.250000', '122019.253000', '122019.256000', '122019.258000', '122019.261000', '122019.264000', '122019.267000', '122019.270000', '122019.273000', '122019.276000', '122019.278000', '122019.281000', '122019.284000', '122019.287000', '122019.290000', '122019.293000', '122019.296000', '122019.298000', '122019.301000', '122039.179000', '122039.182000', '122039.184000', '122039.187000', '122039.190000', '122039.193000', '122039.196000', '122039.199000', '122039.201000', '122039.204000', '122039.207000', '122039.210000', '122039.213000', '122039.216000', '122039.218000', '122039.221000', '122039.224000', '122039.227000', '122039.230000', '122039.233000', '122039.236000', '122039.239000', '122039.241000', '122039.244000', '122039.247000', '122039.250000', '122039.253000', '122039.255000', '122039.258000', '122039.261000', '122039.264000', '122039.267000', '122039.270000', '122039.272000', '122039.275000', '122039.278000', '122039.281000', '122039.284000', '122039.286000', '122039.289000', '122039.292000', '122039.295000', '122039.298000', '122059.179000', '122059.182000', '122059.185000', '122059.187000', '122059.190000', '122059.193000', '122059.196000', '122059.199000', '122059.202000', '122059.204000', '122059.207000', '122059.210000', '122059.213000', '122059.216000', '122059.219000', '122059.222000', '122059.225000', '122059.227000', '122059.230000', '122059.233000', '122059.236000', '122059.239000', '122059.241000', '122059.244000', '122059.247000', '122059.250000', '122059.253000', '122059.255000', '122059.258000', '122059.261000', '122059.264000', '122059.267000', '122059.270000', '122059.272000', '122059.275000', '122059.278000', '122059.281000', '122059.284000', '122059.286000', '122059.289000', '122059.292000', '122059.295000', '122059.297000', '122059.300000', '122119.180000', '122119.183000', '122119.186000', '122119.189000', '122119.191000', '122119.194000', '122119.197000', '122119.200000', '122119.203000', '122119.206000', '122119.208000', '122119.211000', '122119.214000', '122119.217000', '122119.220000', '122119.222000', '122119.225000', '122119.228000', '122119.231000', '122119.234000', '122119.236000', '122119.239000', '122119.242000', '122119.245000', '122119.248000', '122119.250000', '122119.253000', '122119.256000', '122119.259000', '122119.262000', '122119.265000', '122119.268000', '122119.270000', '122119.273000', '122119.276000', '122119.279000', '122119.282000', '122119.284000', '122119.287000', '122119.290000', '122119.293000', '122119.295000', '122119.298000', '122139.179000', '122139.182000', '122139.184000', '122139.187000', '122139.190000', '122139.193000', '122139.196000', '122139.199000', '122139.201000', '122139.204000', '122139.207000', '122139.210000', '122139.213000', '122139.216000', '122139.218000', '122139.221000', '122139.224000', '122139.227000', '122139.230000', '122139.233000', '122139.235000', '122139.238000', '122139.241000', '122139.249000', '122139.252000', '122139.255000', '122139.257000', '122139.260000', '122139.263000', '122139.266000', '122139.269000', '122139.272000', '122139.275000', '122139.277000', '122139.280000', '122139.283000', '122139.286000', '122139.289000', '122139.291000', '122139.294000', '122139.297000', '122139.300000', '122139.303000', '122139.306000', '122159.179000', '122159.182000', '122159.185000', '122159.188000', '122159.190000', '122159.193000', '122159.196000', '122159.199000', '122159.201000', '122159.204000', '122159.207000', '122159.210000', '122159.213000', '122159.216000', '122159.219000', '122159.222000', '122159.224000', '122159.227000', '122159.230000', '122159.233000', '122159.236000', '122159.239000', '122159.241000', '122159.244000', '122159.247000', '122159.250000', '122159.267000', '122159.270000', '122159.273000', '122159.276000', '122159.278000', '122159.281000', '122159.284000', '122159.287000', '122159.290000', '122159.292000', '122159.295000', '122159.298000', '122159.301000', '122159.304000', '122159.306000', '122159.309000', '122159.312000', '122219.179000', '122219.185000', '122219.188000', '122219.190000', '122219.193000', '122219.196000', '122219.199000', '122219.202000', '122219.204000', '122219.207000', '122219.210000', '122219.213000', '122219.216000', '122219.219000', '122219.222000', '122219.225000', '122219.227000', '122219.230000', '122219.233000', '122219.236000', '122219.239000', '122219.242000', '122219.245000', '122219.247000', '122219.250000', '122219.253000', '122219.256000', '122219.259000', '122219.262000', '122219.264000', '122219.267000', '122219.270000', '122219.273000', '122219.276000', '122219.279000', '122219.281000', '122219.284000', '122219.287000', '122219.290000', '122219.293000', '122219.296000', '122219.298000', '122219.301000', '122239.179000', '122239.182000', '122239.185000', '122239.188000', '122239.190000', '122239.193000', '122239.196000', '122239.199000', '122239.201000', '122239.204000', '122239.207000', '122239.210000', '122239.213000', '122239.216000', '122239.219000', '122239.222000', '122239.224000', '122239.227000', '122239.230000', '122239.233000', '122239.236000', '122239.238000', '122239.241000', '122239.244000', '122239.247000', '122239.250000', '122239.253000', '122239.255000', '122239.258000', '122239.261000', '122239.264000', '122239.267000', '122239.269000', '122239.272000', '122239.275000', '122239.278000', '122239.281000', '122239.284000', '122239.286000', '122239.289000', '122239.292000', '122239.295000', '122239.298000', '122239.300000', '122259.179000', '122259.182000', '122259.185000', '122259.188000', '122259.191000', '122259.193000', '122259.196000', '122259.201000', '122259.205000', '122259.208000', '122259.211000', '122259.214000', '122259.217000', '122259.220000', '122259.223000', '122259.225000', '122259.228000', '122259.231000', '122259.234000', '122259.237000', '122259.240000', '122259.243000', '122259.245000', '122259.248000', '122259.251000', '122259.254000', '122259.257000', '122259.259000', '122259.262000', '122259.265000', '122259.268000', '122259.271000', '122259.273000', '122259.276000', '122259.279000', '122259.282000', '122259.285000', '122259.287000', '122259.290000', '122259.293000', '122259.296000', '122259.299000', '122259.302000', '122319.179000', '122319.182000', '122319.184000', '122319.187000', '122319.190000', '122319.193000', '122319.196000', '122319.199000', '122319.202000', '122319.205000', '122319.208000', '122319.210000', '122319.213000', '122319.216000', '122319.219000', '122319.222000', '122319.225000', '122319.228000', '122319.230000', '122319.233000', '122319.236000', '122319.239000', '122319.242000', '122319.245000', '122319.248000', '122319.250000', '122319.253000', '122319.256000', '122319.259000', '122319.262000', '122319.264000', '122319.267000', '122319.270000', '122319.273000', '122319.276000', '122319.278000', '122319.281000', '122319.284000', '122319.287000', '122319.290000', '122319.293000', '122319.296000', '122319.298000', '122319.301000', '122339.180000', '122339.183000', '122339.186000', '122339.189000', '122339.191000', '122339.194000', '122339.197000', '122339.200000', '122339.221000', '122339.226000', '122339.229000', '122339.231000', '122339.234000', '122339.237000', '122339.240000', '122339.243000', '122339.246000', '122339.249000', '122339.251000', '122339.254000', '122339.257000', '122339.260000', '122339.263000', '122339.266000', '122339.269000', '122339.271000', '122339.274000', '122339.277000', '122339.280000', '122339.283000', '122339.285000', '122339.288000', '122339.300000', '122339.303000', '122339.305000', '122339.308000', '122339.311000', '122339.314000', '122339.317000', '122339.319000', '122339.322000', '122339.325000', '122339.328000', '122359.179000', '122359.182000', '122359.185000', '122359.188000', '122359.190000', '122359.193000', '122359.196000', '122359.199000', '122359.202000', '122359.205000', '122359.207000', '122359.210000', '122359.213000', '122359.216000', '122359.219000', '122359.222000', '122359.224000', '122359.227000', '122359.230000', '122359.233000', '122359.236000', '122359.239000', '122359.242000', '122359.245000', '122359.247000', '122359.250000', '122359.253000', '122359.256000', '122359.259000', '122359.262000', '122359.264000', '122359.267000', '122359.270000', '122359.273000', '122359.276000', '122359.279000', '122359.281000', '122359.284000', '122359.287000', '122359.290000', '122359.293000', '122359.296000', '122359.298000', '122359.301000', '122419.180000', '122419.183000', '122419.186000', '122419.188000', '122419.191000', '122419.194000', '122419.197000', '122419.200000', '122419.203000', '122419.206000', '122419.209000', '122419.212000', '122419.214000', '122419.217000', '122419.220000', '122419.223000', '122419.226000', '122419.229000', '122419.232000', '122419.235000', '122419.238000', '122419.241000', '122419.243000', '122419.247000', '122419.249000', '122419.252000', '122419.255000', '122419.258000', '122419.261000', '122419.264000', '122419.266000', '122419.269000', '122419.272000', '122419.275000', '122419.278000', '122419.281000', '122419.284000', '122419.286000', '122419.289000', '122419.292000', '122419.295000', '122419.298000', '122419.301000', '122439.179000', '122439.182000', '122439.185000', '122439.188000', '122439.190000', '122439.193000', '122439.196000', '122439.199000', '122439.202000', '122439.205000', '122439.208000', '122439.210000', '122439.213000', '122439.216000', '122439.219000', '122439.222000', '122439.225000', '122439.227000', '122439.230000', '122439.233000', '122439.236000', '122439.239000', '122439.242000', '122439.245000', '122439.248000', '122439.251000', '122439.253000', '122439.256000', '122439.259000', '122439.262000', '122439.265000', '122439.268000', '122439.270000', '122439.273000', '122439.276000', '122439.279000', '122439.282000', '122439.285000', '122439.288000', '122439.290000', '122439.293000', '122439.296000', '122439.299000', '122439.302000', '122459.180000', '122459.183000', '122459.186000', '122459.189000', '122459.193000', '122459.195000', '122459.198000', '122459.201000', '122459.204000', '122459.207000', '122459.210000', '122459.213000', '122459.216000', '122459.218000', '122459.221000', '122459.224000', '122459.227000', '122459.230000', '122459.248000', '122459.252000', '122459.255000', '122459.258000', '122459.261000', '122459.264000', '122459.266000', '122459.269000', '122459.272000', '122459.275000', '122459.278000', '122459.281000', '122459.284000', '122459.286000', '122459.289000', '122459.292000', '122459.295000', '122459.298000', '122459.300000', '122459.303000', '122459.306000', '122459.310000', '122459.313000', '122459.316000', '122459.319000', '122519.179000', '122519.182000', '122519.185000', '122519.188000', '122519.190000', '122519.193000', '122519.196000', '122519.199000', '122519.202000', '122519.205000', '122519.207000', '122519.210000', '122519.213000', '122519.216000', '122519.219000', '122519.221000', '122519.224000', '122519.227000', '122519.230000', '122519.233000', '122519.236000', '122519.239000', '122519.241000', '122519.244000', '122519.247000', '122519.250000', '122519.253000', '122519.256000', '122519.258000', '122519.261000', '122519.264000', '122519.267000', '122519.270000', '122519.273000', '122519.275000', '122519.278000', '122519.281000', '122519.284000', '122519.287000', '122519.289000', '122519.292000', '122519.295000', '122519.298000', '122519.301000', '122539.179000', '122539.182000', '122539.185000', '122539.188000', '122539.191000', '122539.194000', '122539.197000', '122539.200000', '122539.203000', '122539.206000', '122539.209000', '122539.212000', '122539.214000', '122539.217000', '122539.220000', '122539.223000', '122539.226000', '122539.229000', '122539.232000', '122539.235000', '122539.238000', '122539.240000', '122539.243000', '122539.246000', '122539.249000', '122539.252000', '122539.255000', '122539.258000', '122539.260000', '122539.263000', '122539.266000', '122539.269000', '122539.272000', '122539.275000', '122539.278000', '122539.282000', '122539.284000', '122539.287000', '122539.290000', '122539.293000', '122539.296000', '122539.299000', '122539.302000', '122559.180000', '122559.183000', '122559.186000', '122559.188000', '122559.191000', '122559.194000', '122559.197000', '122559.200000', '122559.203000', '122559.205000', '122559.208000', '122559.211000', '122559.214000', '122559.217000', '122559.220000', '122559.223000', '122559.226000', '122559.228000', '122559.231000', '122559.234000', '122559.237000', '122559.240000', '122559.242000', '122559.245000', '122559.248000', '122559.251000', '122559.254000', '122559.257000', '122559.260000', '122559.262000', '122559.265000', '122559.268000', '122559.271000', '122559.274000', '122559.277000', '122559.279000', '122559.282000', '122559.285000', '122559.288000', '122559.291000', '122559.294000', '122559.296000', '122559.299000', '122559.302000', '122619.179000', '122619.182000', '122619.185000', '122619.188000', '122619.191000', '122619.193000', '122619.196000', '122619.199000', '122619.202000', '122619.205000', '122619.208000', '122619.211000', '122619.214000', '122619.217000', '122619.220000', '122619.222000', '122619.225000', '122619.229000', '122619.232000', '122619.235000', '122619.238000', '122619.241000', '122619.244000', '122619.247000', '122619.250000', '122619.253000', '122619.256000', '122619.258000', '122619.261000', '122619.273000', '122619.277000', '122619.279000', '122619.283000', '122619.286000', '122619.289000', '122619.291000', '122619.294000', '122619.297000', '122619.301000', '122619.307000', '122619.310000', '122619.312000', '122619.315000', '122639.179000', '122639.182000', '122639.185000', '122639.188000', '122639.190000', '122639.193000', '122639.196000', '122639.199000', '122639.202000', '122639.205000', '122639.207000', '122639.210000', '122639.213000', '122639.216000', '122639.219000', '122639.230000', '122639.233000', '122639.235000', '122639.238000', '122639.241000', '122639.244000', '122639.247000', '122639.249000', '122639.252000', '122639.255000', '122639.258000', '122639.261000', '122639.264000', '122639.267000', '122639.270000', '122639.272000', '122639.275000', '122639.278000', '122639.281000', '122639.284000', '122639.287000', '122639.289000', '122639.292000', '122639.295000', '122639.298000', '122639.301000', '122639.304000', '122639.306000', '122639.310000', '122659.179000', '122659.182000', '122659.185000', '122659.188000', '122659.190000', '122659.193000', '122659.196000', '122659.199000', '122659.202000', '122659.205000', '122659.208000', '122659.210000', '122659.213000', '122659.216000', '122659.219000', '122659.222000', '122659.225000', '122659.228000', '122659.231000', '122659.233000', '122659.236000', '122659.239000', '122659.242000', '122659.245000', '122659.248000', '122659.251000', '122659.253000', '122659.256000', '122659.259000', '122659.262000', '122659.265000', '122659.268000', '122659.270000', '122659.273000', '122659.276000', '122659.279000', '122659.282000', '122659.285000', '122659.288000', '122659.290000', '122659.293000', '122659.296000', '122659.299000', '122719.179000', '122719.182000', '122719.185000', '122719.188000', '122719.190000', '122719.193000', '122719.196000', '122719.199000', '122719.202000', '122719.205000', '122719.208000', '122719.210000', '122719.213000', '122719.216000', '122719.219000', '122719.222000', '122719.225000', '122719.228000', '122719.231000', '122719.233000', '122719.236000', '122719.239000', '122719.242000', '122719.245000', '122719.248000', '122719.250000', '122719.253000', '122719.256000', '122719.259000', '122719.262000', '122719.265000', '122719.267000', '122719.270000', '122719.273000', '122719.276000', '122719.279000', '122719.281000', '122719.284000', '122719.287000', '122719.290000', '122719.293000', '122719.296000', '122719.299000', '122719.301000', '122739.179000', '122739.182000', '122739.185000', '122739.188000', '122739.191000', '122739.193000', '122739.196000', '122739.199000', '122739.202000', '122739.205000', '122739.208000', '122739.210000', '122739.213000', '122739.216000', '122739.219000', '122739.222000', '122739.225000', '122739.228000', '122739.230000', '122739.233000', '122739.236000', '122739.239000', '122739.242000', '122739.244000', '122739.248000', '122739.250000', '122739.267000', '122739.270000', '122739.273000', '122739.276000', '122739.279000', '122739.282000', '122739.285000', '122739.287000', '122739.290000', '122739.293000', '122739.296000', '122739.299000', '122739.301000', '122739.304000', '122739.307000', '122739.310000', '122739.313000', '122759.179000', '122759.188000', '122759.191000', '122759.194000', '122759.197000', '122759.200000', '122759.203000', '122759.205000', '122759.208000', '122759.211000', '122759.214000', '122759.217000', '122759.220000', '122759.223000', '122759.225000', '122759.228000', '122759.231000', '122759.234000', '122759.237000', '122759.240000', '122759.243000', '122759.246000', '122759.248000', '122759.251000', '122759.254000', '122759.257000', '122759.260000', '122759.263000', '122759.266000', '122759.269000', '122759.271000', '122759.274000', '122759.277000', '122759.280000', '122759.283000', '122759.286000', '122759.288000', '122759.291000', '122759.294000', '122759.297000', '122759.300000', '122759.303000', '122759.306000', '122759.308000', '122819.180000', '122819.183000', '122819.186000', '122819.189000', '122819.191000', '122819.194000', '122819.197000', '122819.200000', '122819.203000', '122819.206000', '122819.209000', '122819.212000', '122819.214000', '122819.217000', '122819.220000', '122819.223000', '122819.226000', '122819.229000', '122819.232000', '122819.235000', '122819.237000', '122819.240000', '122819.243000', '122819.246000', '122819.249000', '122819.252000', '122819.255000', '122819.257000', '122819.260000', '122819.263000', '122819.266000', '122819.269000', '122819.272000', '122819.274000', '122819.277000', '122819.280000', '122819.283000', '122819.286000', '122819.289000', '122819.292000', '122819.294000', '122819.297000', '122819.300000', '122839.179000', '122839.182000', '122839.185000', '122839.187000', '122839.195000', '122839.197000', '122839.200000', '122839.203000', '122839.206000', '122839.209000', '122839.212000', '122839.215000', '122839.218000', '122839.221000', '122839.224000', '122839.226000', '122839.229000', '122839.232000', '122839.235000', '122839.238000', '122839.241000', '122839.243000', '122839.246000', '122839.249000', '122839.252000', '122839.255000', '122839.258000', '122839.260000', '122839.263000', '122839.266000', '122839.269000', '122839.272000', '122839.275000', '122839.277000', '122839.280000', '122839.283000', '122839.286000', '122839.289000', '122839.291000', '122839.294000', '122839.297000', '122839.300000', '122839.303000', '122839.306000', '122858.986000', '122858.989000', '122858.992000', '122858.995000', '122858.998000', '122859.002000', '122859.005000', '122859.008000', '122859.027000', '122859.030000', '122859.034000', '122859.037000', '122859.040000', '122859.043000', '122859.046000', '122859.048000', '122859.051000', '122859.054000', '122859.057000', '122859.060000', '122859.063000', '122859.066000', '122859.069000', '122859.072000', '122859.075000', '122859.078000', '122859.081000', '122859.084000', '122859.087000', '122859.089000', '122859.093000', '122859.095000', '122859.098000', '122859.101000', '122859.104000', '122859.107000', '122859.110000', '122859.113000', '122859.116000', '122859.119000', '122859.121000', '122859.124000', '122859.127000'], 'InstanceCreationTime': ['121919.219000', '121919.223000', '121919.226000', '121919.229000', '121919.232000', '121919.235000', '121919.238000', '121919.241000', '121919.244000', '121919.246000', '121919.250000', '121919.252000', '121919.260000', '121919.263000', '121919.266000', '121919.269000', '121919.272000', '121919.275000', '121919.278000', '121919.281000', '121919.284000', '121919.287000', '121919.290000', '121919.293000', '121919.297000', '121919.300000', '121919.303000', '121919.306000', '121919.309000', '121919.319000', '121919.323000', '121919.326000', '121919.328000', '121919.331000', '121919.335000', '121919.337000', '121919.340000', '121939.179000', '121939.182000', '121939.185000', '121939.187000', '121939.190000', '121939.193000', '121939.196000', '121939.199000', '121939.201000', '121939.204000', '121939.207000', '121939.210000', '121939.213000', '121939.215000', '121939.218000', '121939.221000', '121939.224000', '121939.226000', '121939.230000', '121939.232000', '121939.235000', '121939.238000', '121939.241000', '121939.244000', '121939.246000', '121939.249000', '121939.252000', '121939.255000', '121939.258000', '121939.260000', '121939.263000', '121939.266000', '121939.269000', '121939.272000', '121939.274000', '121939.277000', '121939.280000', '121939.283000', '121939.286000', '121939.288000', '121939.291000', '121939.294000', '121939.301000', '121939.304000', '121959.179000', '121959.182000', '121959.184000', '121959.187000', '121959.190000', '121959.193000', '121959.196000', '121959.199000', '121959.201000', '121959.204000', '121959.207000', '121959.210000', '121959.213000', '121959.215000', '121959.218000', '121959.221000', '121959.224000', '121959.227000', '121959.230000', '121959.232000', '121959.235000', '121959.243000', '121959.246000', '121959.249000', '121959.251000', '121959.254000', '121959.257000', '121959.260000', '121959.263000', '121959.265000', '121959.268000', '121959.271000', '121959.274000', '121959.278000', '121959.281000', '121959.283000', '121959.286000', '121959.289000', '121959.292000', '121959.295000', '121959.297000', '121959.300000', '121959.303000', '122019.179000', '122019.182000', '122019.185000', '122019.188000', '122019.190000', '122019.193000', '122019.196000', '122019.199000', '122019.202000', '122019.205000', '122019.207000', '122019.210000', '122019.213000', '122019.216000', '122019.219000', '122019.221000', '122019.224000', '122019.227000', '122019.230000', '122019.233000', '122019.236000', '122019.239000', '122019.241000', '122019.244000', '122019.247000', '122019.250000', '122019.253000', '122019.256000', '122019.258000', '122019.261000', '122019.264000', '122019.267000', '122019.270000', '122019.273000', '122019.276000', '122019.278000', '122019.281000', '122019.284000', '122019.287000', '122019.290000', '122019.293000', '122019.296000', '122019.298000', '122019.301000', '122039.179000', '122039.182000', '122039.184000', '122039.187000', '122039.190000', '122039.193000', '122039.196000', '122039.199000', '122039.201000', '122039.204000', '122039.207000', '122039.210000', '122039.213000', '122039.216000', '122039.218000', '122039.221000', '122039.224000', '122039.227000', '122039.230000', '122039.233000', '122039.236000', '122039.239000', '122039.241000', '122039.244000', '122039.247000', '122039.250000', '122039.253000', '122039.255000', '122039.258000', '122039.261000', '122039.264000', '122039.267000', '122039.270000', '122039.272000', '122039.275000', '122039.278000', '122039.281000', '122039.284000', '122039.286000', '122039.289000', '122039.292000', '122039.295000', '122039.298000', '122059.179000', '122059.182000', '122059.185000', '122059.187000', '122059.190000', '122059.193000', '122059.196000', '122059.199000', '122059.202000', '122059.204000', '122059.207000', '122059.210000', '122059.213000', '122059.216000', '122059.219000', '122059.222000', '122059.225000', '122059.227000', '122059.230000', '122059.233000', '122059.236000', '122059.239000', '122059.241000', '122059.244000', '122059.247000', '122059.250000', '122059.253000', '122059.255000', '122059.258000', '122059.261000', '122059.264000', '122059.267000', '122059.270000', '122059.272000', '122059.275000', '122059.278000', '122059.281000', '122059.284000', '122059.286000', '122059.289000', '122059.292000', '122059.295000', '122059.297000', '122059.300000', '122119.180000', '122119.183000', '122119.186000', '122119.189000', '122119.191000', '122119.194000', '122119.197000', '122119.200000', '122119.203000', '122119.206000', '122119.208000', '122119.211000', '122119.214000', '122119.217000', '122119.220000', '122119.222000', '122119.225000', '122119.228000', '122119.231000', '122119.234000', '122119.236000', '122119.239000', '122119.242000', '122119.245000', '122119.248000', '122119.250000', '122119.253000', '122119.256000', '122119.259000', '122119.262000', '122119.265000', '122119.268000', '122119.270000', '122119.273000', '122119.276000', '122119.279000', '122119.282000', '122119.284000', '122119.287000', '122119.290000', '122119.293000', '122119.295000', '122119.298000', '122139.179000', '122139.182000', '122139.184000', '122139.187000', '122139.190000', '122139.193000', '122139.196000', '122139.199000', '122139.201000', '122139.204000', '122139.207000', '122139.210000', '122139.213000', '122139.216000', '122139.218000', '122139.221000', '122139.224000', '122139.227000', '122139.230000', '122139.233000', '122139.235000', '122139.238000', '122139.241000', '122139.249000', '122139.252000', '122139.255000', '122139.257000', '122139.260000', '122139.263000', '122139.266000', '122139.269000', '122139.272000', '122139.275000', '122139.277000', '122139.280000', '122139.283000', '122139.286000', '122139.289000', '122139.291000', '122139.294000', '122139.297000', '122139.300000', '122139.303000', '122139.306000', '122159.179000', '122159.182000', '122159.185000', '122159.188000', '122159.190000', '122159.193000', '122159.196000', '122159.199000', '122159.201000', '122159.204000', '122159.207000', '122159.210000', '122159.213000', '122159.216000', '122159.219000', '122159.222000', '122159.224000', '122159.227000', '122159.230000', '122159.233000', '122159.236000', '122159.239000', '122159.241000', '122159.244000', '122159.247000', '122159.250000', '122159.267000', '122159.270000', '122159.273000', '122159.276000', '122159.278000', '122159.281000', '122159.284000', '122159.287000', '122159.290000', '122159.292000', '122159.295000', '122159.298000', '122159.301000', '122159.304000', '122159.306000', '122159.309000', '122159.312000', '122219.179000', '122219.185000', '122219.188000', '122219.190000', '122219.193000', '122219.196000', '122219.199000', '122219.202000', '122219.204000', '122219.207000', '122219.210000', '122219.213000', '122219.216000', '122219.219000', '122219.222000', '122219.225000', '122219.227000', '122219.230000', '122219.233000', '122219.236000', '122219.239000', '122219.242000', '122219.245000', '122219.247000', '122219.250000', '122219.253000', '122219.256000', '122219.259000', '122219.262000', '122219.264000', '122219.267000', '122219.270000', '122219.273000', '122219.276000', '122219.279000', '122219.281000', '122219.284000', '122219.287000', '122219.290000', '122219.293000', '122219.296000', '122219.298000', '122219.301000', '122239.179000', '122239.182000', '122239.185000', '122239.188000', '122239.190000', '122239.193000', '122239.196000', '122239.199000', '122239.201000', '122239.204000', '122239.207000', '122239.210000', '122239.213000', '122239.216000', '122239.219000', '122239.222000', '122239.224000', '122239.227000', '122239.230000', '122239.233000', '122239.236000', '122239.238000', '122239.241000', '122239.244000', '122239.247000', '122239.250000', '122239.253000', '122239.255000', '122239.258000', '122239.261000', '122239.264000', '122239.267000', '122239.269000', '122239.272000', '122239.275000', '122239.278000', '122239.281000', '122239.284000', '122239.286000', '122239.289000', '122239.292000', '122239.295000', '122239.298000', '122239.300000', '122259.179000', '122259.182000', '122259.185000', '122259.188000', '122259.191000', '122259.193000', '122259.196000', '122259.201000', '122259.205000', '122259.208000', '122259.211000', '122259.214000', '122259.217000', '122259.220000', '122259.223000', '122259.225000', '122259.228000', '122259.231000', '122259.234000', '122259.237000', '122259.240000', '122259.243000', '122259.245000', '122259.248000', '122259.251000', '122259.254000', '122259.257000', '122259.259000', '122259.262000', '122259.265000', '122259.268000', '122259.271000', '122259.273000', '122259.276000', '122259.279000', '122259.282000', '122259.285000', '122259.287000', '122259.290000', '122259.293000', '122259.296000', '122259.299000', '122259.302000', '122319.179000', '122319.182000', '122319.184000', '122319.187000', '122319.190000', '122319.193000', '122319.196000', '122319.199000', '122319.202000', '122319.205000', '122319.208000', '122319.210000', '122319.213000', '122319.216000', '122319.219000', '122319.222000', '122319.225000', '122319.228000', '122319.230000', '122319.233000', '122319.236000', '122319.239000', '122319.242000', '122319.245000', '122319.248000', '122319.250000', '122319.253000', '122319.256000', '122319.259000', '122319.262000', '122319.264000', '122319.267000', '122319.270000', '122319.273000', '122319.276000', '122319.278000', '122319.281000', '122319.284000', '122319.287000', '122319.290000', '122319.293000', '122319.296000', '122319.298000', '122319.301000', '122339.180000', '122339.183000', '122339.186000', '122339.189000', '122339.191000', '122339.194000', '122339.197000', '122339.200000', '122339.221000', '122339.226000', '122339.229000', '122339.231000', '122339.234000', '122339.237000', '122339.240000', '122339.243000', '122339.246000', '122339.249000', '122339.251000', '122339.254000', '122339.257000', '122339.260000', '122339.263000', '122339.266000', '122339.269000', '122339.271000', '122339.274000', '122339.277000', '122339.280000', '122339.283000', '122339.285000', '122339.288000', '122339.300000', '122339.303000', '122339.305000', '122339.308000', '122339.311000', '122339.314000', '122339.317000', '122339.319000', '122339.322000', '122339.325000', '122339.328000', '122359.179000', '122359.182000', '122359.185000', '122359.188000', '122359.190000', '122359.193000', '122359.196000', '122359.199000', '122359.202000', '122359.205000', '122359.207000', '122359.210000', '122359.213000', '122359.216000', '122359.219000', '122359.222000', '122359.224000', '122359.227000', '122359.230000', '122359.233000', '122359.236000', '122359.239000', '122359.242000', '122359.245000', '122359.247000', '122359.250000', '122359.253000', '122359.256000', '122359.259000', '122359.262000', '122359.264000', '122359.267000', '122359.270000', '122359.273000', '122359.276000', '122359.279000', '122359.281000', '122359.284000', '122359.287000', '122359.290000', '122359.293000', '122359.296000', '122359.298000', '122359.301000', '122419.180000', '122419.183000', '122419.186000', '122419.188000', '122419.191000', '122419.194000', '122419.197000', '122419.200000', '122419.203000', '122419.206000', '122419.209000', '122419.212000', '122419.214000', '122419.217000', '122419.220000', '122419.223000', '122419.226000', '122419.229000', '122419.232000', '122419.235000', '122419.238000', '122419.241000', '122419.243000', '122419.247000', '122419.249000', '122419.252000', '122419.255000', '122419.258000', '122419.261000', '122419.264000', '122419.266000', '122419.269000', '122419.272000', '122419.275000', '122419.278000', '122419.281000', '122419.284000', '122419.286000', '122419.289000', '122419.292000', '122419.295000', '122419.298000', '122419.301000', '122439.179000', '122439.182000', '122439.185000', '122439.188000', '122439.190000', '122439.193000', '122439.196000', '122439.199000', '122439.202000', '122439.205000', '122439.208000', '122439.210000', '122439.213000', '122439.216000', '122439.219000', '122439.222000', '122439.225000', '122439.227000', '122439.230000', '122439.233000', '122439.236000', '122439.239000', '122439.242000', '122439.245000', '122439.248000', '122439.251000', '122439.253000', '122439.256000', '122439.259000', '122439.262000', '122439.265000', '122439.268000', '122439.270000', '122439.273000', '122439.276000', '122439.279000', '122439.282000', '122439.285000', '122439.288000', '122439.290000', '122439.293000', '122439.296000', '122439.299000', '122439.302000', '122459.180000', '122459.183000', '122459.186000', '122459.189000', '122459.193000', '122459.195000', '122459.198000', '122459.201000', '122459.204000', '122459.207000', '122459.210000', '122459.213000', '122459.216000', '122459.218000', '122459.221000', '122459.224000', '122459.227000', '122459.230000', '122459.248000', '122459.252000', '122459.255000', '122459.258000', '122459.261000', '122459.264000', '122459.266000', '122459.269000', '122459.272000', '122459.275000', '122459.278000', '122459.281000', '122459.284000', '122459.286000', '122459.289000', '122459.292000', '122459.295000', '122459.298000', '122459.300000', '122459.303000', '122459.306000', '122459.310000', '122459.313000', '122459.316000', '122459.319000', '122519.179000', '122519.182000', '122519.185000', '122519.188000', '122519.190000', '122519.193000', '122519.196000', '122519.199000', '122519.202000', '122519.205000', '122519.207000', '122519.210000', '122519.213000', '122519.216000', '122519.219000', '122519.221000', '122519.224000', '122519.227000', '122519.230000', '122519.233000', '122519.236000', '122519.239000', '122519.241000', '122519.244000', '122519.247000', '122519.250000', '122519.253000', '122519.256000', '122519.258000', '122519.261000', '122519.264000', '122519.267000', '122519.270000', '122519.273000', '122519.275000', '122519.278000', '122519.281000', '122519.284000', '122519.287000', '122519.289000', '122519.292000', '122519.295000', '122519.298000', '122519.301000', '122539.179000', '122539.182000', '122539.185000', '122539.188000', '122539.191000', '122539.194000', '122539.197000', '122539.200000', '122539.203000', '122539.206000', '122539.209000', '122539.212000', '122539.214000', '122539.217000', '122539.220000', '122539.223000', '122539.226000', '122539.229000', '122539.232000', '122539.235000', '122539.238000', '122539.240000', '122539.243000', '122539.246000', '122539.249000', '122539.252000', '122539.255000', '122539.258000', '122539.260000', '122539.263000', '122539.266000', '122539.269000', '122539.272000', '122539.275000', '122539.278000', '122539.282000', '122539.284000', '122539.287000', '122539.290000', '122539.293000', '122539.296000', '122539.299000', '122539.302000', '122559.180000', '122559.183000', '122559.186000', '122559.188000', '122559.191000', '122559.194000', '122559.197000', '122559.200000', '122559.203000', '122559.205000', '122559.208000', '122559.211000', '122559.214000', '122559.217000', '122559.220000', '122559.223000', '122559.226000', '122559.228000', '122559.231000', '122559.234000', '122559.237000', '122559.240000', '122559.242000', '122559.245000', '122559.248000', '122559.251000', '122559.254000', '122559.257000', '122559.260000', '122559.262000', '122559.265000', '122559.268000', '122559.271000', '122559.274000', '122559.277000', '122559.279000', '122559.282000', '122559.285000', '122559.288000', '122559.291000', '122559.294000', '122559.296000', '122559.299000', '122559.302000', '122619.179000', '122619.182000', '122619.185000', '122619.188000', '122619.191000', '122619.193000', '122619.196000', '122619.199000', '122619.202000', '122619.205000', '122619.208000', '122619.211000', '122619.214000', '122619.217000', '122619.220000', '122619.222000', '122619.225000', '122619.229000', '122619.232000', '122619.235000', '122619.238000', '122619.241000', '122619.244000', '122619.247000', '122619.250000', '122619.253000', '122619.256000', '122619.258000', '122619.261000', '122619.273000', '122619.277000', '122619.279000', '122619.283000', '122619.286000', '122619.289000', '122619.291000', '122619.294000', '122619.297000', '122619.301000', '122619.307000', '122619.310000', '122619.312000', '122619.315000', '122639.179000', '122639.182000', '122639.185000', '122639.188000', '122639.190000', '122639.193000', '122639.196000', '122639.199000', '122639.202000', '122639.205000', '122639.207000', '122639.210000', '122639.213000', '122639.216000', '122639.219000', '122639.230000', '122639.233000', '122639.235000', '122639.238000', '122639.241000', '122639.244000', '122639.247000', '122639.249000', '122639.252000', '122639.255000', '122639.258000', '122639.261000', '122639.264000', '122639.267000', '122639.270000', '122639.272000', '122639.275000', '122639.278000', '122639.281000', '122639.284000', '122639.287000', '122639.289000', '122639.292000', '122639.295000', '122639.298000', '122639.301000', '122639.304000', '122639.306000', '122639.310000', '122659.179000', '122659.182000', '122659.185000', '122659.188000', '122659.190000', '122659.193000', '122659.196000', '122659.199000', '122659.202000', '122659.205000', '122659.208000', '122659.210000', '122659.213000', '122659.216000', '122659.219000', '122659.222000', '122659.225000', '122659.228000', '122659.231000', '122659.233000', '122659.236000', '122659.239000', '122659.242000', '122659.245000', '122659.248000', '122659.251000', '122659.253000', '122659.256000', '122659.259000', '122659.262000', '122659.265000', '122659.268000', '122659.270000', '122659.273000', '122659.276000', '122659.279000', '122659.282000', '122659.285000', '122659.288000', '122659.290000', '122659.293000', '122659.296000', '122659.299000', '122719.179000', '122719.182000', '122719.185000', '122719.188000', '122719.190000', '122719.193000', '122719.196000', '122719.199000', '122719.202000', '122719.205000', '122719.208000', '122719.210000', '122719.213000', '122719.216000', '122719.219000', '122719.222000', '122719.225000', '122719.228000', '122719.231000', '122719.233000', '122719.236000', '122719.239000', '122719.242000', '122719.245000', '122719.248000', '122719.250000', '122719.253000', '122719.256000', '122719.259000', '122719.262000', '122719.265000', '122719.267000', '122719.270000', '122719.273000', '122719.276000', '122719.279000', '122719.281000', '122719.284000', '122719.287000', '122719.290000', '122719.293000', '122719.296000', '122719.299000', '122719.301000', '122739.179000', '122739.182000', '122739.185000', '122739.188000', '122739.191000', '122739.193000', '122739.196000', '122739.199000', '122739.202000', '122739.205000', '122739.208000', '122739.210000', '122739.213000', '122739.216000', '122739.219000', '122739.222000', '122739.225000', '122739.228000', '122739.230000', '122739.233000', '122739.236000', '122739.239000', '122739.242000', '122739.244000', '122739.248000', '122739.250000', '122739.267000', '122739.270000', '122739.273000', '122739.276000', '122739.279000', '122739.282000', '122739.285000', '122739.287000', '122739.290000', '122739.293000', '122739.296000', '122739.299000', '122739.301000', '122739.304000', '122739.307000', '122739.310000', '122739.313000', '122759.179000', '122759.188000', '122759.191000', '122759.194000', '122759.197000', '122759.200000', '122759.203000', '122759.205000', '122759.208000', '122759.211000', '122759.214000', '122759.217000', '122759.220000', '122759.223000', '122759.225000', '122759.228000', '122759.231000', '122759.234000', '122759.237000', '122759.240000', '122759.243000', '122759.246000', '122759.248000', '122759.251000', '122759.254000', '122759.257000', '122759.260000', '122759.263000', '122759.266000', '122759.269000', '122759.271000', '122759.274000', '122759.277000', '122759.280000', '122759.283000', '122759.286000', '122759.288000', '122759.291000', '122759.294000', '122759.297000', '122759.300000', '122759.303000', '122759.306000', '122759.308000', '122819.180000', '122819.183000', '122819.186000', '122819.189000', '122819.191000', '122819.194000', '122819.197000', '122819.200000', '122819.203000', '122819.206000', '122819.209000', '122819.212000', '122819.214000', '122819.217000', '122819.220000', '122819.223000', '122819.226000', '122819.229000', '122819.232000', '122819.235000', '122819.237000', '122819.240000', '122819.243000', '122819.246000', '122819.249000', '122819.252000', '122819.255000', '122819.257000', '122819.260000', '122819.263000', '122819.266000', '122819.269000', '122819.272000', '122819.274000', '122819.277000', '122819.280000', '122819.283000', '122819.286000', '122819.289000', '122819.292000', '122819.294000', '122819.297000', '122819.300000', '122839.179000', '122839.182000', '122839.185000', '122839.187000', '122839.195000', '122839.197000', '122839.200000', '122839.203000', '122839.206000', '122839.209000', '122839.212000', '122839.215000', '122839.218000', '122839.221000', '122839.224000', '122839.226000', '122839.229000', '122839.232000', '122839.235000', '122839.238000', '122839.241000', '122839.243000', '122839.246000', '122839.249000', '122839.252000', '122839.255000', '122839.258000', '122839.260000', '122839.263000', '122839.266000', '122839.269000', '122839.272000', '122839.275000', '122839.277000', '122839.280000', '122839.283000', '122839.286000', '122839.289000', '122839.291000', '122839.294000', '122839.297000', '122839.300000', '122839.303000', '122839.306000', '122858.986000', '122858.989000', '122858.992000', '122858.995000', '122858.998000', '122859.002000', '122859.005000', '122859.008000', '122859.027000', '122859.030000', '122859.034000', '122859.037000', '122859.040000', '122859.043000', '122859.046000', '122859.048000', '122859.051000', '122859.054000', '122859.057000', '122859.060000', '122859.063000', '122859.066000', '122859.069000', '122859.072000', '122859.075000', '122859.078000', '122859.081000', '122859.084000', '122859.087000', '122859.089000', '122859.093000', '122859.095000', '122859.098000', '122859.101000', '122859.104000', '122859.107000', '122859.110000', '122859.113000', '122859.116000', '122859.119000', '122859.121000', '122859.124000', '122859.127000'], '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': [10801, 10256, 10584, 14544, 10787, 9925, 10515, 9982, 17742, 11469, 15488, 9864, 12529, 9788, 10628, 10089, 10178, 9847, 9630, 9695, 9077, 9722, 9362, 10314, 9944, 10215, 10211, 10112, 10066, 9479, 10209, 10132, 10124, 9944, 9499, 9495, 10781, 9958, 10718, 9895, 9802, 10098, 10778, 10254, 10360, 10235, 10075, 10575, 16950, 14964, 17383, 12912, 15022, 10027, 12344, 10381, 12183, 10448, 15836, 10481, 10790, 9680, 9833, 10077, 9822, 10584, 12807, 10738, 12890, 10872, 9770, 10782, 10283, 10773, 16662, 12059, 16981, 14073, 12615, 10725, 10340, 10402, 13063, 10368, 15834, 10594, 13209, 10439, 11145, 10159, 11124, 9685, 10850, 9713, 9313, 10243, 9631, 10092, 10125, 11001, 9729, 10050, 9924, 8793, 10048, 9606, 10501, 9201, 10539, 9823, 10223, 10192, 10539, 10261, 10831, 10116, 10892, 10584, 10681, 10342, 10585, 10307, 10477, 14374, 10908, 10135, 10667, 10164, 10765, 13802, 10746, 9988, 10754, 10272, 10464, 12234, 10814, 10297, 10672, 9883, 10506, 9969, 9902, 11841, 10806, 10028, 10370, 11774, 10547, 13576, 10444, 11351, 10203, 11889, 10088, 12924, 10471, 10167, 10190, 10793, 10280, 10806, 12619, 10807, 11330, 10459, 10972, 11138, 10727, 11008, 10454, 14847, 10507, 17049, 13957, 12697, 10479, 10922, 10343, 10767, 12485, 10588, 12119, 10238, 9915, 10110, 10494, 9899, 16036, 10024, 12614, 10142, 11634, 9482, 15953, 9570, 13737, 10342, 9882, 10643, 10147, 10701, 14010, 10729, 10011, 10671, 10200, 10616, 10287, 10810, 10258, 10754, 10413, 12730, 10425, 15438, 10500, 11078, 10478, 9888, 10526, 9630, 10464, 10095, 10350, 14470, 10280, 15863, 10790, 11402, 10338, 9929, 10424, 9678, 10419, 10701, 10533, 9715, 10491, 16059, 10144, 15055, 9291, 13291, 10150, 9871, 10726, 10231, 10274, 10326, 14338, 10379, 9949, 10552, 10109, 9602, 11509, 10416, 10009, 10711, 10079, 10579, 10429, 10624, 10140, 14144, 10203, 11722, 9958, 11107, 10178, 9568, 10508, 10064, 9695, 9971, 10076, 10178, 10993, 10355, 10262, 10528, 10331, 10567, 10185, 10159, 10936, 10129, 10156, 10613, 13159, 10879, 10317, 10883, 10519, 16438, 10200, 13882, 10389, 9812, 10198, 10107, 10243, 10886, 10231, 10845, 10277, 10625, 10032, 10791, 17435, 10787, 10472, 10596, 10087, 10594, 10163, 10568, 13055, 10436, 9863, 10596, 9897, 10608, 14093, 10466, 9922, 10381, 9937, 10471, 9889, 9473, 11738, 10256, 9530, 10232, 11390, 10437, 17265, 10723, 15361, 10088, 13761, 10589, 15807, 10442, 13821, 10582, 9908, 10602, 10008, 10516, 12125, 10684, 16958, 10612, 13735, 9461, 13852, 10333, 10557, 10470, 9951, 10585, 9958, 10431, 9809, 9862, 9776, 10733, 10044, 10608, 9961, 10677, 10062, 10479, 9820, 9890, 12461, 10298, 12277, 10235, 11902, 9948, 16400, 10323, 16243, 10336, 13547, 9943, 14022, 10621, 14287, 10524, 10978, 10615, 9811, 10582, 10938, 10649, 10781, 10321, 10543, 10178, 10544, 14264, 10713, 10069, 10968, 10226, 11540, 12358, 13797, 10547, 16826, 10455, 13860, 10026, 11965, 10209, 11812, 10164, 9716, 10354, 9542, 10082, 10787, 9542, 10563, 10051, 9931, 10519, 9935, 9881, 12149, 10260, 9678, 10580, 10177, 10677, 12925, 10614, 14430, 10563, 12479, 10091, 13894, 10505, 16064, 9963, 11866, 9982, 11306, 8914, 15025, 9791, 14278, 10021, 9988, 9762, 9413, 9220, 11370, 9871, 10190, 9888, 9449, 10298, 9903, 10125, 11188, 10324, 9815, 10454, 9822, 10855, 14310, 10972, 10138, 10810, 10233, 9532, 10126, 10141, 10438, 10950, 10541, 10383, 10444, 10297, 10392, 12526, 10873, 10453, 10707, 10395, 10755, 10302, 10605, 10409, 10886, 10535, 11048, 10387, 16718, 13263, 16246, 10644, 14059, 10472, 13981, 11230, 15931, 9949, 13845, 10317, 10214, 9496, 9879, 10778, 11644, 10986, 10029, 10568, 10384, 11892, 10253, 13152, 10485, 9664, 10472, 10256, 10520, 10856, 10404, 11041, 10373, 10745, 10405, 10955, 10483, 13626, 13493, 16618, 10428, 16179, 10327, 14319, 11628, 13933, 10297, 9995, 10487, 9403, 10547, 9960, 10421, 10840, 10825, 9757, 10656, 13026, 10572, 14240, 10771, 13899, 10591, 11601, 9872, 14804, 9693, 9262, 9825, 10578, 9823, 10515, 12585, 10621, 12643, 10745, 10108, 10447, 11061, 10919, 10649, 11597, 14476, 10347, 16130, 11827, 12824, 10861, 10740, 10253, 10681, 10354, 10596, 10165, 10599, 10525, 10754, 9974, 10735, 11518, 11027, 11624, 10373, 11242, 10601, 10844, 10739, 13999, 10106, 16305, 10364, 15744, 11311, 17239, 14244, 14561, 15803, 10139, 10973, 10918, 10268, 10667, 10909, 10608, 9436, 10543, 15570, 10627, 16536, 11886, 14626, 10195, 12191, 10640, 10895, 10559, 10302, 10380, 9723, 10433, 10168, 10676, 12498, 10152, 11785, 10328, 10030, 10779, 10270, 11262, 10443, 11011, 10695, 10885, 10583, 10827, 10744, 9958, 10556, 12143, 10784, 11256, 10635, 10553, 10826, 10304, 10828, 10973, 10663, 9917, 11000, 10983, 10139, 10857, 10266, 10906, 11140, 14185, 10523, 10355, 10431, 9899, 10634, 13690, 10887, 10882, 10713, 10810, 10493, 9941, 17236, 10955, 11729, 10607, 11066, 10548, 10845, 16956, 10429, 16317, 9840, 13039, 10490, 14124, 10741, 10858, 10364, 10658, 10399, 10628, 11472, 10668, 14412, 10694, 11463, 10689, 15563, 11821, 15995, 10650, 13142, 10596, 12144, 10701, 10473, 10551, 10859, 10496, 10928, 10549, 10639, 10403, 10635, 10309, 11112, 10588, 16577, 10856, 16305, 10612, 14394, 10274, 11913, 10047, 10212, 9667, 10093, 10006, 10208, 10002, 9941, 10186, 10238, 10776, 10062, 9992, 10046, 9841, 14732, 10296, 11746, 10704, 13608, 10953, 12290, 10834, 10760, 10725, 11042, 10472, 12857, 12604, 10856, 10494, 10048, 10523, 12440, 10463, 14028, 10477, 13467, 10658, 10736, 10092, 10605, 9643, 9942, 10461, 10246, 10569, 10203, 10390, 10168, 10672, 10435, 11188, 10679, 13104, 10567, 14904, 10557, 14715, 10708, 12488, 10206, 13176, 10440, 12281, 10181, 10017, 10561, 9929, 10534, 11568, 10999, 9479, 10913, 10634, 11061, 10341, 10810, 10955, 10981, 11113, 13983, 10757, 11920, 10558, 10225, 10883, 16058, 11017, 14598, 11135, 10456, 17471, 10487, 16308, 12205, 14375, 9466, 9599, 9981, 9972, 10124, 9904, 10458, 9891, 10569, 9801, 10563, 10046, 10614, 11377, 10238, 10296, 10824, 12909, 10814, 15277, 10467, 10224, 10653, 10418, 10208, 16911, 10490, 14846, 10814, 14307, 10953, 15741, 11020, 15421, 10742, 14574, 10984, 15036, 12183, 15006, 10619, 10888, 10785, 9821, 10625, 10157, 10763, 11305, 10807, 10773, 10676, 14919, 10649, 15766, 10750, 15565, 10865, 13296, 10342, 13531, 10869, 9619, 9873, 10377, 9754, 10015, 9399, 11409, 11216, 10862, 10244, 10907, 11341, 14722, 10530, 15021, 10387, 16732, 11161, 10842, 11345, 10707, 11232, 14247, 10202, 10177, 10200, 9852, 10578, 10068, 11174, 10423, 11224, 10249, 10911, 12319, 11122, 12628, 10931, 10535, 10878, 11526, 10555, 10525, 13480, 10562, 11007, 11072, 11167, 11441, 11028, 10755, 14114, 11329, 12618, 10946, 14243, 12303, 13251, 12909, 11518, 10593, 11317, 10946, 9763, 16688, 10338, 13290, 11211, 11255, 11172, 10609, 11165, 10830, 11038, 11728, 10666, 11401, 11957, 10597, 11448, 10397, 10418, 10571, 11706, 10458, 15940, 10517, 11184, 10955, 9936, 10509, 10633, 11368, 9740, 11039, 11813, 10919, 11575, 10796, 10707, 13893, 11721, 10188, 11296, 10494, 10936, 11408, 13127, 11118, 10487, 10235, 15640, 10513, 16858, 10734, 13493, 10582, 12383, 10088, 15254, 10739, 13999, 10658, 11423, 10732, 12140, 11092, 11432, 10860, 10569, 11531, 10346, 11102, 10851, 11019, 10982, 10071, 9955, 10741, 10425, 11098, 10183, 11434, 10685, 9343, 11150, 11817, 11142, 9966, 10956, 11363, 11068, 11434, 10931, 11535, 10891, 10992, 11284, 11078, 10957, 11553, 10789, 10746, 10698, 11032, 15143, 10984, 17079, 11487, 14676, 11577, 14729, 11748, 14904, 11190, 11491, 11003, 12423, 10905, 14138, 10769, 13279, 10665, 12366, 10648, 14144, 10618, 11879, 10647, 10902, 10784, 10765, 11056, 9803, 10703, 9124, 10964, 8967, 10884, 10784, 11022, 10693, 10849, 10682, 11129, 11438, 11061, 14905, 10912, 15471, 11085, 13567, 11002, 13672, 11051, 13143, 10934, 13146, 11170, 12511, 10156, 12503, 10694, 12606, 11428, 10203, 11325, 9805, 10545, 10113, 10609, 9974, 11744, 10731, 17583, 11267, 14946, 10424, 13678, 10264, 10529, 10663, 9988, 10776, 10198, 10906, 10496, 11245, 10434, 10970, 10734, 10534, 10810, 9846, 10855, 10020, 11167, 10385, 10650, 11580, 10442, 11255, 10375, 10946, 10705, 10704, 10140, 10422, 9919, 10336, 13789, 10525, 16617, 10813, 14932, 10690, 15595, 11320, 17221, 9997, 14704, 9448, 10823, 9710, 10566, 9190, 11981, 9628, 9218, 9996, 9314, 10423, 9697, 10053, 9955, 10740, 9976, 11433, 10238, 10794, 11330, 11227, 10115, 11098, 10111, 10582, 10035, 10280, 10218, 11101, 10449, 10588, 11796, 10969, 15886, 11315, 10377, 16144, 10818, 15207, 11628, 14021, 10877, 12743, 11159, 11041, 11091, 10624, 10984, 11087, 11074, 10823, 10624, 11588, 10460, 14144, 10972, 10335, 15728, 10413, 14417, 9778, 12196, 9473, 9409, 10177, 9568, 10028, 9715, 9730, 9897, 10287, 9946, 11283, 10230, 10560, 10452, 12471, 10726, 12149, 9916, 10926, 9635, 12370, 9765, 10728, 9775, 9855, 10084, 10017, 10872, 9922, 11217, 10260, 10194, 10437, 16517, 10901, 15258, 10879, 10263, 10666, 11632, 10678, 10223, 10456, 10472, 10323, 10647, 9656, 9466, 9727, 10286], 'WindowCenter': [3975.0, 3960.0, 3956.0, 3976.0, 3943.0, 3931.0, 3929.0, 3929.0, 3972.0, 3939.0, 3959.0, 3917.0, 3937.0, 3916.0, 3914.0, 3926.0, 3915.0, 3917.0, 3917.0, 3918.0, 3905.0, 3917.0, 3918.0, 3929.0, 3929.0, 3930.0, 3929.0, 3930.0, 3930.0, 3930.0, 3940.0, 3930.0, 3942.0, 3932.0, 3931.0, 3932.0, 3944.0, 3942.0, 3954.0, 3944.0, 3945.0, 3957.0, 3957.0, 3946.0, 3957.0, 3956.0, 3945.0, 3957.0, 3987.0, 3978.0, 3987.0, 3953.0, 3975.0, 3933.0, 3953.0, 3930.0, 3953.0, 3932.0, 3974.0, 3930.0, 3941.0, 3931.0, 3930.0, 3930.0, 3931.0, 3943.0, 3951.0, 3944.0, 3953.0, 3942.0, 3942.0, 3944.0, 3942.0, 3943.0, 3974.0, 3954.0, 3973.0, 3963.0, 3941.0, 3942.0, 3931.0, 3930.0, 3950.0, 3930.0, 3959.0, 3928.0, 3949.0, 3926.0, 3926.0, 3927.0, 3927.0, 3918.0, 3926.0, 3916.0, 3915.0, 3928.0, 3916.0, 3927.0, 3928.0, 3926.0, 3917.0, 3926.0, 3929.0, 3917.0, 3930.0, 3929.0, 3941.0, 3929.0, 3940.0, 3930.0, 3941.0, 3943.0, 3941.0, 3941.0, 3942.0, 3942.0, 3941.0, 3941.0, 3942.0, 3942.0, 3944.0, 3943.0, 3944.0, 3975.0, 3942.0, 3942.0, 3943.0, 3942.0, 3942.0, 3965.0, 3942.0, 3944.0, 3954.0, 3944.0, 3943.0, 3966.0, 3943.0, 3943.0, 3944.0, 3943.0, 3943.0, 3944.0, 3945.0, 3954.0, 3956.0, 3945.0, 3955.0, 3967.0, 3957.0, 3966.0, 3956.0, 3967.0, 3957.0, 3966.0, 3957.0, 3980.0, 3957.0, 3955.0, 3955.0, 3969.0, 3957.0, 3958.0, 3967.0, 3957.0, 3970.0, 3969.0, 3969.0, 3968.0, 3970.0, 3956.0, 3956.0, 3978.0, 3945.0, 3987.0, 3978.0, 3954.0, 3943.0, 3942.0, 3931.0, 3941.0, 3953.0, 3931.0, 3952.0, 3942.0, 3928.0, 3932.0, 3942.0, 3933.0, 3973.0, 3932.0, 3952.0, 3930.0, 3940.0, 3930.0, 3961.0, 3918.0, 3950.0, 3929.0, 3917.0, 3928.0, 3929.0, 3930.0, 3949.0, 3929.0, 3918.0, 3929.0, 3928.0, 3928.0, 3931.0, 3927.0, 3927.0, 3928.0, 3928.0, 3938.0, 3931.0, 3960.0, 3931.0, 3939.0, 3929.0, 3916.0, 3931.0, 3919.0, 3929.0, 3929.0, 3929.0, 3947.0, 3928.0, 3960.0, 3941.0, 3939.0, 3930.0, 3927.0, 3929.0, 3918.0, 3931.0, 3929.0, 3931.0, 3929.0, 3930.0, 3961.0, 3931.0, 3961.0, 3917.0, 3947.0, 3916.0, 3915.0, 3927.0, 3929.0, 3917.0, 3927.0, 3948.0, 3927.0, 3916.0, 3928.0, 3917.0, 3917.0, 3926.0, 3929.0, 3916.0, 3928.0, 3919.0, 3927.0, 3929.0, 3928.0, 3929.0, 3949.0, 3918.0, 3938.0, 3917.0, 3929.0, 3918.0, 3918.0, 3929.0, 3916.0, 3917.0, 3928.0, 3917.0, 3930.0, 3929.0, 3929.0, 3928.0, 3942.0, 3931.0, 3945.0, 3931.0, 3944.0, 3943.0, 3944.0, 3942.0, 3943.0, 3953.0, 3944.0, 3944.0, 3942.0, 3942.0, 3974.0, 3943.0, 3961.0, 3932.0, 3932.0, 3932.0, 3929.0, 3943.0, 3943.0, 3943.0, 3943.0, 3941.0, 3943.0, 3933.0, 3942.0, 3986.0, 3941.0, 3942.0, 3941.0, 3930.0, 3931.0, 3932.0, 3930.0, 3951.0, 3941.0, 3929.0, 3928.0, 3929.0, 3929.0, 3951.0, 3928.0, 3916.0, 3928.0, 3918.0, 3929.0, 3929.0, 3920.0, 3941.0, 3931.0, 3929.0, 3931.0, 3941.0, 3943.0, 3972.0, 3940.0, 3962.0, 3930.0, 3950.0, 3930.0, 3961.0, 3929.0, 3949.0, 3929.0, 3927.0, 3939.0, 3928.0, 3942.0, 3950.0, 3930.0, 3972.0, 3930.0, 3949.0, 3918.0, 3952.0, 3928.0, 3928.0, 3929.0, 3916.0, 3929.0, 3929.0, 3929.0, 3927.0, 3929.0, 3928.0, 3940.0, 3929.0, 3940.0, 3929.0, 3941.0, 3930.0, 3942.0, 3932.0, 3944.0, 3953.0, 3942.0, 3952.0, 3943.0, 3940.0, 3933.0, 3973.0, 3931.0, 3973.0, 3930.0, 3948.0, 3929.0, 3950.0, 3931.0, 3950.0, 3928.0, 3926.0, 3930.0, 3928.0, 3943.0, 3940.0, 3939.0, 3942.0, 3930.0, 3943.0, 3943.0, 3944.0, 3964.0, 3944.0, 3930.0, 3943.0, 3941.0, 3941.0, 3953.0, 3952.0, 3929.0, 3972.0, 3929.0, 3948.0, 3918.0, 3938.0, 3930.0, 3938.0, 3927.0, 3918.0, 3928.0, 3917.0, 3929.0, 3939.0, 3920.0, 3928.0, 3930.0, 3930.0, 3942.0, 3931.0, 3932.0, 3952.0, 3942.0, 3931.0, 3942.0, 3932.0, 3944.0, 3953.0, 3943.0, 3963.0, 3943.0, 3951.0, 3933.0, 3961.0, 3942.0, 3973.0, 3931.0, 3939.0, 3930.0, 3939.0, 3921.0, 3959.0, 3920.0, 3961.0, 3930.0, 3916.0, 3929.0, 3919.0, 3921.0, 3938.0, 3930.0, 3928.0, 3931.0, 3919.0, 3931.0, 3930.0, 3931.0, 3941.0, 3931.0, 3929.0, 3930.0, 3931.0, 3939.0, 3963.0, 3927.0, 3929.0, 3930.0, 3928.0, 3917.0, 3929.0, 3929.0, 3930.0, 3940.0, 3942.0, 3929.0, 3930.0, 3932.0, 3931.0, 3953.0, 3939.0, 3931.0, 3931.0, 3930.0, 3941.0, 3930.0, 3943.0, 3943.0, 3943.0, 3943.0, 3942.0, 3945.0, 3986.0, 3953.0, 3976.0, 3942.0, 3962.0, 3941.0, 3960.0, 3942.0, 3972.0, 3930.0, 3951.0, 3931.0, 3929.0, 3918.0, 3931.0, 3941.0, 3942.0, 3930.0, 3929.0, 3928.0, 3930.0, 3939.0, 3930.0, 3949.0, 3930.0, 3929.0, 3930.0, 3930.0, 3943.0, 3940.0, 3944.0, 3942.0, 3942.0, 3943.0, 3941.0, 3942.0, 3943.0, 3952.0, 3952.0, 3973.0, 3930.0, 3961.0, 3927.0, 3949.0, 3928.0, 3946.0, 3916.0, 3918.0, 3928.0, 3917.0, 3930.0, 3930.0, 3930.0, 3941.0, 3943.0, 3931.0, 3943.0, 3952.0, 3943.0, 3962.0, 3942.0, 3950.0, 3930.0, 3927.0, 3888.0, 3908.0, 3879.0, 3891.0, 3892.0, 3944.0, 3986.0, 3998.0, 3983.0, 3957.0, 3953.0, 3941.0, 3931.0, 3931.0, 3940.0, 3944.0, 3931.0, 3943.0, 3962.0, 3932.0, 3963.0, 3941.0, 3940.0, 3929.0, 3927.0, 3918.0, 3928.0, 3929.0, 3930.0, 3931.0, 3931.0, 3930.0, 3940.0, 3930.0, 3941.0, 3942.0, 3944.0, 3942.0, 3944.0, 3953.0, 3944.0, 3956.0, 3944.0, 3966.0, 3932.0, 3975.0, 3932.0, 3962.0, 3943.0, 3972.0, 3953.0, 3952.0, 3950.0, 3916.0, 3928.0, 3928.0, 3929.0, 3929.0, 3929.0, 3929.0, 3918.0, 3930.0, 3959.0, 3930.0, 3960.0, 3928.0, 3946.0, 3916.0, 3924.0, 3915.0, 3915.0, 3928.0, 3916.0, 3917.0, 3916.0, 3917.0, 3914.0, 3916.0, 3926.0, 3916.0, 3926.0, 3916.0, 3904.0, 3915.0, 3914.0, 3925.0, 3916.0, 3927.0, 3917.0, 3927.0, 3926.0, 3928.0, 3941.0, 3931.0, 3932.0, 3942.0, 3931.0, 3940.0, 3930.0, 3931.0, 3940.0, 3931.0, 3941.0, 3942.0, 3943.0, 3945.0, 3945.0, 3943.0, 3943.0, 3945.0, 3944.0, 3946.0, 3956.0, 3978.0, 3945.0, 3944.0, 3944.0, 3932.0, 3946.0, 3965.0, 3945.0, 3945.0, 3945.0, 3944.0, 3943.0, 3946.0, 3986.0, 3945.0, 3955.0, 3944.0, 3943.0, 3943.0, 3944.0, 3987.0, 3942.0, 3975.0, 3932.0, 3951.0, 3942.0, 3963.0, 3944.0, 3942.0, 3932.0, 3942.0, 3931.0, 3942.0, 3954.0, 3943.0, 3964.0, 3944.0, 3942.0, 3942.0, 3974.0, 3953.0, 3974.0, 3930.0, 3951.0, 3930.0, 3941.0, 3932.0, 3930.0, 3931.0, 3931.0, 3929.0, 3931.0, 3943.0, 3942.0, 3931.0, 3943.0, 3931.0, 3942.0, 3932.0, 3973.0, 3943.0, 3961.0, 3930.0, 3950.0, 3930.0, 3939.0, 3928.0, 3931.0, 3920.0, 3930.0, 3932.0, 3930.0, 3933.0, 3932.0, 3932.0, 3932.0, 3945.0, 3932.0, 3934.0, 3932.0, 3933.0, 3965.0, 3944.0, 3952.0, 3944.0, 3964.0, 3956.0, 3952.0, 3944.0, 3941.0, 3942.0, 3941.0, 3943.0, 3953.0, 3952.0, 3942.0, 3931.0, 3919.0, 3930.0, 3940.0, 3931.0, 3950.0, 3929.0, 3950.0, 3930.0, 3928.0, 3930.0, 3929.0, 3918.0, 3919.0, 3929.0, 3928.0, 3930.0, 3931.0, 3931.0, 3931.0, 3931.0, 3930.0, 3940.0, 3942.0, 3952.0, 3933.0, 3962.0, 3931.0, 3960.0, 3931.0, 3940.0, 3932.0, 3952.0, 3929.0, 3939.0, 3930.0, 3931.0, 3943.0, 3932.0, 3933.0, 3941.0, 3944.0, 3932.0, 3945.0, 3943.0, 3957.0, 3944.0, 3945.0, 3943.0, 3954.0, 3954.0, 3980.0, 3946.0, 3955.0, 3944.0, 3942.0, 3944.0, 3977.0, 3942.0, 3966.0, 3942.0, 3931.0, 3973.0, 3928.0, 3959.0, 3927.0, 3948.0, 3916.0, 3904.0, 3917.0, 3917.0, 3918.0, 3916.0, 3929.0, 3930.0, 3929.0, 3929.0, 3943.0, 3933.0, 3943.0, 3943.0, 3943.0, 3933.0, 3943.0, 3956.0, 3944.0, 3974.0, 3942.0, 3931.0, 3943.0, 3931.0, 3943.0, 3973.0, 3942.0, 3964.0, 3943.0, 3960.0, 3943.0, 3963.0, 3943.0, 3962.0, 3931.0, 3951.0, 3942.0, 3960.0, 3942.0, 3960.0, 3928.0, 3929.0, 3928.0, 3917.0, 3931.0, 3930.0, 3930.0, 3939.0, 3930.0, 3929.0, 3931.0, 3960.0, 3931.0, 3962.0, 3929.0, 3961.0, 3929.0, 3948.0, 3930.0, 3951.0, 3943.0, 3946.0, 3963.0, 3973.0, 3947.0, 3935.0, 3933.0, 3956.0, 3942.0, 3930.0, 3944.0, 3946.0, 3956.0, 3965.0, 3945.0, 3965.0, 3934.0, 3977.0, 3932.0, 3932.0, 3930.0, 3919.0, 3928.0, 3953.0, 3917.0, 3918.0, 3930.0, 3918.0, 3931.0, 3917.0, 3942.0, 3929.0, 3941.0, 3930.0, 3931.0, 3942.0, 3942.0, 3940.0, 3930.0, 3931.0, 3930.0, 3943.0, 3944.0, 3947.0, 3964.0, 3941.0, 3943.0, 3945.0, 3957.0, 3957.0, 3957.0, 3959.0, 3969.0, 3957.0, 3955.0, 3945.0, 3966.0, 3956.0, 3955.0, 3943.0, 3930.0, 3919.0, 3929.0, 3928.0, 3920.0, 3962.0, 3920.0, 3940.0, 3929.0, 3926.0, 3929.0, 3929.0, 3942.0, 3929.0, 3930.0, 3940.0, 3930.0, 3941.0, 3943.0, 3929.0, 3941.0, 3931.0, 3929.0, 3930.0, 3942.0, 3931.0, 3963.0, 3930.0, 3930.0, 3930.0, 3931.0, 3931.0, 3930.0, 3942.0, 3932.0, 3943.0, 3952.0, 3944.0, 3954.0, 3943.0, 3946.0, 3964.0, 3956.0, 3933.0, 3946.0, 3946.0, 3946.0, 3955.0, 3967.0, 3957.0, 3944.0, 3933.0, 3974.0, 3933.0, 3975.0, 3932.0, 3951.0, 3932.0, 3939.0, 3931.0, 3962.0, 3932.0, 3950.0, 3929.0, 3929.0, 3930.0, 3940.0, 3931.0, 3941.0, 3930.0, 3928.0, 3941.0, 3930.0, 3942.0, 3929.0, 3932.0, 3930.0, 3919.0, 3919.0, 3929.0, 3931.0, 3928.0, 3931.0, 3939.0, 3929.0, 3907.0, 3941.0, 3940.0, 3931.0, 3929.0, 3941.0, 3940.0, 3942.0, 3942.0, 3945.0, 3955.0, 3946.0, 3943.0, 3946.0, 3942.0, 3959.0, 3955.0, 3945.0, 3956.0, 3943.0, 3945.0, 3978.0, 3946.0, 3987.0, 3955.0, 3964.0, 3954.0, 3965.0, 3956.0, 3964.0, 3944.0, 3942.0, 3942.0, 3942.0, 3945.0, 3952.0, 3933.0, 3952.0, 3931.0, 3939.0, 3930.0, 3949.0, 3931.0, 3939.0, 3929.0, 3927.0, 3930.0, 3928.0, 3942.0, 3919.0, 3929.0, 3918.0, 3940.0, 3918.0, 3942.0, 3942.0, 3943.0, 3930.0, 3941.0, 3930.0, 3942.0, 3941.0, 3943.0, 3962.0, 3944.0, 3964.0, 3942.0, 3950.0, 3930.0, 3951.0, 3944.0, 3950.0, 3932.0, 3951.0, 3930.0, 3940.0, 3930.0, 3939.0, 3931.0, 3951.0, 3942.0, 3929.0, 3941.0, 3931.0, 3944.0, 3932.0, 3944.0, 3933.0, 3953.0, 3943.0, 3974.0, 3944.0, 3963.0, 3931.0, 3952.0, 3930.0, 3929.0, 3929.0, 3919.0, 3931.0, 3931.0, 3941.0, 3929.0, 3940.0, 3932.0, 3930.0, 3944.0, 3930.0, 3942.0, 3919.0, 3942.0, 3930.0, 3942.0, 3931.0, 3933.0, 3955.0, 3944.0, 3943.0, 3943.0, 3943.0, 3945.0, 3944.0, 3945.0, 3946.0, 3945.0, 3945.0, 3965.0, 3947.0, 3988.0, 3946.0, 3964.0, 3943.0, 3975.0, 3943.0, 3976.0, 3932.0, 3951.0, 3918.0, 3918.0, 3917.0, 3929.0, 3919.0, 3938.0, 3918.0, 3917.0, 3918.0, 3917.0, 3931.0, 3930.0, 3930.0, 3930.0, 3943.0, 3932.0, 3942.0, 3931.0, 3942.0, 3943.0, 3940.0, 3931.0, 3942.0, 3931.0, 3942.0, 3933.0, 3945.0, 3945.0, 3955.0, 3944.0, 3944.0, 3956.0, 3943.0, 3978.0, 3942.0, 3933.0, 3964.0, 3931.0, 3960.0, 3941.0, 3948.0, 3928.0, 3950.0, 3929.0, 3928.0, 3942.0, 3930.0, 3942.0, 3942.0, 3943.0, 3942.0, 3933.0, 3941.0, 3930.0, 3953.0, 3930.0, 3919.0, 3960.0, 3928.0, 3948.0, 3917.0, 3926.0, 3917.0, 3906.0, 3918.0, 3916.0, 3918.0, 3917.0, 3918.0, 3918.0, 3930.0, 3930.0, 3940.0, 3932.0, 3931.0, 3942.0, 3952.0, 3941.0, 3940.0, 3931.0, 3931.0, 3922.0, 3942.0, 3919.0, 3929.0, 3932.0, 3918.0, 3930.0, 3932.0, 3943.0, 3933.0, 3943.0, 3933.0, 3932.0, 3943.0, 3975.0, 3944.0, 3965.0, 3945.0, 3930.0, 3933.0, 3954.0, 3944.0, 3942.0, 3947.0, 3937.0, 3909.0, 3911.0, 3897.0, 3899.0, 3924.0, 3976.0], 'WindowWidth': [8889.0, 8860.0, 8847.0, 8874.0, 8821.0, 8802.0, 8797.0, 8795.0, 8861.0, 8812.0, 8836.0, 8777.0, 8804.0, 8774.0, 8767.0, 8787.0, 8770.0, 8777.0, 8774.0, 8778.0, 8758.0, 8778.0, 8779.0, 8796.0, 8797.0, 8796.0, 8797.0, 8798.0, 8798.0, 8797.0, 8813.0, 8801.0, 8818.0, 8803.0, 8802.0, 8802.0, 8823.0, 8818.0, 8839.0, 8825.0, 8828.0, 8846.0, 8846.0, 8829.0, 8848.0, 8845.0, 8828.0, 8848.0, 8890.0, 8878.0, 8888.0, 8837.0, 8867.0, 8809.0, 8833.0, 8799.0, 8834.0, 8802.0, 8867.0, 8798.0, 8814.0, 8803.0, 8799.0, 8801.0, 8802.0, 8823.0, 8831.0, 8825.0, 8835.0, 8819.0, 8819.0, 8825.0, 8818.0, 8822.0, 8866.0, 8839.0, 8866.0, 8850.0, 8816.0, 8816.0, 8801.0, 8798.0, 8824.0, 8799.0, 8840.0, 8795.0, 8821.0, 8790.0, 8788.0, 8792.0, 8789.0, 8781.0, 8786.0, 8775.0, 8773.0, 8792.0, 8775.0, 8789.0, 8793.0, 8788.0, 8779.0, 8789.0, 8798.0, 8779.0, 8801.0, 8796.0, 8816.0, 8797.0, 8814.0, 8802.0, 8815.0, 8819.0, 8816.0, 8816.0, 8816.0, 8818.0, 8816.0, 8818.0, 8818.0, 8819.0, 8823.0, 8822.0, 8823.0, 8868.0, 8820.0, 8820.0, 8822.0, 8820.0, 8821.0, 8856.0, 8818.0, 8824.0, 8837.0, 8822.0, 8820.0, 8857.0, 8820.0, 8822.0, 8825.0, 8821.0, 8823.0, 8824.0, 8829.0, 8839.0, 8845.0, 8828.0, 8842.0, 8861.0, 8848.0, 8857.0, 8845.0, 8861.0, 8847.0, 8857.0, 8849.0, 8882.0, 8847.0, 8842.0, 8842.0, 8866.0, 8848.0, 8849.0, 8861.0, 8846.0, 8869.0, 8867.0, 8866.0, 8864.0, 8869.0, 8845.0, 8846.0, 8877.0, 8828.0, 8890.0, 8877.0, 8837.0, 8821.0, 8819.0, 8802.0, 8814.0, 8836.0, 8800.0, 8832.0, 8818.0, 8793.0, 8804.0, 8816.0, 8807.0, 8861.0, 8805.0, 8829.0, 8800.0, 8812.0, 8800.0, 8842.0, 8778.0, 8824.0, 8797.0, 8776.0, 8793.0, 8796.0, 8796.0, 8822.0, 8794.0, 8779.0, 8793.0, 8793.0, 8792.0, 8800.0, 8790.0, 8792.0, 8793.0, 8793.0, 8806.0, 8799.0, 8840.0, 8802.0, 8809.0, 8796.0, 8773.0, 8799.0, 8780.0, 8794.0, 8795.0, 8795.0, 8818.0, 8792.0, 8837.0, 8815.0, 8806.0, 8796.0, 8789.0, 8794.0, 8778.0, 8801.0, 8794.0, 8799.0, 8795.0, 8796.0, 8839.0, 8800.0, 8839.0, 8776.0, 8814.0, 8774.0, 8770.0, 8787.0, 8795.0, 8775.0, 8788.0, 8819.0, 8789.0, 8771.0, 8792.0, 8775.0, 8775.0, 8786.0, 8793.0, 8772.0, 8791.0, 8780.0, 8788.0, 8794.0, 8791.0, 8793.0, 8821.0, 8777.0, 8803.0, 8776.0, 8793.0, 8776.0, 8779.0, 8792.0, 8772.0, 8773.0, 8793.0, 8774.0, 8797.0, 8794.0, 8795.0, 8793.0, 8816.0, 8799.0, 8825.0, 8801.0, 8821.0, 8819.0, 8822.0, 8819.0, 8819.0, 8833.0, 8820.0, 8820.0, 8816.0, 8816.0, 8863.0, 8822.0, 8843.0, 8803.0, 8803.0, 8803.0, 8797.0, 8819.0, 8818.0, 8818.0, 8820.0, 8815.0, 8820.0, 8808.0, 8816.0, 8886.0, 8814.0, 8817.0, 8815.0, 8796.0, 8799.0, 8803.0, 8797.0, 8827.0, 8813.0, 8793.0, 8793.0, 8796.0, 8796.0, 8827.0, 8793.0, 8774.0, 8793.0, 8778.0, 8795.0, 8796.0, 8784.0, 8812.0, 8802.0, 8794.0, 8801.0, 8812.0, 8821.0, 8859.0, 8813.0, 8843.0, 8798.0, 8823.0, 8801.0, 8842.0, 8795.0, 8823.0, 8796.0, 8790.0, 8810.0, 8794.0, 8819.0, 8826.0, 8798.0, 8859.0, 8796.0, 8822.0, 8781.0, 8832.0, 8791.0, 8790.0, 8793.0, 8773.0, 8794.0, 8795.0, 8793.0, 8790.0, 8795.0, 8791.0, 8811.0, 8797.0, 8812.0, 8796.0, 8816.0, 8798.0, 8818.0, 8803.0, 8823.0, 8834.0, 8818.0, 8830.0, 8818.0, 8812.0, 8808.0, 8858.0, 8801.0, 8858.0, 8797.0, 8820.0, 8796.0, 8824.0, 8802.0, 8823.0, 8793.0, 8788.0, 8797.0, 8792.0, 8819.0, 8812.0, 8810.0, 8819.0, 8799.0, 8819.0, 8822.0, 8822.0, 8850.0, 8822.0, 8801.0, 8819.0, 8815.0, 8815.0, 8834.0, 8830.0, 8795.0, 8861.0, 8794.0, 8818.0, 8779.0, 8804.0, 8796.0, 8804.0, 8792.0, 8778.0, 8793.0, 8777.0, 8798.0, 8809.0, 8784.0, 8791.0, 8799.0, 8796.0, 8816.0, 8801.0, 8804.0, 8829.0, 8818.0, 8802.0, 8818.0, 8802.0, 8825.0, 8832.0, 8820.0, 8848.0, 8819.0, 8825.0, 8807.0, 8841.0, 8818.0, 8860.0, 8801.0, 8808.0, 8798.0, 8808.0, 8787.0, 8837.0, 8782.0, 8840.0, 8798.0, 8774.0, 8794.0, 8780.0, 8786.0, 8805.0, 8797.0, 8793.0, 8799.0, 8781.0, 8803.0, 8797.0, 8801.0, 8813.0, 8802.0, 8794.0, 8798.0, 8800.0, 8809.0, 8844.0, 8790.0, 8794.0, 8795.0, 8792.0, 8776.0, 8795.0, 8793.0, 8797.0, 8813.0, 8817.0, 8795.0, 8797.0, 8802.0, 8801.0, 8830.0, 8809.0, 8797.0, 8800.0, 8799.0, 8814.0, 8798.0, 8817.0, 8819.0, 8822.0, 8820.0, 8817.0, 8827.0, 8884.0, 8833.0, 8870.0, 8816.0, 8842.0, 8815.0, 8839.0, 8818.0, 8857.0, 8798.0, 8827.0, 8800.0, 8792.0, 8780.0, 8802.0, 8813.0, 8815.0, 8796.0, 8795.0, 8792.0, 8795.0, 8808.0, 8797.0, 8821.0, 8796.0, 8797.0, 8799.0, 8797.0, 8820.0, 8814.0, 8825.0, 8817.0, 8817.0, 8821.0, 8814.0, 8817.0, 8820.0, 8831.0, 8831.0, 8862.0, 8795.0, 8843.0, 8789.0, 8821.0, 8794.0, 8812.0, 8773.0, 8776.0, 8791.0, 8775.0, 8798.0, 8797.0, 8798.0, 8814.0, 8819.0, 8801.0, 8818.0, 8830.0, 8819.0, 8843.0, 8817.0, 8822.0, 8798.0, 8787.0, 8717.0, 8737.0, 8705.0, 8725.0, 8728.0, 8826.0, 8908.0, 8925.0, 8893.0, 8846.0, 8834.0, 8813.0, 8799.0, 8797.0, 8810.0, 8823.0, 8799.0, 8820.0, 8846.0, 8802.0, 8849.0, 8814.0, 8809.0, 8791.0, 8787.0, 8775.0, 8789.0, 8792.0, 8796.0, 8799.0, 8798.0, 8796.0, 8813.0, 8797.0, 8814.0, 8817.0, 8824.0, 8817.0, 8824.0, 8835.0, 8823.0, 8842.0, 8822.0, 8855.0, 8804.0, 8865.0, 8802.0, 8843.0, 8818.0, 8860.0, 8833.0, 8831.0, 8826.0, 8770.0, 8788.0, 8790.0, 8791.0, 8794.0, 8793.0, 8792.0, 8779.0, 8795.0, 8837.0, 8796.0, 8838.0, 8790.0, 8815.0, 8771.0, 8779.0, 8769.0, 8767.0, 8790.0, 8771.0, 8773.0, 8772.0, 8773.0, 8767.0, 8772.0, 8783.0, 8770.0, 8784.0, 8769.0, 8752.0, 8767.0, 8766.0, 8781.0, 8771.0, 8785.0, 8773.0, 8786.0, 8787.0, 8790.0, 8813.0, 8799.0, 8800.0, 8814.0, 8799.0, 8809.0, 8798.0, 8798.0, 8810.0, 8800.0, 8814.0, 8817.0, 8819.0, 8825.0, 8824.0, 8820.0, 8821.0, 8826.0, 8822.0, 8827.0, 8840.0, 8874.0, 8823.0, 8822.0, 8822.0, 8804.0, 8827.0, 8852.0, 8826.0, 8825.0, 8823.0, 8823.0, 8819.0, 8827.0, 8884.0, 8823.0, 8840.0, 8821.0, 8818.0, 8820.0, 8820.0, 8888.0, 8816.0, 8867.0, 8804.0, 8827.0, 8818.0, 8845.0, 8823.0, 8816.0, 8802.0, 8816.0, 8800.0, 8818.0, 8835.0, 8821.0, 8851.0, 8822.0, 8815.0, 8817.0, 8863.0, 8833.0, 8863.0, 8798.0, 8824.0, 8797.0, 8812.0, 8805.0, 8797.0, 8798.0, 8800.0, 8794.0, 8799.0, 8818.0, 8815.0, 8802.0, 8820.0, 8800.0, 8813.0, 8803.0, 8860.0, 8819.0, 8842.0, 8796.0, 8824.0, 8796.0, 8805.0, 8792.0, 8798.0, 8783.0, 8797.0, 8803.0, 8795.0, 8804.0, 8803.0, 8803.0, 8802.0, 8824.0, 8803.0, 8808.0, 8802.0, 8807.0, 8850.0, 8822.0, 8829.0, 8821.0, 8847.0, 8842.0, 8830.0, 8820.0, 8814.0, 8815.0, 8813.0, 8818.0, 8832.0, 8830.0, 8815.0, 8797.0, 8780.0, 8796.0, 8811.0, 8799.0, 8824.0, 8795.0, 8822.0, 8794.0, 8791.0, 8796.0, 8792.0, 8778.0, 8779.0, 8795.0, 8791.0, 8796.0, 8799.0, 8798.0, 8798.0, 8802.0, 8797.0, 8809.0, 8815.0, 8830.0, 8804.0, 8842.0, 8800.0, 8837.0, 8799.0, 8810.0, 8804.0, 8827.0, 8796.0, 8808.0, 8796.0, 8797.0, 8818.0, 8801.0, 8805.0, 8815.0, 8822.0, 8802.0, 8824.0, 8819.0, 8844.0, 8823.0, 8826.0, 8820.0, 8836.0, 8836.0, 8879.0, 8826.0, 8840.0, 8823.0, 8819.0, 8821.0, 8876.0, 8816.0, 8856.0, 8816.0, 8799.0, 8862.0, 8793.0, 8836.0, 8789.0, 8818.0, 8772.0, 8752.0, 8774.0, 8773.0, 8778.0, 8773.0, 8794.0, 8797.0, 8798.0, 8796.0, 8822.0, 8806.0, 8819.0, 8819.0, 8820.0, 8807.0, 8819.0, 8840.0, 8820.0, 8863.0, 8817.0, 8799.0, 8819.0, 8800.0, 8821.0, 8863.0, 8816.0, 8848.0, 8817.0, 8839.0, 8822.0, 8847.0, 8817.0, 8847.0, 8799.0, 8825.0, 8814.0, 8838.0, 8817.0, 8839.0, 8793.0, 8793.0, 8792.0, 8775.0, 8798.0, 8796.0, 8797.0, 8810.0, 8797.0, 8794.0, 8801.0, 8840.0, 8802.0, 8842.0, 8795.0, 8838.0, 8792.0, 8816.0, 8798.0, 8825.0, 8818.0, 8827.0, 8864.0, 8879.0, 8831.0, 8810.0, 8804.0, 8838.0, 8814.0, 8795.0, 8819.0, 8826.0, 8840.0, 8851.0, 8823.0, 8852.0, 8807.0, 8873.0, 8799.0, 8799.0, 8794.0, 8775.0, 8787.0, 8831.0, 8771.0, 8775.0, 8794.0, 8775.0, 8796.0, 8775.0, 8813.0, 8793.0, 8809.0, 8794.0, 8798.0, 8813.0, 8814.0, 8808.0, 8794.0, 8797.0, 8796.0, 8816.0, 8820.0, 8829.0, 8849.0, 8812.0, 8817.0, 8822.0, 8843.0, 8843.0, 8843.0, 8849.0, 8861.0, 8843.0, 8840.0, 8823.0, 8854.0, 8839.0, 8835.0, 8818.0, 8796.0, 8777.0, 8789.0, 8791.0, 8779.0, 8843.0, 8778.0, 8807.0, 8789.0, 8783.0, 8791.0, 8791.0, 8813.0, 8793.0, 8795.0, 8807.0, 8795.0, 8810.0, 8818.0, 8792.0, 8810.0, 8798.0, 8792.0, 8794.0, 8813.0, 8797.0, 8845.0, 8796.0, 8793.0, 8796.0, 8796.0, 8799.0, 8794.0, 8815.0, 8800.0, 8815.0, 8827.0, 8819.0, 8832.0, 8819.0, 8824.0, 8848.0, 8837.0, 8805.0, 8825.0, 8826.0, 8827.0, 8836.0, 8856.0, 8842.0, 8819.0, 8805.0, 8862.0, 8802.0, 8865.0, 8799.0, 8825.0, 8798.0, 8807.0, 8800.0, 8841.0, 8799.0, 8823.0, 8793.0, 8789.0, 8794.0, 8805.0, 8797.0, 8810.0, 8796.0, 8789.0, 8811.0, 8793.0, 8814.0, 8791.0, 8798.0, 8793.0, 8778.0, 8778.0, 8792.0, 8796.0, 8790.0, 8797.0, 8806.0, 8792.0, 8759.0, 8812.0, 8806.0, 8797.0, 8793.0, 8811.0, 8810.0, 8814.0, 8815.0, 8824.0, 8836.0, 8824.0, 8818.0, 8825.0, 8817.0, 8846.0, 8835.0, 8823.0, 8840.0, 8818.0, 8823.0, 8872.0, 8826.0, 8887.0, 8837.0, 8849.0, 8835.0, 8851.0, 8842.0, 8852.0, 8821.0, 8817.0, 8813.0, 8816.0, 8821.0, 8833.0, 8804.0, 8830.0, 8797.0, 8807.0, 8795.0, 8821.0, 8796.0, 8805.0, 8793.0, 8786.0, 8792.0, 8786.0, 8811.0, 8778.0, 8793.0, 8779.0, 8809.0, 8776.0, 8815.0, 8813.0, 8819.0, 8795.0, 8812.0, 8795.0, 8814.0, 8811.0, 8819.0, 8840.0, 8818.0, 8848.0, 8813.0, 8821.0, 8797.0, 8824.0, 8819.0, 8824.0, 8799.0, 8824.0, 8795.0, 8806.0, 8796.0, 8805.0, 8797.0, 8825.0, 8814.0, 8792.0, 8811.0, 8799.0, 8821.0, 8801.0, 8820.0, 8806.0, 8832.0, 8818.0, 8864.0, 8820.0, 8843.0, 8798.0, 8826.0, 8794.0, 8792.0, 8793.0, 8781.0, 8797.0, 8798.0, 8812.0, 8793.0, 8807.0, 8800.0, 8796.0, 8818.0, 8796.0, 8815.0, 8779.0, 8815.0, 8796.0, 8816.0, 8800.0, 8804.0, 8836.0, 8819.0, 8817.0, 8817.0, 8819.0, 8824.0, 8822.0, 8826.0, 8828.0, 8822.0, 8827.0, 8852.0, 8829.0, 8887.0, 8826.0, 8848.0, 8819.0, 8866.0, 8820.0, 8870.0, 8801.0, 8829.0, 8778.0, 8775.0, 8775.0, 8791.0, 8777.0, 8803.0, 8776.0, 8773.0, 8776.0, 8774.0, 8798.0, 8796.0, 8797.0, 8798.0, 8817.0, 8801.0, 8813.0, 8798.0, 8812.0, 8816.0, 8808.0, 8797.0, 8814.0, 8799.0, 8816.0, 8803.0, 8826.0, 8823.0, 8839.0, 8821.0, 8822.0, 8839.0, 8819.0, 8874.0, 8816.0, 8803.0, 8853.0, 8797.0, 8838.0, 8813.0, 8818.0, 8790.0, 8822.0, 8792.0, 8789.0, 8813.0, 8797.0, 8814.0, 8814.0, 8818.0, 8814.0, 8803.0, 8812.0, 8795.0, 8831.0, 8795.0, 8779.0, 8838.0, 8787.0, 8816.0, 8775.0, 8783.0, 8772.0, 8757.0, 8774.0, 8770.0, 8776.0, 8775.0, 8777.0, 8777.0, 8797.0, 8796.0, 8808.0, 8802.0, 8797.0, 8815.0, 8827.0, 8813.0, 8809.0, 8798.0, 8796.0, 8787.0, 8811.0, 8780.0, 8793.0, 8800.0, 8777.0, 8797.0, 8801.0, 8816.0, 8804.0, 8818.0, 8805.0, 8802.0, 8817.0, 8862.0, 8820.0, 8848.0, 8821.0, 8796.0, 8802.0, 8833.0, 8822.0, 8815.0, 8826.0, 8811.0, 8754.0, 8757.0, 8735.0, 8741.0, 8786.0, 8884.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.000951286594761171</td></tr>
<tr><td colspan=3>aqi</td><td>0.026940351926040062</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.403067257224414</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2377813407324592</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916347064225113</td></tr>
<tr><td colspan=3>efc</td><td>0.4941</td></tr>
<tr><td colspan=3>fber</td><td>4411.4116</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10048104302095846</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.62095531587057</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502691376169379</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3886375794140786</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7598254796551784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.35961106943888</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114728</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0157158263027668</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032840386033058167</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8238939292648744</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>23.7471</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7865</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.5774</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298306.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>948.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.9106</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2529</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.9528</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3112.1321</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.6503</td></tr>
<tr><td colspan=3>tsnr</td><td>38.17235491715837</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>