<?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-0114_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-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114/ses-02/func/sub-0114_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>3bf763a735f27eb600d60a5099627085</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:37:2.405000</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.999198, 0.00528249, 0.0396893, -0.0122081, 0.984253, 0.176346]</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.0936031</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>[4227, -7786, -7150, 361, -148, 20, 115, 58]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.584</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>371d76d4-b2d2-495f-9728-ae9da8eea8f4||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.6807754039764404, -0.03275351971387863, 0.1029583066701889, 112.22000885009766], [-0.014172535389661789, 2.6406776905059814, 0.4770602583885193, -110.39244842529297], [0.10648337006568909, -0.47312307357788086, 2.655524969100952, -27.008602142333984], [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': ['203702.405000', '203702.865000', '203703.325000', '203703.785000', '203704.245000', '203704.705000', '203705.165000', '203705.625000', '203706.085000', '203706.545000', '203707.005000', '203707.465000', '203707.925000', '203708.385000', '203708.845000', '203709.305000', '203709.765000', '203710.225000', '203710.685000', '203711.145000', '203711.605000', '203712.065000', '203712.525000', '203712.985000', '203713.445000', '203713.905000', '203714.365000', '203714.825000', '203715.285000', '203715.745000', '203716.205000', '203716.665000', '203717.125000', '203717.585000', '203718.045000', '203718.505000', '203718.965000', '203719.425000', '203719.885000', '203720.345000', '203720.805000', '203721.265000', '203721.725000', '203722.185000', '203722.645000', '203723.105000', '203723.565000', '203724.025000', '203724.485000', '203724.945000', '203725.405000', '203725.865000', '203726.325000', '203726.785000', '203727.245000', '203727.705000', '203728.165000', '203728.625000', '203729.085000', '203729.545000', '203730.005000', '203730.465000', '203730.925000', '203731.385000', '203731.845000', '203732.305000', '203732.765000', '203733.225000', '203733.685000', '203734.145000', '203734.605000', '203735.065000', '203735.525000', '203735.985000', '203736.445000', '203736.905000', '203737.365000', '203737.825000', '203738.285000', '203738.745000', '203739.205000', '203739.665000', '203740.125000', '203740.585000', '203741.045000', '203741.505000', '203741.965000', '203742.425000', '203742.885000', '203743.345000', '203743.805000', '203744.265000', '203744.725000', '203745.185000', '203745.645000', '203746.105000', '203746.565000', '203747.025000', '203747.485000', '203747.945000', '203748.405000', '203748.865000', '203749.325000', '203749.785000', '203750.245000', '203750.705000', '203751.165000', '203751.625000', '203752.085000', '203752.545000', '203753.005000', '203753.465000', '203753.925000', '203754.385000', '203754.845000', '203755.305000', '203755.765000', '203756.225000', '203756.685000', '203757.145000', '203757.605000', '203758.065000', '203758.525000', '203758.985000', '203759.445000', '203759.905000', '203800.365000', '203800.825000', '203801.285000', '203801.745000', '203802.205000', '203802.665000', '203803.125000', '203803.585000', '203804.045000', '203804.505000', '203804.965000', '203805.425000', '203805.885000', '203806.345000', '203806.805000', '203807.265000', '203807.725000', '203808.185000', '203808.645000', '203809.105000', '203809.565000', '203810.025000', '203810.485000', '203810.945000', '203811.405000', '203811.865000', '203812.325000', '203812.785000', '203813.245000', '203813.705000', '203814.165000', '203814.625000', '203815.085000', '203815.545000', '203816.005000', '203816.465000', '203816.925000', '203817.385000', '203817.845000', '203818.305000', '203818.765000', '203819.225000', '203819.685000', '203820.145000', '203820.605000', '203821.065000', '203821.525000', '203821.985000', '203822.445000', '203822.905000', '203823.365000', '203823.825000', '203824.285000', '203824.745000', '203825.205000', '203825.665000', '203826.125000', '203826.585000', '203827.045000', '203827.505000', '203827.965000', '203828.425000', '203828.885000', '203829.345000', '203829.805000', '203830.265000', '203830.725000', '203831.185000', '203831.645000', '203832.105000', '203832.565000', '203833.025000', '203833.485000', '203833.945000', '203834.405000', '203834.865000', '203835.325000', '203835.785000', '203836.245000', '203836.705000', '203837.165000', '203837.625000', '203838.085000', '203838.545000', '203839.005000', '203839.465000', '203839.925000', '203840.385000', '203840.845000', '203841.305000', '203841.765000', '203842.225000', '203842.685000', '203843.145000', '203843.605000', '203844.065000', '203844.525000', '203844.985000', '203845.445000', '203845.905000', '203846.365000', '203846.825000', '203847.285000', '203847.745000', '203848.205000', '203848.665000', '203849.125000', '203849.585000', '203850.045000', '203850.505000', '203850.965000', '203851.425000', '203851.885000', '203852.345000', '203852.805000', '203853.265000', '203853.725000', '203854.185000', '203854.645000', '203855.105000', '203855.565000', '203856.025000', '203856.485000', '203856.945000', '203857.405000', '203857.865000', '203858.325000', '203858.785000', '203859.245000', '203859.705000', '203900.165000', '203900.625000', '203901.085000', '203901.545000', '203902.005000', '203902.465000', '203902.925000', '203903.385000', '203903.845000', '203904.305000', '203904.765000', '203905.225000', '203905.685000', '203906.145000', '203906.605000', '203907.065000', '203907.525000', '203907.985000', '203908.445000', '203908.905000', '203909.365000', '203909.825000', '203910.285000', '203910.745000', '203911.205000', '203911.665000', '203912.125000', '203912.585000', '203913.045000', '203913.505000', '203913.965000', '203914.425000', '203914.885000', '203915.345000', '203915.805000', '203916.265000', '203916.725000', '203917.185000', '203917.645000', '203918.105000', '203918.565000', '203919.025000', '203919.485000', '203919.945000', '203920.405000', '203920.865000', '203921.325000', '203921.785000', '203922.245000', '203922.705000', '203923.165000', '203923.625000', '203924.085000', '203924.545000', '203925.005000', '203925.465000', '203925.925000', '203926.385000', '203926.845000', '203927.305000', '203927.765000', '203928.225000', '203928.685000', '203929.145000', '203929.605000', '203930.065000', '203930.525000', '203930.985000', '203931.445000', '203931.905000', '203932.365000', '203932.825000', '203933.285000', '203933.745000', '203934.205000', '203934.665000', '203935.125000', '203935.585000', '203936.045000', '203936.505000', '203936.965000', '203937.425000', '203937.885000', '203938.345000', '203938.805000', '203939.265000', '203939.725000', '203940.185000', '203940.645000', '203941.105000', '203941.565000', '203942.025000', '203942.485000', '203942.945000', '203943.405000', '203943.865000', '203944.325000', '203944.785000', '203945.245000', '203945.705000', '203946.165000', '203946.625000', '203947.085000', '203947.545000', '203948.005000', '203948.465000', '203948.925000', '203949.385000', '203949.845000', '203950.305000', '203950.765000', '203951.225000', '203951.685000', '203952.145000', '203952.605000', '203953.065000', '203953.525000', '203953.985000', '203954.445000', '203954.905000', '203955.365000', '203955.825000', '203956.285000', '203956.745000', '203957.205000', '203957.665000', '203958.125000', '203958.585000', '203959.045000', '203959.505000', '203959.965000', '204000.425000', '204000.885000', '204001.345000', '204001.805000', '204002.265000', '204002.725000', '204003.185000', '204003.645000', '204004.105000', '204004.565000', '204005.025000', '204005.485000', '204005.945000', '204006.405000', '204006.865000', '204007.325000', '204007.785000', '204008.245000', '204008.705000', '204009.165000', '204009.625000', '204010.085000', '204010.545000', '204011.005000', '204011.465000', '204011.925000', '204012.385000', '204012.845000', '204013.305000', '204013.765000', '204014.225000', '204014.685000', '204015.145000', '204015.605000', '204016.065000', '204016.525000', '204016.985000', '204017.445000', '204017.905000', '204018.365000', '204018.825000', '204019.285000', '204019.745000', '204020.205000', '204020.665000', '204021.125000', '204021.585000', '204022.045000', '204022.505000', '204022.965000', '204023.425000', '204023.885000', '204024.345000', '204024.805000', '204025.265000', '204025.725000', '204026.185000', '204026.645000', '204027.105000', '204027.565000', '204028.025000', '204028.485000', '204028.945000', '204029.405000', '204029.865000', '204030.325000', '204030.785000', '204031.245000', '204031.705000', '204032.165000', '204032.625000', '204033.085000', '204033.545000', '204034.005000', '204034.465000', '204034.925000', '204035.385000', '204035.845000', '204036.305000', '204036.765000', '204037.225000', '204037.685000', '204038.145000', '204038.605000', '204039.065000', '204039.525000', '204039.985000', '204040.445000', '204040.905000', '204041.365000', '204041.825000', '204042.285000', '204042.745000', '204043.205000', '204043.665000', '204044.125000', '204044.585000', '204045.045000', '204045.505000', '204045.965000', '204046.425000', '204046.885000', '204047.345000', '204047.805000', '204048.265000', '204048.725000', '204049.185000', '204049.645000', '204050.105000', '204050.565000', '204051.025000', '204051.485000', '204051.945000', '204052.405000', '204052.865000', '204053.325000', '204053.785000', '204054.245000', '204054.705000', '204055.165000', '204055.625000', '204056.085000', '204056.545000', '204057.005000', '204057.465000', '204057.925000', '204058.385000', '204058.845000', '204059.305000', '204059.765000', '204100.225000', '204100.685000', '204101.145000', '204101.605000', '204102.065000', '204102.525000', '204102.985000', '204103.445000', '204103.905000', '204104.365000', '204104.825000', '204105.285000', '204105.745000', '204106.205000', '204106.665000', '204107.125000', '204107.585000', '204108.045000', '204108.505000', '204108.965000', '204109.425000', '204109.885000', '204110.345000', '204110.805000', '204111.265000', '204111.725000', '204112.185000', '204112.645000', '204113.105000', '204113.565000', '204114.025000', '204114.485000', '204114.945000', '204115.405000', '204115.865000', '204116.325000', '204116.785000', '204117.245000', '204117.705000', '204118.165000', '204118.625000', '204119.085000', '204119.545000', '204120.005000', '204120.465000', '204120.925000', '204121.385000', '204121.845000', '204122.305000', '204122.765000', '204123.225000', '204123.685000', '204124.145000', '204124.605000', '204125.065000', '204125.525000', '204125.985000', '204126.445000', '204126.905000', '204127.365000', '204127.825000', '204128.285000', '204128.745000', '204129.205000', '204129.665000', '204130.125000', '204130.585000', '204131.045000', '204131.505000', '204131.965000', '204132.425000', '204132.885000', '204133.345000', '204133.805000', '204134.265000', '204134.725000', '204135.185000', '204135.645000', '204136.105000', '204136.565000', '204137.025000', '204137.485000', '204137.945000', '204138.405000', '204138.865000', '204139.325000', '204139.785000', '204140.245000', '204140.705000', '204141.165000', '204141.625000', '204142.085000', '204142.545000', '204143.005000', '204143.465000', '204143.925000', '204144.385000', '204144.845000', '204145.305000', '204145.765000', '204146.225000', '204146.685000', '204147.145000', '204147.605000', '204148.065000', '204148.525000', '204148.985000', '204149.445000', '204149.905000', '204150.365000', '204150.825000', '204151.285000', '204151.745000', '204152.205000', '204152.665000', '204153.125000', '204153.585000', '204154.045000', '204154.505000', '204154.965000', '204155.425000', '204155.885000', '204156.345000', '204156.805000', '204157.265000', '204157.725000', '204158.185000', '204158.645000', '204159.105000', '204159.565000', '204200.025000', '204200.485000', '204200.945000', '204201.405000', '204201.865000', '204202.325000', '204202.785000', '204203.245000', '204203.705000', '204204.165000', '204204.625000', '204205.085000', '204205.545000', '204206.005000', '204206.465000', '204206.925000', '204207.385000', '204207.845000', '204208.305000', '204208.765000', '204209.225000', '204209.685000', '204210.145000', '204210.605000', '204211.065000', '204211.525000', '204211.985000', '204212.445000', '204212.905000', '204213.365000', '204213.825000', '204214.285000', '204214.745000', '204215.205000', '204215.665000', '204216.125000', '204216.585000', '204217.045000', '204217.505000', '204217.965000', '204218.425000', '204218.885000', '204219.345000', '204219.805000', '204220.265000', '204220.725000', '204221.185000', '204221.645000', '204222.105000', '204222.565000', '204223.025000', '204223.485000', '204223.945000', '204224.405000', '204224.865000', '204225.325000', '204225.785000', '204226.245000', '204226.705000', '204227.165000', '204227.625000', '204228.085000', '204228.545000', '204229.005000', '204229.465000', '204229.925000', '204230.385000', '204230.845000', '204231.305000', '204231.765000', '204232.225000', '204232.685000', '204233.145000', '204233.605000', '204234.065000', '204234.525000', '204234.985000', '204235.445000', '204235.905000', '204236.365000', '204236.825000', '204237.285000', '204237.745000', '204238.205000', '204238.665000', '204239.125000', '204239.585000', '204240.045000', '204240.505000', '204240.965000', '204241.425000', '204241.885000', '204242.345000', '204242.805000', '204243.265000', '204243.725000', '204244.185000', '204244.645000', '204245.105000', '204245.565000', '204246.025000', '204246.485000', '204246.945000', '204247.405000', '204247.865000', '204248.325000', '204248.785000', '204249.245000', '204249.705000', '204250.165000', '204250.625000', '204251.085000', '204251.545000', '204252.005000', '204252.465000', '204252.925000', '204253.385000', '204253.845000', '204254.305000', '204254.765000', '204255.225000', '204255.685000', '204256.145000', '204256.605000', '204257.065000', '204257.525000', '204257.985000', '204258.445000', '204258.905000', '204259.365000', '204259.825000', '204300.285000', '204300.745000', '204301.205000', '204301.665000', '204302.125000', '204302.585000', '204303.045000', '204303.505000', '204303.965000', '204304.425000', '204304.885000', '204305.345000', '204305.805000', '204306.265000', '204306.725000', '204307.185000', '204307.645000', '204308.105000', '204308.565000', '204309.025000', '204309.485000', '204309.945000', '204310.405000', '204310.865000', '204311.325000', '204311.785000', '204312.245000', '204312.705000', '204313.165000', '204313.625000', '204314.085000', '204314.545000', '204315.005000', '204315.465000', '204315.925000', '204316.385000', '204316.845000', '204317.305000', '204317.765000', '204318.225000', '204318.685000', '204319.145000', '204319.605000', '204320.065000', '204320.525000', '204320.985000', '204321.445000', '204321.905000', '204322.365000', '204322.825000', '204323.285000', '204323.745000', '204324.205000', '204324.665000', '204325.125000', '204325.585000', '204326.045000', '204326.505000', '204326.965000', '204327.425000', '204327.885000', '204328.345000', '204328.805000', '204329.265000', '204329.725000', '204330.185000', '204330.645000', '204331.105000', '204331.565000', '204332.025000', '204332.485000', '204332.945000', '204333.405000', '204333.865000', '204334.325000', '204334.785000', '204335.245000', '204335.705000', '204336.165000', '204336.625000', '204337.085000', '204337.545000', '204338.005000', '204338.465000', '204338.925000', '204339.385000', '204339.845000', '204340.305000', '204340.765000', '204341.225000', '204341.685000', '204342.145000', '204342.605000', '204343.065000', '204343.525000', '204343.985000', '204344.445000', '204344.905000', '204345.365000', '204345.825000', '204346.285000', '204346.745000', '204347.205000', '204347.665000', '204348.125000', '204348.585000', '204349.045000', '204349.505000', '204349.965000', '204350.425000', '204350.885000', '204351.345000', '204351.805000', '204352.265000', '204352.725000', '204353.185000', '204353.645000', '204354.105000', '204354.565000', '204355.025000', '204355.485000', '204355.945000', '204356.405000', '204356.865000', '204357.325000', '204357.785000', '204358.245000', '204358.705000', '204359.165000', '204359.625000', '204400.085000', '204400.545000', '204401.005000', '204401.465000', '204401.925000', '204402.385000', '204402.845000', '204403.305000', '204403.765000', '204404.225000', '204404.685000', '204405.145000', '204405.605000', '204406.065000', '204406.525000', '204406.985000', '204407.445000', '204407.905000', '204408.365000', '204408.825000', '204409.285000', '204409.745000', '204410.205000', '204410.665000', '204411.125000', '204411.585000', '204412.045000', '204412.505000', '204412.965000', '204413.425000', '204413.885000', '204414.345000', '204414.805000', '204415.265000', '204415.725000', '204416.185000', '204416.645000', '204417.105000', '204417.565000', '204418.025000', '204418.485000', '204418.945000', '204419.405000', '204419.865000', '204420.325000', '204420.785000', '204421.245000', '204421.705000', '204422.165000', '204422.625000', '204423.085000', '204423.545000', '204424.005000', '204424.465000', '204424.925000', '204425.385000', '204425.845000', '204426.305000', '204426.765000', '204427.225000', '204427.685000', '204428.145000', '204428.605000', '204429.065000', '204429.525000', '204429.985000', '204430.445000', '204430.905000', '204431.365000', '204431.825000', '204432.285000', '204432.745000', '204433.205000', '204433.665000', '204434.125000', '204434.585000', '204435.045000', '204435.505000', '204435.965000', '204436.425000', '204436.885000', '204437.345000', '204437.805000', '204438.265000', '204438.725000', '204439.185000', '204439.645000', '204440.105000', '204440.565000', '204441.025000', '204441.485000', '204441.945000', '204442.405000', '204442.865000', '204443.325000', '204443.785000', '204444.245000', '204444.705000', '204445.165000', '204445.625000', '204446.085000', '204446.545000', '204447.005000', '204447.465000', '204447.925000', '204448.385000', '204448.845000', '204449.305000', '204449.765000', '204450.225000', '204450.685000', '204451.145000', '204451.605000', '204452.065000', '204452.525000', '204452.985000', '204453.445000', '204453.905000', '204454.365000', '204454.825000', '204455.285000', '204455.745000', '204456.205000', '204456.665000', '204457.125000', '204457.585000', '204458.045000', '204458.505000', '204458.965000', '204459.425000', '204459.885000', '204500.345000', '204500.805000', '204501.265000', '204501.725000', '204502.185000', '204502.645000', '204503.105000', '204503.565000', '204504.025000', '204504.485000', '204504.945000', '204505.405000', '204505.865000', '204506.325000', '204506.785000', '204507.245000', '204507.705000', '204508.165000', '204508.625000', '204509.085000', '204509.545000', '204510.005000', '204510.465000', '204510.925000', '204511.385000', '204511.845000', '204512.305000', '204512.765000', '204513.225000', '204513.685000', '204514.145000', '204514.605000', '204515.065000', '204515.525000', '204515.985000', '204516.445000', '204516.905000', '204517.365000', '204517.825000', '204518.285000', '204518.745000', '204519.205000', '204519.665000', '204520.125000', '204520.585000', '204521.045000', '204521.505000', '204521.965000', '204522.425000', '204522.885000', '204523.345000', '204523.805000', '204524.265000', '204524.725000', '204525.185000', '204525.645000', '204526.105000', '204526.565000', '204527.025000', '204527.485000', '204527.945000', '204528.405000', '204528.865000', '204529.325000', '204529.785000', '204530.245000', '204530.705000', '204531.165000', '204531.625000', '204532.085000', '204532.545000', '204533.005000', '204533.465000', '204533.925000', '204534.385000', '204534.845000', '204535.305000', '204535.765000', '204536.225000', '204536.685000', '204537.145000', '204537.605000', '204538.065000', '204538.525000', '204538.985000', '204539.445000', '204539.905000', '204540.365000', '204540.825000', '204541.285000', '204541.745000', '204542.205000', '204542.665000', '204543.125000', '204543.585000', '204544.045000', '204544.505000', '204544.965000', '204545.425000', '204545.885000', '204546.345000', '204546.805000', '204547.265000', '204547.725000', '204548.185000', '204548.645000', '204549.105000', '204549.565000', '204550.025000', '204550.485000', '204550.945000', '204551.405000', '204551.865000', '204552.325000', '204552.785000', '204553.245000', '204553.705000', '204554.165000', '204554.625000', '204555.085000', '204555.545000', '204556.005000', '204556.465000', '204556.925000', '204557.385000', '204557.845000', '204558.305000', '204558.765000', '204559.225000', '204559.685000', '204600.145000', '204600.605000', '204601.065000', '204601.525000', '204601.985000', '204602.445000', '204602.905000', '204603.365000', '204603.825000', '204604.285000', '204604.745000', '204605.205000', '204605.665000', '204606.125000', '204606.585000', '204607.045000', '204607.505000', '204607.965000', '204608.425000', '204608.885000', '204609.345000', '204609.805000', '204610.265000', '204610.725000', '204611.185000', '204611.645000', '204612.105000', '204612.565000', '204613.025000', '204613.485000', '204613.945000', '204614.405000', '204614.865000', '204615.325000', '204615.785000', '204616.245000', '204616.705000', '204617.165000', '204617.625000', '204618.085000', '204618.545000', '204619.005000', '204619.465000', '204619.925000', '204620.385000', '204620.845000', '204621.305000', '204621.765000', '204622.225000', '204622.685000', '204623.145000', '204623.605000', '204624.065000', '204624.525000', '204624.985000', '204625.445000', '204625.905000', '204626.365000', '204626.825000', '204627.285000', '204627.745000', '204628.205000', '204628.665000', '204629.125000', '204629.585000', '204630.045000', '204630.505000', '204630.965000', '204631.425000', '204631.885000', '204632.345000', '204632.805000', '204633.265000', '204633.725000', '204634.185000', '204634.645000', '204635.105000', '204635.565000', '204636.025000', '204636.485000', '204636.945000', '204637.405000', '204637.865000', '204638.325000', '204638.785000', '204639.245000', '204639.705000', '204640.165000', '204640.625000', '204641.085000', '204641.545000', '204642.005000', '204642.465000', '204642.925000', '204643.385000', '204643.845000', '204644.305000', '204644.765000', '204645.225000', '204645.685000', '204646.145000', '204646.605000', '204647.065000', '204647.525000', '204647.985000', '204648.445000', '204648.905000', '204649.365000', '204649.825000', '204650.285000', '204650.745000', '204651.205000', '204651.665000', '204652.125000', '204652.585000', '204653.045000', '204653.505000', '204653.965000', '204654.425000', '204654.885000', '204655.345000', '204655.805000', '204656.265000', '204656.725000', '204657.185000', '204657.645000', '204658.105000', '204658.565000', '204659.025000'], 'ContentTime': ['203721.749000', '203721.752000', '203721.755000', '203721.758000', '203721.760000', '203721.763000', '203721.765000', '203721.768000', '203721.771000', '203721.773000', '203721.776000', '203721.779000', '203721.781000', '203721.784000', '203721.786000', '203721.789000', '203721.792000', '203721.794000', '203721.797000', '203721.799000', '203721.802000', '203721.804000', '203721.807000', '203721.813000', '203721.816000', '203721.819000', '203721.821000', '203721.824000', '203721.827000', '203721.829000', '203721.832000', '203721.834000', '203721.837000', '203721.839000', '203721.842000', '203721.845000', '203721.847000', '203721.850000', '203721.852000', '203741.714000', '203741.717000', '203741.720000', '203741.722000', '203741.725000', '203741.727000', '203741.734000', '203741.737000', '203741.739000', '203741.742000', '203741.744000', '203741.747000', '203741.749000', '203741.752000', '203741.754000', '203741.757000', '203741.759000', '203741.762000', '203741.764000', '203741.767000', '203741.769000', '203741.772000', '203741.775000', '203741.777000', '203741.780000', '203741.782000', '203741.785000', '203741.787000', '203741.790000', '203741.792000', '203741.805000', '203741.808000', '203741.810000', '203741.813000', '203741.815000', '203741.818000', '203741.820000', '203741.823000', '203741.826000', '203741.828000', '203741.831000', '203741.833000', '203741.836000', '203741.839000', '203801.715000', '203801.717000', '203801.720000', '203801.723000', '203801.725000', '203801.728000', '203801.730000', '203801.733000', '203801.735000', '203801.738000', '203801.740000', '203801.743000', '203801.745000', '203801.748000', '203801.750000', '203801.753000', '203801.756000', '203801.758000', '203801.761000', '203801.763000', '203801.766000', '203801.768000', '203801.771000', '203801.774000', '203801.776000', '203801.779000', '203801.781000', '203801.784000', '203801.787000', '203801.790000', '203801.800000', '203801.803000', '203801.805000', '203801.808000', '203801.810000', '203801.813000', '203801.815000', '203801.818000', '203801.820000', '203801.823000', '203801.826000', '203801.828000', '203801.831000', '203821.714000', '203821.717000', '203821.720000', '203821.722000', '203821.725000', '203821.727000', '203821.730000', '203821.733000', '203821.735000', '203821.738000', '203821.740000', '203821.743000', '203821.746000', '203821.749000', '203821.751000', '203821.754000', '203821.756000', '203821.759000', '203821.762000', '203821.764000', '203821.767000', '203821.769000', '203821.772000', '203821.774000', '203821.777000', '203821.780000', '203821.782000', '203821.785000', '203821.787000', '203821.790000', '203821.792000', '203821.795000', '203821.797000', '203821.800000', '203821.803000', '203821.805000', '203821.808000', '203821.810000', '203821.813000', '203821.816000', '203821.818000', '203821.821000', '203821.823000', '203821.826000', '203841.715000', '203841.718000', '203841.720000', '203841.723000', '203841.725000', '203841.728000', '203841.730000', '203841.733000', '203841.735000', '203841.738000', '203841.741000', '203841.743000', '203841.746000', '203841.748000', '203841.751000', '203841.753000', '203841.756000', '203841.758000', '203841.761000', '203841.764000', '203841.766000', '203841.769000', '203841.771000', '203841.774000', '203841.776000', '203841.779000', '203841.782000', '203841.784000', '203841.787000', '203841.789000', '203841.792000', '203841.795000', '203841.798000', '203841.801000', '203841.804000', '203841.806000', '203841.809000', '203841.811000', '203841.814000', '203841.817000', '203841.819000', '203841.822000', '203841.824000', '203901.713000', '203901.716000', '203901.719000', '203901.721000', '203901.724000', '203901.726000', '203901.729000', '203901.732000', '203901.734000', '203901.737000', '203901.739000', '203901.742000', '203901.744000', '203901.747000', '203901.750000', '203901.752000', '203901.755000', '203901.757000', '203901.760000', '203901.762000', '203901.765000', '203901.767000', '203901.770000', '203901.773000', '203901.775000', '203901.778000', '203901.780000', '203901.783000', '203901.785000', '203901.788000', '203901.790000', '203901.793000', '203901.796000', '203901.798000', '203901.801000', '203901.803000', '203901.806000', '203901.808000', '203901.811000', '203901.814000', '203901.816000', '203901.819000', '203901.821000', '203901.824000', '203921.715000', '203921.717000', '203921.720000', '203921.723000', '203921.725000', '203921.728000', '203921.730000', '203921.733000', '203921.735000', '203921.738000', '203921.740000', '203921.743000', '203921.746000', '203921.748000', '203921.751000', '203921.753000', '203921.756000', '203921.758000', '203921.761000', '203921.763000', '203921.766000', '203921.769000', '203921.771000', '203921.774000', '203921.776000', '203921.815000', '203921.818000', '203921.821000', '203921.823000', '203921.826000', '203921.828000', '203921.831000', '203921.833000', '203921.836000', '203921.839000', '203921.841000', '203921.844000', '203921.846000', '203921.849000', '203921.851000', '203921.854000', '203921.857000', '203921.859000', '203941.714000', '203941.717000', '203941.720000', '203941.722000', '203941.725000', '203941.727000', '203941.730000', '203941.733000', '203941.735000', '203941.738000', '203941.740000', '203941.743000', '203941.745000', '203941.748000', '203941.751000', '203941.753000', '203941.756000', '203941.758000', '203941.761000', '203941.763000', '203941.766000', '203941.769000', '203941.771000', '203941.774000', '203941.776000', '203941.785000', '203941.788000', '203941.791000', '203941.793000', '203941.796000', '203941.798000', '203941.801000', '203941.803000', '203941.806000', '203941.809000', '203941.811000', '203941.814000', '203941.816000', '203941.819000', '203941.821000', '203941.824000', '203941.827000', '203941.829000', '203941.832000', '204001.714000', '204001.717000', '204001.720000', '204001.722000', '204001.725000', '204001.728000', '204001.730000', '204001.733000', '204001.735000', '204001.738000', '204001.740000', '204001.743000', '204001.746000', '204001.748000', '204001.751000', '204001.753000', '204001.756000', '204001.758000', '204001.761000', '204001.764000', '204001.766000', '204001.769000', '204001.771000', '204001.774000', '204001.777000', '204001.779000', '204001.782000', '204001.784000', '204001.787000', '204001.789000', '204001.792000', '204001.795000', '204001.797000', '204001.800000', '204001.803000', '204001.805000', '204001.808000', '204001.810000', '204001.813000', '204001.816000', '204001.818000', '204001.821000', '204001.823000', '204021.715000', '204021.717000', '204021.720000', '204021.723000', '204021.725000', '204021.728000', '204021.731000', '204021.733000', '204021.736000', '204021.738000', '204021.741000', '204021.744000', '204021.746000', '204021.749000', '204021.751000', '204021.754000', '204021.756000', '204021.759000', '204021.762000', '204021.764000', '204021.767000', '204021.769000', '204021.772000', '204021.775000', '204021.777000', '204021.780000', '204021.783000', '204021.785000', '204021.788000', '204021.790000', '204021.793000', '204021.796000', '204021.798000', '204021.801000', '204021.803000', '204021.806000', '204021.809000', '204021.811000', '204021.814000', '204021.816000', '204021.819000', '204021.822000', '204021.824000', '204021.827000', '204041.714000', '204041.717000', '204041.720000', '204041.722000', '204041.725000', '204041.727000', '204041.730000', '204041.733000', '204041.735000', '204041.738000', '204041.740000', '204041.743000', '204041.746000', '204041.748000', '204041.751000', '204041.753000', '204041.756000', '204041.759000', '204041.761000', '204041.764000', '204041.766000', '204041.769000', '204041.772000', '204041.774000', '204041.777000', '204041.779000', '204041.782000', '204041.785000', '204041.787000', '204041.790000', '204041.792000', '204041.795000', '204041.798000', '204041.800000', '204041.803000', '204041.805000', '204041.808000', '204041.811000', '204041.813000', '204041.816000', '204041.819000', '204041.821000', '204041.824000', '204101.714000', '204101.717000', '204101.720000', '204101.722000', '204101.725000', '204101.728000', '204101.730000', '204101.762000', '204101.765000', '204101.767000', '204101.770000', '204101.773000', '204101.775000', '204101.778000', '204101.780000', '204101.783000', '204101.785000', '204101.788000', '204101.791000', '204101.793000', '204101.796000', '204101.798000', '204101.801000', '204101.804000', '204101.806000', '204101.809000', '204101.811000', '204101.814000', '204101.817000', '204101.819000', '204101.822000', '204101.824000', '204101.827000', '204101.830000', '204101.832000', '204101.835000', '204101.837000', '204101.840000', '204101.842000', '204101.845000', '204101.848000', '204101.850000', '204101.853000', '204101.855000', '204121.713000', '204121.716000', '204121.719000', '204121.721000', '204121.724000', '204121.727000', '204121.729000', '204121.732000', '204121.734000', '204121.737000', '204121.739000', '204121.742000', '204121.745000', '204121.747000', '204121.750000', '204121.752000', '204121.755000', '204121.757000', '204121.760000', '204121.763000', '204121.765000', '204121.768000', '204121.770000', '204121.773000', '204121.776000', '204121.778000', '204121.781000', '204121.783000', '204121.786000', '204121.788000', '204121.791000', '204121.794000', '204121.796000', '204121.799000', '204121.801000', '204121.804000', '204121.806000', '204121.809000', '204121.812000', '204121.814000', '204121.817000', '204121.819000', '204121.822000', '204141.714000', '204141.717000', '204141.720000', '204141.722000', '204141.725000', '204141.727000', '204141.730000', '204141.733000', '204141.735000', '204141.738000', '204141.741000', '204141.743000', '204141.746000', '204141.748000', '204141.751000', '204141.753000', '204141.756000', '204141.759000', '204141.761000', '204141.764000', '204141.766000', '204141.769000', '204141.772000', '204141.774000', '204141.777000', '204141.779000', '204141.782000', '204141.785000', '204141.787000', '204141.790000', '204141.792000', '204141.795000', '204141.798000', '204141.800000', '204141.803000', '204141.805000', '204141.808000', '204141.811000', '204141.813000', '204141.816000', '204141.818000', '204141.821000', '204141.824000', '204141.826000', '204201.715000', '204201.719000', '204201.722000', '204201.725000', '204201.727000', '204201.730000', '204201.732000', '204201.735000', '204201.738000', '204201.740000', '204201.743000', '204201.745000', '204201.748000', '204201.751000', '204201.753000', '204201.756000', '204201.759000', '204201.761000', '204201.764000', '204201.766000', '204201.769000', '204201.772000', '204201.774000', '204201.777000', '204201.779000', '204201.782000', '204201.785000', '204201.787000', '204201.790000', '204201.792000', '204201.795000', '204201.797000', '204201.800000', '204201.803000', '204201.805000', '204201.808000', '204201.810000', '204201.821000', '204201.824000', '204201.827000', '204201.829000', '204201.832000', '204201.834000', '204221.715000', '204221.718000', '204221.722000', '204221.725000', '204221.728000', '204221.730000', '204221.733000', '204221.736000', '204221.739000', '204221.742000', '204221.744000', '204221.747000', '204221.749000', '204221.752000', '204221.754000', '204221.757000', '204221.760000', '204221.762000', '204221.765000', '204221.767000', '204221.770000', '204221.773000', '204221.775000', '204221.778000', '204221.780000', '204221.783000', '204221.786000', '204221.788000', '204221.791000', '204221.793000', '204221.796000', '204221.799000', '204221.820000', '204221.823000', '204221.826000', '204221.828000', '204221.831000', '204221.833000', '204221.836000', '204221.838000', '204221.841000', '204221.843000', '204221.846000', '204241.714000', '204241.717000', '204241.720000', '204241.723000', '204241.725000', '204241.728000', '204241.730000', '204241.733000', '204241.736000', '204241.738000', '204241.741000', '204241.744000', '204241.746000', '204241.749000', '204241.751000', '204241.754000', '204241.756000', '204241.759000', '204241.762000', '204241.764000', '204241.767000', '204241.770000', '204241.773000', '204241.775000', '204241.778000', '204241.780000', '204241.783000', '204241.786000', '204241.788000', '204241.791000', '204241.793000', '204241.796000', '204241.799000', '204241.801000', '204241.804000', '204241.806000', '204241.809000', '204241.811000', '204241.814000', '204241.817000', '204241.819000', '204241.822000', '204241.824000', '204241.827000', '204301.714000', '204301.718000', '204301.721000', '204301.724000', '204301.727000', '204301.729000', '204301.732000', '204301.734000', '204301.737000', '204301.739000', '204301.742000', '204301.745000', '204301.747000', '204301.750000', '204301.752000', '204301.755000', '204301.757000', '204301.760000', '204301.763000', '204301.765000', '204301.768000', '204301.770000', '204301.773000', '204301.776000', '204301.778000', '204301.781000', '204301.783000', '204301.786000', '204301.789000', '204301.791000', '204301.794000', '204301.796000', '204301.799000', '204301.802000', '204301.804000', '204301.807000', '204301.809000', '204301.813000', '204301.816000', '204301.818000', '204301.821000', '204301.824000', '204301.826000', '204321.714000', '204321.717000', '204321.720000', '204321.723000', '204321.725000', '204321.728000', '204321.730000', '204321.733000', '204321.736000', '204321.739000', '204321.741000', '204321.744000', '204321.747000', '204321.749000', '204321.752000', '204321.754000', '204321.757000', '204321.760000', '204321.762000', '204321.765000', '204321.768000', '204321.770000', '204321.773000', '204321.775000', '204321.778000', '204321.780000', '204321.783000', '204321.785000', '204321.788000', '204321.791000', '204321.793000', '204321.796000', '204321.799000', '204321.801000', '204321.804000', '204321.806000', '204321.809000', '204321.811000', '204321.814000', '204321.816000', '204321.819000', '204321.822000', '204321.824000', '204321.827000', '204341.714000', '204341.716000', '204341.719000', '204341.722000', '204341.724000', '204341.727000', '204341.729000', '204341.732000', '204341.734000', '204341.737000', '204341.739000', '204341.742000', '204341.745000', '204341.747000', '204341.750000', '204341.753000', '204341.755000', '204341.758000', '204341.760000', '204341.763000', '204341.765000', '204341.768000', '204341.770000', '204341.773000', '204341.776000', '204341.779000', '204341.782000', '204341.784000', '204341.787000', '204341.790000', '204341.792000', '204341.795000', '204341.797000', '204341.800000', '204341.802000', '204341.805000', '204341.808000', '204341.810000', '204341.813000', '204341.815000', '204341.818000', '204341.820000', '204341.823000', '204401.715000', '204401.717000', '204401.720000', '204401.723000', '204401.725000', '204401.728000', '204401.730000', '204401.733000', '204401.735000', '204401.738000', '204401.741000', '204401.743000', '204401.746000', '204401.748000', '204401.751000', '204401.754000', '204401.756000', '204401.759000', '204401.761000', '204401.764000', '204401.767000', '204401.769000', '204401.772000', '204401.774000', '204401.777000', '204401.779000', '204401.782000', '204401.785000', '204401.787000', '204401.790000', '204401.792000', '204401.795000', '204401.798000', '204401.800000', '204401.803000', '204401.805000', '204401.808000', '204401.811000', '204401.813000', '204401.816000', '204401.818000', '204401.821000', '204401.824000', '204401.826000', '204421.714000', '204421.717000', '204421.720000', '204421.722000', '204421.725000', '204421.728000', '204421.730000', '204421.733000', '204421.735000', '204421.738000', '204421.741000', '204421.743000', '204421.746000', '204421.748000', '204421.751000', '204421.754000', '204421.756000', '204421.759000', '204421.762000', '204421.764000', '204421.767000', '204421.770000', '204421.772000', '204421.775000', '204421.778000', '204421.780000', '204421.783000', '204421.786000', '204421.789000', '204421.792000', '204421.795000', '204421.797000', '204421.800000', '204421.802000', '204421.805000', '204421.807000', '204421.810000', '204421.813000', '204421.815000', '204421.818000', '204421.820000', '204421.823000', '204421.826000', '204441.715000', '204441.717000', '204441.720000', '204441.723000', '204441.725000', '204441.728000', '204441.730000', '204441.733000', '204441.736000', '204441.738000', '204441.741000', '204441.743000', '204441.746000', '204441.749000', '204441.751000', '204441.754000', '204441.757000', '204441.759000', '204441.762000', '204441.764000', '204441.767000', '204441.769000', '204441.772000', '204441.775000', '204441.777000', '204441.780000', '204441.782000', '204441.785000', '204441.787000', '204441.790000', '204441.793000', '204441.795000', '204441.798000', '204441.800000', '204441.803000', '204441.806000', '204441.808000', '204441.811000', '204441.813000', '204441.816000', '204441.819000', '204441.821000', '204441.824000', '204441.826000', '204501.715000', '204501.717000', '204501.720000', '204501.723000', '204501.725000', '204501.728000', '204501.730000', '204501.733000', '204501.735000', '204501.738000', '204501.740000', '204501.743000', '204501.746000', '204501.749000', '204501.751000', '204501.754000', '204501.756000', '204501.759000', '204501.761000', '204501.764000', '204501.767000', '204501.770000', '204501.773000', '204501.776000', '204501.778000', '204501.781000', '204501.784000', '204501.786000', '204501.789000', '204501.791000', '204501.794000', '204501.797000', '204501.799000', '204501.802000', '204501.804000', '204501.807000', '204501.809000', '204501.812000', '204501.815000', '204501.818000', '204501.828000', '204501.831000', '204501.834000', '204521.715000', '204521.718000', '204521.720000', '204521.723000', '204521.725000', '204521.728000', '204521.730000', '204521.733000', '204521.736000', '204521.738000', '204521.741000', '204521.743000', '204521.746000', '204521.749000', '204521.751000', '204521.754000', '204521.756000', '204521.759000', '204521.762000', '204521.765000', '204521.767000', '204521.770000', '204521.772000', '204521.775000', '204521.778000', '204521.781000', '204521.783000', '204521.786000', '204521.789000', '204521.791000', '204521.794000', '204521.797000', '204521.799000', '204521.802000', '204521.804000', '204521.807000', '204521.810000', '204521.812000', '204521.815000', '204521.817000', '204521.820000', '204521.823000', '204521.825000', '204521.828000', '204541.714000', '204541.717000', '204541.720000', '204541.722000', '204541.725000', '204541.728000', '204541.730000', '204541.733000', '204541.735000', '204541.738000', '204541.741000', '204541.743000', '204541.746000', '204541.748000', '204541.751000', '204541.754000', '204541.756000', '204541.759000', '204541.761000', '204541.764000', '204541.767000', '204541.770000', '204541.772000', '204541.775000', '204541.778000', '204541.781000', '204541.783000', '204541.786000', '204541.788000', '204541.791000', '204541.793000', '204541.796000', '204541.799000', '204541.801000', '204541.804000', '204541.806000', '204541.809000', '204541.811000', '204541.814000', '204541.817000', '204541.819000', '204541.822000', '204541.824000', '204601.714000', '204601.717000', '204601.719000', '204601.722000', '204601.724000', '204601.727000', '204601.730000', '204601.732000', '204601.735000', '204601.737000', '204601.740000', '204601.743000', '204601.745000', '204601.748000', '204601.750000', '204601.753000', '204601.755000', '204601.758000', '204601.761000', '204601.763000', '204601.766000', '204601.769000', '204601.771000', '204601.774000', '204601.776000', '204601.779000', '204601.782000', '204601.784000', '204601.787000', '204601.790000', '204601.792000', '204601.795000', '204601.797000', '204601.800000', '204601.803000', '204601.805000', '204601.808000', '204601.810000', '204601.813000', '204601.816000', '204601.818000', '204601.821000', '204601.823000', '204601.826000', '204621.715000', '204621.718000', '204621.720000', '204621.723000', '204621.725000', '204621.728000', '204621.730000', '204621.733000', '204621.736000', '204621.738000', '204621.741000', '204621.743000', '204621.746000', '204621.748000', '204621.751000', '204621.754000', '204621.756000', '204621.759000', '204621.761000', '204621.764000', '204621.767000', '204621.769000', '204621.772000', '204621.775000', '204621.777000', '204621.780000', '204621.782000', '204621.785000', '204621.787000', '204621.790000', '204621.793000', '204621.796000', '204621.799000', '204621.801000', '204621.804000', '204621.807000', '204621.815000', '204621.818000', '204621.821000', '204621.823000', '204621.826000', '204621.828000', '204621.831000', '204641.715000', '204641.717000', '204641.720000', '204641.722000', '204641.725000', '204641.728000', '204641.730000', '204641.733000', '204641.736000', '204641.738000', '204641.741000', '204641.743000', '204641.746000', '204641.748000', '204641.751000', '204641.754000', '204641.756000', '204641.759000', '204641.761000', '204641.764000', '204641.766000', '204641.769000', '204641.772000', '204641.774000', '204641.777000', '204641.779000', '204641.782000', '204641.784000', '204641.787000', '204641.790000', '204641.792000', '204641.795000', '204641.798000', '204641.800000', '204641.803000', '204641.805000', '204641.808000', '204641.811000', '204641.813000', '204641.816000', '204641.818000', '204641.821000', '204641.824000', '204641.826000', '204700.443000', '204700.446000', '204700.449000', '204700.452000', '204700.454000', '204700.457000', '204700.460000', '204700.463000', '204700.466000', '204700.469000', '204700.472000', '204700.475000', '204700.478000', '204700.481000', '204700.484000', '204700.486000', '204700.489000', '204700.492000', '204700.495000', '204700.497000', '204700.500000', '204700.503000', '204700.506000', '204700.508000', '204700.511000', '204700.514000', '204700.516000', '204700.519000', '204700.522000', '204700.524000', '204700.528000', '204700.530000', '204700.533000', '204700.536000', '204700.538000', '204700.541000', '204700.544000', '204700.546000', '204700.549000', '204700.553000', '204700.557000'], 'InstanceCreationTime': ['203721.749000', '203721.752000', '203721.755000', '203721.758000', '203721.760000', '203721.763000', '203721.765000', '203721.768000', '203721.771000', '203721.773000', '203721.776000', '203721.779000', '203721.781000', '203721.784000', '203721.786000', '203721.789000', '203721.792000', '203721.794000', '203721.797000', '203721.799000', '203721.802000', '203721.804000', '203721.807000', '203721.813000', '203721.816000', '203721.819000', '203721.821000', '203721.824000', '203721.827000', '203721.829000', '203721.832000', '203721.834000', '203721.837000', '203721.839000', '203721.842000', '203721.845000', '203721.847000', '203721.850000', '203721.852000', '203741.714000', '203741.717000', '203741.720000', '203741.722000', '203741.725000', '203741.727000', '203741.734000', '203741.737000', '203741.739000', '203741.742000', '203741.744000', '203741.747000', '203741.749000', '203741.752000', '203741.754000', '203741.757000', '203741.759000', '203741.762000', '203741.764000', '203741.767000', '203741.769000', '203741.772000', '203741.775000', '203741.777000', '203741.780000', '203741.782000', '203741.785000', '203741.787000', '203741.790000', '203741.792000', '203741.805000', '203741.808000', '203741.810000', '203741.813000', '203741.815000', '203741.818000', '203741.820000', '203741.823000', '203741.826000', '203741.828000', '203741.831000', '203741.833000', '203741.836000', '203741.839000', '203801.715000', '203801.717000', '203801.720000', '203801.723000', '203801.725000', '203801.728000', '203801.730000', '203801.733000', '203801.735000', '203801.738000', '203801.740000', '203801.743000', '203801.745000', '203801.748000', '203801.750000', '203801.753000', '203801.756000', '203801.758000', '203801.761000', '203801.763000', '203801.766000', '203801.768000', '203801.771000', '203801.774000', '203801.776000', '203801.779000', '203801.781000', '203801.784000', '203801.787000', '203801.790000', '203801.800000', '203801.803000', '203801.805000', '203801.808000', '203801.810000', '203801.813000', '203801.815000', '203801.818000', '203801.820000', '203801.823000', '203801.826000', '203801.828000', '203801.831000', '203821.714000', '203821.717000', '203821.720000', '203821.722000', '203821.725000', '203821.727000', '203821.730000', '203821.733000', '203821.735000', '203821.738000', '203821.740000', '203821.743000', '203821.746000', '203821.749000', '203821.751000', '203821.754000', '203821.756000', '203821.759000', '203821.762000', '203821.764000', '203821.767000', '203821.769000', '203821.772000', '203821.774000', '203821.777000', '203821.780000', '203821.782000', '203821.785000', '203821.787000', '203821.790000', '203821.792000', '203821.795000', '203821.797000', '203821.800000', '203821.803000', '203821.805000', '203821.808000', '203821.810000', '203821.813000', '203821.816000', '203821.818000', '203821.821000', '203821.823000', '203821.826000', '203841.715000', '203841.718000', '203841.720000', '203841.723000', '203841.725000', '203841.728000', '203841.730000', '203841.733000', '203841.735000', '203841.738000', '203841.741000', '203841.743000', '203841.746000', '203841.748000', '203841.751000', '203841.753000', '203841.756000', '203841.758000', '203841.761000', '203841.764000', '203841.766000', '203841.769000', '203841.771000', '203841.774000', '203841.776000', '203841.779000', '203841.782000', '203841.784000', '203841.787000', '203841.789000', '203841.792000', '203841.795000', '203841.798000', '203841.801000', '203841.804000', '203841.806000', '203841.809000', '203841.811000', '203841.814000', '203841.817000', '203841.819000', '203841.822000', '203841.824000', '203901.713000', '203901.716000', '203901.719000', '203901.721000', '203901.724000', '203901.726000', '203901.729000', '203901.732000', '203901.734000', '203901.737000', '203901.739000', '203901.742000', '203901.744000', '203901.747000', '203901.750000', '203901.752000', '203901.755000', '203901.757000', '203901.760000', '203901.762000', '203901.765000', '203901.767000', '203901.770000', '203901.773000', '203901.775000', '203901.778000', '203901.780000', '203901.783000', '203901.785000', '203901.788000', '203901.790000', '203901.793000', '203901.796000', '203901.798000', '203901.801000', '203901.803000', '203901.806000', '203901.808000', '203901.811000', '203901.814000', '203901.816000', '203901.819000', '203901.821000', '203901.824000', '203921.715000', '203921.717000', '203921.720000', '203921.723000', '203921.725000', '203921.728000', '203921.730000', '203921.733000', '203921.735000', '203921.738000', '203921.740000', '203921.743000', '203921.746000', '203921.748000', '203921.751000', '203921.753000', '203921.756000', '203921.758000', '203921.761000', '203921.763000', '203921.766000', '203921.769000', '203921.771000', '203921.774000', '203921.776000', '203921.815000', '203921.818000', '203921.821000', '203921.823000', '203921.826000', '203921.828000', '203921.831000', '203921.833000', '203921.836000', '203921.839000', '203921.841000', '203921.844000', '203921.846000', '203921.849000', '203921.851000', '203921.854000', '203921.857000', '203921.859000', '203941.714000', '203941.717000', '203941.720000', '203941.722000', '203941.725000', '203941.727000', '203941.730000', '203941.733000', '203941.735000', '203941.738000', '203941.740000', '203941.743000', '203941.745000', '203941.748000', '203941.751000', '203941.753000', '203941.756000', '203941.758000', '203941.761000', '203941.763000', '203941.766000', '203941.769000', '203941.771000', '203941.774000', '203941.776000', '203941.785000', '203941.788000', '203941.791000', '203941.793000', '203941.796000', '203941.798000', '203941.801000', '203941.803000', '203941.806000', '203941.809000', '203941.811000', '203941.814000', '203941.816000', '203941.819000', '203941.821000', '203941.824000', '203941.827000', '203941.829000', '203941.832000', '204001.714000', '204001.717000', '204001.720000', '204001.722000', '204001.725000', '204001.728000', '204001.730000', '204001.733000', '204001.735000', '204001.738000', '204001.740000', '204001.743000', '204001.746000', '204001.748000', '204001.751000', '204001.753000', '204001.756000', '204001.758000', '204001.761000', '204001.764000', '204001.766000', '204001.769000', '204001.771000', '204001.774000', '204001.777000', '204001.779000', '204001.782000', '204001.784000', '204001.787000', '204001.789000', '204001.792000', '204001.795000', '204001.797000', '204001.800000', '204001.803000', '204001.805000', '204001.808000', '204001.810000', '204001.813000', '204001.816000', '204001.818000', '204001.821000', '204001.823000', '204021.715000', '204021.717000', '204021.720000', '204021.723000', '204021.725000', '204021.728000', '204021.731000', '204021.733000', '204021.736000', '204021.738000', '204021.741000', '204021.744000', '204021.746000', '204021.749000', '204021.751000', '204021.754000', '204021.756000', '204021.759000', '204021.762000', '204021.764000', '204021.767000', '204021.769000', '204021.772000', '204021.775000', '204021.777000', '204021.780000', '204021.783000', '204021.785000', '204021.788000', '204021.790000', '204021.793000', '204021.796000', '204021.798000', '204021.801000', '204021.803000', '204021.806000', '204021.809000', '204021.811000', '204021.814000', '204021.816000', '204021.819000', '204021.822000', '204021.824000', '204021.827000', '204041.714000', '204041.717000', '204041.720000', '204041.722000', '204041.725000', '204041.727000', '204041.730000', '204041.733000', '204041.735000', '204041.738000', '204041.740000', '204041.743000', '204041.746000', '204041.748000', '204041.751000', '204041.753000', '204041.756000', '204041.759000', '204041.761000', '204041.764000', '204041.766000', '204041.769000', '204041.772000', '204041.774000', '204041.777000', '204041.779000', '204041.782000', '204041.785000', '204041.787000', '204041.790000', '204041.792000', '204041.795000', '204041.798000', '204041.800000', '204041.803000', '204041.805000', '204041.808000', '204041.811000', '204041.813000', '204041.816000', '204041.819000', '204041.821000', '204041.824000', '204101.714000', '204101.717000', '204101.720000', '204101.722000', '204101.725000', '204101.728000', '204101.730000', '204101.762000', '204101.765000', '204101.767000', '204101.770000', '204101.773000', '204101.775000', '204101.778000', '204101.780000', '204101.783000', '204101.785000', '204101.788000', '204101.791000', '204101.793000', '204101.796000', '204101.798000', '204101.801000', '204101.804000', '204101.806000', '204101.809000', '204101.811000', '204101.814000', '204101.817000', '204101.819000', '204101.822000', '204101.824000', '204101.827000', '204101.830000', '204101.832000', '204101.835000', '204101.837000', '204101.840000', '204101.842000', '204101.845000', '204101.848000', '204101.850000', '204101.853000', '204101.855000', '204121.713000', '204121.716000', '204121.719000', '204121.721000', '204121.724000', '204121.727000', '204121.729000', '204121.732000', '204121.734000', '204121.737000', '204121.739000', '204121.742000', '204121.745000', '204121.747000', '204121.750000', '204121.752000', '204121.755000', '204121.757000', '204121.760000', '204121.763000', '204121.765000', '204121.768000', '204121.770000', '204121.773000', '204121.776000', '204121.778000', '204121.781000', '204121.783000', '204121.786000', '204121.788000', '204121.791000', '204121.794000', '204121.796000', '204121.799000', '204121.801000', '204121.804000', '204121.806000', '204121.809000', '204121.812000', '204121.814000', '204121.817000', '204121.819000', '204121.822000', '204141.714000', '204141.717000', '204141.720000', '204141.722000', '204141.725000', '204141.727000', '204141.730000', '204141.733000', '204141.735000', '204141.738000', '204141.741000', '204141.743000', '204141.746000', '204141.748000', '204141.751000', '204141.753000', '204141.756000', '204141.759000', '204141.761000', '204141.764000', '204141.766000', '204141.769000', '204141.772000', '204141.774000', '204141.777000', '204141.779000', '204141.782000', '204141.785000', '204141.787000', '204141.790000', '204141.792000', '204141.795000', '204141.798000', '204141.800000', '204141.803000', '204141.805000', '204141.808000', '204141.811000', '204141.813000', '204141.816000', '204141.818000', '204141.821000', '204141.824000', '204141.826000', '204201.715000', '204201.719000', '204201.722000', '204201.725000', '204201.727000', '204201.730000', '204201.732000', '204201.735000', '204201.738000', '204201.740000', '204201.743000', '204201.745000', '204201.748000', '204201.751000', '204201.753000', '204201.756000', '204201.759000', '204201.761000', '204201.764000', '204201.766000', '204201.769000', '204201.772000', '204201.774000', '204201.777000', '204201.779000', '204201.782000', '204201.785000', '204201.787000', '204201.790000', '204201.792000', '204201.795000', '204201.797000', '204201.800000', '204201.803000', '204201.805000', '204201.808000', '204201.810000', '204201.821000', '204201.824000', '204201.827000', '204201.829000', '204201.832000', '204201.834000', '204221.715000', '204221.718000', '204221.722000', '204221.725000', '204221.728000', '204221.730000', '204221.733000', '204221.736000', '204221.739000', '204221.742000', '204221.744000', '204221.747000', '204221.749000', '204221.752000', '204221.754000', '204221.757000', '204221.760000', '204221.762000', '204221.765000', '204221.767000', '204221.770000', '204221.773000', '204221.775000', '204221.778000', '204221.780000', '204221.783000', '204221.786000', '204221.788000', '204221.791000', '204221.793000', '204221.796000', '204221.799000', '204221.820000', '204221.823000', '204221.826000', '204221.828000', '204221.831000', '204221.833000', '204221.836000', '204221.838000', '204221.841000', '204221.843000', '204221.846000', '204241.714000', '204241.717000', '204241.720000', '204241.723000', '204241.725000', '204241.728000', '204241.730000', '204241.733000', '204241.736000', '204241.738000', '204241.741000', '204241.744000', '204241.746000', '204241.749000', '204241.751000', '204241.754000', '204241.756000', '204241.759000', '204241.762000', '204241.764000', '204241.767000', '204241.770000', '204241.773000', '204241.775000', '204241.778000', '204241.780000', '204241.783000', '204241.786000', '204241.788000', '204241.791000', '204241.793000', '204241.796000', '204241.799000', '204241.801000', '204241.804000', '204241.806000', '204241.809000', '204241.811000', '204241.814000', '204241.817000', '204241.819000', '204241.822000', '204241.824000', '204241.827000', '204301.714000', '204301.718000', '204301.721000', '204301.724000', '204301.727000', '204301.729000', '204301.732000', '204301.734000', '204301.737000', '204301.739000', '204301.742000', '204301.745000', '204301.747000', '204301.750000', '204301.752000', '204301.755000', '204301.757000', '204301.760000', '204301.763000', '204301.765000', '204301.768000', '204301.770000', '204301.773000', '204301.776000', '204301.778000', '204301.781000', '204301.783000', '204301.786000', '204301.789000', '204301.791000', '204301.794000', '204301.796000', '204301.799000', '204301.802000', '204301.804000', '204301.807000', '204301.809000', '204301.813000', '204301.816000', '204301.818000', '204301.821000', '204301.824000', '204301.826000', '204321.714000', '204321.717000', '204321.720000', '204321.723000', '204321.725000', '204321.728000', '204321.730000', '204321.733000', '204321.736000', '204321.739000', '204321.741000', '204321.744000', '204321.747000', '204321.749000', '204321.752000', '204321.754000', '204321.757000', '204321.760000', '204321.762000', '204321.765000', '204321.768000', '204321.770000', '204321.773000', '204321.775000', '204321.778000', '204321.780000', '204321.783000', '204321.785000', '204321.788000', '204321.791000', '204321.793000', '204321.796000', '204321.799000', '204321.801000', '204321.804000', '204321.806000', '204321.809000', '204321.811000', '204321.814000', '204321.816000', '204321.819000', '204321.822000', '204321.824000', '204321.827000', '204341.714000', '204341.716000', '204341.719000', '204341.722000', '204341.724000', '204341.727000', '204341.729000', '204341.732000', '204341.734000', '204341.737000', '204341.739000', '204341.742000', '204341.745000', '204341.747000', '204341.750000', '204341.753000', '204341.755000', '204341.758000', '204341.760000', '204341.763000', '204341.765000', '204341.768000', '204341.770000', '204341.773000', '204341.776000', '204341.779000', '204341.782000', '204341.784000', '204341.787000', '204341.790000', '204341.792000', '204341.795000', '204341.797000', '204341.800000', '204341.802000', '204341.805000', '204341.808000', '204341.810000', '204341.813000', '204341.815000', '204341.818000', '204341.820000', '204341.823000', '204401.715000', '204401.717000', '204401.720000', '204401.723000', '204401.725000', '204401.728000', '204401.730000', '204401.733000', '204401.735000', '204401.738000', '204401.741000', '204401.743000', '204401.746000', '204401.748000', '204401.751000', '204401.754000', '204401.756000', '204401.759000', '204401.761000', '204401.764000', '204401.767000', '204401.769000', '204401.772000', '204401.774000', '204401.777000', '204401.779000', '204401.782000', '204401.785000', '204401.787000', '204401.790000', '204401.792000', '204401.795000', '204401.798000', '204401.800000', '204401.803000', '204401.805000', '204401.808000', '204401.811000', '204401.813000', '204401.816000', '204401.818000', '204401.821000', '204401.824000', '204401.826000', '204421.714000', '204421.717000', '204421.720000', '204421.722000', '204421.725000', '204421.728000', '204421.730000', '204421.733000', '204421.735000', '204421.738000', '204421.741000', '204421.743000', '204421.746000', '204421.748000', '204421.751000', '204421.754000', '204421.756000', '204421.759000', '204421.762000', '204421.764000', '204421.767000', '204421.770000', '204421.772000', '204421.775000', '204421.778000', '204421.780000', '204421.783000', '204421.786000', '204421.789000', '204421.792000', '204421.795000', '204421.797000', '204421.800000', '204421.802000', '204421.805000', '204421.807000', '204421.810000', '204421.813000', '204421.815000', '204421.818000', '204421.820000', '204421.823000', '204421.826000', '204441.715000', '204441.717000', '204441.720000', '204441.723000', '204441.725000', '204441.728000', '204441.730000', '204441.733000', '204441.736000', '204441.738000', '204441.741000', '204441.743000', '204441.746000', '204441.749000', '204441.751000', '204441.754000', '204441.757000', '204441.759000', '204441.762000', '204441.764000', '204441.767000', '204441.769000', '204441.772000', '204441.775000', '204441.777000', '204441.780000', '204441.782000', '204441.785000', '204441.787000', '204441.790000', '204441.793000', '204441.795000', '204441.798000', '204441.800000', '204441.803000', '204441.806000', '204441.808000', '204441.811000', '204441.813000', '204441.816000', '204441.819000', '204441.821000', '204441.824000', '204441.826000', '204501.715000', '204501.717000', '204501.720000', '204501.723000', '204501.725000', '204501.728000', '204501.730000', '204501.733000', '204501.735000', '204501.738000', '204501.740000', '204501.743000', '204501.746000', '204501.749000', '204501.751000', '204501.754000', '204501.756000', '204501.759000', '204501.761000', '204501.764000', '204501.767000', '204501.770000', '204501.773000', '204501.776000', '204501.778000', '204501.781000', '204501.784000', '204501.786000', '204501.789000', '204501.791000', '204501.794000', '204501.797000', '204501.799000', '204501.802000', '204501.804000', '204501.807000', '204501.809000', '204501.812000', '204501.815000', '204501.818000', '204501.828000', '204501.831000', '204501.834000', '204521.715000', '204521.718000', '204521.720000', '204521.723000', '204521.725000', '204521.728000', '204521.730000', '204521.733000', '204521.736000', '204521.738000', '204521.741000', '204521.743000', '204521.746000', '204521.749000', '204521.751000', '204521.754000', '204521.756000', '204521.759000', '204521.762000', '204521.765000', '204521.767000', '204521.770000', '204521.772000', '204521.775000', '204521.778000', '204521.781000', '204521.783000', '204521.786000', '204521.789000', '204521.791000', '204521.794000', '204521.797000', '204521.799000', '204521.802000', '204521.804000', '204521.807000', '204521.810000', '204521.812000', '204521.815000', '204521.817000', '204521.820000', '204521.823000', '204521.825000', '204521.828000', '204541.714000', '204541.717000', '204541.720000', '204541.722000', '204541.725000', '204541.728000', '204541.730000', '204541.733000', '204541.735000', '204541.738000', '204541.741000', '204541.743000', '204541.746000', '204541.748000', '204541.751000', '204541.754000', '204541.756000', '204541.759000', '204541.761000', '204541.764000', '204541.767000', '204541.770000', '204541.772000', '204541.775000', '204541.778000', '204541.781000', '204541.783000', '204541.786000', '204541.788000', '204541.791000', '204541.793000', '204541.796000', '204541.799000', '204541.801000', '204541.804000', '204541.806000', '204541.809000', '204541.811000', '204541.814000', '204541.817000', '204541.819000', '204541.822000', '204541.824000', '204601.714000', '204601.717000', '204601.719000', '204601.722000', '204601.724000', '204601.727000', '204601.730000', '204601.732000', '204601.735000', '204601.737000', '204601.740000', '204601.743000', '204601.745000', '204601.748000', '204601.750000', '204601.753000', '204601.755000', '204601.758000', '204601.761000', '204601.763000', '204601.766000', '204601.769000', '204601.771000', '204601.774000', '204601.776000', '204601.779000', '204601.782000', '204601.784000', '204601.787000', '204601.790000', '204601.792000', '204601.795000', '204601.797000', '204601.800000', '204601.803000', '204601.805000', '204601.808000', '204601.810000', '204601.813000', '204601.816000', '204601.818000', '204601.821000', '204601.823000', '204601.826000', '204621.715000', '204621.718000', '204621.720000', '204621.723000', '204621.725000', '204621.728000', '204621.730000', '204621.733000', '204621.736000', '204621.738000', '204621.741000', '204621.743000', '204621.746000', '204621.748000', '204621.751000', '204621.754000', '204621.756000', '204621.759000', '204621.761000', '204621.764000', '204621.767000', '204621.769000', '204621.772000', '204621.775000', '204621.777000', '204621.780000', '204621.782000', '204621.785000', '204621.787000', '204621.790000', '204621.793000', '204621.796000', '204621.799000', '204621.801000', '204621.804000', '204621.807000', '204621.815000', '204621.818000', '204621.821000', '204621.823000', '204621.826000', '204621.828000', '204621.831000', '204641.715000', '204641.717000', '204641.720000', '204641.722000', '204641.725000', '204641.728000', '204641.730000', '204641.733000', '204641.736000', '204641.738000', '204641.741000', '204641.743000', '204641.746000', '204641.748000', '204641.751000', '204641.754000', '204641.756000', '204641.759000', '204641.761000', '204641.764000', '204641.766000', '204641.769000', '204641.772000', '204641.774000', '204641.777000', '204641.779000', '204641.782000', '204641.784000', '204641.787000', '204641.790000', '204641.792000', '204641.795000', '204641.798000', '204641.800000', '204641.803000', '204641.805000', '204641.808000', '204641.811000', '204641.813000', '204641.816000', '204641.818000', '204641.821000', '204641.824000', '204641.826000', '204700.443000', '204700.446000', '204700.449000', '204700.452000', '204700.454000', '204700.457000', '204700.460000', '204700.463000', '204700.466000', '204700.469000', '204700.472000', '204700.475000', '204700.478000', '204700.481000', '204700.484000', '204700.486000', '204700.489000', '204700.492000', '204700.495000', '204700.497000', '204700.500000', '204700.503000', '204700.506000', '204700.508000', '204700.511000', '204700.514000', '204700.516000', '204700.519000', '204700.522000', '204700.524000', '204700.528000', '204700.530000', '204700.533000', '204700.536000', '204700.538000', '204700.541000', '204700.544000', '204700.546000', '204700.549000', '204700.553000', '204700.557000'], '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': [12795, 15979, 11335, 15149, 12744, 14995, 12997, 12162, 12180, 13790, 13557, 10932, 14473, 8240, 14162, 8917, 14680, 9495, 14587, 8188, 13861, 9331, 14982, 10590, 14675, 9639, 14039, 10707, 15147, 12008, 14583, 10932, 14315, 12331, 14563, 12223, 13255, 11201, 13676, 12518, 9487, 13498, 8920, 12791, 8114, 14780, 9638, 14833, 9849, 14686, 11987, 16036, 13065, 14180, 11783, 10872, 14157, 9054, 15441, 8332, 14592, 10040, 15788, 12293, 14508, 10463, 14122, 10931, 14677, 12451, 13557, 11460, 12281, 11401, 9569, 13142, 7910, 13217, 8748, 13166, 11883, 13647, 10459, 13022, 11314, 8751, 14141, 10076, 14351, 11364, 15442, 13855, 9570, 14124, 8289, 14291, 8927, 15390, 10087, 15504, 10530, 14247, 12990, 14232, 11683, 11657, 12063, 10263, 14499, 8479, 14167, 7930, 13852, 8709, 15016, 9740, 14589, 9747, 14570, 12277, 14315, 10762, 13277, 10251, 13958, 12273, 13014, 10904, 13588, 10810, 13666, 11698, 12793, 11101, 13057, 10638, 14495, 11714, 11056, 12221, 11220, 11024, 10732, 13021, 9884, 13967, 8883, 12443, 10126, 14121, 8367, 14609, 8870, 13859, 9204, 13872, 9335, 13645, 9816, 13912, 13105, 13187, 10512, 13244, 12417, 15381, 13013, 10636, 16648, 13723, 10835, 12400, 8699, 15557, 13110, 14002, 12324, 13056, 13480, 12945, 13624, 8409, 12786, 8405, 14692, 9269, 14260, 8319, 13318, 9741, 13833, 11375, 13334, 10370, 13532, 11214, 14695, 13080, 9534, 13326, 8428, 13850, 9314, 14485, 9235, 14542, 9115, 14353, 11042, 14081, 9796, 14056, 10187, 14161, 12579, 16463, 13682, 18507, 14105, 8807, 9619, 13091, 10468, 15207, 10127, 13842, 9333, 14906, 9197, 15433, 9893, 16086, 10629, 16225, 10891, 15329, 11797, 14321, 13483, 9278, 14485, 9020, 15521, 9641, 15378, 10786, 15199, 10365, 14523, 10845, 14623, 10718, 14982, 12023, 13790, 10617, 12509, 10807, 10937, 12464, 7775, 13017, 10176, 13893, 10828, 14229, 11436, 13997, 11192, 14135, 11983, 16242, 12323, 11452, 11687, 11642, 12961, 10395, 13687, 8010, 13908, 8004, 13970, 10309, 14026, 10955, 14199, 11068, 10639, 14135, 8932, 16706, 11632, 10639, 14584, 10202, 12280, 16201, 13776, 11208, 13854, 8340, 15629, 11025, 16339, 12465, 14478, 11097, 12504, 14350, 8732, 14039, 9163, 12966, 9335, 14291, 10936, 13552, 11205, 13702, 14746, 8866, 14355, 8723, 14944, 10013, 14941, 11286, 14309, 10925, 13807, 13574, 8812, 14183, 8279, 14789, 11363, 15410, 11981, 9013, 12971, 8461, 15472, 11807, 13673, 11337, 13313, 13018, 9477, 14324, 8793, 14270, 9942, 14293, 12823, 13628, 10545, 13323, 10671, 12006, 13447, 9289, 13645, 9688, 11852, 12221, 9025, 13816, 10806, 10720, 13477, 9451, 15515, 13353, 15893, 12113, 10875, 14783, 9020, 15435, 10139, 14483, 12906, 16733, 12616, 9739, 12610, 8630, 14355, 11491, 14091, 11468, 14939, 12804, 9801, 13340, 8960, 12789, 9824, 14752, 9140, 13258, 8284, 12830, 9400, 13585, 9758, 13769, 9332, 13088, 10609, 13798, 11672, 13467, 10512, 12875, 12528, 13134, 11401, 13247, 11084, 13622, 12225, 15988, 11884, 14047, 11085, 13872, 11896, 8890, 12833, 8604, 12800, 9459, 14580, 12308, 11305, 11925, 9773, 15875, 9379, 14747, 9457, 14346, 11641, 15179, 12382, 14390, 10802, 14058, 13242, 12731, 11470, 12637, 10960, 13518, 12509, 13609, 11638, 12066, 10553, 11259, 13094, 9155, 13290, 7954, 12367, 8542, 13241, 8884, 12985, 8997, 12955, 10165, 13182, 11629, 13152, 9853, 12902, 11406, 13122, 12225, 13234, 10901, 12410, 11458, 13274, 12374, 13642, 10761, 13556, 11338, 10281, 13107, 8882, 13216, 8230, 13297, 9820, 14661, 10949, 13616, 10842, 13689, 13059, 14325, 11549, 14129, 11094, 13827, 12386, 10246, 12511, 8690, 12377, 8699, 14221, 9145, 13624, 9490, 13073, 11126, 14185, 11089, 13319, 10446, 12828, 11765, 14161, 12207, 12835, 10705, 12376, 12377, 14965, 11591, 13473, 10812, 12256, 12749, 11384, 12658, 9189, 12483, 8828, 14185, 9580, 13925, 10421, 12947, 9461, 13503, 12615, 12134, 11253, 12826, 11182, 14433, 11714, 10939, 11428, 11386, 11307, 11268, 12592, 10223, 11810, 9616, 11681, 11773, 12814, 9263, 11984, 10043, 11549, 10221, 13376, 9042, 11900, 7909, 11575, 9576, 14002, 8252, 12617, 8020, 12524, 9414, 14725, 8645, 13230, 8771, 12950, 8846, 14440, 11022, 13678, 10317, 13304, 12914, 9799, 12147, 9774, 12511, 12050, 15885, 12359, 11538, 12273, 11719, 13941, 12020, 14474, 8608, 12498, 8514, 14668, 8886, 13260, 9138, 12537, 9131, 13685, 10190, 12950, 9913, 12689, 12498, 13406, 12059, 13657, 10879, 14223, 11823, 10222, 12465, 8326, 12271, 9290, 14525, 9300, 13663, 8328, 12425, 8579, 13211, 10671, 13056, 9584, 12792, 11268, 12845, 12059, 12655, 11093, 13292, 11431, 12742, 12244, 9166, 11451, 8193, 12558, 9522, 14681, 8559, 12458, 9828, 12896, 12012, 13274, 11749, 13089, 11436, 15362, 12243, 9745, 12332, 8315, 12812, 8910, 14623, 10068, 13771, 10201, 13198, 12160, 13737, 12534, 13780, 10941, 9934, 11597, 9066, 13313, 9842, 11865, 10362, 14065, 11539, 10328, 12698, 8108, 12639, 8756, 14387, 9627, 14345, 10807, 15656, 9451, 15860, 14885, 15174, 12150, 7775, 12705, 8027, 14713, 8812, 16474, 11985, 17456, 15033, 16720, 13780, 17716, 14341, 16211, 15773, 12704, 16829, 9230, 15961, 8317, 16593, 9062, 17609, 9760, 15939, 10700, 15529, 12412, 15658, 14116, 15235, 13416, 9387, 13879, 8301, 16538, 8507, 15702, 11679, 8498, 15652, 9948, 15723, 11719, 8641, 15320, 13076, 10486, 17889, 15777, 10595, 17155, 12679, 16483, 16955, 11560, 18345, 12484, 16843, 14243, 15809, 15887, 9157, 15646, 8913, 17640, 10886, 17161, 9457, 15716, 11518, 16322, 13909, 15360, 11972, 14534, 13190, 11117, 15071, 8679, 14048, 8543, 16957, 12140, 16530, 11986, 16091, 12260, 10962, 15787, 8575, 15983, 12749, 17025, 15485, 10076, 15553, 9365, 16528, 10239, 17794, 12073, 16452, 12765, 16580, 15604, 12461, 20686, 15441, 10893, 10207, 7906, 14378, 8251, 16653, 11828, 17687, 14571, 17698, 14895, 17492, 14603, 18130, 15047, 16089, 12186, 15521, 10544, 16086, 10237, 16811, 9380, 17583, 12373, 10804, 14690, 9536, 15768, 11121, 10060, 14438, 9235, 16800, 10029, 16710, 9401, 15818, 12190, 16084, 14058, 8820, 14736, 9385, 16013, 11792, 17934, 14705, 8971, 14829, 8790, 16672, 14512, 16703, 14303, 11060, 14737, 10082, 16891, 10487, 17463, 9678, 16448, 12449, 16376, 15298, 9201, 15413, 8941, 16100, 13129, 13384, 14872, 8424, 16664, 12295, 14930, 15927, 8487, 16383, 11065, 16586, 14773, 10011, 15628, 8900, 16423, 12447, 15377, 15019, 8276, 15699, 10724, 16043, 15181, 9778, 16386, 8421, 16521, 10259, 17611, 14741, 15738, 11655, 14957, 12116, 15021, 13897, 9337, 13684, 9042, 14071, 8917, 16282, 9153, 15327, 10433, 14860, 12584, 9180, 14728, 8149, 15490, 10051, 16986, 13767, 15970, 12596, 15949, 11507, 9499, 14955, 9646, 18041, 13585, 17801, 13873, 8583, 15754, 9471, 17909, 15508, 16828, 13835, 17854, 14326, 17498, 16429, 15887, 13296, 14494, 12825, 14458, 14433, 9339, 14081, 9044, 14565, 10987, 8346, 15178, 11789, 18881, 15879, 10333, 15647, 11081, 17297, 12500, 16740, 8641, 14868, 8539, 17206, 10353, 15617, 8829, 13463, 9395, 10600, 12944, 8043, 15184, 10330, 17056, 14885, 17748, 14460, 16774, 13901, 16529, 14439, 16239, 13355, 15046, 12813, 15054, 13093, 16434, 13543, 14574, 11773, 14774, 12411, 14457, 13390, 9241, 12515, 8397, 14181, 8926, 16080, 8843, 15966, 10564, 16830, 13461, 17237, 13789, 15723, 12189, 15238, 12974, 16735, 13862, 13100, 12855, 11058, 15138, 9519, 15501, 8103, 15624, 12156, 11149, 13651, 8516, 15585, 12155, 11247, 18109, 10337, 17724, 12211, 17627, 16159, 16884, 13818, 15599, 13181, 14020, 16479, 9461, 15071, 8253, 14829, 8604, 17327, 9291, 16300, 11079, 15397, 12921, 8734, 14561, 9403, 15307, 12970, 10402, 16943, 9296, 17360, 11736, 17459, 15494, 9966, 14203, 8574, 16580, 14564, 9453, 14993, 8507, 16549, 14506, 10107, 17178, 11341, 13814, 14949, 9830, 18412, 13350, 9190, 14919, 9646, 19000, 15168, 8461, 15699, 8926, 16974, 14801, 9365, 15170, 8864, 16334, 14552, 9861, 15989, 8888, 16214, 13199, 11416, 15547, 9147, 15793, 12763, 10788, 16681, 9904, 15990, 13161, 9050, 17817, 13076, 13755, 13594, 8821, 17746, 12825, 13213, 12841, 8992, 15946, 15720, 13818, 19503, 16484, 14931, 16657, 10365, 13880, 10732, 9371, 16281, 10374, 9432, 15298, 13241, 21032, 16315, 11571, 20169, 16204, 17699, 17684, 12689, 16544, 8669, 15622, 9951, 16412, 12191, 16071, 13624, 16738, 13868, 11713, 13018, 11631, 13520, 11787, 15691, 9066, 14085, 8147, 13285, 8199, 14879, 9072, 15404, 10672, 12440, 12496, 8977, 15785, 12948, 12651, 14199, 9491, 17652, 15002, 10633, 18472, 16508, 13858, 17055, 9424, 16979, 9521, 18024, 11512, 17982, 9638, 16976, 9737, 17288, 11707, 18634, 12317, 16359, 12070, 15521, 13410, 9857, 16052, 8548, 16350, 10329, 16394, 14770, 10919, 15072, 9608, 15881, 10563, 16574, 10683, 17398, 8753, 16087, 8725, 16526, 9400, 17931, 10775, 16840, 9769, 16287, 10108, 17210, 15034, 18489, 11626, 15937, 11224, 17817, 12882, 17363, 14581, 9758, 16042, 8540, 16089, 10832, 16898, 13512, 10205, 14712, 9431, 17594, 11581, 17716, 11470, 16950, 13289, 16155, 15493, 8854, 15987, 9275, 16052, 12530], 'WindowCenter': [4683.0, 4674.0, 4630.0, 4659.0, 4637.0, 4634.0, 4624.0, 4610.0, 4611.0, 4621.0, 4621.0, 4591.0, 4621.0, 4558.0, 4619.0, 4569.0, 4621.0, 4580.0, 4620.0, 4547.0, 4607.0, 4579.0, 4619.0, 4590.0, 4607.0, 4568.0, 4607.0, 4589.0, 4618.0, 4599.0, 4606.0, 4578.0, 4618.0, 4600.0, 4618.0, 4599.0, 4596.0, 4589.0, 4609.0, 4600.0, 4579.0, 4609.0, 4556.0, 4598.0, 4560.0, 4620.0, 4581.0, 4620.0, 4580.0, 4619.0, 4602.0, 4630.0, 4611.0, 4607.0, 4599.0, 4590.0, 4620.0, 4568.0, 4619.0, 4547.0, 4607.0, 4579.0, 4619.0, 4598.0, 4607.0, 4577.0, 4605.0, 4588.0, 4617.0, 4599.0, 4595.0, 4587.0, 4595.0, 4600.0, 4577.0, 4608.0, 4547.0, 4607.0, 4569.0, 4620.0, 4613.0, 4621.0, 4592.0, 4621.0, 4614.0, 4584.0, 4635.0, 4594.0, 4633.0, 4615.0, 4644.0, 4637.0, 4583.0, 4623.0, 4560.0, 4633.0, 4572.0, 4633.0, 4579.0, 4607.0, 4578.0, 4618.0, 4610.0, 4607.0, 4587.0, 4585.0, 4599.0, 4578.0, 4620.0, 4545.0, 4609.0, 4546.0, 4607.0, 4558.0, 4619.0, 4567.0, 4605.0, 4566.0, 4607.0, 4599.0, 4607.0, 4577.0, 4593.0, 4575.0, 4607.0, 4599.0, 4596.0, 4577.0, 4595.0, 4589.0, 4617.0, 4600.0, 4596.0, 4588.0, 4595.0, 4589.0, 4618.0, 4601.0, 4589.0, 4600.0, 4588.0, 4589.0, 4601.0, 4622.0, 4592.0, 4620.0, 4569.0, 4612.0, 4590.0, 4622.0, 4559.0, 4620.0, 4570.0, 4623.0, 4581.0, 4621.0, 4580.0, 4620.0, 4591.0, 4620.0, 4625.0, 4625.0, 4605.0, 4611.0, 4612.0, 4631.0, 4623.0, 4603.0, 4645.0, 4623.0, 4591.0, 4610.0, 4584.0, 4633.0, 4624.0, 4608.0, 4601.0, 4611.0, 4622.0, 4610.0, 4609.0, 4546.0, 4596.0, 4547.0, 4608.0, 4568.0, 4607.0, 4545.0, 4593.0, 4566.0, 4606.0, 4600.0, 4596.0, 4577.0, 4595.0, 4590.0, 4618.0, 4612.0, 4567.0, 4608.0, 4559.0, 4622.0, 4570.0, 4620.0, 4567.0, 4607.0, 4567.0, 4618.0, 4589.0, 4608.0, 4567.0, 4606.0, 4589.0, 4619.0, 4609.0, 4616.0, 4609.0, 4630.0, 4609.0, 4568.0, 4581.0, 4609.0, 4589.0, 4616.0, 4578.0, 4608.0, 4582.0, 4620.0, 4581.0, 4620.0, 4579.0, 4618.0, 4564.0, 4604.0, 4562.0, 4581.0, 4561.0, 4579.0, 4582.0, 4529.0, 4580.0, 4528.0, 4577.0, 4525.0, 4577.0, 4547.0, 4576.0, 4536.0, 4565.0, 4545.0, 4578.0, 4561.0, 4587.0, 4570.0, 4567.0, 4549.0, 4568.0, 4572.0, 4562.0, 4584.0, 4523.0, 4583.0, 4575.0, 4607.0, 4589.0, 4608.0, 4600.0, 4606.0, 4587.0, 4608.0, 4598.0, 4629.0, 4600.0, 4586.0, 4588.0, 4588.0, 4610.0, 4578.0, 4610.0, 4548.0, 4609.0, 4547.0, 4621.0, 4592.0, 4622.0, 4592.0, 4619.0, 4602.0, 4605.0, 4635.0, 4585.0, 4657.0, 4616.0, 4604.0, 4633.0, 4605.0, 4638.0, 4670.0, 4649.0, 4617.0, 4635.0, 4576.0, 4659.0, 4618.0, 4646.0, 4613.0, 4621.0, 4602.0, 4625.0, 4634.0, 4572.0, 4621.0, 4570.0, 4624.0, 4595.0, 4633.0, 4602.0, 4621.0, 4614.0, 4636.0, 4637.0, 4572.0, 4622.0, 4560.0, 4634.0, 4593.0, 4621.0, 4590.0, 4608.0, 4592.0, 4621.0, 4623.0, 4559.0, 4609.0, 4548.0, 4632.0, 4601.0, 4620.0, 4599.0, 4555.0, 4608.0, 4559.0, 4631.0, 4598.0, 4607.0, 4588.0, 4620.0, 4610.0, 4569.0, 4609.0, 4557.0, 4607.0, 4578.0, 4607.0, 4611.0, 4596.0, 4577.0, 4594.0, 4579.0, 4599.0, 4611.0, 4570.0, 4620.0, 4582.0, 4614.0, 4624.0, 4585.0, 4634.0, 4604.0, 4603.0, 4636.0, 4608.0, 4647.0, 4626.0, 4633.0, 4613.0, 4605.0, 4635.0, 4572.0, 4633.0, 4581.0, 4623.0, 4613.0, 4633.0, 4611.0, 4569.0, 4612.0, 4572.0, 4624.0, 4603.0, 4620.0, 4602.0, 4633.0, 4611.0, 4581.0, 4611.0, 4558.0, 4611.0, 4580.0, 4622.0, 4568.0, 4597.0, 4546.0, 4598.0, 4570.0, 4610.0, 4567.0, 4606.0, 4568.0, 4610.0, 4592.0, 4621.0, 4600.0, 4608.0, 4589.0, 4611.0, 4612.0, 4610.0, 4601.0, 4609.0, 4600.0, 4621.0, 4614.0, 4633.0, 4601.0, 4608.0, 4589.0, 4610.0, 4600.0, 4571.0, 4611.0, 4558.0, 4613.0, 4595.0, 4634.0, 4627.0, 4615.0, 4626.0, 4594.0, 4646.0, 4596.0, 4633.0, 4582.0, 4634.0, 4604.0, 4632.0, 4612.0, 4609.0, 4590.0, 4621.0, 4611.0, 4586.0, 4590.0, 4599.0, 4578.0, 4594.0, 4586.0, 4583.0, 4574.0, 4571.0, 4564.0, 4574.0, 4597.0, 4555.0, 4595.0, 4534.0, 4585.0, 4557.0, 4597.0, 4557.0, 4596.0, 4557.0, 4595.0, 4578.0, 4608.0, 4600.0, 4596.0, 4567.0, 4597.0, 4600.0, 4598.0, 4601.0, 4598.0, 4577.0, 4595.0, 4602.0, 4609.0, 4623.0, 4609.0, 4590.0, 4608.0, 4590.0, 4578.0, 4611.0, 4568.0, 4609.0, 4559.0, 4623.0, 4592.0, 4622.0, 4590.0, 4609.0, 4590.0, 4620.0, 4612.0, 4618.0, 4590.0, 4605.0, 4589.0, 4620.0, 4600.0, 4578.0, 4599.0, 4556.0, 4612.0, 4570.0, 4622.0, 4568.0, 4610.0, 4569.0, 4611.0, 4602.0, 4622.0, 4590.0, 4607.0, 4590.0, 4610.0, 4600.0, 4621.0, 4601.0, 4598.0, 4578.0, 4610.0, 4612.0, 4620.0, 4601.0, 4607.0, 4591.0, 4612.0, 4612.0, 4601.0, 4611.0, 4581.0, 4613.0, 4596.0, 4622.0, 4582.0, 4610.0, 4577.0, 4595.0, 4580.0, 4609.0, 4613.0, 4588.0, 4589.0, 4597.0, 4591.0, 4619.0, 4601.0, 4578.0, 4589.0, 4587.0, 4591.0, 4589.0, 4612.0, 4577.0, 4588.0, 4566.0, 4599.0, 4598.0, 4610.0, 4566.0, 4588.0, 4566.0, 4588.0, 4578.0, 4620.0, 4568.0, 4600.0, 4548.0, 4602.0, 4582.0, 4624.0, 4561.0, 4611.0, 4549.0, 4612.0, 4582.0, 4634.0, 4561.0, 4611.0, 4559.0, 4600.0, 4573.0, 4621.0, 4589.0, 4609.0, 4579.0, 4620.0, 4612.0, 4592.0, 4612.0, 4591.0, 4622.0, 4625.0, 4645.0, 4624.0, 4602.0, 4613.0, 4614.0, 4623.0, 4612.0, 4621.0, 4547.0, 4599.0, 4558.0, 4609.0, 4557.0, 4595.0, 4554.0, 4597.0, 4567.0, 4608.0, 4566.0, 4585.0, 4564.0, 4597.0, 4597.0, 4607.0, 4597.0, 4595.0, 4577.0, 4619.0, 4599.0, 4577.0, 4599.0, 4547.0, 4598.0, 4569.0, 4618.0, 4570.0, 4610.0, 4547.0, 4598.0, 4559.0, 4610.0, 4592.0, 4596.0, 4567.0, 4598.0, 4601.0, 4610.0, 4612.0, 4598.0, 4590.0, 4608.0, 4613.0, 4611.0, 4613.0, 4569.0, 4590.0, 4559.0, 4611.0, 4579.0, 4623.0, 4559.0, 4599.0, 4578.0, 4610.0, 4611.0, 4609.0, 4602.0, 4609.0, 4603.0, 4629.0, 4600.0, 4569.0, 4599.0, 4547.0, 4611.0, 4570.0, 4621.0, 4567.0, 4597.0, 4567.0, 4597.0, 4599.0, 4594.0, 4599.0, 4594.0, 4576.0, 4577.0, 4589.0, 4557.0, 4609.0, 4578.0, 4588.0, 4591.0, 4633.0, 4602.0, 4593.0, 4613.0, 4550.0, 4612.0, 4573.0, 4624.0, 4582.0, 4610.0, 4583.0, 4608.0, 4546.0, 4594.0, 4595.0, 4596.0, 4599.0, 4537.0, 4585.0, 4534.0, 4607.0, 4558.0, 4619.0, 4589.0, 4643.0, 4623.0, 4620.0, 4598.0, 4615.0, 4595.0, 4605.0, 4594.0, 4571.0, 4591.0, 4518.0, 4577.0, 4507.0, 4588.0, 4528.0, 4588.0, 4527.0, 4574.0, 4537.0, 4589.0, 4558.0, 4587.0, 4582.0, 4591.0, 4582.0, 4540.0, 4581.0, 4533.0, 4604.0, 4534.0, 4603.0, 4587.0, 4561.0, 4631.0, 4595.0, 4632.0, 4602.0, 4562.0, 4632.0, 4623.0, 4605.0, 4667.0, 4648.0, 4605.0, 4646.0, 4614.0, 4645.0, 4646.0, 4615.0, 4644.0, 4601.0, 4632.0, 4623.0, 4622.0, 4621.0, 4556.0, 4608.0, 4560.0, 4629.0, 4591.0, 4617.0, 4556.0, 4618.0, 4591.0, 4629.0, 4625.0, 4632.0, 4613.0, 4622.0, 4610.0, 4602.0, 4623.0, 4572.0, 4624.0, 4575.0, 4644.0, 4613.0, 4631.0, 4629.0, 4672.0, 4615.0, 4606.0, 4646.0, 4574.0, 4632.0, 4614.0, 4633.0, 4634.0, 4581.0, 4621.0, 4570.0, 4634.0, 4581.0, 4631.0, 4589.0, 4631.0, 4622.0, 4629.0, 4628.0, 4596.0, 4650.0, 4633.0, 4587.0, 4590.0, 4547.0, 4619.0, 4563.0, 4631.0, 4589.0, 4617.0, 4610.0, 4618.0, 4608.0, 4605.0, 4595.0, 4593.0, 4569.0, 4566.0, 4535.0, 4553.0, 4527.0, 4565.0, 4526.0, 4575.0, 4516.0, 4576.0, 4556.0, 4561.0, 4580.0, 4540.0, 4591.0, 4562.0, 4550.0, 4593.0, 4544.0, 4614.0, 4556.0, 4604.0, 4555.0, 4605.0, 4586.0, 4631.0, 4622.0, 4559.0, 4608.0, 4555.0, 4630.0, 4602.0, 4642.0, 4622.0, 4572.0, 4622.0, 4573.0, 4646.0, 4636.0, 4644.0, 4624.0, 4591.0, 4621.0, 4582.0, 4635.0, 4592.0, 4632.0, 4569.0, 4620.0, 4598.0, 4630.0, 4622.0, 4569.0, 4619.0, 4558.0, 4632.0, 4612.0, 4612.0, 4620.0, 4560.0, 4631.0, 4603.0, 4622.0, 4635.0, 4562.0, 4631.0, 4592.0, 4633.0, 4623.0, 4582.0, 4621.0, 4558.0, 4630.0, 4612.0, 4622.0, 4622.0, 4550.0, 4620.0, 4589.0, 4618.0, 4633.0, 4581.0, 4631.0, 4548.0, 4629.0, 4580.0, 4629.0, 4611.0, 4617.0, 4588.0, 4604.0, 4599.0, 4618.0, 4610.0, 4555.0, 4596.0, 4558.0, 4619.0, 4572.0, 4629.0, 4569.0, 4617.0, 4590.0, 4635.0, 4614.0, 4584.0, 4633.0, 4561.0, 4644.0, 4608.0, 4646.0, 4625.0, 4634.0, 4617.0, 4554.0, 4551.0, 4569.0, 4631.0, 4583.0, 4653.0, 4637.0, 4657.0, 4635.0, 4584.0, 4633.0, 4592.0, 4642.0, 4636.0, 4633.0, 4624.0, 4632.0, 4623.0, 4633.0, 4632.0, 4606.0, 4597.0, 4594.0, 4598.0, 4608.0, 4607.0, 4556.0, 4608.0, 4558.0, 4619.0, 4589.0, 4560.0, 4631.0, 4613.0, 4654.0, 4633.0, 4580.0, 4619.0, 4591.0, 4633.0, 4600.0, 4622.0, 4545.0, 4594.0, 4544.0, 4616.0, 4567.0, 4606.0, 4545.0, 4595.0, 4569.0, 4602.0, 4624.0, 4565.0, 4633.0, 4606.0, 4658.0, 4648.0, 4646.0, 4625.0, 4621.0, 4611.0, 4621.0, 4610.0, 4608.0, 4597.0, 4594.0, 4586.0, 4607.0, 4596.0, 4604.0, 4595.0, 4591.0, 4574.0, 4589.0, 4573.0, 4605.0, 4598.0, 4542.0, 4583.0, 4545.0, 4609.0, 4556.0, 4617.0, 4556.0, 4615.0, 4577.0, 4616.0, 4608.0, 4626.0, 4607.0, 4606.0, 4587.0, 4619.0, 4610.0, 4618.0, 4609.0, 4594.0, 4599.0, 4588.0, 4619.0, 4566.0, 4618.0, 4548.0, 4630.0, 4610.0, 4602.0, 4634.0, 4574.0, 4644.0, 4626.0, 4615.0, 4668.0, 4605.0, 4644.0, 4615.0, 4646.0, 4635.0, 4632.0, 4611.0, 4606.0, 4598.0, 4609.0, 4619.0, 4554.0, 4604.0, 4533.0, 4606.0, 4546.0, 4626.0, 4555.0, 4604.0, 4574.0, 4619.0, 4609.0, 4559.0, 4608.0, 4568.0, 4620.0, 4622.0, 4590.0, 4630.0, 4570.0, 4628.0, 4604.0, 4631.0, 4623.0, 4567.0, 4606.0, 4557.0, 4629.0, 4619.0, 4567.0, 4607.0, 4558.0, 4630.0, 4620.0, 4591.0, 4630.0, 4588.0, 4610.0, 4620.0, 4581.0, 4640.0, 4608.0, 4557.0, 4608.0, 4569.0, 4639.0, 4610.0, 4547.0, 4605.0, 4568.0, 4626.0, 4620.0, 4555.0, 4605.0, 4556.0, 4629.0, 4619.0, 4567.0, 4616.0, 4556.0, 4629.0, 4609.0, 4600.0, 4618.0, 4558.0, 4617.0, 4609.0, 4589.0, 4632.0, 4580.0, 4619.0, 4611.0, 4571.0, 4642.0, 4612.0, 4609.0, 4622.0, 4570.0, 4641.0, 4613.0, 4610.0, 4599.0, 4583.0, 4643.0, 4647.0, 4622.0, 4664.0, 4658.0, 4646.0, 4656.0, 4596.0, 4620.0, 4580.0, 4560.0, 4632.0, 4598.0, 4598.0, 4635.0, 4614.0, 4641.0, 4620.0, 4566.0, 4616.0, 4595.0, 4593.0, 4595.0, 4561.0, 4580.0, 4509.0, 4565.0, 4516.0, 4562.0, 4544.0, 4563.0, 4566.0, 4576.0, 4569.0, 4557.0, 4569.0, 4545.0, 4568.0, 4558.0, 4591.0, 4529.0, 4581.0, 4510.0, 4583.0, 4534.0, 4607.0, 4547.0, 4606.0, 4579.0, 4599.0, 4611.0, 4586.0, 4644.0, 4625.0, 4613.0, 4623.0, 4586.0, 4644.0, 4634.0, 4594.0, 4657.0, 4649.0, 4625.0, 4634.0, 4570.0, 4631.0, 4568.0, 4634.0, 4590.0, 4630.0, 4557.0, 4604.0, 4556.0, 4615.0, 4576.0, 4626.0, 4600.0, 4605.0, 4588.0, 4603.0, 4636.0, 4581.0, 4631.0, 4572.0, 4632.0, 4592.0, 4643.0, 4634.0, 4590.0, 4621.0, 4571.0, 4630.0, 4589.0, 4631.0, 4581.0, 4631.0, 4558.0, 4618.0, 4548.0, 4617.0, 4567.0, 4629.0, 4578.0, 4616.0, 4568.0, 4617.0, 4594.0, 4630.0, 4633.0, 4640.0, 4590.0, 4618.0, 4588.0, 4629.0, 4601.0, 4630.0, 4621.0, 4580.0, 4643.0, 4572.0, 4630.0, 4604.0, 4641.0, 4622.0, 4581.0, 4621.0, 4582.0, 4644.0, 4604.0, 4642.0, 4604.0, 4632.0, 4622.0, 4620.0, 4621.0, 4559.0, 4619.0, 4569.0, 4620.0, 4611.0], 'WindowWidth': [10260.0, 10226.0, 10159.0, 10195.0, 10162.0, 10153.0, 10137.0, 10110.0, 10113.0, 10128.0, 10128.0, 10086.0, 10127.0, 10036.0, 10120.0, 10054.0, 10127.0, 10068.0, 10124.0, 10020.0, 10101.0, 10067.0, 10123.0, 10085.0, 10103.0, 10049.0, 10099.0, 10079.0, 10119.0, 10095.0, 10097.0, 10063.0, 10116.0, 10096.0, 10118.0, 10092.0, 10084.0, 10079.0, 10106.0, 10095.0, 10066.0, 10108.0, 10030.0, 10089.0, 10042.0, 10127.0, 10071.0, 10123.0, 10068.0, 10122.0, 10102.0, 10139.0, 10113.0, 10101.0, 10093.0, 10083.0, 10124.0, 10050.0, 10123.0, 10019.0, 10102.0, 10066.0, 10121.0, 10095.0, 10100.0, 10059.0, 10093.0, 10078.0, 10115.0, 10094.0, 10082.0, 10073.0, 10080.0, 10096.0, 10061.0, 10105.0, 10020.0, 10100.0, 10054.0, 10124.0, 10121.0, 10126.0, 10090.0, 10128.0, 10124.0, 10083.0, 10156.0, 10097.0, 10146.0, 10126.0, 10165.0, 10159.0, 10079.0, 10133.0, 10041.0, 10149.0, 10061.0, 10150.0, 10065.0, 10103.0, 10062.0, 10118.0, 10110.0, 10102.0, 10075.0, 10067.0, 10093.0, 10064.0, 10126.0, 10015.0, 10107.0, 10017.0, 10103.0, 10036.0, 10121.0, 10046.0, 10096.0, 10044.0, 10101.0, 10095.0, 10100.0, 10060.0, 10074.0, 10057.0, 10101.0, 10096.0, 10082.0, 10062.0, 10080.0, 10081.0, 10117.0, 10100.0, 10085.0, 10078.0, 10082.0, 10079.0, 10118.0, 10102.0, 10078.0, 10097.0, 10075.0, 10082.0, 10099.0, 10131.0, 10088.0, 10128.0, 10053.0, 10116.0, 10082.0, 10133.0, 10040.0, 10125.0, 10056.0, 10134.0, 10073.0, 10129.0, 10070.0, 10122.0, 10087.0, 10125.0, 10140.0, 10139.0, 10113.0, 10112.0, 10116.0, 10139.0, 10132.0, 10106.0, 10170.0, 10136.0, 10086.0, 10111.0, 10083.0, 10147.0, 10137.0, 10106.0, 10097.0, 10114.0, 10131.0, 10110.0, 10107.0, 10014.0, 10083.0, 10018.0, 10104.0, 10048.0, 10101.0, 10010.0, 10075.0, 10045.0, 10100.0, 10098.0, 10084.0, 10060.0, 10081.0, 10083.0, 10118.0, 10116.0, 10046.0, 10103.0, 10039.0, 10129.0, 10053.0, 10126.0, 10046.0, 10100.0, 10048.0, 10119.0, 10081.0, 10102.0, 10045.0, 10099.0, 10082.0, 10122.0, 10110.0, 10113.0, 10106.0, 10142.0, 10109.0, 10051.0, 10075.0, 10109.0, 10082.0, 10112.0, 10061.0, 10103.0, 10073.0, 10122.0, 10070.0, 10125.0, 10064.0, 10118.0, 10037.0, 10092.0, 10029.0, 10053.0, 10025.0, 10052.0, 10056.0, 9980.0, 10049.0, 9973.0, 10042.0, 9966.0, 10044.0, 10000.0, 10040.0, 9984.0, 10020.0, 9995.0, 10044.0, 10027.0, 10057.0, 10037.0, 10026.0, 10006.0, 10031.0, 10044.0, 10029.0, 10063.0, 9978.0, 10062.0, 10052.0, 10100.0, 10080.0, 10104.0, 10095.0, 10097.0, 10072.0, 10102.0, 10090.0, 10133.0, 10094.0, 10068.0, 10075.0, 10074.0, 10109.0, 10062.0, 10109.0, 10021.0, 10105.0, 10019.0, 10125.0, 10088.0, 10127.0, 10087.0, 10122.0, 10103.0, 10110.0, 10154.0, 10085.0, 10187.0, 10128.0, 10107.0, 10147.0, 10111.0, 10162.0, 10212.0, 10184.0, 10131.0, 10154.0, 10074.0, 10194.0, 10135.0, 10172.0, 10120.0, 10125.0, 10101.0, 10137.0, 10149.0, 10061.0, 10125.0, 10054.0, 10135.0, 10098.0, 10147.0, 10104.0, 10128.0, 10123.0, 10154.0, 10160.0, 10061.0, 10128.0, 10040.0, 10148.0, 10090.0, 10127.0, 10083.0, 10102.0, 10087.0, 10126.0, 10133.0, 10037.0, 10105.0, 10021.0, 10142.0, 10099.0, 10125.0, 10092.0, 10028.0, 10103.0, 10039.0, 10140.0, 10092.0, 10100.0, 10077.0, 10124.0, 10108.0, 10053.0, 10108.0, 10031.0, 10099.0, 10061.0, 10100.0, 10111.0, 10083.0, 10060.0, 10076.0, 10063.0, 10092.0, 10112.0, 10054.0, 10122.0, 10074.0, 10120.0, 10136.0, 10083.0, 10148.0, 10109.0, 10104.0, 10154.0, 10119.0, 10173.0, 10142.0, 10148.0, 10118.0, 10112.0, 10154.0, 10061.0, 10146.0, 10070.0, 10132.0, 10120.0, 10147.0, 10113.0, 10050.0, 10113.0, 10059.0, 10136.0, 10104.0, 10123.0, 10100.0, 10146.0, 10113.0, 10068.0, 10110.0, 10033.0, 10109.0, 10067.0, 10130.0, 10048.0, 10088.0, 10014.0, 10091.0, 10055.0, 10109.0, 10048.0, 10099.0, 10048.0, 10111.0, 10089.0, 10127.0, 10097.0, 10100.0, 10079.0, 10112.0, 10117.0, 10109.0, 10099.0, 10103.0, 10096.0, 10129.0, 10122.0, 10147.0, 10099.0, 10103.0, 10079.0, 10107.0, 10096.0, 10054.0, 10112.0, 10037.0, 10119.0, 10098.0, 10151.0, 10147.0, 10125.0, 10143.0, 10095.0, 10172.0, 10100.0, 10148.0, 10075.0, 10148.0, 10108.0, 10147.0, 10116.0, 10104.0, 10083.0, 10126.0, 10114.0, 10071.0, 10084.0, 10094.0, 10062.0, 10076.0, 10070.0, 10059.0, 10049.0, 10039.0, 10034.0, 10051.0, 10087.0, 10024.0, 10081.0, 9994.0, 10067.0, 10031.0, 10087.0, 10032.0, 10084.0, 10031.0, 10080.0, 10063.0, 10103.0, 10097.0, 10084.0, 10047.0, 10086.0, 10096.0, 10090.0, 10098.0, 10087.0, 10061.0, 10080.0, 10101.0, 10106.0, 10135.0, 10105.0, 10080.0, 10102.0, 10083.0, 10063.0, 10113.0, 10048.0, 10106.0, 10038.0, 10134.0, 10088.0, 10131.0, 10082.0, 10104.0, 10081.0, 10123.0, 10115.0, 10117.0, 10082.0, 10095.0, 10080.0, 10122.0, 10097.0, 10061.0, 10093.0, 10029.0, 10115.0, 10055.0, 10131.0, 10051.0, 10108.0, 10050.0, 10114.0, 10101.0, 10129.0, 10083.0, 10102.0, 10082.0, 10110.0, 10098.0, 10127.0, 10099.0, 10089.0, 10063.0, 10110.0, 10115.0, 10122.0, 10100.0, 10102.0, 10086.0, 10115.0, 10117.0, 10098.0, 10111.0, 10072.0, 10120.0, 10102.0, 10131.0, 10075.0, 10111.0, 10057.0, 10080.0, 10068.0, 10106.0, 10120.0, 10075.0, 10079.0, 10084.0, 10084.0, 10119.0, 10101.0, 10060.0, 10077.0, 10070.0, 10086.0, 10079.0, 10115.0, 10056.0, 10075.0, 10039.0, 10093.0, 10088.0, 10111.0, 10042.0, 10076.0, 10041.0, 10077.0, 10061.0, 10126.0, 10048.0, 10094.0, 10022.0, 10104.0, 10074.0, 10136.0, 10044.0, 10113.0, 10025.0, 10116.0, 10073.0, 10152.0, 10043.0, 10113.0, 10036.0, 10094.0, 10061.0, 10127.0, 10079.0, 10105.0, 10064.0, 10125.0, 10116.0, 10089.0, 10115.0, 10086.0, 10130.0, 10140.0, 10168.0, 10138.0, 10102.0, 10119.0, 10120.0, 10135.0, 10115.0, 10128.0, 10017.0, 10093.0, 10035.0, 10109.0, 10030.0, 10082.0, 10020.0, 10085.0, 10045.0, 10102.0, 10043.0, 10065.0, 10036.0, 10084.0, 10088.0, 10100.0, 10086.0, 10080.0, 10060.0, 10119.0, 10093.0, 10060.0, 10091.0, 10017.0, 10089.0, 10052.0, 10119.0, 10053.0, 10108.0, 10015.0, 10087.0, 10038.0, 10108.0, 10085.0, 10085.0, 10045.0, 10088.0, 10098.0, 10107.0, 10115.0, 10090.0, 10082.0, 10101.0, 10120.0, 10112.0, 10119.0, 10049.0, 10079.0, 10035.0, 10111.0, 10063.0, 10133.0, 10037.0, 10092.0, 10060.0, 10109.0, 10113.0, 10106.0, 10101.0, 10106.0, 10104.0, 10134.0, 10098.0, 10049.0, 10091.0, 10016.0, 10110.0, 10054.0, 10128.0, 10047.0, 10086.0, 10043.0, 10085.0, 10090.0, 10080.0, 10092.0, 10075.0, 10054.0, 10059.0, 10079.0, 10032.0, 10108.0, 10062.0, 10075.0, 10084.0, 10146.0, 10102.0, 10089.0, 10118.0, 10026.0, 10116.0, 10063.0, 10136.0, 10072.0, 10108.0, 10071.0, 10096.0, 10005.0, 10070.0, 10073.0, 10079.0, 10092.0, 10003.0, 10063.0, 9994.0, 10095.0, 10031.0, 10116.0, 10075.0, 10157.0, 10128.0, 10121.0, 10087.0, 10104.0, 10074.0, 10090.0, 10074.0, 10036.0, 10067.0, 9958.0, 10040.0, 9941.0, 10057.0, 9975.0, 10056.0, 9969.0, 10030.0, 9983.0, 10059.0, 10015.0, 10052.0, 10053.0, 10062.0, 10052.0, 9994.0, 10051.0, 9989.0, 10086.0, 9991.0, 10085.0, 10068.0, 10042.0, 10138.0, 10096.0, 10139.0, 10100.0, 10043.0, 10139.0, 10130.0, 10108.0, 10199.0, 10173.0, 10110.0, 10164.0, 10120.0, 10165.0, 10166.0, 10122.0, 10161.0, 10095.0, 10138.0, 10130.0, 10125.0, 10122.0, 10024.0, 10097.0, 10036.0, 10130.0, 10079.0, 10110.0, 10026.0, 10111.0, 10081.0, 10128.0, 10135.0, 10139.0, 10116.0, 10127.0, 10107.0, 10098.0, 10127.0, 10057.0, 10131.0, 10066.0, 10157.0, 10113.0, 10136.0, 10150.0, 10215.0, 10120.0, 10111.0, 10166.0, 10064.0, 10140.0, 10116.0, 10144.0, 10145.0, 10066.0, 10122.0, 10050.0, 10146.0, 10066.0, 10140.0, 10076.0, 10138.0, 10135.0, 10140.0, 10137.0, 10089.0, 10178.0, 10157.0, 10080.0, 10088.0, 10026.0, 10124.0, 10047.0, 10133.0, 10076.0, 10110.0, 10105.0, 10113.0, 10097.0, 10088.0, 10075.0, 10070.0, 10030.0, 10019.0, 9976.0, 9995.0, 9966.0, 10018.0, 9968.0, 10031.0, 9952.0, 10032.0, 10009.0, 10024.0, 10047.0, 9994.0, 10063.0, 10027.0, 10008.0, 10069.0, 10004.0, 10102.0, 10022.0, 10088.0, 10024.0, 10089.0, 10067.0, 10136.0, 10125.0, 10031.0, 10097.0, 10023.0, 10132.0, 10097.0, 10153.0, 10126.0, 10056.0, 10123.0, 10061.0, 10165.0, 10151.0, 10159.0, 10130.0, 10080.0, 10122.0, 10069.0, 10148.0, 10082.0, 10142.0, 10046.0, 10118.0, 10087.0, 10133.0, 10124.0, 10048.0, 10115.0, 10030.0, 10139.0, 10113.0, 10113.0, 10120.0, 10038.0, 10134.0, 10101.0, 10124.0, 10149.0, 10042.0, 10134.0, 10082.0, 10142.0, 10129.0, 10071.0, 10122.0, 10033.0, 10134.0, 10113.0, 10126.0, 10125.0, 10023.0, 10118.0, 10077.0, 10117.0, 10144.0, 10066.0, 10135.0, 10019.0, 10129.0, 10065.0, 10130.0, 10108.0, 10109.0, 10070.0, 10089.0, 10089.0, 10114.0, 10104.0, 10024.0, 10082.0, 10032.0, 10118.0, 10059.0, 10134.0, 10049.0, 10113.0, 10081.0, 10149.0, 10121.0, 10079.0, 10142.0, 10044.0, 10161.0, 10117.0, 10165.0, 10137.0, 10144.0, 10125.0, 9990.0, 9998.0, 10046.0, 10141.0, 10075.0, 10176.0, 10157.0, 10187.0, 10154.0, 10080.0, 10144.0, 10088.0, 10159.0, 10153.0, 10143.0, 10131.0, 10141.0, 10130.0, 10145.0, 10143.0, 10098.0, 10081.0, 10074.0, 10088.0, 10104.0, 10100.0, 10028.0, 10103.0, 10033.0, 10115.0, 10081.0, 10041.0, 10138.0, 10117.0, 10177.0, 10144.0, 10065.0, 10118.0, 10080.0, 10144.0, 10090.0, 10127.0, 10009.0, 10075.0, 10006.0, 10109.0, 10041.0, 10096.0, 10011.0, 10077.0, 10051.0, 10102.0, 10133.0, 10055.0, 10146.0, 10112.0, 10188.0, 10173.0, 10167.0, 10133.0, 10123.0, 10108.0, 10124.0, 10108.0, 10101.0, 10084.0, 10074.0, 10066.0, 10098.0, 10079.0, 10090.0, 10077.0, 10063.0, 10048.0, 10060.0, 10045.0, 10092.0, 10086.0, 10002.0, 10060.0, 10012.0, 10106.0, 10029.0, 10113.0, 10027.0, 10105.0, 10056.0, 10110.0, 10101.0, 10124.0, 10098.0, 10092.0, 10071.0, 10117.0, 10106.0, 10116.0, 10102.0, 10076.0, 10090.0, 10073.0, 10117.0, 10042.0, 10115.0, 10018.0, 10133.0, 10110.0, 10100.0, 10148.0, 10067.0, 10161.0, 10140.0, 10126.0, 10203.0, 10109.0, 10162.0, 10121.0, 10169.0, 10153.0, 10140.0, 10108.0, 10095.0, 10087.0, 10104.0, 10121.0, 10020.0, 10089.0, 9990.0, 10097.0, 10014.0, 10124.0, 10024.0, 10088.0, 10050.0, 10120.0, 10106.0, 10037.0, 10101.0, 10048.0, 10122.0, 10126.0, 10082.0, 10137.0, 10050.0, 10130.0, 10105.0, 10138.0, 10129.0, 10043.0, 10095.0, 10033.0, 10132.0, 10122.0, 10045.0, 10098.0, 10031.0, 10135.0, 10122.0, 10083.0, 10136.0, 10076.0, 10107.0, 10121.0, 10069.0, 10153.0, 10103.0, 10029.0, 10099.0, 10050.0, 10149.0, 10107.0, 10015.0, 10091.0, 10046.0, 10124.0, 10122.0, 10025.0, 10091.0, 10026.0, 10130.0, 10119.0, 10046.0, 10109.0, 10028.0, 10133.0, 10107.0, 10094.0, 10116.0, 10032.0, 10114.0, 10107.0, 10077.0, 10141.0, 10066.0, 10119.0, 10109.0, 10057.0, 10160.0, 10114.0, 10105.0, 10126.0, 10054.0, 10156.0, 10118.0, 10106.0, 10090.0, 10077.0, 10162.0, 10174.0, 10134.0, 10202.0, 10197.0, 10177.0, 10191.0, 10107.0, 10131.0, 10073.0, 10045.0, 10145.0, 10107.0, 10108.0, 10153.0, 10119.0, 10152.0, 10119.0, 10036.0, 10110.0, 10077.0, 10073.0, 10085.0, 10022.0, 10050.0, 9948.0, 10016.0, 9949.0, 10007.0, 9986.0, 10012.0, 10023.0, 10035.0, 10030.0, 10013.0, 10030.0, 9992.0, 10026.0, 10013.0, 10068.0, 9977.0, 10050.0, 9952.0, 10055.0, 9991.0, 10095.0, 10015.0, 10095.0, 10061.0, 10088.0, 10110.0, 10084.0, 10160.0, 10136.0, 10116.0, 10128.0, 10081.0, 10162.0, 10148.0, 10092.0, 10184.0, 10176.0, 10137.0, 10148.0, 10051.0, 10137.0, 10045.0, 10148.0, 10079.0, 10136.0, 10028.0, 10089.0, 10027.0, 10105.0, 10049.0, 10120.0, 10092.0, 10091.0, 10072.0, 10083.0, 10153.0, 10069.0, 10136.0, 10060.0, 10140.0, 10089.0, 10158.0, 10148.0, 10082.0, 10124.0, 10054.0, 10136.0, 10077.0, 10139.0, 10067.0, 10143.0, 10034.0, 10116.0, 10018.0, 10114.0, 10045.0, 10135.0, 10061.0, 10112.0, 10047.0, 10112.0, 10092.0, 10135.0, 10144.0, 10151.0, 10080.0, 10113.0, 10073.0, 10129.0, 10096.0, 10137.0, 10125.0, 10066.0, 10162.0, 10059.0, 10136.0, 10106.0, 10155.0, 10127.0, 10070.0, 10125.0, 10073.0, 10164.0, 10105.0, 10158.0, 10103.0, 10142.0, 10129.0, 10121.0, 10125.0, 10034.0, 10116.0, 10046.0, 10120.0, 10112.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.0026998143851508123</td></tr>
<tr><td colspan=3>aqi</td><td>0.03420824617169373</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.58783571925705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3062711680959722</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0237971954334366</td></tr>
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
<tr><td colspan=3>fber</td><td>6400.124</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.134119064950166</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>191</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.77184841453983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.474508877435627</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.363620125465087</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6842028450945263</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3757036617472673</td></tr>
<tr><td colspan=3>gcor</td><td>0.0188119</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01977415755391121</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03612270951271057</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1293</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.068482975055273</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>21.2982</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2408</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.6848</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294446.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>835.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.7024</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.995</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.7965</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3773.6762</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.6935</td></tr>
<tr><td colspan=3>tsnr</td><td>35.73684435256291</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>