<?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-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-03/func/sub-0004_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>671cca6aa1078b26fa4bf73f2680dc8e</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>10:56:9.845000</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_VE11C_LATEST_20160120</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.999408, 0.0286727, 0.0190128, -0.0310585, 0.989646, 0.140132]</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.0909894</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>[4138, -7736, -7288, 621, -34, -223, 27, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.22</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1f17466b-ad2f-49ae-93f3-5b07ba57e4fa||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813385486602783, -0.0833277553319931, 0.039954423904418945, 116.11212158203125], [-0.07692685723304749, 2.655146837234497, 0.3797263503074646, -96.95683288574219], [0.051009852439165115, -0.3759634792804718, 2.672865867614746, -56.03620147705078], [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': ['105609.845000', '105610.305000', '105610.765000', '105611.225000', '105611.685000', '105612.145000', '105612.605000', '105613.065000', '105613.525000', '105613.985000', '105614.445000', '105614.905000', '105615.365000', '105615.825000', '105616.285000', '105616.745000', '105617.205000', '105617.665000', '105618.125000', '105618.585000', '105619.045000', '105619.505000', '105619.965000', '105620.425000', '105620.885000', '105621.345000', '105621.805000', '105622.265000', '105622.725000', '105623.185000', '105623.645000', '105624.105000', '105624.565000', '105625.025000', '105625.485000', '105625.945000', '105626.405000', '105626.865000', '105627.325000', '105627.785000', '105628.245000', '105628.705000', '105629.165000', '105629.625000', '105630.085000', '105630.545000', '105631.005000', '105631.465000', '105631.925000', '105632.385000', '105632.845000', '105633.305000', '105633.765000', '105634.225000', '105634.685000', '105635.145000', '105635.605000', '105636.065000', '105636.525000', '105636.985000', '105637.445000', '105637.905000', '105638.365000', '105638.825000', '105639.285000', '105639.745000', '105640.205000', '105640.665000', '105641.125000', '105641.585000', '105642.045000', '105642.505000', '105642.965000', '105643.425000', '105643.885000', '105644.345000', '105644.805000', '105645.265000', '105645.725000', '105646.185000', '105646.645000', '105647.105000', '105647.565000', '105648.025000', '105648.485000', '105648.945000', '105649.405000', '105649.865000', '105650.325000', '105650.785000', '105651.245000', '105651.705000', '105652.165000', '105652.625000', '105653.085000', '105653.545000', '105654.005000', '105654.465000', '105654.925000', '105655.385000', '105655.845000', '105656.305000', '105656.765000', '105657.225000', '105657.685000', '105658.145000', '105658.605000', '105659.065000', '105659.525000', '105659.985000', '105700.445000', '105700.905000', '105701.365000', '105701.825000', '105702.285000', '105702.745000', '105703.205000', '105703.665000', '105704.125000', '105704.585000', '105705.045000', '105705.505000', '105705.965000', '105706.425000', '105706.885000', '105707.345000', '105707.805000', '105708.265000', '105708.725000', '105709.185000', '105709.645000', '105710.105000', '105710.565000', '105711.025000', '105711.485000', '105711.945000', '105712.405000', '105712.865000', '105713.325000', '105713.785000', '105714.245000', '105714.705000', '105715.165000', '105715.625000', '105716.085000', '105716.545000', '105717.005000', '105717.465000', '105717.925000', '105718.385000', '105718.845000', '105719.305000', '105719.765000', '105720.225000', '105720.685000', '105721.145000', '105721.605000', '105722.065000', '105722.525000', '105722.985000', '105723.445000', '105723.905000', '105724.365000', '105724.825000', '105725.285000', '105725.745000', '105726.205000', '105726.665000', '105727.125000', '105727.585000', '105728.045000', '105728.505000', '105728.965000', '105729.425000', '105729.885000', '105730.345000', '105730.805000', '105731.265000', '105731.725000', '105732.185000', '105732.645000', '105733.105000', '105733.565000', '105734.025000', '105734.485000', '105734.945000', '105735.405000', '105735.865000', '105736.325000', '105736.785000', '105737.245000', '105737.705000', '105738.165000', '105738.625000', '105739.085000', '105739.545000', '105740.005000', '105740.465000', '105740.925000', '105741.385000', '105741.845000', '105742.305000', '105742.765000', '105743.225000', '105743.685000', '105744.145000', '105744.605000', '105745.065000', '105745.525000', '105745.985000', '105746.445000', '105746.905000', '105747.365000', '105747.825000', '105748.285000', '105748.745000', '105749.205000', '105749.665000', '105750.125000', '105750.585000', '105751.045000', '105751.505000', '105751.965000', '105752.425000', '105752.885000', '105753.345000', '105753.805000', '105754.265000', '105754.725000', '105755.185000', '105755.645000', '105756.105000', '105756.565000', '105757.025000', '105757.485000', '105757.945000', '105758.405000', '105758.865000', '105759.325000', '105759.785000', '105800.245000', '105800.705000', '105801.165000', '105801.625000', '105802.085000', '105802.545000', '105803.005000', '105803.465000', '105803.925000', '105804.385000', '105804.845000', '105805.305000', '105805.765000', '105806.225000', '105806.685000', '105807.145000', '105807.605000', '105808.065000', '105808.525000', '105808.985000', '105809.445000', '105809.905000', '105810.365000', '105810.825000', '105811.285000', '105811.745000', '105812.205000', '105812.665000', '105813.125000', '105813.585000', '105814.045000', '105814.505000', '105814.965000', '105815.425000', '105815.885000', '105816.345000', '105816.805000', '105817.265000', '105817.725000', '105818.185000', '105818.645000', '105819.105000', '105819.565000', '105820.025000', '105820.485000', '105820.945000', '105821.405000', '105821.865000', '105822.325000', '105822.785000', '105823.245000', '105823.705000', '105824.165000', '105824.625000', '105825.085000', '105825.545000', '105826.005000', '105826.465000', '105826.925000', '105827.385000', '105827.845000', '105828.305000', '105828.765000', '105829.225000', '105829.685000', '105830.145000', '105830.605000', '105831.065000', '105831.525000', '105831.985000', '105832.445000', '105832.905000', '105833.365000', '105833.825000', '105834.285000', '105834.745000', '105835.205000', '105835.665000', '105836.125000', '105836.585000', '105837.045000', '105837.505000', '105837.965000', '105838.425000', '105838.885000', '105839.345000', '105839.805000', '105840.265000', '105840.725000', '105841.185000', '105841.645000', '105842.105000', '105842.565000', '105843.025000', '105843.485000', '105843.945000', '105844.405000', '105844.865000', '105845.325000', '105845.785000', '105846.245000', '105846.705000', '105847.165000', '105847.625000', '105848.085000', '105848.545000', '105849.005000', '105849.465000', '105849.925000', '105850.385000', '105850.845000', '105851.305000', '105851.765000', '105852.225000', '105852.685000', '105853.145000', '105853.605000', '105854.065000', '105854.525000', '105854.985000', '105855.445000', '105855.905000', '105856.365000', '105856.825000', '105857.285000', '105857.745000', '105858.205000', '105858.665000', '105859.125000', '105859.585000', '105900.045000', '105900.505000', '105900.965000', '105901.425000', '105901.885000', '105902.345000', '105902.805000', '105903.265000', '105903.725000', '105904.185000', '105904.645000', '105905.105000', '105905.565000', '105906.025000', '105906.485000', '105906.945000', '105907.405000', '105907.865000', '105908.325000', '105908.785000', '105909.245000', '105909.705000', '105910.165000', '105910.625000', '105911.085000', '105911.545000', '105912.005000', '105912.465000', '105912.925000', '105913.385000', '105913.845000', '105914.305000', '105914.765000', '105915.225000', '105915.685000', '105916.145000', '105916.605000', '105917.065000', '105917.525000', '105917.985000', '105918.445000', '105918.905000', '105919.365000', '105919.825000', '105920.285000', '105920.745000', '105921.205000', '105921.665000', '105922.125000', '105922.585000', '105923.045000', '105923.505000', '105923.965000', '105924.425000', '105924.885000', '105925.345000', '105925.805000', '105926.265000', '105926.725000', '105927.185000', '105927.645000', '105928.105000', '105928.565000', '105929.025000', '105929.485000', '105929.945000', '105930.405000', '105930.865000', '105931.325000', '105931.785000', '105932.245000', '105932.705000', '105933.165000', '105933.625000', '105934.085000', '105934.545000', '105935.005000', '105935.465000', '105935.925000', '105936.385000', '105936.845000', '105937.305000', '105937.765000', '105938.225000', '105938.685000', '105939.145000', '105939.605000', '105940.065000', '105940.525000', '105940.985000', '105941.445000', '105941.905000', '105942.365000', '105942.825000', '105943.285000', '105943.745000', '105944.205000', '105944.665000', '105945.125000', '105945.585000', '105946.045000', '105946.505000', '105946.965000', '105947.425000', '105947.885000', '105948.345000', '105948.805000', '105949.265000', '105949.725000', '105950.185000', '105950.645000', '105951.105000', '105951.565000', '105952.025000', '105952.485000', '105952.945000', '105953.405000', '105953.865000', '105954.325000', '105954.785000', '105955.245000', '105955.705000', '105956.165000', '105956.625000', '105957.085000', '105957.545000', '105958.005000', '105958.465000', '105958.925000', '105959.385000', '105959.845000', '110000.305000', '110000.765000', '110001.225000', '110001.685000', '110002.145000', '110002.605000', '110003.065000', '110003.525000', '110003.985000', '110004.445000', '110004.905000', '110005.365000', '110005.825000', '110006.285000', '110006.745000', '110007.205000', '110007.665000', '110008.125000', '110008.585000', '110009.045000', '110009.505000', '110009.965000', '110010.425000', '110010.885000', '110011.345000', '110011.805000', '110012.265000', '110012.725000', '110013.185000', '110013.645000', '110014.105000', '110014.565000', '110015.025000', '110015.485000', '110015.945000', '110016.405000', '110016.865000', '110017.325000', '110017.785000', '110018.245000', '110018.705000', '110019.165000', '110019.625000', '110020.085000', '110020.545000', '110021.005000', '110021.465000', '110021.925000', '110022.385000', '110022.845000', '110023.305000', '110023.765000', '110024.225000', '110024.685000', '110025.145000', '110025.605000', '110026.065000', '110026.525000', '110026.985000', '110027.445000', '110027.905000', '110028.365000', '110028.825000', '110029.285000', '110029.745000', '110030.205000', '110030.665000', '110031.125000', '110031.585000', '110032.045000', '110032.505000', '110032.965000', '110033.425000', '110033.885000', '110034.345000', '110034.805000', '110035.265000', '110035.725000', '110036.185000', '110036.645000', '110037.105000', '110037.565000', '110038.025000', '110038.485000', '110038.945000', '110039.405000', '110039.865000', '110040.325000', '110040.785000', '110041.245000', '110041.705000', '110042.165000', '110042.625000', '110043.085000', '110043.545000', '110044.005000', '110044.465000', '110044.925000', '110045.385000', '110045.845000', '110046.305000', '110046.765000', '110047.225000', '110047.685000', '110048.145000', '110048.605000', '110049.065000', '110049.525000', '110049.985000', '110050.445000', '110050.905000', '110051.365000', '110051.825000', '110052.285000', '110052.745000', '110053.205000', '110053.665000', '110054.125000', '110054.585000', '110055.045000', '110055.505000', '110055.965000', '110056.425000', '110056.885000', '110057.345000', '110057.805000', '110058.265000', '110058.725000', '110059.185000', '110059.645000', '110100.105000', '110100.565000', '110101.025000', '110101.485000', '110101.945000', '110102.405000', '110102.865000', '110103.325000', '110103.785000', '110104.245000', '110104.705000', '110105.165000', '110105.625000', '110106.085000', '110106.545000', '110107.005000', '110107.465000', '110107.925000', '110108.385000', '110108.845000', '110109.305000', '110109.765000', '110110.225000', '110110.685000', '110111.145000', '110111.605000', '110112.065000', '110112.525000', '110112.985000', '110113.445000', '110113.905000', '110114.365000', '110114.825000', '110115.285000', '110115.745000', '110116.205000', '110116.665000', '110117.125000', '110117.585000', '110118.045000', '110118.505000', '110118.965000', '110119.425000', '110119.885000', '110120.345000', '110120.805000', '110121.265000', '110121.725000', '110122.185000', '110122.645000', '110123.105000', '110123.565000', '110124.025000', '110124.485000', '110124.945000', '110125.405000', '110125.865000', '110126.325000', '110126.785000', '110127.245000', '110127.705000', '110128.165000', '110128.625000', '110129.085000', '110129.545000', '110130.005000', '110130.465000', '110130.925000', '110131.385000', '110131.845000', '110132.305000', '110132.765000', '110133.225000', '110133.685000', '110134.145000', '110134.605000', '110135.065000', '110135.525000', '110135.985000', '110136.445000', '110136.905000', '110137.365000', '110137.825000', '110138.285000', '110138.745000', '110139.205000', '110139.665000', '110140.125000', '110140.585000', '110141.045000', '110141.505000', '110141.965000', '110142.425000', '110142.885000', '110143.345000', '110143.805000', '110144.265000', '110144.725000', '110145.185000', '110145.645000', '110146.105000', '110146.565000', '110147.025000', '110147.485000', '110147.945000', '110148.405000', '110148.865000', '110149.325000', '110149.785000', '110150.245000', '110150.705000', '110151.165000', '110151.625000', '110152.085000', '110152.545000', '110153.005000', '110153.465000', '110153.925000', '110154.385000', '110154.845000', '110155.305000', '110155.765000', '110156.225000', '110156.685000', '110157.145000', '110157.605000', '110158.065000', '110158.525000', '110158.985000', '110159.445000', '110159.905000', '110200.365000', '110200.825000', '110201.285000', '110201.745000', '110202.205000', '110202.665000', '110203.125000', '110203.585000', '110204.045000', '110204.505000', '110204.965000', '110205.425000', '110205.885000', '110206.345000', '110206.805000', '110207.265000', '110207.725000', '110208.185000', '110208.645000', '110209.105000', '110209.565000', '110210.025000', '110210.485000', '110210.945000', '110211.405000', '110211.865000', '110212.325000', '110212.785000', '110213.245000', '110213.705000', '110214.165000', '110214.625000', '110215.085000', '110215.545000', '110216.005000', '110216.465000', '110216.925000', '110217.385000', '110217.845000', '110218.305000', '110218.765000', '110219.225000', '110219.685000', '110220.145000', '110220.605000', '110221.065000', '110221.525000', '110221.985000', '110222.445000', '110222.905000', '110223.365000', '110223.825000', '110224.285000', '110224.745000', '110225.205000', '110225.665000', '110226.125000', '110226.585000', '110227.045000', '110227.505000', '110227.965000', '110228.425000', '110228.885000', '110229.345000', '110229.805000', '110230.265000', '110230.725000', '110231.185000', '110231.645000', '110232.105000', '110232.565000', '110233.025000', '110233.485000', '110233.945000', '110234.405000', '110234.865000', '110235.325000', '110235.785000', '110236.245000', '110236.705000', '110237.165000', '110237.625000', '110238.085000', '110238.545000', '110239.005000', '110239.465000', '110239.925000', '110240.385000', '110240.845000', '110241.305000', '110241.765000', '110242.225000', '110242.685000', '110243.145000', '110243.605000', '110244.065000', '110244.525000', '110244.985000', '110245.445000', '110245.905000', '110246.365000', '110246.825000', '110247.285000', '110247.745000', '110248.205000', '110248.665000', '110249.125000', '110249.585000', '110250.045000', '110250.505000', '110250.965000', '110251.425000', '110251.885000', '110252.345000', '110252.805000', '110253.265000', '110253.725000', '110254.185000', '110254.645000', '110255.105000', '110255.565000', '110256.025000', '110256.485000', '110256.945000', '110257.405000', '110257.865000', '110258.325000', '110258.785000', '110259.245000', '110259.705000', '110300.165000', '110300.625000', '110301.085000', '110301.545000', '110302.005000', '110302.465000', '110302.925000', '110303.385000', '110303.845000', '110304.305000', '110304.765000', '110305.225000', '110305.685000', '110306.145000', '110306.605000', '110307.065000', '110307.525000', '110307.985000', '110308.445000', '110308.905000', '110309.365000', '110309.825000', '110310.285000', '110310.745000', '110311.205000', '110311.665000', '110312.125000', '110312.585000', '110313.045000', '110313.505000', '110313.965000', '110314.425000', '110314.885000', '110315.345000', '110315.805000', '110316.265000', '110316.725000', '110317.185000', '110317.645000', '110318.105000', '110318.565000', '110319.025000', '110319.485000', '110319.945000', '110320.405000', '110320.865000', '110321.325000', '110321.785000', '110322.245000', '110322.705000', '110323.165000', '110323.625000', '110324.085000', '110324.545000', '110325.005000', '110325.465000', '110325.925000', '110326.385000', '110326.845000', '110327.305000', '110327.765000', '110328.225000', '110328.685000', '110329.145000', '110329.605000', '110330.065000', '110330.525000', '110330.985000', '110331.445000', '110331.905000', '110332.365000', '110332.825000', '110333.285000', '110333.745000', '110334.205000', '110334.665000', '110335.125000', '110335.585000', '110336.045000', '110336.505000', '110336.965000', '110337.425000', '110337.885000', '110338.345000', '110338.805000', '110339.265000', '110339.725000', '110340.185000', '110340.645000', '110341.105000', '110341.565000', '110342.025000', '110342.485000', '110342.945000', '110343.405000', '110343.865000', '110344.325000', '110344.785000', '110345.245000', '110345.705000', '110346.165000', '110346.625000', '110347.085000', '110347.545000', '110348.005000', '110348.465000', '110348.925000', '110349.385000', '110349.845000', '110350.305000', '110350.765000', '110351.225000', '110351.685000', '110352.145000', '110352.605000', '110353.065000', '110353.525000', '110353.985000', '110354.445000', '110354.905000', '110355.365000', '110355.825000', '110356.285000', '110356.745000', '110357.205000', '110357.665000', '110358.125000', '110358.585000', '110359.045000', '110359.505000', '110359.965000', '110400.425000', '110400.885000', '110401.345000', '110401.805000', '110402.265000', '110402.725000', '110403.185000', '110403.645000', '110404.105000', '110404.565000', '110405.025000', '110405.485000', '110405.945000', '110406.405000', '110406.865000', '110407.325000', '110407.785000', '110408.245000', '110408.705000', '110409.165000', '110409.625000', '110410.085000', '110410.545000', '110411.005000', '110411.465000', '110411.925000', '110412.385000', '110412.845000', '110413.305000', '110413.765000', '110414.225000', '110414.685000', '110415.145000', '110415.605000', '110416.065000', '110416.525000', '110416.985000', '110417.445000', '110417.905000', '110418.365000', '110418.825000', '110419.285000', '110419.745000', '110420.205000', '110420.665000', '110421.125000', '110421.585000', '110422.045000', '110422.505000', '110422.965000', '110423.425000', '110423.885000', '110424.345000', '110424.805000', '110425.265000', '110425.725000', '110426.185000', '110426.645000', '110427.105000', '110427.565000', '110428.025000', '110428.485000', '110428.945000', '110429.405000', '110429.865000', '110430.325000', '110430.785000', '110431.245000', '110431.705000', '110432.165000', '110432.625000', '110433.085000', '110433.545000', '110434.005000', '110434.465000', '110434.925000', '110435.385000', '110435.845000', '110436.305000', '110436.765000', '110437.225000', '110437.685000', '110438.145000', '110438.605000', '110439.065000', '110439.525000', '110439.985000', '110440.445000', '110440.905000', '110441.365000', '110441.825000', '110442.285000', '110442.745000', '110443.205000', '110443.665000', '110444.125000', '110444.585000', '110445.045000', '110445.505000', '110445.965000', '110446.425000', '110446.885000', '110447.345000', '110447.805000', '110448.265000', '110448.725000', '110449.185000', '110449.645000', '110450.105000', '110450.565000', '110451.025000', '110451.485000', '110451.945000', '110452.405000', '110452.865000', '110453.325000', '110453.785000', '110454.245000', '110454.705000', '110455.165000', '110455.625000', '110456.085000', '110456.545000', '110457.005000', '110457.465000', '110457.925000', '110458.385000', '110458.845000', '110459.305000', '110459.765000', '110500.225000', '110500.685000', '110501.145000', '110501.605000', '110502.065000', '110502.525000', '110502.985000', '110503.445000', '110503.905000', '110504.365000', '110504.825000', '110505.285000', '110505.745000', '110506.205000', '110506.665000', '110507.125000', '110507.585000', '110508.045000', '110508.505000', '110508.965000', '110509.425000', '110509.885000', '110510.345000', '110510.805000', '110511.265000', '110511.725000', '110512.185000', '110512.645000', '110513.105000', '110513.565000', '110514.025000', '110514.485000', '110514.945000', '110515.405000', '110515.865000', '110516.325000', '110516.785000', '110517.245000', '110517.705000', '110518.165000', '110518.625000', '110519.085000', '110519.545000', '110520.005000', '110520.465000', '110520.925000', '110521.385000', '110521.845000', '110522.305000', '110522.765000', '110523.225000', '110523.685000', '110524.145000', '110524.605000', '110525.065000', '110525.525000', '110525.985000', '110526.445000', '110526.905000', '110527.365000', '110527.825000', '110528.285000', '110528.745000', '110529.205000', '110529.665000', '110530.125000', '110530.585000', '110531.045000', '110531.505000', '110531.965000', '110532.425000', '110532.885000', '110533.345000', '110533.805000', '110534.265000', '110534.725000', '110535.185000', '110535.645000', '110536.105000', '110536.565000', '110537.025000', '110537.485000', '110537.945000', '110538.405000', '110538.865000', '110539.325000', '110539.785000', '110540.245000', '110540.705000', '110541.165000', '110541.625000', '110542.085000', '110542.545000', '110543.005000', '110543.465000', '110543.925000', '110544.385000', '110544.845000', '110545.305000', '110545.765000', '110546.225000', '110546.685000', '110547.145000', '110547.605000', '110548.065000', '110548.525000', '110548.985000', '110549.445000', '110549.905000', '110550.365000', '110550.825000', '110551.285000', '110551.745000', '110552.205000', '110552.665000', '110553.125000', '110553.585000', '110554.045000', '110554.505000', '110554.965000', '110555.425000', '110555.885000', '110556.345000', '110556.805000', '110557.265000', '110557.725000', '110558.185000', '110558.645000', '110559.105000', '110559.565000', '110600.025000', '110600.485000', '110600.945000', '110601.405000', '110601.865000', '110602.325000', '110602.785000', '110603.245000', '110603.705000', '110604.165000', '110604.625000', '110605.085000', '110605.545000', '110606.005000', '110606.465000', '110606.925000', '110607.385000', '110607.845000', '110608.305000', '110608.765000', '110609.225000', '110609.685000', '110610.145000', '110610.605000', '110611.065000', '110611.525000', '110611.985000', '110612.445000', '110612.905000', '110613.365000', '110613.825000', '110614.285000', '110614.745000', '110615.205000', '110615.665000', '110616.125000', '110616.585000', '110617.045000', '110617.505000', '110617.965000', '110618.425000', '110618.885000', '110619.345000', '110619.805000', '110620.265000', '110620.725000', '110621.185000', '110621.645000', '110622.105000', '110622.565000', '110623.025000', '110623.485000'], 'ContentTime': ['105624.294000', '105624.297000', '105624.301000', '105624.304000', '105624.307000', '105624.315000', '105624.318000', '105624.321000', '105624.324000', '105624.327000', '105624.330000', '105624.333000', '105624.336000', '105624.352000', '105624.355000', '105624.358000', '105624.361000', '105624.364000', '105624.371000', '105624.375000', '105624.378000', '105624.381000', '105624.384000', '105624.387000', '105624.390000', '105624.393000', '105624.397000', '105624.400000', '105624.403000', '105624.405000', '105644.264000', '105644.267000', '105644.270000', '105644.273000', '105644.276000', '105644.279000', '105644.282000', '105644.285000', '105644.288000', '105644.290000', '105644.293000', '105644.296000', '105644.299000', '105644.302000', '105644.305000', '105644.308000', '105644.311000', '105644.314000', '105644.317000', '105644.320000', '105644.322000', '105644.325000', '105644.328000', '105644.331000', '105644.334000', '105644.337000', '105644.340000', '105644.343000', '105644.346000', '105644.349000', '105644.352000', '105644.355000', '105644.360000', '105644.363000', '105644.366000', '105644.369000', '105644.372000', '105644.374000', '105644.377000', '105644.380000', '105644.383000', '105644.386000', '105644.389000', '105704.263000', '105704.266000', '105704.269000', '105704.272000', '105704.274000', '105704.277000', '105704.280000', '105704.283000', '105704.286000', '105704.289000', '105704.292000', '105704.294000', '105704.297000', '105704.300000', '105704.303000', '105704.306000', '105704.309000', '105704.312000', '105704.315000', '105704.318000', '105704.321000', '105704.323000', '105704.326000', '105704.329000', '105704.332000', '105704.335000', '105704.338000', '105704.346000', '105704.349000', '105704.352000', '105704.354000', '105704.363000', '105704.366000', '105704.369000', '105704.371000', '105704.374000', '105704.377000', '105704.380000', '105704.383000', '105704.386000', '105704.389000', '105704.392000', '105704.395000', '105704.398000', '105724.263000', '105724.266000', '105724.269000', '105724.272000', '105724.275000', '105724.278000', '105724.280000', '105724.283000', '105724.286000', '105724.289000', '105724.292000', '105724.295000', '105724.298000', '105724.301000', '105724.304000', '105724.307000', '105724.310000', '105724.313000', '105724.315000', '105724.318000', '105724.321000', '105724.324000', '105724.327000', '105724.330000', '105724.333000', '105724.336000', '105724.339000', '105724.342000', '105724.345000', '105724.348000', '105724.350000', '105724.353000', '105724.357000', '105724.361000', '105724.364000', '105724.367000', '105724.369000', '105724.372000', '105724.375000', '105724.378000', '105724.381000', '105724.384000', '105724.387000', '105744.263000', '105744.266000', '105744.269000', '105744.272000', '105744.274000', '105744.277000', '105744.280000', '105744.283000', '105744.286000', '105744.289000', '105744.292000', '105744.295000', '105744.298000', '105744.301000', '105744.304000', '105744.306000', '105744.309000', '105744.312000', '105744.315000', '105744.318000', '105744.321000', '105744.324000', '105744.327000', '105744.330000', '105744.333000', '105744.335000', '105744.338000', '105744.341000', '105744.344000', '105744.347000', '105744.350000', '105744.353000', '105744.355000', '105744.358000', '105744.361000', '105744.364000', '105744.367000', '105744.370000', '105744.373000', '105744.376000', '105744.379000', '105744.381000', '105744.384000', '105744.387000', '105804.264000', '105804.267000', '105804.270000', '105804.273000', '105804.276000', '105804.279000', '105804.281000', '105804.284000', '105804.287000', '105804.290000', '105804.293000', '105804.296000', '105804.299000', '105804.302000', '105804.305000', '105804.307000', '105804.310000', '105804.313000', '105804.316000', '105804.319000', '105804.322000', '105804.324000', '105804.342000', '105804.344000', '105804.347000', '105804.350000', '105804.353000', '105804.356000', '105804.359000', '105804.362000', '105804.365000', '105804.367000', '105804.370000', '105804.373000', '105804.376000', '105804.379000', '105804.382000', '105804.385000', '105804.388000', '105804.391000', '105804.394000', '105804.396000', '105804.399000', '105824.264000', '105824.267000', '105824.270000', '105824.273000', '105824.276000', '105824.278000', '105824.281000', '105824.284000', '105824.287000', '105824.290000', '105824.293000', '105824.296000', '105824.299000', '105824.302000', '105824.304000', '105824.307000', '105824.310000', '105824.313000', '105824.316000', '105824.319000', '105824.322000', '105824.325000', '105824.328000', '105824.330000', '105824.333000', '105824.336000', '105824.339000', '105824.342000', '105824.345000', '105824.348000', '105824.351000', '105824.354000', '105824.357000', '105824.359000', '105824.362000', '105824.365000', '105824.368000', '105824.371000', '105824.374000', '105824.377000', '105824.380000', '105824.383000', '105824.386000', '105824.388000', '105844.264000', '105844.267000', '105844.270000', '105844.273000', '105844.276000', '105844.279000', '105844.281000', '105844.284000', '105844.287000', '105844.290000', '105844.293000', '105844.296000', '105844.299000', '105844.302000', '105844.305000', '105844.307000', '105844.310000', '105844.313000', '105844.316000', '105844.319000', '105844.322000', '105844.325000', '105844.328000', '105844.331000', '105844.334000', '105844.337000', '105844.339000', '105844.342000', '105844.345000', '105844.348000', '105844.351000', '105844.354000', '105844.357000', '105844.360000', '105844.363000', '105844.366000', '105844.369000', '105844.371000', '105844.374000', '105844.377000', '105844.380000', '105844.383000', '105844.386000', '105904.264000', '105904.267000', '105904.270000', '105904.273000', '105904.276000', '105904.279000', '105904.281000', '105904.284000', '105904.287000', '105904.290000', '105904.293000', '105904.296000', '105904.299000', '105904.302000', '105904.305000', '105904.307000', '105904.310000', '105904.313000', '105904.316000', '105904.319000', '105904.322000', '105904.325000', '105904.328000', '105904.331000', '105904.334000', '105904.336000', '105904.339000', '105904.342000', '105904.345000', '105904.348000', '105904.351000', '105904.354000', '105904.357000', '105904.361000', '105904.364000', '105904.367000', '105904.370000', '105904.373000', '105904.375000', '105904.378000', '105904.381000', '105904.384000', '105904.387000', '105904.390000', '105924.263000', '105924.266000', '105924.269000', '105924.272000', '105924.275000', '105924.278000', '105924.281000', '105924.283000', '105924.286000', '105924.289000', '105924.292000', '105924.295000', '105924.298000', '105924.301000', '105924.304000', '105924.306000', '105924.309000', '105924.312000', '105924.315000', '105924.318000', '105924.321000', '105924.324000', '105924.327000', '105924.329000', '105924.332000', '105924.335000', '105924.338000', '105924.341000', '105924.344000', '105924.347000', '105924.350000', '105924.353000', '105924.356000', '105924.358000', '105924.361000', '105924.364000', '105924.367000', '105924.370000', '105924.373000', '105924.376000', '105924.379000', '105924.381000', '105924.384000', '105944.264000', '105944.267000', '105944.270000', '105944.289000', '105944.292000', '105944.295000', '105944.298000', '105944.301000', '105944.304000', '105944.306000', '105944.309000', '105944.312000', '105944.315000', '105944.318000', '105944.321000', '105944.324000', '105944.327000', '105944.330000', '105944.333000', '105944.335000', '105944.338000', '105944.341000', '105944.344000', '105944.347000', '105944.350000', '105944.353000', '105944.356000', '105944.359000', '105944.362000', '105944.364000', '105944.367000', '105944.370000', '105944.373000', '105944.376000', '105944.379000', '105944.382000', '105944.385000', '105944.388000', '105944.390000', '105944.393000', '105944.396000', '105944.399000', '105944.402000', '110004.263000', '110004.266000', '110004.269000', '110004.272000', '110004.275000', '110004.278000', '110004.281000', '110004.283000', '110004.286000', '110004.289000', '110004.292000', '110004.295000', '110004.298000', '110004.301000', '110004.304000', '110004.306000', '110004.309000', '110004.312000', '110004.315000', '110004.318000', '110004.321000', '110004.324000', '110004.327000', '110004.329000', '110004.332000', '110004.335000', '110004.338000', '110004.341000', '110004.344000', '110004.347000', '110004.350000', '110004.352000', '110004.355000', '110004.358000', '110004.361000', '110004.364000', '110004.367000', '110004.370000', '110004.373000', '110004.376000', '110004.379000', '110004.381000', '110004.384000', '110004.387000', '110024.264000', '110024.267000', '110024.270000', '110024.273000', '110024.276000', '110024.279000', '110024.282000', '110024.285000', '110024.287000', '110024.290000', '110024.293000', '110024.296000', '110024.299000', '110024.302000', '110024.305000', '110024.308000', '110024.311000', '110024.314000', '110024.317000', '110024.320000', '110024.323000', '110024.326000', '110024.329000', '110024.332000', '110024.334000', '110024.337000', '110024.340000', '110024.343000', '110024.346000', '110024.349000', '110024.352000', '110024.355000', '110024.358000', '110024.361000', '110024.363000', '110024.366000', '110024.369000', '110024.372000', '110024.375000', '110024.378000', '110024.381000', '110024.384000', '110024.387000', '110044.264000', '110044.267000', '110044.270000', '110044.273000', '110044.276000', '110044.279000', '110044.282000', '110044.284000', '110044.287000', '110044.290000', '110044.293000', '110044.296000', '110044.299000', '110044.302000', '110044.305000', '110044.308000', '110044.311000', '110044.313000', '110044.316000', '110044.319000', '110044.322000', '110044.325000', '110044.328000', '110044.331000', '110044.334000', '110044.337000', '110044.339000', '110044.342000', '110044.345000', '110044.348000', '110044.351000', '110044.354000', '110044.357000', '110044.360000', '110044.363000', '110044.365000', '110044.368000', '110044.371000', '110044.374000', '110044.377000', '110044.380000', '110044.383000', '110044.386000', '110044.388000', '110104.264000', '110104.267000', '110104.270000', '110104.273000', '110104.276000', '110104.279000', '110104.282000', '110104.285000', '110104.288000', '110104.291000', '110104.294000', '110104.299000', '110104.303000', '110104.305000', '110104.308000', '110104.311000', '110104.314000', '110104.317000', '110104.320000', '110104.323000', '110104.326000', '110104.329000', '110104.331000', '110104.334000', '110104.337000', '110104.340000', '110104.343000', '110104.346000', '110104.355000', '110104.358000', '110104.361000', '110104.364000', '110104.367000', '110104.370000', '110104.372000', '110104.375000', '110104.378000', '110104.381000', '110104.384000', '110104.387000', '110104.390000', '110104.393000', '110104.395000', '110124.264000', '110124.267000', '110124.270000', '110124.273000', '110124.276000', '110124.279000', '110124.282000', '110124.285000', '110124.288000', '110124.291000', '110124.293000', '110124.296000', '110124.299000', '110124.302000', '110124.305000', '110124.308000', '110124.311000', '110124.314000', '110124.317000', '110124.320000', '110124.323000', '110124.326000', '110124.329000', '110124.331000', '110124.335000', '110124.337000', '110124.340000', '110124.343000', '110124.346000', '110124.349000', '110124.352000', '110124.355000', '110124.358000', '110124.361000', '110124.364000', '110124.367000', '110124.370000', '110124.372000', '110124.375000', '110124.378000', '110124.381000', '110124.384000', '110124.387000', '110124.390000', '110144.263000', '110144.266000', '110144.269000', '110144.272000', '110144.275000', '110144.278000', '110144.280000', '110144.283000', '110144.286000', '110144.289000', '110144.292000', '110144.295000', '110144.298000', '110144.301000', '110144.304000', '110144.309000', '110144.312000', '110144.315000', '110144.319000', '110144.322000', '110144.326000', '110144.329000', '110144.332000', '110144.334000', '110144.337000', '110144.340000', '110144.343000', '110144.346000', '110144.360000', '110144.363000', '110144.366000', '110144.368000', '110144.371000', '110144.374000', '110144.377000', '110144.380000', '110144.383000', '110144.386000', '110144.389000', '110144.392000', '110144.395000', '110144.398000', '110144.401000', '110204.263000', '110204.266000', '110204.269000', '110204.272000', '110204.275000', '110204.278000', '110204.281000', '110204.284000', '110204.287000', '110204.289000', '110204.292000', '110204.295000', '110204.298000', '110204.301000', '110204.304000', '110204.307000', '110204.310000', '110204.313000', '110204.316000', '110204.319000', '110204.322000', '110204.325000', '110204.327000', '110204.330000', '110204.333000', '110204.336000', '110204.339000', '110204.342000', '110204.345000', '110204.348000', '110204.351000', '110204.354000', '110204.356000', '110204.359000', '110204.362000', '110204.365000', '110204.368000', '110204.371000', '110204.374000', '110204.377000', '110204.379000', '110204.382000', '110204.385000', '110204.388000', '110224.263000', '110224.266000', '110224.270000', '110224.273000', '110224.276000', '110224.279000', '110224.282000', '110224.284000', '110224.287000', '110224.290000', '110224.293000', '110224.296000', '110224.299000', '110224.302000', '110224.305000', '110224.308000', '110224.311000', '110224.314000', '110224.317000', '110224.320000', '110224.323000', '110224.326000', '110224.329000', '110224.332000', '110224.335000', '110224.338000', '110224.341000', '110224.344000', '110224.347000', '110224.350000', '110224.353000', '110224.355000', '110224.358000', '110224.361000', '110224.364000', '110224.367000', '110224.370000', '110224.373000', '110224.376000', '110224.379000', '110224.382000', '110224.385000', '110224.387000', '110244.264000', '110244.267000', '110244.270000', '110244.273000', '110244.276000', '110244.279000', '110244.282000', '110244.285000', '110244.288000', '110244.291000', '110244.294000', '110244.297000', '110244.299000', '110244.302000', '110244.305000', '110244.308000', '110244.311000', '110244.314000', '110244.317000', '110244.320000', '110244.323000', '110244.326000', '110244.328000', '110244.331000', '110244.334000', '110244.337000', '110244.340000', '110244.343000', '110244.346000', '110244.349000', '110244.351000', '110244.354000', '110244.357000', '110244.360000', '110244.363000', '110244.366000', '110244.369000', '110244.372000', '110244.375000', '110244.377000', '110244.380000', '110244.383000', '110244.386000', '110244.389000', '110304.264000', '110304.267000', '110304.270000', '110304.273000', '110304.276000', '110304.279000', '110304.282000', '110304.285000', '110304.288000', '110304.291000', '110304.294000', '110304.297000', '110304.300000', '110304.302000', '110304.305000', '110304.308000', '110304.311000', '110304.314000', '110304.317000', '110304.320000', '110304.323000', '110304.326000', '110304.329000', '110304.332000', '110304.335000', '110304.338000', '110304.341000', '110304.343000', '110304.347000', '110304.349000', '110304.352000', '110304.357000', '110304.361000', '110304.364000', '110304.367000', '110304.370000', '110304.373000', '110304.376000', '110304.379000', '110304.382000', '110304.384000', '110304.387000', '110304.390000', '110324.264000', '110324.267000', '110324.270000', '110324.273000', '110324.276000', '110324.279000', '110324.282000', '110324.285000', '110324.288000', '110324.291000', '110324.294000', '110324.296000', '110324.299000', '110324.302000', '110324.305000', '110324.308000', '110324.311000', '110324.314000', '110324.317000', '110324.320000', '110324.323000', '110324.326000', '110324.328000', '110324.331000', '110324.334000', '110324.337000', '110324.340000', '110324.343000', '110324.346000', '110324.349000', '110324.351000', '110324.354000', '110324.357000', '110324.365000', '110324.367000', '110324.370000', '110324.373000', '110324.376000', '110324.379000', '110324.382000', '110324.385000', '110324.388000', '110324.391000', '110324.394000', '110344.263000', '110344.266000', '110344.269000', '110344.272000', '110344.275000', '110344.278000', '110344.281000', '110344.284000', '110344.287000', '110344.289000', '110344.292000', '110344.295000', '110344.298000', '110344.301000', '110344.304000', '110344.308000', '110344.311000', '110344.314000', '110344.317000', '110344.320000', '110344.323000', '110344.326000', '110344.329000', '110344.332000', '110344.334000', '110344.337000', '110344.340000', '110344.343000', '110344.346000', '110344.349000', '110344.352000', '110344.355000', '110344.358000', '110344.361000', '110344.364000', '110344.367000', '110344.370000', '110344.372000', '110344.375000', '110344.379000', '110344.385000', '110344.388000', '110344.391000', '110404.263000', '110404.266000', '110404.269000', '110404.272000', '110404.275000', '110404.278000', '110404.280000', '110404.283000', '110404.286000', '110404.289000', '110404.293000', '110404.296000', '110404.299000', '110404.302000', '110404.304000', '110404.307000', '110404.310000', '110404.313000', '110404.316000', '110404.319000', '110404.322000', '110404.325000', '110404.327000', '110404.330000', '110404.333000', '110404.336000', '110404.339000', '110404.342000', '110404.345000', '110404.348000', '110404.351000', '110404.354000', '110404.356000', '110404.359000', '110404.362000', '110404.365000', '110404.368000', '110404.371000', '110404.374000', '110404.377000', '110404.379000', '110404.382000', '110404.385000', '110404.388000', '110424.263000', '110424.266000', '110424.269000', '110424.272000', '110424.275000', '110424.278000', '110424.281000', '110424.284000', '110424.287000', '110424.290000', '110424.293000', '110424.296000', '110424.299000', '110424.302000', '110424.305000', '110424.308000', '110424.310000', '110424.313000', '110424.316000', '110424.319000', '110424.322000', '110424.325000', '110424.328000', '110424.331000', '110424.334000', '110424.337000', '110424.340000', '110424.343000', '110424.346000', '110424.349000', '110424.352000', '110424.355000', '110424.357000', '110424.360000', '110424.364000', '110424.366000', '110424.369000', '110424.372000', '110424.375000', '110424.378000', '110424.381000', '110424.384000', '110424.387000', '110444.263000', '110444.266000', '110444.269000', '110444.272000', '110444.275000', '110444.278000', '110444.281000', '110444.284000', '110444.287000', '110444.290000', '110444.293000', '110444.296000', '110444.299000', '110444.301000', '110444.304000', '110444.307000', '110444.310000', '110444.313000', '110444.316000', '110444.319000', '110444.322000', '110444.325000', '110444.328000', '110444.331000', '110444.334000', '110444.337000', '110444.340000', '110444.343000', '110444.345000', '110444.348000', '110444.351000', '110444.354000', '110444.357000', '110444.360000', '110444.363000', '110444.366000', '110444.369000', '110444.372000', '110444.374000', '110444.378000', '110444.380000', '110444.383000', '110444.386000', '110444.389000', '110504.264000', '110504.267000', '110504.270000', '110504.273000', '110504.276000', '110504.279000', '110504.282000', '110504.285000', '110504.288000', '110504.290000', '110504.293000', '110504.296000', '110504.299000', '110504.302000', '110504.305000', '110504.308000', '110504.311000', '110504.314000', '110504.317000', '110504.320000', '110504.322000', '110504.326000', '110504.329000', '110504.331000', '110504.334000', '110504.337000', '110504.340000', '110504.343000', '110504.347000', '110504.350000', '110504.353000', '110504.356000', '110504.359000', '110504.362000', '110504.365000', '110504.368000', '110504.371000', '110504.374000', '110504.377000', '110504.380000', '110504.383000', '110504.385000', '110504.388000', '110524.264000', '110524.267000', '110524.270000', '110524.273000', '110524.276000', '110524.279000', '110524.282000', '110524.285000', '110524.288000', '110524.290000', '110524.293000', '110524.296000', '110524.299000', '110524.302000', '110524.305000', '110524.308000', '110524.311000', '110524.313000', '110524.317000', '110524.319000', '110524.322000', '110524.325000', '110524.328000', '110524.331000', '110524.334000', '110524.337000', '110524.340000', '110524.343000', '110524.345000', '110524.348000', '110524.351000', '110524.354000', '110524.357000', '110524.360000', '110524.363000', '110524.366000', '110524.369000', '110524.372000', '110524.375000', '110524.377000', '110524.380000', '110524.383000', '110524.386000', '110524.389000', '110544.264000', '110544.267000', '110544.270000', '110544.273000', '110544.276000', '110544.279000', '110544.282000', '110544.285000', '110544.287000', '110544.290000', '110544.293000', '110544.296000', '110544.299000', '110544.302000', '110544.305000', '110544.308000', '110544.311000', '110544.314000', '110544.317000', '110544.319000', '110544.322000', '110544.325000', '110544.328000', '110544.331000', '110544.334000', '110544.337000', '110544.340000', '110544.342000', '110544.345000', '110544.348000', '110544.351000', '110544.354000', '110544.357000', '110544.360000', '110544.363000', '110544.366000', '110544.369000', '110544.372000', '110544.375000', '110544.378000', '110544.380000', '110544.383000', '110544.386000', '110604.263000', '110604.266000', '110604.269000', '110604.272000', '110604.275000', '110604.278000', '110604.281000', '110604.283000', '110604.286000', '110604.289000', '110604.292000', '110604.295000', '110604.298000', '110604.301000', '110604.304000', '110604.307000', '110604.310000', '110604.313000', '110604.315000', '110604.318000', '110604.321000', '110604.324000', '110604.327000', '110604.330000', '110604.333000', '110604.336000', '110604.338000', '110604.341000', '110604.344000', '110604.347000', '110604.350000', '110604.353000', '110604.356000', '110604.359000', '110604.362000', '110604.365000', '110604.368000', '110604.370000', '110604.373000', '110604.376000', '110604.379000', '110604.382000', '110604.385000', '110604.388000', '110624.263000', '110624.266000', '110624.269000', '110624.272000', '110624.275000', '110624.278000', '110624.281000', '110624.284000', '110624.286000', '110624.289000', '110624.292000', '110624.295000', '110624.298000', '110624.301000', '110624.304000', '110624.307000', '110624.310000', '110624.313000', '110624.316000', '110624.319000', '110624.321000', '110624.324000', '110624.327000', '110624.330000', '110624.333000', '110624.336000', '110624.339000', '110624.342000', '110624.344000', '110624.361000', '110624.364000', '110624.367000', '110624.369000', '110624.372000', '110624.375000', '110624.378000', '110624.381000', '110624.384000', '110624.387000', '110624.390000', '110624.393000', '110624.396000', '110624.399000', '110624.514000'], 'InstanceCreationTime': ['105624.294000', '105624.297000', '105624.301000', '105624.304000', '105624.307000', '105624.315000', '105624.318000', '105624.321000', '105624.324000', '105624.327000', '105624.330000', '105624.333000', '105624.336000', '105624.352000', '105624.355000', '105624.358000', '105624.361000', '105624.364000', '105624.371000', '105624.375000', '105624.378000', '105624.381000', '105624.384000', '105624.387000', '105624.390000', '105624.393000', '105624.397000', '105624.400000', '105624.403000', '105624.405000', '105644.264000', '105644.267000', '105644.270000', '105644.273000', '105644.276000', '105644.279000', '105644.282000', '105644.285000', '105644.288000', '105644.290000', '105644.293000', '105644.296000', '105644.299000', '105644.302000', '105644.305000', '105644.308000', '105644.311000', '105644.314000', '105644.317000', '105644.320000', '105644.322000', '105644.325000', '105644.328000', '105644.331000', '105644.334000', '105644.337000', '105644.340000', '105644.343000', '105644.346000', '105644.349000', '105644.352000', '105644.355000', '105644.360000', '105644.363000', '105644.366000', '105644.369000', '105644.372000', '105644.374000', '105644.377000', '105644.380000', '105644.383000', '105644.386000', '105644.389000', '105704.263000', '105704.266000', '105704.269000', '105704.272000', '105704.274000', '105704.277000', '105704.280000', '105704.283000', '105704.286000', '105704.289000', '105704.292000', '105704.294000', '105704.297000', '105704.300000', '105704.303000', '105704.306000', '105704.309000', '105704.312000', '105704.315000', '105704.318000', '105704.321000', '105704.323000', '105704.326000', '105704.329000', '105704.332000', '105704.335000', '105704.338000', '105704.346000', '105704.349000', '105704.352000', '105704.354000', '105704.363000', '105704.366000', '105704.369000', '105704.371000', '105704.374000', '105704.377000', '105704.380000', '105704.383000', '105704.386000', '105704.389000', '105704.392000', '105704.395000', '105704.398000', '105724.263000', '105724.266000', '105724.269000', '105724.272000', '105724.275000', '105724.278000', '105724.280000', '105724.283000', '105724.286000', '105724.289000', '105724.292000', '105724.295000', '105724.298000', '105724.301000', '105724.304000', '105724.307000', '105724.310000', '105724.313000', '105724.315000', '105724.318000', '105724.321000', '105724.324000', '105724.327000', '105724.330000', '105724.333000', '105724.336000', '105724.339000', '105724.342000', '105724.345000', '105724.348000', '105724.350000', '105724.353000', '105724.357000', '105724.361000', '105724.364000', '105724.367000', '105724.369000', '105724.372000', '105724.375000', '105724.378000', '105724.381000', '105724.384000', '105724.387000', '105744.263000', '105744.266000', '105744.269000', '105744.272000', '105744.274000', '105744.277000', '105744.280000', '105744.283000', '105744.286000', '105744.289000', '105744.292000', '105744.295000', '105744.298000', '105744.301000', '105744.304000', '105744.306000', '105744.309000', '105744.312000', '105744.315000', '105744.318000', '105744.321000', '105744.324000', '105744.327000', '105744.330000', '105744.333000', '105744.335000', '105744.338000', '105744.341000', '105744.344000', '105744.347000', '105744.350000', '105744.353000', '105744.355000', '105744.358000', '105744.361000', '105744.364000', '105744.367000', '105744.370000', '105744.373000', '105744.376000', '105744.379000', '105744.381000', '105744.384000', '105744.387000', '105804.264000', '105804.267000', '105804.270000', '105804.273000', '105804.276000', '105804.279000', '105804.281000', '105804.284000', '105804.287000', '105804.290000', '105804.293000', '105804.296000', '105804.299000', '105804.302000', '105804.305000', '105804.307000', '105804.310000', '105804.313000', '105804.316000', '105804.319000', '105804.322000', '105804.324000', '105804.342000', '105804.344000', '105804.347000', '105804.350000', '105804.353000', '105804.356000', '105804.359000', '105804.362000', '105804.365000', '105804.367000', '105804.370000', '105804.373000', '105804.376000', '105804.379000', '105804.382000', '105804.385000', '105804.388000', '105804.391000', '105804.394000', '105804.396000', '105804.399000', '105824.264000', '105824.267000', '105824.270000', '105824.273000', '105824.276000', '105824.278000', '105824.281000', '105824.284000', '105824.287000', '105824.290000', '105824.293000', '105824.296000', '105824.299000', '105824.302000', '105824.304000', '105824.307000', '105824.310000', '105824.313000', '105824.316000', '105824.319000', '105824.322000', '105824.325000', '105824.328000', '105824.330000', '105824.333000', '105824.336000', '105824.339000', '105824.342000', '105824.345000', '105824.348000', '105824.351000', '105824.354000', '105824.357000', '105824.359000', '105824.362000', '105824.365000', '105824.368000', '105824.371000', '105824.374000', '105824.377000', '105824.380000', '105824.383000', '105824.386000', '105824.388000', '105844.264000', '105844.267000', '105844.270000', '105844.273000', '105844.276000', '105844.279000', '105844.281000', '105844.284000', '105844.287000', '105844.290000', '105844.293000', '105844.296000', '105844.299000', '105844.302000', '105844.305000', '105844.307000', '105844.310000', '105844.313000', '105844.316000', '105844.319000', '105844.322000', '105844.325000', '105844.328000', '105844.331000', '105844.334000', '105844.337000', '105844.339000', '105844.342000', '105844.345000', '105844.348000', '105844.351000', '105844.354000', '105844.357000', '105844.360000', '105844.363000', '105844.366000', '105844.369000', '105844.371000', '105844.374000', '105844.377000', '105844.380000', '105844.383000', '105844.386000', '105904.264000', '105904.267000', '105904.270000', '105904.273000', '105904.276000', '105904.279000', '105904.281000', '105904.284000', '105904.287000', '105904.290000', '105904.293000', '105904.296000', '105904.299000', '105904.302000', '105904.305000', '105904.307000', '105904.310000', '105904.313000', '105904.316000', '105904.319000', '105904.322000', '105904.325000', '105904.328000', '105904.331000', '105904.334000', '105904.336000', '105904.339000', '105904.342000', '105904.345000', '105904.348000', '105904.351000', '105904.354000', '105904.357000', '105904.361000', '105904.364000', '105904.367000', '105904.370000', '105904.373000', '105904.375000', '105904.378000', '105904.381000', '105904.384000', '105904.387000', '105904.390000', '105924.263000', '105924.266000', '105924.269000', '105924.272000', '105924.275000', '105924.278000', '105924.281000', '105924.283000', '105924.286000', '105924.289000', '105924.292000', '105924.295000', '105924.298000', '105924.301000', '105924.304000', '105924.306000', '105924.309000', '105924.312000', '105924.315000', '105924.318000', '105924.321000', '105924.324000', '105924.327000', '105924.329000', '105924.332000', '105924.335000', '105924.338000', '105924.341000', '105924.344000', '105924.347000', '105924.350000', '105924.353000', '105924.356000', '105924.358000', '105924.361000', '105924.364000', '105924.367000', '105924.370000', '105924.373000', '105924.376000', '105924.379000', '105924.381000', '105924.384000', '105944.264000', '105944.267000', '105944.270000', '105944.289000', '105944.292000', '105944.295000', '105944.298000', '105944.301000', '105944.304000', '105944.306000', '105944.309000', '105944.312000', '105944.315000', '105944.318000', '105944.321000', '105944.324000', '105944.327000', '105944.330000', '105944.333000', '105944.335000', '105944.338000', '105944.341000', '105944.344000', '105944.347000', '105944.350000', '105944.353000', '105944.356000', '105944.359000', '105944.362000', '105944.364000', '105944.367000', '105944.370000', '105944.373000', '105944.376000', '105944.379000', '105944.382000', '105944.385000', '105944.388000', '105944.390000', '105944.393000', '105944.396000', '105944.399000', '105944.402000', '110004.263000', '110004.266000', '110004.269000', '110004.272000', '110004.275000', '110004.278000', '110004.281000', '110004.283000', '110004.286000', '110004.289000', '110004.292000', '110004.295000', '110004.298000', '110004.301000', '110004.304000', '110004.306000', '110004.309000', '110004.312000', '110004.315000', '110004.318000', '110004.321000', '110004.324000', '110004.327000', '110004.329000', '110004.332000', '110004.335000', '110004.338000', '110004.341000', '110004.344000', '110004.347000', '110004.350000', '110004.352000', '110004.355000', '110004.358000', '110004.361000', '110004.364000', '110004.367000', '110004.370000', '110004.373000', '110004.376000', '110004.379000', '110004.381000', '110004.384000', '110004.387000', '110024.264000', '110024.267000', '110024.270000', '110024.273000', '110024.276000', '110024.279000', '110024.282000', '110024.285000', '110024.287000', '110024.290000', '110024.293000', '110024.296000', '110024.299000', '110024.302000', '110024.305000', '110024.308000', '110024.311000', '110024.314000', '110024.317000', '110024.320000', '110024.323000', '110024.326000', '110024.329000', '110024.332000', '110024.334000', '110024.337000', '110024.340000', '110024.343000', '110024.346000', '110024.349000', '110024.352000', '110024.355000', '110024.358000', '110024.361000', '110024.363000', '110024.366000', '110024.369000', '110024.372000', '110024.375000', '110024.378000', '110024.381000', '110024.384000', '110024.387000', '110044.264000', '110044.267000', '110044.270000', '110044.273000', '110044.276000', '110044.279000', '110044.282000', '110044.284000', '110044.287000', '110044.290000', '110044.293000', '110044.296000', '110044.299000', '110044.302000', '110044.305000', '110044.308000', '110044.311000', '110044.313000', '110044.316000', '110044.319000', '110044.322000', '110044.325000', '110044.328000', '110044.331000', '110044.334000', '110044.337000', '110044.339000', '110044.342000', '110044.345000', '110044.348000', '110044.351000', '110044.354000', '110044.357000', '110044.360000', '110044.363000', '110044.365000', '110044.368000', '110044.371000', '110044.374000', '110044.377000', '110044.380000', '110044.383000', '110044.386000', '110044.388000', '110104.264000', '110104.267000', '110104.270000', '110104.273000', '110104.276000', '110104.279000', '110104.282000', '110104.285000', '110104.288000', '110104.291000', '110104.294000', '110104.299000', '110104.303000', '110104.305000', '110104.308000', '110104.311000', '110104.314000', '110104.317000', '110104.320000', '110104.323000', '110104.326000', '110104.329000', '110104.331000', '110104.334000', '110104.337000', '110104.340000', '110104.343000', '110104.346000', '110104.355000', '110104.358000', '110104.361000', '110104.364000', '110104.367000', '110104.370000', '110104.372000', '110104.375000', '110104.378000', '110104.381000', '110104.384000', '110104.387000', '110104.390000', '110104.393000', '110104.395000', '110124.264000', '110124.267000', '110124.270000', '110124.273000', '110124.276000', '110124.279000', '110124.282000', '110124.285000', '110124.288000', '110124.291000', '110124.293000', '110124.296000', '110124.299000', '110124.302000', '110124.305000', '110124.308000', '110124.311000', '110124.314000', '110124.317000', '110124.320000', '110124.323000', '110124.326000', '110124.329000', '110124.331000', '110124.335000', '110124.337000', '110124.340000', '110124.343000', '110124.346000', '110124.349000', '110124.352000', '110124.355000', '110124.358000', '110124.361000', '110124.364000', '110124.367000', '110124.370000', '110124.372000', '110124.375000', '110124.378000', '110124.381000', '110124.384000', '110124.387000', '110124.390000', '110144.263000', '110144.266000', '110144.269000', '110144.272000', '110144.275000', '110144.278000', '110144.280000', '110144.283000', '110144.286000', '110144.289000', '110144.292000', '110144.295000', '110144.298000', '110144.301000', '110144.304000', '110144.309000', '110144.312000', '110144.315000', '110144.319000', '110144.322000', '110144.326000', '110144.329000', '110144.332000', '110144.334000', '110144.337000', '110144.340000', '110144.343000', '110144.346000', '110144.360000', '110144.363000', '110144.366000', '110144.368000', '110144.371000', '110144.374000', '110144.377000', '110144.380000', '110144.383000', '110144.386000', '110144.389000', '110144.392000', '110144.395000', '110144.398000', '110144.401000', '110204.263000', '110204.266000', '110204.269000', '110204.272000', '110204.275000', '110204.278000', '110204.281000', '110204.284000', '110204.287000', '110204.289000', '110204.292000', '110204.295000', '110204.298000', '110204.301000', '110204.304000', '110204.307000', '110204.310000', '110204.313000', '110204.316000', '110204.319000', '110204.322000', '110204.325000', '110204.327000', '110204.330000', '110204.333000', '110204.336000', '110204.339000', '110204.342000', '110204.345000', '110204.348000', '110204.351000', '110204.354000', '110204.356000', '110204.359000', '110204.362000', '110204.365000', '110204.368000', '110204.371000', '110204.374000', '110204.377000', '110204.379000', '110204.382000', '110204.385000', '110204.388000', '110224.263000', '110224.266000', '110224.270000', '110224.273000', '110224.276000', '110224.279000', '110224.282000', '110224.284000', '110224.287000', '110224.290000', '110224.293000', '110224.296000', '110224.299000', '110224.302000', '110224.305000', '110224.308000', '110224.311000', '110224.314000', '110224.317000', '110224.320000', '110224.323000', '110224.326000', '110224.329000', '110224.332000', '110224.335000', '110224.338000', '110224.341000', '110224.344000', '110224.347000', '110224.350000', '110224.353000', '110224.355000', '110224.358000', '110224.361000', '110224.364000', '110224.367000', '110224.370000', '110224.373000', '110224.376000', '110224.379000', '110224.382000', '110224.385000', '110224.387000', '110244.264000', '110244.267000', '110244.270000', '110244.273000', '110244.276000', '110244.279000', '110244.282000', '110244.285000', '110244.288000', '110244.291000', '110244.294000', '110244.297000', '110244.299000', '110244.302000', '110244.305000', '110244.308000', '110244.311000', '110244.314000', '110244.317000', '110244.320000', '110244.323000', '110244.326000', '110244.328000', '110244.331000', '110244.334000', '110244.337000', '110244.340000', '110244.343000', '110244.346000', '110244.349000', '110244.351000', '110244.354000', '110244.357000', '110244.360000', '110244.363000', '110244.366000', '110244.369000', '110244.372000', '110244.375000', '110244.377000', '110244.380000', '110244.383000', '110244.386000', '110244.389000', '110304.264000', '110304.267000', '110304.270000', '110304.273000', '110304.276000', '110304.279000', '110304.282000', '110304.285000', '110304.288000', '110304.291000', '110304.294000', '110304.297000', '110304.300000', '110304.302000', '110304.305000', '110304.308000', '110304.311000', '110304.314000', '110304.317000', '110304.320000', '110304.323000', '110304.326000', '110304.329000', '110304.332000', '110304.335000', '110304.338000', '110304.341000', '110304.343000', '110304.347000', '110304.349000', '110304.352000', '110304.357000', '110304.361000', '110304.364000', '110304.367000', '110304.370000', '110304.373000', '110304.376000', '110304.379000', '110304.382000', '110304.384000', '110304.387000', '110304.390000', '110324.264000', '110324.267000', '110324.270000', '110324.273000', '110324.276000', '110324.279000', '110324.282000', '110324.285000', '110324.288000', '110324.291000', '110324.294000', '110324.296000', '110324.299000', '110324.302000', '110324.305000', '110324.308000', '110324.311000', '110324.314000', '110324.317000', '110324.320000', '110324.323000', '110324.326000', '110324.328000', '110324.331000', '110324.334000', '110324.337000', '110324.340000', '110324.343000', '110324.346000', '110324.349000', '110324.351000', '110324.354000', '110324.357000', '110324.365000', '110324.367000', '110324.370000', '110324.373000', '110324.376000', '110324.379000', '110324.382000', '110324.385000', '110324.388000', '110324.391000', '110324.394000', '110344.263000', '110344.266000', '110344.269000', '110344.272000', '110344.275000', '110344.278000', '110344.281000', '110344.284000', '110344.287000', '110344.289000', '110344.292000', '110344.295000', '110344.298000', '110344.301000', '110344.304000', '110344.308000', '110344.311000', '110344.314000', '110344.317000', '110344.320000', '110344.323000', '110344.326000', '110344.329000', '110344.332000', '110344.334000', '110344.337000', '110344.340000', '110344.343000', '110344.346000', '110344.349000', '110344.352000', '110344.355000', '110344.358000', '110344.361000', '110344.364000', '110344.367000', '110344.370000', '110344.372000', '110344.375000', '110344.379000', '110344.385000', '110344.388000', '110344.391000', '110404.263000', '110404.266000', '110404.269000', '110404.272000', '110404.275000', '110404.278000', '110404.280000', '110404.283000', '110404.286000', '110404.289000', '110404.293000', '110404.296000', '110404.299000', '110404.302000', '110404.304000', '110404.307000', '110404.310000', '110404.313000', '110404.316000', '110404.319000', '110404.322000', '110404.325000', '110404.327000', '110404.330000', '110404.333000', '110404.336000', '110404.339000', '110404.342000', '110404.345000', '110404.348000', '110404.351000', '110404.354000', '110404.356000', '110404.359000', '110404.362000', '110404.365000', '110404.368000', '110404.371000', '110404.374000', '110404.377000', '110404.379000', '110404.382000', '110404.385000', '110404.388000', '110424.263000', '110424.266000', '110424.269000', '110424.272000', '110424.275000', '110424.278000', '110424.281000', '110424.284000', '110424.287000', '110424.290000', '110424.293000', '110424.296000', '110424.299000', '110424.302000', '110424.305000', '110424.308000', '110424.310000', '110424.313000', '110424.316000', '110424.319000', '110424.322000', '110424.325000', '110424.328000', '110424.331000', '110424.334000', '110424.337000', '110424.340000', '110424.343000', '110424.346000', '110424.349000', '110424.352000', '110424.355000', '110424.357000', '110424.360000', '110424.364000', '110424.366000', '110424.369000', '110424.372000', '110424.375000', '110424.378000', '110424.381000', '110424.384000', '110424.387000', '110444.263000', '110444.266000', '110444.269000', '110444.272000', '110444.275000', '110444.278000', '110444.281000', '110444.284000', '110444.287000', '110444.290000', '110444.293000', '110444.296000', '110444.299000', '110444.301000', '110444.304000', '110444.307000', '110444.310000', '110444.313000', '110444.316000', '110444.319000', '110444.322000', '110444.325000', '110444.328000', '110444.331000', '110444.334000', '110444.337000', '110444.340000', '110444.343000', '110444.345000', '110444.348000', '110444.351000', '110444.354000', '110444.357000', '110444.360000', '110444.363000', '110444.366000', '110444.369000', '110444.372000', '110444.374000', '110444.378000', '110444.380000', '110444.383000', '110444.386000', '110444.389000', '110504.264000', '110504.267000', '110504.270000', '110504.273000', '110504.276000', '110504.279000', '110504.282000', '110504.285000', '110504.288000', '110504.290000', '110504.293000', '110504.296000', '110504.299000', '110504.302000', '110504.305000', '110504.308000', '110504.311000', '110504.314000', '110504.317000', '110504.320000', '110504.322000', '110504.326000', '110504.329000', '110504.331000', '110504.334000', '110504.337000', '110504.340000', '110504.343000', '110504.347000', '110504.350000', '110504.353000', '110504.356000', '110504.359000', '110504.362000', '110504.365000', '110504.368000', '110504.371000', '110504.374000', '110504.377000', '110504.380000', '110504.383000', '110504.385000', '110504.388000', '110524.264000', '110524.267000', '110524.270000', '110524.273000', '110524.276000', '110524.279000', '110524.282000', '110524.285000', '110524.288000', '110524.290000', '110524.293000', '110524.296000', '110524.299000', '110524.302000', '110524.305000', '110524.308000', '110524.311000', '110524.313000', '110524.317000', '110524.319000', '110524.322000', '110524.325000', '110524.328000', '110524.331000', '110524.334000', '110524.337000', '110524.340000', '110524.343000', '110524.345000', '110524.348000', '110524.351000', '110524.354000', '110524.357000', '110524.360000', '110524.363000', '110524.366000', '110524.369000', '110524.372000', '110524.375000', '110524.377000', '110524.380000', '110524.383000', '110524.386000', '110524.389000', '110544.264000', '110544.267000', '110544.270000', '110544.273000', '110544.276000', '110544.279000', '110544.282000', '110544.285000', '110544.287000', '110544.290000', '110544.293000', '110544.296000', '110544.299000', '110544.302000', '110544.305000', '110544.308000', '110544.311000', '110544.314000', '110544.317000', '110544.319000', '110544.322000', '110544.325000', '110544.328000', '110544.331000', '110544.334000', '110544.337000', '110544.340000', '110544.342000', '110544.345000', '110544.348000', '110544.351000', '110544.354000', '110544.357000', '110544.360000', '110544.363000', '110544.366000', '110544.369000', '110544.372000', '110544.375000', '110544.378000', '110544.380000', '110544.383000', '110544.386000', '110604.263000', '110604.266000', '110604.269000', '110604.272000', '110604.275000', '110604.278000', '110604.281000', '110604.283000', '110604.286000', '110604.289000', '110604.292000', '110604.295000', '110604.298000', '110604.301000', '110604.304000', '110604.307000', '110604.310000', '110604.313000', '110604.315000', '110604.318000', '110604.321000', '110604.324000', '110604.327000', '110604.330000', '110604.333000', '110604.336000', '110604.338000', '110604.341000', '110604.344000', '110604.347000', '110604.350000', '110604.353000', '110604.356000', '110604.359000', '110604.362000', '110604.365000', '110604.368000', '110604.370000', '110604.373000', '110604.376000', '110604.379000', '110604.382000', '110604.385000', '110604.388000', '110624.263000', '110624.266000', '110624.269000', '110624.272000', '110624.275000', '110624.278000', '110624.281000', '110624.284000', '110624.286000', '110624.289000', '110624.292000', '110624.295000', '110624.298000', '110624.301000', '110624.304000', '110624.307000', '110624.310000', '110624.313000', '110624.316000', '110624.319000', '110624.321000', '110624.324000', '110624.327000', '110624.330000', '110624.333000', '110624.336000', '110624.339000', '110624.342000', '110624.344000', '110624.361000', '110624.364000', '110624.367000', '110624.369000', '110624.372000', '110624.375000', '110624.378000', '110624.381000', '110624.384000', '110624.387000', '110624.390000', '110624.393000', '110624.396000', '110624.399000', '110624.514000'], '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': [10179, 7902, 7524, 7610, 6947, 10467, 7674, 8567, 7144, 6561, 9226, 7198, 11943, 7450, 6791, 7143, 6659, 10924, 7365, 7121, 7025, 6844, 9071, 7323, 10190, 6861, 6925, 7953, 7217, 10614, 7268, 9845, 7661, 9857, 7676, 6869, 7697, 6629, 10028, 6982, 9714, 6566, 9803, 8020, 7057, 7825, 6701, 9910, 7282, 9526, 6743, 7783, 8359, 7101, 9812, 6751, 10544, 8628, 11913, 7484, 7239, 8328, 7555, 10404, 6724, 9231, 6844, 10525, 7868, 6573, 7393, 6861, 9919, 7698, 11251, 8165, 6766, 7747, 6930, 11242, 7607, 6656, 6924, 6618, 10105, 6981, 8464, 6982, 7054, 9469, 6694, 9738, 6616, 9953, 8236, 9843, 8089, 6791, 7571, 6685, 10810, 7351, 9322, 6857, 6795, 8810, 6649, 9870, 6610, 7284, 6890, 7125, 7766, 7001, 7113, 7894, 7436, 6609, 10333, 9975, 8468, 10900, 6767, 8091, 9112, 8321, 10830, 6704, 7946, 8214, 9264, 10177, 6528, 8754, 6728, 6885, 7152, 7014, 7128, 6648, 9297, 8088, 10049, 7591, 7563, 8983, 9876, 10005, 8066, 8243, 7119, 10963, 9927, 10341, 7777, 9499, 7967, 8945, 6832, 9091, 7523, 8076, 6947, 8454, 7665, 8591, 6978, 7445, 6676, 7910, 7002, 7796, 7001, 7927, 6993, 7486, 6904, 8792, 6639, 8283, 6650, 8844, 6641, 10563, 6668, 8597, 6743, 9323, 7480, 9791, 6894, 6407, 7245, 6568, 8430, 6831, 7832, 6881, 10125, 6758, 9750, 6842, 10914, 6849, 8996, 6652, 9975, 7506, 9955, 7089, 9740, 7228, 10924, 8005, 8201, 7063, 6830, 7594, 6832, 7166, 6844, 9161, 7143, 10863, 6974, 8669, 8703, 7830, 8381, 6653, 10573, 6862, 9086, 6819, 9224, 8079, 7827, 7355, 6973, 8097, 6568, 10657, 7040, 6612, 7766, 6695, 8787, 6737, 8704, 6823, 10714, 6888, 8895, 6870, 10920, 8058, 9556, 6716, 10122, 8035, 10668, 7044, 9161, 8305, 10555, 7969, 7387, 8476, 7553, 7991, 6947, 8405, 6986, 8932, 7056, 7532, 6741, 9572, 7115, 8024, 7139, 6539, 7751, 6827, 9657, 6675, 8754, 6721, 11059, 8380, 10607, 6822, 9472, 7824, 10286, 7454, 6961, 7372, 6878, 7935, 7137, 7686, 6814, 9547, 7397, 10266, 7100, 7806, 8755, 9284, 8851, 6851, 7164, 6698, 9146, 6961, 9941, 6729, 9772, 7489, 10235, 6950, 7389, 6955, 6867, 7058, 6661, 7261, 6837, 9189, 6921, 8258, 6877, 6858, 7440, 6795, 8736, 6907, 9489, 7873, 6756, 9595, 6910, 6714, 8667, 9443, 10231, 7534, 6653, 7544, 7845, 8866, 10121, 7406, 8534, 7740, 6785, 11217, 8016, 8175, 6842, 6544, 9962, 8049, 10941, 7003, 7003, 8353, 7560, 9899, 6695, 8657, 6872, 9655, 8034, 7707, 7659, 6554, 8533, 7438, 10073, 9946, 6942, 10448, 7702, 7651, 7443, 6731, 7215, 6756, 7764, 6800, 10698, 7912, 7818, 6965, 6652, 7308, 6863, 9301, 8094, 10189, 8509, 6725, 7059, 6655, 10092, 7827, 9120, 7243, 6499, 7468, 6622, 9941, 6911, 8180, 6897, 6763, 8533, 6906, 8630, 6932, 8185, 6580, 10309, 7386, 8100, 7162, 6812, 7528, 7736, 8118, 7032, 7073, 6985, 7178, 6756, 8270, 7140, 8313, 7076, 7936, 6821, 9820, 7014, 9096, 6669, 8413, 7082, 10848, 7510, 8707, 6981, 6613, 8765, 7850, 8458, 6634, 8422, 7195, 6888, 7089, 6864, 7972, 6999, 10471, 7449, 9090, 6980, 9221, 10440, 8265, 8499, 6953, 7977, 6694, 9615, 7878, 7945, 6895, 7104, 6407, 8273, 7839, 7271, 6728, 7154, 7163, 8663, 7473, 7704, 6739, 6919, 6632, 8328, 7123, 7282, 6677, 7354, 6789, 8981, 7880, 7756, 6814, 7229, 6779, 8005, 6829, 8247, 7081, 7260, 6957, 7799, 6914, 9622, 7603, 10651, 6951, 8816, 7005, 10174, 8064, 7883, 7194, 6681, 7880, 6778, 9383, 6795, 8121, 6874, 9929, 7693, 9448, 6866, 7630, 8424, 8040, 8907, 6816, 8078, 6807, 9699, 6893, 9715, 6733, 9029, 7015, 11197, 7405, 9263, 6907, 8068, 8137, 6987, 7475, 6989, 8638, 7034, 9801, 6903, 9232, 7059, 10222, 7954, 7439, 7191, 7099, 9328, 6883, 9321, 6982, 9450, 7500, 10387, 7140, 8178, 8019, 7328, 7578, 6639, 7469, 6884, 8863, 6784, 9075, 6963, 6772, 8252, 6685, 8336, 6852, 8330, 7045, 9283, 7184, 7076, 7806, 7022, 9663, 6922, 10069, 7082, 6768, 7019, 7030, 7327, 6951, 7393, 7743, 6734, 8944, 7184, 7314, 10842, 8682, 12211, 7681, 11218, 6786, 8842, 7075, 10267, 8020, 7052, 6852, 6649, 7721, 6663, 10716, 7815, 8428, 7112, 6615, 7540, 6824, 10417, 7553, 7749, 7019, 6647, 7895, 7153, 10473, 7575, 8960, 6886, 7251, 8021, 7267, 10304, 7666, 9617, 6740, 7577, 6892, 7338, 8239, 7873, 8162, 6619, 7874, 7371, 6617, 9050, 8237, 9965, 7113, 6444, 6928, 6586, 10515, 8165, 9878, 7329, 8131, 8855, 7761, 9839, 6830, 8994, 6841, 9917, 7741, 10200, 6762, 6675, 6969, 6929, 8793, 6829, 8532, 7095, 6640, 7124, 6663, 9699, 6838, 8944, 6942, 10423, 8299, 8279, 7140, 6837, 8286, 7481, 10194, 7023, 8491, 6759, 7532, 7027, 6677, 7181, 6689, 7396, 6863, 10582, 8122, 10234, 7169, 8760, 7089, 6704, 7515, 6810, 8333, 7423, 11352, 9381, 9846, 6763, 8136, 8190, 10183, 8199, 6945, 7498, 6900, 9002, 7097, 10041, 6949, 8511, 7044, 10909, 8047, 8087, 7285, 7341, 8692, 9931, 10165, 8314, 7664, 7403, 7945, 10471, 7931, 7666, 6914, 6587, 7624, 7499, 8368, 6922, 7531, 6652, 8770, 6907, 9561, 6730, 8793, 6666, 10026, 7273, 9614, 6685, 8403, 6688, 10344, 7439, 9361, 6690, 9340, 7326, 9909, 6692, 8303, 6891, 9999, 7317, 10001, 6916, 9701, 7106, 10999, 7132, 8985, 7233, 9494, 7535, 7786, 7264, 7064, 8000, 8386, 7125, 7307, 7038, 8285, 7744, 9890, 7324, 8342, 7124, 9456, 7496, 8172, 7119, 6789, 7351, 8062, 7752, 7189, 7082, 7410, 7941, 10240, 6977, 9686, 6965, 10544, 7533, 9629, 6760, 8708, 6884, 9476, 6865, 8329, 6595, 7672, 6793, 8059, 6883, 7547, 6602, 8157, 8608, 7687, 7402, 7221, 7745, 7918, 10990, 7305, 9657, 6986, 10975, 7084, 11117, 7407, 9419, 6874, 8953, 6822, 10046, 7168, 9208, 6684, 8672, 6715, 10193, 7639, 9286, 7011, 8902, 6837, 10240, 7027, 8718, 6656, 9439, 7123, 9932, 6953, 9095, 7024, 10035, 6819, 8557, 6756, 9541, 7118, 9518, 6796, 8765, 7196, 9874, 7103, 9279, 6790, 9521, 7083, 9866, 7086, 9352, 6956, 9777, 7407, 10468, 7055, 9661, 7184, 10125, 7074, 9011, 6882, 9030, 6978, 9427, 7403, 8076, 6654, 8903, 6709, 9149, 6869, 8487, 6792, 10070, 7289, 10137, 6590, 8831, 6723, 9115, 6895, 8741, 6709, 7912, 6847, 8886, 6849, 8372, 6929, 8181, 6774, 8933, 6800, 8106, 6868, 8640, 7172, 9144, 6836, 8147, 6944, 9423, 6864, 8669, 6839, 8510, 6893, 9956, 6983, 9253, 6902, 9890, 7466, 8490, 7004, 6957, 8553, 7761, 7946, 6774, 7372, 6732, 8700, 6781, 8128, 6862, 8708, 6909, 9882, 7018, 8358, 6915, 8794, 7227, 6804, 7152, 6637, 7832, 6730, 8480, 6727, 8845, 6569, 10303, 7307, 11807, 7413, 10737, 7076, 10345, 7213, 9575, 7025, 9064, 6971, 9873, 7062, 8272, 7190, 7465, 7568, 8485, 7450, 6909, 6806, 7222, 7839, 6874, 8642, 6717, 8577, 6902, 9146, 7094, 10017, 6945, 8267, 7017, 8688, 7274, 6874, 6780, 6629, 8570, 6671, 8003, 6699, 7935, 6784, 10314, 7017, 11178, 6687, 8863, 6861, 9726, 7224, 8317, 7298, 7495, 7308, 8825, 7555, 6807, 7022, 7185, 6949, 6874, 8213, 6687, 9020, 6696, 7898, 7084, 9657, 7540, 9031, 7176, 8722, 7517, 10258, 7319, 9212, 6779, 8506, 6775, 10013, 7542, 8238, 6965, 6766, 7210, 6983, 8379, 7080, 6903, 7075, 7429, 6835, 9578, 6757, 10044, 6905, 8345, 7681, 8613, 7961, 6794, 7678, 6824, 8364, 7285, 8785, 7388, 7008, 7338, 6712, 10152, 7685, 9443, 8569, 6886, 7402, 6752, 10906, 9385, 12340, 7805, 6815, 7240, 6694, 8382, 7179, 7518, 7429, 6696, 7031, 6788, 7687, 6785, 10627, 8037, 10137, 7995, 8455, 7893, 6942, 7074, 6695, 7325, 6571, 10618, 7258, 6765, 6847, 6785, 7995, 7191, 9846, 6593, 8694, 6908, 7455, 8143, 7986, 9226, 6626, 7913, 6967, 7703, 7187, 6655, 7115, 6805, 7767, 6621, 10180, 7636, 6602, 6996, 6871, 8841, 7065, 10735, 7442, 8342, 7362, 6660, 7524, 6573, 8068, 7065, 10956, 7077, 9535, 6898, 8832, 6935, 9824, 7754, 6753, 7245, 6934, 9549, 7675, 9100, 7356, 6870, 7417, 6961, 7020, 7680, 7346, 10333, 8120, 8654, 7233, 6387, 9036, 8707, 10952, 9046, 7805, 7125, 6823, 9595, 8394, 10826, 7878, 6942, 6933, 6704, 10825, 8814, 7686, 7107, 6726, 8612, 7158, 8410, 7597, 6673, 7872, 6954, 10385, 10215, 9843, 8560, 6762, 8625, 7126, 11436, 8251, 8704, 7037, 6603, 8679, 6957, 10675, 6612, 8424, 7109, 7213, 9779, 6898, 10064, 7141, 9498, 7453, 7342, 7324, 7018, 8828, 6739, 9436, 7315, 6876, 7285, 6727, 8199, 6852, 6889, 6881, 6521, 9968, 7293, 8032, 7101, 6702, 8625, 7136, 6981, 7506, 6806, 10173, 9997, 8304, 10067, 8560, 6727, 8760, 6543, 11359, 10784, 9109, 7858, 6826, 7641, 6639, 8987, 7583, 7393, 10429, 7466, 8445, 7212, 6837, 7235, 6531, 11129, 7947, 8457, 7427, 6672, 9389, 6752, 8223, 7164, 6856, 7526, 7485, 10396, 7435, 7113, 7180, 6727], 'WindowCenter': [4250.0, 4205.0, 4190.0, 4177.0, 4168.0, 4217.0, 4176.0, 4185.0, 4164.0, 4153.0, 4185.0, 4152.0, 4203.0, 4165.0, 4141.0, 4151.0, 4152.0, 4203.0, 4165.0, 4163.0, 4164.0, 4154.0, 4197.0, 4167.0, 4207.0, 4154.0, 4164.0, 4174.0, 4165.0, 4206.0, 4163.0, 4197.0, 4176.0, 4195.0, 4162.0, 4141.0, 4162.0, 4141.0, 4192.0, 4153.0, 4192.0, 4154.0, 4194.0, 4175.0, 4153.0, 4163.0, 4154.0, 4192.0, 4162.0, 4182.0, 4142.0, 4163.0, 4174.0, 4153.0, 4191.0, 4153.0, 4194.0, 4173.0, 4199.0, 4151.0, 4152.0, 4171.0, 4152.0, 4191.0, 4140.0, 4180.0, 4143.0, 4193.0, 4160.0, 4127.0, 4148.0, 4139.0, 4181.0, 4161.0, 4193.0, 4160.0, 4141.0, 4150.0, 4140.0, 4189.0, 4148.0, 4139.0, 4149.0, 4142.0, 4192.0, 4152.0, 4170.0, 4153.0, 4152.0, 4181.0, 4142.0, 4170.0, 4140.0, 4180.0, 4160.0, 4179.0, 4159.0, 4128.0, 4149.0, 4140.0, 4189.0, 4149.0, 4168.0, 4139.0, 4139.0, 4170.0, 4139.0, 4179.0, 4139.0, 4151.0, 4138.0, 4139.0, 4151.0, 4141.0, 4151.0, 4163.0, 4162.0, 4156.0, 4208.0, 4198.0, 4175.0, 4195.0, 4141.0, 4161.0, 4173.0, 4162.0, 4193.0, 4140.0, 4161.0, 4173.0, 4182.0, 4190.0, 4131.0, 4170.0, 4141.0, 4154.0, 4154.0, 4163.0, 4165.0, 4154.0, 4196.0, 4176.0, 4196.0, 4166.0, 4162.0, 4185.0, 4183.0, 4184.0, 4151.0, 4158.0, 4141.0, 4192.0, 4172.0, 4180.0, 4148.0, 4168.0, 4146.0, 4158.0, 4126.0, 4157.0, 4135.0, 4145.0, 4125.0, 4157.0, 4136.0, 4157.0, 4124.0, 4137.0, 4125.0, 4146.0, 4135.0, 4147.0, 4137.0, 4146.0, 4137.0, 4148.0, 4149.0, 4171.0, 4141.0, 4157.0, 4141.0, 4183.0, 4141.0, 4193.0, 4140.0, 4171.0, 4142.0, 4182.0, 4151.0, 4182.0, 4151.0, 4128.0, 4163.0, 4153.0, 4173.0, 4141.0, 4164.0, 4163.0, 4193.0, 4153.0, 4180.0, 4151.0, 4204.0, 4153.0, 4171.0, 4138.0, 4183.0, 4150.0, 4179.0, 4139.0, 4181.0, 4150.0, 4189.0, 4159.0, 4160.0, 4148.0, 4140.0, 4160.0, 4141.0, 4140.0, 4141.0, 4182.0, 4153.0, 4203.0, 4153.0, 4185.0, 4174.0, 4159.0, 4161.0, 4140.0, 4192.0, 4140.0, 4169.0, 4140.0, 4180.0, 4159.0, 4163.0, 4151.0, 4149.0, 4161.0, 4141.0, 4195.0, 4151.0, 4140.0, 4162.0, 4152.0, 4172.0, 4141.0, 4174.0, 4154.0, 4192.0, 4152.0, 4172.0, 4142.0, 4192.0, 4163.0, 4170.0, 4139.0, 4182.0, 4161.0, 4178.0, 4137.0, 4170.0, 4160.0, 4178.0, 4148.0, 4148.0, 4159.0, 4146.0, 4147.0, 4137.0, 4157.0, 4137.0, 4168.0, 4138.0, 4146.0, 4128.0, 4167.0, 4139.0, 4159.0, 4137.0, 4142.0, 4162.0, 4139.0, 4180.0, 4141.0, 4169.0, 4140.0, 4191.0, 4160.0, 4178.0, 4127.0, 4168.0, 4149.0, 4179.0, 4139.0, 4137.0, 4147.0, 4138.0, 4160.0, 4140.0, 4148.0, 4138.0, 4181.0, 4152.0, 4181.0, 4139.0, 4149.0, 4170.0, 4169.0, 4171.0, 4129.0, 4139.0, 4127.0, 4168.0, 4140.0, 4193.0, 4153.0, 4183.0, 4148.0, 4179.0, 4137.0, 4149.0, 4139.0, 4138.0, 4151.0, 4139.0, 4152.0, 4154.0, 4182.0, 4153.0, 4171.0, 4140.0, 4142.0, 4164.0, 4166.0, 4171.0, 4165.0, 4196.0, 4163.0, 4142.0, 4181.0, 4153.0, 4142.0, 4171.0, 4195.0, 4194.0, 4162.0, 4142.0, 4161.0, 4163.0, 4184.0, 4192.0, 4152.0, 4172.0, 4150.0, 4140.0, 4194.0, 4161.0, 4162.0, 4127.0, 4141.0, 4181.0, 4160.0, 4179.0, 4138.0, 4125.0, 4159.0, 4145.0, 4167.0, 4126.0, 4156.0, 4128.0, 4169.0, 4148.0, 4149.0, 4148.0, 4129.0, 4171.0, 4152.0, 4194.0, 4193.0, 4153.0, 4190.0, 4148.0, 4149.0, 4138.0, 4115.0, 4135.0, 4115.0, 4133.0, 4126.0, 4177.0, 4146.0, 4136.0, 4126.0, 4114.0, 4121.0, 4125.0, 4156.0, 4135.0, 4166.0, 4144.0, 4113.0, 4122.0, 4112.0, 4152.0, 4122.0, 4143.0, 4122.0, 4099.0, 4121.0, 4122.0, 4166.0, 4125.0, 4145.0, 4124.0, 4123.0, 4155.0, 4124.0, 4146.0, 4125.0, 4146.0, 4126.0, 4166.0, 4137.0, 4147.0, 4137.0, 4126.0, 4147.0, 4149.0, 4147.0, 4138.0, 4138.0, 4136.0, 4139.0, 4139.0, 4160.0, 4140.0, 4160.0, 4140.0, 4160.0, 4141.0, 4178.0, 4140.0, 4169.0, 4138.0, 4161.0, 4151.0, 4191.0, 4151.0, 4172.0, 4151.0, 4141.0, 4171.0, 4147.0, 4144.0, 4126.0, 4159.0, 4151.0, 4151.0, 4153.0, 4142.0, 4163.0, 4153.0, 4195.0, 4164.0, 4171.0, 4151.0, 4170.0, 4195.0, 4161.0, 4172.0, 4139.0, 4158.0, 4137.0, 4170.0, 4149.0, 4149.0, 4138.0, 4139.0, 4127.0, 4159.0, 4146.0, 4139.0, 4128.0, 4137.0, 4136.0, 4159.0, 4138.0, 4148.0, 4126.0, 4139.0, 4130.0, 4160.0, 4137.0, 4149.0, 4127.0, 4147.0, 4137.0, 4170.0, 4147.0, 4149.0, 4125.0, 4137.0, 4126.0, 4159.0, 4127.0, 4158.0, 4138.0, 4149.0, 4138.0, 4149.0, 4151.0, 4180.0, 4161.0, 4191.0, 4150.0, 4180.0, 4165.0, 4194.0, 4173.0, 4160.0, 4154.0, 4142.0, 4174.0, 4155.0, 4185.0, 4143.0, 4161.0, 4154.0, 4193.0, 4164.0, 4183.0, 4141.0, 4160.0, 4173.0, 4162.0, 4182.0, 4141.0, 4162.0, 4141.0, 4183.0, 4140.0, 4180.0, 4141.0, 4183.0, 4152.0, 4202.0, 4150.0, 4169.0, 4151.0, 4162.0, 4161.0, 4151.0, 4150.0, 4152.0, 4172.0, 4152.0, 4182.0, 4152.0, 4182.0, 4154.0, 4194.0, 4173.0, 4151.0, 4152.0, 4153.0, 4181.0, 4150.0, 4171.0, 4151.0, 4182.0, 4151.0, 4181.0, 4139.0, 4160.0, 4160.0, 4149.0, 4161.0, 4138.0, 4149.0, 4150.0, 4182.0, 4152.0, 4170.0, 4151.0, 4153.0, 4173.0, 4142.0, 4172.0, 4140.0, 4174.0, 4153.0, 4183.0, 4152.0, 4151.0, 4175.0, 4165.0, 4194.0, 4153.0, 4192.0, 4153.0, 4153.0, 4152.0, 4151.0, 4151.0, 4153.0, 4165.0, 4174.0, 4153.0, 4186.0, 4153.0, 4150.0, 4194.0, 4171.0, 4201.0, 4150.0, 4179.0, 4125.0, 4158.0, 4137.0, 4165.0, 4144.0, 4123.0, 4123.0, 4113.0, 4133.0, 4125.0, 4165.0, 4134.0, 4145.0, 4125.0, 4123.0, 4134.0, 4128.0, 4176.0, 4146.0, 4146.0, 4135.0, 4126.0, 4158.0, 4139.0, 4179.0, 4148.0, 4156.0, 4136.0, 4134.0, 4148.0, 4137.0, 4166.0, 4138.0, 4167.0, 4126.0, 4134.0, 4137.0, 4147.0, 4160.0, 4148.0, 4157.0, 4129.0, 4157.0, 4150.0, 4141.0, 4170.0, 4160.0, 4179.0, 4136.0, 4128.0, 4137.0, 4128.0, 4180.0, 4159.0, 4169.0, 4138.0, 4146.0, 4170.0, 4148.0, 4167.0, 4126.0, 4154.0, 4128.0, 4170.0, 4148.0, 4179.0, 4125.0, 4128.0, 4138.0, 4138.0, 4157.0, 4139.0, 4169.0, 4137.0, 4142.0, 4151.0, 4142.0, 4182.0, 4140.0, 4171.0, 4153.0, 4193.0, 4173.0, 4159.0, 4139.0, 4139.0, 4158.0, 4150.0, 4182.0, 4140.0, 4159.0, 4140.0, 4160.0, 4150.0, 4153.0, 4153.0, 4155.0, 4175.0, 4166.0, 4206.0, 4175.0, 4194.0, 4154.0, 4173.0, 4152.0, 4128.0, 4150.0, 4140.0, 4172.0, 4165.0, 4203.0, 4182.0, 4181.0, 4128.0, 4148.0, 4160.0, 4178.0, 4158.0, 4138.0, 4138.0, 4140.0, 4169.0, 4150.0, 4180.0, 4152.0, 4171.0, 4153.0, 4193.0, 4163.0, 4160.0, 4151.0, 4150.0, 4171.0, 4181.0, 4181.0, 4158.0, 4148.0, 4136.0, 4149.0, 4179.0, 4148.0, 4146.0, 4136.0, 4126.0, 4149.0, 4147.0, 4160.0, 4138.0, 4149.0, 4141.0, 4171.0, 4141.0, 4181.0, 4139.0, 4159.0, 4142.0, 4178.0, 4149.0, 4168.0, 4128.0, 4159.0, 4139.0, 4179.0, 4149.0, 4167.0, 4130.0, 4169.0, 4138.0, 4167.0, 4127.0, 4157.0, 4140.0, 4180.0, 4151.0, 4180.0, 4139.0, 4181.0, 4152.0, 4191.0, 4139.0, 4169.0, 4153.0, 4180.0, 4159.0, 4148.0, 4150.0, 4152.0, 4161.0, 4160.0, 4140.0, 4149.0, 4151.0, 4172.0, 4162.0, 4180.0, 4150.0, 4159.0, 4151.0, 4180.0, 4151.0, 4159.0, 4141.0, 4140.0, 4152.0, 4161.0, 4161.0, 4138.0, 4153.0, 4152.0, 4162.0, 4182.0, 4141.0, 4169.0, 4152.0, 4191.0, 4149.0, 4180.0, 4139.0, 4159.0, 4141.0, 4168.0, 4141.0, 4161.0, 4140.0, 4151.0, 4138.0, 4160.0, 4139.0, 4149.0, 4142.0, 4162.0, 4171.0, 4152.0, 4148.0, 4152.0, 4150.0, 4161.0, 4192.0, 4150.0, 4181.0, 4140.0, 4191.0, 4151.0, 4193.0, 4151.0, 4170.0, 4140.0, 4170.0, 4143.0, 4182.0, 4141.0, 4171.0, 4139.0, 4172.0, 4144.0, 4183.0, 4161.0, 4173.0, 4141.0, 4170.0, 4142.0, 4181.0, 4140.0, 4158.0, 4140.0, 4171.0, 4139.0, 4181.0, 4140.0, 4173.0, 4140.0, 4181.0, 4141.0, 4159.0, 4143.0, 4181.0, 4140.0, 4181.0, 4140.0, 4174.0, 4153.0, 4182.0, 4151.0, 4171.0, 4141.0, 4183.0, 4151.0, 4183.0, 4141.0, 4171.0, 4152.0, 4183.0, 4151.0, 4180.0, 4142.0, 4181.0, 4152.0, 4184.0, 4140.0, 4170.0, 4140.0, 4172.0, 4141.0, 4172.0, 4151.0, 4159.0, 4142.0, 4172.0, 4142.0, 4183.0, 4142.0, 4169.0, 4144.0, 4182.0, 4151.0, 4182.0, 4139.0, 4158.0, 4140.0, 4172.0, 4140.0, 4159.0, 4139.0, 4159.0, 4141.0, 4171.0, 4140.0, 4160.0, 4139.0, 4173.0, 4141.0, 4173.0, 4139.0, 4162.0, 4140.0, 4173.0, 4141.0, 4184.0, 4141.0, 4161.0, 4153.0, 4172.0, 4140.0, 4171.0, 4142.0, 4172.0, 4154.0, 4193.0, 4153.0, 4182.0, 4152.0, 4194.0, 4154.0, 4172.0, 4152.0, 4155.0, 4183.0, 4165.0, 4163.0, 4142.0, 4153.0, 4143.0, 4172.0, 4141.0, 4162.0, 4143.0, 4174.0, 4152.0, 4181.0, 4153.0, 4172.0, 4166.0, 4171.0, 4165.0, 4152.0, 4154.0, 4153.0, 4165.0, 4142.0, 4174.0, 4155.0, 4184.0, 4143.0, 4195.0, 4153.0, 4203.0, 4151.0, 4191.0, 4141.0, 4181.0, 4150.0, 4169.0, 4140.0, 4170.0, 4141.0, 4180.0, 4142.0, 4158.0, 4141.0, 4151.0, 4161.0, 4170.0, 4152.0, 4140.0, 4143.0, 4153.0, 4161.0, 4143.0, 4171.0, 4142.0, 4172.0, 4151.0, 4182.0, 4140.0, 4181.0, 4141.0, 4160.0, 4152.0, 4171.0, 4151.0, 4139.0, 4139.0, 4142.0, 4174.0, 4142.0, 4163.0, 4141.0, 4162.0, 4141.0, 4182.0, 4142.0, 4194.0, 4140.0, 4170.0, 4141.0, 4171.0, 4149.0, 4159.0, 4151.0, 4149.0, 4149.0, 4170.0, 4150.0, 4129.0, 4139.0, 4137.0, 4139.0, 4140.0, 4161.0, 4138.0, 4170.0, 4140.0, 4161.0, 4153.0, 4182.0, 4162.0, 4173.0, 4141.0, 4172.0, 4152.0, 4179.0, 4151.0, 4169.0, 4129.0, 4159.0, 4141.0, 4169.0, 4148.0, 4157.0, 4139.0, 4127.0, 4150.0, 4137.0, 4160.0, 4139.0, 4138.0, 4137.0, 4150.0, 4140.0, 4181.0, 4142.0, 4181.0, 4140.0, 4161.0, 4150.0, 4170.0, 4162.0, 4141.0, 4149.0, 4142.0, 4174.0, 4151.0, 4171.0, 4153.0, 4151.0, 4149.0, 4141.0, 4195.0, 4150.0, 4181.0, 4171.0, 4139.0, 4148.0, 4141.0, 4180.0, 4171.0, 4203.0, 4159.0, 4142.0, 4150.0, 4139.0, 4158.0, 4138.0, 4139.0, 4149.0, 4127.0, 4138.0, 4128.0, 4147.0, 4128.0, 4178.0, 4147.0, 4166.0, 4136.0, 4143.0, 4135.0, 4113.0, 4123.0, 4114.0, 4126.0, 4114.0, 4167.0, 4134.0, 4125.0, 4124.0, 4125.0, 4147.0, 4126.0, 4167.0, 4126.0, 4156.0, 4125.0, 4136.0, 4147.0, 4145.0, 4166.0, 4125.0, 4146.0, 4137.0, 4148.0, 4137.0, 4138.0, 4139.0, 4140.0, 4162.0, 4151.0, 4190.0, 4161.0, 4140.0, 4152.0, 4140.0, 4171.0, 4140.0, 4192.0, 4151.0, 4160.0, 4152.0, 4128.0, 4147.0, 4126.0, 4147.0, 4138.0, 4179.0, 4137.0, 4167.0, 4138.0, 4167.0, 4141.0, 4180.0, 4161.0, 4141.0, 4148.0, 4152.0, 4182.0, 4161.0, 4183.0, 4153.0, 4143.0, 4151.0, 4150.0, 4151.0, 4161.0, 4151.0, 4194.0, 4162.0, 4172.0, 4152.0, 4141.0, 4172.0, 4172.0, 4193.0, 4172.0, 4150.0, 4139.0, 4127.0, 4170.0, 4159.0, 4179.0, 4149.0, 4137.0, 4137.0, 4128.0, 4179.0, 4172.0, 4148.0, 4137.0, 4128.0, 4158.0, 4140.0, 4159.0, 4150.0, 4141.0, 4160.0, 4140.0, 4181.0, 4179.0, 4180.0, 4158.0, 4128.0, 4157.0, 4138.0, 4189.0, 4158.0, 4157.0, 4137.0, 4138.0, 4159.0, 4143.0, 4180.0, 4128.0, 4159.0, 4140.0, 4148.0, 4179.0, 4138.0, 4178.0, 4138.0, 4179.0, 4148.0, 4149.0, 4138.0, 4139.0, 4168.0, 4139.0, 4170.0, 4150.0, 4139.0, 4165.0, 4152.0, 4161.0, 4143.0, 4143.0, 4140.0, 4143.0, 4180.0, 4148.0, 4160.0, 4139.0, 4127.0, 4158.0, 4137.0, 4136.0, 4150.0, 4140.0, 4179.0, 4180.0, 4160.0, 4170.0, 4158.0, 4115.0, 4145.0, 4114.0, 4165.0, 4164.0, 4144.0, 4132.0, 4112.0, 4121.0, 4112.0, 4143.0, 4122.0, 4122.0, 4162.0, 4122.0, 4143.0, 4133.0, 4114.0, 4135.0, 4115.0, 4176.0, 4146.0, 4144.0, 4138.0, 4127.0, 4168.0, 4126.0, 4147.0, 4126.0, 4127.0, 4148.0, 4139.0, 4178.0, 4138.0, 4138.0, 4139.0, 4141.0], 'WindowWidth': [9418.0, 9348.0, 9317.0, 9294.0, 9283.0, 9344.0, 9289.0, 9296.0, 9267.0, 9251.0, 9296.0, 9249.0, 9316.0, 9266.0, 9231.0, 9245.0, 9251.0, 9317.0, 9269.0, 9264.0, 9266.0, 9257.0, 9313.0, 9274.0, 9326.0, 9255.0, 9267.0, 9282.0, 9269.0, 9325.0, 9265.0, 9312.0, 9285.0, 9308.0, 9264.0, 9234.0, 9262.0, 9234.0, 9303.0, 9250.0, 9300.0, 9255.0, 9306.0, 9283.0, 9250.0, 9264.0, 9253.0, 9301.0, 9262.0, 9287.0, 9235.0, 9262.0, 9281.0, 9250.0, 9298.0, 9252.0, 9306.0, 9275.0, 9306.0, 9243.0, 9244.0, 9270.0, 9246.0, 9296.0, 9228.0, 9281.0, 9235.0, 9299.0, 9254.0, 9207.0, 9236.0, 9224.0, 9285.0, 9257.0, 9300.0, 9254.0, 9228.0, 9241.0, 9229.0, 9292.0, 9236.0, 9223.0, 9240.0, 9232.0, 9299.0, 9245.0, 9268.0, 9250.0, 9246.0, 9284.0, 9231.0, 9264.0, 9227.0, 9280.0, 9253.0, 9276.0, 9249.0, 9206.0, 9237.0, 9226.0, 9291.0, 9237.0, 9259.0, 9222.0, 9224.0, 9265.0, 9223.0, 9275.0, 9223.0, 9239.0, 9220.0, 9223.0, 9239.0, 9225.0, 9240.0, 9260.0, 9260.0, 9259.0, 9332.0, 9317.0, 9283.0, 9305.0, 9229.0, 9256.0, 9274.0, 9259.0, 9298.0, 9228.0, 9257.0, 9274.0, 9284.0, 9295.0, 9216.0, 9264.0, 9231.0, 9250.0, 9254.0, 9265.0, 9269.0, 9257.0, 9314.0, 9288.0, 9312.0, 9270.0, 9260.0, 9295.0, 9286.0, 9291.0, 9240.0, 9248.0, 9227.0, 9298.0, 9267.0, 9277.0, 9232.0, 9261.0, 9226.0, 9244.0, 9202.0, 9242.0, 9210.0, 9223.0, 9198.0, 9244.0, 9212.0, 9243.0, 9195.0, 9217.0, 9200.0, 9227.0, 9212.0, 9232.0, 9217.0, 9231.0, 9219.0, 9235.0, 9240.0, 9268.0, 9230.0, 9247.0, 9231.0, 9289.0, 9233.0, 9301.0, 9229.0, 9267.0, 9233.0, 9289.0, 9246.0, 9285.0, 9243.0, 9210.0, 9263.0, 9250.0, 9277.0, 9232.0, 9267.0, 9267.0, 9303.0, 9249.0, 9282.0, 9247.0, 9318.0, 9250.0, 9268.0, 9226.0, 9287.0, 9242.0, 9276.0, 9225.0, 9282.0, 9242.0, 9291.0, 9251.0, 9253.0, 9236.0, 9230.0, 9255.0, 9230.0, 9226.0, 9231.0, 9286.0, 9251.0, 9315.0, 9251.0, 9295.0, 9280.0, 9252.0, 9256.0, 9227.0, 9299.0, 9228.0, 9264.0, 9227.0, 9283.0, 9255.0, 9260.0, 9242.0, 9240.0, 9258.0, 9232.0, 9306.0, 9244.0, 9228.0, 9261.0, 9250.0, 9275.0, 9233.0, 9278.0, 9252.0, 9300.0, 9247.0, 9272.0, 9233.0, 9298.0, 9260.0, 9266.0, 9225.0, 9282.0, 9256.0, 9274.0, 9220.0, 9264.0, 9253.0, 9273.0, 9234.0, 9233.0, 9252.0, 9230.0, 9232.0, 9215.0, 9245.0, 9218.0, 9261.0, 9219.0, 9228.0, 9208.0, 9257.0, 9224.0, 9249.0, 9221.0, 9233.0, 9260.0, 9227.0, 9281.0, 9229.0, 9262.0, 9228.0, 9294.0, 9253.0, 9273.0, 9205.0, 9258.0, 9236.0, 9275.0, 9221.0, 9216.0, 9233.0, 9221.0, 9253.0, 9226.0, 9236.0, 9223.0, 9282.0, 9246.0, 9282.0, 9225.0, 9237.0, 9267.0, 9264.0, 9267.0, 9209.0, 9221.0, 9206.0, 9262.0, 9226.0, 9302.0, 9251.0, 9287.0, 9236.0, 9275.0, 9219.0, 9235.0, 9223.0, 9221.0, 9243.0, 9226.0, 9245.0, 9253.0, 9287.0, 9250.0, 9271.0, 9229.0, 9233.0, 9267.0, 9274.0, 9268.0, 9272.0, 9309.0, 9261.0, 9230.0, 9283.0, 9248.0, 9233.0, 9271.0, 9306.0, 9305.0, 9259.0, 9233.0, 9255.0, 9261.0, 9291.0, 9300.0, 9245.0, 9268.0, 9238.0, 9226.0, 9301.0, 9254.0, 9255.0, 9205.0, 9230.0, 9281.0, 9253.0, 9275.0, 9217.0, 9198.0, 9247.0, 9225.0, 9257.0, 9203.0, 9240.0, 9205.0, 9260.0, 9233.0, 9235.0, 9231.0, 9209.0, 9269.0, 9245.0, 9307.0, 9305.0, 9251.0, 9295.0, 9236.0, 9234.0, 9217.0, 9182.0, 9209.0, 9181.0, 9205.0, 9199.0, 9268.0, 9228.0, 9212.0, 9199.0, 9179.0, 9186.0, 9196.0, 9234.0, 9208.0, 9253.0, 9221.0, 9176.0, 9187.0, 9175.0, 9226.0, 9187.0, 9213.0, 9186.0, 9154.0, 9187.0, 9189.0, 9250.0, 9196.0, 9222.0, 9194.0, 9193.0, 9237.0, 9195.0, 9224.0, 9198.0, 9224.0, 9200.0, 9253.0, 9216.0, 9229.0, 9216.0, 9200.0, 9233.0, 9234.0, 9232.0, 9219.0, 9218.0, 9215.0, 9222.0, 9225.0, 9252.0, 9226.0, 9250.0, 9225.0, 9251.0, 9228.0, 9275.0, 9226.0, 9261.0, 9221.0, 9252.0, 9242.0, 9294.0, 9242.0, 9269.0, 9244.0, 9230.0, 9269.0, 9229.0, 9221.0, 9199.0, 9247.0, 9244.0, 9242.0, 9248.0, 9234.0, 9262.0, 9250.0, 9308.0, 9263.0, 9269.0, 9243.0, 9266.0, 9305.0, 9253.0, 9270.0, 9223.0, 9247.0, 9220.0, 9266.0, 9235.0, 9234.0, 9218.0, 9220.0, 9205.0, 9249.0, 9229.0, 9222.0, 9205.0, 9219.0, 9216.0, 9249.0, 9220.0, 9234.0, 9203.0, 9223.0, 9212.0, 9254.0, 9218.0, 9236.0, 9205.0, 9233.0, 9220.0, 9266.0, 9231.0, 9237.0, 9200.0, 9218.0, 9203.0, 9250.0, 9206.0, 9249.0, 9221.0, 9237.0, 9223.0, 9238.0, 9244.0, 9282.0, 9258.0, 9295.0, 9243.0, 9283.0, 9271.0, 9306.0, 9279.0, 9255.0, 9250.0, 9233.0, 9281.0, 9258.0, 9297.0, 9237.0, 9258.0, 9253.0, 9303.0, 9265.0, 9287.0, 9231.0, 9255.0, 9278.0, 9261.0, 9288.0, 9231.0, 9258.0, 9233.0, 9288.0, 9229.0, 9280.0, 9229.0, 9289.0, 9249.0, 9312.0, 9243.0, 9265.0, 9246.0, 9261.0, 9261.0, 9244.0, 9243.0, 9249.0, 9276.0, 9249.0, 9288.0, 9248.0, 9286.0, 9255.0, 9304.0, 9278.0, 9244.0, 9247.0, 9250.0, 9285.0, 9242.0, 9269.0, 9244.0, 9286.0, 9245.0, 9283.0, 9226.0, 9253.0, 9256.0, 9239.0, 9256.0, 9223.0, 9237.0, 9244.0, 9287.0, 9247.0, 9268.0, 9244.0, 9251.0, 9277.0, 9235.0, 9274.0, 9230.0, 9279.0, 9253.0, 9290.0, 9250.0, 9245.0, 9285.0, 9274.0, 9307.0, 9252.0, 9304.0, 9252.0, 9249.0, 9247.0, 9243.0, 9245.0, 9251.0, 9269.0, 9281.0, 9252.0, 9296.0, 9251.0, 9244.0, 9303.0, 9269.0, 9312.0, 9239.0, 9274.0, 9199.0, 9242.0, 9216.0, 9250.0, 9222.0, 9193.0, 9193.0, 9179.0, 9207.0, 9196.0, 9250.0, 9208.0, 9222.0, 9198.0, 9192.0, 9209.0, 9205.0, 9266.0, 9227.0, 9227.0, 9213.0, 9203.0, 9248.0, 9222.0, 9277.0, 9234.0, 9240.0, 9214.0, 9209.0, 9231.0, 9215.0, 9254.0, 9217.0, 9254.0, 9200.0, 9209.0, 9217.0, 9230.0, 9253.0, 9233.0, 9243.0, 9208.0, 9245.0, 9239.0, 9229.0, 9267.0, 9255.0, 9277.0, 9217.0, 9207.0, 9219.0, 9207.0, 9280.0, 9249.0, 9262.0, 9219.0, 9229.0, 9264.0, 9231.0, 9257.0, 9200.0, 9234.0, 9205.0, 9262.0, 9233.0, 9272.0, 9199.0, 9206.0, 9221.0, 9222.0, 9246.0, 9225.0, 9263.0, 9221.0, 9233.0, 9245.0, 9232.0, 9285.0, 9228.0, 9269.0, 9250.0, 9300.0, 9274.0, 9251.0, 9225.0, 9225.0, 9251.0, 9239.0, 9284.0, 9225.0, 9247.0, 9225.0, 9254.0, 9242.0, 9249.0, 9250.0, 9257.0, 9285.0, 9275.0, 9326.0, 9285.0, 9306.0, 9252.0, 9274.0, 9242.0, 9206.0, 9239.0, 9226.0, 9272.0, 9268.0, 9317.0, 9287.0, 9280.0, 9207.0, 9235.0, 9252.0, 9272.0, 9248.0, 9219.0, 9220.0, 9226.0, 9263.0, 9241.0, 9280.0, 9245.0, 9271.0, 9249.0, 9301.0, 9261.0, 9252.0, 9243.0, 9240.0, 9272.0, 9281.0, 9282.0, 9245.0, 9233.0, 9213.0, 9236.0, 9272.0, 9233.0, 9227.0, 9214.0, 9202.0, 9237.0, 9232.0, 9253.0, 9220.0, 9235.0, 9230.0, 9269.0, 9229.0, 9280.0, 9223.0, 9250.0, 9231.0, 9276.0, 9237.0, 9260.0, 9207.0, 9250.0, 9223.0, 9277.0, 9235.0, 9257.0, 9211.0, 9263.0, 9221.0, 9258.0, 9205.0, 9244.0, 9227.0, 9278.0, 9242.0, 9278.0, 9224.0, 9282.0, 9245.0, 9294.0, 9225.0, 9262.0, 9247.0, 9279.0, 9253.0, 9235.0, 9239.0, 9244.0, 9256.0, 9252.0, 9227.0, 9236.0, 9242.0, 9270.0, 9259.0, 9277.0, 9240.0, 9248.0, 9242.0, 9281.0, 9244.0, 9249.0, 9228.0, 9227.0, 9247.0, 9256.0, 9258.0, 9222.0, 9246.0, 9245.0, 9260.0, 9283.0, 9228.0, 9262.0, 9244.0, 9293.0, 9238.0, 9278.0, 9222.0, 9248.0, 9230.0, 9262.0, 9228.0, 9252.0, 9224.0, 9241.0, 9221.0, 9253.0, 9222.0, 9236.0, 9231.0, 9259.0, 9268.0, 9246.0, 9235.0, 9244.0, 9240.0, 9257.0, 9296.0, 9241.0, 9280.0, 9226.0, 9294.0, 9243.0, 9299.0, 9241.0, 9264.0, 9225.0, 9267.0, 9234.0, 9282.0, 9229.0, 9266.0, 9225.0, 9270.0, 9237.0, 9287.0, 9257.0, 9271.0, 9229.0, 9267.0, 9231.0, 9281.0, 9226.0, 9247.0, 9227.0, 9269.0, 9225.0, 9281.0, 9225.0, 9273.0, 9227.0, 9281.0, 9227.0, 9248.0, 9233.0, 9280.0, 9228.0, 9281.0, 9227.0, 9275.0, 9249.0, 9284.0, 9243.0, 9267.0, 9229.0, 9286.0, 9243.0, 9286.0, 9229.0, 9266.0, 9245.0, 9286.0, 9243.0, 9279.0, 9229.0, 9281.0, 9246.0, 9286.0, 9227.0, 9264.0, 9226.0, 9272.0, 9228.0, 9270.0, 9242.0, 9251.0, 9234.0, 9271.0, 9231.0, 9286.0, 9232.0, 9264.0, 9236.0, 9285.0, 9243.0, 9283.0, 9223.0, 9246.0, 9225.0, 9269.0, 9224.0, 9248.0, 9223.0, 9249.0, 9230.0, 9267.0, 9227.0, 9252.0, 9224.0, 9273.0, 9229.0, 9273.0, 9225.0, 9256.0, 9226.0, 9275.0, 9229.0, 9287.0, 9229.0, 9255.0, 9249.0, 9271.0, 9228.0, 9267.0, 9230.0, 9272.0, 9251.0, 9301.0, 9248.0, 9284.0, 9249.0, 9303.0, 9251.0, 9272.0, 9246.0, 9254.0, 9291.0, 9265.0, 9262.0, 9232.0, 9246.0, 9235.0, 9273.0, 9230.0, 9258.0, 9235.0, 9278.0, 9247.0, 9283.0, 9248.0, 9274.0, 9272.0, 9274.0, 9268.0, 9248.0, 9252.0, 9250.0, 9268.0, 9233.0, 9277.0, 9253.0, 9290.0, 9238.0, 9307.0, 9247.0, 9312.0, 9241.0, 9295.0, 9230.0, 9281.0, 9238.0, 9262.0, 9225.0, 9265.0, 9230.0, 9277.0, 9231.0, 9248.0, 9228.0, 9243.0, 9258.0, 9266.0, 9246.0, 9227.0, 9232.0, 9249.0, 9258.0, 9234.0, 9270.0, 9234.0, 9270.0, 9244.0, 9285.0, 9227.0, 9282.0, 9228.0, 9252.0, 9245.0, 9266.0, 9244.0, 9224.0, 9225.0, 9234.0, 9278.0, 9233.0, 9260.0, 9230.0, 9258.0, 9233.0, 9285.0, 9230.0, 9300.0, 9226.0, 9265.0, 9231.0, 9267.0, 9238.0, 9249.0, 9240.0, 9236.0, 9238.0, 9265.0, 9239.0, 9209.0, 9223.0, 9218.0, 9220.0, 9226.0, 9255.0, 9222.0, 9266.0, 9229.0, 9258.0, 9252.0, 9286.0, 9260.0, 9272.0, 9230.0, 9271.0, 9246.0, 9275.0, 9242.0, 9261.0, 9209.0, 9248.0, 9227.0, 9261.0, 9233.0, 9242.0, 9223.0, 9203.0, 9239.0, 9219.0, 9250.0, 9221.0, 9220.0, 9218.0, 9239.0, 9226.0, 9281.0, 9230.0, 9281.0, 9227.0, 9254.0, 9241.0, 9266.0, 9258.0, 9229.0, 9236.0, 9231.0, 9276.0, 9243.0, 9268.0, 9248.0, 9242.0, 9237.0, 9229.0, 9303.0, 9241.0, 9281.0, 9268.0, 9223.0, 9234.0, 9227.0, 9277.0, 9269.0, 9314.0, 9253.0, 9232.0, 9239.0, 9223.0, 9245.0, 9221.0, 9221.0, 9236.0, 9204.0, 9218.0, 9208.0, 9233.0, 9208.0, 9272.0, 9229.0, 9252.0, 9211.0, 9218.0, 9207.0, 9174.0, 9188.0, 9178.0, 9196.0, 9181.0, 9252.0, 9208.0, 9197.0, 9195.0, 9196.0, 9228.0, 9199.0, 9255.0, 9199.0, 9238.0, 9198.0, 9213.0, 9228.0, 9223.0, 9253.0, 9199.0, 9226.0, 9217.0, 9232.0, 9219.0, 9221.0, 9223.0, 9227.0, 9259.0, 9245.0, 9294.0, 9256.0, 9226.0, 9243.0, 9227.0, 9267.0, 9226.0, 9295.0, 9241.0, 9250.0, 9243.0, 9207.0, 9231.0, 9201.0, 9230.0, 9219.0, 9275.0, 9217.0, 9257.0, 9219.0, 9259.0, 9229.0, 9280.0, 9256.0, 9227.0, 9236.0, 9248.0, 9284.0, 9257.0, 9289.0, 9248.0, 9236.0, 9243.0, 9241.0, 9243.0, 9258.0, 9244.0, 9303.0, 9260.0, 9271.0, 9244.0, 9231.0, 9271.0, 9270.0, 9299.0, 9269.0, 9237.0, 9220.0, 9206.0, 9264.0, 9250.0, 9276.0, 9234.0, 9217.0, 9217.0, 9208.0, 9275.0, 9268.0, 9233.0, 9218.0, 9206.0, 9247.0, 9226.0, 9250.0, 9240.0, 9228.0, 9252.0, 9227.0, 9282.0, 9277.0, 9277.0, 9246.0, 9207.0, 9246.0, 9221.0, 9288.0, 9247.0, 9244.0, 9218.0, 9221.0, 9250.0, 9233.0, 9277.0, 9207.0, 9249.0, 9228.0, 9234.0, 9275.0, 9219.0, 9272.0, 9220.0, 9277.0, 9235.0, 9236.0, 9219.0, 9222.0, 9260.0, 9224.0, 9264.0, 9240.0, 9224.0, 9269.0, 9248.0, 9255.0, 9232.0, 9230.0, 9224.0, 9237.0, 9278.0, 9234.0, 9250.0, 9218.0, 9200.0, 9244.0, 9217.0, 9217.0, 9238.0, 9225.0, 9277.0, 9279.0, 9252.0, 9263.0, 9243.0, 9181.0, 9220.0, 9179.0, 9245.0, 9247.0, 9216.0, 9198.0, 9173.0, 9182.0, 9171.0, 9212.0, 9185.0, 9185.0, 9241.0, 9188.0, 9216.0, 9205.0, 9179.0, 9210.0, 9185.0, 9264.0, 9225.0, 9221.0, 9219.0, 9205.0, 9258.0, 9201.0, 9228.0, 9201.0, 9203.0, 9233.0, 9221.0, 9272.0, 9220.0, 9220.0, 9224.0, 9230.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.00023624342599549208</td></tr>
<tr><td colspan=3>aqi</td><td>0.02202060781367393</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.52555382516546</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1575606858120295</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9809540557969922</td></tr>
<tr><td colspan=3>efc</td><td>0.4726</td></tr>
<tr><td colspan=3>fber</td><td>6700.2466</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09620880010461741</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1555221637866264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4736753150077444</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4361379419179454</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6859621177798547</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2989258853254335</td></tr>
<tr><td colspan=3>gcor</td><td>0.00956077</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002891925163567066</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032787155359983444</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.74700847526253</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.7739</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0534</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.1547</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>759.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.0858</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0368</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.0321</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3341.3349</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.8151</td></tr>
<tr><td colspan=3>tsnr</td><td>37.79594850214198</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>