<?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-0095_ses-03_task-alignvideo_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-0095_ses-03_task-alignvideo_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-03_subject-0095_suffix-bold_task-alignvideo" 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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0095_suffix-bold_task-alignvideo" 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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_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-03_subject-0095_suffix-bold_task-alignvideo" 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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_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-03_subject-0095_suffix-bold_task-alignvideo" 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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0095_suffix-bold_task-alignvideo" 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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-03_task-alignvideo_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-alignvideo_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-0095/ses-03/func/sub-0095_ses-03_task-alignvideo_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>299e3a07cccc12de9f7c30ce9f4ea23b</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>11:50:16.587500</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.999914, -0.00339855, -0.0126836, 0.00244319, 0.997211, -0.0745917]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.086689</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7783, -7263, 171, -93, -279, -210, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.199</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a9d5744-0a1c-4e1f-bb6b-a978e6bd1e6c||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.6826956272125244, 0.006554902996867895, -0.034834638237953186, 109.3394546508789], [0.00911805685609579, 2.6754446029663086, -0.20129641890525818, -92.29963684082031], [-0.03402913734316826, 0.20012395083904266, 2.692260503768921, -115.79230499267578], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['115016.587500', '115017.047500', '115017.507500', '115017.967500', '115018.427500', '115018.887500', '115019.347500', '115019.807500', '115020.267500', '115020.727500', '115021.187500', '115021.647500', '115022.107500', '115022.567500', '115023.027500', '115023.487500', '115023.947500', '115024.407500', '115024.867500', '115025.327500', '115025.787500', '115026.247500', '115026.707500', '115027.167500', '115027.627500', '115028.087500', '115028.547500', '115029.007500', '115029.467500', '115029.927500', '115030.387500', '115030.847500', '115031.307500', '115031.767500', '115032.227500', '115032.687500', '115033.147500', '115033.607500', '115034.067500', '115034.527500', '115034.987500', '115035.447500', '115035.907500', '115036.367500', '115036.827500', '115037.287500', '115037.747500', '115038.207500', '115038.667500', '115039.127500', '115039.587500', '115040.047500', '115040.507500', '115040.967500', '115041.427500', '115041.887500', '115042.347500', '115042.807500', '115043.267500', '115043.727500', '115044.187500', '115044.647500', '115045.107500', '115045.567500', '115046.027500', '115046.487500', '115046.947500', '115047.407500', '115047.867500', '115048.327500', '115048.787500', '115049.247500', '115049.707500', '115050.167500', '115050.627500', '115051.087500', '115051.547500', '115052.007500', '115052.467500', '115052.927500', '115053.387500', '115053.847500', '115054.307500', '115054.767500', '115055.227500', '115055.687500', '115056.147500', '115056.607500', '115057.067500', '115057.527500', '115057.987500', '115058.447500', '115058.907500', '115059.367500', '115059.827500', '115100.287500', '115100.747500', '115101.207500', '115101.667500', '115102.127500', '115102.587500', '115103.047500', '115103.507500', '115103.967500', '115104.427500', '115104.887500', '115105.347500', '115105.807500', '115106.267500', '115106.727500', '115107.187500', '115107.647500', '115108.107500', '115108.567500', '115109.027500', '115109.487500', '115109.947500', '115110.407500', '115110.867500', '115111.327500', '115111.787500', '115112.247500', '115112.707500', '115113.167500', '115113.627500', '115114.087500', '115114.547500', '115115.007500', '115115.467500', '115115.927500', '115116.387500', '115116.847500', '115117.307500', '115117.767500', '115118.227500', '115118.687500', '115119.147500', '115119.607500', '115120.067500', '115120.527500', '115120.987500', '115121.447500', '115121.907500', '115122.367500', '115122.827500', '115123.287500', '115123.747500', '115124.207500', '115124.667500', '115125.127500', '115125.587500', '115126.047500', '115126.507500', '115126.967500', '115127.427500', '115127.887500', '115128.347500', '115128.807500', '115129.267500', '115129.727500', '115130.187500', '115130.647500', '115131.107500', '115131.567500', '115132.027500', '115132.487500', '115132.947500', '115133.407500', '115133.867500', '115134.327500', '115134.787500', '115135.247500', '115135.707500', '115136.167500', '115136.627500', '115137.087500', '115137.547500', '115138.007500', '115138.467500', '115138.927500', '115139.387500', '115139.847500', '115140.307500', '115140.767500', '115141.227500', '115141.687500', '115142.147500', '115142.607500', '115143.067500', '115143.527500', '115143.987500', '115144.447500', '115144.907500', '115145.367500', '115145.827500', '115146.287500', '115146.747500', '115147.207500', '115147.667500', '115148.127500', '115148.587500', '115149.047500', '115149.507500', '115149.967500', '115150.427500', '115150.887500', '115151.347500', '115151.807500', '115152.267500', '115152.727500', '115153.187500', '115153.647500', '115154.107500', '115154.567500', '115155.027500', '115155.487500', '115155.947500', '115156.407500', '115156.867500', '115157.327500', '115157.787500', '115158.247500', '115158.707500', '115159.167500', '115159.627500', '115200.087500', '115200.547500', '115201.007500', '115201.467500', '115201.927500', '115202.387500', '115202.847500', '115203.307500', '115203.767500', '115204.227500', '115204.687500', '115205.147500', '115205.607500', '115206.067500', '115206.527500', '115206.987500', '115207.447500', '115207.907500', '115208.367500', '115208.827500', '115209.287500', '115209.747500', '115210.207500', '115210.667500', '115211.127500', '115211.587500', '115212.047500', '115212.507500', '115212.967500', '115213.427500', '115213.887500', '115214.347500', '115214.807500', '115215.267500', '115215.727500', '115216.187500', '115216.647500', '115217.107500', '115217.567500', '115218.027500', '115218.487500', '115218.947500', '115219.407500', '115219.867500', '115220.327500', '115220.787500', '115221.247500', '115221.707500', '115222.167500', '115222.627500', '115223.087500', '115223.547500', '115224.007500', '115224.467500', '115224.927500', '115225.387500', '115225.847500', '115226.307500', '115226.767500', '115227.227500', '115227.687500', '115228.147500', '115228.607500', '115229.067500', '115229.527500', '115229.987500', '115230.447500', '115230.907500', '115231.367500', '115231.827500', '115232.287500', '115232.747500', '115233.207500', '115233.667500', '115234.127500', '115234.587500', '115235.047500', '115235.507500', '115235.967500', '115236.427500', '115236.887500', '115237.347500', '115237.807500', '115238.267500', '115238.727500', '115239.187500', '115239.647500', '115240.107500', '115240.567500', '115241.027500', '115241.487500', '115241.947500', '115242.407500', '115242.867500', '115243.327500', '115243.787500', '115244.247500', '115244.707500', '115245.167500', '115245.627500', '115246.087500', '115246.547500', '115247.007500', '115247.467500', '115247.927500', '115248.387500', '115248.847500', '115249.307500', '115249.767500', '115250.227500', '115250.687500', '115251.147500', '115251.607500', '115252.067500', '115252.527500', '115252.987500', '115253.447500', '115253.907500', '115254.367500', '115254.827500', '115255.287500', '115255.747500', '115256.207500', '115256.667500', '115257.127500', '115257.587500', '115258.047500', '115258.507500', '115258.967500', '115259.427500', '115259.887500', '115300.347500', '115300.807500', '115301.267500', '115301.727500', '115302.187500', '115302.647500', '115303.107500', '115303.567500', '115304.027500', '115304.487500', '115304.947500', '115305.407500', '115305.867500', '115306.327500', '115306.787500', '115307.247500', '115307.707500', '115308.167500', '115308.627500', '115309.087500', '115309.547500', '115310.007500', '115310.467500', '115310.927500', '115311.387500', '115311.847500', '115312.307500', '115312.767500', '115313.227500', '115313.687500', '115314.147500', '115314.607500', '115315.067500', '115315.527500', '115315.987500', '115316.447500', '115316.907500', '115317.367500', '115317.827500', '115318.287500', '115318.747500', '115319.207500', '115319.667500', '115320.127500', '115320.587500', '115321.047500', '115321.507500', '115321.967500', '115322.427500', '115322.887500', '115323.347500', '115323.807500', '115324.267500', '115324.727500', '115325.187500', '115325.647500', '115326.107500', '115326.567500', '115327.027500', '115327.487500', '115327.947500', '115328.407500', '115328.867500', '115329.327500', '115329.787500', '115330.247500', '115330.707500', '115331.167500', '115331.627500', '115332.087500', '115332.547500', '115333.007500', '115333.467500', '115333.927500', '115334.387500', '115334.847500', '115335.307500', '115335.767500', '115336.227500', '115336.687500', '115337.147500', '115337.607500', '115338.067500', '115338.527500', '115338.987500', '115339.447500', '115339.907500', '115340.367500', '115340.827500', '115341.287500', '115341.747500', '115342.207500', '115342.667500', '115343.127500', '115343.587500', '115344.047500', '115344.507500', '115344.967500', '115345.427500', '115345.887500', '115346.347500', '115346.807500', '115347.267500', '115347.727500', '115348.187500', '115348.647500', '115349.107500', '115349.567500', '115350.027500', '115350.487500', '115350.947500', '115351.407500', '115351.867500', '115352.327500', '115352.787500', '115353.247500', '115353.707500', '115354.167500', '115354.627500', '115355.087500', '115355.547500', '115356.007500', '115356.467500', '115356.927500', '115357.387500', '115357.847500', '115358.307500', '115358.767500', '115359.227500', '115359.687500', '115400.147500', '115400.607500', '115401.067500', '115401.527500', '115401.987500', '115402.447500', '115402.907500', '115403.367500', '115403.827500', '115404.287500', '115404.747500', '115405.207500', '115405.667500', '115406.127500', '115406.587500', '115407.047500', '115407.507500', '115407.967500', '115408.427500', '115408.887500', '115409.347500', '115409.807500', '115410.267500', '115410.727500', '115411.187500', '115411.647500', '115412.107500', '115412.567500', '115413.027500', '115413.487500', '115413.947500', '115414.407500', '115414.867500', '115415.327500', '115415.787500', '115416.247500', '115416.707500', '115417.167500', '115417.627500', '115418.087500', '115418.547500', '115419.007500', '115419.467500', '115419.927500', '115420.387500', '115420.847500', '115421.307500', '115421.767500', '115422.227500', '115422.687500', '115423.147500', '115423.607500', '115424.067500', '115424.527500', '115424.987500', '115425.447500', '115425.907500', '115426.367500', '115426.827500', '115427.287500', '115427.747500', '115428.207500', '115428.667500', '115429.127500', '115429.587500', '115430.047500', '115430.507500', '115430.967500', '115431.427500', '115431.887500', '115432.347500', '115432.807500', '115433.267500', '115433.727500', '115434.187500', '115434.647500', '115435.107500', '115435.567500', '115436.027500', '115436.487500', '115436.947500', '115437.407500', '115437.867500', '115438.327500', '115438.787500', '115439.247500', '115439.707500', '115440.167500', '115440.627500', '115441.087500', '115441.547500', '115442.007500', '115442.467500', '115442.927500', '115443.387500', '115443.847500', '115444.307500', '115444.767500', '115445.227500', '115445.687500', '115446.147500', '115446.607500', '115447.067500', '115447.527500', '115447.987500', '115448.447500', '115448.907500', '115449.367500', '115449.827500', '115450.287500', '115450.747500', '115451.207500', '115451.667500', '115452.127500', '115452.587500', '115453.047500', '115453.507500', '115453.967500', '115454.427500', '115454.887500', '115455.347500', '115455.807500', '115456.267500', '115456.727500', '115457.187500', '115457.647500', '115458.107500', '115458.567500', '115459.027500', '115459.487500', '115459.947500', '115500.407500', '115500.867500', '115501.327500', '115501.787500', '115502.247500', '115502.707500', '115503.167500', '115503.627500', '115504.087500', '115504.547500', '115505.007500', '115505.467500', '115505.927500', '115506.387500', '115506.847500', '115507.307500', '115507.767500', '115508.227500', '115508.687500', '115509.147500', '115509.607500', '115510.067500', '115510.527500', '115510.987500', '115511.447500', '115511.907500', '115512.367500', '115512.827500', '115513.287500', '115513.747500', '115514.207500', '115514.667500', '115515.127500', '115515.587500', '115516.047500', '115516.507500', '115516.967500', '115517.427500', '115517.887500', '115518.347500', '115518.807500', '115519.267500', '115519.727500', '115520.187500', '115520.647500', '115521.107500', '115521.567500', '115522.027500', '115522.487500', '115522.947500', '115523.407500', '115523.867500', '115524.327500', '115524.787500', '115525.247500', '115525.707500', '115526.167500', '115526.627500', '115527.087500', '115527.547500', '115528.007500', '115528.467500', '115528.927500', '115529.387500', '115529.847500', '115530.307500', '115530.767500', '115531.227500', '115531.687500', '115532.147500', '115532.607500', '115533.067500', '115533.527500', '115533.987500', '115534.447500', '115534.907500', '115535.367500', '115535.827500', '115536.287500', '115536.747500', '115537.207500', '115537.667500', '115538.127500', '115538.587500', '115539.047500', '115539.507500', '115539.967500', '115540.427500', '115540.887500', '115541.347500', '115541.807500', '115542.267500', '115542.727500', '115543.187500', '115543.647500', '115544.107500', '115544.567500', '115545.027500', '115545.487500', '115545.947500', '115546.407500', '115546.867500', '115547.327500', '115547.787500', '115548.247500', '115548.707500', '115549.167500', '115549.627500', '115550.087500', '115550.547500', '115551.007500', '115551.467500', '115551.927500', '115552.387500', '115552.847500', '115553.307500', '115553.767500', '115554.227500', '115554.687500', '115555.147500', '115555.607500', '115556.067500', '115556.527500', '115556.987500', '115557.447500', '115557.907500', '115558.367500', '115558.827500', '115559.287500', '115559.747500', '115600.207500', '115600.667500', '115601.127500', '115601.587500', '115602.047500', '115602.507500', '115602.967500', '115603.427500', '115603.887500', '115604.347500', '115604.807500', '115605.267500', '115605.727500', '115606.187500', '115606.647500', '115607.107500', '115607.567500', '115608.027500', '115608.487500', '115608.947500', '115609.407500', '115609.867500', '115610.327500', '115610.787500', '115611.247500', '115611.707500', '115612.167500', '115612.627500', '115613.087500', '115613.547500', '115614.007500', '115614.467500', '115614.927500', '115615.387500', '115615.847500', '115616.307500', '115616.767500', '115617.227500', '115617.687500', '115618.147500', '115618.607500', '115619.067500', '115619.527500', '115619.987500', '115620.447500', '115620.907500', '115621.367500', '115621.827500', '115622.287500', '115622.747500', '115623.207500', '115623.667500', '115624.127500', '115624.587500', '115625.047500', '115625.507500', '115625.967500', '115626.427500', '115626.887500', '115627.347500', '115627.807500', '115628.267500', '115628.727500', '115629.187500', '115629.647500', '115630.107500', '115630.567500', '115631.027500', '115631.487500', '115631.947500', '115632.407500', '115632.867500', '115633.327500', '115633.787500', '115634.247500', '115634.707500', '115635.167500', '115635.627500', '115636.087500', '115636.547500', '115637.007500', '115637.467500', '115637.927500', '115638.387500', '115638.847500', '115639.307500', '115639.767500', '115640.227500', '115640.687500', '115641.147500', '115641.607500', '115642.067500', '115642.527500', '115642.987500', '115643.447500', '115643.907500', '115644.367500', '115644.827500', '115645.287500', '115645.747500', '115646.207500', '115646.667500', '115647.127500', '115647.587500', '115648.047500', '115648.507500', '115648.967500', '115649.427500', '115649.887500', '115650.347500', '115650.807500', '115651.267500', '115651.727500', '115652.187500', '115652.647500', '115653.107500', '115653.567500', '115654.027500', '115654.487500', '115654.947500', '115655.407500', '115655.867500', '115656.327500', '115656.787500', '115657.247500', '115657.707500', '115658.167500', '115658.627500', '115659.087500', '115659.547500', '115700.007500', '115700.467500', '115700.927500', '115701.387500', '115701.847500', '115702.307500', '115702.767500', '115703.227500', '115703.687500', '115704.147500', '115704.607500', '115705.067500', '115705.527500', '115705.987500', '115706.447500', '115706.907500', '115707.367500', '115707.827500', '115708.287500', '115708.747500', '115709.207500', '115709.667500', '115710.127500', '115710.587500', '115711.047500', '115711.507500', '115711.967500', '115712.427500', '115712.887500', '115713.347500', '115713.807500', '115714.267500', '115714.727500', '115715.187500', '115715.647500', '115716.107500', '115716.567500', '115717.027500', '115717.487500', '115717.947500', '115718.407500', '115718.867500', '115719.327500', '115719.787500', '115720.247500', '115720.707500', '115721.167500', '115721.627500', '115722.087500', '115722.547500', '115723.007500', '115723.467500', '115723.927500', '115724.387500', '115724.847500', '115725.307500', '115725.767500', '115726.227500', '115726.687500', '115727.147500', '115727.607500', '115728.067500', '115728.527500', '115728.987500', '115729.447500', '115729.907500', '115730.367500', '115730.827500', '115731.287500', '115731.747500', '115732.207500', '115732.667500', '115733.127500', '115733.587500', '115734.047500', '115734.507500', '115734.967500', '115735.427500', '115735.887500', '115736.347500', '115736.807500', '115737.267500', '115737.727500', '115738.187500', '115738.647500', '115739.107500', '115739.567500', '115740.027500', '115740.487500', '115740.947500', '115741.407500', '115741.867500', '115742.327500', '115742.787500', '115743.247500', '115743.707500', '115744.167500', '115744.627500', '115745.087500', '115745.547500', '115746.007500', '115746.467500', '115746.927500', '115747.387500', '115747.847500', '115748.307500', '115748.767500', '115749.227500', '115749.687500', '115750.147500', '115750.607500', '115751.067500', '115751.527500', '115751.987500', '115752.447500', '115752.907500', '115753.367500', '115753.827500', '115754.287500', '115754.747500', '115755.207500', '115755.667500', '115756.127500', '115756.587500', '115757.047500', '115757.507500', '115757.967500', '115758.427500', '115758.887500', '115759.347500', '115759.807500', '115800.267500', '115800.727500', '115801.187500', '115801.647500', '115802.107500', '115802.567500', '115803.027500', '115803.487500', '115803.947500', '115804.407500', '115804.867500', '115805.327500', '115805.787500', '115806.247500', '115806.707500', '115807.167500', '115807.627500', '115808.087500', '115808.547500', '115809.007500', '115809.467500', '115809.927500', '115810.387500', '115810.847500', '115811.307500', '115811.767500', '115812.227500', '115812.687500', '115813.147500', '115813.607500', '115814.067500', '115814.527500', '115814.987500', '115815.447500', '115815.907500', '115816.367500', '115816.827500', '115817.287500', '115817.747500', '115818.207500', '115818.667500', '115819.127500', '115819.587500', '115820.047500', '115820.507500', '115820.967500', '115821.427500', '115821.887500', '115822.347500', '115822.807500', '115823.267500', '115823.727500', '115824.187500', '115824.647500', '115825.107500', '115825.567500', '115826.027500', '115826.487500', '115826.947500', '115827.407500', '115827.867500', '115828.327500', '115828.787500', '115829.247500', '115829.707500', '115830.167500', '115830.627500', '115831.087500', '115831.547500', '115832.007500', '115832.467500', '115832.927500', '115833.387500', '115833.847500', '115834.307500', '115834.767500', '115835.227500', '115835.687500', '115836.147500', '115836.607500', '115837.067500', '115837.527500', '115837.987500', '115838.447500', '115838.907500', '115839.367500', '115839.827500', '115840.287500', '115840.747500', '115841.207500', '115841.667500', '115842.127500', '115842.587500', '115843.047500', '115843.507500', '115843.967500', '115844.427500', '115844.887500', '115845.347500', '115845.807500', '115846.267500', '115846.727500', '115847.187500', '115847.647500', '115848.107500', '115848.567500', '115849.027500', '115849.487500', '115849.947500', '115850.407500', '115850.867500', '115851.327500', '115851.787500', '115852.247500', '115852.707500', '115853.167500', '115853.627500', '115854.087500', '115854.547500', '115855.007500', '115855.467500', '115855.927500', '115856.387500', '115856.847500', '115857.307500', '115857.767500', '115858.227500', '115858.687500', '115859.147500', '115859.607500', '115900.067500', '115900.527500', '115900.987500', '115901.447500', '115901.907500', '115902.367500', '115902.827500', '115903.287500', '115903.747500', '115904.207500', '115904.667500', '115905.127500', '115905.587500', '115906.047500', '115906.507500', '115906.967500', '115907.427500', '115907.887500', '115908.347500', '115908.807500', '115909.267500', '115909.727500', '115910.187500', '115910.647500', '115911.107500', '115911.567500', '115912.027500', '115912.487500', '115912.947500', '115913.407500', '115913.867500', '115914.327500', '115914.787500', '115915.247500', '115915.707500', '115916.167500', '115916.627500', '115917.087500', '115917.547500', '115918.007500', '115918.467500', '115918.927500', '115919.387500', '115919.847500', '115920.307500', '115920.767500', '115921.227500', '115921.687500', '115922.147500', '115922.607500', '115923.067500', '115923.527500', '115923.987500', '115924.447500', '115924.907500', '115925.367500', '115925.827500', '115926.287500', '115926.747500', '115927.207500', '115927.667500', '115928.127500', '115928.587500', '115929.047500', '115929.507500', '115929.967500', '115930.427500', '115930.887500', '115931.347500', '115931.807500', '115932.267500', '115932.727500', '115933.187500', '115933.647500', '115934.107500', '115934.567500', '115935.027500', '115935.487500', '115935.947500', '115936.407500', '115936.867500', '115937.327500', '115937.787500', '115938.247500', '115938.707500', '115939.167500', '115939.627500', '115940.087500', '115940.547500', '115941.007500', '115941.467500', '115941.927500', '115942.387500', '115942.847500', '115943.307500', '115943.767500', '115944.227500', '115944.687500', '115945.147500', '115945.607500', '115946.067500', '115946.527500', '115946.987500', '115947.447500', '115947.907500', '115948.367500', '115948.827500', '115949.287500', '115949.747500', '115950.207500', '115950.667500', '115951.127500', '115951.587500', '115952.047500', '115952.507500', '115952.967500', '115953.427500', '115953.887500', '115954.347500', '115954.807500', '115955.267500', '115955.727500', '115956.187500', '115956.647500', '115957.107500', '115957.567500', '115958.027500', '115958.487500', '115958.947500', '115959.407500', '115959.867500', '120000.327500', '120000.787500', '120001.247500', '120001.707500', '120002.167500', '120002.627500', '120003.087500', '120003.547500', '120004.007500', '120004.467500', '120004.927500', '120005.387500', '120005.847500', '120006.307500', '120006.767500', '120007.227500', '120007.687500', '120008.147500', '120008.607500', '120009.067500', '120009.527500', '120009.987500', '120010.447500', '120010.907500', '120011.367500', '120011.827500', '120012.287500', '120012.747500', '120013.207500', '120013.667500', '120014.127500', '120014.587500', '120015.047500', '120015.507500', '120015.967500', '120016.427500', '120016.887500', '120017.347500', '120017.807500', '120018.267500', '120018.727500', '120019.187500', '120019.647500', '120020.107500', '120020.567500', '120021.027500', '120021.487500', '120021.947500', '120022.407500', '120022.867500', '120023.327500', '120023.787500', '120024.247500', '120024.707500', '120025.167500', '120025.627500', '120026.087500', '120026.547500', '120027.007500', '120027.467500', '120027.927500', '120028.387500', '120028.847500', '120029.307500', '120029.767500', '120030.227500'], 'ContentTime': ['115038.257000', '115038.267000', '115038.269000', '115038.272000', '115038.274000', '115038.277000', '115038.280000', '115038.282000', '115038.285000', '115038.287000', '115038.293000', '115038.295000', '115038.298000', '115038.301000', '115038.303000', '115038.306000', '115038.308000', '115038.311000', '115038.313000', '115038.316000', '115038.318000', '115038.321000', '115038.324000', '115038.326000', '115038.329000', '115038.331000', '115038.334000', '115038.336000', '115038.339000', '115038.342000', '115038.344000', '115038.347000', '115038.349000', '115038.352000', '115038.354000', '115038.357000', '115038.360000', '115038.362000', '115038.365000', '115038.367000', '115038.370000', '115038.372000', '115038.375000', '115038.377000', '115038.380000', '115058.211000', '115058.214000', '115058.216000', '115058.219000', '115058.221000', '115058.224000', '115058.226000', '115058.229000', '115058.231000', '115058.234000', '115058.237000', '115058.239000', '115058.242000', '115058.244000', '115058.247000', '115058.250000', '115058.252000', '115058.255000', '115058.257000', '115058.260000', '115058.262000', '115058.265000', '115058.267000', '115058.270000', '115058.273000', '115058.275000', '115058.278000', '115058.284000', '115058.286000', '115058.289000', '115058.291000', '115058.294000', '115058.296000', '115058.299000', '115058.301000', '115058.304000', '115058.306000', '115058.309000', '115058.311000', '115058.314000', '115058.317000', '115058.319000', '115058.322000', '115118.211000', '115118.214000', '115118.216000', '115118.219000', '115118.221000', '115118.224000', '115118.227000', '115118.229000', '115118.232000', '115118.234000', '115118.237000', '115118.240000', '115118.242000', '115118.245000', '115118.247000', '115118.250000', '115118.252000', '115118.255000', '115118.257000', '115118.260000', '115118.262000', '115118.265000', '115118.268000', '115118.270000', '115118.273000', '115118.275000', '115118.279000', '115118.281000', '115118.284000', '115118.287000', '115118.294000', '115118.296000', '115118.299000', '115118.301000', '115118.304000', '115118.306000', '115118.309000', '115118.312000', '115118.314000', '115118.317000', '115118.319000', '115118.322000', '115118.325000', '115138.210000', '115138.212000', '115138.215000', '115138.218000', '115138.220000', '115138.223000', '115138.225000', '115138.228000', '115138.231000', '115138.233000', '115138.236000', '115138.238000', '115138.241000', '115138.244000', '115138.246000', '115138.249000', '115138.251000', '115138.254000', '115138.256000', '115138.259000', '115138.261000', '115138.264000', '115138.267000', '115138.269000', '115138.272000', '115138.274000', '115138.277000', '115138.280000', '115138.282000', '115138.285000', '115138.287000', '115138.290000', '115138.292000', '115138.295000', '115138.298000', '115138.300000', '115138.303000', '115138.305000', '115138.308000', '115138.310000', '115138.313000', '115138.316000', '115138.318000', '115138.321000', '115158.210000', '115158.213000', '115158.216000', '115158.218000', '115158.221000', '115158.224000', '115158.226000', '115158.229000', '115158.231000', '115158.234000', '115158.237000', '115158.239000', '115158.242000', '115158.244000', '115158.247000', '115158.250000', '115158.252000', '115158.255000', '115158.257000', '115158.260000', '115158.262000', '115158.265000', '115158.280000', '115158.283000', '115158.285000', '115158.288000', '115158.291000', '115158.293000', '115158.296000', '115158.298000', '115158.301000', '115158.304000', '115158.306000', '115158.309000', '115158.311000', '115158.314000', '115158.317000', '115158.319000', '115158.322000', '115158.324000', '115158.327000', '115158.329000', '115158.332000', '115218.211000', '115218.213000', '115218.216000', '115218.219000', '115218.221000', '115218.224000', '115218.226000', '115218.229000', '115218.231000', '115218.234000', '115218.237000', '115218.239000', '115218.242000', '115218.244000', '115218.247000', '115218.250000', '115218.252000', '115218.255000', '115218.257000', '115218.260000', '115218.262000', '115218.265000', '115218.268000', '115218.270000', '115218.273000', '115218.275000', '115218.278000', '115218.281000', '115218.283000', '115218.286000', '115218.288000', '115218.291000', '115218.293000', '115218.296000', '115218.299000', '115218.301000', '115218.304000', '115218.306000', '115218.309000', '115218.312000', '115218.322000', '115218.325000', '115218.327000', '115218.330000', '115238.210000', '115238.213000', '115238.216000', '115238.219000', '115238.221000', '115238.224000', '115238.226000', '115238.229000', '115238.232000', '115238.234000', '115238.237000', '115238.239000', '115238.242000', '115238.244000', '115238.247000', '115238.249000', '115238.252000', '115238.255000', '115238.257000', '115238.260000', '115238.262000', '115238.265000', '115238.267000', '115238.270000', '115238.272000', '115238.275000', '115238.278000', '115238.280000', '115238.283000', '115238.285000', '115238.288000', '115238.291000', '115238.293000', '115238.296000', '115238.299000', '115238.302000', '115238.304000', '115238.307000', '115238.310000', '115238.312000', '115238.315000', '115238.318000', '115238.321000', '115258.210000', '115258.213000', '115258.216000', '115258.219000', '115258.222000', '115258.225000', '115258.227000', '115258.230000', '115258.233000', '115258.235000', '115258.238000', '115258.240000', '115258.243000', '115258.246000', '115258.248000', '115258.251000', '115258.253000', '115258.256000', '115258.259000', '115258.261000', '115258.264000', '115258.267000', '115258.269000', '115258.272000', '115258.275000', '115258.277000', '115258.280000', '115258.283000', '115258.290000', '115258.292000', '115258.295000', '115258.298000', '115258.300000', '115258.303000', '115258.306000', '115258.308000', '115258.311000', '115258.313000', '115258.316000', '115258.319000', '115258.321000', '115258.324000', '115258.326000', '115258.329000', '115318.211000', '115318.213000', '115318.217000', '115318.219000', '115318.222000', '115318.224000', '115318.227000', '115318.230000', '115318.233000', '115318.235000', '115318.238000', '115318.241000', '115318.243000', '115318.246000', '115318.248000', '115318.251000', '115318.254000', '115318.256000', '115318.259000', '115318.262000', '115318.265000', '115318.268000', '115318.271000', '115318.274000', '115318.276000', '115318.279000', '115318.282000', '115318.284000', '115318.287000', '115318.290000', '115318.292000', '115318.295000', '115318.297000', '115318.300000', '115318.303000', '115318.305000', '115318.308000', '115318.311000', '115318.313000', '115318.316000', '115318.319000', '115318.321000', '115318.324000', '115338.210000', '115338.213000', '115338.216000', '115338.219000', '115338.254000', '115338.256000', '115338.259000', '115338.261000', '115338.264000', '115338.267000', '115338.269000', '115338.272000', '115338.274000', '115338.277000', '115338.279000', '115338.282000', '115338.285000', '115338.287000', '115338.290000', '115338.293000', '115338.295000', '115338.298000', '115338.302000', '115338.313000', '115338.315000', '115338.318000', '115338.321000', '115338.323000', '115338.326000', '115338.329000', '115338.331000', '115338.334000', '115338.337000', '115338.339000', '115338.342000', '115338.345000', '115338.347000', '115338.350000', '115338.352000', '115338.355000', '115338.357000', '115338.360000', '115338.362000', '115338.365000', '115358.209000', '115358.212000', '115358.215000', '115358.218000', '115358.220000', '115358.223000', '115358.226000', '115358.228000', '115358.231000', '115358.234000', '115358.236000', '115358.239000', '115358.241000', '115358.244000', '115358.247000', '115358.249000', '115358.252000', '115358.255000', '115358.257000', '115358.260000', '115358.262000', '115358.265000', '115358.268000', '115358.270000', '115358.273000', '115358.276000', '115358.278000', '115358.281000', '115358.283000', '115358.286000', '115358.289000', '115358.291000', '115358.294000', '115358.297000', '115358.299000', '115358.302000', '115358.305000', '115358.307000', '115358.310000', '115358.313000', '115358.317000', '115358.320000', '115358.322000', '115418.210000', '115418.213000', '115418.216000', '115418.218000', '115418.221000', '115418.224000', '115418.227000', '115418.229000', '115418.232000', '115418.234000', '115418.237000', '115418.239000', '115418.242000', '115418.245000', '115418.247000', '115418.250000', '115418.252000', '115418.262000', '115418.265000', '115418.268000', '115418.270000', '115418.273000', '115418.275000', '115418.278000', '115418.281000', '115418.283000', '115418.286000', '115418.289000', '115418.291000', '115418.294000', '115418.297000', '115418.299000', '115418.302000', '115418.304000', '115418.307000', '115418.310000', '115418.312000', '115418.315000', '115418.318000', '115418.320000', '115418.323000', '115418.325000', '115418.328000', '115418.331000', '115438.210000', '115438.213000', '115438.216000', '115438.219000', '115438.221000', '115438.224000', '115438.226000', '115438.229000', '115438.232000', '115438.234000', '115438.237000', '115438.240000', '115438.242000', '115438.245000', '115438.248000', '115438.250000', '115438.253000', '115438.255000', '115438.258000', '115438.261000', '115438.263000', '115438.266000', '115438.269000', '115438.271000', '115438.274000', '115438.277000', '115438.279000', '115438.282000', '115438.285000', '115438.288000', '115438.290000', '115438.293000', '115438.295000', '115438.298000', '115438.301000', '115438.303000', '115438.306000', '115438.308000', '115438.311000', '115438.314000', '115438.316000', '115438.319000', '115438.322000', '115458.211000', '115458.214000', '115458.217000', '115458.219000', '115458.222000', '115458.225000', '115458.227000', '115458.230000', '115458.233000', '115458.235000', '115458.238000', '115458.240000', '115458.243000', '115458.246000', '115458.248000', '115458.251000', '115458.254000', '115458.256000', '115458.259000', '115458.262000', '115458.264000', '115458.267000', '115458.270000', '115458.272000', '115458.275000', '115458.277000', '115458.280000', '115458.283000', '115458.285000', '115458.326000', '115458.329000', '115458.331000', '115458.334000', '115458.337000', '115458.339000', '115458.342000', '115458.344000', '115458.347000', '115458.350000', '115458.352000', '115458.355000', '115458.358000', '115458.360000', '115458.363000', '115518.211000', '115518.214000', '115518.216000', '115518.219000', '115518.221000', '115518.224000', '115518.227000', '115518.229000', '115518.232000', '115518.235000', '115518.237000', '115518.240000', '115518.242000', '115518.245000', '115518.248000', '115518.250000', '115518.253000', '115518.256000', '115518.258000', '115518.261000', '115518.264000', '115518.266000', '115518.269000', '115518.272000', '115518.274000', '115518.277000', '115518.279000', '115518.282000', '115518.285000', '115518.287000', '115518.290000', '115518.293000', '115518.295000', '115518.298000', '115518.300000', '115518.303000', '115518.306000', '115518.308000', '115518.311000', '115518.314000', '115518.316000', '115518.319000', '115518.322000', '115538.211000', '115538.213000', '115538.216000', '115538.219000', '115538.221000', '115538.224000', '115538.226000', '115538.229000', '115538.232000', '115538.234000', '115538.237000', '115538.239000', '115538.242000', '115538.245000', '115538.247000', '115538.250000', '115538.252000', '115538.255000', '115538.258000', '115538.260000', '115538.263000', '115538.265000', '115538.268000', '115538.271000', '115538.273000', '115538.276000', '115538.279000', '115538.281000', '115538.284000', '115538.286000', '115538.289000', '115538.292000', '115538.294000', '115538.297000', '115538.299000', '115538.302000', '115538.305000', '115538.307000', '115538.310000', '115538.313000', '115538.315000', '115538.318000', '115538.325000', '115538.327000', '115558.211000', '115558.214000', '115558.216000', '115558.219000', '115558.222000', '115558.224000', '115558.227000', '115558.230000', '115558.232000', '115558.235000', '115558.237000', '115558.240000', '115558.243000', '115558.245000', '115558.248000', '115558.250000', '115558.253000', '115558.255000', '115558.258000', '115558.261000', '115558.263000', '115558.266000', '115558.268000', '115558.271000', '115558.274000', '115558.276000', '115558.279000', '115558.282000', '115558.284000', '115558.287000', '115558.289000', '115558.292000', '115558.295000', '115558.297000', '115558.300000', '115558.302000', '115558.305000', '115558.307000', '115558.310000', '115558.313000', '115558.316000', '115558.318000', '115558.321000', '115618.209000', '115618.212000', '115618.215000', '115618.217000', '115618.220000', '115618.223000', '115618.225000', '115618.228000', '115618.230000', '115618.233000', '115618.236000', '115618.238000', '115618.241000', '115618.243000', '115618.246000', '115618.249000', '115618.251000', '115618.254000', '115618.257000', '115618.259000', '115618.262000', '115618.265000', '115618.267000', '115618.270000', '115618.272000', '115618.275000', '115618.278000', '115618.280000', '115618.283000', '115618.285000', '115618.288000', '115618.291000', '115618.294000', '115618.296000', '115618.299000', '115618.302000', '115618.304000', '115618.307000', '115618.309000', '115618.312000', '115618.330000', '115618.333000', '115618.335000', '115618.338000', '115638.211000', '115638.213000', '115638.216000', '115638.219000', '115638.221000', '115638.224000', '115638.227000', '115638.230000', '115638.232000', '115638.235000', '115638.238000', '115638.240000', '115638.243000', '115638.246000', '115638.248000', '115638.251000', '115638.253000', '115638.256000', '115638.259000', '115638.261000', '115638.264000', '115638.266000', '115638.269000', '115638.272000', '115638.274000', '115638.277000', '115638.279000', '115638.282000', '115638.285000', '115638.287000', '115638.290000', '115638.292000', '115638.295000', '115638.298000', '115638.300000', '115638.303000', '115638.305000', '115638.308000', '115638.311000', '115638.313000', '115638.316000', '115638.319000', '115638.321000', '115658.211000', '115658.213000', '115658.216000', '115658.219000', '115658.221000', '115658.224000', '115658.226000', '115658.229000', '115658.231000', '115658.234000', '115658.237000', '115658.239000', '115658.242000', '115658.245000', '115658.247000', '115658.250000', '115658.252000', '115658.255000', '115658.258000', '115658.260000', '115658.263000', '115658.266000', '115658.268000', '115658.271000', '115658.274000', '115658.276000', '115658.279000', '115658.281000', '115658.284000', '115658.287000', '115658.289000', '115658.292000', '115658.295000', '115658.297000', '115658.300000', '115658.303000', '115658.305000', '115658.308000', '115658.310000', '115658.313000', '115658.316000', '115658.318000', '115658.321000', '115658.324000', '115718.211000', '115718.213000', '115718.216000', '115718.219000', '115718.221000', '115718.224000', '115718.227000', '115718.229000', '115718.232000', '115718.234000', '115718.237000', '115718.240000', '115718.242000', '115718.245000', '115718.247000', '115718.250000', '115718.253000', '115718.255000', '115718.258000', '115718.261000', '115718.263000', '115718.266000', '115718.269000', '115718.271000', '115718.274000', '115718.277000', '115718.279000', '115718.282000', '115718.284000', '115718.287000', '115718.290000', '115718.292000', '115718.295000', '115718.298000', '115718.300000', '115718.303000', '115718.305000', '115718.308000', '115718.311000', '115718.313000', '115718.316000', '115718.319000', '115718.321000', '115738.210000', '115738.213000', '115738.216000', '115738.219000', '115738.221000', '115738.224000', '115738.227000', '115738.229000', '115738.232000', '115738.235000', '115738.238000', '115738.241000', '115738.243000', '115738.246000', '115738.249000', '115738.251000', '115738.254000', '115738.257000', '115738.259000', '115738.262000', '115738.265000', '115738.267000', '115738.270000', '115738.273000', '115738.275000', '115738.278000', '115738.281000', '115738.283000', '115738.286000', '115738.289000', '115738.292000', '115738.294000', '115738.297000', '115738.300000', '115738.303000', '115738.306000', '115738.308000', '115738.311000', '115738.314000', '115738.316000', '115738.319000', '115738.322000', '115738.324000', '115738.327000', '115758.211000', '115758.213000', '115758.216000', '115758.219000', '115758.222000', '115758.224000', '115758.227000', '115758.230000', '115758.232000', '115758.235000', '115758.237000', '115758.240000', '115758.243000', '115758.245000', '115758.248000', '115758.251000', '115758.253000', '115758.256000', '115758.258000', '115758.261000', '115758.264000', '115758.266000', '115758.269000', '115758.272000', '115758.275000', '115758.277000', '115758.280000', '115758.282000', '115758.285000', '115758.288000', '115758.290000', '115758.293000', '115758.296000', '115758.298000', '115758.301000', '115758.303000', '115758.306000', '115758.309000', '115758.311000', '115758.314000', '115758.317000', '115758.319000', '115758.322000', '115818.211000', '115818.213000', '115818.216000', '115818.219000', '115818.222000', '115818.224000', '115818.227000', '115818.229000', '115818.232000', '115818.236000', '115818.244000', '115818.247000', '115818.250000', '115818.252000', '115818.255000', '115818.258000', '115818.260000', '115818.263000', '115818.266000', '115818.268000', '115818.271000', '115818.273000', '115818.276000', '115818.279000', '115818.281000', '115818.284000', '115818.287000', '115818.289000', '115818.292000', '115818.295000', '115818.297000', '115818.300000', '115818.303000', '115818.305000', '115818.308000', '115818.310000', '115818.313000', '115818.316000', '115818.318000', '115818.321000', '115818.324000', '115818.326000', '115818.329000', '115838.210000', '115838.212000', '115838.215000', '115838.218000', '115838.220000', '115838.223000', '115838.226000', '115838.229000', '115838.231000', '115838.234000', '115838.236000', '115838.239000', '115838.242000', '115838.244000', '115838.247000', '115838.250000', '115838.252000', '115838.255000', '115838.257000', '115838.260000', '115838.263000', '115838.265000', '115838.271000', '115838.274000', '115838.277000', '115838.279000', '115838.282000', '115838.284000', '115838.287000', '115838.290000', '115838.292000', '115838.295000', '115838.298000', '115838.300000', '115838.303000', '115838.305000', '115838.308000', '115838.311000', '115838.313000', '115838.316000', '115838.319000', '115838.321000', '115838.324000', '115838.326000', '115858.211000', '115858.214000', '115858.216000', '115858.219000', '115858.222000', '115858.224000', '115858.227000', '115858.230000', '115858.232000', '115858.235000', '115858.238000', '115858.241000', '115858.244000', '115858.246000', '115858.249000', '115858.252000', '115858.254000', '115858.257000', '115858.260000', '115858.263000', '115858.265000', '115858.268000', '115858.270000', '115858.273000', '115858.276000', '115858.279000', '115858.282000', '115858.285000', '115858.287000', '115858.290000', '115858.293000', '115858.295000', '115858.298000', '115858.301000', '115858.303000', '115858.306000', '115858.309000', '115858.311000', '115858.314000', '115858.317000', '115858.319000', '115858.322000', '115858.324000', '115918.211000', '115918.213000', '115918.216000', '115918.219000', '115918.222000', '115918.224000', '115918.227000', '115918.230000', '115918.232000', '115918.235000', '115918.238000', '115918.240000', '115918.243000', '115918.245000', '115918.248000', '115918.251000', '115918.253000', '115918.256000', '115918.258000', '115918.261000', '115918.264000', '115918.266000', '115918.269000', '115918.272000', '115918.274000', '115918.277000', '115918.279000', '115918.282000', '115918.285000', '115918.287000', '115918.290000', '115918.293000', '115918.296000', '115918.298000', '115918.301000', '115918.304000', '115918.306000', '115918.309000', '115918.312000', '115918.314000', '115918.317000', '115918.319000', '115918.322000', '115918.325000', '115938.211000', '115938.213000', '115938.216000', '115938.219000', '115938.221000', '115938.224000', '115938.227000', '115938.229000', '115938.232000', '115938.235000', '115938.238000', '115938.240000', '115938.243000', '115938.246000', '115938.248000', '115938.251000', '115938.254000', '115938.256000', '115938.259000', '115938.262000', '115938.264000', '115938.267000', '115938.270000', '115938.273000', '115938.275000', '115938.278000', '115938.280000', '115938.283000', '115938.286000', '115938.288000', '115938.291000', '115938.294000', '115938.296000', '115938.299000', '115938.302000', '115938.304000', '115938.307000', '115938.309000', '115938.312000', '115938.315000', '115938.317000', '115938.320000', '115938.323000', '115958.211000', '115958.214000', '115958.216000', '115958.219000', '115958.221000', '115958.224000', '115958.227000', '115958.229000', '115958.232000', '115958.235000', '115958.237000', '115958.240000', '115958.243000', '115958.245000', '115958.248000', '115958.251000', '115958.253000', '115958.256000', '115958.259000', '115958.261000', '115958.264000', '115958.266000', '115958.269000', '115958.272000', '115958.274000', '115958.277000', '115958.280000', '115958.282000', '115958.285000', '115958.287000', '115958.290000', '115958.293000', '115958.295000', '115958.298000', '115958.300000', '115958.303000', '115958.306000', '115958.308000', '115958.311000', '115958.313000', '115958.316000', '115958.319000', '115958.322000', '115958.324000', '120018.210000', '120018.213000', '120018.216000', '120018.219000', '120018.221000', '120018.224000', '120018.227000', '120018.229000', '120018.232000', '120018.235000', '120018.237000', '120018.240000', '120018.243000', '120018.245000', '120018.248000', '120018.251000', '120018.253000', '120018.256000', '120018.259000', '120018.262000', '120018.265000', '120018.269000', '120018.272000', '120018.274000', '120018.277000', '120018.279000', '120018.282000', '120018.285000', '120018.287000', '120018.295000', '120018.298000', '120018.300000', '120018.303000', '120018.306000', '120018.308000', '120018.311000', '120018.314000', '120018.317000', '120018.320000', '120018.322000', '120018.325000', '120018.328000', '120018.330000', '120031.624000', '120031.627000', '120031.630000', '120031.633000', '120031.636000', '120031.638000', '120031.641000', '120031.644000', '120031.647000', '120031.650000', '120031.653000', '120031.655000', '120031.659000', '120031.662000', '120031.666000', '120031.668000', '120031.671000', '120031.674000', '120031.677000', '120031.679000', '120031.682000', '120031.685000', '120031.687000', '120031.690000', '120031.693000', '120031.695000', '120031.698000', '120031.701000', '120031.705000', '120031.708000'], 'InstanceCreationTime': ['115038.257000', '115038.267000', '115038.269000', '115038.272000', '115038.274000', '115038.277000', '115038.280000', '115038.282000', '115038.285000', '115038.287000', '115038.293000', '115038.295000', '115038.298000', '115038.301000', '115038.303000', '115038.306000', '115038.308000', '115038.311000', '115038.313000', '115038.316000', '115038.318000', '115038.321000', '115038.324000', '115038.326000', '115038.329000', '115038.331000', '115038.334000', '115038.336000', '115038.339000', '115038.342000', '115038.344000', '115038.347000', '115038.349000', '115038.352000', '115038.354000', '115038.357000', '115038.360000', '115038.362000', '115038.365000', '115038.367000', '115038.370000', '115038.372000', '115038.375000', '115038.377000', '115038.380000', '115058.211000', '115058.214000', '115058.216000', '115058.219000', '115058.221000', '115058.224000', '115058.226000', '115058.229000', '115058.231000', '115058.234000', '115058.237000', '115058.239000', '115058.242000', '115058.244000', '115058.247000', '115058.250000', '115058.252000', '115058.255000', '115058.257000', '115058.260000', '115058.262000', '115058.265000', '115058.267000', '115058.270000', '115058.273000', '115058.275000', '115058.278000', '115058.284000', '115058.286000', '115058.289000', '115058.291000', '115058.294000', '115058.296000', '115058.299000', '115058.301000', '115058.304000', '115058.306000', '115058.309000', '115058.311000', '115058.314000', '115058.317000', '115058.319000', '115058.322000', '115118.211000', '115118.214000', '115118.216000', '115118.219000', '115118.221000', '115118.224000', '115118.227000', '115118.229000', '115118.232000', '115118.234000', '115118.237000', '115118.240000', '115118.242000', '115118.245000', '115118.247000', '115118.250000', '115118.252000', '115118.255000', '115118.257000', '115118.260000', '115118.262000', '115118.265000', '115118.268000', '115118.270000', '115118.273000', '115118.275000', '115118.279000', '115118.281000', '115118.284000', '115118.287000', '115118.294000', '115118.296000', '115118.299000', '115118.301000', '115118.304000', '115118.306000', '115118.309000', '115118.312000', '115118.314000', '115118.317000', '115118.319000', '115118.322000', '115118.325000', '115138.210000', '115138.212000', '115138.215000', '115138.218000', '115138.220000', '115138.223000', '115138.225000', '115138.228000', '115138.231000', '115138.233000', '115138.236000', '115138.238000', '115138.241000', '115138.244000', '115138.246000', '115138.249000', '115138.251000', '115138.254000', '115138.256000', '115138.259000', '115138.261000', '115138.264000', '115138.267000', '115138.269000', '115138.272000', '115138.274000', '115138.277000', '115138.280000', '115138.282000', '115138.285000', '115138.287000', '115138.290000', '115138.292000', '115138.295000', '115138.298000', '115138.300000', '115138.303000', '115138.305000', '115138.308000', '115138.310000', '115138.313000', '115138.316000', '115138.318000', '115138.321000', '115158.210000', '115158.213000', '115158.216000', '115158.218000', '115158.221000', '115158.224000', '115158.226000', '115158.229000', '115158.231000', '115158.234000', '115158.237000', '115158.239000', '115158.242000', '115158.244000', '115158.247000', '115158.250000', '115158.252000', '115158.255000', '115158.257000', '115158.260000', '115158.262000', '115158.265000', '115158.280000', '115158.283000', '115158.285000', '115158.288000', '115158.291000', '115158.293000', '115158.296000', '115158.298000', '115158.301000', '115158.304000', '115158.306000', '115158.309000', '115158.311000', '115158.314000', '115158.317000', '115158.319000', '115158.322000', '115158.324000', '115158.327000', '115158.329000', '115158.332000', '115218.211000', '115218.213000', '115218.216000', '115218.219000', '115218.221000', '115218.224000', '115218.226000', '115218.229000', '115218.231000', '115218.234000', '115218.237000', '115218.239000', '115218.242000', '115218.244000', '115218.247000', '115218.250000', '115218.252000', '115218.255000', '115218.257000', '115218.260000', '115218.262000', '115218.265000', '115218.268000', '115218.270000', '115218.273000', '115218.275000', '115218.278000', '115218.281000', '115218.283000', '115218.286000', '115218.288000', '115218.291000', '115218.293000', '115218.296000', '115218.299000', '115218.301000', '115218.304000', '115218.306000', '115218.309000', '115218.312000', '115218.322000', '115218.325000', '115218.327000', '115218.330000', '115238.210000', '115238.213000', '115238.216000', '115238.219000', '115238.221000', '115238.224000', '115238.226000', '115238.229000', '115238.232000', '115238.234000', '115238.237000', '115238.239000', '115238.242000', '115238.244000', '115238.247000', '115238.249000', '115238.252000', '115238.255000', '115238.257000', '115238.260000', '115238.262000', '115238.265000', '115238.267000', '115238.270000', '115238.272000', '115238.275000', '115238.278000', '115238.280000', '115238.283000', '115238.285000', '115238.288000', '115238.291000', '115238.293000', '115238.296000', '115238.299000', '115238.302000', '115238.304000', '115238.307000', '115238.310000', '115238.312000', '115238.315000', '115238.318000', '115238.321000', '115258.210000', '115258.213000', '115258.216000', '115258.219000', '115258.222000', '115258.225000', '115258.227000', '115258.230000', '115258.233000', '115258.235000', '115258.238000', '115258.240000', '115258.243000', '115258.246000', '115258.248000', '115258.251000', '115258.253000', '115258.256000', '115258.259000', '115258.261000', '115258.264000', '115258.267000', '115258.269000', '115258.272000', '115258.275000', '115258.277000', '115258.280000', '115258.283000', '115258.290000', '115258.292000', '115258.295000', '115258.298000', '115258.300000', '115258.303000', '115258.306000', '115258.308000', '115258.311000', '115258.313000', '115258.316000', '115258.319000', '115258.321000', '115258.324000', '115258.326000', '115258.329000', '115318.211000', '115318.213000', '115318.217000', '115318.219000', '115318.222000', '115318.224000', '115318.227000', '115318.230000', '115318.233000', '115318.235000', '115318.238000', '115318.241000', '115318.243000', '115318.246000', '115318.248000', '115318.251000', '115318.254000', '115318.256000', '115318.259000', '115318.262000', '115318.265000', '115318.268000', '115318.271000', '115318.274000', '115318.276000', '115318.279000', '115318.282000', '115318.284000', '115318.287000', '115318.290000', '115318.292000', '115318.295000', '115318.297000', '115318.300000', '115318.303000', '115318.305000', '115318.308000', '115318.311000', '115318.313000', '115318.316000', '115318.319000', '115318.321000', '115318.324000', '115338.210000', '115338.213000', '115338.216000', '115338.219000', '115338.254000', '115338.256000', '115338.259000', '115338.261000', '115338.264000', '115338.267000', '115338.269000', '115338.272000', '115338.274000', '115338.277000', '115338.279000', '115338.282000', '115338.285000', '115338.287000', '115338.290000', '115338.293000', '115338.295000', '115338.298000', '115338.302000', '115338.313000', '115338.315000', '115338.318000', '115338.321000', '115338.323000', '115338.326000', '115338.329000', '115338.331000', '115338.334000', '115338.337000', '115338.339000', '115338.342000', '115338.345000', '115338.347000', '115338.350000', '115338.352000', '115338.355000', '115338.357000', '115338.360000', '115338.362000', '115338.365000', '115358.209000', '115358.212000', '115358.215000', '115358.218000', '115358.220000', '115358.223000', '115358.226000', '115358.228000', '115358.231000', '115358.234000', '115358.236000', '115358.239000', '115358.241000', '115358.244000', '115358.247000', '115358.249000', '115358.252000', '115358.255000', '115358.257000', '115358.260000', '115358.262000', '115358.265000', '115358.268000', '115358.270000', '115358.273000', '115358.276000', '115358.278000', '115358.281000', '115358.283000', '115358.286000', '115358.289000', '115358.291000', '115358.294000', '115358.297000', '115358.299000', '115358.302000', '115358.305000', '115358.307000', '115358.310000', '115358.313000', '115358.317000', '115358.320000', '115358.322000', '115418.210000', '115418.213000', '115418.216000', '115418.218000', '115418.221000', '115418.224000', '115418.227000', '115418.229000', '115418.232000', '115418.234000', '115418.237000', '115418.239000', '115418.242000', '115418.245000', '115418.247000', '115418.250000', '115418.252000', '115418.262000', '115418.265000', '115418.268000', '115418.270000', '115418.273000', '115418.275000', '115418.278000', '115418.281000', '115418.283000', '115418.286000', '115418.289000', '115418.291000', '115418.294000', '115418.297000', '115418.299000', '115418.302000', '115418.304000', '115418.307000', '115418.310000', '115418.312000', '115418.315000', '115418.318000', '115418.320000', '115418.323000', '115418.325000', '115418.328000', '115418.331000', '115438.210000', '115438.213000', '115438.216000', '115438.219000', '115438.221000', '115438.224000', '115438.226000', '115438.229000', '115438.232000', '115438.234000', '115438.237000', '115438.240000', '115438.242000', '115438.245000', '115438.248000', '115438.250000', '115438.253000', '115438.255000', '115438.258000', '115438.261000', '115438.263000', '115438.266000', '115438.269000', '115438.271000', '115438.274000', '115438.277000', '115438.279000', '115438.282000', '115438.285000', '115438.288000', '115438.290000', '115438.293000', '115438.295000', '115438.298000', '115438.301000', '115438.303000', '115438.306000', '115438.308000', '115438.311000', '115438.314000', '115438.316000', '115438.319000', '115438.322000', '115458.211000', '115458.214000', '115458.217000', '115458.219000', '115458.222000', '115458.225000', '115458.227000', '115458.230000', '115458.233000', '115458.235000', '115458.238000', '115458.240000', '115458.243000', '115458.246000', '115458.248000', '115458.251000', '115458.254000', '115458.256000', '115458.259000', '115458.262000', '115458.264000', '115458.267000', '115458.270000', '115458.272000', '115458.275000', '115458.277000', '115458.280000', '115458.283000', '115458.285000', '115458.326000', '115458.329000', '115458.331000', '115458.334000', '115458.337000', '115458.339000', '115458.342000', '115458.344000', '115458.347000', '115458.350000', '115458.352000', '115458.355000', '115458.358000', '115458.360000', '115458.363000', '115518.211000', '115518.214000', '115518.216000', '115518.219000', '115518.221000', '115518.224000', '115518.227000', '115518.229000', '115518.232000', '115518.235000', '115518.237000', '115518.240000', '115518.242000', '115518.245000', '115518.248000', '115518.250000', '115518.253000', '115518.256000', '115518.258000', '115518.261000', '115518.264000', '115518.266000', '115518.269000', '115518.272000', '115518.274000', '115518.277000', '115518.279000', '115518.282000', '115518.285000', '115518.287000', '115518.290000', '115518.293000', '115518.295000', '115518.298000', '115518.300000', '115518.303000', '115518.306000', '115518.308000', '115518.311000', '115518.314000', '115518.316000', '115518.319000', '115518.322000', '115538.211000', '115538.213000', '115538.216000', '115538.219000', '115538.221000', '115538.224000', '115538.226000', '115538.229000', '115538.232000', '115538.234000', '115538.237000', '115538.239000', '115538.242000', '115538.245000', '115538.247000', '115538.250000', '115538.252000', '115538.255000', '115538.258000', '115538.260000', '115538.263000', '115538.265000', '115538.268000', '115538.271000', '115538.273000', '115538.276000', '115538.279000', '115538.281000', '115538.284000', '115538.286000', '115538.289000', '115538.292000', '115538.294000', '115538.297000', '115538.299000', '115538.302000', '115538.305000', '115538.307000', '115538.310000', '115538.313000', '115538.315000', '115538.318000', '115538.325000', '115538.327000', '115558.211000', '115558.214000', '115558.216000', '115558.219000', '115558.222000', '115558.224000', '115558.227000', '115558.230000', '115558.232000', '115558.235000', '115558.237000', '115558.240000', '115558.243000', '115558.245000', '115558.248000', '115558.250000', '115558.253000', '115558.255000', '115558.258000', '115558.261000', '115558.263000', '115558.266000', '115558.268000', '115558.271000', '115558.274000', '115558.276000', '115558.279000', '115558.282000', '115558.284000', '115558.287000', '115558.289000', '115558.292000', '115558.295000', '115558.297000', '115558.300000', '115558.302000', '115558.305000', '115558.307000', '115558.310000', '115558.313000', '115558.316000', '115558.318000', '115558.321000', '115618.209000', '115618.212000', '115618.215000', '115618.217000', '115618.220000', '115618.223000', '115618.225000', '115618.228000', '115618.230000', '115618.233000', '115618.236000', '115618.238000', '115618.241000', '115618.243000', '115618.246000', '115618.249000', '115618.251000', '115618.254000', '115618.257000', '115618.259000', '115618.262000', '115618.265000', '115618.267000', '115618.270000', '115618.272000', '115618.275000', '115618.278000', '115618.280000', '115618.283000', '115618.285000', '115618.288000', '115618.291000', '115618.294000', '115618.296000', '115618.299000', '115618.302000', '115618.304000', '115618.307000', '115618.309000', '115618.312000', '115618.330000', '115618.333000', '115618.335000', '115618.338000', '115638.211000', '115638.213000', '115638.216000', '115638.219000', '115638.221000', '115638.224000', '115638.227000', '115638.230000', '115638.232000', '115638.235000', '115638.238000', '115638.240000', '115638.243000', '115638.246000', '115638.248000', '115638.251000', '115638.253000', '115638.256000', '115638.259000', '115638.261000', '115638.264000', '115638.266000', '115638.269000', '115638.272000', '115638.274000', '115638.277000', '115638.279000', '115638.282000', '115638.285000', '115638.287000', '115638.290000', '115638.292000', '115638.295000', '115638.298000', '115638.300000', '115638.303000', '115638.305000', '115638.308000', '115638.311000', '115638.313000', '115638.316000', '115638.319000', '115638.321000', '115658.211000', '115658.213000', '115658.216000', '115658.219000', '115658.221000', '115658.224000', '115658.226000', '115658.229000', '115658.231000', '115658.234000', '115658.237000', '115658.239000', '115658.242000', '115658.245000', '115658.247000', '115658.250000', '115658.252000', '115658.255000', '115658.258000', '115658.260000', '115658.263000', '115658.266000', '115658.268000', '115658.271000', '115658.274000', '115658.276000', '115658.279000', '115658.281000', '115658.284000', '115658.287000', '115658.289000', '115658.292000', '115658.295000', '115658.297000', '115658.300000', '115658.303000', '115658.305000', '115658.308000', '115658.310000', '115658.313000', '115658.316000', '115658.318000', '115658.321000', '115658.324000', '115718.211000', '115718.213000', '115718.216000', '115718.219000', '115718.221000', '115718.224000', '115718.227000', '115718.229000', '115718.232000', '115718.234000', '115718.237000', '115718.240000', '115718.242000', '115718.245000', '115718.247000', '115718.250000', '115718.253000', '115718.255000', '115718.258000', '115718.261000', '115718.263000', '115718.266000', '115718.269000', '115718.271000', '115718.274000', '115718.277000', '115718.279000', '115718.282000', '115718.284000', '115718.287000', '115718.290000', '115718.292000', '115718.295000', '115718.298000', '115718.300000', '115718.303000', '115718.305000', '115718.308000', '115718.311000', '115718.313000', '115718.316000', '115718.319000', '115718.321000', '115738.210000', '115738.213000', '115738.216000', '115738.219000', '115738.221000', '115738.224000', '115738.227000', '115738.229000', '115738.232000', '115738.235000', '115738.238000', '115738.241000', '115738.243000', '115738.246000', '115738.249000', '115738.251000', '115738.254000', '115738.257000', '115738.259000', '115738.262000', '115738.265000', '115738.267000', '115738.270000', '115738.273000', '115738.275000', '115738.278000', '115738.281000', '115738.283000', '115738.286000', '115738.289000', '115738.292000', '115738.294000', '115738.297000', '115738.300000', '115738.303000', '115738.306000', '115738.308000', '115738.311000', '115738.314000', '115738.316000', '115738.319000', '115738.322000', '115738.324000', '115738.327000', '115758.211000', '115758.213000', '115758.216000', '115758.219000', '115758.222000', '115758.224000', '115758.227000', '115758.230000', '115758.232000', '115758.235000', '115758.237000', '115758.240000', '115758.243000', '115758.245000', '115758.248000', '115758.251000', '115758.253000', '115758.256000', '115758.258000', '115758.261000', '115758.264000', '115758.266000', '115758.269000', '115758.272000', '115758.275000', '115758.277000', '115758.280000', '115758.282000', '115758.285000', '115758.288000', '115758.290000', '115758.293000', '115758.296000', '115758.298000', '115758.301000', '115758.303000', '115758.306000', '115758.309000', '115758.311000', '115758.314000', '115758.317000', '115758.319000', '115758.322000', '115818.211000', '115818.213000', '115818.216000', '115818.219000', '115818.222000', '115818.224000', '115818.227000', '115818.229000', '115818.232000', '115818.236000', '115818.244000', '115818.247000', '115818.250000', '115818.252000', '115818.255000', '115818.258000', '115818.260000', '115818.263000', '115818.266000', '115818.268000', '115818.271000', '115818.273000', '115818.276000', '115818.279000', '115818.281000', '115818.284000', '115818.287000', '115818.289000', '115818.292000', '115818.295000', '115818.297000', '115818.300000', '115818.303000', '115818.305000', '115818.308000', '115818.310000', '115818.313000', '115818.316000', '115818.318000', '115818.321000', '115818.324000', '115818.326000', '115818.329000', '115838.210000', '115838.212000', '115838.215000', '115838.218000', '115838.220000', '115838.223000', '115838.226000', '115838.229000', '115838.231000', '115838.234000', '115838.236000', '115838.239000', '115838.242000', '115838.244000', '115838.247000', '115838.250000', '115838.252000', '115838.255000', '115838.257000', '115838.260000', '115838.263000', '115838.265000', '115838.271000', '115838.274000', '115838.277000', '115838.279000', '115838.282000', '115838.284000', '115838.287000', '115838.290000', '115838.292000', '115838.295000', '115838.298000', '115838.300000', '115838.303000', '115838.305000', '115838.308000', '115838.311000', '115838.313000', '115838.316000', '115838.319000', '115838.321000', '115838.324000', '115838.326000', '115858.211000', '115858.214000', '115858.216000', '115858.219000', '115858.222000', '115858.224000', '115858.227000', '115858.230000', '115858.232000', '115858.235000', '115858.238000', '115858.241000', '115858.244000', '115858.246000', '115858.249000', '115858.252000', '115858.254000', '115858.257000', '115858.260000', '115858.263000', '115858.265000', '115858.268000', '115858.270000', '115858.273000', '115858.276000', '115858.279000', '115858.282000', '115858.285000', '115858.287000', '115858.290000', '115858.293000', '115858.295000', '115858.298000', '115858.301000', '115858.303000', '115858.306000', '115858.309000', '115858.311000', '115858.314000', '115858.317000', '115858.319000', '115858.322000', '115858.324000', '115918.211000', '115918.213000', '115918.216000', '115918.219000', '115918.222000', '115918.224000', '115918.227000', '115918.230000', '115918.232000', '115918.235000', '115918.238000', '115918.240000', '115918.243000', '115918.245000', '115918.248000', '115918.251000', '115918.253000', '115918.256000', '115918.258000', '115918.261000', '115918.264000', '115918.266000', '115918.269000', '115918.272000', '115918.274000', '115918.277000', '115918.279000', '115918.282000', '115918.285000', '115918.287000', '115918.290000', '115918.293000', '115918.296000', '115918.298000', '115918.301000', '115918.304000', '115918.306000', '115918.309000', '115918.312000', '115918.314000', '115918.317000', '115918.319000', '115918.322000', '115918.325000', '115938.211000', '115938.213000', '115938.216000', '115938.219000', '115938.221000', '115938.224000', '115938.227000', '115938.229000', '115938.232000', '115938.235000', '115938.238000', '115938.240000', '115938.243000', '115938.246000', '115938.248000', '115938.251000', '115938.254000', '115938.256000', '115938.259000', '115938.262000', '115938.264000', '115938.267000', '115938.270000', '115938.273000', '115938.275000', '115938.278000', '115938.280000', '115938.283000', '115938.286000', '115938.288000', '115938.291000', '115938.294000', '115938.296000', '115938.299000', '115938.302000', '115938.304000', '115938.307000', '115938.309000', '115938.312000', '115938.315000', '115938.317000', '115938.320000', '115938.323000', '115958.211000', '115958.214000', '115958.216000', '115958.219000', '115958.221000', '115958.224000', '115958.227000', '115958.229000', '115958.232000', '115958.235000', '115958.237000', '115958.240000', '115958.243000', '115958.245000', '115958.248000', '115958.251000', '115958.253000', '115958.256000', '115958.259000', '115958.261000', '115958.264000', '115958.266000', '115958.269000', '115958.272000', '115958.274000', '115958.277000', '115958.280000', '115958.282000', '115958.285000', '115958.287000', '115958.290000', '115958.293000', '115958.295000', '115958.298000', '115958.300000', '115958.303000', '115958.306000', '115958.308000', '115958.311000', '115958.313000', '115958.316000', '115958.319000', '115958.322000', '115958.324000', '120018.210000', '120018.213000', '120018.216000', '120018.219000', '120018.221000', '120018.224000', '120018.227000', '120018.229000', '120018.232000', '120018.235000', '120018.237000', '120018.240000', '120018.243000', '120018.245000', '120018.248000', '120018.251000', '120018.253000', '120018.256000', '120018.259000', '120018.262000', '120018.265000', '120018.269000', '120018.272000', '120018.274000', '120018.277000', '120018.279000', '120018.282000', '120018.285000', '120018.287000', '120018.295000', '120018.298000', '120018.300000', '120018.303000', '120018.306000', '120018.308000', '120018.311000', '120018.314000', '120018.317000', '120018.320000', '120018.322000', '120018.325000', '120018.328000', '120018.330000', '120031.624000', '120031.627000', '120031.630000', '120031.633000', '120031.636000', '120031.638000', '120031.641000', '120031.644000', '120031.647000', '120031.650000', '120031.653000', '120031.655000', '120031.659000', '120031.662000', '120031.666000', '120031.668000', '120031.671000', '120031.674000', '120031.677000', '120031.679000', '120031.682000', '120031.685000', '120031.687000', '120031.690000', '120031.693000', '120031.695000', '120031.698000', '120031.701000', '120031.705000', '120031.708000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [6800, 8667, 8938, 8217, 9495, 9685, 7423, 6701, 9815, 8199, 7535, 9703, 7311, 5789, 5944, 9613, 8132, 6382, 5596, 9898, 7902, 7283, 8126, 10263, 7541, 7332, 11141, 9019, 6662, 11207, 8068, 6559, 9637, 8677, 6180, 5524, 8512, 6980, 6540, 10254, 8351, 6691, 10571, 8282, 13882, 10970, 6612, 10312, 7680, 13212, 10662, 7801, 10593, 7833, 6445, 10831, 9110, 7630, 9782, 7276, 5888, 9531, 7986, 8119, 10290, 7509, 5747, 9569, 7407, 9154, 9610, 7070, 5770, 10323, 8492, 7150, 10129, 7970, 5955, 10262, 7564, 9022, 8651, 6294, 7182, 7986, 6128, 10750, 8276, 6018, 8844, 6587, 11366, 8880, 8177, 9216, 6585, 10880, 8156, 12471, 10500, 8309, 9918, 7073, 6209, 8978, 8004, 11916, 8072, 5927, 9205, 6767, 10070, 9271, 6488, 8739, 7348, 7335, 10438, 7673, 9301, 8713, 6217, 8311, 8268, 8633, 10140, 7552, 12239, 9125, 7526, 10151, 7778, 6051, 10641, 7993, 7223, 10887, 8781, 6674, 7282, 8951, 8508, 10871, 8589, 14496, 9150, 6509, 10443, 7892, 11175, 9733, 8873, 13801, 9205, 7244, 9434, 6194, 10109, 7449, 10504, 8393, 5715, 9869, 6522, 10321, 7538, 10079, 8045, 5770, 9774, 6648, 11919, 8538, 7677, 8772, 6209, 10392, 8166, 9519, 9847, 6716, 10956, 8234, 13571, 9926, 6112, 10321, 7489, 7542, 9934, 7431, 8307, 9295, 8450, 7878, 8879, 6505, 10199, 8802, 7444, 8176, 7766, 6067, 10205, 7956, 12774, 8661, 6292, 9216, 5888, 9928, 7966, 9451, 7881, 5866, 9268, 5908, 9880, 7806, 10138, 7572, 7931, 7931, 11473, 9998, 7677, 9630, 6576, 10960, 8421, 12160, 10326, 6583, 9529, 6818, 11777, 9174, 12723, 9129, 6867, 9136, 7102, 10594, 7648, 8674, 8268, 6161, 9610, 8289, 10638, 6935, 7508, 8154, 6390, 9974, 7325, 10527, 7434, 10749, 8473, 10271, 9860, 6529, 10442, 8165, 8910, 9112, 8070, 10353, 6161, 10035, 6083, 10290, 8107, 8052, 8235, 6288, 10004, 8124, 7137, 11149, 7787, 8896, 8551, 9031, 9438, 11181, 10596, 8134, 10359, 7604, 6723, 9879, 9219, 8353, 9608, 6920, 5629, 10253, 8232, 6727, 9412, 7382, 6361, 12112, 9715, 8065, 11055, 7896, 6822, 9311, 8036, 14246, 11202, 6894, 9373, 7746, 6558, 12095, 9565, 6125, 9418, 6764, 11520, 8111, 11869, 8175, 5773, 9271, 7527, 12989, 9567, 6093, 9572, 6816, 7453, 10042, 7818, 5953, 9406, 7512, 8255, 10886, 8856, 6505, 9884, 7678, 8404, 11477, 8981, 6695, 10211, 7707, 7503, 9571, 8148, 6141, 9567, 7486, 6066, 12263, 9796, 6848, 10408, 7476, 10041, 9023, 7692, 9981, 8285, 6135, 10506, 8456, 7509, 10878, 7339, 7278, 8645, 7452, 11123, 8114, 7010, 9038, 6785, 10515, 8078, 7953, 9403, 6447, 7416, 8208, 7625, 11332, 8048, 9000, 8297, 6729, 9494, 8262, 10336, 8588, 6296, 8020, 8301, 7511, 11110, 9193, 6505, 7627, 8766, 7584, 10496, 9744, 6988, 7198, 9087, 7989, 14056, 10935, 6592, 10070, 7788, 6772, 11667, 9164, 5748, 7651, 7489, 6313, 11013, 9470, 6143, 10649, 7834, 6820, 9508, 8295, 10963, 8488, 5922, 10167, 7861, 12459, 9502, 6105, 9383, 6416, 10356, 8083, 8355, 8948, 6283, 8230, 7925, 8986, 9804, 7845, 10558, 7401, 11393, 8038, 12953, 9826, 7206, 9422, 6717, 10633, 8413, 8205, 10136, 7440, 5909, 9147, 6482, 12342, 8994, 13443, 8895, 8493, 8311, 7135, 9625, 7966, 8906, 8456, 5886, 9712, 7970, 12893, 9045, 6505, 9341, 6195, 9964, 8158, 10681, 7941, 7912, 8285, 5755, 10610, 8448, 7011, 9636, 6899, 10249, 8403, 12584, 10881, 8775, 10204, 7678, 12303, 8966, 14503, 11122, 7056, 10105, 7833, 7722, 9153, 7864, 12563, 8759, 5772, 9725, 7008, 10702, 10020, 6982, 8375, 8103, 5957, 11770, 8966, 10141, 9630, 6246, 10758, 8418, 12567, 9595, 5984, 9996, 7344, 7651, 9275, 7025, 5811, 9122, 6493, 10638, 9534, 7975, 8471, 8421, 6504, 12701, 10117, 8195, 11031, 8017, 7553, 9220, 8379, 14141, 10277, 6966, 10290, 7367, 6722, 10264, 7403, 5800, 8922, 6742, 12578, 9183, 9723, 9339, 6310, 11362, 8115, 14239, 11338, 7411, 9477, 6845, 6594, 9443, 7545, 5829, 9087, 6670, 7119, 11646, 8457, 6392, 10025, 8064, 6832, 9087, 11193, 9568, 7057, 7028, 10510, 8041, 10040, 14623, 9320, 6565, 5978, 9676, 8337, 6632, 7041, 8134, 6539, 7448, 10175, 8230, 6127, 10978, 8224, 6966, 12125, 9802, 7913, 9156, 8373, 6482, 12646, 9854, 7943, 8149, 8150, 6386, 9427, 8998, 7739, 7517, 8945, 6788, 9926, 8567, 7100, 8485, 8151, 6427, 7018, 8731, 7792, 7995, 9560, 7406, 6164, 10918, 8815, 7590, 6493, 10671, 7607, 10251, 8939, 7613, 6019, 10475, 8101, 6715, 12076, 11821, 8215, 6204, 9808, 8285, 6709, 7427, 7136, 5808, 5901, 5737, 8730, 10433, 7825, 5954, 6381, 9561, 7469, 6223, 9633, 11706, 8841, 7346, 12814, 12892, 9912, 13739, 13861, 9366, 6830, 10933, 7901, 6652, 11458, 7647, 5811, 9529, 7370, 6622, 10248, 7877, 5892, 6732, 7688, 6491, 6801, 8939, 6819, 5845, 10430, 7937, 7390, 11010, 7088, 8194, 8280, 6870, 10747, 8384, 5661, 9422, 7135, 6044, 10989, 9165, 6049, 9190, 7805, 6840, 12222, 9523, 7362, 11532, 8075, 6634, 10288, 8289, 6493, 9803, 7429, 5776, 7386, 9600, 8223, 8650, 6599, 8154, 8780, 7112, 6558, 12139, 8812, 6703, 6909, 8709, 7072, 7915, 9608, 6821, 5808, 9942, 7421, 6655, 8743, 7139, 5828, 8538, 7927, 7475, 8659, 8892, 7076, 6306, 10507, 9014, 6867, 11289, 8309, 6451, 12181, 9503, 7441, 11066, 7448, 6363, 9504, 7856, 6536, 8161, 6171, 11111, 8555, 7354, 9808, 7107, 5724, 9047, 7225, 7774, 9459, 6845, 5788, 9093, 7440, 10268, 10504, 7247, 9319, 8474, 7391, 13363, 9419, 6386, 9112, 6603, 10794, 8688, 6608, 9726, 7221, 6717, 8065, 6682, 11263, 7813, 5640, 9250, 7617, 8322, 10645, 7937, 8670, 8568, 6052, 11495, 9066, 9243, 9008, 6695, 11140, 8292, 7745, 9441, 6715, 6892, 7384, 5516, 11039, 8867, 6801, 9143, 6896, 5857, 9207, 7650, 10990, 9682, 6768, 7428, 8620, 7435, 11815, 9922, 7392, 8695, 8370, 7108, 13692, 10584, 6577, 9900, 7453, 6970, 11004, 8252, 5742, 8599, 6596, 8625, 8432, 7280, 9707, 7336, 6510, 9906, 8045, 6242, 8639, 6908, 11323, 8983, 7360, 11232, 7502, 6222, 9450, 7261, 12479, 9080, 5987, 9145, 6411, 11826, 9146, 6431, 9295, 6522, 11373, 8307, 12695, 9297, 6746, 8882, 5985, 11791, 9561, 6479, 9377, 6957, 7225, 8715, 7904, 11239, 7952, 12315, 8191, 11227, 9149, 7244, 9155, 6906, 8341, 8015, 7060, 10657, 7114, 5961, 8166, 6020, 10990, 9516, 6152, 9188, 6848, 10100, 8375, 7352, 9748, 6788, 5747, 8365, 6492, 8889, 9137, 6789, 5637, 8866, 7519, 10538, 9212, 6659, 9958, 7914, 7256, 11616, 8169, 6180, 8652, 6617, 9404, 8608, 7414, 5841, 8392, 6625, 10874, 9042, 8062, 10355, 7656, 6347, 10287, 8499, 10408, 9655, 6565, 5812, 8988, 7515, 11713, 9016, 5721, 9989, 7088, 12692, 9805, 7052, 8564, 6379, 10608, 8344, 13560, 9880, 5990, 9114, 6237, 8668, 8284, 6958, 9785, 7055, 6339, 8690, 7696, 12358, 8573, 7759, 7860, 6438, 9914, 7958, 11071, 9760, 7028, 7303, 7822, 6788, 10620, 9332, 6883, 7891, 7822, 6404, 12395, 10242, 6481, 9877, 7980, 6510, 10053, 8490, 9350, 8426, 6093, 10510, 8093, 7422, 9008, 6420, 6214, 8395, 6583, 12644, 9965, 8006, 9634, 7279, 5745, 9872, 8196, 6830, 8766, 6796, 5848, 10876, 8522, 7002, 12361, 9475, 9359, 10469, 7347, 8056, 8690, 7549, 13736, 10405, 6876, 6193, 8232, 6871, 6473, 9236, 7324, 6023, 10185, 8459, 7977, 12718, 9569, 6553, 9344, 7350, 11415, 10067, 7388, 7865, 8362, 6376, 12914, 10061, 8250, 9872, 7831, 5739, 10200, 8511, 7258, 8555, 8480, 6721, 10361, 7927, 11986, 9214, 7570, 9903, 8980, 7421, 11675, 9774, 6865, 7820, 7939, 6793, 12646, 9810, 6486, 8720, 7424, 5858, 10400, 8637, 6870, 9846, 6995, 7950, 8579, 7863, 12436, 8694, 6525, 9862, 7663, 12098, 9111, 6264, 6941, 8172, 7188, 9555, 10077, 7085, 5855, 9271, 7253, 8288, 11044, 7056, 5928, 8559, 6814, 12818, 9793, 6253, 9622, 7275, 6125, 9397, 8498, 6617, 5971, 10002, 7677, 6403, 12569, 9737, 7185, 8713, 8088, 6462, 8742, 6463, 9222, 13201, 11267, 7781, 10747, 8786, 7221, 7475, 7459, 6012, 5790, 9698, 7826, 6430, 8725, 6644, 10110, 7867, 14109, 9994, 6882, 10234, 7732, 9633, 9768, 8213, 8730, 8746, 6667, 9429, 8770, 7420, 5913, 9068, 7021, 5558, 10638, 8513, 7274, 7734, 8084, 6350, 11630, 9720, 7942, 10591, 8600, 6257, 12355, 9551, 7631, 6277, 8203, 6785, 6138, 5737, 9023, 6643, 7301, 9561, 7771, 6515, 5760, 9763, 9540, 7664, 6005, 9171, 8415, 7300, 8478, 12700, 8261, 6450, 5974, 10558, 8596, 7008, 5833, 9198, 7096, 6350, 11310, 9389, 6946, 5957, 9033, 8019, 7324, 6330, 8997, 7577, 5918, 8473, 9238, 9109, 7869, 11706, 8576, 6840, 8644, 10332, 9171, 6212, 10149, 7637, 6431, 10672, 9018, 6884, 6294, 8797, 6704, 8923, 9816, 6637, 5604, 8855, 7585, 6719, 8072, 8396, 6374, 5808, 8796, 7603, 9997, 9218, 6774, 5982, 9419, 8038, 6628, 9362, 8160, 6273, 5592, 9136, 7266, 7068], 'WindowCenter': [3583.0, 3600.0, 3598.0, 3587.0, 3597.0, 3585.0, 3562.0, 3553.0, 3583.0, 3572.0, 3561.0, 3582.0, 3560.0, 3531.0, 3539.0, 3584.0, 3574.0, 3552.0, 3531.0, 3596.0, 3575.0, 3576.0, 3575.0, 3596.0, 3575.0, 3564.0, 3594.0, 3583.0, 3552.0, 3592.0, 3561.0, 3540.0, 3583.0, 3573.0, 3540.0, 3531.0, 3583.0, 3563.0, 3564.0, 3595.0, 3587.0, 3564.0, 3596.0, 3574.0, 3606.0, 3592.0, 3551.0, 3583.0, 3562.0, 3593.0, 3582.0, 3562.0, 3583.0, 3561.0, 3540.0, 3581.0, 3571.0, 3561.0, 3580.0, 3560.0, 3530.0, 3582.0, 3562.0, 3562.0, 3584.0, 3561.0, 3529.0, 3582.0, 3562.0, 3583.0, 3582.0, 3551.0, 3527.0, 3583.0, 3583.0, 3562.0, 3594.0, 3571.0, 3542.0, 3594.0, 3562.0, 3583.0, 3571.0, 3551.0, 3563.0, 3575.0, 3542.0, 3593.0, 3574.0, 3542.0, 3584.0, 3554.0, 3593.0, 3583.0, 3573.0, 3584.0, 3553.0, 3594.0, 3574.0, 3603.0, 3593.0, 3574.0, 3583.0, 3562.0, 3540.0, 3583.0, 3561.0, 3594.0, 3573.0, 3540.0, 3583.0, 3553.0, 3584.0, 3584.0, 3552.0, 3585.0, 3564.0, 3564.0, 3596.0, 3575.0, 3598.0, 3585.0, 3552.0, 3574.0, 3585.0, 3571.0, 3581.0, 3559.0, 3590.0, 3582.0, 3561.0, 3582.0, 3560.0, 3541.0, 3594.0, 3574.0, 3560.0, 3582.0, 3569.0, 3538.0, 3547.0, 3570.0, 3558.0, 3578.0, 3557.0, 3590.0, 3569.0, 3526.0, 3579.0, 3557.0, 3576.0, 3567.0, 3556.0, 3588.0, 3557.0, 3535.0, 3556.0, 3512.0, 3567.0, 3545.0, 3566.0, 3557.0, 3527.0, 3568.0, 3538.0, 3578.0, 3559.0, 3580.0, 3560.0, 3528.0, 3582.0, 3551.0, 3593.0, 3584.0, 3573.0, 3583.0, 3552.0, 3595.0, 3585.0, 3595.0, 3596.0, 3565.0, 3595.0, 3584.0, 3605.0, 3597.0, 3543.0, 3592.0, 3561.0, 3573.0, 3594.0, 3564.0, 3574.0, 3585.0, 3586.0, 3573.0, 3585.0, 3553.0, 3593.0, 3584.0, 3563.0, 3573.0, 3574.0, 3543.0, 3595.0, 3574.0, 3606.0, 3585.0, 3553.0, 3584.0, 3543.0, 3595.0, 3574.0, 3595.0, 3575.0, 3543.0, 3596.0, 3542.0, 3597.0, 3575.0, 3596.0, 3576.0, 3573.0, 3574.0, 3607.0, 3595.0, 3573.0, 3595.0, 3563.0, 3595.0, 3574.0, 3605.0, 3596.0, 3552.0, 3584.0, 3552.0, 3593.0, 3583.0, 3604.0, 3584.0, 3551.0, 3582.0, 3551.0, 3594.0, 3561.0, 3571.0, 3572.0, 3540.0, 3584.0, 3572.0, 3593.0, 3563.0, 3562.0, 3574.0, 3551.0, 3595.0, 3563.0, 3594.0, 3563.0, 3593.0, 3574.0, 3595.0, 3594.0, 3551.0, 3595.0, 3573.0, 3583.0, 3584.0, 3573.0, 3593.0, 3541.0, 3582.0, 3540.0, 3583.0, 3574.0, 3573.0, 3572.0, 3552.0, 3593.0, 3574.0, 3562.0, 3607.0, 3575.0, 3585.0, 3586.0, 3586.0, 3584.0, 3594.0, 3584.0, 3561.0, 3582.0, 3562.0, 3551.0, 3581.0, 3572.0, 3572.0, 3581.0, 3549.0, 3529.0, 3584.0, 3573.0, 3553.0, 3586.0, 3563.0, 3552.0, 3606.0, 3595.0, 3575.0, 3595.0, 3573.0, 3549.0, 3583.0, 3561.0, 3603.0, 3593.0, 3550.0, 3570.0, 3559.0, 3540.0, 3593.0, 3584.0, 3541.0, 3581.0, 3551.0, 3592.0, 3570.0, 3592.0, 3572.0, 3528.0, 3582.0, 3560.0, 3601.0, 3582.0, 3540.0, 3582.0, 3550.0, 3562.0, 3594.0, 3573.0, 3553.0, 3594.0, 3573.0, 3583.0, 3605.0, 3586.0, 3552.0, 3593.0, 3562.0, 3572.0, 3593.0, 3584.0, 3550.0, 3581.0, 3560.0, 3560.0, 3582.0, 3560.0, 3539.0, 3581.0, 3560.0, 3540.0, 3602.0, 3583.0, 3551.0, 3593.0, 3561.0, 3581.0, 3572.0, 3561.0, 3582.0, 3571.0, 3539.0, 3593.0, 3570.0, 3549.0, 3593.0, 3560.0, 3560.0, 3571.0, 3550.0, 3592.0, 3560.0, 3549.0, 3570.0, 3537.0, 3580.0, 3560.0, 3559.0, 3569.0, 3538.0, 3561.0, 3572.0, 3560.0, 3593.0, 3572.0, 3572.0, 3572.0, 3547.0, 3580.0, 3570.0, 3580.0, 3571.0, 3539.0, 3572.0, 3571.0, 3561.0, 3605.0, 3583.0, 3552.0, 3561.0, 3572.0, 3561.0, 3594.0, 3583.0, 3561.0, 3549.0, 3572.0, 3561.0, 3604.0, 3582.0, 3550.0, 3582.0, 3559.0, 3538.0, 3591.0, 3571.0, 3528.0, 3560.0, 3560.0, 3552.0, 3592.0, 3584.0, 3541.0, 3593.0, 3573.0, 3550.0, 3582.0, 3573.0, 3593.0, 3573.0, 3541.0, 3582.0, 3561.0, 3593.0, 3581.0, 3540.0, 3582.0, 3539.0, 3581.0, 3560.0, 3571.0, 3581.0, 3553.0, 3573.0, 3573.0, 3584.0, 3584.0, 3573.0, 3594.0, 3563.0, 3593.0, 3561.0, 3591.0, 3582.0, 3550.0, 3571.0, 3549.0, 3582.0, 3570.0, 3572.0, 3594.0, 3562.0, 3541.0, 3583.0, 3551.0, 3604.0, 3572.0, 3604.0, 3572.0, 3570.0, 3571.0, 3550.0, 3581.0, 3571.0, 3570.0, 3572.0, 3528.0, 3582.0, 3561.0, 3603.0, 3583.0, 3541.0, 3582.0, 3539.0, 3582.0, 3560.0, 3582.0, 3561.0, 3560.0, 3571.0, 3528.0, 3581.0, 3571.0, 3563.0, 3584.0, 3564.0, 3595.0, 3585.0, 3606.0, 3594.0, 3573.0, 3583.0, 3562.0, 3592.0, 3571.0, 3600.0, 3591.0, 3549.0, 3580.0, 3560.0, 3560.0, 3582.0, 3560.0, 3604.0, 3571.0, 3529.0, 3582.0, 3561.0, 3593.0, 3593.0, 3562.0, 3573.0, 3572.0, 3540.0, 3605.0, 3584.0, 3595.0, 3584.0, 3551.0, 3593.0, 3573.0, 3604.0, 3583.0, 3540.0, 3582.0, 3560.0, 3560.0, 3584.0, 3561.0, 3541.0, 3583.0, 3553.0, 3595.0, 3596.0, 3575.0, 3584.0, 3574.0, 3553.0, 3605.0, 3596.0, 3573.0, 3595.0, 3573.0, 3561.0, 3584.0, 3572.0, 3604.0, 3583.0, 3549.0, 3581.0, 3560.0, 3549.0, 3593.0, 3562.0, 3540.0, 3583.0, 3551.0, 3604.0, 3584.0, 3582.0, 3582.0, 3539.0, 3592.0, 3560.0, 3591.0, 3582.0, 3548.0, 3569.0, 3537.0, 3549.0, 3580.0, 3561.0, 3530.0, 3582.0, 3551.0, 3563.0, 3607.0, 3584.0, 3555.0, 3597.0, 3575.0, 3564.0, 3585.0, 3605.0, 3585.0, 3563.0, 3562.0, 3594.0, 3571.0, 3582.0, 3603.0, 3570.0, 3549.0, 3538.0, 3581.0, 3572.0, 3551.0, 3561.0, 3572.0, 3551.0, 3562.0, 3595.0, 3584.0, 3542.0, 3595.0, 3573.0, 3562.0, 3605.0, 3583.0, 3573.0, 3583.0, 3571.0, 3537.0, 3592.0, 3582.0, 3562.0, 3561.0, 3559.0, 3538.0, 3582.0, 3570.0, 3560.0, 3549.0, 3570.0, 3551.0, 3582.0, 3583.0, 3562.0, 3570.0, 3560.0, 3538.0, 3549.0, 3570.0, 3561.0, 3562.0, 3583.0, 3560.0, 3540.0, 3593.0, 3582.0, 3560.0, 3539.0, 3582.0, 3561.0, 3581.0, 3571.0, 3558.0, 3538.0, 3579.0, 3559.0, 3537.0, 3591.0, 3590.0, 3558.0, 3525.0, 3569.0, 3559.0, 3537.0, 3561.0, 3549.0, 3529.0, 3530.0, 3529.0, 3571.0, 3580.0, 3559.0, 3537.0, 3538.0, 3580.0, 3560.0, 3539.0, 3583.0, 3594.0, 3572.0, 3550.0, 3591.0, 3577.0, 3555.0, 3577.0, 3577.0, 3543.0, 3521.0, 3563.0, 3543.0, 3520.0, 3565.0, 3533.0, 3511.0, 3554.0, 3532.0, 3535.0, 3566.0, 3547.0, 3514.0, 3537.0, 3559.0, 3539.0, 3537.0, 3570.0, 3550.0, 3529.0, 3580.0, 3560.0, 3560.0, 3593.0, 3550.0, 3558.0, 3561.0, 3538.0, 3581.0, 3570.0, 3528.0, 3569.0, 3551.0, 3540.0, 3592.0, 3582.0, 3541.0, 3583.0, 3563.0, 3564.0, 3605.0, 3584.0, 3561.0, 3593.0, 3559.0, 3538.0, 3580.0, 3570.0, 3540.0, 3582.0, 3563.0, 3542.0, 3562.0, 3585.0, 3573.0, 3584.0, 3553.0, 3572.0, 3572.0, 3550.0, 3540.0, 3593.0, 3571.0, 3550.0, 3551.0, 3571.0, 3548.0, 3560.0, 3581.0, 3550.0, 3530.0, 3581.0, 3561.0, 3550.0, 3572.0, 3561.0, 3543.0, 3573.0, 3573.0, 3563.0, 3584.0, 3584.0, 3562.0, 3552.0, 3594.0, 3584.0, 3551.0, 3592.0, 3572.0, 3540.0, 3595.0, 3581.0, 3561.0, 3592.0, 3550.0, 3538.0, 3580.0, 3560.0, 3538.0, 3570.0, 3539.0, 3591.0, 3571.0, 3562.0, 3581.0, 3562.0, 3529.0, 3582.0, 3563.0, 3560.0, 3582.0, 3551.0, 3530.0, 3585.0, 3563.0, 3594.0, 3594.0, 3561.0, 3582.0, 3572.0, 3550.0, 3602.0, 3571.0, 3537.0, 3569.0, 3550.0, 3581.0, 3571.0, 3551.0, 3583.0, 3560.0, 3551.0, 3572.0, 3552.0, 3594.0, 3574.0, 3541.0, 3585.0, 3575.0, 3573.0, 3593.0, 3574.0, 3574.0, 3572.0, 3541.0, 3592.0, 3583.0, 3582.0, 3573.0, 3552.0, 3593.0, 3573.0, 3563.0, 3582.0, 3553.0, 3561.0, 3562.0, 3531.0, 3593.0, 3585.0, 3552.0, 3586.0, 3565.0, 3542.0, 3586.0, 3562.0, 3595.0, 3585.0, 3551.0, 3564.0, 3573.0, 3562.0, 3594.0, 3585.0, 3562.0, 3573.0, 3571.0, 3549.0, 3603.0, 3584.0, 3549.0, 3582.0, 3551.0, 3548.0, 3580.0, 3559.0, 3529.0, 3572.0, 3549.0, 3572.0, 3572.0, 3563.0, 3583.0, 3561.0, 3541.0, 3582.0, 3572.0, 3551.0, 3574.0, 3552.0, 3593.0, 3571.0, 3562.0, 3592.0, 3562.0, 3540.0, 3583.0, 3550.0, 3592.0, 3572.0, 3540.0, 3582.0, 3540.0, 3592.0, 3583.0, 3540.0, 3584.0, 3540.0, 3593.0, 3572.0, 3604.0, 3582.0, 3552.0, 3573.0, 3541.0, 3592.0, 3581.0, 3540.0, 3581.0, 3550.0, 3561.0, 3572.0, 3562.0, 3592.0, 3562.0, 3592.0, 3560.0, 3580.0, 3572.0, 3548.0, 3581.0, 3550.0, 3570.0, 3559.0, 3550.0, 3596.0, 3564.0, 3555.0, 3575.0, 3543.0, 3594.0, 3583.0, 3543.0, 3585.0, 3554.0, 3596.0, 3574.0, 3565.0, 3584.0, 3553.0, 3531.0, 3574.0, 3552.0, 3583.0, 3583.0, 3551.0, 3543.0, 3585.0, 3565.0, 3596.0, 3586.0, 3554.0, 3584.0, 3573.0, 3563.0, 3595.0, 3573.0, 3542.0, 3573.0, 3552.0, 3583.0, 3574.0, 3564.0, 3542.0, 3572.0, 3552.0, 3595.0, 3585.0, 3574.0, 3595.0, 3564.0, 3552.0, 3584.0, 3572.0, 3594.0, 3582.0, 3552.0, 3530.0, 3572.0, 3562.0, 3595.0, 3584.0, 3542.0, 3582.0, 3551.0, 3603.0, 3584.0, 3551.0, 3572.0, 3540.0, 3583.0, 3562.0, 3591.0, 3583.0, 3540.0, 3572.0, 3540.0, 3571.0, 3573.0, 3563.0, 3585.0, 3563.0, 3551.0, 3574.0, 3562.0, 3606.0, 3572.0, 3562.0, 3572.0, 3542.0, 3582.0, 3561.0, 3594.0, 3582.0, 3549.0, 3551.0, 3560.0, 3551.0, 3594.0, 3585.0, 3551.0, 3573.0, 3563.0, 3541.0, 3595.0, 3585.0, 3541.0, 3584.0, 3574.0, 3542.0, 3585.0, 3574.0, 3584.0, 3573.0, 3540.0, 3582.0, 3561.0, 3552.0, 3573.0, 3541.0, 3541.0, 3573.0, 3550.0, 3605.0, 3584.0, 3564.0, 3584.0, 3562.0, 3531.0, 3584.0, 3574.0, 3555.0, 3587.0, 3566.0, 3544.0, 3609.0, 3587.0, 3565.0, 3607.0, 3586.0, 3586.0, 3595.0, 3563.0, 3561.0, 3572.0, 3550.0, 3592.0, 3583.0, 3551.0, 3540.0, 3573.0, 3550.0, 3554.0, 3586.0, 3575.0, 3555.0, 3598.0, 3576.0, 3576.0, 3608.0, 3583.0, 3543.0, 3584.0, 3564.0, 3594.0, 3585.0, 3563.0, 3563.0, 3573.0, 3540.0, 3603.0, 3584.0, 3571.0, 3583.0, 3560.0, 3528.0, 3583.0, 3573.0, 3563.0, 3571.0, 3573.0, 3552.0, 3583.0, 3562.0, 3595.0, 3571.0, 3561.0, 3582.0, 3572.0, 3551.0, 3594.0, 3583.0, 3549.0, 3559.0, 3558.0, 3539.0, 3592.0, 3583.0, 3540.0, 3572.0, 3560.0, 3530.0, 3594.0, 3573.0, 3550.0, 3584.0, 3563.0, 3574.0, 3574.0, 3575.0, 3606.0, 3573.0, 3540.0, 3581.0, 3563.0, 3593.0, 3573.0, 3541.0, 3552.0, 3572.0, 3563.0, 3585.0, 3596.0, 3564.0, 3543.0, 3584.0, 3563.0, 3574.0, 3595.0, 3564.0, 3541.0, 3574.0, 3551.0, 3606.0, 3585.0, 3553.0, 3583.0, 3563.0, 3542.0, 3585.0, 3585.0, 3554.0, 3543.0, 3595.0, 3574.0, 3554.0, 3607.0, 3586.0, 3564.0, 3573.0, 3573.0, 3553.0, 3572.0, 3540.0, 3573.0, 3592.0, 3591.0, 3558.0, 3581.0, 3571.0, 3548.0, 3560.0, 3561.0, 3541.0, 3530.0, 3584.0, 3573.0, 3554.0, 3585.0, 3552.0, 3596.0, 3574.0, 3606.0, 3585.0, 3552.0, 3582.0, 3562.0, 3581.0, 3583.0, 3572.0, 3571.0, 3571.0, 3550.0, 3570.0, 3570.0, 3560.0, 3530.0, 3583.0, 3552.0, 3531.0, 3595.0, 3584.0, 3563.0, 3574.0, 3573.0, 3551.0, 3595.0, 3585.0, 3575.0, 3583.0, 3569.0, 3539.0, 3591.0, 3582.0, 3561.0, 3540.0, 3570.0, 3551.0, 3539.0, 3529.0, 3584.0, 3549.0, 3561.0, 3584.0, 3574.0, 3552.0, 3544.0, 3595.0, 3597.0, 3576.0, 3555.0, 3584.0, 3573.0, 3562.0, 3573.0, 3594.0, 3571.0, 3541.0, 3541.0, 3594.0, 3584.0, 3564.0, 3543.0, 3585.0, 3564.0, 3554.0, 3595.0, 3585.0, 3562.0, 3543.0, 3585.0, 3574.0, 3564.0, 3554.0, 3586.0, 3574.0, 3543.0, 3574.0, 3586.0, 3585.0, 3575.0, 3606.0, 3572.0, 3552.0, 3573.0, 3584.0, 3582.0, 3541.0, 3581.0, 3562.0, 3540.0, 3583.0, 3573.0, 3551.0, 3540.0, 3571.0, 3549.0, 3572.0, 3583.0, 3549.0, 3530.0, 3572.0, 3561.0, 3552.0, 3574.0, 3573.0, 3554.0, 3542.0, 3585.0, 3564.0, 3595.0, 3585.0, 3551.0, 3542.0, 3583.0, 3574.0, 3552.0, 3586.0, 3575.0, 3555.0, 3532.0, 3585.0, 3563.0, 3564.0], 'WindowWidth': [8129.0, 8144.0, 8136.0, 8120.0, 8131.0, 8113.0, 8080.0, 8066.0, 8106.0, 8088.0, 8072.0, 8102.0, 8071.0, 8035.0, 8046.0, 8109.0, 8096.0, 8068.0, 8039.0, 8129.0, 8100.0, 8103.0, 8101.0, 8128.0, 8099.0, 8083.0, 8123.0, 8106.0, 8063.0, 8118.0, 8072.0, 8045.0, 8105.0, 8092.0, 8048.0, 8037.0, 8109.0, 8082.0, 8086.0, 8128.0, 8118.0, 8086.0, 8128.0, 8098.0, 8142.0, 8118.0, 8060.0, 8105.0, 8076.0, 8119.0, 8103.0, 8074.0, 8104.0, 8072.0, 8044.0, 8101.0, 8088.0, 8073.0, 8097.0, 8071.0, 8031.0, 8101.0, 8076.0, 8076.0, 8107.0, 8074.0, 8030.0, 8103.0, 8076.0, 8106.0, 8104.0, 8063.0, 8028.0, 8108.0, 8108.0, 8078.0, 8123.0, 8090.0, 8052.0, 8123.0, 8078.0, 8107.0, 8090.0, 8063.0, 8080.0, 8097.0, 8053.0, 8122.0, 8096.0, 8052.0, 8109.0, 8070.0, 8121.0, 8108.0, 8094.0, 8110.0, 8068.0, 8123.0, 8097.0, 8134.0, 8120.0, 8093.0, 8105.0, 8078.0, 8048.0, 8106.0, 8075.0, 8123.0, 8093.0, 8046.0, 8106.0, 8067.0, 8108.0, 8111.0, 8066.0, 8112.0, 8084.0, 8084.0, 8130.0, 8103.0, 8135.0, 8115.0, 8068.0, 8097.0, 8114.0, 8088.0, 8101.0, 8067.0, 8112.0, 8103.0, 8074.0, 8104.0, 8074.0, 8052.0, 8123.0, 8099.0, 8074.0, 8102.0, 8081.0, 8040.0, 8050.0, 8084.0, 8062.0, 8090.0, 8061.0, 8109.0, 8078.0, 8020.0, 8093.0, 8062.0, 8084.0, 8072.0, 8056.0, 8102.0, 8059.0, 8026.0, 8055.0, 7994.0, 8072.0, 8042.0, 8072.0, 8061.0, 8023.0, 8077.0, 8037.0, 8090.0, 8067.0, 8096.0, 8071.0, 8029.0, 8103.0, 8061.0, 8119.0, 8108.0, 8092.0, 8106.0, 8065.0, 8127.0, 8113.0, 8126.0, 8129.0, 8087.0, 8127.0, 8112.0, 8140.0, 8130.0, 8053.0, 8118.0, 8075.0, 8094.0, 8122.0, 8083.0, 8097.0, 8114.0, 8114.0, 8095.0, 8111.0, 8067.0, 8120.0, 8110.0, 8080.0, 8096.0, 8097.0, 8056.0, 8126.0, 8098.0, 8142.0, 8112.0, 8069.0, 8110.0, 8056.0, 8126.0, 8099.0, 8127.0, 8101.0, 8058.0, 8131.0, 8053.0, 8132.0, 8102.0, 8129.0, 8104.0, 8095.0, 8097.0, 8143.0, 8127.0, 8094.0, 8127.0, 8082.0, 8126.0, 8097.0, 8139.0, 8128.0, 8067.0, 8109.0, 8065.0, 8121.0, 8108.0, 8137.0, 8108.0, 8061.0, 8104.0, 8060.0, 8122.0, 8074.0, 8089.0, 8091.0, 8046.0, 8110.0, 8091.0, 8120.0, 8081.0, 8079.0, 8095.0, 8064.0, 8126.0, 8081.0, 8124.0, 8081.0, 8119.0, 8096.0, 8125.0, 8124.0, 8062.0, 8124.0, 8095.0, 8106.0, 8109.0, 8094.0, 8120.0, 8048.0, 8105.0, 8047.0, 8107.0, 8097.0, 8095.0, 8093.0, 8067.0, 8122.0, 8097.0, 8081.0, 8144.0, 8100.0, 8113.0, 8117.0, 8114.0, 8111.0, 8121.0, 8109.0, 8075.0, 8103.0, 8075.0, 8061.0, 8101.0, 8089.0, 8088.0, 8101.0, 8057.0, 8030.0, 8107.0, 8093.0, 8068.0, 8114.0, 8082.0, 8067.0, 8143.0, 8128.0, 8099.0, 8126.0, 8093.0, 8059.0, 8106.0, 8073.0, 8134.0, 8118.0, 8058.0, 8084.0, 8069.0, 8046.0, 8119.0, 8108.0, 8048.0, 8103.0, 8062.0, 8117.0, 8086.0, 8118.0, 8090.0, 8029.0, 8103.0, 8072.0, 8130.0, 8104.0, 8047.0, 8105.0, 8062.0, 8078.0, 8125.0, 8097.0, 8070.0, 8125.0, 8097.0, 8108.0, 8142.0, 8115.0, 8066.0, 8121.0, 8078.0, 8091.0, 8122.0, 8108.0, 8060.0, 8102.0, 8071.0, 8071.0, 8102.0, 8072.0, 8045.0, 8101.0, 8072.0, 8047.0, 8132.0, 8106.0, 8061.0, 8119.0, 8075.0, 8100.0, 8089.0, 8073.0, 8103.0, 8087.0, 8044.0, 8118.0, 8085.0, 8056.0, 8120.0, 8072.0, 8072.0, 8086.0, 8057.0, 8116.0, 8071.0, 8055.0, 8085.0, 8037.0, 8097.0, 8071.0, 8067.0, 8083.0, 8043.0, 8072.0, 8089.0, 8072.0, 8121.0, 8091.0, 8089.0, 8090.0, 8051.0, 8098.0, 8085.0, 8099.0, 8087.0, 8044.0, 8088.0, 8088.0, 8076.0, 8139.0, 8109.0, 8066.0, 8076.0, 8090.0, 8075.0, 8123.0, 8108.0, 8076.0, 8058.0, 8090.0, 8074.0, 8136.0, 8104.0, 8058.0, 8101.0, 8069.0, 8039.0, 8113.0, 8085.0, 8029.0, 8072.0, 8072.0, 8063.0, 8119.0, 8110.0, 8050.0, 8121.0, 8095.0, 8061.0, 8105.0, 8093.0, 8120.0, 8091.0, 8048.0, 8103.0, 8075.0, 8119.0, 8102.0, 8046.0, 8103.0, 8043.0, 8100.0, 8073.0, 8089.0, 8101.0, 8067.0, 8094.0, 8093.0, 8110.0, 8109.0, 8092.0, 8122.0, 8080.0, 8119.0, 8073.0, 8112.0, 8103.0, 8057.0, 8086.0, 8057.0, 8103.0, 8086.0, 8089.0, 8122.0, 8078.0, 8050.0, 8105.0, 8063.0, 8135.0, 8089.0, 8135.0, 8091.0, 8085.0, 8087.0, 8057.0, 8101.0, 8088.0, 8086.0, 8089.0, 8028.0, 8105.0, 8075.0, 8134.0, 8108.0, 8048.0, 8104.0, 8043.0, 8105.0, 8071.0, 8104.0, 8073.0, 8070.0, 8085.0, 8028.0, 8101.0, 8089.0, 8080.0, 8110.0, 8085.0, 8125.0, 8112.0, 8139.0, 8123.0, 8092.0, 8105.0, 8078.0, 8116.0, 8085.0, 8125.0, 8114.0, 8054.0, 8098.0, 8071.0, 8071.0, 8102.0, 8071.0, 8136.0, 8088.0, 8032.0, 8104.0, 8077.0, 8119.0, 8121.0, 8078.0, 8093.0, 8091.0, 8048.0, 8138.0, 8109.0, 8124.0, 8108.0, 8063.0, 8120.0, 8092.0, 8136.0, 8105.0, 8045.0, 8102.0, 8071.0, 8071.0, 8109.0, 8077.0, 8051.0, 8107.0, 8069.0, 8125.0, 8128.0, 8100.0, 8112.0, 8098.0, 8069.0, 8141.0, 8129.0, 8094.0, 8126.0, 8094.0, 8075.0, 8108.0, 8090.0, 8138.0, 8106.0, 8058.0, 8101.0, 8073.0, 8056.0, 8119.0, 8078.0, 8048.0, 8107.0, 8064.0, 8136.0, 8109.0, 8106.0, 8103.0, 8046.0, 8116.0, 8072.0, 8114.0, 8101.0, 8053.0, 8080.0, 8038.0, 8054.0, 8100.0, 8075.0, 8034.0, 8105.0, 8064.0, 8084.0, 8145.0, 8110.0, 8074.0, 8132.0, 8100.0, 8083.0, 8115.0, 8140.0, 8113.0, 8081.0, 8077.0, 8122.0, 8089.0, 8102.0, 8134.0, 8085.0, 8056.0, 8040.0, 8101.0, 8090.0, 8061.0, 8076.0, 8091.0, 8062.0, 8078.0, 8125.0, 8111.0, 8052.0, 8125.0, 8093.0, 8078.0, 8138.0, 8106.0, 8092.0, 8105.0, 8086.0, 8039.0, 8116.0, 8104.0, 8077.0, 8073.0, 8069.0, 8041.0, 8102.0, 8085.0, 8072.0, 8056.0, 8083.0, 8059.0, 8102.0, 8107.0, 8076.0, 8087.0, 8072.0, 8040.0, 8056.0, 8083.0, 8075.0, 8077.0, 8105.0, 8072.0, 8045.0, 8120.0, 8105.0, 8073.0, 8042.0, 8102.0, 8073.0, 8101.0, 8086.0, 8067.0, 8040.0, 8096.0, 8069.0, 8038.0, 8113.0, 8112.0, 8066.0, 8019.0, 8081.0, 8066.0, 8039.0, 8074.0, 8056.0, 8030.0, 8034.0, 8030.0, 8088.0, 8097.0, 8068.0, 8039.0, 8039.0, 8099.0, 8072.0, 8044.0, 8105.0, 8123.0, 8090.0, 8057.0, 8111.0, 8087.0, 8052.0, 8083.0, 8084.0, 8034.0, 8003.0, 8061.0, 8035.0, 8003.0, 8067.0, 8023.0, 7992.0, 8050.0, 8021.0, 8027.0, 8072.0, 8046.0, 8002.0, 8036.0, 8067.0, 8042.0, 8038.0, 8084.0, 8058.0, 8029.0, 8097.0, 8070.0, 8071.0, 8118.0, 8059.0, 8066.0, 8071.0, 8039.0, 8099.0, 8083.0, 8027.0, 8083.0, 8060.0, 8046.0, 8119.0, 8105.0, 8051.0, 8106.0, 8081.0, 8084.0, 8137.0, 8109.0, 8075.0, 8118.0, 8069.0, 8039.0, 8099.0, 8085.0, 8046.0, 8104.0, 8081.0, 8051.0, 8078.0, 8112.0, 8095.0, 8109.0, 8067.0, 8090.0, 8089.0, 8058.0, 8045.0, 8121.0, 8088.0, 8059.0, 8060.0, 8086.0, 8053.0, 8072.0, 8102.0, 8058.0, 8033.0, 8102.0, 8074.0, 8060.0, 8091.0, 8076.0, 8053.0, 8093.0, 8093.0, 8082.0, 8109.0, 8108.0, 8079.0, 8065.0, 8122.0, 8108.0, 8062.0, 8117.0, 8090.0, 8045.0, 8123.0, 8102.0, 8073.0, 8116.0, 8057.0, 8040.0, 8097.0, 8072.0, 8041.0, 8084.0, 8042.0, 8114.0, 8088.0, 8076.0, 8102.0, 8078.0, 8032.0, 8105.0, 8081.0, 8074.0, 8106.0, 8063.0, 8034.0, 8110.0, 8081.0, 8123.0, 8123.0, 8075.0, 8103.0, 8091.0, 8057.0, 8131.0, 8087.0, 8038.0, 8080.0, 8057.0, 8100.0, 8087.0, 8061.0, 8105.0, 8074.0, 8061.0, 8090.0, 8065.0, 8124.0, 8096.0, 8050.0, 8111.0, 8098.0, 8093.0, 8122.0, 8097.0, 8096.0, 8091.0, 8049.0, 8118.0, 8106.0, 8103.0, 8092.0, 8062.0, 8117.0, 8093.0, 8078.0, 8105.0, 8065.0, 8074.0, 8076.0, 8036.0, 8121.0, 8113.0, 8066.0, 8114.0, 8085.0, 8052.0, 8113.0, 8079.0, 8127.0, 8110.0, 8064.0, 8081.0, 8093.0, 8079.0, 8124.0, 8112.0, 8078.0, 8091.0, 8088.0, 8057.0, 8134.0, 8107.0, 8057.0, 8103.0, 8059.0, 8052.0, 8097.0, 8069.0, 8030.0, 8089.0, 8058.0, 8089.0, 8092.0, 8080.0, 8106.0, 8075.0, 8047.0, 8105.0, 8091.0, 8063.0, 8095.0, 8064.0, 8119.0, 8088.0, 8078.0, 8118.0, 8077.0, 8047.0, 8104.0, 8058.0, 8118.0, 8089.0, 8047.0, 8103.0, 8047.0, 8117.0, 8107.0, 8048.0, 8109.0, 8047.0, 8119.0, 8091.0, 8135.0, 8105.0, 8061.0, 8090.0, 8048.0, 8117.0, 8101.0, 8045.0, 8101.0, 8059.0, 8074.0, 8091.0, 8076.0, 8116.0, 8077.0, 8116.0, 8070.0, 8097.0, 8089.0, 8054.0, 8100.0, 8060.0, 8085.0, 8071.0, 8058.0, 8127.0, 8086.0, 8076.0, 8098.0, 8055.0, 8123.0, 8109.0, 8055.0, 8112.0, 8069.0, 8127.0, 8096.0, 8084.0, 8112.0, 8069.0, 8036.0, 8095.0, 8065.0, 8107.0, 8108.0, 8065.0, 8056.0, 8114.0, 8087.0, 8129.0, 8114.0, 8069.0, 8109.0, 8094.0, 8078.0, 8126.0, 8094.0, 8051.0, 8093.0, 8064.0, 8106.0, 8097.0, 8083.0, 8052.0, 8093.0, 8066.0, 8124.0, 8112.0, 8095.0, 8125.0, 8081.0, 8064.0, 8109.0, 8091.0, 8122.0, 8103.0, 8064.0, 8032.0, 8090.0, 8078.0, 8126.0, 8108.0, 8053.0, 8104.0, 8062.0, 8134.0, 8109.0, 8062.0, 8089.0, 8047.0, 8105.0, 8075.0, 8113.0, 8103.0, 8045.0, 8089.0, 8046.0, 8088.0, 8093.0, 8080.0, 8111.0, 8082.0, 8062.0, 8095.0, 8078.0, 8142.0, 8092.0, 8076.0, 8093.0, 8051.0, 8105.0, 8075.0, 8120.0, 8101.0, 8056.0, 8059.0, 8070.0, 8062.0, 8122.0, 8111.0, 8063.0, 8093.0, 8080.0, 8048.0, 8126.0, 8110.0, 8049.0, 8107.0, 8093.0, 8049.0, 8110.0, 8095.0, 8107.0, 8091.0, 8045.0, 8102.0, 8074.0, 8062.0, 8092.0, 8047.0, 8048.0, 8091.0, 8060.0, 8137.0, 8109.0, 8080.0, 8107.0, 8076.0, 8035.0, 8108.0, 8098.0, 8072.0, 8118.0, 8088.0, 8056.0, 8149.0, 8116.0, 8084.0, 8143.0, 8114.0, 8112.0, 8122.0, 8078.0, 8071.0, 8086.0, 8055.0, 8115.0, 8103.0, 8059.0, 8045.0, 8092.0, 8060.0, 8069.0, 8117.0, 8101.0, 8076.0, 8132.0, 8102.0, 8101.0, 8148.0, 8108.0, 8052.0, 8107.0, 8081.0, 8121.0, 8111.0, 8079.0, 8078.0, 8090.0, 8047.0, 8133.0, 8107.0, 8087.0, 8104.0, 8071.0, 8028.0, 8105.0, 8093.0, 8080.0, 8088.0, 8093.0, 8061.0, 8104.0, 8076.0, 8123.0, 8087.0, 8072.0, 8102.0, 8087.0, 8060.0, 8121.0, 8105.0, 8057.0, 8068.0, 8065.0, 8040.0, 8115.0, 8104.0, 8045.0, 8088.0, 8071.0, 8034.0, 8121.0, 8093.0, 8061.0, 8110.0, 8080.0, 8095.0, 8096.0, 8098.0, 8140.0, 8092.0, 8046.0, 8101.0, 8077.0, 8119.0, 8091.0, 8048.0, 8061.0, 8089.0, 8081.0, 8113.0, 8127.0, 8084.0, 8053.0, 8109.0, 8079.0, 8095.0, 8124.0, 8081.0, 8048.0, 8094.0, 8060.0, 8139.0, 8112.0, 8065.0, 8107.0, 8079.0, 8051.0, 8111.0, 8113.0, 8070.0, 8054.0, 8126.0, 8096.0, 8069.0, 8145.0, 8115.0, 8082.0, 8094.0, 8093.0, 8066.0, 8089.0, 8044.0, 8091.0, 8116.0, 8113.0, 8066.0, 8099.0, 8087.0, 8053.0, 8070.0, 8072.0, 8049.0, 8034.0, 8109.0, 8095.0, 8070.0, 8113.0, 8065.0, 8126.0, 8096.0, 8140.0, 8109.0, 8063.0, 8101.0, 8075.0, 8098.0, 8105.0, 8088.0, 8085.0, 8084.0, 8057.0, 8084.0, 8085.0, 8073.0, 8032.0, 8107.0, 8063.0, 8036.0, 8124.0, 8111.0, 8080.0, 8095.0, 8095.0, 8064.0, 8124.0, 8112.0, 8096.0, 8105.0, 8082.0, 8041.0, 8114.0, 8102.0, 8072.0, 8043.0, 8085.0, 8061.0, 8045.0, 8032.0, 8107.0, 8056.0, 8073.0, 8107.0, 8095.0, 8066.0, 8057.0, 8127.0, 8131.0, 8102.0, 8074.0, 8109.0, 8093.0, 8077.0, 8092.0, 8121.0, 8087.0, 8047.0, 8048.0, 8122.0, 8108.0, 8082.0, 8054.0, 8111.0, 8082.0, 8069.0, 8125.0, 8112.0, 8079.0, 8055.0, 8112.0, 8096.0, 8084.0, 8072.0, 8116.0, 8097.0, 8055.0, 8097.0, 8115.0, 8113.0, 8099.0, 8142.0, 8091.0, 8064.0, 8091.0, 8107.0, 8104.0, 8048.0, 8101.0, 8075.0, 8046.0, 8105.0, 8091.0, 8060.0, 8045.0, 8087.0, 8055.0, 8090.0, 8105.0, 8057.0, 8032.0, 8089.0, 8075.0, 8064.0, 8095.0, 8095.0, 8069.0, 8053.0, 8112.0, 8083.0, 8126.0, 8112.0, 8063.0, 8051.0, 8108.0, 8095.0, 8067.0, 8114.0, 8099.0, 8072.0, 8038.0, 8112.0, 8083.0, 8085.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.00017350824587706147</td></tr>
<tr><td colspan=3>aqi</td><td>0.02253172196401799</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.201449798357</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1404922039609913</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9892682487471852</td></tr>
<tr><td colspan=3>efc</td><td>0.4615</td></tr>
<tr><td colspan=3>fber</td><td>6153.7759</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09802013279795561</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.623688155922039</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.590002197884155</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.598732756223201</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8102368420896413</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.361036995339623</td></tr>
<tr><td colspan=3>gcor</td><td>0.00651029</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007451494224369526</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020751643925905228</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</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.823158744053019</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>28.1026</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.028</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.0219</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302628.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>556.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.0229</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3207</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>442.6116</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2779.5269</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>776.0546</td></tr>
<tr><td colspan=3>tsnr</td><td>39.25150939938612</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>