<?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-02_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-02_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-02_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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_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-02_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-02_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-02_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-02_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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-02_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-02_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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_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-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-02_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-02_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-fractional_acq-mb8_run-02_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-02_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>c5713d1b02d5fbd9fda768d3f223ac91</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:57:37.530000</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-02_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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</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>47b11433-7be4-4faa-85ca-cde48902b3d7||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': ['145737.530000', '145737.990000', '145738.450000', '145738.910000', '145739.370000', '145739.830000', '145740.290000', '145740.750000', '145741.210000', '145741.670000', '145742.130000', '145742.590000', '145743.050000', '145743.510000', '145743.970000', '145744.430000', '145744.890000', '145745.350000', '145745.810000', '145746.270000', '145746.730000', '145747.190000', '145747.650000', '145748.110000', '145748.570000', '145749.030000', '145749.490000', '145749.950000', '145750.410000', '145750.870000', '145751.330000', '145751.790000', '145752.250000', '145752.710000', '145753.170000', '145753.630000', '145754.090000', '145754.550000', '145755.010000', '145755.470000', '145755.930000', '145756.390000', '145756.850000', '145757.310000', '145757.770000', '145758.230000', '145758.690000', '145759.150000', '145759.610000', '145800.070000', '145800.530000', '145800.990000', '145801.450000', '145801.910000', '145802.370000', '145802.830000', '145803.290000', '145803.750000', '145804.210000', '145804.670000', '145805.130000', '145805.590000', '145806.050000', '145806.510000', '145806.970000', '145807.430000', '145807.890000', '145808.350000', '145808.810000', '145809.270000', '145809.730000', '145810.190000', '145810.650000', '145811.110000', '145811.570000', '145812.030000', '145812.490000', '145812.950000', '145813.410000', '145813.870000', '145814.330000', '145814.790000', '145815.250000', '145815.710000', '145816.170000', '145816.630000', '145817.090000', '145817.550000', '145818.010000', '145818.470000', '145818.930000', '145819.390000', '145819.850000', '145820.310000', '145820.770000', '145821.230000', '145821.690000', '145822.150000', '145822.610000', '145823.070000', '145823.530000', '145823.990000', '145824.450000', '145824.910000', '145825.370000', '145825.830000', '145826.290000', '145826.750000', '145827.210000', '145827.670000', '145828.130000', '145828.590000', '145829.050000', '145829.510000', '145829.970000', '145830.430000', '145830.890000', '145831.350000', '145831.810000', '145832.270000', '145832.730000', '145833.190000', '145833.650000', '145834.110000', '145834.570000', '145835.030000', '145835.490000', '145835.950000', '145836.410000', '145836.870000', '145837.330000', '145837.790000', '145838.250000', '145838.710000', '145839.170000', '145839.630000', '145840.090000', '145840.550000', '145841.010000', '145841.470000', '145841.930000', '145842.390000', '145842.850000', '145843.310000', '145843.770000', '145844.230000', '145844.690000', '145845.150000', '145845.610000', '145846.070000', '145846.530000', '145846.990000', '145847.450000', '145847.910000', '145848.370000', '145848.830000', '145849.290000', '145849.750000', '145850.210000', '145850.670000', '145851.130000', '145851.590000', '145852.050000', '145852.510000', '145852.970000', '145853.430000', '145853.890000', '145854.350000', '145854.810000', '145855.270000', '145855.730000', '145856.190000', '145856.650000', '145857.110000', '145857.570000', '145858.030000', '145858.490000', '145858.950000', '145859.410000', '145859.870000', '145900.330000', '145900.790000', '145901.250000', '145901.710000', '145902.170000', '145902.630000', '145903.090000', '145903.550000', '145904.010000', '145904.470000', '145904.930000', '145905.390000', '145905.850000', '145906.310000', '145906.770000', '145907.230000', '145907.690000', '145908.150000', '145908.610000', '145909.070000', '145909.530000', '145909.990000', '145910.450000', '145910.910000', '145911.370000', '145911.830000', '145912.290000', '145912.750000', '145913.210000', '145913.670000', '145914.130000', '145914.590000', '145915.050000', '145915.510000', '145915.970000', '145916.430000', '145916.890000', '145917.350000', '145917.810000', '145918.270000', '145918.730000', '145919.190000', '145919.650000', '145920.110000', '145920.570000', '145921.030000', '145921.490000', '145921.950000', '145922.410000', '145922.870000', '145923.330000', '145923.790000', '145924.250000', '145924.710000', '145925.170000', '145925.630000', '145926.090000', '145926.550000', '145927.010000', '145927.470000', '145927.930000', '145928.390000', '145928.850000', '145929.310000', '145929.770000', '145930.230000', '145930.690000', '145931.150000', '145931.610000', '145932.070000', '145932.530000', '145932.990000', '145933.450000', '145933.910000', '145934.370000', '145934.830000', '145935.290000', '145935.750000', '145936.210000', '145936.670000', '145937.130000', '145937.590000', '145938.050000', '145938.510000', '145938.970000', '145939.430000', '145939.890000', '145940.350000', '145940.810000', '145941.270000', '145941.730000', '145942.190000', '145942.650000', '145943.110000', '145943.570000', '145944.030000', '145944.490000', '145944.950000', '145945.410000', '145945.870000', '145946.330000', '145946.790000', '145947.250000', '145947.710000', '145948.170000', '145948.630000', '145949.090000', '145949.550000', '145950.010000', '145950.470000', '145950.930000', '145951.390000', '145951.850000', '145952.310000', '145952.770000', '145953.230000', '145953.690000', '145954.150000', '145954.610000', '145955.070000', '145955.530000', '145955.990000', '145956.450000', '145956.910000', '145957.370000', '145957.830000', '145958.290000', '145958.750000', '145959.210000', '145959.670000', '150000.130000', '150000.590000', '150001.050000', '150001.510000', '150001.970000', '150002.430000', '150002.890000', '150003.350000', '150003.810000', '150004.270000', '150004.730000', '150005.190000', '150005.650000', '150006.110000', '150006.570000', '150007.030000', '150007.490000', '150007.950000', '150008.410000', '150008.870000', '150009.330000', '150009.790000', '150010.250000', '150010.710000', '150011.170000', '150011.630000', '150012.090000', '150012.550000', '150013.010000', '150013.470000', '150013.930000', '150014.390000', '150014.850000', '150015.310000', '150015.770000', '150016.230000', '150016.690000', '150017.150000', '150017.610000', '150018.070000', '150018.530000', '150018.990000', '150019.450000', '150019.910000', '150020.370000', '150020.830000', '150021.290000', '150021.750000', '150022.210000', '150022.670000', '150023.130000', '150023.590000', '150024.050000', '150024.510000', '150024.970000', '150025.430000', '150025.890000', '150026.350000', '150026.810000', '150027.270000', '150027.730000', '150028.190000', '150028.650000', '150029.110000', '150029.570000', '150030.030000', '150030.490000', '150030.950000', '150031.410000', '150031.870000', '150032.330000', '150032.790000', '150033.250000', '150033.710000', '150034.170000', '150034.630000', '150035.090000', '150035.550000', '150036.010000', '150036.470000', '150036.930000', '150037.390000', '150037.850000', '150038.310000', '150038.770000', '150039.230000', '150039.690000', '150040.150000', '150040.610000', '150041.070000', '150041.530000', '150041.990000', '150042.450000', '150042.910000', '150043.370000', '150043.830000', '150044.290000', '150044.750000', '150045.210000', '150045.670000', '150046.130000', '150046.590000', '150047.050000', '150047.510000', '150047.970000', '150048.430000', '150048.890000', '150049.350000', '150049.810000', '150050.270000', '150050.730000', '150051.190000', '150051.650000', '150052.110000', '150052.570000', '150053.030000', '150053.490000', '150053.950000', '150054.410000', '150054.870000', '150055.330000', '150055.790000', '150056.250000', '150056.710000', '150057.170000', '150057.630000', '150058.090000', '150058.550000', '150059.010000', '150059.470000', '150059.930000', '150100.390000', '150100.850000', '150101.310000', '150101.770000', '150102.230000', '150102.690000', '150103.150000', '150103.610000', '150104.070000', '150104.530000', '150104.990000', '150105.450000', '150105.910000', '150106.370000', '150106.830000', '150107.290000', '150107.750000', '150108.210000', '150108.670000', '150109.130000', '150109.590000', '150110.050000', '150110.510000', '150110.970000', '150111.430000', '150111.890000', '150112.350000', '150112.810000', '150113.270000', '150113.730000', '150114.190000', '150114.650000', '150115.110000', '150115.570000', '150116.030000', '150116.490000', '150116.950000', '150117.410000', '150117.870000', '150118.330000', '150118.790000', '150119.250000', '150119.710000', '150120.170000', '150120.630000', '150121.090000', '150121.550000', '150122.010000', '150122.470000', '150122.930000', '150123.390000', '150123.850000', '150124.310000', '150124.770000', '150125.230000', '150125.690000', '150126.150000', '150126.610000', '150127.070000', '150127.530000', '150127.990000', '150128.450000', '150128.910000', '150129.370000', '150129.830000', '150130.290000', '150130.750000', '150131.210000', '150131.670000', '150132.130000', '150132.590000', '150133.050000', '150133.510000', '150133.970000', '150134.430000', '150134.890000', '150135.350000', '150135.810000', '150136.270000', '150136.730000', '150137.190000', '150137.650000', '150138.110000', '150138.570000', '150139.030000', '150139.490000', '150139.950000', '150140.410000', '150140.870000', '150141.330000', '150141.790000', '150142.250000', '150142.710000', '150143.170000', '150143.630000', '150144.090000', '150144.550000', '150145.010000', '150145.470000', '150145.930000', '150146.390000', '150146.850000', '150147.310000', '150147.770000', '150148.230000', '150148.690000', '150149.150000', '150149.610000', '150150.070000', '150150.530000', '150150.990000', '150151.450000', '150151.910000', '150152.370000', '150152.830000', '150153.290000', '150153.750000', '150154.210000', '150154.670000', '150155.130000', '150155.590000', '150156.050000', '150156.510000', '150156.970000', '150157.430000', '150157.890000', '150158.350000', '150158.810000', '150159.270000', '150159.730000', '150200.190000', '150200.650000', '150201.110000', '150201.570000', '150202.030000', '150202.490000', '150202.950000', '150203.410000', '150203.870000', '150204.330000', '150204.790000', '150205.250000', '150205.710000', '150206.170000', '150206.630000', '150207.090000', '150207.550000', '150208.010000', '150208.470000', '150208.930000', '150209.390000', '150209.850000', '150210.310000', '150210.770000', '150211.230000', '150211.690000', '150212.150000', '150212.610000', '150213.070000', '150213.530000', '150213.990000', '150214.450000', '150214.910000', '150215.370000', '150215.830000', '150216.290000', '150216.750000', '150217.210000', '150217.670000', '150218.130000', '150218.590000', '150219.050000', '150219.510000', '150219.970000', '150220.430000', '150220.890000', '150221.350000', '150221.810000', '150222.270000', '150222.730000', '150223.190000', '150223.650000', '150224.110000', '150224.570000', '150225.030000', '150225.490000', '150225.950000', '150226.410000', '150226.870000', '150227.330000', '150227.790000', '150228.250000', '150228.710000', '150229.170000', '150229.630000', '150230.090000', '150230.550000', '150231.010000', '150231.470000', '150231.930000', '150232.390000', '150232.850000', '150233.310000', '150233.770000', '150234.230000', '150234.690000', '150235.150000', '150235.610000', '150236.070000', '150236.530000', '150236.990000', '150237.450000', '150237.910000', '150238.370000', '150238.830000', '150239.290000', '150239.750000', '150240.210000', '150240.670000', '150241.130000', '150241.590000', '150242.050000', '150242.510000', '150242.970000', '150243.430000', '150243.890000', '150244.350000', '150244.810000', '150245.270000', '150245.730000', '150246.190000', '150246.650000', '150247.110000', '150247.570000', '150248.030000', '150248.490000', '150248.950000', '150249.410000', '150249.870000', '150250.330000', '150250.790000', '150251.250000', '150251.710000', '150252.170000', '150252.630000', '150253.090000', '150253.550000', '150254.010000', '150254.470000', '150254.930000', '150255.390000', '150255.850000', '150256.310000', '150256.770000', '150257.230000', '150257.690000', '150258.150000', '150258.610000', '150259.070000', '150259.530000', '150259.990000', '150300.450000', '150300.910000', '150301.370000', '150301.830000', '150302.290000', '150302.750000', '150303.210000', '150303.670000', '150304.130000', '150304.590000', '150305.050000', '150305.510000', '150305.970000', '150306.430000', '150306.890000', '150307.350000', '150307.810000', '150308.270000', '150308.730000', '150309.190000', '150309.650000', '150310.110000', '150310.570000', '150311.030000', '150311.490000', '150311.950000', '150312.410000', '150312.870000', '150313.330000', '150313.790000', '150314.250000', '150314.710000', '150315.170000', '150315.630000', '150316.090000', '150316.550000', '150317.010000', '150317.470000', '150317.930000', '150318.390000', '150318.850000', '150319.310000', '150319.770000', '150320.230000', '150320.690000', '150321.150000', '150321.610000', '150322.070000', '150322.530000', '150322.990000', '150323.450000', '150323.910000', '150324.370000', '150324.830000', '150325.290000', '150325.750000', '150326.210000', '150326.670000', '150327.130000', '150327.590000', '150328.050000', '150328.510000', '150328.970000', '150329.430000', '150329.890000', '150330.350000', '150330.810000', '150331.270000', '150331.730000', '150332.190000', '150332.650000', '150333.110000', '150333.570000', '150334.030000', '150334.490000', '150334.950000', '150335.410000', '150335.870000', '150336.330000', '150336.790000', '150337.250000', '150337.710000', '150338.170000', '150338.630000', '150339.090000', '150339.550000', '150340.010000', '150340.470000', '150340.930000', '150341.390000', '150341.850000', '150342.310000', '150342.770000', '150343.230000', '150343.690000', '150344.150000', '150344.610000', '150345.070000', '150345.530000', '150345.990000', '150346.450000', '150346.910000', '150347.370000', '150347.830000', '150348.290000', '150348.750000', '150349.210000', '150349.670000', '150350.130000', '150350.590000', '150351.050000', '150351.510000', '150351.970000', '150352.430000', '150352.890000', '150353.350000', '150353.810000', '150354.270000', '150354.730000', '150355.190000', '150355.650000', '150356.110000', '150356.570000', '150357.030000', '150357.490000', '150357.950000', '150358.410000', '150358.870000', '150359.330000', '150359.790000', '150400.250000', '150400.710000', '150401.170000', '150401.630000', '150402.090000', '150402.550000', '150403.010000', '150403.470000', '150403.930000', '150404.390000', '150404.850000', '150405.310000', '150405.770000', '150406.230000', '150406.690000', '150407.150000', '150407.610000', '150408.070000', '150408.530000', '150408.990000', '150409.450000', '150409.910000', '150410.370000', '150410.830000', '150411.290000', '150411.750000', '150412.210000', '150412.670000', '150413.130000', '150413.590000', '150414.050000', '150414.510000', '150414.970000', '150415.430000', '150415.890000', '150416.350000', '150416.810000', '150417.270000', '150417.730000', '150418.190000', '150418.650000', '150419.110000', '150419.570000', '150420.030000', '150420.490000', '150420.950000', '150421.410000', '150421.870000', '150422.330000', '150422.790000', '150423.250000', '150423.710000', '150424.170000', '150424.630000', '150425.090000', '150425.550000', '150426.010000', '150426.470000', '150426.930000', '150427.390000', '150427.850000', '150428.310000', '150428.770000', '150429.230000', '150429.690000', '150430.150000', '150430.610000', '150431.070000', '150431.530000', '150431.990000', '150432.450000', '150432.910000', '150433.370000', '150433.830000', '150434.290000', '150434.750000', '150435.210000', '150435.670000', '150436.130000', '150436.590000', '150437.050000', '150437.510000', '150437.970000', '150438.430000', '150438.890000', '150439.350000', '150439.810000', '150440.270000', '150440.730000', '150441.190000', '150441.650000', '150442.110000', '150442.570000', '150443.030000', '150443.490000', '150443.950000', '150444.410000', '150444.870000', '150445.330000', '150445.790000', '150446.250000', '150446.710000', '150447.170000', '150447.630000', '150448.090000', '150448.550000', '150449.010000', '150449.470000', '150449.930000', '150450.390000', '150450.850000', '150451.310000', '150451.770000', '150452.230000', '150452.690000', '150453.150000', '150453.610000', '150454.070000', '150454.530000', '150454.990000', '150455.450000', '150455.910000', '150456.370000', '150456.830000', '150457.290000', '150457.750000', '150458.210000', '150458.670000', '150459.130000', '150459.590000', '150500.050000', '150500.510000', '150500.970000', '150501.430000', '150501.890000', '150502.350000', '150502.810000', '150503.270000', '150503.730000', '150504.190000', '150504.650000', '150505.110000', '150505.570000', '150506.030000', '150506.490000', '150506.950000', '150507.410000', '150507.870000', '150508.330000', '150508.790000', '150509.250000', '150509.710000', '150510.170000', '150510.630000', '150511.090000', '150511.550000', '150512.010000', '150512.470000', '150512.930000', '150513.390000', '150513.850000', '150514.310000', '150514.770000', '150515.230000', '150515.690000', '150516.150000', '150516.610000', '150517.070000', '150517.530000', '150517.990000', '150518.450000', '150518.910000', '150519.370000', '150519.830000', '150520.290000', '150520.750000', '150521.210000', '150521.670000', '150522.130000', '150522.590000', '150523.050000', '150523.510000', '150523.970000', '150524.430000', '150524.890000', '150525.350000', '150525.810000', '150526.270000', '150526.730000', '150527.190000', '150527.650000', '150528.110000', '150528.570000', '150529.030000', '150529.490000', '150529.950000', '150530.410000', '150530.870000', '150531.330000', '150531.790000', '150532.250000', '150532.710000', '150533.170000', '150533.630000', '150534.090000', '150534.550000', '150535.010000', '150535.470000', '150535.930000', '150536.390000', '150536.850000', '150537.310000', '150537.770000', '150538.230000', '150538.690000', '150539.150000', '150539.610000', '150540.070000', '150540.530000', '150540.990000', '150541.450000', '150541.910000', '150542.370000', '150542.830000', '150543.290000', '150543.750000', '150544.210000', '150544.670000', '150545.130000', '150545.590000', '150546.050000', '150546.510000', '150546.970000', '150547.430000', '150547.890000', '150548.350000', '150548.810000', '150549.270000', '150549.730000', '150550.190000', '150550.650000', '150551.110000', '150551.570000', '150552.030000', '150552.490000', '150552.950000', '150553.410000', '150553.870000', '150554.330000', '150554.790000', '150555.250000', '150555.710000', '150556.170000', '150556.630000', '150557.090000', '150557.550000', '150558.010000', '150558.470000', '150558.930000', '150559.390000', '150559.850000', '150600.310000', '150600.770000', '150601.230000', '150601.690000', '150602.150000', '150602.610000', '150603.070000', '150603.530000', '150603.990000', '150604.450000', '150604.910000', '150605.370000', '150605.830000', '150606.290000', '150606.750000', '150607.210000', '150607.670000', '150608.130000', '150608.590000', '150609.050000', '150609.510000', '150609.970000', '150610.430000', '150610.890000', '150611.350000', '150611.810000', '150612.270000', '150612.730000', '150613.190000', '150613.650000', '150614.110000', '150614.570000', '150615.030000', '150615.490000', '150615.950000', '150616.410000', '150616.870000', '150617.330000', '150617.790000', '150618.250000', '150618.710000', '150619.170000', '150619.630000', '150620.090000', '150620.550000', '150621.010000', '150621.470000', '150621.930000', '150622.390000', '150622.850000', '150623.310000', '150623.770000', '150624.230000', '150624.690000', '150625.150000', '150625.610000', '150626.070000', '150626.530000', '150626.990000', '150627.450000', '150627.910000', '150628.370000', '150628.830000', '150629.290000', '150629.750000', '150630.210000', '150630.670000', '150631.130000', '150631.590000', '150632.050000', '150632.510000', '150632.970000', '150633.430000', '150633.890000', '150634.350000', '150634.810000', '150635.270000', '150635.730000', '150636.190000', '150636.650000', '150637.110000', '150637.570000', '150638.030000', '150638.490000', '150638.950000', '150639.410000', '150639.870000', '150640.330000', '150640.790000', '150641.250000', '150641.710000', '150642.170000', '150642.630000', '150643.090000', '150643.550000', '150644.010000', '150644.470000', '150644.930000', '150645.390000', '150645.850000', '150646.310000', '150646.770000', '150647.230000', '150647.690000', '150648.150000', '150648.610000', '150649.070000', '150649.530000', '150649.990000', '150650.450000', '150650.910000', '150651.370000', '150651.830000', '150652.290000', '150652.750000', '150653.210000', '150653.670000', '150654.130000', '150654.590000', '150655.050000', '150655.510000', '150655.970000', '150656.430000', '150656.890000', '150657.350000', '150657.810000', '150658.270000', '150658.730000', '150659.190000', '150659.650000', '150700.110000', '150700.570000', '150701.030000', '150701.490000', '150701.950000', '150702.410000', '150702.870000', '150703.330000', '150703.790000', '150704.250000', '150704.710000', '150705.170000', '150705.630000', '150706.090000', '150706.550000', '150707.010000', '150707.470000', '150707.930000', '150708.390000', '150708.850000', '150709.310000', '150709.770000', '150710.230000', '150710.690000', '150711.150000', '150711.610000', '150712.070000', '150712.530000', '150712.990000', '150713.450000', '150713.910000', '150714.370000', '150714.830000', '150715.290000', '150715.750000', '150716.210000', '150716.670000', '150717.130000', '150717.590000', '150718.050000', '150718.510000', '150718.970000', '150719.430000', '150719.890000', '150720.350000', '150720.810000', '150721.270000', '150721.730000', '150722.190000', '150722.650000', '150723.110000', '150723.570000', '150724.030000', '150724.490000', '150724.950000', '150725.410000', '150725.870000', '150726.330000', '150726.790000', '150727.250000', '150727.710000', '150728.170000', '150728.630000', '150729.090000', '150729.550000', '150730.010000', '150730.470000', '150730.930000', '150731.390000', '150731.850000', '150732.310000', '150732.770000', '150733.230000', '150733.690000', '150734.150000', '150734.610000', '150735.070000', '150735.530000', '150735.990000', '150736.450000', '150736.910000', '150737.370000', '150737.830000', '150738.290000', '150738.750000', '150739.210000', '150739.670000', '150740.130000', '150740.590000', '150741.050000', '150741.510000', '150741.970000', '150742.430000', '150742.890000', '150743.350000', '150743.810000', '150744.270000', '150744.730000', '150745.190000'], 'ContentTime': ['145749.338000', '145749.345000', '145749.347000', '145749.350000', '145749.353000', '145749.359000', '145749.362000', '145749.365000', '145749.367000', '145749.370000', '145749.372000', '145749.375000', '145749.377000', '145749.380000', '145749.383000', '145749.385000', '145749.388000', '145749.390000', '145749.393000', '145749.395000', '145749.398000', '145749.400000', '145749.405000', '145809.295000', '145809.298000', '145809.301000', '145809.303000', '145809.306000', '145809.308000', '145809.311000', '145809.313000', '145809.316000', '145809.318000', '145809.321000', '145809.323000', '145809.326000', '145809.328000', '145809.331000', '145809.333000', '145809.336000', '145809.338000', '145809.341000', '145809.344000', '145809.346000', '145809.349000', '145809.351000', '145809.354000', '145809.356000', '145809.359000', '145809.362000', '145809.365000', '145809.368000', '145809.371000', '145809.373000', '145809.376000', '145809.378000', '145809.381000', '145809.383000', '145809.386000', '145809.389000', '145809.391000', '145809.394000', '145809.396000', '145809.399000', '145809.401000', '145809.404000', '145829.295000', '145829.298000', '145829.301000', '145829.303000', '145829.306000', '145829.308000', '145829.311000', '145829.314000', '145829.316000', '145829.319000', '145829.321000', '145829.324000', '145829.326000', '145829.329000', '145829.331000', '145829.334000', '145829.337000', '145829.339000', '145829.342000', '145829.344000', '145829.347000', '145829.349000', '145829.352000', '145829.354000', '145829.357000', '145829.359000', '145829.362000', '145829.365000', '145829.367000', '145829.370000', '145829.372000', '145829.375000', '145829.378000', '145829.380000', '145829.383000', '145829.385000', '145829.388000', '145829.390000', '145829.393000', '145829.395000', '145829.398000', '145829.400000', '145829.408000', '145829.411000', '145849.296000', '145849.298000', '145849.301000', '145849.304000', '145849.306000', '145849.309000', '145849.311000', '145849.314000', '145849.317000', '145849.319000', '145849.322000', '145849.324000', '145849.327000', '145849.330000', '145849.332000', '145849.335000', '145849.337000', '145849.340000', '145849.343000', '145849.345000', '145849.348000', '145849.350000', '145849.353000', '145849.355000', '145849.358000', '145849.361000', '145849.363000', '145849.366000', '145849.368000', '145849.371000', '145849.374000', '145849.377000', '145849.381000', '145849.383000', '145849.386000', '145849.388000', '145849.391000', '145849.394000', '145849.397000', '145849.399000', '145849.402000', '145849.404000', '145849.407000', '145909.295000', '145909.298000', '145909.301000', '145909.303000', '145909.306000', '145909.308000', '145909.311000', '145909.314000', '145909.316000', '145909.319000', '145909.321000', '145909.324000', '145909.326000', '145909.329000', '145909.332000', '145909.334000', '145909.337000', '145909.339000', '145909.342000', '145909.344000', '145909.347000', '145909.350000', '145909.352000', '145909.355000', '145909.357000', '145909.360000', '145909.362000', '145909.365000', '145909.367000', '145909.370000', '145909.373000', '145909.375000', '145909.378000', '145909.380000', '145909.383000', '145909.386000', '145909.388000', '145909.391000', '145909.394000', '145909.396000', '145909.399000', '145909.401000', '145909.404000', '145909.406000', '145929.295000', '145929.298000', '145929.301000', '145929.303000', '145929.306000', '145929.308000', '145929.311000', '145929.314000', '145929.316000', '145929.319000', '145929.321000', '145929.324000', '145929.327000', '145929.329000', '145929.341000', '145929.344000', '145929.346000', '145929.349000', '145929.352000', '145929.354000', '145929.357000', '145929.359000', '145929.362000', '145929.365000', '145929.367000', '145929.370000', '145929.372000', '145929.375000', '145929.378000', '145929.380000', '145929.383000', '145929.385000', '145929.388000', '145929.390000', '145929.393000', '145929.396000', '145929.398000', '145929.401000', '145929.404000', '145929.406000', '145929.409000', '145929.412000', '145929.414000', '145949.295000', '145949.298000', '145949.301000', '145949.303000', '145949.306000', '145949.309000', '145949.311000', '145949.314000', '145949.316000', '145949.319000', '145949.321000', '145949.324000', '145949.326000', '145949.329000', '145949.332000', '145949.334000', '145949.337000', '145949.339000', '145949.342000', '145949.344000', '145949.347000', '145949.349000', '145949.352000', '145949.354000', '145949.357000', '145949.360000', '145949.362000', '145949.365000', '145949.367000', '145949.370000', '145949.372000', '145949.375000', '145949.377000', '145949.380000', '145949.383000', '145949.385000', '145949.388000', '145949.390000', '145949.393000', '145949.396000', '145949.398000', '145949.401000', '145949.404000', '145949.406000', '150009.295000', '150009.298000', '150009.301000', '150009.303000', '150009.306000', '150009.309000', '150009.311000', '150009.314000', '150009.316000', '150009.319000', '150009.321000', '150009.324000', '150009.327000', '150009.329000', '150009.332000', '150009.334000', '150009.337000', '150009.340000', '150009.342000', '150009.345000', '150009.347000', '150009.350000', '150009.352000', '150009.355000', '150009.358000', '150009.360000', '150009.363000', '150009.366000', '150009.368000', '150009.371000', '150009.373000', '150009.376000', '150009.378000', '150009.381000', '150009.383000', '150009.386000', '150009.389000', '150009.391000', '150009.394000', '150009.396000', '150009.399000', '150009.402000', '150009.404000', '150029.295000', '150029.298000', '150029.301000', '150029.303000', '150029.306000', '150029.308000', '150029.311000', '150029.314000', '150029.316000', '150029.319000', '150029.321000', '150029.324000', '150029.327000', '150029.329000', '150029.332000', '150029.335000', '150029.337000', '150029.340000', '150029.342000', '150029.345000', '150029.348000', '150029.350000', '150029.353000', '150029.355000', '150029.358000', '150029.361000', '150029.363000', '150029.366000', '150029.369000', '150029.371000', '150029.374000', '150029.376000', '150029.379000', '150029.382000', '150029.384000', '150029.387000', '150029.389000', '150029.392000', '150029.394000', '150029.397000', '150029.400000', '150029.402000', '150029.405000', '150029.407000', '150049.295000', '150049.298000', '150049.301000', '150049.303000', '150049.306000', '150049.308000', '150049.311000', '150049.314000', '150049.316000', '150049.319000', '150049.321000', '150049.324000', '150049.327000', '150049.329000', '150049.332000', '150049.334000', '150049.337000', '150049.340000', '150049.342000', '150049.345000', '150049.347000', '150049.350000', '150049.352000', '150049.355000', '150049.358000', '150049.360000', '150049.363000', '150049.366000', '150049.368000', '150049.371000', '150049.373000', '150049.376000', '150049.378000', '150049.381000', '150049.384000', '150049.386000', '150049.389000', '150049.391000', '150049.394000', '150049.397000', '150049.399000', '150049.402000', '150049.405000', '150109.296000', '150109.298000', '150109.301000', '150109.304000', '150109.306000', '150109.309000', '150109.311000', '150109.314000', '150109.316000', '150109.319000', '150109.322000', '150109.324000', '150109.327000', '150109.329000', '150109.332000', '150109.335000', '150109.337000', '150109.340000', '150109.343000', '150109.345000', '150109.348000', '150109.350000', '150109.353000', '150109.356000', '150109.358000', '150109.361000', '150109.364000', '150109.366000', '150109.369000', '150109.371000', '150109.374000', '150109.376000', '150109.379000', '150109.381000', '150109.384000', '150109.387000', '150109.389000', '150109.392000', '150109.394000', '150109.397000', '150109.399000', '150109.402000', '150109.405000', '150129.295000', '150129.298000', '150129.301000', '150129.303000', '150129.306000', '150129.308000', '150129.311000', '150129.313000', '150129.316000', '150129.319000', '150129.321000', '150129.324000', '150129.326000', '150129.329000', '150129.332000', '150129.334000', '150129.337000', '150129.339000', '150129.342000', '150129.345000', '150129.347000', '150129.350000', '150129.352000', '150129.355000', '150129.357000', '150129.360000', '150129.363000', '150129.365000', '150129.368000', '150129.370000', '150129.373000', '150129.376000', '150129.378000', '150129.381000', '150129.383000', '150129.386000', '150129.388000', '150129.391000', '150129.393000', '150129.396000', '150129.399000', '150129.401000', '150129.404000', '150129.406000', '150149.295000', '150149.298000', '150149.301000', '150149.303000', '150149.306000', '150149.308000', '150149.311000', '150149.313000', '150149.316000', '150149.319000', '150149.321000', '150149.324000', '150149.326000', '150149.329000', '150149.331000', '150149.334000', '150149.337000', '150149.339000', '150149.342000', '150149.345000', '150149.347000', '150149.350000', '150149.352000', '150149.355000', '150149.358000', '150149.360000', '150149.363000', '150149.366000', '150149.368000', '150149.371000', '150149.373000', '150149.376000', '150149.378000', '150149.381000', '150149.383000', '150149.386000', '150149.389000', '150149.391000', '150149.394000', '150149.396000', '150149.399000', '150149.402000', '150149.404000', '150149.407000', '150209.295000', '150209.298000', '150209.301000', '150209.303000', '150209.306000', '150209.309000', '150209.311000', '150209.314000', '150209.316000', '150209.319000', '150209.321000', '150209.324000', '150209.327000', '150209.329000', '150209.332000', '150209.334000', '150209.337000', '150209.340000', '150209.342000', '150209.345000', '150209.347000', '150209.350000', '150209.353000', '150209.355000', '150209.358000', '150209.360000', '150209.363000', '150209.366000', '150209.368000', '150209.371000', '150209.373000', '150209.376000', '150209.378000', '150209.381000', '150209.384000', '150209.386000', '150209.389000', '150209.391000', '150209.394000', '150209.397000', '150209.399000', '150209.402000', '150209.405000', '150229.295000', '150229.298000', '150229.301000', '150229.303000', '150229.306000', '150229.308000', '150229.311000', '150229.314000', '150229.317000', '150229.321000', '150229.323000', '150229.326000', '150229.329000', '150229.331000', '150229.334000', '150229.337000', '150229.339000', '150229.342000', '150229.344000', '150229.347000', '150229.350000', '150229.365000', '150229.367000', '150229.370000', '150229.373000', '150229.375000', '150229.378000', '150229.380000', '150229.383000', '150229.386000', '150229.389000', '150229.391000', '150229.394000', '150229.396000', '150229.399000', '150229.402000', '150229.405000', '150229.407000', '150229.410000', '150229.412000', '150229.415000', '150229.418000', '150229.420000', '150229.423000', '150249.295000', '150249.298000', '150249.301000', '150249.303000', '150249.306000', '150249.308000', '150249.311000', '150249.314000', '150249.316000', '150249.319000', '150249.321000', '150249.324000', '150249.327000', '150249.329000', '150249.332000', '150249.334000', '150249.337000', '150249.339000', '150249.342000', '150249.344000', '150249.347000', '150249.350000', '150249.352000', '150249.355000', '150249.358000', '150249.360000', '150249.363000', '150249.365000', '150249.368000', '150249.370000', '150249.373000', '150249.376000', '150249.378000', '150249.381000', '150249.383000', '150249.386000', '150249.389000', '150249.391000', '150249.394000', '150249.396000', '150249.399000', '150249.401000', '150249.404000', '150309.295000', '150309.299000', '150309.301000', '150309.305000', '150309.307000', '150309.310000', '150309.313000', '150309.315000', '150309.318000', '150309.321000', '150309.323000', '150309.326000', '150309.328000', '150309.331000', '150309.333000', '150309.336000', '150309.338000', '150309.341000', '150309.343000', '150309.346000', '150309.349000', '150309.351000', '150309.354000', '150309.356000', '150309.359000', '150309.362000', '150309.364000', '150309.367000', '150309.369000', '150309.372000', '150309.375000', '150309.377000', '150309.380000', '150309.382000', '150309.385000', '150309.388000', '150309.390000', '150309.393000', '150309.395000', '150309.398000', '150309.401000', '150309.403000', '150309.406000', '150329.295000', '150329.298000', '150329.301000', '150329.303000', '150329.306000', '150329.309000', '150329.311000', '150329.314000', '150329.316000', '150329.319000', '150329.321000', '150329.324000', '150329.326000', '150329.329000', '150329.331000', '150329.334000', '150329.337000', '150329.339000', '150329.342000', '150329.344000', '150329.347000', '150329.349000', '150329.352000', '150329.354000', '150329.357000', '150329.360000', '150329.362000', '150329.365000', '150329.367000', '150329.370000', '150329.372000', '150329.375000', '150329.378000', '150329.380000', '150329.383000', '150329.386000', '150329.388000', '150329.391000', '150329.393000', '150329.396000', '150329.398000', '150329.401000', '150329.403000', '150329.406000', '150349.295000', '150349.298000', '150349.301000', '150349.304000', '150349.306000', '150349.309000', '150349.312000', '150349.314000', '150349.317000', '150349.319000', '150349.322000', '150349.324000', '150349.327000', '150349.329000', '150349.332000', '150349.335000', '150349.339000', '150349.341000', '150349.344000', '150349.346000', '150349.349000', '150349.352000', '150349.354000', '150349.358000', '150349.361000', '150349.363000', '150349.366000', '150349.369000', '150349.371000', '150349.374000', '150349.376000', '150349.379000', '150349.381000', '150349.384000', '150349.387000', '150349.389000', '150349.392000', '150349.394000', '150349.397000', '150349.400000', '150349.402000', '150349.405000', '150349.407000', '150409.295000', '150409.298000', '150409.301000', '150409.304000', '150409.306000', '150409.309000', '150409.311000', '150409.314000', '150409.316000', '150409.319000', '150409.322000', '150409.324000', '150409.327000', '150409.329000', '150409.332000', '150409.334000', '150409.337000', '150409.339000', '150409.342000', '150409.345000', '150409.347000', '150409.350000', '150409.352000', '150409.355000', '150409.357000', '150409.360000', '150409.362000', '150409.365000', '150409.367000', '150409.370000', '150409.373000', '150409.375000', '150409.378000', '150409.380000', '150409.383000', '150409.385000', '150409.388000', '150409.390000', '150409.393000', '150409.396000', '150409.398000', '150409.401000', '150409.404000', '150409.406000', '150429.295000', '150429.298000', '150429.301000', '150429.304000', '150429.306000', '150429.309000', '150429.311000', '150429.314000', '150429.317000', '150429.319000', '150429.322000', '150429.324000', '150429.327000', '150429.330000', '150429.332000', '150429.335000', '150429.337000', '150429.340000', '150429.342000', '150429.345000', '150429.348000', '150429.351000', '150429.353000', '150429.356000', '150429.359000', '150429.361000', '150429.364000', '150429.366000', '150429.369000', '150429.371000', '150429.374000', '150429.377000', '150429.379000', '150429.382000', '150429.385000', '150429.387000', '150429.390000', '150429.398000', '150429.401000', '150429.404000', '150429.406000', '150429.409000', '150429.411000', '150449.295000', '150449.298000', '150449.301000', '150449.304000', '150449.306000', '150449.309000', '150449.311000', '150449.314000', '150449.317000', '150449.319000', '150449.322000', '150449.324000', '150449.327000', '150449.329000', '150449.332000', '150449.334000', '150449.337000', '150449.340000', '150449.342000', '150449.345000', '150449.348000', '150449.350000', '150449.353000', '150449.355000', '150449.358000', '150449.360000', '150449.363000', '150449.366000', '150449.368000', '150449.371000', '150449.373000', '150449.376000', '150449.379000', '150449.381000', '150449.384000', '150449.386000', '150449.389000', '150449.392000', '150449.394000', '150449.397000', '150449.399000', '150449.402000', '150449.404000', '150449.407000', '150509.296000', '150509.298000', '150509.301000', '150509.303000', '150509.306000', '150509.309000', '150509.311000', '150509.314000', '150509.316000', '150509.319000', '150509.322000', '150509.324000', '150509.327000', '150509.329000', '150509.332000', '150509.335000', '150509.337000', '150509.340000', '150509.342000', '150509.345000', '150509.348000', '150509.350000', '150509.353000', '150509.356000', '150509.358000', '150509.361000', '150509.364000', '150509.366000', '150509.369000', '150509.371000', '150509.374000', '150509.376000', '150509.379000', '150509.381000', '150509.384000', '150509.387000', '150509.389000', '150509.392000', '150509.395000', '150509.398000', '150509.400000', '150509.403000', '150509.405000', '150529.295000', '150529.298000', '150529.301000', '150529.304000', '150529.306000', '150529.309000', '150529.311000', '150529.314000', '150529.316000', '150529.319000', '150529.322000', '150529.324000', '150529.327000', '150529.329000', '150529.332000', '150529.334000', '150529.337000', '150529.340000', '150529.342000', '150529.345000', '150529.347000', '150529.350000', '150529.352000', '150529.355000', '150529.357000', '150529.360000', '150529.363000', '150529.365000', '150529.368000', '150529.370000', '150529.373000', '150529.375000', '150529.378000', '150529.381000', '150529.383000', '150529.386000', '150529.388000', '150529.391000', '150529.393000', '150529.396000', '150529.398000', '150529.401000', '150529.404000', '150529.406000', '150549.295000', '150549.298000', '150549.301000', '150549.304000', '150549.306000', '150549.309000', '150549.311000', '150549.314000', '150549.316000', '150549.319000', '150549.321000', '150549.324000', '150549.327000', '150549.329000', '150549.332000', '150549.335000', '150549.337000', '150549.340000', '150549.342000', '150549.345000', '150549.347000', '150549.350000', '150549.353000', '150549.355000', '150549.358000', '150549.360000', '150549.363000', '150549.366000', '150549.368000', '150549.371000', '150549.373000', '150549.376000', '150549.378000', '150549.381000', '150549.383000', '150549.386000', '150549.389000', '150549.391000', '150549.394000', '150549.396000', '150549.399000', '150549.401000', '150549.404000', '150609.295000', '150609.298000', '150609.301000', '150609.303000', '150609.306000', '150609.309000', '150609.311000', '150609.314000', '150609.316000', '150609.319000', '150609.321000', '150609.324000', '150609.327000', '150609.329000', '150609.332000', '150609.334000', '150609.337000', '150609.339000', '150609.342000', '150609.345000', '150609.347000', '150609.350000', '150609.352000', '150609.355000', '150609.358000', '150609.360000', '150609.363000', '150609.365000', '150609.368000', '150609.371000', '150609.373000', '150609.376000', '150609.378000', '150609.381000', '150609.384000', '150609.386000', '150609.389000', '150609.391000', '150609.394000', '150609.397000', '150609.399000', '150609.402000', '150609.404000', '150609.407000', '150629.295000', '150629.298000', '150629.301000', '150629.303000', '150629.306000', '150629.309000', '150629.311000', '150629.314000', '150629.316000', '150629.319000', '150629.322000', '150629.324000', '150629.327000', '150629.329000', '150629.332000', '150629.334000', '150629.337000', '150629.340000', '150629.342000', '150629.345000', '150629.348000', '150629.350000', '150629.353000', '150629.355000', '150629.358000', '150629.360000', '150629.363000', '150629.366000', '150629.368000', '150629.371000', '150629.373000', '150629.376000', '150629.379000', '150629.382000', '150629.385000', '150629.387000', '150629.390000', '150629.393000', '150629.395000', '150629.410000', '150629.413000', '150629.415000', '150629.418000', '150649.295000', '150649.298000', '150649.301000', '150649.304000', '150649.306000', '150649.309000', '150649.311000', '150649.314000', '150649.317000', '150649.319000', '150649.322000', '150649.324000', '150649.327000', '150649.330000', '150649.332000', '150649.335000', '150649.337000', '150649.340000', '150649.342000', '150649.345000', '150649.348000', '150649.350000', '150649.353000', '150649.355000', '150649.358000', '150649.361000', '150649.363000', '150649.366000', '150649.368000', '150649.371000', '150649.374000', '150649.376000', '150649.379000', '150649.381000', '150649.384000', '150649.387000', '150649.389000', '150649.392000', '150649.394000', '150649.397000', '150649.400000', '150649.402000', '150649.405000', '150649.407000', '150709.295000', '150709.298000', '150709.301000', '150709.304000', '150709.306000', '150709.309000', '150709.311000', '150709.314000', '150709.316000', '150709.319000', '150709.322000', '150709.324000', '150709.327000', '150709.329000', '150709.332000', '150709.334000', '150709.337000', '150709.339000', '150709.342000', '150709.345000', '150709.347000', '150709.350000', '150709.352000', '150709.355000', '150709.358000', '150709.360000', '150709.363000', '150709.366000', '150709.368000', '150709.371000', '150709.373000', '150709.376000', '150709.379000', '150709.381000', '150709.384000', '150709.386000', '150709.389000', '150709.392000', '150709.394000', '150709.397000', '150709.399000', '150709.402000', '150709.404000', '150729.296000', '150729.299000', '150729.301000', '150729.304000', '150729.306000', '150729.309000', '150729.311000', '150729.314000', '150729.317000', '150729.319000', '150729.322000', '150729.324000', '150729.327000', '150729.329000', '150729.332000', '150729.335000', '150729.337000', '150729.340000', '150729.342000', '150729.345000', '150729.347000', '150729.350000', '150729.353000', '150729.355000', '150729.358000', '150729.360000', '150729.363000', '150729.366000', '150729.369000', '150729.371000', '150729.374000', '150729.376000', '150729.379000', '150729.381000', '150729.384000', '150729.387000', '150729.389000', '150729.392000', '150729.395000', '150729.397000', '150729.400000', '150729.402000', '150729.405000', '150729.407000', '150746.650000', '150746.653000', '150746.656000', '150746.658000', '150746.661000', '150746.663000', '150746.666000', '150746.669000', '150746.671000', '150746.674000', '150746.676000', '150746.679000', '150746.682000', '150746.684000', '150746.687000', '150746.689000', '150746.692000', '150746.694000', '150746.697000', '150746.700000', '150746.702000', '150746.710000', '150746.713000', '150746.716000', '150746.718000', '150746.721000', '150746.723000', '150746.726000', '150746.729000', '150746.731000', '150746.734000', '150746.736000', '150746.739000', '150746.741000', '150746.744000', '150746.747000', '150746.749000', '150746.752000'], 'InstanceCreationTime': ['145749.338000', '145749.345000', '145749.347000', '145749.350000', '145749.353000', '145749.359000', '145749.362000', '145749.365000', '145749.367000', '145749.370000', '145749.372000', '145749.375000', '145749.377000', '145749.380000', '145749.383000', '145749.385000', '145749.388000', '145749.390000', '145749.393000', '145749.395000', '145749.398000', '145749.400000', '145749.405000', '145809.295000', '145809.298000', '145809.301000', '145809.303000', '145809.306000', '145809.308000', '145809.311000', '145809.313000', '145809.316000', '145809.318000', '145809.321000', '145809.323000', '145809.326000', '145809.328000', '145809.331000', '145809.333000', '145809.336000', '145809.338000', '145809.341000', '145809.344000', '145809.346000', '145809.349000', '145809.351000', '145809.354000', '145809.356000', '145809.359000', '145809.362000', '145809.365000', '145809.368000', '145809.371000', '145809.373000', '145809.376000', '145809.378000', '145809.381000', '145809.383000', '145809.386000', '145809.389000', '145809.391000', '145809.394000', '145809.396000', '145809.399000', '145809.401000', '145809.404000', '145829.295000', '145829.298000', '145829.301000', '145829.303000', '145829.306000', '145829.308000', '145829.311000', '145829.314000', '145829.316000', '145829.319000', '145829.321000', '145829.324000', '145829.326000', '145829.329000', '145829.331000', '145829.334000', '145829.337000', '145829.339000', '145829.342000', '145829.344000', '145829.347000', '145829.349000', '145829.352000', '145829.354000', '145829.357000', '145829.359000', '145829.362000', '145829.365000', '145829.367000', '145829.370000', '145829.372000', '145829.375000', '145829.378000', '145829.380000', '145829.383000', '145829.385000', '145829.388000', '145829.390000', '145829.393000', '145829.395000', '145829.398000', '145829.400000', '145829.408000', '145829.411000', '145849.296000', '145849.298000', '145849.301000', '145849.304000', '145849.306000', '145849.309000', '145849.311000', '145849.314000', '145849.317000', '145849.319000', '145849.322000', '145849.324000', '145849.327000', '145849.330000', '145849.332000', '145849.335000', '145849.337000', '145849.340000', '145849.343000', '145849.345000', '145849.348000', '145849.350000', '145849.353000', '145849.355000', '145849.358000', '145849.361000', '145849.363000', '145849.366000', '145849.368000', '145849.371000', '145849.374000', '145849.377000', '145849.381000', '145849.383000', '145849.386000', '145849.388000', '145849.391000', '145849.394000', '145849.397000', '145849.399000', '145849.402000', '145849.404000', '145849.407000', '145909.295000', '145909.298000', '145909.301000', '145909.303000', '145909.306000', '145909.308000', '145909.311000', '145909.314000', '145909.316000', '145909.319000', '145909.321000', '145909.324000', '145909.326000', '145909.329000', '145909.332000', '145909.334000', '145909.337000', '145909.339000', '145909.342000', '145909.344000', '145909.347000', '145909.350000', '145909.352000', '145909.355000', '145909.357000', '145909.360000', '145909.362000', '145909.365000', '145909.367000', '145909.370000', '145909.373000', '145909.375000', '145909.378000', '145909.380000', '145909.383000', '145909.386000', '145909.388000', '145909.391000', '145909.394000', '145909.396000', '145909.399000', '145909.401000', '145909.404000', '145909.406000', '145929.295000', '145929.298000', '145929.301000', '145929.303000', '145929.306000', '145929.308000', '145929.311000', '145929.314000', '145929.316000', '145929.319000', '145929.321000', '145929.324000', '145929.327000', '145929.329000', '145929.341000', '145929.344000', '145929.346000', '145929.349000', '145929.352000', '145929.354000', '145929.357000', '145929.359000', '145929.362000', '145929.365000', '145929.367000', '145929.370000', '145929.372000', '145929.375000', '145929.378000', '145929.380000', '145929.383000', '145929.385000', '145929.388000', '145929.390000', '145929.393000', '145929.396000', '145929.398000', '145929.401000', '145929.404000', '145929.406000', '145929.409000', '145929.412000', '145929.414000', '145949.295000', '145949.298000', '145949.301000', '145949.303000', '145949.306000', '145949.309000', '145949.311000', '145949.314000', '145949.316000', '145949.319000', '145949.321000', '145949.324000', '145949.326000', '145949.329000', '145949.332000', '145949.334000', '145949.337000', '145949.339000', '145949.342000', '145949.344000', '145949.347000', '145949.349000', '145949.352000', '145949.354000', '145949.357000', '145949.360000', '145949.362000', '145949.365000', '145949.367000', '145949.370000', '145949.372000', '145949.375000', '145949.377000', '145949.380000', '145949.383000', '145949.385000', '145949.388000', '145949.390000', '145949.393000', '145949.396000', '145949.398000', '145949.401000', '145949.404000', '145949.406000', '150009.295000', '150009.298000', '150009.301000', '150009.303000', '150009.306000', '150009.309000', '150009.311000', '150009.314000', '150009.316000', '150009.319000', '150009.321000', '150009.324000', '150009.327000', '150009.329000', '150009.332000', '150009.334000', '150009.337000', '150009.340000', '150009.342000', '150009.345000', '150009.347000', '150009.350000', '150009.352000', '150009.355000', '150009.358000', '150009.360000', '150009.363000', '150009.366000', '150009.368000', '150009.371000', '150009.373000', '150009.376000', '150009.378000', '150009.381000', '150009.383000', '150009.386000', '150009.389000', '150009.391000', '150009.394000', '150009.396000', '150009.399000', '150009.402000', '150009.404000', '150029.295000', '150029.298000', '150029.301000', '150029.303000', '150029.306000', '150029.308000', '150029.311000', '150029.314000', '150029.316000', '150029.319000', '150029.321000', '150029.324000', '150029.327000', '150029.329000', '150029.332000', '150029.335000', '150029.337000', '150029.340000', '150029.342000', '150029.345000', '150029.348000', '150029.350000', '150029.353000', '150029.355000', '150029.358000', '150029.361000', '150029.363000', '150029.366000', '150029.369000', '150029.371000', '150029.374000', '150029.376000', '150029.379000', '150029.382000', '150029.384000', '150029.387000', '150029.389000', '150029.392000', '150029.394000', '150029.397000', '150029.400000', '150029.402000', '150029.405000', '150029.407000', '150049.295000', '150049.298000', '150049.301000', '150049.303000', '150049.306000', '150049.308000', '150049.311000', '150049.314000', '150049.316000', '150049.319000', '150049.321000', '150049.324000', '150049.327000', '150049.329000', '150049.332000', '150049.334000', '150049.337000', '150049.340000', '150049.342000', '150049.345000', '150049.347000', '150049.350000', '150049.352000', '150049.355000', '150049.358000', '150049.360000', '150049.363000', '150049.366000', '150049.368000', '150049.371000', '150049.373000', '150049.376000', '150049.378000', '150049.381000', '150049.384000', '150049.386000', '150049.389000', '150049.391000', '150049.394000', '150049.397000', '150049.399000', '150049.402000', '150049.405000', '150109.296000', '150109.298000', '150109.301000', '150109.304000', '150109.306000', '150109.309000', '150109.311000', '150109.314000', '150109.316000', '150109.319000', '150109.322000', '150109.324000', '150109.327000', '150109.329000', '150109.332000', '150109.335000', '150109.337000', '150109.340000', '150109.343000', '150109.345000', '150109.348000', '150109.350000', '150109.353000', '150109.356000', '150109.358000', '150109.361000', '150109.364000', '150109.366000', '150109.369000', '150109.371000', '150109.374000', '150109.376000', '150109.379000', '150109.381000', '150109.384000', '150109.387000', '150109.389000', '150109.392000', '150109.394000', '150109.397000', '150109.399000', '150109.402000', '150109.405000', '150129.295000', '150129.298000', '150129.301000', '150129.303000', '150129.306000', '150129.308000', '150129.311000', '150129.313000', '150129.316000', '150129.319000', '150129.321000', '150129.324000', '150129.326000', '150129.329000', '150129.332000', '150129.334000', '150129.337000', '150129.339000', '150129.342000', '150129.345000', '150129.347000', '150129.350000', '150129.352000', '150129.355000', '150129.357000', '150129.360000', '150129.363000', '150129.365000', '150129.368000', '150129.370000', '150129.373000', '150129.376000', '150129.378000', '150129.381000', '150129.383000', '150129.386000', '150129.388000', '150129.391000', '150129.393000', '150129.396000', '150129.399000', '150129.401000', '150129.404000', '150129.406000', '150149.295000', '150149.298000', '150149.301000', '150149.303000', '150149.306000', '150149.308000', '150149.311000', '150149.313000', '150149.316000', '150149.319000', '150149.321000', '150149.324000', '150149.326000', '150149.329000', '150149.331000', '150149.334000', '150149.337000', '150149.339000', '150149.342000', '150149.345000', '150149.347000', '150149.350000', '150149.352000', '150149.355000', '150149.358000', '150149.360000', '150149.363000', '150149.366000', '150149.368000', '150149.371000', '150149.373000', '150149.376000', '150149.378000', '150149.381000', '150149.383000', '150149.386000', '150149.389000', '150149.391000', '150149.394000', '150149.396000', '150149.399000', '150149.402000', '150149.404000', '150149.407000', '150209.295000', '150209.298000', '150209.301000', '150209.303000', '150209.306000', '150209.309000', '150209.311000', '150209.314000', '150209.316000', '150209.319000', '150209.321000', '150209.324000', '150209.327000', '150209.329000', '150209.332000', '150209.334000', '150209.337000', '150209.340000', '150209.342000', '150209.345000', '150209.347000', '150209.350000', '150209.353000', '150209.355000', '150209.358000', '150209.360000', '150209.363000', '150209.366000', '150209.368000', '150209.371000', '150209.373000', '150209.376000', '150209.378000', '150209.381000', '150209.384000', '150209.386000', '150209.389000', '150209.391000', '150209.394000', '150209.397000', '150209.399000', '150209.402000', '150209.405000', '150229.295000', '150229.298000', '150229.301000', '150229.303000', '150229.306000', '150229.308000', '150229.311000', '150229.314000', '150229.317000', '150229.321000', '150229.323000', '150229.326000', '150229.329000', '150229.331000', '150229.334000', '150229.337000', '150229.339000', '150229.342000', '150229.344000', '150229.347000', '150229.350000', '150229.365000', '150229.367000', '150229.370000', '150229.373000', '150229.375000', '150229.378000', '150229.380000', '150229.383000', '150229.386000', '150229.389000', '150229.391000', '150229.394000', '150229.396000', '150229.399000', '150229.402000', '150229.405000', '150229.407000', '150229.410000', '150229.412000', '150229.415000', '150229.418000', '150229.420000', '150229.423000', '150249.295000', '150249.298000', '150249.301000', '150249.303000', '150249.306000', '150249.308000', '150249.311000', '150249.314000', '150249.316000', '150249.319000', '150249.321000', '150249.324000', '150249.327000', '150249.329000', '150249.332000', '150249.334000', '150249.337000', '150249.339000', '150249.342000', '150249.344000', '150249.347000', '150249.350000', '150249.352000', '150249.355000', '150249.358000', '150249.360000', '150249.363000', '150249.365000', '150249.368000', '150249.370000', '150249.373000', '150249.376000', '150249.378000', '150249.381000', '150249.383000', '150249.386000', '150249.389000', '150249.391000', '150249.394000', '150249.396000', '150249.399000', '150249.401000', '150249.404000', '150309.295000', '150309.299000', '150309.301000', '150309.305000', '150309.307000', '150309.310000', '150309.313000', '150309.315000', '150309.318000', '150309.321000', '150309.323000', '150309.326000', '150309.328000', '150309.331000', '150309.333000', '150309.336000', '150309.338000', '150309.341000', '150309.343000', '150309.346000', '150309.349000', '150309.351000', '150309.354000', '150309.356000', '150309.359000', '150309.362000', '150309.364000', '150309.367000', '150309.369000', '150309.372000', '150309.375000', '150309.377000', '150309.380000', '150309.382000', '150309.385000', '150309.388000', '150309.390000', '150309.393000', '150309.395000', '150309.398000', '150309.401000', '150309.403000', '150309.406000', '150329.295000', '150329.298000', '150329.301000', '150329.303000', '150329.306000', '150329.309000', '150329.311000', '150329.314000', '150329.316000', '150329.319000', '150329.321000', '150329.324000', '150329.326000', '150329.329000', '150329.331000', '150329.334000', '150329.337000', '150329.339000', '150329.342000', '150329.344000', '150329.347000', '150329.349000', '150329.352000', '150329.354000', '150329.357000', '150329.360000', '150329.362000', '150329.365000', '150329.367000', '150329.370000', '150329.372000', '150329.375000', '150329.378000', '150329.380000', '150329.383000', '150329.386000', '150329.388000', '150329.391000', '150329.393000', '150329.396000', '150329.398000', '150329.401000', '150329.403000', '150329.406000', '150349.295000', '150349.298000', '150349.301000', '150349.304000', '150349.306000', '150349.309000', '150349.312000', '150349.314000', '150349.317000', '150349.319000', '150349.322000', '150349.324000', '150349.327000', '150349.329000', '150349.332000', '150349.335000', '150349.339000', '150349.341000', '150349.344000', '150349.346000', '150349.349000', '150349.352000', '150349.354000', '150349.358000', '150349.361000', '150349.363000', '150349.366000', '150349.369000', '150349.371000', '150349.374000', '150349.376000', '150349.379000', '150349.381000', '150349.384000', '150349.387000', '150349.389000', '150349.392000', '150349.394000', '150349.397000', '150349.400000', '150349.402000', '150349.405000', '150349.407000', '150409.295000', '150409.298000', '150409.301000', '150409.304000', '150409.306000', '150409.309000', '150409.311000', '150409.314000', '150409.316000', '150409.319000', '150409.322000', '150409.324000', '150409.327000', '150409.329000', '150409.332000', '150409.334000', '150409.337000', '150409.339000', '150409.342000', '150409.345000', '150409.347000', '150409.350000', '150409.352000', '150409.355000', '150409.357000', '150409.360000', '150409.362000', '150409.365000', '150409.367000', '150409.370000', '150409.373000', '150409.375000', '150409.378000', '150409.380000', '150409.383000', '150409.385000', '150409.388000', '150409.390000', '150409.393000', '150409.396000', '150409.398000', '150409.401000', '150409.404000', '150409.406000', '150429.295000', '150429.298000', '150429.301000', '150429.304000', '150429.306000', '150429.309000', '150429.311000', '150429.314000', '150429.317000', '150429.319000', '150429.322000', '150429.324000', '150429.327000', '150429.330000', '150429.332000', '150429.335000', '150429.337000', '150429.340000', '150429.342000', '150429.345000', '150429.348000', '150429.351000', '150429.353000', '150429.356000', '150429.359000', '150429.361000', '150429.364000', '150429.366000', '150429.369000', '150429.371000', '150429.374000', '150429.377000', '150429.379000', '150429.382000', '150429.385000', '150429.387000', '150429.390000', '150429.398000', '150429.401000', '150429.404000', '150429.406000', '150429.409000', '150429.411000', '150449.295000', '150449.298000', '150449.301000', '150449.304000', '150449.306000', '150449.309000', '150449.311000', '150449.314000', '150449.317000', '150449.319000', '150449.322000', '150449.324000', '150449.327000', '150449.329000', '150449.332000', '150449.334000', '150449.337000', '150449.340000', '150449.342000', '150449.345000', '150449.348000', '150449.350000', '150449.353000', '150449.355000', '150449.358000', '150449.360000', '150449.363000', '150449.366000', '150449.368000', '150449.371000', '150449.373000', '150449.376000', '150449.379000', '150449.381000', '150449.384000', '150449.386000', '150449.389000', '150449.392000', '150449.394000', '150449.397000', '150449.399000', '150449.402000', '150449.404000', '150449.407000', '150509.296000', '150509.298000', '150509.301000', '150509.303000', '150509.306000', '150509.309000', '150509.311000', '150509.314000', '150509.316000', '150509.319000', '150509.322000', '150509.324000', '150509.327000', '150509.329000', '150509.332000', '150509.335000', '150509.337000', '150509.340000', '150509.342000', '150509.345000', '150509.348000', '150509.350000', '150509.353000', '150509.356000', '150509.358000', '150509.361000', '150509.364000', '150509.366000', '150509.369000', '150509.371000', '150509.374000', '150509.376000', '150509.379000', '150509.381000', '150509.384000', '150509.387000', '150509.389000', '150509.392000', '150509.395000', '150509.398000', '150509.400000', '150509.403000', '150509.405000', '150529.295000', '150529.298000', '150529.301000', '150529.304000', '150529.306000', '150529.309000', '150529.311000', '150529.314000', '150529.316000', '150529.319000', '150529.322000', '150529.324000', '150529.327000', '150529.329000', '150529.332000', '150529.334000', '150529.337000', '150529.340000', '150529.342000', '150529.345000', '150529.347000', '150529.350000', '150529.352000', '150529.355000', '150529.357000', '150529.360000', '150529.363000', '150529.365000', '150529.368000', '150529.370000', '150529.373000', '150529.375000', '150529.378000', '150529.381000', '150529.383000', '150529.386000', '150529.388000', '150529.391000', '150529.393000', '150529.396000', '150529.398000', '150529.401000', '150529.404000', '150529.406000', '150549.295000', '150549.298000', '150549.301000', '150549.304000', '150549.306000', '150549.309000', '150549.311000', '150549.314000', '150549.316000', '150549.319000', '150549.321000', '150549.324000', '150549.327000', '150549.329000', '150549.332000', '150549.335000', '150549.337000', '150549.340000', '150549.342000', '150549.345000', '150549.347000', '150549.350000', '150549.353000', '150549.355000', '150549.358000', '150549.360000', '150549.363000', '150549.366000', '150549.368000', '150549.371000', '150549.373000', '150549.376000', '150549.378000', '150549.381000', '150549.383000', '150549.386000', '150549.389000', '150549.391000', '150549.394000', '150549.396000', '150549.399000', '150549.401000', '150549.404000', '150609.295000', '150609.298000', '150609.301000', '150609.303000', '150609.306000', '150609.309000', '150609.311000', '150609.314000', '150609.316000', '150609.319000', '150609.321000', '150609.324000', '150609.327000', '150609.329000', '150609.332000', '150609.334000', '150609.337000', '150609.339000', '150609.342000', '150609.345000', '150609.347000', '150609.350000', '150609.352000', '150609.355000', '150609.358000', '150609.360000', '150609.363000', '150609.365000', '150609.368000', '150609.371000', '150609.373000', '150609.376000', '150609.378000', '150609.381000', '150609.384000', '150609.386000', '150609.389000', '150609.391000', '150609.394000', '150609.397000', '150609.399000', '150609.402000', '150609.404000', '150609.407000', '150629.295000', '150629.298000', '150629.301000', '150629.303000', '150629.306000', '150629.309000', '150629.311000', '150629.314000', '150629.316000', '150629.319000', '150629.322000', '150629.324000', '150629.327000', '150629.329000', '150629.332000', '150629.334000', '150629.337000', '150629.340000', '150629.342000', '150629.345000', '150629.348000', '150629.350000', '150629.353000', '150629.355000', '150629.358000', '150629.360000', '150629.363000', '150629.366000', '150629.368000', '150629.371000', '150629.373000', '150629.376000', '150629.379000', '150629.382000', '150629.385000', '150629.387000', '150629.390000', '150629.393000', '150629.395000', '150629.410000', '150629.413000', '150629.415000', '150629.418000', '150649.295000', '150649.298000', '150649.301000', '150649.304000', '150649.306000', '150649.309000', '150649.311000', '150649.314000', '150649.317000', '150649.319000', '150649.322000', '150649.324000', '150649.327000', '150649.330000', '150649.332000', '150649.335000', '150649.337000', '150649.340000', '150649.342000', '150649.345000', '150649.348000', '150649.350000', '150649.353000', '150649.355000', '150649.358000', '150649.361000', '150649.363000', '150649.366000', '150649.368000', '150649.371000', '150649.374000', '150649.376000', '150649.379000', '150649.381000', '150649.384000', '150649.387000', '150649.389000', '150649.392000', '150649.394000', '150649.397000', '150649.400000', '150649.402000', '150649.405000', '150649.407000', '150709.295000', '150709.298000', '150709.301000', '150709.304000', '150709.306000', '150709.309000', '150709.311000', '150709.314000', '150709.316000', '150709.319000', '150709.322000', '150709.324000', '150709.327000', '150709.329000', '150709.332000', '150709.334000', '150709.337000', '150709.339000', '150709.342000', '150709.345000', '150709.347000', '150709.350000', '150709.352000', '150709.355000', '150709.358000', '150709.360000', '150709.363000', '150709.366000', '150709.368000', '150709.371000', '150709.373000', '150709.376000', '150709.379000', '150709.381000', '150709.384000', '150709.386000', '150709.389000', '150709.392000', '150709.394000', '150709.397000', '150709.399000', '150709.402000', '150709.404000', '150729.296000', '150729.299000', '150729.301000', '150729.304000', '150729.306000', '150729.309000', '150729.311000', '150729.314000', '150729.317000', '150729.319000', '150729.322000', '150729.324000', '150729.327000', '150729.329000', '150729.332000', '150729.335000', '150729.337000', '150729.340000', '150729.342000', '150729.345000', '150729.347000', '150729.350000', '150729.353000', '150729.355000', '150729.358000', '150729.360000', '150729.363000', '150729.366000', '150729.369000', '150729.371000', '150729.374000', '150729.376000', '150729.379000', '150729.381000', '150729.384000', '150729.387000', '150729.389000', '150729.392000', '150729.395000', '150729.397000', '150729.400000', '150729.402000', '150729.405000', '150729.407000', '150746.650000', '150746.653000', '150746.656000', '150746.658000', '150746.661000', '150746.663000', '150746.666000', '150746.669000', '150746.671000', '150746.674000', '150746.676000', '150746.679000', '150746.682000', '150746.684000', '150746.687000', '150746.689000', '150746.692000', '150746.694000', '150746.697000', '150746.700000', '150746.702000', '150746.710000', '150746.713000', '150746.716000', '150746.718000', '150746.721000', '150746.723000', '150746.726000', '150746.729000', '150746.731000', '150746.734000', '150746.736000', '150746.739000', '150746.741000', '150746.744000', '150746.747000', '150746.749000', '150746.752000'], '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': [8949, 12260, 9029, 8185, 8131, 6842, 10816, 7931, 8196, 8131, 6874, 10983, 8030, 7471, 8764, 6969, 10675, 8367, 9995, 8619, 7071, 10278, 7804, 13129, 9319, 7491, 9038, 7313, 12172, 8448, 7936, 9282, 6996, 11691, 7988, 7083, 9120, 7503, 7395, 7821, 6543, 10562, 7673, 6563, 9299, 7175, 6840, 9323, 6955, 12959, 8581, 7111, 9531, 7400, 12948, 8499, 8621, 8763, 6922, 11677, 8379, 9166, 9044, 7566, 11130, 8215, 10637, 8504, 6718, 10896, 8176, 7766, 9487, 7267, 10827, 9182, 8073, 8592, 10472, 8052, 10891, 9488, 7456, 13688, 8902, 7100, 10577, 8046, 11015, 8933, 7432, 11329, 8188, 7115, 9358, 7097, 12000, 8735, 6577, 10372, 7973, 8234, 9089, 7205, 11844, 8807, 7867, 9169, 6968, 12339, 8908, 9481, 9341, 7319, 11739, 8391, 8954, 9089, 7088, 11672, 8606, 10372, 8816, 8136, 10453, 7780, 12342, 8593, 9948, 8678, 7643, 10333, 7368, 11573, 8028, 9114, 8837, 6938, 11178, 8047, 7089, 9344, 7500, 11553, 8559, 6619, 10948, 8169, 11994, 9292, 7932, 11503, 8398, 9463, 9135, 7172, 12579, 8596, 7467, 8964, 7767, 11762, 8537, 6615, 11872, 8357, 7255, 9587, 8694, 7363, 13670, 9672, 7867, 10470, 8112, 14179, 9705, 8723, 10201, 7779, 12387, 8733, 7332, 9781, 7860, 8933, 8367, 6811, 10049, 8108, 12617, 9239, 8478, 9311, 7304, 11524, 8601, 13071, 9313, 8374, 9028, 7466, 11042, 8628, 6700, 10259, 8256, 8916, 9357, 7335, 12727, 9034, 9115, 10395, 7957, 11493, 8753, 7327, 10223, 8251, 9861, 8809, 7095, 12268, 9285, 8597, 10723, 8154, 12806, 8949, 7414, 10405, 8344, 10321, 8787, 6881, 10559, 8562, 10306, 8695, 7013, 11252, 8638, 9780, 9487, 7193, 11826, 8650, 11141, 9221, 8135, 11442, 8455, 11013, 8900, 6834, 10755, 8175, 10028, 8897, 6586, 10242, 9054, 8620, 9229, 7939, 7091, 9763, 7737, 8921, 9995, 8221, 9333, 11052, 8090, 9958, 9370, 7263, 13434, 9414, 8130, 10319, 8055, 8973, 8690, 7065, 11920, 8702, 6847, 10389, 8454, 8587, 9932, 7585, 11603, 8707, 8092, 10055, 8329, 13985, 9371, 7959, 10159, 7458, 13236, 9231, 7528, 9463, 7924, 10178, 8716, 7039, 11136, 8426, 7462, 9186, 7573, 11638, 8689, 6776, 9879, 7914, 12649, 9017, 8430, 9203, 7235, 12007, 8673, 7926, 10269, 7992, 10780, 8894, 8401, 10002, 8164, 12029, 8864, 12365, 9088, 9358, 10113, 6733, 11033, 7976, 13173, 9988, 9451, 9747, 6901, 10502, 8450, 9259, 10113, 7366, 11497, 7910, 12202, 8467, 9550, 8768, 7782, 10728, 7379, 10579, 7443, 8701, 8376, 6818, 10366, 9071, 9781, 9253, 7331, 12039, 9687, 8531, 9203, 6705, 10681, 8356, 8339, 8610, 7007, 10738, 8847, 12712, 9660, 7581, 9592, 8196, 11456, 9020, 7734, 10915, 8445, 8469, 8765, 7348, 11285, 8856, 6986, 11990, 8912, 7423, 10120, 8128, 13353, 9039, 8864, 9489, 7580, 9891, 8265, 6395, 10274, 8014, 6686, 9194, 8233, 6904, 10546, 8649, 7177, 11154, 8341, 14048, 10412, 8323, 9746, 7901, 12527, 9001, 8035, 9814, 7781, 11175, 8526, 7421, 9754, 8083, 11458, 8598, 7848, 9599, 7785, 12501, 9128, 11116, 8697, 9196, 9507, 7620, 12930, 8996, 7608, 8799, 7416, 12415, 9318, 7079, 10245, 8181, 8645, 8722, 7369, 13327, 8946, 7745, 9587, 7594, 12983, 9367, 10286, 9672, 7460, 12012, 8692, 8514, 9214, 7677, 10191, 8446, 6763, 10821, 8448, 8047, 9109, 7430, 10502, 8374, 7619, 10808, 8246, 10764, 8555, 6998, 10940, 8331, 10667, 8945, 6852, 10943, 8396, 8454, 9289, 7543, 9518, 8117, 6692, 9659, 7786, 11312, 8625, 6579, 9075, 7749, 9567, 8659, 6983, 11260, 8609, 7071, 10770, 8221, 8619, 9522, 7728, 13642, 9400, 7701, 11175, 8300, 7234, 9487, 7812, 10230, 9158, 7373, 11612, 8557, 7106, 10553, 8347, 10525, 8674, 6756, 10775, 8441, 11631, 9185, 6984, 10973, 8511, 8021, 9627, 7933, 10436, 8659, 6697, 10106, 8168, 10766, 8947, 7027, 10995, 8769, 9394, 9889, 7665, 11589, 8591, 7167, 9477, 7791, 12809, 8772, 8633, 8677, 6690, 9013, 7814, 9270, 8107, 6647, 10060, 8379, 9785, 8975, 7053, 11494, 8614, 8630, 9667, 7892, 13338, 8856, 8877, 9020, 7195, 12229, 9177, 10439, 9153, 7316, 11889, 8960, 6957, 10432, 8175, 9795, 9363, 7136, 11930, 8530, 9963, 8846, 7094, 11208, 8299, 9176, 8713, 6812, 10328, 8421, 10302, 8427, 6565, 9351, 7871, 10335, 8515, 6539, 9827, 8120, 9629, 8980, 7483, 10944, 8061, 7844, 8183, 7348, 12294, 9155, 7052, 10501, 8290, 7577, 9215, 7583, 12730, 9209, 6996, 10496, 8003, 11712, 9357, 7736, 12371, 9166, 11478, 9590, 9147, 12035, 8375, 13178, 9182, 7980, 9426, 7639, 11844, 8527, 7654, 8548, 7034, 11110, 8480, 11620, 8877, 6725, 10071, 7947, 12806, 9118, 7317, 9449, 7612, 11744, 8733, 9007, 9023, 7159, 11289, 8148, 8897, 8689, 6942, 10986, 8102, 10920, 8485, 7764, 9253, 7103, 11312, 8238, 6647, 8910, 7435, 12199, 8579, 6956, 9207, 7596, 9722, 8658, 7454, 10934, 8181, 7038, 11139, 8776, 7292, 11786, 8636, 11107, 9178, 7557, 10504, 8177, 11131, 8872, 6668, 9968, 8089, 9008, 8284, 6595, 10916, 8022, 8202, 8911, 6996, 11432, 8567, 12351, 8938, 7479, 9658, 7467, 12227, 9064, 10125, 8830, 6840, 10693, 8365, 11994, 8767, 6608, 10418, 7820, 9994, 7864, 6808, 10187, 7750, 11147, 8435, 8167, 9480, 7575, 12239, 8533, 9592, 8998, 7334, 11593, 8479, 11574, 9025, 6579, 10571, 8125, 10712, 8727, 6646, 10251, 7947, 10602, 8795, 7753, 11098, 7783, 11583, 8415, 8148, 10118, 7633, 10872, 8318, 6721, 9847, 7889, 9498, 8634, 6721, 11030, 8139, 8942, 8900, 7065, 11208, 8016, 12330, 8558, 9149, 8714, 6456, 10594, 7974, 8652, 8165, 6437, 10155, 7965, 7202, 8450, 7083, 10791, 8185, 9386, 8860, 6659, 10284, 8145, 8750, 9213, 7301, 9477, 8474, 6539, 10839, 8527, 9292, 9155, 7365, 12305, 8666, 8293, 9696, 7706, 11005, 8588, 6917, 10229, 8185, 11469, 8852, 6879, 10955, 8226, 11272, 9205, 7108, 11352, 8248, 8705, 8740, 6775, 10562, 8076, 7683, 8667, 6914, 10952, 8412, 9122, 8908, 7109, 12480, 8936, 8209, 9957, 7731, 7305, 9520, 7644, 7472, 9710, 7932, 7113, 10531, 8052, 11044, 9388, 7044, 12389, 9043, 9805, 9674, 7652, 9847, 8674, 6874, 9884, 7762, 7654, 8729, 6735, 11222, 8260, 9023, 9292, 6920, 11406, 8400, 10205, 8567, 7176, 10380, 7695, 10308, 8421, 6804, 9573, 7393, 10293, 7944, 6509, 9417, 7450, 12189, 8999, 8008, 10512, 7667, 12554, 8460, 6930, 10395, 7816, 6446, 10097, 7879, 6647, 10177, 7730, 6722, 11551, 8485, 7352, 10458, 7633, 12839, 9730, 7784, 10203, 7805, 9840, 8136, 6760, 10302, 7798, 6670, 8871, 7161, 11484, 8564, 7158, 9621, 7407, 12027, 9001, 12380, 9485, 8289, 9187, 7101, 11014, 8021, 11820, 8773, 11515, 8586, 8159, 8559, 6643, 9806, 7353, 10873, 7983, 10356, 7997, 8069, 8576, 6528, 9595, 7181, 11203, 8552, 10834, 9033, 6688, 10259, 7752, 8198, 8763, 6937, 12181, 8522, 6977, 9446, 7417, 12613, 9615, 9724, 9424, 7068, 12348, 8927, 7207, 10586, 8671, 7032, 12469, 8708, 8447, 9320, 7335, 12660, 9362, 7673, 9903, 7840, 12931, 8903, 7229, 9764, 7533, 9392, 8160, 6942, 9858, 7872, 11288, 8661, 7576, 9126, 7189, 11363, 8656, 9228, 8183, 6822, 10725, 7516, 8578, 8143, 7086, 10017, 8191, 7037, 10268, 8138, 9904, 9104, 7210, 12421, 9188, 7297, 11681, 8902, 11589, 10168, 9411, 13254, 9042, 9222, 9387, 7445, 12702, 9534, 11154, 9546, 7300, 11960, 8498, 10259, 8589, 6617, 10027, 7725, 10583, 8160, 6754, 10414, 7834, 6897, 9246, 7442, 10448, 8640, 6848, 11092, 8133, 8550, 8723, 7046, 11802, 8240, 6696, 9220, 7924, 7092, 9886, 8204, 6502, 9193, 7134, 6744, 8511, 8274, 7450, 7436, 10093, 8154, 9143, 10203, 8229, 10424, 9973, 7763, 10700, 9211, 7506, 12561, 8885, 7859, 9626, 7421, 8863, 8294, 6765, 10528, 7894, 8285, 8834, 7035, 11081, 8207, 10925, 8647, 7012, 9493, 7407, 11261, 8273, 8826, 8582, 6870, 9732, 7841, 6329, 10145, 8002, 6858, 9372, 7461, 7934, 8530, 6992, 11942, 9114, 7983, 10789, 8160, 10526, 9160, 7353, 12316, 9482, 11476, 9106, 7217, 11463, 8324, 10794, 8814, 6808, 10410, 7686, 7348, 8860, 7266, 12238, 8549, 7223, 10072, 7680, 6790, 9252, 7497, 10568, 8571, 7251, 10608, 7729, 12191, 8689, 7635, 9782, 7476, 9606, 8438, 6719, 10671, 8144, 7117, 9629, 7451, 11614, 8709, 7390, 10714, 8069, 7304, 8186, 7508, 7220, 10365, 7725, 6748, 9914, 8000, 6672, 10682, 8624, 7034, 11773, 9442, 7644, 8598, 8728, 7247, 7002, 8827, 7548, 8478, 9842, 7900, 9897, 9821, 7793, 11156, 10304, 9043, 11448, 10123, 7776, 11856, 9343, 7999, 14827, 8916, 7498, 9913, 7444, 12962, 8817, 7249, 10295, 7851, 6600, 9121, 7234, 8494, 8853, 7006, 10604, 8181, 6699, 11152, 8478, 7984, 9405, 7170, 12284, 9536, 11327, 9931, 8209, 9915, 9041, 7835, 7738, 9508, 7288, 6852, 10414, 8379, 6639, 10081, 7722, 8489, 9852, 7890, 9723, 8740, 6836, 11173, 8154, 10131, 8722, 6756, 10446, 7882, 11181, 8345, 8119], 'WindowCenter': [4012.0, 4016.0, 3969.0, 3957.0, 3954.0, 3923.0, 3973.0, 3953.0, 3955.0, 3954.0, 3933.0, 3985.0, 3955.0, 3945.0, 3965.0, 3935.0, 3987.0, 3955.0, 3975.0, 3965.0, 3934.0, 3974.0, 3944.0, 3996.0, 3964.0, 3944.0, 3965.0, 3945.0, 3996.0, 3955.0, 3956.0, 3989.0, 3947.0, 4010.0, 3968.0, 3947.0, 3988.0, 3958.0, 3957.0, 3969.0, 3963.0, 4013.0, 3984.0, 3946.0, 3987.0, 3957.0, 3947.0, 3989.0, 3958.0, 4021.0, 3980.0, 3959.0, 3989.0, 3958.0, 4023.0, 3993.0, 3979.0, 3967.0, 3946.0, 3998.0, 3968.0, 3979.0, 3991.0, 3956.0, 3998.0, 3982.0, 4013.0, 3979.0, 3948.0, 3999.0, 3978.0, 3969.0, 3990.0, 3960.0, 4000.0, 3990.0, 3969.0, 3980.0, 4002.0, 3969.0, 4001.0, 3990.0, 3957.0, 4009.0, 3977.0, 3946.0, 3986.0, 3956.0, 3986.0, 3965.0, 3944.0, 3987.0, 3966.0, 3946.0, 3975.0, 3947.0, 3998.0, 3967.0, 3935.0, 3987.0, 3969.0, 3980.0, 3978.0, 3959.0, 3998.0, 3978.0, 3966.0, 3977.0, 3946.0, 4008.0, 3977.0, 3976.0, 3977.0, 3956.0, 3998.0, 3966.0, 3977.0, 3976.0, 3947.0, 3998.0, 3979.0, 4000.0, 3979.0, 3968.0, 3987.0, 3955.0, 3996.0, 3966.0, 3985.0, 3967.0, 3956.0, 3986.0, 3945.0, 3997.0, 3967.0, 3978.0, 3976.0, 3946.0, 3998.0, 3969.0, 3958.0, 3990.0, 3960.0, 4009.0, 3980.0, 3949.0, 4001.0, 3980.0, 4011.0, 3979.0, 3967.0, 4000.0, 3967.0, 3988.0, 3977.0, 3945.0, 4008.0, 3967.0, 3957.0, 3978.0, 3957.0, 4008.0, 3969.0, 3938.0, 4010.0, 3981.0, 3972.0, 3990.0, 3981.0, 3959.0, 4020.0, 3976.0, 3954.0, 3984.0, 3955.0, 4007.0, 3975.0, 3964.0, 3974.0, 3944.0, 3996.0, 3963.0, 3943.0, 3974.0, 3955.0, 3975.0, 3965.0, 3937.0, 3989.0, 3966.0, 4010.0, 3978.0, 3966.0, 3976.0, 3957.0, 3999.0, 3966.0, 3997.0, 3975.0, 3967.0, 3967.0, 3945.0, 3997.0, 3967.0, 3937.0, 3989.0, 3968.0, 3979.0, 3978.0, 3959.0, 4010.0, 3978.0, 3977.0, 3988.0, 3969.0, 4000.0, 3967.0, 3947.0, 3988.0, 3966.0, 3987.0, 3977.0, 3947.0, 4009.0, 3977.0, 3978.0, 3999.0, 3957.0, 4007.0, 3977.0, 3947.0, 3987.0, 3966.0, 3987.0, 3966.0, 3946.0, 3987.0, 3968.0, 3986.0, 3966.0, 3946.0, 3997.0, 3978.0, 3989.0, 3978.0, 3947.0, 3998.0, 3967.0, 3999.0, 3977.0, 3957.0, 3999.0, 3968.0, 3987.0, 3977.0, 3934.0, 3997.0, 3967.0, 3990.0, 3980.0, 3961.0, 3999.0, 3989.0, 3991.0, 3990.0, 3969.0, 3948.0, 3989.0, 3958.0, 3978.0, 3989.0, 3970.0, 3980.0, 4000.0, 3958.0, 3989.0, 3976.0, 3945.0, 3997.0, 3965.0, 3954.0, 3975.0, 3954.0, 3966.0, 3966.0, 3934.0, 3997.0, 3965.0, 3933.0, 3986.0, 3967.0, 3967.0, 3988.0, 3956.0, 3997.0, 3966.0, 3955.0, 3977.0, 3955.0, 4007.0, 3964.0, 3953.0, 3974.0, 3944.0, 3995.0, 3964.0, 3942.0, 3972.0, 3953.0, 3974.0, 3964.0, 3932.0, 3984.0, 3955.0, 3944.0, 3974.0, 3955.0, 3996.0, 3965.0, 3935.0, 3975.0, 3956.0, 4007.0, 3977.0, 3966.0, 3975.0, 3946.0, 3997.0, 3968.0, 3968.0, 3988.0, 3966.0, 3997.0, 3976.0, 3969.0, 3991.0, 3968.0, 3997.0, 3966.0, 3997.0, 3977.0, 3964.0, 3988.0, 3936.0, 3985.0, 3956.0, 4012.0, 3979.0, 3963.0, 3949.0, 3935.0, 3957.0, 3971.0, 3940.0, 3963.0, 3961.0, 4001.0, 3959.0, 4000.0, 3971.0, 3989.0, 3970.0, 3958.0, 3987.0, 3933.0, 3999.0, 3946.0, 3964.0, 3951.0, 3920.0, 3985.0, 3966.0, 3959.0, 3962.0, 3930.0, 3982.0, 3989.0, 3965.0, 3974.0, 3933.0, 3973.0, 3952.0, 3952.0, 3962.0, 3931.0, 3982.0, 3964.0, 3995.0, 3976.0, 3944.0, 3975.0, 3966.0, 3995.0, 3965.0, 3954.0, 3985.0, 3965.0, 3956.0, 3966.0, 3945.0, 3985.0, 3964.0, 3947.0, 3999.0, 3978.0, 3946.0, 3986.0, 3955.0, 3996.0, 3977.0, 3977.0, 3976.0, 3944.0, 3975.0, 3954.0, 3922.0, 3974.0, 3956.0, 3936.0, 3991.0, 3970.0, 3948.0, 3999.0, 3979.0, 3947.0, 4001.0, 3970.0, 4009.0, 3989.0, 3968.0, 3977.0, 3956.0, 3998.0, 3966.0, 3955.0, 3977.0, 3956.0, 3985.0, 3966.0, 3946.0, 3977.0, 3966.0, 3997.0, 3977.0, 3967.0, 3988.0, 3956.0, 4009.0, 3976.0, 3998.0, 3964.0, 3978.0, 3977.0, 3956.0, 3996.0, 3965.0, 3954.0, 3965.0, 3957.0, 4010.0, 3978.0, 3946.0, 3987.0, 3967.0, 3967.0, 3967.0, 3956.0, 4010.0, 3977.0, 3956.0, 3977.0, 3956.0, 3998.0, 3975.0, 3976.0, 3975.0, 3944.0, 3996.0, 3966.0, 3965.0, 3976.0, 3945.0, 3986.0, 3966.0, 3935.0, 3988.0, 3966.0, 3957.0, 3977.0, 3956.0, 3986.0, 3966.0, 3956.0, 3987.0, 3966.0, 3987.0, 3966.0, 3935.0, 3986.0, 3966.0, 3986.0, 3964.0, 3933.0, 3986.0, 3955.0, 3954.0, 3973.0, 3952.0, 3975.0, 3954.0, 3935.0, 3976.0, 3955.0, 3985.0, 3966.0, 3947.0, 3979.0, 3967.0, 3990.0, 3977.0, 3947.0, 3998.0, 3977.0, 3947.0, 3999.0, 3967.0, 3968.0, 3977.0, 3957.0, 4010.0, 3977.0, 3956.0, 3998.0, 3966.0, 3944.0, 3975.0, 3956.0, 3986.0, 3976.0, 3946.0, 3997.0, 3967.0, 3946.0, 3987.0, 3966.0, 3986.0, 3966.0, 3932.0, 3986.0, 3964.0, 3986.0, 3966.0, 3934.0, 3987.0, 3966.0, 3956.0, 3976.0, 3956.0, 3987.0, 3965.0, 3933.0, 3987.0, 3965.0, 3988.0, 3967.0, 3934.0, 3986.0, 3968.0, 3976.0, 3974.0, 3945.0, 3997.0, 3966.0, 3945.0, 3977.0, 3956.0, 4007.0, 3966.0, 3966.0, 3979.0, 3950.0, 3990.0, 3957.0, 3974.0, 3954.0, 3934.0, 3986.0, 3967.0, 3988.0, 3977.0, 3947.0, 3999.0, 3967.0, 3977.0, 3978.0, 3956.0, 4008.0, 3965.0, 3964.0, 3964.0, 3934.0, 3997.0, 3975.0, 3985.0, 3965.0, 3933.0, 3984.0, 3964.0, 3932.0, 3986.0, 3955.0, 3973.0, 3964.0, 3932.0, 3984.0, 3952.0, 3963.0, 3952.0, 3920.0, 3972.0, 3952.0, 3962.0, 3952.0, 3922.0, 3971.0, 3953.0, 3971.0, 3951.0, 3922.0, 3964.0, 3956.0, 3984.0, 3965.0, 3924.0, 3976.0, 3956.0, 3987.0, 3977.0, 3947.0, 4000.0, 3981.0, 3981.0, 3980.0, 3959.0, 4008.0, 3977.0, 3946.0, 3988.0, 3968.0, 3970.0, 3992.0, 3973.0, 4023.0, 3991.0, 3961.0, 4001.0, 3968.0, 3999.0, 3975.0, 3956.0, 4011.0, 3992.0, 4000.0, 3977.0, 3976.0, 3996.0, 3954.0, 3995.0, 3961.0, 3942.0, 3963.0, 3943.0, 3994.0, 3964.0, 3955.0, 3965.0, 3945.0, 3986.0, 3965.0, 3986.0, 3965.0, 3933.0, 3974.0, 3955.0, 3996.0, 3964.0, 3944.0, 3974.0, 3944.0, 3985.0, 3964.0, 3964.0, 3964.0, 3933.0, 3985.0, 3955.0, 3965.0, 3964.0, 3934.0, 3986.0, 3955.0, 3986.0, 3963.0, 3943.0, 3977.0, 3949.0, 4011.0, 3979.0, 3936.0, 3980.0, 3957.0, 4009.0, 3991.0, 3946.0, 3989.0, 3970.0, 3989.0, 3969.0, 3948.0, 4000.0, 3969.0, 3948.0, 3999.0, 3979.0, 3959.0, 4000.0, 3969.0, 3999.0, 3965.0, 3945.0, 3985.0, 3955.0, 3985.0, 3965.0, 3934.0, 3975.0, 3956.0, 3967.0, 3966.0, 3936.0, 3999.0, 3967.0, 3968.0, 3977.0, 3948.0, 4000.0, 3967.0, 4008.0, 3967.0, 3945.0, 3977.0, 3946.0, 3997.0, 3966.0, 3976.0, 3964.0, 3934.0, 3986.0, 3955.0, 3996.0, 3966.0, 3951.0, 4001.0, 3970.0, 3988.0, 3957.0, 3935.0, 3988.0, 3958.0, 3998.0, 3968.0, 3968.0, 3979.0, 3957.0, 3998.0, 3967.0, 3987.0, 3978.0, 3946.0, 3998.0, 3967.0, 3998.0, 3965.0, 3935.0, 3987.0, 3956.0, 3986.0, 3966.0, 3936.0, 3988.0, 3957.0, 3988.0, 3967.0, 3956.0, 3998.0, 3956.0, 3985.0, 3955.0, 3955.0, 3975.0, 3944.0, 3985.0, 3954.0, 3934.0, 3975.0, 3954.0, 3975.0, 3965.0, 3934.0, 3986.0, 3955.0, 3965.0, 3964.0, 3933.0, 3985.0, 3953.0, 3996.0, 3965.0, 3965.0, 3954.0, 3921.0, 3973.0, 3953.0, 3964.0, 3965.0, 3924.0, 3986.0, 3955.0, 3956.0, 3967.0, 3948.0, 3999.0, 3968.0, 3979.0, 3979.0, 3935.0, 4001.0, 3967.0, 3968.0, 3977.0, 3958.0, 3987.0, 3969.0, 3937.0, 4002.0, 3981.0, 3990.0, 3980.0, 3959.0, 4011.0, 3980.0, 3969.0, 3990.0, 3960.0, 4001.0, 3980.0, 3948.0, 3991.0, 3970.0, 4000.0, 3979.0, 3938.0, 4000.0, 3970.0, 4000.0, 3979.0, 3947.0, 3998.0, 3968.0, 3968.0, 3966.0, 3936.0, 3988.0, 3968.0, 3957.0, 3977.0, 3948.0, 4000.0, 3968.0, 3980.0, 3979.0, 3961.0, 4012.0, 3979.0, 3969.0, 4003.0, 3970.0, 3959.0, 3991.0, 3957.0, 3947.0, 3977.0, 3957.0, 3948.0, 3999.0, 3966.0, 4000.0, 3977.0, 3946.0, 3998.0, 3966.0, 3977.0, 3974.0, 3944.0, 3975.0, 3964.0, 3933.0, 3975.0, 3955.0, 3956.0, 3965.0, 3936.0, 3988.0, 3967.0, 3966.0, 3966.0, 3935.0, 3987.0, 3956.0, 3986.0, 3965.0, 3934.0, 3975.0, 3944.0, 3975.0, 3955.0, 3934.0, 3975.0, 3945.0, 3977.0, 3956.0, 3925.0, 3975.0, 3946.0, 3997.0, 3964.0, 3982.0, 3989.0, 3959.0, 4011.0, 3968.0, 3946.0, 3987.0, 3958.0, 3937.0, 3989.0, 3968.0, 3937.0, 3989.0, 3958.0, 3949.0, 4000.0, 3979.0, 3959.0, 3989.0, 3958.0, 4010.0, 3976.0, 3945.0, 3976.0, 3945.0, 3975.0, 3955.0, 3936.0, 3987.0, 3956.0, 3937.0, 3977.0, 3948.0, 4000.0, 3969.0, 3949.0, 3990.0, 3959.0, 4000.0, 3977.0, 4009.0, 3978.0, 3966.0, 3976.0, 3935.0, 3988.0, 3957.0, 3998.0, 3966.0, 3997.0, 3966.0, 3955.0, 3966.0, 3935.0, 3976.0, 3945.0, 3987.0, 3958.0, 3989.0, 3967.0, 3968.0, 3968.0, 3937.0, 3988.0, 3950.0, 4014.0, 3982.0, 4002.0, 3993.0, 3951.0, 4001.0, 3970.0, 3982.0, 3981.0, 3960.0, 4013.0, 3982.0, 3961.0, 3991.0, 3961.0, 4011.0, 3992.0, 3991.0, 3992.0, 3951.0, 4011.0, 3978.0, 3959.0, 4003.0, 3981.0, 3951.0, 4013.0, 3982.0, 3969.0, 3980.0, 3959.0, 4010.0, 3979.0, 3959.0, 3989.0, 3968.0, 4011.0, 3979.0, 3948.0, 3988.0, 3958.0, 3978.0, 3967.0, 3947.0, 4001.0, 3970.0, 4001.0, 3969.0, 3959.0, 3978.0, 3946.0, 4001.0, 3979.0, 3981.0, 3970.0, 3950.0, 4016.0, 3974.0, 3981.0, 3971.0, 3960.0, 3989.0, 3983.0, 3947.0, 3990.0, 3969.0, 3992.0, 3980.0, 3961.0, 4023.0, 3992.0, 3961.0, 4012.0, 3980.0, 4000.0, 3988.0, 3978.0, 3999.0, 3966.0, 3965.0, 3965.0, 3945.0, 3996.0, 3965.0, 3985.0, 3962.0, 3930.0, 3983.0, 3951.0, 3972.0, 3952.0, 3922.0, 3974.0, 3954.0, 3987.0, 3965.0, 3934.0, 3986.0, 3946.0, 3935.0, 3976.0, 3946.0, 3988.0, 3966.0, 3936.0, 3998.0, 3958.0, 3968.0, 3968.0, 3947.0, 4012.0, 3984.0, 3951.0, 3993.0, 3972.0, 3961.0, 4005.0, 3969.0, 3952.0, 3992.0, 3949.0, 3950.0, 3982.0, 3969.0, 3959.0, 3960.0, 3991.0, 3969.0, 3980.0, 3990.0, 3969.0, 3989.0, 3989.0, 3958.0, 3988.0, 3967.0, 3945.0, 3998.0, 3965.0, 3955.0, 3976.0, 3945.0, 3964.0, 3954.0, 3935.0, 3985.0, 3954.0, 3966.0, 3966.0, 3945.0, 3987.0, 3965.0, 3998.0, 3965.0, 3945.0, 3975.0, 3957.0, 4000.0, 3979.0, 3990.0, 3980.0, 3949.0, 3989.0, 3969.0, 3939.0, 4000.0, 3969.0, 3948.0, 3991.0, 3959.0, 3971.0, 3992.0, 3961.0, 4014.0, 3991.0, 3972.0, 4012.0, 3981.0, 4002.0, 3980.0, 3957.0, 4012.0, 3989.0, 4000.0, 3979.0, 3947.0, 3999.0, 3969.0, 4000.0, 3978.0, 3936.0, 3989.0, 3957.0, 3958.0, 3979.0, 3959.0, 4011.0, 3979.0, 3958.0, 3990.0, 3969.0, 3949.0, 3990.0, 3960.0, 4001.0, 3980.0, 3959.0, 4000.0, 3959.0, 4012.0, 3979.0, 3958.0, 3989.0, 3958.0, 3989.0, 3968.0, 3949.0, 3999.0, 3970.0, 3950.0, 3989.0, 3960.0, 4012.0, 3981.0, 3958.0, 4014.0, 3995.0, 3975.0, 3994.0, 3972.0, 3973.0, 4003.0, 3960.0, 3937.0, 3990.0, 3970.0, 3951.0, 4002.0, 3991.0, 3964.0, 4026.0, 4004.0, 3971.0, 3981.0, 3981.0, 3959.0, 3962.0, 3993.0, 3973.0, 3983.0, 4004.0, 3984.0, 4005.0, 4003.0, 3971.0, 4002.0, 3991.0, 3981.0, 4012.0, 3990.0, 3958.0, 4000.0, 3979.0, 3958.0, 4020.0, 3966.0, 3947.0, 3976.0, 3945.0, 4008.0, 3966.0, 3944.0, 3976.0, 3956.0, 3936.0, 3977.0, 3947.0, 3966.0, 3967.0, 3946.0, 3988.0, 3968.0, 3937.0, 4000.0, 3968.0, 3969.0, 3977.0, 3947.0, 4000.0, 3979.0, 4001.0, 3991.0, 3981.0, 4001.0, 3990.0, 3968.0, 3970.0, 3993.0, 3971.0, 3951.0, 3989.0, 3967.0, 3937.0, 3988.0, 3958.0, 3968.0, 3988.0, 3967.0, 3990.0, 3968.0, 3935.0, 3987.0, 3956.0, 3975.0, 3966.0, 3934.0, 3986.0, 3957.0, 3998.0, 3967.0, 3958.0], 'WindowWidth': [8963.0, 8956.0, 8878.0, 8855.0, 8847.0, 8804.0, 8870.0, 8844.0, 8848.0, 8846.0, 8817.0, 8889.0, 8849.0, 8836.0, 8863.0, 8822.0, 8893.0, 8849.0, 8877.0, 8863.0, 8818.0, 8873.0, 8832.0, 8906.0, 8858.0, 8831.0, 8860.0, 8835.0, 8905.0, 8850.0, 8853.0, 8902.0, 8842.0, 8931.0, 8874.0, 8845.0, 8900.0, 8861.0, 8860.0, 8877.0, 8879.0, 8945.0, 8906.0, 8845.0, 8898.0, 8859.0, 8844.0, 8901.0, 8860.0, 8951.0, 8891.0, 8863.0, 8904.0, 8862.0, 8956.0, 8914.0, 8891.0, 8869.0, 8840.0, 8912.0, 8870.0, 8888.0, 8907.0, 8853.0, 8913.0, 8898.0, 8941.0, 8890.0, 8848.0, 8915.0, 8887.0, 8876.0, 8904.0, 8866.0, 8917.0, 8903.0, 8876.0, 8892.0, 8922.0, 8876.0, 8922.0, 8905.0, 8857.0, 8932.0, 8882.0, 8837.0, 8893.0, 8851.0, 8894.0, 8862.0, 8832.0, 8893.0, 8863.0, 8837.0, 8876.0, 8843.0, 8912.0, 8868.0, 8825.0, 8897.0, 8874.0, 8892.0, 8888.0, 8862.0, 8913.0, 8885.0, 8867.0, 8883.0, 8840.0, 8926.0, 8882.0, 8880.0, 8883.0, 8853.0, 8911.0, 8867.0, 8885.0, 8881.0, 8841.0, 8913.0, 8886.0, 8918.0, 8888.0, 8872.0, 8895.0, 8850.0, 8908.0, 8865.0, 8892.0, 8869.0, 8852.0, 8892.0, 8836.0, 8907.0, 8867.0, 8886.0, 8881.0, 8841.0, 8912.0, 8874.0, 8863.0, 8906.0, 8866.0, 8931.0, 8893.0, 8848.0, 8919.0, 8891.0, 8936.0, 8890.0, 8870.0, 8916.0, 8870.0, 8900.0, 8883.0, 8838.0, 8926.0, 8869.0, 8856.0, 8882.0, 8857.0, 8926.0, 8873.0, 8831.0, 8931.0, 8897.0, 8884.0, 8906.0, 8896.0, 8861.0, 8946.0, 8879.0, 8847.0, 8888.0, 8847.0, 8923.0, 8876.0, 8860.0, 8873.0, 8833.0, 8905.0, 8857.0, 8831.0, 8873.0, 8849.0, 8877.0, 8864.0, 8829.0, 8899.0, 8867.0, 8930.0, 8885.0, 8868.0, 8881.0, 8855.0, 8915.0, 8865.0, 8908.0, 8876.0, 8867.0, 8866.0, 8836.0, 8907.0, 8869.0, 8828.0, 8901.0, 8872.0, 8888.0, 8885.0, 8860.0, 8930.0, 8886.0, 8885.0, 8899.0, 8872.0, 8916.0, 8869.0, 8840.0, 8896.0, 8867.0, 8895.0, 8880.0, 8842.0, 8928.0, 8883.0, 8884.0, 8912.0, 8855.0, 8924.0, 8880.0, 8842.0, 8895.0, 8866.0, 8894.0, 8865.0, 8839.0, 8896.0, 8870.0, 8893.0, 8866.0, 8839.0, 8908.0, 8885.0, 8901.0, 8885.0, 8842.0, 8911.0, 8868.0, 8914.0, 8882.0, 8854.0, 8913.0, 8868.0, 8894.0, 8879.0, 8822.0, 8909.0, 8868.0, 8904.0, 8890.0, 8871.0, 8917.0, 8905.0, 8910.0, 8905.0, 8875.0, 8846.0, 8900.0, 8857.0, 8883.0, 8899.0, 8877.0, 8889.0, 8917.0, 8859.0, 8899.0, 8879.0, 8835.0, 8911.0, 8862.0, 8845.0, 8874.0, 8844.0, 8863.0, 8864.0, 8821.0, 8906.0, 8862.0, 8817.0, 8891.0, 8867.0, 8867.0, 8895.0, 8852.0, 8908.0, 8864.0, 8851.0, 8882.0, 8848.0, 8923.0, 8860.0, 8844.0, 8871.0, 8830.0, 8902.0, 8857.0, 8827.0, 8866.0, 8843.0, 8873.0, 8858.0, 8816.0, 8886.0, 8847.0, 8832.0, 8873.0, 8849.0, 8904.0, 8861.0, 8822.0, 8876.0, 8852.0, 8923.0, 8880.0, 8864.0, 8875.0, 8836.0, 8908.0, 8870.0, 8872.0, 8898.0, 8866.0, 8908.0, 8880.0, 8875.0, 8906.0, 8872.0, 8907.0, 8863.0, 8905.0, 8882.0, 8860.0, 8897.0, 8825.0, 8887.0, 8852.0, 8934.0, 8883.0, 8850.0, 8828.0, 8824.0, 8835.0, 8879.0, 8813.0, 8849.0, 8864.0, 8917.0, 8860.0, 8914.0, 8879.0, 8900.0, 8874.0, 8855.0, 8891.0, 8816.0, 8915.0, 8839.0, 8860.0, 8837.0, 8796.0, 8889.0, 8865.0, 8843.0, 8850.0, 8805.0, 8879.0, 8902.0, 8861.0, 8873.0, 8817.0, 8869.0, 8839.0, 8839.0, 8853.0, 8811.0, 8881.0, 8860.0, 8904.0, 8877.0, 8834.0, 8876.0, 8864.0, 8903.0, 8863.0, 8847.0, 8889.0, 8862.0, 8850.0, 8862.0, 8833.0, 8889.0, 8858.0, 8841.0, 8913.0, 8883.0, 8839.0, 8891.0, 8848.0, 8905.0, 8882.0, 8883.0, 8876.0, 8831.0, 8874.0, 8845.0, 8803.0, 8872.0, 8851.0, 8827.0, 8906.0, 8877.0, 8847.0, 8916.0, 8888.0, 8844.0, 8920.0, 8877.0, 8931.0, 8899.0, 8868.0, 8881.0, 8850.0, 8910.0, 8864.0, 8848.0, 8878.0, 8852.0, 8890.0, 8865.0, 8840.0, 8881.0, 8867.0, 8910.0, 8882.0, 8870.0, 8898.0, 8854.0, 8929.0, 8881.0, 8911.0, 8863.0, 8884.0, 8882.0, 8851.0, 8909.0, 8863.0, 8849.0, 8864.0, 8855.0, 8930.0, 8885.0, 8840.0, 8896.0, 8868.0, 8870.0, 8869.0, 8853.0, 8930.0, 8882.0, 8853.0, 8881.0, 8852.0, 8911.0, 8877.0, 8877.0, 8873.0, 8833.0, 8903.0, 8862.0, 8862.0, 8876.0, 8834.0, 8891.0, 8864.0, 8823.0, 8896.0, 8864.0, 8854.0, 8882.0, 8854.0, 8894.0, 8866.0, 8854.0, 8895.0, 8865.0, 8895.0, 8865.0, 8821.0, 8893.0, 8865.0, 8891.0, 8859.0, 8817.0, 8890.0, 8848.0, 8847.0, 8872.0, 8844.0, 8875.0, 8847.0, 8822.0, 8879.0, 8850.0, 8891.0, 8864.0, 8844.0, 8890.0, 8871.0, 8905.0, 8885.0, 8844.0, 8912.0, 8883.0, 8843.0, 8915.0, 8869.0, 8871.0, 8882.0, 8855.0, 8933.0, 8882.0, 8851.0, 8911.0, 8865.0, 8835.0, 8877.0, 8853.0, 8893.0, 8878.0, 8839.0, 8910.0, 8866.0, 8838.0, 8894.0, 8865.0, 8892.0, 8864.0, 8816.0, 8890.0, 8861.0, 8891.0, 8863.0, 8819.0, 8893.0, 8865.0, 8853.0, 8878.0, 8851.0, 8893.0, 8861.0, 8817.0, 8894.0, 8863.0, 8895.0, 8868.0, 8821.0, 8893.0, 8869.0, 8879.0, 8873.0, 8836.0, 8908.0, 8864.0, 8837.0, 8882.0, 8851.0, 8922.0, 8864.0, 8864.0, 8888.0, 8854.0, 8904.0, 8857.0, 8875.0, 8846.0, 8821.0, 8891.0, 8869.0, 8896.0, 8881.0, 8842.0, 8913.0, 8868.0, 8882.0, 8883.0, 8852.0, 8926.0, 8863.0, 8861.0, 8861.0, 8819.0, 8908.0, 8875.0, 8888.0, 8861.0, 8814.0, 8884.0, 8857.0, 8814.0, 8890.0, 8848.0, 8871.0, 8858.0, 8814.0, 8885.0, 8839.0, 8856.0, 8839.0, 8795.0, 8868.0, 8839.0, 8853.0, 8838.0, 8799.0, 8864.0, 8840.0, 8864.0, 8838.0, 8800.0, 8859.0, 8851.0, 8887.0, 8863.0, 8808.0, 8878.0, 8854.0, 8896.0, 8881.0, 8841.0, 8918.0, 8898.0, 8897.0, 8894.0, 8864.0, 8927.0, 8881.0, 8839.0, 8897.0, 8872.0, 8877.0, 8912.0, 8886.0, 8953.0, 8906.0, 8869.0, 8923.0, 8871.0, 8914.0, 8878.0, 8851.0, 8934.0, 8908.0, 8919.0, 8882.0, 8877.0, 8905.0, 8844.0, 8903.0, 8851.0, 8826.0, 8853.0, 8829.0, 8900.0, 8859.0, 8849.0, 8863.0, 8836.0, 8891.0, 8861.0, 8891.0, 8860.0, 8817.0, 8873.0, 8847.0, 8905.0, 8858.0, 8832.0, 8872.0, 8833.0, 8890.0, 8859.0, 8859.0, 8858.0, 8818.0, 8890.0, 8848.0, 8862.0, 8859.0, 8820.0, 8890.0, 8849.0, 8891.0, 8859.0, 8833.0, 8881.0, 8850.0, 8937.0, 8891.0, 8827.0, 8890.0, 8856.0, 8930.0, 8909.0, 8843.0, 8902.0, 8877.0, 8902.0, 8872.0, 8844.0, 8917.0, 8874.0, 8847.0, 8917.0, 8890.0, 8861.0, 8919.0, 8872.0, 8912.0, 8864.0, 8835.0, 8889.0, 8847.0, 8889.0, 8859.0, 8820.0, 8876.0, 8852.0, 8868.0, 8865.0, 8826.0, 8912.0, 8871.0, 8871.0, 8883.0, 8845.0, 8915.0, 8869.0, 8926.0, 8868.0, 8836.0, 8880.0, 8838.0, 8909.0, 8863.0, 8878.0, 8860.0, 8819.0, 8891.0, 8848.0, 8906.0, 8863.0, 8854.0, 8919.0, 8879.0, 8900.0, 8854.0, 8824.0, 8898.0, 8859.0, 8912.0, 8871.0, 8873.0, 8886.0, 8855.0, 8915.0, 8870.0, 8896.0, 8884.0, 8840.0, 8911.0, 8868.0, 8910.0, 8863.0, 8822.0, 8892.0, 8852.0, 8892.0, 8865.0, 8825.0, 8896.0, 8855.0, 8898.0, 8869.0, 8851.0, 8910.0, 8851.0, 8891.0, 8849.0, 8849.0, 8876.0, 8832.0, 8888.0, 8846.0, 8819.0, 8876.0, 8846.0, 8877.0, 8862.0, 8821.0, 8891.0, 8848.0, 8863.0, 8861.0, 8817.0, 8890.0, 8844.0, 8905.0, 8861.0, 8861.0, 8845.0, 8800.0, 8870.0, 8845.0, 8861.0, 8864.0, 8809.0, 8892.0, 8852.0, 8854.0, 8869.0, 8845.0, 8914.0, 8872.0, 8887.0, 8888.0, 8826.0, 8921.0, 8872.0, 8872.0, 8882.0, 8859.0, 8898.0, 8875.0, 8831.0, 8921.0, 8892.0, 8906.0, 8890.0, 8863.0, 8936.0, 8890.0, 8876.0, 8904.0, 8862.0, 8920.0, 8889.0, 8847.0, 8905.0, 8877.0, 8918.0, 8888.0, 8832.0, 8917.0, 8875.0, 8917.0, 8886.0, 8841.0, 8911.0, 8870.0, 8871.0, 8866.0, 8828.0, 8898.0, 8871.0, 8858.0, 8883.0, 8848.0, 8916.0, 8872.0, 8890.0, 8887.0, 8869.0, 8939.0, 8887.0, 8873.0, 8930.0, 8877.0, 8863.0, 8907.0, 8856.0, 8842.0, 8881.0, 8856.0, 8844.0, 8914.0, 8869.0, 8917.0, 8884.0, 8839.0, 8912.0, 8864.0, 8878.0, 8872.0, 8833.0, 8874.0, 8858.0, 8818.0, 8875.0, 8850.0, 8853.0, 8863.0, 8827.0, 8896.0, 8866.0, 8864.0, 8865.0, 8822.0, 8894.0, 8849.0, 8891.0, 8861.0, 8818.0, 8876.0, 8831.0, 8875.0, 8847.0, 8819.0, 8876.0, 8835.0, 8879.0, 8850.0, 8808.0, 8876.0, 8838.0, 8909.0, 8862.0, 8899.0, 8899.0, 8861.0, 8934.0, 8874.0, 8839.0, 8895.0, 8859.0, 8831.0, 8901.0, 8871.0, 8829.0, 8901.0, 8859.0, 8848.0, 8918.0, 8888.0, 8860.0, 8900.0, 8857.0, 8931.0, 8879.0, 8835.0, 8878.0, 8835.0, 8875.0, 8847.0, 8824.0, 8893.0, 8852.0, 8830.0, 8883.0, 8846.0, 8916.0, 8872.0, 8846.0, 8902.0, 8860.0, 8917.0, 8883.0, 8928.0, 8883.0, 8866.0, 8878.0, 8823.0, 8895.0, 8853.0, 8909.0, 8864.0, 8908.0, 8864.0, 8850.0, 8863.0, 8822.0, 8878.0, 8837.0, 8893.0, 8856.0, 8899.0, 8869.0, 8871.0, 8871.0, 8828.0, 8896.0, 8852.0, 8941.0, 8897.0, 8923.0, 8912.0, 8854.0, 8920.0, 8879.0, 8895.0, 8894.0, 8866.0, 8938.0, 8895.0, 8868.0, 8907.0, 8868.0, 8935.0, 8910.0, 8909.0, 8909.0, 8851.0, 8933.0, 8885.0, 8861.0, 8924.0, 8894.0, 8853.0, 8939.0, 8894.0, 8874.0, 8889.0, 8859.0, 8929.0, 8885.0, 8858.0, 8899.0, 8870.0, 8934.0, 8885.0, 8841.0, 8896.0, 8857.0, 8883.0, 8867.0, 8843.0, 8921.0, 8877.0, 8918.0, 8873.0, 8859.0, 8885.0, 8840.0, 8918.0, 8887.0, 8891.0, 8874.0, 8851.0, 8948.0, 8891.0, 8897.0, 8880.0, 8865.0, 8901.0, 8902.0, 8846.0, 8903.0, 8873.0, 8909.0, 8893.0, 8867.0, 8954.0, 8911.0, 8867.0, 8936.0, 8888.0, 8918.0, 8897.0, 8881.0, 8916.0, 8863.0, 8862.0, 8861.0, 8836.0, 8906.0, 8859.0, 8888.0, 8853.0, 8808.0, 8881.0, 8837.0, 8867.0, 8840.0, 8800.0, 8872.0, 8848.0, 8895.0, 8862.0, 8820.0, 8891.0, 8836.0, 8821.0, 8877.0, 8839.0, 8897.0, 8867.0, 8825.0, 8910.0, 8857.0, 8872.0, 8870.0, 8841.0, 8935.0, 8904.0, 8858.0, 8914.0, 8884.0, 8866.0, 8931.0, 8875.0, 8858.0, 8910.0, 8846.0, 8849.0, 8894.0, 8874.0, 8862.0, 8863.0, 8906.0, 8874.0, 8891.0, 8903.0, 8872.0, 8900.0, 8900.0, 8856.0, 8896.0, 8866.0, 8835.0, 8911.0, 8861.0, 8848.0, 8875.0, 8835.0, 8859.0, 8845.0, 8820.0, 8889.0, 8847.0, 8865.0, 8865.0, 8836.0, 8894.0, 8865.0, 8912.0, 8865.0, 8838.0, 8878.0, 8855.0, 8918.0, 8888.0, 8908.0, 8891.0, 8850.0, 8903.0, 8875.0, 8836.0, 8918.0, 8877.0, 8850.0, 8908.0, 8862.0, 8881.0, 8912.0, 8870.0, 8944.0, 8909.0, 8884.0, 8939.0, 8895.0, 8925.0, 8892.0, 8857.0, 8937.0, 8902.0, 8917.0, 8887.0, 8842.0, 8914.0, 8873.0, 8918.0, 8886.0, 8827.0, 8900.0, 8855.0, 8860.0, 8888.0, 8862.0, 8935.0, 8891.0, 8861.0, 8905.0, 8877.0, 8850.0, 8905.0, 8863.0, 8921.0, 8890.0, 8860.0, 8917.0, 8861.0, 8937.0, 8889.0, 8860.0, 8902.0, 8858.0, 8902.0, 8871.0, 8847.0, 8915.0, 8876.0, 8851.0, 8903.0, 8865.0, 8938.0, 8892.0, 8859.0, 8946.0, 8925.0, 8896.0, 8920.0, 8888.0, 8889.0, 8925.0, 8863.0, 8828.0, 8903.0, 8879.0, 8855.0, 8926.0, 8910.0, 8877.0, 8964.0, 8929.0, 8883.0, 8894.0, 8892.0, 8861.0, 8871.0, 8913.0, 8886.0, 8900.0, 8931.0, 8903.0, 8934.0, 8929.0, 8882.0, 8922.0, 8906.0, 8894.0, 8936.0, 8905.0, 8859.0, 8919.0, 8888.0, 8857.0, 8947.0, 8867.0, 8840.0, 8879.0, 8836.0, 8926.0, 8865.0, 8832.0, 8878.0, 8851.0, 8826.0, 8882.0, 8841.0, 8865.0, 8867.0, 8839.0, 8896.0, 8871.0, 8829.0, 8916.0, 8872.0, 8875.0, 8883.0, 8842.0, 8917.0, 8885.0, 8918.0, 8906.0, 8893.0, 8924.0, 8905.0, 8875.0, 8878.0, 8912.0, 8884.0, 8855.0, 8900.0, 8867.0, 8826.0, 8896.0, 8857.0, 8871.0, 8898.0, 8869.0, 8903.0, 8869.0, 8822.0, 8891.0, 8849.0, 8876.0, 8863.0, 8820.0, 8890.0, 8855.0, 8910.0, 8868.0, 8857.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.003372808478425435</td></tr>
<tr><td colspan=3>aqi</td><td>0.03550509704769114</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.449056608106105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1674370843333337</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.029017248598484</td></tr>
<tr><td colspan=3>efc</td><td>0.4853</td></tr>
<tr><td colspan=3>fber</td><td>3565.1985</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11140206893147857</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.462528387585163</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.668806647536183</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7118442989809575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7624942068642784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.532081436763314</td></tr>
<tr><td colspan=3>gcor</td><td>0.00711209</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0029534788336604834</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017933271825313568</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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.9625603554464077</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.2181</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1846</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2827</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299356.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>747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.3794</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4748</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.4597</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3169.2942</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.6882</td></tr>
<tr><td colspan=3>tsnr</td><td>32.43593465723097</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>