<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-03/func/sub-0046_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>a03883cf88a0d77257ea402a53a2f63f</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>19:43:57.937500</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</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.103216</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</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>252.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9926ec79-cbf4-4bfe-a3c0-7133456a34e4||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['194357.937500', '194358.397500', '194358.857500', '194359.317500', '194359.777500', '194400.237500', '194400.697500', '194401.157500', '194401.617500', '194402.077500', '194402.537500', '194402.997500', '194403.457500', '194403.917500', '194404.377500', '194404.837500', '194405.297500', '194405.757500', '194406.217500', '194406.677500', '194407.137500', '194407.597500', '194408.057500', '194408.517500', '194408.977500', '194409.437500', '194409.897500', '194410.357500', '194410.817500', '194411.277500', '194411.737500', '194412.197500', '194412.657500', '194413.117500', '194413.577500', '194414.037500', '194414.497500', '194414.957500', '194415.417500', '194415.877500', '194416.337500', '194416.797500', '194417.257500', '194417.717500', '194418.177500', '194418.637500', '194419.097500', '194419.557500', '194420.017500', '194420.477500', '194420.937500', '194421.397500', '194421.857500', '194422.317500', '194422.777500', '194423.237500', '194423.697500', '194424.157500', '194424.617500', '194425.077500', '194425.537500', '194425.997500', '194426.457500', '194426.917500', '194427.377500', '194427.837500', '194428.297500', '194428.757500', '194429.217500', '194429.677500', '194430.137500', '194430.597500', '194431.057500', '194431.517500', '194431.977500', '194432.437500', '194432.897500', '194433.357500', '194433.817500', '194434.277500', '194434.737500', '194435.197500', '194435.657500', '194436.117500', '194436.577500', '194437.037500', '194437.497500', '194437.957500', '194438.417500', '194438.877500', '194439.337500', '194439.797500', '194440.257500', '194440.717500', '194441.177500', '194441.637500', '194442.097500', '194442.557500', '194443.017500', '194443.477500', '194443.937500', '194444.397500', '194444.857500', '194445.317500', '194445.777500', '194446.237500', '194446.697500', '194447.157500', '194447.617500', '194448.077500', '194448.537500', '194448.997500', '194449.457500', '194449.917500', '194450.377500', '194450.837500', '194451.297500', '194451.757500', '194452.217500', '194452.677500', '194453.137500', '194453.597500', '194454.057500', '194454.517500', '194454.977500', '194455.437500', '194455.897500', '194456.357500', '194456.817500', '194457.277500', '194457.737500', '194458.197500', '194458.657500', '194459.117500', '194459.577500', '194500.037500', '194500.497500', '194500.957500', '194501.417500', '194501.877500', '194502.337500', '194502.797500', '194503.257500', '194503.717500', '194504.177500', '194504.637500', '194505.097500', '194505.557500', '194506.017500', '194506.477500', '194506.937500', '194507.397500', '194507.857500', '194508.317500', '194508.777500', '194509.237500', '194509.697500', '194510.157500', '194510.617500', '194511.077500', '194511.537500', '194511.997500', '194512.457500', '194512.917500', '194513.377500', '194513.837500', '194514.297500', '194514.757500', '194515.217500', '194515.677500', '194516.137500', '194516.597500', '194517.057500', '194517.517500', '194517.977500', '194518.437500', '194518.897500', '194519.357500', '194519.817500', '194520.277500', '194520.737500', '194521.197500', '194521.657500', '194522.117500', '194522.577500', '194523.037500', '194523.497500', '194523.957500', '194524.417500', '194524.877500', '194525.337500', '194525.797500', '194526.257500', '194526.717500', '194527.177500', '194527.637500', '194528.097500', '194528.557500', '194529.017500', '194529.477500', '194529.937500', '194530.397500', '194530.857500', '194531.317500', '194531.777500', '194532.237500', '194532.697500', '194533.157500', '194533.617500', '194534.077500', '194534.537500', '194534.997500', '194535.457500', '194535.917500', '194536.377500', '194536.837500', '194537.297500', '194537.757500', '194538.217500', '194538.677500', '194539.137500', '194539.597500', '194540.057500', '194540.517500', '194540.977500', '194541.437500', '194541.897500', '194542.357500', '194542.817500', '194543.277500', '194543.737500', '194544.197500', '194544.657500', '194545.117500', '194545.577500', '194546.037500', '194546.497500', '194546.957500', '194547.417500', '194547.877500', '194548.337500', '194548.797500', '194549.257500', '194549.717500', '194550.177500', '194550.637500', '194551.097500', '194551.557500', '194552.017500', '194552.477500', '194552.937500', '194553.397500', '194553.857500', '194554.317500', '194554.777500', '194555.237500', '194555.697500', '194556.157500', '194556.617500', '194557.077500', '194557.537500', '194557.997500', '194558.457500', '194558.917500', '194559.377500', '194559.837500', '194600.297500', '194600.757500', '194601.217500', '194601.677500', '194602.137500', '194602.597500', '194603.057500', '194603.517500', '194603.977500', '194604.437500', '194604.897500', '194605.357500', '194605.817500', '194606.277500', '194606.737500', '194607.197500', '194607.657500', '194608.117500', '194608.577500', '194609.037500', '194609.497500', '194609.957500', '194610.417500', '194610.877500', '194611.337500', '194611.797500', '194612.257500', '194612.717500', '194613.177500', '194613.637500', '194614.097500', '194614.557500', '194615.017500', '194615.477500', '194615.937500', '194616.397500', '194616.857500', '194617.317500', '194617.777500', '194618.237500', '194618.697500', '194619.157500', '194619.617500', '194620.077500', '194620.537500', '194620.997500', '194621.457500', '194621.917500', '194622.377500', '194622.837500', '194623.297500', '194623.757500', '194624.217500', '194624.677500', '194625.137500', '194625.597500', '194626.057500', '194626.517500', '194626.977500', '194627.437500', '194627.897500', '194628.357500', '194628.817500', '194629.277500', '194629.737500', '194630.197500', '194630.657500', '194631.117500', '194631.577500', '194632.037500', '194632.497500', '194632.957500', '194633.417500', '194633.877500', '194634.337500', '194634.797500', '194635.257500', '194635.717500', '194636.177500', '194636.637500', '194637.097500', '194637.557500', '194638.017500', '194638.477500', '194638.937500', '194639.397500', '194639.857500', '194640.317500', '194640.777500', '194641.237500', '194641.697500', '194642.157500', '194642.617500', '194643.077500', '194643.537500', '194643.997500', '194644.457500', '194644.917500', '194645.377500', '194645.837500', '194646.297500', '194646.757500', '194647.217500', '194647.677500', '194648.137500', '194648.597500', '194649.057500', '194649.517500', '194649.977500', '194650.437500', '194650.897500', '194651.357500', '194651.817500', '194652.277500', '194652.737500', '194653.197500', '194653.657500', '194654.117500', '194654.577500', '194655.037500', '194655.497500', '194655.957500', '194656.417500', '194656.877500', '194657.337500', '194657.797500', '194658.257500', '194658.717500', '194659.177500', '194659.637500', '194700.097500', '194700.557500', '194701.017500', '194701.477500', '194701.937500', '194702.397500', '194702.857500', '194703.317500', '194703.777500', '194704.237500', '194704.697500', '194705.157500', '194705.617500', '194706.077500', '194706.537500', '194706.997500', '194707.457500', '194707.917500', '194708.377500', '194708.837500', '194709.297500', '194709.757500', '194710.217500', '194710.677500', '194711.137500', '194711.597500', '194712.057500', '194712.517500', '194712.977500', '194713.437500', '194713.897500', '194714.357500', '194714.817500', '194715.277500', '194715.737500', '194716.197500', '194716.657500', '194717.117500', '194717.577500', '194718.037500', '194718.497500', '194718.957500', '194719.417500', '194719.877500', '194720.337500', '194720.797500', '194721.257500', '194721.717500', '194722.177500', '194722.637500', '194723.097500', '194723.557500', '194724.017500', '194724.477500', '194724.937500', '194725.397500', '194725.857500', '194726.317500', '194726.777500', '194727.237500', '194727.697500', '194728.157500', '194728.617500', '194729.077500', '194729.537500', '194729.997500', '194730.457500', '194730.917500', '194731.377500', '194731.837500', '194732.297500', '194732.757500', '194733.217500', '194733.677500', '194734.137500', '194734.597500', '194735.057500', '194735.517500', '194735.977500', '194736.437500', '194736.897500', '194737.357500', '194737.817500', '194738.277500', '194738.737500', '194739.197500', '194739.657500', '194740.117500', '194740.577500', '194741.037500', '194741.497500', '194741.957500', '194742.417500', '194742.877500', '194743.337500', '194743.797500', '194744.257500', '194744.717500', '194745.177500', '194745.637500', '194746.097500', '194746.557500', '194747.017500', '194747.477500', '194747.937500', '194748.397500', '194748.857500', '194749.317500', '194749.777500', '194750.237500', '194750.697500', '194751.157500', '194751.617500', '194752.077500', '194752.537500', '194752.997500', '194753.457500', '194753.917500', '194754.377500', '194754.837500', '194755.297500', '194755.757500', '194756.217500', '194756.677500', '194757.137500', '194757.597500', '194758.057500', '194758.517500', '194758.977500', '194759.437500', '194759.897500', '194800.357500', '194800.817500', '194801.277500', '194801.737500', '194802.197500', '194802.657500', '194803.117500', '194803.577500', '194804.037500', '194804.497500', '194804.957500', '194805.417500', '194805.877500', '194806.337500', '194806.797500', '194807.257500', '194807.717500', '194808.177500', '194808.637500', '194809.097500', '194809.557500', '194810.017500', '194810.477500', '194810.937500', '194811.397500', '194811.857500', '194812.317500', '194812.777500', '194813.237500', '194813.697500', '194814.157500', '194814.617500', '194815.077500', '194815.537500', '194815.997500', '194816.457500', '194816.917500', '194817.377500', '194817.837500', '194818.297500', '194818.757500', '194819.217500', '194819.677500', '194820.137500', '194820.597500', '194821.057500', '194821.517500', '194821.977500', '194822.437500', '194822.897500', '194823.357500', '194823.817500', '194824.277500', '194824.737500', '194825.197500', '194825.657500', '194826.117500', '194826.577500', '194827.037500', '194827.497500', '194827.957500', '194828.417500', '194828.877500', '194829.337500', '194829.797500', '194830.257500', '194830.717500', '194831.177500', '194831.637500', '194832.097500', '194832.557500', '194833.017500', '194833.477500', '194833.937500', '194834.397500', '194834.857500', '194835.317500', '194835.777500', '194836.237500', '194836.697500', '194837.157500', '194837.617500', '194838.077500', '194838.537500', '194838.997500', '194839.457500', '194839.917500', '194840.377500', '194840.837500', '194841.297500', '194841.757500', '194842.217500', '194842.677500', '194843.137500', '194843.597500', '194844.057500', '194844.517500', '194844.977500', '194845.437500', '194845.897500', '194846.357500', '194846.817500', '194847.277500', '194847.737500', '194848.197500', '194848.657500', '194849.117500', '194849.577500', '194850.037500', '194850.497500', '194850.957500', '194851.417500', '194851.877500', '194852.337500', '194852.797500', '194853.257500', '194853.717500', '194854.177500', '194854.637500', '194855.097500', '194855.557500', '194856.017500', '194856.477500', '194856.937500', '194857.397500', '194857.857500', '194858.317500', '194858.777500', '194859.237500', '194859.697500', '194900.157500', '194900.617500', '194901.077500', '194901.537500', '194901.997500', '194902.457500', '194902.917500', '194903.377500', '194903.837500', '194904.297500', '194904.757500', '194905.217500', '194905.677500', '194906.137500', '194906.597500', '194907.057500', '194907.517500', '194907.977500', '194908.437500', '194908.897500', '194909.357500', '194909.817500', '194910.277500', '194910.737500', '194911.197500', '194911.657500', '194912.117500', '194912.577500', '194913.037500', '194913.497500', '194913.957500', '194914.417500', '194914.877500', '194915.337500', '194915.797500', '194916.257500', '194916.717500', '194917.177500', '194917.637500', '194918.097500', '194918.557500', '194919.017500', '194919.477500', '194919.937500', '194920.397500', '194920.857500', '194921.317500', '194921.777500', '194922.237500', '194922.697500', '194923.157500', '194923.617500', '194924.077500', '194924.537500', '194924.997500', '194925.457500', '194925.917500', '194926.377500', '194926.837500', '194927.297500', '194927.757500', '194928.217500', '194928.677500', '194929.137500', '194929.597500', '194930.057500', '194930.517500', '194930.977500', '194931.437500', '194931.897500', '194932.357500', '194932.817500', '194933.277500', '194933.737500', '194934.197500', '194934.657500', '194935.117500', '194935.577500', '194936.037500', '194936.497500', '194936.957500', '194937.417500', '194937.877500', '194938.337500', '194938.797500', '194939.257500', '194939.717500', '194940.177500', '194940.637500', '194941.097500', '194941.557500', '194942.017500', '194942.477500', '194942.937500', '194943.397500', '194943.857500', '194944.317500', '194944.777500', '194945.237500', '194945.697500', '194946.157500', '194946.617500', '194947.077500', '194947.537500', '194947.997500', '194948.457500', '194948.917500', '194949.377500', '194949.837500', '194950.297500', '194950.757500', '194951.217500', '194951.677500', '194952.137500', '194952.597500', '194953.057500', '194953.517500', '194953.977500', '194954.437500', '194954.897500', '194955.357500', '194955.817500', '194956.277500', '194956.737500', '194957.197500', '194957.657500', '194958.117500', '194958.577500', '194959.037500', '194959.497500', '194959.957500', '195000.417500', '195000.877500', '195001.337500', '195001.797500', '195002.257500', '195002.717500', '195003.177500', '195003.637500', '195004.097500', '195004.557500', '195005.017500', '195005.477500', '195005.937500', '195006.397500', '195006.857500', '195007.317500', '195007.777500', '195008.237500', '195008.697500', '195009.157500', '195009.617500', '195010.077500', '195010.537500', '195010.997500', '195011.457500', '195011.917500', '195012.377500', '195012.837500', '195013.297500', '195013.757500', '195014.217500', '195014.677500', '195015.137500', '195015.597500', '195016.057500', '195016.517500', '195016.977500', '195017.437500', '195017.897500', '195018.357500', '195018.817500', '195019.277500', '195019.737500', '195020.197500', '195020.657500', '195021.117500', '195021.577500', '195022.037500', '195022.497500', '195022.957500', '195023.417500', '195023.877500', '195024.337500', '195024.797500', '195025.257500', '195025.717500', '195026.177500', '195026.637500', '195027.097500', '195027.557500', '195028.017500', '195028.477500', '195028.937500', '195029.397500', '195029.857500', '195030.317500', '195030.777500', '195031.237500', '195031.697500', '195032.157500', '195032.617500', '195033.077500', '195033.537500', '195033.997500', '195034.457500', '195034.917500', '195035.377500', '195035.837500', '195036.297500', '195036.757500', '195037.217500', '195037.677500', '195038.137500', '195038.597500', '195039.057500', '195039.517500', '195039.977500', '195040.437500', '195040.897500', '195041.357500', '195041.817500', '195042.277500', '195042.737500', '195043.197500', '195043.657500', '195044.117500', '195044.577500', '195045.037500', '195045.497500', '195045.957500', '195046.417500', '195046.877500', '195047.337500', '195047.797500', '195048.257500', '195048.717500', '195049.177500', '195049.637500', '195050.097500', '195050.557500', '195051.017500', '195051.477500', '195051.937500', '195052.397500', '195052.857500', '195053.317500', '195053.777500', '195054.237500', '195054.697500', '195055.157500', '195055.617500', '195056.077500', '195056.537500', '195056.997500', '195057.457500', '195057.917500', '195058.377500', '195058.837500', '195059.297500', '195059.757500', '195100.217500', '195100.677500', '195101.137500', '195101.597500', '195102.057500', '195102.517500', '195102.977500', '195103.437500', '195103.897500', '195104.357500', '195104.817500', '195105.277500', '195105.737500', '195106.197500', '195106.657500', '195107.117500', '195107.577500', '195108.037500', '195108.497500', '195108.957500', '195109.417500', '195109.877500', '195110.337500', '195110.797500', '195111.257500', '195111.717500', '195112.177500', '195112.637500', '195113.097500', '195113.557500', '195114.017500', '195114.477500', '195114.937500', '195115.397500', '195115.857500', '195116.317500', '195116.777500', '195117.237500', '195117.697500', '195118.157500', '195118.617500', '195119.077500', '195119.537500', '195119.997500', '195120.457500', '195120.917500', '195121.377500', '195121.837500', '195122.297500', '195122.757500', '195123.217500', '195123.677500', '195124.137500', '195124.597500', '195125.057500', '195125.517500', '195125.977500', '195126.437500', '195126.897500', '195127.357500', '195127.817500', '195128.277500', '195128.737500', '195129.197500', '195129.657500', '195130.117500', '195130.577500', '195131.037500', '195131.497500', '195131.957500', '195132.417500', '195132.877500', '195133.337500', '195133.797500', '195134.257500', '195134.717500', '195135.177500', '195135.637500', '195136.097500', '195136.557500', '195137.017500', '195137.477500', '195137.937500', '195138.397500', '195138.857500', '195139.317500', '195139.777500', '195140.237500', '195140.697500', '195141.157500', '195141.617500', '195142.077500', '195142.537500', '195142.997500', '195143.457500', '195143.917500', '195144.377500', '195144.837500', '195145.297500', '195145.757500', '195146.217500', '195146.677500', '195147.137500', '195147.597500', '195148.057500', '195148.517500', '195148.977500', '195149.437500', '195149.897500', '195150.357500', '195150.817500', '195151.277500', '195151.737500', '195152.197500', '195152.657500', '195153.117500', '195153.577500', '195154.037500', '195154.497500', '195154.957500', '195155.417500', '195155.877500', '195156.337500', '195156.797500', '195157.257500', '195157.717500', '195158.177500', '195158.637500', '195159.097500', '195159.557500', '195200.017500', '195200.477500', '195200.937500', '195201.397500', '195201.857500', '195202.317500', '195202.777500', '195203.237500', '195203.697500', '195204.157500', '195204.617500', '195205.077500', '195205.537500', '195205.997500', '195206.457500', '195206.917500', '195207.377500', '195207.837500', '195208.297500', '195208.757500', '195209.217500', '195209.677500', '195210.137500', '195210.597500', '195211.057500', '195211.517500', '195211.977500', '195212.437500', '195212.897500', '195213.357500', '195213.817500', '195214.277500', '195214.737500', '195215.197500', '195215.657500', '195216.117500', '195216.577500', '195217.037500', '195217.497500', '195217.957500', '195218.417500', '195218.877500', '195219.337500', '195219.797500', '195220.257500', '195220.717500', '195221.177500', '195221.637500', '195222.097500', '195222.557500', '195223.017500', '195223.477500', '195223.937500', '195224.397500', '195224.857500', '195225.317500', '195225.777500', '195226.237500', '195226.697500', '195227.157500', '195227.617500', '195228.077500', '195228.537500', '195228.997500', '195229.457500', '195229.917500', '195230.377500', '195230.837500', '195231.297500', '195231.757500', '195232.217500', '195232.677500', '195233.137500', '195233.597500', '195234.057500', '195234.517500', '195234.977500', '195235.437500', '195235.897500', '195236.357500', '195236.817500', '195237.277500', '195237.737500', '195238.197500', '195238.657500', '195239.117500', '195239.577500', '195240.037500', '195240.497500', '195240.957500', '195241.417500', '195241.877500', '195242.337500', '195242.797500', '195243.257500', '195243.717500', '195244.177500', '195244.637500', '195245.097500', '195245.557500', '195246.017500', '195246.477500', '195246.937500', '195247.397500', '195247.857500', '195248.317500', '195248.777500', '195249.237500', '195249.697500', '195250.157500', '195250.617500', '195251.077500', '195251.537500', '195251.997500', '195252.457500', '195252.917500', '195253.377500', '195253.837500', '195254.297500', '195254.757500', '195255.217500', '195255.677500', '195256.137500', '195256.597500', '195257.057500', '195257.517500', '195257.977500', '195258.437500', '195258.897500', '195259.357500', '195259.817500', '195300.277500', '195300.737500', '195301.197500', '195301.657500', '195302.117500', '195302.577500', '195303.037500', '195303.497500', '195303.957500', '195304.417500', '195304.877500', '195305.337500', '195305.797500', '195306.257500', '195306.717500', '195307.177500', '195307.637500', '195308.097500', '195308.557500', '195309.017500', '195309.477500', '195309.937500', '195310.397500', '195310.857500', '195311.317500', '195311.777500', '195312.237500', '195312.697500', '195313.157500', '195313.617500', '195314.077500', '195314.537500', '195314.997500', '195315.457500', '195315.917500', '195316.377500', '195316.837500', '195317.297500', '195317.757500', '195318.217500', '195318.677500', '195319.137500', '195319.597500', '195320.057500', '195320.517500', '195320.977500', '195321.437500', '195321.897500', '195322.357500', '195322.817500', '195323.277500', '195323.737500', '195324.197500', '195324.657500', '195325.117500', '195325.577500', '195326.037500', '195326.497500', '195326.957500', '195327.417500', '195327.877500', '195328.337500', '195328.797500', '195329.257500', '195329.717500', '195330.177500', '195330.637500', '195331.097500', '195331.557500', '195332.017500', '195332.477500', '195332.937500', '195333.397500', '195333.857500', '195334.317500', '195334.777500', '195335.237500', '195335.697500', '195336.157500', '195336.617500', '195337.077500', '195337.537500', '195337.997500', '195338.457500', '195338.917500', '195339.377500', '195339.837500', '195340.297500', '195340.757500', '195341.217500', '195341.677500', '195342.137500', '195342.597500', '195343.057500', '195343.517500', '195343.977500', '195344.437500', '195344.897500', '195345.357500', '195345.817500', '195346.277500', '195346.737500', '195347.197500', '195347.657500', '195348.117500', '195348.577500', '195349.037500', '195349.497500', '195349.957500', '195350.417500', '195350.877500', '195351.337500', '195351.797500', '195352.257500', '195352.717500', '195353.177500', '195353.637500', '195354.097500', '195354.557500', '195355.017500', '195355.477500', '195355.937500', '195356.397500', '195356.857500', '195357.317500', '195357.777500', '195358.237500', '195358.697500', '195359.157500', '195359.617500', '195400.077500', '195400.537500', '195400.997500', '195401.457500', '195401.917500', '195402.377500', '195402.837500', '195403.297500', '195403.757500', '195404.217500', '195404.677500', '195405.137500', '195405.597500', '195406.057500', '195406.517500', '195406.977500', '195407.437500', '195407.897500', '195408.357500', '195408.817500', '195409.277500', '195409.737500', '195410.197500', '195410.657500', '195411.117500', '195411.577500'], 'ContentTime': ['194414.711000', '194414.714000', '194414.717000', '194414.720000', '194414.723000', '194414.726000', '194414.728000', '194414.731000', '194414.737000', '194414.739000', '194414.742000', '194414.745000', '194414.748000', '194414.772000', '194414.775000', '194414.778000', '194414.780000', '194414.783000', '194414.786000', '194414.788000', '194414.791000', '194414.793000', '194414.796000', '194414.798000', '194414.801000', '194414.804000', '194414.806000', '194414.809000', '194414.812000', '194414.814000', '194414.817000', '194414.820000', '194414.822000', '194414.831000', '194434.685000', '194434.688000', '194434.691000', '194434.693000', '194434.696000', '194434.699000', '194434.701000', '194434.704000', '194434.706000', '194434.709000', '194434.719000', '194434.721000', '194434.724000', '194434.726000', '194434.729000', '194434.732000', '194434.734000', '194434.737000', '194434.739000', '194434.742000', '194434.744000', '194434.747000', '194434.750000', '194434.753000', '194434.755000', '194434.758000', '194434.761000', '194434.763000', '194434.766000', '194434.768000', '194434.771000', '194434.773000', '194434.776000', '194434.779000', '194434.781000', '194434.784000', '194434.787000', '194434.789000', '194434.792000', '194434.794000', '194434.797000', '194434.799000', '194434.802000', '194454.686000', '194454.689000', '194454.692000', '194454.694000', '194454.697000', '194454.700000', '194454.702000', '194454.705000', '194454.707000', '194454.710000', '194454.712000', '194454.715000', '194454.718000', '194454.720000', '194454.723000', '194454.725000', '194454.728000', '194454.731000', '194454.763000', '194454.765000', '194454.768000', '194454.770000', '194454.773000', '194454.776000', '194454.779000', '194454.781000', '194454.784000', '194454.786000', '194454.789000', '194454.792000', '194454.794000', '194454.797000', '194454.799000', '194454.802000', '194454.804000', '194454.807000', '194454.810000', '194454.812000', '194454.815000', '194454.817000', '194454.820000', '194454.822000', '194454.825000', '194454.828000', '194514.687000', '194514.689000', '194514.692000', '194514.694000', '194514.697000', '194514.700000', '194514.702000', '194514.705000', '194514.707000', '194514.710000', '194514.713000', '194514.715000', '194514.718000', '194514.720000', '194514.723000', '194514.725000', '194514.728000', '194514.730000', '194514.733000', '194514.736000', '194514.738000', '194514.741000', '194514.743000', '194514.746000', '194514.749000', '194514.751000', '194514.754000', '194514.756000', '194514.759000', '194514.762000', '194514.764000', '194514.767000', '194514.769000', '194514.772000', '194514.774000', '194514.777000', '194514.780000', '194514.782000', '194514.785000', '194514.787000', '194514.790000', '194514.793000', '194514.795000', '194534.687000', '194534.690000', '194534.692000', '194534.695000', '194534.697000', '194534.700000', '194534.703000', '194534.705000', '194534.708000', '194534.710000', '194534.713000', '194534.715000', '194534.718000', '194534.721000', '194534.723000', '194534.726000', '194534.729000', '194534.731000', '194534.734000', '194534.736000', '194534.739000', '194534.742000', '194534.744000', '194534.747000', '194534.749000', '194534.752000', '194534.754000', '194534.757000', '194534.760000', '194534.762000', '194534.765000', '194534.767000', '194534.770000', '194534.773000', '194534.775000', '194534.778000', '194534.780000', '194534.783000', '194534.786000', '194534.788000', '194534.791000', '194534.793000', '194534.796000', '194534.799000', '194554.686000', '194554.689000', '194554.692000', '194554.694000', '194554.697000', '194554.700000', '194554.702000', '194554.705000', '194554.708000', '194554.710000', '194554.713000', '194554.715000', '194554.718000', '194554.720000', '194554.723000', '194554.726000', '194554.728000', '194554.731000', '194554.733000', '194554.736000', '194554.739000', '194554.741000', '194554.744000', '194554.746000', '194554.749000', '194554.752000', '194554.754000', '194554.757000', '194554.759000', '194554.762000', '194554.765000', '194554.767000', '194554.770000', '194554.772000', '194554.775000', '194554.778000', '194554.780000', '194554.783000', '194554.785000', '194554.788000', '194554.791000', '194554.793000', '194554.796000', '194614.685000', '194614.688000', '194614.691000', '194614.694000', '194614.696000', '194614.699000', '194614.702000', '194614.704000', '194614.707000', '194614.709000', '194614.712000', '194614.715000', '194614.717000', '194614.720000', '194614.723000', '194614.725000', '194614.728000', '194614.730000', '194614.733000', '194614.736000', '194614.738000', '194614.741000', '194614.744000', '194614.746000', '194614.749000', '194614.751000', '194614.754000', '194614.757000', '194614.759000', '194614.762000', '194614.765000', '194614.767000', '194614.770000', '194614.773000', '194614.775000', '194614.778000', '194614.781000', '194614.783000', '194614.786000', '194614.789000', '194614.791000', '194614.794000', '194614.797000', '194614.799000', '194634.685000', '194634.688000', '194634.691000', '194634.693000', '194634.696000', '194634.699000', '194634.701000', '194634.704000', '194634.707000', '194634.709000', '194634.712000', '194634.715000', '194634.717000', '194634.720000', '194634.723000', '194634.725000', '194634.728000', '194634.731000', '194634.733000', '194634.736000', '194634.738000', '194634.741000', '194634.744000', '194634.746000', '194634.749000', '194634.752000', '194634.754000', '194634.757000', '194634.759000', '194634.762000', '194634.765000', '194634.767000', '194634.770000', '194634.773000', '194634.775000', '194634.778000', '194634.780000', '194634.783000', '194634.785000', '194634.788000', '194634.791000', '194634.793000', '194634.796000', '194654.685000', '194654.688000', '194654.691000', '194654.694000', '194654.696000', '194654.699000', '194654.701000', '194654.704000', '194654.707000', '194654.709000', '194654.712000', '194654.714000', '194654.717000', '194654.720000', '194654.722000', '194654.725000', '194654.728000', '194654.730000', '194654.733000', '194654.736000', '194654.738000', '194654.741000', '194654.743000', '194654.746000', '194654.748000', '194654.751000', '194654.754000', '194654.756000', '194654.759000', '194654.761000', '194654.764000', '194654.767000', '194654.769000', '194654.772000', '194654.774000', '194654.777000', '194654.779000', '194654.782000', '194654.785000', '194654.787000', '194654.790000', '194654.792000', '194654.795000', '194654.798000', '194714.686000', '194714.689000', '194714.692000', '194714.695000', '194714.697000', '194714.700000', '194714.702000', '194714.705000', '194714.708000', '194714.710000', '194714.713000', '194714.716000', '194714.718000', '194714.721000', '194714.724000', '194714.726000', '194714.729000', '194714.731000', '194714.734000', '194714.737000', '194714.744000', '194714.747000', '194714.749000', '194714.752000', '194714.755000', '194714.757000', '194714.760000', '194714.762000', '194714.765000', '194714.767000', '194714.770000', '194714.773000', '194714.775000', '194714.778000', '194714.780000', '194714.783000', '194714.786000', '194714.788000', '194714.791000', '194714.793000', '194714.796000', '194714.798000', '194714.801000', '194734.687000', '194734.689000', '194734.692000', '194734.695000', '194734.697000', '194734.700000', '194734.702000', '194734.705000', '194734.708000', '194734.710000', '194734.713000', '194734.716000', '194734.718000', '194734.721000', '194734.723000', '194734.726000', '194734.729000', '194734.731000', '194734.734000', '194734.736000', '194734.739000', '194734.742000', '194734.744000', '194734.747000', '194734.749000', '194734.752000', '194734.754000', '194734.757000', '194734.769000', '194734.772000', '194734.774000', '194734.777000', '194734.780000', '194734.782000', '194734.785000', '194734.788000', '194734.790000', '194734.793000', '194734.795000', '194734.798000', '194734.800000', '194734.803000', '194734.806000', '194754.687000', '194754.689000', '194754.692000', '194754.695000', '194754.697000', '194754.700000', '194754.702000', '194754.705000', '194754.708000', '194754.710000', '194754.713000', '194754.715000', '194754.718000', '194754.721000', '194754.723000', '194754.726000', '194754.729000', '194754.731000', '194754.734000', '194754.736000', '194754.739000', '194754.742000', '194754.744000', '194754.747000', '194754.749000', '194754.752000', '194754.755000', '194754.757000', '194754.760000', '194754.763000', '194754.765000', '194754.768000', '194754.771000', '194754.773000', '194754.776000', '194754.778000', '194754.781000', '194754.784000', '194754.786000', '194754.789000', '194754.792000', '194754.794000', '194754.797000', '194754.800000', '194814.687000', '194814.690000', '194814.693000', '194814.695000', '194814.698000', '194814.701000', '194814.703000', '194814.706000', '194814.709000', '194814.711000', '194814.714000', '194814.716000', '194814.719000', '194814.722000', '194814.724000', '194814.727000', '194814.730000', '194814.732000', '194814.735000', '194814.738000', '194814.740000', '194814.743000', '194814.746000', '194814.748000', '194814.751000', '194814.753000', '194814.756000', '194814.759000', '194814.762000', '194814.764000', '194814.767000', '194814.769000', '194814.772000', '194814.775000', '194814.777000', '194814.780000', '194814.782000', '194814.785000', '194814.788000', '194814.790000', '194814.793000', '194814.795000', '194814.798000', '194814.801000', '194834.686000', '194834.688000', '194834.691000', '194834.694000', '194834.696000', '194834.699000', '194834.701000', '194834.704000', '194834.707000', '194834.709000', '194834.712000', '194834.714000', '194834.717000', '194834.720000', '194834.722000', '194834.725000', '194834.727000', '194834.730000', '194834.733000', '194834.735000', '194834.738000', '194834.741000', '194834.743000', '194834.746000', '194834.748000', '194834.751000', '194834.754000', '194834.756000', '194834.759000', '194834.761000', '194834.764000', '194834.767000', '194834.769000', '194834.772000', '194834.775000', '194834.778000', '194834.780000', '194834.783000', '194834.785000', '194834.788000', '194834.791000', '194834.793000', '194834.796000', '194854.685000', '194854.688000', '194854.691000', '194854.694000', '194854.696000', '194854.699000', '194854.702000', '194854.704000', '194854.707000', '194854.709000', '194854.712000', '194854.715000', '194854.717000', '194854.720000', '194854.723000', '194854.725000', '194854.728000', '194854.730000', '194854.733000', '194854.736000', '194854.738000', '194854.741000', '194854.743000', '194854.746000', '194854.749000', '194854.751000', '194854.754000', '194854.757000', '194854.759000', '194854.762000', '194854.765000', '194854.767000', '194854.770000', '194854.772000', '194854.775000', '194854.778000', '194854.780000', '194854.783000', '194854.785000', '194854.796000', '194854.799000', '194854.802000', '194854.804000', '194854.807000', '194914.685000', '194914.688000', '194914.691000', '194914.693000', '194914.696000', '194914.699000', '194914.701000', '194914.704000', '194914.706000', '194914.709000', '194914.712000', '194914.714000', '194914.717000', '194914.720000', '194914.722000', '194914.725000', '194914.727000', '194914.730000', '194914.733000', '194914.735000', '194914.738000', '194914.740000', '194914.743000', '194914.746000', '194914.748000', '194914.751000', '194914.754000', '194914.757000', '194914.760000', '194914.762000', '194914.765000', '194914.767000', '194914.770000', '194914.773000', '194914.775000', '194914.778000', '194914.781000', '194914.783000', '194914.786000', '194914.788000', '194914.791000', '194914.794000', '194914.796000', '194934.686000', '194934.689000', '194934.692000', '194934.694000', '194934.697000', '194934.700000', '194934.702000', '194934.705000', '194934.708000', '194934.712000', '194934.715000', '194934.718000', '194934.720000', '194934.723000', '194934.727000', '194934.730000', '194934.732000', '194934.735000', '194934.737000', '194934.740000', '194934.743000', '194934.745000', '194934.748000', '194934.751000', '194934.753000', '194934.756000', '194934.758000', '194934.761000', '194934.764000', '194934.766000', '194934.769000', '194934.772000', '194934.774000', '194934.778000', '194934.781000', '194934.784000', '194934.786000', '194934.789000', '194934.791000', '194934.794000', '194934.797000', '194934.799000', '194934.802000', '194934.805000', '194954.687000', '194954.690000', '194954.692000', '194954.695000', '194954.697000', '194954.700000', '194954.703000', '194954.705000', '194954.708000', '194954.710000', '194954.713000', '194954.716000', '194954.718000', '194954.721000', '194954.724000', '194954.726000', '194954.729000', '194954.731000', '194954.734000', '194954.736000', '194954.739000', '194954.742000', '194954.744000', '194954.747000', '194954.749000', '194954.752000', '194954.754000', '194954.757000', '194954.760000', '194954.762000', '194954.765000', '194954.768000', '194954.770000', '194954.773000', '194954.775000', '194954.778000', '194954.781000', '194954.783000', '194954.786000', '194954.788000', '194954.791000', '194954.794000', '194954.796000', '195014.687000', '195014.689000', '195014.692000', '195014.695000', '195014.697000', '195014.700000', '195014.703000', '195014.705000', '195014.708000', '195014.711000', '195014.713000', '195014.716000', '195014.719000', '195014.721000', '195014.724000', '195014.727000', '195014.729000', '195014.732000', '195014.734000', '195014.737000', '195014.740000', '195014.742000', '195014.745000', '195014.747000', '195014.750000', '195014.753000', '195014.755000', '195014.758000', '195014.761000', '195014.763000', '195014.766000', '195014.768000', '195014.771000', '195014.774000', '195014.776000', '195014.779000', '195014.782000', '195014.784000', '195014.787000', '195014.789000', '195014.792000', '195014.795000', '195014.797000', '195034.687000', '195034.690000', '195034.692000', '195034.695000', '195034.698000', '195034.700000', '195034.713000', '195034.715000', '195034.718000', '195034.720000', '195034.723000', '195034.726000', '195034.728000', '195034.731000', '195034.734000', '195034.736000', '195034.739000', '195034.741000', '195034.744000', '195034.747000', '195034.749000', '195034.752000', '195034.754000', '195034.757000', '195034.760000', '195034.762000', '195034.765000', '195034.767000', '195034.770000', '195034.773000', '195034.775000', '195034.778000', '195034.781000', '195034.783000', '195034.786000', '195034.788000', '195034.791000', '195034.794000', '195034.796000', '195034.799000', '195034.801000', '195034.804000', '195034.806000', '195034.809000', '195054.685000', '195054.688000', '195054.691000', '195054.694000', '195054.696000', '195054.699000', '195054.702000', '195054.704000', '195054.707000', '195054.710000', '195054.712000', '195054.715000', '195054.718000', '195054.721000', '195054.723000', '195054.726000', '195054.729000', '195054.731000', '195054.734000', '195054.737000', '195054.739000', '195054.742000', '195054.745000', '195054.747000', '195054.750000', '195054.752000', '195054.755000', '195054.757000', '195054.760000', '195054.764000', '195054.767000', '195054.770000', '195054.772000', '195054.775000', '195054.778000', '195054.780000', '195054.783000', '195054.785000', '195054.788000', '195054.791000', '195054.793000', '195054.796000', '195054.798000', '195114.685000', '195114.688000', '195114.691000', '195114.694000', '195114.697000', '195114.699000', '195114.702000', '195114.704000', '195114.707000', '195114.710000', '195114.712000', '195114.715000', '195114.717000', '195114.720000', '195114.723000', '195114.725000', '195114.728000', '195114.731000', '195114.733000', '195114.736000', '195114.738000', '195114.741000', '195114.744000', '195114.746000', '195114.749000', '195114.751000', '195114.754000', '195114.757000', '195114.759000', '195114.762000', '195114.765000', '195114.767000', '195114.770000', '195114.772000', '195114.775000', '195114.778000', '195114.780000', '195114.783000', '195114.785000', '195114.788000', '195114.791000', '195114.793000', '195114.796000', '195114.798000', '195134.687000', '195134.690000', '195134.692000', '195134.695000', '195134.698000', '195134.700000', '195134.703000', '195134.705000', '195134.708000', '195134.711000', '195134.714000', '195134.717000', '195134.720000', '195134.723000', '195134.726000', '195134.728000', '195134.731000', '195134.734000', '195134.736000', '195134.739000', '195134.741000', '195134.744000', '195134.747000', '195134.749000', '195134.752000', '195134.754000', '195134.757000', '195134.760000', '195134.762000', '195134.765000', '195134.768000', '195134.770000', '195134.773000', '195134.776000', '195134.778000', '195134.781000', '195134.784000', '195134.786000', '195134.789000', '195134.791000', '195134.794000', '195134.797000', '195134.799000', '195154.687000', '195154.690000', '195154.692000', '195154.706000', '195154.708000', '195154.711000', '195154.713000', '195154.716000', '195154.719000', '195154.721000', '195154.724000', '195154.726000', '195154.729000', '195154.732000', '195154.734000', '195154.737000', '195154.740000', '195154.742000', '195154.745000', '195154.747000', '195154.750000', '195154.753000', '195154.755000', '195154.758000', '195154.761000', '195154.763000', '195154.766000', '195154.768000', '195154.771000', '195154.774000', '195154.776000', '195154.779000', '195154.782000', '195154.784000', '195154.787000', '195154.789000', '195154.792000', '195154.795000', '195154.797000', '195154.800000', '195154.802000', '195154.805000', '195154.808000', '195154.810000', '195214.687000', '195214.689000', '195214.692000', '195214.695000', '195214.697000', '195214.700000', '195214.703000', '195214.705000', '195214.708000', '195214.711000', '195214.713000', '195214.716000', '195214.719000', '195214.721000', '195214.724000', '195214.726000', '195214.729000', '195214.732000', '195214.734000', '195214.738000', '195214.741000', '195214.744000', '195214.755000', '195214.758000', '195214.760000', '195214.763000', '195214.766000', '195214.768000', '195214.771000', '195214.773000', '195214.776000', '195214.779000', '195214.781000', '195214.784000', '195214.787000', '195214.789000', '195214.792000', '195214.794000', '195214.797000', '195214.800000', '195214.803000', '195214.807000', '195214.810000', '195234.687000', '195234.690000', '195234.692000', '195234.695000', '195234.697000', '195234.700000', '195234.703000', '195234.705000', '195234.708000', '195234.710000', '195234.713000', '195234.716000', '195234.718000', '195234.721000', '195234.724000', '195234.726000', '195234.729000', '195234.731000', '195234.734000', '195234.737000', '195234.739000', '195234.742000', '195234.744000', '195234.747000', '195234.750000', '195234.752000', '195234.755000', '195234.757000', '195234.760000', '195234.763000', '195234.765000', '195234.768000', '195234.771000', '195234.773000', '195234.776000', '195234.779000', '195234.781000', '195234.784000', '195234.786000', '195234.789000', '195234.792000', '195234.794000', '195234.797000', '195254.687000', '195254.689000', '195254.692000', '195254.695000', '195254.697000', '195254.700000', '195254.703000', '195254.705000', '195254.708000', '195254.711000', '195254.713000', '195254.716000', '195254.719000', '195254.721000', '195254.724000', '195254.726000', '195254.729000', '195254.732000', '195254.734000', '195254.737000', '195254.740000', '195254.742000', '195254.745000', '195254.747000', '195254.750000', '195254.753000', '195254.755000', '195254.758000', '195254.760000', '195254.763000', '195254.766000', '195254.768000', '195254.771000', '195254.774000', '195254.776000', '195254.779000', '195254.782000', '195254.784000', '195254.787000', '195254.790000', '195254.792000', '195254.795000', '195254.798000', '195254.802000', '195314.686000', '195314.688000', '195314.691000', '195314.694000', '195314.696000', '195314.699000', '195314.701000', '195314.704000', '195314.707000', '195314.709000', '195314.712000', '195314.715000', '195314.717000', '195314.720000', '195314.722000', '195314.725000', '195314.728000', '195314.730000', '195314.733000', '195314.735000', '195314.738000', '195314.741000', '195314.743000', '195314.746000', '195314.749000', '195314.751000', '195314.754000', '195314.756000', '195314.759000', '195314.762000', '195314.764000', '195314.767000', '195314.769000', '195314.772000', '195314.775000', '195314.777000', '195314.780000', '195314.782000', '195314.785000', '195314.788000', '195314.790000', '195314.793000', '195314.795000', '195314.798000', '195334.686000', '195334.689000', '195334.691000', '195334.694000', '195334.696000', '195334.699000', '195334.702000', '195334.704000', '195334.707000', '195334.709000', '195334.712000', '195334.715000', '195334.717000', '195334.720000', '195334.723000', '195334.725000', '195334.728000', '195334.730000', '195334.742000', '195334.745000', '195334.747000', '195334.750000', '195334.753000', '195334.755000', '195334.758000', '195334.760000', '195334.763000', '195334.766000', '195334.768000', '195334.771000', '195334.774000', '195334.776000', '195334.779000', '195334.781000', '195334.784000', '195334.787000', '195334.789000', '195334.792000', '195334.795000', '195334.798000', '195334.800000', '195334.803000', '195334.805000', '195354.687000', '195354.689000', '195354.692000', '195354.695000', '195354.697000', '195354.700000', '195354.702000', '195354.705000', '195354.708000', '195354.710000', '195354.713000', '195354.715000', '195354.718000', '195354.721000', '195354.723000', '195354.726000', '195354.729000', '195354.731000', '195354.734000', '195354.737000', '195354.739000', '195354.742000', '195354.744000', '195354.747000', '195354.750000', '195354.752000', '195354.755000', '195354.757000', '195354.760000', '195354.763000', '195354.765000', '195354.768000', '195354.771000', '195354.773000', '195354.776000', '195354.778000', '195354.781000', '195354.784000', '195354.786000', '195354.789000', '195354.792000', '195354.794000', '195354.797000', '195354.799000', '195412.985000', '195412.989000', '195412.992000', '195412.995000', '195412.997000', '195413.001000', '195413.003000', '195413.006000', '195413.009000', '195413.011000', '195413.014000', '195413.017000', '195413.021000', '195413.024000', '195413.026000', '195413.029000', '195413.032000', '195413.034000', '195413.037000', '195413.040000', '195413.043000', '195413.045000', '195413.048000', '195413.051000', '195413.054000', '195413.057000', '195413.060000', '195413.062000', '195413.065000', '195413.068000', '195413.070000', '195413.073000', '195413.076000', '195413.081000', '195413.085000', '195413.088000', '195413.091000', '195413.094000', '195413.097000', '195413.101000'], 'InstanceCreationTime': ['194414.711000', '194414.714000', '194414.717000', '194414.720000', '194414.723000', '194414.726000', '194414.728000', '194414.731000', '194414.737000', '194414.739000', '194414.742000', '194414.745000', '194414.748000', '194414.772000', '194414.775000', '194414.778000', '194414.780000', '194414.783000', '194414.786000', '194414.788000', '194414.791000', '194414.793000', '194414.796000', '194414.798000', '194414.801000', '194414.804000', '194414.806000', '194414.809000', '194414.812000', '194414.814000', '194414.817000', '194414.820000', '194414.822000', '194414.831000', '194434.685000', '194434.688000', '194434.691000', '194434.693000', '194434.696000', '194434.699000', '194434.701000', '194434.704000', '194434.706000', '194434.709000', '194434.719000', '194434.721000', '194434.724000', '194434.726000', '194434.729000', '194434.732000', '194434.734000', '194434.737000', '194434.739000', '194434.742000', '194434.744000', '194434.747000', '194434.750000', '194434.753000', '194434.755000', '194434.758000', '194434.761000', '194434.763000', '194434.766000', '194434.768000', '194434.771000', '194434.773000', '194434.776000', '194434.779000', '194434.781000', '194434.784000', '194434.787000', '194434.789000', '194434.792000', '194434.794000', '194434.797000', '194434.799000', '194434.802000', '194454.686000', '194454.689000', '194454.692000', '194454.694000', '194454.697000', '194454.700000', '194454.702000', '194454.705000', '194454.707000', '194454.710000', '194454.712000', '194454.715000', '194454.718000', '194454.720000', '194454.723000', '194454.725000', '194454.728000', '194454.731000', '194454.763000', '194454.765000', '194454.768000', '194454.770000', '194454.773000', '194454.776000', '194454.779000', '194454.781000', '194454.784000', '194454.786000', '194454.789000', '194454.792000', '194454.794000', '194454.797000', '194454.799000', '194454.802000', '194454.804000', '194454.807000', '194454.810000', '194454.812000', '194454.815000', '194454.817000', '194454.820000', '194454.822000', '194454.825000', '194454.828000', '194514.687000', '194514.689000', '194514.692000', '194514.694000', '194514.697000', '194514.700000', '194514.702000', '194514.705000', '194514.707000', '194514.710000', '194514.713000', '194514.715000', '194514.718000', '194514.720000', '194514.723000', '194514.725000', '194514.728000', '194514.730000', '194514.733000', '194514.736000', '194514.738000', '194514.741000', '194514.743000', '194514.746000', '194514.749000', '194514.751000', '194514.754000', '194514.756000', '194514.759000', '194514.762000', '194514.764000', '194514.767000', '194514.769000', '194514.772000', '194514.774000', '194514.777000', '194514.780000', '194514.782000', '194514.785000', '194514.787000', '194514.790000', '194514.793000', '194514.795000', '194534.687000', '194534.690000', '194534.692000', '194534.695000', '194534.697000', '194534.700000', '194534.703000', '194534.705000', '194534.708000', '194534.710000', '194534.713000', '194534.715000', '194534.718000', '194534.721000', '194534.723000', '194534.726000', '194534.729000', '194534.731000', '194534.734000', '194534.736000', '194534.739000', '194534.742000', '194534.744000', '194534.747000', '194534.749000', '194534.752000', '194534.754000', '194534.757000', '194534.760000', '194534.762000', '194534.765000', '194534.767000', '194534.770000', '194534.773000', '194534.775000', '194534.778000', '194534.780000', '194534.783000', '194534.786000', '194534.788000', '194534.791000', '194534.793000', '194534.796000', '194534.799000', '194554.686000', '194554.689000', '194554.692000', '194554.694000', '194554.697000', '194554.700000', '194554.702000', '194554.705000', '194554.708000', '194554.710000', '194554.713000', '194554.715000', '194554.718000', '194554.720000', '194554.723000', '194554.726000', '194554.728000', '194554.731000', '194554.733000', '194554.736000', '194554.739000', '194554.741000', '194554.744000', '194554.746000', '194554.749000', '194554.752000', '194554.754000', '194554.757000', '194554.759000', '194554.762000', '194554.765000', '194554.767000', '194554.770000', '194554.772000', '194554.775000', '194554.778000', '194554.780000', '194554.783000', '194554.785000', '194554.788000', '194554.791000', '194554.793000', '194554.796000', '194614.685000', '194614.688000', '194614.691000', '194614.694000', '194614.696000', '194614.699000', '194614.702000', '194614.704000', '194614.707000', '194614.709000', '194614.712000', '194614.715000', '194614.717000', '194614.720000', '194614.723000', '194614.725000', '194614.728000', '194614.730000', '194614.733000', '194614.736000', '194614.738000', '194614.741000', '194614.744000', '194614.746000', '194614.749000', '194614.751000', '194614.754000', '194614.757000', '194614.759000', '194614.762000', '194614.765000', '194614.767000', '194614.770000', '194614.773000', '194614.775000', '194614.778000', '194614.781000', '194614.783000', '194614.786000', '194614.789000', '194614.791000', '194614.794000', '194614.797000', '194614.799000', '194634.685000', '194634.688000', '194634.691000', '194634.693000', '194634.696000', '194634.699000', '194634.701000', '194634.704000', '194634.707000', '194634.709000', '194634.712000', '194634.715000', '194634.717000', '194634.720000', '194634.723000', '194634.725000', '194634.728000', '194634.731000', '194634.733000', '194634.736000', '194634.738000', '194634.741000', '194634.744000', '194634.746000', '194634.749000', '194634.752000', '194634.754000', '194634.757000', '194634.759000', '194634.762000', '194634.765000', '194634.767000', '194634.770000', '194634.773000', '194634.775000', '194634.778000', '194634.780000', '194634.783000', '194634.785000', '194634.788000', '194634.791000', '194634.793000', '194634.796000', '194654.685000', '194654.688000', '194654.691000', '194654.694000', '194654.696000', '194654.699000', '194654.701000', '194654.704000', '194654.707000', '194654.709000', '194654.712000', '194654.714000', '194654.717000', '194654.720000', '194654.722000', '194654.725000', '194654.728000', '194654.730000', '194654.733000', '194654.736000', '194654.738000', '194654.741000', '194654.743000', '194654.746000', '194654.748000', '194654.751000', '194654.754000', '194654.756000', '194654.759000', '194654.761000', '194654.764000', '194654.767000', '194654.769000', '194654.772000', '194654.774000', '194654.777000', '194654.779000', '194654.782000', '194654.785000', '194654.787000', '194654.790000', '194654.792000', '194654.795000', '194654.798000', '194714.686000', '194714.689000', '194714.692000', '194714.695000', '194714.697000', '194714.700000', '194714.702000', '194714.705000', '194714.708000', '194714.710000', '194714.713000', '194714.716000', '194714.718000', '194714.721000', '194714.724000', '194714.726000', '194714.729000', '194714.731000', '194714.734000', '194714.737000', '194714.744000', '194714.747000', '194714.749000', '194714.752000', '194714.755000', '194714.757000', '194714.760000', '194714.762000', '194714.765000', '194714.767000', '194714.770000', '194714.773000', '194714.775000', '194714.778000', '194714.780000', '194714.783000', '194714.786000', '194714.788000', '194714.791000', '194714.793000', '194714.796000', '194714.798000', '194714.801000', '194734.687000', '194734.689000', '194734.692000', '194734.695000', '194734.697000', '194734.700000', '194734.702000', '194734.705000', '194734.708000', '194734.710000', '194734.713000', '194734.716000', '194734.718000', '194734.721000', '194734.723000', '194734.726000', '194734.729000', '194734.731000', '194734.734000', '194734.736000', '194734.739000', '194734.742000', '194734.744000', '194734.747000', '194734.749000', '194734.752000', '194734.754000', '194734.757000', '194734.769000', '194734.772000', '194734.774000', '194734.777000', '194734.780000', '194734.782000', '194734.785000', '194734.788000', '194734.790000', '194734.793000', '194734.795000', '194734.798000', '194734.800000', '194734.803000', '194734.806000', '194754.687000', '194754.689000', '194754.692000', '194754.695000', '194754.697000', '194754.700000', '194754.702000', '194754.705000', '194754.708000', '194754.710000', '194754.713000', '194754.715000', '194754.718000', '194754.721000', '194754.723000', '194754.726000', '194754.729000', '194754.731000', '194754.734000', '194754.736000', '194754.739000', '194754.742000', '194754.744000', '194754.747000', '194754.749000', '194754.752000', '194754.755000', '194754.757000', '194754.760000', '194754.763000', '194754.765000', '194754.768000', '194754.771000', '194754.773000', '194754.776000', '194754.778000', '194754.781000', '194754.784000', '194754.786000', '194754.789000', '194754.792000', '194754.794000', '194754.797000', '194754.800000', '194814.687000', '194814.690000', '194814.693000', '194814.695000', '194814.698000', '194814.701000', '194814.703000', '194814.706000', '194814.709000', '194814.711000', '194814.714000', '194814.716000', '194814.719000', '194814.722000', '194814.724000', '194814.727000', '194814.730000', '194814.732000', '194814.735000', '194814.738000', '194814.740000', '194814.743000', '194814.746000', '194814.748000', '194814.751000', '194814.753000', '194814.756000', '194814.759000', '194814.762000', '194814.764000', '194814.767000', '194814.769000', '194814.772000', '194814.775000', '194814.777000', '194814.780000', '194814.782000', '194814.785000', '194814.788000', '194814.790000', '194814.793000', '194814.795000', '194814.798000', '194814.801000', '194834.686000', '194834.688000', '194834.691000', '194834.694000', '194834.696000', '194834.699000', '194834.701000', '194834.704000', '194834.707000', '194834.709000', '194834.712000', '194834.714000', '194834.717000', '194834.720000', '194834.722000', '194834.725000', '194834.727000', '194834.730000', '194834.733000', '194834.735000', '194834.738000', '194834.741000', '194834.743000', '194834.746000', '194834.748000', '194834.751000', '194834.754000', '194834.756000', '194834.759000', '194834.761000', '194834.764000', '194834.767000', '194834.769000', '194834.772000', '194834.775000', '194834.778000', '194834.780000', '194834.783000', '194834.785000', '194834.788000', '194834.791000', '194834.793000', '194834.796000', '194854.685000', '194854.688000', '194854.691000', '194854.694000', '194854.696000', '194854.699000', '194854.702000', '194854.704000', '194854.707000', '194854.709000', '194854.712000', '194854.715000', '194854.717000', '194854.720000', '194854.723000', '194854.725000', '194854.728000', '194854.730000', '194854.733000', '194854.736000', '194854.738000', '194854.741000', '194854.743000', '194854.746000', '194854.749000', '194854.751000', '194854.754000', '194854.757000', '194854.759000', '194854.762000', '194854.765000', '194854.767000', '194854.770000', '194854.772000', '194854.775000', '194854.778000', '194854.780000', '194854.783000', '194854.785000', '194854.796000', '194854.799000', '194854.802000', '194854.804000', '194854.807000', '194914.685000', '194914.688000', '194914.691000', '194914.693000', '194914.696000', '194914.699000', '194914.701000', '194914.704000', '194914.706000', '194914.709000', '194914.712000', '194914.714000', '194914.717000', '194914.720000', '194914.722000', '194914.725000', '194914.727000', '194914.730000', '194914.733000', '194914.735000', '194914.738000', '194914.740000', '194914.743000', '194914.746000', '194914.748000', '194914.751000', '194914.754000', '194914.757000', '194914.760000', '194914.762000', '194914.765000', '194914.767000', '194914.770000', '194914.773000', '194914.775000', '194914.778000', '194914.781000', '194914.783000', '194914.786000', '194914.788000', '194914.791000', '194914.794000', '194914.796000', '194934.686000', '194934.689000', '194934.692000', '194934.694000', '194934.697000', '194934.700000', '194934.702000', '194934.705000', '194934.708000', '194934.712000', '194934.715000', '194934.718000', '194934.720000', '194934.723000', '194934.727000', '194934.730000', '194934.732000', '194934.735000', '194934.737000', '194934.740000', '194934.743000', '194934.745000', '194934.748000', '194934.751000', '194934.753000', '194934.756000', '194934.758000', '194934.761000', '194934.764000', '194934.766000', '194934.769000', '194934.772000', '194934.774000', '194934.778000', '194934.781000', '194934.784000', '194934.786000', '194934.789000', '194934.791000', '194934.794000', '194934.797000', '194934.799000', '194934.802000', '194934.805000', '194954.687000', '194954.690000', '194954.692000', '194954.695000', '194954.697000', '194954.700000', '194954.703000', '194954.705000', '194954.708000', '194954.710000', '194954.713000', '194954.716000', '194954.718000', '194954.721000', '194954.724000', '194954.726000', '194954.729000', '194954.731000', '194954.734000', '194954.736000', '194954.739000', '194954.742000', '194954.744000', '194954.747000', '194954.749000', '194954.752000', '194954.754000', '194954.757000', '194954.760000', '194954.762000', '194954.765000', '194954.768000', '194954.770000', '194954.773000', '194954.775000', '194954.778000', '194954.781000', '194954.783000', '194954.786000', '194954.788000', '194954.791000', '194954.794000', '194954.796000', '195014.687000', '195014.689000', '195014.692000', '195014.695000', '195014.697000', '195014.700000', '195014.703000', '195014.705000', '195014.708000', '195014.711000', '195014.713000', '195014.716000', '195014.719000', '195014.721000', '195014.724000', '195014.727000', '195014.729000', '195014.732000', '195014.734000', '195014.737000', '195014.740000', '195014.742000', '195014.745000', '195014.747000', '195014.750000', '195014.753000', '195014.755000', '195014.758000', '195014.761000', '195014.763000', '195014.766000', '195014.768000', '195014.771000', '195014.774000', '195014.776000', '195014.779000', '195014.782000', '195014.784000', '195014.787000', '195014.789000', '195014.792000', '195014.795000', '195014.797000', '195034.687000', '195034.690000', '195034.692000', '195034.695000', '195034.698000', '195034.700000', '195034.713000', '195034.715000', '195034.718000', '195034.720000', '195034.723000', '195034.726000', '195034.728000', '195034.731000', '195034.734000', '195034.736000', '195034.739000', '195034.741000', '195034.744000', '195034.747000', '195034.749000', '195034.752000', '195034.754000', '195034.757000', '195034.760000', '195034.762000', '195034.765000', '195034.767000', '195034.770000', '195034.773000', '195034.775000', '195034.778000', '195034.781000', '195034.783000', '195034.786000', '195034.788000', '195034.791000', '195034.794000', '195034.796000', '195034.799000', '195034.801000', '195034.804000', '195034.806000', '195034.809000', '195054.685000', '195054.688000', '195054.691000', '195054.694000', '195054.696000', '195054.699000', '195054.702000', '195054.704000', '195054.707000', '195054.710000', '195054.712000', '195054.715000', '195054.718000', '195054.721000', '195054.723000', '195054.726000', '195054.729000', '195054.731000', '195054.734000', '195054.737000', '195054.739000', '195054.742000', '195054.745000', '195054.747000', '195054.750000', '195054.752000', '195054.755000', '195054.757000', '195054.760000', '195054.764000', '195054.767000', '195054.770000', '195054.772000', '195054.775000', '195054.778000', '195054.780000', '195054.783000', '195054.785000', '195054.788000', '195054.791000', '195054.793000', '195054.796000', '195054.798000', '195114.685000', '195114.688000', '195114.691000', '195114.694000', '195114.697000', '195114.699000', '195114.702000', '195114.704000', '195114.707000', '195114.710000', '195114.712000', '195114.715000', '195114.717000', '195114.720000', '195114.723000', '195114.725000', '195114.728000', '195114.731000', '195114.733000', '195114.736000', '195114.738000', '195114.741000', '195114.744000', '195114.746000', '195114.749000', '195114.751000', '195114.754000', '195114.757000', '195114.759000', '195114.762000', '195114.765000', '195114.767000', '195114.770000', '195114.772000', '195114.775000', '195114.778000', '195114.780000', '195114.783000', '195114.785000', '195114.788000', '195114.791000', '195114.793000', '195114.796000', '195114.798000', '195134.687000', '195134.690000', '195134.692000', '195134.695000', '195134.698000', '195134.700000', '195134.703000', '195134.705000', '195134.708000', '195134.711000', '195134.714000', '195134.717000', '195134.720000', '195134.723000', '195134.726000', '195134.728000', '195134.731000', '195134.734000', '195134.736000', '195134.739000', '195134.741000', '195134.744000', '195134.747000', '195134.749000', '195134.752000', '195134.754000', '195134.757000', '195134.760000', '195134.762000', '195134.765000', '195134.768000', '195134.770000', '195134.773000', '195134.776000', '195134.778000', '195134.781000', '195134.784000', '195134.786000', '195134.789000', '195134.791000', '195134.794000', '195134.797000', '195134.799000', '195154.687000', '195154.690000', '195154.692000', '195154.706000', '195154.708000', '195154.711000', '195154.713000', '195154.716000', '195154.719000', '195154.721000', '195154.724000', '195154.726000', '195154.729000', '195154.732000', '195154.734000', '195154.737000', '195154.740000', '195154.742000', '195154.745000', '195154.747000', '195154.750000', '195154.753000', '195154.755000', '195154.758000', '195154.761000', '195154.763000', '195154.766000', '195154.768000', '195154.771000', '195154.774000', '195154.776000', '195154.779000', '195154.782000', '195154.784000', '195154.787000', '195154.789000', '195154.792000', '195154.795000', '195154.797000', '195154.800000', '195154.802000', '195154.805000', '195154.808000', '195154.810000', '195214.687000', '195214.689000', '195214.692000', '195214.695000', '195214.697000', '195214.700000', '195214.703000', '195214.705000', '195214.708000', '195214.711000', '195214.713000', '195214.716000', '195214.719000', '195214.721000', '195214.724000', '195214.726000', '195214.729000', '195214.732000', '195214.734000', '195214.738000', '195214.741000', '195214.744000', '195214.755000', '195214.758000', '195214.760000', '195214.763000', '195214.766000', '195214.768000', '195214.771000', '195214.773000', '195214.776000', '195214.779000', '195214.781000', '195214.784000', '195214.787000', '195214.789000', '195214.792000', '195214.794000', '195214.797000', '195214.800000', '195214.803000', '195214.807000', '195214.810000', '195234.687000', '195234.690000', '195234.692000', '195234.695000', '195234.697000', '195234.700000', '195234.703000', '195234.705000', '195234.708000', '195234.710000', '195234.713000', '195234.716000', '195234.718000', '195234.721000', '195234.724000', '195234.726000', '195234.729000', '195234.731000', '195234.734000', '195234.737000', '195234.739000', '195234.742000', '195234.744000', '195234.747000', '195234.750000', '195234.752000', '195234.755000', '195234.757000', '195234.760000', '195234.763000', '195234.765000', '195234.768000', '195234.771000', '195234.773000', '195234.776000', '195234.779000', '195234.781000', '195234.784000', '195234.786000', '195234.789000', '195234.792000', '195234.794000', '195234.797000', '195254.687000', '195254.689000', '195254.692000', '195254.695000', '195254.697000', '195254.700000', '195254.703000', '195254.705000', '195254.708000', '195254.711000', '195254.713000', '195254.716000', '195254.719000', '195254.721000', '195254.724000', '195254.726000', '195254.729000', '195254.732000', '195254.734000', '195254.737000', '195254.740000', '195254.742000', '195254.745000', '195254.747000', '195254.750000', '195254.753000', '195254.755000', '195254.758000', '195254.760000', '195254.763000', '195254.766000', '195254.768000', '195254.771000', '195254.774000', '195254.776000', '195254.779000', '195254.782000', '195254.784000', '195254.787000', '195254.790000', '195254.792000', '195254.795000', '195254.798000', '195254.802000', '195314.686000', '195314.688000', '195314.691000', '195314.694000', '195314.696000', '195314.699000', '195314.701000', '195314.704000', '195314.707000', '195314.709000', '195314.712000', '195314.715000', '195314.717000', '195314.720000', '195314.722000', '195314.725000', '195314.728000', '195314.730000', '195314.733000', '195314.735000', '195314.738000', '195314.741000', '195314.743000', '195314.746000', '195314.749000', '195314.751000', '195314.754000', '195314.756000', '195314.759000', '195314.762000', '195314.764000', '195314.767000', '195314.769000', '195314.772000', '195314.775000', '195314.777000', '195314.780000', '195314.782000', '195314.785000', '195314.788000', '195314.790000', '195314.793000', '195314.795000', '195314.798000', '195334.686000', '195334.689000', '195334.691000', '195334.694000', '195334.696000', '195334.699000', '195334.702000', '195334.704000', '195334.707000', '195334.709000', '195334.712000', '195334.715000', '195334.717000', '195334.720000', '195334.723000', '195334.725000', '195334.728000', '195334.730000', '195334.742000', '195334.745000', '195334.747000', '195334.750000', '195334.753000', '195334.755000', '195334.758000', '195334.760000', '195334.763000', '195334.766000', '195334.768000', '195334.771000', '195334.774000', '195334.776000', '195334.779000', '195334.781000', '195334.784000', '195334.787000', '195334.789000', '195334.792000', '195334.795000', '195334.798000', '195334.800000', '195334.803000', '195334.805000', '195354.687000', '195354.689000', '195354.692000', '195354.695000', '195354.697000', '195354.700000', '195354.702000', '195354.705000', '195354.708000', '195354.710000', '195354.713000', '195354.715000', '195354.718000', '195354.721000', '195354.723000', '195354.726000', '195354.729000', '195354.731000', '195354.734000', '195354.737000', '195354.739000', '195354.742000', '195354.744000', '195354.747000', '195354.750000', '195354.752000', '195354.755000', '195354.757000', '195354.760000', '195354.763000', '195354.765000', '195354.768000', '195354.771000', '195354.773000', '195354.776000', '195354.778000', '195354.781000', '195354.784000', '195354.786000', '195354.789000', '195354.792000', '195354.794000', '195354.797000', '195354.799000', '195412.985000', '195412.989000', '195412.992000', '195412.995000', '195412.997000', '195413.001000', '195413.003000', '195413.006000', '195413.009000', '195413.011000', '195413.014000', '195413.017000', '195413.021000', '195413.024000', '195413.026000', '195413.029000', '195413.032000', '195413.034000', '195413.037000', '195413.040000', '195413.043000', '195413.045000', '195413.048000', '195413.051000', '195413.054000', '195413.057000', '195413.060000', '195413.062000', '195413.065000', '195413.068000', '195413.070000', '195413.073000', '195413.076000', '195413.081000', '195413.085000', '195413.088000', '195413.091000', '195413.094000', '195413.097000', '195413.101000'], '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': [10136, 13481, 10188, 12783, 10180, 12636, 10061, 12025, 9612, 8466, 11294, 8209, 12644, 8902, 13822, 9896, 13224, 10324, 13006, 10324, 13041, 10829, 12841, 9925, 12045, 10551, 14327, 10878, 16168, 10880, 12994, 10478, 14545, 11133, 12936, 11314, 12177, 9369, 12005, 8803, 12458, 8701, 13102, 8381, 12835, 8217, 13164, 8424, 13737, 9095, 13804, 9612, 13207, 9523, 13424, 9521, 14040, 9689, 13321, 9909, 13286, 10239, 13920, 10767, 17895, 10171, 15915, 10480, 14878, 11149, 17629, 12831, 18546, 11099, 16359, 10818, 16062, 13131, 18569, 14755, 14357, 9698, 9842, 11632, 8935, 14681, 11321, 13341, 10902, 8468, 13403, 9720, 14303, 11174, 18737, 14085, 19286, 15318, 15082, 19102, 12345, 17362, 10961, 9398, 12561, 11159, 17890, 13498, 10046, 12562, 10699, 15474, 10413, 8940, 12395, 10243, 14993, 12013, 19570, 14600, 15969, 9974, 15027, 10661, 15008, 11964, 12697, 10442, 10584, 10883, 10130, 11776, 10408, 13781, 8649, 12970, 8529, 12915, 8635, 13856, 9188, 14587, 8279, 12856, 8314, 12641, 8739, 13879, 9094, 13518, 8313, 12782, 9017, 13403, 8996, 14213, 9118, 13251, 8741, 13452, 8993, 14111, 9571, 15712, 9605, 13077, 9790, 13385, 9869, 15318, 10121, 15945, 9666, 13968, 9386, 14378, 9882, 18110, 10187, 15470, 9981, 14338, 10266, 15732, 10221, 15219, 9290, 12609, 9125, 13756, 9470, 15139, 8907, 12754, 8869, 13399, 9417, 14225, 9316, 13148, 8674, 12847, 9252, 14022, 9806, 14051, 9676, 12707, 9715, 13500, 10273, 15697, 10843, 13958, 9868, 12844, 10284, 12667, 11549, 14127, 9671, 12733, 10267, 12971, 10830, 13450, 9426, 12608, 9302, 13612, 8928, 13744, 8353, 12215, 8515, 13793, 8333, 12776, 8601, 12703, 8754, 13696, 8892, 13149, 8166, 12818, 9045, 13326, 12251, 12611, 12708, 12224, 16529, 11587, 17008, 12588, 17713, 10751, 16558, 10433, 13790, 13075, 15307, 12573, 16227, 10415, 13648, 9964, 13116, 12068, 14908, 9786, 13614, 9925, 13143, 12713, 17179, 12931, 18214, 10754, 14960, 11807, 15308, 13431, 17691, 12392, 16807, 9840, 14736, 10053, 13710, 11733, 13475, 10356, 12292, 10472, 10539, 12334, 10547, 12787, 7888, 12502, 8488, 12904, 10454, 16082, 10441, 16648, 8655, 15366, 10040, 17265, 12085, 18154, 13754, 14289, 17011, 13043, 17609, 10354, 12740, 10573, 8463, 15550, 10664, 19458, 13583, 14951, 10713, 8145, 11434, 7956, 12354, 9076, 16919, 10200, 13389, 9886, 13344, 10012, 11724, 10961, 7873, 11655, 8185, 13150, 9827, 13953, 11395, 14199, 10575, 7699, 12424, 9624, 13807, 10432, 15278, 12462, 17644, 13457, 20089, 15528, 19815, 15263, 16801, 14459, 14713, 16401, 12617, 18019, 13688, 18783, 14897, 18502, 12084, 14104, 9713, 12725, 10330, 13926, 11377, 16813, 9772, 14896, 9978, 14015, 10430, 13393, 10463, 12708, 10875, 8951, 12774, 8607, 14080, 10682, 9256, 10990, 8447, 12925, 8872, 14457, 10596, 15249, 11744, 12340, 11887, 8430, 13281, 9547, 7970, 11993, 11588, 13579, 13519, 10514, 16539, 12037, 17357, 12695, 17254, 13850, 17228, 18459, 14664, 20624, 15699, 17464, 14726, 15213, 11165, 12443, 8966, 9813, 9254, 9261, 9807, 8594, 12117, 9803, 11182, 8573, 8919, 8549, 8631, 10524, 8179, 11639, 8643, 10755, 11754, 10113, 14337, 11440, 14065, 10145, 17856, 11473, 17917, 13843, 15137, 14001, 14316, 11464, 12528, 9343, 12016, 8480, 12255, 8057, 12783, 7980, 12318, 8724, 12385, 8865, 12664, 9773, 12013, 9055, 12574, 9853, 12727, 10236, 12203, 10028, 8189, 10656, 8030, 12914, 8898, 13268, 9667, 13039, 10307, 13430, 9703, 12849, 10771, 13612, 11856, 17569, 11011, 14716, 10981, 14679, 11548, 14880, 11779, 10895, 12020, 12370, 12013, 17056, 11955, 13406, 13163, 8539, 14224, 10759, 13357, 16081, 13141, 9631, 12887, 8377, 14190, 8737, 13741, 9175, 14432, 9242, 13882, 10002, 13758, 9518, 13680, 9620, 13829, 9518, 13511, 9834, 13628, 10646, 14929, 10093, 14035, 10424, 12715, 11403, 15356, 11189, 15256, 9858, 12802, 10707, 13361, 10846, 16282, 9825, 14243, 10096, 13107, 9471, 14848, 9610, 14948, 9483, 14158, 10315, 15306, 10849, 17354, 10349, 14031, 10942, 14749, 11993, 15208, 10404, 12816, 10303, 12836, 10634, 12145, 10043, 12820, 10872, 13015, 10947, 9497, 11460, 8343, 12563, 8730, 14013, 8862, 13675, 10537, 13711, 10604, 12604, 10892, 8318, 13637, 10372, 10859, 11537, 8584, 15168, 11783, 17204, 12204, 9393, 18108, 14977, 20412, 16725, 20194, 14542, 15714, 15596, 13184, 19111, 16419, 16127, 19139, 14331, 21187, 12046, 17941, 13000, 19742, 13057, 12566, 11742, 8156, 13032, 8886, 14166, 10626, 14515, 10695, 12141, 9094, 12208, 8819, 14069, 9258, 15536, 10633, 14242, 10612, 14021, 10523, 12182, 10886, 8488, 12517, 8842, 12715, 13625, 12403, 15381, 11689, 8203, 12724, 8448, 12897, 7742, 11024, 8289, 14334, 12238, 16247, 14165, 14013, 10702, 9205, 12642, 8777, 14792, 11119, 17867, 11169, 15083, 10651, 14249, 10812, 15236, 10771, 9765, 11032, 8398, 13400, 8918, 14554, 10205, 13871, 10447, 13188, 10534, 12940, 10664, 16170, 10832, 11399, 9843, 9618, 11215, 11816, 12173, 10312, 11725, 8224, 12048, 8860, 12990, 9017, 13497, 8502, 13275, 8380, 12441, 8559, 11952, 10139, 12897, 8836, 12415, 8550, 12409, 8983, 12223, 13621, 11077, 16098, 10549, 13474, 10437, 12528, 9210, 13235, 8650, 13425, 8049, 13221, 8769, 13154, 12616, 15205, 9550, 13238, 8195, 13661, 10375, 12908, 18300, 14930, 18052, 11233, 15930, 11212, 15164, 11595, 15892, 12206, 17212, 10659, 14156, 9291, 13967, 9755, 14574, 8409, 11758, 18637, 11100, 14911, 12792, 13678, 9917, 11970, 9212, 11996, 8254, 13045, 8202, 12540, 8172, 12705, 8583, 12952, 9806, 12805, 12330, 11480, 18592, 10948, 13542, 11125, 12587, 9393, 11669, 8871, 11140, 16826, 10945, 13271, 10719, 12054, 8838, 11339, 8334, 11989, 8285, 12056, 8339, 11864, 8583, 12362, 12148, 12034, 16245, 11037, 17363, 11736, 14499, 11137, 15149, 8683, 13998, 8314, 11980, 15592, 11997, 16667, 11718, 10110, 11267, 11618, 12209, 14981, 11907, 13373, 11178, 12867, 9805, 12605, 8612, 11964, 10668, 11741, 9035, 11227, 14160, 10687, 14117, 11275, 13035, 9333, 12512, 8305, 11955, 8234, 12404, 9437, 13391, 8371, 12168, 9459, 12056, 17967, 11140, 16111, 12238, 13932, 12518, 15490, 11528, 11165, 10940, 9541, 12987, 8740, 13683, 10998, 15691, 13589, 18110, 12942, 16255, 13276, 14519, 9974, 16850, 8862, 11805, 8695, 12448, 8795, 12718, 8738, 12902, 8679, 11609, 7934, 12070, 9441, 12254, 11091, 11323, 14198, 10596, 14151, 11398, 13125, 10132, 11995, 8082, 11460, 8148, 12017, 10748, 11675, 9871, 11485, 16602, 11278, 15250, 13620, 16711, 11976, 18462, 9934, 14124, 10948, 14032, 11499, 16628, 8263, 11924, 8280, 11973, 17900, 13248, 18252, 10860, 20157, 10444, 15537, 13292, 16532, 9408, 12429, 8603, 11725, 8618, 12893, 8987, 14026, 10263, 14339, 10751, 13907, 9759, 13435, 10503, 13608, 11384, 15308, 9804, 13628, 11144, 14160, 12467, 15510, 10029, 13733, 10098, 14287, 11910, 11034, 12367, 7804, 12476, 9419, 13164, 10101, 14542, 11590, 17775, 9416, 14094, 9811, 13888, 9487, 18122, 12623, 15434, 9225, 12938, 9721, 12822, 9321, 16828, 8057, 11436, 8006, 11320, 9025, 12146, 13974, 11683, 10007, 11094, 13675, 10971, 17893, 13193, 15980, 11509, 15208, 10530, 14769, 10436, 16972, 12413, 13382, 9553, 12387, 10243, 14831, 11326, 16155, 12799, 14115, 10019, 10873, 10327, 15897, 11885, 15424, 12036, 13538, 10396, 14487, 10758, 15161, 11417, 14520, 11514, 12775, 9465, 14599, 10884, 15859, 11606, 14489, 11174, 14421, 9707, 14155, 10226, 14179, 10309, 12872, 9747, 7586, 10315, 8119, 11602, 8521, 15714, 10262, 14038, 11063, 10170, 14070, 10495, 13694, 9837, 14729, 13747, 14308, 21854, 13831, 17996, 12111, 9112, 12054, 8805, 16234, 10342, 14757, 9057, 14383, 9603, 14413, 10283, 13429, 9529, 7654, 10865, 8553, 17441, 12461, 15674, 11607, 14717, 10112, 10560, 10293, 16232, 10139, 19398, 15273, 15749, 17022, 9361, 17173, 12313, 18295, 14910, 17024, 15362, 16346, 12496, 9299, 15326, 11375, 18535, 14922, 17953, 13702, 15459, 12900, 15157, 13455, 17937, 12594, 14138, 8961, 11115, 9053, 12268, 10322, 15695, 11135, 8218, 9951, 7653, 10401, 8008, 12608, 9053, 14063, 7839, 12460, 8201, 14025, 8851, 14077, 10331, 12840, 9483, 13906, 9951, 14370, 11221, 10340, 11333, 7711, 13285, 9441, 14211, 10322, 13943, 11950, 16589, 12196, 13186, 9573, 11736, 10757, 14404, 11770, 13688, 11879, 10631, 11412, 9245, 13393, 12595, 14667, 10770, 13603, 8199, 12919, 9386, 13052, 12611, 13304, 7999, 12119, 8411, 13623, 8142, 13966, 8934, 14646, 10259, 13450, 9420, 13037, 9854, 13423, 9874, 12299, 9975, 8405, 12451, 7295, 12445, 8961, 12900, 9596, 13726, 10053, 13066, 10122, 11592, 10376, 9032, 13073, 9567, 17810, 10164, 14084, 10111, 11586, 11940, 10140, 16398, 9898, 17724, 12414, 15654, 10102, 12465, 10362, 9560, 13809, 9296, 13756, 10163, 13289, 10100, 12239, 10825, 9110, 12748, 8611, 13297, 8982, 13653, 10191, 15750, 10695, 15438, 9862, 12427, 10284, 11377, 11526, 8541, 12528, 8366, 12862, 8662, 13657, 10047, 15098, 10374, 13191, 10269, 12811, 8764, 13018, 8502, 12519, 8888, 12584, 9757, 13190, 10491, 13317, 10673, 12958, 10061, 13262, 10380, 12604, 10371, 10115, 10764, 9645, 11878, 10375, 12688, 13882, 12789, 8523, 13000, 8593, 13390, 10316, 14070, 11275, 15622, 10585, 13635, 10762, 14814, 11073, 13553, 10408, 8468, 11602, 9375, 12924, 10748, 15832, 9453, 14824], 'WindowCenter': [4710.0, 4722.0, 4681.0, 4705.0, 4677.0, 4693.0, 4665.0, 4705.0, 4664.0, 4645.0, 4683.0, 4642.0, 4701.0, 4653.0, 4713.0, 4671.0, 4702.0, 4673.0, 4704.0, 4674.0, 4716.0, 4685.0, 4703.0, 4674.0, 4694.0, 4685.0, 4714.0, 4686.0, 4723.0, 4685.0, 4703.0, 4682.0, 4713.0, 4682.0, 4703.0, 4684.0, 4693.0, 4662.0, 4693.0, 4652.0, 4693.0, 4654.0, 4703.0, 4644.0, 4703.0, 4644.0, 4702.0, 4645.0, 4713.0, 4653.0, 4715.0, 4676.0, 4703.0, 4675.0, 4715.0, 4676.0, 4712.0, 4663.0, 4704.0, 4676.0, 4715.0, 4686.0, 4714.0, 4696.0, 4735.0, 4686.0, 4724.0, 4686.0, 4724.0, 4695.0, 4734.0, 4704.0, 4745.0, 4696.0, 4735.0, 4695.0, 4723.0, 4705.0, 4732.0, 4714.0, 4714.0, 4674.0, 4686.0, 4694.0, 4665.0, 4727.0, 4685.0, 4704.0, 4673.0, 4633.0, 4700.0, 4663.0, 4705.0, 4671.0, 4743.0, 4727.0, 4743.0, 4733.0, 4726.0, 4744.0, 4690.0, 4718.0, 4682.0, 4649.0, 4690.0, 4684.0, 4734.0, 4703.0, 4672.0, 4694.0, 4671.0, 4711.0, 4683.0, 4665.0, 4693.0, 4673.0, 4712.0, 4692.0, 4733.0, 4702.0, 4712.0, 4660.0, 4698.0, 4658.0, 4696.0, 4668.0, 4675.0, 4658.0, 4658.0, 4656.0, 4658.0, 4678.0, 4660.0, 4686.0, 4628.0, 4678.0, 4640.0, 4677.0, 4640.0, 4690.0, 4649.0, 4699.0, 4630.0, 4678.0, 4630.0, 4689.0, 4639.0, 4701.0, 4640.0, 4691.0, 4642.0, 4691.0, 4651.0, 4701.0, 4654.0, 4703.0, 4650.0, 4693.0, 4643.0, 4700.0, 4653.0, 4700.0, 4664.0, 4723.0, 4662.0, 4702.0, 4663.0, 4701.0, 4673.0, 4713.0, 4672.0, 4711.0, 4662.0, 4702.0, 4662.0, 4712.0, 4663.0, 4731.0, 4661.0, 4711.0, 4662.0, 4701.0, 4673.0, 4711.0, 4660.0, 4710.0, 4651.0, 4680.0, 4650.0, 4701.0, 4660.0, 4709.0, 4651.0, 4689.0, 4651.0, 4700.0, 4661.0, 4701.0, 4650.0, 4691.0, 4641.0, 4690.0, 4663.0, 4701.0, 4661.0, 4701.0, 4663.0, 4692.0, 4662.0, 4704.0, 4674.0, 4720.0, 4683.0, 4700.0, 4673.0, 4691.0, 4674.0, 4691.0, 4692.0, 4701.0, 4663.0, 4690.0, 4672.0, 4701.0, 4672.0, 4700.0, 4663.0, 4691.0, 4663.0, 4702.0, 4651.0, 4700.0, 4640.0, 4691.0, 4652.0, 4699.0, 4641.0, 4689.0, 4640.0, 4688.0, 4640.0, 4700.0, 4651.0, 4691.0, 4641.0, 4691.0, 4652.0, 4702.0, 4691.0, 4690.0, 4691.0, 4690.0, 4720.0, 4681.0, 4719.0, 4691.0, 4721.0, 4672.0, 4721.0, 4671.0, 4701.0, 4692.0, 4708.0, 4691.0, 4710.0, 4669.0, 4699.0, 4661.0, 4701.0, 4692.0, 4709.0, 4661.0, 4698.0, 4661.0, 4691.0, 4693.0, 4720.0, 4693.0, 4731.0, 4671.0, 4711.0, 4693.0, 4711.0, 4701.0, 4719.0, 4691.0, 4720.0, 4661.0, 4711.0, 4661.0, 4701.0, 4690.0, 4700.0, 4670.0, 4691.0, 4672.0, 4672.0, 4691.0, 4672.0, 4693.0, 4631.0, 4692.0, 4652.0, 4703.0, 4672.0, 4723.0, 4669.0, 4721.0, 4642.0, 4708.0, 4660.0, 4721.0, 4691.0, 4732.0, 4702.0, 4711.0, 4722.0, 4705.0, 4731.0, 4672.0, 4692.0, 4671.0, 4642.0, 4724.0, 4683.0, 4746.0, 4702.0, 4708.0, 4659.0, 4629.0, 4681.0, 4648.0, 4704.0, 4653.0, 4734.0, 4671.0, 4715.0, 4662.0, 4703.0, 4672.0, 4682.0, 4684.0, 4645.0, 4683.0, 4644.0, 4703.0, 4688.0, 4714.0, 4696.0, 4713.0, 4670.0, 4621.0, 4691.0, 4661.0, 4704.0, 4673.0, 4710.0, 4694.0, 4723.0, 4703.0, 4742.0, 4712.0, 4732.0, 4713.0, 4708.0, 4688.0, 4687.0, 4698.0, 4666.0, 4708.0, 4686.0, 4708.0, 4688.0, 4703.0, 4653.0, 4673.0, 4623.0, 4662.0, 4644.0, 4673.0, 4656.0, 4694.0, 4635.0, 4682.0, 4633.0, 4672.0, 4642.0, 4673.0, 4653.0, 4667.0, 4658.0, 4627.0, 4666.0, 4625.0, 4675.0, 4657.0, 4636.0, 4658.0, 4640.0, 4679.0, 4652.0, 4725.0, 4686.0, 4711.0, 4693.0, 4690.0, 4693.0, 4653.0, 4711.0, 4658.0, 4639.0, 4689.0, 4679.0, 4697.0, 4697.0, 4655.0, 4709.0, 4676.0, 4718.0, 4676.0, 4706.0, 4674.0, 4703.0, 4702.0, 4682.0, 4712.0, 4679.0, 4678.0, 4668.0, 4666.0, 4637.0, 4646.0, 4606.0, 4616.0, 4616.0, 4617.0, 4615.0, 4610.0, 4661.0, 4632.0, 4642.0, 4624.0, 4634.0, 4626.0, 4627.0, 4657.0, 4628.0, 4667.0, 4639.0, 4668.0, 4679.0, 4657.0, 4696.0, 4665.0, 4686.0, 4647.0, 4705.0, 4665.0, 4706.0, 4684.0, 4696.0, 4685.0, 4684.0, 4666.0, 4675.0, 4636.0, 4667.0, 4638.0, 4677.0, 4629.0, 4689.0, 4629.0, 4678.0, 4640.0, 4679.0, 4653.0, 4702.0, 4671.0, 4690.0, 4652.0, 4691.0, 4674.0, 4703.0, 4685.0, 4704.0, 4672.0, 4654.0, 4684.0, 4640.0, 4704.0, 4665.0, 4715.0, 4677.0, 4714.0, 4686.0, 4713.0, 4674.0, 4703.0, 4697.0, 4711.0, 4695.0, 4733.0, 4684.0, 4713.0, 4684.0, 4724.0, 4694.0, 4725.0, 4692.0, 4683.0, 4693.0, 4693.0, 4691.0, 4733.0, 4693.0, 4703.0, 4704.0, 4651.0, 4712.0, 4672.0, 4701.0, 4722.0, 4692.0, 4650.0, 4688.0, 4641.0, 4699.0, 4651.0, 4713.0, 4661.0, 4712.0, 4662.0, 4701.0, 4673.0, 4714.0, 4675.0, 4712.0, 4672.0, 4717.0, 4673.0, 4714.0, 4685.0, 4714.0, 4683.0, 4723.0, 4673.0, 4713.0, 4685.0, 4702.0, 4695.0, 4723.0, 4683.0, 4711.0, 4672.0, 4688.0, 4684.0, 4703.0, 4685.0, 4719.0, 4661.0, 4700.0, 4671.0, 4691.0, 4687.0, 4739.0, 4675.0, 4720.0, 4660.0, 4700.0, 4672.0, 4710.0, 4671.0, 4719.0, 4672.0, 4712.0, 4681.0, 4709.0, 4681.0, 4707.0, 4672.0, 4688.0, 4672.0, 4688.0, 4673.0, 4688.0, 4660.0, 4700.0, 4683.0, 4713.0, 4682.0, 4661.0, 4689.0, 4642.0, 4702.0, 4653.0, 4725.0, 4663.0, 4710.0, 4683.0, 4724.0, 4696.0, 4705.0, 4696.0, 4654.0, 4723.0, 4688.0, 4696.0, 4706.0, 4682.0, 4753.0, 4721.0, 4750.0, 4718.0, 4680.0, 4759.0, 4737.0, 4755.0, 4738.0, 4758.0, 4728.0, 4725.0, 4724.0, 4702.0, 4747.0, 4734.0, 4721.0, 4743.0, 4698.0, 4727.0, 4679.0, 4718.0, 4688.0, 4730.0, 4687.0, 4677.0, 4668.0, 4615.0, 4686.0, 4636.0, 4686.0, 4657.0, 4700.0, 4656.0, 4667.0, 4625.0, 4667.0, 4638.0, 4697.0, 4649.0, 4709.0, 4656.0, 4698.0, 4669.0, 4698.0, 4671.0, 4679.0, 4672.0, 4641.0, 4689.0, 4638.0, 4688.0, 4688.0, 4693.0, 4711.0, 4681.0, 4639.0, 4691.0, 4631.0, 4680.0, 4624.0, 4659.0, 4631.0, 4686.0, 4666.0, 4681.0, 4673.0, 4675.0, 4643.0, 4648.0, 4702.0, 4641.0, 4699.0, 4669.0, 4719.0, 4656.0, 4685.0, 4644.0, 4684.0, 4653.0, 4685.0, 4656.0, 4646.0, 4654.0, 4626.0, 4686.0, 4636.0, 4686.0, 4646.0, 4674.0, 4658.0, 4673.0, 4657.0, 4677.0, 4658.0, 4696.0, 4657.0, 4665.0, 4647.0, 4638.0, 4655.0, 4668.0, 4667.0, 4646.0, 4668.0, 4627.0, 4676.0, 4638.0, 4688.0, 4638.0, 4688.0, 4627.0, 4686.0, 4629.0, 4689.0, 4641.0, 4681.0, 4658.0, 4687.0, 4638.0, 4690.0, 4641.0, 4688.0, 4651.0, 4693.0, 4713.0, 4683.0, 4710.0, 4670.0, 4691.0, 4670.0, 4690.0, 4650.0, 4688.0, 4639.0, 4688.0, 4630.0, 4689.0, 4652.0, 4704.0, 4689.0, 4700.0, 4648.0, 4687.0, 4628.0, 4686.0, 4661.0, 4689.0, 4718.0, 4698.0, 4718.0, 4666.0, 4706.0, 4668.0, 4699.0, 4669.0, 4696.0, 4681.0, 4706.0, 4658.0, 4685.0, 4638.0, 4685.0, 4635.0, 4685.0, 4614.0, 4664.0, 4706.0, 4655.0, 4684.0, 4674.0, 4674.0, 4634.0, 4663.0, 4634.0, 4667.0, 4626.0, 4676.0, 4615.0, 4675.0, 4626.0, 4676.0, 4639.0, 4687.0, 4657.0, 4675.0, 4676.0, 4667.0, 4718.0, 4667.0, 4689.0, 4668.0, 4675.0, 4634.0, 4666.0, 4634.0, 4667.0, 4708.0, 4657.0, 4674.0, 4656.0, 4665.0, 4635.0, 4665.0, 4630.0, 4676.0, 4627.0, 4679.0, 4630.0, 4679.0, 4638.0, 4692.0, 4691.0, 4690.0, 4710.0, 4669.0, 4718.0, 4680.0, 4699.0, 4682.0, 4698.0, 4638.0, 4698.0, 4629.0, 4679.0, 4708.0, 4676.0, 4706.0, 4677.0, 4658.0, 4680.0, 4679.0, 4689.0, 4711.0, 4680.0, 4689.0, 4669.0, 4689.0, 4660.0, 4689.0, 4650.0, 4690.0, 4667.0, 4681.0, 4637.0, 4669.0, 4700.0, 4672.0, 4712.0, 4680.0, 4690.0, 4650.0, 4690.0, 4641.0, 4681.0, 4640.0, 4691.0, 4652.0, 4701.0, 4629.0, 4692.0, 4662.0, 4693.0, 4731.0, 4669.0, 4709.0, 4680.0, 4699.0, 4691.0, 4712.0, 4681.0, 4683.0, 4685.0, 4675.0, 4704.0, 4664.0, 4714.0, 4695.0, 4736.0, 4703.0, 4732.0, 4691.0, 4721.0, 4692.0, 4699.0, 4659.0, 4708.0, 4640.0, 4693.0, 4640.0, 4688.0, 4643.0, 4688.0, 4641.0, 4679.0, 4640.0, 4669.0, 4631.0, 4693.0, 4662.0, 4681.0, 4669.0, 4668.0, 4700.0, 4670.0, 4699.0, 4679.0, 4690.0, 4660.0, 4669.0, 4627.0, 4667.0, 4630.0, 4681.0, 4670.0, 4678.0, 4660.0, 4679.0, 4710.0, 4681.0, 4711.0, 4701.0, 4718.0, 4682.0, 4719.0, 4658.0, 4700.0, 4671.0, 4701.0, 4669.0, 4710.0, 4628.0, 4680.0, 4628.0, 4680.0, 4718.0, 4688.0, 4717.0, 4668.0, 4729.0, 4659.0, 4709.0, 4688.0, 4707.0, 4638.0, 4675.0, 4635.0, 4666.0, 4639.0, 4688.0, 4648.0, 4700.0, 4682.0, 4712.0, 4682.0, 4711.0, 4660.0, 4704.0, 4670.0, 4701.0, 4680.0, 4710.0, 4660.0, 4701.0, 4682.0, 4712.0, 4691.0, 4708.0, 4659.0, 4699.0, 4669.0, 4711.0, 4690.0, 4681.0, 4689.0, 4618.0, 4689.0, 4661.0, 4699.0, 4682.0, 4711.0, 4681.0, 4719.0, 4648.0, 4696.0, 4670.0, 4699.0, 4660.0, 4717.0, 4691.0, 4706.0, 4649.0, 4687.0, 4661.0, 4687.0, 4637.0, 4706.0, 4614.0, 4664.0, 4615.0, 4655.0, 4636.0, 4675.0, 4683.0, 4666.0, 4644.0, 4653.0, 4686.0, 4666.0, 4707.0, 4675.0, 4695.0, 4654.0, 4693.0, 4656.0, 4695.0, 4657.0, 4719.0, 4688.0, 4683.0, 4644.0, 4674.0, 4655.0, 4695.0, 4666.0, 4705.0, 4677.0, 4685.0, 4645.0, 4656.0, 4656.0, 4696.0, 4667.0, 4695.0, 4677.0, 4675.0, 4645.0, 4684.0, 4654.0, 4695.0, 4664.0, 4684.0, 4668.0, 4674.0, 4648.0, 4684.0, 4657.0, 4696.0, 4667.0, 4684.0, 4655.0, 4681.0, 4646.0, 4686.0, 4656.0, 4685.0, 4657.0, 4676.0, 4648.0, 4617.0, 4660.0, 4642.0, 4679.0, 4641.0, 4720.0, 4683.0, 4711.0, 4695.0, 4687.0, 4713.0, 4670.0, 4713.0, 4662.0, 4714.0, 4702.0, 4701.0, 4741.0, 4686.0, 4708.0, 4675.0, 4638.0, 4677.0, 4639.0, 4707.0, 4659.0, 4699.0, 4640.0, 4698.0, 4649.0, 4698.0, 4661.0, 4701.0, 4647.0, 4632.0, 4691.0, 4662.0, 4745.0, 4704.0, 4735.0, 4698.0, 4726.0, 4689.0, 4697.0, 4701.0, 4751.0, 4689.0, 4755.0, 4725.0, 4722.0, 4724.0, 4665.0, 4733.0, 4697.0, 4748.0, 4728.0, 4725.0, 4724.0, 4724.0, 4692.0, 4651.0, 4709.0, 4683.0, 4731.0, 4699.0, 4709.0, 4701.0, 4712.0, 4704.0, 4711.0, 4691.0, 4720.0, 4679.0, 4687.0, 4627.0, 4667.0, 4639.0, 4667.0, 4659.0, 4712.0, 4668.0, 4626.0, 4648.0, 4631.0, 4670.0, 4629.0, 4704.0, 4652.0, 4700.0, 4631.0, 4691.0, 4638.0, 4697.0, 4650.0, 4701.0, 4660.0, 4678.0, 4650.0, 4690.0, 4660.0, 4697.0, 4682.0, 4660.0, 4670.0, 4619.0, 4690.0, 4652.0, 4700.0, 4662.0, 4701.0, 4683.0, 4710.0, 4680.0, 4689.0, 4650.0, 4678.0, 4670.0, 4701.0, 4669.0, 4687.0, 4665.0, 4656.0, 4665.0, 4637.0, 4674.0, 4667.0, 4685.0, 4655.0, 4673.0, 4616.0, 4676.0, 4636.0, 4676.0, 4666.0, 4676.0, 4629.0, 4678.0, 4626.0, 4687.0, 4616.0, 4687.0, 4639.0, 4698.0, 4657.0, 4689.0, 4650.0, 4687.0, 4647.0, 4689.0, 4660.0, 4680.0, 4659.0, 4630.0, 4680.0, 4621.0, 4690.0, 4652.0, 4707.0, 4675.0, 4713.0, 4675.0, 4706.0, 4676.0, 4685.0, 4685.0, 4651.0, 4691.0, 4649.0, 4718.0, 4660.0, 4700.0, 4657.0, 4678.0, 4679.0, 4658.0, 4709.0, 4649.0, 4716.0, 4679.0, 4698.0, 4657.0, 4676.0, 4659.0, 4649.0, 4689.0, 4649.0, 4690.0, 4660.0, 4688.0, 4658.0, 4680.0, 4670.0, 4649.0, 4689.0, 4638.0, 4692.0, 4652.0, 4690.0, 4659.0, 4708.0, 4659.0, 4708.0, 4661.0, 4680.0, 4659.0, 4682.0, 4680.0, 4639.0, 4676.0, 4639.0, 4687.0, 4638.0, 4690.0, 4658.0, 4699.0, 4659.0, 4688.0, 4659.0, 4675.0, 4629.0, 4677.0, 4626.0, 4677.0, 4639.0, 4676.0, 4648.0, 4688.0, 4670.0, 4689.0, 4660.0, 4689.0, 4661.0, 4689.0, 4671.0, 4688.0, 4673.0, 4660.0, 4672.0, 4647.0, 4681.0, 4660.0, 4703.0, 4700.0, 4693.0, 4641.0, 4689.0, 4640.0, 4689.0, 4671.0, 4700.0, 4681.0, 4711.0, 4684.0, 4702.0, 4683.0, 4713.0, 4682.0, 4701.0, 4673.0, 4643.0, 4682.0, 4663.0, 4702.0, 4698.0, 4738.0, 4662.0, 4712.0], 'WindowWidth': [10308.0, 10307.0, 10246.0, 10270.0, 10233.0, 10252.0, 10214.0, 10271.0, 10211.0, 10186.0, 10233.0, 10179.0, 10258.0, 10195.0, 10275.0, 10217.0, 10259.0, 10223.0, 10264.0, 10225.0, 10285.0, 10242.0, 10263.0, 10223.0, 10251.0, 10239.0, 10280.0, 10244.0, 10292.0, 10241.0, 10263.0, 10233.0, 10277.0, 10233.0, 10263.0, 10239.0, 10248.0, 10207.0, 10246.0, 10194.0, 10249.0, 10199.0, 10262.0, 10183.0, 10262.0, 10185.0, 10260.0, 10188.0, 10277.0, 10196.0, 10282.0, 10231.0, 10265.0, 10231.0, 10284.0, 10231.0, 10277.0, 10211.0, 10266.0, 10231.0, 10282.0, 10247.0, 10282.0, 10260.0, 10312.0, 10245.0, 10295.0, 10245.0, 10297.0, 10259.0, 10309.0, 10268.0, 10324.0, 10260.0, 10314.0, 10258.0, 10294.0, 10270.0, 10306.0, 10279.0, 10279.0, 10230.0, 10248.0, 10256.0, 10217.0, 10304.0, 10241.0, 10261.0, 10218.0, 10163.0, 10252.0, 10206.0, 10265.0, 10215.0, 10321.0, 10305.0, 10321.0, 10309.0, 10300.0, 10323.0, 10241.0, 10280.0, 10233.0, 10180.0, 10240.0, 10235.0, 10307.0, 10264.0, 10221.0, 10249.0, 10217.0, 10273.0, 10236.0, 10213.0, 10247.0, 10219.0, 10273.0, 10245.0, 10306.0, 10256.0, 10272.0, 10197.0, 10249.0, 10190.0, 10246.0, 10205.0, 10213.0, 10188.0, 10188.0, 10186.0, 10191.0, 10219.0, 10196.0, 10230.0, 10151.0, 10218.0, 10168.0, 10217.0, 10168.0, 10238.0, 10182.0, 10250.0, 10156.0, 10220.0, 10158.0, 10236.0, 10171.0, 10254.0, 10170.0, 10241.0, 10175.0, 10242.0, 10188.0, 10256.0, 10196.0, 10262.0, 10187.0, 10247.0, 10180.0, 10256.0, 10195.0, 10258.0, 10209.0, 10292.0, 10205.0, 10260.0, 10208.0, 10259.0, 10224.0, 10275.0, 10218.0, 10271.0, 10204.0, 10258.0, 10207.0, 10274.0, 10209.0, 10301.0, 10202.0, 10270.0, 10205.0, 10258.0, 10222.0, 10272.0, 10200.0, 10267.0, 10188.0, 10227.0, 10188.0, 10257.0, 10200.0, 10267.0, 10189.0, 10239.0, 10189.0, 10255.0, 10205.0, 10259.0, 10187.0, 10243.0, 10175.0, 10241.0, 10207.0, 10258.0, 10203.0, 10257.0, 10207.0, 10246.0, 10206.0, 10266.0, 10227.0, 10286.0, 10236.0, 10257.0, 10222.0, 10245.0, 10226.0, 10246.0, 10248.0, 10259.0, 10208.0, 10243.0, 10222.0, 10258.0, 10219.0, 10257.0, 10207.0, 10245.0, 10211.0, 10260.0, 10189.0, 10255.0, 10173.0, 10244.0, 10192.0, 10253.0, 10173.0, 10238.0, 10172.0, 10235.0, 10175.0, 10254.0, 10188.0, 10243.0, 10176.0, 10243.0, 10193.0, 10260.0, 10243.0, 10242.0, 10243.0, 10241.0, 10284.0, 10231.0, 10284.0, 10244.0, 10285.0, 10216.0, 10285.0, 10216.0, 10258.0, 10246.0, 10263.0, 10242.0, 10267.0, 10210.0, 10252.0, 10204.0, 10259.0, 10247.0, 10266.0, 10202.0, 10252.0, 10205.0, 10245.0, 10249.0, 10282.0, 10247.0, 10300.0, 10216.0, 10272.0, 10248.0, 10273.0, 10258.0, 10279.0, 10242.0, 10281.0, 10203.0, 10271.0, 10204.0, 10257.0, 10242.0, 10254.0, 10214.0, 10243.0, 10218.0, 10220.0, 10245.0, 10220.0, 10249.0, 10164.0, 10246.0, 10193.0, 10264.0, 10221.0, 10291.0, 10212.0, 10285.0, 10176.0, 10265.0, 10200.0, 10287.0, 10245.0, 10304.0, 10259.0, 10271.0, 10288.0, 10270.0, 10306.0, 10218.0, 10242.0, 10214.0, 10180.0, 10292.0, 10237.0, 10330.0, 10259.0, 10262.0, 10194.0, 10154.0, 10226.0, 10196.0, 10266.0, 10196.0, 10308.0, 10216.0, 10282.0, 10207.0, 10262.0, 10220.0, 10232.0, 10237.0, 10186.0, 10234.0, 10183.0, 10262.0, 10250.0, 10280.0, 10261.0, 10277.0, 10213.0, 10147.0, 10245.0, 10204.0, 10261.0, 10219.0, 10270.0, 10250.0, 10291.0, 10260.0, 10318.0, 10272.0, 10300.0, 10277.0, 10262.0, 10232.0, 10227.0, 10247.0, 10195.0, 10262.0, 10226.0, 10266.0, 10230.0, 10249.0, 10175.0, 10201.0, 10133.0, 10186.0, 10165.0, 10202.0, 10182.0, 10232.0, 10153.0, 10214.0, 10148.0, 10201.0, 10159.0, 10204.0, 10180.0, 10198.0, 10186.0, 10143.0, 10195.0, 10144.0, 10207.0, 10186.0, 10158.0, 10189.0, 10171.0, 10220.0, 10188.0, 10299.0, 10245.0, 10275.0, 10251.0, 10241.0, 10251.0, 10200.0, 10275.0, 10201.0, 10180.0, 10244.0, 10230.0, 10250.0, 10250.0, 10190.0, 10270.0, 10219.0, 10282.0, 10217.0, 10266.0, 10210.0, 10255.0, 10248.0, 10220.0, 10268.0, 10210.0, 10212.0, 10191.0, 10189.0, 10146.0, 10160.0, 10105.0, 10118.0, 10120.0, 10120.0, 10115.0, 10120.0, 10189.0, 10148.0, 10160.0, 10139.0, 10157.0, 10147.0, 10149.0, 10189.0, 10151.0, 10204.0, 10169.0, 10207.0, 10222.0, 10193.0, 10241.0, 10200.0, 10227.0, 10175.0, 10254.0, 10199.0, 10261.0, 10222.0, 10243.0, 10226.0, 10223.0, 10201.0, 10212.0, 10161.0, 10203.0, 10169.0, 10218.0, 10158.0, 10235.0, 10157.0, 10222.0, 10172.0, 10225.0, 10196.0, 10260.0, 10219.0, 10243.0, 10193.0, 10245.0, 10226.0, 10266.0, 10247.0, 10272.0, 10223.0, 10198.0, 10239.0, 10180.0, 10266.0, 10217.0, 10285.0, 10237.0, 10282.0, 10246.0, 10280.0, 10229.0, 10268.0, 10262.0, 10279.0, 10258.0, 10308.0, 10241.0, 10281.0, 10242.0, 10297.0, 10256.0, 10298.0, 10249.0, 10236.0, 10250.0, 10249.0, 10247.0, 10309.0, 10250.0, 10263.0, 10267.0, 10191.0, 10274.0, 10218.0, 10259.0, 10289.0, 10246.0, 10186.0, 10236.0, 10176.0, 10253.0, 10193.0, 10276.0, 10206.0, 10276.0, 10208.0, 10260.0, 10226.0, 10280.0, 10231.0, 10276.0, 10222.0, 10291.0, 10226.0, 10281.0, 10245.0, 10283.0, 10240.0, 10293.0, 10225.0, 10280.0, 10244.0, 10267.0, 10259.0, 10291.0, 10238.0, 10273.0, 10223.0, 10242.0, 10241.0, 10265.0, 10243.0, 10282.0, 10206.0, 10256.0, 10217.0, 10245.0, 10253.0, 10326.0, 10231.0, 10287.0, 10202.0, 10255.0, 10218.0, 10268.0, 10217.0, 10284.0, 10221.0, 10277.0, 10235.0, 10268.0, 10230.0, 10264.0, 10218.0, 10240.0, 10222.0, 10240.0, 10221.0, 10239.0, 10202.0, 10258.0, 10239.0, 10281.0, 10236.0, 10204.0, 10241.0, 10181.0, 10262.0, 10198.0, 10298.0, 10210.0, 10271.0, 10241.0, 10299.0, 10261.0, 10274.0, 10260.0, 10202.0, 10296.0, 10253.0, 10263.0, 10275.0, 10252.0, 10352.0, 10303.0, 10342.0, 10294.0, 10245.0, 10355.0, 10319.0, 10349.0, 10323.0, 10351.0, 10307.0, 10298.0, 10293.0, 10264.0, 10337.0, 10311.0, 10288.0, 10323.0, 10250.0, 10292.0, 10222.0, 10280.0, 10234.0, 10298.0, 10231.0, 10216.0, 10203.0, 10132.0, 10226.0, 10161.0, 10227.0, 10190.0, 10255.0, 10186.0, 10200.0, 10143.0, 10200.0, 10166.0, 10245.0, 10183.0, 10265.0, 10188.0, 10247.0, 10208.0, 10249.0, 10214.0, 10225.0, 10219.0, 10172.0, 10236.0, 10168.0, 10234.0, 10235.0, 10248.0, 10269.0, 10230.0, 10173.0, 10243.0, 10156.0, 10220.0, 10154.0, 10189.0, 10157.0, 10226.0, 10196.0, 10214.0, 10204.0, 10206.0, 10164.0, 10179.0, 10259.0, 10174.0, 10254.0, 10209.0, 10279.0, 10185.0, 10226.0, 10168.0, 10220.0, 10178.0, 10224.0, 10185.0, 10171.0, 10181.0, 10148.0, 10226.0, 10160.0, 10225.0, 10169.0, 10207.0, 10187.0, 10207.0, 10189.0, 10216.0, 10192.0, 10243.0, 10189.0, 10197.0, 10173.0, 10161.0, 10182.0, 10204.0, 10200.0, 10172.0, 10203.0, 10148.0, 10212.0, 10164.0, 10233.0, 10167.0, 10231.0, 10149.0, 10228.0, 10155.0, 10234.0, 10176.0, 10228.0, 10192.0, 10229.0, 10165.0, 10236.0, 10171.0, 10235.0, 10187.0, 10247.0, 10276.0, 10234.0, 10268.0, 10211.0, 10240.0, 10211.0, 10238.0, 10187.0, 10234.0, 10167.0, 10236.0, 10159.0, 10237.0, 10193.0, 10261.0, 10235.0, 10251.0, 10177.0, 10230.0, 10152.0, 10230.0, 10197.0, 10236.0, 10279.0, 10246.0, 10272.0, 10200.0, 10256.0, 10205.0, 10253.0, 10209.0, 10244.0, 10224.0, 10257.0, 10192.0, 10226.0, 10165.0, 10226.0, 10155.0, 10224.0, 10126.0, 10192.0, 10259.0, 10183.0, 10222.0, 10207.0, 10206.0, 10152.0, 10192.0, 10155.0, 10199.0, 10146.0, 10211.0, 10129.0, 10210.0, 10146.0, 10214.0, 10168.0, 10233.0, 10190.0, 10214.0, 10215.0, 10201.0, 10276.0, 10202.0, 10237.0, 10206.0, 10212.0, 10155.0, 10198.0, 10154.0, 10200.0, 10261.0, 10187.0, 10209.0, 10186.0, 10197.0, 10158.0, 10198.0, 10159.0, 10216.0, 10150.0, 10221.0, 10156.0, 10223.0, 10170.0, 10243.0, 10243.0, 10239.0, 10269.0, 10210.0, 10278.0, 10224.0, 10252.0, 10229.0, 10248.0, 10166.0, 10248.0, 10155.0, 10223.0, 10262.0, 10217.0, 10258.0, 10218.0, 10192.0, 10225.0, 10226.0, 10239.0, 10274.0, 10227.0, 10238.0, 10211.0, 10237.0, 10198.0, 10238.0, 10190.0, 10241.0, 10207.0, 10227.0, 10165.0, 10209.0, 10255.0, 10217.0, 10273.0, 10227.0, 10240.0, 10185.0, 10242.0, 10175.0, 10229.0, 10174.0, 10243.0, 10191.0, 10255.0, 10157.0, 10243.0, 10204.0, 10248.0, 10303.0, 10212.0, 10267.0, 10226.0, 10253.0, 10244.0, 10273.0, 10230.0, 10235.0, 10241.0, 10228.0, 10268.0, 10214.0, 10283.0, 10259.0, 10315.0, 10265.0, 10302.0, 10242.0, 10287.0, 10243.0, 10251.0, 10196.0, 10262.0, 10172.0, 10249.0, 10174.0, 10234.0, 10180.0, 10235.0, 10173.0, 10222.0, 10171.0, 10209.0, 10162.0, 10247.0, 10203.0, 10228.0, 10209.0, 10207.0, 10252.0, 10211.0, 10254.0, 10224.0, 10236.0, 10197.0, 10209.0, 10152.0, 10206.0, 10159.0, 10227.0, 10209.0, 10222.0, 10197.0, 10222.0, 10267.0, 10229.0, 10272.0, 10255.0, 10277.0, 10229.0, 10279.0, 10193.0, 10253.0, 10215.0, 10256.0, 10210.0, 10266.0, 10156.0, 10227.0, 10153.0, 10225.0, 10275.0, 10233.0, 10271.0, 10206.0, 10297.0, 10196.0, 10266.0, 10234.0, 10258.0, 10164.0, 10212.0, 10161.0, 10203.0, 10171.0, 10234.0, 10182.0, 10254.0, 10241.0, 10280.0, 10240.0, 10274.0, 10206.0, 10266.0, 10218.0, 10257.0, 10228.0, 10270.0, 10202.0, 10260.0, 10235.0, 10276.0, 10244.0, 10264.0, 10198.0, 10255.0, 10213.0, 10274.0, 10243.0, 10232.0, 10239.0, 10141.0, 10238.0, 10203.0, 10254.0, 10239.0, 10272.0, 10232.0, 10280.0, 10182.0, 10246.0, 10217.0, 10255.0, 10201.0, 10275.0, 10241.0, 10258.0, 10184.0, 10234.0, 10203.0, 10235.0, 10163.0, 10255.0, 10129.0, 10196.0, 10131.0, 10183.0, 10161.0, 10212.0, 10220.0, 10200.0, 10167.0, 10181.0, 10227.0, 10201.0, 10260.0, 10212.0, 10238.0, 10181.0, 10233.0, 10188.0, 10244.0, 10193.0, 10286.0, 10238.0, 10226.0, 10174.0, 10213.0, 10189.0, 10243.0, 10204.0, 10261.0, 10220.0, 10229.0, 10175.0, 10189.0, 10188.0, 10246.0, 10203.0, 10246.0, 10218.0, 10213.0, 10171.0, 10227.0, 10184.0, 10244.0, 10199.0, 10227.0, 10207.0, 10209.0, 10179.0, 10227.0, 10190.0, 10245.0, 10204.0, 10225.0, 10186.0, 10220.0, 10176.0, 10229.0, 10190.0, 10227.0, 10192.0, 10217.0, 10182.0, 10140.0, 10201.0, 10179.0, 10226.0, 10177.0, 10287.0, 10240.0, 10274.0, 10260.0, 10248.0, 10281.0, 10217.0, 10280.0, 10207.0, 10283.0, 10262.0, 10258.0, 10316.0, 10228.0, 10262.0, 10213.0, 10167.0, 10219.0, 10171.0, 10260.0, 10194.0, 10250.0, 10171.0, 10248.0, 10184.0, 10248.0, 10204.0, 10256.0, 10180.0, 10170.0, 10252.0, 10215.0, 10331.0, 10268.0, 10314.0, 10265.0, 10304.0, 10256.0, 10265.0, 10277.0, 10344.0, 10257.0, 10345.0, 10299.0, 10290.0, 10295.0, 10212.0, 10305.0, 10258.0, 10338.0, 10304.0, 10301.0, 10296.0, 10294.0, 10248.0, 10190.0, 10267.0, 10233.0, 10304.0, 10252.0, 10267.0, 10254.0, 10273.0, 10266.0, 10272.0, 10240.0, 10284.0, 10220.0, 10227.0, 10146.0, 10203.0, 10168.0, 10201.0, 10195.0, 10272.0, 10207.0, 10147.0, 10180.0, 10165.0, 10212.0, 10157.0, 10266.0, 10192.0, 10257.0, 10162.0, 10242.0, 10170.0, 10248.0, 10186.0, 10255.0, 10199.0, 10223.0, 10186.0, 10240.0, 10200.0, 10249.0, 10231.0, 10198.0, 10214.0, 10142.0, 10237.0, 10189.0, 10253.0, 10203.0, 10260.0, 10234.0, 10267.0, 10226.0, 10237.0, 10185.0, 10223.0, 10210.0, 10254.0, 10208.0, 10230.0, 10197.0, 10185.0, 10198.0, 10161.0, 10209.0, 10200.0, 10225.0, 10182.0, 10206.0, 10132.0, 10211.0, 10157.0, 10211.0, 10198.0, 10210.0, 10156.0, 10220.0, 10150.0, 10233.0, 10134.0, 10229.0, 10168.0, 10246.0, 10190.0, 10235.0, 10183.0, 10233.0, 10178.0, 10235.0, 10199.0, 10225.0, 10195.0, 10156.0, 10225.0, 10147.0, 10239.0, 10189.0, 10274.0, 10232.0, 10277.0, 10227.0, 10272.0, 10229.0, 10239.0, 10241.0, 10189.0, 10242.0, 10182.0, 10278.0, 10198.0, 10255.0, 10193.0, 10222.0, 10222.0, 10193.0, 10267.0, 10181.0, 10274.0, 10219.0, 10248.0, 10191.0, 10216.0, 10194.0, 10180.0, 10235.0, 10183.0, 10239.0, 10197.0, 10236.0, 10194.0, 10226.0, 10211.0, 10183.0, 10235.0, 10168.0, 10242.0, 10189.0, 10237.0, 10195.0, 10260.0, 10194.0, 10262.0, 10198.0, 10225.0, 10195.0, 10230.0, 10224.0, 10168.0, 10214.0, 10169.0, 10230.0, 10168.0, 10237.0, 10193.0, 10248.0, 10194.0, 10232.0, 10195.0, 10214.0, 10153.0, 10217.0, 10147.0, 10216.0, 10168.0, 10215.0, 10181.0, 10232.0, 10210.0, 10237.0, 10198.0, 10235.0, 10200.0, 10237.0, 10214.0, 10237.0, 10219.0, 10199.0, 10215.0, 10180.0, 10227.0, 10199.0, 10261.0, 10255.0, 10246.0, 10174.0, 10238.0, 10174.0, 10237.0, 10216.0, 10256.0, 10229.0, 10269.0, 10240.0, 10260.0, 10234.0, 10278.0, 10233.0, 10258.0, 10220.0, 10181.0, 10231.0, 10210.0, 10263.0, 10264.0, 10321.0, 10204.0, 10276.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.006436291291291292</td></tr>
<tr><td colspan=3>aqi</td><td>0.041023043693693695</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.23689226749062</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2562895571299784</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0945258842148753</td></tr>
<tr><td colspan=3>efc</td><td>0.5264</td></tr>
<tr><td colspan=3>fber</td><td>2142.6514</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13442494126929777</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>169</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.687687687687689</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.671625552190172</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6140816649481637</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.810654296625143</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5901406949972103</td></tr>
<tr><td colspan=3>gcor</td><td>0.00652145</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0016719714039936662</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025564279407262802</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>4.015837794976551</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>13.2629</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.3402</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>275.0833</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>86.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290556.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1295.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>462.666</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.53</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.3595</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3798.787</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.5484</td></tr>
<tr><td colspan=3>tsnr</td><td>28.74830921937246</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>