<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-02/func/sub-0003_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>36f1d2d89aeb6e6c911df73c04f4fc43</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:31:9.880000</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.9998, 0.0186801, 0.00716731, -0.0195463, 0.988417, 0.150497]</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.114356</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>[4153, -7750, -7256, 545, -20, -11, 56, 78]</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>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4610cf76-76ce-4903-a2a6-97bd33c7db19||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.682389736175537, -0.05244136601686478, 0.011537091806530952, 114.67627716064453], [-0.050117410719394684, 2.651851177215576, 0.4066378176212311, -95.9087905883789], [0.01922936737537384, -0.40377146005630493, 2.6691782474517822, -37.86857986450195], [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': ['123109.880000', '123110.340000', '123110.800000', '123111.260000', '123111.720000', '123112.180000', '123112.640000', '123113.100000', '123113.560000', '123114.020000', '123114.480000', '123114.940000', '123115.400000', '123115.860000', '123116.320000', '123116.780000', '123117.240000', '123117.700000', '123118.160000', '123118.620000', '123119.080000', '123119.540000', '123120.000000', '123120.460000', '123120.920000', '123121.380000', '123121.840000', '123122.300000', '123122.760000', '123123.220000', '123123.680000', '123124.140000', '123124.600000', '123125.060000', '123125.520000', '123125.980000', '123126.440000', '123126.900000', '123127.360000', '123127.820000', '123128.280000', '123128.740000', '123129.200000', '123129.660000', '123130.120000', '123130.580000', '123131.040000', '123131.500000', '123131.960000', '123132.420000', '123132.880000', '123133.340000', '123133.800000', '123134.260000', '123134.720000', '123135.180000', '123135.640000', '123136.100000', '123136.560000', '123137.020000', '123137.480000', '123137.940000', '123138.400000', '123138.860000', '123139.320000', '123139.780000', '123140.240000', '123140.700000', '123141.160000', '123141.620000', '123142.080000', '123142.540000', '123143.000000', '123143.460000', '123143.920000', '123144.380000', '123144.840000', '123145.300000', '123145.760000', '123146.220000', '123146.680000', '123147.140000', '123147.600000', '123148.060000', '123148.520000', '123148.980000', '123149.440000', '123149.900000', '123150.360000', '123150.820000', '123151.280000', '123151.740000', '123152.200000', '123152.660000', '123153.120000', '123153.580000', '123154.040000', '123154.500000', '123154.960000', '123155.420000', '123155.880000', '123156.340000', '123156.800000', '123157.260000', '123157.720000', '123158.180000', '123158.640000', '123159.100000', '123159.560000', '123200.020000', '123200.480000', '123200.940000', '123201.400000', '123201.860000', '123202.320000', '123202.780000', '123203.240000', '123203.700000', '123204.160000', '123204.620000', '123205.080000', '123205.540000', '123206.000000', '123206.460000', '123206.920000', '123207.380000', '123207.840000', '123208.300000', '123208.760000', '123209.220000', '123209.680000', '123210.140000', '123210.600000', '123211.060000', '123211.520000', '123211.980000', '123212.440000', '123212.900000', '123213.360000', '123213.820000', '123214.280000', '123214.740000', '123215.200000', '123215.660000', '123216.120000', '123216.580000', '123217.040000', '123217.500000', '123217.960000', '123218.420000', '123218.880000', '123219.340000', '123219.800000', '123220.260000', '123220.720000', '123221.180000', '123221.640000', '123222.100000', '123222.560000', '123223.020000', '123223.480000', '123223.940000', '123224.400000', '123224.860000', '123225.320000', '123225.780000', '123226.240000', '123226.700000', '123227.160000', '123227.620000', '123228.080000', '123228.540000', '123229.000000', '123229.460000', '123229.920000', '123230.380000', '123230.840000', '123231.300000', '123231.760000', '123232.220000', '123232.680000', '123233.140000', '123233.600000', '123234.060000', '123234.520000', '123234.980000', '123235.440000', '123235.900000', '123236.360000', '123236.820000', '123237.280000', '123237.740000', '123238.200000', '123238.660000', '123239.120000', '123239.580000', '123240.040000', '123240.500000', '123240.960000', '123241.420000', '123241.880000', '123242.340000', '123242.800000', '123243.260000', '123243.720000', '123244.180000', '123244.640000', '123245.100000', '123245.560000', '123246.020000', '123246.480000', '123246.940000', '123247.400000', '123247.860000', '123248.320000', '123248.780000', '123249.240000', '123249.700000', '123250.160000', '123250.620000', '123251.080000', '123251.540000', '123252.000000', '123252.460000', '123252.920000', '123253.380000', '123253.840000', '123254.300000', '123254.760000', '123255.220000', '123255.680000', '123256.140000', '123256.600000', '123257.060000', '123257.520000', '123257.980000', '123258.440000', '123258.900000', '123259.360000', '123259.820000', '123300.280000', '123300.740000', '123301.200000', '123301.660000', '123302.120000', '123302.580000', '123303.040000', '123303.500000', '123303.960000', '123304.420000', '123304.880000', '123305.340000', '123305.800000', '123306.260000', '123306.720000', '123307.180000', '123307.640000', '123308.100000', '123308.560000', '123309.020000', '123309.480000', '123309.940000', '123310.400000', '123310.860000', '123311.320000', '123311.780000', '123312.240000', '123312.700000', '123313.160000', '123313.620000', '123314.080000', '123314.540000', '123315.000000', '123315.460000', '123315.920000', '123316.380000', '123316.840000', '123317.300000', '123317.760000', '123318.220000', '123318.680000', '123319.140000', '123319.600000', '123320.060000', '123320.520000', '123320.980000', '123321.440000', '123321.900000', '123322.360000', '123322.820000', '123323.280000', '123323.740000', '123324.200000', '123324.660000', '123325.120000', '123325.580000', '123326.040000', '123326.500000', '123326.960000', '123327.420000', '123327.880000', '123328.340000', '123328.800000', '123329.260000', '123329.720000', '123330.180000', '123330.640000', '123331.100000', '123331.560000', '123332.020000', '123332.480000', '123332.940000', '123333.400000', '123333.860000', '123334.320000', '123334.780000', '123335.240000', '123335.700000', '123336.160000', '123336.620000', '123337.080000', '123337.540000', '123338.000000', '123338.460000', '123338.920000', '123339.380000', '123339.840000', '123340.300000', '123340.760000', '123341.220000', '123341.680000', '123342.140000', '123342.600000', '123343.060000', '123343.520000', '123343.980000', '123344.440000', '123344.900000', '123345.360000', '123345.820000', '123346.280000', '123346.740000', '123347.200000', '123347.660000', '123348.120000', '123348.580000', '123349.040000', '123349.500000', '123349.960000', '123350.420000', '123350.880000', '123351.340000', '123351.800000', '123352.260000', '123352.720000', '123353.180000', '123353.640000', '123354.100000', '123354.560000', '123355.020000', '123355.480000', '123355.940000', '123356.400000', '123356.860000', '123357.320000', '123357.780000', '123358.240000', '123358.700000', '123359.160000', '123359.620000', '123400.080000', '123400.540000', '123401.000000', '123401.460000', '123401.920000', '123402.380000', '123402.840000', '123403.300000', '123403.760000', '123404.220000', '123404.680000', '123405.140000', '123405.600000', '123406.060000', '123406.520000', '123406.980000', '123407.440000', '123407.900000', '123408.360000', '123408.820000', '123409.280000', '123409.740000', '123410.200000', '123410.660000', '123411.120000', '123411.580000', '123412.040000', '123412.500000', '123412.960000', '123413.420000', '123413.880000', '123414.340000', '123414.800000', '123415.260000', '123415.720000', '123416.180000', '123416.640000', '123417.100000', '123417.560000', '123418.020000', '123418.480000', '123418.940000', '123419.400000', '123419.860000', '123420.320000', '123420.780000', '123421.240000', '123421.700000', '123422.160000', '123422.620000', '123423.080000', '123423.540000', '123424.000000', '123424.460000', '123424.920000', '123425.380000', '123425.840000', '123426.300000', '123426.760000', '123427.220000', '123427.680000', '123428.140000', '123428.600000', '123429.060000', '123429.520000', '123429.980000', '123430.440000', '123430.900000', '123431.360000', '123431.820000', '123432.280000', '123432.740000', '123433.200000', '123433.660000', '123434.120000', '123434.580000', '123435.040000', '123435.500000', '123435.960000', '123436.420000', '123436.880000', '123437.340000', '123437.800000', '123438.260000', '123438.720000', '123439.180000', '123439.640000', '123440.100000', '123440.560000', '123441.020000', '123441.480000', '123441.940000', '123442.400000', '123442.860000', '123443.320000', '123443.780000', '123444.240000', '123444.700000', '123445.160000', '123445.620000', '123446.080000', '123446.540000', '123447.000000', '123447.460000', '123447.920000', '123448.380000', '123448.840000', '123449.300000', '123449.760000', '123450.220000', '123450.680000', '123451.140000', '123451.600000', '123452.060000', '123452.520000', '123452.980000', '123453.440000', '123453.900000', '123454.360000', '123454.820000', '123455.280000', '123455.740000', '123456.200000', '123456.660000', '123457.120000', '123457.580000', '123458.040000', '123458.500000', '123458.960000', '123459.420000', '123459.880000', '123500.340000', '123500.800000', '123501.260000', '123501.720000', '123502.180000', '123502.640000', '123503.100000', '123503.560000', '123504.020000', '123504.480000', '123504.940000', '123505.400000', '123505.860000', '123506.320000', '123506.780000', '123507.240000', '123507.700000', '123508.160000', '123508.620000', '123509.080000', '123509.540000', '123510.000000', '123510.460000', '123510.920000', '123511.380000', '123511.840000', '123512.300000', '123512.760000', '123513.220000', '123513.680000', '123514.140000', '123514.600000', '123515.060000', '123515.520000', '123515.980000', '123516.440000', '123516.900000', '123517.360000', '123517.820000', '123518.280000', '123518.740000', '123519.200000', '123519.660000', '123520.120000', '123520.580000', '123521.040000', '123521.500000', '123521.960000', '123522.420000', '123522.880000', '123523.340000', '123523.800000', '123524.260000', '123524.720000', '123525.180000', '123525.640000', '123526.100000', '123526.560000', '123527.020000', '123527.480000', '123527.940000', '123528.400000', '123528.860000', '123529.320000', '123529.780000', '123530.240000', '123530.700000', '123531.160000', '123531.620000', '123532.080000', '123532.540000', '123533.000000', '123533.460000', '123533.920000', '123534.380000', '123534.840000', '123535.300000', '123535.760000', '123536.220000', '123536.680000', '123537.140000', '123537.600000', '123538.060000', '123538.520000', '123538.980000', '123539.440000', '123539.900000', '123540.360000', '123540.820000', '123541.280000', '123541.740000', '123542.200000', '123542.660000', '123543.120000', '123543.580000', '123544.040000', '123544.500000', '123544.960000', '123545.420000', '123545.880000', '123546.340000', '123546.800000', '123547.260000', '123547.720000', '123548.180000', '123548.640000', '123549.100000', '123549.560000', '123550.020000', '123550.480000', '123550.940000', '123551.400000', '123551.860000', '123552.320000', '123552.780000', '123553.240000', '123553.700000', '123554.160000', '123554.620000', '123555.080000', '123555.540000', '123556.000000', '123556.460000', '123556.920000', '123557.380000', '123557.840000', '123558.300000', '123558.760000', '123559.220000', '123559.680000', '123600.140000', '123600.600000', '123601.060000', '123601.520000', '123601.980000', '123602.440000', '123602.900000', '123603.360000', '123603.820000', '123604.280000', '123604.740000', '123605.200000', '123605.660000', '123606.120000', '123606.580000', '123607.040000', '123607.500000', '123607.960000', '123608.420000', '123608.880000', '123609.340000', '123609.800000', '123610.260000', '123610.720000', '123611.180000', '123611.640000', '123612.100000', '123612.560000', '123613.020000', '123613.480000', '123613.940000', '123614.400000', '123614.860000', '123615.320000', '123615.780000', '123616.240000', '123616.700000', '123617.160000', '123617.620000', '123618.080000', '123618.540000', '123619.000000', '123619.460000', '123619.920000', '123620.380000', '123620.840000', '123621.300000', '123621.760000', '123622.220000', '123622.680000', '123623.140000', '123623.600000', '123624.060000', '123624.520000', '123624.980000', '123625.440000', '123625.900000', '123626.360000', '123626.820000', '123627.280000', '123627.740000', '123628.200000', '123628.660000', '123629.120000', '123629.580000', '123630.040000', '123630.500000', '123630.960000', '123631.420000', '123631.880000', '123632.340000', '123632.800000', '123633.260000', '123633.720000', '123634.180000', '123634.640000', '123635.100000', '123635.560000', '123636.020000', '123636.480000', '123636.940000', '123637.400000', '123637.860000', '123638.320000', '123638.780000', '123639.240000', '123639.700000', '123640.160000', '123640.620000', '123641.080000', '123641.540000', '123642.000000', '123642.460000', '123642.920000', '123643.380000', '123643.840000', '123644.300000', '123644.760000', '123645.220000', '123645.680000', '123646.140000', '123646.600000', '123647.060000', '123647.520000', '123647.980000', '123648.440000', '123648.900000', '123649.360000', '123649.820000', '123650.280000', '123650.740000', '123651.200000', '123651.660000', '123652.120000', '123652.580000', '123653.040000', '123653.500000', '123653.960000', '123654.420000', '123654.880000', '123655.340000', '123655.800000', '123656.260000', '123656.720000', '123657.180000', '123657.640000', '123658.100000', '123658.560000', '123659.020000', '123659.480000', '123659.940000', '123700.400000', '123700.860000', '123701.320000', '123701.780000', '123702.240000', '123702.700000', '123703.160000', '123703.620000', '123704.080000', '123704.540000', '123705.000000', '123705.460000', '123705.920000', '123706.380000', '123706.840000', '123707.300000', '123707.760000', '123708.220000', '123708.680000', '123709.140000', '123709.600000', '123710.060000', '123710.520000', '123710.980000', '123711.440000', '123711.900000', '123712.360000', '123712.820000', '123713.280000', '123713.740000', '123714.200000', '123714.660000', '123715.120000', '123715.580000', '123716.040000', '123716.500000', '123716.960000', '123717.420000', '123717.880000', '123718.340000', '123718.800000', '123719.260000', '123719.720000', '123720.180000', '123720.640000', '123721.100000', '123721.560000', '123722.020000', '123722.480000', '123722.940000', '123723.400000', '123723.860000', '123724.320000', '123724.780000', '123725.240000', '123725.700000', '123726.160000', '123726.620000', '123727.080000', '123727.540000', '123728.000000', '123728.460000', '123728.920000', '123729.380000', '123729.840000', '123730.300000', '123730.760000', '123731.220000', '123731.680000', '123732.140000', '123732.600000', '123733.060000', '123733.520000', '123733.980000', '123734.440000', '123734.900000', '123735.360000', '123735.820000', '123736.280000', '123736.740000', '123737.200000', '123737.660000', '123738.120000', '123738.580000', '123739.040000', '123739.500000', '123739.960000', '123740.420000', '123740.880000', '123741.340000', '123741.800000', '123742.260000', '123742.720000', '123743.180000', '123743.640000', '123744.100000', '123744.560000', '123745.020000', '123745.480000', '123745.940000', '123746.400000', '123746.860000', '123747.320000', '123747.780000', '123748.240000', '123748.700000', '123749.160000', '123749.620000', '123750.080000', '123750.540000', '123751.000000', '123751.460000', '123751.920000', '123752.380000', '123752.840000', '123753.300000', '123753.760000', '123754.220000', '123754.680000', '123755.140000', '123755.600000', '123756.060000', '123756.520000', '123756.980000', '123757.440000', '123757.900000', '123758.360000', '123758.820000', '123759.280000', '123759.740000', '123800.200000', '123800.660000', '123801.120000', '123801.580000', '123802.040000', '123802.500000', '123802.960000', '123803.420000', '123803.880000', '123804.340000', '123804.800000', '123805.260000', '123805.720000', '123806.180000', '123806.640000', '123807.100000', '123807.560000', '123808.020000', '123808.480000', '123808.940000', '123809.400000', '123809.860000', '123810.320000', '123810.780000', '123811.240000', '123811.700000', '123812.160000', '123812.620000', '123813.080000', '123813.540000', '123814.000000', '123814.460000', '123814.920000', '123815.380000', '123815.840000', '123816.300000', '123816.760000', '123817.220000', '123817.680000', '123818.140000', '123818.600000', '123819.060000', '123819.520000', '123819.980000', '123820.440000', '123820.900000', '123821.360000', '123821.820000', '123822.280000', '123822.740000', '123823.200000', '123823.660000', '123824.120000', '123824.580000', '123825.040000', '123825.500000', '123825.960000', '123826.420000', '123826.880000', '123827.340000', '123827.800000', '123828.260000', '123828.720000', '123829.180000', '123829.640000', '123830.100000', '123830.560000', '123831.020000', '123831.480000', '123831.940000', '123832.400000', '123832.860000', '123833.320000', '123833.780000', '123834.240000', '123834.700000', '123835.160000', '123835.620000', '123836.080000', '123836.540000', '123837.000000', '123837.460000', '123837.920000', '123838.380000', '123838.840000', '123839.300000', '123839.760000', '123840.220000', '123840.680000', '123841.140000', '123841.600000', '123842.060000', '123842.520000', '123842.980000', '123843.440000', '123843.900000', '123844.360000', '123844.820000', '123845.280000', '123845.740000', '123846.200000', '123846.660000', '123847.120000', '123847.580000', '123848.040000', '123848.500000', '123848.960000', '123849.420000', '123849.880000', '123850.340000', '123850.800000', '123851.260000', '123851.720000', '123852.180000', '123852.640000', '123853.100000', '123853.560000', '123854.020000', '123854.480000', '123854.940000', '123855.400000', '123855.860000', '123856.320000', '123856.780000', '123857.240000', '123857.700000', '123858.160000', '123858.620000', '123859.080000', '123859.540000', '123900.000000', '123900.460000', '123900.920000', '123901.380000', '123901.840000', '123902.300000', '123902.760000', '123903.220000', '123903.680000', '123904.140000', '123904.600000', '123905.060000', '123905.520000', '123905.980000', '123906.440000', '123906.900000', '123907.360000', '123907.820000', '123908.280000', '123908.740000', '123909.200000', '123909.660000', '123910.120000', '123910.580000', '123911.040000', '123911.500000', '123911.960000', '123912.420000', '123912.880000', '123913.340000', '123913.800000', '123914.260000', '123914.720000', '123915.180000', '123915.640000', '123916.100000', '123916.560000', '123917.020000', '123917.480000', '123917.940000', '123918.400000', '123918.860000', '123919.320000', '123919.780000', '123920.240000', '123920.700000', '123921.160000', '123921.620000', '123922.080000', '123922.540000', '123923.000000', '123923.460000', '123923.920000', '123924.380000', '123924.840000', '123925.300000', '123925.760000', '123926.220000', '123926.680000', '123927.140000', '123927.600000', '123928.060000', '123928.520000', '123928.980000', '123929.440000', '123929.900000', '123930.360000', '123930.820000', '123931.280000', '123931.740000', '123932.200000', '123932.660000', '123933.120000', '123933.580000', '123934.040000', '123934.500000', '123934.960000', '123935.420000', '123935.880000', '123936.340000', '123936.800000', '123937.260000', '123937.720000', '123938.180000', '123938.640000', '123939.100000', '123939.560000', '123940.020000', '123940.480000', '123940.940000', '123941.400000', '123941.860000', '123942.320000', '123942.780000', '123943.240000', '123943.700000', '123944.160000', '123944.620000', '123945.080000', '123945.540000', '123946.000000', '123946.460000', '123946.920000', '123947.380000', '123947.840000', '123948.300000', '123948.760000', '123949.220000', '123949.680000', '123950.140000', '123950.600000', '123951.060000', '123951.520000', '123951.980000', '123952.440000', '123952.900000', '123953.360000', '123953.820000', '123954.280000', '123954.740000', '123955.200000', '123955.660000', '123956.120000', '123956.580000', '123957.040000', '123957.500000', '123957.960000', '123958.420000', '123958.880000', '123959.340000', '123959.800000', '124000.260000', '124000.720000', '124001.180000', '124001.640000', '124002.100000', '124002.560000', '124003.020000', '124003.480000', '124003.940000', '124004.400000', '124004.860000', '124005.320000', '124005.780000', '124006.240000', '124006.700000', '124007.160000', '124007.620000', '124008.080000', '124008.540000', '124009.000000', '124009.460000', '124009.920000', '124010.380000', '124010.840000', '124011.300000', '124011.760000', '124012.220000', '124012.680000', '124013.140000', '124013.600000', '124014.060000', '124014.520000', '124014.980000', '124015.440000', '124015.900000', '124016.360000', '124016.820000', '124017.280000', '124017.740000', '124018.200000', '124018.660000', '124019.120000', '124019.580000', '124020.040000', '124020.500000', '124020.960000', '124021.420000', '124021.880000', '124022.340000', '124022.800000', '124023.260000', '124023.720000', '124024.180000', '124024.640000', '124025.100000', '124025.560000', '124026.020000', '124026.480000', '124026.940000', '124027.400000', '124027.860000', '124028.320000', '124028.780000', '124029.240000', '124029.700000', '124030.160000', '124030.620000', '124031.080000', '124031.540000', '124032.000000', '124032.460000', '124032.920000', '124033.380000', '124033.840000', '124034.300000', '124034.760000', '124035.220000', '124035.680000', '124036.140000', '124036.600000', '124037.060000', '124037.520000', '124037.980000', '124038.440000', '124038.900000', '124039.360000', '124039.820000', '124040.280000', '124040.740000', '124041.200000', '124041.660000', '124042.120000', '124042.580000', '124043.040000', '124043.500000', '124043.960000', '124044.420000', '124044.880000', '124045.340000', '124045.800000', '124046.260000', '124046.720000', '124047.180000', '124047.640000', '124048.100000', '124048.560000', '124049.020000', '124049.480000', '124049.940000', '124050.400000', '124050.860000', '124051.320000', '124051.780000', '124052.240000', '124052.700000', '124053.160000', '124053.620000', '124054.080000', '124054.540000', '124055.000000', '124055.460000', '124055.920000', '124056.380000', '124056.840000', '124057.300000', '124057.760000', '124058.220000', '124058.680000', '124059.140000', '124059.600000', '124100.060000', '124100.520000', '124100.980000', '124101.440000', '124101.900000', '124102.360000', '124102.820000', '124103.280000', '124103.740000', '124104.200000', '124104.660000', '124105.120000', '124105.580000', '124106.040000', '124106.500000'], 'ContentTime': ['123124.296000', '123124.300000', '123124.303000', '123124.306000', '123124.309000', '123124.316000', '123124.319000', '123124.322000', '123124.325000', '123124.328000', '123124.330000', '123124.333000', '123124.336000', '123124.339000', '123124.342000', '123124.345000', '123124.348000', '123124.351000', '123124.354000', '123124.356000', '123124.359000', '123124.362000', '123124.372000', '123124.375000', '123124.377000', '123124.380000', '123124.383000', '123124.386000', '123124.389000', '123124.392000', '123144.193000', '123144.201000', '123144.204000', '123144.206000', '123144.209000', '123144.212000', '123144.215000', '123144.218000', '123144.221000', '123144.224000', '123144.227000', '123144.230000', '123144.233000', '123144.236000', '123144.238000', '123144.241000', '123144.244000', '123144.247000', '123144.250000', '123144.253000', '123144.256000', '123144.259000', '123144.262000', '123144.264000', '123144.267000', '123144.270000', '123144.273000', '123144.276000', '123144.281000', '123144.285000', '123144.288000', '123144.291000', '123144.294000', '123144.297000', '123144.300000', '123144.303000', '123144.305000', '123144.308000', '123144.311000', '123144.314000', '123144.317000', '123144.320000', '123144.323000', '123204.193000', '123204.196000', '123204.199000', '123204.202000', '123204.205000', '123204.208000', '123204.210000', '123204.213000', '123204.216000', '123204.219000', '123204.222000', '123204.225000', '123204.228000', '123204.231000', '123204.234000', '123204.237000', '123204.240000', '123204.243000', '123204.245000', '123204.248000', '123204.251000', '123204.254000', '123204.257000', '123204.260000', '123204.267000', '123204.270000', '123204.273000', '123204.276000', '123204.279000', '123204.282000', '123204.284000', '123204.287000', '123204.290000', '123204.293000', '123204.296000', '123204.299000', '123204.302000', '123204.305000', '123204.308000', '123204.311000', '123204.314000', '123204.316000', '123204.319000', '123204.322000', '123224.193000', '123224.196000', '123224.199000', '123224.202000', '123224.205000', '123224.208000', '123224.210000', '123224.213000', '123224.216000', '123224.219000', '123224.222000', '123224.226000', '123224.229000', '123224.232000', '123224.235000', '123224.238000', '123224.241000', '123224.244000', '123224.247000', '123224.250000', '123224.252000', '123224.255000', '123224.258000', '123224.261000', '123224.264000', '123224.267000', '123224.270000', '123224.273000', '123224.276000', '123224.279000', '123224.282000', '123224.285000', '123224.288000', '123224.293000', '123224.296000', '123224.299000', '123224.302000', '123224.305000', '123224.308000', '123224.311000', '123224.314000', '123224.317000', '123224.320000', '123244.193000', '123244.196000', '123244.199000', '123244.202000', '123244.205000', '123244.208000', '123244.210000', '123244.213000', '123244.216000', '123244.219000', '123244.222000', '123244.225000', '123244.228000', '123244.231000', '123244.234000', '123244.237000', '123244.240000', '123244.243000', '123244.246000', '123244.249000', '123244.252000', '123244.254000', '123244.257000', '123244.260000', '123244.263000', '123244.266000', '123244.269000', '123244.272000', '123244.275000', '123244.278000', '123244.281000', '123244.283000', '123244.286000', '123244.289000', '123244.292000', '123244.295000', '123244.298000', '123244.301000', '123244.304000', '123244.307000', '123244.310000', '123244.312000', '123244.315000', '123244.318000', '123304.194000', '123304.197000', '123304.200000', '123304.203000', '123304.206000', '123304.209000', '123304.212000', '123304.215000', '123304.217000', '123304.220000', '123304.224000', '123304.227000', '123304.230000', '123304.232000', '123304.235000', '123304.238000', '123304.241000', '123304.244000', '123304.247000', '123304.250000', '123304.253000', '123304.256000', '123304.270000', '123304.273000', '123304.276000', '123304.278000', '123304.281000', '123304.284000', '123304.287000', '123304.290000', '123304.293000', '123304.296000', '123304.299000', '123304.302000', '123304.308000', '123304.311000', '123304.314000', '123304.317000', '123304.320000', '123304.323000', '123304.326000', '123304.329000', '123304.331000', '123324.194000', '123324.197000', '123324.200000', '123324.203000', '123324.206000', '123324.208000', '123324.211000', '123324.215000', '123324.217000', '123324.220000', '123324.223000', '123324.226000', '123324.229000', '123324.232000', '123324.235000', '123324.238000', '123324.241000', '123324.243000', '123324.246000', '123324.249000', '123324.252000', '123324.255000', '123324.258000', '123324.261000', '123324.264000', '123324.267000', '123324.270000', '123324.273000', '123324.276000', '123324.279000', '123324.281000', '123324.284000', '123324.287000', '123324.290000', '123324.293000', '123324.296000', '123324.299000', '123324.302000', '123324.305000', '123324.307000', '123324.315000', '123324.318000', '123324.321000', '123324.324000', '123344.194000', '123344.197000', '123344.200000', '123344.203000', '123344.206000', '123344.209000', '123344.212000', '123344.214000', '123344.217000', '123344.220000', '123344.223000', '123344.226000', '123344.229000', '123344.232000', '123344.235000', '123344.238000', '123344.241000', '123344.244000', '123344.247000', '123344.250000', '123344.252000', '123344.255000', '123344.258000', '123344.261000', '123344.265000', '123344.269000', '123344.272000', '123344.275000', '123344.277000', '123344.280000', '123344.283000', '123344.286000', '123344.289000', '123344.292000', '123344.295000', '123344.298000', '123344.300000', '123344.303000', '123344.306000', '123344.309000', '123344.312000', '123344.315000', '123344.318000', '123404.193000', '123404.196000', '123404.199000', '123404.202000', '123404.205000', '123404.208000', '123404.211000', '123404.213000', '123404.216000', '123404.219000', '123404.222000', '123404.225000', '123404.229000', '123404.232000', '123404.235000', '123404.238000', '123404.241000', '123404.244000', '123404.247000', '123404.249000', '123404.252000', '123404.255000', '123404.258000', '123404.261000', '123404.264000', '123404.267000', '123404.270000', '123404.273000', '123404.276000', '123404.279000', '123404.282000', '123404.284000', '123404.287000', '123404.290000', '123404.293000', '123404.296000', '123404.299000', '123404.302000', '123404.305000', '123404.308000', '123404.310000', '123404.313000', '123404.316000', '123404.319000', '123424.193000', '123424.196000', '123424.199000', '123424.202000', '123424.205000', '123424.208000', '123424.211000', '123424.214000', '123424.217000', '123424.219000', '123424.222000', '123424.225000', '123424.228000', '123424.231000', '123424.234000', '123424.237000', '123424.240000', '123424.243000', '123424.246000', '123424.249000', '123424.251000', '123424.254000', '123424.257000', '123424.260000', '123424.263000', '123424.266000', '123424.269000', '123424.272000', '123424.275000', '123424.277000', '123424.280000', '123424.283000', '123424.286000', '123424.289000', '123424.292000', '123424.295000', '123424.298000', '123424.301000', '123424.304000', '123424.306000', '123424.309000', '123424.312000', '123424.315000', '123444.193000', '123444.196000', '123444.199000', '123444.217000', '123444.220000', '123444.223000', '123444.226000', '123444.229000', '123444.232000', '123444.235000', '123444.238000', '123444.241000', '123444.244000', '123444.247000', '123444.250000', '123444.252000', '123444.255000', '123444.258000', '123444.261000', '123444.264000', '123444.267000', '123444.270000', '123444.273000', '123444.276000', '123444.279000', '123444.282000', '123444.285000', '123444.288000', '123444.290000', '123444.294000', '123444.296000', '123444.299000', '123444.302000', '123444.305000', '123444.308000', '123444.311000', '123444.314000', '123444.317000', '123444.320000', '123444.323000', '123444.325000', '123444.329000', '123444.331000', '123444.334000', '123504.193000', '123504.196000', '123504.199000', '123504.210000', '123504.213000', '123504.216000', '123504.219000', '123504.222000', '123504.225000', '123504.228000', '123504.231000', '123504.234000', '123504.237000', '123504.239000', '123504.242000', '123504.245000', '123504.248000', '123504.251000', '123504.254000', '123504.257000', '123504.260000', '123504.263000', '123504.266000', '123504.269000', '123504.272000', '123504.274000', '123504.277000', '123504.280000', '123504.283000', '123504.286000', '123504.289000', '123504.292000', '123504.295000', '123504.298000', '123504.302000', '123504.305000', '123504.308000', '123504.311000', '123504.314000', '123504.317000', '123504.319000', '123504.322000', '123504.325000', '123524.194000', '123524.197000', '123524.200000', '123524.202000', '123524.206000', '123524.208000', '123524.211000', '123524.214000', '123524.217000', '123524.220000', '123524.223000', '123524.226000', '123524.229000', '123524.232000', '123524.235000', '123524.238000', '123524.241000', '123524.244000', '123524.246000', '123524.249000', '123524.252000', '123524.255000', '123524.258000', '123524.261000', '123524.264000', '123524.267000', '123524.270000', '123524.273000', '123524.276000', '123524.279000', '123524.282000', '123524.284000', '123524.288000', '123524.290000', '123524.293000', '123524.296000', '123524.299000', '123524.302000', '123524.305000', '123524.308000', '123524.311000', '123524.314000', '123524.317000', '123524.320000', '123544.194000', '123544.197000', '123544.200000', '123544.203000', '123544.206000', '123544.209000', '123544.212000', '123544.215000', '123544.218000', '123544.221000', '123544.224000', '123544.227000', '123544.230000', '123544.233000', '123544.236000', '123544.239000', '123544.242000', '123544.245000', '123544.248000', '123544.251000', '123544.254000', '123544.257000', '123544.260000', '123544.262000', '123544.265000', '123544.268000', '123544.271000', '123544.274000', '123544.277000', '123544.280000', '123544.283000', '123544.286000', '123544.289000', '123544.292000', '123544.295000', '123544.297000', '123544.300000', '123544.303000', '123544.306000', '123544.309000', '123544.312000', '123544.315000', '123544.318000', '123604.194000', '123604.197000', '123604.200000', '123604.203000', '123604.206000', '123604.209000', '123604.212000', '123604.215000', '123604.217000', '123604.220000', '123604.223000', '123604.226000', '123604.229000', '123604.232000', '123604.235000', '123604.238000', '123604.241000', '123604.244000', '123604.247000', '123604.250000', '123604.253000', '123604.255000', '123604.258000', '123604.261000', '123604.264000', '123604.267000', '123604.270000', '123604.273000', '123604.289000', '123604.292000', '123604.295000', '123604.298000', '123604.301000', '123604.304000', '123604.306000', '123604.310000', '123604.312000', '123604.315000', '123604.318000', '123604.321000', '123604.324000', '123604.327000', '123604.330000', '123604.334000', '123624.193000', '123624.196000', '123624.199000', '123624.202000', '123624.205000', '123624.208000', '123624.211000', '123624.214000', '123624.217000', '123624.220000', '123624.223000', '123624.225000', '123624.228000', '123624.231000', '123624.234000', '123624.237000', '123624.240000', '123624.243000', '123624.246000', '123624.249000', '123624.252000', '123624.255000', '123624.258000', '123624.261000', '123624.264000', '123624.267000', '123624.269000', '123624.272000', '123624.276000', '123624.279000', '123624.281000', '123624.284000', '123624.287000', '123624.290000', '123624.293000', '123624.296000', '123624.306000', '123624.309000', '123624.312000', '123624.315000', '123624.318000', '123624.321000', '123624.324000', '123644.193000', '123644.196000', '123644.199000', '123644.202000', '123644.205000', '123644.208000', '123644.211000', '123644.214000', '123644.224000', '123644.227000', '123644.230000', '123644.233000', '123644.236000', '123644.239000', '123644.242000', '123644.245000', '123644.248000', '123644.250000', '123644.253000', '123644.256000', '123644.259000', '123644.262000', '123644.265000', '123644.268000', '123644.271000', '123644.274000', '123644.277000', '123644.280000', '123644.282000', '123644.285000', '123644.288000', '123644.291000', '123644.294000', '123644.297000', '123644.300000', '123644.303000', '123644.306000', '123644.309000', '123644.312000', '123644.315000', '123644.318000', '123644.321000', '123644.324000', '123704.193000', '123704.196000', '123704.199000', '123704.202000', '123704.205000', '123704.208000', '123704.211000', '123704.214000', '123704.217000', '123704.220000', '123704.223000', '123704.225000', '123704.228000', '123704.232000', '123704.234000', '123704.237000', '123704.240000', '123704.243000', '123704.246000', '123704.249000', '123704.252000', '123704.255000', '123704.258000', '123704.261000', '123704.264000', '123704.267000', '123704.270000', '123704.273000', '123704.276000', '123704.279000', '123704.281000', '123704.284000', '123704.287000', '123704.290000', '123704.293000', '123704.296000', '123704.299000', '123704.302000', '123704.305000', '123704.307000', '123704.310000', '123704.313000', '123704.316000', '123704.319000', '123724.193000', '123724.199000', '123724.203000', '123724.206000', '123724.209000', '123724.212000', '123724.215000', '123724.217000', '123724.220000', '123724.223000', '123724.226000', '123724.229000', '123724.232000', '123724.235000', '123724.238000', '123724.241000', '123724.244000', '123724.247000', '123724.250000', '123724.253000', '123724.256000', '123724.259000', '123724.262000', '123724.264000', '123724.268000', '123724.271000', '123724.274000', '123724.277000', '123724.280000', '123724.283000', '123724.286000', '123724.289000', '123724.292000', '123724.295000', '123724.298000', '123724.301000', '123724.303000', '123724.307000', '123724.309000', '123724.327000', '123724.329000', '123724.332000', '123724.335000', '123744.194000', '123744.197000', '123744.200000', '123744.203000', '123744.206000', '123744.209000', '123744.212000', '123744.214000', '123744.218000', '123744.220000', '123744.223000', '123744.226000', '123744.229000', '123744.232000', '123744.235000', '123744.238000', '123744.241000', '123744.244000', '123744.247000', '123744.250000', '123744.253000', '123744.256000', '123744.259000', '123744.262000', '123744.265000', '123744.268000', '123744.270000', '123744.273000', '123744.276000', '123744.279000', '123744.282000', '123744.285000', '123744.288000', '123744.291000', '123744.293000', '123744.296000', '123744.299000', '123744.302000', '123744.305000', '123744.308000', '123744.311000', '123744.314000', '123744.317000', '123744.320000', '123804.194000', '123804.206000', '123804.209000', '123804.211000', '123804.214000', '123804.217000', '123804.220000', '123804.223000', '123804.228000', '123804.233000', '123804.236000', '123804.239000', '123804.242000', '123804.245000', '123804.248000', '123804.251000', '123804.254000', '123804.257000', '123804.260000', '123804.262000', '123804.265000', '123804.268000', '123804.271000', '123804.274000', '123804.277000', '123804.280000', '123804.283000', '123804.286000', '123804.289000', '123804.292000', '123804.295000', '123804.297000', '123804.301000', '123804.303000', '123804.306000', '123804.309000', '123804.312000', '123804.315000', '123804.318000', '123804.321000', '123804.324000', '123804.327000', '123804.330000', '123824.194000', '123824.197000', '123824.200000', '123824.203000', '123824.206000', '123824.209000', '123824.211000', '123824.215000', '123824.217000', '123824.220000', '123824.223000', '123824.226000', '123824.229000', '123824.232000', '123824.235000', '123824.238000', '123824.241000', '123824.244000', '123824.247000', '123824.250000', '123824.253000', '123824.255000', '123824.258000', '123824.262000', '123824.264000', '123824.267000', '123824.270000', '123824.273000', '123824.276000', '123824.279000', '123824.282000', '123824.285000', '123824.288000', '123824.291000', '123824.294000', '123824.297000', '123824.300000', '123824.303000', '123824.305000', '123824.308000', '123824.311000', '123824.314000', '123824.317000', '123824.320000', '123844.193000', '123844.196000', '123844.199000', '123844.202000', '123844.205000', '123844.208000', '123844.211000', '123844.214000', '123844.217000', '123844.220000', '123844.223000', '123844.226000', '123844.228000', '123844.231000', '123844.234000', '123844.237000', '123844.240000', '123844.256000', '123844.259000', '123844.262000', '123844.265000', '123844.267000', '123844.270000', '123844.274000', '123844.276000', '123844.279000', '123844.282000', '123844.285000', '123844.288000', '123844.291000', '123844.294000', '123844.297000', '123844.300000', '123844.303000', '123844.305000', '123844.308000', '123844.311000', '123844.314000', '123844.317000', '123844.320000', '123844.323000', '123844.326000', '123844.329000', '123904.193000', '123904.196000', '123904.199000', '123904.202000', '123904.205000', '123904.208000', '123904.211000', '123904.214000', '123904.217000', '123904.220000', '123904.223000', '123904.226000', '123904.228000', '123904.231000', '123904.234000', '123904.237000', '123904.240000', '123904.243000', '123904.246000', '123904.249000', '123904.252000', '123904.255000', '123904.258000', '123904.261000', '123904.264000', '123904.267000', '123904.270000', '123904.273000', '123904.276000', '123904.278000', '123904.281000', '123904.284000', '123904.287000', '123904.290000', '123904.293000', '123904.296000', '123904.299000', '123904.301000', '123904.304000', '123904.307000', '123904.310000', '123904.313000', '123904.316000', '123904.319000', '123924.193000', '123924.196000', '123924.199000', '123924.202000', '123924.205000', '123924.208000', '123924.211000', '123924.214000', '123924.225000', '123924.227000', '123924.230000', '123924.233000', '123924.236000', '123924.239000', '123924.242000', '123924.245000', '123924.248000', '123924.251000', '123924.254000', '123924.257000', '123924.260000', '123924.265000', '123924.269000', '123924.272000', '123924.275000', '123924.278000', '123924.281000', '123924.284000', '123924.287000', '123924.289000', '123924.292000', '123924.295000', '123924.298000', '123924.301000', '123924.304000', '123924.307000', '123924.310000', '123924.313000', '123924.316000', '123924.319000', '123924.321000', '123924.324000', '123924.327000', '123944.194000', '123944.197000', '123944.200000', '123944.203000', '123944.206000', '123944.209000', '123944.212000', '123944.215000', '123944.218000', '123944.221000', '123944.224000', '123944.227000', '123944.230000', '123944.233000', '123944.236000', '123944.239000', '123944.241000', '123944.244000', '123944.247000', '123944.250000', '123944.253000', '123944.256000', '123944.259000', '123944.262000', '123944.265000', '123944.268000', '123944.271000', '123944.274000', '123944.277000', '123944.280000', '123944.282000', '123944.285000', '123944.288000', '123944.291000', '123944.294000', '123944.297000', '123944.300000', '123944.303000', '123944.306000', '123944.309000', '123944.311000', '123944.314000', '123944.317000', '123944.320000', '124004.194000', '124004.197000', '124004.200000', '124004.203000', '124004.206000', '124004.209000', '124004.212000', '124004.215000', '124004.219000', '124004.221000', '124004.224000', '124004.228000', '124004.230000', '124004.233000', '124004.236000', '124004.239000', '124004.242000', '124004.245000', '124004.248000', '124004.251000', '124004.254000', '124004.257000', '124004.260000', '124004.263000', '124004.265000', '124004.268000', '124004.271000', '124004.274000', '124004.277000', '124004.280000', '124004.283000', '124004.286000', '124004.290000', '124004.294000', '124004.298000', '124004.300000', '124004.303000', '124004.306000', '124004.309000', '124004.312000', '124004.315000', '124004.318000', '124004.321000', '124024.194000', '124024.197000', '124024.200000', '124024.203000', '124024.206000', '124024.209000', '124024.212000', '124024.214000', '124024.218000', '124024.220000', '124024.223000', '124024.226000', '124024.229000', '124024.232000', '124024.235000', '124024.238000', '124024.241000', '124024.244000', '124024.247000', '124024.249000', '124024.252000', '124024.255000', '124024.258000', '124024.261000', '124024.264000', '124024.267000', '124024.270000', '124024.273000', '124024.276000', '124024.279000', '124024.282000', '124024.284000', '124024.288000', '124024.290000', '124024.293000', '124024.296000', '124024.299000', '124024.302000', '124024.305000', '124024.308000', '124024.311000', '124024.314000', '124024.316000', '124024.319000', '124044.194000', '124044.197000', '124044.200000', '124044.203000', '124044.206000', '124044.209000', '124044.212000', '124044.215000', '124044.218000', '124044.220000', '124044.224000', '124044.226000', '124044.229000', '124044.232000', '124044.235000', '124044.238000', '124044.241000', '124044.244000', '124044.247000', '124044.250000', '124044.253000', '124044.256000', '124044.259000', '124044.262000', '124044.265000', '124044.268000', '124044.271000', '124044.273000', '124044.276000', '124044.279000', '124044.282000', '124044.285000', '124044.288000', '124044.291000', '124044.294000', '124044.299000', '124044.302000', '124044.305000', '124044.307000', '124044.310000', '124044.313000', '124044.316000', '124044.319000', '124104.193000', '124104.196000', '124104.199000', '124104.202000', '124104.205000', '124104.208000', '124104.211000', '124104.214000', '124104.217000', '124104.220000', '124104.222000', '124104.229000', '124104.232000', '124104.235000', '124104.238000', '124104.241000', '124104.244000', '124104.247000', '124104.250000', '124104.253000', '124104.256000', '124104.259000', '124104.261000', '124104.264000', '124104.267000', '124104.270000', '124104.273000', '124104.276000', '124104.279000', '124104.290000', '124104.293000', '124104.296000', '124104.299000', '124104.302000', '124104.305000', '124104.308000', '124104.311000', '124104.314000', '124104.317000', '124104.320000', '124104.323000', '124104.325000', '124104.328000', '124104.331000', '124107.368000', '124107.371000', '124107.374000', '124107.377000', '124107.381000', '124107.384000', '124107.387000'], 'InstanceCreationTime': ['123124.296000', '123124.300000', '123124.303000', '123124.306000', '123124.309000', '123124.316000', '123124.319000', '123124.322000', '123124.325000', '123124.328000', '123124.330000', '123124.333000', '123124.336000', '123124.339000', '123124.342000', '123124.345000', '123124.348000', '123124.351000', '123124.354000', '123124.356000', '123124.359000', '123124.362000', '123124.372000', '123124.375000', '123124.377000', '123124.380000', '123124.383000', '123124.386000', '123124.389000', '123124.392000', '123144.193000', '123144.201000', '123144.204000', '123144.206000', '123144.209000', '123144.212000', '123144.215000', '123144.218000', '123144.221000', '123144.224000', '123144.227000', '123144.230000', '123144.233000', '123144.236000', '123144.238000', '123144.241000', '123144.244000', '123144.247000', '123144.250000', '123144.253000', '123144.256000', '123144.259000', '123144.262000', '123144.264000', '123144.267000', '123144.270000', '123144.273000', '123144.276000', '123144.281000', '123144.285000', '123144.288000', '123144.291000', '123144.294000', '123144.297000', '123144.300000', '123144.303000', '123144.305000', '123144.308000', '123144.311000', '123144.314000', '123144.317000', '123144.320000', '123144.323000', '123204.193000', '123204.196000', '123204.199000', '123204.202000', '123204.205000', '123204.208000', '123204.210000', '123204.213000', '123204.216000', '123204.219000', '123204.222000', '123204.225000', '123204.228000', '123204.231000', '123204.234000', '123204.237000', '123204.240000', '123204.243000', '123204.245000', '123204.248000', '123204.251000', '123204.254000', '123204.257000', '123204.260000', '123204.267000', '123204.270000', '123204.273000', '123204.276000', '123204.279000', '123204.282000', '123204.284000', '123204.287000', '123204.290000', '123204.293000', '123204.296000', '123204.299000', '123204.302000', '123204.305000', '123204.308000', '123204.311000', '123204.314000', '123204.316000', '123204.319000', '123204.322000', '123224.193000', '123224.196000', '123224.199000', '123224.202000', '123224.205000', '123224.208000', '123224.210000', '123224.213000', '123224.216000', '123224.219000', '123224.222000', '123224.226000', '123224.229000', '123224.232000', '123224.235000', '123224.238000', '123224.241000', '123224.244000', '123224.247000', '123224.250000', '123224.252000', '123224.255000', '123224.258000', '123224.261000', '123224.264000', '123224.267000', '123224.270000', '123224.273000', '123224.276000', '123224.279000', '123224.282000', '123224.285000', '123224.288000', '123224.293000', '123224.296000', '123224.299000', '123224.302000', '123224.305000', '123224.308000', '123224.311000', '123224.314000', '123224.317000', '123224.320000', '123244.193000', '123244.196000', '123244.199000', '123244.202000', '123244.205000', '123244.208000', '123244.210000', '123244.213000', '123244.216000', '123244.219000', '123244.222000', '123244.225000', '123244.228000', '123244.231000', '123244.234000', '123244.237000', '123244.240000', '123244.243000', '123244.246000', '123244.249000', '123244.252000', '123244.254000', '123244.257000', '123244.260000', '123244.263000', '123244.266000', '123244.269000', '123244.272000', '123244.275000', '123244.278000', '123244.281000', '123244.283000', '123244.286000', '123244.289000', '123244.292000', '123244.295000', '123244.298000', '123244.301000', '123244.304000', '123244.307000', '123244.310000', '123244.312000', '123244.315000', '123244.318000', '123304.194000', '123304.197000', '123304.200000', '123304.203000', '123304.206000', '123304.209000', '123304.212000', '123304.215000', '123304.217000', '123304.220000', '123304.224000', '123304.227000', '123304.230000', '123304.232000', '123304.235000', '123304.238000', '123304.241000', '123304.244000', '123304.247000', '123304.250000', '123304.253000', '123304.256000', '123304.270000', '123304.273000', '123304.276000', '123304.278000', '123304.281000', '123304.284000', '123304.287000', '123304.290000', '123304.293000', '123304.296000', '123304.299000', '123304.302000', '123304.308000', '123304.311000', '123304.314000', '123304.317000', '123304.320000', '123304.323000', '123304.326000', '123304.329000', '123304.331000', '123324.194000', '123324.197000', '123324.200000', '123324.203000', '123324.206000', '123324.208000', '123324.211000', '123324.215000', '123324.217000', '123324.220000', '123324.223000', '123324.226000', '123324.229000', '123324.232000', '123324.235000', '123324.238000', '123324.241000', '123324.243000', '123324.246000', '123324.249000', '123324.252000', '123324.255000', '123324.258000', '123324.261000', '123324.264000', '123324.267000', '123324.270000', '123324.273000', '123324.276000', '123324.279000', '123324.281000', '123324.284000', '123324.287000', '123324.290000', '123324.293000', '123324.296000', '123324.299000', '123324.302000', '123324.305000', '123324.307000', '123324.315000', '123324.318000', '123324.321000', '123324.324000', '123344.194000', '123344.197000', '123344.200000', '123344.203000', '123344.206000', '123344.209000', '123344.212000', '123344.214000', '123344.217000', '123344.220000', '123344.223000', '123344.226000', '123344.229000', '123344.232000', '123344.235000', '123344.238000', '123344.241000', '123344.244000', '123344.247000', '123344.250000', '123344.252000', '123344.255000', '123344.258000', '123344.261000', '123344.265000', '123344.269000', '123344.272000', '123344.275000', '123344.277000', '123344.280000', '123344.283000', '123344.286000', '123344.289000', '123344.292000', '123344.295000', '123344.298000', '123344.300000', '123344.303000', '123344.306000', '123344.309000', '123344.312000', '123344.315000', '123344.318000', '123404.193000', '123404.196000', '123404.199000', '123404.202000', '123404.205000', '123404.208000', '123404.211000', '123404.213000', '123404.216000', '123404.219000', '123404.222000', '123404.225000', '123404.229000', '123404.232000', '123404.235000', '123404.238000', '123404.241000', '123404.244000', '123404.247000', '123404.249000', '123404.252000', '123404.255000', '123404.258000', '123404.261000', '123404.264000', '123404.267000', '123404.270000', '123404.273000', '123404.276000', '123404.279000', '123404.282000', '123404.284000', '123404.287000', '123404.290000', '123404.293000', '123404.296000', '123404.299000', '123404.302000', '123404.305000', '123404.308000', '123404.310000', '123404.313000', '123404.316000', '123404.319000', '123424.193000', '123424.196000', '123424.199000', '123424.202000', '123424.205000', '123424.208000', '123424.211000', '123424.214000', '123424.217000', '123424.219000', '123424.222000', '123424.225000', '123424.228000', '123424.231000', '123424.234000', '123424.237000', '123424.240000', '123424.243000', '123424.246000', '123424.249000', '123424.251000', '123424.254000', '123424.257000', '123424.260000', '123424.263000', '123424.266000', '123424.269000', '123424.272000', '123424.275000', '123424.277000', '123424.280000', '123424.283000', '123424.286000', '123424.289000', '123424.292000', '123424.295000', '123424.298000', '123424.301000', '123424.304000', '123424.306000', '123424.309000', '123424.312000', '123424.315000', '123444.193000', '123444.196000', '123444.199000', '123444.217000', '123444.220000', '123444.223000', '123444.226000', '123444.229000', '123444.232000', '123444.235000', '123444.238000', '123444.241000', '123444.244000', '123444.247000', '123444.250000', '123444.252000', '123444.255000', '123444.258000', '123444.261000', '123444.264000', '123444.267000', '123444.270000', '123444.273000', '123444.276000', '123444.279000', '123444.282000', '123444.285000', '123444.288000', '123444.290000', '123444.294000', '123444.296000', '123444.299000', '123444.302000', '123444.305000', '123444.308000', '123444.311000', '123444.314000', '123444.317000', '123444.320000', '123444.323000', '123444.325000', '123444.329000', '123444.331000', '123444.334000', '123504.193000', '123504.196000', '123504.199000', '123504.210000', '123504.213000', '123504.216000', '123504.219000', '123504.222000', '123504.225000', '123504.228000', '123504.231000', '123504.234000', '123504.237000', '123504.239000', '123504.242000', '123504.245000', '123504.248000', '123504.251000', '123504.254000', '123504.257000', '123504.260000', '123504.263000', '123504.266000', '123504.269000', '123504.272000', '123504.274000', '123504.277000', '123504.280000', '123504.283000', '123504.286000', '123504.289000', '123504.292000', '123504.295000', '123504.298000', '123504.302000', '123504.305000', '123504.308000', '123504.311000', '123504.314000', '123504.317000', '123504.319000', '123504.322000', '123504.325000', '123524.194000', '123524.197000', '123524.200000', '123524.202000', '123524.206000', '123524.208000', '123524.211000', '123524.214000', '123524.217000', '123524.220000', '123524.223000', '123524.226000', '123524.229000', '123524.232000', '123524.235000', '123524.238000', '123524.241000', '123524.244000', '123524.246000', '123524.249000', '123524.252000', '123524.255000', '123524.258000', '123524.261000', '123524.264000', '123524.267000', '123524.270000', '123524.273000', '123524.276000', '123524.279000', '123524.282000', '123524.284000', '123524.288000', '123524.290000', '123524.293000', '123524.296000', '123524.299000', '123524.302000', '123524.305000', '123524.308000', '123524.311000', '123524.314000', '123524.317000', '123524.320000', '123544.194000', '123544.197000', '123544.200000', '123544.203000', '123544.206000', '123544.209000', '123544.212000', '123544.215000', '123544.218000', '123544.221000', '123544.224000', '123544.227000', '123544.230000', '123544.233000', '123544.236000', '123544.239000', '123544.242000', '123544.245000', '123544.248000', '123544.251000', '123544.254000', '123544.257000', '123544.260000', '123544.262000', '123544.265000', '123544.268000', '123544.271000', '123544.274000', '123544.277000', '123544.280000', '123544.283000', '123544.286000', '123544.289000', '123544.292000', '123544.295000', '123544.297000', '123544.300000', '123544.303000', '123544.306000', '123544.309000', '123544.312000', '123544.315000', '123544.318000', '123604.194000', '123604.197000', '123604.200000', '123604.203000', '123604.206000', '123604.209000', '123604.212000', '123604.215000', '123604.217000', '123604.220000', '123604.223000', '123604.226000', '123604.229000', '123604.232000', '123604.235000', '123604.238000', '123604.241000', '123604.244000', '123604.247000', '123604.250000', '123604.253000', '123604.255000', '123604.258000', '123604.261000', '123604.264000', '123604.267000', '123604.270000', '123604.273000', '123604.289000', '123604.292000', '123604.295000', '123604.298000', '123604.301000', '123604.304000', '123604.306000', '123604.310000', '123604.312000', '123604.315000', '123604.318000', '123604.321000', '123604.324000', '123604.327000', '123604.330000', '123604.334000', '123624.193000', '123624.196000', '123624.199000', '123624.202000', '123624.205000', '123624.208000', '123624.211000', '123624.214000', '123624.217000', '123624.220000', '123624.223000', '123624.225000', '123624.228000', '123624.231000', '123624.234000', '123624.237000', '123624.240000', '123624.243000', '123624.246000', '123624.249000', '123624.252000', '123624.255000', '123624.258000', '123624.261000', '123624.264000', '123624.267000', '123624.269000', '123624.272000', '123624.276000', '123624.279000', '123624.281000', '123624.284000', '123624.287000', '123624.290000', '123624.293000', '123624.296000', '123624.306000', '123624.309000', '123624.312000', '123624.315000', '123624.318000', '123624.321000', '123624.324000', '123644.193000', '123644.196000', '123644.199000', '123644.202000', '123644.205000', '123644.208000', '123644.211000', '123644.214000', '123644.224000', '123644.227000', '123644.230000', '123644.233000', '123644.236000', '123644.239000', '123644.242000', '123644.245000', '123644.248000', '123644.250000', '123644.253000', '123644.256000', '123644.259000', '123644.262000', '123644.265000', '123644.268000', '123644.271000', '123644.274000', '123644.277000', '123644.280000', '123644.282000', '123644.285000', '123644.288000', '123644.291000', '123644.294000', '123644.297000', '123644.300000', '123644.303000', '123644.306000', '123644.309000', '123644.312000', '123644.315000', '123644.318000', '123644.321000', '123644.324000', '123704.193000', '123704.196000', '123704.199000', '123704.202000', '123704.205000', '123704.208000', '123704.211000', '123704.214000', '123704.217000', '123704.220000', '123704.223000', '123704.225000', '123704.228000', '123704.232000', '123704.234000', '123704.237000', '123704.240000', '123704.243000', '123704.246000', '123704.249000', '123704.252000', '123704.255000', '123704.258000', '123704.261000', '123704.264000', '123704.267000', '123704.270000', '123704.273000', '123704.276000', '123704.279000', '123704.281000', '123704.284000', '123704.287000', '123704.290000', '123704.293000', '123704.296000', '123704.299000', '123704.302000', '123704.305000', '123704.307000', '123704.310000', '123704.313000', '123704.316000', '123704.319000', '123724.193000', '123724.199000', '123724.203000', '123724.206000', '123724.209000', '123724.212000', '123724.215000', '123724.217000', '123724.220000', '123724.223000', '123724.226000', '123724.229000', '123724.232000', '123724.235000', '123724.238000', '123724.241000', '123724.244000', '123724.247000', '123724.250000', '123724.253000', '123724.256000', '123724.259000', '123724.262000', '123724.264000', '123724.268000', '123724.271000', '123724.274000', '123724.277000', '123724.280000', '123724.283000', '123724.286000', '123724.289000', '123724.292000', '123724.295000', '123724.298000', '123724.301000', '123724.303000', '123724.307000', '123724.309000', '123724.327000', '123724.329000', '123724.332000', '123724.335000', '123744.194000', '123744.197000', '123744.200000', '123744.203000', '123744.206000', '123744.209000', '123744.212000', '123744.214000', '123744.218000', '123744.220000', '123744.223000', '123744.226000', '123744.229000', '123744.232000', '123744.235000', '123744.238000', '123744.241000', '123744.244000', '123744.247000', '123744.250000', '123744.253000', '123744.256000', '123744.259000', '123744.262000', '123744.265000', '123744.268000', '123744.270000', '123744.273000', '123744.276000', '123744.279000', '123744.282000', '123744.285000', '123744.288000', '123744.291000', '123744.293000', '123744.296000', '123744.299000', '123744.302000', '123744.305000', '123744.308000', '123744.311000', '123744.314000', '123744.317000', '123744.320000', '123804.194000', '123804.206000', '123804.209000', '123804.211000', '123804.214000', '123804.217000', '123804.220000', '123804.223000', '123804.228000', '123804.233000', '123804.236000', '123804.239000', '123804.242000', '123804.245000', '123804.248000', '123804.251000', '123804.254000', '123804.257000', '123804.260000', '123804.262000', '123804.265000', '123804.268000', '123804.271000', '123804.274000', '123804.277000', '123804.280000', '123804.283000', '123804.286000', '123804.289000', '123804.292000', '123804.295000', '123804.297000', '123804.301000', '123804.303000', '123804.306000', '123804.309000', '123804.312000', '123804.315000', '123804.318000', '123804.321000', '123804.324000', '123804.327000', '123804.330000', '123824.194000', '123824.197000', '123824.200000', '123824.203000', '123824.206000', '123824.209000', '123824.211000', '123824.215000', '123824.217000', '123824.220000', '123824.223000', '123824.226000', '123824.229000', '123824.232000', '123824.235000', '123824.238000', '123824.241000', '123824.244000', '123824.247000', '123824.250000', '123824.253000', '123824.255000', '123824.258000', '123824.262000', '123824.264000', '123824.267000', '123824.270000', '123824.273000', '123824.276000', '123824.279000', '123824.282000', '123824.285000', '123824.288000', '123824.291000', '123824.294000', '123824.297000', '123824.300000', '123824.303000', '123824.305000', '123824.308000', '123824.311000', '123824.314000', '123824.317000', '123824.320000', '123844.193000', '123844.196000', '123844.199000', '123844.202000', '123844.205000', '123844.208000', '123844.211000', '123844.214000', '123844.217000', '123844.220000', '123844.223000', '123844.226000', '123844.228000', '123844.231000', '123844.234000', '123844.237000', '123844.240000', '123844.256000', '123844.259000', '123844.262000', '123844.265000', '123844.267000', '123844.270000', '123844.274000', '123844.276000', '123844.279000', '123844.282000', '123844.285000', '123844.288000', '123844.291000', '123844.294000', '123844.297000', '123844.300000', '123844.303000', '123844.305000', '123844.308000', '123844.311000', '123844.314000', '123844.317000', '123844.320000', '123844.323000', '123844.326000', '123844.329000', '123904.193000', '123904.196000', '123904.199000', '123904.202000', '123904.205000', '123904.208000', '123904.211000', '123904.214000', '123904.217000', '123904.220000', '123904.223000', '123904.226000', '123904.228000', '123904.231000', '123904.234000', '123904.237000', '123904.240000', '123904.243000', '123904.246000', '123904.249000', '123904.252000', '123904.255000', '123904.258000', '123904.261000', '123904.264000', '123904.267000', '123904.270000', '123904.273000', '123904.276000', '123904.278000', '123904.281000', '123904.284000', '123904.287000', '123904.290000', '123904.293000', '123904.296000', '123904.299000', '123904.301000', '123904.304000', '123904.307000', '123904.310000', '123904.313000', '123904.316000', '123904.319000', '123924.193000', '123924.196000', '123924.199000', '123924.202000', '123924.205000', '123924.208000', '123924.211000', '123924.214000', '123924.225000', '123924.227000', '123924.230000', '123924.233000', '123924.236000', '123924.239000', '123924.242000', '123924.245000', '123924.248000', '123924.251000', '123924.254000', '123924.257000', '123924.260000', '123924.265000', '123924.269000', '123924.272000', '123924.275000', '123924.278000', '123924.281000', '123924.284000', '123924.287000', '123924.289000', '123924.292000', '123924.295000', '123924.298000', '123924.301000', '123924.304000', '123924.307000', '123924.310000', '123924.313000', '123924.316000', '123924.319000', '123924.321000', '123924.324000', '123924.327000', '123944.194000', '123944.197000', '123944.200000', '123944.203000', '123944.206000', '123944.209000', '123944.212000', '123944.215000', '123944.218000', '123944.221000', '123944.224000', '123944.227000', '123944.230000', '123944.233000', '123944.236000', '123944.239000', '123944.241000', '123944.244000', '123944.247000', '123944.250000', '123944.253000', '123944.256000', '123944.259000', '123944.262000', '123944.265000', '123944.268000', '123944.271000', '123944.274000', '123944.277000', '123944.280000', '123944.282000', '123944.285000', '123944.288000', '123944.291000', '123944.294000', '123944.297000', '123944.300000', '123944.303000', '123944.306000', '123944.309000', '123944.311000', '123944.314000', '123944.317000', '123944.320000', '124004.194000', '124004.197000', '124004.200000', '124004.203000', '124004.206000', '124004.209000', '124004.212000', '124004.215000', '124004.219000', '124004.221000', '124004.224000', '124004.228000', '124004.230000', '124004.233000', '124004.236000', '124004.239000', '124004.242000', '124004.245000', '124004.248000', '124004.251000', '124004.254000', '124004.257000', '124004.260000', '124004.263000', '124004.265000', '124004.268000', '124004.271000', '124004.274000', '124004.277000', '124004.280000', '124004.283000', '124004.286000', '124004.290000', '124004.294000', '124004.298000', '124004.300000', '124004.303000', '124004.306000', '124004.309000', '124004.312000', '124004.315000', '124004.318000', '124004.321000', '124024.194000', '124024.197000', '124024.200000', '124024.203000', '124024.206000', '124024.209000', '124024.212000', '124024.214000', '124024.218000', '124024.220000', '124024.223000', '124024.226000', '124024.229000', '124024.232000', '124024.235000', '124024.238000', '124024.241000', '124024.244000', '124024.247000', '124024.249000', '124024.252000', '124024.255000', '124024.258000', '124024.261000', '124024.264000', '124024.267000', '124024.270000', '124024.273000', '124024.276000', '124024.279000', '124024.282000', '124024.284000', '124024.288000', '124024.290000', '124024.293000', '124024.296000', '124024.299000', '124024.302000', '124024.305000', '124024.308000', '124024.311000', '124024.314000', '124024.316000', '124024.319000', '124044.194000', '124044.197000', '124044.200000', '124044.203000', '124044.206000', '124044.209000', '124044.212000', '124044.215000', '124044.218000', '124044.220000', '124044.224000', '124044.226000', '124044.229000', '124044.232000', '124044.235000', '124044.238000', '124044.241000', '124044.244000', '124044.247000', '124044.250000', '124044.253000', '124044.256000', '124044.259000', '124044.262000', '124044.265000', '124044.268000', '124044.271000', '124044.273000', '124044.276000', '124044.279000', '124044.282000', '124044.285000', '124044.288000', '124044.291000', '124044.294000', '124044.299000', '124044.302000', '124044.305000', '124044.307000', '124044.310000', '124044.313000', '124044.316000', '124044.319000', '124104.193000', '124104.196000', '124104.199000', '124104.202000', '124104.205000', '124104.208000', '124104.211000', '124104.214000', '124104.217000', '124104.220000', '124104.222000', '124104.229000', '124104.232000', '124104.235000', '124104.238000', '124104.241000', '124104.244000', '124104.247000', '124104.250000', '124104.253000', '124104.256000', '124104.259000', '124104.261000', '124104.264000', '124104.267000', '124104.270000', '124104.273000', '124104.276000', '124104.279000', '124104.290000', '124104.293000', '124104.296000', '124104.299000', '124104.302000', '124104.305000', '124104.308000', '124104.311000', '124104.314000', '124104.317000', '124104.320000', '124104.323000', '124104.325000', '124104.328000', '124104.331000', '124107.368000', '124107.371000', '124107.374000', '124107.377000', '124107.381000', '124107.384000', '124107.387000'], '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': [13356, 8456, 7201, 8326, 9772, 10017, 10577, 11573, 8138, 7187, 10684, 8381, 7247, 13348, 9313, 7314, 9213, 6879, 7108, 10896, 9003, 7930, 8532, 7657, 6945, 8519, 7687, 7092, 11212, 8053, 7117, 8564, 7028, 7043, 10305, 8561, 7325, 10735, 8160, 6814, 11364, 10442, 8132, 13406, 9215, 7514, 10697, 9162, 7333, 12391, 10168, 7587, 10410, 8086, 7239, 11423, 8649, 7545, 9183, 8046, 7079, 9243, 8607, 7611, 11437, 10117, 6937, 7848, 9244, 7817, 11498, 10709, 7528, 8537, 8753, 6925, 8438, 9480, 7699, 7600, 9084, 6969, 6779, 8635, 9151, 7863, 10388, 8625, 6879, 9984, 9424, 8644, 11934, 8182, 6673, 9185, 7806, 8139, 11075, 9194, 6928, 10888, 8514, 6968, 6720, 9529, 9407, 7787, 10070, 9035, 7766, 6676, 10834, 10861, 8479, 13234, 8938, 7113, 11228, 9385, 7721, 13143, 9611, 6797, 10856, 8407, 6762, 10223, 9762, 7791, 9933, 7281, 7064, 8435, 8342, 7244, 10132, 7478, 6773, 9145, 8862, 7064, 11253, 9667, 7414, 9885, 7824, 6801, 10365, 10091, 8556, 10392, 8154, 6919, 9353, 8226, 11382, 10044, 7063, 7538, 7851, 7183, 8754, 8789, 7341, 8283, 8935, 7167, 7437, 8777, 8367, 8648, 9591, 8060, 6758, 9328, 9215, 7931, 12205, 9243, 7074, 9786, 8101, 6965, 10766, 10224, 8125, 10632, 7879, 6797, 9183, 8313, 7797, 10904, 8335, 7481, 9109, 7049, 6725, 8733, 8090, 9853, 9375, 7007, 6718, 8330, 7652, 8898, 10366, 8119, 6991, 9310, 7423, 7458, 9362, 8906, 7320, 9775, 7736, 6714, 9142, 8794, 7119, 11869, 9751, 7647, 10052, 7325, 7027, 10108, 8914, 7619, 11623, 7897, 6806, 9457, 8736, 7040, 11428, 9371, 6664, 9277, 7389, 7068, 9275, 8730, 8192, 9624, 7851, 6951, 9515, 8766, 9475, 11014, 8002, 7035, 8887, 9284, 7949, 10685, 9131, 7242, 12267, 9555, 8259, 9201, 7384, 7052, 8990, 8189, 7181, 10758, 9362, 6783, 8371, 8485, 7063, 10491, 9108, 7239, 10110, 8139, 7087, 7521, 7708, 7184, 9052, 8882, 7050, 6971, 8675, 8698, 7152, 11530, 8276, 6895, 9475, 8001, 6848, 11010, 10362, 7563, 9289, 9950, 7936, 7304, 9413, 8896, 11398, 10528, 6776, 6688, 8379, 7570, 6847, 11200, 9273, 7016, 9684, 8479, 6747, 9880, 9248, 7658, 12033, 8633, 6704, 9107, 7452, 6804, 8984, 8729, 6839, 8951, 7079, 6942, 8167, 8042, 8716, 10547, 7582, 6711, 8643, 7444, 6915, 10303, 8971, 7393, 9867, 7783, 6963, 9591, 8278, 6992, 9903, 8487, 6821, 6834, 8307, 7879, 6991, 11960, 8731, 6885, 7661, 8478, 8252, 8663, 11700, 9353, 7822, 10175, 7929, 7065, 9296, 9764, 7611, 7206, 9349, 7374, 6973, 8010, 10332, 8686, 7599, 10782, 8208, 7160, 11371, 9689, 8142, 12107, 8262, 6886, 8689, 7680, 6759, 7176, 8736, 7255, 7239, 7772, 10305, 7210, 6858, 7971, 8773, 8156, 11409, 10734, 8326, 6697, 10274, 7775, 6782, 11402, 9485, 7323, 8069, 8440, 6781, 9154, 9625, 7215, 8453, 8332, 7125, 6744, 8360, 8782, 7605, 10072, 8050, 6809, 9746, 9157, 8186, 12186, 9120, 6836, 9986, 7788, 7932, 9927, 8024, 8325, 9266, 6853, 6635, 8253, 7673, 8981, 9274, 7349, 6733, 8833, 8033, 7084, 9747, 8860, 7606, 10291, 7615, 7093, 10714, 9101, 7471, 8198, 8396, 6760, 6820, 9227, 9353, 8366, 10559, 8228, 6888, 9741, 8935, 8222, 12004, 8258, 6703, 9202, 7513, 6562, 9028, 8718, 7577, 9579, 7064, 7018, 8420, 7304, 11260, 9663, 7256, 9405, 8173, 7194, 10512, 8886, 7763, 10242, 7348, 6690, 7291, 6877, 6703, 8372, 8957, 8345, 7796, 11939, 8605, 6829, 6927, 9211, 8423, 9095, 12496, 7882, 6932, 8804, 8253, 6917, 12061, 9806, 8668, 10762, 7143, 7163, 9438, 7644, 6870, 10675, 7790, 6796, 9174, 8206, 6990, 10078, 9350, 10123, 9733, 6818, 8712, 7768, 6961, 9922, 9594, 8023, 9687, 7002, 6917, 8230, 6933, 6702, 10064, 8209, 6694, 7839, 8369, 7311, 11496, 10421, 8305, 12179, 8939, 7359, 10806, 9564, 10679, 11550, 8018, 9879, 8069, 6792, 9901, 9309, 7800, 10972, 7791, 6900, 8834, 7004, 9825, 9123, 8158, 9922, 7768, 6663, 9649, 8037, 8342, 9585, 6880, 8544, 8036, 6754, 8991, 7842, 7300, 10569, 8800, 6815, 8848, 7044, 6719, 8273, 6968, 10114, 8799, 6816, 9243, 8557, 7303, 10452, 9343, 10213, 9190, 6861, 9940, 7882, 6880, 8910, 7954, 8308, 8834, 6673, 6810, 7615, 7121, 6807, 9982, 8361, 6884, 8878, 7212, 9570, 9280, 7621, 11758, 8973, 6665, 10380, 9681, 7866, 12017, 9071, 6610, 9530, 8626, 6777, 11469, 8771, 7863, 9935, 7556, 6996, 10297, 8647, 7014, 9104, 8554, 6533, 7873, 8299, 6703, 10981, 8498, 7254, 9861, 7915, 9206, 10048, 7511, 12182, 8158, 8085, 8611, 6698, 10591, 10047, 8364, 10891, 6948, 7514, 7780, 6704, 9729, 9451, 8416, 9549, 7669, 6585, 7912, 7152, 8734, 8745, 7078, 9836, 7196, 6792, 8919, 8223, 6859, 7428, 6896, 6890, 9710, 7164, 6875, 7442, 8070, 8584, 7203, 10286, 7141, 6827, 8786, 7889, 7220, 11596, 9889, 6792, 8635, 8291, 6772, 9973, 9435, 7441, 10668, 8409, 7011, 7909, 8224, 7077, 9666, 9937, 6942, 6675, 8337, 6705, 7767, 8907, 7077, 8379, 8955, 6991, 7675, 8985, 6829, 11507, 8855, 6927, 8728, 7367, 6880, 9499, 8173, 7179, 9186, 7902, 7026, 8989, 8508, 7977, 10420, 7212, 8349, 8284, 6940, 10312, 9673, 8167, 10841, 7657, 6744, 7985, 7130, 6864, 8082, 7839, 6871, 8765, 6945, 6822, 8312, 8354, 7324, 10555, 8201, 6978, 9187, 8541, 6610, 11139, 9250, 6719, 9138, 8343, 6833, 10991, 10539, 8511, 11018, 7873, 6802, 8327, 7333, 7216, 9509, 6907, 8179, 7964, 6895, 9242, 9425, 6911, 11403, 8750, 6667, 9077, 7057, 8134, 9021, 6983, 10123, 7579, 6874, 7563, 6914, 6792, 9897, 7770, 6777, 9427, 7829, 6751, 8796, 7484, 11512, 9135, 7150, 9650, 7786, 7676, 9259, 6724, 8067, 7394, 6765, 8493, 7659, 6761, 8615, 7320, 6653, 6842, 7366, 7502, 9149, 8823, 7335, 6955, 8867, 9219, 6925, 12279, 9614, 8417, 9418, 7075, 6926, 9740, 8275, 7387, 8859, 11539, 8960, 7000, 8700, 8833, 7669, 11001, 9641, 7031, 6838, 8378, 7510, 6843, 10938, 9788, 6993, 6921, 8535, 7072, 6896, 9203, 8183, 7003, 7018, 7115, 6518, 7589, 9776, 10630, 8523, 6783, 10403, 8662, 7420, 8372, 9448, 7339, 6759, 9130, 7936, 6914, 11597, 9891, 7194, 6643, 8595, 7448, 6861, 9823, 9609, 7365, 6902, 9270, 8249, 7045, 10896, 10593, 8429, 10680, 7759, 6802, 9361, 8537, 7280, 11085, 8754, 7226, 8468, 7832, 7071, 10091, 9154, 7136, 7221, 8790, 7643, 6877, 9986, 10097, 8751, 12888, 9493, 6740, 6870, 7665, 7740, 7365, 11352, 8567, 6638, 6695, 9248, 8083, 7087, 8203, 8796, 7095, 6822, 11638, 9323, 7037, 6934, 8221, 6851, 9784, 8836, 7191, 12962, 9784, 7132, 9029, 6855, 6879, 7504, 7826, 6666, 6797, 7663, 6844, 6735, 8534, 8926, 7425, 11787, 8634, 7209, 9088, 7830, 6877, 11780, 9102, 8009, 9183, 7766, 6924, 8874, 8681, 7107, 10761, 8692, 6712, 8138, 8043, 7021, 10900, 9030, 6703, 7147, 7911, 6807, 7173, 8352, 7304, 9921, 9140, 6872, 6782, 8922, 6966, 9777, 9882, 7700, 11033, 8288, 7056, 9668, 9465, 7533, 11503, 8070, 6634, 8446, 6779, 7515, 7863, 6805, 11053, 8564, 6951, 8373, 6961, 6579, 7610, 7197, 7079, 9635, 6866, 6770, 8265, 7036, 6695, 9176, 7936, 11979, 9939, 6733, 6675, 8297, 6940, 7873, 9971, 7763, 8979, 8765, 6817, 7568, 8725, 7014, 11511, 9377, 6848, 7013, 8071, 6999, 7970, 9802, 7361, 6913, 8488, 7579, 6864, 9877, 8676, 12707, 10404, 7469, 8893, 7568, 6868, 10131, 9330, 7764, 11827, 7582, 6964, 8139, 7132, 6611, 8648, 7973, 6901, 8416, 7031, 6770, 8730, 7942, 6600, 10652, 9013, 6912, 9010, 8032, 6847, 11109, 8459, 6762, 9113, 10337, 7652, 7086, 8540, 7658, 6926, 9496, 9108, 6973, 6705, 9037, 8366, 10333, 10870, 7573, 9979, 8262, 6747, 8544, 8223, 6786, 9919, 8871, 6886, 6757, 7447, 6979, 8425, 8045, 6653, 10737, 8526, 6756, 10648, 8408, 7332, 10495, 8191, 11985, 9413, 6791, 9365, 7421, 8203, 8972, 7011, 10218, 7076, 6722, 7704, 7321, 6878, 9345, 7907, 6762, 8459, 7355, 6814, 8761, 7812, 10614, 9284, 6858, 8387, 7576, 6998, 9684, 9397, 7968, 10811, 7076, 6958, 7939, 7129, 7197, 8172, 6633, 10554, 8386, 7033, 9794, 8735, 7624, 10477, 7456, 9769, 8424, 6920, 9200, 8068, 6998, 11388, 9004, 6639, 8670, 6812, 6983, 9202, 9160, 7573, 11332, 7682, 7034, 8823, 8450, 7480, 11580, 8099, 7561, 9019, 8603, 6754, 6817, 7374, 9312, 11495, 8855, 7488, 9531, 7804, 6592, 9160, 9150, 7364, 11969, 7336, 6958, 7271, 7572, 7580, 6939, 9637, 6969, 6933, 9124, 7935, 7198, 9647, 8445, 10171, 8105, 12440, 7775, 6809, 10350, 9631, 6848, 6865, 8645, 7283, 7692, 9794, 7784, 8216, 8833, 7020, 6764, 8340, 8519, 6933, 9775, 6945], 'WindowCenter': [4172.0, 4106.0, 4078.0, 4085.0, 4096.0, 4095.0, 4093.0, 4092.0, 4055.0, 4046.0, 4078.0, 4055.0, 4045.0, 4097.0, 4067.0, 4045.0, 4065.0, 4032.0, 4044.0, 4073.0, 4064.0, 4057.0, 4053.0, 4041.0, 4034.0, 4052.0, 4043.0, 4043.0, 4076.0, 4059.0, 4046.0, 4056.0, 4047.0, 4047.0, 4080.0, 4069.0, 4059.0, 4091.0, 4067.0, 4047.0, 4089.0, 4089.0, 4057.0, 4100.0, 4067.0, 4044.0, 4065.0, 4067.0, 4048.0, 4087.0, 4066.0, 4043.0, 4063.0, 4043.0, 4044.0, 4086.0, 4057.0, 4055.0, 4065.0, 4055.0, 4046.0, 4066.0, 4068.0, 4059.0, 4087.0, 4075.0, 4044.0, 4053.0, 4065.0, 4059.0, 4085.0, 4076.0, 4043.0, 4056.0, 4052.0, 4044.0, 4055.0, 4067.0, 4055.0, 4054.0, 4066.0, 4044.0, 4045.0, 4071.0, 4078.0, 4057.0, 4079.0, 4070.0, 4047.0, 4081.0, 4082.0, 4068.0, 4088.0, 4070.0, 4047.0, 4068.0, 4071.0, 4068.0, 4105.0, 4081.0, 4059.0, 4089.0, 4082.0, 4062.0, 4060.0, 4094.0, 4082.0, 4075.0, 4082.0, 4068.0, 4058.0, 4047.0, 4091.0, 4090.0, 4068.0, 4100.0, 4070.0, 4046.0, 4089.0, 4069.0, 4045.0, 4089.0, 4064.0, 4046.0, 4075.0, 4055.0, 4033.0, 4079.0, 4068.0, 4047.0, 4067.0, 4046.0, 4044.0, 4055.0, 4058.0, 4045.0, 4079.0, 4048.0, 4035.0, 4067.0, 4068.0, 4048.0, 4077.0, 4069.0, 4046.0, 4066.0, 4046.0, 4045.0, 4077.0, 4077.0, 4059.0, 4066.0, 4046.0, 4036.0, 4067.0, 4070.0, 4075.0, 4078.0, 4045.0, 4043.0, 4057.0, 4044.0, 4065.0, 4066.0, 4047.0, 4058.0, 4067.0, 4047.0, 4044.0, 4056.0, 4058.0, 4069.0, 4066.0, 4058.0, 4035.0, 4066.0, 4068.0, 4057.0, 4086.0, 4064.0, 4034.0, 4063.0, 4043.0, 4033.0, 4077.0, 4078.0, 4045.0, 4068.0, 4045.0, 4033.0, 4055.0, 4056.0, 4046.0, 4074.0, 4054.0, 4033.0, 4052.0, 4046.0, 4034.0, 4055.0, 4055.0, 4067.0, 4065.0, 4034.0, 4036.0, 4055.0, 4056.0, 4067.0, 4080.0, 4055.0, 4037.0, 4054.0, 4045.0, 4047.0, 4065.0, 4058.0, 4047.0, 4066.0, 4045.0, 4036.0, 4053.0, 4056.0, 4046.0, 4079.0, 4068.0, 4044.0, 4066.0, 4044.0, 4032.0, 4082.0, 4070.0, 4045.0, 4078.0, 4045.0, 4032.0, 4056.0, 4057.0, 4047.0, 4078.0, 4066.0, 4032.0, 4053.0, 4032.0, 4032.0, 4068.0, 4055.0, 4058.0, 4068.0, 4056.0, 4045.0, 4067.0, 4069.0, 4070.0, 4078.0, 4058.0, 4047.0, 4055.0, 4054.0, 4043.0, 4076.0, 4067.0, 4057.0, 4090.0, 4066.0, 4056.0, 4052.0, 4032.0, 4033.0, 4067.0, 4056.0, 4045.0, 4078.0, 4065.0, 4034.0, 4053.0, 4056.0, 4044.0, 4077.0, 4068.0, 4047.0, 4075.0, 4055.0, 4046.0, 4045.0, 4054.0, 4059.0, 4067.0, 4067.0, 4046.0, 4047.0, 4068.0, 4069.0, 4060.0, 4092.0, 4059.0, 4049.0, 4066.0, 4059.0, 4045.0, 4076.0, 4077.0, 4058.0, 4066.0, 4068.0, 4045.0, 4045.0, 4067.0, 4064.0, 4077.0, 4066.0, 4035.0, 4035.0, 4044.0, 4044.0, 4034.0, 4076.0, 4068.0, 4048.0, 4054.0, 4041.0, 4031.0, 4052.0, 4054.0, 4041.0, 4074.0, 4054.0, 4032.0, 4053.0, 4030.0, 4024.0, 4052.0, 4052.0, 4034.0, 4054.0, 4032.0, 4033.0, 4056.0, 4056.0, 4058.0, 4078.0, 4046.0, 4034.0, 4054.0, 4045.0, 4047.0, 4065.0, 4069.0, 4048.0, 4065.0, 4047.0, 4044.0, 4066.0, 4056.0, 4047.0, 4066.0, 4055.0, 4037.0, 4035.0, 4058.0, 4067.0, 4062.0, 4091.0, 4068.0, 4049.0, 4046.0, 4058.0, 4056.0, 4058.0, 4079.0, 4066.0, 4045.0, 4064.0, 4043.0, 4044.0, 4068.0, 4068.0, 4045.0, 4046.0, 4057.0, 4046.0, 4034.0, 4054.0, 4067.0, 4056.0, 4043.0, 4077.0, 4057.0, 4044.0, 4076.0, 4063.0, 4047.0, 4078.0, 4056.0, 4044.0, 4068.0, 4056.0, 4046.0, 4048.0, 4068.0, 4076.0, 4060.0, 4059.0, 4083.0, 4059.0, 4049.0, 4058.0, 4071.0, 4072.0, 4090.0, 4080.0, 4059.0, 4046.0, 4077.0, 4048.0, 4046.0, 4088.0, 4069.0, 4045.0, 4048.0, 4056.0, 4038.0, 4068.0, 4067.0, 4045.0, 4055.0, 4055.0, 4047.0, 4034.0, 4060.0, 4068.0, 4058.0, 4077.0, 4056.0, 4036.0, 4070.0, 4081.0, 4059.0, 4087.0, 4068.0, 4034.0, 4066.0, 4044.0, 4054.0, 4063.0, 4044.0, 4042.0, 4055.0, 4031.0, 4030.0, 4057.0, 4048.0, 4055.0, 4054.0, 4043.0, 4033.0, 4054.0, 4047.0, 4046.0, 4066.0, 4058.0, 4048.0, 4067.0, 4047.0, 4048.0, 4078.0, 4055.0, 4046.0, 4054.0, 4054.0, 4035.0, 4048.0, 4070.0, 4066.0, 4055.0, 4077.0, 4057.0, 4034.0, 4065.0, 4068.0, 4055.0, 4076.0, 4056.0, 4034.0, 4055.0, 4045.0, 4033.0, 4055.0, 4056.0, 4043.0, 4065.0, 4035.0, 4033.0, 4056.0, 4047.0, 4075.0, 4064.0, 4035.0, 4055.0, 4042.0, 4034.0, 4075.0, 4066.0, 4046.0, 4069.0, 4046.0, 4047.0, 4047.0, 4037.0, 4047.0, 4067.0, 4082.0, 4083.0, 4071.0, 4102.0, 4069.0, 4051.0, 4047.0, 4068.0, 4058.0, 4071.0, 4102.0, 4057.0, 4050.0, 4069.0, 4058.0, 4047.0, 4088.0, 4069.0, 4057.0, 4076.0, 4035.0, 4033.0, 4056.0, 4046.0, 4048.0, 4080.0, 4048.0, 4035.0, 4054.0, 4056.0, 4035.0, 4067.0, 4069.0, 4069.0, 4065.0, 4034.0, 4042.0, 4044.0, 4045.0, 4078.0, 4068.0, 4058.0, 4068.0, 4045.0, 4047.0, 4056.0, 4046.0, 4048.0, 4080.0, 4061.0, 4049.0, 4060.0, 4058.0, 4060.0, 4092.0, 4080.0, 4061.0, 4077.0, 4056.0, 4044.0, 4078.0, 4068.0, 4067.0, 4075.0, 4043.0, 4053.0, 4045.0, 4021.0, 4064.0, 4055.0, 4032.0, 4065.0, 4035.0, 4033.0, 4043.0, 4034.0, 4065.0, 4052.0, 4043.0, 4053.0, 4044.0, 4024.0, 4053.0, 4043.0, 4045.0, 4054.0, 4035.0, 4043.0, 4044.0, 4021.0, 4042.0, 4046.0, 4047.0, 4067.0, 4058.0, 4033.0, 4056.0, 4033.0, 4035.0, 4055.0, 4037.0, 4066.0, 4058.0, 4035.0, 4056.0, 4056.0, 4046.0, 4078.0, 4068.0, 4067.0, 4056.0, 4034.0, 4051.0, 4043.0, 4032.0, 4056.0, 4057.0, 4059.0, 4053.0, 4036.0, 4036.0, 4056.0, 4061.0, 4051.0, 4081.0, 4069.0, 4048.0, 4071.0, 4051.0, 4083.0, 4073.0, 4061.0, 4077.0, 4057.0, 4034.0, 4067.0, 4066.0, 4059.0, 4087.0, 4058.0, 4037.0, 4055.0, 4057.0, 4034.0, 4079.0, 4057.0, 4047.0, 4066.0, 4045.0, 4036.0, 4066.0, 4055.0, 4032.0, 4054.0, 4045.0, 4026.0, 4044.0, 4055.0, 4038.0, 4078.0, 4056.0, 4045.0, 4069.0, 4043.0, 4058.0, 4067.0, 4034.0, 4074.0, 4045.0, 4032.0, 4043.0, 4034.0, 4066.0, 4051.0, 4042.0, 4066.0, 4030.0, 4032.0, 4033.0, 4032.0, 4054.0, 4053.0, 4043.0, 4052.0, 4045.0, 4031.0, 4046.0, 4046.0, 4057.0, 4057.0, 4037.0, 4053.0, 4033.0, 4036.0, 4056.0, 4058.0, 4037.0, 4048.0, 4050.0, 4036.0, 4067.0, 4048.0, 4035.0, 4058.0, 4073.0, 4072.0, 4061.0, 4080.0, 4046.0, 4037.0, 4057.0, 4060.0, 4050.0, 4078.0, 4071.0, 4037.0, 4056.0, 4047.0, 4025.0, 4068.0, 4057.0, 4036.0, 4065.0, 4044.0, 4035.0, 4045.0, 4046.0, 4036.0, 4056.0, 4070.0, 4036.0, 4035.0, 4044.0, 4036.0, 4048.0, 4059.0, 4039.0, 4046.0, 4057.0, 4034.0, 4043.0, 4057.0, 4037.0, 4068.0, 4046.0, 4033.0, 4056.0, 4034.0, 4050.0, 4069.0, 4056.0, 4036.0, 4057.0, 4048.0, 4037.0, 4058.0, 4060.0, 4050.0, 4070.0, 4037.0, 4047.0, 4045.0, 4036.0, 4071.0, 4059.0, 4048.0, 4066.0, 4035.0, 4025.0, 4034.0, 4032.0, 4037.0, 4049.0, 4047.0, 4038.0, 4058.0, 4035.0, 4039.0, 4059.0, 4060.0, 4049.0, 4081.0, 4059.0, 4049.0, 4072.0, 4071.0, 4041.0, 4082.0, 4059.0, 4038.0, 4056.0, 4047.0, 4038.0, 4071.0, 4068.0, 4046.0, 4064.0, 4034.0, 4024.0, 4031.0, 4035.0, 4035.0, 4057.0, 4035.0, 4044.0, 4046.0, 4034.0, 4055.0, 4053.0, 4033.0, 4065.0, 4044.0, 4021.0, 4042.0, 4033.0, 4045.0, 4045.0, 4022.0, 4053.0, 4031.0, 4022.0, 4033.0, 4034.0, 4035.0, 4058.0, 4046.0, 4035.0, 4056.0, 4045.0, 4036.0, 4059.0, 4048.0, 4078.0, 4056.0, 4034.0, 4055.0, 4044.0, 4035.0, 4056.0, 4023.0, 4036.0, 4034.0, 4035.0, 4058.0, 4047.0, 4037.0, 4055.0, 4035.0, 4034.0, 4036.0, 4047.0, 4047.0, 4068.0, 4060.0, 4047.0, 4037.0, 4058.0, 4068.0, 4047.0, 4079.0, 4060.0, 4043.0, 4044.0, 4034.0, 4034.0, 4068.0, 4059.0, 4036.0, 4056.0, 4078.0, 4057.0, 4035.0, 4058.0, 4069.0, 4047.0, 4066.0, 4055.0, 4035.0, 4024.0, 4044.0, 4035.0, 4037.0, 4067.0, 4068.0, 4035.0, 4035.0, 4045.0, 4033.0, 4035.0, 4056.0, 4045.0, 4035.0, 4037.0, 4049.0, 4048.0, 4058.0, 4067.0, 4078.0, 4060.0, 4037.0, 4078.0, 4058.0, 4047.0, 4071.0, 4068.0, 4047.0, 4037.0, 4070.0, 4059.0, 4049.0, 4091.0, 4069.0, 4048.0, 4037.0, 4056.0, 4047.0, 4039.0, 4069.0, 4070.0, 4048.0, 4050.0, 4068.0, 4058.0, 4048.0, 4079.0, 4081.0, 4059.0, 4069.0, 4046.0, 4037.0, 4057.0, 4058.0, 4047.0, 4077.0, 4058.0, 4046.0, 4055.0, 4046.0, 4037.0, 4067.0, 4069.0, 4036.0, 4046.0, 4057.0, 4048.0, 4036.0, 4067.0, 4066.0, 4056.0, 4089.0, 4055.0, 4023.0, 4033.0, 4045.0, 4045.0, 4045.0, 4080.0, 4058.0, 4041.0, 4034.0, 4057.0, 4045.0, 4035.0, 4057.0, 4057.0, 4049.0, 4038.0, 4079.0, 4057.0, 4035.0, 4036.0, 4056.0, 4038.0, 4057.0, 4057.0, 4037.0, 4077.0, 4068.0, 4035.0, 4044.0, 4022.0, 4025.0, 4045.0, 4046.0, 4036.0, 4038.0, 4047.0, 4039.0, 4038.0, 4058.0, 4060.0, 4048.0, 4091.0, 4059.0, 4048.0, 4058.0, 4047.0, 4037.0, 4076.0, 4059.0, 4046.0, 4056.0, 4035.0, 4035.0, 4055.0, 4055.0, 4036.0, 4066.0, 4048.0, 4023.0, 4034.0, 4045.0, 4037.0, 4066.0, 4056.0, 4022.0, 4033.0, 4044.0, 4023.0, 4034.0, 4058.0, 4047.0, 4066.0, 4057.0, 4036.0, 4034.0, 4055.0, 4035.0, 4065.0, 4067.0, 4045.0, 4065.0, 4045.0, 4035.0, 4054.0, 4055.0, 4044.0, 4065.0, 4045.0, 4023.0, 4044.0, 4023.0, 4034.0, 4046.0, 4035.0, 4066.0, 4056.0, 4034.0, 4044.0, 4036.0, 4023.0, 4045.0, 4049.0, 4048.0, 4068.0, 4039.0, 4037.0, 4057.0, 4048.0, 4051.0, 4070.0, 4058.0, 4078.0, 4069.0, 4036.0, 4037.0, 4058.0, 4048.0, 4048.0, 4068.0, 4048.0, 4058.0, 4057.0, 4037.0, 4045.0, 4058.0, 4038.0, 4077.0, 4057.0, 4037.0, 4035.0, 4047.0, 4039.0, 4048.0, 4069.0, 4047.0, 4037.0, 4058.0, 4049.0, 4024.0, 4068.0, 4057.0, 4089.0, 4068.0, 4035.0, 4042.0, 4033.0, 4022.0, 4054.0, 4055.0, 4033.0, 4063.0, 4031.0, 4021.0, 4032.0, 4034.0, 4034.0, 4055.0, 4045.0, 4036.0, 4046.0, 4035.0, 4037.0, 4056.0, 4060.0, 4049.0, 4081.0, 4061.0, 4048.0, 4069.0, 4047.0, 4038.0, 4080.0, 4063.0, 4038.0, 4058.0, 4067.0, 4046.0, 4050.0, 4072.0, 4060.0, 4048.0, 4068.0, 4058.0, 4037.0, 4034.0, 4057.0, 4059.0, 4069.0, 4081.0, 4049.0, 4069.0, 4045.0, 4021.0, 4043.0, 4046.0, 4035.0, 4054.0, 4055.0, 4034.0, 4033.0, 4033.0, 4036.0, 4056.0, 4058.0, 4037.0, 4079.0, 4059.0, 4038.0, 4068.0, 4048.0, 4046.0, 4068.0, 4046.0, 4080.0, 4055.0, 4023.0, 4044.0, 4035.0, 4043.0, 4044.0, 4033.0, 4055.0, 4022.0, 4024.0, 4033.0, 4049.0, 4035.0, 4069.0, 4058.0, 4037.0, 4058.0, 4060.0, 4049.0, 4071.0, 4059.0, 4079.0, 4057.0, 4037.0, 4046.0, 4044.0, 4035.0, 4068.0, 4068.0, 4046.0, 4067.0, 4037.0, 4035.0, 4044.0, 4045.0, 4049.0, 4058.0, 4040.0, 4079.0, 4058.0, 4048.0, 4069.0, 4071.0, 4046.0, 4068.0, 4049.0, 4069.0, 4057.0, 4037.0, 4066.0, 4057.0, 4047.0, 4078.0, 4056.0, 4036.0, 4057.0, 4036.0, 4050.0, 4069.0, 4070.0, 4062.0, 4082.0, 4048.0, 4049.0, 4070.0, 4060.0, 4049.0, 4082.0, 4049.0, 4045.0, 4056.0, 4048.0, 4034.0, 4035.0, 4044.0, 4058.0, 4078.0, 4056.0, 4035.0, 4057.0, 4034.0, 4025.0, 4056.0, 4056.0, 4037.0, 4076.0, 4034.0, 4033.0, 4035.0, 4046.0, 4049.0, 4036.0, 4066.0, 4037.0, 4038.0, 4057.0, 4047.0, 4048.0, 4082.0, 4061.0, 4081.0, 4059.0, 4091.0, 4063.0, 4064.0, 4082.0, 4070.0, 4039.0, 4036.0, 4056.0, 4049.0, 4060.0, 4067.0, 4051.0, 4046.0, 4055.0, 4035.0, 4035.0, 4057.0, 4069.0, 4050.0, 4079.0, 4048.0], 'WindowWidth': [9273.0, 9163.0, 9112.0, 9114.0, 9130.0, 9123.0, 9116.0, 9113.0, 9055.0, 9040.0, 9084.0, 9053.0, 9039.0, 9110.0, 9071.0, 9037.0, 9063.0, 9015.0, 9033.0, 9072.0, 9062.0, 9053.0, 9043.0, 9026.0, 9019.0, 9043.0, 9033.0, 9032.0, 9080.0, 9059.0, 9038.0, 9051.0, 9041.0, 9044.0, 9090.0, 9078.0, 9064.0, 9107.0, 9071.0, 9043.0, 9103.0, 9104.0, 9056.0, 9116.0, 9068.0, 9034.0, 9062.0, 9070.0, 9045.0, 9096.0, 9066.0, 9030.0, 9058.0, 9032.0, 9038.0, 9094.0, 9055.0, 9051.0, 9063.0, 9049.0, 9040.0, 9069.0, 9074.0, 9061.0, 9097.0, 9078.0, 9035.0, 9046.0, 9064.0, 9062.0, 9093.0, 9081.0, 9033.0, 9051.0, 9044.0, 9036.0, 9050.0, 9068.0, 9052.0, 9050.0, 9067.0, 9036.0, 9042.0, 9080.0, 9087.0, 9058.0, 9089.0, 9078.0, 9043.0, 9095.0, 9097.0, 9071.0, 9101.0, 9077.0, 9042.0, 9070.0, 9083.0, 9077.0, 9133.0, 9096.0, 9064.0, 9108.0, 9099.0, 9074.0, 9071.0, 9123.0, 9101.0, 9092.0, 9097.0, 9074.0, 9060.0, 9043.0, 9106.0, 9106.0, 9073.0, 9117.0, 9076.0, 9040.0, 9100.0, 9074.0, 9037.0, 9100.0, 9062.0, 9038.0, 9076.0, 9049.0, 9018.0, 9085.0, 9070.0, 9039.0, 9066.0, 9039.0, 9035.0, 9051.0, 9056.0, 9037.0, 9088.0, 9043.0, 9024.0, 9069.0, 9074.0, 9046.0, 9085.0, 9074.0, 9039.0, 9065.0, 9040.0, 9038.0, 9084.0, 9081.0, 9059.0, 9066.0, 9037.0, 9023.0, 9067.0, 9076.0, 9078.0, 9086.0, 9038.0, 9033.0, 9053.0, 9036.0, 9065.0, 9069.0, 9042.0, 9059.0, 9069.0, 9040.0, 9034.0, 9054.0, 9056.0, 9073.0, 9065.0, 9054.0, 9021.0, 9066.0, 9070.0, 9053.0, 9095.0, 9060.0, 9020.0, 9057.0, 9031.0, 9017.0, 9081.0, 9085.0, 9036.0, 9068.0, 9035.0, 9017.0, 9047.0, 9051.0, 9039.0, 9074.0, 9046.0, 9017.0, 9041.0, 9038.0, 9018.0, 9049.0, 9050.0, 9067.0, 9063.0, 9020.0, 9023.0, 9049.0, 9055.0, 9069.0, 9088.0, 9050.0, 9025.0, 9047.0, 9034.0, 9040.0, 9064.0, 9055.0, 9039.0, 9065.0, 9035.0, 9023.0, 9045.0, 9052.0, 9038.0, 9084.0, 9071.0, 9033.0, 9063.0, 9032.0, 9014.0, 9095.0, 9078.0, 9037.0, 9082.0, 9034.0, 9013.0, 9049.0, 9054.0, 9040.0, 9082.0, 9067.0, 9014.0, 9043.0, 9015.0, 9015.0, 9069.0, 9051.0, 9054.0, 9069.0, 9052.0, 9035.0, 9066.0, 9073.0, 9077.0, 9084.0, 9055.0, 9042.0, 9049.0, 9047.0, 9031.0, 9081.0, 9069.0, 9055.0, 9104.0, 9067.0, 9050.0, 9042.0, 9013.0, 9017.0, 9068.0, 9053.0, 9037.0, 9082.0, 9062.0, 9020.0, 9044.0, 9049.0, 9035.0, 9082.0, 9070.0, 9039.0, 9078.0, 9048.0, 9036.0, 9036.0, 9050.0, 9061.0, 9069.0, 9069.0, 9040.0, 9042.0, 9071.0, 9075.0, 9067.0, 9108.0, 9060.0, 9046.0, 9065.0, 9057.0, 9038.0, 9080.0, 9084.0, 9056.0, 9065.0, 9066.0, 9036.0, 9035.0, 9068.0, 9059.0, 9079.0, 9064.0, 9019.0, 9019.0, 9031.0, 9033.0, 9021.0, 9078.0, 9071.0, 9042.0, 9046.0, 9025.0, 9010.0, 9041.0, 9044.0, 9025.0, 9073.0, 9046.0, 9012.0, 9040.0, 9010.0, 9002.0, 9042.0, 9041.0, 9018.0, 9045.0, 9015.0, 9016.0, 9050.0, 9053.0, 9056.0, 9085.0, 9038.0, 9018.0, 9046.0, 9036.0, 9042.0, 9065.0, 9074.0, 9042.0, 9063.0, 9039.0, 9032.0, 9068.0, 9054.0, 9041.0, 9067.0, 9049.0, 9025.0, 9023.0, 9056.0, 9073.0, 9068.0, 9106.0, 9070.0, 9043.0, 9039.0, 9055.0, 9054.0, 9056.0, 9085.0, 9067.0, 9034.0, 9061.0, 9030.0, 9033.0, 9069.0, 9067.0, 9035.0, 9038.0, 9052.0, 9036.0, 9020.0, 9048.0, 9068.0, 9051.0, 9033.0, 9081.0, 9054.0, 9033.0, 9077.0, 9058.0, 9038.0, 9083.0, 9051.0, 9034.0, 9071.0, 9053.0, 9040.0, 9043.0, 9072.0, 9094.0, 9068.0, 9061.0, 9097.0, 9061.0, 9049.0, 9057.0, 9081.0, 9084.0, 9103.0, 9089.0, 9061.0, 9039.0, 9080.0, 9042.0, 9039.0, 9098.0, 9071.0, 9035.0, 9040.0, 9049.0, 9028.0, 9071.0, 9066.0, 9035.0, 9049.0, 9048.0, 9039.0, 9022.0, 9063.0, 9070.0, 9057.0, 9082.0, 9054.0, 9026.0, 9074.0, 9091.0, 9060.0, 9096.0, 9068.0, 9019.0, 9063.0, 9031.0, 9046.0, 9059.0, 9033.0, 9028.0, 9045.0, 9011.0, 9009.0, 9053.0, 9041.0, 9047.0, 9047.0, 9030.0, 9017.0, 9045.0, 9039.0, 9038.0, 9065.0, 9054.0, 9041.0, 9065.0, 9039.0, 9043.0, 9084.0, 9051.0, 9036.0, 9046.0, 9045.0, 9021.0, 9042.0, 9075.0, 9067.0, 9050.0, 9081.0, 9053.0, 9019.0, 9063.0, 9070.0, 9049.0, 9077.0, 9051.0, 9019.0, 9047.0, 9033.0, 9016.0, 9050.0, 9051.0, 9030.0, 9061.0, 9021.0, 9016.0, 9050.0, 9042.0, 9076.0, 9060.0, 9020.0, 9047.0, 9028.0, 9018.0, 9078.0, 9066.0, 9037.0, 9073.0, 9039.0, 9042.0, 9043.0, 9027.0, 9043.0, 9070.0, 9098.0, 9103.0, 9085.0, 9126.0, 9078.0, 9052.0, 9041.0, 9070.0, 9056.0, 9075.0, 9121.0, 9056.0, 9047.0, 9072.0, 9058.0, 9044.0, 9098.0, 9073.0, 9054.0, 9076.0, 9022.0, 9015.0, 9052.0, 9038.0, 9042.0, 9090.0, 9042.0, 9023.0, 9047.0, 9050.0, 9021.0, 9068.0, 9072.0, 9070.0, 9062.0, 9019.0, 9026.0, 9030.0, 9035.0, 9085.0, 9069.0, 9054.0, 9067.0, 9035.0, 9038.0, 9054.0, 9041.0, 9047.0, 9090.0, 9064.0, 9046.0, 9061.0, 9059.0, 9066.0, 9109.0, 9091.0, 9062.0, 9080.0, 9051.0, 9031.0, 9081.0, 9069.0, 9065.0, 9077.0, 9029.0, 9042.0, 9030.0, 8995.0, 9058.0, 9046.0, 9013.0, 9060.0, 9017.0, 9013.0, 9027.0, 9019.0, 9060.0, 9040.0, 9029.0, 9042.0, 9031.0, 9002.0, 9042.0, 9029.0, 9033.0, 9045.0, 9018.0, 9029.0, 9029.0, 8996.0, 9023.0, 9035.0, 9039.0, 9063.0, 9053.0, 9015.0, 9049.0, 9016.0, 9022.0, 9050.0, 9026.0, 9063.0, 9056.0, 9022.0, 9051.0, 9050.0, 9038.0, 9083.0, 9068.0, 9066.0, 9050.0, 9015.0, 9038.0, 9028.0, 9014.0, 9051.0, 9053.0, 9056.0, 9044.0, 9023.0, 9024.0, 9053.0, 9066.0, 9051.0, 9093.0, 9076.0, 9044.0, 9076.0, 9049.0, 9095.0, 9082.0, 9062.0, 9080.0, 9052.0, 9018.0, 9065.0, 9063.0, 9055.0, 9095.0, 9054.0, 9025.0, 9047.0, 9052.0, 9020.0, 9083.0, 9054.0, 9038.0, 9064.0, 9033.0, 9022.0, 9064.0, 9047.0, 9015.0, 9045.0, 9031.0, 9008.0, 9031.0, 9047.0, 9027.0, 9082.0, 9051.0, 9035.0, 9069.0, 9031.0, 9052.0, 9065.0, 9018.0, 9071.0, 9030.0, 9011.0, 9026.0, 9015.0, 9063.0, 9037.0, 9027.0, 9062.0, 9007.0, 9009.0, 9011.0, 9012.0, 9045.0, 9041.0, 9026.0, 9038.0, 9032.0, 9010.0, 9035.0, 9036.0, 9052.0, 9050.0, 9023.0, 9042.0, 9016.0, 9021.0, 9049.0, 9054.0, 9024.0, 9043.0, 9044.0, 9021.0, 9065.0, 9041.0, 9022.0, 9060.0, 9084.0, 9081.0, 9063.0, 9090.0, 9039.0, 9025.0, 9052.0, 9059.0, 9048.0, 9083.0, 9074.0, 9023.0, 9049.0, 9037.0, 9004.0, 9065.0, 9049.0, 9019.0, 9058.0, 9028.0, 9016.0, 9029.0, 9035.0, 9022.0, 9049.0, 9069.0, 9021.0, 9018.0, 9029.0, 9021.0, 9040.0, 9054.0, 9027.0, 9034.0, 9050.0, 9016.0, 9027.0, 9052.0, 9023.0, 9065.0, 9033.0, 9014.0, 9046.0, 9018.0, 9043.0, 9069.0, 9049.0, 9022.0, 9052.0, 9040.0, 9023.0, 9054.0, 9059.0, 9043.0, 9072.0, 9025.0, 9035.0, 9031.0, 9021.0, 9074.0, 9054.0, 9036.0, 9061.0, 9016.0, 9000.0, 9014.0, 9013.0, 9024.0, 9042.0, 9037.0, 9029.0, 9054.0, 9021.0, 9029.0, 9060.0, 9059.0, 9043.0, 9090.0, 9058.0, 9044.0, 9079.0, 9077.0, 9035.0, 9091.0, 9055.0, 9025.0, 9045.0, 9034.0, 9023.0, 9075.0, 9065.0, 9031.0, 9056.0, 9013.0, 8998.0, 9007.0, 9017.0, 9019.0, 9048.0, 9017.0, 9027.0, 9032.0, 9014.0, 9045.0, 9041.0, 9014.0, 9059.0, 9027.0, 8994.0, 9023.0, 9012.0, 9031.0, 9031.0, 8996.0, 9038.0, 9006.0, 8996.0, 9012.0, 9015.0, 9019.0, 9051.0, 9035.0, 9018.0, 9047.0, 9032.0, 9022.0, 9057.0, 9039.0, 9080.0, 9046.0, 9014.0, 9043.0, 9029.0, 9016.0, 9047.0, 8999.0, 9017.0, 9014.0, 9018.0, 9055.0, 9035.0, 9026.0, 9045.0, 9019.0, 9018.0, 9019.0, 9037.0, 9039.0, 9067.0, 9059.0, 9040.0, 9024.0, 9053.0, 9068.0, 9039.0, 9084.0, 9056.0, 9027.0, 9028.0, 9012.0, 9014.0, 9068.0, 9056.0, 9019.0, 9046.0, 9083.0, 9052.0, 9021.0, 9057.0, 9071.0, 9040.0, 9060.0, 9044.0, 9017.0, 8999.0, 9028.0, 9018.0, 9024.0, 9064.0, 9066.0, 9019.0, 9017.0, 9031.0, 9013.0, 9017.0, 9048.0, 9032.0, 9019.0, 9025.0, 9048.0, 9044.0, 9057.0, 9069.0, 9081.0, 9060.0, 9028.0, 9083.0, 9056.0, 9040.0, 9078.0, 9068.0, 9040.0, 9025.0, 9074.0, 9060.0, 9047.0, 9106.0, 9073.0, 9041.0, 9024.0, 9048.0, 9038.0, 9030.0, 9071.0, 9074.0, 9043.0, 9045.0, 9068.0, 9055.0, 9041.0, 9086.0, 9089.0, 9057.0, 9070.0, 9037.0, 9023.0, 9050.0, 9057.0, 9040.0, 9081.0, 9055.0, 9036.0, 9048.0, 9037.0, 9026.0, 9066.0, 9071.0, 9023.0, 9036.0, 9052.0, 9040.0, 9022.0, 9065.0, 9063.0, 9050.0, 9098.0, 9045.0, 9001.0, 9014.0, 9035.0, 9035.0, 9035.0, 9088.0, 9055.0, 9036.0, 9016.0, 9052.0, 9036.0, 9022.0, 9054.0, 9054.0, 9044.0, 9026.0, 9084.0, 9051.0, 9019.0, 9022.0, 9050.0, 9026.0, 9049.0, 9050.0, 9024.0, 9077.0, 9068.0, 9017.0, 9029.0, 8997.0, 9003.0, 9034.0, 9036.0, 9021.0, 9027.0, 9038.0, 9030.0, 9027.0, 9056.0, 9058.0, 9042.0, 9103.0, 9056.0, 9038.0, 9052.0, 9036.0, 9023.0, 9076.0, 9057.0, 9034.0, 9047.0, 9017.0, 9016.0, 9047.0, 9046.0, 9019.0, 9061.0, 9036.0, 8999.0, 9013.0, 9031.0, 9023.0, 9059.0, 9047.0, 8999.0, 9013.0, 9029.0, 9000.0, 9016.0, 9054.0, 9039.0, 9061.0, 9049.0, 9021.0, 9017.0, 9045.0, 9020.0, 9062.0, 9066.0, 9034.0, 9060.0, 9030.0, 9018.0, 9042.0, 9043.0, 9029.0, 9059.0, 9030.0, 8998.0, 9027.0, 9000.0, 9014.0, 9033.0, 9020.0, 9062.0, 9051.0, 9016.0, 9028.0, 9020.0, 9001.0, 9033.0, 9046.0, 9043.0, 9070.0, 9030.0, 9025.0, 9054.0, 9041.0, 9050.0, 9075.0, 9054.0, 9082.0, 9069.0, 9022.0, 9024.0, 9051.0, 9040.0, 9040.0, 9067.0, 9040.0, 9053.0, 9050.0, 9024.0, 9033.0, 9055.0, 9027.0, 9078.0, 9050.0, 9023.0, 9019.0, 9035.0, 9028.0, 9039.0, 9070.0, 9038.0, 9024.0, 9053.0, 9040.0, 9003.0, 9066.0, 9050.0, 9097.0, 9066.0, 9016.0, 9024.0, 9012.0, 8996.0, 9044.0, 9042.0, 9011.0, 9054.0, 9008.0, 8994.0, 9010.0, 9014.0, 9016.0, 9047.0, 9034.0, 9023.0, 9035.0, 9019.0, 9025.0, 9050.0, 9059.0, 9045.0, 9089.0, 9060.0, 9041.0, 9071.0, 9039.0, 9027.0, 9087.0, 9068.0, 9026.0, 9053.0, 9065.0, 9036.0, 9046.0, 9079.0, 9063.0, 9040.0, 9066.0, 9053.0, 9024.0, 9018.0, 9051.0, 9056.0, 9069.0, 9090.0, 9042.0, 9066.0, 9033.0, 8996.0, 9026.0, 9034.0, 9020.0, 9043.0, 9044.0, 9016.0, 9014.0, 9016.0, 9021.0, 9051.0, 9056.0, 9027.0, 9084.0, 9054.0, 9025.0, 9065.0, 9038.0, 9039.0, 9069.0, 9035.0, 9083.0, 9044.0, 8999.0, 9028.0, 9016.0, 9025.0, 9028.0, 9013.0, 9043.0, 8997.0, 9002.0, 9014.0, 9043.0, 9023.0, 9069.0, 9056.0, 9027.0, 9056.0, 9062.0, 9045.0, 9078.0, 9058.0, 9083.0, 9052.0, 9024.0, 9034.0, 9031.0, 9019.0, 9069.0, 9067.0, 9035.0, 9065.0, 9022.0, 9018.0, 9029.0, 9036.0, 9045.0, 9056.0, 9031.0, 9084.0, 9054.0, 9040.0, 9070.0, 9076.0, 9038.0, 9068.0, 9042.0, 9068.0, 9052.0, 9024.0, 9063.0, 9052.0, 9039.0, 9081.0, 9049.0, 9022.0, 9050.0, 9024.0, 9046.0, 9073.0, 9072.0, 9063.0, 9090.0, 9042.0, 9045.0, 9073.0, 9060.0, 9043.0, 9090.0, 9042.0, 9032.0, 9046.0, 9037.0, 9016.0, 9020.0, 9032.0, 9052.0, 9082.0, 9049.0, 9018.0, 9049.0, 9015.0, 9003.0, 9049.0, 9046.0, 9022.0, 9074.0, 9014.0, 9011.0, 9016.0, 9036.0, 9041.0, 9020.0, 9061.0, 9025.0, 9025.0, 9051.0, 9036.0, 9041.0, 9096.0, 9061.0, 9087.0, 9060.0, 9103.0, 9069.0, 9073.0, 9090.0, 9071.0, 9029.0, 9024.0, 9048.0, 9042.0, 9061.0, 9065.0, 9046.0, 9035.0, 9046.0, 9018.0, 9019.0, 9052.0, 9073.0, 9049.0, 9087.0, 9040.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.0009231891891891893</td></tr>
<tr><td colspan=3>aqi</td><td>0.02219310671814672</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.12890557488411</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1941810153941266</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0042494274343148</td></tr>
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
<tr><td colspan=3>fber</td><td>6682.5127</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10079719423484093</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.942084942084942</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.407486218993587</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.325859126365379</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5729847568370814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3236147737783015</td></tr>
<tr><td colspan=3>gcor</td><td>0.00697153</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005007248837500811</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04111383482813835</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</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.9095246778650385</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.0762</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5229</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.9972</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296303.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>973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.3605</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5804</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.4093</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3241.8556</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.7812</td></tr>
<tr><td colspan=3>tsnr</td><td>39.90907629299909</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>