<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-03/func/sub-0081_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>48b7dec628054b46a2b4a8f5e4b2b414</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:27:36.465000</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.999836, -0.00333934, -0.0177815, 0.00506074, 0.995207, 0.0976619]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0846952</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4123, -7713, -7266, 612, -87, 40, 73, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.174</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>869572a0-c031-469f-b09e-bcd6bf35311f||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.682487726211548, 0.013577583245933056, -0.046899255365133286, 108.83623504638672], [0.008959210477769375, 2.670067071914673, 0.26388707756996155, -101.69355010986328], [-0.04770633578300476, -0.2620198726654053, 2.68666410446167, -54.69221878051758], [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': ['202736.465000', '202736.925000', '202737.385000', '202737.845000', '202738.305000', '202738.765000', '202739.225000', '202739.685000', '202740.145000', '202740.605000', '202741.065000', '202741.525000', '202741.985000', '202742.445000', '202742.905000', '202743.365000', '202743.825000', '202744.285000', '202744.745000', '202745.205000', '202745.665000', '202746.125000', '202746.585000', '202747.045000', '202747.505000', '202747.965000', '202748.425000', '202748.885000', '202749.345000', '202749.805000', '202750.265000', '202750.725000', '202751.185000', '202751.645000', '202752.105000', '202752.565000', '202753.025000', '202753.485000', '202753.945000', '202754.405000', '202754.865000', '202755.325000', '202755.785000', '202756.245000', '202756.705000', '202757.165000', '202757.625000', '202758.085000', '202758.545000', '202759.005000', '202759.465000', '202759.925000', '202800.385000', '202800.845000', '202801.305000', '202801.765000', '202802.225000', '202802.685000', '202803.145000', '202803.605000', '202804.065000', '202804.525000', '202804.985000', '202805.445000', '202805.905000', '202806.365000', '202806.825000', '202807.285000', '202807.745000', '202808.205000', '202808.665000', '202809.125000', '202809.585000', '202810.045000', '202810.505000', '202810.965000', '202811.425000', '202811.885000', '202812.345000', '202812.805000', '202813.265000', '202813.725000', '202814.185000', '202814.645000', '202815.105000', '202815.565000', '202816.025000', '202816.485000', '202816.945000', '202817.405000', '202817.865000', '202818.325000', '202818.785000', '202819.245000', '202819.705000', '202820.165000', '202820.625000', '202821.085000', '202821.545000', '202822.005000', '202822.465000', '202822.925000', '202823.385000', '202823.845000', '202824.305000', '202824.765000', '202825.225000', '202825.685000', '202826.145000', '202826.605000', '202827.065000', '202827.525000', '202827.985000', '202828.445000', '202828.905000', '202829.365000', '202829.825000', '202830.285000', '202830.745000', '202831.205000', '202831.665000', '202832.125000', '202832.585000', '202833.045000', '202833.505000', '202833.965000', '202834.425000', '202834.885000', '202835.345000', '202835.805000', '202836.265000', '202836.725000', '202837.185000', '202837.645000', '202838.105000', '202838.565000', '202839.025000', '202839.485000', '202839.945000', '202840.405000', '202840.865000', '202841.325000', '202841.785000', '202842.245000', '202842.705000', '202843.165000', '202843.625000', '202844.085000', '202844.545000', '202845.005000', '202845.465000', '202845.925000', '202846.385000', '202846.845000', '202847.305000', '202847.765000', '202848.225000', '202848.685000', '202849.145000', '202849.605000', '202850.065000', '202850.525000', '202850.985000', '202851.445000', '202851.905000', '202852.365000', '202852.825000', '202853.285000', '202853.745000', '202854.205000', '202854.665000', '202855.125000', '202855.585000', '202856.045000', '202856.505000', '202856.965000', '202857.425000', '202857.885000', '202858.345000', '202858.805000', '202859.265000', '202859.725000', '202900.185000', '202900.645000', '202901.105000', '202901.565000', '202902.025000', '202902.485000', '202902.945000', '202903.405000', '202903.865000', '202904.325000', '202904.785000', '202905.245000', '202905.705000', '202906.165000', '202906.625000', '202907.085000', '202907.545000', '202908.005000', '202908.465000', '202908.925000', '202909.385000', '202909.845000', '202910.305000', '202910.765000', '202911.225000', '202911.685000', '202912.145000', '202912.605000', '202913.065000', '202913.525000', '202913.985000', '202914.445000', '202914.905000', '202915.365000', '202915.825000', '202916.285000', '202916.745000', '202917.205000', '202917.665000', '202918.125000', '202918.585000', '202919.045000', '202919.505000', '202919.965000', '202920.425000', '202920.885000', '202921.345000', '202921.805000', '202922.265000', '202922.725000', '202923.185000', '202923.645000', '202924.105000', '202924.565000', '202925.025000', '202925.485000', '202925.945000', '202926.405000', '202926.865000', '202927.325000', '202927.785000', '202928.245000', '202928.705000', '202929.165000', '202929.625000', '202930.085000', '202930.545000', '202931.005000', '202931.465000', '202931.925000', '202932.385000', '202932.845000', '202933.305000', '202933.765000', '202934.225000', '202934.685000', '202935.145000', '202935.605000', '202936.065000', '202936.525000', '202936.985000', '202937.445000', '202937.905000', '202938.365000', '202938.825000', '202939.285000', '202939.745000', '202940.205000', '202940.665000', '202941.125000', '202941.585000', '202942.045000', '202942.505000', '202942.965000', '202943.425000', '202943.885000', '202944.345000', '202944.805000', '202945.265000', '202945.725000', '202946.185000', '202946.645000', '202947.105000', '202947.565000', '202948.025000', '202948.485000', '202948.945000', '202949.405000', '202949.865000', '202950.325000', '202950.785000', '202951.245000', '202951.705000', '202952.165000', '202952.625000', '202953.085000', '202953.545000', '202954.005000', '202954.465000', '202954.925000', '202955.385000', '202955.845000', '202956.305000', '202956.765000', '202957.225000', '202957.685000', '202958.145000', '202958.605000', '202959.065000', '202959.525000', '202959.985000', '203000.445000', '203000.905000', '203001.365000', '203001.825000', '203002.285000', '203002.745000', '203003.205000', '203003.665000', '203004.125000', '203004.585000', '203005.045000', '203005.505000', '203005.965000', '203006.425000', '203006.885000', '203007.345000', '203007.805000', '203008.265000', '203008.725000', '203009.185000', '203009.645000', '203010.105000', '203010.565000', '203011.025000', '203011.485000', '203011.945000', '203012.405000', '203012.865000', '203013.325000', '203013.785000', '203014.245000', '203014.705000', '203015.165000', '203015.625000', '203016.085000', '203016.545000', '203017.005000', '203017.465000', '203017.925000', '203018.385000', '203018.845000', '203019.305000', '203019.765000', '203020.225000', '203020.685000', '203021.145000', '203021.605000', '203022.065000', '203022.525000', '203022.985000', '203023.445000', '203023.905000', '203024.365000', '203024.825000', '203025.285000', '203025.745000', '203026.205000', '203026.665000', '203027.125000', '203027.585000', '203028.045000', '203028.505000', '203028.965000', '203029.425000', '203029.885000', '203030.345000', '203030.805000', '203031.265000', '203031.725000', '203032.185000', '203032.645000', '203033.105000', '203033.565000', '203034.025000', '203034.485000', '203034.945000', '203035.405000', '203035.865000', '203036.325000', '203036.785000', '203037.245000', '203037.705000', '203038.165000', '203038.625000', '203039.085000', '203039.545000', '203040.005000', '203040.465000', '203040.925000', '203041.385000', '203041.845000', '203042.305000', '203042.765000', '203043.225000', '203043.685000', '203044.145000', '203044.605000', '203045.065000', '203045.525000', '203045.985000', '203046.445000', '203046.905000', '203047.365000', '203047.825000', '203048.285000', '203048.745000', '203049.205000', '203049.665000', '203050.125000', '203050.585000', '203051.045000', '203051.505000', '203051.965000', '203052.425000', '203052.885000', '203053.345000', '203053.805000', '203054.265000', '203054.725000', '203055.185000', '203055.645000', '203056.105000', '203056.565000', '203057.025000', '203057.485000', '203057.945000', '203058.405000', '203058.865000', '203059.325000', '203059.785000', '203100.245000', '203100.705000', '203101.165000', '203101.625000', '203102.085000', '203102.545000', '203103.005000', '203103.465000', '203103.925000', '203104.385000', '203104.845000', '203105.305000', '203105.765000', '203106.225000', '203106.685000', '203107.145000', '203107.605000', '203108.065000', '203108.525000', '203108.985000', '203109.445000', '203109.905000', '203110.365000', '203110.825000', '203111.285000', '203111.745000', '203112.205000', '203112.665000', '203113.125000', '203113.585000', '203114.045000', '203114.505000', '203114.965000', '203115.425000', '203115.885000', '203116.345000', '203116.805000', '203117.265000', '203117.725000', '203118.185000', '203118.645000', '203119.105000', '203119.565000', '203120.025000', '203120.485000', '203120.945000', '203121.405000', '203121.865000', '203122.325000', '203122.785000', '203123.245000', '203123.705000', '203124.165000', '203124.625000', '203125.085000', '203125.545000', '203126.005000', '203126.465000', '203126.925000', '203127.385000', '203127.845000', '203128.305000', '203128.765000', '203129.225000', '203129.685000', '203130.145000', '203130.605000', '203131.065000', '203131.525000', '203131.985000', '203132.445000', '203132.905000', '203133.365000', '203133.825000', '203134.285000', '203134.745000', '203135.205000', '203135.665000', '203136.125000', '203136.585000', '203137.045000', '203137.505000', '203137.965000', '203138.425000', '203138.885000', '203139.345000', '203139.805000', '203140.265000', '203140.725000', '203141.185000', '203141.645000', '203142.105000', '203142.565000', '203143.025000', '203143.485000', '203143.945000', '203144.405000', '203144.865000', '203145.325000', '203145.785000', '203146.245000', '203146.705000', '203147.165000', '203147.625000', '203148.085000', '203148.545000', '203149.005000', '203149.465000', '203149.925000', '203150.385000', '203150.845000', '203151.305000', '203151.765000', '203152.225000', '203152.685000', '203153.145000', '203153.605000', '203154.065000', '203154.525000', '203154.985000', '203155.445000', '203155.905000', '203156.365000', '203156.825000', '203157.285000', '203157.745000', '203158.205000', '203158.665000', '203159.125000', '203159.585000', '203200.045000', '203200.505000', '203200.965000', '203201.425000', '203201.885000', '203202.345000', '203202.805000', '203203.265000', '203203.725000', '203204.185000', '203204.645000', '203205.105000', '203205.565000', '203206.025000', '203206.485000', '203206.945000', '203207.405000', '203207.865000', '203208.325000', '203208.785000', '203209.245000', '203209.705000', '203210.165000', '203210.625000', '203211.085000', '203211.545000', '203212.005000', '203212.465000', '203212.925000', '203213.385000', '203213.845000', '203214.305000', '203214.765000', '203215.225000', '203215.685000', '203216.145000', '203216.605000', '203217.065000', '203217.525000', '203217.985000', '203218.445000', '203218.905000', '203219.365000', '203219.825000', '203220.285000', '203220.745000', '203221.205000', '203221.665000', '203222.125000', '203222.585000', '203223.045000', '203223.505000', '203223.965000', '203224.425000', '203224.885000', '203225.345000', '203225.805000', '203226.265000', '203226.725000', '203227.185000', '203227.645000', '203228.105000', '203228.565000', '203229.025000', '203229.485000', '203229.945000', '203230.405000', '203230.865000', '203231.325000', '203231.785000', '203232.245000', '203232.705000', '203233.165000', '203233.625000', '203234.085000', '203234.545000', '203235.005000', '203235.465000', '203235.925000', '203236.385000', '203236.845000', '203237.305000', '203237.765000', '203238.225000', '203238.685000', '203239.145000', '203239.605000', '203240.065000', '203240.525000', '203240.985000', '203241.445000', '203241.905000', '203242.365000', '203242.825000', '203243.285000', '203243.745000', '203244.205000', '203244.665000', '203245.125000', '203245.585000', '203246.045000', '203246.505000', '203246.965000', '203247.425000', '203247.885000', '203248.345000', '203248.805000', '203249.265000', '203249.725000', '203250.185000', '203250.645000', '203251.105000', '203251.565000', '203252.025000', '203252.485000', '203252.945000', '203253.405000', '203253.865000', '203254.325000', '203254.785000', '203255.245000', '203255.705000', '203256.165000', '203256.625000', '203257.085000', '203257.545000', '203258.005000', '203258.465000', '203258.925000', '203259.385000', '203259.845000', '203300.305000', '203300.765000', '203301.225000', '203301.685000', '203302.145000', '203302.605000', '203303.065000', '203303.525000', '203303.985000', '203304.445000', '203304.905000', '203305.365000', '203305.825000', '203306.285000', '203306.745000', '203307.205000', '203307.665000', '203308.125000', '203308.585000', '203309.045000', '203309.505000', '203309.965000', '203310.425000', '203310.885000', '203311.345000', '203311.805000', '203312.265000', '203312.725000', '203313.185000', '203313.645000', '203314.105000', '203314.565000', '203315.025000', '203315.485000', '203315.945000', '203316.405000', '203316.865000', '203317.325000', '203317.785000', '203318.245000', '203318.705000', '203319.165000', '203319.625000', '203320.085000', '203320.545000', '203321.005000', '203321.465000', '203321.925000', '203322.385000', '203322.845000', '203323.305000', '203323.765000', '203324.225000', '203324.685000', '203325.145000', '203325.605000', '203326.065000', '203326.525000', '203326.985000', '203327.445000', '203327.905000', '203328.365000', '203328.825000', '203329.285000', '203329.745000', '203330.205000', '203330.665000', '203331.125000', '203331.585000', '203332.045000', '203332.505000', '203332.965000', '203333.425000', '203333.885000', '203334.345000', '203334.805000', '203335.265000', '203335.725000', '203336.185000', '203336.645000', '203337.105000', '203337.565000', '203338.025000', '203338.485000', '203338.945000', '203339.405000', '203339.865000', '203340.325000', '203340.785000', '203341.245000', '203341.705000', '203342.165000', '203342.625000', '203343.085000', '203343.545000', '203344.005000', '203344.465000', '203344.925000', '203345.385000', '203345.845000', '203346.305000', '203346.765000', '203347.225000', '203347.685000', '203348.145000', '203348.605000', '203349.065000', '203349.525000', '203349.985000', '203350.445000', '203350.905000', '203351.365000', '203351.825000', '203352.285000', '203352.745000', '203353.205000', '203353.665000', '203354.125000', '203354.585000', '203355.045000', '203355.505000', '203355.965000', '203356.425000', '203356.885000', '203357.345000', '203357.805000', '203358.265000', '203358.725000', '203359.185000', '203359.645000', '203400.105000', '203400.565000', '203401.025000', '203401.485000', '203401.945000', '203402.405000', '203402.865000', '203403.325000', '203403.785000', '203404.245000', '203404.705000', '203405.165000', '203405.625000', '203406.085000', '203406.545000', '203407.005000', '203407.465000', '203407.925000', '203408.385000', '203408.845000', '203409.305000', '203409.765000', '203410.225000', '203410.685000', '203411.145000', '203411.605000', '203412.065000', '203412.525000', '203412.985000', '203413.445000', '203413.905000', '203414.365000', '203414.825000', '203415.285000', '203415.745000', '203416.205000', '203416.665000', '203417.125000', '203417.585000', '203418.045000', '203418.505000', '203418.965000', '203419.425000', '203419.885000', '203420.345000', '203420.805000', '203421.265000', '203421.725000', '203422.185000', '203422.645000', '203423.105000', '203423.565000', '203424.025000', '203424.485000', '203424.945000', '203425.405000', '203425.865000', '203426.325000', '203426.785000', '203427.245000', '203427.705000', '203428.165000', '203428.625000', '203429.085000', '203429.545000', '203430.005000', '203430.465000', '203430.925000', '203431.385000', '203431.845000', '203432.305000', '203432.765000', '203433.225000', '203433.685000', '203434.145000', '203434.605000', '203435.065000', '203435.525000', '203435.985000', '203436.445000', '203436.905000', '203437.365000', '203437.825000', '203438.285000', '203438.745000', '203439.205000', '203439.665000', '203440.125000', '203440.585000', '203441.045000', '203441.505000', '203441.965000', '203442.425000', '203442.885000', '203443.345000', '203443.805000', '203444.265000', '203444.725000', '203445.185000', '203445.645000', '203446.105000', '203446.565000', '203447.025000', '203447.485000', '203447.945000', '203448.405000', '203448.865000', '203449.325000', '203449.785000', '203450.245000', '203450.705000', '203451.165000', '203451.625000', '203452.085000', '203452.545000', '203453.005000', '203453.465000', '203453.925000', '203454.385000', '203454.845000', '203455.305000', '203455.765000', '203456.225000', '203456.685000', '203457.145000', '203457.605000', '203458.065000', '203458.525000', '203458.985000', '203459.445000', '203459.905000', '203500.365000', '203500.825000', '203501.285000', '203501.745000', '203502.205000', '203502.665000', '203503.125000', '203503.585000', '203504.045000', '203504.505000', '203504.965000', '203505.425000', '203505.885000', '203506.345000', '203506.805000', '203507.265000', '203507.725000', '203508.185000', '203508.645000', '203509.105000', '203509.565000', '203510.025000', '203510.485000', '203510.945000', '203511.405000', '203511.865000', '203512.325000', '203512.785000', '203513.245000', '203513.705000', '203514.165000', '203514.625000', '203515.085000', '203515.545000', '203516.005000', '203516.465000', '203516.925000', '203517.385000', '203517.845000', '203518.305000', '203518.765000', '203519.225000', '203519.685000', '203520.145000', '203520.605000', '203521.065000', '203521.525000', '203521.985000', '203522.445000', '203522.905000', '203523.365000', '203523.825000', '203524.285000', '203524.745000', '203525.205000', '203525.665000', '203526.125000', '203526.585000', '203527.045000', '203527.505000', '203527.965000', '203528.425000', '203528.885000', '203529.345000', '203529.805000', '203530.265000', '203530.725000', '203531.185000', '203531.645000', '203532.105000', '203532.565000', '203533.025000', '203533.485000', '203533.945000', '203534.405000', '203534.865000', '203535.325000', '203535.785000', '203536.245000', '203536.705000', '203537.165000', '203537.625000', '203538.085000', '203538.545000', '203539.005000', '203539.465000', '203539.925000', '203540.385000', '203540.845000', '203541.305000', '203541.765000', '203542.225000', '203542.685000', '203543.145000', '203543.605000', '203544.065000', '203544.525000', '203544.985000', '203545.445000', '203545.905000', '203546.365000', '203546.825000', '203547.285000', '203547.745000', '203548.205000', '203548.665000', '203549.125000', '203549.585000', '203550.045000', '203550.505000', '203550.965000', '203551.425000', '203551.885000', '203552.345000', '203552.805000', '203553.265000', '203553.725000', '203554.185000', '203554.645000', '203555.105000', '203555.565000', '203556.025000', '203556.485000', '203556.945000', '203557.405000', '203557.865000', '203558.325000', '203558.785000', '203559.245000', '203559.705000', '203600.165000', '203600.625000', '203601.085000', '203601.545000', '203602.005000', '203602.465000', '203602.925000', '203603.385000', '203603.845000', '203604.305000', '203604.765000', '203605.225000', '203605.685000', '203606.145000', '203606.605000', '203607.065000', '203607.525000', '203607.985000', '203608.445000', '203608.905000', '203609.365000', '203609.825000', '203610.285000', '203610.745000', '203611.205000', '203611.665000', '203612.125000', '203612.585000', '203613.045000', '203613.505000', '203613.965000', '203614.425000', '203614.885000', '203615.345000', '203615.805000', '203616.265000', '203616.725000', '203617.185000', '203617.645000', '203618.105000', '203618.565000', '203619.025000', '203619.485000', '203619.945000', '203620.405000', '203620.865000', '203621.325000', '203621.785000', '203622.245000', '203622.705000', '203623.165000', '203623.625000', '203624.085000', '203624.545000', '203625.005000', '203625.465000', '203625.925000', '203626.385000', '203626.845000', '203627.305000', '203627.765000', '203628.225000', '203628.685000', '203629.145000', '203629.605000', '203630.065000', '203630.525000', '203630.985000', '203631.445000', '203631.905000', '203632.365000', '203632.825000', '203633.285000', '203633.745000', '203634.205000', '203634.665000', '203635.125000', '203635.585000', '203636.045000', '203636.505000', '203636.965000', '203637.425000', '203637.885000', '203638.345000', '203638.805000', '203639.265000', '203639.725000', '203640.185000', '203640.645000', '203641.105000', '203641.565000', '203642.025000', '203642.485000', '203642.945000', '203643.405000', '203643.865000', '203644.325000', '203644.785000', '203645.245000', '203645.705000', '203646.165000', '203646.625000', '203647.085000', '203647.545000', '203648.005000', '203648.465000', '203648.925000', '203649.385000', '203649.845000', '203650.305000', '203650.765000', '203651.225000', '203651.685000', '203652.145000', '203652.605000', '203653.065000', '203653.525000', '203653.985000', '203654.445000', '203654.905000', '203655.365000', '203655.825000', '203656.285000', '203656.745000', '203657.205000', '203657.665000', '203658.125000', '203658.585000', '203659.045000', '203659.505000', '203659.965000', '203700.425000', '203700.885000', '203701.345000', '203701.805000', '203702.265000', '203702.725000', '203703.185000', '203703.645000', '203704.105000', '203704.565000', '203705.025000', '203705.485000', '203705.945000', '203706.405000', '203706.865000', '203707.325000', '203707.785000', '203708.245000', '203708.705000', '203709.165000', '203709.625000', '203710.085000', '203710.545000', '203711.005000', '203711.465000', '203711.925000', '203712.385000', '203712.845000', '203713.305000', '203713.765000', '203714.225000', '203714.685000', '203715.145000', '203715.605000', '203716.065000', '203716.525000', '203716.985000', '203717.445000', '203717.905000', '203718.365000', '203718.825000', '203719.285000', '203719.745000', '203720.205000', '203720.665000', '203721.125000', '203721.585000', '203722.045000', '203722.505000', '203722.965000', '203723.425000', '203723.885000', '203724.345000', '203724.805000', '203725.265000', '203725.725000', '203726.185000', '203726.645000', '203727.105000', '203727.565000', '203728.025000', '203728.485000', '203728.945000', '203729.405000', '203729.865000', '203730.325000', '203730.785000', '203731.245000', '203731.705000', '203732.165000', '203732.625000', '203733.085000', '203733.545000', '203734.005000', '203734.465000', '203734.925000', '203735.385000', '203735.845000', '203736.305000', '203736.765000', '203737.225000', '203737.685000', '203738.145000', '203738.605000', '203739.065000', '203739.525000', '203739.985000', '203740.445000', '203740.905000', '203741.365000', '203741.825000', '203742.285000', '203742.745000', '203743.205000', '203743.665000', '203744.125000', '203744.585000', '203745.045000', '203745.505000', '203745.965000', '203746.425000', '203746.885000', '203747.345000', '203747.805000', '203748.265000', '203748.725000', '203749.185000', '203749.645000', '203750.105000'], 'ContentTime': ['202747.486000', '202747.489000', '202747.492000', '202747.495000', '202747.497000', '202747.500000', '202747.502000', '202747.505000', '202747.508000', '202747.510000', '202747.513000', '202747.516000', '202747.518000', '202747.521000', '202747.524000', '202747.534000', '202747.537000', '202747.540000', '202747.543000', '202747.546000', '202747.548000', '202807.439000', '202807.441000', '202807.444000', '202807.447000', '202807.449000', '202807.452000', '202807.455000', '202807.457000', '202807.460000', '202807.462000', '202807.465000', '202807.468000', '202807.470000', '202807.473000', '202807.475000', '202807.478000', '202807.481000', '202807.483000', '202807.486000', '202807.488000', '202807.491000', '202807.494000', '202807.502000', '202807.505000', '202807.508000', '202807.510000', '202807.513000', '202807.516000', '202807.518000', '202807.521000', '202807.523000', '202807.526000', '202807.529000', '202807.531000', '202807.534000', '202807.536000', '202807.539000', '202807.541000', '202807.544000', '202807.547000', '202807.549000', '202807.552000', '202807.554000', '202827.438000', '202827.441000', '202827.443000', '202827.446000', '202827.448000', '202827.451000', '202827.453000', '202827.457000', '202827.459000', '202827.462000', '202827.465000', '202827.467000', '202827.471000', '202827.473000', '202827.476000', '202827.479000', '202827.481000', '202827.484000', '202827.486000', '202827.489000', '202827.492000', '202827.494000', '202827.497000', '202827.499000', '202827.502000', '202827.504000', '202827.507000', '202827.510000', '202827.512000', '202827.515000', '202827.517000', '202827.520000', '202827.523000', '202827.526000', '202827.528000', '202827.531000', '202827.534000', '202827.536000', '202827.539000', '202827.541000', '202827.544000', '202827.546000', '202827.549000', '202847.437000', '202847.440000', '202847.443000', '202847.446000', '202847.448000', '202847.451000', '202847.453000', '202847.456000', '202847.459000', '202847.461000', '202847.464000', '202847.466000', '202847.469000', '202847.471000', '202847.474000', '202847.477000', '202847.479000', '202847.482000', '202847.484000', '202847.500000', '202847.503000', '202847.506000', '202847.508000', '202847.511000', '202847.513000', '202847.516000', '202847.519000', '202847.521000', '202847.524000', '202847.527000', '202847.529000', '202847.532000', '202847.534000', '202847.537000', '202847.540000', '202847.542000', '202847.545000', '202847.547000', '202847.550000', '202847.553000', '202847.555000', '202847.558000', '202847.560000', '202847.563000', '202907.438000', '202907.440000', '202907.443000', '202907.446000', '202907.448000', '202907.451000', '202907.454000', '202907.456000', '202907.459000', '202907.461000', '202907.464000', '202907.467000', '202907.469000', '202907.472000', '202907.474000', '202907.477000', '202907.480000', '202907.482000', '202907.485000', '202907.488000', '202907.490000', '202907.493000', '202907.495000', '202907.498000', '202907.501000', '202907.503000', '202907.506000', '202907.508000', '202907.511000', '202907.514000', '202907.516000', '202907.519000', '202907.521000', '202907.524000', '202907.527000', '202907.529000', '202907.532000', '202907.534000', '202907.537000', '202907.540000', '202907.542000', '202907.545000', '202907.547000', '202927.438000', '202927.441000', '202927.443000', '202927.446000', '202927.448000', '202927.451000', '202927.454000', '202927.456000', '202927.459000', '202927.462000', '202927.464000', '202927.467000', '202927.469000', '202927.472000', '202927.475000', '202927.477000', '202927.480000', '202927.483000', '202927.485000', '202927.488000', '202927.490000', '202927.493000', '202927.496000', '202927.498000', '202927.501000', '202927.503000', '202927.506000', '202927.509000', '202927.511000', '202927.514000', '202927.516000', '202927.519000', '202927.522000', '202927.524000', '202927.527000', '202927.530000', '202927.532000', '202927.535000', '202927.538000', '202927.540000', '202927.543000', '202927.545000', '202927.548000', '202927.551000', '202947.439000', '202947.442000', '202947.444000', '202947.447000', '202947.450000', '202947.452000', '202947.455000', '202947.457000', '202947.460000', '202947.463000', '202947.465000', '202947.468000', '202947.471000', '202947.474000', '202947.477000', '202947.480000', '202947.483000', '202947.485000', '202947.488000', '202947.491000', '202947.493000', '202947.496000', '202947.498000', '202947.501000', '202947.504000', '202947.506000', '202947.509000', '202947.513000', '202947.516000', '202947.518000', '202947.521000', '202947.523000', '202947.526000', '202947.529000', '202947.531000', '202947.534000', '202947.537000', '202947.539000', '202947.542000', '202947.544000', '202947.547000', '202947.550000', '202947.552000', '203007.438000', '203007.441000', '203007.444000', '203007.447000', '203007.449000', '203007.452000', '203007.454000', '203007.457000', '203007.460000', '203007.462000', '203007.465000', '203007.467000', '203007.470000', '203007.473000', '203007.475000', '203007.478000', '203007.481000', '203007.483000', '203007.486000', '203007.488000', '203007.491000', '203007.494000', '203007.496000', '203007.499000', '203007.501000', '203007.504000', '203007.507000', '203007.509000', '203007.512000', '203007.514000', '203007.517000', '203007.520000', '203007.522000', '203007.525000', '203007.528000', '203007.530000', '203007.533000', '203007.535000', '203007.538000', '203007.541000', '203007.543000', '203007.546000', '203007.548000', '203007.551000', '203027.439000', '203027.442000', '203027.444000', '203027.447000', '203027.449000', '203027.452000', '203027.456000', '203027.459000', '203027.461000', '203027.464000', '203027.467000', '203027.469000', '203027.472000', '203027.475000', '203027.486000', '203027.489000', '203027.492000', '203027.494000', '203027.497000', '203027.500000', '203027.502000', '203027.505000', '203027.508000', '203027.510000', '203027.513000', '203027.515000', '203027.518000', '203027.521000', '203027.523000', '203027.526000', '203027.529000', '203027.531000', '203027.534000', '203027.537000', '203027.539000', '203027.542000', '203027.544000', '203027.547000', '203027.550000', '203027.552000', '203027.555000', '203027.557000', '203027.560000', '203047.438000', '203047.441000', '203047.443000', '203047.446000', '203047.448000', '203047.451000', '203047.454000', '203047.456000', '203047.459000', '203047.461000', '203047.464000', '203047.466000', '203047.469000', '203047.472000', '203047.474000', '203047.477000', '203047.480000', '203047.482000', '203047.485000', '203047.487000', '203047.490000', '203047.493000', '203047.495000', '203047.498000', '203047.500000', '203047.503000', '203047.506000', '203047.508000', '203047.511000', '203047.514000', '203047.516000', '203047.519000', '203047.521000', '203047.524000', '203047.527000', '203047.529000', '203047.532000', '203047.534000', '203047.537000', '203047.540000', '203047.542000', '203047.545000', '203047.548000', '203047.550000', '203107.437000', '203107.440000', '203107.443000', '203107.446000', '203107.448000', '203107.451000', '203107.461000', '203107.463000', '203107.466000', '203107.468000', '203107.471000', '203107.474000', '203107.476000', '203107.479000', '203107.482000', '203107.484000', '203107.487000', '203107.490000', '203107.492000', '203107.495000', '203107.498000', '203107.500000', '203107.503000', '203107.506000', '203107.509000', '203107.512000', '203107.515000', '203107.518000', '203107.520000', '203107.523000', '203107.526000', '203107.528000', '203107.531000', '203107.533000', '203107.536000', '203107.539000', '203107.541000', '203107.544000', '203107.546000', '203107.550000', '203107.553000', '203107.556000', '203107.558000', '203127.438000', '203127.440000', '203127.443000', '203127.446000', '203127.448000', '203127.451000', '203127.453000', '203127.456000', '203127.459000', '203127.461000', '203127.464000', '203127.466000', '203127.469000', '203127.472000', '203127.475000', '203127.477000', '203127.480000', '203127.482000', '203127.485000', '203127.488000', '203127.490000', '203127.493000', '203127.496000', '203127.498000', '203127.501000', '203127.503000', '203127.506000', '203127.509000', '203127.511000', '203127.514000', '203127.517000', '203127.519000', '203127.522000', '203127.525000', '203127.527000', '203127.530000', '203127.532000', '203127.535000', '203127.538000', '203127.540000', '203127.543000', '203127.546000', '203127.548000', '203127.551000', '203147.438000', '203147.441000', '203147.443000', '203147.446000', '203147.449000', '203147.451000', '203147.454000', '203147.456000', '203147.459000', '203147.462000', '203147.464000', '203147.467000', '203147.470000', '203147.472000', '203147.475000', '203147.478000', '203147.480000', '203147.483000', '203147.485000', '203147.488000', '203147.491000', '203147.493000', '203147.496000', '203147.499000', '203147.501000', '203147.504000', '203147.507000', '203147.509000', '203147.512000', '203147.514000', '203147.517000', '203147.520000', '203147.522000', '203147.525000', '203147.527000', '203147.530000', '203147.533000', '203147.535000', '203147.538000', '203147.553000', '203147.555000', '203147.558000', '203147.560000', '203207.438000', '203207.441000', '203207.444000', '203207.447000', '203207.449000', '203207.452000', '203207.454000', '203207.457000', '203207.460000', '203207.462000', '203207.465000', '203207.468000', '203207.470000', '203207.473000', '203207.476000', '203207.478000', '203207.481000', '203207.483000', '203207.486000', '203207.489000', '203207.491000', '203207.494000', '203207.496000', '203207.499000', '203207.502000', '203207.504000', '203207.507000', '203207.510000', '203207.512000', '203207.515000', '203207.517000', '203207.520000', '203207.523000', '203207.525000', '203207.528000', '203207.531000', '203207.533000', '203207.536000', '203207.538000', '203207.541000', '203207.544000', '203207.546000', '203207.549000', '203207.552000', '203227.439000', '203227.441000', '203227.444000', '203227.447000', '203227.449000', '203227.452000', '203227.454000', '203227.457000', '203227.460000', '203227.463000', '203227.465000', '203227.468000', '203227.470000', '203227.473000', '203227.476000', '203227.478000', '203227.481000', '203227.484000', '203227.486000', '203227.489000', '203227.491000', '203227.494000', '203227.497000', '203227.499000', '203227.502000', '203227.505000', '203227.507000', '203227.510000', '203227.512000', '203227.515000', '203227.518000', '203227.520000', '203227.523000', '203227.526000', '203227.528000', '203227.531000', '203227.534000', '203227.536000', '203227.539000', '203227.542000', '203227.545000', '203227.548000', '203227.551000', '203247.439000', '203247.442000', '203247.444000', '203247.447000', '203247.449000', '203247.452000', '203247.455000', '203247.457000', '203247.460000', '203247.463000', '203247.465000', '203247.468000', '203247.470000', '203247.473000', '203247.476000', '203247.478000', '203247.481000', '203247.484000', '203247.486000', '203247.489000', '203247.491000', '203247.494000', '203247.497000', '203247.499000', '203247.502000', '203247.505000', '203247.507000', '203247.510000', '203247.512000', '203247.515000', '203247.518000', '203247.520000', '203247.523000', '203247.525000', '203247.528000', '203247.531000', '203247.533000', '203247.536000', '203247.539000', '203247.541000', '203247.544000', '203247.547000', '203247.549000', '203247.552000', '203307.438000', '203307.440000', '203307.443000', '203307.446000', '203307.448000', '203307.451000', '203307.454000', '203307.456000', '203307.459000', '203307.462000', '203307.464000', '203307.467000', '203307.469000', '203307.472000', '203307.475000', '203307.477000', '203307.480000', '203307.483000', '203307.485000', '203307.488000', '203307.490000', '203307.493000', '203307.496000', '203307.498000', '203307.501000', '203307.504000', '203307.506000', '203307.509000', '203307.513000', '203307.519000', '203307.522000', '203307.524000', '203307.527000', '203307.530000', '203307.532000', '203307.535000', '203307.537000', '203307.540000', '203307.543000', '203307.545000', '203307.548000', '203307.551000', '203307.553000', '203327.437000', '203327.441000', '203327.443000', '203327.446000', '203327.449000', '203327.451000', '203327.454000', '203327.470000', '203327.473000', '203327.476000', '203327.478000', '203327.481000', '203327.483000', '203327.486000', '203327.489000', '203327.491000', '203327.494000', '203327.496000', '203327.499000', '203327.502000', '203327.504000', '203327.507000', '203327.510000', '203327.512000', '203327.515000', '203327.517000', '203327.520000', '203327.523000', '203327.525000', '203327.528000', '203327.530000', '203327.533000', '203327.536000', '203327.538000', '203327.541000', '203327.543000', '203327.546000', '203327.549000', '203327.551000', '203327.554000', '203327.557000', '203327.559000', '203327.562000', '203327.564000', '203347.438000', '203347.441000', '203347.443000', '203347.446000', '203347.448000', '203347.451000', '203347.454000', '203347.456000', '203347.459000', '203347.462000', '203347.464000', '203347.467000', '203347.469000', '203347.472000', '203347.475000', '203347.477000', '203347.480000', '203347.483000', '203347.485000', '203347.488000', '203347.491000', '203347.493000', '203347.496000', '203347.498000', '203347.501000', '203347.504000', '203347.506000', '203347.509000', '203347.511000', '203347.514000', '203347.517000', '203347.519000', '203347.522000', '203347.525000', '203347.527000', '203347.530000', '203347.532000', '203347.535000', '203347.538000', '203347.540000', '203347.543000', '203347.545000', '203347.548000', '203407.438000', '203407.441000', '203407.443000', '203407.446000', '203407.449000', '203407.451000', '203407.454000', '203407.456000', '203407.459000', '203407.462000', '203407.464000', '203407.467000', '203407.470000', '203407.473000', '203407.476000', '203407.479000', '203407.482000', '203407.484000', '203407.487000', '203407.490000', '203407.492000', '203407.495000', '203407.497000', '203407.500000', '203407.503000', '203407.505000', '203407.508000', '203407.511000', '203407.513000', '203407.516000', '203407.518000', '203407.521000', '203407.524000', '203407.526000', '203407.529000', '203407.532000', '203407.534000', '203407.537000', '203407.539000', '203407.542000', '203407.545000', '203407.547000', '203407.550000', '203427.439000', '203427.442000', '203427.444000', '203427.447000', '203427.449000', '203427.452000', '203427.455000', '203427.458000', '203427.460000', '203427.463000', '203427.465000', '203427.468000', '203427.471000', '203427.473000', '203427.476000', '203427.478000', '203427.481000', '203427.484000', '203427.486000', '203427.489000', '203427.492000', '203427.494000', '203427.497000', '203427.500000', '203427.502000', '203427.505000', '203427.507000', '203427.510000', '203427.513000', '203427.515000', '203427.518000', '203427.520000', '203427.523000', '203427.526000', '203427.528000', '203427.531000', '203427.534000', '203427.536000', '203427.539000', '203427.542000', '203427.544000', '203427.547000', '203427.549000', '203427.552000', '203447.439000', '203447.441000', '203447.444000', '203447.447000', '203447.450000', '203447.452000', '203447.455000', '203447.457000', '203447.460000', '203447.463000', '203447.465000', '203447.468000', '203447.470000', '203447.473000', '203447.476000', '203447.478000', '203447.481000', '203447.484000', '203447.499000', '203447.502000', '203447.504000', '203447.507000', '203447.510000', '203447.512000', '203447.515000', '203447.517000', '203447.520000', '203447.523000', '203447.525000', '203447.528000', '203447.530000', '203447.533000', '203447.536000', '203447.538000', '203447.541000', '203447.544000', '203447.546000', '203447.549000', '203447.552000', '203447.554000', '203447.557000', '203447.559000', '203447.562000', '203447.565000', '203507.439000', '203507.441000', '203507.444000', '203507.447000', '203507.449000', '203507.452000', '203507.455000', '203507.457000', '203507.460000', '203507.463000', '203507.465000', '203507.468000', '203507.470000', '203507.473000', '203507.476000', '203507.478000', '203507.481000', '203507.484000', '203507.486000', '203507.489000', '203507.492000', '203507.494000', '203507.497000', '203507.499000', '203507.502000', '203507.505000', '203507.507000', '203507.510000', '203507.512000', '203507.515000', '203507.518000', '203507.520000', '203507.523000', '203507.526000', '203507.528000', '203507.531000', '203507.534000', '203507.536000', '203507.539000', '203507.541000', '203507.544000', '203507.547000', '203507.549000', '203527.438000', '203527.441000', '203527.443000', '203527.446000', '203527.449000', '203527.451000', '203527.454000', '203527.457000', '203527.459000', '203527.462000', '203527.464000', '203527.467000', '203527.470000', '203527.472000', '203527.475000', '203527.477000', '203527.480000', '203527.483000', '203527.486000', '203527.488000', '203527.491000', '203527.493000', '203527.496000', '203527.499000', '203527.501000', '203527.504000', '203527.507000', '203527.509000', '203527.512000', '203527.514000', '203527.517000', '203527.520000', '203527.522000', '203527.525000', '203527.528000', '203527.530000', '203527.533000', '203527.535000', '203527.538000', '203527.541000', '203527.543000', '203527.546000', '203527.548000', '203527.551000', '203547.438000', '203547.440000', '203547.443000', '203547.446000', '203547.448000', '203547.451000', '203547.454000', '203547.456000', '203547.459000', '203547.462000', '203547.464000', '203547.467000', '203547.469000', '203547.472000', '203547.475000', '203547.477000', '203547.480000', '203547.483000', '203547.485000', '203547.488000', '203547.490000', '203547.493000', '203547.496000', '203547.498000', '203547.501000', '203547.503000', '203547.506000', '203547.509000', '203547.511000', '203547.514000', '203547.517000', '203547.519000', '203547.522000', '203547.524000', '203547.527000', '203547.530000', '203547.532000', '203547.535000', '203547.538000', '203547.540000', '203547.543000', '203547.545000', '203547.548000', '203607.438000', '203607.441000', '203607.443000', '203607.446000', '203607.449000', '203607.451000', '203607.454000', '203607.457000', '203607.459000', '203607.462000', '203607.465000', '203607.468000', '203607.471000', '203607.474000', '203607.489000', '203607.492000', '203607.495000', '203607.497000', '203607.500000', '203607.503000', '203607.505000', '203607.508000', '203607.511000', '203607.513000', '203607.516000', '203607.519000', '203607.521000', '203607.524000', '203607.527000', '203607.530000', '203607.532000', '203607.535000', '203607.538000', '203607.540000', '203607.543000', '203607.546000', '203607.548000', '203607.551000', '203607.553000', '203607.556000', '203607.559000', '203607.561000', '203607.564000', '203607.567000', '203627.438000', '203627.441000', '203627.443000', '203627.446000', '203627.449000', '203627.451000', '203627.454000', '203627.457000', '203627.459000', '203627.462000', '203627.464000', '203627.467000', '203627.470000', '203627.473000', '203627.475000', '203627.478000', '203627.480000', '203627.483000', '203627.486000', '203627.488000', '203627.491000', '203627.493000', '203627.496000', '203627.499000', '203627.501000', '203627.504000', '203627.506000', '203627.509000', '203627.512000', '203627.515000', '203627.517000', '203627.520000', '203627.522000', '203627.525000', '203627.528000', '203627.530000', '203627.533000', '203627.535000', '203627.538000', '203627.541000', '203627.543000', '203627.546000', '203627.549000', '203647.439000', '203647.442000', '203647.444000', '203647.447000', '203647.450000', '203647.452000', '203647.455000', '203647.458000', '203647.460000', '203647.463000', '203647.465000', '203647.468000', '203647.471000', '203647.473000', '203647.476000', '203647.479000', '203647.481000', '203647.484000', '203647.487000', '203647.489000', '203647.492000', '203647.494000', '203647.497000', '203647.500000', '203647.503000', '203647.505000', '203647.508000', '203647.511000', '203647.513000', '203647.516000', '203647.519000', '203647.521000', '203647.524000', '203647.527000', '203647.529000', '203647.532000', '203647.535000', '203647.537000', '203647.540000', '203647.543000', '203647.545000', '203647.548000', '203647.551000', '203707.439000', '203707.441000', '203707.444000', '203707.447000', '203707.449000', '203707.452000', '203707.455000', '203707.457000', '203707.460000', '203707.463000', '203707.465000', '203707.468000', '203707.471000', '203707.473000', '203707.476000', '203707.479000', '203707.481000', '203707.484000', '203707.486000', '203707.489000', '203707.492000', '203707.494000', '203707.497000', '203707.500000', '203707.502000', '203707.505000', '203707.507000', '203707.510000', '203707.513000', '203707.515000', '203707.518000', '203707.521000', '203707.523000', '203707.526000', '203707.528000', '203707.531000', '203707.534000', '203707.536000', '203707.545000', '203707.548000', '203707.551000', '203707.553000', '203707.557000', '203707.559000', '203727.439000', '203727.442000', '203727.444000', '203727.447000', '203727.450000', '203727.452000', '203727.455000', '203727.458000', '203727.460000', '203727.463000', '203727.466000', '203727.468000', '203727.471000', '203727.474000', '203727.476000', '203727.479000', '203727.482000', '203727.484000', '203727.487000', '203727.490000', '203727.492000', '203727.495000', '203727.498000', '203727.500000', '203727.503000', '203727.506000', '203727.509000', '203727.512000', '203727.515000', '203727.517000', '203727.520000', '203727.523000', '203727.525000', '203727.528000', '203727.531000', '203727.533000', '203727.536000', '203727.539000', '203727.541000', '203727.544000', '203727.547000', '203727.549000', '203727.552000', '203747.438000', '203747.441000', '203747.444000', '203747.446000', '203747.449000', '203747.452000', '203747.454000', '203747.457000', '203747.460000', '203747.463000', '203747.465000', '203747.468000', '203747.471000', '203747.474000', '203747.477000', '203747.480000', '203747.483000', '203747.485000', '203747.488000', '203747.490000', '203747.493000', '203747.496000', '203747.498000', '203747.501000', '203747.504000', '203747.506000', '203747.509000', '203747.512000', '203747.514000', '203747.517000', '203747.520000', '203747.522000', '203747.525000', '203747.527000', '203747.530000', '203747.533000', '203747.535000', '203747.538000', '203747.541000', '203747.543000', '203747.546000', '203747.549000', '203747.551000', '203747.554000', '203751.827000', '203751.830000', '203751.833000', '203751.836000', '203751.839000', '203751.841000', '203751.844000', '203751.847000', '203751.850000', '203751.868000'], 'InstanceCreationTime': ['202747.486000', '202747.489000', '202747.492000', '202747.495000', '202747.497000', '202747.500000', '202747.502000', '202747.505000', '202747.508000', '202747.510000', '202747.513000', '202747.516000', '202747.518000', '202747.521000', '202747.524000', '202747.534000', '202747.537000', '202747.540000', '202747.543000', '202747.546000', '202747.548000', '202807.439000', '202807.441000', '202807.444000', '202807.447000', '202807.449000', '202807.452000', '202807.455000', '202807.457000', '202807.460000', '202807.462000', '202807.465000', '202807.468000', '202807.470000', '202807.473000', '202807.475000', '202807.478000', '202807.481000', '202807.483000', '202807.486000', '202807.488000', '202807.491000', '202807.494000', '202807.502000', '202807.505000', '202807.508000', '202807.510000', '202807.513000', '202807.516000', '202807.518000', '202807.521000', '202807.523000', '202807.526000', '202807.529000', '202807.531000', '202807.534000', '202807.536000', '202807.539000', '202807.541000', '202807.544000', '202807.547000', '202807.549000', '202807.552000', '202807.554000', '202827.438000', '202827.441000', '202827.443000', '202827.446000', '202827.448000', '202827.451000', '202827.453000', '202827.457000', '202827.459000', '202827.462000', '202827.465000', '202827.467000', '202827.471000', '202827.473000', '202827.476000', '202827.479000', '202827.481000', '202827.484000', '202827.486000', '202827.489000', '202827.492000', '202827.494000', '202827.497000', '202827.499000', '202827.502000', '202827.504000', '202827.507000', '202827.510000', '202827.512000', '202827.515000', '202827.517000', '202827.520000', '202827.523000', '202827.526000', '202827.528000', '202827.531000', '202827.534000', '202827.536000', '202827.539000', '202827.541000', '202827.544000', '202827.546000', '202827.549000', '202847.437000', '202847.440000', '202847.443000', '202847.446000', '202847.448000', '202847.451000', '202847.453000', '202847.456000', '202847.459000', '202847.461000', '202847.464000', '202847.466000', '202847.469000', '202847.471000', '202847.474000', '202847.477000', '202847.479000', '202847.482000', '202847.484000', '202847.500000', '202847.503000', '202847.506000', '202847.508000', '202847.511000', '202847.513000', '202847.516000', '202847.519000', '202847.521000', '202847.524000', '202847.527000', '202847.529000', '202847.532000', '202847.534000', '202847.537000', '202847.540000', '202847.542000', '202847.545000', '202847.547000', '202847.550000', '202847.553000', '202847.555000', '202847.558000', '202847.560000', '202847.563000', '202907.438000', '202907.440000', '202907.443000', '202907.446000', '202907.448000', '202907.451000', '202907.454000', '202907.456000', '202907.459000', '202907.461000', '202907.464000', '202907.467000', '202907.469000', '202907.472000', '202907.474000', '202907.477000', '202907.480000', '202907.482000', '202907.485000', '202907.488000', '202907.490000', '202907.493000', '202907.495000', '202907.498000', '202907.501000', '202907.503000', '202907.506000', '202907.508000', '202907.511000', '202907.514000', '202907.516000', '202907.519000', '202907.521000', '202907.524000', '202907.527000', '202907.529000', '202907.532000', '202907.534000', '202907.537000', '202907.540000', '202907.542000', '202907.545000', '202907.547000', '202927.438000', '202927.441000', '202927.443000', '202927.446000', '202927.448000', '202927.451000', '202927.454000', '202927.456000', '202927.459000', '202927.462000', '202927.464000', '202927.467000', '202927.469000', '202927.472000', '202927.475000', '202927.477000', '202927.480000', '202927.483000', '202927.485000', '202927.488000', '202927.490000', '202927.493000', '202927.496000', '202927.498000', '202927.501000', '202927.503000', '202927.506000', '202927.509000', '202927.511000', '202927.514000', '202927.516000', '202927.519000', '202927.522000', '202927.524000', '202927.527000', '202927.530000', '202927.532000', '202927.535000', '202927.538000', '202927.540000', '202927.543000', '202927.545000', '202927.548000', '202927.551000', '202947.439000', '202947.442000', '202947.444000', '202947.447000', '202947.450000', '202947.452000', '202947.455000', '202947.457000', '202947.460000', '202947.463000', '202947.465000', '202947.468000', '202947.471000', '202947.474000', '202947.477000', '202947.480000', '202947.483000', '202947.485000', '202947.488000', '202947.491000', '202947.493000', '202947.496000', '202947.498000', '202947.501000', '202947.504000', '202947.506000', '202947.509000', '202947.513000', '202947.516000', '202947.518000', '202947.521000', '202947.523000', '202947.526000', '202947.529000', '202947.531000', '202947.534000', '202947.537000', '202947.539000', '202947.542000', '202947.544000', '202947.547000', '202947.550000', '202947.552000', '203007.438000', '203007.441000', '203007.444000', '203007.447000', '203007.449000', '203007.452000', '203007.454000', '203007.457000', '203007.460000', '203007.462000', '203007.465000', '203007.467000', '203007.470000', '203007.473000', '203007.475000', '203007.478000', '203007.481000', '203007.483000', '203007.486000', '203007.488000', '203007.491000', '203007.494000', '203007.496000', '203007.499000', '203007.501000', '203007.504000', '203007.507000', '203007.509000', '203007.512000', '203007.514000', '203007.517000', '203007.520000', '203007.522000', '203007.525000', '203007.528000', '203007.530000', '203007.533000', '203007.535000', '203007.538000', '203007.541000', '203007.543000', '203007.546000', '203007.548000', '203007.551000', '203027.439000', '203027.442000', '203027.444000', '203027.447000', '203027.449000', '203027.452000', '203027.456000', '203027.459000', '203027.461000', '203027.464000', '203027.467000', '203027.469000', '203027.472000', '203027.475000', '203027.486000', '203027.489000', '203027.492000', '203027.494000', '203027.497000', '203027.500000', '203027.502000', '203027.505000', '203027.508000', '203027.510000', '203027.513000', '203027.515000', '203027.518000', '203027.521000', '203027.523000', '203027.526000', '203027.529000', '203027.531000', '203027.534000', '203027.537000', '203027.539000', '203027.542000', '203027.544000', '203027.547000', '203027.550000', '203027.552000', '203027.555000', '203027.557000', '203027.560000', '203047.438000', '203047.441000', '203047.443000', '203047.446000', '203047.448000', '203047.451000', '203047.454000', '203047.456000', '203047.459000', '203047.461000', '203047.464000', '203047.466000', '203047.469000', '203047.472000', '203047.474000', '203047.477000', '203047.480000', '203047.482000', '203047.485000', '203047.487000', '203047.490000', '203047.493000', '203047.495000', '203047.498000', '203047.500000', '203047.503000', '203047.506000', '203047.508000', '203047.511000', '203047.514000', '203047.516000', '203047.519000', '203047.521000', '203047.524000', '203047.527000', '203047.529000', '203047.532000', '203047.534000', '203047.537000', '203047.540000', '203047.542000', '203047.545000', '203047.548000', '203047.550000', '203107.437000', '203107.440000', '203107.443000', '203107.446000', '203107.448000', '203107.451000', '203107.461000', '203107.463000', '203107.466000', '203107.468000', '203107.471000', '203107.474000', '203107.476000', '203107.479000', '203107.482000', '203107.484000', '203107.487000', '203107.490000', '203107.492000', '203107.495000', '203107.498000', '203107.500000', '203107.503000', '203107.506000', '203107.509000', '203107.512000', '203107.515000', '203107.518000', '203107.520000', '203107.523000', '203107.526000', '203107.528000', '203107.531000', '203107.533000', '203107.536000', '203107.539000', '203107.541000', '203107.544000', '203107.546000', '203107.550000', '203107.553000', '203107.556000', '203107.558000', '203127.438000', '203127.440000', '203127.443000', '203127.446000', '203127.448000', '203127.451000', '203127.453000', '203127.456000', '203127.459000', '203127.461000', '203127.464000', '203127.466000', '203127.469000', '203127.472000', '203127.475000', '203127.477000', '203127.480000', '203127.482000', '203127.485000', '203127.488000', '203127.490000', '203127.493000', '203127.496000', '203127.498000', '203127.501000', '203127.503000', '203127.506000', '203127.509000', '203127.511000', '203127.514000', '203127.517000', '203127.519000', '203127.522000', '203127.525000', '203127.527000', '203127.530000', '203127.532000', '203127.535000', '203127.538000', '203127.540000', '203127.543000', '203127.546000', '203127.548000', '203127.551000', '203147.438000', '203147.441000', '203147.443000', '203147.446000', '203147.449000', '203147.451000', '203147.454000', '203147.456000', '203147.459000', '203147.462000', '203147.464000', '203147.467000', '203147.470000', '203147.472000', '203147.475000', '203147.478000', '203147.480000', '203147.483000', '203147.485000', '203147.488000', '203147.491000', '203147.493000', '203147.496000', '203147.499000', '203147.501000', '203147.504000', '203147.507000', '203147.509000', '203147.512000', '203147.514000', '203147.517000', '203147.520000', '203147.522000', '203147.525000', '203147.527000', '203147.530000', '203147.533000', '203147.535000', '203147.538000', '203147.553000', '203147.555000', '203147.558000', '203147.560000', '203207.438000', '203207.441000', '203207.444000', '203207.447000', '203207.449000', '203207.452000', '203207.454000', '203207.457000', '203207.460000', '203207.462000', '203207.465000', '203207.468000', '203207.470000', '203207.473000', '203207.476000', '203207.478000', '203207.481000', '203207.483000', '203207.486000', '203207.489000', '203207.491000', '203207.494000', '203207.496000', '203207.499000', '203207.502000', '203207.504000', '203207.507000', '203207.510000', '203207.512000', '203207.515000', '203207.517000', '203207.520000', '203207.523000', '203207.525000', '203207.528000', '203207.531000', '203207.533000', '203207.536000', '203207.538000', '203207.541000', '203207.544000', '203207.546000', '203207.549000', '203207.552000', '203227.439000', '203227.441000', '203227.444000', '203227.447000', '203227.449000', '203227.452000', '203227.454000', '203227.457000', '203227.460000', '203227.463000', '203227.465000', '203227.468000', '203227.470000', '203227.473000', '203227.476000', '203227.478000', '203227.481000', '203227.484000', '203227.486000', '203227.489000', '203227.491000', '203227.494000', '203227.497000', '203227.499000', '203227.502000', '203227.505000', '203227.507000', '203227.510000', '203227.512000', '203227.515000', '203227.518000', '203227.520000', '203227.523000', '203227.526000', '203227.528000', '203227.531000', '203227.534000', '203227.536000', '203227.539000', '203227.542000', '203227.545000', '203227.548000', '203227.551000', '203247.439000', '203247.442000', '203247.444000', '203247.447000', '203247.449000', '203247.452000', '203247.455000', '203247.457000', '203247.460000', '203247.463000', '203247.465000', '203247.468000', '203247.470000', '203247.473000', '203247.476000', '203247.478000', '203247.481000', '203247.484000', '203247.486000', '203247.489000', '203247.491000', '203247.494000', '203247.497000', '203247.499000', '203247.502000', '203247.505000', '203247.507000', '203247.510000', '203247.512000', '203247.515000', '203247.518000', '203247.520000', '203247.523000', '203247.525000', '203247.528000', '203247.531000', '203247.533000', '203247.536000', '203247.539000', '203247.541000', '203247.544000', '203247.547000', '203247.549000', '203247.552000', '203307.438000', '203307.440000', '203307.443000', '203307.446000', '203307.448000', '203307.451000', '203307.454000', '203307.456000', '203307.459000', '203307.462000', '203307.464000', '203307.467000', '203307.469000', '203307.472000', '203307.475000', '203307.477000', '203307.480000', '203307.483000', '203307.485000', '203307.488000', '203307.490000', '203307.493000', '203307.496000', '203307.498000', '203307.501000', '203307.504000', '203307.506000', '203307.509000', '203307.513000', '203307.519000', '203307.522000', '203307.524000', '203307.527000', '203307.530000', '203307.532000', '203307.535000', '203307.537000', '203307.540000', '203307.543000', '203307.545000', '203307.548000', '203307.551000', '203307.553000', '203327.437000', '203327.441000', '203327.443000', '203327.446000', '203327.449000', '203327.451000', '203327.454000', '203327.470000', '203327.473000', '203327.476000', '203327.478000', '203327.481000', '203327.483000', '203327.486000', '203327.489000', '203327.491000', '203327.494000', '203327.496000', '203327.499000', '203327.502000', '203327.504000', '203327.507000', '203327.510000', '203327.512000', '203327.515000', '203327.517000', '203327.520000', '203327.523000', '203327.525000', '203327.528000', '203327.530000', '203327.533000', '203327.536000', '203327.538000', '203327.541000', '203327.543000', '203327.546000', '203327.549000', '203327.551000', '203327.554000', '203327.557000', '203327.559000', '203327.562000', '203327.564000', '203347.438000', '203347.441000', '203347.443000', '203347.446000', '203347.448000', '203347.451000', '203347.454000', '203347.456000', '203347.459000', '203347.462000', '203347.464000', '203347.467000', '203347.469000', '203347.472000', '203347.475000', '203347.477000', '203347.480000', '203347.483000', '203347.485000', '203347.488000', '203347.491000', '203347.493000', '203347.496000', '203347.498000', '203347.501000', '203347.504000', '203347.506000', '203347.509000', '203347.511000', '203347.514000', '203347.517000', '203347.519000', '203347.522000', '203347.525000', '203347.527000', '203347.530000', '203347.532000', '203347.535000', '203347.538000', '203347.540000', '203347.543000', '203347.545000', '203347.548000', '203407.438000', '203407.441000', '203407.443000', '203407.446000', '203407.449000', '203407.451000', '203407.454000', '203407.456000', '203407.459000', '203407.462000', '203407.464000', '203407.467000', '203407.470000', '203407.473000', '203407.476000', '203407.479000', '203407.482000', '203407.484000', '203407.487000', '203407.490000', '203407.492000', '203407.495000', '203407.497000', '203407.500000', '203407.503000', '203407.505000', '203407.508000', '203407.511000', '203407.513000', '203407.516000', '203407.518000', '203407.521000', '203407.524000', '203407.526000', '203407.529000', '203407.532000', '203407.534000', '203407.537000', '203407.539000', '203407.542000', '203407.545000', '203407.547000', '203407.550000', '203427.439000', '203427.442000', '203427.444000', '203427.447000', '203427.449000', '203427.452000', '203427.455000', '203427.458000', '203427.460000', '203427.463000', '203427.465000', '203427.468000', '203427.471000', '203427.473000', '203427.476000', '203427.478000', '203427.481000', '203427.484000', '203427.486000', '203427.489000', '203427.492000', '203427.494000', '203427.497000', '203427.500000', '203427.502000', '203427.505000', '203427.507000', '203427.510000', '203427.513000', '203427.515000', '203427.518000', '203427.520000', '203427.523000', '203427.526000', '203427.528000', '203427.531000', '203427.534000', '203427.536000', '203427.539000', '203427.542000', '203427.544000', '203427.547000', '203427.549000', '203427.552000', '203447.439000', '203447.441000', '203447.444000', '203447.447000', '203447.450000', '203447.452000', '203447.455000', '203447.457000', '203447.460000', '203447.463000', '203447.465000', '203447.468000', '203447.470000', '203447.473000', '203447.476000', '203447.478000', '203447.481000', '203447.484000', '203447.499000', '203447.502000', '203447.504000', '203447.507000', '203447.510000', '203447.512000', '203447.515000', '203447.517000', '203447.520000', '203447.523000', '203447.525000', '203447.528000', '203447.530000', '203447.533000', '203447.536000', '203447.538000', '203447.541000', '203447.544000', '203447.546000', '203447.549000', '203447.552000', '203447.554000', '203447.557000', '203447.559000', '203447.562000', '203447.565000', '203507.439000', '203507.441000', '203507.444000', '203507.447000', '203507.449000', '203507.452000', '203507.455000', '203507.457000', '203507.460000', '203507.463000', '203507.465000', '203507.468000', '203507.470000', '203507.473000', '203507.476000', '203507.478000', '203507.481000', '203507.484000', '203507.486000', '203507.489000', '203507.492000', '203507.494000', '203507.497000', '203507.499000', '203507.502000', '203507.505000', '203507.507000', '203507.510000', '203507.512000', '203507.515000', '203507.518000', '203507.520000', '203507.523000', '203507.526000', '203507.528000', '203507.531000', '203507.534000', '203507.536000', '203507.539000', '203507.541000', '203507.544000', '203507.547000', '203507.549000', '203527.438000', '203527.441000', '203527.443000', '203527.446000', '203527.449000', '203527.451000', '203527.454000', '203527.457000', '203527.459000', '203527.462000', '203527.464000', '203527.467000', '203527.470000', '203527.472000', '203527.475000', '203527.477000', '203527.480000', '203527.483000', '203527.486000', '203527.488000', '203527.491000', '203527.493000', '203527.496000', '203527.499000', '203527.501000', '203527.504000', '203527.507000', '203527.509000', '203527.512000', '203527.514000', '203527.517000', '203527.520000', '203527.522000', '203527.525000', '203527.528000', '203527.530000', '203527.533000', '203527.535000', '203527.538000', '203527.541000', '203527.543000', '203527.546000', '203527.548000', '203527.551000', '203547.438000', '203547.440000', '203547.443000', '203547.446000', '203547.448000', '203547.451000', '203547.454000', '203547.456000', '203547.459000', '203547.462000', '203547.464000', '203547.467000', '203547.469000', '203547.472000', '203547.475000', '203547.477000', '203547.480000', '203547.483000', '203547.485000', '203547.488000', '203547.490000', '203547.493000', '203547.496000', '203547.498000', '203547.501000', '203547.503000', '203547.506000', '203547.509000', '203547.511000', '203547.514000', '203547.517000', '203547.519000', '203547.522000', '203547.524000', '203547.527000', '203547.530000', '203547.532000', '203547.535000', '203547.538000', '203547.540000', '203547.543000', '203547.545000', '203547.548000', '203607.438000', '203607.441000', '203607.443000', '203607.446000', '203607.449000', '203607.451000', '203607.454000', '203607.457000', '203607.459000', '203607.462000', '203607.465000', '203607.468000', '203607.471000', '203607.474000', '203607.489000', '203607.492000', '203607.495000', '203607.497000', '203607.500000', '203607.503000', '203607.505000', '203607.508000', '203607.511000', '203607.513000', '203607.516000', '203607.519000', '203607.521000', '203607.524000', '203607.527000', '203607.530000', '203607.532000', '203607.535000', '203607.538000', '203607.540000', '203607.543000', '203607.546000', '203607.548000', '203607.551000', '203607.553000', '203607.556000', '203607.559000', '203607.561000', '203607.564000', '203607.567000', '203627.438000', '203627.441000', '203627.443000', '203627.446000', '203627.449000', '203627.451000', '203627.454000', '203627.457000', '203627.459000', '203627.462000', '203627.464000', '203627.467000', '203627.470000', '203627.473000', '203627.475000', '203627.478000', '203627.480000', '203627.483000', '203627.486000', '203627.488000', '203627.491000', '203627.493000', '203627.496000', '203627.499000', '203627.501000', '203627.504000', '203627.506000', '203627.509000', '203627.512000', '203627.515000', '203627.517000', '203627.520000', '203627.522000', '203627.525000', '203627.528000', '203627.530000', '203627.533000', '203627.535000', '203627.538000', '203627.541000', '203627.543000', '203627.546000', '203627.549000', '203647.439000', '203647.442000', '203647.444000', '203647.447000', '203647.450000', '203647.452000', '203647.455000', '203647.458000', '203647.460000', '203647.463000', '203647.465000', '203647.468000', '203647.471000', '203647.473000', '203647.476000', '203647.479000', '203647.481000', '203647.484000', '203647.487000', '203647.489000', '203647.492000', '203647.494000', '203647.497000', '203647.500000', '203647.503000', '203647.505000', '203647.508000', '203647.511000', '203647.513000', '203647.516000', '203647.519000', '203647.521000', '203647.524000', '203647.527000', '203647.529000', '203647.532000', '203647.535000', '203647.537000', '203647.540000', '203647.543000', '203647.545000', '203647.548000', '203647.551000', '203707.439000', '203707.441000', '203707.444000', '203707.447000', '203707.449000', '203707.452000', '203707.455000', '203707.457000', '203707.460000', '203707.463000', '203707.465000', '203707.468000', '203707.471000', '203707.473000', '203707.476000', '203707.479000', '203707.481000', '203707.484000', '203707.486000', '203707.489000', '203707.492000', '203707.494000', '203707.497000', '203707.500000', '203707.502000', '203707.505000', '203707.507000', '203707.510000', '203707.513000', '203707.515000', '203707.518000', '203707.521000', '203707.523000', '203707.526000', '203707.528000', '203707.531000', '203707.534000', '203707.536000', '203707.545000', '203707.548000', '203707.551000', '203707.553000', '203707.557000', '203707.559000', '203727.439000', '203727.442000', '203727.444000', '203727.447000', '203727.450000', '203727.452000', '203727.455000', '203727.458000', '203727.460000', '203727.463000', '203727.466000', '203727.468000', '203727.471000', '203727.474000', '203727.476000', '203727.479000', '203727.482000', '203727.484000', '203727.487000', '203727.490000', '203727.492000', '203727.495000', '203727.498000', '203727.500000', '203727.503000', '203727.506000', '203727.509000', '203727.512000', '203727.515000', '203727.517000', '203727.520000', '203727.523000', '203727.525000', '203727.528000', '203727.531000', '203727.533000', '203727.536000', '203727.539000', '203727.541000', '203727.544000', '203727.547000', '203727.549000', '203727.552000', '203747.438000', '203747.441000', '203747.444000', '203747.446000', '203747.449000', '203747.452000', '203747.454000', '203747.457000', '203747.460000', '203747.463000', '203747.465000', '203747.468000', '203747.471000', '203747.474000', '203747.477000', '203747.480000', '203747.483000', '203747.485000', '203747.488000', '203747.490000', '203747.493000', '203747.496000', '203747.498000', '203747.501000', '203747.504000', '203747.506000', '203747.509000', '203747.512000', '203747.514000', '203747.517000', '203747.520000', '203747.522000', '203747.525000', '203747.527000', '203747.530000', '203747.533000', '203747.535000', '203747.538000', '203747.541000', '203747.543000', '203747.546000', '203747.549000', '203747.551000', '203747.554000', '203751.827000', '203751.830000', '203751.833000', '203751.836000', '203751.839000', '203751.841000', '203751.844000', '203751.847000', '203751.850000', '203751.868000'], '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': [8222, 7234, 8608, 12886, 8380, 12850, 8138, 8908, 12080, 8210, 9811, 14666, 8503, 9179, 6839, 8527, 8732, 7250, 8366, 10650, 7490, 8153, 8686, 7333, 11085, 7473, 7708, 7327, 8120, 10455, 7952, 10094, 12008, 8145, 10772, 7673, 7791, 9960, 7563, 8189, 11610, 7382, 8114, 11785, 7720, 8287, 8299, 7955, 10379, 7338, 8448, 10884, 7764, 8515, 7414, 7457, 7944, 7997, 10557, 7880, 11639, 8023, 10710, 11314, 8144, 10578, 13589, 8189, 10923, 7622, 8148, 11765, 7898, 8355, 12324, 8380, 10204, 8398, 11252, 8112, 11079, 7272, 8494, 13009, 7326, 8600, 13290, 8235, 11146, 7839, 8516, 10845, 7106, 8371, 13013, 8065, 11075, 6810, 8289, 9991, 7346, 8511, 11747, 7724, 9727, 7676, 7943, 9225, 7041, 8240, 12508, 7965, 9387, 8045, 7891, 9624, 7991, 8012, 12183, 7209, 8618, 12615, 7654, 8915, 10492, 7896, 10503, 7972, 7838, 11950, 7807, 9387, 7202, 7883, 7398, 7898, 12270, 8414, 8704, 13597, 7814, 8632, 10580, 8113, 9949, 7457, 7988, 10382, 7991, 8147, 9407, 7730, 9424, 7333, 11405, 7497, 8187, 7347, 8244, 10181, 9190, 8845, 11938, 7612, 7841, 10592, 8032, 8087, 11245, 8334, 10083, 10124, 8168, 9828, 7408, 8568, 9535, 7277, 8237, 10079, 8004, 8593, 6782, 8272, 7649, 7810, 8958, 8089, 9690, 13941, 8282, 8540, 11201, 8199, 8384, 11708, 8182, 8705, 10657, 8200, 8961, 10250, 8180, 8787, 7169, 8439, 10152, 7571, 8044, 10831, 7790, 8424, 11135, 8013, 9199, 8840, 8198, 9071, 7632, 8287, 10648, 6792, 8174, 10304, 7087, 8335, 11304, 7601, 9025, 11649, 7868, 9343, 7430, 8189, 8104, 8432, 11058, 8537, 12768, 7487, 8381, 13320, 7550, 8669, 12971, 8023, 8837, 8685, 8439, 9294, 6827, 8729, 12385, 7936, 9042, 7147, 8412, 9965, 7974, 9351, 8338, 8386, 10978, 7484, 8043, 6569, 9086, 13117, 7421, 10576, 8061, 11073, 7714, 8046, 12690, 7512, 8215, 12031, 8136, 9650, 11624, 8015, 9077, 10284, 8214, 9552, 7244, 8265, 9586, 7751, 8610, 9004, 8490, 10066, 7264, 7802, 10400, 7269, 11119, 7283, 7015, 7690, 8772, 11946, 8151, 11056, 11272, 8278, 10357, 12419, 8361, 10356, 7964, 8312, 10035, 8689, 8469, 12302, 7204, 8464, 11762, 7460, 8658, 11513, 7784, 9236, 11436, 7975, 8683, 11691, 8054, 10080, 8911, 8380, 10107, 6660, 8513, 10516, 7384, 8445, 11351, 7562, 9396, 7851, 8757, 7282, 8386, 13937, 8932, 10151, 7127, 8206, 10227, 6819, 7957, 14245, 7815, 9207, 7568, 7862, 10086, 7100, 8092, 14001, 7890, 11477, 7262, 8139, 11767, 7709, 8864, 7111, 7808, 13776, 7766, 11990, 8247, 8877, 7956, 8582, 13562, 8507, 11400, 7725, 8476, 12604, 8235, 9734, 13488, 8281, 10333, 7976, 8556, 11705, 8340, 8499, 10981, 8598, 10394, 7601, 8488, 9919, 7544, 8636, 9276, 8225, 10504, 8275, 9812, 8248, 9747, 8864, 8278, 8969, 8108, 10346, 13502, 8904, 11456, 7044, 8257, 9934, 7419, 8286, 11182, 7848, 8528, 12312, 7978, 8596, 12573, 8009, 8967, 13135, 7921, 9738, 6246, 8047, 9202, 6918, 8117, 10461, 7274, 8145, 11781, 7904, 8354, 12618, 7897, 8991, 12338, 8082, 9878, 6797, 8109, 10192, 7498, 8338, 12788, 8383, 9362, 11709, 7732, 9179, 11522, 7995, 10118, 12350, 8004, 9654, 6215, 8329, 9567, 7357, 8168, 12085, 7840, 8878, 11016, 7816, 8458, 9897, 7930, 9654, 6824, 8027, 10155, 7254, 8232, 10834, 7619, 8713, 12584, 7718, 9538, 10682, 7965, 9287, 6600, 8021, 12246, 6963, 12201, 8827, 8071, 8733, 8436, 9635, 8314, 10870, 13861, 8722, 11223, 15841, 8209, 11421, 10704, 8363, 12454, 7325, 8227, 12763, 7580, 9145, 6614, 7952, 10704, 7231, 8301, 11641, 7755, 10743, 6876, 8268, 11419, 7481, 8386, 14115, 8001, 9579, 9459, 8256, 9962, 7062, 8194, 13030, 7663, 8791, 12957, 8033, 9249, 9779, 7911, 10790, 7153, 8293, 11656, 7870, 8840, 13314, 8036, 10666, 6840, 8306, 10202, 7851, 8697, 14174, 8010, 10451, 6904, 7911, 10433, 7936, 8467, 13949, 8067, 10857, 7492, 7978, 9778, 6922, 8229, 11653, 7439, 8311, 12883, 7653, 8563, 12537, 7902, 9389, 7830, 7987, 9055, 6873, 8254, 11403, 7908, 10687, 6720, 8354, 8947, 8262, 8379, 8136, 10112, 14929, 8193, 11286, 7583, 8086, 9777, 7837, 11357, 10196, 8895, 13914, 8622, 10168, 7811, 8704, 13417, 8168, 9924, 11391, 8642, 12024, 8501, 10029, 16391, 8985, 9826, 10271, 8929, 11945, 8680, 10119, 9811, 11580, 9258, 8371, 8343, 8699, 11595, 8877, 10243, 10373, 8976, 12540, 8525, 11972, 8245, 10040, 8030, 9957, 15067, 9080, 11796, 11896, 8716, 10904, 8302, 8719, 12600, 8302, 8650, 13631, 8286, 10151, 7666, 8748, 10935, 8406, 8802, 7578, 8544, 12140, 8335, 9211, 7393, 8623, 9970, 7719, 8706, 12869, 8232, 9489, 8391, 8276, 9643, 7002, 8261, 11683, 7819, 8814, 12790, 8090, 9440, 13166, 7706, 13062, 8433, 9081, 7232, 7400, 7775, 8353, 12109, 8054, 8675, 13393, 8066, 9235, 9927, 8337, 12016, 7912, 8336, 12778, 7809, 9028, 8974, 8149, 9946, 7127, 8023, 11250, 7411, 8195, 12202, 7788, 9437, 11193, 7927, 9958, 7259, 7895, 10070, 7491, 8343, 12435, 7913, 9986, 7517, 8025, 9535, 6848, 8105, 11921, 7807, 8963, 9172, 8252, 9735, 6898, 8200, 12306, 8107, 9346, 9380, 8450, 12396, 7945, 14843, 8395, 7569, 6727, 7991, 9669, 7900, 12135, 8839, 8429, 14043, 7338, 8197, 14050, 8414, 10716, 7001, 8016, 10794, 7186, 8378, 14383, 8647, 9749, 11258, 7958, 9090, 10023, 7629, 10463, 7067, 7737, 10786, 7366, 8058, 12003, 7720, 10344, 7207, 8137, 11610, 7986, 8438, 12038, 7790, 10992, 8282, 12516, 6778, 6716, 7148, 7710, 12735, 9479, 8371, 11388, 7726, 8723, 11116, 8160, 13499, 7862, 8594, 13893, 7935, 9284, 14271, 8216, 10215, 7028, 8301, 9150, 7204, 8361, 11370, 7910, 9034, 7472, 8391, 8949, 7321, 8434, 11122, 7885, 8773, 6887, 8257, 8812, 7093, 8257, 12269, 7826, 8803, 13416, 8062, 8878, 12240, 8148, 10088, 9097, 8686, 11029, 7590, 8456, 11495, 8019, 9091, 13068, 8099, 10549, 7286, 8449, 10168, 7870, 9919, 8284, 10731, 11727, 7273, 9923, 7142, 10591, 14530, 8470, 8829, 12117, 7829, 8282, 13052, 8163, 10823, 10868, 8297, 10363, 7392, 7741, 10643, 8294, 9262, 7866, 8884, 8015, 10250, 7839, 8411, 13958, 7639, 8289, 13905, 7671, 8305, 13270, 7970, 8567, 9051, 8302, 10042, 7664, 8171, 11268, 7739, 8319, 11915, 8037, 9455, 7424, 8147, 10397, 8064, 8549, 13268, 8198, 9449, 10636, 8038, 11456, 6912, 10827, 6398, 7997, 7898, 8059, 12877, 7711, 8607, 14607, 7451, 9243, 12872, 7752, 11627, 7326, 8051, 12772, 7723, 7919, 11675, 8037, 8269, 12790, 8127, 9216, 6487, 8278, 9148, 7440, 8421, 10571, 8252, 9295, 6427, 8238, 9756, 7818, 9085, 6852, 8164, 11025, 8031, 9063, 13715, 8322, 10580, 7137, 8329, 11422, 9142, 8443, 12149, 7698, 8215, 12655, 7999, 8906, 13353, 8242, 9793, 10676, 8259, 9678, 6952, 8416, 10446, 7697, 8543, 11516, 7802, 8506, 11322, 7784, 9601, 13037, 7835, 10090, 12557, 8084, 9532, 14289, 8513, 10804, 11776, 8324, 10140, 6975, 8352, 10082, 7581, 8644, 11819, 8314, 9035, 7969, 10359, 14342, 7738, 8389, 7813, 9130, 7387, 8215, 13877, 7744, 9059, 14213, 7989, 9910, 12027, 8133, 9752, 11705, 8359, 10497, 7392, 8080, 10541, 7942, 8324, 11110, 8200, 9038, 12366, 8268, 9513, 6939, 8366, 9493, 8139, 8571, 8359, 8502, 9628, 7514, 8538, 10922, 8231, 9729, 10524, 8632, 10981, 7658, 8449, 13005, 8093, 9625, 14369, 8427, 10120, 13676, 8390, 9135, 12041, 8595, 9595, 7311, 8463, 10427, 7900, 8624, 11208, 8382, 10136, 7386, 8220, 11529, 7798, 10211, 6819, 7542, 7860, 8116, 10015, 7793, 10497, 12600, 8016, 11830, 7082, 8247, 12929, 7540, 8312, 14466, 7405, 12803, 7538, 8243, 6725, 8495, 9113, 8219, 11725, 15308, 9352, 11884, 7291, 8266, 10959, 7758, 8237, 14685, 8777, 9011, 14399, 7830, 8214, 10016, 8170, 9404, 8010, 8418, 9877, 7930, 8866, 8713, 8225, 9820, 7798, 8440, 13301, 7930, 8516, 13683, 8004, 9729, 12405, 8255, 10408, 7657, 8106, 10919, 8324, 9649, 7629, 8109, 12377, 7814, 10293, 7007, 10442, 6934, 7277, 7295, 8244, 11414, 8258, 12544, 7884, 8016, 12019, 7981, 8189, 13708, 8378, 10927, 7724, 8197, 12368, 8303, 9078, 7177, 8345, 13477, 8670, 8692, 8164, 8742, 8415, 8700, 8212, 10246, 8327, 9389, 12774, 8899, 10645, 7202, 8358, 10868, 8137, 8718, 11994, 8397, 10367, 8027, 8310, 12081, 8396, 9724, 8478, 8292, 11095, 8148, 8971, 8118, 8491, 11648, 8234, 14247, 9989, 16174, 9561, 8396, 7444, 8322, 11091, 8062, 11552, 7423, 11191, 7146, 10027, 12983, 7933, 11644, 7468, 8263, 12415, 7414, 10843, 7889, 8428, 12669, 8193, 8112, 7980, 8277, 10359, 8361, 8918, 8297, 8434, 8018, 8641, 9722, 8513, 8516, 8313, 8664, 13902, 8345, 11138, 8464, 11000, 8465, 10141, 8224, 8390, 14019, 8531, 12435, 7770, 8444, 12534, 8129, 8425, 13545, 8155, 10573, 7551, 8480, 10995, 8024, 8319, 11261, 8283, 10275, 7996, 8362, 11585, 8211, 8902, 7508, 8186, 11008, 8144, 9171, 6965, 8122, 9668, 7846, 8304, 10798, 8412, 10094, 8052, 8731, 9842, 8434, 9976, 7733, 8373], 'WindowCenter': [3598.0, 3572.0, 3582.0, 3598.0, 3553.0, 3586.0, 3540.0, 3538.0, 3558.0, 3525.0, 3548.0, 3567.0, 3524.0, 3535.0, 3514.0, 3536.0, 3536.0, 3525.0, 3537.0, 3548.0, 3528.0, 3540.0, 3538.0, 3530.0, 3561.0, 3530.0, 3541.0, 3530.0, 3540.0, 3560.0, 3540.0, 3563.0, 3572.0, 3528.0, 3549.0, 3516.0, 3527.0, 3548.0, 3515.0, 3538.0, 3559.0, 3516.0, 3526.0, 3558.0, 3527.0, 3527.0, 3539.0, 3540.0, 3561.0, 3530.0, 3541.0, 3564.0, 3542.0, 3542.0, 3532.0, 3530.0, 3553.0, 3542.0, 3562.0, 3541.0, 3573.0, 3542.0, 3563.0, 3561.0, 3528.0, 3561.0, 3583.0, 3540.0, 3574.0, 3528.0, 3529.0, 3575.0, 3542.0, 3542.0, 3574.0, 3542.0, 3563.0, 3553.0, 3574.0, 3540.0, 3561.0, 3529.0, 3540.0, 3570.0, 3529.0, 3539.0, 3571.0, 3537.0, 3559.0, 3526.0, 3536.0, 3547.0, 3528.0, 3538.0, 3569.0, 3526.0, 3547.0, 3504.0, 3525.0, 3535.0, 3515.0, 3537.0, 3559.0, 3526.0, 3537.0, 3524.0, 3525.0, 3536.0, 3516.0, 3537.0, 3570.0, 3527.0, 3537.0, 3524.0, 3525.0, 3536.0, 3526.0, 3539.0, 3570.0, 3515.0, 3526.0, 3557.0, 3514.0, 3536.0, 3546.0, 3527.0, 3559.0, 3541.0, 3530.0, 3563.0, 3518.0, 3539.0, 3519.0, 3528.0, 3518.0, 3528.0, 3561.0, 3529.0, 3540.0, 3569.0, 3515.0, 3528.0, 3577.0, 3558.0, 3565.0, 3533.0, 3529.0, 3562.0, 3512.0, 3512.0, 3536.0, 3528.0, 3539.0, 3518.0, 3562.0, 3519.0, 3539.0, 3528.0, 3529.0, 3565.0, 3551.0, 3539.0, 3559.0, 3527.0, 3539.0, 3547.0, 3524.0, 3526.0, 3558.0, 3539.0, 3549.0, 3547.0, 3525.0, 3548.0, 3515.0, 3525.0, 3548.0, 3528.0, 3539.0, 3537.0, 3525.0, 3539.0, 3509.0, 3529.0, 3528.0, 3529.0, 3538.0, 3528.0, 3550.0, 3569.0, 3526.0, 3525.0, 3544.0, 3513.0, 3524.0, 3557.0, 3526.0, 3525.0, 3533.0, 3524.0, 3525.0, 3533.0, 3512.0, 3525.0, 3515.0, 3537.0, 3547.0, 3514.0, 3524.0, 3546.0, 3513.0, 3526.0, 3560.0, 3526.0, 3538.0, 3536.0, 3526.0, 3538.0, 3525.0, 3538.0, 3549.0, 3504.0, 3526.0, 3547.0, 3516.0, 3526.0, 3560.0, 3528.0, 3550.0, 3561.0, 3543.0, 3552.0, 3530.0, 3541.0, 3540.0, 3540.0, 3572.0, 3539.0, 3585.0, 3516.0, 3539.0, 3571.0, 3526.0, 3538.0, 3572.0, 3527.0, 3537.0, 3536.0, 3525.0, 3535.0, 3503.0, 3526.0, 3556.0, 3526.0, 3537.0, 3514.0, 3526.0, 3547.0, 3526.0, 3549.0, 3537.0, 3538.0, 3548.0, 3527.0, 3539.0, 3518.0, 3542.0, 3574.0, 3531.0, 3562.0, 3529.0, 3560.0, 3527.0, 3526.0, 3557.0, 3514.0, 3524.0, 3558.0, 3526.0, 3537.0, 3546.0, 3524.0, 3525.0, 3533.0, 3524.0, 3537.0, 3514.0, 3524.0, 3549.0, 3541.0, 3539.0, 3537.0, 3537.0, 3549.0, 3528.0, 3543.0, 3552.0, 3521.0, 3550.0, 3531.0, 3528.0, 3527.0, 3537.0, 3559.0, 3527.0, 3558.0, 3547.0, 3526.0, 3550.0, 3569.0, 3526.0, 3547.0, 3524.0, 3524.0, 3534.0, 3524.0, 3525.0, 3557.0, 3511.0, 3523.0, 3544.0, 3512.0, 3524.0, 3558.0, 3524.0, 3536.0, 3545.0, 3512.0, 3524.0, 3555.0, 3523.0, 3546.0, 3535.0, 3523.0, 3535.0, 3502.0, 3536.0, 3545.0, 3527.0, 3541.0, 3551.0, 3506.0, 3527.0, 3529.0, 3529.0, 3519.0, 3527.0, 3569.0, 3538.0, 3537.0, 3504.0, 3514.0, 3536.0, 3507.0, 3515.0, 3557.0, 3516.0, 3525.0, 3514.0, 3515.0, 3549.0, 3518.0, 3540.0, 3570.0, 3514.0, 3546.0, 3502.0, 3515.0, 3546.0, 3514.0, 3524.0, 3501.0, 3516.0, 3572.0, 3517.0, 3560.0, 3514.0, 3537.0, 3524.0, 3523.0, 3555.0, 3520.0, 3530.0, 3497.0, 3508.0, 3539.0, 3507.0, 3535.0, 3552.0, 3510.0, 3530.0, 3507.0, 3508.0, 3528.0, 3506.0, 3507.0, 3529.0, 3521.0, 3532.0, 3511.0, 3520.0, 3519.0, 3497.0, 3506.0, 3532.0, 3510.0, 3545.0, 3524.0, 3579.0, 3543.0, 3527.0, 3523.0, 3537.0, 3534.0, 3523.0, 3548.0, 3582.0, 3526.0, 3545.0, 3501.0, 3522.0, 3519.0, 3498.0, 3509.0, 3542.0, 3510.0, 3520.0, 3542.0, 3509.0, 3509.0, 3540.0, 3510.0, 3522.0, 3553.0, 3511.0, 3520.0, 3487.0, 3509.0, 3520.0, 3498.0, 3510.0, 3533.0, 3513.0, 3523.0, 3543.0, 3521.0, 3522.0, 3553.0, 3523.0, 3533.0, 3553.0, 3522.0, 3533.0, 3500.0, 3522.0, 3532.0, 3511.0, 3523.0, 3554.0, 3522.0, 3523.0, 3543.0, 3510.0, 3523.0, 3542.0, 3511.0, 3533.0, 3555.0, 3512.0, 3533.0, 3489.0, 3522.0, 3532.0, 3512.0, 3523.0, 3554.0, 3524.0, 3524.0, 3543.0, 3512.0, 3523.0, 3545.0, 3525.0, 3546.0, 3502.0, 3524.0, 3545.0, 3514.0, 3524.0, 3545.0, 3526.0, 3536.0, 3557.0, 3525.0, 3535.0, 3544.0, 3523.0, 3534.0, 3514.0, 3526.0, 3575.0, 3512.0, 3552.0, 3506.0, 3512.0, 3537.0, 3524.0, 3537.0, 3525.0, 3547.0, 3556.0, 3526.0, 3546.0, 3579.0, 3527.0, 3548.0, 3535.0, 3512.0, 3545.0, 3502.0, 3524.0, 3558.0, 3526.0, 3551.0, 3516.0, 3524.0, 3544.0, 3513.0, 3524.0, 3557.0, 3525.0, 3548.0, 3503.0, 3525.0, 3545.0, 3515.0, 3526.0, 3567.0, 3514.0, 3534.0, 3522.0, 3513.0, 3533.0, 3514.0, 3525.0, 3556.0, 3513.0, 3524.0, 3554.0, 3512.0, 3534.0, 3535.0, 3524.0, 3544.0, 3501.0, 3523.0, 3545.0, 3511.0, 3523.0, 3567.0, 3513.0, 3544.0, 3501.0, 3522.0, 3533.0, 3513.0, 3524.0, 3566.0, 3514.0, 3548.0, 3502.0, 3512.0, 3544.0, 3513.0, 3524.0, 3567.0, 3524.0, 3545.0, 3511.0, 3511.0, 3533.0, 3502.0, 3523.0, 3545.0, 3512.0, 3523.0, 3554.0, 3512.0, 3524.0, 3556.0, 3525.0, 3535.0, 3512.0, 3524.0, 3534.0, 3502.0, 3536.0, 3574.0, 3529.0, 3552.0, 3509.0, 3518.0, 3536.0, 3539.0, 3538.0, 3539.0, 3560.0, 3579.0, 3525.0, 3560.0, 3526.0, 3526.0, 3547.0, 3527.0, 3549.0, 3536.0, 3540.0, 3559.0, 3525.0, 3537.0, 3528.0, 3537.0, 3567.0, 3523.0, 3533.0, 3542.0, 3523.0, 3558.0, 3511.0, 3523.0, 3565.0, 3521.0, 3521.0, 3532.0, 3523.0, 3544.0, 3522.0, 3534.0, 3527.0, 3536.0, 3512.0, 3511.0, 3510.0, 3510.0, 3533.0, 3524.0, 3523.0, 3520.0, 3509.0, 3544.0, 3516.0, 3535.0, 3514.0, 3524.0, 3514.0, 3525.0, 3555.0, 3513.0, 3533.0, 3531.0, 3512.0, 3531.0, 3510.0, 3510.0, 3540.0, 3510.0, 3511.0, 3553.0, 3509.0, 3520.0, 3498.0, 3510.0, 3532.0, 3511.0, 3511.0, 3501.0, 3524.0, 3545.0, 3512.0, 3522.0, 3502.0, 3523.0, 3521.0, 3512.0, 3523.0, 3555.0, 3512.0, 3534.0, 3512.0, 3512.0, 3535.0, 3514.0, 3524.0, 3545.0, 3513.0, 3524.0, 3555.0, 3513.0, 3550.0, 3573.0, 3520.0, 3551.0, 3505.0, 3516.0, 3508.0, 3507.0, 3518.0, 3531.0, 3562.0, 3517.0, 3528.0, 3570.0, 3514.0, 3524.0, 3521.0, 3511.0, 3544.0, 3502.0, 3511.0, 3544.0, 3502.0, 3511.0, 3511.0, 3512.0, 3522.0, 3502.0, 3511.0, 3531.0, 3501.0, 3512.0, 3542.0, 3501.0, 3523.0, 3533.0, 3512.0, 3521.0, 3501.0, 3512.0, 3534.0, 3513.0, 3524.0, 3555.0, 3514.0, 3535.0, 3502.0, 3513.0, 3523.0, 3503.0, 3526.0, 3557.0, 3514.0, 3524.0, 3524.0, 3523.0, 3535.0, 3515.0, 3525.0, 3545.0, 3526.0, 3538.0, 3536.0, 3525.0, 3544.0, 3516.0, 3572.0, 3503.0, 3528.0, 3518.0, 3526.0, 3536.0, 3525.0, 3558.0, 3524.0, 3523.0, 3555.0, 3501.0, 3523.0, 3568.0, 3524.0, 3535.0, 3501.0, 3512.0, 3532.0, 3501.0, 3522.0, 3566.0, 3523.0, 3523.0, 3531.0, 3510.0, 3521.0, 3533.0, 3512.0, 3532.0, 3499.0, 3512.0, 3531.0, 3500.0, 3512.0, 3555.0, 3511.0, 3534.0, 3512.0, 3513.0, 3571.0, 3570.0, 3581.0, 3573.0, 3540.0, 3548.0, 3518.0, 3560.0, 3506.0, 3506.0, 3503.0, 3528.0, 3531.0, 3511.0, 3526.0, 3544.0, 3514.0, 3525.0, 3544.0, 3523.0, 3555.0, 3524.0, 3524.0, 3567.0, 3524.0, 3537.0, 3566.0, 3512.0, 3534.0, 3501.0, 3511.0, 3521.0, 3500.0, 3522.0, 3545.0, 3512.0, 3534.0, 3511.0, 3523.0, 3522.0, 3512.0, 3522.0, 3544.0, 3512.0, 3524.0, 3512.0, 3524.0, 3534.0, 3513.0, 3525.0, 3557.0, 3513.0, 3523.0, 3555.0, 3512.0, 3523.0, 3554.0, 3511.0, 3545.0, 3522.0, 3522.0, 3543.0, 3512.0, 3511.0, 3543.0, 3512.0, 3524.0, 3554.0, 3512.0, 3533.0, 3511.0, 3524.0, 3545.0, 3526.0, 3551.0, 3519.0, 3539.0, 3560.0, 3532.0, 3551.0, 3521.0, 3565.0, 3574.0, 3530.0, 3540.0, 3545.0, 3512.0, 3514.0, 3555.0, 3525.0, 3559.0, 3546.0, 3513.0, 3533.0, 3514.0, 3529.0, 3539.0, 3517.0, 3527.0, 3527.0, 3536.0, 3525.0, 3535.0, 3515.0, 3525.0, 3556.0, 3512.0, 3525.0, 3568.0, 3513.0, 3513.0, 3554.0, 3511.0, 3523.0, 3522.0, 3512.0, 3535.0, 3514.0, 3513.0, 3533.0, 3512.0, 3513.0, 3544.0, 3512.0, 3534.0, 3513.0, 3512.0, 3535.0, 3514.0, 3524.0, 3554.0, 3512.0, 3549.0, 3549.0, 3531.0, 3549.0, 3507.0, 3537.0, 3508.0, 3528.0, 3527.0, 3528.0, 3571.0, 3517.0, 3528.0, 3580.0, 3516.0, 3538.0, 3557.0, 3515.0, 3547.0, 3503.0, 3515.0, 3557.0, 3529.0, 3539.0, 3558.0, 3525.0, 3523.0, 3554.0, 3511.0, 3521.0, 3489.0, 3511.0, 3521.0, 3514.0, 3524.0, 3545.0, 3537.0, 3534.0, 3503.0, 3537.0, 3535.0, 3525.0, 3536.0, 3515.0, 3537.0, 3547.0, 3525.0, 3537.0, 3580.0, 3525.0, 3546.0, 3501.0, 3525.0, 3546.0, 3533.0, 3524.0, 3556.0, 3513.0, 3523.0, 3554.0, 3512.0, 3523.0, 3555.0, 3522.0, 3534.0, 3533.0, 3522.0, 3533.0, 3501.0, 3523.0, 3545.0, 3513.0, 3524.0, 3544.0, 3513.0, 3535.0, 3556.0, 3525.0, 3547.0, 3567.0, 3514.0, 3545.0, 3556.0, 3524.0, 3535.0, 3567.0, 3523.0, 3545.0, 3544.0, 3511.0, 3533.0, 3500.0, 3522.0, 3532.0, 3512.0, 3523.0, 3543.0, 3524.0, 3538.0, 3519.0, 3542.0, 3559.0, 3529.0, 3527.0, 3526.0, 3537.0, 3515.0, 3527.0, 3569.0, 3528.0, 3539.0, 3582.0, 3539.0, 3548.0, 3555.0, 3513.0, 3534.0, 3543.0, 3525.0, 3546.0, 3512.0, 3512.0, 3532.0, 3510.0, 3511.0, 3544.0, 3523.0, 3535.0, 3554.0, 3512.0, 3534.0, 3502.0, 3522.0, 3533.0, 3525.0, 3524.0, 3524.0, 3524.0, 3535.0, 3513.0, 3524.0, 3548.0, 3525.0, 3534.0, 3545.0, 3524.0, 3545.0, 3513.0, 3524.0, 3556.0, 3523.0, 3534.0, 3566.0, 3511.0, 3533.0, 3553.0, 3510.0, 3523.0, 3554.0, 3522.0, 3532.0, 3500.0, 3522.0, 3546.0, 3525.0, 3524.0, 3544.0, 3522.0, 3532.0, 3513.0, 3525.0, 3561.0, 3520.0, 3540.0, 3495.0, 3531.0, 3529.0, 3530.0, 3549.0, 3528.0, 3550.0, 3559.0, 3515.0, 3548.0, 3505.0, 3525.0, 3558.0, 3517.0, 3526.0, 3568.0, 3514.0, 3562.0, 3506.0, 3525.0, 3503.0, 3523.0, 3522.0, 3524.0, 3557.0, 3566.0, 3521.0, 3543.0, 3500.0, 3511.0, 3532.0, 3501.0, 3511.0, 3553.0, 3510.0, 3510.0, 3551.0, 3498.0, 3509.0, 3532.0, 3511.0, 3521.0, 3510.0, 3511.0, 3520.0, 3511.0, 3522.0, 3522.0, 3523.0, 3534.0, 3512.0, 3522.0, 3553.0, 3510.0, 3521.0, 3553.0, 3511.0, 3534.0, 3553.0, 3512.0, 3532.0, 3511.0, 3511.0, 3543.0, 3522.0, 3534.0, 3511.0, 3525.0, 3558.0, 3515.0, 3537.0, 3497.0, 3534.0, 3515.0, 3513.0, 3513.0, 3522.0, 3545.0, 3512.0, 3545.0, 3510.0, 3511.0, 3542.0, 3510.0, 3510.0, 3553.0, 3511.0, 3531.0, 3498.0, 3509.0, 3540.0, 3508.0, 3520.0, 3503.0, 3517.0, 3533.0, 3525.0, 3522.0, 3522.0, 3522.0, 3523.0, 3523.0, 3523.0, 3533.0, 3523.0, 3535.0, 3556.0, 3523.0, 3533.0, 3500.0, 3522.0, 3533.0, 3511.0, 3524.0, 3543.0, 3511.0, 3532.0, 3511.0, 3511.0, 3543.0, 3523.0, 3535.0, 3523.0, 3523.0, 3543.0, 3512.0, 3524.0, 3524.0, 3538.0, 3558.0, 3539.0, 3604.0, 3555.0, 3612.0, 3555.0, 3542.0, 3519.0, 3544.0, 3563.0, 3533.0, 3576.0, 3533.0, 3562.0, 3532.0, 3552.0, 3572.0, 3517.0, 3549.0, 3519.0, 3528.0, 3559.0, 3504.0, 3547.0, 3514.0, 3513.0, 3546.0, 3512.0, 3526.0, 3510.0, 3508.0, 3517.0, 3495.0, 3494.0, 3495.0, 3495.0, 3496.0, 3507.0, 3520.0, 3522.0, 3523.0, 3527.0, 3528.0, 3562.0, 3504.0, 3536.0, 3516.0, 3535.0, 3514.0, 3536.0, 3512.0, 3511.0, 3553.0, 3510.0, 3541.0, 3498.0, 3498.0, 3530.0, 3498.0, 3498.0, 3542.0, 3501.0, 3521.0, 3499.0, 3510.0, 3531.0, 3499.0, 3510.0, 3531.0, 3510.0, 3533.0, 3509.0, 3510.0, 3531.0, 3512.0, 3522.0, 3500.0, 3512.0, 3546.0, 3513.0, 3523.0, 3501.0, 3512.0, 3523.0, 3512.0, 3524.0, 3548.0, 3526.0, 3549.0, 3525.0, 3525.0, 3535.0, 3525.0, 3536.0, 3515.0, 3526.0], 'WindowWidth': [8156.0, 8110.0, 8117.0, 8130.0, 8061.0, 8113.0, 8038.0, 8032.0, 8058.0, 8009.0, 8044.0, 8068.0, 8005.0, 8021.0, 7992.0, 8023.0, 8027.0, 8011.0, 8029.0, 8047.0, 8020.0, 8036.0, 8030.0, 8022.0, 8063.0, 8025.0, 8042.0, 8024.0, 8036.0, 8064.0, 8035.0, 8072.0, 8081.0, 8017.0, 8046.0, 7996.0, 8013.0, 8042.0, 7995.0, 8031.0, 8061.0, 7997.0, 8013.0, 8057.0, 8015.0, 8014.0, 8032.0, 8036.0, 8069.0, 8024.0, 8040.0, 8074.0, 8042.0, 8043.0, 8026.0, 8025.0, 8062.0, 8046.0, 8071.0, 8042.0, 8087.0, 8043.0, 8073.0, 8066.0, 8018.0, 8068.0, 8100.0, 8036.0, 8090.0, 8017.0, 8019.0, 8093.0, 8042.0, 8044.0, 8087.0, 8045.0, 8073.0, 8061.0, 8087.0, 8038.0, 8065.0, 8020.0, 8036.0, 8078.0, 8023.0, 8035.0, 8079.0, 8029.0, 8059.0, 8012.0, 8024.0, 8040.0, 8019.0, 8032.0, 8072.0, 8013.0, 8040.0, 7980.0, 8010.0, 8023.0, 7995.0, 8029.0, 8062.0, 8011.0, 8027.0, 8008.0, 8010.0, 8025.0, 7998.0, 8031.0, 8077.0, 8014.0, 8028.0, 8008.0, 8009.0, 8026.0, 8012.0, 8035.0, 8079.0, 7996.0, 8012.0, 8054.0, 7994.0, 8026.0, 8039.0, 8015.0, 8063.0, 8041.0, 8025.0, 8068.0, 8001.0, 8031.0, 8006.0, 8016.0, 8002.0, 8017.0, 8068.0, 8021.0, 8035.0, 8072.0, 7994.0, 8014.0, 8100.0, 8076.0, 8080.0, 8031.0, 8018.0, 8067.0, 7983.0, 7985.0, 8021.0, 8015.0, 8034.0, 8002.0, 8066.0, 8006.0, 8033.0, 8018.0, 8019.0, 8080.0, 8054.0, 8032.0, 8060.0, 8015.0, 8034.0, 8041.0, 8006.0, 8011.0, 8058.0, 8036.0, 8047.0, 8038.0, 8009.0, 8043.0, 7994.0, 8008.0, 8045.0, 8018.0, 8034.0, 8025.0, 8008.0, 8033.0, 7991.0, 8018.0, 8017.0, 8019.0, 8030.0, 8016.0, 8049.0, 8076.0, 8009.0, 8006.0, 8031.0, 7987.0, 8005.0, 8055.0, 8013.0, 8008.0, 8015.0, 8004.0, 8006.0, 8015.0, 7985.0, 8006.0, 7997.0, 8027.0, 8040.0, 7990.0, 8006.0, 8036.0, 7990.0, 8010.0, 8062.0, 8013.0, 8031.0, 8024.0, 8012.0, 8029.0, 8010.0, 8030.0, 8048.0, 7979.0, 8011.0, 8042.0, 7997.0, 8012.0, 8064.0, 8021.0, 8052.0, 8065.0, 8047.0, 8056.0, 8024.0, 8041.0, 8039.0, 8040.0, 8085.0, 8036.0, 8106.0, 7998.0, 8034.0, 8082.0, 8011.0, 8029.0, 8084.0, 8016.0, 8029.0, 8025.0, 8007.0, 8023.0, 7976.0, 8010.0, 8053.0, 8013.0, 8026.0, 7993.0, 8011.0, 8040.0, 8012.0, 8049.0, 8028.0, 8029.0, 8042.0, 8015.0, 8034.0, 8006.0, 8042.0, 8086.0, 8025.0, 8067.0, 8020.0, 8063.0, 8014.0, 8010.0, 8053.0, 7990.0, 8005.0, 8058.0, 8012.0, 8027.0, 8036.0, 8003.0, 8008.0, 8016.0, 8004.0, 8027.0, 7993.0, 8004.0, 8045.0, 8041.0, 8034.0, 8027.0, 8028.0, 8047.0, 8019.0, 8045.0, 8053.0, 8008.0, 8044.0, 8025.0, 8020.0, 8016.0, 8028.0, 8061.0, 8014.0, 8056.0, 8040.0, 8010.0, 8049.0, 8074.0, 8010.0, 8039.0, 8005.0, 8005.0, 8021.0, 8007.0, 8008.0, 8056.0, 7985.0, 8003.0, 8034.0, 7986.0, 8006.0, 8056.0, 8007.0, 8025.0, 8034.0, 7988.0, 8007.0, 8048.0, 8005.0, 8039.0, 8020.0, 8004.0, 8021.0, 7975.0, 8024.0, 8038.0, 8017.0, 8041.0, 8048.0, 7979.0, 8009.0, 8016.0, 8016.0, 8004.0, 8013.0, 8069.0, 8030.0, 8025.0, 7976.0, 7990.0, 8024.0, 7988.0, 7993.0, 8052.0, 7996.0, 8006.0, 7990.0, 7994.0, 8047.0, 8003.0, 8038.0, 8073.0, 7991.0, 8036.0, 7971.0, 7991.0, 8035.0, 7990.0, 8003.0, 7969.0, 7997.0, 8077.0, 7997.0, 8058.0, 7990.0, 8030.0, 8007.0, 8002.0, 8047.0, 7992.0, 8007.0, 7958.0, 7973.0, 8017.0, 7971.0, 8024.0, 8041.0, 7978.0, 8005.0, 7971.0, 7972.0, 8001.0, 7967.0, 7970.0, 8004.0, 7996.0, 8013.0, 7982.0, 7993.0, 7989.0, 7955.0, 7966.0, 8013.0, 7982.0, 8036.0, 8005.0, 8108.0, 8045.0, 8008.0, 8000.0, 8028.0, 8020.0, 8002.0, 8046.0, 8097.0, 8007.0, 8034.0, 7967.0, 7999.0, 7991.0, 7962.0, 7976.0, 8025.0, 7980.0, 7993.0, 8023.0, 7975.0, 7977.0, 8021.0, 7978.0, 8000.0, 8043.0, 7982.0, 7995.0, 7947.0, 7977.0, 7993.0, 7962.0, 7980.0, 8016.0, 7991.0, 8003.0, 8030.0, 7997.0, 7999.0, 8042.0, 8002.0, 8018.0, 8044.0, 8000.0, 8017.0, 7968.0, 7999.0, 8015.0, 7986.0, 8003.0, 8048.0, 8000.0, 8003.0, 8026.0, 7980.0, 8001.0, 8027.0, 7983.0, 8017.0, 8046.0, 7985.0, 8016.0, 7953.0, 7998.0, 8013.0, 7988.0, 8002.0, 8046.0, 8005.0, 8005.0, 8029.0, 7986.0, 8004.0, 8036.0, 8009.0, 8037.0, 7976.0, 8007.0, 8035.0, 7992.0, 8006.0, 8037.0, 8011.0, 8025.0, 8053.0, 8009.0, 8023.0, 8032.0, 8002.0, 8020.0, 7993.0, 8013.0, 8088.0, 7995.0, 8044.0, 7972.0, 7982.0, 8027.0, 8005.0, 8025.0, 8006.0, 8040.0, 8048.0, 8006.0, 8037.0, 8085.0, 8011.0, 8041.0, 8018.0, 7984.0, 8032.0, 7970.0, 8007.0, 8056.0, 8012.0, 8055.0, 8002.0, 8005.0, 8031.0, 7988.0, 8005.0, 8053.0, 8010.0, 8041.0, 7978.0, 8008.0, 8037.0, 7996.0, 8013.0, 8066.0, 7993.0, 8018.0, 7998.0, 7986.0, 8016.0, 7992.0, 8007.0, 8051.0, 7987.0, 8004.0, 8043.0, 7986.0, 8019.0, 8021.0, 8004.0, 8032.0, 7970.0, 8000.0, 8032.0, 7984.0, 8003.0, 8069.0, 7989.0, 8032.0, 7969.0, 7999.0, 8014.0, 7987.0, 8007.0, 8065.0, 7990.0, 8047.0, 7973.0, 7987.0, 8032.0, 7988.0, 8005.0, 8065.0, 8005.0, 8033.0, 7984.0, 7984.0, 8017.0, 7973.0, 8002.0, 8035.0, 7986.0, 8002.0, 8045.0, 7986.0, 8004.0, 8051.0, 8007.0, 8022.0, 7987.0, 8005.0, 8018.0, 7975.0, 8027.0, 8091.0, 8019.0, 8055.0, 7988.0, 7997.0, 8022.0, 8033.0, 8031.0, 8034.0, 8063.0, 8086.0, 8009.0, 8064.0, 8013.0, 8014.0, 8040.0, 8014.0, 8045.0, 8020.0, 8033.0, 8053.0, 8003.0, 8024.0, 8014.0, 8028.0, 8065.0, 8000.0, 8012.0, 8024.0, 8000.0, 8059.0, 7982.0, 7999.0, 8061.0, 7992.0, 7995.0, 8012.0, 8001.0, 8034.0, 7997.0, 8014.0, 8005.0, 8015.0, 7979.0, 7979.0, 7975.0, 7975.0, 8010.0, 8001.0, 7998.0, 7988.0, 7972.0, 8027.0, 7987.0, 8013.0, 7988.0, 7999.0, 7986.0, 8002.0, 8045.0, 7982.0, 8012.0, 8004.0, 7983.0, 8005.0, 7976.0, 7976.0, 8017.0, 7975.0, 7979.0, 8038.0, 7975.0, 7989.0, 7956.0, 7976.0, 8010.0, 7980.0, 7979.0, 7966.0, 8004.0, 8030.0, 7986.0, 7999.0, 7971.0, 7999.0, 7995.0, 7984.0, 8001.0, 8046.0, 7984.0, 8017.0, 7984.0, 7985.0, 8019.0, 7991.0, 8005.0, 8033.0, 7988.0, 8003.0, 8045.0, 7988.0, 8047.0, 8081.0, 8003.0, 8045.0, 7971.0, 7992.0, 7985.0, 7983.0, 7997.0, 8019.0, 8065.0, 7996.0, 8012.0, 8072.0, 7989.0, 8001.0, 7993.0, 7978.0, 8028.0, 7970.0, 7981.0, 8028.0, 7968.0, 7981.0, 7981.0, 7983.0, 7998.0, 7970.0, 7982.0, 8009.0, 7967.0, 7982.0, 8024.0, 7969.0, 8000.0, 8012.0, 7982.0, 7995.0, 7967.0, 7984.0, 8015.0, 7989.0, 8005.0, 8046.0, 7990.0, 8019.0, 7972.0, 7985.0, 7999.0, 7977.0, 8009.0, 8052.0, 7992.0, 8005.0, 8003.0, 8002.0, 8020.0, 7996.0, 8007.0, 8033.0, 8013.0, 8030.0, 8023.0, 8005.0, 8026.0, 7996.0, 8078.0, 7970.0, 8017.0, 8003.0, 8010.0, 8024.0, 8009.0, 8057.0, 8004.0, 8001.0, 8048.0, 7969.0, 8002.0, 8070.0, 8006.0, 8021.0, 7970.0, 7985.0, 8013.0, 7969.0, 8001.0, 8066.0, 8001.0, 8002.0, 8009.0, 7979.0, 7998.0, 8016.0, 7986.0, 8014.0, 7963.0, 7983.0, 8009.0, 7966.0, 7987.0, 8047.0, 7984.0, 8019.0, 7985.0, 7988.0, 8082.0, 8100.0, 8115.0, 8088.0, 8039.0, 8041.0, 7998.0, 8057.0, 7979.0, 7980.0, 7973.0, 8013.0, 8003.0, 7975.0, 8011.0, 8029.0, 7992.0, 8010.0, 8031.0, 8000.0, 8050.0, 8006.0, 8007.0, 8068.0, 8005.0, 8028.0, 8065.0, 7984.0, 8017.0, 7970.0, 7982.0, 7996.0, 7968.0, 8000.0, 8035.0, 7986.0, 8020.0, 7983.0, 8001.0, 7999.0, 7986.0, 8000.0, 8034.0, 7988.0, 8005.0, 7988.0, 8005.0, 8021.0, 7990.0, 8009.0, 8054.0, 7988.0, 8003.0, 8046.0, 7985.0, 8002.0, 8045.0, 7985.0, 8034.0, 7999.0, 8000.0, 8029.0, 7985.0, 7983.0, 8028.0, 7986.0, 8004.0, 8045.0, 7986.0, 8015.0, 7984.0, 8004.0, 8034.0, 8010.0, 8052.0, 8002.0, 8026.0, 8059.0, 8028.0, 8051.0, 8012.0, 8074.0, 8090.0, 8021.0, 8032.0, 8031.0, 7984.0, 7989.0, 8045.0, 8005.0, 8062.0, 8037.0, 7986.0, 8013.0, 7990.0, 8019.0, 8027.0, 7995.0, 8011.0, 8014.0, 8022.0, 8009.0, 8020.0, 7993.0, 8007.0, 8050.0, 7986.0, 8006.0, 8071.0, 7988.0, 7987.0, 8042.0, 7982.0, 7999.0, 7996.0, 7983.0, 8020.0, 7990.0, 7988.0, 8014.0, 7984.0, 7987.0, 8028.0, 7984.0, 8017.0, 7989.0, 7987.0, 8019.0, 7993.0, 8006.0, 8043.0, 7984.0, 8047.0, 8045.0, 8025.0, 8042.0, 7981.0, 8021.0, 7988.0, 8015.0, 8013.0, 8014.0, 8076.0, 8000.0, 8015.0, 8088.0, 7997.0, 8029.0, 8052.0, 7993.0, 8039.0, 7973.0, 7992.0, 8053.0, 8022.0, 8035.0, 8059.0, 8008.0, 8002.0, 8041.0, 7982.0, 7997.0, 7951.0, 7982.0, 7997.0, 7993.0, 8007.0, 8035.0, 8028.0, 8020.0, 7975.0, 8027.0, 8022.0, 8008.0, 8026.0, 7996.0, 8027.0, 8042.0, 8010.0, 8030.0, 8091.0, 8010.0, 8039.0, 7972.0, 8007.0, 8038.0, 8016.0, 8005.0, 8052.0, 7990.0, 8003.0, 8046.0, 7987.0, 8003.0, 8048.0, 8001.0, 8019.0, 8015.0, 7999.0, 8016.0, 7972.0, 8003.0, 8035.0, 7990.0, 8006.0, 8033.0, 7990.0, 8024.0, 8052.0, 8010.0, 8042.0, 8069.0, 7993.0, 8038.0, 8051.0, 8006.0, 8024.0, 8068.0, 8004.0, 8035.0, 8031.0, 7984.0, 8016.0, 7967.0, 7998.0, 8014.0, 7988.0, 8001.0, 8030.0, 8005.0, 8032.0, 8002.0, 8035.0, 8053.0, 8016.0, 8014.0, 8011.0, 8025.0, 7993.0, 8012.0, 8074.0, 8016.0, 8033.0, 8096.0, 8034.0, 8045.0, 8048.0, 7989.0, 8019.0, 8029.0, 8007.0, 8038.0, 7987.0, 7985.0, 8013.0, 7982.0, 7983.0, 8030.0, 8004.0, 8021.0, 8046.0, 7984.0, 8017.0, 7973.0, 8001.0, 8018.0, 8009.0, 8007.0, 8005.0, 8005.0, 8021.0, 7991.0, 8007.0, 8043.0, 8010.0, 8021.0, 8036.0, 8004.0, 8035.0, 7990.0, 8004.0, 8052.0, 8005.0, 8020.0, 8064.0, 7984.0, 8016.0, 8042.0, 7981.0, 8002.0, 8046.0, 7998.0, 8012.0, 7968.0, 7999.0, 8041.0, 8014.0, 8008.0, 8032.0, 8000.0, 8015.0, 7992.0, 8008.0, 8064.0, 8007.0, 8031.0, 7963.0, 8022.0, 8018.0, 8018.0, 8046.0, 8017.0, 8046.0, 8057.0, 7993.0, 8040.0, 7981.0, 8007.0, 8056.0, 7999.0, 8008.0, 8067.0, 7991.0, 8061.0, 7977.0, 8006.0, 7977.0, 8003.0, 8000.0, 8004.0, 8054.0, 8064.0, 7995.0, 8028.0, 7967.0, 7981.0, 8011.0, 7968.0, 7983.0, 8043.0, 7978.0, 7978.0, 8036.0, 7960.0, 7976.0, 8012.0, 7982.0, 7995.0, 7978.0, 7981.0, 7992.0, 7981.0, 7998.0, 7999.0, 8003.0, 8018.0, 7984.0, 8000.0, 8042.0, 7980.0, 7997.0, 8042.0, 7982.0, 8018.0, 8042.0, 7984.0, 8011.0, 7983.0, 7985.0, 8028.0, 8001.0, 8020.0, 7985.0, 8008.0, 8058.0, 7993.0, 8022.0, 7968.0, 8014.0, 7996.0, 7989.0, 7991.0, 8001.0, 8034.0, 7985.0, 8034.0, 7981.0, 7982.0, 8024.0, 7979.0, 7978.0, 8043.0, 7983.0, 8010.0, 7960.0, 7977.0, 8019.0, 7973.0, 7994.0, 7975.0, 7994.0, 8009.0, 8007.0, 7999.0, 7999.0, 8000.0, 8002.0, 8000.0, 8001.0, 8017.0, 8002.0, 8022.0, 8054.0, 8002.0, 8016.0, 7969.0, 8000.0, 8014.0, 7982.0, 8003.0, 8030.0, 7983.0, 8014.0, 7982.0, 7985.0, 8027.0, 8001.0, 8022.0, 8004.0, 8001.0, 8029.0, 7985.0, 8006.0, 8006.0, 8034.0, 8059.0, 8033.0, 8146.0, 8065.0, 8158.0, 8061.0, 8042.0, 8005.0, 8045.0, 8068.0, 8029.0, 8090.0, 8031.0, 8067.0, 8028.0, 8053.0, 8078.0, 7997.0, 8046.0, 8006.0, 8017.0, 8057.0, 7975.0, 8037.0, 7991.0, 7984.0, 8033.0, 7985.0, 8009.0, 7980.0, 7970.0, 7980.0, 7950.0, 7947.0, 7949.0, 7951.0, 7951.0, 7969.0, 7990.0, 7996.0, 8000.0, 8010.0, 8010.0, 8061.0, 7969.0, 8016.0, 7991.0, 8016.0, 7987.0, 8018.0, 7982.0, 7979.0, 8037.0, 7977.0, 8021.0, 7959.0, 7959.0, 8002.0, 7957.0, 7959.0, 8022.0, 7965.0, 7992.0, 7960.0, 7976.0, 8005.0, 7961.0, 7977.0, 8006.0, 7978.0, 8011.0, 7974.0, 7979.0, 8008.0, 7982.0, 7996.0, 7965.0, 7985.0, 8036.0, 7987.0, 8002.0, 7969.0, 7984.0, 8001.0, 7985.0, 8003.0, 8041.0, 8011.0, 8048.0, 8007.0, 8008.0, 8019.0, 8005.0, 8023.0, 7995.0, 8011.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.010203776276276276</td></tr>
<tr><td colspan=3>aqi</td><td>0.08810857987987988</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.82433660437263</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1400243951314801</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.03660191417731</td></tr>
<tr><td colspan=3>efc</td><td>0.4851</td></tr>
<tr><td colspan=3>fber</td><td>4354.9087</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2909800218638572</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>364</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.32732732732733</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9045953539305707</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6494572095592903</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3109400119701298</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7533888402622924</td></tr>
<tr><td colspan=3>gcor</td><td>0.0049013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008321329951286316</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029385944828391075</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.6543805218817056</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>14.2773</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8613</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.9318</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302699.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.0729</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7658</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>410.8397</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2726.3872</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3611.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.3294</td></tr>
<tr><td colspan=3>tsnr</td><td>22.14144712057896</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>