<?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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-02/func/sub-0014_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>7fd6f3d143a5c5f825a337483e98a1ab</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>15:24:28.630000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998954, 0.00268722, 0.0456377, -0.0104614, 0.98522, 0.170977]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0956151</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7747, -7256, 476, -80, -26, 54, 51]</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>251.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5dd2e680-4484-4b86-8361-51ef0c0c97a7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680121660232544, -0.028067218139767647, 0.12015999108552933, 109.26372528076172], [-0.007209617178887129, 2.6432721614837646, 0.46244311332702637, -105.91155242919922], [0.12244260311126709, -0.45871761441230774, 2.6573874950408936, -49.01698303222656], [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': ['152428.630000', '152429.090000', '152429.550000', '152430.010000', '152430.470000', '152430.930000', '152431.390000', '152431.850000', '152432.310000', '152432.770000', '152433.230000', '152433.690000', '152434.150000', '152434.610000', '152435.070000', '152435.530000', '152435.990000', '152436.450000', '152436.910000', '152437.370000', '152437.830000', '152438.290000', '152438.750000', '152439.210000', '152439.670000', '152440.130000', '152440.590000', '152441.050000', '152441.510000', '152441.970000', '152442.430000', '152442.890000', '152443.350000', '152443.810000', '152444.270000', '152444.730000', '152445.190000', '152445.650000', '152446.110000', '152446.570000', '152447.030000', '152447.490000', '152447.950000', '152448.410000', '152448.870000', '152449.330000', '152449.790000', '152450.250000', '152450.710000', '152451.170000', '152451.630000', '152452.090000', '152452.550000', '152453.010000', '152453.470000', '152453.930000', '152454.390000', '152454.850000', '152455.310000', '152455.770000', '152456.230000', '152456.690000', '152457.150000', '152457.610000', '152458.070000', '152458.530000', '152458.990000', '152459.450000', '152459.910000', '152500.370000', '152500.830000', '152501.290000', '152501.750000', '152502.210000', '152502.670000', '152503.130000', '152503.590000', '152504.050000', '152504.510000', '152504.970000', '152505.430000', '152505.890000', '152506.350000', '152506.810000', '152507.270000', '152507.730000', '152508.190000', '152508.650000', '152509.110000', '152509.570000', '152510.030000', '152510.490000', '152510.950000', '152511.410000', '152511.870000', '152512.330000', '152512.790000', '152513.250000', '152513.710000', '152514.170000', '152514.630000', '152515.090000', '152515.550000', '152516.010000', '152516.470000', '152516.930000', '152517.390000', '152517.850000', '152518.310000', '152518.770000', '152519.230000', '152519.690000', '152520.150000', '152520.610000', '152521.070000', '152521.530000', '152521.990000', '152522.450000', '152522.910000', '152523.370000', '152523.830000', '152524.290000', '152524.750000', '152525.210000', '152525.670000', '152526.130000', '152526.590000', '152527.050000', '152527.510000', '152527.970000', '152528.430000', '152528.890000', '152529.350000', '152529.810000', '152530.270000', '152530.730000', '152531.190000', '152531.650000', '152532.110000', '152532.570000', '152533.030000', '152533.490000', '152533.950000', '152534.410000', '152534.870000', '152535.330000', '152535.790000', '152536.250000', '152536.710000', '152537.170000', '152537.630000', '152538.090000', '152538.550000', '152539.010000', '152539.470000', '152539.930000', '152540.390000', '152540.850000', '152541.310000', '152541.770000', '152542.230000', '152542.690000', '152543.150000', '152543.610000', '152544.070000', '152544.530000', '152544.990000', '152545.450000', '152545.910000', '152546.370000', '152546.830000', '152547.290000', '152547.750000', '152548.210000', '152548.670000', '152549.130000', '152549.590000', '152550.050000', '152550.510000', '152550.970000', '152551.430000', '152551.890000', '152552.350000', '152552.810000', '152553.270000', '152553.730000', '152554.190000', '152554.650000', '152555.110000', '152555.570000', '152556.030000', '152556.490000', '152556.950000', '152557.410000', '152557.870000', '152558.330000', '152558.790000', '152559.250000', '152559.710000', '152600.170000', '152600.630000', '152601.090000', '152601.550000', '152602.010000', '152602.470000', '152602.930000', '152603.390000', '152603.850000', '152604.310000', '152604.770000', '152605.230000', '152605.690000', '152606.150000', '152606.610000', '152607.070000', '152607.530000', '152607.990000', '152608.450000', '152608.910000', '152609.370000', '152609.830000', '152610.290000', '152610.750000', '152611.210000', '152611.670000', '152612.130000', '152612.590000', '152613.050000', '152613.510000', '152613.970000', '152614.430000', '152614.890000', '152615.350000', '152615.810000', '152616.270000', '152616.730000', '152617.190000', '152617.650000', '152618.110000', '152618.570000', '152619.030000', '152619.490000', '152619.950000', '152620.410000', '152620.870000', '152621.330000', '152621.790000', '152622.250000', '152622.710000', '152623.170000', '152623.630000', '152624.090000', '152624.550000', '152625.010000', '152625.470000', '152625.930000', '152626.390000', '152626.850000', '152627.310000', '152627.770000', '152628.230000', '152628.690000', '152629.150000', '152629.610000', '152630.070000', '152630.530000', '152630.990000', '152631.450000', '152631.910000', '152632.370000', '152632.830000', '152633.290000', '152633.750000', '152634.210000', '152634.670000', '152635.130000', '152635.590000', '152636.050000', '152636.510000', '152636.970000', '152637.430000', '152637.890000', '152638.350000', '152638.810000', '152639.270000', '152639.730000', '152640.190000', '152640.650000', '152641.110000', '152641.570000', '152642.030000', '152642.490000', '152642.950000', '152643.410000', '152643.870000', '152644.330000', '152644.790000', '152645.250000', '152645.710000', '152646.170000', '152646.630000', '152647.090000', '152647.550000', '152648.010000', '152648.470000', '152648.930000', '152649.390000', '152649.850000', '152650.310000', '152650.770000', '152651.230000', '152651.690000', '152652.150000', '152652.610000', '152653.070000', '152653.530000', '152653.990000', '152654.450000', '152654.910000', '152655.370000', '152655.830000', '152656.290000', '152656.750000', '152657.210000', '152657.670000', '152658.130000', '152658.590000', '152659.050000', '152659.510000', '152659.970000', '152700.430000', '152700.890000', '152701.350000', '152701.810000', '152702.270000', '152702.730000', '152703.190000', '152703.650000', '152704.110000', '152704.570000', '152705.030000', '152705.490000', '152705.950000', '152706.410000', '152706.870000', '152707.330000', '152707.790000', '152708.250000', '152708.710000', '152709.170000', '152709.630000', '152710.090000', '152710.550000', '152711.010000', '152711.470000', '152711.930000', '152712.390000', '152712.850000', '152713.310000', '152713.770000', '152714.230000', '152714.690000', '152715.150000', '152715.610000', '152716.070000', '152716.530000', '152716.990000', '152717.450000', '152717.910000', '152718.370000', '152718.830000', '152719.290000', '152719.750000', '152720.210000', '152720.670000', '152721.130000', '152721.590000', '152722.050000', '152722.510000', '152722.970000', '152723.430000', '152723.890000', '152724.350000', '152724.810000', '152725.270000', '152725.730000', '152726.190000', '152726.650000', '152727.110000', '152727.570000', '152728.030000', '152728.490000', '152728.950000', '152729.410000', '152729.870000', '152730.330000', '152730.790000', '152731.250000', '152731.710000', '152732.170000', '152732.630000', '152733.090000', '152733.550000', '152734.010000', '152734.470000', '152734.930000', '152735.390000', '152735.850000', '152736.310000', '152736.770000', '152737.230000', '152737.690000', '152738.150000', '152738.610000', '152739.070000', '152739.530000', '152739.990000', '152740.450000', '152740.910000', '152741.370000', '152741.830000', '152742.290000', '152742.750000', '152743.210000', '152743.670000', '152744.130000', '152744.590000', '152745.050000', '152745.510000', '152745.970000', '152746.430000', '152746.890000', '152747.350000', '152747.810000', '152748.270000', '152748.730000', '152749.190000', '152749.650000', '152750.110000', '152750.570000', '152751.030000', '152751.490000', '152751.950000', '152752.410000', '152752.870000', '152753.330000', '152753.790000', '152754.250000', '152754.710000', '152755.170000', '152755.630000', '152756.090000', '152756.550000', '152757.010000', '152757.470000', '152757.930000', '152758.390000', '152758.850000', '152759.310000', '152759.770000', '152800.230000', '152800.690000', '152801.150000', '152801.610000', '152802.070000', '152802.530000', '152802.990000', '152803.450000', '152803.910000', '152804.370000', '152804.830000', '152805.290000', '152805.750000', '152806.210000', '152806.670000', '152807.130000', '152807.590000', '152808.050000', '152808.510000', '152808.970000', '152809.430000', '152809.890000', '152810.350000', '152810.810000', '152811.270000', '152811.730000', '152812.190000', '152812.650000', '152813.110000', '152813.570000', '152814.030000', '152814.490000', '152814.950000', '152815.410000', '152815.870000', '152816.330000', '152816.790000', '152817.250000', '152817.710000', '152818.170000', '152818.630000', '152819.090000', '152819.550000', '152820.010000', '152820.470000', '152820.930000', '152821.390000', '152821.850000', '152822.310000', '152822.770000', '152823.230000', '152823.690000', '152824.150000', '152824.610000', '152825.070000', '152825.530000', '152825.990000', '152826.450000', '152826.910000', '152827.370000', '152827.830000', '152828.290000', '152828.750000', '152829.210000', '152829.670000', '152830.130000', '152830.590000', '152831.050000', '152831.510000', '152831.970000', '152832.430000', '152832.890000', '152833.350000', '152833.810000', '152834.270000', '152834.730000', '152835.190000', '152835.650000', '152836.110000', '152836.570000', '152837.030000', '152837.490000', '152837.950000', '152838.410000', '152838.870000', '152839.330000', '152839.790000', '152840.250000', '152840.710000', '152841.170000', '152841.630000', '152842.090000', '152842.550000', '152843.010000', '152843.470000', '152843.930000', '152844.390000', '152844.850000', '152845.310000', '152845.770000', '152846.230000', '152846.690000', '152847.150000', '152847.610000', '152848.070000', '152848.530000', '152848.990000', '152849.450000', '152849.910000', '152850.370000', '152850.830000', '152851.290000', '152851.750000', '152852.210000', '152852.670000', '152853.130000', '152853.590000', '152854.050000', '152854.510000', '152854.970000', '152855.430000', '152855.890000', '152856.350000', '152856.810000', '152857.270000', '152857.730000', '152858.190000', '152858.650000', '152859.110000', '152859.570000', '152900.030000', '152900.490000', '152900.950000', '152901.410000', '152901.870000', '152902.330000', '152902.790000', '152903.250000', '152903.710000', '152904.170000', '152904.630000', '152905.090000', '152905.550000', '152906.010000', '152906.470000', '152906.930000', '152907.390000', '152907.850000', '152908.310000', '152908.770000', '152909.230000', '152909.690000', '152910.150000', '152910.610000', '152911.070000', '152911.530000', '152911.990000', '152912.450000', '152912.910000', '152913.370000', '152913.830000', '152914.290000', '152914.750000', '152915.210000', '152915.670000', '152916.130000', '152916.590000', '152917.050000', '152917.510000', '152917.970000', '152918.430000', '152918.890000', '152919.350000', '152919.810000', '152920.270000', '152920.730000', '152921.190000', '152921.650000', '152922.110000', '152922.570000', '152923.030000', '152923.490000', '152923.950000', '152924.410000', '152924.870000', '152925.330000', '152925.790000', '152926.250000', '152926.710000', '152927.170000', '152927.630000', '152928.090000', '152928.550000', '152929.010000', '152929.470000', '152929.930000', '152930.390000', '152930.850000', '152931.310000', '152931.770000', '152932.230000', '152932.690000', '152933.150000', '152933.610000', '152934.070000', '152934.530000', '152934.990000', '152935.450000', '152935.910000', '152936.370000', '152936.830000', '152937.290000', '152937.750000', '152938.210000', '152938.670000', '152939.130000', '152939.590000', '152940.050000', '152940.510000', '152940.970000', '152941.430000', '152941.890000', '152942.350000', '152942.810000', '152943.270000', '152943.730000', '152944.190000', '152944.650000', '152945.110000', '152945.570000', '152946.030000', '152946.490000', '152946.950000', '152947.410000', '152947.870000', '152948.330000', '152948.790000', '152949.250000', '152949.710000', '152950.170000', '152950.630000', '152951.090000', '152951.550000', '152952.010000', '152952.470000', '152952.930000', '152953.390000', '152953.850000', '152954.310000', '152954.770000', '152955.230000', '152955.690000', '152956.150000', '152956.610000', '152957.070000', '152957.530000', '152957.990000', '152958.450000', '152958.910000', '152959.370000', '152959.830000', '153000.290000', '153000.750000', '153001.210000', '153001.670000', '153002.130000', '153002.590000', '153003.050000', '153003.510000', '153003.970000', '153004.430000', '153004.890000', '153005.350000', '153005.810000', '153006.270000', '153006.730000', '153007.190000', '153007.650000', '153008.110000', '153008.570000', '153009.030000', '153009.490000', '153009.950000', '153010.410000', '153010.870000', '153011.330000', '153011.790000', '153012.250000', '153012.710000', '153013.170000', '153013.630000', '153014.090000', '153014.550000', '153015.010000', '153015.470000', '153015.930000', '153016.390000', '153016.850000', '153017.310000', '153017.770000', '153018.230000', '153018.690000', '153019.150000', '153019.610000', '153020.070000', '153020.530000', '153020.990000', '153021.450000', '153021.910000', '153022.370000', '153022.830000', '153023.290000', '153023.750000', '153024.210000', '153024.670000', '153025.130000', '153025.590000', '153026.050000', '153026.510000', '153026.970000', '153027.430000', '153027.890000', '153028.350000', '153028.810000', '153029.270000', '153029.730000', '153030.190000', '153030.650000', '153031.110000', '153031.570000', '153032.030000', '153032.490000', '153032.950000', '153033.410000', '153033.870000', '153034.330000', '153034.790000', '153035.250000', '153035.710000', '153036.170000', '153036.630000', '153037.090000', '153037.550000', '153038.010000', '153038.470000', '153038.930000', '153039.390000', '153039.850000', '153040.310000', '153040.770000', '153041.230000', '153041.690000', '153042.150000', '153042.610000', '153043.070000', '153043.530000', '153043.990000', '153044.450000', '153044.910000', '153045.370000', '153045.830000', '153046.290000', '153046.750000', '153047.210000', '153047.670000', '153048.130000', '153048.590000', '153049.050000', '153049.510000', '153049.970000', '153050.430000', '153050.890000', '153051.350000', '153051.810000', '153052.270000', '153052.730000', '153053.190000', '153053.650000', '153054.110000', '153054.570000', '153055.030000', '153055.490000', '153055.950000', '153056.410000', '153056.870000', '153057.330000', '153057.790000', '153058.250000', '153058.710000', '153059.170000', '153059.630000', '153100.090000', '153100.550000', '153101.010000', '153101.470000', '153101.930000', '153102.390000', '153102.850000', '153103.310000', '153103.770000', '153104.230000', '153104.690000', '153105.150000', '153105.610000', '153106.070000', '153106.530000', '153106.990000', '153107.450000', '153107.910000', '153108.370000', '153108.830000', '153109.290000', '153109.750000', '153110.210000', '153110.670000', '153111.130000', '153111.590000', '153112.050000', '153112.510000', '153112.970000', '153113.430000', '153113.890000', '153114.350000', '153114.810000', '153115.270000', '153115.730000', '153116.190000', '153116.650000', '153117.110000', '153117.570000', '153118.030000', '153118.490000', '153118.950000', '153119.410000', '153119.870000', '153120.330000', '153120.790000', '153121.250000', '153121.710000', '153122.170000', '153122.630000', '153123.090000', '153123.550000', '153124.010000', '153124.470000', '153124.930000', '153125.390000', '153125.850000', '153126.310000', '153126.770000', '153127.230000', '153127.690000', '153128.150000', '153128.610000', '153129.070000', '153129.530000', '153129.990000', '153130.450000', '153130.910000', '153131.370000', '153131.830000', '153132.290000', '153132.750000', '153133.210000', '153133.670000', '153134.130000', '153134.590000', '153135.050000', '153135.510000', '153135.970000', '153136.430000', '153136.890000', '153137.350000', '153137.810000', '153138.270000', '153138.730000', '153139.190000', '153139.650000', '153140.110000', '153140.570000', '153141.030000', '153141.490000', '153141.950000', '153142.410000', '153142.870000', '153143.330000', '153143.790000', '153144.250000', '153144.710000', '153145.170000', '153145.630000', '153146.090000', '153146.550000', '153147.010000', '153147.470000', '153147.930000', '153148.390000', '153148.850000', '153149.310000', '153149.770000', '153150.230000', '153150.690000', '153151.150000', '153151.610000', '153152.070000', '153152.530000', '153152.990000', '153153.450000', '153153.910000', '153154.370000', '153154.830000', '153155.290000', '153155.750000', '153156.210000', '153156.670000', '153157.130000', '153157.590000', '153158.050000', '153158.510000', '153158.970000', '153159.430000', '153159.890000', '153200.350000', '153200.810000', '153201.270000', '153201.730000', '153202.190000', '153202.650000', '153203.110000', '153203.570000', '153204.030000', '153204.490000', '153204.950000', '153205.410000', '153205.870000', '153206.330000', '153206.790000', '153207.250000', '153207.710000', '153208.170000', '153208.630000', '153209.090000', '153209.550000', '153210.010000', '153210.470000', '153210.930000', '153211.390000', '153211.850000', '153212.310000', '153212.770000', '153213.230000', '153213.690000', '153214.150000', '153214.610000', '153215.070000', '153215.530000', '153215.990000', '153216.450000', '153216.910000', '153217.370000', '153217.830000', '153218.290000', '153218.750000', '153219.210000', '153219.670000', '153220.130000', '153220.590000', '153221.050000', '153221.510000', '153221.970000', '153222.430000', '153222.890000', '153223.350000', '153223.810000', '153224.270000', '153224.730000', '153225.190000', '153225.650000', '153226.110000', '153226.570000', '153227.030000', '153227.490000', '153227.950000', '153228.410000', '153228.870000', '153229.330000', '153229.790000', '153230.250000', '153230.710000', '153231.170000', '153231.630000', '153232.090000', '153232.550000', '153233.010000', '153233.470000', '153233.930000', '153234.390000', '153234.850000', '153235.310000', '153235.770000', '153236.230000', '153236.690000', '153237.150000', '153237.610000', '153238.070000', '153238.530000', '153238.990000', '153239.450000', '153239.910000', '153240.370000', '153240.830000', '153241.290000', '153241.750000', '153242.210000', '153242.670000', '153243.130000', '153243.590000', '153244.050000', '153244.510000', '153244.970000', '153245.430000', '153245.890000', '153246.350000', '153246.810000', '153247.270000', '153247.730000', '153248.190000', '153248.650000', '153249.110000', '153249.570000', '153250.030000', '153250.490000', '153250.950000', '153251.410000', '153251.870000', '153252.330000', '153252.790000', '153253.250000', '153253.710000', '153254.170000', '153254.630000', '153255.090000', '153255.550000', '153256.010000', '153256.470000', '153256.930000', '153257.390000', '153257.850000', '153258.310000', '153258.770000', '153259.230000', '153259.690000', '153300.150000', '153300.610000', '153301.070000', '153301.530000', '153301.990000', '153302.450000', '153302.910000', '153303.370000', '153303.830000', '153304.290000', '153304.750000', '153305.210000', '153305.670000', '153306.130000', '153306.590000', '153307.050000', '153307.510000', '153307.970000', '153308.430000', '153308.890000', '153309.350000', '153309.810000', '153310.270000', '153310.730000', '153311.190000', '153311.650000', '153312.110000', '153312.570000', '153313.030000', '153313.490000', '153313.950000', '153314.410000', '153314.870000', '153315.330000', '153315.790000', '153316.250000', '153316.710000', '153317.170000', '153317.630000', '153318.090000', '153318.550000', '153319.010000', '153319.470000', '153319.930000', '153320.390000', '153320.850000', '153321.310000', '153321.770000', '153322.230000', '153322.690000', '153323.150000', '153323.610000', '153324.070000', '153324.530000', '153324.990000', '153325.450000', '153325.910000', '153326.370000', '153326.830000', '153327.290000', '153327.750000', '153328.210000', '153328.670000', '153329.130000', '153329.590000', '153330.050000', '153330.510000', '153330.970000', '153331.430000', '153331.890000', '153332.350000', '153332.810000', '153333.270000', '153333.730000', '153334.190000', '153334.650000', '153335.110000', '153335.570000', '153336.030000', '153336.490000', '153336.950000', '153337.410000', '153337.870000', '153338.330000', '153338.790000', '153339.250000', '153339.710000', '153340.170000', '153340.630000', '153341.090000', '153341.550000', '153342.010000', '153342.470000', '153342.930000', '153343.390000', '153343.850000', '153344.310000', '153344.770000', '153345.230000', '153345.690000', '153346.150000', '153346.610000', '153347.070000', '153347.530000', '153347.990000', '153348.450000', '153348.910000', '153349.370000', '153349.830000', '153350.290000', '153350.750000', '153351.210000', '153351.670000', '153352.130000', '153352.590000', '153353.050000', '153353.510000', '153353.970000', '153354.430000', '153354.890000', '153355.350000', '153355.810000', '153356.270000', '153356.730000', '153357.190000', '153357.650000', '153358.110000', '153358.570000', '153359.030000', '153359.490000', '153359.950000', '153400.410000', '153400.870000', '153401.330000', '153401.790000', '153402.250000', '153402.710000', '153403.170000', '153403.630000', '153404.090000', '153404.550000', '153405.010000', '153405.470000', '153405.930000', '153406.390000', '153406.850000', '153407.310000', '153407.770000', '153408.230000', '153408.690000', '153409.150000', '153409.610000', '153410.070000', '153410.530000', '153410.990000', '153411.450000', '153411.910000', '153412.370000', '153412.830000', '153413.290000', '153413.750000', '153414.210000', '153414.670000', '153415.130000', '153415.590000', '153416.050000', '153416.510000', '153416.970000', '153417.430000', '153417.890000', '153418.350000', '153418.810000', '153419.270000', '153419.730000', '153420.190000', '153420.650000', '153421.110000', '153421.570000', '153422.030000', '153422.490000', '153422.950000', '153423.410000', '153423.870000', '153424.330000', '153424.790000', '153425.250000'], 'ContentTime': ['152443.364000', '152443.373000', '152443.376000', '152443.379000', '152443.381000', '152443.384000', '152443.387000', '152443.390000', '152443.393000', '152443.395000', '152443.398000', '152443.401000', '152443.407000', '152443.410000', '152443.413000', '152443.415000', '152443.418000', '152443.421000', '152443.424000', '152443.427000', '152443.430000', '152443.433000', '152443.436000', '152443.438000', '152443.441000', '152443.444000', '152443.447000', '152443.450000', '152443.453000', '152443.456000', '152443.458000', '152503.326000', '152503.329000', '152503.332000', '152503.335000', '152503.337000', '152503.340000', '152503.343000', '152503.346000', '152503.348000', '152503.351000', '152503.360000', '152503.362000', '152503.365000', '152503.368000', '152503.379000', '152503.382000', '152503.385000', '152503.388000', '152503.390000', '152503.393000', '152503.396000', '152503.399000', '152503.402000', '152503.405000', '152503.407000', '152503.410000', '152503.413000', '152503.416000', '152503.419000', '152503.421000', '152503.424000', '152503.427000', '152503.430000', '152503.433000', '152503.436000', '152503.438000', '152503.441000', '152503.444000', '152503.447000', '152503.450000', '152503.453000', '152503.455000', '152503.458000', '152523.326000', '152523.329000', '152523.332000', '152523.335000', '152523.338000', '152523.340000', '152523.343000', '152523.346000', '152523.349000', '152523.352000', '152523.355000', '152523.357000', '152523.360000', '152523.363000', '152523.366000', '152523.369000', '152523.372000', '152523.374000', '152523.377000', '152523.386000', '152523.389000', '152523.392000', '152523.394000', '152523.397000', '152523.425000', '152523.428000', '152523.430000', '152523.433000', '152523.436000', '152523.439000', '152523.442000', '152523.445000', '152523.447000', '152523.450000', '152523.453000', '152523.456000', '152523.459000', '152523.462000', '152523.465000', '152523.467000', '152523.470000', '152523.473000', '152523.476000', '152543.326000', '152543.329000', '152543.332000', '152543.335000', '152543.337000', '152543.340000', '152543.343000', '152543.346000', '152543.349000', '152543.352000', '152543.355000', '152543.357000', '152543.360000', '152543.363000', '152543.366000', '152543.369000', '152543.371000', '152543.374000', '152543.377000', '152543.380000', '152543.383000', '152543.386000', '152543.389000', '152543.391000', '152543.394000', '152543.397000', '152543.400000', '152543.403000', '152543.406000', '152543.409000', '152543.412000', '152543.414000', '152543.417000', '152543.420000', '152543.423000', '152543.426000', '152543.429000', '152543.431000', '152543.434000', '152543.437000', '152543.440000', '152543.443000', '152543.446000', '152543.449000', '152603.326000', '152603.329000', '152603.332000', '152603.335000', '152603.338000', '152603.344000', '152603.347000', '152603.350000', '152603.353000', '152603.355000', '152603.358000', '152603.361000', '152603.364000', '152603.367000', '152603.370000', '152603.372000', '152603.375000', '152603.378000', '152603.381000', '152603.384000', '152603.387000', '152603.389000', '152603.393000', '152603.395000', '152603.398000', '152603.401000', '152603.404000', '152603.407000', '152603.410000', '152603.412000', '152603.415000', '152603.418000', '152603.421000', '152603.424000', '152603.427000', '152603.430000', '152603.432000', '152603.435000', '152603.438000', '152603.441000', '152603.444000', '152603.446000', '152603.449000', '152623.325000', '152623.328000', '152623.331000', '152623.334000', '152623.336000', '152623.339000', '152623.342000', '152623.345000', '152623.348000', '152623.350000', '152623.353000', '152623.356000', '152623.359000', '152623.362000', '152623.365000', '152623.367000', '152623.370000', '152623.373000', '152623.376000', '152623.379000', '152623.381000', '152623.384000', '152623.387000', '152623.390000', '152623.393000', '152623.396000', '152623.399000', '152623.401000', '152623.404000', '152623.407000', '152623.410000', '152623.413000', '152623.416000', '152623.419000', '152623.421000', '152623.424000', '152623.427000', '152623.430000', '152623.433000', '152623.436000', '152623.439000', '152623.442000', '152623.444000', '152623.447000', '152643.325000', '152643.328000', '152643.331000', '152643.333000', '152643.336000', '152643.339000', '152643.342000', '152643.345000', '152643.348000', '152643.350000', '152643.353000', '152643.356000', '152643.359000', '152643.361000', '152643.364000', '152643.367000', '152643.370000', '152643.373000', '152643.376000', '152643.379000', '152643.382000', '152643.385000', '152643.387000', '152643.390000', '152643.393000', '152643.396000', '152643.398000', '152643.401000', '152643.404000', '152643.407000', '152643.410000', '152643.412000', '152643.415000', '152643.418000', '152643.421000', '152643.424000', '152643.427000', '152643.429000', '152643.432000', '152643.435000', '152643.438000', '152643.441000', '152643.444000', '152703.325000', '152703.328000', '152703.331000', '152703.334000', '152703.336000', '152703.339000', '152703.342000', '152703.345000', '152703.348000', '152703.350000', '152703.353000', '152703.356000', '152703.359000', '152703.362000', '152703.364000', '152703.367000', '152703.370000', '152703.373000', '152703.376000', '152703.379000', '152703.391000', '152703.394000', '152703.397000', '152703.400000', '152703.403000', '152703.405000', '152703.408000', '152703.411000', '152703.414000', '152703.417000', '152703.420000', '152703.422000', '152703.425000', '152703.428000', '152703.431000', '152703.434000', '152703.436000', '152703.439000', '152703.442000', '152703.445000', '152703.448000', '152703.451000', '152703.453000', '152703.456000', '152723.326000', '152723.329000', '152723.332000', '152723.335000', '152723.338000', '152723.340000', '152723.343000', '152723.346000', '152723.349000', '152723.352000', '152723.354000', '152723.357000', '152723.360000', '152723.363000', '152723.366000', '152723.368000', '152723.371000', '152723.374000', '152723.377000', '152723.381000', '152723.384000', '152723.387000', '152723.390000', '152723.393000', '152723.395000', '152723.398000', '152723.401000', '152723.404000', '152723.407000', '152723.410000', '152723.412000', '152723.415000', '152723.418000', '152723.421000', '152723.424000', '152723.426000', '152723.429000', '152723.432000', '152723.435000', '152723.438000', '152723.449000', '152723.452000', '152723.455000', '152743.326000', '152743.329000', '152743.332000', '152743.334000', '152743.337000', '152743.340000', '152743.343000', '152743.346000', '152743.349000', '152743.351000', '152743.354000', '152743.357000', '152743.360000', '152743.363000', '152743.366000', '152743.368000', '152743.371000', '152743.374000', '152743.377000', '152743.380000', '152743.382000', '152743.385000', '152743.388000', '152743.391000', '152743.394000', '152743.396000', '152743.399000', '152743.402000', '152743.405000', '152743.408000', '152743.410000', '152743.413000', '152743.416000', '152743.419000', '152743.422000', '152743.425000', '152743.428000', '152743.430000', '152743.433000', '152743.436000', '152743.439000', '152743.441000', '152743.444000', '152743.447000', '152803.326000', '152803.329000', '152803.332000', '152803.335000', '152803.337000', '152803.340000', '152803.343000', '152803.346000', '152803.349000', '152803.351000', '152803.354000', '152803.357000', '152803.360000', '152803.363000', '152803.366000', '152803.369000', '152803.371000', '152803.374000', '152803.377000', '152803.380000', '152803.383000', '152803.385000', '152803.388000', '152803.391000', '152803.394000', '152803.397000', '152803.399000', '152803.402000', '152803.405000', '152803.408000', '152803.412000', '152803.416000', '152803.419000', '152803.421000', '152803.424000', '152803.427000', '152803.430000', '152803.433000', '152803.435000', '152803.438000', '152803.441000', '152803.444000', '152803.447000', '152823.326000', '152823.329000', '152823.332000', '152823.335000', '152823.338000', '152823.340000', '152823.344000', '152823.346000', '152823.349000', '152823.352000', '152823.355000', '152823.358000', '152823.361000', '152823.363000', '152823.366000', '152823.369000', '152823.372000', '152823.375000', '152823.378000', '152823.381000', '152823.384000', '152823.386000', '152823.389000', '152823.392000', '152823.395000', '152823.398000', '152823.401000', '152823.404000', '152823.407000', '152823.409000', '152823.412000', '152823.415000', '152823.418000', '152823.421000', '152823.424000', '152823.427000', '152823.430000', '152823.432000', '152823.435000', '152823.438000', '152823.441000', '152823.443000', '152823.446000', '152823.449000', '152843.325000', '152843.342000', '152843.345000', '152843.348000', '152843.350000', '152843.353000', '152843.356000', '152843.359000', '152843.362000', '152843.365000', '152843.368000', '152843.371000', '152843.374000', '152843.377000', '152843.379000', '152843.382000', '152843.385000', '152843.388000', '152843.391000', '152843.394000', '152843.396000', '152843.399000', '152843.402000', '152843.405000', '152843.408000', '152843.410000', '152843.413000', '152843.416000', '152843.419000', '152843.422000', '152843.425000', '152843.428000', '152843.431000', '152843.434000', '152843.437000', '152843.440000', '152843.442000', '152843.445000', '152843.448000', '152843.451000', '152843.454000', '152843.457000', '152843.460000', '152903.325000', '152903.328000', '152903.331000', '152903.334000', '152903.337000', '152903.340000', '152903.343000', '152903.345000', '152903.348000', '152903.351000', '152903.354000', '152903.357000', '152903.360000', '152903.362000', '152903.365000', '152903.368000', '152903.371000', '152903.374000', '152903.377000', '152903.380000', '152903.383000', '152903.386000', '152903.388000', '152903.391000', '152903.394000', '152903.397000', '152903.400000', '152903.403000', '152903.405000', '152903.408000', '152903.411000', '152903.414000', '152903.417000', '152903.420000', '152903.423000', '152903.425000', '152903.428000', '152903.431000', '152903.434000', '152903.437000', '152903.439000', '152903.442000', '152903.445000', '152903.448000', '152923.325000', '152923.328000', '152923.331000', '152923.334000', '152923.336000', '152923.339000', '152923.342000', '152923.345000', '152923.348000', '152923.350000', '152923.353000', '152923.356000', '152923.359000', '152923.362000', '152923.365000', '152923.368000', '152923.371000', '152923.374000', '152923.376000', '152923.379000', '152923.382000', '152923.385000', '152923.388000', '152923.391000', '152923.394000', '152923.396000', '152923.399000', '152923.402000', '152923.405000', '152923.408000', '152923.411000', '152923.414000', '152923.416000', '152923.419000', '152923.422000', '152923.425000', '152923.428000', '152923.431000', '152923.433000', '152923.436000', '152923.439000', '152923.442000', '152923.445000', '152943.326000', '152943.329000', '152943.332000', '152943.335000', '152943.338000', '152943.340000', '152943.343000', '152943.346000', '152943.349000', '152943.352000', '152943.355000', '152943.357000', '152943.360000', '152943.363000', '152943.366000', '152943.369000', '152943.372000', '152943.375000', '152943.377000', '152943.380000', '152943.383000', '152943.386000', '152943.389000', '152943.391000', '152943.394000', '152943.397000', '152943.400000', '152943.403000', '152943.406000', '152943.409000', '152943.412000', '152943.414000', '152943.417000', '152943.420000', '152943.423000', '152943.426000', '152943.428000', '152943.431000', '152943.434000', '152943.437000', '152943.440000', '152943.442000', '152943.445000', '152943.448000', '153003.326000', '153003.329000', '153003.332000', '153003.335000', '153003.337000', '153003.340000', '153003.343000', '153003.346000', '153003.349000', '153003.352000', '153003.355000', '153003.358000', '153003.360000', '153003.363000', '153003.366000', '153003.369000', '153003.372000', '153003.375000', '153003.378000', '153003.381000', '153003.383000', '153003.386000', '153003.389000', '153003.392000', '153003.395000', '153003.398000', '153003.420000', '153003.423000', '153003.426000', '153003.429000', '153003.431000', '153003.434000', '153003.437000', '153003.440000', '153003.443000', '153003.445000', '153003.448000', '153003.451000', '153003.454000', '153003.457000', '153003.460000', '153003.463000', '153003.466000', '153023.326000', '153023.329000', '153023.332000', '153023.344000', '153023.347000', '153023.350000', '153023.352000', '153023.355000', '153023.358000', '153023.361000', '153023.364000', '153023.367000', '153023.370000', '153023.373000', '153023.376000', '153023.379000', '153023.381000', '153023.384000', '153023.387000', '153023.390000', '153023.393000', '153023.395000', '153023.398000', '153023.401000', '153023.404000', '153023.407000', '153023.410000', '153023.413000', '153023.415000', '153023.418000', '153023.421000', '153023.424000', '153023.427000', '153023.429000', '153023.432000', '153023.435000', '153023.438000', '153023.441000', '153023.444000', '153023.446000', '153023.449000', '153023.452000', '153023.455000', '153023.458000', '153043.326000', '153043.329000', '153043.332000', '153043.335000', '153043.338000', '153043.340000', '153043.343000', '153043.346000', '153043.349000', '153043.352000', '153043.355000', '153043.357000', '153043.360000', '153043.363000', '153043.366000', '153043.369000', '153043.371000', '153043.374000', '153043.377000', '153043.380000', '153043.383000', '153043.386000', '153043.389000', '153043.391000', '153043.394000', '153043.397000', '153043.400000', '153043.403000', '153043.406000', '153043.409000', '153043.412000', '153043.414000', '153043.417000', '153043.420000', '153043.423000', '153043.426000', '153043.428000', '153043.431000', '153043.434000', '153043.437000', '153043.440000', '153043.442000', '153043.445000', '153103.325000', '153103.328000', '153103.337000', '153103.340000', '153103.343000', '153103.346000', '153103.349000', '153103.352000', '153103.355000', '153103.357000', '153103.361000', '153103.363000', '153103.366000', '153103.369000', '153103.372000', '153103.375000', '153103.378000', '153103.381000', '153103.384000', '153103.386000', '153103.389000', '153103.392000', '153103.395000', '153103.398000', '153103.401000', '153103.404000', '153103.407000', '153103.409000', '153103.412000', '153103.415000', '153103.418000', '153103.421000', '153103.424000', '153103.427000', '153103.430000', '153103.432000', '153103.435000', '153103.438000', '153103.441000', '153103.444000', '153103.447000', '153103.450000', '153103.453000', '153103.455000', '153123.325000', '153123.328000', '153123.331000', '153123.334000', '153123.336000', '153123.339000', '153123.342000', '153123.345000', '153123.348000', '153123.350000', '153123.353000', '153123.356000', '153123.359000', '153123.362000', '153123.365000', '153123.367000', '153123.370000', '153123.373000', '153123.376000', '153123.379000', '153123.381000', '153123.384000', '153123.387000', '153123.390000', '153123.393000', '153123.396000', '153123.399000', '153123.401000', '153123.404000', '153123.407000', '153123.410000', '153123.413000', '153123.416000', '153123.419000', '153123.422000', '153123.425000', '153123.444000', '153123.447000', '153123.450000', '153123.452000', '153123.456000', '153123.458000', '153123.461000', '153143.325000', '153143.337000', '153143.340000', '153143.342000', '153143.345000', '153143.348000', '153143.351000', '153143.354000', '153143.357000', '153143.360000', '153143.362000', '153143.365000', '153143.368000', '153143.371000', '153143.374000', '153143.377000', '153143.379000', '153143.382000', '153143.385000', '153143.388000', '153143.391000', '153143.394000', '153143.397000', '153143.399000', '153143.402000', '153143.405000', '153143.408000', '153143.411000', '153143.414000', '153143.417000', '153143.420000', '153143.423000', '153143.426000', '153143.429000', '153143.431000', '153143.434000', '153143.437000', '153143.440000', '153143.443000', '153143.446000', '153143.449000', '153143.451000', '153143.454000', '153143.457000', '153203.326000', '153203.407000', '153203.410000', '153203.413000', '153203.416000', '153203.419000', '153203.422000', '153203.425000', '153203.427000', '153203.430000', '153203.433000', '153203.436000', '153203.439000', '153203.442000', '153203.444000', '153203.447000', '153203.450000', '153203.453000', '153203.456000', '153203.458000', '153203.461000', '153203.464000', '153203.467000', '153203.475000', '153203.478000', '153203.480000', '153203.483000', '153203.486000', '153203.489000', '153203.492000', '153203.495000', '153203.498000', '153203.501000', '153203.503000', '153203.506000', '153203.509000', '153203.512000', '153203.515000', '153203.518000', '153203.521000', '153203.524000', '153203.527000', '153203.532000', '153223.326000', '153223.329000', '153223.332000', '153223.335000', '153223.338000', '153223.340000', '153223.343000', '153223.346000', '153223.349000', '153223.352000', '153223.355000', '153223.358000', '153223.361000', '153223.363000', '153223.366000', '153223.369000', '153223.372000', '153223.375000', '153223.378000', '153223.381000', '153223.384000', '153223.386000', '153223.389000', '153223.392000', '153223.395000', '153223.398000', '153223.401000', '153223.404000', '153223.407000', '153223.410000', '153223.412000', '153223.415000', '153223.418000', '153223.421000', '153223.424000', '153223.427000', '153223.430000', '153223.433000', '153223.435000', '153223.438000', '153223.441000', '153223.444000', '153223.447000', '153223.450000', '153243.326000', '153243.329000', '153243.332000', '153243.335000', '153243.338000', '153243.341000', '153243.344000', '153243.346000', '153243.349000', '153243.352000', '153243.355000', '153243.358000', '153243.361000', '153243.364000', '153243.367000', '153243.369000', '153243.372000', '153243.375000', '153243.378000', '153243.381000', '153243.384000', '153243.387000', '153243.390000', '153243.392000', '153243.395000', '153243.398000', '153243.401000', '153243.404000', '153243.407000', '153243.409000', '153243.412000', '153243.415000', '153243.418000', '153243.435000', '153243.438000', '153243.441000', '153243.444000', '153243.447000', '153243.450000', '153243.453000', '153243.455000', '153243.458000', '153243.461000', '153303.326000', '153303.330000', '153303.332000', '153303.335000', '153303.338000', '153303.341000', '153303.344000', '153303.347000', '153303.350000', '153303.353000', '153303.356000', '153303.359000', '153303.361000', '153303.364000', '153303.367000', '153303.370000', '153303.373000', '153303.376000', '153303.379000', '153303.382000', '153303.385000', '153303.387000', '153303.390000', '153303.393000', '153303.396000', '153303.399000', '153303.402000', '153303.405000', '153303.408000', '153303.410000', '153303.414000', '153303.417000', '153303.419000', '153303.422000', '153303.425000', '153303.428000', '153303.431000', '153303.434000', '153303.437000', '153303.440000', '153303.443000', '153303.446000', '153303.448000', '153323.325000', '153323.328000', '153323.331000', '153323.334000', '153323.337000', '153323.340000', '153323.343000', '153323.346000', '153323.348000', '153323.351000', '153323.354000', '153323.357000', '153323.360000', '153323.363000', '153323.366000', '153323.368000', '153323.371000', '153323.374000', '153323.377000', '153323.380000', '153323.383000', '153323.386000', '153323.389000', '153323.391000', '153323.394000', '153323.397000', '153323.400000', '153323.403000', '153323.406000', '153323.408000', '153323.411000', '153323.414000', '153323.417000', '153323.420000', '153323.423000', '153323.426000', '153323.428000', '153323.431000', '153323.434000', '153323.437000', '153323.440000', '153323.443000', '153323.446000', '153323.448000', '153343.325000', '153343.328000', '153343.331000', '153343.334000', '153343.337000', '153343.340000', '153343.343000', '153343.346000', '153343.350000', '153343.353000', '153343.356000', '153343.359000', '153343.362000', '153343.365000', '153343.368000', '153343.371000', '153343.373000', '153343.376000', '153343.379000', '153343.382000', '153343.385000', '153343.388000', '153343.391000', '153343.394000', '153343.397000', '153343.399000', '153343.402000', '153343.405000', '153343.408000', '153343.411000', '153343.414000', '153343.417000', '153343.420000', '153343.422000', '153343.425000', '153343.428000', '153343.431000', '153343.434000', '153343.437000', '153343.440000', '153343.443000', '153343.445000', '153343.448000', '153403.325000', '153403.328000', '153403.331000', '153403.334000', '153403.337000', '153403.340000', '153403.343000', '153403.345000', '153403.348000', '153403.351000', '153403.354000', '153403.357000', '153403.360000', '153403.363000', '153403.366000', '153403.368000', '153403.371000', '153403.374000', '153403.377000', '153403.380000', '153403.383000', '153403.386000', '153403.389000', '153403.391000', '153403.394000', '153403.397000', '153403.400000', '153403.403000', '153403.406000', '153403.409000', '153403.426000', '153403.428000', '153403.431000', '153403.434000', '153403.437000', '153403.440000', '153403.443000', '153403.446000', '153403.449000', '153403.451000', '153403.454000', '153403.457000', '153403.460000', '153403.463000', '153423.326000', '153423.329000', '153423.332000', '153423.335000', '153423.338000', '153423.341000', '153423.344000', '153423.347000', '153423.349000', '153423.352000', '153423.355000', '153423.358000', '153423.361000', '153423.364000', '153423.367000', '153423.370000', '153423.373000', '153423.376000', '153423.378000', '153423.381000', '153423.385000', '153423.389000', '153423.393000', '153423.396000', '153423.398000', '153423.401000', '153423.404000', '153423.407000', '153423.410000', '153423.413000', '153423.416000', '153423.419000', '153423.422000', '153423.425000', '153423.428000', '153423.431000', '153423.434000', '153423.437000', '153423.439000', '153423.442000', '153423.445000', '153423.448000', '153423.451000', '153426.179000', '153426.183000', '153426.186000', '153426.189000', '153426.192000', '153426.195000', '153426.198000'], 'InstanceCreationTime': ['152443.364000', '152443.373000', '152443.376000', '152443.379000', '152443.381000', '152443.384000', '152443.387000', '152443.390000', '152443.393000', '152443.395000', '152443.398000', '152443.401000', '152443.407000', '152443.410000', '152443.413000', '152443.415000', '152443.418000', '152443.421000', '152443.424000', '152443.427000', '152443.430000', '152443.433000', '152443.436000', '152443.438000', '152443.441000', '152443.444000', '152443.447000', '152443.450000', '152443.453000', '152443.456000', '152443.458000', '152503.326000', '152503.329000', '152503.332000', '152503.335000', '152503.337000', '152503.340000', '152503.343000', '152503.346000', '152503.348000', '152503.351000', '152503.360000', '152503.362000', '152503.365000', '152503.368000', '152503.379000', '152503.382000', '152503.385000', '152503.388000', '152503.390000', '152503.393000', '152503.396000', '152503.399000', '152503.402000', '152503.405000', '152503.407000', '152503.410000', '152503.413000', '152503.416000', '152503.419000', '152503.421000', '152503.424000', '152503.427000', '152503.430000', '152503.433000', '152503.436000', '152503.438000', '152503.441000', '152503.444000', '152503.447000', '152503.450000', '152503.453000', '152503.455000', '152503.458000', '152523.326000', '152523.329000', '152523.332000', '152523.335000', '152523.338000', '152523.340000', '152523.343000', '152523.346000', '152523.349000', '152523.352000', '152523.355000', '152523.357000', '152523.360000', '152523.363000', '152523.366000', '152523.369000', '152523.372000', '152523.374000', '152523.377000', '152523.386000', '152523.389000', '152523.392000', '152523.394000', '152523.397000', '152523.425000', '152523.428000', '152523.430000', '152523.433000', '152523.436000', '152523.439000', '152523.442000', '152523.445000', '152523.447000', '152523.450000', '152523.453000', '152523.456000', '152523.459000', '152523.462000', '152523.465000', '152523.467000', '152523.470000', '152523.473000', '152523.476000', '152543.326000', '152543.329000', '152543.332000', '152543.335000', '152543.337000', '152543.340000', '152543.343000', '152543.346000', '152543.349000', '152543.352000', '152543.355000', '152543.357000', '152543.360000', '152543.363000', '152543.366000', '152543.369000', '152543.371000', '152543.374000', '152543.377000', '152543.380000', '152543.383000', '152543.386000', '152543.389000', '152543.391000', '152543.394000', '152543.397000', '152543.400000', '152543.403000', '152543.406000', '152543.409000', '152543.412000', '152543.414000', '152543.417000', '152543.420000', '152543.423000', '152543.426000', '152543.429000', '152543.431000', '152543.434000', '152543.437000', '152543.440000', '152543.443000', '152543.446000', '152543.449000', '152603.326000', '152603.329000', '152603.332000', '152603.335000', '152603.338000', '152603.344000', '152603.347000', '152603.350000', '152603.353000', '152603.355000', '152603.358000', '152603.361000', '152603.364000', '152603.367000', '152603.370000', '152603.372000', '152603.375000', '152603.378000', '152603.381000', '152603.384000', '152603.387000', '152603.389000', '152603.393000', '152603.395000', '152603.398000', '152603.401000', '152603.404000', '152603.407000', '152603.410000', '152603.412000', '152603.415000', '152603.418000', '152603.421000', '152603.424000', '152603.427000', '152603.430000', '152603.432000', '152603.435000', '152603.438000', '152603.441000', '152603.444000', '152603.446000', '152603.449000', '152623.325000', '152623.328000', '152623.331000', '152623.334000', '152623.336000', '152623.339000', '152623.342000', '152623.345000', '152623.348000', '152623.350000', '152623.353000', '152623.356000', '152623.359000', '152623.362000', '152623.365000', '152623.367000', '152623.370000', '152623.373000', '152623.376000', '152623.379000', '152623.381000', '152623.384000', '152623.387000', '152623.390000', '152623.393000', '152623.396000', '152623.399000', '152623.401000', '152623.404000', '152623.407000', '152623.410000', '152623.413000', '152623.416000', '152623.419000', '152623.421000', '152623.424000', '152623.427000', '152623.430000', '152623.433000', '152623.436000', '152623.439000', '152623.442000', '152623.444000', '152623.447000', '152643.325000', '152643.328000', '152643.331000', '152643.333000', '152643.336000', '152643.339000', '152643.342000', '152643.345000', '152643.348000', '152643.350000', '152643.353000', '152643.356000', '152643.359000', '152643.361000', '152643.364000', '152643.367000', '152643.370000', '152643.373000', '152643.376000', '152643.379000', '152643.382000', '152643.385000', '152643.387000', '152643.390000', '152643.393000', '152643.396000', '152643.398000', '152643.401000', '152643.404000', '152643.407000', '152643.410000', '152643.412000', '152643.415000', '152643.418000', '152643.421000', '152643.424000', '152643.427000', '152643.429000', '152643.432000', '152643.435000', '152643.438000', '152643.441000', '152643.444000', '152703.325000', '152703.328000', '152703.331000', '152703.334000', '152703.336000', '152703.339000', '152703.342000', '152703.345000', '152703.348000', '152703.350000', '152703.353000', '152703.356000', '152703.359000', '152703.362000', '152703.364000', '152703.367000', '152703.370000', '152703.373000', '152703.376000', '152703.379000', '152703.391000', '152703.394000', '152703.397000', '152703.400000', '152703.403000', '152703.405000', '152703.408000', '152703.411000', '152703.414000', '152703.417000', '152703.420000', '152703.422000', '152703.425000', '152703.428000', '152703.431000', '152703.434000', '152703.436000', '152703.439000', '152703.442000', '152703.445000', '152703.448000', '152703.451000', '152703.453000', '152703.456000', '152723.326000', '152723.329000', '152723.332000', '152723.335000', '152723.338000', '152723.340000', '152723.343000', '152723.346000', '152723.349000', '152723.352000', '152723.354000', '152723.357000', '152723.360000', '152723.363000', '152723.366000', '152723.368000', '152723.371000', '152723.374000', '152723.377000', '152723.381000', '152723.384000', '152723.387000', '152723.390000', '152723.393000', '152723.395000', '152723.398000', '152723.401000', '152723.404000', '152723.407000', '152723.410000', '152723.412000', '152723.415000', '152723.418000', '152723.421000', '152723.424000', '152723.426000', '152723.429000', '152723.432000', '152723.435000', '152723.438000', '152723.449000', '152723.452000', '152723.455000', '152743.326000', '152743.329000', '152743.332000', '152743.334000', '152743.337000', '152743.340000', '152743.343000', '152743.346000', '152743.349000', '152743.351000', '152743.354000', '152743.357000', '152743.360000', '152743.363000', '152743.366000', '152743.368000', '152743.371000', '152743.374000', '152743.377000', '152743.380000', '152743.382000', '152743.385000', '152743.388000', '152743.391000', '152743.394000', '152743.396000', '152743.399000', '152743.402000', '152743.405000', '152743.408000', '152743.410000', '152743.413000', '152743.416000', '152743.419000', '152743.422000', '152743.425000', '152743.428000', '152743.430000', '152743.433000', '152743.436000', '152743.439000', '152743.441000', '152743.444000', '152743.447000', '152803.326000', '152803.329000', '152803.332000', '152803.335000', '152803.337000', '152803.340000', '152803.343000', '152803.346000', '152803.349000', '152803.351000', '152803.354000', '152803.357000', '152803.360000', '152803.363000', '152803.366000', '152803.369000', '152803.371000', '152803.374000', '152803.377000', '152803.380000', '152803.383000', '152803.385000', '152803.388000', '152803.391000', '152803.394000', '152803.397000', '152803.399000', '152803.402000', '152803.405000', '152803.408000', '152803.412000', '152803.416000', '152803.419000', '152803.421000', '152803.424000', '152803.427000', '152803.430000', '152803.433000', '152803.435000', '152803.438000', '152803.441000', '152803.444000', '152803.447000', '152823.326000', '152823.329000', '152823.332000', '152823.335000', '152823.338000', '152823.340000', '152823.344000', '152823.346000', '152823.349000', '152823.352000', '152823.355000', '152823.358000', '152823.361000', '152823.363000', '152823.366000', '152823.369000', '152823.372000', '152823.375000', '152823.378000', '152823.381000', '152823.384000', '152823.386000', '152823.389000', '152823.392000', '152823.395000', '152823.398000', '152823.401000', '152823.404000', '152823.407000', '152823.409000', '152823.412000', '152823.415000', '152823.418000', '152823.421000', '152823.424000', '152823.427000', '152823.430000', '152823.432000', '152823.435000', '152823.438000', '152823.441000', '152823.443000', '152823.446000', '152823.449000', '152843.325000', '152843.342000', '152843.345000', '152843.348000', '152843.350000', '152843.353000', '152843.356000', '152843.359000', '152843.362000', '152843.365000', '152843.368000', '152843.371000', '152843.374000', '152843.377000', '152843.379000', '152843.382000', '152843.385000', '152843.388000', '152843.391000', '152843.394000', '152843.396000', '152843.399000', '152843.402000', '152843.405000', '152843.408000', '152843.410000', '152843.413000', '152843.416000', '152843.419000', '152843.422000', '152843.425000', '152843.428000', '152843.431000', '152843.434000', '152843.437000', '152843.440000', '152843.442000', '152843.445000', '152843.448000', '152843.451000', '152843.454000', '152843.457000', '152843.460000', '152903.325000', '152903.328000', '152903.331000', '152903.334000', '152903.337000', '152903.340000', '152903.343000', '152903.345000', '152903.348000', '152903.351000', '152903.354000', '152903.357000', '152903.360000', '152903.362000', '152903.365000', '152903.368000', '152903.371000', '152903.374000', '152903.377000', '152903.380000', '152903.383000', '152903.386000', '152903.388000', '152903.391000', '152903.394000', '152903.397000', '152903.400000', '152903.403000', '152903.405000', '152903.408000', '152903.411000', '152903.414000', '152903.417000', '152903.420000', '152903.423000', '152903.425000', '152903.428000', '152903.431000', '152903.434000', '152903.437000', '152903.439000', '152903.442000', '152903.445000', '152903.448000', '152923.325000', '152923.328000', '152923.331000', '152923.334000', '152923.336000', '152923.339000', '152923.342000', '152923.345000', '152923.348000', '152923.350000', '152923.353000', '152923.356000', '152923.359000', '152923.362000', '152923.365000', '152923.368000', '152923.371000', '152923.374000', '152923.376000', '152923.379000', '152923.382000', '152923.385000', '152923.388000', '152923.391000', '152923.394000', '152923.396000', '152923.399000', '152923.402000', '152923.405000', '152923.408000', '152923.411000', '152923.414000', '152923.416000', '152923.419000', '152923.422000', '152923.425000', '152923.428000', '152923.431000', '152923.433000', '152923.436000', '152923.439000', '152923.442000', '152923.445000', '152943.326000', '152943.329000', '152943.332000', '152943.335000', '152943.338000', '152943.340000', '152943.343000', '152943.346000', '152943.349000', '152943.352000', '152943.355000', '152943.357000', '152943.360000', '152943.363000', '152943.366000', '152943.369000', '152943.372000', '152943.375000', '152943.377000', '152943.380000', '152943.383000', '152943.386000', '152943.389000', '152943.391000', '152943.394000', '152943.397000', '152943.400000', '152943.403000', '152943.406000', '152943.409000', '152943.412000', '152943.414000', '152943.417000', '152943.420000', '152943.423000', '152943.426000', '152943.428000', '152943.431000', '152943.434000', '152943.437000', '152943.440000', '152943.442000', '152943.445000', '152943.448000', '153003.326000', '153003.329000', '153003.332000', '153003.335000', '153003.337000', '153003.340000', '153003.343000', '153003.346000', '153003.349000', '153003.352000', '153003.355000', '153003.358000', '153003.360000', '153003.363000', '153003.366000', '153003.369000', '153003.372000', '153003.375000', '153003.378000', '153003.381000', '153003.383000', '153003.386000', '153003.389000', '153003.392000', '153003.395000', '153003.398000', '153003.420000', '153003.423000', '153003.426000', '153003.429000', '153003.431000', '153003.434000', '153003.437000', '153003.440000', '153003.443000', '153003.445000', '153003.448000', '153003.451000', '153003.454000', '153003.457000', '153003.460000', '153003.463000', '153003.466000', '153023.326000', '153023.329000', '153023.332000', '153023.344000', '153023.347000', '153023.350000', '153023.352000', '153023.355000', '153023.358000', '153023.361000', '153023.364000', '153023.367000', '153023.370000', '153023.373000', '153023.376000', '153023.379000', '153023.381000', '153023.384000', '153023.387000', '153023.390000', '153023.393000', '153023.395000', '153023.398000', '153023.401000', '153023.404000', '153023.407000', '153023.410000', '153023.413000', '153023.415000', '153023.418000', '153023.421000', '153023.424000', '153023.427000', '153023.429000', '153023.432000', '153023.435000', '153023.438000', '153023.441000', '153023.444000', '153023.446000', '153023.449000', '153023.452000', '153023.455000', '153023.458000', '153043.326000', '153043.329000', '153043.332000', '153043.335000', '153043.338000', '153043.340000', '153043.343000', '153043.346000', '153043.349000', '153043.352000', '153043.355000', '153043.357000', '153043.360000', '153043.363000', '153043.366000', '153043.369000', '153043.371000', '153043.374000', '153043.377000', '153043.380000', '153043.383000', '153043.386000', '153043.389000', '153043.391000', '153043.394000', '153043.397000', '153043.400000', '153043.403000', '153043.406000', '153043.409000', '153043.412000', '153043.414000', '153043.417000', '153043.420000', '153043.423000', '153043.426000', '153043.428000', '153043.431000', '153043.434000', '153043.437000', '153043.440000', '153043.442000', '153043.445000', '153103.325000', '153103.328000', '153103.337000', '153103.340000', '153103.343000', '153103.346000', '153103.349000', '153103.352000', '153103.355000', '153103.357000', '153103.361000', '153103.363000', '153103.366000', '153103.369000', '153103.372000', '153103.375000', '153103.378000', '153103.381000', '153103.384000', '153103.386000', '153103.389000', '153103.392000', '153103.395000', '153103.398000', '153103.401000', '153103.404000', '153103.407000', '153103.409000', '153103.412000', '153103.415000', '153103.418000', '153103.421000', '153103.424000', '153103.427000', '153103.430000', '153103.432000', '153103.435000', '153103.438000', '153103.441000', '153103.444000', '153103.447000', '153103.450000', '153103.453000', '153103.455000', '153123.325000', '153123.328000', '153123.331000', '153123.334000', '153123.336000', '153123.339000', '153123.342000', '153123.345000', '153123.348000', '153123.350000', '153123.353000', '153123.356000', '153123.359000', '153123.362000', '153123.365000', '153123.367000', '153123.370000', '153123.373000', '153123.376000', '153123.379000', '153123.381000', '153123.384000', '153123.387000', '153123.390000', '153123.393000', '153123.396000', '153123.399000', '153123.401000', '153123.404000', '153123.407000', '153123.410000', '153123.413000', '153123.416000', '153123.419000', '153123.422000', '153123.425000', '153123.444000', '153123.447000', '153123.450000', '153123.452000', '153123.456000', '153123.458000', '153123.461000', '153143.325000', '153143.337000', '153143.340000', '153143.342000', '153143.345000', '153143.348000', '153143.351000', '153143.354000', '153143.357000', '153143.360000', '153143.362000', '153143.365000', '153143.368000', '153143.371000', '153143.374000', '153143.377000', '153143.379000', '153143.382000', '153143.385000', '153143.388000', '153143.391000', '153143.394000', '153143.397000', '153143.399000', '153143.402000', '153143.405000', '153143.408000', '153143.411000', '153143.414000', '153143.417000', '153143.420000', '153143.423000', '153143.426000', '153143.429000', '153143.431000', '153143.434000', '153143.437000', '153143.440000', '153143.443000', '153143.446000', '153143.449000', '153143.451000', '153143.454000', '153143.457000', '153203.326000', '153203.407000', '153203.410000', '153203.413000', '153203.416000', '153203.419000', '153203.422000', '153203.425000', '153203.427000', '153203.430000', '153203.433000', '153203.436000', '153203.439000', '153203.442000', '153203.444000', '153203.447000', '153203.450000', '153203.453000', '153203.456000', '153203.458000', '153203.461000', '153203.464000', '153203.467000', '153203.475000', '153203.478000', '153203.480000', '153203.483000', '153203.486000', '153203.489000', '153203.492000', '153203.495000', '153203.498000', '153203.501000', '153203.503000', '153203.506000', '153203.509000', '153203.512000', '153203.515000', '153203.518000', '153203.521000', '153203.524000', '153203.527000', '153203.532000', '153223.326000', '153223.329000', '153223.332000', '153223.335000', '153223.338000', '153223.340000', '153223.343000', '153223.346000', '153223.349000', '153223.352000', '153223.355000', '153223.358000', '153223.361000', '153223.363000', '153223.366000', '153223.369000', '153223.372000', '153223.375000', '153223.378000', '153223.381000', '153223.384000', '153223.386000', '153223.389000', '153223.392000', '153223.395000', '153223.398000', '153223.401000', '153223.404000', '153223.407000', '153223.410000', '153223.412000', '153223.415000', '153223.418000', '153223.421000', '153223.424000', '153223.427000', '153223.430000', '153223.433000', '153223.435000', '153223.438000', '153223.441000', '153223.444000', '153223.447000', '153223.450000', '153243.326000', '153243.329000', '153243.332000', '153243.335000', '153243.338000', '153243.341000', '153243.344000', '153243.346000', '153243.349000', '153243.352000', '153243.355000', '153243.358000', '153243.361000', '153243.364000', '153243.367000', '153243.369000', '153243.372000', '153243.375000', '153243.378000', '153243.381000', '153243.384000', '153243.387000', '153243.390000', '153243.392000', '153243.395000', '153243.398000', '153243.401000', '153243.404000', '153243.407000', '153243.409000', '153243.412000', '153243.415000', '153243.418000', '153243.435000', '153243.438000', '153243.441000', '153243.444000', '153243.447000', '153243.450000', '153243.453000', '153243.455000', '153243.458000', '153243.461000', '153303.326000', '153303.330000', '153303.332000', '153303.335000', '153303.338000', '153303.341000', '153303.344000', '153303.347000', '153303.350000', '153303.353000', '153303.356000', '153303.359000', '153303.361000', '153303.364000', '153303.367000', '153303.370000', '153303.373000', '153303.376000', '153303.379000', '153303.382000', '153303.385000', '153303.387000', '153303.390000', '153303.393000', '153303.396000', '153303.399000', '153303.402000', '153303.405000', '153303.408000', '153303.410000', '153303.414000', '153303.417000', '153303.419000', '153303.422000', '153303.425000', '153303.428000', '153303.431000', '153303.434000', '153303.437000', '153303.440000', '153303.443000', '153303.446000', '153303.448000', '153323.325000', '153323.328000', '153323.331000', '153323.334000', '153323.337000', '153323.340000', '153323.343000', '153323.346000', '153323.348000', '153323.351000', '153323.354000', '153323.357000', '153323.360000', '153323.363000', '153323.366000', '153323.368000', '153323.371000', '153323.374000', '153323.377000', '153323.380000', '153323.383000', '153323.386000', '153323.389000', '153323.391000', '153323.394000', '153323.397000', '153323.400000', '153323.403000', '153323.406000', '153323.408000', '153323.411000', '153323.414000', '153323.417000', '153323.420000', '153323.423000', '153323.426000', '153323.428000', '153323.431000', '153323.434000', '153323.437000', '153323.440000', '153323.443000', '153323.446000', '153323.448000', '153343.325000', '153343.328000', '153343.331000', '153343.334000', '153343.337000', '153343.340000', '153343.343000', '153343.346000', '153343.350000', '153343.353000', '153343.356000', '153343.359000', '153343.362000', '153343.365000', '153343.368000', '153343.371000', '153343.373000', '153343.376000', '153343.379000', '153343.382000', '153343.385000', '153343.388000', '153343.391000', '153343.394000', '153343.397000', '153343.399000', '153343.402000', '153343.405000', '153343.408000', '153343.411000', '153343.414000', '153343.417000', '153343.420000', '153343.422000', '153343.425000', '153343.428000', '153343.431000', '153343.434000', '153343.437000', '153343.440000', '153343.443000', '153343.445000', '153343.448000', '153403.325000', '153403.328000', '153403.331000', '153403.334000', '153403.337000', '153403.340000', '153403.343000', '153403.345000', '153403.348000', '153403.351000', '153403.354000', '153403.357000', '153403.360000', '153403.363000', '153403.366000', '153403.368000', '153403.371000', '153403.374000', '153403.377000', '153403.380000', '153403.383000', '153403.386000', '153403.389000', '153403.391000', '153403.394000', '153403.397000', '153403.400000', '153403.403000', '153403.406000', '153403.409000', '153403.426000', '153403.428000', '153403.431000', '153403.434000', '153403.437000', '153403.440000', '153403.443000', '153403.446000', '153403.449000', '153403.451000', '153403.454000', '153403.457000', '153403.460000', '153403.463000', '153423.326000', '153423.329000', '153423.332000', '153423.335000', '153423.338000', '153423.341000', '153423.344000', '153423.347000', '153423.349000', '153423.352000', '153423.355000', '153423.358000', '153423.361000', '153423.364000', '153423.367000', '153423.370000', '153423.373000', '153423.376000', '153423.378000', '153423.381000', '153423.385000', '153423.389000', '153423.393000', '153423.396000', '153423.398000', '153423.401000', '153423.404000', '153423.407000', '153423.410000', '153423.413000', '153423.416000', '153423.419000', '153423.422000', '153423.425000', '153423.428000', '153423.431000', '153423.434000', '153423.437000', '153423.439000', '153423.442000', '153423.445000', '153423.448000', '153423.451000', '153426.179000', '153426.183000', '153426.186000', '153426.189000', '153426.192000', '153426.195000', '153426.198000'], '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': [10628, 16754, 10834, 11216, 10338, 10148, 10056, 10321, 12787, 9918, 14991, 8174, 10975, 8114, 10736, 7838, 10481, 8464, 11307, 8678, 11185, 9372, 7010, 10495, 8280, 12950, 9279, 14689, 10872, 12742, 11354, 9964, 12082, 11070, 11285, 11735, 17513, 9365, 12992, 8457, 11808, 8549, 11936, 9566, 16480, 10345, 12549, 9404, 11812, 9083, 11871, 9052, 13514, 9450, 10742, 8716, 10514, 9654, 10151, 10228, 8012, 10796, 7827, 10486, 7674, 10367, 7667, 10909, 9097, 12710, 9793, 12731, 8694, 9613, 9345, 9532, 10569, 8383, 14251, 9903, 12166, 9353, 12616, 8756, 11109, 10518, 7600, 11034, 7990, 11062, 9964, 15197, 12758, 11425, 16015, 10167, 13443, 9089, 9657, 10033, 7918, 11126, 8640, 11364, 9390, 14954, 10478, 13885, 13594, 11623, 14893, 10951, 15062, 10841, 14273, 11101, 12945, 10158, 14764, 9270, 17761, 10564, 12078, 9198, 12091, 8538, 11134, 8619, 12429, 8489, 11430, 8842, 7982, 9231, 7031, 9954, 8527, 10563, 9105, 14107, 10208, 12352, 8936, 10260, 8544, 10430, 10605, 8026, 11508, 8396, 11442, 8855, 11589, 9055, 15774, 10564, 13898, 9508, 10424, 9193, 9859, 10495, 8240, 13921, 10480, 12656, 8566, 7357, 9442, 8362, 11330, 10120, 13711, 9425, 9556, 10307, 9250, 10895, 8730, 14199, 10562, 13087, 9779, 12284, 8146, 11960, 10360, 8782, 11823, 8130, 11360, 9440, 14509, 9147, 8533, 10126, 7511, 11198, 9120, 12230, 9437, 12942, 10587, 17491, 11754, 12742, 8529, 10804, 9497, 10994, 10820, 9247, 12900, 8063, 11984, 7795, 11539, 8588, 11612, 8909, 13024, 8663, 10150, 8640, 8240, 9610, 8179, 10513, 9060, 12951, 8666, 9432, 9047, 10416, 10784, 12392, 18554, 12802, 14955, 9887, 11188, 11006, 8216, 11556, 9550, 13756, 10488, 10086, 13762, 9227, 13202, 10117, 11989, 9958, 19196, 11636, 15825, 9562, 11542, 10240, 11577, 11893, 9638, 16475, 10902, 13023, 9493, 12286, 8817, 11329, 9906, 9943, 11268, 8838, 14334, 9880, 11591, 8886, 11362, 8725, 10689, 8462, 10688, 8723, 12885, 8345, 7509, 8669, 7191, 9729, 9100, 12980, 9349, 10004, 9752, 7497, 10689, 8727, 11252, 10348, 15968, 12026, 15462, 10487, 12736, 8870, 10586, 11124, 8681, 14181, 10773, 10524, 9324, 8373, 11487, 9171, 12684, 11133, 14988, 10434, 13011, 9962, 11683, 9654, 10915, 9330, 11921, 10375, 13784, 9645, 13393, 8896, 12213, 8176, 12008, 9695, 9991, 10126, 7366, 10690, 8670, 11131, 9022, 11688, 9016, 13095, 9351, 9530, 10051, 8605, 9908, 7741, 11404, 10611, 17458, 11693, 12499, 9161, 9319, 9872, 8656, 12030, 10591, 14780, 10058, 12536, 8404, 11652, 10166, 13516, 17976, 11289, 14002, 9724, 10026, 10699, 9486, 13046, 8988, 11946, 12720, 10694, 15806, 10268, 14489, 9895, 13023, 10217, 12866, 10348, 18372, 11043, 13573, 9889, 11363, 8077, 8069, 9822, 9103, 12627, 10966, 12621, 9473, 11489, 9594, 12089, 10368, 17306, 10754, 12778, 9473, 11241, 9642, 12179, 10181, 13651, 9695, 11450, 9069, 11421, 8986, 14919, 9654, 13536, 8851, 12415, 8229, 13736, 8667, 14032, 8743, 10799, 8809, 9895, 9536, 8964, 10033, 8448, 11229, 10396, 11623, 9706, 13260, 8800, 11942, 8859, 11118, 11153, 9296, 12222, 8415, 11680, 9147, 12854, 8978, 12377, 9551, 7859, 10715, 8605, 11738, 9267, 12437, 10123, 7652, 11165, 9166, 12111, 9814, 12186, 9516, 12286, 9605, 14413, 10284, 12734, 8355, 9350, 10291, 8544, 12000, 10740, 13938, 9103, 9134, 10154, 9074, 11118, 9345, 13744, 10656, 12630, 9773, 12352, 9246, 13257, 8832, 13953, 9508, 9442, 10245, 8944, 10916, 8993, 12383, 11676, 17317, 11432, 10633, 9429, 9391, 10562, 8702, 12686, 10808, 14460, 10338, 10745, 8575, 10252, 10526, 8815, 15550, 11568, 13555, 8876, 9444, 9245, 8724, 10798, 10290, 15969, 11013, 13341, 8675, 10527, 9319, 9709, 11845, 9113, 17938, 11229, 14586, 10194, 11944, 8966, 11444, 10274, 10407, 14476, 8416, 11528, 8166, 10501, 7706, 10104, 8497, 10613, 8749, 12320, 8446, 7894, 9849, 7899, 10555, 9579, 11328, 10051, 15092, 10722, 12929, 8633, 11959, 8815, 12027, 11258, 8895, 10587, 7959, 10629, 9130, 11397, 9890, 14691, 10114, 11511, 8498, 10374, 9907, 8610, 13446, 10078, 12920, 9717, 12832, 8720, 11533, 11750, 10594, 15823, 9634, 13244, 9611, 11745, 8679, 14637, 9099, 10215, 10117, 9252, 10530, 8317, 10261, 7781, 12428, 9880, 16106, 10553, 10098, 9089, 8530, 9894, 8221, 12268, 9617, 12781, 8582, 9172, 9040, 8842, 9655, 8235, 13308, 8479, 13114, 9490, 10961, 9106, 11792, 8986, 8913, 11674, 9218, 13137, 8859, 13069, 9787, 14434, 10309, 18045, 14309, 17480, 11000, 12491, 8686, 12966, 8999, 13740, 10182, 12485, 11854, 9582, 10642, 8979, 11269, 8377, 14203, 11168, 15432, 10404, 13249, 9325, 12759, 8345, 13527, 9507, 9632, 10252, 7890, 10067, 7773, 10887, 9992, 13264, 9781, 13048, 8519, 12310, 8248, 12977, 8458, 12768, 9116, 10584, 10575, 7257, 10401, 8894, 10338, 9075, 9977, 11823, 10960, 14768, 10784, 12915, 8898, 13017, 8887, 15092, 11714, 17283, 11886, 16851, 9773, 14840, 9575, 15804, 9578, 16841, 10136, 13381, 8857, 13921, 8824, 13233, 8735, 10466, 10101, 8239, 10166, 7517, 10810, 9430, 11513, 9281, 14005, 8921, 11076, 10032, 9925, 10134, 10724, 10882, 9208, 12283, 8958, 12118, 9612, 12989, 9026, 11910, 11505, 7496, 11620, 9759, 11739, 9636, 13807, 8798, 14835, 10498, 11317, 10994, 10157, 10385, 9757, 9960, 8631, 11140, 9198, 13079, 10140, 13461, 8521, 11703, 8712, 11463, 9244, 10899, 9740, 9972, 10207, 8460, 9741, 7564, 10124, 8933, 11801, 9588, 7029, 10761, 9055, 12692, 8552, 13582, 10221, 14719, 14223, 8721, 14418, 11703, 17159, 11269, 11986, 10079, 13658, 19310, 14728, 18294, 10648, 11508, 9204, 10080, 11634, 10410, 16851, 12425, 18363, 11047, 14157, 9112, 12207, 10342, 10958, 14011, 9924, 12932, 10142, 11734, 9295, 13353, 8821, 12292, 8717, 10246, 11649, 7263, 10533, 8261, 13603, 8664, 12326, 10409, 9064, 11448, 8107, 11405, 9421, 13654, 9000, 11227, 11536, 7671, 11957, 9331, 11574, 9190, 13024, 10042, 9144, 11867, 9183, 11816, 9595, 13737, 8467, 11820, 9655, 8481, 11321, 8701, 12408, 8577, 8024, 9940, 9584, 12179, 10545, 12376, 8445, 10934, 10629, 11810, 12671, 11588, 13055, 9797, 11381, 11176, 10500, 13240, 9161, 13849, 9624, 10276, 9657, 9209, 9896, 7915, 10053, 9404, 13361, 9830, 7934, 10098, 7616, 11240, 9890, 11850, 10835, 15213, 11917, 14530, 10676, 14074, 9787, 15427, 12207, 11482, 12031, 9827, 12132, 9799, 13443, 11932, 16689, 11483, 12833, 8502, 11706, 11239, 9738, 13059, 10051, 12905, 9917, 14190, 9017, 14701, 9705, 11590, 11358, 8504, 11521, 8671, 11503, 10034, 13921, 10564, 13700, 8777, 10991, 8977, 10552, 10211, 8367, 11448, 8953, 10815, 8743, 10601, 8407, 13628, 8655, 10739, 9207, 9000, 9814, 8207, 9979, 8955, 11230, 8937, 13698, 8395, 11044, 9048, 10026, 9500, 8335, 11042, 10470, 16143, 10913, 11607, 9318, 9434, 10507, 8527, 13877, 11917, 16470, 11246, 14185, 9470, 11826, 9213, 10431, 12330, 9729, 12850, 9959, 11297, 9364, 10702, 8654, 10854, 8659, 11006, 8919, 13671, 8834, 7177, 8693, 7742, 12454, 9237, 12814, 10025, 14714, 10878, 14922, 10882, 13573, 10253, 14506, 10803, 17880, 10363, 14299, 8975, 10702, 11416, 9605, 14663, 9631, 10887, 8626, 13940, 8693, 8364, 8414, 7049, 10245, 9599, 13878, 9715, 11653, 11229, 9111, 11472, 10488, 10980, 15791, 10989, 18341, 12820, 16390, 10663, 11627, 8900, 11153, 8551, 12512, 10540, 15294, 10779, 11778, 9738, 11205, 9251, 11173, 9356, 13344, 10108, 14746, 9887, 13329, 8326, 13235, 8259, 13435, 8323, 13672, 8365, 12347, 8494, 12558, 8404, 12329, 8223, 11882, 8124, 11166, 8114, 9712, 8806, 8413, 9165, 7687, 9872, 9505, 12786, 9097, 7975, 10684, 8333, 11782, 9885, 12464, 11160, 17245, 11591, 16284, 10778, 14530, 9577, 15502, 13752, 14513, 12308, 12960, 11111, 14265, 9970, 15433, 9555, 13882, 9621, 13229, 8675, 9885, 8696, 8521, 10030, 8970, 11726, 10090, 13960, 14674, 10815, 14962, 10556, 12301, 10123, 13991, 8889, 14196, 9901, 13604, 10896, 11468, 11755, 10544, 11966, 9312, 16082, 13122, 18181, 11071, 14385, 9188, 12624, 9855, 12014, 11563, 9728, 11322, 7753, 11486, 8733, 11194, 9477, 14660, 9397, 10285, 8693, 8373, 10319, 7524, 10655, 8777, 11035, 8628, 13126, 8181, 10230, 9322, 8698, 9434, 7363, 10176, 7392, 10284, 8322, 11061, 8349, 10652, 8994, 6781, 10468, 8901, 11444, 9034, 9445, 11046, 9992, 12896, 9893, 14295, 9610, 13703, 8365, 15367, 9450, 15096, 12382, 9495, 11496, 9003, 11504, 8015, 11147, 8127, 12326, 8735, 13388, 8085, 12039, 7723, 11779, 7276, 11723, 7284, 11501, 8548, 12363, 9231, 10445, 9380, 6888, 10561, 8928, 12876, 9271, 14118, 9666, 11733, 11633, 11068, 11693, 13257, 12158, 16476, 13077, 18183, 11696, 15775, 9544, 15765, 9804, 12717, 9444, 11326, 9183, 12664, 9148, 12653, 8232, 11535, 8197, 10001, 9531, 8627, 11883, 9158, 12218, 8646, 12011, 8674, 11963, 10491, 13756, 13380, 12114, 12038, 14736, 10506, 16958, 10965, 12486, 9472, 12498, 9505, 13035, 9576, 12131], 'WindowCenter': [4179.0, 4201.0, 4146.0, 4142.0, 4131.0, 4118.0, 4120.0, 4119.0, 4140.0, 4107.0, 4148.0, 4085.0, 4113.0, 4073.0, 4114.0, 4074.0, 4114.0, 4096.0, 4126.0, 4107.0, 4128.0, 4108.0, 4078.0, 4129.0, 4109.0, 4149.0, 4120.0, 4161.0, 4131.0, 4139.0, 4129.0, 4117.0, 4127.0, 4115.0, 4126.0, 4126.0, 4158.0, 4093.0, 4123.0, 4081.0, 4112.0, 4083.0, 4112.0, 4092.0, 4142.0, 4091.0, 4109.0, 4090.0, 4111.0, 4080.0, 4111.0, 4081.0, 4121.0, 4092.0, 4099.0, 4079.0, 4100.0, 4091.0, 4100.0, 4100.0, 4070.0, 4101.0, 4071.0, 4101.0, 4071.0, 4103.0, 4072.0, 4112.0, 4095.0, 4134.0, 4104.0, 4134.0, 4092.0, 4102.0, 4104.0, 4104.0, 4116.0, 4095.0, 4146.0, 4105.0, 4123.0, 4104.0, 4134.0, 4095.0, 4124.0, 4116.0, 4084.0, 4115.0, 4085.0, 4126.0, 4119.0, 4160.0, 4150.0, 4139.0, 4158.0, 4128.0, 4145.0, 4106.0, 4117.0, 4116.0, 4098.0, 4127.0, 4108.0, 4138.0, 4120.0, 4161.0, 4129.0, 4148.0, 4135.0, 4111.0, 4133.0, 4088.0, 4119.0, 4086.0, 4107.0, 4087.0, 4095.0, 4074.0, 4117.0, 4064.0, 4126.0, 4075.0, 4092.0, 4063.0, 4094.0, 4065.0, 4085.0, 4067.0, 4107.0, 4079.0, 4108.0, 4079.0, 4069.0, 4089.0, 4059.0, 4100.0, 4081.0, 4112.0, 4093.0, 4134.0, 4104.0, 4124.0, 4092.0, 4101.0, 4083.0, 4112.0, 4113.0, 4072.0, 4114.0, 4081.0, 4111.0, 4092.0, 4113.0, 4095.0, 4144.0, 4113.0, 4132.0, 4091.0, 4100.0, 4090.0, 4102.0, 4101.0, 4081.0, 4134.0, 4112.0, 4122.0, 4093.0, 4073.0, 4105.0, 4096.0, 4126.0, 4128.0, 4148.0, 4107.0, 4116.0, 4115.0, 4105.0, 4125.0, 4096.0, 4147.0, 4115.0, 4134.0, 4114.0, 4134.0, 4085.0, 4135.0, 4115.0, 4095.0, 4126.0, 4083.0, 4124.0, 4116.0, 4146.0, 4106.0, 4095.0, 4116.0, 4074.0, 4124.0, 4104.0, 4124.0, 4104.0, 4134.0, 4114.0, 4155.0, 4123.0, 4122.0, 4081.0, 4111.0, 4102.0, 4112.0, 4113.0, 4091.0, 4123.0, 4081.0, 4122.0, 4070.0, 4111.0, 4092.0, 4111.0, 4093.0, 4132.0, 4092.0, 4112.0, 4092.0, 4093.0, 4104.0, 4096.0, 4127.0, 4108.0, 4147.0, 4108.0, 4117.0, 4107.0, 4129.0, 4140.0, 4150.0, 4182.0, 4138.0, 4157.0, 4115.0, 4125.0, 4116.0, 4096.0, 4125.0, 4117.0, 4147.0, 4129.0, 4116.0, 4147.0, 4106.0, 4134.0, 4103.0, 4123.0, 4104.0, 4166.0, 4114.0, 4132.0, 4090.0, 4109.0, 4089.0, 4109.0, 4110.0, 4089.0, 4141.0, 4098.0, 4119.0, 4089.0, 4109.0, 4080.0, 4099.0, 4089.0, 4100.0, 4111.0, 4080.0, 4132.0, 4090.0, 4111.0, 4080.0, 4109.0, 4080.0, 4101.0, 4082.0, 4102.0, 4083.0, 4121.0, 4081.0, 4071.0, 4091.0, 4073.0, 4104.0, 4107.0, 4149.0, 4120.0, 4129.0, 4119.0, 4089.0, 4129.0, 4109.0, 4141.0, 4131.0, 4160.0, 4138.0, 4159.0, 4117.0, 4126.0, 4093.0, 4117.0, 4128.0, 4096.0, 4146.0, 4116.0, 4117.0, 4105.0, 4095.0, 4127.0, 4109.0, 4138.0, 4127.0, 4146.0, 4115.0, 4123.0, 4102.0, 4110.0, 4091.0, 4100.0, 4093.0, 4112.0, 4102.0, 4132.0, 4092.0, 4132.0, 4093.0, 4121.0, 4082.0, 4123.0, 4104.0, 4104.0, 4114.0, 4073.0, 4114.0, 4096.0, 4124.0, 4107.0, 4126.0, 4107.0, 4137.0, 4105.0, 4105.0, 4105.0, 4094.0, 4105.0, 4086.0, 4126.0, 4117.0, 4167.0, 4127.0, 4135.0, 4104.0, 4104.0, 4115.0, 4108.0, 4139.0, 4117.0, 4147.0, 4118.0, 4137.0, 4097.0, 4126.0, 4129.0, 4150.0, 4170.0, 4128.0, 4147.0, 4104.0, 4115.0, 4127.0, 4118.0, 4148.0, 4109.0, 4139.0, 4151.0, 4119.0, 4161.0, 4116.0, 4135.0, 4092.0, 4123.0, 4090.0, 4123.0, 4101.0, 4154.0, 4100.0, 4121.0, 4089.0, 4111.0, 4071.0, 4084.0, 4117.0, 4107.0, 4150.0, 4129.0, 4149.0, 4121.0, 4127.0, 4118.0, 4137.0, 4120.0, 4157.0, 4115.0, 4124.0, 4092.0, 4112.0, 4105.0, 4124.0, 4103.0, 4133.0, 4091.0, 4110.0, 4080.0, 4111.0, 4093.0, 4132.0, 4091.0, 4121.0, 4080.0, 4110.0, 4069.0, 4120.0, 4081.0, 4131.0, 4081.0, 4099.0, 4079.0, 4099.0, 4090.0, 4090.0, 4102.0, 4094.0, 4124.0, 4115.0, 4124.0, 4104.0, 4134.0, 4095.0, 4122.0, 4093.0, 4113.0, 4114.0, 4093.0, 4124.0, 4083.0, 4123.0, 4092.0, 4134.0, 4094.0, 4135.0, 4103.0, 4082.0, 4114.0, 4094.0, 4125.0, 4107.0, 4136.0, 4116.0, 4085.0, 4127.0, 4107.0, 4126.0, 4106.0, 4137.0, 4118.0, 4137.0, 4106.0, 4146.0, 4115.0, 4135.0, 4093.0, 4104.0, 4115.0, 4106.0, 4138.0, 4127.0, 4146.0, 4105.0, 4105.0, 4116.0, 4106.0, 4126.0, 4106.0, 4147.0, 4116.0, 4125.0, 4104.0, 4123.0, 4104.0, 4134.0, 4105.0, 4144.0, 4104.0, 4102.0, 4102.0, 4093.0, 4113.0, 4104.0, 4135.0, 4125.0, 4156.0, 4125.0, 4113.0, 4092.0, 4106.0, 4115.0, 4094.0, 4135.0, 4116.0, 4145.0, 4114.0, 4113.0, 4095.0, 4116.0, 4116.0, 4106.0, 4157.0, 4127.0, 4146.0, 4105.0, 4104.0, 4104.0, 4095.0, 4127.0, 4116.0, 4157.0, 4126.0, 4135.0, 4094.0, 4113.0, 4092.0, 4103.0, 4123.0, 4093.0, 4156.0, 4112.0, 4131.0, 4101.0, 4110.0, 4080.0, 4112.0, 4102.0, 4101.0, 4133.0, 4069.0, 4110.0, 4079.0, 4099.0, 4069.0, 4100.0, 4093.0, 4113.0, 4094.0, 4134.0, 4084.0, 4083.0, 4114.0, 4084.0, 4116.0, 4117.0, 4128.0, 4117.0, 4157.0, 4126.0, 4135.0, 4095.0, 4125.0, 4106.0, 4136.0, 4127.0, 4094.0, 4115.0, 4084.0, 4114.0, 4106.0, 4126.0, 4116.0, 4147.0, 4115.0, 4125.0, 4094.0, 4116.0, 4116.0, 4095.0, 4148.0, 4116.0, 4136.0, 4106.0, 4135.0, 4096.0, 4125.0, 4126.0, 4114.0, 4146.0, 4103.0, 4123.0, 4092.0, 4112.0, 4093.0, 4143.0, 4093.0, 4101.0, 4102.0, 4092.0, 4101.0, 4081.0, 4101.0, 4072.0, 4123.0, 4103.0, 4143.0, 4102.0, 4102.0, 4092.0, 4093.0, 4104.0, 4097.0, 4135.0, 4106.0, 4136.0, 4095.0, 4105.0, 4106.0, 4107.0, 4119.0, 4110.0, 4149.0, 4096.0, 4147.0, 4116.0, 4125.0, 4107.0, 4138.0, 4108.0, 4119.0, 4141.0, 4120.0, 4161.0, 4121.0, 4150.0, 4130.0, 4161.0, 4130.0, 4170.0, 4150.0, 4167.0, 4114.0, 4124.0, 4082.0, 4122.0, 4093.0, 4133.0, 4103.0, 4122.0, 4112.0, 4090.0, 4100.0, 4091.0, 4111.0, 4081.0, 4133.0, 4113.0, 4133.0, 4102.0, 4122.0, 4090.0, 4121.0, 4082.0, 4131.0, 4091.0, 4090.0, 4102.0, 4070.0, 4100.0, 4083.0, 4113.0, 4104.0, 4134.0, 4105.0, 4134.0, 4094.0, 4124.0, 4085.0, 4135.0, 4095.0, 4134.0, 4094.0, 4114.0, 4114.0, 4073.0, 4115.0, 4106.0, 4128.0, 4119.0, 4132.0, 4153.0, 4155.0, 4174.0, 4143.0, 4162.0, 4121.0, 4148.0, 4108.0, 4148.0, 4128.0, 4158.0, 4127.0, 4155.0, 4103.0, 4133.0, 4093.0, 4143.0, 4091.0, 4141.0, 4089.0, 4119.0, 4079.0, 4118.0, 4079.0, 4119.0, 4079.0, 4100.0, 4100.0, 4080.0, 4100.0, 4071.0, 4111.0, 4104.0, 4124.0, 4106.0, 4145.0, 4094.0, 4113.0, 4103.0, 4101.0, 4102.0, 4114.0, 4113.0, 4093.0, 4124.0, 4093.0, 4124.0, 4104.0, 4136.0, 4107.0, 4126.0, 4127.0, 4074.0, 4125.0, 4105.0, 4124.0, 4106.0, 4136.0, 4096.0, 4145.0, 4105.0, 4114.0, 4103.0, 4101.0, 4101.0, 4090.0, 4091.0, 4083.0, 4115.0, 4094.0, 4135.0, 4104.0, 4134.0, 4083.0, 4125.0, 4095.0, 4126.0, 4108.0, 4127.0, 4107.0, 4115.0, 4116.0, 4094.0, 4116.0, 4097.0, 4116.0, 4119.0, 4150.0, 4131.0, 4090.0, 4142.0, 4133.0, 4163.0, 4124.0, 4162.0, 4146.0, 4175.0, 4175.0, 4110.0, 4151.0, 4139.0, 4171.0, 4131.0, 4139.0, 4118.0, 4150.0, 4184.0, 4160.0, 4169.0, 4117.0, 4125.0, 4093.0, 4103.0, 4115.0, 4115.0, 4158.0, 4125.0, 4155.0, 4113.0, 4121.0, 4079.0, 4110.0, 4089.0, 4099.0, 4123.0, 4089.0, 4111.0, 4089.0, 4098.0, 4078.0, 4108.0, 4079.0, 4109.0, 4079.0, 4100.0, 4111.0, 4059.0, 4099.0, 4081.0, 4121.0, 4081.0, 4122.0, 4103.0, 4082.0, 4112.0, 4071.0, 4111.0, 4092.0, 4133.0, 4094.0, 4113.0, 4113.0, 4071.0, 4112.0, 4092.0, 4112.0, 4094.0, 4134.0, 4103.0, 4092.0, 4113.0, 4093.0, 4113.0, 4092.0, 4133.0, 4094.0, 4124.0, 4103.0, 4093.0, 4113.0, 4094.0, 4134.0, 4095.0, 4097.0, 4119.0, 4130.0, 4150.0, 4132.0, 4150.0, 4110.0, 4140.0, 4132.0, 4141.0, 4150.0, 4128.0, 4138.0, 4105.0, 4126.0, 4126.0, 4115.0, 4136.0, 4106.0, 4147.0, 4117.0, 4115.0, 4105.0, 4105.0, 4116.0, 4096.0, 4117.0, 4120.0, 4160.0, 4131.0, 4111.0, 4142.0, 4112.0, 4153.0, 4144.0, 4154.0, 4154.0, 4174.0, 4153.0, 4161.0, 4130.0, 4160.0, 4120.0, 4158.0, 4139.0, 4125.0, 4125.0, 4103.0, 4124.0, 4103.0, 4135.0, 4125.0, 4156.0, 4124.0, 4134.0, 4081.0, 4122.0, 4113.0, 4093.0, 4134.0, 4102.0, 4122.0, 4102.0, 4131.0, 4093.0, 4131.0, 4092.0, 4111.0, 4100.0, 4079.0, 4110.0, 4081.0, 4111.0, 4091.0, 4131.0, 4101.0, 4121.0, 4080.0, 4099.0, 4080.0, 4102.0, 4102.0, 4081.0, 4111.0, 4081.0, 4101.0, 4081.0, 4103.0, 4085.0, 4134.0, 4083.0, 4112.0, 4091.0, 4081.0, 4101.0, 4083.0, 4103.0, 4095.0, 4115.0, 4096.0, 4136.0, 4085.0, 4124.0, 4094.0, 4104.0, 4105.0, 4096.0, 4128.0, 4128.0, 4159.0, 4127.0, 4127.0, 4106.0, 4108.0, 4128.0, 4108.0, 4148.0, 4128.0, 4158.0, 4127.0, 4146.0, 4105.0, 4127.0, 4107.0, 4116.0, 4137.0, 4107.0, 4136.0, 4120.0, 4126.0, 4120.0, 4128.0, 4095.0, 4125.0, 4096.0, 4115.0, 4106.0, 4147.0, 4106.0, 4075.0, 4107.0, 4099.0, 4151.0, 4133.0, 4163.0, 4134.0, 4174.0, 4144.0, 4172.0, 4131.0, 4149.0, 4118.0, 4149.0, 4128.0, 4168.0, 4105.0, 4135.0, 4081.0, 4102.0, 4112.0, 4104.0, 4132.0, 4102.0, 4112.0, 4093.0, 4143.0, 4094.0, 4093.0, 4094.0, 4076.0, 4127.0, 4130.0, 4163.0, 4132.0, 4152.0, 4142.0, 4121.0, 4141.0, 4128.0, 4129.0, 4159.0, 4128.0, 4168.0, 4136.0, 4145.0, 4102.0, 4111.0, 4080.0, 4101.0, 4081.0, 4112.0, 4100.0, 4131.0, 4100.0, 4110.0, 4089.0, 4098.0, 4078.0, 4099.0, 4090.0, 4119.0, 4089.0, 4119.0, 4088.0, 4118.0, 4068.0, 4108.0, 4070.0, 4121.0, 4070.0, 4120.0, 4083.0, 4122.0, 4082.0, 4110.0, 4082.0, 4121.0, 4083.0, 4122.0, 4097.0, 4127.0, 4098.0, 4116.0, 4108.0, 4109.0, 4117.0, 4100.0, 4130.0, 4132.0, 4162.0, 4134.0, 4113.0, 4144.0, 4124.0, 4154.0, 4145.0, 4164.0, 4144.0, 4184.0, 4142.0, 4172.0, 4130.0, 4148.0, 4108.0, 4158.0, 4137.0, 4135.0, 4114.0, 4122.0, 4102.0, 4131.0, 4103.0, 4145.0, 4106.0, 4133.0, 4103.0, 4121.0, 4091.0, 4103.0, 4093.0, 4093.0, 4113.0, 4107.0, 4138.0, 4129.0, 4173.0, 4187.0, 4155.0, 4172.0, 4141.0, 4140.0, 4130.0, 4159.0, 4108.0, 4148.0, 4118.0, 4148.0, 4129.0, 4127.0, 4125.0, 4113.0, 4122.0, 4092.0, 4145.0, 4123.0, 4154.0, 4112.0, 4120.0, 4079.0, 4108.0, 4088.0, 4108.0, 4098.0, 4075.0, 4085.0, 4044.0, 4095.0, 4065.0, 4096.0, 4077.0, 4117.0, 4077.0, 4086.0, 4066.0, 4066.0, 4086.0, 4057.0, 4087.0, 4079.0, 4100.0, 4081.0, 4120.0, 4069.0, 4100.0, 4090.0, 4080.0, 4090.0, 4061.0, 4100.0, 4059.0, 4100.0, 4081.0, 4112.0, 4083.0, 4113.0, 4093.0, 4063.0, 4114.0, 4106.0, 4126.0, 4107.0, 4131.0, 4141.0, 4132.0, 4150.0, 4120.0, 4159.0, 4119.0, 4147.0, 4098.0, 4159.0, 4108.0, 4148.0, 4138.0, 4105.0, 4126.0, 4094.0, 4124.0, 4085.0, 4128.0, 4097.0, 4137.0, 4096.0, 4149.0, 4098.0, 4137.0, 4086.0, 4125.0, 4074.0, 4125.0, 4086.0, 4137.0, 4108.0, 4147.0, 4119.0, 4139.0, 4118.0, 4089.0, 4141.0, 4121.0, 4163.0, 4135.0, 4175.0, 4135.0, 4154.0, 4154.0, 4142.0, 4141.0, 4150.0, 4141.0, 4160.0, 4139.0, 4168.0, 4126.0, 4144.0, 4093.0, 4142.0, 4092.0, 4122.0, 4104.0, 4113.0, 4105.0, 4134.0, 4104.0, 4133.0, 4082.0, 4122.0, 4094.0, 4114.0, 4115.0, 4106.0, 4139.0, 4117.0, 4139.0, 4109.0, 4139.0, 4111.0, 4151.0, 4142.0, 4161.0, 4153.0, 4139.0, 4138.0, 4147.0, 4118.0, 4155.0, 4115.0, 4125.0, 4117.0, 4137.0, 4115.0, 4134.0, 4106.0, 4135.0], 'WindowWidth': [9282.0, 9297.0, 9209.0, 9195.0, 9179.0, 9155.0, 9159.0, 9158.0, 9187.0, 9137.0, 9192.0, 9103.0, 9140.0, 9085.0, 9139.0, 9089.0, 9142.0, 9122.0, 9163.0, 9142.0, 9168.0, 9141.0, 9103.0, 9170.0, 9145.0, 9197.0, 9162.0, 9219.0, 9179.0, 9184.0, 9169.0, 9151.0, 9163.0, 9144.0, 9163.0, 9159.0, 9211.0, 9111.0, 9151.0, 9093.0, 9135.0, 9099.0, 9137.0, 9108.0, 9178.0, 9104.0, 9128.0, 9103.0, 9130.0, 9092.0, 9135.0, 9095.0, 9147.0, 9107.0, 9112.0, 9088.0, 9116.0, 9108.0, 9118.0, 9119.0, 9078.0, 9120.0, 9079.0, 9121.0, 9080.0, 9124.0, 9085.0, 9139.0, 9119.0, 9171.0, 9130.0, 9169.0, 9113.0, 9125.0, 9129.0, 9129.0, 9150.0, 9121.0, 9190.0, 9132.0, 9154.0, 9129.0, 9172.0, 9123.0, 9157.0, 9150.0, 9105.0, 9147.0, 9107.0, 9163.0, 9160.0, 9219.0, 9207.0, 9185.0, 9210.0, 9171.0, 9187.0, 9137.0, 9153.0, 9153.0, 9133.0, 9169.0, 9142.0, 9185.0, 9163.0, 9219.0, 9172.0, 9193.0, 9172.0, 9133.0, 9166.0, 9096.0, 9143.0, 9090.0, 9121.0, 9089.0, 9101.0, 9072.0, 9135.0, 9057.0, 9147.0, 9072.0, 9094.0, 9056.0, 9097.0, 9062.0, 9088.0, 9067.0, 9123.0, 9088.0, 9125.0, 9087.0, 9075.0, 9102.0, 9063.0, 9118.0, 9095.0, 9137.0, 9115.0, 9171.0, 9130.0, 9154.0, 9111.0, 9120.0, 9100.0, 9139.0, 9143.0, 9084.0, 9141.0, 9097.0, 9134.0, 9111.0, 9140.0, 9119.0, 9186.0, 9142.0, 9164.0, 9107.0, 9117.0, 9105.0, 9122.0, 9122.0, 9097.0, 9172.0, 9139.0, 9151.0, 9114.0, 9089.0, 9132.0, 9125.0, 9166.0, 9171.0, 9197.0, 9140.0, 9150.0, 9149.0, 9134.0, 9163.0, 9125.0, 9196.0, 9147.0, 9173.0, 9146.0, 9171.0, 9110.0, 9175.0, 9151.0, 9121.0, 9162.0, 9104.0, 9157.0, 9151.0, 9192.0, 9138.0, 9120.0, 9148.0, 9093.0, 9157.0, 9130.0, 9157.0, 9133.0, 9173.0, 9146.0, 9203.0, 9155.0, 9151.0, 9096.0, 9134.0, 9125.0, 9138.0, 9143.0, 9109.0, 9155.0, 9095.0, 9151.0, 9080.0, 9135.0, 9113.0, 9136.0, 9114.0, 9166.0, 9112.0, 9139.0, 9114.0, 9115.0, 9132.0, 9126.0, 9168.0, 9145.0, 9195.0, 9145.0, 9154.0, 9141.0, 9173.0, 9192.0, 9204.0, 9256.0, 9183.0, 9207.0, 9146.0, 9157.0, 9149.0, 9123.0, 9162.0, 9153.0, 9194.0, 9172.0, 9151.0, 9193.0, 9135.0, 9171.0, 9126.0, 9155.0, 9131.0, 9220.0, 9143.0, 9165.0, 9104.0, 9127.0, 9101.0, 9128.0, 9133.0, 9100.0, 9177.0, 9111.0, 9142.0, 9101.0, 9126.0, 9091.0, 9113.0, 9102.0, 9118.0, 9136.0, 9091.0, 9164.0, 9106.0, 9131.0, 9091.0, 9128.0, 9091.0, 9121.0, 9099.0, 9123.0, 9100.0, 9147.0, 9095.0, 9084.0, 9110.0, 9088.0, 9133.0, 9143.0, 9200.0, 9165.0, 9173.0, 9161.0, 9120.0, 9173.0, 9146.0, 9191.0, 9176.0, 9218.0, 9180.0, 9213.0, 9151.0, 9159.0, 9116.0, 9151.0, 9168.0, 9122.0, 9190.0, 9149.0, 9152.0, 9134.0, 9120.0, 9165.0, 9144.0, 9182.0, 9165.0, 9190.0, 9145.0, 9155.0, 9122.0, 9132.0, 9107.0, 9117.0, 9114.0, 9136.0, 9125.0, 9163.0, 9110.0, 9164.0, 9113.0, 9148.0, 9098.0, 9153.0, 9130.0, 9129.0, 9145.0, 9089.0, 9145.0, 9122.0, 9158.0, 9140.0, 9165.0, 9142.0, 9178.0, 9135.0, 9133.0, 9133.0, 9118.0, 9133.0, 9109.0, 9164.0, 9152.0, 9223.0, 9165.0, 9173.0, 9131.0, 9130.0, 9147.0, 9143.0, 9186.0, 9154.0, 9194.0, 9155.0, 9179.0, 9126.0, 9163.0, 9175.0, 9201.0, 9232.0, 9168.0, 9194.0, 9132.0, 9148.0, 9167.0, 9155.0, 9195.0, 9145.0, 9186.0, 9207.0, 9157.0, 9217.0, 9148.0, 9173.0, 9109.0, 9151.0, 9103.0, 9154.0, 9119.0, 9200.0, 9117.0, 9148.0, 9102.0, 9132.0, 9081.0, 9104.0, 9153.0, 9142.0, 9204.0, 9174.0, 9201.0, 9163.0, 9165.0, 9155.0, 9180.0, 9159.0, 9207.0, 9146.0, 9156.0, 9111.0, 9138.0, 9131.0, 9155.0, 9126.0, 9166.0, 9108.0, 9131.0, 9091.0, 9133.0, 9113.0, 9163.0, 9108.0, 9146.0, 9090.0, 9129.0, 9075.0, 9144.0, 9095.0, 9161.0, 9092.0, 9113.0, 9089.0, 9116.0, 9106.0, 9105.0, 9126.0, 9120.0, 9159.0, 9147.0, 9159.0, 9132.0, 9169.0, 9118.0, 9151.0, 9114.0, 9140.0, 9145.0, 9114.0, 9157.0, 9102.0, 9153.0, 9112.0, 9171.0, 9120.0, 9173.0, 9128.0, 9100.0, 9144.0, 9117.0, 9159.0, 9139.0, 9176.0, 9150.0, 9107.0, 9166.0, 9139.0, 9162.0, 9137.0, 9179.0, 9157.0, 9179.0, 9137.0, 9192.0, 9147.0, 9173.0, 9116.0, 9130.0, 9148.0, 9140.0, 9183.0, 9169.0, 9192.0, 9135.0, 9134.0, 9149.0, 9137.0, 9166.0, 9138.0, 9196.0, 9149.0, 9161.0, 9132.0, 9155.0, 9131.0, 9174.0, 9136.0, 9186.0, 9131.0, 9124.0, 9126.0, 9112.0, 9141.0, 9132.0, 9176.0, 9162.0, 9208.0, 9159.0, 9141.0, 9113.0, 9136.0, 9148.0, 9119.0, 9176.0, 9151.0, 9187.0, 9145.0, 9140.0, 9121.0, 9151.0, 9152.0, 9137.0, 9210.0, 9166.0, 9191.0, 9135.0, 9131.0, 9131.0, 9121.0, 9166.0, 9152.0, 9207.0, 9163.0, 9172.0, 9116.0, 9139.0, 9111.0, 9126.0, 9156.0, 9112.0, 9203.0, 9135.0, 9163.0, 9120.0, 9130.0, 9093.0, 9135.0, 9125.0, 9121.0, 9167.0, 9075.0, 9130.0, 9089.0, 9115.0, 9077.0, 9118.0, 9114.0, 9141.0, 9118.0, 9168.0, 9103.0, 9103.0, 9144.0, 9105.0, 9148.0, 9152.0, 9171.0, 9153.0, 9206.0, 9163.0, 9173.0, 9120.0, 9161.0, 9138.0, 9176.0, 9165.0, 9117.0, 9146.0, 9104.0, 9144.0, 9138.0, 9164.0, 9151.0, 9192.0, 9146.0, 9158.0, 9118.0, 9149.0, 9150.0, 9122.0, 9195.0, 9150.0, 9175.0, 9135.0, 9172.0, 9123.0, 9160.0, 9164.0, 9144.0, 9190.0, 9126.0, 9152.0, 9111.0, 9138.0, 9116.0, 9180.0, 9113.0, 9121.0, 9122.0, 9108.0, 9122.0, 9093.0, 9120.0, 9086.0, 9155.0, 9128.0, 9183.0, 9125.0, 9123.0, 9110.0, 9114.0, 9131.0, 9125.0, 9175.0, 9136.0, 9174.0, 9121.0, 9134.0, 9135.0, 9139.0, 9158.0, 9148.0, 9199.0, 9123.0, 9194.0, 9151.0, 9160.0, 9139.0, 9182.0, 9144.0, 9161.0, 9193.0, 9165.0, 9219.0, 9166.0, 9203.0, 9176.0, 9219.0, 9176.0, 9234.0, 9202.0, 9223.0, 9144.0, 9157.0, 9098.0, 9148.0, 9114.0, 9166.0, 9128.0, 9151.0, 9135.0, 9105.0, 9119.0, 9107.0, 9136.0, 9096.0, 9168.0, 9140.0, 9166.0, 9121.0, 9147.0, 9104.0, 9148.0, 9098.0, 9162.0, 9110.0, 9105.0, 9123.0, 9079.0, 9119.0, 9101.0, 9142.0, 9131.0, 9172.0, 9133.0, 9170.0, 9117.0, 9154.0, 9105.0, 9172.0, 9120.0, 9168.0, 9117.0, 9143.0, 9145.0, 9090.0, 9147.0, 9137.0, 9170.0, 9163.0, 9182.0, 9213.0, 9218.0, 9246.0, 9199.0, 9222.0, 9165.0, 9196.0, 9142.0, 9198.0, 9171.0, 9213.0, 9164.0, 9200.0, 9127.0, 9165.0, 9114.0, 9180.0, 9108.0, 9176.0, 9101.0, 9139.0, 9086.0, 9138.0, 9086.0, 9142.0, 9090.0, 9116.0, 9118.0, 9091.0, 9119.0, 9081.0, 9136.0, 9130.0, 9159.0, 9137.0, 9187.0, 9117.0, 9140.0, 9126.0, 9121.0, 9125.0, 9142.0, 9142.0, 9114.0, 9155.0, 9113.0, 9155.0, 9131.0, 9175.0, 9139.0, 9163.0, 9167.0, 9092.0, 9159.0, 9133.0, 9156.0, 9134.0, 9175.0, 9123.0, 9185.0, 9132.0, 9139.0, 9123.0, 9119.0, 9119.0, 9102.0, 9107.0, 9100.0, 9144.0, 9117.0, 9172.0, 9129.0, 9167.0, 9100.0, 9154.0, 9120.0, 9162.0, 9143.0, 9166.0, 9139.0, 9146.0, 9149.0, 9118.0, 9150.0, 9129.0, 9151.0, 9159.0, 9203.0, 9179.0, 9125.0, 9196.0, 9187.0, 9226.0, 9177.0, 9224.0, 9208.0, 9247.0, 9244.0, 9147.0, 9203.0, 9184.0, 9233.0, 9175.0, 9182.0, 9155.0, 9199.0, 9260.0, 9216.0, 9229.0, 9151.0, 9157.0, 9113.0, 9125.0, 9146.0, 9146.0, 9210.0, 9159.0, 9202.0, 9139.0, 9147.0, 9087.0, 9128.0, 9101.0, 9113.0, 9154.0, 9100.0, 9132.0, 9101.0, 9112.0, 9085.0, 9123.0, 9086.0, 9125.0, 9088.0, 9116.0, 9133.0, 9061.0, 9115.0, 9093.0, 9145.0, 9094.0, 9148.0, 9126.0, 9095.0, 9136.0, 9082.0, 9133.0, 9110.0, 9166.0, 9117.0, 9138.0, 9141.0, 9081.0, 9137.0, 9110.0, 9135.0, 9115.0, 9168.0, 9128.0, 9109.0, 9140.0, 9111.0, 9137.0, 9111.0, 9166.0, 9118.0, 9156.0, 9128.0, 9113.0, 9141.0, 9117.0, 9171.0, 9120.0, 9127.0, 9159.0, 9176.0, 9204.0, 9180.0, 9202.0, 9149.0, 9187.0, 9181.0, 9189.0, 9203.0, 9166.0, 9182.0, 9131.0, 9160.0, 9159.0, 9146.0, 9173.0, 9136.0, 9190.0, 9153.0, 9144.0, 9134.0, 9134.0, 9149.0, 9123.0, 9155.0, 9163.0, 9215.0, 9179.0, 9154.0, 9196.0, 9158.0, 9211.0, 9203.0, 9215.0, 9216.0, 9244.0, 9210.0, 9221.0, 9176.0, 9214.0, 9161.0, 9211.0, 9188.0, 9159.0, 9158.0, 9124.0, 9156.0, 9130.0, 9177.0, 9160.0, 9204.0, 9156.0, 9169.0, 9096.0, 9151.0, 9142.0, 9112.0, 9171.0, 9124.0, 9150.0, 9124.0, 9162.0, 9113.0, 9161.0, 9111.0, 9132.0, 9116.0, 9087.0, 9129.0, 9092.0, 9133.0, 9108.0, 9163.0, 9121.0, 9146.0, 9090.0, 9113.0, 9092.0, 9122.0, 9124.0, 9093.0, 9134.0, 9094.0, 9119.0, 9095.0, 9126.0, 9105.0, 9167.0, 9100.0, 9136.0, 9108.0, 9093.0, 9120.0, 9097.0, 9128.0, 9120.0, 9146.0, 9123.0, 9175.0, 9105.0, 9156.0, 9117.0, 9129.0, 9132.0, 9124.0, 9168.0, 9169.0, 9213.0, 9167.0, 9165.0, 9137.0, 9139.0, 9169.0, 9143.0, 9198.0, 9167.0, 9208.0, 9163.0, 9188.0, 9133.0, 9163.0, 9138.0, 9149.0, 9181.0, 9138.0, 9175.0, 9160.0, 9163.0, 9160.0, 9170.0, 9123.0, 9161.0, 9122.0, 9146.0, 9137.0, 9192.0, 9136.0, 9097.0, 9140.0, 9135.0, 9205.0, 9185.0, 9225.0, 9188.0, 9242.0, 9201.0, 9237.0, 9177.0, 9200.0, 9156.0, 9200.0, 9168.0, 9227.0, 9130.0, 9172.0, 9093.0, 9121.0, 9134.0, 9133.0, 9163.0, 9123.0, 9139.0, 9114.0, 9181.0, 9117.0, 9116.0, 9119.0, 9097.0, 9169.0, 9179.0, 9225.0, 9186.0, 9209.0, 9195.0, 9165.0, 9191.0, 9169.0, 9174.0, 9213.0, 9170.0, 9227.0, 9177.0, 9187.0, 9124.0, 9133.0, 9089.0, 9119.0, 9094.0, 9135.0, 9117.0, 9162.0, 9115.0, 9128.0, 9100.0, 9111.0, 9085.0, 9114.0, 9104.0, 9141.0, 9103.0, 9142.0, 9099.0, 9137.0, 9072.0, 9123.0, 9078.0, 9146.0, 9079.0, 9143.0, 9100.0, 9149.0, 9096.0, 9129.0, 9094.0, 9144.0, 9099.0, 9150.0, 9125.0, 9166.0, 9130.0, 9149.0, 9143.0, 9146.0, 9157.0, 9138.0, 9179.0, 9183.0, 9224.0, 9189.0, 9160.0, 9203.0, 9176.0, 9215.0, 9203.0, 9229.0, 9201.0, 9258.0, 9195.0, 9233.0, 9172.0, 9197.0, 9142.0, 9208.0, 9180.0, 9171.0, 9142.0, 9148.0, 9122.0, 9158.0, 9126.0, 9187.0, 9134.0, 9166.0, 9126.0, 9149.0, 9111.0, 9127.0, 9116.0, 9116.0, 9144.0, 9143.0, 9186.0, 9176.0, 9242.0, 9270.0, 9220.0, 9238.0, 9192.0, 9186.0, 9176.0, 9211.0, 9143.0, 9197.0, 9158.0, 9197.0, 9172.0, 9165.0, 9162.0, 9141.0, 9153.0, 9112.0, 9191.0, 9156.0, 9200.0, 9135.0, 9146.0, 9088.0, 9123.0, 9098.0, 9122.0, 9113.0, 9075.0, 9090.0, 9034.0, 9101.0, 9061.0, 9104.0, 9083.0, 9137.0, 9082.0, 9092.0, 9065.0, 9065.0, 9092.0, 9054.0, 9096.0, 9089.0, 9117.0, 9092.0, 9143.0, 9075.0, 9115.0, 9103.0, 9090.0, 9104.0, 9066.0, 9118.0, 9064.0, 9118.0, 9096.0, 9137.0, 9101.0, 9141.0, 9115.0, 9075.0, 9144.0, 9135.0, 9162.0, 9141.0, 9177.0, 9191.0, 9178.0, 9202.0, 9160.0, 9211.0, 9157.0, 9191.0, 9129.0, 9210.0, 9141.0, 9192.0, 9180.0, 9131.0, 9161.0, 9119.0, 9156.0, 9107.0, 9167.0, 9127.0, 9178.0, 9121.0, 9198.0, 9129.0, 9178.0, 9111.0, 9159.0, 9091.0, 9159.0, 9111.0, 9180.0, 9144.0, 9196.0, 9162.0, 9188.0, 9159.0, 9123.0, 9193.0, 9169.0, 9227.0, 9193.0, 9247.0, 9193.0, 9213.0, 9214.0, 9192.0, 9193.0, 9199.0, 9192.0, 9216.0, 9189.0, 9225.0, 9163.0, 9183.0, 9113.0, 9178.0, 9108.0, 9152.0, 9130.0, 9142.0, 9135.0, 9169.0, 9129.0, 9167.0, 9099.0, 9151.0, 9118.0, 9147.0, 9150.0, 9138.0, 9187.0, 9156.0, 9186.0, 9147.0, 9185.0, 9151.0, 9206.0, 9195.0, 9218.0, 9211.0, 9182.0, 9182.0, 9191.0, 9154.0, 9202.0, 9143.0, 9158.0, 9152.0, 9178.0, 9149.0, 9170.0, 9134.0, 9172.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.0024613569776407093</td></tr>
<tr><td colspan=3>aqi</td><td>0.018731934155744024</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.739124365671316</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2338791903163562</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.041044327114199</td></tr>
<tr><td colspan=3>efc</td><td>0.5047</td></tr>
<tr><td colspan=3>fber</td><td>3736.468</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06929698307711062</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.002313030069391</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.664662702439142</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5963174835535128</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.95791511129599</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4397555124679227</td></tr>
<tr><td colspan=3>gcor</td><td>0.019066</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007033352740108967</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03809716925024986</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5216153074707597</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>14.3179</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.7378</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.9683</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296369.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1150.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.3502</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7541</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.6044</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3226.6757</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.7938</td></tr>
<tr><td colspan=3>tsnr</td><td>38.27985781012103</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>