<?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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-03/func/sub-0093_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>d959dbfc1b781b0f8a32e574024081c1</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>20:48:17.632500</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.99805, 0.00778216, -0.0619382, 0.000522616, 0.991123, 0.13295]</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.100321</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>[4231, -7812, -7254, 296, -101, -304, 35, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5e13f5c0-f391-404d-b781-c28aa3577f01||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.677694320678711, 0.00140213908161968, -0.16854213178157806, 117.23657989501953], [-0.020878974348306656, 2.659109592437744, 0.3583517372608185, -102.2784194946289], [-0.1661757230758667, -0.3566945791244507, 2.6708009243011475, -65.44146728515625], [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': ['204817.632500', '204818.092500', '204818.552500', '204819.012500', '204819.472500', '204819.932500', '204820.392500', '204820.852500', '204821.312500', '204821.772500', '204822.232500', '204822.692500', '204823.152500', '204823.612500', '204824.072500', '204824.532500', '204824.992500', '204825.452500', '204825.912500', '204826.372500', '204826.832500', '204827.292500', '204827.752500', '204828.212500', '204828.672500', '204829.132500', '204829.592500', '204830.052500', '204830.512500', '204830.972500', '204831.432500', '204831.892500', '204832.352500', '204832.812500', '204833.272500', '204833.732500', '204834.192500', '204834.652500', '204835.112500', '204835.572500', '204836.032500', '204836.492500', '204836.952500', '204837.412500', '204837.872500', '204838.332500', '204838.792500', '204839.252500', '204839.712500', '204840.172500', '204840.632500', '204841.092500', '204841.552500', '204842.012500', '204842.472500', '204842.932500', '204843.392500', '204843.852500', '204844.312500', '204844.772500', '204845.232500', '204845.692500', '204846.152500', '204846.612500', '204847.072500', '204847.532500', '204847.992500', '204848.452500', '204848.912500', '204849.372500', '204849.832500', '204850.292500', '204850.752500', '204851.212500', '204851.672500', '204852.132500', '204852.592500', '204853.052500', '204853.512500', '204853.972500', '204854.432500', '204854.892500', '204855.352500', '204855.812500', '204856.272500', '204856.732500', '204857.192500', '204857.652500', '204858.112500', '204858.572500', '204859.032500', '204859.492500', '204859.952500', '204900.412500', '204900.872500', '204901.332500', '204901.792500', '204902.252500', '204902.712500', '204903.172500', '204903.632500', '204904.092500', '204904.552500', '204905.012500', '204905.472500', '204905.932500', '204906.392500', '204906.852500', '204907.312500', '204907.772500', '204908.232500', '204908.692500', '204909.152500', '204909.612500', '204910.072500', '204910.532500', '204910.992500', '204911.452500', '204911.912500', '204912.372500', '204912.832500', '204913.292500', '204913.752500', '204914.212500', '204914.672500', '204915.132500', '204915.592500', '204916.052500', '204916.512500', '204916.972500', '204917.432500', '204917.892500', '204918.352500', '204918.812500', '204919.272500', '204919.732500', '204920.192500', '204920.652500', '204921.112500', '204921.572500', '204922.032500', '204922.492500', '204922.952500', '204923.412500', '204923.872500', '204924.332500', '204924.792500', '204925.252500', '204925.712500', '204926.172500', '204926.632500', '204927.092500', '204927.552500', '204928.012500', '204928.472500', '204928.932500', '204929.392500', '204929.852500', '204930.312500', '204930.772500', '204931.232500', '204931.692500', '204932.152500', '204932.612500', '204933.072500', '204933.532500', '204933.992500', '204934.452500', '204934.912500', '204935.372500', '204935.832500', '204936.292500', '204936.752500', '204937.212500', '204937.672500', '204938.132500', '204938.592500', '204939.052500', '204939.512500', '204939.972500', '204940.432500', '204940.892500', '204941.352500', '204941.812500', '204942.272500', '204942.732500', '204943.192500', '204943.652500', '204944.112500', '204944.572500', '204945.032500', '204945.492500', '204945.952500', '204946.412500', '204946.872500', '204947.332500', '204947.792500', '204948.252500', '204948.712500', '204949.172500', '204949.632500', '204950.092500', '204950.552500', '204951.012500', '204951.472500', '204951.932500', '204952.392500', '204952.852500', '204953.312500', '204953.772500', '204954.232500', '204954.692500', '204955.152500', '204955.612500', '204956.072500', '204956.532500', '204956.992500', '204957.452500', '204957.912500', '204958.372500', '204958.832500', '204959.292500', '204959.752500', '205000.212500', '205000.672500', '205001.132500', '205001.592500', '205002.052500', '205002.512500', '205002.972500', '205003.432500', '205003.892500', '205004.352500', '205004.812500', '205005.272500', '205005.732500', '205006.192500', '205006.652500', '205007.112500', '205007.572500', '205008.032500', '205008.492500', '205008.952500', '205009.412500', '205009.872500', '205010.332500', '205010.792500', '205011.252500', '205011.712500', '205012.172500', '205012.632500', '205013.092500', '205013.552500', '205014.012500', '205014.472500', '205014.932500', '205015.392500', '205015.852500', '205016.312500', '205016.772500', '205017.232500', '205017.692500', '205018.152500', '205018.612500', '205019.072500', '205019.532500', '205019.992500', '205020.452500', '205020.912500', '205021.372500', '205021.832500', '205022.292500', '205022.752500', '205023.212500', '205023.672500', '205024.132500', '205024.592500', '205025.052500', '205025.512500', '205025.972500', '205026.432500', '205026.892500', '205027.352500', '205027.812500', '205028.272500', '205028.732500', '205029.192500', '205029.652500', '205030.112500', '205030.572500', '205031.032500', '205031.492500', '205031.952500', '205032.412500', '205032.872500', '205033.332500', '205033.792500', '205034.252500', '205034.712500', '205035.172500', '205035.632500', '205036.092500', '205036.552500', '205037.012500', '205037.472500', '205037.932500', '205038.392500', '205038.852500', '205039.312500', '205039.772500', '205040.232500', '205040.692500', '205041.152500', '205041.612500', '205042.072500', '205042.532500', '205042.992500', '205043.452500', '205043.912500', '205044.372500', '205044.832500', '205045.292500', '205045.752500', '205046.212500', '205046.672500', '205047.132500', '205047.592500', '205048.052500', '205048.512500', '205048.972500', '205049.432500', '205049.892500', '205050.352500', '205050.812500', '205051.272500', '205051.732500', '205052.192500', '205052.652500', '205053.112500', '205053.572500', '205054.032500', '205054.492500', '205054.952500', '205055.412500', '205055.872500', '205056.332500', '205056.792500', '205057.252500', '205057.712500', '205058.172500', '205058.632500', '205059.092500', '205059.552500', '205100.012500', '205100.472500', '205100.932500', '205101.392500', '205101.852500', '205102.312500', '205102.772500', '205103.232500', '205103.692500', '205104.152500', '205104.612500', '205105.072500', '205105.532500', '205105.992500', '205106.452500', '205106.912500', '205107.372500', '205107.832500', '205108.292500', '205108.752500', '205109.212500', '205109.672500', '205110.132500', '205110.592500', '205111.052500', '205111.512500', '205111.972500', '205112.432500', '205112.892500', '205113.352500', '205113.812500', '205114.272500', '205114.732500', '205115.192500', '205115.652500', '205116.112500', '205116.572500', '205117.032500', '205117.492500', '205117.952500', '205118.412500', '205118.872500', '205119.332500', '205119.792500', '205120.252500', '205120.712500', '205121.172500', '205121.632500', '205122.092500', '205122.552500', '205123.012500', '205123.472500', '205123.932500', '205124.392500', '205124.852500', '205125.312500', '205125.772500', '205126.232500', '205126.692500', '205127.152500', '205127.612500', '205128.072500', '205128.532500', '205128.992500', '205129.452500', '205129.912500', '205130.372500', '205130.832500', '205131.292500', '205131.752500', '205132.212500', '205132.672500', '205133.132500', '205133.592500', '205134.052500', '205134.512500', '205134.972500', '205135.432500', '205135.892500', '205136.352500', '205136.812500', '205137.272500', '205137.732500', '205138.192500', '205138.652500', '205139.112500', '205139.572500', '205140.032500', '205140.492500', '205140.952500', '205141.412500', '205141.872500', '205142.332500', '205142.792500', '205143.252500', '205143.712500', '205144.172500', '205144.632500', '205145.092500', '205145.552500', '205146.012500', '205146.472500', '205146.932500', '205147.392500', '205147.852500', '205148.312500', '205148.772500', '205149.232500', '205149.692500', '205150.152500', '205150.612500', '205151.072500', '205151.532500', '205151.992500', '205152.452500', '205152.912500', '205153.372500', '205153.832500', '205154.292500', '205154.752500', '205155.212500', '205155.672500', '205156.132500', '205156.592500', '205157.052500', '205157.512500', '205157.972500', '205158.432500', '205158.892500', '205159.352500', '205159.812500', '205200.272500', '205200.732500', '205201.192500', '205201.652500', '205202.112500', '205202.572500', '205203.032500', '205203.492500', '205203.952500', '205204.412500', '205204.872500', '205205.332500', '205205.792500', '205206.252500', '205206.712500', '205207.172500', '205207.632500', '205208.092500', '205208.552500', '205209.012500', '205209.472500', '205209.932500', '205210.392500', '205210.852500', '205211.312500', '205211.772500', '205212.232500', '205212.692500', '205213.152500', '205213.612500', '205214.072500', '205214.532500', '205214.992500', '205215.452500', '205215.912500', '205216.372500', '205216.832500', '205217.292500', '205217.752500', '205218.212500', '205218.672500', '205219.132500', '205219.592500', '205220.052500', '205220.512500', '205220.972500', '205221.432500', '205221.892500', '205222.352500', '205222.812500', '205223.272500', '205223.732500', '205224.192500', '205224.652500', '205225.112500', '205225.572500', '205226.032500', '205226.492500', '205226.952500', '205227.412500', '205227.872500', '205228.332500', '205228.792500', '205229.252500', '205229.712500', '205230.172500', '205230.632500', '205231.092500', '205231.552500', '205232.012500', '205232.472500', '205232.932500', '205233.392500', '205233.852500', '205234.312500', '205234.772500', '205235.232500', '205235.692500', '205236.152500', '205236.612500', '205237.072500', '205237.532500', '205237.992500', '205238.452500', '205238.912500', '205239.372500', '205239.832500', '205240.292500', '205240.752500', '205241.212500', '205241.672500', '205242.132500', '205242.592500', '205243.052500', '205243.512500', '205243.972500', '205244.432500', '205244.892500', '205245.352500', '205245.812500', '205246.272500', '205246.732500', '205247.192500', '205247.652500', '205248.112500', '205248.572500', '205249.032500', '205249.492500', '205249.952500', '205250.412500', '205250.872500', '205251.332500', '205251.792500', '205252.252500', '205252.712500', '205253.172500', '205253.632500', '205254.092500', '205254.552500', '205255.012500', '205255.472500', '205255.932500', '205256.392500', '205256.852500', '205257.312500', '205257.772500', '205258.232500', '205258.692500', '205259.152500', '205259.612500', '205300.072500', '205300.532500', '205300.992500', '205301.452500', '205301.912500', '205302.372500', '205302.832500', '205303.292500', '205303.752500', '205304.212500', '205304.672500', '205305.132500', '205305.592500', '205306.052500', '205306.512500', '205306.972500', '205307.432500', '205307.892500', '205308.352500', '205308.812500', '205309.272500', '205309.732500', '205310.192500', '205310.652500', '205311.112500', '205311.572500', '205312.032500', '205312.492500', '205312.952500', '205313.412500', '205313.872500', '205314.332500', '205314.792500', '205315.252500', '205315.712500', '205316.172500', '205316.632500', '205317.092500', '205317.552500', '205318.012500', '205318.472500', '205318.932500', '205319.392500', '205319.852500', '205320.312500', '205320.772500', '205321.232500', '205321.692500', '205322.152500', '205322.612500', '205323.072500', '205323.532500', '205323.992500', '205324.452500', '205324.912500', '205325.372500', '205325.832500', '205326.292500', '205326.752500', '205327.212500', '205327.672500', '205328.132500', '205328.592500', '205329.052500', '205329.512500', '205329.972500', '205330.432500', '205330.892500', '205331.352500', '205331.812500', '205332.272500', '205332.732500', '205333.192500', '205333.652500', '205334.112500', '205334.572500', '205335.032500', '205335.492500', '205335.952500', '205336.412500', '205336.872500', '205337.332500', '205337.792500', '205338.252500', '205338.712500', '205339.172500', '205339.632500', '205340.092500', '205340.552500', '205341.012500', '205341.472500', '205341.932500', '205342.392500', '205342.852500', '205343.312500', '205343.772500', '205344.232500', '205344.692500', '205345.152500', '205345.612500', '205346.072500', '205346.532500', '205346.992500', '205347.452500', '205347.912500', '205348.372500', '205348.832500', '205349.292500', '205349.752500', '205350.212500', '205350.672500', '205351.132500', '205351.592500', '205352.052500', '205352.512500', '205352.972500', '205353.432500', '205353.892500', '205354.352500', '205354.812500', '205355.272500', '205355.732500', '205356.192500', '205356.652500', '205357.112500', '205357.572500', '205358.032500', '205358.492500', '205358.952500', '205359.412500', '205359.872500', '205400.332500', '205400.792500', '205401.252500', '205401.712500', '205402.172500', '205402.632500', '205403.092500', '205403.552500', '205404.012500', '205404.472500', '205404.932500', '205405.392500', '205405.852500', '205406.312500', '205406.772500', '205407.232500', '205407.692500', '205408.152500', '205408.612500', '205409.072500', '205409.532500', '205409.992500', '205410.452500', '205410.912500', '205411.372500', '205411.832500', '205412.292500', '205412.752500', '205413.212500', '205413.672500', '205414.132500', '205414.592500', '205415.052500', '205415.512500', '205415.972500', '205416.432500', '205416.892500', '205417.352500', '205417.812500', '205418.272500', '205418.732500', '205419.192500', '205419.652500', '205420.112500', '205420.572500', '205421.032500', '205421.492500', '205421.952500', '205422.412500', '205422.872500', '205423.332500', '205423.792500', '205424.252500', '205424.712500', '205425.172500', '205425.632500', '205426.092500', '205426.552500', '205427.012500', '205427.472500', '205427.932500', '205428.392500', '205428.852500', '205429.312500', '205429.772500', '205430.232500', '205430.692500', '205431.152500', '205431.612500', '205432.072500', '205432.532500', '205432.992500', '205433.452500', '205433.912500', '205434.372500', '205434.832500', '205435.292500', '205435.752500', '205436.212500', '205436.672500', '205437.132500', '205437.592500', '205438.052500', '205438.512500', '205438.972500', '205439.432500', '205439.892500', '205440.352500', '205440.812500', '205441.272500', '205441.732500', '205442.192500', '205442.652500', '205443.112500', '205443.572500', '205444.032500', '205444.492500', '205444.952500', '205445.412500', '205445.872500', '205446.332500', '205446.792500', '205447.252500', '205447.712500', '205448.172500', '205448.632500', '205449.092500', '205449.552500', '205450.012500', '205450.472500', '205450.932500', '205451.392500', '205451.852500', '205452.312500', '205452.772500', '205453.232500', '205453.692500', '205454.152500', '205454.612500', '205455.072500', '205455.532500', '205455.992500', '205456.452500', '205456.912500', '205457.372500', '205457.832500', '205458.292500', '205458.752500', '205459.212500', '205459.672500', '205500.132500', '205500.592500', '205501.052500', '205501.512500', '205501.972500', '205502.432500', '205502.892500', '205503.352500', '205503.812500', '205504.272500', '205504.732500', '205505.192500', '205505.652500', '205506.112500', '205506.572500', '205507.032500', '205507.492500', '205507.952500', '205508.412500', '205508.872500', '205509.332500', '205509.792500', '205510.252500', '205510.712500', '205511.172500', '205511.632500', '205512.092500', '205512.552500', '205513.012500', '205513.472500', '205513.932500', '205514.392500', '205514.852500', '205515.312500', '205515.772500', '205516.232500', '205516.692500', '205517.152500', '205517.612500', '205518.072500', '205518.532500', '205518.992500', '205519.452500', '205519.912500', '205520.372500', '205520.832500', '205521.292500', '205521.752500', '205522.212500', '205522.672500', '205523.132500', '205523.592500', '205524.052500', '205524.512500', '205524.972500', '205525.432500', '205525.892500', '205526.352500', '205526.812500', '205527.272500', '205527.732500', '205528.192500', '205528.652500', '205529.112500', '205529.572500', '205530.032500', '205530.492500', '205530.952500', '205531.412500', '205531.872500', '205532.332500', '205532.792500', '205533.252500', '205533.712500', '205534.172500', '205534.632500', '205535.092500', '205535.552500', '205536.012500', '205536.472500', '205536.932500', '205537.392500', '205537.852500', '205538.312500', '205538.772500', '205539.232500', '205539.692500', '205540.152500', '205540.612500', '205541.072500', '205541.532500', '205541.992500', '205542.452500', '205542.912500', '205543.372500', '205543.832500', '205544.292500', '205544.752500', '205545.212500', '205545.672500', '205546.132500', '205546.592500', '205547.052500', '205547.512500', '205547.972500', '205548.432500', '205548.892500', '205549.352500', '205549.812500', '205550.272500', '205550.732500', '205551.192500', '205551.652500', '205552.112500', '205552.572500', '205553.032500', '205553.492500', '205553.952500', '205554.412500', '205554.872500', '205555.332500', '205555.792500', '205556.252500', '205556.712500', '205557.172500', '205557.632500', '205558.092500', '205558.552500', '205559.012500', '205559.472500', '205559.932500', '205600.392500', '205600.852500', '205601.312500', '205601.772500', '205602.232500', '205602.692500', '205603.152500', '205603.612500', '205604.072500', '205604.532500', '205604.992500', '205605.452500', '205605.912500', '205606.372500', '205606.832500', '205607.292500', '205607.752500', '205608.212500', '205608.672500', '205609.132500', '205609.592500', '205610.052500', '205610.512500', '205610.972500', '205611.432500', '205611.892500', '205612.352500', '205612.812500', '205613.272500', '205613.732500', '205614.192500', '205614.652500', '205615.112500', '205615.572500', '205616.032500', '205616.492500', '205616.952500', '205617.412500', '205617.872500', '205618.332500', '205618.792500', '205619.252500', '205619.712500', '205620.172500', '205620.632500', '205621.092500', '205621.552500', '205622.012500', '205622.472500', '205622.932500', '205623.392500', '205623.852500', '205624.312500', '205624.772500', '205625.232500', '205625.692500', '205626.152500', '205626.612500', '205627.072500', '205627.532500', '205627.992500', '205628.452500', '205628.912500', '205629.372500', '205629.832500', '205630.292500', '205630.752500', '205631.212500', '205631.672500', '205632.132500', '205632.592500', '205633.052500', '205633.512500', '205633.972500', '205634.432500', '205634.892500', '205635.352500', '205635.812500', '205636.272500', '205636.732500', '205637.192500', '205637.652500', '205638.112500', '205638.572500', '205639.032500', '205639.492500', '205639.952500', '205640.412500', '205640.872500', '205641.332500', '205641.792500', '205642.252500', '205642.712500', '205643.172500', '205643.632500', '205644.092500', '205644.552500', '205645.012500', '205645.472500', '205645.932500', '205646.392500', '205646.852500', '205647.312500', '205647.772500', '205648.232500', '205648.692500', '205649.152500', '205649.612500', '205650.072500', '205650.532500', '205650.992500', '205651.452500', '205651.912500', '205652.372500', '205652.832500', '205653.292500', '205653.752500', '205654.212500', '205654.672500', '205655.132500', '205655.592500', '205656.052500', '205656.512500', '205656.972500', '205657.432500', '205657.892500', '205658.352500', '205658.812500', '205659.272500', '205659.732500', '205700.192500', '205700.652500', '205701.112500', '205701.572500', '205702.032500', '205702.492500', '205702.952500', '205703.412500', '205703.872500', '205704.332500', '205704.792500', '205705.252500', '205705.712500', '205706.172500', '205706.632500', '205707.092500', '205707.552500', '205708.012500', '205708.472500', '205708.932500', '205709.392500', '205709.852500', '205710.312500', '205710.772500', '205711.232500', '205711.692500', '205712.152500', '205712.612500', '205713.072500', '205713.532500', '205713.992500', '205714.452500', '205714.912500', '205715.372500', '205715.832500', '205716.292500', '205716.752500', '205717.212500', '205717.672500', '205718.132500', '205718.592500', '205719.052500', '205719.512500', '205719.972500', '205720.432500', '205720.892500', '205721.352500', '205721.812500', '205722.272500', '205722.732500', '205723.192500', '205723.652500', '205724.112500', '205724.572500', '205725.032500', '205725.492500', '205725.952500', '205726.412500', '205726.872500', '205727.332500', '205727.792500', '205728.252500', '205728.712500', '205729.172500', '205729.632500', '205730.092500', '205730.552500', '205731.012500', '205731.472500', '205731.932500', '205732.392500', '205732.852500', '205733.312500', '205733.772500', '205734.232500', '205734.692500', '205735.152500', '205735.612500', '205736.072500', '205736.532500', '205736.992500', '205737.452500', '205737.912500', '205738.372500', '205738.832500', '205739.292500', '205739.752500', '205740.212500', '205740.672500', '205741.132500', '205741.592500', '205742.052500', '205742.512500', '205742.972500', '205743.432500', '205743.892500', '205744.352500', '205744.812500', '205745.272500', '205745.732500', '205746.192500', '205746.652500', '205747.112500', '205747.572500', '205748.032500', '205748.492500', '205748.952500', '205749.412500', '205749.872500', '205750.332500', '205750.792500', '205751.252500', '205751.712500', '205752.172500', '205752.632500', '205753.092500', '205753.552500', '205754.012500', '205754.472500', '205754.932500', '205755.392500', '205755.852500', '205756.312500', '205756.772500', '205757.232500', '205757.692500', '205758.152500', '205758.612500', '205759.072500', '205759.532500', '205759.992500', '205800.452500', '205800.912500', '205801.372500', '205801.832500', '205802.292500', '205802.752500', '205803.212500', '205803.672500', '205804.132500', '205804.592500', '205805.052500', '205805.512500', '205805.972500', '205806.432500', '205806.892500', '205807.352500', '205807.812500', '205808.272500', '205808.732500', '205809.192500', '205809.652500', '205810.112500', '205810.572500', '205811.032500', '205811.492500', '205811.952500', '205812.412500', '205812.872500', '205813.332500', '205813.792500', '205814.252500', '205814.712500', '205815.172500', '205815.632500', '205816.092500', '205816.552500', '205817.012500', '205817.472500', '205817.932500', '205818.392500', '205818.852500', '205819.312500', '205819.772500', '205820.232500', '205820.692500', '205821.152500', '205821.612500', '205822.072500', '205822.532500', '205822.992500', '205823.452500', '205823.912500', '205824.372500', '205824.832500', '205825.292500', '205825.752500', '205826.212500', '205826.672500', '205827.132500', '205827.592500', '205828.052500', '205828.512500', '205828.972500', '205829.432500', '205829.892500', '205830.352500', '205830.812500', '205831.272500'], 'ContentTime': ['204838.237000', '204838.245000', '204838.248000', '204838.251000', '204838.254000', '204838.256000', '204838.259000', '204838.261000', '204838.264000', '204838.266000', '204838.269000', '204838.271000', '204838.274000', '204838.277000', '204838.279000', '204838.282000', '204838.284000', '204838.287000', '204838.289000', '204838.292000', '204838.295000', '204838.297000', '204838.304000', '204838.306000', '204838.309000', '204838.311000', '204838.314000', '204838.316000', '204838.319000', '204838.322000', '204838.324000', '204838.327000', '204838.330000', '204838.333000', '204838.336000', '204838.338000', '204838.341000', '204838.343000', '204838.346000', '204838.348000', '204838.351000', '204858.220000', '204858.223000', '204858.225000', '204858.228000', '204858.231000', '204858.233000', '204858.236000', '204858.238000', '204858.241000', '204858.243000', '204858.246000', '204858.248000', '204858.251000', '204858.253000', '204858.256000', '204858.258000', '204858.261000', '204858.263000', '204858.266000', '204858.269000', '204858.271000', '204858.274000', '204858.276000', '204858.279000', '204858.281000', '204858.310000', '204858.313000', '204858.316000', '204858.318000', '204858.321000', '204858.323000', '204858.326000', '204858.328000', '204858.331000', '204858.334000', '204858.336000', '204858.339000', '204858.341000', '204858.344000', '204858.355000', '204858.357000', '204858.360000', '204858.362000', '204858.365000', '204918.210000', '204918.213000', '204918.216000', '204918.218000', '204918.221000', '204918.224000', '204918.226000', '204918.229000', '204918.231000', '204918.234000', '204918.236000', '204918.239000', '204918.242000', '204918.244000', '204918.247000', '204918.249000', '204918.252000', '204918.254000', '204918.257000', '204918.259000', '204918.262000', '204918.265000', '204918.267000', '204918.270000', '204918.272000', '204918.275000', '204918.277000', '204918.280000', '204918.283000', '204918.285000', '204918.288000', '204918.290000', '204918.293000', '204918.296000', '204918.298000', '204918.301000', '204918.303000', '204918.306000', '204918.308000', '204918.311000', '204918.314000', '204918.316000', '204918.319000', '204938.211000', '204938.214000', '204938.216000', '204938.219000', '204938.222000', '204938.224000', '204938.227000', '204938.229000', '204938.232000', '204938.235000', '204938.237000', '204938.240000', '204938.242000', '204938.245000', '204938.248000', '204938.250000', '204938.253000', '204938.256000', '204938.258000', '204938.261000', '204938.263000', '204938.266000', '204938.268000', '204938.271000', '204938.274000', '204938.276000', '204938.279000', '204938.282000', '204938.284000', '204938.287000', '204938.289000', '204938.292000', '204938.295000', '204938.303000', '204938.306000', '204938.308000', '204938.311000', '204938.313000', '204938.316000', '204938.319000', '204938.321000', '204938.324000', '204938.326000', '204938.329000', '204958.211000', '204958.213000', '204958.216000', '204958.219000', '204958.221000', '204958.224000', '204958.226000', '204958.229000', '204958.232000', '204958.234000', '204958.237000', '204958.239000', '204958.242000', '204958.245000', '204958.247000', '204958.250000', '204958.252000', '204958.255000', '204958.257000', '204958.260000', '204958.263000', '204958.265000', '204958.268000', '204958.271000', '204958.273000', '204958.276000', '204958.278000', '204958.281000', '204958.284000', '204958.286000', '204958.289000', '204958.291000', '204958.294000', '204958.297000', '204958.299000', '204958.302000', '204958.304000', '204958.307000', '204958.313000', '204958.316000', '204958.319000', '204958.321000', '204958.324000', '205018.210000', '205018.213000', '205018.216000', '205018.218000', '205018.221000', '205018.224000', '205018.226000', '205018.229000', '205018.231000', '205018.234000', '205018.237000', '205018.239000', '205018.242000', '205018.245000', '205018.247000', '205018.250000', '205018.252000', '205018.255000', '205018.258000', '205018.260000', '205018.263000', '205018.265000', '205018.268000', '205018.271000', '205018.273000', '205018.276000', '205018.279000', '205018.281000', '205018.284000', '205018.286000', '205018.289000', '205018.291000', '205018.302000', '205018.305000', '205018.308000', '205018.310000', '205018.313000', '205018.315000', '205018.318000', '205018.321000', '205018.323000', '205018.326000', '205018.329000', '205018.331000', '205038.211000', '205038.213000', '205038.216000', '205038.219000', '205038.221000', '205038.224000', '205038.227000', '205038.229000', '205038.232000', '205038.234000', '205038.237000', '205038.240000', '205038.242000', '205038.245000', '205038.247000', '205038.250000', '205038.253000', '205038.255000', '205038.258000', '205038.260000', '205038.263000', '205038.266000', '205038.268000', '205038.271000', '205038.273000', '205038.276000', '205038.279000', '205038.281000', '205038.284000', '205038.286000', '205038.289000', '205038.292000', '205038.294000', '205038.297000', '205038.300000', '205038.302000', '205038.305000', '205038.307000', '205038.310000', '205038.312000', '205038.315000', '205038.318000', '205038.320000', '205058.210000', '205058.213000', '205058.216000', '205058.219000', '205058.221000', '205058.224000', '205058.226000', '205058.229000', '205058.231000', '205058.234000', '205058.237000', '205058.239000', '205058.242000', '205058.245000', '205058.247000', '205058.250000', '205058.253000', '205058.255000', '205058.258000', '205058.261000', '205058.263000', '205058.266000', '205058.268000', '205058.271000', '205058.274000', '205058.276000', '205058.279000', '205058.281000', '205058.284000', '205058.287000', '205058.289000', '205058.292000', '205058.295000', '205058.297000', '205058.300000', '205058.302000', '205058.305000', '205058.308000', '205058.310000', '205058.313000', '205058.316000', '205058.318000', '205058.321000', '205058.323000', '205118.210000', '205118.212000', '205118.215000', '205118.218000', '205118.222000', '205118.224000', '205118.227000', '205118.229000', '205118.232000', '205118.234000', '205118.237000', '205118.240000', '205118.242000', '205118.245000', '205118.247000', '205118.250000', '205118.253000', '205118.255000', '205118.258000', '205118.261000', '205118.263000', '205118.266000', '205118.268000', '205118.271000', '205118.274000', '205118.276000', '205118.279000', '205118.281000', '205118.284000', '205118.287000', '205118.289000', '205118.292000', '205118.294000', '205118.297000', '205118.300000', '205118.302000', '205118.305000', '205118.308000', '205118.310000', '205118.313000', '205118.315000', '205118.318000', '205118.320000', '205138.210000', '205138.213000', '205138.216000', '205138.218000', '205138.221000', '205138.224000', '205138.226000', '205138.229000', '205138.231000', '205138.234000', '205138.237000', '205138.239000', '205138.242000', '205138.244000', '205138.247000', '205138.250000', '205138.252000', '205138.255000', '205138.257000', '205138.260000', '205138.262000', '205138.265000', '205138.268000', '205138.270000', '205138.273000', '205138.275000', '205138.278000', '205138.281000', '205138.283000', '205138.286000', '205138.288000', '205138.291000', '205138.294000', '205138.296000', '205138.299000', '205138.301000', '205138.304000', '205138.307000', '205138.309000', '205138.312000', '205138.315000', '205138.317000', '205138.320000', '205138.322000', '205158.210000', '205158.214000', '205158.216000', '205158.219000', '205158.222000', '205158.224000', '205158.227000', '205158.230000', '205158.232000', '205158.235000', '205158.238000', '205158.240000', '205158.243000', '205158.245000', '205158.248000', '205158.251000', '205158.253000', '205158.256000', '205158.258000', '205158.261000', '205158.264000', '205158.266000', '205158.269000', '205158.271000', '205158.274000', '205158.277000', '205158.279000', '205158.282000', '205158.284000', '205158.287000', '205158.289000', '205158.292000', '205158.295000', '205158.297000', '205158.307000', '205158.310000', '205158.312000', '205158.315000', '205158.318000', '205158.320000', '205158.323000', '205158.326000', '205158.328000', '205218.210000', '205218.213000', '205218.216000', '205218.218000', '205218.221000', '205218.224000', '205218.226000', '205218.229000', '205218.231000', '205218.234000', '205218.237000', '205218.241000', '205218.244000', '205218.247000', '205218.250000', '205218.252000', '205218.255000', '205218.257000', '205218.260000', '205218.263000', '205218.265000', '205218.268000', '205218.271000', '205218.273000', '205218.276000', '205218.279000', '205218.281000', '205218.284000', '205218.287000', '205218.289000', '205218.292000', '205218.294000', '205218.297000', '205218.300000', '205218.302000', '205218.305000', '205218.307000', '205218.310000', '205218.313000', '205218.315000', '205218.318000', '205218.320000', '205218.323000', '205218.325000', '205238.210000', '205238.213000', '205238.216000', '205238.219000', '205238.222000', '205238.224000', '205238.227000', '205238.229000', '205238.232000', '205238.235000', '205238.238000', '205238.240000', '205238.243000', '205238.246000', '205238.248000', '205238.251000', '205238.254000', '205238.256000', '205238.259000', '205238.261000', '205238.264000', '205238.267000', '205238.269000', '205238.272000', '205238.275000', '205238.277000', '205238.280000', '205238.283000', '205238.286000', '205238.288000', '205238.291000', '205238.294000', '205238.296000', '205238.299000', '205238.302000', '205238.304000', '205238.307000', '205238.309000', '205238.312000', '205238.315000', '205238.317000', '205238.320000', '205238.323000', '205258.211000', '205258.214000', '205258.217000', '205258.219000', '205258.222000', '205258.225000', '205258.227000', '205258.230000', '205258.233000', '205258.235000', '205258.238000', '205258.241000', '205258.244000', '205258.246000', '205258.249000', '205258.252000', '205258.254000', '205258.257000', '205258.260000', '205258.262000', '205258.265000', '205258.268000', '205258.270000', '205258.273000', '205258.276000', '205258.279000', '205258.281000', '205258.284000', '205258.287000', '205258.289000', '205258.292000', '205258.295000', '205258.297000', '205258.300000', '205258.303000', '205258.305000', '205258.308000', '205258.311000', '205258.313000', '205258.316000', '205258.319000', '205258.321000', '205258.324000', '205318.211000', '205318.214000', '205318.216000', '205318.219000', '205318.222000', '205318.225000', '205318.227000', '205318.230000', '205318.232000', '205318.235000', '205318.238000', '205318.240000', '205318.243000', '205318.246000', '205318.248000', '205318.251000', '205318.254000', '205318.256000', '205318.259000', '205318.261000', '205318.264000', '205318.267000', '205318.270000', '205318.272000', '205318.275000', '205318.278000', '205318.280000', '205318.283000', '205318.286000', '205318.288000', '205318.291000', '205318.294000', '205318.296000', '205318.299000', '205318.302000', '205318.304000', '205318.307000', '205318.309000', '205318.312000', '205318.315000', '205318.317000', '205318.320000', '205318.323000', '205318.325000', '205338.211000', '205338.213000', '205338.216000', '205338.219000', '205338.222000', '205338.224000', '205338.227000', '205338.230000', '205338.232000', '205338.235000', '205338.238000', '205338.240000', '205338.243000', '205338.246000', '205338.248000', '205338.251000', '205338.254000', '205338.256000', '205338.259000', '205338.262000', '205338.264000', '205338.267000', '205338.270000', '205338.272000', '205338.275000', '205338.278000', '205338.281000', '205338.284000', '205338.287000', '205338.289000', '205338.293000', '205338.295000', '205338.298000', '205338.301000', '205338.304000', '205338.307000', '205338.310000', '205338.314000', '205338.317000', '205338.320000', '205338.323000', '205338.325000', '205338.328000', '205358.211000', '205358.216000', '205358.218000', '205358.221000', '205358.224000', '205358.227000', '205358.229000', '205358.232000', '205358.235000', '205358.237000', '205358.240000', '205358.242000', '205358.245000', '205358.248000', '205358.250000', '205358.253000', '205358.256000', '205358.258000', '205358.261000', '205358.264000', '205358.266000', '205358.269000', '205358.272000', '205358.274000', '205358.277000', '205358.280000', '205358.282000', '205358.285000', '205358.287000', '205358.290000', '205358.293000', '205358.295000', '205358.298000', '205358.301000', '205358.303000', '205358.306000', '205358.308000', '205358.311000', '205358.314000', '205358.316000', '205358.319000', '205358.321000', '205358.324000', '205358.327000', '205418.211000', '205418.214000', '205418.216000', '205418.219000', '205418.221000', '205418.224000', '205418.226000', '205418.229000', '205418.232000', '205418.235000', '205418.238000', '205418.241000', '205418.244000', '205418.246000', '205418.249000', '205418.252000', '205418.254000', '205418.257000', '205418.260000', '205418.262000', '205418.265000', '205418.267000', '205418.270000', '205418.273000', '205418.275000', '205418.278000', '205418.280000', '205418.283000', '205418.285000', '205418.288000', '205418.291000', '205418.293000', '205418.296000', '205418.298000', '205418.301000', '205418.304000', '205418.307000', '205418.309000', '205418.312000', '205418.314000', '205418.317000', '205418.320000', '205418.322000', '205438.211000', '205438.214000', '205438.216000', '205438.219000', '205438.222000', '205438.224000', '205438.227000', '205438.229000', '205438.232000', '205438.235000', '205438.237000', '205438.240000', '205438.242000', '205438.245000', '205438.248000', '205438.250000', '205438.253000', '205438.255000', '205438.258000', '205438.261000', '205438.263000', '205438.266000', '205438.268000', '205438.271000', '205438.274000', '205438.276000', '205438.279000', '205438.281000', '205438.284000', '205438.286000', '205438.289000', '205438.292000', '205438.294000', '205438.297000', '205438.299000', '205438.302000', '205438.304000', '205438.307000', '205438.309000', '205438.312000', '205438.315000', '205438.317000', '205438.320000', '205438.322000', '205458.210000', '205458.213000', '205458.216000', '205458.219000', '205458.221000', '205458.224000', '205458.226000', '205458.229000', '205458.231000', '205458.234000', '205458.237000', '205458.239000', '205458.242000', '205458.245000', '205458.247000', '205458.250000', '205458.252000', '205458.255000', '205458.257000', '205458.260000', '205458.263000', '205458.266000', '205458.269000', '205458.272000', '205458.275000', '205458.277000', '205458.280000', '205458.282000', '205458.285000', '205458.288000', '205458.290000', '205458.293000', '205458.295000', '205458.298000', '205458.300000', '205458.303000', '205458.306000', '205458.308000', '205458.311000', '205458.313000', '205458.317000', '205458.320000', '205458.323000', '205518.211000', '205518.214000', '205518.216000', '205518.219000', '205518.222000', '205518.224000', '205518.227000', '205518.229000', '205518.232000', '205518.235000', '205518.237000', '205518.240000', '205518.242000', '205518.245000', '205518.248000', '205518.250000', '205518.253000', '205518.255000', '205518.258000', '205518.261000', '205518.263000', '205518.266000', '205518.268000', '205518.271000', '205518.273000', '205518.276000', '205518.279000', '205518.281000', '205518.284000', '205518.287000', '205518.289000', '205518.292000', '205518.295000', '205518.297000', '205518.300000', '205518.302000', '205518.305000', '205518.307000', '205518.310000', '205518.313000', '205518.315000', '205518.318000', '205518.320000', '205518.323000', '205538.210000', '205538.212000', '205538.215000', '205538.218000', '205538.220000', '205538.223000', '205538.225000', '205538.228000', '205538.231000', '205538.233000', '205538.236000', '205538.239000', '205538.241000', '205538.244000', '205538.246000', '205538.249000', '205538.251000', '205538.254000', '205538.257000', '205538.259000', '205538.262000', '205538.265000', '205538.267000', '205538.270000', '205538.272000', '205538.275000', '205538.278000', '205538.281000', '205538.283000', '205538.286000', '205538.289000', '205538.291000', '205538.294000', '205538.296000', '205538.299000', '205538.302000', '205538.304000', '205538.307000', '205538.309000', '205538.312000', '205538.315000', '205538.317000', '205538.320000', '205558.211000', '205558.213000', '205558.216000', '205558.219000', '205558.221000', '205558.224000', '205558.226000', '205558.229000', '205558.232000', '205558.234000', '205558.237000', '205558.240000', '205558.242000', '205558.245000', '205558.247000', '205558.250000', '205558.253000', '205558.255000', '205558.258000', '205558.260000', '205558.263000', '205558.266000', '205558.268000', '205558.271000', '205558.274000', '205558.276000', '205558.279000', '205558.281000', '205558.284000', '205558.286000', '205558.289000', '205558.292000', '205558.294000', '205558.297000', '205558.299000', '205558.302000', '205558.304000', '205558.307000', '205558.310000', '205558.312000', '205558.315000', '205558.317000', '205558.320000', '205558.323000', '205618.210000', '205618.213000', '205618.216000', '205618.218000', '205618.221000', '205618.224000', '205618.226000', '205618.229000', '205618.231000', '205618.263000', '205618.266000', '205618.269000', '205618.271000', '205618.274000', '205618.276000', '205618.279000', '205618.282000', '205618.284000', '205618.287000', '205618.290000', '205618.292000', '205618.296000', '205618.299000', '205618.302000', '205618.304000', '205618.307000', '205618.310000', '205618.312000', '205618.315000', '205618.317000', '205618.320000', '205618.323000', '205618.325000', '205618.328000', '205618.330000', '205618.333000', '205618.336000', '205618.338000', '205618.341000', '205618.343000', '205618.346000', '205618.349000', '205618.351000', '205638.211000', '205638.213000', '205638.216000', '205638.219000', '205638.222000', '205638.224000', '205638.227000', '205638.230000', '205638.232000', '205638.235000', '205638.238000', '205638.240000', '205638.243000', '205638.246000', '205638.248000', '205638.251000', '205638.253000', '205638.256000', '205638.259000', '205638.261000', '205638.264000', '205638.266000', '205638.269000', '205638.272000', '205638.274000', '205638.277000', '205638.279000', '205638.282000', '205638.284000', '205638.287000', '205638.290000', '205638.292000', '205638.295000', '205638.297000', '205638.300000', '205638.303000', '205638.305000', '205638.308000', '205638.310000', '205638.313000', '205638.316000', '205638.318000', '205638.321000', '205638.324000', '205658.211000', '205658.214000', '205658.216000', '205658.219000', '205658.222000', '205658.224000', '205658.227000', '205658.230000', '205658.232000', '205658.235000', '205658.238000', '205658.240000', '205658.243000', '205658.246000', '205658.248000', '205658.251000', '205658.253000', '205658.256000', '205658.259000', '205658.262000', '205658.264000', '205658.267000', '205658.270000', '205658.272000', '205658.275000', '205658.278000', '205658.280000', '205658.283000', '205658.285000', '205658.288000', '205658.291000', '205658.294000', '205658.296000', '205658.299000', '205658.301000', '205658.304000', '205658.307000', '205658.309000', '205658.312000', '205658.314000', '205658.317000', '205658.320000', '205658.322000', '205718.211000', '205718.214000', '205718.217000', '205718.219000', '205718.222000', '205718.225000', '205718.227000', '205718.230000', '205718.233000', '205718.235000', '205718.238000', '205718.240000', '205718.243000', '205718.246000', '205718.248000', '205718.251000', '205718.253000', '205718.256000', '205718.259000', '205718.261000', '205718.264000', '205718.266000', '205718.269000', '205718.271000', '205718.274000', '205718.277000', '205718.279000', '205718.282000', '205718.284000', '205718.287000', '205718.290000', '205718.292000', '205718.295000', '205718.297000', '205718.300000', '205718.303000', '205718.305000', '205718.308000', '205718.310000', '205718.313000', '205718.316000', '205718.318000', '205718.321000', '205718.324000', '205738.211000', '205738.213000', '205738.216000', '205738.219000', '205738.222000', '205738.224000', '205738.232000', '205738.234000', '205738.237000', '205738.240000', '205738.242000', '205738.245000', '205738.248000', '205738.250000', '205738.253000', '205738.255000', '205738.258000', '205738.260000', '205738.263000', '205738.266000', '205738.268000', '205738.271000', '205738.273000', '205738.276000', '205738.279000', '205738.281000', '205738.284000', '205738.287000', '205738.289000', '205738.292000', '205738.295000', '205738.297000', '205738.300000', '205738.303000', '205738.305000', '205738.308000', '205738.311000', '205738.313000', '205738.316000', '205738.318000', '205738.321000', '205738.323000', '205738.326000', '205758.209000', '205758.212000', '205758.215000', '205758.218000', '205758.220000', '205758.223000', '205758.226000', '205758.228000', '205758.231000', '205758.234000', '205758.237000', '205758.239000', '205758.242000', '205758.245000', '205758.247000', '205758.250000', '205758.252000', '205758.255000', '205758.258000', '205758.261000', '205758.263000', '205758.266000', '205758.269000', '205758.271000', '205758.274000', '205758.277000', '205758.279000', '205758.282000', '205758.284000', '205758.287000', '205758.290000', '205758.292000', '205758.295000', '205758.298000', '205758.300000', '205758.303000', '205758.306000', '205758.309000', '205758.311000', '205758.314000', '205758.317000', '205758.319000', '205758.322000', '205758.325000', '205818.211000', '205818.213000', '205818.216000', '205818.219000', '205818.222000', '205818.225000', '205818.227000', '205818.230000', '205818.233000', '205818.235000', '205818.238000', '205818.241000', '205818.243000', '205818.246000', '205818.249000', '205818.251000', '205818.254000', '205818.257000', '205818.260000', '205818.262000', '205818.265000', '205818.268000', '205818.270000', '205818.273000', '205818.276000', '205818.278000', '205818.281000', '205818.284000', '205818.286000', '205818.289000', '205818.292000', '205818.294000', '205818.297000', '205818.300000', '205818.302000', '205818.305000', '205818.308000', '205818.310000', '205818.313000', '205818.316000', '205818.318000', '205818.321000', '205818.323000', '205833.126000', '205833.129000', '205833.133000', '205833.136000', '205833.138000', '205833.141000', '205833.144000', '205833.147000', '205833.150000', '205833.152000', '205833.155000', '205833.158000', '205833.161000', '205833.164000', '205833.166000', '205833.169000', '205833.172000', '205833.175000', '205833.178000', '205833.180000', '205833.183000', '205833.187000', '205833.189000', '205833.192000', '205833.195000', '205833.198000', '205833.200000', '205833.203000', '205833.206000', '205833.209000', '205833.212000', '205833.216000', '205833.219000'], 'InstanceCreationTime': ['204838.237000', '204838.245000', '204838.248000', '204838.251000', '204838.254000', '204838.256000', '204838.259000', '204838.261000', '204838.264000', '204838.266000', '204838.269000', '204838.271000', '204838.274000', '204838.277000', '204838.279000', '204838.282000', '204838.284000', '204838.287000', '204838.289000', '204838.292000', '204838.295000', '204838.297000', '204838.304000', '204838.306000', '204838.309000', '204838.311000', '204838.314000', '204838.316000', '204838.319000', '204838.322000', '204838.324000', '204838.327000', '204838.330000', '204838.333000', '204838.336000', '204838.338000', '204838.341000', '204838.343000', '204838.346000', '204838.348000', '204838.351000', '204858.220000', '204858.223000', '204858.225000', '204858.228000', '204858.231000', '204858.233000', '204858.236000', '204858.238000', '204858.241000', '204858.243000', '204858.246000', '204858.248000', '204858.251000', '204858.253000', '204858.256000', '204858.258000', '204858.261000', '204858.263000', '204858.266000', '204858.269000', '204858.271000', '204858.274000', '204858.276000', '204858.279000', '204858.281000', '204858.310000', '204858.313000', '204858.316000', '204858.318000', '204858.321000', '204858.323000', '204858.326000', '204858.328000', '204858.331000', '204858.334000', '204858.336000', '204858.339000', '204858.341000', '204858.344000', '204858.355000', '204858.357000', '204858.360000', '204858.362000', '204858.365000', '204918.210000', '204918.213000', '204918.216000', '204918.218000', '204918.221000', '204918.224000', '204918.226000', '204918.229000', '204918.231000', '204918.234000', '204918.236000', '204918.239000', '204918.242000', '204918.244000', '204918.247000', '204918.249000', '204918.252000', '204918.254000', '204918.257000', '204918.259000', '204918.262000', '204918.265000', '204918.267000', '204918.270000', '204918.272000', '204918.275000', '204918.277000', '204918.280000', '204918.283000', '204918.285000', '204918.288000', '204918.290000', '204918.293000', '204918.296000', '204918.298000', '204918.301000', '204918.303000', '204918.306000', '204918.308000', '204918.311000', '204918.314000', '204918.316000', '204918.319000', '204938.211000', '204938.214000', '204938.216000', '204938.219000', '204938.222000', '204938.224000', '204938.227000', '204938.229000', '204938.232000', '204938.235000', '204938.237000', '204938.240000', '204938.242000', '204938.245000', '204938.248000', '204938.250000', '204938.253000', '204938.256000', '204938.258000', '204938.261000', '204938.263000', '204938.266000', '204938.268000', '204938.271000', '204938.274000', '204938.276000', '204938.279000', '204938.282000', '204938.284000', '204938.287000', '204938.289000', '204938.292000', '204938.295000', '204938.303000', '204938.306000', '204938.308000', '204938.311000', '204938.313000', '204938.316000', '204938.319000', '204938.321000', '204938.324000', '204938.326000', '204938.329000', '204958.211000', '204958.213000', '204958.216000', '204958.219000', '204958.221000', '204958.224000', '204958.226000', '204958.229000', '204958.232000', '204958.234000', '204958.237000', '204958.239000', '204958.242000', '204958.245000', '204958.247000', '204958.250000', '204958.252000', '204958.255000', '204958.257000', '204958.260000', '204958.263000', '204958.265000', '204958.268000', '204958.271000', '204958.273000', '204958.276000', '204958.278000', '204958.281000', '204958.284000', '204958.286000', '204958.289000', '204958.291000', '204958.294000', '204958.297000', '204958.299000', '204958.302000', '204958.304000', '204958.307000', '204958.313000', '204958.316000', '204958.319000', '204958.321000', '204958.324000', '205018.210000', '205018.213000', '205018.216000', '205018.218000', '205018.221000', '205018.224000', '205018.226000', '205018.229000', '205018.231000', '205018.234000', '205018.237000', '205018.239000', '205018.242000', '205018.245000', '205018.247000', '205018.250000', '205018.252000', '205018.255000', '205018.258000', '205018.260000', '205018.263000', '205018.265000', '205018.268000', '205018.271000', '205018.273000', '205018.276000', '205018.279000', '205018.281000', '205018.284000', '205018.286000', '205018.289000', '205018.291000', '205018.302000', '205018.305000', '205018.308000', '205018.310000', '205018.313000', '205018.315000', '205018.318000', '205018.321000', '205018.323000', '205018.326000', '205018.329000', '205018.331000', '205038.211000', '205038.213000', '205038.216000', '205038.219000', '205038.221000', '205038.224000', '205038.227000', '205038.229000', '205038.232000', '205038.234000', '205038.237000', '205038.240000', '205038.242000', '205038.245000', '205038.247000', '205038.250000', '205038.253000', '205038.255000', '205038.258000', '205038.260000', '205038.263000', '205038.266000', '205038.268000', '205038.271000', '205038.273000', '205038.276000', '205038.279000', '205038.281000', '205038.284000', '205038.286000', '205038.289000', '205038.292000', '205038.294000', '205038.297000', '205038.300000', '205038.302000', '205038.305000', '205038.307000', '205038.310000', '205038.312000', '205038.315000', '205038.318000', '205038.320000', '205058.210000', '205058.213000', '205058.216000', '205058.219000', '205058.221000', '205058.224000', '205058.226000', '205058.229000', '205058.231000', '205058.234000', '205058.237000', '205058.239000', '205058.242000', '205058.245000', '205058.247000', '205058.250000', '205058.253000', '205058.255000', '205058.258000', '205058.261000', '205058.263000', '205058.266000', '205058.268000', '205058.271000', '205058.274000', '205058.276000', '205058.279000', '205058.281000', '205058.284000', '205058.287000', '205058.289000', '205058.292000', '205058.295000', '205058.297000', '205058.300000', '205058.302000', '205058.305000', '205058.308000', '205058.310000', '205058.313000', '205058.316000', '205058.318000', '205058.321000', '205058.323000', '205118.210000', '205118.212000', '205118.215000', '205118.218000', '205118.222000', '205118.224000', '205118.227000', '205118.229000', '205118.232000', '205118.234000', '205118.237000', '205118.240000', '205118.242000', '205118.245000', '205118.247000', '205118.250000', '205118.253000', '205118.255000', '205118.258000', '205118.261000', '205118.263000', '205118.266000', '205118.268000', '205118.271000', '205118.274000', '205118.276000', '205118.279000', '205118.281000', '205118.284000', '205118.287000', '205118.289000', '205118.292000', '205118.294000', '205118.297000', '205118.300000', '205118.302000', '205118.305000', '205118.308000', '205118.310000', '205118.313000', '205118.315000', '205118.318000', '205118.320000', '205138.210000', '205138.213000', '205138.216000', '205138.218000', '205138.221000', '205138.224000', '205138.226000', '205138.229000', '205138.231000', '205138.234000', '205138.237000', '205138.239000', '205138.242000', '205138.244000', '205138.247000', '205138.250000', '205138.252000', '205138.255000', '205138.257000', '205138.260000', '205138.262000', '205138.265000', '205138.268000', '205138.270000', '205138.273000', '205138.275000', '205138.278000', '205138.281000', '205138.283000', '205138.286000', '205138.288000', '205138.291000', '205138.294000', '205138.296000', '205138.299000', '205138.301000', '205138.304000', '205138.307000', '205138.309000', '205138.312000', '205138.315000', '205138.317000', '205138.320000', '205138.322000', '205158.210000', '205158.214000', '205158.216000', '205158.219000', '205158.222000', '205158.224000', '205158.227000', '205158.230000', '205158.232000', '205158.235000', '205158.238000', '205158.240000', '205158.243000', '205158.245000', '205158.248000', '205158.251000', '205158.253000', '205158.256000', '205158.258000', '205158.261000', '205158.264000', '205158.266000', '205158.269000', '205158.271000', '205158.274000', '205158.277000', '205158.279000', '205158.282000', '205158.284000', '205158.287000', '205158.289000', '205158.292000', '205158.295000', '205158.297000', '205158.307000', '205158.310000', '205158.312000', '205158.315000', '205158.318000', '205158.320000', '205158.323000', '205158.326000', '205158.328000', '205218.210000', '205218.213000', '205218.216000', '205218.218000', '205218.221000', '205218.224000', '205218.226000', '205218.229000', '205218.231000', '205218.234000', '205218.237000', '205218.241000', '205218.244000', '205218.247000', '205218.250000', '205218.252000', '205218.255000', '205218.257000', '205218.260000', '205218.263000', '205218.265000', '205218.268000', '205218.271000', '205218.273000', '205218.276000', '205218.279000', '205218.281000', '205218.284000', '205218.287000', '205218.289000', '205218.292000', '205218.294000', '205218.297000', '205218.300000', '205218.302000', '205218.305000', '205218.307000', '205218.310000', '205218.313000', '205218.315000', '205218.318000', '205218.320000', '205218.323000', '205218.325000', '205238.210000', '205238.213000', '205238.216000', '205238.219000', '205238.222000', '205238.224000', '205238.227000', '205238.229000', '205238.232000', '205238.235000', '205238.238000', '205238.240000', '205238.243000', '205238.246000', '205238.248000', '205238.251000', '205238.254000', '205238.256000', '205238.259000', '205238.261000', '205238.264000', '205238.267000', '205238.269000', '205238.272000', '205238.275000', '205238.277000', '205238.280000', '205238.283000', '205238.286000', '205238.288000', '205238.291000', '205238.294000', '205238.296000', '205238.299000', '205238.302000', '205238.304000', '205238.307000', '205238.309000', '205238.312000', '205238.315000', '205238.317000', '205238.320000', '205238.323000', '205258.211000', '205258.214000', '205258.217000', '205258.219000', '205258.222000', '205258.225000', '205258.227000', '205258.230000', '205258.233000', '205258.235000', '205258.238000', '205258.241000', '205258.244000', '205258.246000', '205258.249000', '205258.252000', '205258.254000', '205258.257000', '205258.260000', '205258.262000', '205258.265000', '205258.268000', '205258.270000', '205258.273000', '205258.276000', '205258.279000', '205258.281000', '205258.284000', '205258.287000', '205258.289000', '205258.292000', '205258.295000', '205258.297000', '205258.300000', '205258.303000', '205258.305000', '205258.308000', '205258.311000', '205258.313000', '205258.316000', '205258.319000', '205258.321000', '205258.324000', '205318.211000', '205318.214000', '205318.216000', '205318.219000', '205318.222000', '205318.225000', '205318.227000', '205318.230000', '205318.232000', '205318.235000', '205318.238000', '205318.240000', '205318.243000', '205318.246000', '205318.248000', '205318.251000', '205318.254000', '205318.256000', '205318.259000', '205318.261000', '205318.264000', '205318.267000', '205318.270000', '205318.272000', '205318.275000', '205318.278000', '205318.280000', '205318.283000', '205318.286000', '205318.288000', '205318.291000', '205318.294000', '205318.296000', '205318.299000', '205318.302000', '205318.304000', '205318.307000', '205318.309000', '205318.312000', '205318.315000', '205318.317000', '205318.320000', '205318.323000', '205318.325000', '205338.211000', '205338.213000', '205338.216000', '205338.219000', '205338.222000', '205338.224000', '205338.227000', '205338.230000', '205338.232000', '205338.235000', '205338.238000', '205338.240000', '205338.243000', '205338.246000', '205338.248000', '205338.251000', '205338.254000', '205338.256000', '205338.259000', '205338.262000', '205338.264000', '205338.267000', '205338.270000', '205338.272000', '205338.275000', '205338.278000', '205338.281000', '205338.284000', '205338.287000', '205338.289000', '205338.293000', '205338.295000', '205338.298000', '205338.301000', '205338.304000', '205338.307000', '205338.310000', '205338.314000', '205338.317000', '205338.320000', '205338.323000', '205338.325000', '205338.328000', '205358.211000', '205358.216000', '205358.218000', '205358.221000', '205358.224000', '205358.227000', '205358.229000', '205358.232000', '205358.235000', '205358.237000', '205358.240000', '205358.242000', '205358.245000', '205358.248000', '205358.250000', '205358.253000', '205358.256000', '205358.258000', '205358.261000', '205358.264000', '205358.266000', '205358.269000', '205358.272000', '205358.274000', '205358.277000', '205358.280000', '205358.282000', '205358.285000', '205358.287000', '205358.290000', '205358.293000', '205358.295000', '205358.298000', '205358.301000', '205358.303000', '205358.306000', '205358.308000', '205358.311000', '205358.314000', '205358.316000', '205358.319000', '205358.321000', '205358.324000', '205358.327000', '205418.211000', '205418.214000', '205418.216000', '205418.219000', '205418.221000', '205418.224000', '205418.226000', '205418.229000', '205418.232000', '205418.235000', '205418.238000', '205418.241000', '205418.244000', '205418.246000', '205418.249000', '205418.252000', '205418.254000', '205418.257000', '205418.260000', '205418.262000', '205418.265000', '205418.267000', '205418.270000', '205418.273000', '205418.275000', '205418.278000', '205418.280000', '205418.283000', '205418.285000', '205418.288000', '205418.291000', '205418.293000', '205418.296000', '205418.298000', '205418.301000', '205418.304000', '205418.307000', '205418.309000', '205418.312000', '205418.314000', '205418.317000', '205418.320000', '205418.322000', '205438.211000', '205438.214000', '205438.216000', '205438.219000', '205438.222000', '205438.224000', '205438.227000', '205438.229000', '205438.232000', '205438.235000', '205438.237000', '205438.240000', '205438.242000', '205438.245000', '205438.248000', '205438.250000', '205438.253000', '205438.255000', '205438.258000', '205438.261000', '205438.263000', '205438.266000', '205438.268000', '205438.271000', '205438.274000', '205438.276000', '205438.279000', '205438.281000', '205438.284000', '205438.286000', '205438.289000', '205438.292000', '205438.294000', '205438.297000', '205438.299000', '205438.302000', '205438.304000', '205438.307000', '205438.309000', '205438.312000', '205438.315000', '205438.317000', '205438.320000', '205438.322000', '205458.210000', '205458.213000', '205458.216000', '205458.219000', '205458.221000', '205458.224000', '205458.226000', '205458.229000', '205458.231000', '205458.234000', '205458.237000', '205458.239000', '205458.242000', '205458.245000', '205458.247000', '205458.250000', '205458.252000', '205458.255000', '205458.257000', '205458.260000', '205458.263000', '205458.266000', '205458.269000', '205458.272000', '205458.275000', '205458.277000', '205458.280000', '205458.282000', '205458.285000', '205458.288000', '205458.290000', '205458.293000', '205458.295000', '205458.298000', '205458.300000', '205458.303000', '205458.306000', '205458.308000', '205458.311000', '205458.313000', '205458.317000', '205458.320000', '205458.323000', '205518.211000', '205518.214000', '205518.216000', '205518.219000', '205518.222000', '205518.224000', '205518.227000', '205518.229000', '205518.232000', '205518.235000', '205518.237000', '205518.240000', '205518.242000', '205518.245000', '205518.248000', '205518.250000', '205518.253000', '205518.255000', '205518.258000', '205518.261000', '205518.263000', '205518.266000', '205518.268000', '205518.271000', '205518.273000', '205518.276000', '205518.279000', '205518.281000', '205518.284000', '205518.287000', '205518.289000', '205518.292000', '205518.295000', '205518.297000', '205518.300000', '205518.302000', '205518.305000', '205518.307000', '205518.310000', '205518.313000', '205518.315000', '205518.318000', '205518.320000', '205518.323000', '205538.210000', '205538.212000', '205538.215000', '205538.218000', '205538.220000', '205538.223000', '205538.225000', '205538.228000', '205538.231000', '205538.233000', '205538.236000', '205538.239000', '205538.241000', '205538.244000', '205538.246000', '205538.249000', '205538.251000', '205538.254000', '205538.257000', '205538.259000', '205538.262000', '205538.265000', '205538.267000', '205538.270000', '205538.272000', '205538.275000', '205538.278000', '205538.281000', '205538.283000', '205538.286000', '205538.289000', '205538.291000', '205538.294000', '205538.296000', '205538.299000', '205538.302000', '205538.304000', '205538.307000', '205538.309000', '205538.312000', '205538.315000', '205538.317000', '205538.320000', '205558.211000', '205558.213000', '205558.216000', '205558.219000', '205558.221000', '205558.224000', '205558.226000', '205558.229000', '205558.232000', '205558.234000', '205558.237000', '205558.240000', '205558.242000', '205558.245000', '205558.247000', '205558.250000', '205558.253000', '205558.255000', '205558.258000', '205558.260000', '205558.263000', '205558.266000', '205558.268000', '205558.271000', '205558.274000', '205558.276000', '205558.279000', '205558.281000', '205558.284000', '205558.286000', '205558.289000', '205558.292000', '205558.294000', '205558.297000', '205558.299000', '205558.302000', '205558.304000', '205558.307000', '205558.310000', '205558.312000', '205558.315000', '205558.317000', '205558.320000', '205558.323000', '205618.210000', '205618.213000', '205618.216000', '205618.218000', '205618.221000', '205618.224000', '205618.226000', '205618.229000', '205618.231000', '205618.263000', '205618.266000', '205618.269000', '205618.271000', '205618.274000', '205618.276000', '205618.279000', '205618.282000', '205618.284000', '205618.287000', '205618.290000', '205618.292000', '205618.296000', '205618.299000', '205618.302000', '205618.304000', '205618.307000', '205618.310000', '205618.312000', '205618.315000', '205618.317000', '205618.320000', '205618.323000', '205618.325000', '205618.328000', '205618.330000', '205618.333000', '205618.336000', '205618.338000', '205618.341000', '205618.343000', '205618.346000', '205618.349000', '205618.351000', '205638.211000', '205638.213000', '205638.216000', '205638.219000', '205638.222000', '205638.224000', '205638.227000', '205638.230000', '205638.232000', '205638.235000', '205638.238000', '205638.240000', '205638.243000', '205638.246000', '205638.248000', '205638.251000', '205638.253000', '205638.256000', '205638.259000', '205638.261000', '205638.264000', '205638.266000', '205638.269000', '205638.272000', '205638.274000', '205638.277000', '205638.279000', '205638.282000', '205638.284000', '205638.287000', '205638.290000', '205638.292000', '205638.295000', '205638.297000', '205638.300000', '205638.303000', '205638.305000', '205638.308000', '205638.310000', '205638.313000', '205638.316000', '205638.318000', '205638.321000', '205638.324000', '205658.211000', '205658.214000', '205658.216000', '205658.219000', '205658.222000', '205658.224000', '205658.227000', '205658.230000', '205658.232000', '205658.235000', '205658.238000', '205658.240000', '205658.243000', '205658.246000', '205658.248000', '205658.251000', '205658.253000', '205658.256000', '205658.259000', '205658.262000', '205658.264000', '205658.267000', '205658.270000', '205658.272000', '205658.275000', '205658.278000', '205658.280000', '205658.283000', '205658.285000', '205658.288000', '205658.291000', '205658.294000', '205658.296000', '205658.299000', '205658.301000', '205658.304000', '205658.307000', '205658.309000', '205658.312000', '205658.314000', '205658.317000', '205658.320000', '205658.322000', '205718.211000', '205718.214000', '205718.217000', '205718.219000', '205718.222000', '205718.225000', '205718.227000', '205718.230000', '205718.233000', '205718.235000', '205718.238000', '205718.240000', '205718.243000', '205718.246000', '205718.248000', '205718.251000', '205718.253000', '205718.256000', '205718.259000', '205718.261000', '205718.264000', '205718.266000', '205718.269000', '205718.271000', '205718.274000', '205718.277000', '205718.279000', '205718.282000', '205718.284000', '205718.287000', '205718.290000', '205718.292000', '205718.295000', '205718.297000', '205718.300000', '205718.303000', '205718.305000', '205718.308000', '205718.310000', '205718.313000', '205718.316000', '205718.318000', '205718.321000', '205718.324000', '205738.211000', '205738.213000', '205738.216000', '205738.219000', '205738.222000', '205738.224000', '205738.232000', '205738.234000', '205738.237000', '205738.240000', '205738.242000', '205738.245000', '205738.248000', '205738.250000', '205738.253000', '205738.255000', '205738.258000', '205738.260000', '205738.263000', '205738.266000', '205738.268000', '205738.271000', '205738.273000', '205738.276000', '205738.279000', '205738.281000', '205738.284000', '205738.287000', '205738.289000', '205738.292000', '205738.295000', '205738.297000', '205738.300000', '205738.303000', '205738.305000', '205738.308000', '205738.311000', '205738.313000', '205738.316000', '205738.318000', '205738.321000', '205738.323000', '205738.326000', '205758.209000', '205758.212000', '205758.215000', '205758.218000', '205758.220000', '205758.223000', '205758.226000', '205758.228000', '205758.231000', '205758.234000', '205758.237000', '205758.239000', '205758.242000', '205758.245000', '205758.247000', '205758.250000', '205758.252000', '205758.255000', '205758.258000', '205758.261000', '205758.263000', '205758.266000', '205758.269000', '205758.271000', '205758.274000', '205758.277000', '205758.279000', '205758.282000', '205758.284000', '205758.287000', '205758.290000', '205758.292000', '205758.295000', '205758.298000', '205758.300000', '205758.303000', '205758.306000', '205758.309000', '205758.311000', '205758.314000', '205758.317000', '205758.319000', '205758.322000', '205758.325000', '205818.211000', '205818.213000', '205818.216000', '205818.219000', '205818.222000', '205818.225000', '205818.227000', '205818.230000', '205818.233000', '205818.235000', '205818.238000', '205818.241000', '205818.243000', '205818.246000', '205818.249000', '205818.251000', '205818.254000', '205818.257000', '205818.260000', '205818.262000', '205818.265000', '205818.268000', '205818.270000', '205818.273000', '205818.276000', '205818.278000', '205818.281000', '205818.284000', '205818.286000', '205818.289000', '205818.292000', '205818.294000', '205818.297000', '205818.300000', '205818.302000', '205818.305000', '205818.308000', '205818.310000', '205818.313000', '205818.316000', '205818.318000', '205818.321000', '205818.323000', '205833.126000', '205833.129000', '205833.133000', '205833.136000', '205833.138000', '205833.141000', '205833.144000', '205833.147000', '205833.150000', '205833.152000', '205833.155000', '205833.158000', '205833.161000', '205833.164000', '205833.166000', '205833.169000', '205833.172000', '205833.175000', '205833.178000', '205833.180000', '205833.183000', '205833.187000', '205833.189000', '205833.192000', '205833.195000', '205833.198000', '205833.200000', '205833.203000', '205833.206000', '205833.209000', '205833.212000', '205833.216000', '205833.219000'], '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': [8525, 11292, 9249, 11635, 8199, 10449, 6791, 9704, 7970, 9943, 8088, 10272, 6696, 8783, 6667, 8752, 7683, 10659, 7837, 9597, 6595, 8661, 6724, 8793, 7168, 9456, 7573, 7442, 6883, 6636, 6943, 7497, 6738, 9082, 7636, 8707, 6720, 7317, 6809, 8043, 7531, 9426, 9066, 8501, 7176, 6570, 6831, 6698, 7127, 8425, 8450, 8372, 7996, 7678, 7104, 8000, 7766, 9017, 8846, 7654, 8150, 6631, 7169, 7092, 9874, 8133, 12349, 7315, 7861, 6472, 6526, 6472, 6836, 6509, 9626, 7212, 11398, 6301, 8003, 6436, 7997, 6560, 10007, 8225, 11676, 7601, 9518, 6778, 9061, 6810, 9602, 6609, 8963, 7564, 11438, 8581, 11573, 6727, 9334, 6918, 8916, 7457, 9515, 8125, 8587, 6752, 6716, 7150, 7536, 6882, 8363, 6990, 9795, 8206, 9940, 8363, 7549, 6776, 6491, 6838, 6803, 6979, 7101, 7541, 8294, 6771, 6469, 9992, 7128, 9837, 6531, 7694, 6586, 8006, 6532, 9488, 6747, 9786, 8106, 12067, 8116, 9295, 6975, 8217, 6495, 8232, 6808, 6614, 6746, 6683, 8303, 6758, 10584, 8477, 12313, 8821, 10915, 6681, 9255, 6708, 8424, 6865, 9020, 7269, 11190, 8534, 9711, 6527, 8464, 6832, 7672, 6590, 7476, 6824, 8975, 7258, 7267, 6781, 6961, 7021, 8390, 9917, 10288, 9383, 9164, 6561, 7775, 6850, 8957, 6902, 10128, 8030, 10469, 6772, 8402, 6524, 7972, 6565, 8305, 6790, 9277, 7386, 8849, 6608, 6678, 6697, 6908, 6788, 7745, 6683, 8490, 6663, 7854, 6890, 8534, 6785, 8912, 6759, 8822, 6647, 8885, 6550, 9202, 6582, 8849, 6651, 9700, 7438, 9854, 6531, 8239, 6462, 8175, 6526, 9049, 6953, 10323, 6441, 8396, 6509, 8021, 6246, 7142, 6762, 9104, 7122, 9908, 6549, 8597, 6751, 8822, 6447, 9339, 6648, 8303, 6633, 9669, 7463, 11194, 7463, 9911, 6743, 8623, 6633, 8252, 6834, 10642, 7939, 10590, 6487, 9147, 6522, 7914, 6807, 8286, 6698, 10332, 8045, 10620, 6748, 9103, 6437, 8488, 6602, 8595, 6943, 10143, 8062, 10246, 6818, 9029, 6633, 8210, 6819, 8822, 6474, 8821, 6581, 8862, 6877, 9670, 8224, 11075, 7201, 9395, 6518, 8580, 6754, 8813, 7016, 9566, 7379, 9910, 6866, 8685, 6928, 8772, 7034, 9188, 6745, 9699, 7266, 8676, 6802, 6786, 6842, 6564, 7796, 8296, 11696, 7889, 8664, 6382, 7047, 6577, 7938, 6720, 8203, 7103, 8372, 11176, 8703, 8564, 6564, 7225, 6766, 6373, 6823, 6509, 6530, 6749, 6937, 8159, 8955, 7509, 8075, 7092, 7204, 7803, 6863, 9520, 8876, 10640, 10413, 10329, 8030, 10175, 6794, 10177, 6386, 8440, 6772, 8816, 6445, 8918, 6674, 8896, 6655, 9294, 6574, 8119, 6661, 6590, 6370, 6784, 6506, 7234, 8248, 9607, 8087, 6781, 6417, 6472, 7126, 7941, 8848, 10402, 8753, 8101, 7304, 6576, 6645, 6490, 7707, 9256, 9437, 10340, 7617, 7017, 6298, 6659, 6276, 6772, 7244, 10102, 6894, 9511, 6444, 8716, 6437, 6581, 6660, 6678, 8614, 6777, 10874, 7792, 11352, 8849, 10619, 6678, 8300, 6373, 8467, 6595, 7305, 6363, 8005, 6864, 11280, 8151, 10667, 6729, 8430, 6496, 8898, 6677, 7593, 6596, 7944, 6668, 10062, 7788, 11177, 7518, 9943, 6569, 9074, 6712, 8806, 6578, 7957, 7740, 7442, 9071, 7882, 10168, 10102, 10515, 8868, 9327, 7309, 10098, 7095, 10422, 6962, 9366, 6899, 8729, 6404, 7637, 6614, 8805, 7447, 13054, 9265, 10701, 6516, 8165, 6225, 6911, 6190, 7015, 6276, 8926, 7486, 10665, 6935, 8403, 6419, 8325, 7905, 8307, 9412, 8020, 11985, 8374, 11683, 8747, 11804, 9592, 13083, 8492, 10102, 7671, 9457, 7557, 9958, 6936, 8668, 6712, 9523, 7765, 11392, 7597, 8852, 6261, 7890, 6493, 7810, 6373, 7441, 6967, 8864, 6136, 12014, 6829, 8643, 6485, 7714, 6646, 9381, 8081, 11553, 7349, 9426, 6943, 9406, 6924, 9997, 7075, 9222, 7259, 10952, 8644, 11718, 7585, 10052, 6554, 9378, 6631, 9279, 6610, 9197, 7307, 9204, 8034, 12840, 9130, 12213, 7412, 9461, 6805, 8207, 6652, 9237, 7784, 11460, 8318, 10269, 6958, 8044, 7123, 8325, 6884, 11494, 9514, 13256, 7828, 9992, 7352, 8532, 7315, 8591, 7158, 11342, 8950, 12037, 8778, 8366, 6936, 7976, 6992, 8428, 8596, 10868, 10156, 9242, 7607, 7530, 6644, 7635, 6680, 9236, 9255, 10063, 8504, 7169, 6680, 8164, 8949, 9497, 7471, 7283, 6805, 6972, 6859, 9079, 8274, 11302, 8815, 10742, 7065, 9957, 7026, 8918, 7153, 8877, 7613, 10628, 9215, 11486, 7095, 9699, 7004, 9361, 6993, 8537, 7317, 10139, 8487, 11181, 8126, 7605, 6873, 7249, 6715, 8201, 9678, 9339, 11456, 8182, 8524, 6653, 7811, 6889, 8427, 6769, 9524, 7107, 11212, 7185, 10660, 7084, 11034, 7632, 10823, 8169, 10912, 7883, 10916, 7215, 9158, 9391, 10452, 12157, 7764, 8382, 6820, 6771, 7110, 7321, 6693, 9975, 7809, 10514, 6803, 8632, 7023, 8032, 6880, 8977, 7312, 10239, 8254, 10027, 6740, 9374, 6971, 9255, 7392, 10331, 8029, 10629, 7105, 9557, 7310, 9853, 7757, 11496, 8835, 11956, 7418, 8734, 6465, 7052, 6646, 7181, 7220, 10542, 7585, 9764, 6532, 6854, 6623, 6682, 7177, 8574, 9178, 10159, 8836, 7226, 7886, 6879, 10050, 7686, 11132, 9567, 11489, 9893, 8132, 6801, 6819, 6782, 8063, 7360, 10294, 10028, 10367, 9380, 8592, 7582, 8194, 6716, 6962, 6804, 8695, 9916, 9679, 11383, 7645, 9436, 6270, 7175, 6261, 7389, 6661, 10670, 7893, 11415, 7436, 9333, 6451, 8289, 6960, 7391, 7841, 6910, 8998, 8262, 11099, 9790, 11395, 8099, 11377, 7194, 9866, 6886, 8346, 6563, 8044, 7106, 10749, 8002, 10004, 6716, 8345, 6536, 7525, 6007, 7247, 6739, 9318, 7673, 11189, 7712, 9899, 6371, 8245, 6557, 8050, 7386, 10823, 8406, 11034, 7433, 7831, 6625, 6714, 6877, 6669, 8087, 7658, 9510, 8440, 8961, 6933, 8977, 7113, 8300, 6783, 9997, 7723, 11176, 8019, 9868, 6942, 9073, 6866, 8666, 7480, 11039, 8485, 11313, 7623, 9297, 6650, 7948, 6888, 8732, 7191, 11541, 8613, 11418, 7421, 8731, 6608, 8187, 6493, 11127, 8719, 12071, 8168, 9489, 6892, 7513, 6295, 9335, 7921, 11885, 8196, 10074, 6855, 8439, 6756, 8358, 6823, 10911, 8413, 12178, 8549, 10331, 7046, 8485, 6803, 8630, 7582, 10964, 8721, 10959, 6953, 9213, 7156, 8288, 6946, 8917, 7663, 10333, 8138, 10430, 6786, 8444, 6955, 8284, 6473, 9846, 7419, 10764, 6716, 8752, 6778, 7974, 6415, 8272, 8527, 9698, 8918, 9619, 7409, 7149, 7196, 6514, 7569, 6691, 7993, 7643, 9388, 7687, 10048, 6954, 10215, 7519, 10771, 8731, 10799, 8453, 9661, 7166, 9664, 6755, 8981, 7006, 10424, 8070, 10997, 8496, 9606, 6958, 9771, 6766, 9416, 7070, 10705, 7798, 10906, 7887, 10059, 7128, 9410, 6865, 9016, 6577, 9470, 7631, 9580, 8203, 6973, 6794, 6335, 6759, 6237, 7609, 6669, 11541, 8093, 11220, 7139, 9540, 6983, 8830, 6720, 10216, 7858, 11408, 8123, 9895, 7118, 9013, 7027, 8399, 6992, 9116, 8325, 8568, 6887, 7226, 6739, 7534, 8330, 8800, 10564, 8026, 8467, 6485, 7005, 6419, 7210, 6630, 10282, 7864, 11420, 7611, 10240, 6887, 8995, 6843, 8292, 7106, 11788, 8688, 11475, 7828, 10137, 7106, 8877, 7293, 7952, 7013, 8169, 8749, 8114, 7275, 6735, 6758, 6351, 9544, 7529, 11169, 7347, 9433, 6704, 8271, 6827, 8484, 6551, 11241, 7728, 10635, 7332, 9512, 7218, 8958, 7139, 11453, 8485, 12000, 8038, 9884, 7055, 8889, 6947, 8644, 6900, 7624, 6841, 8572, 6901, 7160, 6648, 7504, 8942, 8949, 10824, 7401, 9124, 6449, 7837, 6455, 7658, 6583, 10108, 7452, 10890, 7818, 9474, 6949, 8714, 6855, 8129, 6797, 10201, 8280, 11949, 8177, 8065, 6967, 7375, 6999, 6973, 7022, 7922, 7518, 9048, 10376, 8309, 8230, 6300, 7221, 6440, 7596, 6676, 8627, 6643, 11807, 8678, 11852, 7998, 9717, 6918, 8721, 7558, 8302, 7081, 8961, 10022, 8079, 7650, 6298, 6908, 6669, 8100, 6759, 11746, 8263, 11460, 7187, 9658, 7036, 8770, 7187, 8291, 6978, 9410, 10590, 9193, 8646, 6448, 7271, 6355, 8009, 6685, 12446, 9010, 11777, 8144, 8963, 6895, 6563, 6866, 6579, 7569, 6618, 12514, 7946, 9467, 6880, 7867, 6781, 7723, 6915, 10497, 9418, 9590, 8011, 7157, 7182, 6406, 6909, 6554, 10171, 8136, 10151, 6723, 7678, 6730, 7124, 6729, 10626, 7723, 12455, 8893, 10270, 6993, 8823, 7090, 7564, 6912, 8334, 10912, 7518, 8691, 6692, 8178, 6934, 7967, 6720, 11299, 9014, 8746, 8357, 6644, 7734, 6786, 7255, 6453, 12693, 9488, 12760, 8530, 10958, 7534, 8303, 6930, 6591, 6802, 6760, 7753, 6586, 7533, 11149, 9820, 12266, 8553, 9102, 7212, 6313, 7145, 6383, 6803, 6438, 10516, 7880, 10407, 8046, 6865, 6906, 6610, 6784, 6502, 8703, 6517, 11533, 7485, 9131, 6863, 7769, 6859, 7865, 6788, 9600, 7390, 10285, 7768, 8913, 7255, 8980, 6443, 6875, 6841, 7236, 11205, 7205, 8678, 7431, 8918, 7234, 9169, 10687, 10243, 9812, 6433, 8206, 6496, 8203, 7246, 10865, 8971, 12633, 8943, 9093, 7152, 8359, 12536, 10370, 10848, 6878, 7312, 6397, 6278, 6877, 6668, 7096, 7285, 8564, 6826, 10235, 7177, 9505, 8370, 9607, 12041, 10201, 10113, 7679, 7576, 6616, 7721, 6385, 7838, 6402, 7738, 6505, 7280, 6315, 9876], 'WindowCenter': [3990.0, 3995.0, 3974.0, 3980.0, 3948.0, 3967.0, 3916.0, 3955.0, 3937.0, 3956.0, 3937.0, 3966.0, 3916.0, 3944.0, 3914.0, 3945.0, 3937.0, 3966.0, 3937.0, 3957.0, 3927.0, 3946.0, 3917.0, 3947.0, 3929.0, 3970.0, 3951.0, 3939.0, 3940.0, 3928.0, 3940.0, 3938.0, 3929.0, 3960.0, 3952.0, 3961.0, 3931.0, 3939.0, 3930.0, 3938.0, 3940.0, 3959.0, 3961.0, 3960.0, 3940.0, 3928.0, 3929.0, 3926.0, 3928.0, 3948.0, 3950.0, 3948.0, 3950.0, 3938.0, 3928.0, 3947.0, 3938.0, 3946.0, 3959.0, 3937.0, 3949.0, 3917.0, 3928.0, 3927.0, 3969.0, 3949.0, 3991.0, 3951.0, 3962.0, 3930.0, 3930.0, 3919.0, 3929.0, 3920.0, 3972.0, 3953.0, 4007.0, 3932.0, 3962.0, 3929.0, 3948.0, 3929.0, 3972.0, 3963.0, 3994.0, 3953.0, 3973.0, 3932.0, 3961.0, 3930.0, 3970.0, 3928.0, 3959.0, 3940.0, 3981.0, 3962.0, 3981.0, 3930.0, 3958.0, 3926.0, 3944.0, 3926.0, 3957.0, 3937.0, 3946.0, 3927.0, 3915.0, 3927.0, 3935.0, 3924.0, 3934.0, 3926.0, 3956.0, 3948.0, 3956.0, 3948.0, 3936.0, 3916.0, 3904.0, 3914.0, 3927.0, 3927.0, 3928.0, 3950.0, 3948.0, 3929.0, 3930.0, 3982.0, 3941.0, 3981.0, 3930.0, 3948.0, 3928.0, 3947.0, 3917.0, 3969.0, 3930.0, 3971.0, 3952.0, 3994.0, 3952.0, 3970.0, 3926.0, 3945.0, 3916.0, 3935.0, 3928.0, 3928.0, 3928.0, 3930.0, 3962.0, 3931.0, 3982.0, 3962.0, 3992.0, 3961.0, 3980.0, 3918.0, 3957.0, 3917.0, 3946.0, 3918.0, 3959.0, 3941.0, 3981.0, 3962.0, 3971.0, 3918.0, 3948.0, 3917.0, 3936.0, 3917.0, 3928.0, 3930.0, 3961.0, 3952.0, 3941.0, 3931.0, 3928.0, 3928.0, 3948.0, 3972.0, 3970.0, 3971.0, 3972.0, 3931.0, 3938.0, 3928.0, 3946.0, 3927.0, 3969.0, 3950.0, 3979.0, 3929.0, 3947.0, 3919.0, 3936.0, 3917.0, 3946.0, 3917.0, 3957.0, 3939.0, 3958.0, 3928.0, 3915.0, 3916.0, 3925.0, 3917.0, 3937.0, 3929.0, 3958.0, 3929.0, 3947.0, 3927.0, 3947.0, 3917.0, 3946.0, 3916.0, 3945.0, 3917.0, 3957.0, 3917.0, 3958.0, 3917.0, 3957.0, 3917.0, 3958.0, 3938.0, 3967.0, 3918.0, 3946.0, 3916.0, 3947.0, 3918.0, 3960.0, 3928.0, 3981.0, 3930.0, 3951.0, 3920.0, 3950.0, 3919.0, 3928.0, 3929.0, 3972.0, 3942.0, 3984.0, 3930.0, 3974.0, 3943.0, 3971.0, 3931.0, 3972.0, 3931.0, 3962.0, 3930.0, 3973.0, 3942.0, 3994.0, 3942.0, 3983.0, 3930.0, 3959.0, 3928.0, 3949.0, 3929.0, 3982.0, 3951.0, 3981.0, 3919.0, 3971.0, 3919.0, 3949.0, 3916.0, 3948.0, 3919.0, 3971.0, 3950.0, 3980.0, 3930.0, 3961.0, 3919.0, 3960.0, 3927.0, 3948.0, 3928.0, 3970.0, 3952.0, 3980.0, 3931.0, 3959.0, 3930.0, 3947.0, 3918.0, 3958.0, 3918.0, 3959.0, 3919.0, 3958.0, 3930.0, 3970.0, 3961.0, 3982.0, 3940.0, 3959.0, 3916.0, 3946.0, 3915.0, 3945.0, 3928.0, 3958.0, 3939.0, 3969.0, 3928.0, 3947.0, 3926.0, 3946.0, 3926.0, 3946.0, 3916.0, 3957.0, 3928.0, 3947.0, 3927.0, 3915.0, 3916.0, 3928.0, 3940.0, 3949.0, 3994.0, 3952.0, 3961.0, 3932.0, 3940.0, 3944.0, 3963.0, 3942.0, 3962.0, 3957.0, 3978.0, 4012.0, 3991.0, 3978.0, 3945.0, 3942.0, 3932.0, 3932.0, 3932.0, 3919.0, 3933.0, 3932.0, 3945.0, 3965.0, 3975.0, 3943.0, 3953.0, 3930.0, 3928.0, 3924.0, 3905.0, 3945.0, 3946.0, 3957.0, 3969.0, 3957.0, 3937.0, 3955.0, 3903.0, 3942.0, 3888.0, 3890.0, 3889.0, 3944.0, 3917.0, 3958.0, 3916.0, 3945.0, 3903.0, 3944.0, 3902.0, 3934.0, 3914.0, 3915.0, 3904.0, 3916.0, 3915.0, 3927.0, 3948.0, 3970.0, 3949.0, 3929.0, 3916.0, 3917.0, 3926.0, 3950.0, 3959.0, 3983.0, 3960.0, 3951.0, 3938.0, 3928.0, 3916.0, 3917.0, 3937.0, 3960.0, 3960.0, 3981.0, 3939.0, 3940.0, 3917.0, 3927.0, 3916.0, 3930.0, 3939.0, 3972.0, 3929.0, 3970.0, 3918.0, 3959.0, 3919.0, 3928.0, 3929.0, 3929.0, 3961.0, 3930.0, 3996.0, 3954.0, 3984.0, 3960.0, 3969.0, 3916.0, 3950.0, 3918.0, 3948.0, 3928.0, 3939.0, 3917.0, 3937.0, 3916.0, 3979.0, 3948.0, 3980.0, 3929.0, 3948.0, 3919.0, 3959.0, 3928.0, 3938.0, 3928.0, 3950.0, 3929.0, 3971.0, 3950.0, 3991.0, 3940.0, 3969.0, 3916.0, 3947.0, 3915.0, 3958.0, 3916.0, 3938.0, 3937.0, 3937.0, 3958.0, 3938.0, 3967.0, 3970.0, 3967.0, 3959.0, 3956.0, 3926.0, 3966.0, 3926.0, 3966.0, 3928.0, 3957.0, 3928.0, 3958.0, 3919.0, 3937.0, 3917.0, 3959.0, 3939.0, 4003.0, 3972.0, 3982.0, 3932.0, 3961.0, 3919.0, 3938.0, 3908.0, 3930.0, 3920.0, 3972.0, 3943.0, 3995.0, 3941.0, 3963.0, 3919.0, 3950.0, 3938.0, 3950.0, 3958.0, 3950.0, 3979.0, 3950.0, 3979.0, 3950.0, 3980.0, 3970.0, 3990.0, 3950.0, 3967.0, 3937.0, 3956.0, 3937.0, 3957.0, 3927.0, 3946.0, 3916.0, 3958.0, 3938.0, 3979.0, 3938.0, 3959.0, 3918.0, 3948.0, 3919.0, 3950.0, 3921.0, 3942.0, 3942.0, 3972.0, 3908.0, 4004.0, 3929.0, 3947.0, 3917.0, 3938.0, 3930.0, 3972.0, 3964.0, 4006.0, 3954.0, 3985.0, 3944.0, 3972.0, 3942.0, 3970.0, 3929.0, 3960.0, 3941.0, 3983.0, 3963.0, 3993.0, 3952.0, 3982.0, 3919.0, 3958.0, 3918.0, 3958.0, 3918.0, 3970.0, 3938.0, 3971.0, 3951.0, 4004.0, 3971.0, 4003.0, 3941.0, 3971.0, 3929.0, 3949.0, 3929.0, 3960.0, 3950.0, 3993.0, 3963.0, 3982.0, 3941.0, 3950.0, 3929.0, 3949.0, 3928.0, 3991.0, 3972.0, 4003.0, 3953.0, 3982.0, 3952.0, 3960.0, 3940.0, 3959.0, 3941.0, 3992.0, 3975.0, 4004.0, 3975.0, 3963.0, 3942.0, 3950.0, 3941.0, 3962.0, 3974.0, 3994.0, 3996.0, 3973.0, 3964.0, 3951.0, 3930.0, 3938.0, 3929.0, 3969.0, 3971.0, 3969.0, 3962.0, 3938.0, 3930.0, 3949.0, 3961.0, 3970.0, 3940.0, 3937.0, 3929.0, 3928.0, 3928.0, 3959.0, 3949.0, 3979.0, 3960.0, 3979.0, 3939.0, 3968.0, 3927.0, 3956.0, 3927.0, 3956.0, 3939.0, 3980.0, 3971.0, 3986.0, 3939.0, 3968.0, 3928.0, 3957.0, 3927.0, 3946.0, 3938.0, 3969.0, 3961.0, 3981.0, 3962.0, 3950.0, 3929.0, 3936.0, 3927.0, 3946.0, 3969.0, 3959.0, 3991.0, 3960.0, 3959.0, 3926.0, 3938.0, 3926.0, 3946.0, 3915.0, 3968.0, 3927.0, 3979.0, 3938.0, 3979.0, 3927.0, 3977.0, 3938.0, 3977.0, 3948.0, 3978.0, 3949.0, 3978.0, 3938.0, 3969.0, 3971.0, 3981.0, 3993.0, 3951.0, 3961.0, 3930.0, 3929.0, 3940.0, 3939.0, 3933.0, 3984.0, 3965.0, 3995.0, 3945.0, 3974.0, 3943.0, 3951.0, 3942.0, 3960.0, 3943.0, 3983.0, 3964.0, 3982.0, 3943.0, 3971.0, 3940.0, 3959.0, 3940.0, 3969.0, 3951.0, 3980.0, 3939.0, 3969.0, 3938.0, 3968.0, 3937.0, 3980.0, 3958.0, 3980.0, 3939.0, 3959.0, 3916.0, 3926.0, 3916.0, 3927.0, 3939.0, 3981.0, 3950.0, 3982.0, 3930.0, 3930.0, 3928.0, 3928.0, 3927.0, 3961.0, 3970.0, 3983.0, 3971.0, 3952.0, 3949.0, 3929.0, 3968.0, 3939.0, 3980.0, 3972.0, 3980.0, 3983.0, 3950.0, 3930.0, 3927.0, 3928.0, 3936.0, 3938.0, 3969.0, 3972.0, 3971.0, 3971.0, 3960.0, 3952.0, 3960.0, 3931.0, 3939.0, 3930.0, 3960.0, 3972.0, 3969.0, 3981.0, 3939.0, 3971.0, 3918.0, 3928.0, 3917.0, 3926.0, 3917.0, 3981.0, 3949.0, 3992.0, 3940.0, 3971.0, 3918.0, 3948.0, 3925.0, 3926.0, 3934.0, 3926.0, 3957.0, 3948.0, 3978.0, 3969.0, 3979.0, 3948.0, 3978.0, 3926.0, 3955.0, 3927.0, 3946.0, 3917.0, 3937.0, 3928.0, 3981.0, 3951.0, 3970.0, 3928.0, 3948.0, 3917.0, 3938.0, 3906.0, 3937.0, 3928.0, 3971.0, 3950.0, 3993.0, 3951.0, 3982.0, 3918.0, 3948.0, 3917.0, 3938.0, 3927.0, 3981.0, 3949.0, 3983.0, 3940.0, 3950.0, 3927.0, 3929.0, 3916.0, 3916.0, 3948.0, 3950.0, 3970.0, 3961.0, 3971.0, 3942.0, 3959.0, 3940.0, 3948.0, 3928.0, 3969.0, 3951.0, 3992.0, 3951.0, 3982.0, 3941.0, 3960.0, 3930.0, 3949.0, 3941.0, 3981.0, 3961.0, 3991.0, 3952.0, 3972.0, 3929.0, 3949.0, 3929.0, 3959.0, 3930.0, 3992.0, 3960.0, 3992.0, 3941.0, 3959.0, 3929.0, 3949.0, 3918.0, 3980.0, 3961.0, 3992.0, 3962.0, 3970.0, 3940.0, 3939.0, 3917.0, 3960.0, 3951.0, 3993.0, 3962.0, 3983.0, 3931.0, 3960.0, 3930.0, 3950.0, 3930.0, 3981.0, 3963.0, 3992.0, 3963.0, 3982.0, 3942.0, 3960.0, 3930.0, 3959.0, 3952.0, 3982.0, 3962.0, 3993.0, 3943.0, 3972.0, 3942.0, 3960.0, 3940.0, 3960.0, 3952.0, 3981.0, 3962.0, 3981.0, 3941.0, 3961.0, 3940.0, 3949.0, 3919.0, 3971.0, 3940.0, 3982.0, 3930.0, 3961.0, 3928.0, 3962.0, 3929.0, 3961.0, 3959.0, 3972.0, 3961.0, 3982.0, 3941.0, 3942.0, 3940.0, 3920.0, 3937.0, 3930.0, 3949.0, 3952.0, 3970.0, 3953.0, 3981.0, 3942.0, 3980.0, 3941.0, 3980.0, 3962.0, 3980.0, 3962.0, 3971.0, 3940.0, 3970.0, 3929.0, 3959.0, 3941.0, 3982.0, 3953.0, 3989.0, 3974.0, 3981.0, 3942.0, 3980.0, 3930.0, 3959.0, 3940.0, 3980.0, 3953.0, 3992.0, 3963.0, 3982.0, 3942.0, 3970.0, 3929.0, 3959.0, 3929.0, 3971.0, 3951.0, 3972.0, 3963.0, 3942.0, 3942.0, 3931.0, 3931.0, 3919.0, 3952.0, 3943.0, 4006.0, 3965.0, 4007.0, 3956.0, 3984.0, 3953.0, 3971.0, 3932.0, 3983.0, 3964.0, 3994.0, 3966.0, 3984.0, 3954.0, 3972.0, 3938.0, 3961.0, 3943.0, 3972.0, 3963.0, 3973.0, 3954.0, 3952.0, 3942.0, 3950.0, 3962.0, 3972.0, 3994.0, 3962.0, 3963.0, 3930.0, 3941.0, 3919.0, 3940.0, 3926.0, 3982.0, 3952.0, 3994.0, 3952.0, 3982.0, 3941.0, 3960.0, 3929.0, 3949.0, 3930.0, 3992.0, 3962.0, 3993.0, 3951.0, 3981.0, 3941.0, 3959.0, 3939.0, 3948.0, 3940.0, 3959.0, 3962.0, 3961.0, 3951.0, 3929.0, 3929.0, 3918.0, 3971.0, 3950.0, 3992.0, 3938.0, 3970.0, 3928.0, 3958.0, 3928.0, 3959.0, 3919.0, 3991.0, 3950.0, 3981.0, 3952.0, 3971.0, 3951.0, 3960.0, 3941.0, 3992.0, 3963.0, 4003.0, 3962.0, 3983.0, 3942.0, 3971.0, 3941.0, 3960.0, 3942.0, 3951.0, 3932.0, 3962.0, 3943.0, 3941.0, 3931.0, 3941.0, 3972.0, 3973.0, 3994.0, 3952.0, 3983.0, 3932.0, 3950.0, 3931.0, 3950.0, 3942.0, 3982.0, 3950.0, 3994.0, 3963.0, 3983.0, 3943.0, 3961.0, 3931.0, 3948.0, 3930.0, 3978.0, 3964.0, 4004.0, 3975.0, 3962.0, 3952.0, 3950.0, 3939.0, 3938.0, 3941.0, 3951.0, 3953.0, 3973.0, 3996.0, 3974.0, 3974.0, 3931.0, 3951.0, 3929.0, 3950.0, 3929.0, 3961.0, 3931.0, 4004.0, 3974.0, 4004.0, 3964.0, 3981.0, 3939.0, 3958.0, 3948.0, 3948.0, 3941.0, 3959.0, 3984.0, 3962.0, 3951.0, 3928.0, 3939.0, 3928.0, 3948.0, 3929.0, 3990.0, 3961.0, 3993.0, 3942.0, 3982.0, 3942.0, 3960.0, 3941.0, 3960.0, 3941.0, 3971.0, 3993.0, 3973.0, 3973.0, 3931.0, 3951.0, 3919.0, 3949.0, 3930.0, 4003.0, 3973.0, 4004.0, 3965.0, 3972.0, 3953.0, 3940.0, 3940.0, 3929.0, 3952.0, 3942.0, 4005.0, 3965.0, 3985.0, 3954.0, 3961.0, 3941.0, 3949.0, 3943.0, 3994.0, 3985.0, 3985.0, 3965.0, 3953.0, 3953.0, 3928.0, 3940.0, 3919.0, 3982.0, 3950.0, 3982.0, 3928.0, 3950.0, 3928.0, 3927.0, 3916.0, 3979.0, 3939.0, 3990.0, 3960.0, 3980.0, 3939.0, 3958.0, 3927.0, 3936.0, 3923.0, 3948.0, 3980.0, 3938.0, 3959.0, 3929.0, 3958.0, 3927.0, 3935.0, 3916.0, 3979.0, 3959.0, 3958.0, 3959.0, 3928.0, 3949.0, 3926.0, 3936.0, 3916.0, 3990.0, 3969.0, 4001.0, 3960.0, 3980.0, 3949.0, 3958.0, 3938.0, 3926.0, 3926.0, 3929.0, 3950.0, 3938.0, 3962.0, 4006.0, 3984.0, 4005.0, 3974.0, 3972.0, 3951.0, 3919.0, 3939.0, 3917.0, 3929.0, 3930.0, 3982.0, 3963.0, 3994.0, 3965.0, 3941.0, 3940.0, 3928.0, 3926.0, 3917.0, 3960.0, 3930.0, 3993.0, 3952.0, 3983.0, 3941.0, 3949.0, 3927.0, 3935.0, 3915.0, 3956.0, 3899.0, 3944.0, 3924.0, 3972.0, 3952.0, 3971.0, 3930.0, 3929.0, 3928.0, 3939.0, 3991.0, 3939.0, 3958.0, 3940.0, 3970.0, 3952.0, 3972.0, 3995.0, 3984.0, 3983.0, 3930.0, 3959.0, 3918.0, 3947.0, 3938.0, 3980.0, 3973.0, 4003.0, 3984.0, 3971.0, 3939.0, 3973.0, 4017.0, 3995.0, 4005.0, 3941.0, 3938.0, 3930.0, 3918.0, 3930.0, 3930.0, 3941.0, 3952.0, 3972.0, 3942.0, 3981.0, 3941.0, 3968.0, 3948.0, 3957.0, 3990.0, 3967.0, 3968.0, 3935.0, 3935.0, 3912.0, 3933.0, 3901.0, 3924.0, 3900.0, 3923.0, 3901.0, 3923.0, 3903.0, 3966.0], 'WindowWidth': [8911.0, 8905.0, 8872.0, 8875.0, 8829.0, 8852.0, 8782.0, 8832.0, 8809.0, 8834.0, 8811.0, 8848.0, 8781.0, 8815.0, 8777.0, 8818.0, 8812.0, 8848.0, 8813.0, 8839.0, 8800.0, 8822.0, 8785.0, 8825.0, 8806.0, 8858.0, 8838.0, 8818.0, 8822.0, 8804.0, 8820.0, 8814.0, 8805.0, 8847.0, 8838.0, 8848.0, 8811.0, 8819.0, 8807.0, 8813.0, 8819.0, 8844.0, 8850.0, 8847.0, 8823.0, 8802.0, 8804.0, 8797.0, 8802.0, 8827.0, 8832.0, 8829.0, 8833.0, 8815.0, 8803.0, 8824.0, 8813.0, 8821.0, 8841.0, 8812.0, 8830.0, 8784.0, 8800.0, 8800.0, 8857.0, 8831.0, 8891.0, 8837.0, 8854.0, 8809.0, 8811.0, 8791.0, 8806.0, 8794.0, 8866.0, 8843.0, 8922.0, 8814.0, 8852.0, 8806.0, 8829.0, 8806.0, 8865.0, 8857.0, 8898.0, 8844.0, 8868.0, 8814.0, 8849.0, 8808.0, 8858.0, 8801.0, 8842.0, 8821.0, 8876.0, 8851.0, 8875.0, 8808.0, 8840.0, 8796.0, 8816.0, 8796.0, 8836.0, 8812.0, 8821.0, 8800.0, 8781.0, 8798.0, 8804.0, 8791.0, 8803.0, 8795.0, 8835.0, 8826.0, 8835.0, 8827.0, 8809.0, 8784.0, 8763.0, 8778.0, 8800.0, 8799.0, 8802.0, 8836.0, 8829.0, 8806.0, 8811.0, 8881.0, 8825.0, 8879.0, 8810.0, 8829.0, 8802.0, 8827.0, 8787.0, 8857.0, 8808.0, 8866.0, 8841.0, 8902.0, 8841.0, 8860.0, 8798.0, 8818.0, 8783.0, 8803.0, 8802.0, 8802.0, 8805.0, 8810.0, 8853.0, 8811.0, 8881.0, 8855.0, 8897.0, 8852.0, 8874.0, 8789.0, 8838.0, 8786.0, 8821.0, 8788.0, 8844.0, 8823.0, 8878.0, 8854.0, 8863.0, 8791.0, 8827.0, 8786.0, 8806.0, 8784.0, 8800.0, 8808.0, 8849.0, 8841.0, 8824.0, 8811.0, 8802.0, 8801.0, 8828.0, 8865.0, 8862.0, 8865.0, 8866.0, 8813.0, 8816.0, 8802.0, 8821.0, 8799.0, 8856.0, 8832.0, 8871.0, 8804.0, 8824.0, 8790.0, 8809.0, 8785.0, 8822.0, 8785.0, 8836.0, 8815.0, 8839.0, 8801.0, 8780.0, 8783.0, 8792.0, 8784.0, 8812.0, 8803.0, 8841.0, 8804.0, 8825.0, 8801.0, 8823.0, 8787.0, 8822.0, 8781.0, 8819.0, 8785.0, 8836.0, 8786.0, 8838.0, 8786.0, 8836.0, 8785.0, 8839.0, 8815.0, 8851.0, 8788.0, 8822.0, 8783.0, 8825.0, 8788.0, 8846.0, 8804.0, 8878.0, 8808.0, 8835.0, 8793.0, 8832.0, 8791.0, 8803.0, 8805.0, 8866.0, 8827.0, 8885.0, 8813.0, 8871.0, 8832.0, 8865.0, 8812.0, 8867.0, 8811.0, 8851.0, 8810.0, 8870.0, 8828.0, 8900.0, 8827.0, 8882.0, 8810.0, 8844.0, 8800.0, 8828.0, 8804.0, 8878.0, 8835.0, 8876.0, 8793.0, 8862.0, 8794.0, 8830.0, 8784.0, 8827.0, 8790.0, 8861.0, 8834.0, 8874.0, 8809.0, 8849.0, 8792.0, 8848.0, 8801.0, 8826.0, 8802.0, 8860.0, 8838.0, 8875.0, 8812.0, 8845.0, 8806.0, 8825.0, 8790.0, 8841.0, 8789.0, 8841.0, 8790.0, 8840.0, 8808.0, 8861.0, 8851.0, 8878.0, 8821.0, 8844.0, 8784.0, 8820.0, 8781.0, 8819.0, 8800.0, 8840.0, 8818.0, 8858.0, 8803.0, 8825.0, 8796.0, 8819.0, 8794.0, 8818.0, 8782.0, 8838.0, 8802.0, 8825.0, 8800.0, 8781.0, 8784.0, 8802.0, 8820.0, 8830.0, 8899.0, 8839.0, 8850.0, 8815.0, 8824.0, 8833.0, 8858.0, 8828.0, 8856.0, 8859.0, 8885.0, 8939.0, 8908.0, 8886.0, 8835.0, 8826.0, 8815.0, 8814.0, 8812.0, 8792.0, 8815.0, 8815.0, 8834.0, 8860.0, 8874.0, 8828.0, 8840.0, 8806.0, 8799.0, 8788.0, 8762.0, 8816.0, 8820.0, 8834.0, 8854.0, 8834.0, 8808.0, 8829.0, 8758.0, 8805.0, 8729.0, 8712.0, 8733.0, 8816.0, 8786.0, 8841.0, 8782.0, 8818.0, 8759.0, 8815.0, 8758.0, 8802.0, 8777.0, 8780.0, 8764.0, 8783.0, 8780.0, 8799.0, 8827.0, 8861.0, 8831.0, 8806.0, 8783.0, 8786.0, 8796.0, 8833.0, 8844.0, 8881.0, 8846.0, 8837.0, 8817.0, 8804.0, 8782.0, 8784.0, 8811.0, 8845.0, 8847.0, 8878.0, 8819.0, 8822.0, 8786.0, 8799.0, 8784.0, 8808.0, 8816.0, 8864.0, 8804.0, 8859.0, 8791.0, 8846.0, 8794.0, 8803.0, 8805.0, 8805.0, 8850.0, 8809.0, 8906.0, 8849.0, 8886.0, 8846.0, 8854.0, 8780.0, 8835.0, 8789.0, 8829.0, 8803.0, 8821.0, 8786.0, 8812.0, 8785.0, 8872.0, 8830.0, 8873.0, 8805.0, 8829.0, 8792.0, 8846.0, 8805.0, 8815.0, 8804.0, 8833.0, 8806.0, 8864.0, 8836.0, 8891.0, 8822.0, 8857.0, 8785.0, 8824.0, 8780.0, 8840.0, 8784.0, 8815.0, 8812.0, 8814.0, 8839.0, 8815.0, 8852.0, 8859.0, 8853.0, 8843.0, 8835.0, 8796.0, 8847.0, 8797.0, 8849.0, 8800.0, 8837.0, 8803.0, 8843.0, 8792.0, 8814.0, 8785.0, 8845.0, 8820.0, 8912.0, 8867.0, 8880.0, 8817.0, 8853.0, 8796.0, 8818.0, 8777.0, 8808.0, 8797.0, 8869.0, 8830.0, 8903.0, 8827.0, 8857.0, 8794.0, 8834.0, 8814.0, 8831.0, 8839.0, 8834.0, 8873.0, 8833.0, 8870.0, 8834.0, 8873.0, 8861.0, 8888.0, 8832.0, 8850.0, 8811.0, 8835.0, 8812.0, 8838.0, 8799.0, 8823.0, 8785.0, 8841.0, 8816.0, 8870.0, 8817.0, 8843.0, 8789.0, 8828.0, 8791.0, 8835.0, 8798.0, 8828.0, 8828.0, 8868.0, 8779.0, 8914.0, 8804.0, 8825.0, 8786.0, 8814.0, 8809.0, 8868.0, 8861.0, 8919.0, 8851.0, 8890.0, 8835.0, 8868.0, 8827.0, 8862.0, 8807.0, 8848.0, 8823.0, 8881.0, 8855.0, 8898.0, 8841.0, 8880.0, 8794.0, 8843.0, 8788.0, 8841.0, 8788.0, 8861.0, 8817.0, 8864.0, 8836.0, 8914.0, 8867.0, 8911.0, 8827.0, 8863.0, 8807.0, 8830.0, 8807.0, 8849.0, 8837.0, 8896.0, 8857.0, 8882.0, 8827.0, 8835.0, 8806.0, 8831.0, 8806.0, 8892.0, 8869.0, 8916.0, 8847.0, 8882.0, 8842.0, 8848.0, 8824.0, 8846.0, 8826.0, 8897.0, 8876.0, 8916.0, 8878.0, 8858.0, 8832.0, 8838.0, 8827.0, 8854.0, 8874.0, 8902.0, 8906.0, 8873.0, 8862.0, 8841.0, 8810.0, 8817.0, 8806.0, 8860.0, 8864.0, 8861.0, 8855.0, 8820.0, 8808.0, 8831.0, 8850.0, 8861.0, 8825.0, 8816.0, 8807.0, 8803.0, 8804.0, 8845.0, 8834.0, 8871.0, 8848.0, 8870.0, 8819.0, 8855.0, 8802.0, 8837.0, 8800.0, 8837.0, 8820.0, 8873.0, 8864.0, 8880.0, 8821.0, 8856.0, 8802.0, 8838.0, 8799.0, 8823.0, 8816.0, 8859.0, 8852.0, 8878.0, 8855.0, 8835.0, 8809.0, 8811.0, 8801.0, 8824.0, 8858.0, 8845.0, 8892.0, 8847.0, 8847.0, 8801.0, 8817.0, 8797.0, 8825.0, 8782.0, 8855.0, 8801.0, 8872.0, 8817.0, 8872.0, 8802.0, 8868.0, 8817.0, 8866.0, 8829.0, 8868.0, 8831.0, 8870.0, 8818.0, 8860.0, 8865.0, 8879.0, 8902.0, 8840.0, 8853.0, 8812.0, 8808.0, 8825.0, 8821.0, 8818.0, 8887.0, 8866.0, 8906.0, 8840.0, 8876.0, 8835.0, 8839.0, 8828.0, 8851.0, 8831.0, 8883.0, 8860.0, 8882.0, 8833.0, 8866.0, 8824.0, 8845.0, 8822.0, 8860.0, 8837.0, 8875.0, 8820.0, 8859.0, 8818.0, 8856.0, 8815.0, 8874.0, 8843.0, 8874.0, 8818.0, 8844.0, 8786.0, 8800.0, 8785.0, 8801.0, 8819.0, 8878.0, 8837.0, 8882.0, 8812.0, 8811.0, 8805.0, 8803.0, 8801.0, 8850.0, 8861.0, 8883.0, 8865.0, 8843.0, 8833.0, 8807.0, 8856.0, 8819.0, 8874.0, 8865.0, 8874.0, 8882.0, 8837.0, 8812.0, 8801.0, 8804.0, 8811.0, 8818.0, 8859.0, 8867.0, 8864.0, 8865.0, 8848.0, 8843.0, 8851.0, 8815.0, 8821.0, 8811.0, 8851.0, 8864.0, 8857.0, 8878.0, 8820.0, 8864.0, 8792.0, 8805.0, 8786.0, 8799.0, 8786.0, 8876.0, 8832.0, 8895.0, 8822.0, 8863.0, 8791.0, 8830.0, 8795.0, 8796.0, 8805.0, 8796.0, 8837.0, 8827.0, 8869.0, 8859.0, 8871.0, 8829.0, 8867.0, 8797.0, 8833.0, 8798.0, 8821.0, 8786.0, 8812.0, 8804.0, 8876.0, 8838.0, 8862.0, 8806.0, 8830.0, 8787.0, 8814.0, 8772.0, 8815.0, 8805.0, 8865.0, 8835.0, 8898.0, 8840.0, 8879.0, 8791.0, 8829.0, 8786.0, 8816.0, 8801.0, 8877.0, 8832.0, 8883.0, 8822.0, 8836.0, 8801.0, 8805.0, 8782.0, 8785.0, 8828.0, 8835.0, 8862.0, 8853.0, 8865.0, 8828.0, 8848.0, 8822.0, 8828.0, 8805.0, 8859.0, 8839.0, 8895.0, 8840.0, 8881.0, 8826.0, 8849.0, 8809.0, 8832.0, 8824.0, 8878.0, 8851.0, 8893.0, 8841.0, 8866.0, 8808.0, 8833.0, 8805.0, 8846.0, 8808.0, 8892.0, 8850.0, 8895.0, 8826.0, 8847.0, 8805.0, 8830.0, 8789.0, 8874.0, 8849.0, 8895.0, 8853.0, 8863.0, 8824.0, 8819.0, 8789.0, 8849.0, 8839.0, 8898.0, 8855.0, 8883.0, 8815.0, 8850.0, 8812.0, 8834.0, 8810.0, 8878.0, 8856.0, 8897.0, 8858.0, 8881.0, 8828.0, 8850.0, 8808.0, 8846.0, 8840.0, 8882.0, 8856.0, 8900.0, 8833.0, 8867.0, 8828.0, 8849.0, 8824.0, 8849.0, 8841.0, 8879.0, 8857.0, 8880.0, 8828.0, 8852.0, 8823.0, 8833.0, 8794.0, 8864.0, 8823.0, 8882.0, 8812.0, 8852.0, 8807.0, 8857.0, 8809.0, 8851.0, 8847.0, 8868.0, 8851.0, 8883.0, 8826.0, 8830.0, 8822.0, 8797.0, 8816.0, 8810.0, 8834.0, 8842.0, 8864.0, 8845.0, 8880.0, 8830.0, 8875.0, 8825.0, 8876.0, 8856.0, 8878.0, 8856.0, 8866.0, 8825.0, 8863.0, 8809.0, 8848.0, 8827.0, 8881.0, 8846.0, 8890.0, 8875.0, 8880.0, 8830.0, 8877.0, 8810.0, 8846.0, 8823.0, 8877.0, 8845.0, 8896.0, 8860.0, 8883.0, 8830.0, 8864.0, 8808.0, 8846.0, 8809.0, 8864.0, 8841.0, 8869.0, 8860.0, 8829.0, 8831.0, 8815.0, 8814.0, 8796.0, 8843.0, 8833.0, 8921.0, 8867.0, 8926.0, 8857.0, 8890.0, 8847.0, 8866.0, 8816.0, 8883.0, 8863.0, 8903.0, 8867.0, 8890.0, 8850.0, 8872.0, 8823.0, 8854.0, 8832.0, 8869.0, 8861.0, 8874.0, 8850.0, 8843.0, 8830.0, 8838.0, 8855.0, 8870.0, 8903.0, 8856.0, 8859.0, 8812.0, 8828.0, 8795.0, 8824.0, 8802.0, 8883.0, 8842.0, 8903.0, 8843.0, 8884.0, 8827.0, 8849.0, 8806.0, 8831.0, 8810.0, 8894.0, 8855.0, 8899.0, 8842.0, 8881.0, 8827.0, 8847.0, 8821.0, 8831.0, 8824.0, 8848.0, 8855.0, 8854.0, 8842.0, 8809.0, 8808.0, 8791.0, 8864.0, 8836.0, 8896.0, 8821.0, 8865.0, 8807.0, 8845.0, 8806.0, 8845.0, 8796.0, 8893.0, 8839.0, 8880.0, 8844.0, 8868.0, 8842.0, 8848.0, 8826.0, 8895.0, 8860.0, 8914.0, 8859.0, 8885.0, 8830.0, 8867.0, 8826.0, 8849.0, 8830.0, 8840.0, 8818.0, 8856.0, 8834.0, 8829.0, 8813.0, 8825.0, 8870.0, 8870.0, 8905.0, 8845.0, 8887.0, 8819.0, 8840.0, 8815.0, 8837.0, 8830.0, 8881.0, 8840.0, 8903.0, 8861.0, 8887.0, 8834.0, 8853.0, 8814.0, 8832.0, 8812.0, 8873.0, 8861.0, 8917.0, 8879.0, 8858.0, 8846.0, 8837.0, 8824.0, 8819.0, 8828.0, 8840.0, 8846.0, 8874.0, 8911.0, 8878.0, 8878.0, 8817.0, 8841.0, 8808.0, 8836.0, 8808.0, 8853.0, 8815.0, 8916.0, 8877.0, 8920.0, 8863.0, 8881.0, 8823.0, 8844.0, 8832.0, 8832.0, 8825.0, 8849.0, 8888.0, 8856.0, 8843.0, 8807.0, 8822.0, 8804.0, 8830.0, 8808.0, 8890.0, 8854.0, 8901.0, 8833.0, 8886.0, 8832.0, 8851.0, 8826.0, 8850.0, 8827.0, 8867.0, 8901.0, 8873.0, 8875.0, 8814.0, 8839.0, 8794.0, 8834.0, 8811.0, 8912.0, 8873.0, 8918.0, 8865.0, 8872.0, 8847.0, 8827.0, 8825.0, 8809.0, 8843.0, 8832.0, 8920.0, 8865.0, 8892.0, 8851.0, 8855.0, 8829.0, 8836.0, 8832.0, 8901.0, 8893.0, 8892.0, 8868.0, 8847.0, 8846.0, 8808.0, 8822.0, 8793.0, 8881.0, 8837.0, 8884.0, 8808.0, 8838.0, 8805.0, 8802.0, 8786.0, 8871.0, 8819.0, 8890.0, 8849.0, 8875.0, 8821.0, 8843.0, 8802.0, 8811.0, 8794.0, 8831.0, 8879.0, 8820.0, 8849.0, 8808.0, 8845.0, 8802.0, 8808.0, 8787.0, 8871.0, 8846.0, 8844.0, 8847.0, 8805.0, 8834.0, 8800.0, 8811.0, 8786.0, 8887.0, 8862.0, 8911.0, 8852.0, 8878.0, 8837.0, 8846.0, 8818.0, 8798.0, 8801.0, 8809.0, 8837.0, 8822.0, 8858.0, 8924.0, 8891.0, 8921.0, 8877.0, 8872.0, 8842.0, 8795.0, 8820.0, 8791.0, 8806.0, 8813.0, 8883.0, 8861.0, 8903.0, 8866.0, 8828.0, 8827.0, 8807.0, 8800.0, 8787.0, 8848.0, 8810.0, 8898.0, 8845.0, 8884.0, 8827.0, 8833.0, 8802.0, 8807.0, 8780.0, 8830.0, 8743.0, 8807.0, 8788.0, 8872.0, 8845.0, 8865.0, 8810.0, 8807.0, 8806.0, 8822.0, 8891.0, 8821.0, 8845.0, 8823.0, 8863.0, 8843.0, 8869.0, 8905.0, 8888.0, 8887.0, 8813.0, 8848.0, 8790.0, 8826.0, 8818.0, 8876.0, 8870.0, 8915.0, 8891.0, 8867.0, 8825.0, 8876.0, 8944.0, 8909.0, 8923.0, 8832.0, 8821.0, 8811.0, 8794.0, 8810.0, 8812.0, 8828.0, 8843.0, 8871.0, 8830.0, 8880.0, 8826.0, 8856.0, 8828.0, 8840.0, 8890.0, 8854.0, 8858.0, 8810.0, 8808.0, 8774.0, 8802.0, 8756.0, 8789.0, 8754.0, 8787.0, 8757.0, 8789.0, 8762.0, 8850.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.0029806371814092955</td></tr>
<tr><td colspan=3>aqi</td><td>0.04621605082458771</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.04415419945239</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1345008231207785</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9939485273893478</td></tr>
<tr><td colspan=3>efc</td><td>0.4576</td></tr>
<tr><td colspan=3>fber</td><td>5355.1309</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11972424061905859</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.27136431784108</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542562374224016</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4500667597676746</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7560944797441325</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.42152588316024</td></tr>
<tr><td colspan=3>gcor</td><td>0.00513336</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011623354628682137</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02612529695034027</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.8568790277870932</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>18.9596</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.968</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.9128</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.2929</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.044</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.2215</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3193.1611</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.0912</td></tr>
<tr><td colspan=3>tsnr</td><td>30.057529842015356</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>