<?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-0043_ses-04_task-fractional_acq-mb8_run-01_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-0043_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0043_suffix-bold_task-fractional" 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-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0043_suffix-bold_task-fractional" 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-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0043_suffix-bold_task-fractional" 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-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0043_suffix-bold_task-fractional" 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-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0043_suffix-bold_task-fractional" 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-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0043_suffix-bold_task-fractional" 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-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0043_suffix-bold_task-fractional" 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-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_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-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-01_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-0043/ses-04/func/sub-0043_ses-04_task-fractional_acq-mb8_run-01_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>46649afd2fcc9840051ceb0049f5584a</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>14:47:0.330000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.982625, 0.173567, 0.0657492, -0.175209, 0.984327, 0.020044]</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-01_task-fractional_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.0922808</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7769, -7307, 654, -41, -329, -58, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.88</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49fc2828-1628-49b9-8d42-7ef1a74bf1ec||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.636310577392578, -0.4700731635093689, 0.16534732282161713, 125.123291015625], [-0.46566808223724365, 2.6408779621124268, 0.08428217470645905, -82.27832794189453], [0.1764003336429596, -0.05377667024731636, 2.6936140060424805, -95.20442199707031], [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, 1322]</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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['144700.330000', '144700.790000', '144701.250000', '144701.710000', '144702.170000', '144702.630000', '144703.090000', '144703.550000', '144704.010000', '144704.470000', '144704.930000', '144705.390000', '144705.850000', '144706.310000', '144706.770000', '144707.230000', '144707.690000', '144708.150000', '144708.610000', '144709.070000', '144709.530000', '144709.990000', '144710.450000', '144710.910000', '144711.370000', '144711.830000', '144712.290000', '144712.750000', '144713.210000', '144713.670000', '144714.130000', '144714.590000', '144715.050000', '144715.510000', '144715.970000', '144716.430000', '144716.890000', '144717.350000', '144717.810000', '144718.270000', '144718.730000', '144719.190000', '144719.650000', '144720.110000', '144720.570000', '144721.030000', '144721.490000', '144721.950000', '144722.410000', '144722.870000', '144723.330000', '144723.790000', '144724.250000', '144724.710000', '144725.170000', '144725.630000', '144726.090000', '144726.550000', '144727.010000', '144727.470000', '144727.930000', '144728.390000', '144728.850000', '144729.310000', '144729.770000', '144730.230000', '144730.690000', '144731.150000', '144731.610000', '144732.070000', '144732.530000', '144732.990000', '144733.450000', '144733.910000', '144734.370000', '144734.830000', '144735.290000', '144735.750000', '144736.210000', '144736.670000', '144737.130000', '144737.590000', '144738.050000', '144738.510000', '144738.970000', '144739.430000', '144739.890000', '144740.350000', '144740.810000', '144741.270000', '144741.730000', '144742.190000', '144742.650000', '144743.110000', '144743.570000', '144744.030000', '144744.490000', '144744.950000', '144745.410000', '144745.870000', '144746.330000', '144746.790000', '144747.250000', '144747.710000', '144748.170000', '144748.630000', '144749.090000', '144749.550000', '144750.010000', '144750.470000', '144750.930000', '144751.390000', '144751.850000', '144752.310000', '144752.770000', '144753.230000', '144753.690000', '144754.150000', '144754.610000', '144755.070000', '144755.530000', '144755.990000', '144756.450000', '144756.910000', '144757.370000', '144757.830000', '144758.290000', '144758.750000', '144759.210000', '144759.670000', '144800.130000', '144800.590000', '144801.050000', '144801.510000', '144801.970000', '144802.430000', '144802.890000', '144803.350000', '144803.810000', '144804.270000', '144804.730000', '144805.190000', '144805.650000', '144806.110000', '144806.570000', '144807.030000', '144807.490000', '144807.950000', '144808.410000', '144808.870000', '144809.330000', '144809.790000', '144810.250000', '144810.710000', '144811.170000', '144811.630000', '144812.090000', '144812.550000', '144813.010000', '144813.470000', '144813.930000', '144814.390000', '144814.850000', '144815.310000', '144815.770000', '144816.230000', '144816.690000', '144817.150000', '144817.610000', '144818.070000', '144818.530000', '144818.990000', '144819.450000', '144819.910000', '144820.370000', '144820.830000', '144821.290000', '144821.750000', '144822.210000', '144822.670000', '144823.130000', '144823.590000', '144824.050000', '144824.510000', '144824.970000', '144825.430000', '144825.890000', '144826.350000', '144826.810000', '144827.270000', '144827.730000', '144828.190000', '144828.650000', '144829.110000', '144829.570000', '144830.030000', '144830.490000', '144830.950000', '144831.410000', '144831.870000', '144832.330000', '144832.790000', '144833.250000', '144833.710000', '144834.170000', '144834.630000', '144835.090000', '144835.550000', '144836.010000', '144836.470000', '144836.930000', '144837.390000', '144837.850000', '144838.310000', '144838.770000', '144839.230000', '144839.690000', '144840.150000', '144840.610000', '144841.070000', '144841.530000', '144841.990000', '144842.450000', '144842.910000', '144843.370000', '144843.830000', '144844.290000', '144844.750000', '144845.210000', '144845.670000', '144846.130000', '144846.590000', '144847.050000', '144847.510000', '144847.970000', '144848.430000', '144848.890000', '144849.350000', '144849.810000', '144850.270000', '144850.730000', '144851.190000', '144851.650000', '144852.110000', '144852.570000', '144853.030000', '144853.490000', '144853.950000', '144854.410000', '144854.870000', '144855.330000', '144855.790000', '144856.250000', '144856.710000', '144857.170000', '144857.630000', '144858.090000', '144858.550000', '144859.010000', '144859.470000', '144859.930000', '144900.390000', '144900.850000', '144901.310000', '144901.770000', '144902.230000', '144902.690000', '144903.150000', '144903.610000', '144904.070000', '144904.530000', '144904.990000', '144905.450000', '144905.910000', '144906.370000', '144906.830000', '144907.290000', '144907.750000', '144908.210000', '144908.670000', '144909.130000', '144909.590000', '144910.050000', '144910.510000', '144910.970000', '144911.430000', '144911.890000', '144912.350000', '144912.810000', '144913.270000', '144913.730000', '144914.190000', '144914.650000', '144915.110000', '144915.570000', '144916.030000', '144916.490000', '144916.950000', '144917.410000', '144917.870000', '144918.330000', '144918.790000', '144919.250000', '144919.710000', '144920.170000', '144920.630000', '144921.090000', '144921.550000', '144922.010000', '144922.470000', '144922.930000', '144923.390000', '144923.850000', '144924.310000', '144924.770000', '144925.230000', '144925.690000', '144926.150000', '144926.610000', '144927.070000', '144927.530000', '144927.990000', '144928.450000', '144928.910000', '144929.370000', '144929.830000', '144930.290000', '144930.750000', '144931.210000', '144931.670000', '144932.130000', '144932.590000', '144933.050000', '144933.510000', '144933.970000', '144934.430000', '144934.890000', '144935.350000', '144935.810000', '144936.270000', '144936.730000', '144937.190000', '144937.650000', '144938.110000', '144938.570000', '144939.030000', '144939.490000', '144939.950000', '144940.410000', '144940.870000', '144941.330000', '144941.790000', '144942.250000', '144942.710000', '144943.170000', '144943.630000', '144944.090000', '144944.550000', '144945.010000', '144945.470000', '144945.930000', '144946.390000', '144946.850000', '144947.310000', '144947.770000', '144948.230000', '144948.690000', '144949.150000', '144949.610000', '144950.070000', '144950.530000', '144950.990000', '144951.450000', '144951.910000', '144952.370000', '144952.830000', '144953.290000', '144953.750000', '144954.210000', '144954.670000', '144955.130000', '144955.590000', '144956.050000', '144956.510000', '144956.970000', '144957.430000', '144957.890000', '144958.350000', '144958.810000', '144959.270000', '144959.730000', '145000.190000', '145000.650000', '145001.110000', '145001.570000', '145002.030000', '145002.490000', '145002.950000', '145003.410000', '145003.870000', '145004.330000', '145004.790000', '145005.250000', '145005.710000', '145006.170000', '145006.630000', '145007.090000', '145007.550000', '145008.010000', '145008.470000', '145008.930000', '145009.390000', '145009.850000', '145010.310000', '145010.770000', '145011.230000', '145011.690000', '145012.150000', '145012.610000', '145013.070000', '145013.530000', '145013.990000', '145014.450000', '145014.910000', '145015.370000', '145015.830000', '145016.290000', '145016.750000', '145017.210000', '145017.670000', '145018.130000', '145018.590000', '145019.050000', '145019.510000', '145019.970000', '145020.430000', '145020.890000', '145021.350000', '145021.810000', '145022.270000', '145022.730000', '145023.190000', '145023.650000', '145024.110000', '145024.570000', '145025.030000', '145025.490000', '145025.950000', '145026.410000', '145026.870000', '145027.330000', '145027.790000', '145028.250000', '145028.710000', '145029.170000', '145029.630000', '145030.090000', '145030.550000', '145031.010000', '145031.470000', '145031.930000', '145032.390000', '145032.850000', '145033.310000', '145033.770000', '145034.230000', '145034.690000', '145035.150000', '145035.610000', '145036.070000', '145036.530000', '145036.990000', '145037.450000', '145037.910000', '145038.370000', '145038.830000', '145039.290000', '145039.750000', '145040.210000', '145040.670000', '145041.130000', '145041.590000', '145042.050000', '145042.510000', '145042.970000', '145043.430000', '145043.890000', '145044.350000', '145044.810000', '145045.270000', '145045.730000', '145046.190000', '145046.650000', '145047.110000', '145047.570000', '145048.030000', '145048.490000', '145048.950000', '145049.410000', '145049.870000', '145050.330000', '145050.790000', '145051.250000', '145051.710000', '145052.170000', '145052.630000', '145053.090000', '145053.550000', '145054.010000', '145054.470000', '145054.930000', '145055.390000', '145055.850000', '145056.310000', '145056.770000', '145057.230000', '145057.690000', '145058.150000', '145058.610000', '145059.070000', '145059.530000', '145059.990000', '145100.450000', '145100.910000', '145101.370000', '145101.830000', '145102.290000', '145102.750000', '145103.210000', '145103.670000', '145104.130000', '145104.590000', '145105.050000', '145105.510000', '145105.970000', '145106.430000', '145106.890000', '145107.350000', '145107.810000', '145108.270000', '145108.730000', '145109.190000', '145109.650000', '145110.110000', '145110.570000', '145111.030000', '145111.490000', '145111.950000', '145112.410000', '145112.870000', '145113.330000', '145113.790000', '145114.250000', '145114.710000', '145115.170000', '145115.630000', '145116.090000', '145116.550000', '145117.010000', '145117.470000', '145117.930000', '145118.390000', '145118.850000', '145119.310000', '145119.770000', '145120.230000', '145120.690000', '145121.150000', '145121.610000', '145122.070000', '145122.530000', '145122.990000', '145123.450000', '145123.910000', '145124.370000', '145124.830000', '145125.290000', '145125.750000', '145126.210000', '145126.670000', '145127.130000', '145127.590000', '145128.050000', '145128.510000', '145128.970000', '145129.430000', '145129.890000', '145130.350000', '145130.810000', '145131.270000', '145131.730000', '145132.190000', '145132.650000', '145133.110000', '145133.570000', '145134.030000', '145134.490000', '145134.950000', '145135.410000', '145135.870000', '145136.330000', '145136.790000', '145137.250000', '145137.710000', '145138.170000', '145138.630000', '145139.090000', '145139.550000', '145140.010000', '145140.470000', '145140.930000', '145141.390000', '145141.850000', '145142.310000', '145142.770000', '145143.230000', '145143.690000', '145144.150000', '145144.610000', '145145.070000', '145145.530000', '145145.990000', '145146.450000', '145146.910000', '145147.370000', '145147.830000', '145148.290000', '145148.750000', '145149.210000', '145149.670000', '145150.130000', '145150.590000', '145151.050000', '145151.510000', '145151.970000', '145152.430000', '145152.890000', '145153.350000', '145153.810000', '145154.270000', '145154.730000', '145155.190000', '145155.650000', '145156.110000', '145156.570000', '145157.030000', '145157.490000', '145157.950000', '145158.410000', '145158.870000', '145159.330000', '145159.790000', '145200.250000', '145200.710000', '145201.170000', '145201.630000', '145202.090000', '145202.550000', '145203.010000', '145203.470000', '145203.930000', '145204.390000', '145204.850000', '145205.310000', '145205.770000', '145206.230000', '145206.690000', '145207.150000', '145207.610000', '145208.070000', '145208.530000', '145208.990000', '145209.450000', '145209.910000', '145210.370000', '145210.830000', '145211.290000', '145211.750000', '145212.210000', '145212.670000', '145213.130000', '145213.590000', '145214.050000', '145214.510000', '145214.970000', '145215.430000', '145215.890000', '145216.350000', '145216.810000', '145217.270000', '145217.730000', '145218.190000', '145218.650000', '145219.110000', '145219.570000', '145220.030000', '145220.490000', '145220.950000', '145221.410000', '145221.870000', '145222.330000', '145222.790000', '145223.250000', '145223.710000', '145224.170000', '145224.630000', '145225.090000', '145225.550000', '145226.010000', '145226.470000', '145226.930000', '145227.390000', '145227.850000', '145228.310000', '145228.770000', '145229.230000', '145229.690000', '145230.150000', '145230.610000', '145231.070000', '145231.530000', '145231.990000', '145232.450000', '145232.910000', '145233.370000', '145233.830000', '145234.290000', '145234.750000', '145235.210000', '145235.670000', '145236.130000', '145236.590000', '145237.050000', '145237.510000', '145237.970000', '145238.430000', '145238.890000', '145239.350000', '145239.810000', '145240.270000', '145240.730000', '145241.190000', '145241.650000', '145242.110000', '145242.570000', '145243.030000', '145243.490000', '145243.950000', '145244.410000', '145244.870000', '145245.330000', '145245.790000', '145246.250000', '145246.710000', '145247.170000', '145247.630000', '145248.090000', '145248.550000', '145249.010000', '145249.470000', '145249.930000', '145250.390000', '145250.850000', '145251.310000', '145251.770000', '145252.230000', '145252.690000', '145253.150000', '145253.610000', '145254.070000', '145254.530000', '145254.990000', '145255.450000', '145255.910000', '145256.370000', '145256.830000', '145257.290000', '145257.750000', '145258.210000', '145258.670000', '145259.130000', '145259.590000', '145300.050000', '145300.510000', '145300.970000', '145301.430000', '145301.890000', '145302.350000', '145302.810000', '145303.270000', '145303.730000', '145304.190000', '145304.650000', '145305.110000', '145305.570000', '145306.030000', '145306.490000', '145306.950000', '145307.410000', '145307.870000', '145308.330000', '145308.790000', '145309.250000', '145309.710000', '145310.170000', '145310.630000', '145311.090000', '145311.550000', '145312.010000', '145312.470000', '145312.930000', '145313.390000', '145313.850000', '145314.310000', '145314.770000', '145315.230000', '145315.690000', '145316.150000', '145316.610000', '145317.070000', '145317.530000', '145317.990000', '145318.450000', '145318.910000', '145319.370000', '145319.830000', '145320.290000', '145320.750000', '145321.210000', '145321.670000', '145322.130000', '145322.590000', '145323.050000', '145323.510000', '145323.970000', '145324.430000', '145324.890000', '145325.350000', '145325.810000', '145326.270000', '145326.730000', '145327.190000', '145327.650000', '145328.110000', '145328.570000', '145329.030000', '145329.490000', '145329.950000', '145330.410000', '145330.870000', '145331.330000', '145331.790000', '145332.250000', '145332.710000', '145333.170000', '145333.630000', '145334.090000', '145334.550000', '145335.010000', '145335.470000', '145335.930000', '145336.390000', '145336.850000', '145337.310000', '145337.770000', '145338.230000', '145338.690000', '145339.150000', '145339.610000', '145340.070000', '145340.530000', '145340.990000', '145341.450000', '145341.910000', '145342.370000', '145342.830000', '145343.290000', '145343.750000', '145344.210000', '145344.670000', '145345.130000', '145345.590000', '145346.050000', '145346.510000', '145346.970000', '145347.430000', '145347.890000', '145348.350000', '145348.810000', '145349.270000', '145349.730000', '145350.190000', '145350.650000', '145351.110000', '145351.570000', '145352.030000', '145352.490000', '145352.950000', '145353.410000', '145353.870000', '145354.330000', '145354.790000', '145355.250000', '145355.710000', '145356.170000', '145356.630000', '145357.090000', '145357.550000', '145358.010000', '145358.470000', '145358.930000', '145359.390000', '145359.850000', '145400.310000', '145400.770000', '145401.230000', '145401.690000', '145402.150000', '145402.610000', '145403.070000', '145403.530000', '145403.990000', '145404.450000', '145404.910000', '145405.370000', '145405.830000', '145406.290000', '145406.750000', '145407.210000', '145407.670000', '145408.130000', '145408.590000', '145409.050000', '145409.510000', '145409.970000', '145410.430000', '145410.890000', '145411.350000', '145411.810000', '145412.270000', '145412.730000', '145413.190000', '145413.650000', '145414.110000', '145414.570000', '145415.030000', '145415.490000', '145415.950000', '145416.410000', '145416.870000', '145417.330000', '145417.790000', '145418.250000', '145418.710000', '145419.170000', '145419.630000', '145420.090000', '145420.550000', '145421.010000', '145421.470000', '145421.930000', '145422.390000', '145422.850000', '145423.310000', '145423.770000', '145424.230000', '145424.690000', '145425.150000', '145425.610000', '145426.070000', '145426.530000', '145426.990000', '145427.450000', '145427.910000', '145428.370000', '145428.830000', '145429.290000', '145429.750000', '145430.210000', '145430.670000', '145431.130000', '145431.590000', '145432.050000', '145432.510000', '145432.970000', '145433.430000', '145433.890000', '145434.350000', '145434.810000', '145435.270000', '145435.730000', '145436.190000', '145436.650000', '145437.110000', '145437.570000', '145438.030000', '145438.490000', '145438.950000', '145439.410000', '145439.870000', '145440.330000', '145440.790000', '145441.250000', '145441.710000', '145442.170000', '145442.630000', '145443.090000', '145443.550000', '145444.010000', '145444.470000', '145444.930000', '145445.390000', '145445.850000', '145446.310000', '145446.770000', '145447.230000', '145447.690000', '145448.150000', '145448.610000', '145449.070000', '145449.530000', '145449.990000', '145450.450000', '145450.910000', '145451.370000', '145451.830000', '145452.290000', '145452.750000', '145453.210000', '145453.670000', '145454.130000', '145454.590000', '145455.050000', '145455.510000', '145455.970000', '145456.430000', '145456.890000', '145457.350000', '145457.810000', '145458.270000', '145458.730000', '145459.190000', '145459.650000', '145500.110000', '145500.570000', '145501.030000', '145501.490000', '145501.950000', '145502.410000', '145502.870000', '145503.330000', '145503.790000', '145504.250000', '145504.710000', '145505.170000', '145505.630000', '145506.090000', '145506.550000', '145507.010000', '145507.470000', '145507.930000', '145508.390000', '145508.850000', '145509.310000', '145509.770000', '145510.230000', '145510.690000', '145511.150000', '145511.610000', '145512.070000', '145512.530000', '145512.990000', '145513.450000', '145513.910000', '145514.370000', '145514.830000', '145515.290000', '145515.750000', '145516.210000', '145516.670000', '145517.130000', '145517.590000', '145518.050000', '145518.510000', '145518.970000', '145519.430000', '145519.890000', '145520.350000', '145520.810000', '145521.270000', '145521.730000', '145522.190000', '145522.650000', '145523.110000', '145523.570000', '145524.030000', '145524.490000', '145524.950000', '145525.410000', '145525.870000', '145526.330000', '145526.790000', '145527.250000', '145527.710000', '145528.170000', '145528.630000', '145529.090000', '145529.550000', '145530.010000', '145530.470000', '145530.930000', '145531.390000', '145531.850000', '145532.310000', '145532.770000', '145533.230000', '145533.690000', '145534.150000', '145534.610000', '145535.070000', '145535.530000', '145535.990000', '145536.450000', '145536.910000', '145537.370000', '145537.830000', '145538.290000', '145538.750000', '145539.210000', '145539.670000', '145540.130000', '145540.590000', '145541.050000', '145541.510000', '145541.970000', '145542.430000', '145542.890000', '145543.350000', '145543.810000', '145544.270000', '145544.730000', '145545.190000', '145545.650000', '145546.110000', '145546.570000', '145547.030000', '145547.490000', '145547.950000', '145548.410000', '145548.870000', '145549.330000', '145549.790000', '145550.250000', '145550.710000', '145551.170000', '145551.630000', '145552.090000', '145552.550000', '145553.010000', '145553.470000', '145553.930000', '145554.390000', '145554.850000', '145555.310000', '145555.770000', '145556.230000', '145556.690000', '145557.150000', '145557.610000', '145558.070000', '145558.530000', '145558.990000', '145559.450000', '145559.910000', '145600.370000', '145600.830000', '145601.290000', '145601.750000', '145602.210000', '145602.670000', '145603.130000', '145603.590000', '145604.050000', '145604.510000', '145604.970000', '145605.430000', '145605.890000', '145606.350000', '145606.810000', '145607.270000', '145607.730000', '145608.190000', '145608.650000', '145609.110000', '145609.570000', '145610.030000', '145610.490000', '145610.950000', '145611.410000', '145611.870000', '145612.330000', '145612.790000', '145613.250000', '145613.710000', '145614.170000', '145614.630000', '145615.090000', '145615.550000', '145616.010000', '145616.470000', '145616.930000', '145617.390000', '145617.850000', '145618.310000', '145618.770000', '145619.230000', '145619.690000', '145620.150000', '145620.610000', '145621.070000', '145621.530000', '145621.990000', '145622.450000', '145622.910000', '145623.370000', '145623.830000', '145624.290000', '145624.750000', '145625.210000', '145625.670000', '145626.130000', '145626.590000', '145627.050000', '145627.510000', '145627.970000', '145628.430000', '145628.890000', '145629.350000', '145629.810000', '145630.270000', '145630.730000', '145631.190000', '145631.650000', '145632.110000', '145632.570000', '145633.030000', '145633.490000', '145633.950000', '145634.410000', '145634.870000', '145635.330000', '145635.790000', '145636.250000', '145636.710000', '145637.170000', '145637.630000', '145638.090000', '145638.550000', '145639.010000', '145639.470000', '145639.930000', '145640.390000', '145640.850000', '145641.310000', '145641.770000', '145642.230000', '145642.690000', '145643.150000', '145643.610000', '145644.070000', '145644.530000', '145644.990000', '145645.450000', '145645.910000', '145646.370000', '145646.830000', '145647.290000', '145647.750000', '145648.210000', '145648.670000', '145649.130000', '145649.590000', '145650.050000', '145650.510000', '145650.970000', '145651.430000', '145651.890000', '145652.350000', '145652.810000', '145653.270000', '145653.730000', '145654.190000', '145654.650000', '145655.110000', '145655.570000', '145656.030000', '145656.490000', '145656.950000', '145657.410000', '145657.870000', '145658.330000', '145658.790000', '145659.250000', '145659.710000', '145700.170000', '145700.630000', '145701.090000', '145701.550000', '145702.010000', '145702.470000', '145702.930000', '145703.390000', '145703.850000', '145704.310000', '145704.770000', '145705.230000', '145705.690000', '145706.150000', '145706.610000', '145707.070000', '145707.530000', '145707.990000'], 'ContentTime': ['144729.236000', '144729.239000', '144729.242000', '144729.245000', '144729.247000', '144729.250000', '144729.253000', '144729.255000', '144729.258000', '144729.260000', '144729.263000', '144729.265000', '144729.268000', '144729.288000', '144729.291000', '144729.294000', '144729.297000', '144729.299000', '144729.302000', '144729.304000', '144729.307000', '144729.309000', '144729.312000', '144729.315000', '144729.318000', '144729.324000', '144729.327000', '144729.329000', '144729.332000', '144729.334000', '144729.337000', '144729.342000', '144729.344000', '144729.347000', '144729.349000', '144729.352000', '144729.354000', '144729.357000', '144729.359000', '144729.362000', '144729.365000', '144729.367000', '144729.370000', '144729.373000', '144729.375000', '144729.378000', '144729.380000', '144729.383000', '144729.385000', '144729.388000', '144729.391000', '144729.393000', '144729.396000', '144729.398000', '144729.401000', '144729.404000', '144729.406000', '144729.409000', '144729.411000', '144729.414000', '144729.416000', '144749.208000', '144749.211000', '144749.214000', '144749.221000', '144749.223000', '144749.226000', '144749.228000', '144749.231000', '144749.233000', '144749.236000', '144749.239000', '144749.241000', '144749.244000', '144749.246000', '144749.249000', '144749.251000', '144749.254000', '144749.256000', '144749.259000', '144749.261000', '144749.264000', '144749.267000', '144749.270000', '144749.272000', '144749.275000', '144749.277000', '144749.280000', '144749.282000', '144749.285000', '144749.288000', '144749.290000', '144749.293000', '144749.296000', '144749.298000', '144749.301000', '144749.303000', '144749.306000', '144749.308000', '144749.311000', '144749.314000', '144749.316000', '144749.319000', '144749.321000', '144749.324000', '144809.208000', '144809.211000', '144809.214000', '144809.217000', '144809.219000', '144809.222000', '144809.224000', '144809.227000', '144809.229000', '144809.232000', '144809.235000', '144809.237000', '144809.240000', '144809.242000', '144809.245000', '144809.247000', '144809.250000', '144809.252000', '144809.255000', '144809.258000', '144809.260000', '144809.263000', '144809.266000', '144809.268000', '144809.271000', '144809.273000', '144809.276000', '144809.278000', '144809.281000', '144809.284000', '144809.286000', '144809.289000', '144809.291000', '144809.294000', '144809.297000', '144809.299000', '144809.302000', '144809.305000', '144809.307000', '144809.310000', '144809.312000', '144809.315000', '144809.317000', '144829.208000', '144829.211000', '144829.214000', '144829.216000', '144829.219000', '144829.221000', '144829.224000', '144829.227000', '144829.231000', '144829.234000', '144829.236000', '144829.239000', '144829.242000', '144829.244000', '144829.247000', '144829.249000', '144829.252000', '144829.254000', '144829.257000', '144829.259000', '144829.262000', '144829.265000', '144829.267000', '144829.270000', '144829.272000', '144829.275000', '144829.277000', '144829.280000', '144829.282000', '144829.285000', '144829.287000', '144829.290000', '144829.293000', '144829.295000', '144829.298000', '144829.300000', '144829.303000', '144829.305000', '144829.308000', '144829.311000', '144829.313000', '144829.316000', '144829.318000', '144829.321000', '144849.208000', '144849.211000', '144849.214000', '144849.216000', '144849.219000', '144849.222000', '144849.225000', '144849.227000', '144849.230000', '144849.232000', '144849.235000', '144849.237000', '144849.240000', '144849.242000', '144849.245000', '144849.248000', '144849.250000', '144849.253000', '144849.255000', '144849.258000', '144849.261000', '144849.263000', '144849.266000', '144849.268000', '144849.271000', '144849.273000', '144849.276000', '144849.279000', '144849.281000', '144849.284000', '144849.286000', '144849.298000', '144849.300000', '144849.303000', '144849.306000', '144849.308000', '144849.311000', '144849.314000', '144849.316000', '144849.319000', '144849.321000', '144849.324000', '144849.327000', '144909.209000', '144909.212000', '144909.242000', '144909.245000', '144909.247000', '144909.261000', '144909.264000', '144909.266000', '144909.269000', '144909.271000', '144909.274000', '144909.277000', '144909.279000', '144909.282000', '144909.284000', '144909.287000', '144909.289000', '144909.292000', '144909.295000', '144909.297000', '144909.300000', '144909.302000', '144909.305000', '144909.308000', '144909.310000', '144909.313000', '144909.315000', '144909.318000', '144909.320000', '144909.323000', '144909.326000', '144909.328000', '144909.331000', '144909.334000', '144909.336000', '144909.339000', '144909.341000', '144909.344000', '144909.346000', '144909.349000', '144909.351000', '144909.354000', '144909.357000', '144909.359000', '144929.208000', '144929.211000', '144929.214000', '144929.216000', '144929.219000', '144929.221000', '144929.224000', '144929.226000', '144929.229000', '144929.232000', '144929.234000', '144929.237000', '144929.239000', '144929.242000', '144929.245000', '144929.247000', '144929.250000', '144929.252000', '144929.255000', '144929.257000', '144929.260000', '144929.263000', '144929.265000', '144929.268000', '144929.270000', '144929.273000', '144929.275000', '144929.278000', '144929.280000', '144929.283000', '144929.286000', '144929.288000', '144929.291000', '144929.293000', '144929.296000', '144929.298000', '144929.301000', '144929.304000', '144929.306000', '144929.309000', '144929.311000', '144929.314000', '144929.317000', '144949.208000', '144949.212000', '144949.214000', '144949.217000', '144949.220000', '144949.222000', '144949.225000', '144949.227000', '144949.230000', '144949.232000', '144949.235000', '144949.237000', '144949.240000', '144949.243000', '144949.246000', '144949.248000', '144949.251000', '144949.253000', '144949.256000', '144949.259000', '144949.261000', '144949.264000', '144949.266000', '144949.269000', '144949.271000', '144949.274000', '144949.277000', '144949.279000', '144949.282000', '144949.285000', '144949.287000', '144949.290000', '144949.293000', '144949.295000', '144949.298000', '144949.300000', '144949.303000', '144949.306000', '144949.308000', '144949.311000', '144949.313000', '144949.316000', '144949.319000', '144949.321000', '145009.208000', '145009.211000', '145009.214000', '145009.217000', '145009.219000', '145009.222000', '145009.224000', '145009.227000', '145009.229000', '145009.232000', '145009.234000', '145009.237000', '145009.240000', '145009.242000', '145009.245000', '145009.247000', '145009.250000', '145009.253000', '145009.255000', '145009.258000', '145009.261000', '145009.263000', '145009.266000', '145009.268000', '145009.271000', '145009.273000', '145009.276000', '145009.279000', '145009.281000', '145009.284000', '145009.287000', '145009.289000', '145009.292000', '145009.294000', '145009.297000', '145009.300000', '145009.302000', '145009.305000', '145009.307000', '145009.310000', '145009.312000', '145009.315000', '145009.318000', '145029.208000', '145029.211000', '145029.214000', '145029.216000', '145029.219000', '145029.221000', '145029.224000', '145029.227000', '145029.229000', '145029.232000', '145029.234000', '145029.237000', '145029.240000', '145029.242000', '145029.245000', '145029.247000', '145029.250000', '145029.253000', '145029.255000', '145029.258000', '145029.260000', '145029.263000', '145029.266000', '145029.268000', '145029.271000', '145029.273000', '145029.276000', '145029.279000', '145029.281000', '145029.284000', '145029.287000', '145029.289000', '145029.292000', '145029.294000', '145029.297000', '145029.300000', '145029.302000', '145029.305000', '145029.307000', '145029.310000', '145029.312000', '145029.315000', '145029.317000', '145029.320000', '145049.208000', '145049.211000', '145049.214000', '145049.216000', '145049.219000', '145049.221000', '145049.224000', '145049.227000', '145049.229000', '145049.232000', '145049.235000', '145049.237000', '145049.240000', '145049.242000', '145049.245000', '145049.248000', '145049.250000', '145049.253000', '145049.255000', '145049.258000', '145049.261000', '145049.263000', '145049.266000', '145049.268000', '145049.271000', '145049.273000', '145049.276000', '145049.279000', '145049.281000', '145049.284000', '145049.286000', '145049.289000', '145049.291000', '145049.294000', '145049.297000', '145049.299000', '145049.302000', '145049.304000', '145049.307000', '145049.309000', '145049.312000', '145049.315000', '145049.317000', '145109.208000', '145109.211000', '145109.214000', '145109.216000', '145109.219000', '145109.222000', '145109.224000', '145109.227000', '145109.229000', '145109.232000', '145109.235000', '145109.237000', '145109.240000', '145109.242000', '145109.245000', '145109.248000', '145109.250000', '145109.253000', '145109.256000', '145109.258000', '145109.261000', '145109.263000', '145109.266000', '145109.269000', '145109.271000', '145109.274000', '145109.276000', '145109.279000', '145109.282000', '145109.284000', '145109.287000', '145109.289000', '145109.292000', '145109.295000', '145109.297000', '145109.300000', '145109.302000', '145109.305000', '145109.308000', '145109.310000', '145109.313000', '145109.315000', '145109.318000', '145109.321000', '145129.208000', '145129.211000', '145129.214000', '145129.216000', '145129.219000', '145129.221000', '145129.224000', '145129.227000', '145129.229000', '145129.232000', '145129.234000', '145129.237000', '145129.240000', '145129.242000', '145129.245000', '145129.247000', '145129.250000', '145129.252000', '145129.255000', '145129.258000', '145129.260000', '145129.263000', '145129.265000', '145129.268000', '145129.270000', '145129.273000', '145129.275000', '145129.278000', '145129.281000', '145129.283000', '145129.286000', '145129.289000', '145129.291000', '145129.294000', '145129.296000', '145129.299000', '145129.302000', '145129.304000', '145129.307000', '145129.309000', '145129.312000', '145129.315000', '145129.317000', '145149.208000', '145149.211000', '145149.214000', '145149.216000', '145149.219000', '145149.221000', '145149.224000', '145149.227000', '145149.229000', '145149.232000', '145149.234000', '145149.237000', '145149.240000', '145149.242000', '145149.245000', '145149.247000', '145149.250000', '145149.252000', '145149.255000', '145149.257000', '145149.260000', '145149.263000', '145149.265000', '145149.268000', '145149.270000', '145149.273000', '145149.275000', '145149.278000', '145149.281000', '145149.283000', '145149.286000', '145149.288000', '145149.291000', '145149.294000', '145149.296000', '145149.299000', '145149.301000', '145149.304000', '145149.307000', '145149.309000', '145149.312000', '145149.314000', '145149.317000', '145149.319000', '145209.208000', '145209.211000', '145209.214000', '145209.216000', '145209.219000', '145209.221000', '145209.224000', '145209.227000', '145209.229000', '145209.232000', '145209.234000', '145209.251000', '145209.254000', '145209.257000', '145209.259000', '145209.262000', '145209.264000', '145209.267000', '145209.269000', '145209.272000', '145209.275000', '145209.277000', '145209.280000', '145209.282000', '145209.285000', '145209.287000', '145209.290000', '145209.293000', '145209.295000', '145209.298000', '145209.301000', '145209.303000', '145209.306000', '145209.308000', '145209.311000', '145209.314000', '145209.316000', '145209.319000', '145209.321000', '145209.324000', '145209.327000', '145209.329000', '145209.332000', '145229.208000', '145229.211000', '145229.214000', '145229.217000', '145229.219000', '145229.222000', '145229.224000', '145229.227000', '145229.229000', '145229.232000', '145229.235000', '145229.238000', '145229.241000', '145229.244000', '145229.246000', '145229.249000', '145229.251000', '145229.254000', '145229.256000', '145229.259000', '145229.262000', '145229.264000', '145229.267000', '145229.269000', '145229.272000', '145229.275000', '145229.277000', '145229.280000', '145229.282000', '145229.285000', '145229.287000', '145229.290000', '145229.293000', '145229.296000', '145229.299000', '145229.301000', '145229.304000', '145229.306000', '145229.309000', '145229.312000', '145229.314000', '145229.317000', '145229.319000', '145249.208000', '145249.211000', '145249.214000', '145249.217000', '145249.219000', '145249.222000', '145249.224000', '145249.227000', '145249.229000', '145249.232000', '145249.234000', '145249.237000', '145249.240000', '145249.242000', '145249.245000', '145249.247000', '145249.250000', '145249.252000', '145249.255000', '145249.258000', '145249.260000', '145249.263000', '145249.265000', '145249.268000', '145249.270000', '145249.273000', '145249.276000', '145249.278000', '145249.281000', '145249.283000', '145249.286000', '145249.289000', '145249.291000', '145249.294000', '145249.296000', '145249.299000', '145249.301000', '145249.304000', '145249.307000', '145249.309000', '145249.312000', '145249.314000', '145249.317000', '145249.319000', '145309.208000', '145309.211000', '145309.214000', '145309.216000', '145309.219000', '145309.222000', '145309.224000', '145309.227000', '145309.230000', '145309.232000', '145309.235000', '145309.237000', '145309.240000', '145309.243000', '145309.245000', '145309.248000', '145309.250000', '145309.253000', '145309.255000', '145309.258000', '145309.261000', '145309.263000', '145309.266000', '145309.268000', '145309.271000', '145309.274000', '145309.276000', '145309.279000', '145309.281000', '145309.284000', '145309.286000', '145309.289000', '145309.292000', '145309.294000', '145309.297000', '145309.299000', '145309.302000', '145309.305000', '145309.307000', '145309.310000', '145309.312000', '145309.316000', '145309.319000', '145309.321000', '145329.209000', '145329.211000', '145329.214000', '145329.216000', '145329.219000', '145329.222000', '145329.224000', '145329.227000', '145329.229000', '145329.232000', '145329.234000', '145329.237000', '145329.240000', '145329.242000', '145329.245000', '145329.247000', '145329.250000', '145329.252000', '145329.255000', '145329.257000', '145329.260000', '145329.276000', '145329.278000', '145329.281000', '145329.284000', '145329.286000', '145329.289000', '145329.291000', '145329.294000', '145329.297000', '145329.300000', '145329.302000', '145329.305000', '145329.307000', '145329.310000', '145329.312000', '145329.315000', '145329.318000', '145329.320000', '145329.323000', '145329.325000', '145329.328000', '145329.330000', '145349.209000', '145349.212000', '145349.214000', '145349.217000', '145349.220000', '145349.222000', '145349.225000', '145349.228000', '145349.230000', '145349.233000', '145349.235000', '145349.238000', '145349.241000', '145349.243000', '145349.246000', '145349.248000', '145349.251000', '145349.253000', '145349.256000', '145349.258000', '145349.261000', '145349.264000', '145349.266000', '145349.269000', '145349.271000', '145349.274000', '145349.279000', '145349.282000', '145349.284000', '145349.287000', '145349.289000', '145349.292000', '145349.295000', '145349.297000', '145349.300000', '145349.303000', '145349.305000', '145349.308000', '145349.310000', '145349.313000', '145349.315000', '145349.318000', '145349.320000', '145409.209000', '145409.211000', '145409.214000', '145409.216000', '145409.219000', '145409.222000', '145409.224000', '145409.227000', '145409.229000', '145409.232000', '145409.234000', '145409.237000', '145409.240000', '145409.242000', '145409.245000', '145409.248000', '145409.250000', '145409.253000', '145409.256000', '145409.258000', '145409.261000', '145409.264000', '145409.266000', '145409.269000', '145409.271000', '145409.274000', '145409.276000', '145409.279000', '145409.282000', '145409.284000', '145409.287000', '145409.289000', '145409.292000', '145409.294000', '145409.297000', '145409.300000', '145409.302000', '145409.305000', '145409.307000', '145409.310000', '145409.313000', '145409.315000', '145409.318000', '145409.320000', '145429.209000', '145429.211000', '145429.214000', '145429.217000', '145429.219000', '145429.222000', '145429.224000', '145429.227000', '145429.230000', '145429.232000', '145429.235000', '145429.238000', '145429.240000', '145429.243000', '145429.246000', '145429.248000', '145429.251000', '145429.253000', '145429.256000', '145429.259000', '145429.261000', '145429.264000', '145429.266000', '145429.269000', '145429.272000', '145429.274000', '145429.277000', '145429.279000', '145429.282000', '145429.284000', '145429.287000', '145429.290000', '145429.292000', '145429.295000', '145429.297000', '145429.300000', '145429.303000', '145429.305000', '145429.308000', '145429.310000', '145429.313000', '145429.315000', '145429.318000', '145449.208000', '145449.211000', '145449.214000', '145449.216000', '145449.219000', '145449.222000', '145449.224000', '145449.227000', '145449.229000', '145449.232000', '145449.235000', '145449.237000', '145449.240000', '145449.242000', '145449.245000', '145449.248000', '145449.250000', '145449.253000', '145449.255000', '145449.258000', '145449.261000', '145449.263000', '145449.266000', '145449.268000', '145449.271000', '145449.273000', '145449.276000', '145449.278000', '145449.281000', '145449.284000', '145449.286000', '145449.289000', '145449.291000', '145449.303000', '145449.306000', '145449.308000', '145449.311000', '145449.313000', '145449.316000', '145449.318000', '145449.321000', '145449.324000', '145449.326000', '145449.329000', '145509.208000', '145509.211000', '145509.214000', '145509.217000', '145509.219000', '145509.222000', '145509.224000', '145509.227000', '145509.230000', '145509.232000', '145509.235000', '145509.237000', '145509.240000', '145509.242000', '145509.245000', '145509.248000', '145509.250000', '145509.253000', '145509.256000', '145509.258000', '145509.261000', '145509.264000', '145509.266000', '145509.269000', '145509.272000', '145509.274000', '145509.277000', '145509.279000', '145509.282000', '145509.284000', '145509.287000', '145509.290000', '145509.292000', '145509.295000', '145509.297000', '145509.300000', '145509.303000', '145509.305000', '145509.308000', '145509.310000', '145509.313000', '145509.316000', '145509.319000', '145529.208000', '145529.211000', '145529.214000', '145529.217000', '145529.219000', '145529.222000', '145529.224000', '145529.227000', '145529.229000', '145529.232000', '145529.235000', '145529.237000', '145529.240000', '145529.243000', '145529.245000', '145529.248000', '145529.250000', '145529.253000', '145529.255000', '145529.258000', '145529.261000', '145529.263000', '145529.266000', '145529.268000', '145529.271000', '145529.273000', '145529.276000', '145529.278000', '145529.281000', '145529.284000', '145529.286000', '145529.289000', '145529.292000', '145529.294000', '145529.297000', '145529.299000', '145529.302000', '145529.305000', '145529.307000', '145529.310000', '145529.312000', '145529.315000', '145529.317000', '145529.320000', '145549.208000', '145549.211000', '145549.214000', '145549.217000', '145549.219000', '145549.222000', '145549.224000', '145549.227000', '145549.230000', '145549.232000', '145549.235000', '145549.237000', '145549.240000', '145549.243000', '145549.245000', '145549.248000', '145549.251000', '145549.253000', '145549.256000', '145549.259000', '145549.261000', '145549.264000', '145549.266000', '145549.269000', '145549.271000', '145549.274000', '145549.276000', '145549.279000', '145549.282000', '145549.284000', '145549.287000', '145549.290000', '145549.292000', '145549.295000', '145549.297000', '145549.300000', '145549.302000', '145549.305000', '145549.308000', '145549.310000', '145549.313000', '145549.315000', '145549.318000', '145609.209000', '145609.212000', '145609.214000', '145609.217000', '145609.219000', '145609.222000', '145609.225000', '145609.227000', '145609.230000', '145609.232000', '145609.235000', '145609.237000', '145609.240000', '145609.243000', '145609.245000', '145609.261000', '145609.264000', '145609.266000', '145609.269000', '145609.271000', '145609.274000', '145609.276000', '145609.279000', '145609.282000', '145609.284000', '145609.287000', '145609.289000', '145609.292000', '145609.294000', '145609.297000', '145609.300000', '145609.302000', '145609.305000', '145609.307000', '145609.310000', '145609.313000', '145609.315000', '145609.318000', '145609.320000', '145609.323000', '145609.325000', '145609.328000', '145609.331000', '145609.333000', '145629.209000', '145629.211000', '145629.214000', '145629.217000', '145629.219000', '145629.222000', '145629.224000', '145629.227000', '145629.230000', '145629.232000', '145629.235000', '145629.237000', '145629.240000', '145629.242000', '145629.245000', '145629.248000', '145629.250000', '145629.253000', '145629.255000', '145629.258000', '145629.260000', '145629.263000', '145629.265000', '145629.268000', '145629.271000', '145629.273000', '145629.276000', '145629.278000', '145629.281000', '145629.283000', '145629.286000', '145629.289000', '145629.291000', '145629.294000', '145629.296000', '145629.299000', '145629.302000', '145629.304000', '145629.307000', '145629.310000', '145629.312000', '145629.315000', '145629.318000', '145649.208000', '145649.211000', '145649.214000', '145649.217000', '145649.219000', '145649.222000', '145649.224000', '145649.227000', '145649.230000', '145649.232000', '145649.235000', '145649.237000', '145649.240000', '145649.243000', '145649.245000', '145649.248000', '145649.250000', '145649.253000', '145649.255000', '145649.258000', '145649.261000', '145649.263000', '145649.266000', '145649.268000', '145649.271000', '145649.274000', '145649.276000', '145649.279000', '145649.282000', '145649.284000', '145649.287000', '145649.290000', '145649.292000', '145649.295000', '145649.297000', '145649.300000', '145649.303000', '145649.305000', '145649.308000', '145649.310000', '145649.313000', '145649.316000', '145649.318000', '145649.321000', '145708.938000', '145708.941000', '145708.944000', '145708.947000', '145708.949000', '145708.952000', '145708.955000', '145708.957000', '145708.960000', '145708.963000', '145708.967000', '145708.972000', '145708.977000', '145708.980000', '145708.982000', '145708.985000', '145708.988000', '145708.990000', '145708.993000', '145708.996000', '145709.000000', '145709.002000', '145709.006000', '145709.009000', '145709.012000', '145709.014000', '145709.018000', '145709.020000', '145709.023000', '145709.027000', '145709.030000', '145709.034000', '145709.037000', '145709.042000', '145709.045000', '145709.050000', '145709.053000', '145709.056000', '145709.059000', '145709.061000', '145709.065000', '145709.071000', '145709.074000'], 'InstanceCreationTime': ['144729.236000', '144729.239000', '144729.242000', '144729.245000', '144729.247000', '144729.250000', '144729.253000', '144729.255000', '144729.258000', '144729.260000', '144729.263000', '144729.265000', '144729.268000', '144729.288000', '144729.291000', '144729.294000', '144729.297000', '144729.299000', '144729.302000', '144729.304000', '144729.307000', '144729.309000', '144729.312000', '144729.315000', '144729.318000', '144729.324000', '144729.327000', '144729.329000', '144729.332000', '144729.334000', '144729.337000', '144729.342000', '144729.344000', '144729.347000', '144729.349000', '144729.352000', '144729.354000', '144729.357000', '144729.359000', '144729.362000', '144729.365000', '144729.367000', '144729.370000', '144729.373000', '144729.375000', '144729.378000', '144729.380000', '144729.383000', '144729.385000', '144729.388000', '144729.391000', '144729.393000', '144729.396000', '144729.398000', '144729.401000', '144729.404000', '144729.406000', '144729.409000', '144729.411000', '144729.414000', '144729.416000', '144749.208000', '144749.211000', '144749.214000', '144749.221000', '144749.223000', '144749.226000', '144749.228000', '144749.231000', '144749.233000', '144749.236000', '144749.239000', '144749.241000', '144749.244000', '144749.246000', '144749.249000', '144749.251000', '144749.254000', '144749.256000', '144749.259000', '144749.261000', '144749.264000', '144749.267000', '144749.270000', '144749.272000', '144749.275000', '144749.277000', '144749.280000', '144749.282000', '144749.285000', '144749.288000', '144749.290000', '144749.293000', '144749.296000', '144749.298000', '144749.301000', '144749.303000', '144749.306000', '144749.308000', '144749.311000', '144749.314000', '144749.316000', '144749.319000', '144749.321000', '144749.324000', '144809.208000', '144809.211000', '144809.214000', '144809.217000', '144809.219000', '144809.222000', '144809.224000', '144809.227000', '144809.229000', '144809.232000', '144809.235000', '144809.237000', '144809.240000', '144809.242000', '144809.245000', '144809.247000', '144809.250000', '144809.252000', '144809.255000', '144809.258000', '144809.260000', '144809.263000', '144809.266000', '144809.268000', '144809.271000', '144809.273000', '144809.276000', '144809.278000', '144809.281000', '144809.284000', '144809.286000', '144809.289000', '144809.291000', '144809.294000', '144809.297000', '144809.299000', '144809.302000', '144809.305000', '144809.307000', '144809.310000', '144809.312000', '144809.315000', '144809.317000', '144829.208000', '144829.211000', '144829.214000', '144829.216000', '144829.219000', '144829.221000', '144829.224000', '144829.227000', '144829.231000', '144829.234000', '144829.236000', '144829.239000', '144829.242000', '144829.244000', '144829.247000', '144829.249000', '144829.252000', '144829.254000', '144829.257000', '144829.259000', '144829.262000', '144829.265000', '144829.267000', '144829.270000', '144829.272000', '144829.275000', '144829.277000', '144829.280000', '144829.282000', '144829.285000', '144829.287000', '144829.290000', '144829.293000', '144829.295000', '144829.298000', '144829.300000', '144829.303000', '144829.305000', '144829.308000', '144829.311000', '144829.313000', '144829.316000', '144829.318000', '144829.321000', '144849.208000', '144849.211000', '144849.214000', '144849.216000', '144849.219000', '144849.222000', '144849.225000', '144849.227000', '144849.230000', '144849.232000', '144849.235000', '144849.237000', '144849.240000', '144849.242000', '144849.245000', '144849.248000', '144849.250000', '144849.253000', '144849.255000', '144849.258000', '144849.261000', '144849.263000', '144849.266000', '144849.268000', '144849.271000', '144849.273000', '144849.276000', '144849.279000', '144849.281000', '144849.284000', '144849.286000', '144849.298000', '144849.300000', '144849.303000', '144849.306000', '144849.308000', '144849.311000', '144849.314000', '144849.316000', '144849.319000', '144849.321000', '144849.324000', '144849.327000', '144909.209000', '144909.212000', '144909.242000', '144909.245000', '144909.247000', '144909.261000', '144909.264000', '144909.266000', '144909.269000', '144909.271000', '144909.274000', '144909.277000', '144909.279000', '144909.282000', '144909.284000', '144909.287000', '144909.289000', '144909.292000', '144909.295000', '144909.297000', '144909.300000', '144909.302000', '144909.305000', '144909.308000', '144909.310000', '144909.313000', '144909.315000', '144909.318000', '144909.320000', '144909.323000', '144909.326000', '144909.328000', '144909.331000', '144909.334000', '144909.336000', '144909.339000', '144909.341000', '144909.344000', '144909.346000', '144909.349000', '144909.351000', '144909.354000', '144909.357000', '144909.359000', '144929.208000', '144929.211000', '144929.214000', '144929.216000', '144929.219000', '144929.221000', '144929.224000', '144929.226000', '144929.229000', '144929.232000', '144929.234000', '144929.237000', '144929.239000', '144929.242000', '144929.245000', '144929.247000', '144929.250000', '144929.252000', '144929.255000', '144929.257000', '144929.260000', '144929.263000', '144929.265000', '144929.268000', '144929.270000', '144929.273000', '144929.275000', '144929.278000', '144929.280000', '144929.283000', '144929.286000', '144929.288000', '144929.291000', '144929.293000', '144929.296000', '144929.298000', '144929.301000', '144929.304000', '144929.306000', '144929.309000', '144929.311000', '144929.314000', '144929.317000', '144949.208000', '144949.212000', '144949.214000', '144949.217000', '144949.220000', '144949.222000', '144949.225000', '144949.227000', '144949.230000', '144949.232000', '144949.235000', '144949.237000', '144949.240000', '144949.243000', '144949.246000', '144949.248000', '144949.251000', '144949.253000', '144949.256000', '144949.259000', '144949.261000', '144949.264000', '144949.266000', '144949.269000', '144949.271000', '144949.274000', '144949.277000', '144949.279000', '144949.282000', '144949.285000', '144949.287000', '144949.290000', '144949.293000', '144949.295000', '144949.298000', '144949.300000', '144949.303000', '144949.306000', '144949.308000', '144949.311000', '144949.313000', '144949.316000', '144949.319000', '144949.321000', '145009.208000', '145009.211000', '145009.214000', '145009.217000', '145009.219000', '145009.222000', '145009.224000', '145009.227000', '145009.229000', '145009.232000', '145009.234000', '145009.237000', '145009.240000', '145009.242000', '145009.245000', '145009.247000', '145009.250000', '145009.253000', '145009.255000', '145009.258000', '145009.261000', '145009.263000', '145009.266000', '145009.268000', '145009.271000', '145009.273000', '145009.276000', '145009.279000', '145009.281000', '145009.284000', '145009.287000', '145009.289000', '145009.292000', '145009.294000', '145009.297000', '145009.300000', '145009.302000', '145009.305000', '145009.307000', '145009.310000', '145009.312000', '145009.315000', '145009.318000', '145029.208000', '145029.211000', '145029.214000', '145029.216000', '145029.219000', '145029.221000', '145029.224000', '145029.227000', '145029.229000', '145029.232000', '145029.234000', '145029.237000', '145029.240000', '145029.242000', '145029.245000', '145029.247000', '145029.250000', '145029.253000', '145029.255000', '145029.258000', '145029.260000', '145029.263000', '145029.266000', '145029.268000', '145029.271000', '145029.273000', '145029.276000', '145029.279000', '145029.281000', '145029.284000', '145029.287000', '145029.289000', '145029.292000', '145029.294000', '145029.297000', '145029.300000', '145029.302000', '145029.305000', '145029.307000', '145029.310000', '145029.312000', '145029.315000', '145029.317000', '145029.320000', '145049.208000', '145049.211000', '145049.214000', '145049.216000', '145049.219000', '145049.221000', '145049.224000', '145049.227000', '145049.229000', '145049.232000', '145049.235000', '145049.237000', '145049.240000', '145049.242000', '145049.245000', '145049.248000', '145049.250000', '145049.253000', '145049.255000', '145049.258000', '145049.261000', '145049.263000', '145049.266000', '145049.268000', '145049.271000', '145049.273000', '145049.276000', '145049.279000', '145049.281000', '145049.284000', '145049.286000', '145049.289000', '145049.291000', '145049.294000', '145049.297000', '145049.299000', '145049.302000', '145049.304000', '145049.307000', '145049.309000', '145049.312000', '145049.315000', '145049.317000', '145109.208000', '145109.211000', '145109.214000', '145109.216000', '145109.219000', '145109.222000', '145109.224000', '145109.227000', '145109.229000', '145109.232000', '145109.235000', '145109.237000', '145109.240000', '145109.242000', '145109.245000', '145109.248000', '145109.250000', '145109.253000', '145109.256000', '145109.258000', '145109.261000', '145109.263000', '145109.266000', '145109.269000', '145109.271000', '145109.274000', '145109.276000', '145109.279000', '145109.282000', '145109.284000', '145109.287000', '145109.289000', '145109.292000', '145109.295000', '145109.297000', '145109.300000', '145109.302000', '145109.305000', '145109.308000', '145109.310000', '145109.313000', '145109.315000', '145109.318000', '145109.321000', '145129.208000', '145129.211000', '145129.214000', '145129.216000', '145129.219000', '145129.221000', '145129.224000', '145129.227000', '145129.229000', '145129.232000', '145129.234000', '145129.237000', '145129.240000', '145129.242000', '145129.245000', '145129.247000', '145129.250000', '145129.252000', '145129.255000', '145129.258000', '145129.260000', '145129.263000', '145129.265000', '145129.268000', '145129.270000', '145129.273000', '145129.275000', '145129.278000', '145129.281000', '145129.283000', '145129.286000', '145129.289000', '145129.291000', '145129.294000', '145129.296000', '145129.299000', '145129.302000', '145129.304000', '145129.307000', '145129.309000', '145129.312000', '145129.315000', '145129.317000', '145149.208000', '145149.211000', '145149.214000', '145149.216000', '145149.219000', '145149.221000', '145149.224000', '145149.227000', '145149.229000', '145149.232000', '145149.234000', '145149.237000', '145149.240000', '145149.242000', '145149.245000', '145149.247000', '145149.250000', '145149.252000', '145149.255000', '145149.257000', '145149.260000', '145149.263000', '145149.265000', '145149.268000', '145149.270000', '145149.273000', '145149.275000', '145149.278000', '145149.281000', '145149.283000', '145149.286000', '145149.288000', '145149.291000', '145149.294000', '145149.296000', '145149.299000', '145149.301000', '145149.304000', '145149.307000', '145149.309000', '145149.312000', '145149.314000', '145149.317000', '145149.319000', '145209.208000', '145209.211000', '145209.214000', '145209.216000', '145209.219000', '145209.221000', '145209.224000', '145209.227000', '145209.229000', '145209.232000', '145209.234000', '145209.251000', '145209.254000', '145209.257000', '145209.259000', '145209.262000', '145209.264000', '145209.267000', '145209.269000', '145209.272000', '145209.275000', '145209.277000', '145209.280000', '145209.282000', '145209.285000', '145209.287000', '145209.290000', '145209.293000', '145209.295000', '145209.298000', '145209.301000', '145209.303000', '145209.306000', '145209.308000', '145209.311000', '145209.314000', '145209.316000', '145209.319000', '145209.321000', '145209.324000', '145209.327000', '145209.329000', '145209.332000', '145229.208000', '145229.211000', '145229.214000', '145229.217000', '145229.219000', '145229.222000', '145229.224000', '145229.227000', '145229.229000', '145229.232000', '145229.235000', '145229.238000', '145229.241000', '145229.244000', '145229.246000', '145229.249000', '145229.251000', '145229.254000', '145229.256000', '145229.259000', '145229.262000', '145229.264000', '145229.267000', '145229.269000', '145229.272000', '145229.275000', '145229.277000', '145229.280000', '145229.282000', '145229.285000', '145229.287000', '145229.290000', '145229.293000', '145229.296000', '145229.299000', '145229.301000', '145229.304000', '145229.306000', '145229.309000', '145229.312000', '145229.314000', '145229.317000', '145229.319000', '145249.208000', '145249.211000', '145249.214000', '145249.217000', '145249.219000', '145249.222000', '145249.224000', '145249.227000', '145249.229000', '145249.232000', '145249.234000', '145249.237000', '145249.240000', '145249.242000', '145249.245000', '145249.247000', '145249.250000', '145249.252000', '145249.255000', '145249.258000', '145249.260000', '145249.263000', '145249.265000', '145249.268000', '145249.270000', '145249.273000', '145249.276000', '145249.278000', '145249.281000', '145249.283000', '145249.286000', '145249.289000', '145249.291000', '145249.294000', '145249.296000', '145249.299000', '145249.301000', '145249.304000', '145249.307000', '145249.309000', '145249.312000', '145249.314000', '145249.317000', '145249.319000', '145309.208000', '145309.211000', '145309.214000', '145309.216000', '145309.219000', '145309.222000', '145309.224000', '145309.227000', '145309.230000', '145309.232000', '145309.235000', '145309.237000', '145309.240000', '145309.243000', '145309.245000', '145309.248000', '145309.250000', '145309.253000', '145309.255000', '145309.258000', '145309.261000', '145309.263000', '145309.266000', '145309.268000', '145309.271000', '145309.274000', '145309.276000', '145309.279000', '145309.281000', '145309.284000', '145309.286000', '145309.289000', '145309.292000', '145309.294000', '145309.297000', '145309.299000', '145309.302000', '145309.305000', '145309.307000', '145309.310000', '145309.312000', '145309.316000', '145309.319000', '145309.321000', '145329.209000', '145329.211000', '145329.214000', '145329.216000', '145329.219000', '145329.222000', '145329.224000', '145329.227000', '145329.229000', '145329.232000', '145329.234000', '145329.237000', '145329.240000', '145329.242000', '145329.245000', '145329.247000', '145329.250000', '145329.252000', '145329.255000', '145329.257000', '145329.260000', '145329.276000', '145329.278000', '145329.281000', '145329.284000', '145329.286000', '145329.289000', '145329.291000', '145329.294000', '145329.297000', '145329.300000', '145329.302000', '145329.305000', '145329.307000', '145329.310000', '145329.312000', '145329.315000', '145329.318000', '145329.320000', '145329.323000', '145329.325000', '145329.328000', '145329.330000', '145349.209000', '145349.212000', '145349.214000', '145349.217000', '145349.220000', '145349.222000', '145349.225000', '145349.228000', '145349.230000', '145349.233000', '145349.235000', '145349.238000', '145349.241000', '145349.243000', '145349.246000', '145349.248000', '145349.251000', '145349.253000', '145349.256000', '145349.258000', '145349.261000', '145349.264000', '145349.266000', '145349.269000', '145349.271000', '145349.274000', '145349.279000', '145349.282000', '145349.284000', '145349.287000', '145349.289000', '145349.292000', '145349.295000', '145349.297000', '145349.300000', '145349.303000', '145349.305000', '145349.308000', '145349.310000', '145349.313000', '145349.315000', '145349.318000', '145349.320000', '145409.209000', '145409.211000', '145409.214000', '145409.216000', '145409.219000', '145409.222000', '145409.224000', '145409.227000', '145409.229000', '145409.232000', '145409.234000', '145409.237000', '145409.240000', '145409.242000', '145409.245000', '145409.248000', '145409.250000', '145409.253000', '145409.256000', '145409.258000', '145409.261000', '145409.264000', '145409.266000', '145409.269000', '145409.271000', '145409.274000', '145409.276000', '145409.279000', '145409.282000', '145409.284000', '145409.287000', '145409.289000', '145409.292000', '145409.294000', '145409.297000', '145409.300000', '145409.302000', '145409.305000', '145409.307000', '145409.310000', '145409.313000', '145409.315000', '145409.318000', '145409.320000', '145429.209000', '145429.211000', '145429.214000', '145429.217000', '145429.219000', '145429.222000', '145429.224000', '145429.227000', '145429.230000', '145429.232000', '145429.235000', '145429.238000', '145429.240000', '145429.243000', '145429.246000', '145429.248000', '145429.251000', '145429.253000', '145429.256000', '145429.259000', '145429.261000', '145429.264000', '145429.266000', '145429.269000', '145429.272000', '145429.274000', '145429.277000', '145429.279000', '145429.282000', '145429.284000', '145429.287000', '145429.290000', '145429.292000', '145429.295000', '145429.297000', '145429.300000', '145429.303000', '145429.305000', '145429.308000', '145429.310000', '145429.313000', '145429.315000', '145429.318000', '145449.208000', '145449.211000', '145449.214000', '145449.216000', '145449.219000', '145449.222000', '145449.224000', '145449.227000', '145449.229000', '145449.232000', '145449.235000', '145449.237000', '145449.240000', '145449.242000', '145449.245000', '145449.248000', '145449.250000', '145449.253000', '145449.255000', '145449.258000', '145449.261000', '145449.263000', '145449.266000', '145449.268000', '145449.271000', '145449.273000', '145449.276000', '145449.278000', '145449.281000', '145449.284000', '145449.286000', '145449.289000', '145449.291000', '145449.303000', '145449.306000', '145449.308000', '145449.311000', '145449.313000', '145449.316000', '145449.318000', '145449.321000', '145449.324000', '145449.326000', '145449.329000', '145509.208000', '145509.211000', '145509.214000', '145509.217000', '145509.219000', '145509.222000', '145509.224000', '145509.227000', '145509.230000', '145509.232000', '145509.235000', '145509.237000', '145509.240000', '145509.242000', '145509.245000', '145509.248000', '145509.250000', '145509.253000', '145509.256000', '145509.258000', '145509.261000', '145509.264000', '145509.266000', '145509.269000', '145509.272000', '145509.274000', '145509.277000', '145509.279000', '145509.282000', '145509.284000', '145509.287000', '145509.290000', '145509.292000', '145509.295000', '145509.297000', '145509.300000', '145509.303000', '145509.305000', '145509.308000', '145509.310000', '145509.313000', '145509.316000', '145509.319000', '145529.208000', '145529.211000', '145529.214000', '145529.217000', '145529.219000', '145529.222000', '145529.224000', '145529.227000', '145529.229000', '145529.232000', '145529.235000', '145529.237000', '145529.240000', '145529.243000', '145529.245000', '145529.248000', '145529.250000', '145529.253000', '145529.255000', '145529.258000', '145529.261000', '145529.263000', '145529.266000', '145529.268000', '145529.271000', '145529.273000', '145529.276000', '145529.278000', '145529.281000', '145529.284000', '145529.286000', '145529.289000', '145529.292000', '145529.294000', '145529.297000', '145529.299000', '145529.302000', '145529.305000', '145529.307000', '145529.310000', '145529.312000', '145529.315000', '145529.317000', '145529.320000', '145549.208000', '145549.211000', '145549.214000', '145549.217000', '145549.219000', '145549.222000', '145549.224000', '145549.227000', '145549.230000', '145549.232000', '145549.235000', '145549.237000', '145549.240000', '145549.243000', '145549.245000', '145549.248000', '145549.251000', '145549.253000', '145549.256000', '145549.259000', '145549.261000', '145549.264000', '145549.266000', '145549.269000', '145549.271000', '145549.274000', '145549.276000', '145549.279000', '145549.282000', '145549.284000', '145549.287000', '145549.290000', '145549.292000', '145549.295000', '145549.297000', '145549.300000', '145549.302000', '145549.305000', '145549.308000', '145549.310000', '145549.313000', '145549.315000', '145549.318000', '145609.209000', '145609.212000', '145609.214000', '145609.217000', '145609.219000', '145609.222000', '145609.225000', '145609.227000', '145609.230000', '145609.232000', '145609.235000', '145609.237000', '145609.240000', '145609.243000', '145609.245000', '145609.261000', '145609.264000', '145609.266000', '145609.269000', '145609.271000', '145609.274000', '145609.276000', '145609.279000', '145609.282000', '145609.284000', '145609.287000', '145609.289000', '145609.292000', '145609.294000', '145609.297000', '145609.300000', '145609.302000', '145609.305000', '145609.307000', '145609.310000', '145609.313000', '145609.315000', '145609.318000', '145609.320000', '145609.323000', '145609.325000', '145609.328000', '145609.331000', '145609.333000', '145629.209000', '145629.211000', '145629.214000', '145629.217000', '145629.219000', '145629.222000', '145629.224000', '145629.227000', '145629.230000', '145629.232000', '145629.235000', '145629.237000', '145629.240000', '145629.242000', '145629.245000', '145629.248000', '145629.250000', '145629.253000', '145629.255000', '145629.258000', '145629.260000', '145629.263000', '145629.265000', '145629.268000', '145629.271000', '145629.273000', '145629.276000', '145629.278000', '145629.281000', '145629.283000', '145629.286000', '145629.289000', '145629.291000', '145629.294000', '145629.296000', '145629.299000', '145629.302000', '145629.304000', '145629.307000', '145629.310000', '145629.312000', '145629.315000', '145629.318000', '145649.208000', '145649.211000', '145649.214000', '145649.217000', '145649.219000', '145649.222000', '145649.224000', '145649.227000', '145649.230000', '145649.232000', '145649.235000', '145649.237000', '145649.240000', '145649.243000', '145649.245000', '145649.248000', '145649.250000', '145649.253000', '145649.255000', '145649.258000', '145649.261000', '145649.263000', '145649.266000', '145649.268000', '145649.271000', '145649.274000', '145649.276000', '145649.279000', '145649.282000', '145649.284000', '145649.287000', '145649.290000', '145649.292000', '145649.295000', '145649.297000', '145649.300000', '145649.303000', '145649.305000', '145649.308000', '145649.310000', '145649.313000', '145649.316000', '145649.318000', '145649.321000', '145708.938000', '145708.941000', '145708.944000', '145708.947000', '145708.949000', '145708.952000', '145708.955000', '145708.957000', '145708.960000', '145708.963000', '145708.967000', '145708.972000', '145708.977000', '145708.980000', '145708.982000', '145708.985000', '145708.988000', '145708.990000', '145708.993000', '145708.996000', '145709.000000', '145709.002000', '145709.006000', '145709.009000', '145709.012000', '145709.014000', '145709.018000', '145709.020000', '145709.023000', '145709.027000', '145709.030000', '145709.034000', '145709.037000', '145709.042000', '145709.045000', '145709.050000', '145709.053000', '145709.056000', '145709.059000', '145709.061000', '145709.065000', '145709.071000', '145709.074000'], '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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [10688, 9020, 7343, 11015, 8223, 7325, 9413, 7770, 7839, 8067, 6798, 10696, 8090, 6423, 8733, 7441, 6858, 8641, 7060, 7717, 7681, 6593, 10496, 8275, 6898, 8863, 7143, 8851, 8449, 7614, 7283, 9699, 8317, 8003, 10370, 8589, 7129, 9272, 7907, 6662, 10119, 8032, 6820, 6979, 8019, 7057, 6886, 9159, 7471, 7805, 9140, 7309, 9603, 8851, 7371, 10486, 8292, 7359, 10086, 8347, 7450, 7908, 9345, 7825, 6883, 10412, 7787, 6861, 10540, 8137, 7168, 9219, 7830, 6958, 6689, 8449, 7207, 6785, 11469, 8244, 7128, 8626, 8098, 7120, 12087, 8778, 7201, 6864, 7899, 7371, 7113, 9881, 7700, 7059, 10197, 7841, 7075, 6669, 8163, 7237, 6902, 10975, 7945, 6732, 12357, 8634, 8159, 12048, 8887, 6775, 8646, 8672, 7591, 6794, 10401, 7695, 6977, 8731, 8902, 7366, 6732, 9169, 7520, 6629, 9375, 7472, 6755, 11188, 7976, 6899, 8663, 7928, 7375, 9765, 8926, 7136, 6604, 9228, 7567, 6601, 10089, 7353, 6532, 10307, 7588, 6599, 10207, 7791, 6680, 10448, 8349, 6921, 9023, 8028, 7113, 7467, 8434, 7192, 7336, 9567, 7566, 6561, 9308, 7388, 7759, 8715, 7184, 6828, 8213, 7281, 6670, 9766, 7273, 6818, 9762, 7467, 8162, 9606, 7810, 10217, 9262, 7184, 7188, 8901, 7380, 8619, 9140, 7138, 6748, 8939, 7578, 6592, 9532, 7369, 6691, 9357, 7291, 6364, 10114, 7397, 6745, 10613, 7516, 7138, 9459, 8218, 7142, 6592, 8543, 7209, 9196, 10645, 7578, 6885, 9649, 7630, 7092, 7540, 12850, 9183, 7606, 8417, 8962, 7533, 10083, 11129, 7615, 6879, 8175, 8207, 7051, 6627, 8728, 7270, 6870, 10787, 7457, 6471, 10426, 7587, 8527, 11366, 8044, 6638, 9379, 7676, 7008, 6751, 7576, 6902, 7162, 8593, 7915, 9764, 8524, 7043, 11770, 8572, 7586, 11908, 8015, 6808, 10570, 7880, 6955, 8376, 7339, 6660, 7882, 9348, 6977, 7137, 8937, 7628, 7765, 9860, 7433, 6851, 9740, 7726, 7514, 9858, 7286, 6874, 10589, 7714, 6749, 9965, 7723, 7405, 10399, 7749, 7859, 8924, 7386, 9305, 8396, 6876, 9993, 7967, 6767, 9041, 7818, 6931, 11668, 8344, 6725, 10568, 7580, 6961, 10016, 7864, 10253, 8424, 7617, 11962, 8541, 8034, 9699, 7765, 8409, 8746, 7208, 9226, 8328, 6933, 11750, 8205, 6535, 10929, 7632, 6439, 10092, 7405, 6840, 9897, 7629, 7023, 10885, 8152, 7960, 9551, 7054, 13106, 9611, 8105, 8596, 7144, 9025, 7720, 6378, 8745, 7212, 6599, 9322, 7215, 6746, 9088, 6945, 10128, 8228, 6958, 11403, 8055, 6998, 9655, 7358, 10372, 9281, 7114, 11348, 8540, 7077, 10839, 8230, 8920, 9123, 7230, 9430, 8228, 6868, 10492, 8244, 6626, 10505, 7998, 10961, 9231, 7760, 11254, 8149, 7870, 10409, 7586, 7683, 8954, 7219, 11586, 8584, 6603, 10881, 7405, 6910, 10128, 7922, 8890, 8958, 6808, 10791, 8388, 7086, 12060, 9143, 7629, 11677, 8152, 7484, 9924, 7749, 7508, 8184, 6978, 6659, 8452, 7162, 7051, 8263, 7029, 9139, 8372, 6907, 12193, 9035, 10966, 9655, 7661, 12588, 8981, 8689, 9927, 7753, 11947, 9646, 7087, 11536, 8209, 7006, 10378, 7670, 6279, 9116, 7370, 8487, 9264, 7299, 8994, 8593, 6863, 12285, 9322, 7238, 11938, 8210, 6621, 10774, 7725, 7370, 10309, 7486, 6971, 9413, 7542, 9580, 8783, 7117, 9725, 8292, 6648, 11523, 7859, 6969, 9403, 7421, 7315, 9080, 7209, 7499, 8635, 7128, 10835, 8805, 7053, 12141, 8894, 7423, 12272, 8375, 6761, 10277, 7891, 8618, 10685, 8159, 7576, 9478, 7426, 8195, 9917, 7597, 7625, 9033, 7054, 9293, 8598, 7245, 8882, 8928, 7229, 11498, 9232, 7391, 11371, 8982, 7355, 7555, 10076, 7912, 7721, 11448, 7849, 6588, 10803, 8237, 6902, 10607, 8287, 6626, 10970, 8598, 6628, 10891, 7916, 6445, 11200, 8027, 6295, 10848, 7762, 6690, 10449, 7678, 6425, 9990, 7883, 7848, 10088, 7993, 7530, 9390, 7326, 9476, 9574, 7634, 11052, 8967, 7282, 10723, 8873, 7066, 10763, 8923, 7892, 12407, 8431, 6815, 11393, 8172, 6715, 10255, 8109, 6422, 10738, 8183, 8796, 9534, 7549, 7635, 9005, 7352, 10645, 8732, 6910, 11485, 8373, 7583, 11392, 8399, 8043, 9161, 7518, 9062, 8935, 7256, 9042, 8018, 6845, 12489, 8766, 6935, 11220, 7982, 8137, 10574, 7690, 9655, 8215, 6770, 11238, 8357, 7099, 9629, 7320, 6585, 9328, 7451, 7656, 8847, 6966, 10257, 8134, 7039, 12602, 8380, 7165, 10074, 7744, 10523, 9143, 7351, 10362, 8330, 6586, 12529, 8953, 6857, 11558, 8032, 6583, 10576, 8196, 6578, 9833, 7293, 6727, 9003, 7495, 6830, 8327, 6837, 9139, 7803, 6647, 10941, 7882, 8019, 9638, 7776, 10632, 8335, 6787, 12057, 8310, 6975, 10636, 7887, 7412, 8809, 7414, 8585, 8542, 7225, 11894, 8030, 7149, 10431, 7739, 10065, 8702, 7263, 10621, 7986, 10307, 7875, 6655, 11695, 8800, 6884, 10133, 7848, 7361, 9647, 7593, 9060, 8761, 6868, 11949, 8950, 9926, 9413, 7391, 8509, 8349, 7181, 6747, 10064, 7674, 6785, 9587, 7320, 13401, 9907, 8614, 9443, 7433, 9716, 8136, 6995, 11166, 7850, 7219, 8128, 6913, 11279, 7673, 6450, 8786, 7107, 8012, 7765, 6648, 11837, 8367, 6985, 9511, 7297, 10816, 8816, 8245, 10943, 7739, 11211, 8904, 6981, 10162, 7972, 6481, 10788, 7774, 6736, 10278, 7484, 6600, 9484, 7292, 9440, 10067, 7687, 11291, 8538, 7558, 11422, 8336, 10901, 8371, 6975, 11747, 8426, 6508, 10330, 7689, 6578, 9182, 7399, 7128, 8504, 6950, 9256, 7816, 6571, 11971, 8155, 7137, 9094, 7009, 12243, 8899, 6755, 9104, 7285, 9311, 8259, 6762, 10466, 7874, 6688, 9956, 7271, 6711, 8311, 6914, 10932, 8043, 6590, 9826, 7191, 7427, 9580, 7479, 6642, 10080, 7493, 8129, 9986, 7742, 8664, 9440, 6733, 12018, 8702, 6759, 11290, 7947, 6784, 10267, 7998, 11312, 9040, 6875, 11958, 8120, 7759, 10059, 7622, 8786, 8252, 7199, 10598, 7991, 6678, 10241, 7697, 7641, 8938, 7177, 11578, 8177, 10317, 8673, 7624, 11208, 8050, 7028, 9241, 7395, 8328, 8526, 7220, 8834, 7969, 6926, 11214, 8135, 6724, 10279, 7556, 9689, 8509, 6827, 11314, 7841, 6888, 11284, 7913, 6699, 10396, 8143, 8466, 10205, 7641, 6929, 10294, 7705, 7175, 7128, 9243, 7423, 6900, 10303, 8936, 7377, 8761, 10029, 8280, 10973, 11756, 8859, 6974, 10491, 8068, 6834, 11181, 8242, 6621, 9562, 7992, 6694, 12168, 9428, 7330, 11837, 8203, 7504, 11160, 8233, 7046, 11185, 7989, 7255, 10464, 7898, 6815, 10422, 7753, 6796, 10600, 8185, 6967, 10088, 7576, 6682, 8643, 8228, 7189, 7126, 11410, 8572, 6716, 11153, 8353, 6948, 11355, 8774, 7310, 7163, 9034, 7304, 6656, 10362, 8099, 6825, 6936, 8930, 7089, 7227, 9521, 7858, 7968, 10635, 8183, 8191, 10721, 8857, 11121, 10586, 8083, 11171, 9034, 7609, 9940, 9216, 7510, 8211, 9267, 7355, 11516, 9558, 7783, 7715, 9194, 7590, 8433, 9538, 7547, 6946, 9497, 7393, 6935, 11746, 8254, 6751, 11599, 8190, 7157, 11966, 8073, 6727, 10500, 7728, 6738, 10701, 7812, 6554, 9558, 7189, 6664, 9304, 7076, 6644, 10637, 8072, 7273, 10939, 7867, 7345, 9149, 7479, 8452, 9446, 7681, 10458, 8874, 7436, 11447, 9217, 7499, 11094, 8190, 6805, 11202, 8401, 6934, 10815, 8195, 6624, 11186, 8022, 6714, 10802, 7739, 7409, 9919, 7857, 7002, 9780, 7639, 7341, 9250, 7182, 9664, 8637, 7401, 9723, 8076, 6681, 11562, 8420, 6862, 9124, 8279, 7326, 10874, 9557, 7643, 11579, 8600, 6935, 10798, 8146, 7427, 9639, 7510, 7640, 8251, 6638, 11404, 8210, 6839, 9581, 7290, 7702, 8067, 6708, 11725, 8399, 6725, 9935, 7512, 8910, 8879, 7308, 10987, 7906, 8658, 10986, 8149, 8046, 9772, 7475, 9572, 8500, 7103, 12778, 8947, 7294, 10191, 7760, 10534, 8664, 6973, 11165, 7924, 10008, 8644, 7167, 12674, 8414, 7245, 9394, 7221, 10067, 8532, 6971, 10532, 7742, 8342, 8299, 7110, 11010, 8124, 8150, 8165, 6881, 11634, 8218, 6760, 9374, 7141, 11005, 8731, 7546, 9238, 7337, 10898, 8783, 7364, 11408, 7977, 7580, 9317, 7660, 8553, 8607, 6934, 9663, 8484, 6998, 9679, 8145, 6776, 12029, 8682, 6693, 10374, 7654, 6780, 9356, 7112, 8865, 8066, 6546, 11081, 7995, 6612, 10181, 7585, 6902, 9058, 7253, 8641, 8559, 6766, 12010, 8760, 12040, 9990, 9493, 10466, 7709, 9530, 8618, 6895, 11507, 8115, 6815, 8953, 6990, 9220, 7878, 6477, 10421, 7677, 10421, 8485, 6956, 10338, 7890, 7498, 8615, 6998, 7026, 8493, 7199, 6804, 9145, 7071, 9316, 8443, 6854, 8143, 7868, 6656, 10915, 8194, 6743, 10747, 8012, 9971, 9441, 7758, 12652, 10034, 12073, 9811, 8602, 11259, 8138, 13107, 9734, 7656, 9666, 7701, 7041, 8036, 6482, 10524, 7895, 7251, 8331, 6879, 11629, 8262, 8378, 9953, 7730, 12559, 9843, 9609, 9290, 7174, 12528, 8656, 7252, 9197, 7116, 10013, 7813, 6685, 10199, 7288, 7601, 8513, 6715, 11322, 8519, 8158, 9066, 7083, 11997, 8401, 8229, 9129, 7553, 10512, 8269, 7274, 9861, 8118, 7429, 8240, 6693, 7324, 8128, 6806, 8596, 7674, 6586, 11349, 8165, 10771, 8823, 6968, 9937, 7577, 11492, 8412, 7251, 9904, 7405, 8982, 7728, 6774, 10468], 'WindowCenter': [4034.0, 4007.0, 3972.0, 4001.0, 3969.0, 3958.0, 3978.0, 3956.0, 3956.0, 3966.0, 3946.0, 3987.0, 3966.0, 3936.0, 3978.0, 3969.0, 3949.0, 3978.0, 3959.0, 3970.0, 3970.0, 3960.0, 4000.0, 3980.0, 3959.0, 3991.0, 3961.0, 3990.0, 3980.0, 3970.0, 3959.0, 3991.0, 3981.0, 3981.0, 4001.0, 3980.0, 3958.0, 3990.0, 3969.0, 3960.0, 4000.0, 3979.0, 3960.0, 3960.0, 3981.0, 3961.0, 3972.0, 4003.0, 3970.0, 3971.0, 3992.0, 3972.0, 4003.0, 3992.0, 3959.0, 4001.0, 3980.0, 3968.0, 4002.0, 3980.0, 3970.0, 3980.0, 3990.0, 3970.0, 3959.0, 4001.0, 3970.0, 3949.0, 4001.0, 3968.0, 3959.0, 3991.0, 3969.0, 3959.0, 3950.0, 3980.0, 3970.0, 3960.0, 4013.0, 3979.0, 3960.0, 3980.0, 3970.0, 3961.0, 4011.0, 3978.0, 3958.0, 3948.0, 3969.0, 3959.0, 3960.0, 4001.0, 3968.0, 3959.0, 4000.0, 3970.0, 3958.0, 3949.0, 3979.0, 3969.0, 3958.0, 4012.0, 3969.0, 3949.0, 4011.0, 3980.0, 3969.0, 4009.0, 3976.0, 3945.0, 3977.0, 3967.0, 3956.0, 3946.0, 3997.0, 3956.0, 3946.0, 3966.0, 3976.0, 3945.0, 3946.0, 3977.0, 3969.0, 3946.0, 3976.0, 3956.0, 3935.0, 3998.0, 3966.0, 3945.0, 3978.0, 3967.0, 3945.0, 3987.0, 3964.0, 3945.0, 3934.0, 3976.0, 3968.0, 3946.0, 3987.0, 3957.0, 3936.0, 3999.0, 3967.0, 3947.0, 3999.0, 3968.0, 3950.0, 4000.0, 3967.0, 3948.0, 3978.0, 3967.0, 3946.0, 3958.0, 3967.0, 3958.0, 3957.0, 3988.0, 3957.0, 3946.0, 3990.0, 3958.0, 3957.0, 3978.0, 3947.0, 3947.0, 3979.0, 3970.0, 3950.0, 4000.0, 3959.0, 3949.0, 4000.0, 3970.0, 3980.0, 4003.0, 3969.0, 4000.0, 3979.0, 3948.0, 3947.0, 3978.0, 3957.0, 3979.0, 3989.0, 3958.0, 3948.0, 3979.0, 3967.0, 3949.0, 3989.0, 3958.0, 3947.0, 3990.0, 3958.0, 3950.0, 4002.0, 3959.0, 3948.0, 4001.0, 3958.0, 3960.0, 3990.0, 3980.0, 3959.0, 3949.0, 3991.0, 3971.0, 3991.0, 4001.0, 3970.0, 3958.0, 3989.0, 3967.0, 3959.0, 3959.0, 4012.0, 3979.0, 3958.0, 3968.0, 3979.0, 3956.0, 3987.0, 3987.0, 3954.0, 3935.0, 3966.0, 3967.0, 3946.0, 3945.0, 3978.0, 3958.0, 3947.0, 4000.0, 3969.0, 3938.0, 4001.0, 3958.0, 3968.0, 3999.0, 3967.0, 3946.0, 3989.0, 3956.0, 3947.0, 3947.0, 3967.0, 3959.0, 3959.0, 3979.0, 3968.0, 3989.0, 3978.0, 3947.0, 3999.0, 3967.0, 3957.0, 3998.0, 3954.0, 3933.0, 3985.0, 3955.0, 3945.0, 3966.0, 3956.0, 3947.0, 3967.0, 3989.0, 3947.0, 3947.0, 3977.0, 3957.0, 3957.0, 3988.0, 3956.0, 3947.0, 3988.0, 3957.0, 3956.0, 3987.0, 3945.0, 3935.0, 3988.0, 3957.0, 3936.0, 3988.0, 3969.0, 3957.0, 3988.0, 3958.0, 3956.0, 3976.0, 3956.0, 3978.0, 3966.0, 3936.0, 3988.0, 3967.0, 3947.0, 3978.0, 3957.0, 3960.0, 4010.0, 3980.0, 3948.0, 4000.0, 3970.0, 3960.0, 4003.0, 3969.0, 3990.0, 3969.0, 3969.0, 4011.0, 3979.0, 3968.0, 3989.0, 3957.0, 3968.0, 3967.0, 3946.0, 3977.0, 3966.0, 3946.0, 3998.0, 3967.0, 3936.0, 3999.0, 3958.0, 3938.0, 3988.0, 3957.0, 3947.0, 3989.0, 3969.0, 3948.0, 4000.0, 3968.0, 3968.0, 3978.0, 3946.0, 3998.0, 3977.0, 3955.0, 3964.0, 3934.0, 3965.0, 3955.0, 3935.0, 3977.0, 3959.0, 3949.0, 3990.0, 3970.0, 3961.0, 3992.0, 3975.0, 4014.0, 3982.0, 3960.0, 4012.0, 3971.0, 3961.0, 3992.0, 3972.0, 4002.0, 3991.0, 3960.0, 4000.0, 3980.0, 3960.0, 4001.0, 3980.0, 3980.0, 3978.0, 3958.0, 3979.0, 3968.0, 3948.0, 3999.0, 3968.0, 3948.0, 4000.0, 3969.0, 4001.0, 3978.0, 3957.0, 3998.0, 3957.0, 3956.0, 3988.0, 3957.0, 3956.0, 3976.0, 3958.0, 3999.0, 3967.0, 3947.0, 3999.0, 3959.0, 3959.0, 4001.0, 3969.0, 3980.0, 3979.0, 3937.0, 3999.0, 3968.0, 3948.0, 4009.0, 3980.0, 3958.0, 3999.0, 3969.0, 3959.0, 3989.0, 3969.0, 3944.0, 3965.0, 3945.0, 3934.0, 3965.0, 3946.0, 3958.0, 3979.0, 3959.0, 3990.0, 3979.0, 3960.0, 4012.0, 3980.0, 4000.0, 3979.0, 3956.0, 3999.0, 3968.0, 3968.0, 3989.0, 3957.0, 3997.0, 3975.0, 3934.0, 3986.0, 3965.0, 3945.0, 3986.0, 3957.0, 3936.0, 3977.0, 3957.0, 3978.0, 3977.0, 3958.0, 3979.0, 3978.0, 3948.0, 4000.0, 3978.0, 3958.0, 4011.0, 3967.0, 3937.0, 3999.0, 3957.0, 3945.0, 3987.0, 3946.0, 3946.0, 3977.0, 3959.0, 3978.0, 3966.0, 3945.0, 3976.0, 3966.0, 3936.0, 3998.0, 3968.0, 3947.0, 3978.0, 3958.0, 3959.0, 3980.0, 3960.0, 3959.0, 3980.0, 3961.0, 4002.0, 3981.0, 3960.0, 4023.0, 3993.0, 3959.0, 4011.0, 3969.0, 3948.0, 3989.0, 3969.0, 3979.0, 3989.0, 3968.0, 3957.0, 3978.0, 3957.0, 3968.0, 3988.0, 3958.0, 3970.0, 3979.0, 3948.0, 3978.0, 3968.0, 3958.0, 3979.0, 3979.0, 3959.0, 4001.0, 3979.0, 3959.0, 4001.0, 3977.0, 3947.0, 3958.0, 3990.0, 3968.0, 3958.0, 4000.0, 3958.0, 3948.0, 3999.0, 3967.0, 3948.0, 3989.0, 3968.0, 3937.0, 3989.0, 3969.0, 3937.0, 3988.0, 3957.0, 3937.0, 3999.0, 3957.0, 3938.0, 3998.0, 3959.0, 3949.0, 3989.0, 3959.0, 3937.0, 3990.0, 3970.0, 3970.0, 3990.0, 3969.0, 3959.0, 3980.0, 3960.0, 3989.0, 3990.0, 3959.0, 4001.0, 3980.0, 3959.0, 4000.0, 3979.0, 3949.0, 4001.0, 3981.0, 3968.0, 4010.0, 3968.0, 3937.0, 4000.0, 3968.0, 3937.0, 3989.0, 3967.0, 3939.0, 4001.0, 3970.0, 3980.0, 3990.0, 3970.0, 3959.0, 3980.0, 3960.0, 3990.0, 3969.0, 3947.0, 3999.0, 3970.0, 3960.0, 4001.0, 3968.0, 3968.0, 3977.0, 3958.0, 3979.0, 3978.0, 3946.0, 3978.0, 3968.0, 3937.0, 4010.0, 3968.0, 3947.0, 3999.0, 3957.0, 3957.0, 3988.0, 3957.0, 3977.0, 3955.0, 3934.0, 3987.0, 3954.0, 3935.0, 3978.0, 3946.0, 3948.0, 3978.0, 3957.0, 3957.0, 3978.0, 3949.0, 3990.0, 3970.0, 3948.0, 4011.0, 3969.0, 3949.0, 3990.0, 3959.0, 3988.0, 3978.0, 3945.0, 3989.0, 3967.0, 3937.0, 3999.0, 3978.0, 3937.0, 3999.0, 3957.0, 3937.0, 3988.0, 3966.0, 3936.0, 3990.0, 3972.0, 3961.0, 3992.0, 3970.0, 3951.0, 3981.0, 3961.0, 3989.0, 3969.0, 3948.0, 4000.0, 3968.0, 3969.0, 3987.0, 3957.0, 3988.0, 3966.0, 3936.0, 4009.0, 3968.0, 3946.0, 3987.0, 3956.0, 3955.0, 3966.0, 3945.0, 3966.0, 3966.0, 3955.0, 4009.0, 3968.0, 3946.0, 3988.0, 3957.0, 3977.0, 3967.0, 3946.0, 3988.0, 3955.0, 3976.0, 3953.0, 3946.0, 3999.0, 3978.0, 3946.0, 3988.0, 3968.0, 3958.0, 3988.0, 3957.0, 3977.0, 3978.0, 3947.0, 4000.0, 3978.0, 3988.0, 3977.0, 3947.0, 3966.0, 3966.0, 3946.0, 3947.0, 3989.0, 3969.0, 3949.0, 3990.0, 3959.0, 4010.0, 3978.0, 3967.0, 3977.0, 3945.0, 3975.0, 3954.0, 3933.0, 3986.0, 3954.0, 3944.0, 3954.0, 3945.0, 3985.0, 3955.0, 3924.0, 3966.0, 3947.0, 3968.0, 3969.0, 3949.0, 4011.0, 3980.0, 3948.0, 3989.0, 3958.0, 4000.0, 3978.0, 3968.0, 3999.0, 3959.0, 3998.0, 3976.0, 3946.0, 3987.0, 3956.0, 3936.0, 3998.0, 3957.0, 3936.0, 3987.0, 3958.0, 3948.0, 3990.0, 3958.0, 3990.0, 3989.0, 3958.0, 4000.0, 3968.0, 3957.0, 3998.0, 3967.0, 3988.0, 3955.0, 3945.0, 3997.0, 3954.0, 3924.0, 3986.0, 3955.0, 3935.0, 3976.0, 3958.0, 3947.0, 3967.0, 3947.0, 3978.0, 3957.0, 3937.0, 4000.0, 3967.0, 3947.0, 3977.0, 3948.0, 3998.0, 3966.0, 3935.0, 3977.0, 3945.0, 3977.0, 3966.0, 3935.0, 3987.0, 3967.0, 3935.0, 3989.0, 3957.0, 3948.0, 3969.0, 3948.0, 3999.0, 3970.0, 3961.0, 4015.0, 3959.0, 3958.0, 3989.0, 3959.0, 3947.0, 4001.0, 3959.0, 3968.0, 3990.0, 3970.0, 3981.0, 3989.0, 3947.0, 4010.0, 3977.0, 3948.0, 3999.0, 3968.0, 3947.0, 3989.0, 3968.0, 3999.0, 3978.0, 3936.0, 3999.0, 3956.0, 3958.0, 3988.0, 3955.0, 3965.0, 3965.0, 3945.0, 3986.0, 3955.0, 3946.0, 3988.0, 3958.0, 3958.0, 3979.0, 3947.0, 4001.0, 3969.0, 3989.0, 3967.0, 3956.0, 3997.0, 3969.0, 3947.0, 3977.0, 3957.0, 3967.0, 3976.0, 3956.0, 3979.0, 3968.0, 3958.0, 4000.0, 3968.0, 3948.0, 3999.0, 3971.0, 3991.0, 3979.0, 3949.0, 3999.0, 3968.0, 3947.0, 4000.0, 3969.0, 3949.0, 4000.0, 3969.0, 3981.0, 4002.0, 3958.0, 3973.0, 3973.0, 3943.0, 3963.0, 3975.0, 3988.0, 3958.0, 3949.0, 4001.0, 3980.0, 3960.0, 3981.0, 3990.0, 3982.0, 4001.0, 3999.0, 3978.0, 3947.0, 3988.0, 3967.0, 3937.0, 4000.0, 3968.0, 3938.0, 3989.0, 3968.0, 3948.0, 4011.0, 3992.0, 3959.0, 3998.0, 3968.0, 3947.0, 3998.0, 3968.0, 3947.0, 3999.0, 3958.0, 3946.0, 3986.0, 3955.0, 3934.0, 3987.0, 3957.0, 3936.0, 3988.0, 3968.0, 3947.0, 3988.0, 3956.0, 3936.0, 3968.0, 3979.0, 3961.0, 3950.0, 4011.0, 3980.0, 3949.0, 4000.0, 3969.0, 3951.0, 4002.0, 3968.0, 3948.0, 3948.0, 3978.0, 3958.0, 3948.0, 4001.0, 3970.0, 3952.0, 3961.0, 3981.0, 3961.0, 3971.0, 3993.0, 3971.0, 3972.0, 4003.0, 3982.0, 3982.0, 4000.0, 3980.0, 4001.0, 3990.0, 3957.0, 3999.0, 3968.0, 3957.0, 3978.0, 3977.0, 3947.0, 3969.0, 3978.0, 3948.0, 3999.0, 3978.0, 3957.0, 3957.0, 3978.0, 3959.0, 3971.0, 3989.0, 3957.0, 3947.0, 3990.0, 3957.0, 3947.0, 4000.0, 3967.0, 3936.0, 4000.0, 3968.0, 3947.0, 3999.0, 3955.0, 3935.0, 3988.0, 3956.0, 3935.0, 3989.0, 3957.0, 3935.0, 3990.0, 3963.0, 3961.0, 3992.0, 3961.0, 3948.0, 4002.0, 3957.0, 3958.0, 3987.0, 3958.0, 3958.0, 3991.0, 3960.0, 3980.0, 3989.0, 3959.0, 3989.0, 3976.0, 3958.0, 3999.0, 3978.0, 3947.0, 3999.0, 3967.0, 3936.0, 4000.0, 3967.0, 3946.0, 3989.0, 3968.0, 3936.0, 3998.0, 3958.0, 3937.0, 4001.0, 3971.0, 3974.0, 3990.0, 3967.0, 3947.0, 3987.0, 3958.0, 3957.0, 3991.0, 3948.0, 3990.0, 3980.0, 3960.0, 3992.0, 3967.0, 3949.0, 4001.0, 3969.0, 3938.0, 3979.0, 3969.0, 3961.0, 3999.0, 3989.0, 3960.0, 4001.0, 3968.0, 3947.0, 3999.0, 3957.0, 3947.0, 3977.0, 3946.0, 3958.0, 3967.0, 3947.0, 3998.0, 3969.0, 3938.0, 3990.0, 3961.0, 3971.0, 3970.0, 3949.0, 4001.0, 3968.0, 3948.0, 3991.0, 3972.0, 3992.0, 3981.0, 3960.0, 4016.0, 3982.0, 3981.0, 4012.0, 3970.0, 3969.0, 3989.0, 3958.0, 3990.0, 3979.0, 3948.0, 4013.0, 3981.0, 3961.0, 4002.0, 3970.0, 4001.0, 3979.0, 3949.0, 4001.0, 3970.0, 3991.0, 3981.0, 3960.0, 4011.0, 3969.0, 3958.0, 3978.0, 3959.0, 3988.0, 3967.0, 3947.0, 3989.0, 3958.0, 3969.0, 3968.0, 3948.0, 3989.0, 3956.0, 3957.0, 3967.0, 3947.0, 3997.0, 3968.0, 3947.0, 3990.0, 3960.0, 4002.0, 3979.0, 3959.0, 3990.0, 3960.0, 4000.0, 3978.0, 3957.0, 4000.0, 3968.0, 3959.0, 3988.0, 3957.0, 3978.0, 3967.0, 3947.0, 3990.0, 3978.0, 3960.0, 3989.0, 3968.0, 3948.0, 4010.0, 3979.0, 3948.0, 3989.0, 3959.0, 3950.0, 3990.0, 3960.0, 3980.0, 3968.0, 3938.0, 4000.0, 3971.0, 3949.0, 4002.0, 3970.0, 3961.0, 3991.0, 3971.0, 3982.0, 3981.0, 3950.0, 4013.0, 3980.0, 4012.0, 3990.0, 3978.0, 3990.0, 3958.0, 3978.0, 3966.0, 3948.0, 3998.0, 3957.0, 3936.0, 3979.0, 3959.0, 3989.0, 3968.0, 3939.0, 4001.0, 3971.0, 4003.0, 3982.0, 3961.0, 4001.0, 3981.0, 3970.0, 4007.0, 3977.0, 3975.0, 3992.0, 3962.0, 3950.0, 3978.0, 3947.0, 3980.0, 3968.0, 3949.0, 3970.0, 3970.0, 3950.0, 4013.0, 3982.0, 3961.0, 4013.0, 3981.0, 4003.0, 3992.0, 3970.0, 4012.0, 3989.0, 4009.0, 3987.0, 3966.0, 3988.0, 3957.0, 4008.0, 3976.0, 3945.0, 3976.0, 3955.0, 3947.0, 3967.0, 3939.0, 4001.0, 3971.0, 3960.0, 3968.0, 3948.0, 3999.0, 3968.0, 3968.0, 3989.0, 3958.0, 4010.0, 3988.0, 3978.0, 3976.0, 3935.0, 3998.0, 3966.0, 3944.0, 3976.0, 3946.0, 3988.0, 3957.0, 3936.0, 3986.0, 3957.0, 3958.0, 3967.0, 3937.0, 3998.0, 3968.0, 3957.0, 3978.0, 3946.0, 3999.0, 3967.0, 3967.0, 3977.0, 3958.0, 3990.0, 3968.0, 3947.0, 3989.0, 3971.0, 3961.0, 3980.0, 3951.0, 3960.0, 3968.0, 3949.0, 3979.0, 3958.0, 3948.0, 4001.0, 3981.0, 4001.0, 3980.0, 3948.0, 3989.0, 3969.0, 4000.0, 3967.0, 3957.0, 3989.0, 3958.0, 3979.0, 3958.0, 3948.0, 4000.0], 'WindowWidth': [8998.0, 8948.0, 8890.0, 8927.0, 8879.0, 8861.0, 8888.0, 8855.0, 8854.0, 8867.0, 8842.0, 8897.0, 8868.0, 8830.0, 8887.0, 8878.0, 8852.0, 8890.0, 8865.0, 8883.0, 8880.0, 8869.0, 8921.0, 8893.0, 8866.0, 8911.0, 8872.0, 8908.0, 8892.0, 8880.0, 8865.0, 8911.0, 8896.0, 8896.0, 8924.0, 8895.0, 8863.0, 8907.0, 8879.0, 8868.0, 8923.0, 8893.0, 8869.0, 8868.0, 8896.0, 8872.0, 8889.0, 8929.0, 8883.0, 8885.0, 8913.0, 8886.0, 8929.0, 8912.0, 8866.0, 8924.0, 8894.0, 8877.0, 8926.0, 8894.0, 8880.0, 8894.0, 8908.0, 8880.0, 8864.0, 8925.0, 8880.0, 8852.0, 8923.0, 8877.0, 8863.0, 8912.0, 8879.0, 8864.0, 8853.0, 8893.0, 8882.0, 8867.0, 8943.0, 8892.0, 8868.0, 8894.0, 8880.0, 8869.0, 8938.0, 8887.0, 8860.0, 8849.0, 8877.0, 8864.0, 8869.0, 8923.0, 8876.0, 8864.0, 8920.0, 8879.0, 8862.0, 8851.0, 8892.0, 8878.0, 8862.0, 8940.0, 8878.0, 8851.0, 8938.0, 8892.0, 8878.0, 8932.0, 8881.0, 8841.0, 8885.0, 8870.0, 8855.0, 8842.0, 8912.0, 8855.0, 8842.0, 8869.0, 8881.0, 8838.0, 8843.0, 8882.0, 8875.0, 8841.0, 8882.0, 8854.0, 8825.0, 8914.0, 8868.0, 8838.0, 8886.0, 8870.0, 8839.0, 8894.0, 8863.0, 8838.0, 8822.0, 8881.0, 8875.0, 8843.0, 8898.0, 8857.0, 8830.0, 8916.0, 8871.0, 8846.0, 8918.0, 8875.0, 8854.0, 8920.0, 8872.0, 8848.0, 8886.0, 8871.0, 8843.0, 8860.0, 8871.0, 8861.0, 8858.0, 8901.0, 8859.0, 8842.0, 8907.0, 8862.0, 8858.0, 8885.0, 8845.0, 8846.0, 8889.0, 8884.0, 8854.0, 8921.0, 8864.0, 8851.0, 8919.0, 8880.0, 8895.0, 8929.0, 8879.0, 8920.0, 8889.0, 8847.0, 8846.0, 8886.0, 8858.0, 8889.0, 8902.0, 8860.0, 8849.0, 8890.0, 8873.0, 8852.0, 8904.0, 8860.0, 8845.0, 8905.0, 8862.0, 8855.0, 8925.0, 8865.0, 8848.0, 8922.0, 8862.0, 8867.0, 8908.0, 8892.0, 8864.0, 8852.0, 8911.0, 8882.0, 8908.0, 8925.0, 8879.0, 8861.0, 8904.0, 8872.0, 8864.0, 8862.0, 8941.0, 8890.0, 8860.0, 8873.0, 8888.0, 8855.0, 8895.0, 8896.0, 8848.0, 8824.0, 8868.0, 8869.0, 8841.0, 8841.0, 8886.0, 8860.0, 8846.0, 8919.0, 8879.0, 8834.0, 8921.0, 8862.0, 8871.0, 8918.0, 8870.0, 8842.0, 8904.0, 8856.0, 8844.0, 8845.0, 8872.0, 8863.0, 8865.0, 8890.0, 8874.0, 8904.0, 8887.0, 8843.0, 8916.0, 8871.0, 8856.0, 8912.0, 8848.0, 8821.0, 8892.0, 8850.0, 8838.0, 8867.0, 8854.0, 8844.0, 8871.0, 8903.0, 8845.0, 8844.0, 8884.0, 8855.0, 8855.0, 8898.0, 8854.0, 8844.0, 8898.0, 8858.0, 8854.0, 8897.0, 8839.0, 8825.0, 8898.0, 8856.0, 8827.0, 8898.0, 8876.0, 8857.0, 8900.0, 8858.0, 8855.0, 8880.0, 8854.0, 8885.0, 8867.0, 8826.0, 8899.0, 8871.0, 8843.0, 8887.0, 8857.0, 8867.0, 8933.0, 8892.0, 8849.0, 8920.0, 8879.0, 8869.0, 8928.0, 8879.0, 8907.0, 8877.0, 8877.0, 8935.0, 8889.0, 8873.0, 8902.0, 8857.0, 8873.0, 8869.0, 8839.0, 8882.0, 8868.0, 8842.0, 8913.0, 8869.0, 8829.0, 8915.0, 8859.0, 8833.0, 8899.0, 8857.0, 8843.0, 8902.0, 8875.0, 8846.0, 8919.0, 8874.0, 8873.0, 8886.0, 8839.0, 8913.0, 8884.0, 8850.0, 8860.0, 8822.0, 8862.0, 8849.0, 8826.0, 8884.0, 8863.0, 8851.0, 8906.0, 8881.0, 8869.0, 8912.0, 8898.0, 8945.0, 8899.0, 8866.0, 8940.0, 8882.0, 8868.0, 8911.0, 8887.0, 8927.0, 8910.0, 8865.0, 8922.0, 8891.0, 8867.0, 8923.0, 8892.0, 8893.0, 8885.0, 8860.0, 8888.0, 8874.0, 8846.0, 8916.0, 8874.0, 8847.0, 8918.0, 8876.0, 8922.0, 8888.0, 8857.0, 8914.0, 8855.0, 8854.0, 8898.0, 8855.0, 8853.0, 8881.0, 8859.0, 8916.0, 8870.0, 8844.0, 8915.0, 8862.0, 8865.0, 8920.0, 8877.0, 8892.0, 8887.0, 8830.0, 8914.0, 8871.0, 8846.0, 8931.0, 8892.0, 8858.0, 8915.0, 8873.0, 8863.0, 8901.0, 8875.0, 8835.0, 8864.0, 8836.0, 8821.0, 8862.0, 8840.0, 8860.0, 8889.0, 8863.0, 8906.0, 8891.0, 8866.0, 8936.0, 8892.0, 8919.0, 8888.0, 8855.0, 8917.0, 8871.0, 8872.0, 8901.0, 8854.0, 8910.0, 8875.0, 8818.0, 8892.0, 8862.0, 8835.0, 8892.0, 8857.0, 8826.0, 8881.0, 8857.0, 8884.0, 8883.0, 8859.0, 8888.0, 8885.0, 8846.0, 8918.0, 8886.0, 8859.0, 8933.0, 8872.0, 8828.0, 8914.0, 8855.0, 8838.0, 8895.0, 8840.0, 8841.0, 8883.0, 8860.0, 8884.0, 8864.0, 8837.0, 8880.0, 8866.0, 8825.0, 8913.0, 8871.0, 8843.0, 8885.0, 8861.0, 8861.0, 8890.0, 8866.0, 8866.0, 8893.0, 8868.0, 8923.0, 8894.0, 8866.0, 8955.0, 8914.0, 8862.0, 8935.0, 8875.0, 8845.0, 8902.0, 8874.0, 8887.0, 8902.0, 8872.0, 8855.0, 8884.0, 8856.0, 8873.0, 8899.0, 8859.0, 8878.0, 8889.0, 8847.0, 8886.0, 8872.0, 8859.0, 8889.0, 8886.0, 8862.0, 8922.0, 8889.0, 8862.0, 8919.0, 8882.0, 8841.0, 8857.0, 8904.0, 8874.0, 8859.0, 8920.0, 8857.0, 8846.0, 8914.0, 8869.0, 8844.0, 8900.0, 8869.0, 8829.0, 8900.0, 8873.0, 8830.0, 8898.0, 8856.0, 8830.0, 8913.0, 8856.0, 8833.0, 8913.0, 8860.0, 8847.0, 8900.0, 8860.0, 8832.0, 8906.0, 8878.0, 8877.0, 8903.0, 8873.0, 8862.0, 8889.0, 8866.0, 8901.0, 8904.0, 8861.0, 8921.0, 8891.0, 8862.0, 8917.0, 8888.0, 8847.0, 8921.0, 8893.0, 8871.0, 8932.0, 8872.0, 8829.0, 8916.0, 8873.0, 8830.0, 8901.0, 8870.0, 8835.0, 8919.0, 8876.0, 8889.0, 8903.0, 8876.0, 8863.0, 8891.0, 8863.0, 8904.0, 8873.0, 8844.0, 8916.0, 8876.0, 8865.0, 8919.0, 8871.0, 8871.0, 8883.0, 8858.0, 8887.0, 8883.0, 8840.0, 8885.0, 8871.0, 8830.0, 8931.0, 8870.0, 8840.0, 8913.0, 8856.0, 8855.0, 8896.0, 8853.0, 8880.0, 8849.0, 8820.0, 8894.0, 8847.0, 8823.0, 8882.0, 8840.0, 8845.0, 8884.0, 8855.0, 8858.0, 8885.0, 8847.0, 8905.0, 8876.0, 8845.0, 8935.0, 8876.0, 8848.0, 8904.0, 8861.0, 8898.0, 8883.0, 8837.0, 8900.0, 8868.0, 8828.0, 8916.0, 8883.0, 8827.0, 8916.0, 8855.0, 8829.0, 8898.0, 8866.0, 8827.0, 8904.0, 8887.0, 8870.0, 8912.0, 8880.0, 8856.0, 8895.0, 8870.0, 8903.0, 8876.0, 8847.0, 8919.0, 8874.0, 8875.0, 8897.0, 8857.0, 8901.0, 8866.0, 8826.0, 8930.0, 8875.0, 8841.0, 8896.0, 8853.0, 8853.0, 8865.0, 8837.0, 8866.0, 8865.0, 8852.0, 8928.0, 8874.0, 8841.0, 8898.0, 8856.0, 8883.0, 8869.0, 8840.0, 8897.0, 8850.0, 8877.0, 8845.0, 8841.0, 8915.0, 8885.0, 8840.0, 8897.0, 8872.0, 8860.0, 8899.0, 8857.0, 8884.0, 8885.0, 8844.0, 8919.0, 8885.0, 8898.0, 8883.0, 8840.0, 8865.0, 8864.0, 8842.0, 8842.0, 8901.0, 8875.0, 8848.0, 8905.0, 8860.0, 8934.0, 8884.0, 8866.0, 8880.0, 8837.0, 8876.0, 8847.0, 8818.0, 8893.0, 8846.0, 8833.0, 8845.0, 8838.0, 8890.0, 8850.0, 8808.0, 8866.0, 8841.0, 8875.0, 8876.0, 8850.0, 8933.0, 8891.0, 8847.0, 8902.0, 8859.0, 8917.0, 8885.0, 8869.0, 8916.0, 8861.0, 8913.0, 8881.0, 8839.0, 8895.0, 8852.0, 8828.0, 8913.0, 8857.0, 8827.0, 8898.0, 8860.0, 8847.0, 8904.0, 8859.0, 8903.0, 8903.0, 8859.0, 8917.0, 8872.0, 8857.0, 8914.0, 8870.0, 8897.0, 8850.0, 8837.0, 8911.0, 8849.0, 8807.0, 8892.0, 8852.0, 8824.0, 8881.0, 8859.0, 8843.0, 8868.0, 8841.0, 8885.0, 8856.0, 8828.0, 8917.0, 8869.0, 8843.0, 8884.0, 8845.0, 8914.0, 8867.0, 8824.0, 8881.0, 8838.0, 8882.0, 8866.0, 8824.0, 8895.0, 8868.0, 8826.0, 8900.0, 8858.0, 8847.0, 8875.0, 8847.0, 8916.0, 8878.0, 8871.0, 8948.0, 8865.0, 8861.0, 8902.0, 8863.0, 8844.0, 8919.0, 8863.0, 8875.0, 8907.0, 8882.0, 8894.0, 8902.0, 8845.0, 8934.0, 8885.0, 8845.0, 8917.0, 8873.0, 8845.0, 8903.0, 8874.0, 8916.0, 8884.0, 8829.0, 8915.0, 8855.0, 8859.0, 8898.0, 8851.0, 8865.0, 8863.0, 8837.0, 8894.0, 8850.0, 8841.0, 8898.0, 8859.0, 8861.0, 8888.0, 8845.0, 8920.0, 8874.0, 8901.0, 8869.0, 8852.0, 8911.0, 8873.0, 8845.0, 8883.0, 8856.0, 8871.0, 8881.0, 8855.0, 8888.0, 8874.0, 8860.0, 8919.0, 8873.0, 8848.0, 8916.0, 8881.0, 8908.0, 8887.0, 8850.0, 8916.0, 8872.0, 8843.0, 8918.0, 8874.0, 8850.0, 8919.0, 8875.0, 8896.0, 8927.0, 8859.0, 8892.0, 8872.0, 8828.0, 8876.0, 8894.0, 8900.0, 8861.0, 8848.0, 8920.0, 8890.0, 8864.0, 8893.0, 8903.0, 8898.0, 8921.0, 8917.0, 8885.0, 8840.0, 8898.0, 8870.0, 8828.0, 8916.0, 8871.0, 8832.0, 8901.0, 8872.0, 8846.0, 8935.0, 8909.0, 8860.0, 8913.0, 8871.0, 8843.0, 8913.0, 8871.0, 8841.0, 8915.0, 8857.0, 8838.0, 8892.0, 8850.0, 8821.0, 8894.0, 8854.0, 8825.0, 8897.0, 8870.0, 8842.0, 8896.0, 8852.0, 8826.0, 8872.0, 8889.0, 8866.0, 8849.0, 8934.0, 8890.0, 8848.0, 8917.0, 8875.0, 8854.0, 8924.0, 8870.0, 8843.0, 8843.0, 8883.0, 8858.0, 8846.0, 8921.0, 8876.0, 8857.0, 8870.0, 8894.0, 8866.0, 8883.0, 8912.0, 8880.0, 8885.0, 8927.0, 8895.0, 8896.0, 8920.0, 8890.0, 8918.0, 8905.0, 8856.0, 8913.0, 8869.0, 8855.0, 8883.0, 8881.0, 8841.0, 8874.0, 8884.0, 8843.0, 8915.0, 8882.0, 8854.0, 8855.0, 8883.0, 8861.0, 8880.0, 8902.0, 8855.0, 8843.0, 8906.0, 8856.0, 8841.0, 8916.0, 8868.0, 8826.0, 8916.0, 8870.0, 8843.0, 8914.0, 8850.0, 8823.0, 8897.0, 8854.0, 8825.0, 8901.0, 8854.0, 8825.0, 8903.0, 8877.0, 8870.0, 8912.0, 8869.0, 8849.0, 8923.0, 8855.0, 8858.0, 8896.0, 8857.0, 8860.0, 8907.0, 8865.0, 8891.0, 8901.0, 8861.0, 8901.0, 8881.0, 8858.0, 8917.0, 8885.0, 8842.0, 8914.0, 8870.0, 8829.0, 8916.0, 8868.0, 8841.0, 8900.0, 8871.0, 8829.0, 8912.0, 8858.0, 8830.0, 8918.0, 8882.0, 8891.0, 8906.0, 8872.0, 8845.0, 8895.0, 8858.0, 8856.0, 8905.0, 8848.0, 8905.0, 8889.0, 8864.0, 8911.0, 8872.0, 8850.0, 8921.0, 8872.0, 8831.0, 8887.0, 8873.0, 8867.0, 8918.0, 8903.0, 8864.0, 8921.0, 8872.0, 8842.0, 8914.0, 8855.0, 8840.0, 8881.0, 8840.0, 8856.0, 8868.0, 8845.0, 8912.0, 8872.0, 8832.0, 8902.0, 8866.0, 8882.0, 8879.0, 8848.0, 8919.0, 8872.0, 8848.0, 8907.0, 8886.0, 8912.0, 8894.0, 8866.0, 8952.0, 8900.0, 8891.0, 8938.0, 8879.0, 8876.0, 8900.0, 8858.0, 8904.0, 8888.0, 8847.0, 8941.0, 8895.0, 8870.0, 8924.0, 8878.0, 8920.0, 8888.0, 8848.0, 8920.0, 8878.0, 8909.0, 8894.0, 8866.0, 8936.0, 8876.0, 8858.0, 8886.0, 8863.0, 8900.0, 8869.0, 8842.0, 8900.0, 8860.0, 8876.0, 8872.0, 8844.0, 8901.0, 8854.0, 8856.0, 8869.0, 8843.0, 8912.0, 8871.0, 8843.0, 8905.0, 8866.0, 8924.0, 8888.0, 8862.0, 8904.0, 8863.0, 8919.0, 8887.0, 8857.0, 8918.0, 8871.0, 8861.0, 8899.0, 8857.0, 8884.0, 8869.0, 8844.0, 8903.0, 8886.0, 8865.0, 8904.0, 8873.0, 8848.0, 8934.0, 8888.0, 8846.0, 8902.0, 8861.0, 8852.0, 8907.0, 8865.0, 8892.0, 8873.0, 8834.0, 8919.0, 8880.0, 8852.0, 8925.0, 8881.0, 8869.0, 8910.0, 8883.0, 8898.0, 8896.0, 8852.0, 8939.0, 8892.0, 8937.0, 8906.0, 8887.0, 8904.0, 8857.0, 8885.0, 8868.0, 8845.0, 8913.0, 8856.0, 8828.0, 8888.0, 8864.0, 8904.0, 8873.0, 8837.0, 8920.0, 8882.0, 8928.0, 8899.0, 8870.0, 8922.0, 8897.0, 8883.0, 8941.0, 8902.0, 8897.0, 8913.0, 8874.0, 8853.0, 8883.0, 8842.0, 8889.0, 8873.0, 8849.0, 8879.0, 8880.0, 8854.0, 8942.0, 8899.0, 8870.0, 8942.0, 8897.0, 8928.0, 8911.0, 8880.0, 8940.0, 8905.0, 8931.0, 8897.0, 8865.0, 8900.0, 8856.0, 8929.0, 8879.0, 8835.0, 8879.0, 8850.0, 8845.0, 8869.0, 8839.0, 8924.0, 8881.0, 8864.0, 8871.0, 8846.0, 8914.0, 8873.0, 8873.0, 8902.0, 8862.0, 8934.0, 8899.0, 8884.0, 8878.0, 8824.0, 8912.0, 8864.0, 8835.0, 8879.0, 8839.0, 8899.0, 8857.0, 8826.0, 8894.0, 8857.0, 8858.0, 8869.0, 8831.0, 8912.0, 8871.0, 8857.0, 8883.0, 8840.0, 8915.0, 8868.0, 8868.0, 8881.0, 8859.0, 8904.0, 8870.0, 8841.0, 8902.0, 8882.0, 8870.0, 8895.0, 8855.0, 8865.0, 8874.0, 8849.0, 8889.0, 8859.0, 8849.0, 8920.0, 8894.0, 8923.0, 8894.0, 8848.0, 8901.0, 8877.0, 8920.0, 8871.0, 8858.0, 8902.0, 8859.0, 8887.0, 8858.0, 8845.0, 8917.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.000251719696969697</td></tr>
<tr><td colspan=3>aqi</td><td>0.024951080075757578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.0383391477255</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1260345737149358</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9708168288476104</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>3751.3862</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07813782795059993</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.106060606060606</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.667216336704358</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.703126208279722</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7582376615112167</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.540285140322135</td></tr>
<tr><td colspan=3>gcor</td><td>0.00524673</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002817088272422552</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01693817600607872</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.900952336183167</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>26.6757</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7458</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.3731</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298932.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.1535</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4326</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.0849</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3166.2823</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.6297</td></tr>
<tr><td colspan=3>tsnr</td><td>37.44484997354448</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>