<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>406bb73040dcdbb04f6a958cb338ee03</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>22:01:15.735000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999761, -0.00173179, 0.0217892, 0.00401327, 0.994453, -0.105104]</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.259</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.0900421</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7744, -7266, 248, -145, -63, -70, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d76dfcd-55c4-4eb3-8755-5e871e226157||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682286024093628, 0.010767310857772827, 0.05801304057240486, 108.58995056152344], [0.004646265413612127, 2.6680450439453125, -0.283948689699173, -78.91228485107422], [0.058458805084228516, 0.28198593854904175, 2.684400796890259, -87.68189239501953], [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': ['220115.735000', '220116.195000', '220116.655000', '220117.115000', '220117.575000', '220118.035000', '220118.495000', '220118.955000', '220119.415000', '220119.875000', '220120.335000', '220120.795000', '220121.255000', '220121.715000', '220122.175000', '220122.635000', '220123.095000', '220123.555000', '220124.015000', '220124.475000', '220124.935000', '220125.395000', '220125.855000', '220126.315000', '220126.775000', '220127.235000', '220127.695000', '220128.155000', '220128.615000', '220129.075000', '220129.535000', '220129.995000', '220130.455000', '220130.915000', '220131.375000', '220131.835000', '220132.295000', '220132.755000', '220133.215000', '220133.675000', '220134.135000', '220134.595000', '220135.055000', '220135.515000', '220135.975000', '220136.435000', '220136.895000', '220137.355000', '220137.815000', '220138.275000', '220138.735000', '220139.195000', '220139.655000', '220140.115000', '220140.575000', '220141.035000', '220141.495000', '220141.955000', '220142.415000', '220142.875000', '220143.335000', '220143.795000', '220144.255000', '220144.715000', '220145.175000', '220145.635000', '220146.095000', '220146.555000', '220147.015000', '220147.475000', '220147.935000', '220148.395000', '220148.855000', '220149.315000', '220149.775000', '220150.235000', '220150.695000', '220151.155000', '220151.615000', '220152.075000', '220152.535000', '220152.995000', '220153.455000', '220153.915000', '220154.375000', '220154.835000', '220155.295000', '220155.755000', '220156.215000', '220156.675000', '220157.135000', '220157.595000', '220158.055000', '220158.515000', '220158.975000', '220159.435000', '220159.895000', '220200.355000', '220200.815000', '220201.275000', '220201.735000', '220202.195000', '220202.655000', '220203.115000', '220203.575000', '220204.035000', '220204.495000', '220204.955000', '220205.415000', '220205.875000', '220206.335000', '220206.795000', '220207.255000', '220207.715000', '220208.175000', '220208.635000', '220209.095000', '220209.555000', '220210.015000', '220210.475000', '220210.935000', '220211.395000', '220211.855000', '220212.315000', '220212.775000', '220213.235000', '220213.695000', '220214.155000', '220214.615000', '220215.075000', '220215.535000', '220215.995000', '220216.455000', '220216.915000', '220217.375000', '220217.835000', '220218.295000', '220218.755000', '220219.215000', '220219.675000', '220220.135000', '220220.595000', '220221.055000', '220221.515000', '220221.975000', '220222.435000', '220222.895000', '220223.355000', '220223.815000', '220224.275000', '220224.735000', '220225.195000', '220225.655000', '220226.115000', '220226.575000', '220227.035000', '220227.495000', '220227.955000', '220228.415000', '220228.875000', '220229.335000', '220229.795000', '220230.255000', '220230.715000', '220231.175000', '220231.635000', '220232.095000', '220232.555000', '220233.015000', '220233.475000', '220233.935000', '220234.395000', '220234.855000', '220235.315000', '220235.775000', '220236.235000', '220236.695000', '220237.155000', '220237.615000', '220238.075000', '220238.535000', '220238.995000', '220239.455000', '220239.915000', '220240.375000', '220240.835000', '220241.295000', '220241.755000', '220242.215000', '220242.675000', '220243.135000', '220243.595000', '220244.055000', '220244.515000', '220244.975000', '220245.435000', '220245.895000', '220246.355000', '220246.815000', '220247.275000', '220247.735000', '220248.195000', '220248.655000', '220249.115000', '220249.575000', '220250.035000', '220250.495000', '220250.955000', '220251.415000', '220251.875000', '220252.335000', '220252.795000', '220253.255000', '220253.715000', '220254.175000', '220254.635000', '220255.095000', '220255.555000', '220256.015000', '220256.475000', '220256.935000', '220257.395000', '220257.855000', '220258.315000', '220258.775000', '220259.235000', '220259.695000', '220300.155000', '220300.615000', '220301.075000', '220301.535000', '220301.995000', '220302.455000', '220302.915000', '220303.375000', '220303.835000', '220304.295000', '220304.755000', '220305.215000', '220305.675000', '220306.135000', '220306.595000', '220307.055000', '220307.515000', '220307.975000', '220308.435000', '220308.895000', '220309.355000', '220309.815000', '220310.275000', '220310.735000', '220311.195000', '220311.655000', '220312.115000', '220312.575000', '220313.035000', '220313.495000', '220313.955000', '220314.415000', '220314.875000', '220315.335000', '220315.795000', '220316.255000', '220316.715000', '220317.175000', '220317.635000', '220318.095000', '220318.555000', '220319.015000', '220319.475000', '220319.935000', '220320.395000', '220320.855000', '220321.315000', '220321.775000', '220322.235000', '220322.695000', '220323.155000', '220323.615000', '220324.075000', '220324.535000', '220324.995000', '220325.455000', '220325.915000', '220326.375000', '220326.835000', '220327.295000', '220327.755000', '220328.215000', '220328.675000', '220329.135000', '220329.595000', '220330.055000', '220330.515000', '220330.975000', '220331.435000', '220331.895000', '220332.355000', '220332.815000', '220333.275000', '220333.735000', '220334.195000', '220334.655000', '220335.115000', '220335.575000', '220336.035000', '220336.495000', '220336.955000', '220337.415000', '220337.875000', '220338.335000', '220338.795000', '220339.255000', '220339.715000', '220340.175000', '220340.635000', '220341.095000', '220341.555000', '220342.015000', '220342.475000', '220342.935000', '220343.395000', '220343.855000', '220344.315000', '220344.775000', '220345.235000', '220345.695000', '220346.155000', '220346.615000', '220347.075000', '220347.535000', '220347.995000', '220348.455000', '220348.915000', '220349.375000', '220349.835000', '220350.295000', '220350.755000', '220351.215000', '220351.675000', '220352.135000', '220352.595000', '220353.055000', '220353.515000', '220353.975000', '220354.435000', '220354.895000', '220355.355000', '220355.815000', '220356.275000', '220356.735000', '220357.195000', '220357.655000', '220358.115000', '220358.575000', '220359.035000', '220359.495000', '220359.955000', '220400.415000', '220400.875000', '220401.335000', '220401.795000', '220402.255000', '220402.715000', '220403.175000', '220403.635000', '220404.095000', '220404.555000', '220405.015000', '220405.475000', '220405.935000', '220406.395000', '220406.855000', '220407.315000', '220407.775000', '220408.235000', '220408.695000', '220409.155000', '220409.615000', '220410.075000', '220410.535000', '220410.995000', '220411.455000', '220411.915000', '220412.375000', '220412.835000', '220413.295000', '220413.755000', '220414.215000', '220414.675000', '220415.135000', '220415.595000', '220416.055000', '220416.515000', '220416.975000', '220417.435000', '220417.895000', '220418.355000', '220418.815000', '220419.275000', '220419.735000', '220420.195000', '220420.655000', '220421.115000', '220421.575000', '220422.035000', '220422.495000', '220422.955000', '220423.415000', '220423.875000', '220424.335000', '220424.795000', '220425.255000', '220425.715000', '220426.175000', '220426.635000', '220427.095000', '220427.555000', '220428.015000', '220428.475000', '220428.935000', '220429.395000', '220429.855000', '220430.315000', '220430.775000', '220431.235000', '220431.695000', '220432.155000', '220432.615000', '220433.075000', '220433.535000', '220433.995000', '220434.455000', '220434.915000', '220435.375000', '220435.835000', '220436.295000', '220436.755000', '220437.215000', '220437.675000', '220438.135000', '220438.595000', '220439.055000', '220439.515000', '220439.975000', '220440.435000', '220440.895000', '220441.355000', '220441.815000', '220442.275000', '220442.735000', '220443.195000', '220443.655000', '220444.115000', '220444.575000', '220445.035000', '220445.495000', '220445.955000', '220446.415000', '220446.875000', '220447.335000', '220447.795000', '220448.255000', '220448.715000', '220449.175000', '220449.635000', '220450.095000', '220450.555000', '220451.015000', '220451.475000', '220451.935000', '220452.395000', '220452.855000', '220453.315000', '220453.775000', '220454.235000', '220454.695000', '220455.155000', '220455.615000', '220456.075000', '220456.535000', '220456.995000', '220457.455000', '220457.915000', '220458.375000', '220458.835000', '220459.295000', '220459.755000', '220500.215000', '220500.675000', '220501.135000', '220501.595000', '220502.055000', '220502.515000', '220502.975000', '220503.435000', '220503.895000', '220504.355000', '220504.815000', '220505.275000', '220505.735000', '220506.195000', '220506.655000', '220507.115000', '220507.575000', '220508.035000', '220508.495000', '220508.955000', '220509.415000', '220509.875000', '220510.335000', '220510.795000', '220511.255000', '220511.715000', '220512.175000', '220512.635000', '220513.095000', '220513.555000', '220514.015000', '220514.475000', '220514.935000', '220515.395000', '220515.855000', '220516.315000', '220516.775000', '220517.235000', '220517.695000', '220518.155000', '220518.615000', '220519.075000', '220519.535000', '220519.995000', '220520.455000', '220520.915000', '220521.375000', '220521.835000', '220522.295000', '220522.755000', '220523.215000', '220523.675000', '220524.135000', '220524.595000', '220525.055000', '220525.515000', '220525.975000', '220526.435000', '220526.895000', '220527.355000', '220527.815000', '220528.275000', '220528.735000', '220529.195000', '220529.655000', '220530.115000', '220530.575000', '220531.035000', '220531.495000', '220531.955000', '220532.415000', '220532.875000', '220533.335000', '220533.795000', '220534.255000', '220534.715000', '220535.175000', '220535.635000', '220536.095000', '220536.555000', '220537.015000', '220537.475000', '220537.935000', '220538.395000', '220538.855000', '220539.315000', '220539.775000', '220540.235000', '220540.695000', '220541.155000', '220541.615000', '220542.075000', '220542.535000', '220542.995000', '220543.455000', '220543.915000', '220544.375000', '220544.835000', '220545.295000', '220545.755000', '220546.215000', '220546.675000', '220547.135000', '220547.595000', '220548.055000', '220548.515000', '220548.975000', '220549.435000', '220549.895000', '220550.355000', '220550.815000', '220551.275000', '220551.735000', '220552.195000', '220552.655000', '220553.115000', '220553.575000', '220554.035000', '220554.495000', '220554.955000', '220555.415000', '220555.875000', '220556.335000', '220556.795000', '220557.255000', '220557.715000', '220558.175000', '220558.635000', '220559.095000', '220559.555000', '220600.015000', '220600.475000', '220600.935000', '220601.395000', '220601.855000', '220602.315000', '220602.775000', '220603.235000', '220603.695000', '220604.155000', '220604.615000', '220605.075000', '220605.535000', '220605.995000', '220606.455000', '220606.915000', '220607.375000', '220607.835000', '220608.295000', '220608.755000', '220609.215000', '220609.675000', '220610.135000', '220610.595000', '220611.055000', '220611.515000', '220611.975000', '220612.435000', '220612.895000', '220613.355000', '220613.815000', '220614.275000', '220614.735000', '220615.195000', '220615.655000', '220616.115000', '220616.575000', '220617.035000', '220617.495000', '220617.955000', '220618.415000', '220618.875000', '220619.335000', '220619.795000', '220620.255000', '220620.715000', '220621.175000', '220621.635000', '220622.095000', '220622.555000', '220623.015000', '220623.475000', '220623.935000', '220624.395000', '220624.855000', '220625.315000', '220625.775000', '220626.235000', '220626.695000', '220627.155000', '220627.615000', '220628.075000', '220628.535000', '220628.995000', '220629.455000', '220629.915000', '220630.375000', '220630.835000', '220631.295000', '220631.755000', '220632.215000', '220632.675000', '220633.135000', '220633.595000', '220634.055000', '220634.515000', '220634.975000', '220635.435000', '220635.895000', '220636.355000', '220636.815000', '220637.275000', '220637.735000', '220638.195000', '220638.655000', '220639.115000', '220639.575000', '220640.035000', '220640.495000', '220640.955000', '220641.415000', '220641.875000', '220642.335000', '220642.795000', '220643.255000', '220643.715000', '220644.175000', '220644.635000', '220645.095000', '220645.555000', '220646.015000', '220646.475000', '220646.935000', '220647.395000', '220647.855000', '220648.315000', '220648.775000', '220649.235000', '220649.695000', '220650.155000', '220650.615000', '220651.075000', '220651.535000', '220651.995000', '220652.455000', '220652.915000', '220653.375000', '220653.835000', '220654.295000', '220654.755000', '220655.215000', '220655.675000', '220656.135000', '220656.595000', '220657.055000', '220657.515000', '220657.975000', '220658.435000', '220658.895000', '220659.355000', '220659.815000', '220700.275000', '220700.735000', '220701.195000', '220701.655000', '220702.115000', '220702.575000', '220703.035000', '220703.495000', '220703.955000', '220704.415000', '220704.875000', '220705.335000', '220705.795000', '220706.255000', '220706.715000', '220707.175000', '220707.635000', '220708.095000', '220708.555000', '220709.015000', '220709.475000', '220709.935000', '220710.395000', '220710.855000', '220711.315000', '220711.775000', '220712.235000', '220712.695000', '220713.155000', '220713.615000', '220714.075000', '220714.535000', '220714.995000', '220715.455000', '220715.915000', '220716.375000', '220716.835000', '220717.295000', '220717.755000', '220718.215000', '220718.675000', '220719.135000', '220719.595000', '220720.055000', '220720.515000', '220720.975000', '220721.435000', '220721.895000', '220722.355000', '220722.815000', '220723.275000', '220723.735000', '220724.195000', '220724.655000', '220725.115000', '220725.575000', '220726.035000', '220726.495000', '220726.955000', '220727.415000', '220727.875000', '220728.335000', '220728.795000', '220729.255000', '220729.715000', '220730.175000', '220730.635000', '220731.095000', '220731.555000', '220732.015000', '220732.475000', '220732.935000', '220733.395000', '220733.855000', '220734.315000', '220734.775000', '220735.235000', '220735.695000', '220736.155000', '220736.615000', '220737.075000', '220737.535000', '220737.995000', '220738.455000', '220738.915000', '220739.375000', '220739.835000', '220740.295000', '220740.755000', '220741.215000', '220741.675000', '220742.135000', '220742.595000', '220743.055000', '220743.515000', '220743.975000', '220744.435000', '220744.895000', '220745.355000', '220745.815000', '220746.275000', '220746.735000', '220747.195000', '220747.655000', '220748.115000', '220748.575000', '220749.035000', '220749.495000', '220749.955000', '220750.415000', '220750.875000', '220751.335000', '220751.795000', '220752.255000', '220752.715000', '220753.175000', '220753.635000', '220754.095000', '220754.555000', '220755.015000', '220755.475000', '220755.935000', '220756.395000', '220756.855000', '220757.315000', '220757.775000', '220758.235000', '220758.695000', '220759.155000', '220759.615000', '220800.075000', '220800.535000', '220800.995000', '220801.455000', '220801.915000', '220802.375000', '220802.835000', '220803.295000', '220803.755000', '220804.215000', '220804.675000', '220805.135000', '220805.595000', '220806.055000', '220806.515000', '220806.975000', '220807.435000', '220807.895000', '220808.355000', '220808.815000', '220809.275000', '220809.735000', '220810.195000', '220810.655000', '220811.115000', '220811.575000', '220812.035000', '220812.495000', '220812.955000', '220813.415000', '220813.875000', '220814.335000', '220814.795000', '220815.255000', '220815.715000', '220816.175000', '220816.635000', '220817.095000', '220817.555000', '220818.015000', '220818.475000', '220818.935000', '220819.395000', '220819.855000', '220820.315000', '220820.775000', '220821.235000', '220821.695000', '220822.155000', '220822.615000', '220823.075000', '220823.535000', '220823.995000', '220824.455000', '220824.915000', '220825.375000', '220825.835000', '220826.295000', '220826.755000', '220827.215000', '220827.675000', '220828.135000', '220828.595000', '220829.055000', '220829.515000', '220829.975000', '220830.435000', '220830.895000', '220831.355000', '220831.815000', '220832.275000', '220832.735000', '220833.195000', '220833.655000', '220834.115000', '220834.575000', '220835.035000', '220835.495000', '220835.955000', '220836.415000', '220836.875000', '220837.335000', '220837.795000', '220838.255000', '220838.715000', '220839.175000', '220839.635000', '220840.095000', '220840.555000', '220841.015000', '220841.475000', '220841.935000', '220842.395000', '220842.855000', '220843.315000', '220843.775000', '220844.235000', '220844.695000', '220845.155000', '220845.615000', '220846.075000', '220846.535000', '220846.995000', '220847.455000', '220847.915000', '220848.375000', '220848.835000', '220849.295000', '220849.755000', '220850.215000', '220850.675000', '220851.135000', '220851.595000', '220852.055000', '220852.515000', '220852.975000', '220853.435000', '220853.895000', '220854.355000', '220854.815000', '220855.275000', '220855.735000', '220856.195000', '220856.655000', '220857.115000', '220857.575000', '220858.035000', '220858.495000', '220858.955000', '220859.415000', '220859.875000', '220900.335000', '220900.795000', '220901.255000', '220901.715000', '220902.175000', '220902.635000', '220903.095000', '220903.555000', '220904.015000', '220904.475000', '220904.935000', '220905.395000', '220905.855000', '220906.315000', '220906.775000', '220907.235000', '220907.695000', '220908.155000', '220908.615000', '220909.075000', '220909.535000', '220909.995000', '220910.455000', '220910.915000', '220911.375000', '220911.835000', '220912.295000', '220912.755000', '220913.215000', '220913.675000', '220914.135000', '220914.595000', '220915.055000', '220915.515000', '220915.975000', '220916.435000', '220916.895000', '220917.355000', '220917.815000', '220918.275000', '220918.735000', '220919.195000', '220919.655000', '220920.115000', '220920.575000', '220921.035000', '220921.495000', '220921.955000', '220922.415000', '220922.875000', '220923.335000', '220923.795000', '220924.255000', '220924.715000', '220925.175000', '220925.635000', '220926.095000', '220926.555000', '220927.015000', '220927.475000', '220927.935000', '220928.395000', '220928.855000', '220929.315000', '220929.775000', '220930.235000', '220930.695000', '220931.155000', '220931.615000', '220932.075000', '220932.535000', '220932.995000', '220933.455000', '220933.915000', '220934.375000', '220934.835000', '220935.295000', '220935.755000', '220936.215000', '220936.675000', '220937.135000', '220937.595000', '220938.055000', '220938.515000', '220938.975000', '220939.435000', '220939.895000', '220940.355000', '220940.815000', '220941.275000', '220941.735000', '220942.195000', '220942.655000', '220943.115000', '220943.575000', '220944.035000', '220944.495000', '220944.955000', '220945.415000', '220945.875000', '220946.335000', '220946.795000', '220947.255000', '220947.715000', '220948.175000', '220948.635000', '220949.095000', '220949.555000', '220950.015000', '220950.475000', '220950.935000', '220951.395000', '220951.855000', '220952.315000', '220952.775000', '220953.235000', '220953.695000', '220954.155000', '220954.615000', '220955.075000', '220955.535000', '220955.995000', '220956.455000', '220956.915000', '220957.375000', '220957.835000', '220958.295000', '220958.755000', '220959.215000', '220959.675000', '221000.135000', '221000.595000', '221001.055000', '221001.515000', '221001.975000', '221002.435000', '221002.895000', '221003.355000', '221003.815000', '221004.275000', '221004.735000', '221005.195000', '221005.655000', '221006.115000', '221006.575000', '221007.035000', '221007.495000', '221007.955000', '221008.415000', '221008.875000', '221009.335000', '221009.795000', '221010.255000', '221010.715000', '221011.175000', '221011.635000', '221012.095000', '221012.555000', '221013.015000', '221013.475000', '221013.935000', '221014.395000', '221014.855000', '221015.315000', '221015.775000', '221016.235000', '221016.695000', '221017.155000', '221017.615000', '221018.075000', '221018.535000', '221018.995000', '221019.455000', '221019.915000', '221020.375000', '221020.835000', '221021.295000', '221021.755000', '221022.215000', '221022.675000', '221023.135000', '221023.595000', '221024.055000', '221024.515000', '221024.975000', '221025.435000', '221025.895000', '221026.355000', '221026.815000', '221027.275000', '221027.735000', '221028.195000', '221028.655000', '221029.115000', '221029.575000', '221030.035000', '221030.495000', '221030.955000', '221031.415000', '221031.875000', '221032.335000', '221032.795000', '221033.255000', '221033.715000', '221034.175000', '221034.635000', '221035.095000', '221035.555000', '221036.015000', '221036.475000', '221036.935000', '221037.395000', '221037.855000', '221038.315000', '221038.775000', '221039.235000', '221039.695000', '221040.155000', '221040.615000', '221041.075000', '221041.535000', '221041.995000', '221042.455000', '221042.915000', '221043.375000', '221043.835000', '221044.295000', '221044.755000', '221045.215000', '221045.675000', '221046.135000', '221046.595000', '221047.055000', '221047.515000', '221047.975000', '221048.435000', '221048.895000', '221049.355000', '221049.815000', '221050.275000', '221050.735000', '221051.195000', '221051.655000', '221052.115000', '221052.575000', '221053.035000', '221053.495000', '221053.955000', '221054.415000', '221054.875000', '221055.335000', '221055.795000', '221056.255000', '221056.715000', '221057.175000', '221057.635000', '221058.095000', '221058.555000', '221059.015000', '221059.475000', '221059.935000', '221100.395000', '221100.855000', '221101.315000', '221101.775000', '221102.235000', '221102.695000', '221103.155000', '221103.615000', '221104.075000', '221104.535000', '221104.995000', '221105.455000', '221105.915000', '221106.375000', '221106.835000', '221107.295000', '221107.755000', '221108.215000', '221108.675000', '221109.135000', '221109.595000', '221110.055000', '221110.515000', '221110.975000', '221111.435000', '221111.895000', '221112.355000'], 'ContentTime': ['220140.915000', '220140.919000', '220140.921000', '220140.924000', '220140.927000', '220140.929000', '220140.932000', '220140.934000', '220140.943000', '220140.946000', '220140.948000', '220140.951000', '220140.954000', '220140.956000', '220140.959000', '220140.962000', '220140.971000', '220140.973000', '220140.976000', '220140.979000', '220140.981000', '220140.984000', '220140.986000', '220140.989000', '220140.991000', '220140.994000', '220140.997000', '220140.999000', '220141.002000', '220141.005000', '220141.007000', '220141.010000', '220141.012000', '220141.015000', '220141.018000', '220141.020000', '220141.023000', '220141.025000', '220141.028000', '220141.031000', '220141.033000', '220141.036000', '220141.038000', '220141.041000', '220141.044000', '220141.046000', '220141.049000', '220141.051000', '220141.054000', '220141.056000', '220141.059000', '220141.062000', '220141.064000', '220200.887000', '220200.890000', '220200.893000', '220200.896000', '220200.898000', '220200.901000', '220200.903000', '220200.906000', '220200.908000', '220200.911000', '220200.914000', '220200.916000', '220200.919000', '220200.922000', '220200.924000', '220200.927000', '220200.938000', '220200.940000', '220200.943000', '220200.946000', '220200.948000', '220200.951000', '220200.953000', '220200.956000', '220200.958000', '220200.961000', '220200.971000', '220200.974000', '220200.976000', '220200.979000', '220200.982000', '220200.985000', '220200.987000', '220200.990000', '220200.993000', '220200.995000', '220200.998000', '220201.002000', '220201.004000', '220201.007000', '220201.009000', '220201.012000', '220201.015000', '220220.887000', '220220.890000', '220220.893000', '220220.896000', '220220.898000', '220220.901000', '220220.904000', '220220.907000', '220220.909000', '220220.912000', '220220.915000', '220220.917000', '220220.920000', '220220.922000', '220220.925000', '220220.928000', '220220.943000', '220220.946000', '220220.949000', '220220.951000', '220220.954000', '220220.957000', '220220.959000', '220220.962000', '220220.964000', '220220.967000', '220220.970000', '220220.972000', '220220.975000', '220220.977000', '220220.980000', '220220.989000', '220220.992000', '220220.995000', '220220.997000', '220221.001000', '220221.004000', '220221.006000', '220221.009000', '220221.011000', '220221.014000', '220221.017000', '220221.019000', '220240.887000', '220240.890000', '220240.893000', '220240.896000', '220240.898000', '220240.901000', '220240.906000', '220240.909000', '220240.911000', '220240.914000', '220240.916000', '220240.919000', '220240.922000', '220240.924000', '220240.927000', '220240.930000', '220240.932000', '220240.935000', '220240.938000', '220240.940000', '220240.943000', '220240.945000', '220240.948000', '220240.950000', '220240.953000', '220240.956000', '220240.958000', '220240.961000', '220240.963000', '220240.966000', '220240.969000', '220240.971000', '220240.974000', '220240.977000', '220240.979000', '220240.982000', '220240.984000', '220240.987000', '220240.990000', '220240.992000', '220240.995000', '220240.997000', '220241.000000', '220241.002000', '220300.887000', '220300.890000', '220300.893000', '220300.895000', '220300.898000', '220300.901000', '220300.903000', '220300.906000', '220300.908000', '220300.911000', '220300.914000', '220300.916000', '220300.919000', '220300.922000', '220300.924000', '220300.927000', '220300.929000', '220300.932000', '220300.935000', '220300.937000', '220300.940000', '220300.942000', '220300.945000', '220300.948000', '220300.950000', '220300.953000', '220300.956000', '220300.958000', '220300.961000', '220300.963000', '220300.966000', '220300.969000', '220300.971000', '220300.974000', '220300.976000', '220300.979000', '220300.982000', '220300.984000', '220300.987000', '220300.989000', '220300.992000', '220300.995000', '220300.997000', '220301.001000', '220320.888000', '220320.890000', '220320.893000', '220320.896000', '220320.898000', '220320.901000', '220320.904000', '220320.906000', '220320.909000', '220320.911000', '220320.914000', '220320.917000', '220320.919000', '220320.922000', '220320.925000', '220320.927000', '220320.930000', '220320.933000', '220320.935000', '220320.938000', '220320.940000', '220320.943000', '220320.946000', '220320.948000', '220320.951000', '220320.954000', '220320.956000', '220320.959000', '220320.962000', '220320.964000', '220320.967000', '220320.969000', '220320.972000', '220320.975000', '220320.977000', '220320.980000', '220320.982000', '220320.985000', '220320.987000', '220320.990000', '220320.993000', '220320.995000', '220320.998000', '220340.888000', '220340.890000', '220340.897000', '220340.900000', '220340.903000', '220340.905000', '220340.908000', '220340.911000', '220340.913000', '220340.916000', '220340.919000', '220340.922000', '220340.935000', '220340.937000', '220340.940000', '220340.943000', '220340.945000', '220340.948000', '220340.951000', '220340.954000', '220340.958000', '220340.961000', '220340.963000', '220340.966000', '220340.969000', '220340.971000', '220340.974000', '220340.976000', '220340.979000', '220340.982000', '220340.984000', '220340.987000', '220340.990000', '220340.992000', '220340.995000', '220340.997000', '220341.001000', '220341.004000', '220341.006000', '220341.009000', '220341.012000', '220341.014000', '220341.017000', '220400.888000', '220400.891000', '220400.894000', '220400.897000', '220400.899000', '220400.902000', '220400.905000', '220400.907000', '220400.910000', '220400.913000', '220400.915000', '220400.918000', '220400.921000', '220400.923000', '220400.926000', '220400.929000', '220400.931000', '220400.934000', '220400.936000', '220400.939000', '220400.942000', '220400.944000', '220400.947000', '220400.950000', '220400.952000', '220400.955000', '220400.957000', '220400.960000', '220400.963000', '220400.965000', '220400.968000', '220400.970000', '220400.973000', '220400.976000', '220400.978000', '220400.981000', '220400.983000', '220400.986000', '220400.989000', '220400.991000', '220400.994000', '220400.997000', '220400.999000', '220401.002000', '220420.888000', '220420.891000', '220420.893000', '220420.896000', '220420.899000', '220420.901000', '220420.904000', '220420.906000', '220420.909000', '220420.912000', '220420.914000', '220420.917000', '220420.920000', '220420.922000', '220420.925000', '220420.928000', '220420.930000', '220420.933000', '220420.935000', '220420.938000', '220420.941000', '220420.943000', '220420.946000', '220420.949000', '220420.951000', '220420.954000', '220420.957000', '220420.959000', '220420.962000', '220420.965000', '220420.967000', '220420.970000', '220420.973000', '220420.975000', '220420.978000', '220420.981000', '220420.983000', '220420.986000', '220420.988000', '220420.991000', '220420.994000', '220420.996000', '220421.000000', '220440.888000', '220440.891000', '220440.893000', '220440.896000', '220440.899000', '220440.901000', '220440.904000', '220440.907000', '220440.909000', '220440.912000', '220440.914000', '220440.917000', '220440.920000', '220440.922000', '220440.925000', '220440.928000', '220440.930000', '220440.933000', '220440.935000', '220440.938000', '220440.940000', '220440.943000', '220440.946000', '220440.948000', '220440.951000', '220440.954000', '220440.956000', '220440.959000', '220440.961000', '220440.964000', '220440.967000', '220440.969000', '220440.980000', '220440.983000', '220440.985000', '220440.988000', '220440.991000', '220440.993000', '220440.996000', '220441.000000', '220441.002000', '220441.005000', '220441.008000', '220441.010000', '220500.888000', '220500.890000', '220500.893000', '220500.896000', '220500.898000', '220500.901000', '220500.904000', '220500.906000', '220500.909000', '220500.912000', '220500.914000', '220500.917000', '220500.920000', '220500.922000', '220500.925000', '220500.928000', '220500.930000', '220500.935000', '220500.937000', '220500.940000', '220500.943000', '220500.945000', '220500.948000', '220500.951000', '220500.953000', '220500.956000', '220500.959000', '220500.961000', '220500.964000', '220500.966000', '220500.969000', '220500.972000', '220500.974000', '220500.977000', '220500.979000', '220500.982000', '220500.985000', '220500.987000', '220500.990000', '220500.993000', '220500.995000', '220500.998000', '220501.002000', '220520.887000', '220520.891000', '220520.893000', '220520.896000', '220520.899000', '220520.901000', '220520.904000', '220520.906000', '220520.909000', '220520.924000', '220520.926000', '220520.929000', '220520.932000', '220520.935000', '220520.937000', '220520.940000', '220520.942000', '220520.945000', '220520.948000', '220520.951000', '220520.953000', '220520.956000', '220520.959000', '220520.961000', '220520.964000', '220520.967000', '220520.969000', '220520.972000', '220520.974000', '220520.977000', '220520.980000', '220520.982000', '220520.985000', '220520.988000', '220520.990000', '220520.993000', '220520.995000', '220520.998000', '220521.002000', '220521.004000', '220521.007000', '220521.010000', '220521.012000', '220521.015000', '220540.887000', '220540.890000', '220540.893000', '220540.896000', '220540.899000', '220540.901000', '220540.904000', '220540.906000', '220540.909000', '220540.912000', '220540.915000', '220540.917000', '220540.920000', '220540.923000', '220540.925000', '220540.928000', '220540.931000', '220540.934000', '220540.936000', '220540.939000', '220540.941000', '220540.944000', '220540.947000', '220540.949000', '220540.952000', '220540.955000', '220540.957000', '220540.960000', '220540.962000', '220540.965000', '220540.968000', '220540.970000', '220540.973000', '220540.976000', '220540.978000', '220540.981000', '220540.984000', '220540.986000', '220540.989000', '220540.991000', '220540.994000', '220540.997000', '220541.000000', '220600.887000', '220600.890000', '220600.893000', '220600.895000', '220600.898000', '220600.901000', '220600.903000', '220600.906000', '220600.909000', '220600.911000', '220600.914000', '220600.917000', '220600.919000', '220600.922000', '220600.924000', '220600.927000', '220600.930000', '220600.933000', '220600.935000', '220600.938000', '220600.940000', '220600.943000', '220600.946000', '220600.948000', '220600.951000', '220600.953000', '220600.956000', '220600.959000', '220600.961000', '220600.964000', '220600.967000', '220600.969000', '220600.972000', '220600.974000', '220600.977000', '220600.980000', '220600.982000', '220600.985000', '220600.988000', '220600.990000', '220600.993000', '220600.996000', '220600.998000', '220601.002000', '220620.888000', '220620.891000', '220620.894000', '220620.897000', '220620.899000', '220620.902000', '220620.905000', '220620.907000', '220620.910000', '220620.912000', '220620.915000', '220620.918000', '220620.920000', '220620.923000', '220620.926000', '220620.928000', '220620.931000', '220620.933000', '220620.936000', '220620.939000', '220620.941000', '220620.944000', '220620.947000', '220620.949000', '220620.952000', '220620.955000', '220620.957000', '220620.960000', '220620.963000', '220620.965000', '220620.968000', '220620.970000', '220620.975000', '220620.977000', '220620.980000', '220620.983000', '220620.985000', '220620.988000', '220620.990000', '220620.993000', '220620.996000', '220620.998000', '220621.001000', '220640.888000', '220640.891000', '220640.893000', '220640.896000', '220640.899000', '220640.908000', '220640.911000', '220640.914000', '220640.916000', '220640.919000', '220640.922000', '220640.924000', '220640.927000', '220640.929000', '220640.932000', '220640.935000', '220640.938000', '220640.940000', '220640.943000', '220640.960000', '220640.963000', '220640.965000', '220640.968000', '220640.970000', '220640.973000', '220640.976000', '220640.978000', '220640.981000', '220640.984000', '220640.986000', '220640.989000', '220640.992000', '220640.994000', '220640.997000', '220641.001000', '220641.003000', '220641.006000', '220641.008000', '220641.018000', '220641.021000', '220641.023000', '220641.026000', '220641.029000', '220641.031000', '220700.887000', '220700.890000', '220700.893000', '220700.896000', '220700.898000', '220700.901000', '220700.904000', '220700.906000', '220700.909000', '220700.912000', '220700.914000', '220700.917000', '220700.920000', '220700.923000', '220700.925000', '220700.928000', '220700.930000', '220700.933000', '220700.936000', '220700.938000', '220700.941000', '220700.944000', '220700.946000', '220700.949000', '220700.952000', '220700.954000', '220700.957000', '220700.959000', '220700.962000', '220700.965000', '220700.967000', '220700.970000', '220700.973000', '220700.975000', '220700.978000', '220700.980000', '220700.983000', '220700.986000', '220700.988000', '220700.991000', '220700.993000', '220700.996000', '220701.000000', '220720.888000', '220720.890000', '220720.893000', '220720.896000', '220720.899000', '220720.901000', '220720.904000', '220720.907000', '220720.910000', '220720.912000', '220720.915000', '220720.917000', '220720.920000', '220720.923000', '220720.925000', '220720.928000', '220720.931000', '220720.933000', '220720.936000', '220720.938000', '220720.941000', '220720.944000', '220720.948000', '220720.950000', '220720.953000', '220720.956000', '220720.958000', '220720.961000', '220720.964000', '220720.966000', '220720.969000', '220720.971000', '220720.974000', '220720.977000', '220720.979000', '220720.982000', '220720.985000', '220720.987000', '220720.990000', '220720.992000', '220720.995000', '220720.998000', '220721.001000', '220721.004000', '220740.888000', '220740.891000', '220740.893000', '220740.896000', '220740.899000', '220740.910000', '220740.913000', '220740.916000', '220740.918000', '220740.921000', '220740.924000', '220740.926000', '220740.929000', '220740.932000', '220740.934000', '220740.937000', '220740.940000', '220740.942000', '220740.945000', '220740.947000', '220740.950000', '220740.953000', '220740.955000', '220740.958000', '220740.961000', '220740.963000', '220740.966000', '220740.969000', '220740.971000', '220740.974000', '220740.977000', '220740.979000', '220740.982000', '220740.984000', '220740.987000', '220740.990000', '220740.992000', '220740.995000', '220740.998000', '220741.001000', '220741.004000', '220741.006000', '220741.009000', '220800.887000', '220800.891000', '220800.894000', '220800.896000', '220800.899000', '220800.901000', '220800.904000', '220800.907000', '220800.909000', '220800.912000', '220800.915000', '220800.917000', '220800.920000', '220800.923000', '220800.925000', '220800.928000', '220800.931000', '220800.934000', '220800.936000', '220800.939000', '220800.941000', '220800.944000', '220800.947000', '220800.949000', '220800.952000', '220800.954000', '220800.957000', '220800.960000', '220800.962000', '220800.965000', '220801.002000', '220801.005000', '220801.008000', '220801.010000', '220801.013000', '220801.016000', '220801.018000', '220801.021000', '220801.023000', '220801.026000', '220801.029000', '220801.031000', '220801.034000', '220801.037000', '220820.888000', '220820.890000', '220820.893000', '220820.896000', '220820.899000', '220820.901000', '220820.904000', '220820.907000', '220820.909000', '220820.912000', '220820.915000', '220820.917000', '220820.920000', '220820.923000', '220820.925000', '220820.928000', '220820.931000', '220820.933000', '220820.936000', '220820.939000', '220820.941000', '220820.944000', '220820.947000', '220820.949000', '220820.952000', '220820.954000', '220820.966000', '220820.969000', '220820.971000', '220820.974000', '220820.977000', '220820.980000', '220820.982000', '220820.985000', '220820.987000', '220820.990000', '220820.993000', '220820.995000', '220820.998000', '220821.002000', '220821.004000', '220821.007000', '220821.010000', '220840.889000', '220840.891000', '220840.894000', '220840.897000', '220840.900000', '220840.902000', '220840.905000', '220840.907000', '220840.910000', '220840.913000', '220840.915000', '220840.918000', '220840.921000', '220840.923000', '220840.926000', '220840.928000', '220840.931000', '220840.934000', '220840.936000', '220840.939000', '220840.942000', '220840.944000', '220840.947000', '220840.949000', '220840.952000', '220840.955000', '220840.957000', '220840.960000', '220840.963000', '220840.965000', '220840.968000', '220840.970000', '220840.973000', '220840.976000', '220840.978000', '220840.981000', '220840.983000', '220840.986000', '220840.989000', '220840.991000', '220840.994000', '220840.997000', '220840.999000', '220841.002000', '220900.888000', '220900.890000', '220900.893000', '220900.896000', '220900.899000', '220900.901000', '220900.904000', '220900.906000', '220900.909000', '220900.912000', '220900.914000', '220900.917000', '220900.920000', '220900.922000', '220900.925000', '220900.928000', '220900.930000', '220900.933000', '220900.936000', '220900.938000', '220900.941000', '220900.943000', '220900.946000', '220900.949000', '220900.951000', '220900.954000', '220900.957000', '220900.959000', '220900.962000', '220900.965000', '220900.967000', '220900.970000', '220900.972000', '220900.975000', '220900.978000', '220900.980000', '220900.983000', '220900.985000', '220900.988000', '220900.991000', '220900.995000', '220900.998000', '220901.001000', '220920.888000', '220920.890000', '220920.893000', '220920.896000', '220920.898000', '220920.901000', '220920.904000', '220920.906000', '220920.909000', '220920.912000', '220920.914000', '220920.917000', '220920.920000', '220920.922000', '220920.925000', '220920.927000', '220920.930000', '220920.933000', '220920.935000', '220920.938000', '220920.941000', '220920.943000', '220920.946000', '220920.948000', '220920.951000', '220920.954000', '220920.956000', '220920.987000', '220920.990000', '220920.992000', '220920.995000', '220920.997000', '220921.001000', '220921.004000', '220921.006000', '220921.009000', '220921.012000', '220921.014000', '220921.017000', '220921.020000', '220921.023000', '220921.025000', '220921.028000', '220921.031000', '220940.887000', '220940.891000', '220940.893000', '220940.896000', '220940.899000', '220940.901000', '220940.904000', '220940.906000', '220940.909000', '220940.912000', '220940.914000', '220940.917000', '220940.920000', '220940.922000', '220940.925000', '220940.928000', '220940.930000', '220940.933000', '220940.935000', '220940.938000', '220940.941000', '220940.943000', '220940.946000', '220940.949000', '220940.951000', '220940.954000', '220940.957000', '220940.959000', '220940.962000', '220940.964000', '220940.967000', '220940.970000', '220940.972000', '220940.975000', '220940.978000', '220940.980000', '220940.983000', '220940.986000', '220940.988000', '220940.991000', '220940.993000', '220940.996000', '220941.000000', '221000.887000', '221000.890000', '221000.893000', '221000.896000', '221000.898000', '221000.901000', '221000.904000', '221000.906000', '221000.909000', '221000.912000', '221000.914000', '221000.917000', '221000.920000', '221000.922000', '221000.925000', '221000.928000', '221000.930000', '221000.933000', '221000.935000', '221000.938000', '221000.941000', '221000.943000', '221000.946000', '221000.949000', '221000.951000', '221000.960000', '221000.963000', '221000.965000', '221000.968000', '221000.971000', '221000.973000', '221000.976000', '221000.979000', '221000.981000', '221000.984000', '221000.986000', '221000.989000', '221000.992000', '221000.994000', '221000.997000', '221001.000000', '221001.003000', '221001.006000', '221001.008000', '221020.887000', '221020.890000', '221020.893000', '221020.895000', '221020.898000', '221020.901000', '221020.903000', '221020.906000', '221020.909000', '221020.912000', '221020.914000', '221020.917000', '221020.920000', '221020.922000', '221020.925000', '221020.927000', '221020.930000', '221020.933000', '221020.935000', '221020.938000', '221020.940000', '221020.943000', '221020.946000', '221020.948000', '221020.951000', '221020.954000', '221020.956000', '221020.959000', '221020.961000', '221020.964000', '221020.967000', '221020.969000', '221020.972000', '221020.975000', '221020.977000', '221020.980000', '221020.982000', '221020.985000', '221020.988000', '221020.990000', '221020.993000', '221020.996000', '221021.000000', '221040.888000', '221040.891000', '221040.893000', '221040.896000', '221040.898000', '221040.901000', '221040.904000', '221040.906000', '221040.909000', '221040.912000', '221040.914000', '221040.917000', '221040.919000', '221040.922000', '221040.925000', '221040.927000', '221040.930000', '221040.933000', '221040.935000', '221040.938000', '221040.940000', '221040.943000', '221040.946000', '221040.955000', '221040.958000', '221040.961000', '221040.963000', '221040.966000', '221040.968000', '221040.971000', '221040.974000', '221040.976000', '221040.979000', '221040.982000', '221040.984000', '221040.987000', '221040.990000', '221040.992000', '221040.995000', '221040.997000', '221041.001000', '221041.004000', '221041.006000', '221041.009000', '221100.889000', '221100.892000', '221100.894000', '221100.897000', '221100.900000', '221100.902000', '221100.905000', '221100.908000', '221100.910000', '221100.913000', '221100.916000', '221100.919000', '221100.921000', '221100.924000', '221100.926000', '221100.929000', '221100.932000', '221100.934000', '221100.937000', '221100.940000', '221100.942000', '221100.945000', '221100.947000', '221100.950000', '221100.953000', '221100.955000', '221100.958000', '221100.961000', '221100.963000', '221100.966000', '221100.969000', '221100.971000', '221100.974000', '221100.977000', '221100.979000', '221100.982000', '221100.985000', '221100.987000', '221100.990000', '221100.992000', '221100.995000', '221100.998000', '221101.000000', '221113.505000', '221113.509000', '221113.512000', '221113.514000', '221113.518000', '221113.520000', '221113.523000', '221113.527000', '221113.530000', '221113.533000', '221113.536000', '221113.539000', '221113.542000', '221113.544000', '221113.547000', '221113.549000', '221113.552000', '221113.555000', '221113.558000', '221113.560000', '221113.563000', '221113.566000', '221113.568000', '221113.571000', '221113.576000', '221113.580000', '221113.582000', '221113.585000'], 'InstanceCreationTime': ['220140.915000', '220140.919000', '220140.921000', '220140.924000', '220140.927000', '220140.929000', '220140.932000', '220140.934000', '220140.943000', '220140.946000', '220140.948000', '220140.951000', '220140.954000', '220140.956000', '220140.959000', '220140.962000', '220140.971000', '220140.973000', '220140.976000', '220140.979000', '220140.981000', '220140.984000', '220140.986000', '220140.989000', '220140.991000', '220140.994000', '220140.997000', '220140.999000', '220141.002000', '220141.005000', '220141.007000', '220141.010000', '220141.012000', '220141.015000', '220141.018000', '220141.020000', '220141.023000', '220141.025000', '220141.028000', '220141.031000', '220141.033000', '220141.036000', '220141.038000', '220141.041000', '220141.044000', '220141.046000', '220141.049000', '220141.051000', '220141.054000', '220141.056000', '220141.059000', '220141.062000', '220141.064000', '220200.887000', '220200.890000', '220200.893000', '220200.896000', '220200.898000', '220200.901000', '220200.903000', '220200.906000', '220200.908000', '220200.911000', '220200.914000', '220200.916000', '220200.919000', '220200.922000', '220200.924000', '220200.927000', '220200.938000', '220200.940000', '220200.943000', '220200.946000', '220200.948000', '220200.951000', '220200.953000', '220200.956000', '220200.958000', '220200.961000', '220200.971000', '220200.974000', '220200.976000', '220200.979000', '220200.982000', '220200.985000', '220200.987000', '220200.990000', '220200.993000', '220200.995000', '220200.998000', '220201.002000', '220201.004000', '220201.007000', '220201.009000', '220201.012000', '220201.015000', '220220.887000', '220220.890000', '220220.893000', '220220.896000', '220220.898000', '220220.901000', '220220.904000', '220220.907000', '220220.909000', '220220.912000', '220220.915000', '220220.917000', '220220.920000', '220220.922000', '220220.925000', '220220.928000', '220220.943000', '220220.946000', '220220.949000', '220220.951000', '220220.954000', '220220.957000', '220220.959000', '220220.962000', '220220.964000', '220220.967000', '220220.970000', '220220.972000', '220220.975000', '220220.977000', '220220.980000', '220220.989000', '220220.992000', '220220.995000', '220220.997000', '220221.001000', '220221.004000', '220221.006000', '220221.009000', '220221.011000', '220221.014000', '220221.017000', '220221.019000', '220240.887000', '220240.890000', '220240.893000', '220240.896000', '220240.898000', '220240.901000', '220240.906000', '220240.909000', '220240.911000', '220240.914000', '220240.916000', '220240.919000', '220240.922000', '220240.924000', '220240.927000', '220240.930000', '220240.932000', '220240.935000', '220240.938000', '220240.940000', '220240.943000', '220240.945000', '220240.948000', '220240.950000', '220240.953000', '220240.956000', '220240.958000', '220240.961000', '220240.963000', '220240.966000', '220240.969000', '220240.971000', '220240.974000', '220240.977000', '220240.979000', '220240.982000', '220240.984000', '220240.987000', '220240.990000', '220240.992000', '220240.995000', '220240.997000', '220241.000000', '220241.002000', '220300.887000', '220300.890000', '220300.893000', '220300.895000', '220300.898000', '220300.901000', '220300.903000', '220300.906000', '220300.908000', '220300.911000', '220300.914000', '220300.916000', '220300.919000', '220300.922000', '220300.924000', '220300.927000', '220300.929000', '220300.932000', '220300.935000', '220300.937000', '220300.940000', '220300.942000', '220300.945000', '220300.948000', '220300.950000', '220300.953000', '220300.956000', '220300.958000', '220300.961000', '220300.963000', '220300.966000', '220300.969000', '220300.971000', '220300.974000', '220300.976000', '220300.979000', '220300.982000', '220300.984000', '220300.987000', '220300.989000', '220300.992000', '220300.995000', '220300.997000', '220301.001000', '220320.888000', '220320.890000', '220320.893000', '220320.896000', '220320.898000', '220320.901000', '220320.904000', '220320.906000', '220320.909000', '220320.911000', '220320.914000', '220320.917000', '220320.919000', '220320.922000', '220320.925000', '220320.927000', '220320.930000', '220320.933000', '220320.935000', '220320.938000', '220320.940000', '220320.943000', '220320.946000', '220320.948000', '220320.951000', '220320.954000', '220320.956000', '220320.959000', '220320.962000', '220320.964000', '220320.967000', '220320.969000', '220320.972000', '220320.975000', '220320.977000', '220320.980000', '220320.982000', '220320.985000', '220320.987000', '220320.990000', '220320.993000', '220320.995000', '220320.998000', '220340.888000', '220340.890000', '220340.897000', '220340.900000', '220340.903000', '220340.905000', '220340.908000', '220340.911000', '220340.913000', '220340.916000', '220340.919000', '220340.922000', '220340.935000', '220340.937000', '220340.940000', '220340.943000', '220340.945000', '220340.948000', '220340.951000', '220340.954000', '220340.958000', '220340.961000', '220340.963000', '220340.966000', '220340.969000', '220340.971000', '220340.974000', '220340.976000', '220340.979000', '220340.982000', '220340.984000', '220340.987000', '220340.990000', '220340.992000', '220340.995000', '220340.997000', '220341.001000', '220341.004000', '220341.006000', '220341.009000', '220341.012000', '220341.014000', '220341.017000', '220400.888000', '220400.891000', '220400.894000', '220400.897000', '220400.899000', '220400.902000', '220400.905000', '220400.907000', '220400.910000', '220400.913000', '220400.915000', '220400.918000', '220400.921000', '220400.923000', '220400.926000', '220400.929000', '220400.931000', '220400.934000', '220400.936000', '220400.939000', '220400.942000', '220400.944000', '220400.947000', '220400.950000', '220400.952000', '220400.955000', '220400.957000', '220400.960000', '220400.963000', '220400.965000', '220400.968000', '220400.970000', '220400.973000', '220400.976000', '220400.978000', '220400.981000', '220400.983000', '220400.986000', '220400.989000', '220400.991000', '220400.994000', '220400.997000', '220400.999000', '220401.002000', '220420.888000', '220420.891000', '220420.893000', '220420.896000', '220420.899000', '220420.901000', '220420.904000', '220420.906000', '220420.909000', '220420.912000', '220420.914000', '220420.917000', '220420.920000', '220420.922000', '220420.925000', '220420.928000', '220420.930000', '220420.933000', '220420.935000', '220420.938000', '220420.941000', '220420.943000', '220420.946000', '220420.949000', '220420.951000', '220420.954000', '220420.957000', '220420.959000', '220420.962000', '220420.965000', '220420.967000', '220420.970000', '220420.973000', '220420.975000', '220420.978000', '220420.981000', '220420.983000', '220420.986000', '220420.988000', '220420.991000', '220420.994000', '220420.996000', '220421.000000', '220440.888000', '220440.891000', '220440.893000', '220440.896000', '220440.899000', '220440.901000', '220440.904000', '220440.907000', '220440.909000', '220440.912000', '220440.914000', '220440.917000', '220440.920000', '220440.922000', '220440.925000', '220440.928000', '220440.930000', '220440.933000', '220440.935000', '220440.938000', '220440.940000', '220440.943000', '220440.946000', '220440.948000', '220440.951000', '220440.954000', '220440.956000', '220440.959000', '220440.961000', '220440.964000', '220440.967000', '220440.969000', '220440.980000', '220440.983000', '220440.985000', '220440.988000', '220440.991000', '220440.993000', '220440.996000', '220441.000000', '220441.002000', '220441.005000', '220441.008000', '220441.010000', '220500.888000', '220500.890000', '220500.893000', '220500.896000', '220500.898000', '220500.901000', '220500.904000', '220500.906000', '220500.909000', '220500.912000', '220500.914000', '220500.917000', '220500.920000', '220500.922000', '220500.925000', '220500.928000', '220500.930000', '220500.935000', '220500.937000', '220500.940000', '220500.943000', '220500.945000', '220500.948000', '220500.951000', '220500.953000', '220500.956000', '220500.959000', '220500.961000', '220500.964000', '220500.966000', '220500.969000', '220500.972000', '220500.974000', '220500.977000', '220500.979000', '220500.982000', '220500.985000', '220500.987000', '220500.990000', '220500.993000', '220500.995000', '220500.998000', '220501.002000', '220520.887000', '220520.891000', '220520.893000', '220520.896000', '220520.899000', '220520.901000', '220520.904000', '220520.906000', '220520.909000', '220520.924000', '220520.926000', '220520.929000', '220520.932000', '220520.935000', '220520.937000', '220520.940000', '220520.942000', '220520.945000', '220520.948000', '220520.951000', '220520.953000', '220520.956000', '220520.959000', '220520.961000', '220520.964000', '220520.967000', '220520.969000', '220520.972000', '220520.974000', '220520.977000', '220520.980000', '220520.982000', '220520.985000', '220520.988000', '220520.990000', '220520.993000', '220520.995000', '220520.998000', '220521.002000', '220521.004000', '220521.007000', '220521.010000', '220521.012000', '220521.015000', '220540.887000', '220540.890000', '220540.893000', '220540.896000', '220540.899000', '220540.901000', '220540.904000', '220540.906000', '220540.909000', '220540.912000', '220540.915000', '220540.917000', '220540.920000', '220540.923000', '220540.925000', '220540.928000', '220540.931000', '220540.934000', '220540.936000', '220540.939000', '220540.941000', '220540.944000', '220540.947000', '220540.949000', '220540.952000', '220540.955000', '220540.957000', '220540.960000', '220540.962000', '220540.965000', '220540.968000', '220540.970000', '220540.973000', '220540.976000', '220540.978000', '220540.981000', '220540.984000', '220540.986000', '220540.989000', '220540.991000', '220540.994000', '220540.997000', '220541.000000', '220600.887000', '220600.890000', '220600.893000', '220600.895000', '220600.898000', '220600.901000', '220600.903000', '220600.906000', '220600.909000', '220600.911000', '220600.914000', '220600.917000', '220600.919000', '220600.922000', '220600.924000', '220600.927000', '220600.930000', '220600.933000', '220600.935000', '220600.938000', '220600.940000', '220600.943000', '220600.946000', '220600.948000', '220600.951000', '220600.953000', '220600.956000', '220600.959000', '220600.961000', '220600.964000', '220600.967000', '220600.969000', '220600.972000', '220600.974000', '220600.977000', '220600.980000', '220600.982000', '220600.985000', '220600.988000', '220600.990000', '220600.993000', '220600.996000', '220600.998000', '220601.002000', '220620.888000', '220620.891000', '220620.894000', '220620.897000', '220620.899000', '220620.902000', '220620.905000', '220620.907000', '220620.910000', '220620.912000', '220620.915000', '220620.918000', '220620.920000', '220620.923000', '220620.926000', '220620.928000', '220620.931000', '220620.933000', '220620.936000', '220620.939000', '220620.941000', '220620.944000', '220620.947000', '220620.949000', '220620.952000', '220620.955000', '220620.957000', '220620.960000', '220620.963000', '220620.965000', '220620.968000', '220620.970000', '220620.975000', '220620.977000', '220620.980000', '220620.983000', '220620.985000', '220620.988000', '220620.990000', '220620.993000', '220620.996000', '220620.998000', '220621.001000', '220640.888000', '220640.891000', '220640.893000', '220640.896000', '220640.899000', '220640.908000', '220640.911000', '220640.914000', '220640.916000', '220640.919000', '220640.922000', '220640.924000', '220640.927000', '220640.929000', '220640.932000', '220640.935000', '220640.938000', '220640.940000', '220640.943000', '220640.960000', '220640.963000', '220640.965000', '220640.968000', '220640.970000', '220640.973000', '220640.976000', '220640.978000', '220640.981000', '220640.984000', '220640.986000', '220640.989000', '220640.992000', '220640.994000', '220640.997000', '220641.001000', '220641.003000', '220641.006000', '220641.008000', '220641.018000', '220641.021000', '220641.023000', '220641.026000', '220641.029000', '220641.031000', '220700.887000', '220700.890000', '220700.893000', '220700.896000', '220700.898000', '220700.901000', '220700.904000', '220700.906000', '220700.909000', '220700.912000', '220700.914000', '220700.917000', '220700.920000', '220700.923000', '220700.925000', '220700.928000', '220700.930000', '220700.933000', '220700.936000', '220700.938000', '220700.941000', '220700.944000', '220700.946000', '220700.949000', '220700.952000', '220700.954000', '220700.957000', '220700.959000', '220700.962000', '220700.965000', '220700.967000', '220700.970000', '220700.973000', '220700.975000', '220700.978000', '220700.980000', '220700.983000', '220700.986000', '220700.988000', '220700.991000', '220700.993000', '220700.996000', '220701.000000', '220720.888000', '220720.890000', '220720.893000', '220720.896000', '220720.899000', '220720.901000', '220720.904000', '220720.907000', '220720.910000', '220720.912000', '220720.915000', '220720.917000', '220720.920000', '220720.923000', '220720.925000', '220720.928000', '220720.931000', '220720.933000', '220720.936000', '220720.938000', '220720.941000', '220720.944000', '220720.948000', '220720.950000', '220720.953000', '220720.956000', '220720.958000', '220720.961000', '220720.964000', '220720.966000', '220720.969000', '220720.971000', '220720.974000', '220720.977000', '220720.979000', '220720.982000', '220720.985000', '220720.987000', '220720.990000', '220720.992000', '220720.995000', '220720.998000', '220721.001000', '220721.004000', '220740.888000', '220740.891000', '220740.893000', '220740.896000', '220740.899000', '220740.910000', '220740.913000', '220740.916000', '220740.918000', '220740.921000', '220740.924000', '220740.926000', '220740.929000', '220740.932000', '220740.934000', '220740.937000', '220740.940000', '220740.942000', '220740.945000', '220740.947000', '220740.950000', '220740.953000', '220740.955000', '220740.958000', '220740.961000', '220740.963000', '220740.966000', '220740.969000', '220740.971000', '220740.974000', '220740.977000', '220740.979000', '220740.982000', '220740.984000', '220740.987000', '220740.990000', '220740.992000', '220740.995000', '220740.998000', '220741.001000', '220741.004000', '220741.006000', '220741.009000', '220800.887000', '220800.891000', '220800.894000', '220800.896000', '220800.899000', '220800.901000', '220800.904000', '220800.907000', '220800.909000', '220800.912000', '220800.915000', '220800.917000', '220800.920000', '220800.923000', '220800.925000', '220800.928000', '220800.931000', '220800.934000', '220800.936000', '220800.939000', '220800.941000', '220800.944000', '220800.947000', '220800.949000', '220800.952000', '220800.954000', '220800.957000', '220800.960000', '220800.962000', '220800.965000', '220801.002000', '220801.005000', '220801.008000', '220801.010000', '220801.013000', '220801.016000', '220801.018000', '220801.021000', '220801.023000', '220801.026000', '220801.029000', '220801.031000', '220801.034000', '220801.037000', '220820.888000', '220820.890000', '220820.893000', '220820.896000', '220820.899000', '220820.901000', '220820.904000', '220820.907000', '220820.909000', '220820.912000', '220820.915000', '220820.917000', '220820.920000', '220820.923000', '220820.925000', '220820.928000', '220820.931000', '220820.933000', '220820.936000', '220820.939000', '220820.941000', '220820.944000', '220820.947000', '220820.949000', '220820.952000', '220820.954000', '220820.966000', '220820.969000', '220820.971000', '220820.974000', '220820.977000', '220820.980000', '220820.982000', '220820.985000', '220820.987000', '220820.990000', '220820.993000', '220820.995000', '220820.998000', '220821.002000', '220821.004000', '220821.007000', '220821.010000', '220840.889000', '220840.891000', '220840.894000', '220840.897000', '220840.900000', '220840.902000', '220840.905000', '220840.907000', '220840.910000', '220840.913000', '220840.915000', '220840.918000', '220840.921000', '220840.923000', '220840.926000', '220840.928000', '220840.931000', '220840.934000', '220840.936000', '220840.939000', '220840.942000', '220840.944000', '220840.947000', '220840.949000', '220840.952000', '220840.955000', '220840.957000', '220840.960000', '220840.963000', '220840.965000', '220840.968000', '220840.970000', '220840.973000', '220840.976000', '220840.978000', '220840.981000', '220840.983000', '220840.986000', '220840.989000', '220840.991000', '220840.994000', '220840.997000', '220840.999000', '220841.002000', '220900.888000', '220900.890000', '220900.893000', '220900.896000', '220900.899000', '220900.901000', '220900.904000', '220900.906000', '220900.909000', '220900.912000', '220900.914000', '220900.917000', '220900.920000', '220900.922000', '220900.925000', '220900.928000', '220900.930000', '220900.933000', '220900.936000', '220900.938000', '220900.941000', '220900.943000', '220900.946000', '220900.949000', '220900.951000', '220900.954000', '220900.957000', '220900.959000', '220900.962000', '220900.965000', '220900.967000', '220900.970000', '220900.972000', '220900.975000', '220900.978000', '220900.980000', '220900.983000', '220900.985000', '220900.988000', '220900.991000', '220900.995000', '220900.998000', '220901.001000', '220920.888000', '220920.890000', '220920.893000', '220920.896000', '220920.898000', '220920.901000', '220920.904000', '220920.906000', '220920.909000', '220920.912000', '220920.914000', '220920.917000', '220920.920000', '220920.922000', '220920.925000', '220920.927000', '220920.930000', '220920.933000', '220920.935000', '220920.938000', '220920.941000', '220920.943000', '220920.946000', '220920.948000', '220920.951000', '220920.954000', '220920.956000', '220920.987000', '220920.990000', '220920.992000', '220920.995000', '220920.997000', '220921.001000', '220921.004000', '220921.006000', '220921.009000', '220921.012000', '220921.014000', '220921.017000', '220921.020000', '220921.023000', '220921.025000', '220921.028000', '220921.031000', '220940.887000', '220940.891000', '220940.893000', '220940.896000', '220940.899000', '220940.901000', '220940.904000', '220940.906000', '220940.909000', '220940.912000', '220940.914000', '220940.917000', '220940.920000', '220940.922000', '220940.925000', '220940.928000', '220940.930000', '220940.933000', '220940.935000', '220940.938000', '220940.941000', '220940.943000', '220940.946000', '220940.949000', '220940.951000', '220940.954000', '220940.957000', '220940.959000', '220940.962000', '220940.964000', '220940.967000', '220940.970000', '220940.972000', '220940.975000', '220940.978000', '220940.980000', '220940.983000', '220940.986000', '220940.988000', '220940.991000', '220940.993000', '220940.996000', '220941.000000', '221000.887000', '221000.890000', '221000.893000', '221000.896000', '221000.898000', '221000.901000', '221000.904000', '221000.906000', '221000.909000', '221000.912000', '221000.914000', '221000.917000', '221000.920000', '221000.922000', '221000.925000', '221000.928000', '221000.930000', '221000.933000', '221000.935000', '221000.938000', '221000.941000', '221000.943000', '221000.946000', '221000.949000', '221000.951000', '221000.960000', '221000.963000', '221000.965000', '221000.968000', '221000.971000', '221000.973000', '221000.976000', '221000.979000', '221000.981000', '221000.984000', '221000.986000', '221000.989000', '221000.992000', '221000.994000', '221000.997000', '221001.000000', '221001.003000', '221001.006000', '221001.008000', '221020.887000', '221020.890000', '221020.893000', '221020.895000', '221020.898000', '221020.901000', '221020.903000', '221020.906000', '221020.909000', '221020.912000', '221020.914000', '221020.917000', '221020.920000', '221020.922000', '221020.925000', '221020.927000', '221020.930000', '221020.933000', '221020.935000', '221020.938000', '221020.940000', '221020.943000', '221020.946000', '221020.948000', '221020.951000', '221020.954000', '221020.956000', '221020.959000', '221020.961000', '221020.964000', '221020.967000', '221020.969000', '221020.972000', '221020.975000', '221020.977000', '221020.980000', '221020.982000', '221020.985000', '221020.988000', '221020.990000', '221020.993000', '221020.996000', '221021.000000', '221040.888000', '221040.891000', '221040.893000', '221040.896000', '221040.898000', '221040.901000', '221040.904000', '221040.906000', '221040.909000', '221040.912000', '221040.914000', '221040.917000', '221040.919000', '221040.922000', '221040.925000', '221040.927000', '221040.930000', '221040.933000', '221040.935000', '221040.938000', '221040.940000', '221040.943000', '221040.946000', '221040.955000', '221040.958000', '221040.961000', '221040.963000', '221040.966000', '221040.968000', '221040.971000', '221040.974000', '221040.976000', '221040.979000', '221040.982000', '221040.984000', '221040.987000', '221040.990000', '221040.992000', '221040.995000', '221040.997000', '221041.001000', '221041.004000', '221041.006000', '221041.009000', '221100.889000', '221100.892000', '221100.894000', '221100.897000', '221100.900000', '221100.902000', '221100.905000', '221100.908000', '221100.910000', '221100.913000', '221100.916000', '221100.919000', '221100.921000', '221100.924000', '221100.926000', '221100.929000', '221100.932000', '221100.934000', '221100.937000', '221100.940000', '221100.942000', '221100.945000', '221100.947000', '221100.950000', '221100.953000', '221100.955000', '221100.958000', '221100.961000', '221100.963000', '221100.966000', '221100.969000', '221100.971000', '221100.974000', '221100.977000', '221100.979000', '221100.982000', '221100.985000', '221100.987000', '221100.990000', '221100.992000', '221100.995000', '221100.998000', '221101.000000', '221113.505000', '221113.509000', '221113.512000', '221113.514000', '221113.518000', '221113.520000', '221113.523000', '221113.527000', '221113.530000', '221113.533000', '221113.536000', '221113.539000', '221113.542000', '221113.544000', '221113.547000', '221113.549000', '221113.552000', '221113.555000', '221113.558000', '221113.560000', '221113.563000', '221113.566000', '221113.568000', '221113.571000', '221113.576000', '221113.580000', '221113.582000', '221113.585000'], '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': [9791, 7609, 9726, 11022, 10014, 12431, 8672, 12327, 8776, 11202, 8667, 11223, 7983, 10731, 7174, 9824, 7860, 8840, 12041, 9195, 12877, 8832, 12622, 7995, 10633, 8355, 10900, 8471, 10730, 7163, 10320, 7455, 9267, 13085, 9131, 14126, 9299, 11274, 8729, 10643, 7773, 10267, 7242, 10240, 7440, 8960, 13831, 8791, 11835, 8590, 11293, 7872, 10521, 7129, 9429, 11782, 8690, 12901, 9175, 11188, 8689, 10499, 7090, 10302, 6987, 10070, 10863, 9772, 13702, 8828, 12051, 8747, 11306, 8176, 11350, 7419, 10531, 8624, 10285, 13154, 9287, 14381, 9225, 12028, 8286, 11215, 8419, 11427, 8130, 10782, 7171, 10527, 6937, 10714, 7198, 10481, 9166, 9989, 8212, 9470, 7475, 10495, 7523, 11647, 8280, 9546, 10396, 8479, 10625, 7037, 10845, 7624, 11536, 8597, 10884, 8072, 11096, 7789, 10563, 8026, 10692, 7962, 10600, 7944, 11013, 7752, 10523, 7175, 10558, 10865, 9342, 15048, 9374, 11705, 8532, 10479, 8000, 10435, 7470, 9926, 9293, 9420, 13806, 8440, 11469, 8719, 10507, 8015, 10240, 6701, 9963, 8542, 9322, 14151, 8877, 11823, 8901, 10613, 7378, 10101, 7175, 9434, 10446, 9031, 10686, 8807, 13314, 8485, 11509, 8442, 11060, 8421, 10805, 8090, 10580, 7731, 10354, 7277, 10739, 7669, 10587, 6979, 10305, 7582, 9998, 12139, 9396, 14303, 9396, 12589, 9032, 13647, 8706, 14698, 9389, 11378, 9487, 10610, 9618, 12769, 9135, 14536, 9605, 12725, 8735, 11332, 8539, 10786, 7762, 10512, 8160, 9719, 6708, 9011, 6213, 8951, 6698, 10086, 7103, 10484, 7831, 10745, 7543, 10846, 11239, 9810, 14649, 9791, 11539, 8594, 10644, 7702, 10876, 8078, 10476, 7287, 10113, 11163, 9224, 14009, 8771, 13013, 8507, 11023, 8697, 10633, 7481, 10655, 7675, 10067, 9137, 9192, 14024, 8704, 12116, 9463, 10949, 7961, 10228, 6947, 10163, 8843, 9257, 11317, 8499, 12323, 8449, 10862, 8032, 10407, 7102, 9832, 7114, 8857, 12370, 8680, 12711, 9359, 11638, 8794, 10747, 7686, 10460, 7297, 10450, 8072, 9813, 8239, 9235, 13039, 9076, 12714, 9019, 11915, 9020, 10866, 8273, 10339, 7562, 10656, 7860, 11047, 7219, 10755, 7437, 9941, 13354, 9423, 14832, 9206, 12688, 8737, 13920, 8856, 13497, 9581, 13495, 8674, 12158, 8795, 12128, 8599, 11339, 8101, 10829, 7761, 9494, 9305, 9063, 9298, 9201, 7986, 9187, 10326, 8843, 12930, 9196, 11912, 8966, 11237, 8264, 10328, 7975, 10273, 7631, 10021, 7462, 9820, 6458, 9937, 8462, 9023, 14177, 9471, 12892, 9461, 11399, 8611, 10560, 8171, 11162, 8540, 11839, 8595, 12217, 8307, 12635, 8448, 12360, 9408, 12258, 8496, 10717, 7890, 10142, 12711, 9429, 14428, 9545, 11659, 8842, 10683, 7892, 10404, 7705, 10374, 7014, 10043, 7819, 9012, 12099, 8512, 14191, 8980, 12335, 8494, 10806, 7860, 10586, 8089, 11149, 8028, 10864, 7576, 10405, 7588, 10408, 7042, 10427, 7771, 10163, 7101, 10282, 6995, 9936, 9809, 9459, 10931, 9239, 10460, 8812, 13775, 8940, 13161, 9198, 13927, 8719, 11273, 8384, 13198, 8684, 13189, 9289, 12417, 9261, 11209, 8416, 10872, 7895, 11412, 8869, 10451, 10518, 9416, 12819, 8629, 12933, 8542, 11982, 8385, 10878, 8339, 10571, 8083, 11289, 8472, 11707, 8723, 11362, 8224, 11063, 7961, 10482, 10690, 9376, 14086, 9269, 12233, 8913, 11033, 8364, 10843, 8032, 10084, 7675, 10169, 7652, 11245, 8318, 12130, 8578, 11508, 8518, 10873, 7872, 10050, 13358, 9283, 14516, 9463, 11549, 8571, 10544, 7657, 10673, 7340, 10447, 6920, 9984, 6260, 9826, 8670, 9282, 11637, 9169, 11843, 8439, 11253, 8489, 11501, 9061, 9932, 9534, 7678, 9407, 7383, 10950, 9610, 10500, 7900, 13144, 8741, 11407, 9333, 7618, 11053, 7346, 13284, 9144, 12673, 7479, 9260, 13993, 9367, 11453, 7393, 10617, 7329, 10956, 13631, 9155, 11362, 8965, 10800, 8329, 10622, 8278, 10634, 8371, 10375, 8344, 10909, 8764, 12198, 8844, 12808, 9054, 14109, 9052, 13370, 8786, 11195, 9102, 9567, 10234, 8273, 11824, 8719, 10460, 9982, 10506, 10141, 14777, 9152, 12417, 9023, 10919, 7976, 10457, 6948, 9017, 11788, 8261, 11998, 8248, 10667, 7415, 10139, 6953, 9544, 6818, 9414, 6491, 9411, 8122, 9015, 13111, 8907, 11492, 8563, 11142, 7943, 10917, 7303, 10236, 9625, 9100, 13270, 9116, 11904, 8926, 10722, 7077, 9764, 8688, 8563, 14225, 9039, 11866, 8725, 10681, 7923, 10337, 7532, 9964, 11880, 9649, 14699, 8752, 12515, 9019, 11062, 7782, 11468, 7940, 10364, 11154, 9758, 13682, 9493, 11840, 7906, 10559, 6996, 9882, 7666, 9331, 10419, 9481, 10944, 9209, 14344, 8914, 12137, 8807, 11759, 8335, 11386, 7543, 10193, 12878, 9225, 14097, 9641, 11805, 8401, 10573, 6977, 10105, 7129, 10319, 6441, 9503, 6386, 9184, 8459, 9507, 11731, 9381, 13799, 8637, 12657, 9122, 12359, 8662, 11191, 7394, 10738, 7995, 10666, 8628, 11318, 7163, 10809, 7132, 10575, 7319, 11394, 7742, 11201, 7598, 10576, 7214, 10538, 7498, 10276, 9095, 9564, 11999, 8842, 13378, 8916, 11231, 8828, 10708, 7820, 9655, 7234, 11439, 8726, 10546, 8468, 7603, 10660, 8378, 12331, 8729, 12390, 9738, 12826, 9283, 11493, 7925, 10926, 10591, 10245, 15202, 9795, 13522, 9110, 11007, 8334, 10501, 8030, 10876, 8075, 10762, 7852, 10664, 7844, 11561, 7833, 11683, 7946, 10188, 9439, 9766, 15008, 9234, 14105, 9387, 12448, 8193, 11882, 8380, 11045, 7830, 10827, 7195, 10013, 7372, 8808, 12902, 8663, 13918, 9157, 12552, 8125, 11279, 8186, 11110, 8092, 11000, 8123, 11401, 7967, 10633, 7579, 11027, 7628, 11622, 8114, 11140, 7354, 10894, 7210, 11130, 7919, 12635, 8625, 12046, 8527, 11693, 8502, 12429, 9347, 11791, 8908, 11533, 8605, 12573, 8827, 12757, 9128, 11843, 8451, 11321, 8088, 12053, 8282, 11883, 7863, 10583, 7490, 10451, 7774, 11095, 7903, 11772, 8189, 11154, 8141, 11823, 8488, 11638, 7950, 11383, 6804, 9805, 7420, 9271, 13626, 9482, 14895, 9266, 12780, 8587, 11327, 8301, 10770, 7761, 10692, 6857, 9777, 6756, 9434, 9379, 9569, 9184, 9431, 9184, 8651, 8122, 9130, 8388, 10541, 7118, 10448, 7387, 11067, 11763, 10057, 15336, 9848, 13960, 8801, 11961, 8782, 12011, 8794, 12586, 8777, 11313, 8322, 10863, 8248, 11804, 8540, 12468, 8350, 11123, 8138, 11424, 8196, 11613, 8304, 11629, 7990, 10738, 7767, 11455, 8321, 11911, 8473, 11189, 8062, 10543, 7474, 10601, 7733, 11382, 7965, 10707, 7698, 10665, 7786, 10863, 7985, 11543, 7870, 10939, 7939, 11266, 7888, 11660, 9812, 10205, 7787, 10080, 8209, 9471, 8669, 9675, 7538, 10346, 6658, 10251, 6849, 10710, 8169, 10383, 9896, 9391, 11807, 8733, 13670, 9153, 12100, 9189, 11335, 8270, 10796, 8044, 11140, 8111, 11847, 8661, 10705, 7362, 10587, 8369, 9572, 12393, 9351, 14118, 8951, 11897, 8868, 10872, 8026, 10967, 7362, 10300, 6666, 9111, 10191, 9092, 13700, 9039, 13508, 8770, 11393, 8300, 10795, 7935, 10772, 6633, 10703, 8380, 10600, 7460, 10174, 7868, 13645, 8436, 12618, 8986, 12301, 8049, 11135, 8453, 10528, 9866, 9386, 13663, 8617, 13272, 8807, 12546, 8607, 12042, 8037, 10892, 8261, 10661, 9043, 7529, 10221, 7296, 10643, 13193, 9191, 13311, 10137, 11932, 8853, 10720, 7650, 10693, 8017, 10476, 8612, 10242, 7210, 9558, 9774, 9705, 7039, 9445, 6454, 10009, 7145, 10032, 12825, 9215, 14383, 9448, 11791, 8777, 11014, 7568, 10381, 9007, 10472, 10297, 9358, 13349, 8562, 12107, 8914, 11270, 8568, 10393, 7968, 10554, 7690, 10917, 8055, 11674, 8014, 10540, 7170, 9520, 11701, 8983, 14692, 9536, 11827, 8704, 10724, 7987, 10515, 7561, 10600, 7780, 10063, 7440, 9846, 7137, 10131, 6710, 10212, 8301, 9769, 10562, 9149, 14512, 8893, 12456, 9492, 12022, 9053, 10920, 7932, 10137, 7117, 10342, 7519, 10617, 6890, 10347, 7109, 10516, 8572, 10324, 10167, 10347, 11083, 9647, 13666, 9146, 12766, 9684, 11908, 8746, 10596, 7174, 10061, 6878, 9541, 9024, 9513, 7866, 9093, 7716, 8729, 9280, 8752, 9532, 9172, 7832, 9326, 12123, 8781, 12498, 9188, 11320, 8083, 11308, 7183, 9942, 7394, 9249, 10298, 9451, 9585, 9280, 7369, 9151, 6697, 9675, 7343, 10765, 7582, 11304, 7608, 11490, 10428, 8928, 15210, 9993, 12964, 9283, 11354, 8364, 11155, 7833, 11668, 8515, 11301, 8231, 10550, 7913, 11068, 7811, 11406, 8846, 12362, 8543, 11725, 8642, 11882, 8014, 10939, 9573, 9756, 12237, 9026, 13921, 8736, 13176, 8996, 12192, 8255, 10371, 8111, 12621, 8404, 13270, 9216, 13319, 8747, 12108, 8643, 11805, 7981, 11116, 8007, 10273, 8542, 9289, 11933, 9078, 14459, 9443, 12341, 8587, 12205, 8415, 11528, 8233, 11493, 8586, 11731, 8029, 10927, 7531, 10992, 7832, 11543, 8337, 11694, 8932, 8401, 9583, 7705, 12129, 8728, 14131, 9572, 13239, 9309, 12171, 8398, 11616, 8178, 11052, 7439, 10938, 6823, 9506, 8499, 9245, 9297, 8818, 8083, 8497, 10599, 8685, 13348, 8891, 12621, 9064, 11476, 8426, 11002, 7706, 10635, 8033, 10464, 8645, 9255, 13776, 8729, 12292, 8728, 11057, 7701, 10385, 7038, 9159, 10417, 8602, 13865, 9259, 13659, 8962, 11168], 'WindowCenter': [3887.0, 3841.0, 3860.0, 3867.0, 3856.0, 3865.0, 3833.0, 3864.0, 3831.0, 3852.0, 3832.0, 3854.0, 3821.0, 3852.0, 3810.0, 3842.0, 3820.0, 3831.0, 3861.0, 3844.0, 3864.0, 3832.0, 3863.0, 3822.0, 3853.0, 3832.0, 3853.0, 3832.0, 3853.0, 3811.0, 3853.0, 3821.0, 3843.0, 3864.0, 3844.0, 3875.0, 3843.0, 3854.0, 3833.0, 3853.0, 3823.0, 3855.0, 3824.0, 3856.0, 3824.0, 3846.0, 3876.0, 3850.0, 3867.0, 3846.0, 3866.0, 3834.0, 3855.0, 3824.0, 3844.0, 3864.0, 3835.0, 3865.0, 3846.0, 3855.0, 3845.0, 3855.0, 3824.0, 3855.0, 3813.0, 3857.0, 3866.0, 3856.0, 3877.0, 3845.0, 3866.0, 3833.0, 3855.0, 3833.0, 3855.0, 3812.0, 3854.0, 3833.0, 3843.0, 3862.0, 3833.0, 3863.0, 3831.0, 3863.0, 3832.0, 3852.0, 3821.0, 3853.0, 3821.0, 3853.0, 3811.0, 3853.0, 3811.0, 3853.0, 3811.0, 3855.0, 3843.0, 3857.0, 3836.0, 3860.0, 3825.0, 3855.0, 3836.0, 3866.0, 3847.0, 3857.0, 3858.0, 3836.0, 3868.0, 3825.0, 3854.0, 3822.0, 3856.0, 3831.0, 3853.0, 3822.0, 3856.0, 3823.0, 3854.0, 3823.0, 3842.0, 3821.0, 3853.0, 3822.0, 3853.0, 3822.0, 3854.0, 3812.0, 3854.0, 3853.0, 3833.0, 3862.0, 3830.0, 3851.0, 3819.0, 3839.0, 3808.0, 3840.0, 3809.0, 3830.0, 3830.0, 3830.0, 3861.0, 3819.0, 3851.0, 3830.0, 3842.0, 3821.0, 3842.0, 3800.0, 3843.0, 3832.0, 3832.0, 3862.0, 3832.0, 3854.0, 3832.0, 3853.0, 3823.0, 3853.0, 3811.0, 3844.0, 3854.0, 3847.0, 3856.0, 3846.0, 3876.0, 3834.0, 3865.0, 3836.0, 3867.0, 3835.0, 3867.0, 3837.0, 3869.0, 3837.0, 3856.0, 3825.0, 3870.0, 3825.0, 3857.0, 3827.0, 3857.0, 3824.0, 3858.0, 3867.0, 3845.0, 3876.0, 3844.0, 3867.0, 3834.0, 3864.0, 3833.0, 3876.0, 3844.0, 3853.0, 3843.0, 3853.0, 3842.0, 3863.0, 3832.0, 3863.0, 3842.0, 3863.0, 3832.0, 3852.0, 3831.0, 3852.0, 3809.0, 3841.0, 3818.0, 3830.0, 3799.0, 3830.0, 3789.0, 3832.0, 3813.0, 3856.0, 3825.0, 3868.0, 3837.0, 3868.0, 3836.0, 3868.0, 3867.0, 3846.0, 3876.0, 3843.0, 3855.0, 3831.0, 3841.0, 3808.0, 3841.0, 3808.0, 3841.0, 3808.0, 3840.0, 3839.0, 3830.0, 3861.0, 3832.0, 3862.0, 3831.0, 3852.0, 3831.0, 3853.0, 3811.0, 3842.0, 3810.0, 3843.0, 3831.0, 3830.0, 3861.0, 3831.0, 3853.0, 3831.0, 3853.0, 3820.0, 3842.0, 3809.0, 3842.0, 3831.0, 3832.0, 3852.0, 3831.0, 3863.0, 3832.0, 3853.0, 3833.0, 3856.0, 3812.0, 3855.0, 3814.0, 3845.0, 3864.0, 3833.0, 3864.0, 3844.0, 3854.0, 3834.0, 3855.0, 3822.0, 3854.0, 3811.0, 3854.0, 3822.0, 3856.0, 3834.0, 3846.0, 3875.0, 3844.0, 3864.0, 3845.0, 3867.0, 3846.0, 3866.0, 3835.0, 3855.0, 3835.0, 3867.0, 3835.0, 3868.0, 3826.0, 3867.0, 3825.0, 3857.0, 3875.0, 3845.0, 3877.0, 3844.0, 3865.0, 3834.0, 3862.0, 3832.0, 3863.0, 3833.0, 3864.0, 3832.0, 3851.0, 3819.0, 3851.0, 3818.0, 3840.0, 3806.0, 3837.0, 3807.0, 3827.0, 3816.0, 3817.0, 3829.0, 3830.0, 3819.0, 3831.0, 3842.0, 3832.0, 3862.0, 3831.0, 3852.0, 3830.0, 3841.0, 3820.0, 3840.0, 3821.0, 3841.0, 3821.0, 3844.0, 3821.0, 3845.0, 3813.0, 3855.0, 3833.0, 3844.0, 3874.0, 3845.0, 3865.0, 3844.0, 3866.0, 3834.0, 3853.0, 3834.0, 3866.0, 3835.0, 3865.0, 3834.0, 3866.0, 3836.0, 3866.0, 3834.0, 3865.0, 3844.0, 3865.0, 3831.0, 3842.0, 3821.0, 3841.0, 3850.0, 3831.0, 3861.0, 3829.0, 3850.0, 3830.0, 3839.0, 3807.0, 3839.0, 3810.0, 3840.0, 3798.0, 3841.0, 3809.0, 3831.0, 3851.0, 3820.0, 3861.0, 3830.0, 3851.0, 3831.0, 3853.0, 3821.0, 3842.0, 3821.0, 3853.0, 3822.0, 3855.0, 3824.0, 3855.0, 3836.0, 3855.0, 3812.0, 3855.0, 3822.0, 3855.0, 3811.0, 3856.0, 3813.0, 3855.0, 3854.0, 3845.0, 3855.0, 3846.0, 3857.0, 3846.0, 3876.0, 3844.0, 3865.0, 3845.0, 3876.0, 3835.0, 3856.0, 3835.0, 3865.0, 3834.0, 3865.0, 3843.0, 3865.0, 3832.0, 3853.0, 3822.0, 3841.0, 3821.0, 3852.0, 3831.0, 3842.0, 3840.0, 3830.0, 3850.0, 3820.0, 3851.0, 3830.0, 3852.0, 3822.0, 3854.0, 3832.0, 3853.0, 3834.0, 3855.0, 3835.0, 3865.0, 3834.0, 3866.0, 3834.0, 3853.0, 3822.0, 3854.0, 3842.0, 3832.0, 3863.0, 3830.0, 3850.0, 3829.0, 3840.0, 3819.0, 3841.0, 3821.0, 3852.0, 3823.0, 3853.0, 3823.0, 3866.0, 3836.0, 3867.0, 3846.0, 3867.0, 3846.0, 3856.0, 3823.0, 3844.0, 3864.0, 3833.0, 3863.0, 3831.0, 3853.0, 3830.0, 3840.0, 3808.0, 3841.0, 3809.0, 3841.0, 3811.0, 3843.0, 3800.0, 3843.0, 3832.0, 3844.0, 3864.0, 3844.0, 3864.0, 3833.0, 3855.0, 3834.0, 3866.0, 3846.0, 3857.0, 3846.0, 3827.0, 3860.0, 3840.0, 3871.0, 3857.0, 3856.0, 3836.0, 3879.0, 3848.0, 3880.0, 3859.0, 3826.0, 3854.0, 3813.0, 3854.0, 3821.0, 3852.0, 3785.0, 3817.0, 3846.0, 3817.0, 3838.0, 3798.0, 3841.0, 3796.0, 3837.0, 3846.0, 3815.0, 3825.0, 3802.0, 3813.0, 3791.0, 3811.0, 3791.0, 3811.0, 3792.0, 3810.0, 3790.0, 3810.0, 3790.0, 3822.0, 3802.0, 3822.0, 3790.0, 3831.0, 3801.0, 3833.0, 3791.0, 3826.0, 3805.0, 3816.0, 3814.0, 3804.0, 3835.0, 3807.0, 3829.0, 3829.0, 3828.0, 3828.0, 3849.0, 3817.0, 3839.0, 3805.0, 3826.0, 3795.0, 3828.0, 3784.0, 3817.0, 3837.0, 3819.0, 3838.0, 3820.0, 3839.0, 3809.0, 3842.0, 3811.0, 3843.0, 3803.0, 3844.0, 3803.0, 3848.0, 3836.0, 3847.0, 3878.0, 3846.0, 3856.0, 3836.0, 3869.0, 3837.0, 3857.0, 3825.0, 3857.0, 3846.0, 3836.0, 3878.0, 3848.0, 3870.0, 3847.0, 3858.0, 3817.0, 3859.0, 3848.0, 3847.0, 3877.0, 3849.0, 3880.0, 3850.0, 3870.0, 3839.0, 3859.0, 3837.0, 3860.0, 3869.0, 3859.0, 3891.0, 3848.0, 3868.0, 3847.0, 3856.0, 3825.0, 3867.0, 3824.0, 3856.0, 3855.0, 3844.0, 3865.0, 3844.0, 3866.0, 3823.0, 3854.0, 3812.0, 3843.0, 3822.0, 3844.0, 3857.0, 3846.0, 3867.0, 3847.0, 3877.0, 3846.0, 3867.0, 3845.0, 3869.0, 3834.0, 3855.0, 3823.0, 3844.0, 3865.0, 3832.0, 3863.0, 3831.0, 3852.0, 3820.0, 3842.0, 3798.0, 3842.0, 3799.0, 3842.0, 3800.0, 3844.0, 3803.0, 3846.0, 3834.0, 3846.0, 3867.0, 3849.0, 3878.0, 3837.0, 3866.0, 3844.0, 3867.0, 3832.0, 3853.0, 3811.0, 3841.0, 3820.0, 3842.0, 3819.0, 3852.0, 3810.0, 3852.0, 3811.0, 3842.0, 3811.0, 3855.0, 3823.0, 3855.0, 3824.0, 3855.0, 3823.0, 3855.0, 3812.0, 3855.0, 3833.0, 3844.0, 3865.0, 3835.0, 3863.0, 3832.0, 3853.0, 3833.0, 3855.0, 3824.0, 3857.0, 3840.0, 3868.0, 3847.0, 3867.0, 3847.0, 3838.0, 3885.0, 3862.0, 3891.0, 3849.0, 3879.0, 3858.0, 3868.0, 3845.0, 3856.0, 3823.0, 3855.0, 3843.0, 3841.0, 3862.0, 3830.0, 3851.0, 3820.0, 3839.0, 3819.0, 3840.0, 3820.0, 3854.0, 3822.0, 3855.0, 3825.0, 3853.0, 3822.0, 3854.0, 3823.0, 3856.0, 3821.0, 3844.0, 3831.0, 3842.0, 3860.0, 3831.0, 3861.0, 3832.0, 3852.0, 3822.0, 3853.0, 3822.0, 3852.0, 3821.0, 3854.0, 3810.0, 3842.0, 3811.0, 3832.0, 3862.0, 3832.0, 3863.0, 3844.0, 3865.0, 3833.0, 3865.0, 3834.0, 3855.0, 3834.0, 3856.0, 3835.0, 3866.0, 3835.0, 3855.0, 3824.0, 3854.0, 3824.0, 3866.0, 3823.0, 3855.0, 3822.0, 3854.0, 3811.0, 3866.0, 3834.0, 3865.0, 3834.0, 3866.0, 3834.0, 3864.0, 3835.0, 3865.0, 3844.0, 3854.0, 3834.0, 3854.0, 3832.0, 3863.0, 3832.0, 3864.0, 3832.0, 3852.0, 3821.0, 3851.0, 3820.0, 3852.0, 3821.0, 3852.0, 3821.0, 3841.0, 3810.0, 3842.0, 3820.0, 3852.0, 3822.0, 3864.0, 3833.0, 3854.0, 3823.0, 3853.0, 3832.0, 3854.0, 3821.0, 3854.0, 3801.0, 3843.0, 3810.0, 3832.0, 3862.0, 3842.0, 3875.0, 3831.0, 3864.0, 3832.0, 3852.0, 3833.0, 3854.0, 3821.0, 3853.0, 3811.0, 3843.0, 3811.0, 3843.0, 3843.0, 3857.0, 3845.0, 3844.0, 3844.0, 3832.0, 3822.0, 3846.0, 3835.0, 3858.0, 3825.0, 3858.0, 3826.0, 3856.0, 3855.0, 3845.0, 3875.0, 3830.0, 3864.0, 3831.0, 3851.0, 3820.0, 3852.0, 3831.0, 3853.0, 3832.0, 3853.0, 3822.0, 3852.0, 3821.0, 3852.0, 3832.0, 3864.0, 3822.0, 3854.0, 3822.0, 3852.0, 3820.0, 3852.0, 3820.0, 3852.0, 3821.0, 3853.0, 3810.0, 3852.0, 3832.0, 3853.0, 3821.0, 3852.0, 3823.0, 3842.0, 3809.0, 3842.0, 3822.0, 3855.0, 3834.0, 3855.0, 3824.0, 3854.0, 3823.0, 3856.0, 3835.0, 3867.0, 3835.0, 3856.0, 3835.0, 3855.0, 3823.0, 3866.0, 3843.0, 3844.0, 3821.0, 3843.0, 3821.0, 3841.0, 3819.0, 3842.0, 3820.0, 3854.0, 3812.0, 3856.0, 3813.0, 3855.0, 3832.0, 3845.0, 3844.0, 3833.0, 3864.0, 3832.0, 3863.0, 3832.0, 3864.0, 3832.0, 3853.0, 3823.0, 3852.0, 3821.0, 3853.0, 3822.0, 3864.0, 3834.0, 3843.0, 3812.0, 3842.0, 3821.0, 3833.0, 3852.0, 3831.0, 3862.0, 3831.0, 3851.0, 3831.0, 3841.0, 3821.0, 3842.0, 3810.0, 3842.0, 3800.0, 3832.0, 3841.0, 3833.0, 3865.0, 3832.0, 3864.0, 3832.0, 3853.0, 3821.0, 3856.0, 3835.0, 3870.0, 3816.0, 3858.0, 3835.0, 3856.0, 3827.0, 3858.0, 3838.0, 3891.0, 3850.0, 3892.0, 3862.0, 3879.0, 3837.0, 3856.0, 3835.0, 3858.0, 3845.0, 3844.0, 3876.0, 3832.0, 3863.0, 3846.0, 3866.0, 3835.0, 3867.0, 3835.0, 3867.0, 3837.0, 3869.0, 3847.0, 3838.0, 3859.0, 3828.0, 3860.0, 3877.0, 3845.0, 3865.0, 3844.0, 3853.0, 3833.0, 3842.0, 3810.0, 3840.0, 3807.0, 3841.0, 3818.0, 3841.0, 3809.0, 3830.0, 3842.0, 3843.0, 3812.0, 3843.0, 3802.0, 3844.0, 3813.0, 3846.0, 3864.0, 3844.0, 3864.0, 3833.0, 3854.0, 3821.0, 3841.0, 3808.0, 3830.0, 3818.0, 3840.0, 3840.0, 3829.0, 3861.0, 3820.0, 3851.0, 3831.0, 3840.0, 3821.0, 3842.0, 3821.0, 3842.0, 3821.0, 3854.0, 3823.0, 3853.0, 3821.0, 3843.0, 3811.0, 3843.0, 3851.0, 3831.0, 3863.0, 3831.0, 3852.0, 3831.0, 3853.0, 3821.0, 3842.0, 3821.0, 3854.0, 3822.0, 3845.0, 3825.0, 3858.0, 3826.0, 3856.0, 3814.0, 3858.0, 3837.0, 3859.0, 3868.0, 3847.0, 3877.0, 3845.0, 3866.0, 3844.0, 3855.0, 3834.0, 3843.0, 3822.0, 3843.0, 3811.0, 3844.0, 3812.0, 3854.0, 3813.0, 3857.0, 3814.0, 3854.0, 3834.0, 3857.0, 3855.0, 3854.0, 3855.0, 3843.0, 3864.0, 3832.0, 3852.0, 3831.0, 3852.0, 3819.0, 3842.0, 3810.0, 3830.0, 3798.0, 3830.0, 3832.0, 3843.0, 3821.0, 3833.0, 3822.0, 3833.0, 3844.0, 3846.0, 3856.0, 3847.0, 3836.0, 3848.0, 3881.0, 3848.0, 3868.0, 3845.0, 3867.0, 3823.0, 3855.0, 3812.0, 3845.0, 3812.0, 3833.0, 3842.0, 3843.0, 3843.0, 3833.0, 3822.0, 3843.0, 3812.0, 3846.0, 3824.0, 3870.0, 3824.0, 3856.0, 3825.0, 3883.0, 3855.0, 3846.0, 3876.0, 3844.0, 3864.0, 3843.0, 3853.0, 3822.0, 3852.0, 3822.0, 3855.0, 3834.0, 3853.0, 3834.0, 3855.0, 3824.0, 3855.0, 3824.0, 3867.0, 3859.0, 3868.0, 3848.0, 3867.0, 3834.0, 3865.0, 3822.0, 3855.0, 3844.0, 3843.0, 3864.0, 3832.0, 3862.0, 3831.0, 3862.0, 3832.0, 3865.0, 3833.0, 3855.0, 3835.0, 3865.0, 3837.0, 3879.0, 3858.0, 3878.0, 3847.0, 3878.0, 3847.0, 3866.0, 3834.0, 3856.0, 3823.0, 3855.0, 3833.0, 3833.0, 3852.0, 3832.0, 3875.0, 3844.0, 3865.0, 3845.0, 3877.0, 3847.0, 3866.0, 3836.0, 3867.0, 3846.0, 3868.0, 3836.0, 3857.0, 3825.0, 3867.0, 3838.0, 3882.0, 3863.0, 3881.0, 3861.0, 3851.0, 3859.0, 3839.0, 3880.0, 3849.0, 3892.0, 3858.0, 3879.0, 3847.0, 3854.0, 3823.0, 3853.0, 3820.0, 3843.0, 3809.0, 3842.0, 3801.0, 3832.0, 3831.0, 3832.0, 3843.0, 3833.0, 3834.0, 3836.0, 3855.0, 3835.0, 3876.0, 3847.0, 3866.0, 3846.0, 3867.0, 3835.0, 3854.0, 3823.0, 3855.0, 3823.0, 3856.0, 3833.0, 3846.0, 3875.0, 3833.0, 3864.0, 3833.0, 3855.0, 3821.0, 3844.0, 3812.0, 3844.0, 3853.0, 3832.0, 3874.0, 3846.0, 3876.0, 3847.0, 3866.0], 'WindowWidth': [8708.0, 8636.0, 8657.0, 8659.0, 8644.0, 8652.0, 8607.0, 8649.0, 8601.0, 8630.0, 8602.0, 8636.0, 8586.0, 8631.0, 8571.0, 8616.0, 8583.0, 8599.0, 8640.0, 8623.0, 8646.0, 8603.0, 8647.0, 8589.0, 8632.0, 8602.0, 8633.0, 8604.0, 8633.0, 8575.0, 8634.0, 8589.0, 8620.0, 8647.0, 8623.0, 8666.0, 8619.0, 8637.0, 8607.0, 8634.0, 8591.0, 8639.0, 8595.0, 8641.0, 8595.0, 8627.0, 8667.0, 8638.0, 8657.0, 8627.0, 8655.0, 8607.0, 8638.0, 8594.0, 8623.0, 8648.0, 8610.0, 8652.0, 8627.0, 8638.0, 8624.0, 8639.0, 8596.0, 8638.0, 8579.0, 8645.0, 8654.0, 8641.0, 8672.0, 8625.0, 8654.0, 8606.0, 8637.0, 8604.0, 8638.0, 8576.0, 8636.0, 8605.0, 8618.0, 8642.0, 8605.0, 8645.0, 8601.0, 8648.0, 8603.0, 8628.0, 8586.0, 8633.0, 8586.0, 8630.0, 8574.0, 8631.0, 8575.0, 8633.0, 8575.0, 8638.0, 8617.0, 8643.0, 8614.0, 8653.0, 8596.0, 8639.0, 8614.0, 8656.0, 8631.0, 8644.0, 8648.0, 8613.0, 8661.0, 8601.0, 8637.0, 8589.0, 8639.0, 8600.0, 8633.0, 8588.0, 8639.0, 8593.0, 8636.0, 8594.0, 8616.0, 8588.0, 8632.0, 8588.0, 8633.0, 8591.0, 8636.0, 8576.0, 8634.0, 8628.0, 8603.0, 8641.0, 8594.0, 8626.0, 8579.0, 8607.0, 8564.0, 8608.0, 8565.0, 8597.0, 8594.0, 8596.0, 8638.0, 8580.0, 8625.0, 8596.0, 8615.0, 8585.0, 8616.0, 8558.0, 8618.0, 8601.0, 8603.0, 8644.0, 8603.0, 8635.0, 8602.0, 8632.0, 8593.0, 8633.0, 8574.0, 8623.0, 8634.0, 8629.0, 8641.0, 8629.0, 8669.0, 8609.0, 8652.0, 8615.0, 8657.0, 8613.0, 8657.0, 8618.0, 8662.0, 8618.0, 8643.0, 8598.0, 8666.0, 8598.0, 8644.0, 8603.0, 8644.0, 8597.0, 8645.0, 8655.0, 8626.0, 8667.0, 8622.0, 8655.0, 8607.0, 8648.0, 8605.0, 8665.0, 8621.0, 8632.0, 8618.0, 8631.0, 8617.0, 8645.0, 8602.0, 8646.0, 8614.0, 8644.0, 8602.0, 8631.0, 8599.0, 8628.0, 8566.0, 8613.0, 8577.0, 8596.0, 8553.0, 8595.0, 8542.0, 8604.0, 8578.0, 8643.0, 8600.0, 8662.0, 8620.0, 8662.0, 8616.0, 8660.0, 8655.0, 8627.0, 8667.0, 8619.0, 8637.0, 8599.0, 8611.0, 8564.0, 8612.0, 8563.0, 8613.0, 8564.0, 8608.0, 8605.0, 8596.0, 8639.0, 8602.0, 8642.0, 8598.0, 8629.0, 8598.0, 8634.0, 8572.0, 8617.0, 8568.0, 8616.0, 8597.0, 8595.0, 8639.0, 8599.0, 8630.0, 8597.0, 8630.0, 8584.0, 8614.0, 8568.0, 8615.0, 8599.0, 8602.0, 8627.0, 8601.0, 8644.0, 8603.0, 8632.0, 8605.0, 8639.0, 8576.0, 8637.0, 8581.0, 8625.0, 8648.0, 8606.0, 8649.0, 8621.0, 8635.0, 8608.0, 8637.0, 8590.0, 8634.0, 8573.0, 8635.0, 8590.0, 8639.0, 8609.0, 8628.0, 8665.0, 8622.0, 8650.0, 8624.0, 8658.0, 8628.0, 8656.0, 8613.0, 8637.0, 8611.0, 8659.0, 8613.0, 8661.0, 8603.0, 8659.0, 8599.0, 8644.0, 8665.0, 8627.0, 8669.0, 8620.0, 8651.0, 8606.0, 8644.0, 8603.0, 8646.0, 8603.0, 8646.0, 8601.0, 8628.0, 8581.0, 8625.0, 8575.0, 8609.0, 8557.0, 8602.0, 8559.0, 8586.0, 8571.0, 8575.0, 8592.0, 8596.0, 8581.0, 8601.0, 8614.0, 8601.0, 8643.0, 8599.0, 8629.0, 8595.0, 8611.0, 8583.0, 8609.0, 8584.0, 8614.0, 8586.0, 8621.0, 8588.0, 8623.0, 8581.0, 8640.0, 8604.0, 8622.0, 8663.0, 8623.0, 8652.0, 8621.0, 8655.0, 8608.0, 8633.0, 8607.0, 8654.0, 8611.0, 8651.0, 8609.0, 8656.0, 8614.0, 8655.0, 8608.0, 8650.0, 8620.0, 8651.0, 8599.0, 8617.0, 8584.0, 8611.0, 8621.0, 8596.0, 8639.0, 8591.0, 8624.0, 8594.0, 8605.0, 8562.0, 8607.0, 8567.0, 8611.0, 8550.0, 8612.0, 8567.0, 8597.0, 8622.0, 8582.0, 8640.0, 8596.0, 8627.0, 8598.0, 8632.0, 8586.0, 8615.0, 8588.0, 8634.0, 8590.0, 8636.0, 8596.0, 8638.0, 8614.0, 8639.0, 8576.0, 8639.0, 8590.0, 8637.0, 8576.0, 8641.0, 8579.0, 8638.0, 8634.0, 8626.0, 8638.0, 8628.0, 8643.0, 8628.0, 8668.0, 8623.0, 8652.0, 8626.0, 8667.0, 8611.0, 8639.0, 8613.0, 8651.0, 8608.0, 8650.0, 8619.0, 8651.0, 8601.0, 8631.0, 8589.0, 8613.0, 8586.0, 8630.0, 8596.0, 8614.0, 8607.0, 8596.0, 8623.0, 8580.0, 8624.0, 8596.0, 8629.0, 8587.0, 8634.0, 8604.0, 8634.0, 8608.0, 8638.0, 8611.0, 8653.0, 8610.0, 8654.0, 8607.0, 8632.0, 8587.0, 8635.0, 8615.0, 8601.0, 8644.0, 8594.0, 8623.0, 8594.0, 8610.0, 8581.0, 8612.0, 8586.0, 8631.0, 8592.0, 8634.0, 8594.0, 8654.0, 8614.0, 8657.0, 8628.0, 8658.0, 8627.0, 8642.0, 8592.0, 8623.0, 8647.0, 8605.0, 8646.0, 8599.0, 8631.0, 8596.0, 8610.0, 8565.0, 8614.0, 8568.0, 8613.0, 8574.0, 8619.0, 8559.0, 8618.0, 8602.0, 8622.0, 8646.0, 8620.0, 8647.0, 8606.0, 8637.0, 8609.0, 8653.0, 8628.0, 8640.0, 8627.0, 8601.0, 8651.0, 8626.0, 8668.0, 8643.0, 8641.0, 8611.0, 8676.0, 8634.0, 8678.0, 8650.0, 8599.0, 8633.0, 8577.0, 8628.0, 8580.0, 8627.0, 8523.0, 8569.0, 8609.0, 8569.0, 8600.0, 8545.0, 8612.0, 8543.0, 8599.0, 8611.0, 8565.0, 8578.0, 8544.0, 8559.0, 8527.0, 8554.0, 8525.0, 8554.0, 8527.0, 8551.0, 8523.0, 8550.0, 8523.0, 8568.0, 8540.0, 8569.0, 8523.0, 8581.0, 8540.0, 8584.0, 8528.0, 8582.0, 8552.0, 8566.0, 8563.0, 8550.0, 8594.0, 8558.0, 8588.0, 8590.0, 8587.0, 8588.0, 8617.0, 8571.0, 8603.0, 8552.0, 8581.0, 8538.0, 8585.0, 8522.0, 8570.0, 8596.0, 8576.0, 8601.0, 8579.0, 8605.0, 8567.0, 8612.0, 8572.0, 8615.0, 8563.0, 8620.0, 8565.0, 8633.0, 8612.0, 8629.0, 8669.0, 8625.0, 8639.0, 8612.0, 8660.0, 8614.0, 8643.0, 8597.0, 8642.0, 8623.0, 8612.0, 8670.0, 8629.0, 8663.0, 8624.0, 8641.0, 8587.0, 8647.0, 8634.0, 8631.0, 8670.0, 8635.0, 8677.0, 8637.0, 8664.0, 8623.0, 8648.0, 8615.0, 8652.0, 8660.0, 8647.0, 8692.0, 8632.0, 8660.0, 8629.0, 8640.0, 8596.0, 8656.0, 8593.0, 8638.0, 8634.0, 8619.0, 8650.0, 8620.0, 8652.0, 8589.0, 8633.0, 8574.0, 8618.0, 8587.0, 8622.0, 8641.0, 8628.0, 8655.0, 8629.0, 8669.0, 8626.0, 8656.0, 8624.0, 8660.0, 8606.0, 8637.0, 8589.0, 8618.0, 8645.0, 8599.0, 8644.0, 8597.0, 8626.0, 8582.0, 8612.0, 8551.0, 8612.0, 8552.0, 8616.0, 8558.0, 8622.0, 8566.0, 8627.0, 8607.0, 8627.0, 8655.0, 8634.0, 8673.0, 8615.0, 8654.0, 8620.0, 8654.0, 8601.0, 8632.0, 8572.0, 8612.0, 8581.0, 8612.0, 8579.0, 8627.0, 8569.0, 8629.0, 8572.0, 8616.0, 8573.0, 8635.0, 8591.0, 8639.0, 8596.0, 8637.0, 8594.0, 8638.0, 8576.0, 8638.0, 8604.0, 8622.0, 8649.0, 8609.0, 8644.0, 8602.0, 8631.0, 8604.0, 8636.0, 8595.0, 8646.0, 8625.0, 8661.0, 8630.0, 8656.0, 8633.0, 8620.0, 8694.0, 8660.0, 8697.0, 8637.0, 8676.0, 8646.0, 8660.0, 8623.0, 8640.0, 8592.0, 8637.0, 8614.0, 8611.0, 8639.0, 8594.0, 8625.0, 8581.0, 8608.0, 8579.0, 8608.0, 8584.0, 8634.0, 8588.0, 8636.0, 8596.0, 8633.0, 8590.0, 8636.0, 8591.0, 8639.0, 8585.0, 8621.0, 8599.0, 8614.0, 8637.0, 8597.0, 8640.0, 8599.0, 8628.0, 8586.0, 8631.0, 8588.0, 8629.0, 8585.0, 8635.0, 8571.0, 8616.0, 8573.0, 8602.0, 8642.0, 8601.0, 8645.0, 8619.0, 8650.0, 8607.0, 8652.0, 8609.0, 8637.0, 8608.0, 8640.0, 8612.0, 8654.0, 8611.0, 8639.0, 8594.0, 8636.0, 8593.0, 8654.0, 8591.0, 8638.0, 8590.0, 8633.0, 8574.0, 8653.0, 8608.0, 8653.0, 8609.0, 8655.0, 8607.0, 8649.0, 8609.0, 8650.0, 8620.0, 8636.0, 8607.0, 8635.0, 8603.0, 8646.0, 8602.0, 8648.0, 8601.0, 8630.0, 8585.0, 8626.0, 8582.0, 8628.0, 8584.0, 8629.0, 8582.0, 8613.0, 8571.0, 8615.0, 8585.0, 8630.0, 8589.0, 8647.0, 8604.0, 8636.0, 8593.0, 8632.0, 8603.0, 8636.0, 8587.0, 8633.0, 8559.0, 8619.0, 8570.0, 8602.0, 8639.0, 8615.0, 8662.0, 8599.0, 8648.0, 8602.0, 8630.0, 8603.0, 8633.0, 8586.0, 8632.0, 8574.0, 8620.0, 8575.0, 8620.0, 8617.0, 8644.0, 8622.0, 8622.0, 8621.0, 8604.0, 8591.0, 8628.0, 8610.0, 8647.0, 8599.0, 8647.0, 8599.0, 8641.0, 8635.0, 8624.0, 8663.0, 8597.0, 8647.0, 8600.0, 8627.0, 8583.0, 8629.0, 8600.0, 8631.0, 8601.0, 8631.0, 8589.0, 8628.0, 8585.0, 8629.0, 8601.0, 8648.0, 8589.0, 8634.0, 8589.0, 8628.0, 8583.0, 8628.0, 8583.0, 8628.0, 8586.0, 8631.0, 8570.0, 8627.0, 8601.0, 8631.0, 8586.0, 8630.0, 8590.0, 8614.0, 8570.0, 8617.0, 8588.0, 8636.0, 8607.0, 8639.0, 8595.0, 8635.0, 8594.0, 8640.0, 8610.0, 8656.0, 8611.0, 8642.0, 8612.0, 8637.0, 8592.0, 8655.0, 8617.0, 8621.0, 8585.0, 8618.0, 8586.0, 8613.0, 8581.0, 8615.0, 8584.0, 8634.0, 8577.0, 8639.0, 8580.0, 8637.0, 8603.0, 8624.0, 8619.0, 8606.0, 8647.0, 8602.0, 8644.0, 8601.0, 8647.0, 8602.0, 8633.0, 8590.0, 8629.0, 8587.0, 8631.0, 8589.0, 8649.0, 8606.0, 8620.0, 8576.0, 8616.0, 8584.0, 8605.0, 8628.0, 8599.0, 8643.0, 8598.0, 8626.0, 8597.0, 8611.0, 8584.0, 8615.0, 8569.0, 8616.0, 8558.0, 8603.0, 8613.0, 8604.0, 8649.0, 8602.0, 8647.0, 8602.0, 8630.0, 8586.0, 8638.0, 8611.0, 8667.0, 8587.0, 8645.0, 8608.0, 8641.0, 8605.0, 8646.0, 8620.0, 8694.0, 8637.0, 8700.0, 8655.0, 8676.0, 8615.0, 8641.0, 8608.0, 8644.0, 8621.0, 8621.0, 8665.0, 8603.0, 8644.0, 8623.0, 8653.0, 8608.0, 8656.0, 8611.0, 8656.0, 8619.0, 8661.0, 8632.0, 8619.0, 8649.0, 8607.0, 8652.0, 8670.0, 8624.0, 8650.0, 8619.0, 8630.0, 8602.0, 8614.0, 8569.0, 8610.0, 8561.0, 8612.0, 8577.0, 8610.0, 8566.0, 8595.0, 8612.0, 8617.0, 8575.0, 8619.0, 8564.0, 8623.0, 8580.0, 8627.0, 8647.0, 8622.0, 8648.0, 8603.0, 8634.0, 8584.0, 8612.0, 8563.0, 8595.0, 8576.0, 8608.0, 8606.0, 8592.0, 8636.0, 8580.0, 8625.0, 8598.0, 8611.0, 8583.0, 8616.0, 8585.0, 8614.0, 8585.0, 8632.0, 8590.0, 8631.0, 8586.0, 8617.0, 8572.0, 8617.0, 8625.0, 8600.0, 8644.0, 8597.0, 8628.0, 8598.0, 8630.0, 8585.0, 8615.0, 8587.0, 8633.0, 8590.0, 8625.0, 8599.0, 8646.0, 8602.0, 8642.0, 8583.0, 8647.0, 8616.0, 8650.0, 8657.0, 8631.0, 8671.0, 8623.0, 8651.0, 8621.0, 8636.0, 8605.0, 8617.0, 8589.0, 8617.0, 8572.0, 8622.0, 8576.0, 8636.0, 8581.0, 8643.0, 8582.0, 8636.0, 8607.0, 8642.0, 8635.0, 8635.0, 8635.0, 8619.0, 8646.0, 8601.0, 8628.0, 8597.0, 8627.0, 8580.0, 8613.0, 8568.0, 8596.0, 8552.0, 8597.0, 8599.0, 8619.0, 8584.0, 8605.0, 8589.0, 8605.0, 8620.0, 8627.0, 8641.0, 8631.0, 8613.0, 8634.0, 8681.0, 8634.0, 8659.0, 8624.0, 8659.0, 8592.0, 8638.0, 8575.0, 8623.0, 8576.0, 8606.0, 8613.0, 8620.0, 8616.0, 8605.0, 8590.0, 8620.0, 8577.0, 8626.0, 8594.0, 8665.0, 8594.0, 8641.0, 8597.0, 8687.0, 8637.0, 8628.0, 8670.0, 8620.0, 8649.0, 8618.0, 8633.0, 8587.0, 8627.0, 8588.0, 8636.0, 8607.0, 8634.0, 8607.0, 8638.0, 8594.0, 8638.0, 8596.0, 8655.0, 8651.0, 8659.0, 8632.0, 8655.0, 8608.0, 8652.0, 8588.0, 8637.0, 8617.0, 8618.0, 8646.0, 8601.0, 8643.0, 8598.0, 8642.0, 8603.0, 8649.0, 8607.0, 8640.0, 8611.0, 8653.0, 8617.0, 8675.0, 8647.0, 8673.0, 8631.0, 8675.0, 8629.0, 8654.0, 8608.0, 8641.0, 8590.0, 8637.0, 8606.0, 8604.0, 8629.0, 8603.0, 8665.0, 8621.0, 8652.0, 8626.0, 8673.0, 8630.0, 8655.0, 8614.0, 8659.0, 8628.0, 8660.0, 8617.0, 8643.0, 8598.0, 8658.0, 8621.0, 8685.0, 8661.0, 8682.0, 8655.0, 8642.0, 8651.0, 8621.0, 8680.0, 8637.0, 8698.0, 8646.0, 8677.0, 8628.0, 8635.0, 8588.0, 8632.0, 8582.0, 8617.0, 8565.0, 8615.0, 8558.0, 8600.0, 8597.0, 8602.0, 8617.0, 8604.0, 8607.0, 8614.0, 8639.0, 8613.0, 8669.0, 8628.0, 8655.0, 8626.0, 8657.0, 8610.0, 8634.0, 8591.0, 8638.0, 8591.0, 8641.0, 8604.0, 8626.0, 8666.0, 8604.0, 8647.0, 8602.0, 8636.0, 8585.0, 8620.0, 8576.0, 8621.0, 8631.0, 8603.0, 8661.0, 8626.0, 8669.0, 8628.0, 8656.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.0009448996913580248</td></tr>
<tr><td colspan=3>aqi</td><td>0.025819037422839506</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.127944321752906</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2308636234749029</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014821585644788</td></tr>
<tr><td colspan=3>efc</td><td>0.4969</td></tr>
<tr><td colspan=3>fber</td><td>4772.6919</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09111699304190239</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7037037037037037</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5448853133843468</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.481964759007167</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.817665296457988</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.335025884687885</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107945</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007183188572525978</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03983093425631523</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.153708926517027</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.9164</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.6533</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.344</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293332.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>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.9121</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7733</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.7072</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3017.3995</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>765.3355</td></tr>
<tr><td colspan=3>tsnr</td><td>36.34868258610368</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>