<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-02/func/sub-0025_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>5fe074b2fd3777566165f86e510caca3</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>20:32:7.440000</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.999796, 0.0162727, -0.011966, -0.017277, 0.995858, -0.0892672]</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.0981879</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7760, -7253, 117, -143, -142, -138, 61]</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>294.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b5bc19ee-63e0-47d1-a33b-88b3bd0ceed3||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.6823794841766357, -0.04635284096002579, -0.028252320364117622, 112.27888488769531], [-0.04365839809179306, 2.671813726425171, -0.24153044819831848, -85.49154663085938], [-0.03210391104221344, 0.2394973635673523, 2.6890265941619873, -108.26502990722656], [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': ['203207.440000', '203207.900000', '203208.360000', '203208.820000', '203209.280000', '203209.740000', '203210.200000', '203210.660000', '203211.120000', '203211.580000', '203212.040000', '203212.500000', '203212.960000', '203213.420000', '203213.880000', '203214.340000', '203214.800000', '203215.260000', '203215.720000', '203216.180000', '203216.640000', '203217.100000', '203217.560000', '203218.020000', '203218.480000', '203218.940000', '203219.400000', '203219.860000', '203220.320000', '203220.780000', '203221.240000', '203221.700000', '203222.160000', '203222.620000', '203223.080000', '203223.540000', '203224.000000', '203224.460000', '203224.920000', '203225.380000', '203225.840000', '203226.300000', '203226.760000', '203227.220000', '203227.680000', '203228.140000', '203228.600000', '203229.060000', '203229.520000', '203229.980000', '203230.440000', '203230.900000', '203231.360000', '203231.820000', '203232.280000', '203232.740000', '203233.200000', '203233.660000', '203234.120000', '203234.580000', '203235.040000', '203235.500000', '203235.960000', '203236.420000', '203236.880000', '203237.340000', '203237.800000', '203238.260000', '203238.720000', '203239.180000', '203239.640000', '203240.100000', '203240.560000', '203241.020000', '203241.480000', '203241.940000', '203242.400000', '203242.860000', '203243.320000', '203243.780000', '203244.240000', '203244.700000', '203245.160000', '203245.620000', '203246.080000', '203246.540000', '203247.000000', '203247.460000', '203247.920000', '203248.380000', '203248.840000', '203249.300000', '203249.760000', '203250.220000', '203250.680000', '203251.140000', '203251.600000', '203252.060000', '203252.520000', '203252.980000', '203253.440000', '203253.900000', '203254.360000', '203254.820000', '203255.280000', '203255.740000', '203256.200000', '203256.660000', '203257.120000', '203257.580000', '203258.040000', '203258.500000', '203258.960000', '203259.420000', '203259.880000', '203300.340000', '203300.800000', '203301.260000', '203301.720000', '203302.180000', '203302.640000', '203303.100000', '203303.560000', '203304.020000', '203304.480000', '203304.940000', '203305.400000', '203305.860000', '203306.320000', '203306.780000', '203307.240000', '203307.700000', '203308.160000', '203308.620000', '203309.080000', '203309.540000', '203310.000000', '203310.460000', '203310.920000', '203311.380000', '203311.840000', '203312.300000', '203312.760000', '203313.220000', '203313.680000', '203314.140000', '203314.600000', '203315.060000', '203315.520000', '203315.980000', '203316.440000', '203316.900000', '203317.360000', '203317.820000', '203318.280000', '203318.740000', '203319.200000', '203319.660000', '203320.120000', '203320.580000', '203321.040000', '203321.500000', '203321.960000', '203322.420000', '203322.880000', '203323.340000', '203323.800000', '203324.260000', '203324.720000', '203325.180000', '203325.640000', '203326.100000', '203326.560000', '203327.020000', '203327.480000', '203327.940000', '203328.400000', '203328.860000', '203329.320000', '203329.780000', '203330.240000', '203330.700000', '203331.160000', '203331.620000', '203332.080000', '203332.540000', '203333.000000', '203333.460000', '203333.920000', '203334.380000', '203334.840000', '203335.300000', '203335.760000', '203336.220000', '203336.680000', '203337.140000', '203337.600000', '203338.060000', '203338.520000', '203338.980000', '203339.440000', '203339.900000', '203340.360000', '203340.820000', '203341.280000', '203341.740000', '203342.200000', '203342.660000', '203343.120000', '203343.580000', '203344.040000', '203344.500000', '203344.960000', '203345.420000', '203345.880000', '203346.340000', '203346.800000', '203347.260000', '203347.720000', '203348.180000', '203348.640000', '203349.100000', '203349.560000', '203350.020000', '203350.480000', '203350.940000', '203351.400000', '203351.860000', '203352.320000', '203352.780000', '203353.240000', '203353.700000', '203354.160000', '203354.620000', '203355.080000', '203355.540000', '203356.000000', '203356.460000', '203356.920000', '203357.380000', '203357.840000', '203358.300000', '203358.760000', '203359.220000', '203359.680000', '203400.140000', '203400.600000', '203401.060000', '203401.520000', '203401.980000', '203402.440000', '203402.900000', '203403.360000', '203403.820000', '203404.280000', '203404.740000', '203405.200000', '203405.660000', '203406.120000', '203406.580000', '203407.040000', '203407.500000', '203407.960000', '203408.420000', '203408.880000', '203409.340000', '203409.800000', '203410.260000', '203410.720000', '203411.180000', '203411.640000', '203412.100000', '203412.560000', '203413.020000', '203413.480000', '203413.940000', '203414.400000', '203414.860000', '203415.320000', '203415.780000', '203416.240000', '203416.700000', '203417.160000', '203417.620000', '203418.080000', '203418.540000', '203419.000000', '203419.460000', '203419.920000', '203420.380000', '203420.840000', '203421.300000', '203421.760000', '203422.220000', '203422.680000', '203423.140000', '203423.600000', '203424.060000', '203424.520000', '203424.980000', '203425.440000', '203425.900000', '203426.360000', '203426.820000', '203427.280000', '203427.740000', '203428.200000', '203428.660000', '203429.120000', '203429.580000', '203430.040000', '203430.500000', '203430.960000', '203431.420000', '203431.880000', '203432.340000', '203432.800000', '203433.260000', '203433.720000', '203434.180000', '203434.640000', '203435.100000', '203435.560000', '203436.020000', '203436.480000', '203436.940000', '203437.400000', '203437.860000', '203438.320000', '203438.780000', '203439.240000', '203439.700000', '203440.160000', '203440.620000', '203441.080000', '203441.540000', '203442.000000', '203442.460000', '203442.920000', '203443.380000', '203443.840000', '203444.300000', '203444.760000', '203445.220000', '203445.680000', '203446.140000', '203446.600000', '203447.060000', '203447.520000', '203447.980000', '203448.440000', '203448.900000', '203449.360000', '203449.820000', '203450.280000', '203450.740000', '203451.200000', '203451.660000', '203452.120000', '203452.580000', '203453.040000', '203453.500000', '203453.960000', '203454.420000', '203454.880000', '203455.340000', '203455.800000', '203456.260000', '203456.720000', '203457.180000', '203457.640000', '203458.100000', '203458.560000', '203459.020000', '203459.480000', '203459.940000', '203500.400000', '203500.860000', '203501.320000', '203501.780000', '203502.240000', '203502.700000', '203503.160000', '203503.620000', '203504.080000', '203504.540000', '203505.000000', '203505.460000', '203505.920000', '203506.380000', '203506.840000', '203507.300000', '203507.760000', '203508.220000', '203508.680000', '203509.140000', '203509.600000', '203510.060000', '203510.520000', '203510.980000', '203511.440000', '203511.900000', '203512.360000', '203512.820000', '203513.280000', '203513.740000', '203514.200000', '203514.660000', '203515.120000', '203515.580000', '203516.040000', '203516.500000', '203516.960000', '203517.420000', '203517.880000', '203518.340000', '203518.800000', '203519.260000', '203519.720000', '203520.180000', '203520.640000', '203521.100000', '203521.560000', '203522.020000', '203522.480000', '203522.940000', '203523.400000', '203523.860000', '203524.320000', '203524.780000', '203525.240000', '203525.700000', '203526.160000', '203526.620000', '203527.080000', '203527.540000', '203528.000000', '203528.460000', '203528.920000', '203529.380000', '203529.840000', '203530.300000', '203530.760000', '203531.220000', '203531.680000', '203532.140000', '203532.600000', '203533.060000', '203533.520000', '203533.980000', '203534.440000', '203534.900000', '203535.360000', '203535.820000', '203536.280000', '203536.740000', '203537.200000', '203537.660000', '203538.120000', '203538.580000', '203539.040000', '203539.500000', '203539.960000', '203540.420000', '203540.880000', '203541.340000', '203541.800000', '203542.260000', '203542.720000', '203543.180000', '203543.640000', '203544.100000', '203544.560000', '203545.020000', '203545.480000', '203545.940000', '203546.400000', '203546.860000', '203547.320000', '203547.780000', '203548.240000', '203548.700000', '203549.160000', '203549.620000', '203550.080000', '203550.540000', '203551.000000', '203551.460000', '203551.920000', '203552.380000', '203552.840000', '203553.300000', '203553.760000', '203554.220000', '203554.680000', '203555.140000', '203555.600000', '203556.060000', '203556.520000', '203556.980000', '203557.440000', '203557.900000', '203558.360000', '203558.820000', '203559.280000', '203559.740000', '203600.200000', '203600.660000', '203601.120000', '203601.580000', '203602.040000', '203602.500000', '203602.960000', '203603.420000', '203603.880000', '203604.340000', '203604.800000', '203605.260000', '203605.720000', '203606.180000', '203606.640000', '203607.100000', '203607.560000', '203608.020000', '203608.480000', '203608.940000', '203609.400000', '203609.860000', '203610.320000', '203610.780000', '203611.240000', '203611.700000', '203612.160000', '203612.620000', '203613.080000', '203613.540000', '203614.000000', '203614.460000', '203614.920000', '203615.380000', '203615.840000', '203616.300000', '203616.760000', '203617.220000', '203617.680000', '203618.140000', '203618.600000', '203619.060000', '203619.520000', '203619.980000', '203620.440000', '203620.900000', '203621.360000', '203621.820000', '203622.280000', '203622.740000', '203623.200000', '203623.660000', '203624.120000', '203624.580000', '203625.040000', '203625.500000', '203625.960000', '203626.420000', '203626.880000', '203627.340000', '203627.800000', '203628.260000', '203628.720000', '203629.180000', '203629.640000', '203630.100000', '203630.560000', '203631.020000', '203631.480000', '203631.940000', '203632.400000', '203632.860000', '203633.320000', '203633.780000', '203634.240000', '203634.700000', '203635.160000', '203635.620000', '203636.080000', '203636.540000', '203637.000000', '203637.460000', '203637.920000', '203638.380000', '203638.840000', '203639.300000', '203639.760000', '203640.220000', '203640.680000', '203641.140000', '203641.600000', '203642.060000', '203642.520000', '203642.980000', '203643.440000', '203643.900000', '203644.360000', '203644.820000', '203645.280000', '203645.740000', '203646.200000', '203646.660000', '203647.120000', '203647.580000', '203648.040000', '203648.500000', '203648.960000', '203649.420000', '203649.880000', '203650.340000', '203650.800000', '203651.260000', '203651.720000', '203652.180000', '203652.640000', '203653.100000', '203653.560000', '203654.020000', '203654.480000', '203654.940000', '203655.400000', '203655.860000', '203656.320000', '203656.780000', '203657.240000', '203657.700000', '203658.160000', '203658.620000', '203659.080000', '203659.540000', '203700.000000', '203700.460000', '203700.920000', '203701.380000', '203701.840000', '203702.300000', '203702.760000', '203703.220000', '203703.680000', '203704.140000', '203704.600000', '203705.060000', '203705.520000', '203705.980000', '203706.440000', '203706.900000', '203707.360000', '203707.820000', '203708.280000', '203708.740000', '203709.200000', '203709.660000', '203710.120000', '203710.580000', '203711.040000', '203711.500000', '203711.960000', '203712.420000', '203712.880000', '203713.340000', '203713.800000', '203714.260000', '203714.720000', '203715.180000', '203715.640000', '203716.100000', '203716.560000', '203717.020000', '203717.480000', '203717.940000', '203718.400000', '203718.860000', '203719.320000', '203719.780000', '203720.240000', '203720.700000', '203721.160000', '203721.620000', '203722.080000', '203722.540000', '203723.000000', '203723.460000', '203723.920000', '203724.380000', '203724.840000', '203725.300000', '203725.760000', '203726.220000', '203726.680000', '203727.140000', '203727.600000', '203728.060000', '203728.520000', '203728.980000', '203729.440000', '203729.900000', '203730.360000', '203730.820000', '203731.280000', '203731.740000', '203732.200000', '203732.660000', '203733.120000', '203733.580000', '203734.040000', '203734.500000', '203734.960000', '203735.420000', '203735.880000', '203736.340000', '203736.800000', '203737.260000', '203737.720000', '203738.180000', '203738.640000', '203739.100000', '203739.560000', '203740.020000', '203740.480000', '203740.940000', '203741.400000', '203741.860000', '203742.320000', '203742.780000', '203743.240000', '203743.700000', '203744.160000', '203744.620000', '203745.080000', '203745.540000', '203746.000000', '203746.460000', '203746.920000', '203747.380000', '203747.840000', '203748.300000', '203748.760000', '203749.220000', '203749.680000', '203750.140000', '203750.600000', '203751.060000', '203751.520000', '203751.980000', '203752.440000', '203752.900000', '203753.360000', '203753.820000', '203754.280000', '203754.740000', '203755.200000', '203755.660000', '203756.120000', '203756.580000', '203757.040000', '203757.500000', '203757.960000', '203758.420000', '203758.880000', '203759.340000', '203759.800000', '203800.260000', '203800.720000', '203801.180000', '203801.640000', '203802.100000', '203802.560000', '203803.020000', '203803.480000', '203803.940000', '203804.400000', '203804.860000', '203805.320000', '203805.780000', '203806.240000', '203806.700000', '203807.160000', '203807.620000', '203808.080000', '203808.540000', '203809.000000', '203809.460000', '203809.920000', '203810.380000', '203810.840000', '203811.300000', '203811.760000', '203812.220000', '203812.680000', '203813.140000', '203813.600000', '203814.060000', '203814.520000', '203814.980000', '203815.440000', '203815.900000', '203816.360000', '203816.820000', '203817.280000', '203817.740000', '203818.200000', '203818.660000', '203819.120000', '203819.580000', '203820.040000', '203820.500000', '203820.960000', '203821.420000', '203821.880000', '203822.340000', '203822.800000', '203823.260000', '203823.720000', '203824.180000', '203824.640000', '203825.100000', '203825.560000', '203826.020000', '203826.480000', '203826.940000', '203827.400000', '203827.860000', '203828.320000', '203828.780000', '203829.240000', '203829.700000', '203830.160000', '203830.620000', '203831.080000', '203831.540000', '203832.000000', '203832.460000', '203832.920000', '203833.380000', '203833.840000', '203834.300000', '203834.760000', '203835.220000', '203835.680000', '203836.140000', '203836.600000', '203837.060000', '203837.520000', '203837.980000', '203838.440000', '203838.900000', '203839.360000', '203839.820000', '203840.280000', '203840.740000', '203841.200000', '203841.660000', '203842.120000', '203842.580000', '203843.040000', '203843.500000', '203843.960000', '203844.420000', '203844.880000', '203845.340000', '203845.800000', '203846.260000', '203846.720000', '203847.180000', '203847.640000', '203848.100000', '203848.560000', '203849.020000', '203849.480000', '203849.940000', '203850.400000', '203850.860000', '203851.320000', '203851.780000', '203852.240000', '203852.700000', '203853.160000', '203853.620000', '203854.080000', '203854.540000', '203855.000000', '203855.460000', '203855.920000', '203856.380000', '203856.840000', '203857.300000', '203857.760000', '203858.220000', '203858.680000', '203859.140000', '203859.600000', '203900.060000', '203900.520000', '203900.980000', '203901.440000', '203901.900000', '203902.360000', '203902.820000', '203903.280000', '203903.740000', '203904.200000', '203904.660000', '203905.120000', '203905.580000', '203906.040000', '203906.500000', '203906.960000', '203907.420000', '203907.880000', '203908.340000', '203908.800000', '203909.260000', '203909.720000', '203910.180000', '203910.640000', '203911.100000', '203911.560000', '203912.020000', '203912.480000', '203912.940000', '203913.400000', '203913.860000', '203914.320000', '203914.780000', '203915.240000', '203915.700000', '203916.160000', '203916.620000', '203917.080000', '203917.540000', '203918.000000', '203918.460000', '203918.920000', '203919.380000', '203919.840000', '203920.300000', '203920.760000', '203921.220000', '203921.680000', '203922.140000', '203922.600000', '203923.060000', '203923.520000', '203923.980000', '203924.440000', '203924.900000', '203925.360000', '203925.820000', '203926.280000', '203926.740000', '203927.200000', '203927.660000', '203928.120000', '203928.580000', '203929.040000', '203929.500000', '203929.960000', '203930.420000', '203930.880000', '203931.340000', '203931.800000', '203932.260000', '203932.720000', '203933.180000', '203933.640000', '203934.100000', '203934.560000', '203935.020000', '203935.480000', '203935.940000', '203936.400000', '203936.860000', '203937.320000', '203937.780000', '203938.240000', '203938.700000', '203939.160000', '203939.620000', '203940.080000', '203940.540000', '203941.000000', '203941.460000', '203941.920000', '203942.380000', '203942.840000', '203943.300000', '203943.760000', '203944.220000', '203944.680000', '203945.140000', '203945.600000', '203946.060000', '203946.520000', '203946.980000', '203947.440000', '203947.900000', '203948.360000', '203948.820000', '203949.280000', '203949.740000', '203950.200000', '203950.660000', '203951.120000', '203951.580000', '203952.040000', '203952.500000', '203952.960000', '203953.420000', '203953.880000', '203954.340000', '203954.800000', '203955.260000', '203955.720000', '203956.180000', '203956.640000', '203957.100000', '203957.560000', '203958.020000', '203958.480000', '203958.940000', '203959.400000', '203959.860000', '204000.320000', '204000.780000', '204001.240000', '204001.700000', '204002.160000', '204002.620000', '204003.080000', '204003.540000', '204004.000000', '204004.460000', '204004.920000', '204005.380000', '204005.840000', '204006.300000', '204006.760000', '204007.220000', '204007.680000', '204008.140000', '204008.600000', '204009.060000', '204009.520000', '204009.980000', '204010.440000', '204010.900000', '204011.360000', '204011.820000', '204012.280000', '204012.740000', '204013.200000', '204013.660000', '204014.120000', '204014.580000', '204015.040000', '204015.500000', '204015.960000', '204016.420000', '204016.880000', '204017.340000', '204017.800000', '204018.260000', '204018.720000', '204019.180000', '204019.640000', '204020.100000', '204020.560000', '204021.020000', '204021.480000', '204021.940000', '204022.400000', '204022.860000', '204023.320000', '204023.780000', '204024.240000', '204024.700000', '204025.160000', '204025.620000', '204026.080000', '204026.540000', '204027.000000', '204027.460000', '204027.920000', '204028.380000', '204028.840000', '204029.300000', '204029.760000', '204030.220000', '204030.680000', '204031.140000', '204031.600000', '204032.060000', '204032.520000', '204032.980000', '204033.440000', '204033.900000', '204034.360000', '204034.820000', '204035.280000', '204035.740000', '204036.200000', '204036.660000', '204037.120000', '204037.580000', '204038.040000', '204038.500000', '204038.960000', '204039.420000', '204039.880000', '204040.340000', '204040.800000', '204041.260000', '204041.720000', '204042.180000', '204042.640000', '204043.100000', '204043.560000', '204044.020000', '204044.480000', '204044.940000', '204045.400000', '204045.860000', '204046.320000', '204046.780000', '204047.240000', '204047.700000', '204048.160000', '204048.620000', '204049.080000', '204049.540000', '204050.000000', '204050.460000', '204050.920000', '204051.380000', '204051.840000', '204052.300000', '204052.760000', '204053.220000', '204053.680000', '204054.140000', '204054.600000', '204055.060000', '204055.520000', '204055.980000', '204056.440000', '204056.900000', '204057.360000', '204057.820000', '204058.280000', '204058.740000', '204059.200000', '204059.660000', '204100.120000', '204100.580000', '204101.040000', '204101.500000', '204101.960000', '204102.420000', '204102.880000', '204103.340000', '204103.800000', '204104.260000', '204104.720000', '204105.180000', '204105.640000', '204106.100000', '204106.560000', '204107.020000', '204107.480000', '204107.940000', '204108.400000', '204108.860000', '204109.320000', '204109.780000', '204110.240000', '204110.700000', '204111.160000', '204111.620000', '204112.080000', '204112.540000', '204113.000000', '204113.460000', '204113.920000', '204114.380000', '204114.840000', '204115.300000', '204115.760000', '204116.220000', '204116.680000', '204117.140000', '204117.600000', '204118.060000', '204118.520000', '204118.980000', '204119.440000', '204119.900000', '204120.360000', '204120.820000', '204121.280000', '204121.740000', '204122.200000', '204122.660000', '204123.120000', '204123.580000', '204124.040000', '204124.500000', '204124.960000', '204125.420000', '204125.880000', '204126.340000', '204126.800000', '204127.260000', '204127.720000', '204128.180000', '204128.640000', '204129.100000', '204129.560000', '204130.020000', '204130.480000', '204130.940000', '204131.400000', '204131.860000', '204132.320000', '204132.780000', '204133.240000', '204133.700000', '204134.160000', '204134.620000', '204135.080000', '204135.540000', '204136.000000', '204136.460000', '204136.920000', '204137.380000', '204137.840000', '204138.300000', '204138.760000', '204139.220000', '204139.680000', '204140.140000', '204140.600000', '204141.060000', '204141.520000', '204141.980000', '204142.440000', '204142.900000', '204143.360000', '204143.820000', '204144.280000', '204144.740000', '204145.200000', '204145.660000', '204146.120000', '204146.580000', '204147.040000', '204147.500000', '204147.960000', '204148.420000', '204148.880000', '204149.340000', '204149.800000', '204150.260000', '204150.720000', '204151.180000', '204151.640000', '204152.100000', '204152.560000', '204153.020000', '204153.480000', '204153.940000', '204154.400000', '204154.860000', '204155.320000', '204155.780000', '204156.240000', '204156.700000', '204157.160000', '204157.620000', '204158.080000', '204158.540000', '204159.000000', '204159.460000', '204159.920000', '204200.380000', '204200.840000', '204201.300000', '204201.760000', '204202.220000', '204202.680000', '204203.140000', '204203.600000', '204204.060000'], 'ContentTime': ['203234.253000', '203234.256000', '203234.259000', '203234.262000', '203234.264000', '203234.267000', '203234.269000', '203234.272000', '203234.274000', '203234.277000', '203234.279000', '203234.282000', '203234.285000', '203234.287000', '203234.290000', '203234.292000', '203234.295000', '203234.297000', '203234.300000', '203234.306000', '203234.308000', '203234.311000', '203234.313000', '203234.316000', '203234.318000', '203234.321000', '203234.323000', '203234.326000', '203234.329000', '203234.331000', '203234.334000', '203234.336000', '203234.339000', '203234.341000', '203234.344000', '203234.346000', '203234.349000', '203234.352000', '203234.354000', '203234.357000', '203234.359000', '203234.362000', '203234.364000', '203234.367000', '203234.369000', '203234.372000', '203234.375000', '203234.377000', '203234.380000', '203234.382000', '203234.385000', '203234.387000', '203234.390000', '203234.392000', '203234.395000', '203234.397000', '203254.207000', '203254.210000', '203254.213000', '203254.215000', '203254.218000', '203254.220000', '203254.223000', '203254.225000', '203254.228000', '203254.231000', '203254.233000', '203254.241000', '203254.244000', '203254.246000', '203254.249000', '203254.251000', '203254.254000', '203254.256000', '203254.259000', '203254.261000', '203254.264000', '203254.267000', '203254.269000', '203254.272000', '203254.275000', '203254.277000', '203254.280000', '203254.282000', '203254.285000', '203254.287000', '203254.290000', '203254.292000', '203254.295000', '203254.298000', '203254.300000', '203254.303000', '203254.305000', '203254.308000', '203254.310000', '203254.313000', '203254.316000', '203254.318000', '203254.321000', '203314.207000', '203314.210000', '203314.213000', '203314.215000', '203314.218000', '203314.220000', '203314.223000', '203314.226000', '203314.228000', '203314.231000', '203314.233000', '203314.236000', '203314.238000', '203314.241000', '203314.244000', '203314.246000', '203314.249000', '203314.251000', '203314.254000', '203314.256000', '203314.259000', '203314.261000', '203314.264000', '203314.274000', '203314.276000', '203314.279000', '203314.282000', '203314.284000', '203314.287000', '203314.289000', '203314.292000', '203314.294000', '203314.297000', '203314.299000', '203314.302000', '203314.305000', '203314.307000', '203314.310000', '203314.312000', '203314.315000', '203314.318000', '203314.320000', '203314.323000', '203314.326000', '203334.207000', '203334.210000', '203334.216000', '203334.218000', '203334.221000', '203334.224000', '203334.226000', '203334.229000', '203334.231000', '203334.234000', '203334.236000', '203334.239000', '203334.242000', '203334.245000', '203334.247000', '203334.250000', '203334.252000', '203334.255000', '203334.257000', '203334.260000', '203334.263000', '203334.265000', '203334.268000', '203334.270000', '203334.273000', '203334.275000', '203334.278000', '203334.281000', '203334.283000', '203334.286000', '203334.288000', '203334.291000', '203334.293000', '203334.296000', '203334.298000', '203334.301000', '203334.304000', '203334.306000', '203334.309000', '203334.311000', '203334.314000', '203334.316000', '203334.319000', '203354.207000', '203354.210000', '203354.214000', '203354.217000', '203354.219000', '203354.222000', '203354.224000', '203354.227000', '203354.230000', '203354.241000', '203354.243000', '203354.246000', '203354.249000', '203354.251000', '203354.254000', '203354.256000', '203354.259000', '203354.261000', '203354.264000', '203354.267000', '203354.269000', '203354.272000', '203354.274000', '203354.277000', '203354.280000', '203354.313000', '203354.315000', '203354.318000', '203354.320000', '203354.323000', '203354.325000', '203354.328000', '203354.331000', '203354.333000', '203354.336000', '203354.338000', '203354.341000', '203354.343000', '203354.346000', '203354.349000', '203354.351000', '203354.354000', '203354.356000', '203354.359000', '203414.207000', '203414.210000', '203414.213000', '203414.215000', '203414.218000', '203414.221000', '203414.223000', '203414.226000', '203414.228000', '203414.231000', '203414.233000', '203414.236000', '203414.239000', '203414.241000', '203414.244000', '203414.247000', '203414.249000', '203414.252000', '203414.254000', '203414.257000', '203414.259000', '203414.262000', '203414.264000', '203414.267000', '203414.270000', '203414.272000', '203414.275000', '203414.277000', '203414.280000', '203414.283000', '203414.285000', '203414.288000', '203414.290000', '203414.293000', '203414.295000', '203414.298000', '203414.301000', '203414.303000', '203414.306000', '203414.308000', '203414.311000', '203414.313000', '203414.316000', '203434.207000', '203434.210000', '203434.213000', '203434.215000', '203434.218000', '203434.220000', '203434.223000', '203434.226000', '203434.228000', '203434.231000', '203434.233000', '203434.236000', '203434.239000', '203434.241000', '203434.244000', '203434.246000', '203434.249000', '203434.252000', '203434.254000', '203434.257000', '203434.259000', '203434.262000', '203434.264000', '203434.267000', '203434.270000', '203434.272000', '203434.275000', '203434.278000', '203434.280000', '203434.283000', '203434.285000', '203434.288000', '203434.290000', '203434.293000', '203434.296000', '203434.298000', '203434.301000', '203434.303000', '203434.306000', '203434.309000', '203434.311000', '203434.314000', '203434.316000', '203434.319000', '203454.208000', '203454.210000', '203454.213000', '203454.216000', '203454.218000', '203454.221000', '203454.223000', '203454.226000', '203454.228000', '203454.245000', '203454.248000', '203454.250000', '203454.253000', '203454.255000', '203454.258000', '203454.261000', '203454.263000', '203454.266000', '203454.268000', '203454.271000', '203454.273000', '203454.276000', '203454.279000', '203454.281000', '203454.284000', '203454.286000', '203454.289000', '203454.291000', '203454.294000', '203454.296000', '203454.299000', '203454.302000', '203454.304000', '203454.307000', '203454.309000', '203454.312000', '203454.314000', '203454.317000', '203454.320000', '203454.322000', '203454.325000', '203454.327000', '203454.330000', '203514.207000', '203514.210000', '203514.213000', '203514.217000', '203514.219000', '203514.222000', '203514.225000', '203514.227000', '203514.230000', '203514.232000', '203514.235000', '203514.238000', '203514.240000', '203514.243000', '203514.245000', '203514.248000', '203514.250000', '203514.255000', '203514.258000', '203514.260000', '203514.263000', '203514.266000', '203514.268000', '203514.271000', '203514.273000', '203514.276000', '203514.278000', '203514.281000', '203514.284000', '203514.286000', '203514.289000', '203514.291000', '203514.294000', '203514.296000', '203514.299000', '203514.302000', '203514.304000', '203514.307000', '203514.310000', '203514.312000', '203514.315000', '203514.317000', '203514.320000', '203534.206000', '203534.209000', '203534.220000', '203534.223000', '203534.225000', '203534.228000', '203534.231000', '203534.233000', '203534.236000', '203534.238000', '203534.241000', '203534.243000', '203534.246000', '203534.249000', '203534.251000', '203534.254000', '203534.256000', '203534.259000', '203534.262000', '203534.264000', '203534.267000', '203534.269000', '203534.281000', '203534.283000', '203534.286000', '203534.288000', '203534.291000', '203534.293000', '203534.296000', '203534.299000', '203534.301000', '203534.304000', '203534.306000', '203534.309000', '203534.312000', '203534.314000', '203534.317000', '203534.319000', '203534.322000', '203534.324000', '203534.327000', '203534.330000', '203534.332000', '203534.335000', '203554.208000', '203554.210000', '203554.213000', '203554.216000', '203554.219000', '203554.221000', '203554.224000', '203554.227000', '203554.229000', '203554.232000', '203554.234000', '203554.237000', '203554.240000', '203554.242000', '203554.245000', '203554.248000', '203554.250000', '203554.253000', '203554.255000', '203554.258000', '203554.261000', '203554.263000', '203554.266000', '203554.268000', '203554.271000', '203554.273000', '203554.276000', '203554.278000', '203554.281000', '203554.284000', '203554.286000', '203554.289000', '203554.291000', '203554.294000', '203554.296000', '203554.299000', '203554.302000', '203554.304000', '203554.307000', '203554.309000', '203554.312000', '203554.315000', '203554.317000', '203614.207000', '203614.210000', '203614.213000', '203614.215000', '203614.218000', '203614.221000', '203614.223000', '203614.226000', '203614.228000', '203614.231000', '203614.233000', '203614.236000', '203614.239000', '203614.241000', '203614.244000', '203614.246000', '203614.249000', '203614.251000', '203614.254000', '203614.256000', '203614.259000', '203614.262000', '203614.264000', '203614.267000', '203614.269000', '203614.272000', '203614.274000', '203614.277000', '203614.280000', '203614.282000', '203614.285000', '203614.287000', '203614.290000', '203614.292000', '203614.295000', '203614.298000', '203614.300000', '203614.303000', '203614.305000', '203614.308000', '203614.310000', '203614.313000', '203614.315000', '203614.318000', '203634.207000', '203634.210000', '203634.213000', '203634.215000', '203634.218000', '203634.221000', '203634.223000', '203634.226000', '203634.228000', '203634.231000', '203634.233000', '203634.236000', '203634.239000', '203634.241000', '203634.244000', '203634.246000', '203634.249000', '203634.252000', '203634.254000', '203634.257000', '203634.259000', '203634.263000', '203634.266000', '203634.269000', '203634.271000', '203634.274000', '203634.276000', '203634.279000', '203634.282000', '203634.284000', '203634.287000', '203634.289000', '203634.293000', '203634.296000', '203634.299000', '203634.302000', '203634.304000', '203634.307000', '203634.309000', '203634.312000', '203634.315000', '203634.317000', '203634.320000', '203654.207000', '203654.210000', '203654.213000', '203654.215000', '203654.218000', '203654.221000', '203654.223000', '203654.226000', '203654.228000', '203654.231000', '203654.233000', '203654.236000', '203654.239000', '203654.241000', '203654.244000', '203654.246000', '203654.249000', '203654.251000', '203654.254000', '203654.257000', '203654.259000', '203654.262000', '203654.265000', '203654.267000', '203654.270000', '203654.272000', '203654.275000', '203654.277000', '203654.280000', '203654.283000', '203654.285000', '203654.288000', '203654.290000', '203654.293000', '203654.296000', '203654.298000', '203654.301000', '203654.304000', '203654.306000', '203654.309000', '203654.311000', '203654.314000', '203654.317000', '203654.319000', '203714.208000', '203714.210000', '203714.213000', '203714.216000', '203714.218000', '203714.221000', '203714.223000', '203714.226000', '203714.228000', '203714.231000', '203714.233000', '203714.236000', '203714.238000', '203714.241000', '203714.244000', '203714.246000', '203714.249000', '203714.251000', '203714.254000', '203714.257000', '203714.259000', '203714.262000', '203714.264000', '203714.267000', '203714.270000', '203714.272000', '203714.275000', '203714.277000', '203714.280000', '203714.282000', '203714.285000', '203714.288000', '203714.290000', '203714.293000', '203714.295000', '203714.298000', '203714.301000', '203714.303000', '203714.306000', '203714.308000', '203714.311000', '203714.313000', '203714.316000', '203734.207000', '203734.210000', '203734.213000', '203734.216000', '203734.218000', '203734.221000', '203734.223000', '203734.226000', '203734.229000', '203734.231000', '203734.234000', '203734.236000', '203734.239000', '203734.241000', '203734.244000', '203734.247000', '203734.249000', '203734.252000', '203734.254000', '203734.257000', '203734.260000', '203734.262000', '203734.265000', '203734.267000', '203734.270000', '203734.273000', '203734.275000', '203734.278000', '203734.280000', '203734.283000', '203734.285000', '203734.288000', '203734.291000', '203734.293000', '203734.296000', '203734.298000', '203734.301000', '203734.304000', '203734.306000', '203734.309000', '203734.311000', '203734.314000', '203734.317000', '203734.319000', '203754.206000', '203754.209000', '203754.212000', '203754.214000', '203754.248000', '203754.251000', '203754.253000', '203754.256000', '203754.259000', '203754.261000', '203754.264000', '203754.266000', '203754.269000', '203754.272000', '203754.274000', '203754.277000', '203754.280000', '203754.282000', '203754.285000', '203754.287000', '203754.290000', '203754.293000', '203754.295000', '203754.298000', '203754.301000', '203754.303000', '203754.306000', '203754.309000', '203754.311000', '203754.314000', '203754.316000', '203754.319000', '203754.322000', '203754.324000', '203754.327000', '203754.329000', '203754.332000', '203754.335000', '203754.338000', '203754.340000', '203754.343000', '203754.345000', '203754.348000', '203814.208000', '203814.210000', '203814.213000', '203814.216000', '203814.218000', '203814.221000', '203814.223000', '203814.226000', '203814.228000', '203814.231000', '203814.234000', '203814.238000', '203814.241000', '203814.243000', '203814.246000', '203814.248000', '203814.251000', '203814.254000', '203814.256000', '203814.259000', '203814.261000', '203814.264000', '203814.267000', '203814.269000', '203814.272000', '203814.274000', '203814.277000', '203814.279000', '203814.282000', '203814.285000', '203814.287000', '203814.290000', '203814.292000', '203814.295000', '203814.298000', '203814.300000', '203814.303000', '203814.306000', '203814.308000', '203814.311000', '203814.313000', '203814.316000', '203814.319000', '203814.321000', '203834.207000', '203834.210000', '203834.213000', '203834.215000', '203834.218000', '203834.221000', '203834.223000', '203834.226000', '203834.228000', '203834.231000', '203834.234000', '203834.236000', '203834.239000', '203834.241000', '203834.244000', '203834.246000', '203834.249000', '203834.252000', '203834.254000', '203834.257000', '203834.259000', '203834.262000', '203834.264000', '203834.267000', '203834.269000', '203834.272000', '203834.275000', '203834.278000', '203834.281000', '203834.283000', '203834.286000', '203834.289000', '203834.291000', '203834.294000', '203834.296000', '203834.299000', '203834.302000', '203834.304000', '203834.307000', '203834.309000', '203834.312000', '203834.314000', '203834.317000', '203854.207000', '203854.210000', '203854.213000', '203854.216000', '203854.218000', '203854.221000', '203854.223000', '203854.226000', '203854.228000', '203854.231000', '203854.234000', '203854.236000', '203854.239000', '203854.241000', '203854.244000', '203854.247000', '203854.249000', '203854.252000', '203854.254000', '203854.257000', '203854.260000', '203854.262000', '203854.265000', '203854.267000', '203854.270000', '203854.272000', '203854.275000', '203854.278000', '203854.280000', '203854.283000', '203854.285000', '203854.288000', '203854.290000', '203854.293000', '203854.296000', '203854.298000', '203854.301000', '203854.303000', '203854.306000', '203854.308000', '203854.311000', '203854.314000', '203854.316000', '203854.319000', '203914.208000', '203914.211000', '203914.213000', '203914.216000', '203914.218000', '203914.221000', '203914.224000', '203914.226000', '203914.229000', '203914.231000', '203914.234000', '203914.237000', '203914.239000', '203914.242000', '203914.244000', '203914.247000', '203914.250000', '203914.252000', '203914.255000', '203914.258000', '203914.260000', '203914.263000', '203914.265000', '203914.268000', '203914.270000', '203914.273000', '203914.276000', '203914.278000', '203914.281000', '203914.283000', '203914.286000', '203914.289000', '203914.291000', '203914.294000', '203914.296000', '203914.299000', '203914.301000', '203914.305000', '203914.307000', '203914.310000', '203914.313000', '203914.316000', '203914.318000', '203934.208000', '203934.210000', '203934.213000', '203934.216000', '203934.218000', '203934.221000', '203934.223000', '203934.226000', '203934.229000', '203934.231000', '203934.234000', '203934.237000', '203934.239000', '203934.242000', '203934.244000', '203934.247000', '203934.249000', '203934.252000', '203934.255000', '203934.257000', '203934.260000', '203934.263000', '203934.265000', '203934.268000', '203934.270000', '203934.273000', '203934.276000', '203934.278000', '203934.281000', '203934.283000', '203934.286000', '203934.288000', '203934.291000', '203934.294000', '203934.296000', '203934.299000', '203934.301000', '203934.304000', '203934.307000', '203934.309000', '203934.312000', '203934.314000', '203934.317000', '203934.320000', '203954.208000', '203954.210000', '203954.213000', '203954.216000', '203954.218000', '203954.221000', '203954.223000', '203954.226000', '203954.228000', '203954.231000', '203954.285000', '203954.288000', '203954.291000', '203954.293000', '203954.296000', '203954.298000', '203954.301000', '203954.303000', '203954.306000', '203954.309000', '203954.311000', '203954.314000', '203954.316000', '203954.319000', '203954.322000', '203954.324000', '203954.327000', '203954.329000', '203954.332000', '203954.335000', '203954.337000', '203954.340000', '203954.342000', '203954.345000', '203954.347000', '203954.350000', '203954.353000', '203954.355000', '203954.358000', '203954.360000', '203954.363000', '203954.366000', '203954.368000', '204014.207000', '204014.209000', '204014.212000', '204014.215000', '204014.217000', '204014.220000', '204014.222000', '204014.225000', '204014.228000', '204014.230000', '204014.233000', '204014.235000', '204014.238000', '204014.241000', '204014.243000', '204014.246000', '204014.248000', '204014.251000', '204014.254000', '204014.256000', '204014.259000', '204014.261000', '204014.270000', '204014.273000', '204014.276000', '204014.278000', '204014.281000', '204014.284000', '204014.286000', '204014.289000', '204014.291000', '204014.294000', '204014.297000', '204014.299000', '204014.302000', '204014.304000', '204014.307000', '204014.310000', '204014.312000', '204014.315000', '204014.318000', '204014.320000', '204014.323000', '204014.325000', '204034.208000', '204034.211000', '204034.213000', '204034.216000', '204034.218000', '204034.221000', '204034.223000', '204034.226000', '204034.229000', '204034.231000', '204034.234000', '204034.236000', '204034.239000', '204034.242000', '204034.244000', '204034.247000', '204034.249000', '204034.252000', '204034.255000', '204034.257000', '204034.260000', '204034.262000', '204034.265000', '204034.268000', '204034.270000', '204034.273000', '204034.275000', '204034.278000', '204034.281000', '204034.283000', '204034.286000', '204034.288000', '204034.291000', '204034.294000', '204034.296000', '204034.299000', '204034.301000', '204034.304000', '204034.306000', '204034.309000', '204034.312000', '204034.314000', '204034.317000', '204054.208000', '204054.210000', '204054.213000', '204054.216000', '204054.218000', '204054.221000', '204054.223000', '204054.226000', '204054.228000', '204054.231000', '204054.234000', '204054.236000', '204054.239000', '204054.241000', '204054.244000', '204054.247000', '204054.249000', '204054.252000', '204054.254000', '204054.257000', '204054.260000', '204054.262000', '204054.265000', '204054.267000', '204054.270000', '204054.273000', '204054.275000', '204054.278000', '204054.280000', '204054.283000', '204054.285000', '204054.288000', '204054.291000', '204054.293000', '204054.296000', '204054.298000', '204054.301000', '204054.304000', '204054.306000', '204054.309000', '204054.312000', '204054.314000', '204054.317000', '204054.319000', '204114.207000', '204114.210000', '204114.213000', '204114.215000', '204114.218000', '204114.221000', '204114.243000', '204114.246000', '204114.248000', '204114.251000', '204114.253000', '204114.256000', '204114.258000', '204114.261000', '204114.263000', '204114.266000', '204114.269000', '204114.271000', '204114.274000', '204114.276000', '204114.279000', '204114.282000', '204114.284000', '204114.287000', '204114.290000', '204114.292000', '204114.295000', '204114.297000', '204114.300000', '204114.302000', '204114.305000', '204114.308000', '204114.310000', '204114.313000', '204114.315000', '204114.318000', '204114.321000', '204114.323000', '204114.326000', '204114.328000', '204114.331000', '204114.333000', '204114.336000', '204134.207000', '204134.210000', '204134.213000', '204134.215000', '204134.218000', '204134.221000', '204134.224000', '204134.226000', '204134.229000', '204134.232000', '204134.234000', '204134.237000', '204134.239000', '204134.242000', '204134.244000', '204134.247000', '204134.250000', '204134.252000', '204134.255000', '204134.257000', '204134.260000', '204134.263000', '204134.265000', '204134.268000', '204134.270000', '204134.273000', '204134.276000', '204134.278000', '204134.281000', '204134.283000', '204134.286000', '204134.289000', '204134.291000', '204134.294000', '204134.297000', '204134.299000', '204134.302000', '204134.304000', '204134.307000', '204134.310000', '204134.312000', '204134.315000', '204134.317000', '204134.320000', '204154.208000', '204154.210000', '204154.213000', '204154.216000', '204154.218000', '204154.221000', '204154.223000', '204154.226000', '204154.228000', '204154.231000', '204154.234000', '204154.236000', '204154.239000', '204154.242000', '204154.244000', '204154.247000', '204154.249000', '204154.252000', '204154.254000', '204154.257000', '204154.260000', '204154.262000', '204154.265000', '204154.267000', '204154.270000', '204154.273000', '204154.275000', '204154.278000', '204154.280000', '204154.283000', '204154.286000', '204154.288000', '204154.291000', '204154.293000', '204154.296000', '204154.299000', '204154.301000', '204154.304000', '204154.306000', '204154.309000', '204154.312000', '204154.314000', '204154.317000', '204205.492000', '204205.500000', '204205.508000', '204205.511000', '204205.514000', '204205.517000', '204205.519000', '204205.528000', '204205.531000', '204205.534000', '204205.537000', '204205.540000', '204205.543000', '204205.545000', '204205.548000', '204205.551000', '204205.554000', '204205.556000', '204205.559000', '204205.562000', '204205.564000', '204205.567000', '204205.570000', '204205.574000', '204205.577000'], 'InstanceCreationTime': ['203234.253000', '203234.256000', '203234.259000', '203234.262000', '203234.264000', '203234.267000', '203234.269000', '203234.272000', '203234.274000', '203234.277000', '203234.279000', '203234.282000', '203234.285000', '203234.287000', '203234.290000', '203234.292000', '203234.295000', '203234.297000', '203234.300000', '203234.306000', '203234.308000', '203234.311000', '203234.313000', '203234.316000', '203234.318000', '203234.321000', '203234.323000', '203234.326000', '203234.329000', '203234.331000', '203234.334000', '203234.336000', '203234.339000', '203234.341000', '203234.344000', '203234.346000', '203234.349000', '203234.352000', '203234.354000', '203234.357000', '203234.359000', '203234.362000', '203234.364000', '203234.367000', '203234.369000', '203234.372000', '203234.375000', '203234.377000', '203234.380000', '203234.382000', '203234.385000', '203234.387000', '203234.390000', '203234.392000', '203234.395000', '203234.397000', '203254.207000', '203254.210000', '203254.213000', '203254.215000', '203254.218000', '203254.220000', '203254.223000', '203254.225000', '203254.228000', '203254.231000', '203254.233000', '203254.241000', '203254.244000', '203254.246000', '203254.249000', '203254.251000', '203254.254000', '203254.256000', '203254.259000', '203254.261000', '203254.264000', '203254.267000', '203254.269000', '203254.272000', '203254.275000', '203254.277000', '203254.280000', '203254.282000', '203254.285000', '203254.287000', '203254.290000', '203254.292000', '203254.295000', '203254.298000', '203254.300000', '203254.303000', '203254.305000', '203254.308000', '203254.310000', '203254.313000', '203254.316000', '203254.318000', '203254.321000', '203314.207000', '203314.210000', '203314.213000', '203314.215000', '203314.218000', '203314.220000', '203314.223000', '203314.226000', '203314.228000', '203314.231000', '203314.233000', '203314.236000', '203314.238000', '203314.241000', '203314.244000', '203314.246000', '203314.249000', '203314.251000', '203314.254000', '203314.256000', '203314.259000', '203314.261000', '203314.264000', '203314.274000', '203314.276000', '203314.279000', '203314.282000', '203314.284000', '203314.287000', '203314.289000', '203314.292000', '203314.294000', '203314.297000', '203314.299000', '203314.302000', '203314.305000', '203314.307000', '203314.310000', '203314.312000', '203314.315000', '203314.318000', '203314.320000', '203314.323000', '203314.326000', '203334.207000', '203334.210000', '203334.216000', '203334.218000', '203334.221000', '203334.224000', '203334.226000', '203334.229000', '203334.231000', '203334.234000', '203334.236000', '203334.239000', '203334.242000', '203334.245000', '203334.247000', '203334.250000', '203334.252000', '203334.255000', '203334.257000', '203334.260000', '203334.263000', '203334.265000', '203334.268000', '203334.270000', '203334.273000', '203334.275000', '203334.278000', '203334.281000', '203334.283000', '203334.286000', '203334.288000', '203334.291000', '203334.293000', '203334.296000', '203334.298000', '203334.301000', '203334.304000', '203334.306000', '203334.309000', '203334.311000', '203334.314000', '203334.316000', '203334.319000', '203354.207000', '203354.210000', '203354.214000', '203354.217000', '203354.219000', '203354.222000', '203354.224000', '203354.227000', '203354.230000', '203354.241000', '203354.243000', '203354.246000', '203354.249000', '203354.251000', '203354.254000', '203354.256000', '203354.259000', '203354.261000', '203354.264000', '203354.267000', '203354.269000', '203354.272000', '203354.274000', '203354.277000', '203354.280000', '203354.313000', '203354.315000', '203354.318000', '203354.320000', '203354.323000', '203354.325000', '203354.328000', '203354.331000', '203354.333000', '203354.336000', '203354.338000', '203354.341000', '203354.343000', '203354.346000', '203354.349000', '203354.351000', '203354.354000', '203354.356000', '203354.359000', '203414.207000', '203414.210000', '203414.213000', '203414.215000', '203414.218000', '203414.221000', '203414.223000', '203414.226000', '203414.228000', '203414.231000', '203414.233000', '203414.236000', '203414.239000', '203414.241000', '203414.244000', '203414.247000', '203414.249000', '203414.252000', '203414.254000', '203414.257000', '203414.259000', '203414.262000', '203414.264000', '203414.267000', '203414.270000', '203414.272000', '203414.275000', '203414.277000', '203414.280000', '203414.283000', '203414.285000', '203414.288000', '203414.290000', '203414.293000', '203414.295000', '203414.298000', '203414.301000', '203414.303000', '203414.306000', '203414.308000', '203414.311000', '203414.313000', '203414.316000', '203434.207000', '203434.210000', '203434.213000', '203434.215000', '203434.218000', '203434.220000', '203434.223000', '203434.226000', '203434.228000', '203434.231000', '203434.233000', '203434.236000', '203434.239000', '203434.241000', '203434.244000', '203434.246000', '203434.249000', '203434.252000', '203434.254000', '203434.257000', '203434.259000', '203434.262000', '203434.264000', '203434.267000', '203434.270000', '203434.272000', '203434.275000', '203434.278000', '203434.280000', '203434.283000', '203434.285000', '203434.288000', '203434.290000', '203434.293000', '203434.296000', '203434.298000', '203434.301000', '203434.303000', '203434.306000', '203434.309000', '203434.311000', '203434.314000', '203434.316000', '203434.319000', '203454.208000', '203454.210000', '203454.213000', '203454.216000', '203454.218000', '203454.221000', '203454.223000', '203454.226000', '203454.228000', '203454.245000', '203454.248000', '203454.250000', '203454.253000', '203454.255000', '203454.258000', '203454.261000', '203454.263000', '203454.266000', '203454.268000', '203454.271000', '203454.273000', '203454.276000', '203454.279000', '203454.281000', '203454.284000', '203454.286000', '203454.289000', '203454.291000', '203454.294000', '203454.296000', '203454.299000', '203454.302000', '203454.304000', '203454.307000', '203454.309000', '203454.312000', '203454.314000', '203454.317000', '203454.320000', '203454.322000', '203454.325000', '203454.327000', '203454.330000', '203514.207000', '203514.210000', '203514.213000', '203514.217000', '203514.219000', '203514.222000', '203514.225000', '203514.227000', '203514.230000', '203514.232000', '203514.235000', '203514.238000', '203514.240000', '203514.243000', '203514.245000', '203514.248000', '203514.250000', '203514.255000', '203514.258000', '203514.260000', '203514.263000', '203514.266000', '203514.268000', '203514.271000', '203514.273000', '203514.276000', '203514.278000', '203514.281000', '203514.284000', '203514.286000', '203514.289000', '203514.291000', '203514.294000', '203514.296000', '203514.299000', '203514.302000', '203514.304000', '203514.307000', '203514.310000', '203514.312000', '203514.315000', '203514.317000', '203514.320000', '203534.206000', '203534.209000', '203534.220000', '203534.223000', '203534.225000', '203534.228000', '203534.231000', '203534.233000', '203534.236000', '203534.238000', '203534.241000', '203534.243000', '203534.246000', '203534.249000', '203534.251000', '203534.254000', '203534.256000', '203534.259000', '203534.262000', '203534.264000', '203534.267000', '203534.269000', '203534.281000', '203534.283000', '203534.286000', '203534.288000', '203534.291000', '203534.293000', '203534.296000', '203534.299000', '203534.301000', '203534.304000', '203534.306000', '203534.309000', '203534.312000', '203534.314000', '203534.317000', '203534.319000', '203534.322000', '203534.324000', '203534.327000', '203534.330000', '203534.332000', '203534.335000', '203554.208000', '203554.210000', '203554.213000', '203554.216000', '203554.219000', '203554.221000', '203554.224000', '203554.227000', '203554.229000', '203554.232000', '203554.234000', '203554.237000', '203554.240000', '203554.242000', '203554.245000', '203554.248000', '203554.250000', '203554.253000', '203554.255000', '203554.258000', '203554.261000', '203554.263000', '203554.266000', '203554.268000', '203554.271000', '203554.273000', '203554.276000', '203554.278000', '203554.281000', '203554.284000', '203554.286000', '203554.289000', '203554.291000', '203554.294000', '203554.296000', '203554.299000', '203554.302000', '203554.304000', '203554.307000', '203554.309000', '203554.312000', '203554.315000', '203554.317000', '203614.207000', '203614.210000', '203614.213000', '203614.215000', '203614.218000', '203614.221000', '203614.223000', '203614.226000', '203614.228000', '203614.231000', '203614.233000', '203614.236000', '203614.239000', '203614.241000', '203614.244000', '203614.246000', '203614.249000', '203614.251000', '203614.254000', '203614.256000', '203614.259000', '203614.262000', '203614.264000', '203614.267000', '203614.269000', '203614.272000', '203614.274000', '203614.277000', '203614.280000', '203614.282000', '203614.285000', '203614.287000', '203614.290000', '203614.292000', '203614.295000', '203614.298000', '203614.300000', '203614.303000', '203614.305000', '203614.308000', '203614.310000', '203614.313000', '203614.315000', '203614.318000', '203634.207000', '203634.210000', '203634.213000', '203634.215000', '203634.218000', '203634.221000', '203634.223000', '203634.226000', '203634.228000', '203634.231000', '203634.233000', '203634.236000', '203634.239000', '203634.241000', '203634.244000', '203634.246000', '203634.249000', '203634.252000', '203634.254000', '203634.257000', '203634.259000', '203634.263000', '203634.266000', '203634.269000', '203634.271000', '203634.274000', '203634.276000', '203634.279000', '203634.282000', '203634.284000', '203634.287000', '203634.289000', '203634.293000', '203634.296000', '203634.299000', '203634.302000', '203634.304000', '203634.307000', '203634.309000', '203634.312000', '203634.315000', '203634.317000', '203634.320000', '203654.207000', '203654.210000', '203654.213000', '203654.215000', '203654.218000', '203654.221000', '203654.223000', '203654.226000', '203654.228000', '203654.231000', '203654.233000', '203654.236000', '203654.239000', '203654.241000', '203654.244000', '203654.246000', '203654.249000', '203654.251000', '203654.254000', '203654.257000', '203654.259000', '203654.262000', '203654.265000', '203654.267000', '203654.270000', '203654.272000', '203654.275000', '203654.277000', '203654.280000', '203654.283000', '203654.285000', '203654.288000', '203654.290000', '203654.293000', '203654.296000', '203654.298000', '203654.301000', '203654.304000', '203654.306000', '203654.309000', '203654.311000', '203654.314000', '203654.317000', '203654.319000', '203714.208000', '203714.210000', '203714.213000', '203714.216000', '203714.218000', '203714.221000', '203714.223000', '203714.226000', '203714.228000', '203714.231000', '203714.233000', '203714.236000', '203714.238000', '203714.241000', '203714.244000', '203714.246000', '203714.249000', '203714.251000', '203714.254000', '203714.257000', '203714.259000', '203714.262000', '203714.264000', '203714.267000', '203714.270000', '203714.272000', '203714.275000', '203714.277000', '203714.280000', '203714.282000', '203714.285000', '203714.288000', '203714.290000', '203714.293000', '203714.295000', '203714.298000', '203714.301000', '203714.303000', '203714.306000', '203714.308000', '203714.311000', '203714.313000', '203714.316000', '203734.207000', '203734.210000', '203734.213000', '203734.216000', '203734.218000', '203734.221000', '203734.223000', '203734.226000', '203734.229000', '203734.231000', '203734.234000', '203734.236000', '203734.239000', '203734.241000', '203734.244000', '203734.247000', '203734.249000', '203734.252000', '203734.254000', '203734.257000', '203734.260000', '203734.262000', '203734.265000', '203734.267000', '203734.270000', '203734.273000', '203734.275000', '203734.278000', '203734.280000', '203734.283000', '203734.285000', '203734.288000', '203734.291000', '203734.293000', '203734.296000', '203734.298000', '203734.301000', '203734.304000', '203734.306000', '203734.309000', '203734.311000', '203734.314000', '203734.317000', '203734.319000', '203754.206000', '203754.209000', '203754.212000', '203754.214000', '203754.248000', '203754.251000', '203754.253000', '203754.256000', '203754.259000', '203754.261000', '203754.264000', '203754.266000', '203754.269000', '203754.272000', '203754.274000', '203754.277000', '203754.280000', '203754.282000', '203754.285000', '203754.287000', '203754.290000', '203754.293000', '203754.295000', '203754.298000', '203754.301000', '203754.303000', '203754.306000', '203754.309000', '203754.311000', '203754.314000', '203754.316000', '203754.319000', '203754.322000', '203754.324000', '203754.327000', '203754.329000', '203754.332000', '203754.335000', '203754.338000', '203754.340000', '203754.343000', '203754.345000', '203754.348000', '203814.208000', '203814.210000', '203814.213000', '203814.216000', '203814.218000', '203814.221000', '203814.223000', '203814.226000', '203814.228000', '203814.231000', '203814.234000', '203814.238000', '203814.241000', '203814.243000', '203814.246000', '203814.248000', '203814.251000', '203814.254000', '203814.256000', '203814.259000', '203814.261000', '203814.264000', '203814.267000', '203814.269000', '203814.272000', '203814.274000', '203814.277000', '203814.279000', '203814.282000', '203814.285000', '203814.287000', '203814.290000', '203814.292000', '203814.295000', '203814.298000', '203814.300000', '203814.303000', '203814.306000', '203814.308000', '203814.311000', '203814.313000', '203814.316000', '203814.319000', '203814.321000', '203834.207000', '203834.210000', '203834.213000', '203834.215000', '203834.218000', '203834.221000', '203834.223000', '203834.226000', '203834.228000', '203834.231000', '203834.234000', '203834.236000', '203834.239000', '203834.241000', '203834.244000', '203834.246000', '203834.249000', '203834.252000', '203834.254000', '203834.257000', '203834.259000', '203834.262000', '203834.264000', '203834.267000', '203834.269000', '203834.272000', '203834.275000', '203834.278000', '203834.281000', '203834.283000', '203834.286000', '203834.289000', '203834.291000', '203834.294000', '203834.296000', '203834.299000', '203834.302000', '203834.304000', '203834.307000', '203834.309000', '203834.312000', '203834.314000', '203834.317000', '203854.207000', '203854.210000', '203854.213000', '203854.216000', '203854.218000', '203854.221000', '203854.223000', '203854.226000', '203854.228000', '203854.231000', '203854.234000', '203854.236000', '203854.239000', '203854.241000', '203854.244000', '203854.247000', '203854.249000', '203854.252000', '203854.254000', '203854.257000', '203854.260000', '203854.262000', '203854.265000', '203854.267000', '203854.270000', '203854.272000', '203854.275000', '203854.278000', '203854.280000', '203854.283000', '203854.285000', '203854.288000', '203854.290000', '203854.293000', '203854.296000', '203854.298000', '203854.301000', '203854.303000', '203854.306000', '203854.308000', '203854.311000', '203854.314000', '203854.316000', '203854.319000', '203914.208000', '203914.211000', '203914.213000', '203914.216000', '203914.218000', '203914.221000', '203914.224000', '203914.226000', '203914.229000', '203914.231000', '203914.234000', '203914.237000', '203914.239000', '203914.242000', '203914.244000', '203914.247000', '203914.250000', '203914.252000', '203914.255000', '203914.258000', '203914.260000', '203914.263000', '203914.265000', '203914.268000', '203914.270000', '203914.273000', '203914.276000', '203914.278000', '203914.281000', '203914.283000', '203914.286000', '203914.289000', '203914.291000', '203914.294000', '203914.296000', '203914.299000', '203914.301000', '203914.305000', '203914.307000', '203914.310000', '203914.313000', '203914.316000', '203914.318000', '203934.208000', '203934.210000', '203934.213000', '203934.216000', '203934.218000', '203934.221000', '203934.223000', '203934.226000', '203934.229000', '203934.231000', '203934.234000', '203934.237000', '203934.239000', '203934.242000', '203934.244000', '203934.247000', '203934.249000', '203934.252000', '203934.255000', '203934.257000', '203934.260000', '203934.263000', '203934.265000', '203934.268000', '203934.270000', '203934.273000', '203934.276000', '203934.278000', '203934.281000', '203934.283000', '203934.286000', '203934.288000', '203934.291000', '203934.294000', '203934.296000', '203934.299000', '203934.301000', '203934.304000', '203934.307000', '203934.309000', '203934.312000', '203934.314000', '203934.317000', '203934.320000', '203954.208000', '203954.210000', '203954.213000', '203954.216000', '203954.218000', '203954.221000', '203954.223000', '203954.226000', '203954.228000', '203954.231000', '203954.285000', '203954.288000', '203954.291000', '203954.293000', '203954.296000', '203954.298000', '203954.301000', '203954.303000', '203954.306000', '203954.309000', '203954.311000', '203954.314000', '203954.316000', '203954.319000', '203954.322000', '203954.324000', '203954.327000', '203954.329000', '203954.332000', '203954.335000', '203954.337000', '203954.340000', '203954.342000', '203954.345000', '203954.347000', '203954.350000', '203954.353000', '203954.355000', '203954.358000', '203954.360000', '203954.363000', '203954.366000', '203954.368000', '204014.207000', '204014.209000', '204014.212000', '204014.215000', '204014.217000', '204014.220000', '204014.222000', '204014.225000', '204014.228000', '204014.230000', '204014.233000', '204014.235000', '204014.238000', '204014.241000', '204014.243000', '204014.246000', '204014.248000', '204014.251000', '204014.254000', '204014.256000', '204014.259000', '204014.261000', '204014.270000', '204014.273000', '204014.276000', '204014.278000', '204014.281000', '204014.284000', '204014.286000', '204014.289000', '204014.291000', '204014.294000', '204014.297000', '204014.299000', '204014.302000', '204014.304000', '204014.307000', '204014.310000', '204014.312000', '204014.315000', '204014.318000', '204014.320000', '204014.323000', '204014.325000', '204034.208000', '204034.211000', '204034.213000', '204034.216000', '204034.218000', '204034.221000', '204034.223000', '204034.226000', '204034.229000', '204034.231000', '204034.234000', '204034.236000', '204034.239000', '204034.242000', '204034.244000', '204034.247000', '204034.249000', '204034.252000', '204034.255000', '204034.257000', '204034.260000', '204034.262000', '204034.265000', '204034.268000', '204034.270000', '204034.273000', '204034.275000', '204034.278000', '204034.281000', '204034.283000', '204034.286000', '204034.288000', '204034.291000', '204034.294000', '204034.296000', '204034.299000', '204034.301000', '204034.304000', '204034.306000', '204034.309000', '204034.312000', '204034.314000', '204034.317000', '204054.208000', '204054.210000', '204054.213000', '204054.216000', '204054.218000', '204054.221000', '204054.223000', '204054.226000', '204054.228000', '204054.231000', '204054.234000', '204054.236000', '204054.239000', '204054.241000', '204054.244000', '204054.247000', '204054.249000', '204054.252000', '204054.254000', '204054.257000', '204054.260000', '204054.262000', '204054.265000', '204054.267000', '204054.270000', '204054.273000', '204054.275000', '204054.278000', '204054.280000', '204054.283000', '204054.285000', '204054.288000', '204054.291000', '204054.293000', '204054.296000', '204054.298000', '204054.301000', '204054.304000', '204054.306000', '204054.309000', '204054.312000', '204054.314000', '204054.317000', '204054.319000', '204114.207000', '204114.210000', '204114.213000', '204114.215000', '204114.218000', '204114.221000', '204114.243000', '204114.246000', '204114.248000', '204114.251000', '204114.253000', '204114.256000', '204114.258000', '204114.261000', '204114.263000', '204114.266000', '204114.269000', '204114.271000', '204114.274000', '204114.276000', '204114.279000', '204114.282000', '204114.284000', '204114.287000', '204114.290000', '204114.292000', '204114.295000', '204114.297000', '204114.300000', '204114.302000', '204114.305000', '204114.308000', '204114.310000', '204114.313000', '204114.315000', '204114.318000', '204114.321000', '204114.323000', '204114.326000', '204114.328000', '204114.331000', '204114.333000', '204114.336000', '204134.207000', '204134.210000', '204134.213000', '204134.215000', '204134.218000', '204134.221000', '204134.224000', '204134.226000', '204134.229000', '204134.232000', '204134.234000', '204134.237000', '204134.239000', '204134.242000', '204134.244000', '204134.247000', '204134.250000', '204134.252000', '204134.255000', '204134.257000', '204134.260000', '204134.263000', '204134.265000', '204134.268000', '204134.270000', '204134.273000', '204134.276000', '204134.278000', '204134.281000', '204134.283000', '204134.286000', '204134.289000', '204134.291000', '204134.294000', '204134.297000', '204134.299000', '204134.302000', '204134.304000', '204134.307000', '204134.310000', '204134.312000', '204134.315000', '204134.317000', '204134.320000', '204154.208000', '204154.210000', '204154.213000', '204154.216000', '204154.218000', '204154.221000', '204154.223000', '204154.226000', '204154.228000', '204154.231000', '204154.234000', '204154.236000', '204154.239000', '204154.242000', '204154.244000', '204154.247000', '204154.249000', '204154.252000', '204154.254000', '204154.257000', '204154.260000', '204154.262000', '204154.265000', '204154.267000', '204154.270000', '204154.273000', '204154.275000', '204154.278000', '204154.280000', '204154.283000', '204154.286000', '204154.288000', '204154.291000', '204154.293000', '204154.296000', '204154.299000', '204154.301000', '204154.304000', '204154.306000', '204154.309000', '204154.312000', '204154.314000', '204154.317000', '204205.492000', '204205.500000', '204205.508000', '204205.511000', '204205.514000', '204205.517000', '204205.519000', '204205.528000', '204205.531000', '204205.534000', '204205.537000', '204205.540000', '204205.543000', '204205.545000', '204205.548000', '204205.551000', '204205.554000', '204205.556000', '204205.559000', '204205.562000', '204205.564000', '204205.567000', '204205.570000', '204205.574000', '204205.577000'], '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': [9799, 10772, 8008, 10655, 13171, 8389, 8111, 7169, 6720, 7000, 6611, 11576, 6177, 9222, 9637, 6964, 12079, 7873, 8713, 9761, 7338, 10586, 6615, 10899, 7873, 9669, 7411, 7450, 12455, 7787, 11354, 13923, 9985, 8123, 13078, 6893, 8330, 12346, 7785, 8592, 13183, 8607, 8977, 7621, 6839, 11270, 6871, 9373, 9541, 8388, 12739, 8132, 9052, 11454, 7389, 12098, 7161, 8658, 12950, 9222, 11494, 14167, 9907, 10309, 11526, 7436, 10512, 13067, 8873, 10951, 12423, 8919, 12276, 7012, 8367, 11277, 8574, 6671, 7023, 9030, 12639, 8760, 11796, 8708, 10418, 6839, 8624, 7159, 7763, 11731, 8562, 8875, 12230, 9322, 13137, 12607, 14607, 11227, 13087, 8680, 9017, 10327, 10190, 13938, 17201, 13655, 9989, 8364, 7930, 8309, 9865, 10119, 8952, 8568, 8507, 10117, 8415, 10423, 8956, 10930, 9043, 11911, 8252, 8045, 11490, 12220, 10215, 9439, 12428, 12471, 10809, 13685, 9438, 8267, 13657, 9742, 10862, 7591, 7604, 13210, 7684, 8667, 13022, 7489, 10190, 7293, 9200, 13149, 8564, 10808, 8174, 12736, 8111, 9967, 12742, 7206, 10645, 10758, 6915, 10908, 7713, 7078, 12161, 6906, 8018, 11850, 6885, 7952, 11667, 7743, 10046, 12208, 7444, 8736, 11231, 6647, 9684, 9863, 7029, 11520, 6993, 8665, 7239, 6796, 12534, 7409, 11008, 10891, 8421, 12965, 7851, 11263, 6700, 7600, 9396, 9516, 13457, 8881, 10967, 7200, 7870, 14035, 10903, 12907, 7575, 8111, 7781, 6785, 12812, 7122, 10263, 14397, 9602, 11849, 6983, 10167, 6696, 7396, 6566, 6787, 13014, 11708, 9589, 11669, 7469, 11315, 10058, 8080, 13766, 9261, 10138, 6430, 7311, 12660, 11695, 8241, 12295, 11125, 8448, 12682, 7155, 7535, 6987, 6907, 12008, 6595, 8599, 12154, 8678, 9055, 6648, 7377, 11932, 6396, 8114, 11866, 8910, 10290, 6552, 7554, 11820, 7291, 10826, 9109, 8189, 12671, 8626, 9141, 6550, 7663, 12144, 7459, 10313, 13644, 9226, 11448, 6991, 7681, 12303, 7070, 8758, 12550, 9368, 11340, 6736, 7803, 8932, 7155, 11376, 7137, 8288, 12281, 8590, 11932, 6578, 8753, 10557, 8112, 11794, 8063, 10180, 6447, 8007, 6253, 8541, 13654, 10814, 11215, 7825, 9337, 13624, 8920, 9709, 13248, 9890, 12020, 7445, 7533, 10966, 7157, 11770, 7209, 8187, 12621, 8776, 9028, 6935, 7235, 11418, 6624, 8015, 11621, 8450, 11895, 7058, 7263, 7876, 7069, 11078, 6562, 7570, 11922, 7085, 10580, 7427, 8424, 13105, 10222, 11652, 8357, 11488, 8437, 8556, 10389, 7522, 11710, 6794, 11744, 8062, 7485, 12890, 7948, 7798, 12590, 9370, 12292, 7210, 6981, 8809, 6661, 12011, 6840, 7963, 12554, 8090, 8921, 7460, 6682, 11199, 6298, 9125, 9112, 7979, 11854, 8067, 10728, 6562, 6836, 12248, 7124, 11415, 11220, 8457, 12910, 8492, 10430, 6377, 8047, 11624, 7729, 11561, 7670, 8104, 13558, 9724, 12104, 6860, 9783, 6358, 7497, 6251, 7746, 13196, 8790, 10083, 12488, 9875, 13252, 7144, 11889, 8328, 7602, 13388, 7925, 10559, 12404, 9773, 12155, 7176, 8120, 13154, 8152, 8037, 13335, 8199, 7843, 11209, 7185, 9275, 6890, 7977, 12063, 7195, 8024, 9485, 7202, 10902, 6800, 7858, 12324, 7356, 8660, 11969, 7747, 10912, 6866, 7760, 7631, 7367, 11353, 6846, 8525, 13130, 8311, 11228, 6589, 7826, 10408, 7155, 11371, 7685, 7580, 12163, 7921, 10315, 6782, 8473, 13855, 9033, 9278, 7656, 6636, 6160, 10920, 12597, 9062, 10835, 7668, 11009, 8656, 7430, 12248, 6928, 11054, 7509, 8008, 11818, 7891, 10827, 10022, 7615, 11881, 6743, 9220, 10604, 7506, 12313, 7082, 8103, 11851, 7254, 11474, 6359, 8217, 10232, 7915, 11539, 7586, 10017, 7242, 7431, 11074, 7448, 11042, 8444, 8108, 12349, 7294, 10992, 6624, 7683, 11842, 8516, 11328, 11554, 8489, 11776, 6579, 8072, 12418, 8665, 11909, 8737, 7816, 12888, 7836, 9909, 7999, 8030, 11925, 8693, 11494, 7170, 8001, 11279, 7452, 11683, 8159, 8109, 12657, 9732, 11114, 6656, 8184, 8433, 7820, 6618, 6782, 12709, 9426, 8488, 13248, 9608, 12599, 7895, 10665, 10937, 7917, 12996, 8474, 7937, 13112, 8746, 9365, 12173, 7621, 12092, 10477, 8309, 12768, 6764, 8087, 11606, 7630, 11853, 10403, 7956, 12426, 6541, 8221, 11405, 7271, 8556, 9842, 8530, 6377, 6746, 9237, 12810, 9475, 12218, 10332, 11970, 8254, 11029, 6717, 8907, 9627, 7277, 11802, 7509, 7896, 12705, 8264, 11472, 8073, 11111, 8381, 11900, 7186, 12915, 15121, 14044, 16353, 10095, 8077, 8612, 6608, 8794, 9182, 10564, 9010, 7325, 8982, 6769, 9101, 7055, 9915, 12708, 11875, 11873, 10242, 9633, 11785, 11972, 9577, 12842, 10031, 10722, 12543, 9000, 11581, 8407, 8274, 13446, 9044, 8893, 7118, 8884, 11310, 8225, 8829, 10194, 8434, 9973, 7265, 8686, 12899, 8525, 10262, 6501, 7434, 6615, 8264, 11373, 6811, 8082, 8728, 9769, 11971, 8213, 10210, 7426, 10753, 9129, 7144, 11133, 10487, 7065, 11405, 10619, 7717, 12731, 7243, 9637, 7331, 8163, 13308, 7852, 10513, 7396, 9290, 7470, 7471, 13140, 8236, 10337, 12968, 9894, 11448, 7952, 8144, 13145, 8867, 11400, 13519, 9565, 12486, 12346, 9120, 11314, 12775, 8185, 10613, 9388, 8665, 12318, 6753, 8322, 11579, 8257, 10565, 9042, 8951, 12192, 7870, 8284, 6642, 7860, 11342, 7532, 9014, 7245, 8643, 13843, 11059, 11088, 9677, 8871, 12306, 8759, 11423, 7190, 8944, 12235, 7735, 9005, 13549, 8890, 8742, 7708, 8046, 8983, 7612, 8767, 10409, 8352, 10244, 11544, 8614, 10416, 7280, 7868, 7049, 7968, 10958, 7040, 8709, 8686, 9033, 6822, 7406, 12960, 10603, 9377, 12733, 11247, 12053, 7356, 8960, 12316, 8414, 11577, 8977, 8778, 12371, 7047, 8360, 12225, 7315, 8351, 11656, 7985, 8039, 6682, 8167, 10025, 7200, 8942, 10825, 8915, 11536, 7344, 8277, 6546, 7892, 11504, 6984, 9618, 7388, 7265, 11842, 8097, 8116, 12528, 8223, 10518, 7070, 7971, 11534, 6822, 11053, 7799, 8127, 13259, 10252, 12105, 7427, 8150, 12903, 8950, 11941, 7482, 8525, 10745, 8200, 12403, 7473, 7423, 6763, 10747, 12730, 10137, 12194, 8672, 11879, 7194, 8479, 12130, 7680, 10496, 10564, 7618, 11546, 12028, 8238, 11363, 7864, 8217, 12317, 7207, 8334, 6682, 8037, 10760, 7908, 9831, 7202, 8445, 12404, 7330, 11659, 7080, 8360, 12506, 7903, 11227, 8952, 8439, 13993, 8305, 10202, 6956, 9829, 11912, 8636, 11908, 7715, 10941, 9267, 8304, 12579, 8997, 9723, 7159, 8099, 10664, 7488, 10788, 7315, 9030, 13315, 8699, 11713, 7424, 7679, 7238, 7369, 11419, 6569, 8740, 12730, 8010, 11686, 7022, 8098, 12591, 7698, 10292, 13352, 8829, 11520, 6982, 8037, 12229, 7187, 9867, 13260, 8626, 11597, 6738, 8338, 11598, 7804, 10156, 7119, 8253, 11910, 7572, 8911, 12324, 8118, 10756, 6835, 8431, 11927, 8377, 10320, 7928, 8875, 13157, 8288, 10375, 7016, 8784, 11103, 7665, 10793, 8203, 7919, 12364, 7344, 8384, 10298, 7029, 10027, 6657, 8537, 12694, 8179, 11020, 7099, 7944, 7132, 8369, 7423, 8067, 11261, 7282, 8395, 10124, 8786, 13644, 10565, 12165, 7987, 9402, 6821, 8817, 12773, 8598, 9995, 13833, 8983, 10370, 11042, 8361, 11581, 6809, 7701, 7096, 8263, 11444, 7032, 8518, 11120, 8126, 11023, 7061, 8738, 11853, 8230, 11025, 6847, 8360, 10934, 7445, 10360, 7129, 8449, 12805, 7658, 11110, 6634, 8040, 12012, 7713, 10523, 6790, 7945, 9865, 7016, 10276, 6949, 7862, 11915, 7729, 9584, 7765, 7832, 9588, 7907, 10070, 6613, 8186, 10014, 9111, 12392, 8129, 10049, 8057, 9553, 9185, 7199, 12512, 7194, 11174, 10598, 8157, 12290, 9046, 8859, 13496, 8280, 11809, 6965, 7980, 12067, 7408, 8573, 12509, 7876, 9682, 6639, 7443, 7400, 7746, 10464, 6819, 8607, 13225, 8420, 9351, 12879, 9237, 10574, 6839, 8530, 11874, 8477, 10632, 7433, 9186, 12785, 9246, 11348, 7148, 8493, 12280, 8253, 10582, 9041, 9105, 12843, 7952, 10408, 6539, 8382, 9482, 8963, 12369, 8793, 10112, 6862, 8758, 11807, 8531, 11377, 12227, 8046, 9830, 9901, 8396, 11200, 6906, 8626, 10338, 8272, 10538, 7017, 8999, 12803, 8425, 10594, 6942, 8850, 11932, 8831, 10458, 8643, 8694, 11717, 8312, 8488, 8504, 8920, 11569, 7878, 9231, 8084, 8347, 11011, 7773, 8604, 7457, 8785, 11608, 8118, 9491, 7151, 8009, 11486, 7100, 8707, 12058, 8443, 11043, 6931, 8469, 9565, 8123, 10490, 7590, 8753, 12979, 8427, 11063, 7055, 8710, 7145, 7656, 12715, 8642, 10358, 11734, 8930, 12308, 7435, 10354, 6828, 8567, 11719, 7352, 8605, 11645, 7827, 8511, 9902, 7659, 9470, 8372, 8645, 11061, 7741, 9183, 11116, 7972, 9745, 7880, 7277, 6533, 9032, 10565, 9133, 9857, 9846, 13172, 10281, 13212, 9730, 10126, 13231, 9450, 8930, 13395, 8065, 9419, 13214, 9917, 11474, 8012, 8279, 7001, 8132, 10666, 8537, 8879, 11410, 7414, 8442, 10531, 7163, 7887, 7835, 8650, 10772, 7776, 9048, 13108, 7613, 9630, 7056, 8454, 11783, 7524, 9030, 12957, 8671, 10477, 7492, 8252, 8827, 7560, 10665, 8751, 8742, 12738, 8715, 9243, 7239, 7711, 7367, 7900, 11981, 7635, 8258, 13416, 8588], 'WindowCenter': [4050.0, 4034.0, 3999.0, 4031.0, 4038.0, 3981.0, 3966.0, 3959.0, 3963.0, 3973.0, 3963.0, 4012.0, 3951.0, 4006.0, 4005.0, 3989.0, 4051.0, 3999.0, 4009.0, 4018.0, 3986.0, 4017.0, 3977.0, 4018.0, 3996.0, 4020.0, 3988.0, 3987.0, 4040.0, 3999.0, 4040.0, 4051.0, 4005.0, 3984.0, 4026.0, 3971.0, 3981.0, 4012.0, 3969.0, 3980.0, 4024.0, 3980.0, 3991.0, 3981.0, 3961.0, 4013.0, 3961.0, 3990.0, 3992.0, 3981.0, 4025.0, 3982.0, 3995.0, 4027.0, 3983.0, 4026.0, 3972.0, 3992.0, 4023.0, 3990.0, 4013.0, 4024.0, 3992.0, 3991.0, 4000.0, 3956.0, 3999.0, 4007.0, 3976.0, 3986.0, 3995.0, 3975.0, 4008.0, 3945.0, 3979.0, 3998.0, 3977.0, 3945.0, 3943.0, 3977.0, 4021.0, 3992.0, 4012.0, 3982.0, 4002.0, 3960.0, 3980.0, 3960.0, 3970.0, 4025.0, 3995.0, 4022.0, 4040.0, 4008.0, 4039.0, 4029.0, 4057.0, 4034.0, 4029.0, 3963.0, 3966.0, 3977.0, 3975.0, 4011.0, 3982.0, 3968.0, 3948.0, 3922.0, 3896.0, 3891.0, 3924.0, 3940.0, 3943.0, 3958.0, 3974.0, 3997.0, 3978.0, 4000.0, 3990.0, 3999.0, 3990.0, 4011.0, 3982.0, 3967.0, 4013.0, 4024.0, 4016.0, 3992.0, 4028.0, 4012.0, 4003.0, 4013.0, 3979.0, 3968.0, 4008.0, 3974.0, 3985.0, 3954.0, 3954.0, 4005.0, 3953.0, 3965.0, 4007.0, 3955.0, 3988.0, 3956.0, 3978.0, 4021.0, 3992.0, 4013.0, 3980.0, 4021.0, 3979.0, 4001.0, 4022.0, 3971.0, 4002.0, 4000.0, 3971.0, 4014.0, 3971.0, 3972.0, 4027.0, 3973.0, 3984.0, 4013.0, 3960.0, 3981.0, 4010.0, 3981.0, 4004.0, 4025.0, 3984.0, 3995.0, 4014.0, 3972.0, 4004.0, 4001.0, 3971.0, 4025.0, 3974.0, 3995.0, 3985.0, 3976.0, 4038.0, 3996.0, 4028.0, 4027.0, 3995.0, 4037.0, 3996.0, 4027.0, 3974.0, 3985.0, 3992.0, 4003.0, 4038.0, 4007.0, 4029.0, 3987.0, 3996.0, 4038.0, 4015.0, 4026.0, 3985.0, 3994.0, 3982.0, 3973.0, 4025.0, 3972.0, 4013.0, 4033.0, 4003.0, 4024.0, 3972.0, 4004.0, 3959.0, 3971.0, 3959.0, 3958.0, 4035.0, 4023.0, 4003.0, 4026.0, 3984.0, 4039.0, 4014.0, 3981.0, 4032.0, 3990.0, 4001.0, 3947.0, 3969.0, 4022.0, 4009.0, 3979.0, 4011.0, 3997.0, 3965.0, 4007.0, 3944.0, 3955.0, 3943.0, 3944.0, 3996.0, 3944.0, 3976.0, 4008.0, 3977.0, 3980.0, 3958.0, 3969.0, 4010.0, 3946.0, 3967.0, 3997.0, 3977.0, 3999.0, 3947.0, 3980.0, 4010.0, 3969.0, 4012.0, 3978.0, 3978.0, 4022.0, 3979.0, 3989.0, 3949.0, 3970.0, 4009.0, 3967.0, 3999.0, 4019.0, 3988.0, 4010.0, 3957.0, 3968.0, 4008.0, 3957.0, 3979.0, 4007.0, 3976.0, 3998.0, 3945.0, 3968.0, 3978.0, 3958.0, 4010.0, 3956.0, 3978.0, 4010.0, 3979.0, 4011.0, 3958.0, 3989.0, 3997.0, 3978.0, 4010.0, 3978.0, 4000.0, 3948.0, 3980.0, 3948.0, 3978.0, 4020.0, 3998.0, 3999.0, 3968.0, 3990.0, 4022.0, 3979.0, 3990.0, 4008.0, 3986.0, 3997.0, 3954.0, 3955.0, 3984.0, 3943.0, 3995.0, 3954.0, 3966.0, 4007.0, 3965.0, 3976.0, 3944.0, 3955.0, 3996.0, 3944.0, 3966.0, 3996.0, 3965.0, 4008.0, 3956.0, 3957.0, 3967.0, 3970.0, 4011.0, 3958.0, 3971.0, 4011.0, 3960.0, 4001.0, 3971.0, 3981.0, 4022.0, 4015.0, 4010.0, 3979.0, 4012.0, 3980.0, 3991.0, 4001.0, 3982.0, 4022.0, 3961.0, 4023.0, 3980.0, 3970.0, 4021.0, 3968.0, 3969.0, 4009.0, 3977.0, 4009.0, 3956.0, 3957.0, 3976.0, 3946.0, 4008.0, 3946.0, 3968.0, 4011.0, 3968.0, 3979.0, 3969.0, 3959.0, 3999.0, 3948.0, 3991.0, 3989.0, 3978.0, 4011.0, 3980.0, 4013.0, 3961.0, 3973.0, 4023.0, 3971.0, 4012.0, 4000.0, 3980.0, 4022.0, 3994.0, 4014.0, 3948.0, 3982.0, 4010.0, 3969.0, 4023.0, 3969.0, 3970.0, 4022.0, 3992.0, 4025.0, 3962.0, 3989.0, 3936.0, 3959.0, 3936.0, 3970.0, 4023.0, 3992.0, 4018.0, 4037.0, 4003.0, 4020.0, 3959.0, 4010.0, 3966.0, 3967.0, 4021.0, 3968.0, 3989.0, 4009.0, 3988.0, 3998.0, 3944.0, 3954.0, 3995.0, 3952.0, 3952.0, 3993.0, 3952.0, 3953.0, 3984.0, 3944.0, 3974.0, 3943.0, 3965.0, 3996.0, 3944.0, 3966.0, 3987.0, 3958.0, 4000.0, 3947.0, 3970.0, 4010.0, 3956.0, 3979.0, 4009.0, 3957.0, 4000.0, 3948.0, 3969.0, 3969.0, 3970.0, 4012.0, 3962.0, 3995.0, 4024.0, 3982.0, 4013.0, 3961.0, 3983.0, 4002.0, 3971.0, 4013.0, 3970.0, 3971.0, 4024.0, 3983.0, 4004.0, 3962.0, 3996.0, 4039.0, 4007.0, 3994.0, 3972.0, 3962.0, 3937.0, 4014.0, 4023.0, 3992.0, 4012.0, 3970.0, 4002.0, 3981.0, 3971.0, 4012.0, 3959.0, 4001.0, 3959.0, 3981.0, 4011.0, 3968.0, 4001.0, 3991.0, 3970.0, 4010.0, 3947.0, 3978.0, 3987.0, 3958.0, 4011.0, 3957.0, 3970.0, 4013.0, 3971.0, 4012.0, 3950.0, 3981.0, 4001.0, 3980.0, 4011.0, 3969.0, 4003.0, 3973.0, 3955.0, 3997.0, 3969.0, 3998.0, 3965.0, 3969.0, 4022.0, 3971.0, 4014.0, 3960.0, 3983.0, 4014.0, 3992.0, 4013.0, 4013.0, 3980.0, 4012.0, 3958.0, 3969.0, 4011.0, 3980.0, 4011.0, 3978.0, 3970.0, 4038.0, 3985.0, 4004.0, 3983.0, 3980.0, 4011.0, 3979.0, 4012.0, 3960.0, 3982.0, 4012.0, 3974.0, 4014.0, 3969.0, 3971.0, 4024.0, 3992.0, 4013.0, 3960.0, 3981.0, 3981.0, 3969.0, 3948.0, 3959.0, 4024.0, 4006.0, 4007.0, 4038.0, 4005.0, 4026.0, 3982.0, 4003.0, 4000.0, 3968.0, 4011.0, 3969.0, 3971.0, 4025.0, 3980.0, 3991.0, 4010.0, 3968.0, 4009.0, 3985.0, 3966.0, 4009.0, 3946.0, 3969.0, 3998.0, 3968.0, 4010.0, 3987.0, 3956.0, 4010.0, 3948.0, 3969.0, 3998.0, 3957.0, 3979.0, 3988.0, 3980.0, 3948.0, 3960.0, 3990.0, 4024.0, 4004.0, 4022.0, 4003.0, 4011.0, 3981.0, 4002.0, 3961.0, 3994.0, 3992.0, 3970.0, 4012.0, 3960.0, 3981.0, 4025.0, 3997.0, 4024.0, 3982.0, 3999.0, 3969.0, 4011.0, 3959.0, 4029.0, 4026.0, 4065.0, 4046.0, 3977.0, 3925.0, 3922.0, 3901.0, 3932.0, 3957.0, 3979.0, 3971.0, 3952.0, 3976.0, 3958.0, 3990.0, 3960.0, 3991.0, 4022.0, 4012.0, 4001.0, 3988.0, 3976.0, 3987.0, 3985.0, 3963.0, 3984.0, 3949.0, 3959.0, 3967.0, 3935.0, 3956.0, 3924.0, 3925.0, 3966.0, 3934.0, 3934.0, 3914.0, 3946.0, 3968.0, 3937.0, 3948.0, 3958.0, 3939.0, 3971.0, 3955.0, 3976.0, 4008.0, 3964.0, 3987.0, 3949.0, 3958.0, 3959.0, 3980.0, 3999.0, 3949.0, 3984.0, 3979.0, 4004.0, 4026.0, 3994.0, 4002.0, 3973.0, 4029.0, 4007.0, 3974.0, 4016.0, 4014.0, 3973.0, 4027.0, 4016.0, 3986.0, 4039.0, 3987.0, 4006.0, 3973.0, 3994.0, 4034.0, 3985.0, 4017.0, 3988.0, 4019.0, 4000.0, 4002.0, 4052.0, 3998.0, 4019.0, 4038.0, 4006.0, 4028.0, 3986.0, 3997.0, 4038.0, 3996.0, 4028.0, 4025.0, 3992.0, 4015.0, 4013.0, 3980.0, 4002.0, 4010.0, 3967.0, 3988.0, 3976.0, 3966.0, 3999.0, 3946.0, 3967.0, 3997.0, 3966.0, 3988.0, 3965.0, 3966.0, 3997.0, 3966.0, 3967.0, 3945.0, 3967.0, 3987.0, 3955.0, 3978.0, 3943.0, 3977.0, 4023.0, 4011.0, 4011.0, 3989.0, 3979.0, 4009.0, 3967.0, 3997.0, 3945.0, 3978.0, 3999.0, 3956.0, 3979.0, 4011.0, 3966.0, 3965.0, 3953.0, 3954.0, 3963.0, 3954.0, 3965.0, 3986.0, 3967.0, 3990.0, 3999.0, 3978.0, 3989.0, 3957.0, 3969.0, 3959.0, 3969.0, 3998.0, 3946.0, 3979.0, 3968.0, 3981.0, 3948.0, 3958.0, 4025.0, 4012.0, 3992.0, 4023.0, 4000.0, 4010.0, 3956.0, 3978.0, 3998.0, 3967.0, 4000.0, 3978.0, 3968.0, 4010.0, 3946.0, 3966.0, 3997.0, 3955.0, 3965.0, 3985.0, 3954.0, 3967.0, 3945.0, 3967.0, 3976.0, 3956.0, 3979.0, 3999.0, 3979.0, 4011.0, 3958.0, 3979.0, 3947.0, 3969.0, 3998.0, 3956.0, 3989.0, 3958.0, 3971.0, 4014.0, 3981.0, 3971.0, 4012.0, 3981.0, 4002.0, 3960.0, 3971.0, 4010.0, 3949.0, 4013.0, 3971.0, 3983.0, 4026.0, 4006.0, 4026.0, 3971.0, 3982.0, 4023.0, 3979.0, 4011.0, 3959.0, 3981.0, 4002.0, 3981.0, 4011.0, 3959.0, 3960.0, 3947.0, 4000.0, 4024.0, 4002.0, 4013.0, 3981.0, 4012.0, 3957.0, 3968.0, 3998.0, 3957.0, 4000.0, 3988.0, 3958.0, 4001.0, 4010.0, 3969.0, 3999.0, 3955.0, 3965.0, 3997.0, 3955.0, 3965.0, 3944.0, 3966.0, 3998.0, 3968.0, 3990.0, 3958.0, 3980.0, 4012.0, 3971.0, 4011.0, 3958.0, 3969.0, 4009.0, 3967.0, 4001.0, 3992.0, 3980.0, 4024.0, 3982.0, 3989.0, 3946.0, 3989.0, 4009.0, 3979.0, 4011.0, 3971.0, 4014.0, 3994.0, 3995.0, 4026.0, 3981.0, 3991.0, 3959.0, 3970.0, 3989.0, 3958.0, 4000.0, 3970.0, 3992.0, 4023.0, 3982.0, 4014.0, 3971.0, 3971.0, 3959.0, 3959.0, 3999.0, 3948.0, 3980.0, 4022.0, 3971.0, 4013.0, 3961.0, 3983.0, 4013.0, 3969.0, 3990.0, 4009.0, 3977.0, 3999.0, 3946.0, 3968.0, 3999.0, 3946.0, 3989.0, 4008.0, 3965.0, 3986.0, 3933.0, 3955.0, 3996.0, 3956.0, 3987.0, 3932.0, 3953.0, 3996.0, 3954.0, 3965.0, 3996.0, 3956.0, 3986.0, 3944.0, 3965.0, 3996.0, 3965.0, 3986.0, 3966.0, 3977.0, 4008.0, 3967.0, 3987.0, 3945.0, 3966.0, 3996.0, 3956.0, 3999.0, 3966.0, 3967.0, 4010.0, 3958.0, 3980.0, 3988.0, 3957.0, 3989.0, 3946.0, 3978.0, 4010.0, 3968.0, 3999.0, 3959.0, 3969.0, 3947.0, 3968.0, 3957.0, 3966.0, 4012.0, 3958.0, 3981.0, 4002.0, 3981.0, 4023.0, 4001.0, 4012.0, 3970.0, 3990.0, 3947.0, 3979.0, 4011.0, 3968.0, 3991.0, 4022.0, 3979.0, 3989.0, 3987.0, 3966.0, 3997.0, 3934.0, 3954.0, 3943.0, 3965.0, 3997.0, 3946.0, 3968.0, 4000.0, 3969.0, 4001.0, 3958.0, 3980.0, 3999.0, 3968.0, 4003.0, 3960.0, 3981.0, 4001.0, 3971.0, 4002.0, 3960.0, 3981.0, 4012.0, 3971.0, 4002.0, 3949.0, 3971.0, 4011.0, 3969.0, 4001.0, 3948.0, 3971.0, 3991.0, 3961.0, 4002.0, 3959.0, 3970.0, 4012.0, 3970.0, 3992.0, 3971.0, 3971.0, 3980.0, 3968.0, 3978.0, 3948.0, 3985.0, 3991.0, 3991.0, 4023.0, 3983.0, 4004.0, 3972.0, 3992.0, 3993.0, 3961.0, 4013.0, 3960.0, 4004.0, 4002.0, 3971.0, 4015.0, 3980.0, 3982.0, 4024.0, 3982.0, 4002.0, 3947.0, 3957.0, 3999.0, 3957.0, 3968.0, 4009.0, 3970.0, 3990.0, 3949.0, 3959.0, 3958.0, 3958.0, 3989.0, 3947.0, 3981.0, 4013.0, 3982.0, 3993.0, 4013.0, 3980.0, 3991.0, 3948.0, 3979.0, 3998.0, 3967.0, 3989.0, 3959.0, 3981.0, 4012.0, 3981.0, 4002.0, 3960.0, 3980.0, 4000.0, 3967.0, 3989.0, 3978.0, 3968.0, 4010.0, 3969.0, 3990.0, 3949.0, 3970.0, 3990.0, 3980.0, 4013.0, 3981.0, 3991.0, 3949.0, 3982.0, 4001.0, 3969.0, 4001.0, 4000.0, 3969.0, 3990.0, 3978.0, 3968.0, 4000.0, 3959.0, 3980.0, 3989.0, 3969.0, 3989.0, 3946.0, 3968.0, 4010.0, 3969.0, 3990.0, 3947.0, 3979.0, 3999.0, 3966.0, 3976.0, 3955.0, 3955.0, 3986.0, 3957.0, 3969.0, 3952.0, 3963.0, 3985.0, 3954.0, 3967.0, 3969.0, 3982.0, 3990.0, 3959.0, 3969.0, 3958.0, 3969.0, 4000.0, 3957.0, 3979.0, 3947.0, 3958.0, 4000.0, 3948.0, 3968.0, 3998.0, 3956.0, 3989.0, 3947.0, 3969.0, 3979.0, 3970.0, 3991.0, 3959.0, 3970.0, 4011.0, 3970.0, 4001.0, 3947.0, 3969.0, 3948.0, 3956.0, 4011.0, 3969.0, 4004.0, 4015.0, 3982.0, 4011.0, 3960.0, 3990.0, 3948.0, 3980.0, 4001.0, 3958.0, 3969.0, 4000.0, 3958.0, 3970.0, 3990.0, 3959.0, 3979.0, 3956.0, 3967.0, 3988.0, 3956.0, 3979.0, 4002.0, 3971.0, 3980.0, 3970.0, 3948.0, 3937.0, 3979.0, 4001.0, 3994.0, 4006.0, 4006.0, 4027.0, 4034.0, 4041.0, 4007.0, 4005.0, 4015.0, 3981.0, 3980.0, 4012.0, 3972.0, 3982.0, 4011.0, 3979.0, 4000.0, 3957.0, 3968.0, 3945.0, 3956.0, 3988.0, 3967.0, 3968.0, 4000.0, 3947.0, 3969.0, 3989.0, 3959.0, 3970.0, 3969.0, 3980.0, 3990.0, 3959.0, 3982.0, 4013.0, 3972.0, 3993.0, 3961.0, 3983.0, 4013.0, 3960.0, 3981.0, 4013.0, 3981.0, 4002.0, 3961.0, 3983.0, 3981.0, 3972.0, 4004.0, 3981.0, 3982.0, 4014.0, 3967.0, 3951.0, 3958.0, 3970.0, 3972.0, 3982.0, 4014.0, 3983.0, 3982.0, 4034.0, 3995.0], 'WindowWidth': [9030.0, 8994.0, 8939.0, 8985.0, 8990.0, 8899.0, 8873.0, 8866.0, 8878.0, 8890.0, 8877.0, 8941.0, 8860.0, 8938.0, 8938.0, 8925.0, 9014.0, 8936.0, 8950.0, 8960.0, 8913.0, 8953.0, 8901.0, 8959.0, 8930.0, 8965.0, 8919.0, 8920.0, 8997.0, 8939.0, 8996.0, 9015.0, 8938.0, 8909.0, 8967.0, 8887.0, 8900.0, 8945.0, 8880.0, 8898.0, 8963.0, 8897.0, 8914.0, 8901.0, 8875.0, 8944.0, 8873.0, 8911.0, 8913.0, 8900.0, 8967.0, 8905.0, 8925.0, 8971.0, 8908.0, 8969.0, 8890.0, 8916.0, 8961.0, 8912.0, 8946.0, 8968.0, 8912.0, 8910.0, 8922.0, 8859.0, 8918.0, 8931.0, 8881.0, 8897.0, 8909.0, 8880.0, 8929.0, 8843.0, 8892.0, 8916.0, 8886.0, 8840.0, 8834.0, 8885.0, 8956.0, 8918.0, 8944.0, 8901.0, 8927.0, 8868.0, 8896.0, 8867.0, 8883.0, 8967.0, 8928.0, 8974.0, 8994.0, 8948.0, 8992.0, 8975.0, 9036.0, 8992.0, 8979.0, 8860.0, 8866.0, 8882.0, 8875.0, 8949.0, 8899.0, 8863.0, 8830.0, 8782.0, 8735.0, 8721.0, 8777.0, 8810.0, 8819.0, 8847.0, 8878.0, 8913.0, 8891.0, 8923.0, 8912.0, 8921.0, 8909.0, 8937.0, 8899.0, 8872.0, 8946.0, 8965.0, 8955.0, 8916.0, 8976.0, 8943.0, 8930.0, 8949.0, 8891.0, 8876.0, 8934.0, 8878.0, 8893.0, 8851.0, 8850.0, 8919.0, 8846.0, 8864.0, 8927.0, 8853.0, 8900.0, 8856.0, 8890.0, 8958.0, 8917.0, 8947.0, 8899.0, 8955.0, 8893.0, 8924.0, 8958.0, 8886.0, 8930.0, 8924.0, 8885.0, 8947.0, 8887.0, 8889.0, 8969.0, 8895.0, 8909.0, 8946.0, 8870.0, 8898.0, 8940.0, 8900.0, 8936.0, 8968.0, 8909.0, 8926.0, 8950.0, 8891.0, 8936.0, 8928.0, 8888.0, 8964.0, 8896.0, 8927.0, 8915.0, 8905.0, 8992.0, 8933.0, 8978.0, 8972.0, 8927.0, 8987.0, 8928.0, 8969.0, 8894.0, 8910.0, 8915.0, 8934.0, 8993.0, 8946.0, 8978.0, 8919.0, 8928.0, 8992.0, 8951.0, 8969.0, 8911.0, 8923.0, 8902.0, 8892.0, 8965.0, 8891.0, 8948.0, 8978.0, 8932.0, 8962.0, 8891.0, 8933.0, 8866.0, 8883.0, 8867.0, 8864.0, 8981.0, 8961.0, 8933.0, 8971.0, 8911.0, 8994.0, 8952.0, 8901.0, 8974.0, 8912.0, 8928.0, 8849.0, 8880.0, 8959.0, 8936.0, 8893.0, 8940.0, 8913.0, 8867.0, 8929.0, 8841.0, 8856.0, 8838.0, 8840.0, 8911.0, 8839.0, 8885.0, 8933.0, 8888.0, 8896.0, 8865.0, 8882.0, 8937.0, 8846.0, 8874.0, 8916.0, 8888.0, 8921.0, 8851.0, 8899.0, 8940.0, 8882.0, 8942.0, 8891.0, 8890.0, 8958.0, 8894.0, 8909.0, 8855.0, 8884.0, 8937.0, 8878.0, 8922.0, 8950.0, 8904.0, 8936.0, 8861.0, 8879.0, 8933.0, 8863.0, 8896.0, 8933.0, 8885.0, 8917.0, 8844.0, 8878.0, 8891.0, 8866.0, 8938.0, 8861.0, 8891.0, 8938.0, 8895.0, 8941.0, 8867.0, 8909.0, 8916.0, 8893.0, 8938.0, 8893.0, 8924.0, 8851.0, 8896.0, 8852.0, 8892.0, 8957.0, 8922.0, 8924.0, 8879.0, 8911.0, 8960.0, 8895.0, 8911.0, 8933.0, 8897.0, 8914.0, 8853.0, 8855.0, 8892.0, 8836.0, 8909.0, 8851.0, 8872.0, 8929.0, 8868.0, 8883.0, 8839.0, 8857.0, 8913.0, 8842.0, 8871.0, 8914.0, 8871.0, 8932.0, 8859.0, 8863.0, 8877.0, 8885.0, 8940.0, 8867.0, 8887.0, 8941.0, 8869.0, 8924.0, 8885.0, 8897.0, 8961.0, 8954.0, 8937.0, 8895.0, 8947.0, 8897.0, 8912.0, 8928.0, 8902.0, 8958.0, 8874.0, 8961.0, 8896.0, 8883.0, 8957.0, 8879.0, 8880.0, 8936.0, 8887.0, 8933.0, 8860.0, 8862.0, 8883.0, 8846.0, 8930.0, 8846.0, 8878.0, 8940.0, 8877.0, 8895.0, 8880.0, 8868.0, 8922.0, 8853.0, 8913.0, 8906.0, 8892.0, 8941.0, 8898.0, 8946.0, 8874.0, 8893.0, 8963.0, 8890.0, 8944.0, 8925.0, 8897.0, 8959.0, 8924.0, 8950.0, 8855.0, 8902.0, 8938.0, 8882.0, 8960.0, 8880.0, 8884.0, 8959.0, 8914.0, 8964.0, 8877.0, 8906.0, 8830.0, 8863.0, 8828.0, 8881.0, 8963.0, 8918.0, 8961.0, 8989.0, 8935.0, 8954.0, 8866.0, 8937.0, 8872.0, 8876.0, 8956.0, 8875.0, 8907.0, 8935.0, 8902.0, 8917.0, 8836.0, 8849.0, 8908.0, 8844.0, 8845.0, 8901.0, 8842.0, 8848.0, 8890.0, 8838.0, 8878.0, 8835.0, 8866.0, 8909.0, 8837.0, 8871.0, 8900.0, 8863.0, 8921.0, 8847.0, 8881.0, 8936.0, 8859.0, 8891.0, 8934.0, 8862.0, 8920.0, 8851.0, 8881.0, 8879.0, 8883.0, 8943.0, 8877.0, 8925.0, 8962.0, 8901.0, 8943.0, 8874.0, 8904.0, 8928.0, 8888.0, 8945.0, 8884.0, 8886.0, 8962.0, 8905.0, 8935.0, 8874.0, 8929.0, 8994.0, 8943.0, 8919.0, 8885.0, 8872.0, 8832.0, 8949.0, 8960.0, 8915.0, 8943.0, 8884.0, 8929.0, 8897.0, 8885.0, 8942.0, 8865.0, 8923.0, 8866.0, 8897.0, 8940.0, 8877.0, 8926.0, 8911.0, 8881.0, 8936.0, 8847.0, 8888.0, 8900.0, 8862.0, 8938.0, 8862.0, 8882.0, 8944.0, 8885.0, 8941.0, 8857.0, 8898.0, 8927.0, 8896.0, 8939.0, 8880.0, 8931.0, 8891.0, 8855.0, 8912.0, 8880.0, 8914.0, 8868.0, 8877.0, 8958.0, 8887.0, 8948.0, 8873.0, 8905.0, 8949.0, 8914.0, 8945.0, 8944.0, 8897.0, 8943.0, 8865.0, 8880.0, 8940.0, 8893.0, 8939.0, 8890.0, 8883.0, 8990.0, 8912.0, 8936.0, 8905.0, 8897.0, 8939.0, 8892.0, 8941.0, 8868.0, 8902.0, 8943.0, 8895.0, 8946.0, 8878.0, 8886.0, 8965.0, 8915.0, 8943.0, 8869.0, 8894.0, 8894.0, 8878.0, 8847.0, 8865.0, 8963.0, 8942.0, 8944.0, 8986.0, 8936.0, 8967.0, 8901.0, 8930.0, 8921.0, 8874.0, 8938.0, 8878.0, 8882.0, 8966.0, 8898.0, 8910.0, 8937.0, 8875.0, 8931.0, 8892.0, 8867.0, 8932.0, 8842.0, 8876.0, 8917.0, 8875.0, 8935.0, 8898.0, 8856.0, 8935.0, 8850.0, 8878.0, 8917.0, 8860.0, 8891.0, 8899.0, 8894.0, 8848.0, 8869.0, 8908.0, 8964.0, 8937.0, 8958.0, 8930.0, 8939.0, 8897.0, 8928.0, 8874.0, 8918.0, 8913.0, 8883.0, 8945.0, 8869.0, 8898.0, 8967.0, 8930.0, 8963.0, 8901.0, 8918.0, 8877.0, 8939.0, 8863.0, 8980.0, 8981.0, 9068.0, 9024.0, 8884.0, 8793.0, 8783.0, 8753.0, 8801.0, 8845.0, 8879.0, 8872.0, 8847.0, 8884.0, 8863.0, 8908.0, 8868.0, 8911.0, 8958.0, 8941.0, 8924.0, 8901.0, 8881.0, 8899.0, 8890.0, 8857.0, 8894.0, 8832.0, 8844.0, 8853.0, 8805.0, 8838.0, 8788.0, 8793.0, 8850.0, 8803.0, 8804.0, 8778.0, 8823.0, 8854.0, 8812.0, 8829.0, 8843.0, 8817.0, 8867.0, 8855.0, 8886.0, 8932.0, 8865.0, 8900.0, 8852.0, 8863.0, 8866.0, 8893.0, 8917.0, 8848.0, 8901.0, 8889.0, 8933.0, 8968.0, 8921.0, 8929.0, 8892.0, 8975.0, 8941.0, 8894.0, 8951.0, 8945.0, 8892.0, 8970.0, 8952.0, 8913.0, 8991.0, 8915.0, 8940.0, 8890.0, 8919.0, 8977.0, 8909.0, 8957.0, 8918.0, 8964.0, 8939.0, 8945.0, 9013.0, 8934.0, 8963.0, 8989.0, 8938.0, 8973.0, 8912.0, 8930.0, 8990.0, 8925.0, 8974.0, 8966.0, 8912.0, 8952.0, 8945.0, 8894.0, 8928.0, 8935.0, 8873.0, 8900.0, 8880.0, 8866.0, 8918.0, 8842.0, 8871.0, 8911.0, 8869.0, 8900.0, 8866.0, 8867.0, 8913.0, 8870.0, 8872.0, 8839.0, 8872.0, 8898.0, 8852.0, 8886.0, 8834.0, 8886.0, 8963.0, 8940.0, 8941.0, 8904.0, 8891.0, 8933.0, 8871.0, 8911.0, 8841.0, 8887.0, 8922.0, 8857.0, 8894.0, 8943.0, 8868.0, 8866.0, 8847.0, 8849.0, 8860.0, 8850.0, 8868.0, 8897.0, 8874.0, 8909.0, 8921.0, 8889.0, 8904.0, 8860.0, 8878.0, 8865.0, 8879.0, 8916.0, 8842.0, 8890.0, 8875.0, 8895.0, 8847.0, 8864.0, 8968.0, 8946.0, 8916.0, 8961.0, 8924.0, 8936.0, 8857.0, 8887.0, 8917.0, 8871.0, 8920.0, 8886.0, 8874.0, 8934.0, 8843.0, 8869.0, 8914.0, 8854.0, 8866.0, 8893.0, 8849.0, 8871.0, 8840.0, 8872.0, 8883.0, 8856.0, 8891.0, 8919.0, 8893.0, 8937.0, 8863.0, 8893.0, 8847.0, 8879.0, 8918.0, 8859.0, 8906.0, 8864.0, 8886.0, 8950.0, 8897.0, 8886.0, 8944.0, 8899.0, 8928.0, 8870.0, 8884.0, 8937.0, 8852.0, 8944.0, 8886.0, 8905.0, 8972.0, 8938.0, 8968.0, 8887.0, 8903.0, 8960.0, 8892.0, 8938.0, 8866.0, 8899.0, 8927.0, 8896.0, 8936.0, 8861.0, 8865.0, 8846.0, 8923.0, 8966.0, 8931.0, 8946.0, 8898.0, 8941.0, 8861.0, 8876.0, 8916.0, 8859.0, 8920.0, 8901.0, 8861.0, 8924.0, 8934.0, 8880.0, 8919.0, 8853.0, 8866.0, 8915.0, 8853.0, 8864.0, 8836.0, 8869.0, 8917.0, 8876.0, 8907.0, 8863.0, 8895.0, 8944.0, 8883.0, 8937.0, 8863.0, 8877.0, 8931.0, 8872.0, 8926.0, 8915.0, 8895.0, 8963.0, 8899.0, 8903.0, 8840.0, 8902.0, 8933.0, 8893.0, 8940.0, 8885.0, 8949.0, 8923.0, 8923.0, 8968.0, 8897.0, 8911.0, 8865.0, 8879.0, 8904.0, 8861.0, 8921.0, 8882.0, 8914.0, 8959.0, 8899.0, 8947.0, 8886.0, 8884.0, 8865.0, 8864.0, 8920.0, 8849.0, 8896.0, 8956.0, 8883.0, 8945.0, 8874.0, 8906.0, 8945.0, 8879.0, 8908.0, 8934.0, 8884.0, 8919.0, 8842.0, 8874.0, 8918.0, 8843.0, 8905.0, 8932.0, 8865.0, 8896.0, 8821.0, 8852.0, 8911.0, 8855.0, 8898.0, 8818.0, 8847.0, 8911.0, 8848.0, 8866.0, 8910.0, 8855.0, 8897.0, 8838.0, 8866.0, 8910.0, 8865.0, 8897.0, 8870.0, 8885.0, 8933.0, 8872.0, 8899.0, 8843.0, 8871.0, 8910.0, 8857.0, 8919.0, 8871.0, 8874.0, 8937.0, 8863.0, 8895.0, 8903.0, 8860.0, 8906.0, 8845.0, 8889.0, 8937.0, 8876.0, 8919.0, 8864.0, 8877.0, 8846.0, 8873.0, 8855.0, 8870.0, 8943.0, 8864.0, 8899.0, 8928.0, 8899.0, 8963.0, 8925.0, 8943.0, 8882.0, 8908.0, 8846.0, 8891.0, 8939.0, 8877.0, 8910.0, 8957.0, 8890.0, 8906.0, 8897.0, 8868.0, 8911.0, 8824.0, 8850.0, 8834.0, 8865.0, 8913.0, 8843.0, 8876.0, 8920.0, 8879.0, 8923.0, 8863.0, 8895.0, 8919.0, 8873.0, 8929.0, 8869.0, 8898.0, 8925.0, 8884.0, 8929.0, 8868.0, 8895.0, 8941.0, 8883.0, 8928.0, 8851.0, 8885.0, 8939.0, 8878.0, 8923.0, 8850.0, 8882.0, 8911.0, 8870.0, 8926.0, 8864.0, 8880.0, 8940.0, 8881.0, 8912.0, 8883.0, 8883.0, 8891.0, 8871.0, 8885.0, 8845.0, 8905.0, 8906.0, 8910.0, 8960.0, 8904.0, 8934.0, 8886.0, 8915.0, 8916.0, 8871.0, 8944.0, 8868.0, 8931.0, 8927.0, 8883.0, 8950.0, 8895.0, 8898.0, 8963.0, 8898.0, 8925.0, 8843.0, 8857.0, 8918.0, 8857.0, 8873.0, 8933.0, 8880.0, 8907.0, 8851.0, 8866.0, 8862.0, 8861.0, 8904.0, 8846.0, 8897.0, 8947.0, 8898.0, 8914.0, 8944.0, 8893.0, 8909.0, 8849.0, 8889.0, 8913.0, 8870.0, 8902.0, 8864.0, 8895.0, 8942.0, 8896.0, 8927.0, 8865.0, 8893.0, 8922.0, 8873.0, 8903.0, 8887.0, 8871.0, 8936.0, 8876.0, 8905.0, 8852.0, 8880.0, 8905.0, 8894.0, 8944.0, 8894.0, 8908.0, 8851.0, 8896.0, 8922.0, 8876.0, 8923.0, 8919.0, 8877.0, 8907.0, 8885.0, 8872.0, 8919.0, 8862.0, 8894.0, 8904.0, 8875.0, 8904.0, 8841.0, 8872.0, 8935.0, 8876.0, 8906.0, 8844.0, 8889.0, 8916.0, 8866.0, 8881.0, 8849.0, 8851.0, 8895.0, 8855.0, 8878.0, 8841.0, 8857.0, 8892.0, 8848.0, 8870.0, 8876.0, 8899.0, 8907.0, 8862.0, 8878.0, 8862.0, 8874.0, 8918.0, 8858.0, 8889.0, 8844.0, 8860.0, 8917.0, 8846.0, 8875.0, 8914.0, 8855.0, 8902.0, 8843.0, 8876.0, 8888.0, 8877.0, 8909.0, 8864.0, 8878.0, 8938.0, 8877.0, 8920.0, 8842.0, 8872.0, 8844.0, 8852.0, 8937.0, 8877.0, 8933.0, 8950.0, 8900.0, 8937.0, 8865.0, 8904.0, 8847.0, 8890.0, 8922.0, 8860.0, 8874.0, 8918.0, 8859.0, 8877.0, 8904.0, 8862.0, 8891.0, 8853.0, 8869.0, 8901.0, 8855.0, 8888.0, 8924.0, 8883.0, 8891.0, 8876.0, 8845.0, 8827.0, 8887.0, 8923.0, 8920.0, 8938.0, 8937.0, 8969.0, 8990.0, 8996.0, 8939.0, 8936.0, 8953.0, 8894.0, 8892.0, 8940.0, 8884.0, 8897.0, 8937.0, 8887.0, 8917.0, 8856.0, 8871.0, 8836.0, 8851.0, 8899.0, 8868.0, 8872.0, 8918.0, 8842.0, 8874.0, 8904.0, 8865.0, 8880.0, 8876.0, 8893.0, 8906.0, 8864.0, 8898.0, 8944.0, 8883.0, 8915.0, 8868.0, 8900.0, 8943.0, 8866.0, 8894.0, 8944.0, 8894.0, 8924.0, 8868.0, 8900.0, 8896.0, 8885.0, 8931.0, 8897.0, 8899.0, 8946.0, 8868.0, 8837.0, 8861.0, 8879.0, 8885.0, 8902.0, 8946.0, 8903.0, 8901.0, 8977.0, 8928.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.004415292758089368</td></tr>
<tr><td colspan=3>aqi</td><td>0.04756600223420648</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.65633136151117</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2754502774710883</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0338310084271396</td></tr>
<tr><td colspan=3>efc</td><td>0.5159</td></tr>
<tr><td colspan=3>fber</td><td>3844.4404</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14908489642620967</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>183</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.098613251155625</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.314285852802651</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.208245038260426</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5504384846473536</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1841740355001726</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128273</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0028927328530699015</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03571445867419243</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.573620653885508</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>16.6383</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.4393</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.9227</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293313.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1050.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.2898</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7518</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.8348</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3205.9171</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>726.1162</td></tr>
<tr><td colspan=3>tsnr</td><td>29.774598621646874</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>