<?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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-03/func/sub-0064_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>35cc5ed69da4f371a7e70f570525626f</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>09:44:39.530000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997056, -0.0675931, -0.0361936, 0.0683221, 0.997477, 0.0192975]</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.0820885</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7737, -7251, 555, -20, -134, -23, 119]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.288</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc9c98f0-2529-4f31-8733-15ae1443249f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6750290393829346, 0.18330326676368713, -0.0939544141292572, 110.84032440185547], [0.18134738504886627, 2.676156997680664, 0.058626629412174225, -101.91388702392578], [-0.09710489213466644, -0.051773909479379654, 2.697727918624878, -66.48027801513672], [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': ['094439.530000', '094439.990000', '094440.450000', '094440.910000', '094441.370000', '094441.830000', '094442.290000', '094442.750000', '094443.210000', '094443.670000', '094444.130000', '094444.590000', '094445.050000', '094445.510000', '094445.970000', '094446.430000', '094446.890000', '094447.350000', '094447.810000', '094448.270000', '094448.730000', '094449.190000', '094449.650000', '094450.110000', '094450.570000', '094451.030000', '094451.490000', '094451.950000', '094452.410000', '094452.870000', '094453.330000', '094453.790000', '094454.250000', '094454.710000', '094455.170000', '094455.630000', '094456.090000', '094456.550000', '094457.010000', '094457.470000', '094457.930000', '094458.390000', '094458.850000', '094459.310000', '094459.770000', '094500.230000', '094500.690000', '094501.150000', '094501.610000', '094502.070000', '094502.530000', '094502.990000', '094503.450000', '094503.910000', '094504.370000', '094504.830000', '094505.290000', '094505.750000', '094506.210000', '094506.670000', '094507.130000', '094507.590000', '094508.050000', '094508.510000', '094508.970000', '094509.430000', '094509.890000', '094510.350000', '094510.810000', '094511.270000', '094511.730000', '094512.190000', '094512.650000', '094513.110000', '094513.570000', '094514.030000', '094514.490000', '094514.950000', '094515.410000', '094515.870000', '094516.330000', '094516.790000', '094517.250000', '094517.710000', '094518.170000', '094518.630000', '094519.090000', '094519.550000', '094520.010000', '094520.470000', '094520.930000', '094521.390000', '094521.850000', '094522.310000', '094522.770000', '094523.230000', '094523.690000', '094524.150000', '094524.610000', '094525.070000', '094525.530000', '094525.990000', '094526.450000', '094526.910000', '094527.370000', '094527.830000', '094528.290000', '094528.750000', '094529.210000', '094529.670000', '094530.130000', '094530.590000', '094531.050000', '094531.510000', '094531.970000', '094532.430000', '094532.890000', '094533.350000', '094533.810000', '094534.270000', '094534.730000', '094535.190000', '094535.650000', '094536.110000', '094536.570000', '094537.030000', '094537.490000', '094537.950000', '094538.410000', '094538.870000', '094539.330000', '094539.790000', '094540.250000', '094540.710000', '094541.170000', '094541.630000', '094542.090000', '094542.550000', '094543.010000', '094543.470000', '094543.930000', '094544.390000', '094544.850000', '094545.310000', '094545.770000', '094546.230000', '094546.690000', '094547.150000', '094547.610000', '094548.070000', '094548.530000', '094548.990000', '094549.450000', '094549.910000', '094550.370000', '094550.830000', '094551.290000', '094551.750000', '094552.210000', '094552.670000', '094553.130000', '094553.590000', '094554.050000', '094554.510000', '094554.970000', '094555.430000', '094555.890000', '094556.350000', '094556.810000', '094557.270000', '094557.730000', '094558.190000', '094558.650000', '094559.110000', '094559.570000', '094600.030000', '094600.490000', '094600.950000', '094601.410000', '094601.870000', '094602.330000', '094602.790000', '094603.250000', '094603.710000', '094604.170000', '094604.630000', '094605.090000', '094605.550000', '094606.010000', '094606.470000', '094606.930000', '094607.390000', '094607.850000', '094608.310000', '094608.770000', '094609.230000', '094609.690000', '094610.150000', '094610.610000', '094611.070000', '094611.530000', '094611.990000', '094612.450000', '094612.910000', '094613.370000', '094613.830000', '094614.290000', '094614.750000', '094615.210000', '094615.670000', '094616.130000', '094616.590000', '094617.050000', '094617.510000', '094617.970000', '094618.430000', '094618.890000', '094619.350000', '094619.810000', '094620.270000', '094620.730000', '094621.190000', '094621.650000', '094622.110000', '094622.570000', '094623.030000', '094623.490000', '094623.950000', '094624.410000', '094624.870000', '094625.330000', '094625.790000', '094626.250000', '094626.710000', '094627.170000', '094627.630000', '094628.090000', '094628.550000', '094629.010000', '094629.470000', '094629.930000', '094630.390000', '094630.850000', '094631.310000', '094631.770000', '094632.230000', '094632.690000', '094633.150000', '094633.610000', '094634.070000', '094634.530000', '094634.990000', '094635.450000', '094635.910000', '094636.370000', '094636.830000', '094637.290000', '094637.750000', '094638.210000', '094638.670000', '094639.130000', '094639.590000', '094640.050000', '094640.510000', '094640.970000', '094641.430000', '094641.890000', '094642.350000', '094642.810000', '094643.270000', '094643.730000', '094644.190000', '094644.650000', '094645.110000', '094645.570000', '094646.030000', '094646.490000', '094646.950000', '094647.410000', '094647.870000', '094648.330000', '094648.790000', '094649.250000', '094649.710000', '094650.170000', '094650.630000', '094651.090000', '094651.550000', '094652.010000', '094652.470000', '094652.930000', '094653.390000', '094653.850000', '094654.310000', '094654.770000', '094655.230000', '094655.690000', '094656.150000', '094656.610000', '094657.070000', '094657.530000', '094657.990000', '094658.450000', '094658.910000', '094659.370000', '094659.830000', '094700.290000', '094700.750000', '094701.210000', '094701.670000', '094702.130000', '094702.590000', '094703.050000', '094703.510000', '094703.970000', '094704.430000', '094704.890000', '094705.350000', '094705.810000', '094706.270000', '094706.730000', '094707.190000', '094707.650000', '094708.110000', '094708.570000', '094709.030000', '094709.490000', '094709.950000', '094710.410000', '094710.870000', '094711.330000', '094711.790000', '094712.250000', '094712.710000', '094713.170000', '094713.630000', '094714.090000', '094714.550000', '094715.010000', '094715.470000', '094715.930000', '094716.390000', '094716.850000', '094717.310000', '094717.770000', '094718.230000', '094718.690000', '094719.150000', '094719.610000', '094720.070000', '094720.530000', '094720.990000', '094721.450000', '094721.910000', '094722.370000', '094722.830000', '094723.290000', '094723.750000', '094724.210000', '094724.670000', '094725.130000', '094725.590000', '094726.050000', '094726.510000', '094726.970000', '094727.430000', '094727.890000', '094728.350000', '094728.810000', '094729.270000', '094729.730000', '094730.190000', '094730.650000', '094731.110000', '094731.570000', '094732.030000', '094732.490000', '094732.950000', '094733.410000', '094733.870000', '094734.330000', '094734.790000', '094735.250000', '094735.710000', '094736.170000', '094736.630000', '094737.090000', '094737.550000', '094738.010000', '094738.470000', '094738.930000', '094739.390000', '094739.850000', '094740.310000', '094740.770000', '094741.230000', '094741.690000', '094742.150000', '094742.610000', '094743.070000', '094743.530000', '094743.990000', '094744.450000', '094744.910000', '094745.370000', '094745.830000', '094746.290000', '094746.750000', '094747.210000', '094747.670000', '094748.130000', '094748.590000', '094749.050000', '094749.510000', '094749.970000', '094750.430000', '094750.890000', '094751.350000', '094751.810000', '094752.270000', '094752.730000', '094753.190000', '094753.650000', '094754.110000', '094754.570000', '094755.030000', '094755.490000', '094755.950000', '094756.410000', '094756.870000', '094757.330000', '094757.790000', '094758.250000', '094758.710000', '094759.170000', '094759.630000', '094800.090000', '094800.550000', '094801.010000', '094801.470000', '094801.930000', '094802.390000', '094802.850000', '094803.310000', '094803.770000', '094804.230000', '094804.690000', '094805.150000', '094805.610000', '094806.070000', '094806.530000', '094806.990000', '094807.450000', '094807.910000', '094808.370000', '094808.830000', '094809.290000', '094809.750000', '094810.210000', '094810.670000', '094811.130000', '094811.590000', '094812.050000', '094812.510000', '094812.970000', '094813.430000', '094813.890000', '094814.350000', '094814.810000', '094815.270000', '094815.730000', '094816.190000', '094816.650000', '094817.110000', '094817.570000', '094818.030000', '094818.490000', '094818.950000', '094819.410000', '094819.870000', '094820.330000', '094820.790000', '094821.250000', '094821.710000', '094822.170000', '094822.630000', '094823.090000', '094823.550000', '094824.010000', '094824.470000', '094824.930000', '094825.390000', '094825.850000', '094826.310000', '094826.770000', '094827.230000', '094827.690000', '094828.150000', '094828.610000', '094829.070000', '094829.530000', '094829.990000', '094830.450000', '094830.910000', '094831.370000', '094831.830000', '094832.290000', '094832.750000', '094833.210000', '094833.670000', '094834.130000', '094834.590000', '094835.050000', '094835.510000', '094835.970000', '094836.430000', '094836.890000', '094837.350000', '094837.810000', '094838.270000', '094838.730000', '094839.190000', '094839.650000', '094840.110000', '094840.570000', '094841.030000', '094841.490000', '094841.950000', '094842.410000', '094842.870000', '094843.330000', '094843.790000', '094844.250000', '094844.710000', '094845.170000', '094845.630000', '094846.090000', '094846.550000', '094847.010000', '094847.470000', '094847.930000', '094848.390000', '094848.850000', '094849.310000', '094849.770000', '094850.230000', '094850.690000', '094851.150000', '094851.610000', '094852.070000', '094852.530000', '094852.990000', '094853.450000', '094853.910000', '094854.370000', '094854.830000', '094855.290000', '094855.750000', '094856.210000', '094856.670000', '094857.130000', '094857.590000', '094858.050000', '094858.510000', '094858.970000', '094859.430000', '094859.890000', '094900.350000', '094900.810000', '094901.270000', '094901.730000', '094902.190000', '094902.650000', '094903.110000', '094903.570000', '094904.030000', '094904.490000', '094904.950000', '094905.410000', '094905.870000', '094906.330000', '094906.790000', '094907.250000', '094907.710000', '094908.170000', '094908.630000', '094909.090000', '094909.550000', '094910.010000', '094910.470000', '094910.930000', '094911.390000', '094911.850000', '094912.310000', '094912.770000', '094913.230000', '094913.690000', '094914.150000', '094914.610000', '094915.070000', '094915.530000', '094915.990000', '094916.450000', '094916.910000', '094917.370000', '094917.830000', '094918.290000', '094918.750000', '094919.210000', '094919.670000', '094920.130000', '094920.590000', '094921.050000', '094921.510000', '094921.970000', '094922.430000', '094922.890000', '094923.350000', '094923.810000', '094924.270000', '094924.730000', '094925.190000', '094925.650000', '094926.110000', '094926.570000', '094927.030000', '094927.490000', '094927.950000', '094928.410000', '094928.870000', '094929.330000', '094929.790000', '094930.250000', '094930.710000', '094931.170000', '094931.630000', '094932.090000', '094932.550000', '094933.010000', '094933.470000', '094933.930000', '094934.390000', '094934.850000', '094935.310000', '094935.770000', '094936.230000', '094936.690000', '094937.150000', '094937.610000', '094938.070000', '094938.530000', '094938.990000', '094939.450000', '094939.910000', '094940.370000', '094940.830000', '094941.290000', '094941.750000', '094942.210000', '094942.670000', '094943.130000', '094943.590000', '094944.050000', '094944.510000', '094944.970000', '094945.430000', '094945.890000', '094946.350000', '094946.810000', '094947.270000', '094947.730000', '094948.190000', '094948.650000', '094949.110000', '094949.570000', '094950.030000', '094950.490000', '094950.950000', '094951.410000', '094951.870000', '094952.330000', '094952.790000', '094953.250000', '094953.710000', '094954.170000', '094954.630000', '094955.090000', '094955.550000', '094956.010000', '094956.470000', '094956.930000', '094957.390000', '094957.850000', '094958.310000', '094958.770000', '094959.230000', '094959.690000', '095000.150000', '095000.610000', '095001.070000', '095001.530000', '095001.990000', '095002.450000', '095002.910000', '095003.370000', '095003.830000', '095004.290000', '095004.750000', '095005.210000', '095005.670000', '095006.130000', '095006.590000', '095007.050000', '095007.510000', '095007.970000', '095008.430000', '095008.890000', '095009.350000', '095009.810000', '095010.270000', '095010.730000', '095011.190000', '095011.650000', '095012.110000', '095012.570000', '095013.030000', '095013.490000', '095013.950000', '095014.410000', '095014.870000', '095015.330000', '095015.790000', '095016.250000', '095016.710000', '095017.170000', '095017.630000', '095018.090000', '095018.550000', '095019.010000', '095019.470000', '095019.930000', '095020.390000', '095020.850000', '095021.310000', '095021.770000', '095022.230000', '095022.690000', '095023.150000', '095023.610000', '095024.070000', '095024.530000', '095024.990000', '095025.450000', '095025.910000', '095026.370000', '095026.830000', '095027.290000', '095027.750000', '095028.210000', '095028.670000', '095029.130000', '095029.590000', '095030.050000', '095030.510000', '095030.970000', '095031.430000', '095031.890000', '095032.350000', '095032.810000', '095033.270000', '095033.730000', '095034.190000', '095034.650000', '095035.110000', '095035.570000', '095036.030000', '095036.490000', '095036.950000', '095037.410000', '095037.870000', '095038.330000', '095038.790000', '095039.250000', '095039.710000', '095040.170000', '095040.630000', '095041.090000', '095041.550000', '095042.010000', '095042.470000', '095042.930000', '095043.390000', '095043.850000', '095044.310000', '095044.770000', '095045.230000', '095045.690000', '095046.150000', '095046.610000', '095047.070000', '095047.530000', '095047.990000', '095048.450000', '095048.910000', '095049.370000', '095049.830000', '095050.290000', '095050.750000', '095051.210000', '095051.670000', '095052.130000', '095052.590000', '095053.050000', '095053.510000', '095053.970000', '095054.430000', '095054.890000', '095055.350000', '095055.810000', '095056.270000', '095056.730000', '095057.190000', '095057.650000', '095058.110000', '095058.570000', '095059.030000', '095059.490000', '095059.950000', '095100.410000', '095100.870000', '095101.330000', '095101.790000', '095102.250000', '095102.710000', '095103.170000', '095103.630000', '095104.090000', '095104.550000', '095105.010000', '095105.470000', '095105.930000', '095106.390000', '095106.850000', '095107.310000', '095107.770000', '095108.230000', '095108.690000', '095109.150000', '095109.610000', '095110.070000', '095110.530000', '095110.990000', '095111.450000', '095111.910000', '095112.370000', '095112.830000', '095113.290000', '095113.750000', '095114.210000', '095114.670000', '095115.130000', '095115.590000', '095116.050000', '095116.510000', '095116.970000', '095117.430000', '095117.890000', '095118.350000', '095118.810000', '095119.270000', '095119.730000', '095120.190000', '095120.650000', '095121.110000', '095121.570000', '095122.030000', '095122.490000', '095122.950000', '095123.410000', '095123.870000', '095124.330000', '095124.790000', '095125.250000', '095125.710000', '095126.170000', '095126.630000', '095127.090000', '095127.550000', '095128.010000', '095128.470000', '095128.930000', '095129.390000', '095129.850000', '095130.310000', '095130.770000', '095131.230000', '095131.690000', '095132.150000', '095132.610000', '095133.070000', '095133.530000', '095133.990000', '095134.450000', '095134.910000', '095135.370000', '095135.830000', '095136.290000', '095136.750000', '095137.210000', '095137.670000', '095138.130000', '095138.590000', '095139.050000', '095139.510000', '095139.970000', '095140.430000', '095140.890000', '095141.350000', '095141.810000', '095142.270000', '095142.730000', '095143.190000', '095143.650000', '095144.110000', '095144.570000', '095145.030000', '095145.490000', '095145.950000', '095146.410000', '095146.870000', '095147.330000', '095147.790000', '095148.250000', '095148.710000', '095149.170000', '095149.630000', '095150.090000', '095150.550000', '095151.010000', '095151.470000', '095151.930000', '095152.390000', '095152.850000', '095153.310000', '095153.770000', '095154.230000', '095154.690000', '095155.150000', '095155.610000', '095156.070000', '095156.530000', '095156.990000', '095157.450000', '095157.910000', '095158.370000', '095158.830000', '095159.290000', '095159.750000', '095200.210000', '095200.670000', '095201.130000', '095201.590000', '095202.050000', '095202.510000', '095202.970000', '095203.430000', '095203.890000', '095204.350000', '095204.810000', '095205.270000', '095205.730000', '095206.190000', '095206.650000', '095207.110000', '095207.570000', '095208.030000', '095208.490000', '095208.950000', '095209.410000', '095209.870000', '095210.330000', '095210.790000', '095211.250000', '095211.710000', '095212.170000', '095212.630000', '095213.090000', '095213.550000', '095214.010000', '095214.470000', '095214.930000', '095215.390000', '095215.850000', '095216.310000', '095216.770000', '095217.230000', '095217.690000', '095218.150000', '095218.610000', '095219.070000', '095219.530000', '095219.990000', '095220.450000', '095220.910000', '095221.370000', '095221.830000', '095222.290000', '095222.750000', '095223.210000', '095223.670000', '095224.130000', '095224.590000', '095225.050000', '095225.510000', '095225.970000', '095226.430000', '095226.890000', '095227.350000', '095227.810000', '095228.270000', '095228.730000', '095229.190000', '095229.650000', '095230.110000', '095230.570000', '095231.030000', '095231.490000', '095231.950000', '095232.410000', '095232.870000', '095233.330000', '095233.790000', '095234.250000', '095234.710000', '095235.170000', '095235.630000', '095236.090000', '095236.550000', '095237.010000', '095237.470000', '095237.930000', '095238.390000', '095238.850000', '095239.310000', '095239.770000', '095240.230000', '095240.690000', '095241.150000', '095241.610000', '095242.070000', '095242.530000', '095242.990000', '095243.450000', '095243.910000', '095244.370000', '095244.830000', '095245.290000', '095245.750000', '095246.210000', '095246.670000', '095247.130000', '095247.590000', '095248.050000', '095248.510000', '095248.970000', '095249.430000', '095249.890000', '095250.350000', '095250.810000', '095251.270000', '095251.730000', '095252.190000', '095252.650000', '095253.110000', '095253.570000', '095254.030000', '095254.490000', '095254.950000', '095255.410000', '095255.870000', '095256.330000', '095256.790000', '095257.250000', '095257.710000', '095258.170000', '095258.630000', '095259.090000', '095259.550000', '095300.010000', '095300.470000', '095300.930000', '095301.390000', '095301.850000', '095302.310000', '095302.770000', '095303.230000', '095303.690000', '095304.150000', '095304.610000', '095305.070000', '095305.530000', '095305.990000', '095306.450000', '095306.910000', '095307.370000', '095307.830000', '095308.290000', '095308.750000', '095309.210000', '095309.670000', '095310.130000', '095310.590000', '095311.050000', '095311.510000', '095311.970000', '095312.430000', '095312.890000', '095313.350000', '095313.810000', '095314.270000', '095314.730000', '095315.190000', '095315.650000', '095316.110000', '095316.570000', '095317.030000', '095317.490000', '095317.950000', '095318.410000', '095318.870000', '095319.330000', '095319.790000', '095320.250000', '095320.710000', '095321.170000', '095321.630000', '095322.090000', '095322.550000', '095323.010000', '095323.470000', '095323.930000', '095324.390000', '095324.850000', '095325.310000', '095325.770000', '095326.230000', '095326.690000', '095327.150000', '095327.610000', '095328.070000', '095328.530000', '095328.990000', '095329.450000', '095329.910000', '095330.370000', '095330.830000', '095331.290000', '095331.750000', '095332.210000', '095332.670000', '095333.130000', '095333.590000', '095334.050000', '095334.510000', '095334.970000', '095335.430000', '095335.890000', '095336.350000', '095336.810000', '095337.270000', '095337.730000', '095338.190000', '095338.650000', '095339.110000', '095339.570000', '095340.030000', '095340.490000', '095340.950000', '095341.410000', '095341.870000', '095342.330000', '095342.790000', '095343.250000', '095343.710000', '095344.170000', '095344.630000', '095345.090000', '095345.550000', '095346.010000', '095346.470000', '095346.930000', '095347.390000', '095347.850000', '095348.310000', '095348.770000', '095349.230000', '095349.690000', '095350.150000', '095350.610000', '095351.070000', '095351.530000', '095351.990000', '095352.450000', '095352.910000', '095353.370000', '095353.830000', '095354.290000', '095354.750000', '095355.210000', '095355.670000', '095356.130000', '095356.590000', '095357.050000', '095357.510000', '095357.970000', '095358.430000', '095358.890000', '095359.350000', '095359.810000', '095400.270000', '095400.730000', '095401.190000', '095401.650000', '095402.110000', '095402.570000', '095403.030000', '095403.490000', '095403.950000', '095404.410000', '095404.870000', '095405.330000', '095405.790000', '095406.250000', '095406.710000', '095407.170000', '095407.630000', '095408.090000', '095408.550000', '095409.010000', '095409.470000', '095409.930000', '095410.390000', '095410.850000', '095411.310000', '095411.770000', '095412.230000', '095412.690000', '095413.150000', '095413.610000', '095414.070000', '095414.530000', '095414.990000', '095415.450000', '095415.910000', '095416.370000', '095416.830000', '095417.290000', '095417.750000', '095418.210000', '095418.670000', '095419.130000', '095419.590000', '095420.050000', '095420.510000', '095420.970000', '095421.430000', '095421.890000', '095422.350000', '095422.810000', '095423.270000', '095423.730000', '095424.190000', '095424.650000', '095425.110000', '095425.570000', '095426.030000', '095426.490000', '095426.950000', '095427.410000', '095427.870000', '095428.330000', '095428.790000', '095429.250000', '095429.710000', '095430.170000', '095430.630000', '095431.090000', '095431.550000', '095432.010000', '095432.470000', '095432.930000', '095433.390000', '095433.850000', '095434.310000', '095434.770000', '095435.230000', '095435.690000', '095436.150000', '095436.610000', '095437.070000', '095437.530000', '095437.990000', '095438.450000', '095438.910000', '095439.370000', '095439.830000', '095440.290000', '095440.750000', '095441.210000', '095441.670000', '095442.130000', '095442.590000', '095443.050000', '095443.510000', '095443.970000', '095444.430000', '095444.890000', '095445.350000', '095445.810000', '095446.270000', '095446.730000', '095447.190000', '095447.650000', '095448.110000', '095448.570000', '095449.030000', '095449.490000', '095449.950000', '095450.410000', '095450.870000', '095451.330000', '095451.790000', '095452.250000', '095452.710000', '095453.170000'], 'ContentTime': ['094455.223000', '094455.226000', '094455.229000', '094455.232000', '094455.234000', '094455.237000', '094455.240000', '094455.242000', '094455.245000', '094455.247000', '094455.250000', '094455.253000', '094455.255000', '094455.318000', '094455.320000', '094455.323000', '094455.326000', '094455.328000', '094455.331000', '094455.333000', '094455.337000', '094455.340000', '094455.342000', '094455.345000', '094455.347000', '094455.353000', '094455.356000', '094455.358000', '094455.361000', '094455.364000', '094455.366000', '094515.161000', '094515.164000', '094515.167000', '094515.170000', '094515.172000', '094515.175000', '094515.177000', '094515.186000', '094515.189000', '094515.191000', '094515.194000', '094515.197000', '094515.199000', '094515.202000', '094515.204000', '094515.207000', '094515.210000', '094515.212000', '094515.215000', '094515.217000', '094515.220000', '094515.222000', '094515.225000', '094515.228000', '094515.230000', '094515.233000', '094515.236000', '094515.238000', '094515.241000', '094515.243000', '094515.246000', '094515.248000', '094515.251000', '094515.253000', '094515.256000', '094515.259000', '094515.261000', '094515.264000', '094515.267000', '094515.269000', '094515.272000', '094515.274000', '094515.277000', '094515.280000', '094535.162000', '094535.165000', '094535.168000', '094535.170000', '094535.173000', '094535.176000', '094535.178000', '094535.181000', '094535.184000', '094535.186000', '094535.189000', '094535.191000', '094535.201000', '094535.203000', '094535.206000', '094535.209000', '094535.211000', '094535.214000', '094535.217000', '094535.219000', '094535.222000', '094535.224000', '094535.227000', '094535.230000', '094535.232000', '094535.235000', '094535.237000', '094535.240000', '094535.243000', '094535.245000', '094535.248000', '094535.250000', '094535.253000', '094535.256000', '094535.258000', '094535.261000', '094535.263000', '094535.266000', '094535.269000', '094535.271000', '094535.274000', '094535.277000', '094535.279000', '094555.161000', '094555.164000', '094555.167000', '094555.170000', '094555.173000', '094555.175000', '094555.178000', '094555.180000', '094555.183000', '094555.186000', '094555.188000', '094555.191000', '094555.194000', '094555.196000', '094555.199000', '094555.202000', '094555.204000', '094555.207000', '094555.209000', '094555.212000', '094555.215000', '094555.217000', '094555.220000', '094555.223000', '094555.225000', '094555.228000', '094555.230000', '094555.233000', '094555.236000', '094555.239000', '094555.242000', '094555.245000', '094555.247000', '094555.251000', '094555.254000', '094555.256000', '094555.259000', '094555.262000', '094555.264000', '094555.267000', '094555.269000', '094555.272000', '094555.275000', '094615.161000', '094615.164000', '094615.167000', '094615.170000', '094615.172000', '094615.175000', '094615.178000', '094615.180000', '094615.183000', '094615.185000', '094615.188000', '094615.191000', '094615.193000', '094615.196000', '094615.198000', '094615.201000', '094615.204000', '094615.206000', '094615.209000', '094615.211000', '094615.214000', '094615.217000', '094615.219000', '094615.222000', '094615.224000', '094615.227000', '094615.230000', '094615.232000', '094615.235000', '094615.237000', '094615.240000', '094615.243000', '094615.245000', '094615.248000', '094615.250000', '094615.253000', '094615.256000', '094615.258000', '094615.261000', '094615.264000', '094615.266000', '094615.269000', '094615.271000', '094615.274000', '094635.162000', '094635.164000', '094635.167000', '094635.170000', '094635.172000', '094635.175000', '094635.178000', '094635.180000', '094635.183000', '094635.185000', '094635.188000', '094635.191000', '094635.193000', '094635.196000', '094635.198000', '094635.201000', '094635.204000', '094635.206000', '094635.209000', '094635.212000', '094635.214000', '094635.217000', '094635.220000', '094635.222000', '094635.225000', '094635.228000', '094635.230000', '094635.233000', '094635.235000', '094635.238000', '094635.240000', '094635.243000', '094635.246000', '094635.248000', '094635.251000', '094635.288000', '094635.291000', '094635.293000', '094635.296000', '094635.299000', '094635.301000', '094635.304000', '094635.307000', '094635.309000', '094655.161000', '094655.164000', '094655.167000', '094655.170000', '094655.172000', '094655.175000', '094655.178000', '094655.180000', '094655.183000', '094655.186000', '094655.193000', '094655.195000', '094655.198000', '094655.200000', '094655.203000', '094655.206000', '094655.208000', '094655.211000', '094655.214000', '094655.216000', '094655.219000', '094655.222000', '094655.224000', '094655.227000', '094655.229000', '094655.232000', '094655.235000', '094655.237000', '094655.240000', '094655.242000', '094655.245000', '094655.248000', '094655.250000', '094655.253000', '094655.255000', '094655.258000', '094655.261000', '094655.263000', '094655.266000', '094655.268000', '094655.271000', '094655.277000', '094655.280000', '094715.161000', '094715.164000', '094715.167000', '094715.170000', '094715.173000', '094715.176000', '094715.179000', '094715.181000', '094715.184000', '094715.187000', '094715.189000', '094715.192000', '094715.195000', '094715.197000', '094715.200000', '094715.203000', '094715.205000', '094715.208000', '094715.210000', '094715.213000', '094715.216000', '094715.218000', '094715.221000', '094715.224000', '094715.226000', '094715.229000', '094715.232000', '094715.234000', '094715.237000', '094715.239000', '094715.242000', '094715.245000', '094715.247000', '094715.250000', '094715.253000', '094715.255000', '094715.258000', '094715.261000', '094715.263000', '094715.266000', '094715.269000', '094715.271000', '094715.274000', '094715.276000', '094735.162000', '094735.164000', '094735.167000', '094735.170000', '094735.172000', '094735.175000', '094735.178000', '094735.180000', '094735.183000', '094735.186000', '094735.188000', '094735.191000', '094735.193000', '094735.196000', '094735.198000', '094735.201000', '094735.204000', '094735.207000', '094735.209000', '094735.212000', '094735.215000', '094735.217000', '094735.220000', '094735.222000', '094735.225000', '094735.228000', '094735.230000', '094735.233000', '094735.235000', '094735.238000', '094735.241000', '094735.243000', '094735.246000', '094735.249000', '094735.251000', '094735.254000', '094735.256000', '094735.259000', '094735.261000', '094735.264000', '094735.267000', '094735.269000', '094735.272000', '094755.163000', '094755.166000', '094755.169000', '094755.172000', '094755.175000', '094755.177000', '094755.180000', '094755.183000', '094755.185000', '094755.188000', '094755.191000', '094755.193000', '094755.196000', '094755.199000', '094755.201000', '094755.204000', '094755.206000', '094755.209000', '094755.212000', '094755.215000', '094755.217000', '094755.220000', '094755.222000', '094755.225000', '094755.228000', '094755.230000', '094755.233000', '094755.235000', '094755.238000', '094755.241000', '094755.243000', '094755.246000', '094755.249000', '094755.251000', '094755.254000', '094755.257000', '094755.259000', '094755.262000', '094755.264000', '094755.267000', '094755.270000', '094755.272000', '094755.275000', '094815.161000', '094815.164000', '094815.167000', '094815.170000', '094815.172000', '094815.175000', '094815.178000', '094815.180000', '094815.183000', '094815.185000', '094815.188000', '094815.191000', '094815.193000', '094815.196000', '094815.199000', '094815.201000', '094815.204000', '094815.219000', '094815.222000', '094815.224000', '094815.227000', '094815.230000', '094815.232000', '094815.235000', '094815.237000', '094815.240000', '094815.243000', '094815.245000', '094815.248000', '094815.251000', '094815.253000', '094815.256000', '094815.259000', '094815.261000', '094815.264000', '094815.267000', '094815.269000', '094815.272000', '094815.274000', '094815.277000', '094815.280000', '094815.282000', '094815.285000', '094815.287000', '094835.162000', '094835.166000', '094835.169000', '094835.172000', '094835.174000', '094835.177000', '094835.179000', '094835.182000', '094835.185000', '094835.187000', '094835.190000', '094835.192000', '094835.195000', '094835.198000', '094835.200000', '094835.203000', '094835.206000', '094835.208000', '094835.211000', '094835.214000', '094835.218000', '094835.220000', '094835.223000', '094835.225000', '094835.228000', '094835.231000', '094835.233000', '094835.236000', '094835.239000', '094835.241000', '094835.244000', '094835.246000', '094835.249000', '094835.252000', '094835.254000', '094835.257000', '094835.260000', '094835.262000', '094835.265000', '094835.268000', '094835.270000', '094835.273000', '094835.276000', '094855.161000', '094855.164000', '094855.167000', '094855.170000', '094855.173000', '094855.175000', '094855.178000', '094855.181000', '094855.183000', '094855.186000', '094855.188000', '094855.191000', '094855.194000', '094855.196000', '094855.207000', '094855.209000', '094855.212000', '094855.215000', '094855.217000', '094855.220000', '094855.223000', '094855.225000', '094855.228000', '094855.230000', '094855.233000', '094855.236000', '094855.238000', '094855.241000', '094855.244000', '094855.246000', '094855.249000', '094855.252000', '094855.254000', '094855.257000', '094855.260000', '094855.262000', '094855.265000', '094855.267000', '094855.270000', '094855.273000', '094855.275000', '094855.278000', '094855.281000', '094855.283000', '094915.162000', '094915.165000', '094915.168000', '094915.170000', '094915.173000', '094915.176000', '094915.178000', '094915.181000', '094915.185000', '094915.188000', '094915.190000', '094915.194000', '094915.196000', '094915.199000', '094915.201000', '094915.204000', '094915.207000', '094915.209000', '094915.212000', '094915.215000', '094915.217000', '094915.220000', '094915.222000', '094915.225000', '094915.228000', '094915.230000', '094915.233000', '094915.236000', '094915.238000', '094915.241000', '094915.243000', '094915.246000', '094915.249000', '094915.251000', '094915.254000', '094915.257000', '094915.259000', '094915.262000', '094915.264000', '094915.267000', '094915.270000', '094915.272000', '094915.275000', '094935.162000', '094935.164000', '094935.167000', '094935.170000', '094935.173000', '094935.175000', '094935.178000', '094935.181000', '094935.183000', '094935.186000', '094935.188000', '094935.191000', '094935.194000', '094935.196000', '094935.199000', '094935.202000', '094935.204000', '094935.207000', '094935.209000', '094935.212000', '094935.215000', '094935.217000', '094935.220000', '094935.222000', '094935.225000', '094935.228000', '094935.230000', '094935.233000', '094935.236000', '094935.238000', '094935.241000', '094935.243000', '094935.246000', '094935.249000', '094935.251000', '094935.254000', '094935.257000', '094935.259000', '094935.262000', '094935.265000', '094935.267000', '094935.270000', '094935.273000', '094935.275000', '094955.162000', '094955.164000', '094955.167000', '094955.170000', '094955.173000', '094955.175000', '094955.178000', '094955.180000', '094955.183000', '094955.186000', '094955.189000', '094955.192000', '094955.195000', '094955.198000', '094955.201000', '094955.203000', '094955.206000', '094955.208000', '094955.211000', '094955.214000', '094955.216000', '094955.219000', '094955.222000', '094955.224000', '094955.227000', '094955.229000', '094955.232000', '094955.235000', '094955.238000', '094955.240000', '094955.243000', '094955.245000', '094955.248000', '094955.250000', '094955.254000', '094955.257000', '094955.259000', '094955.262000', '094955.265000', '094955.267000', '094955.270000', '094955.273000', '094955.275000', '095015.162000', '095015.166000', '095015.168000', '095015.171000', '095015.173000', '095015.176000', '095015.179000', '095015.182000', '095015.184000', '095015.187000', '095015.189000', '095015.192000', '095015.195000', '095015.197000', '095015.200000', '095015.202000', '095015.205000', '095015.208000', '095015.210000', '095015.213000', '095015.216000', '095015.218000', '095015.221000', '095015.224000', '095015.226000', '095015.229000', '095015.232000', '095015.235000', '095015.237000', '095015.240000', '095015.243000', '095015.245000', '095015.248000', '095015.251000', '095015.253000', '095015.256000', '095015.258000', '095015.261000', '095015.266000', '095015.268000', '095015.271000', '095015.274000', '095015.276000', '095015.279000', '095035.162000', '095035.165000', '095035.167000', '095035.170000', '095035.173000', '095035.175000', '095035.178000', '095035.181000', '095035.183000', '095035.186000', '095035.188000', '095035.191000', '095035.194000', '095035.196000', '095035.199000', '095035.202000', '095035.204000', '095035.207000', '095035.209000', '095035.212000', '095035.215000', '095035.217000', '095035.220000', '095035.223000', '095035.225000', '095035.228000', '095035.231000', '095035.233000', '095035.236000', '095035.239000', '095035.242000', '095035.245000', '095035.248000', '095035.251000', '095035.254000', '095035.256000', '095035.259000', '095035.261000', '095035.264000', '095035.267000', '095035.269000', '095035.272000', '095035.275000', '095055.162000', '095055.164000', '095055.167000', '095055.170000', '095055.173000', '095055.175000', '095055.178000', '095055.181000', '095055.184000', '095055.186000', '095055.189000', '095055.192000', '095055.194000', '095055.197000', '095055.200000', '095055.202000', '095055.205000', '095055.208000', '095055.210000', '095055.213000', '095055.215000', '095055.218000', '095055.221000', '095055.223000', '095055.226000', '095055.229000', '095055.231000', '095055.234000', '095055.237000', '095055.239000', '095055.242000', '095055.244000', '095055.247000', '095055.250000', '095055.252000', '095055.255000', '095055.258000', '095055.260000', '095055.263000', '095055.265000', '095055.268000', '095055.271000', '095055.273000', '095055.276000', '095115.161000', '095115.164000', '095115.167000', '095115.170000', '095115.173000', '095115.175000', '095115.178000', '095115.180000', '095115.183000', '095115.186000', '095115.188000', '095115.191000', '095115.194000', '095115.196000', '095115.199000', '095115.201000', '095115.204000', '095115.207000', '095115.209000', '095115.212000', '095115.214000', '095115.217000', '095115.220000', '095115.223000', '095115.225000', '095115.228000', '095115.230000', '095115.233000', '095115.236000', '095115.238000', '095115.241000', '095115.244000', '095115.246000', '095115.249000', '095115.251000', '095115.254000', '095115.257000', '095115.260000', '095115.263000', '095115.265000', '095115.268000', '095115.271000', '095115.273000', '095135.162000', '095135.165000', '095135.167000', '095135.170000', '095135.173000', '095135.175000', '095135.178000', '095135.181000', '095135.183000', '095135.186000', '095135.189000', '095135.191000', '095135.194000', '095135.197000', '095135.199000', '095135.202000', '095135.205000', '095135.207000', '095135.210000', '095135.212000', '095135.215000', '095135.218000', '095135.220000', '095135.223000', '095135.226000', '095135.228000', '095135.231000', '095135.233000', '095135.236000', '095135.239000', '095135.241000', '095135.244000', '095135.247000', '095135.249000', '095135.252000', '095135.254000', '095135.257000', '095135.260000', '095135.262000', '095135.265000', '095135.268000', '095135.270000', '095135.273000', '095135.276000', '095155.161000', '095155.164000', '095155.167000', '095155.169000', '095155.172000', '095155.175000', '095155.177000', '095155.180000', '095155.183000', '095155.185000', '095155.188000', '095155.191000', '095155.193000', '095155.196000', '095155.199000', '095155.201000', '095155.204000', '095155.207000', '095155.209000', '095155.212000', '095155.214000', '095155.217000', '095155.220000', '095155.222000', '095155.225000', '095155.228000', '095155.230000', '095155.233000', '095155.235000', '095155.238000', '095155.241000', '095155.244000', '095155.247000', '095155.250000', '095155.254000', '095155.257000', '095155.259000', '095155.262000', '095155.265000', '095155.267000', '095155.270000', '095155.272000', '095155.275000', '095215.162000', '095215.165000', '095215.167000', '095215.170000', '095215.173000', '095215.175000', '095215.178000', '095215.180000', '095215.183000', '095215.186000', '095215.188000', '095215.191000', '095215.194000', '095215.196000', '095215.199000', '095215.202000', '095215.204000', '095215.207000', '095215.209000', '095215.212000', '095215.215000', '095215.217000', '095215.220000', '095215.222000', '095215.225000', '095215.228000', '095215.230000', '095215.233000', '095215.235000', '095215.238000', '095215.241000', '095215.243000', '095215.246000', '095215.249000', '095215.251000', '095215.254000', '095215.257000', '095215.259000', '095215.262000', '095215.265000', '095215.267000', '095215.270000', '095215.273000', '095215.275000', '095235.163000', '095235.165000', '095235.168000', '095235.171000', '095235.173000', '095235.184000', '095235.187000', '095235.189000', '095235.192000', '095235.195000', '095235.197000', '095235.200000', '095235.203000', '095235.205000', '095235.208000', '095235.211000', '095235.213000', '095235.216000', '095235.219000', '095235.221000', '095235.224000', '095235.227000', '095235.229000', '095235.232000', '095235.235000', '095235.237000', '095235.240000', '095235.242000', '095235.245000', '095235.248000', '095235.250000', '095235.253000', '095235.256000', '095235.258000', '095235.261000', '095235.264000', '095235.266000', '095235.269000', '095235.271000', '095235.274000', '095235.277000', '095235.279000', '095235.282000', '095255.161000', '095255.164000', '095255.167000', '095255.170000', '095255.173000', '095255.175000', '095255.178000', '095255.180000', '095255.183000', '095255.186000', '095255.188000', '095255.191000', '095255.194000', '095255.196000', '095255.199000', '095255.201000', '095255.204000', '095255.207000', '095255.209000', '095255.212000', '095255.214000', '095255.217000', '095255.220000', '095255.222000', '095255.225000', '095255.228000', '095255.230000', '095255.233000', '095255.235000', '095255.238000', '095255.241000', '095255.243000', '095255.246000', '095255.249000', '095255.251000', '095255.254000', '095255.256000', '095255.259000', '095255.262000', '095255.264000', '095255.272000', '095255.274000', '095255.277000', '095255.279000', '095315.162000', '095315.164000', '095315.167000', '095315.170000', '095315.173000', '095315.175000', '095315.178000', '095315.181000', '095315.183000', '095315.186000', '095315.188000', '095315.191000', '095315.194000', '095315.196000', '095315.199000', '095315.202000', '095315.204000', '095315.207000', '095315.210000', '095315.212000', '095315.215000', '095315.217000', '095315.220000', '095315.223000', '095315.225000', '095315.228000', '095315.230000', '095315.233000', '095315.236000', '095315.238000', '095315.241000', '095315.243000', '095315.246000', '095315.249000', '095315.251000', '095315.254000', '095315.256000', '095315.259000', '095315.262000', '095315.264000', '095315.267000', '095315.269000', '095315.272000', '095335.161000', '095335.164000', '095335.167000', '095335.170000', '095335.172000', '095335.175000', '095335.178000', '095335.180000', '095335.183000', '095335.186000', '095335.188000', '095335.191000', '095335.194000', '095335.196000', '095335.199000', '095335.202000', '095335.204000', '095335.207000', '095335.210000', '095335.212000', '095335.215000', '095335.218000', '095335.220000', '095335.223000', '095335.226000', '095335.228000', '095335.231000', '095335.233000', '095335.236000', '095335.239000', '095335.241000', '095335.244000', '095335.247000', '095335.249000', '095335.252000', '095335.254000', '095335.257000', '095335.260000', '095335.262000', '095335.265000', '095335.268000', '095335.270000', '095335.273000', '095335.276000', '095355.162000', '095355.165000', '095355.168000', '095355.170000', '095355.173000', '095355.176000', '095355.178000', '095355.181000', '095355.184000', '095355.186000', '095355.189000', '095355.191000', '095355.194000', '095355.197000', '095355.199000', '095355.202000', '095355.205000', '095355.208000', '095355.210000', '095355.213000', '095355.215000', '095355.218000', '095355.220000', '095355.223000', '095355.226000', '095355.228000', '095355.231000', '095355.233000', '095355.236000', '095355.239000', '095355.241000', '095355.244000', '095355.247000', '095355.249000', '095355.252000', '095355.254000', '095355.257000', '095355.260000', '095355.262000', '095355.265000', '095355.267000', '095355.270000', '095355.273000', '095415.162000', '095415.165000', '095415.167000', '095415.170000', '095415.173000', '095415.175000', '095415.178000', '095415.180000', '095415.183000', '095415.186000', '095415.188000', '095415.191000', '095415.194000', '095415.196000', '095415.199000', '095415.202000', '095415.204000', '095415.207000', '095415.209000', '095415.212000', '095415.215000', '095415.218000', '095415.220000', '095415.223000', '095415.226000', '095415.228000', '095415.231000', '095415.234000', '095415.236000', '095415.239000', '095415.242000', '095415.244000', '095415.247000', '095415.249000', '095415.252000', '095415.255000', '095415.257000', '095415.260000', '095415.263000', '095415.265000', '095415.268000', '095415.270000', '095415.274000', '095435.162000', '095435.165000', '095435.167000', '095435.170000', '095435.173000', '095435.175000', '095435.178000', '095435.181000', '095435.183000', '095435.186000', '095435.188000', '095435.191000', '095435.194000', '095435.196000', '095435.199000', '095435.201000', '095435.204000', '095435.207000', '095435.209000', '095435.212000', '095435.214000', '095435.217000', '095435.220000', '095435.222000', '095435.225000', '095435.228000', '095435.230000', '095435.233000', '095435.235000', '095435.238000', '095435.241000', '095435.243000', '095435.246000', '095435.248000', '095435.251000', '095435.254000', '095435.256000', '095435.259000', '095435.261000', '095435.264000', '095435.267000', '095435.269000', '095435.272000', '095435.275000', '095454.652000', '095454.655000', '095454.658000', '095454.661000', '095454.663000', '095454.666000', '095454.669000', '095454.671000', '095454.674000', '095454.677000', '095454.680000', '095454.683000', '095454.686000', '095454.689000', '095454.692000', '095454.695000', '095454.697000', '095454.700000', '095454.702000', '095454.705000', '095454.708000', '095454.711000', '095454.714000', '095454.717000', '095454.720000', '095454.722000', '095454.726000', '095454.730000', '095454.733000', '095454.735000', '095454.738000', '095454.741000', '095454.744000', '095454.748000', '095454.751000', '095454.754000', '095454.770000', '095454.785000', '095454.788000', '095454.791000', '095454.795000', '095454.798000', '095454.895000'], 'InstanceCreationTime': ['094455.223000', '094455.226000', '094455.229000', '094455.232000', '094455.234000', '094455.237000', '094455.240000', '094455.242000', '094455.245000', '094455.247000', '094455.250000', '094455.253000', '094455.255000', '094455.318000', '094455.320000', '094455.323000', '094455.326000', '094455.328000', '094455.331000', '094455.333000', '094455.337000', '094455.340000', '094455.342000', '094455.345000', '094455.347000', '094455.353000', '094455.356000', '094455.358000', '094455.361000', '094455.364000', '094455.366000', '094515.161000', '094515.164000', '094515.167000', '094515.170000', '094515.172000', '094515.175000', '094515.177000', '094515.186000', '094515.189000', '094515.191000', '094515.194000', '094515.197000', '094515.199000', '094515.202000', '094515.204000', '094515.207000', '094515.210000', '094515.212000', '094515.215000', '094515.217000', '094515.220000', '094515.222000', '094515.225000', '094515.228000', '094515.230000', '094515.233000', '094515.236000', '094515.238000', '094515.241000', '094515.243000', '094515.246000', '094515.248000', '094515.251000', '094515.253000', '094515.256000', '094515.259000', '094515.261000', '094515.264000', '094515.267000', '094515.269000', '094515.272000', '094515.274000', '094515.277000', '094515.280000', '094535.162000', '094535.165000', '094535.168000', '094535.170000', '094535.173000', '094535.176000', '094535.178000', '094535.181000', '094535.184000', '094535.186000', '094535.189000', '094535.191000', '094535.201000', '094535.203000', '094535.206000', '094535.209000', '094535.211000', '094535.214000', '094535.217000', '094535.219000', '094535.222000', '094535.224000', '094535.227000', '094535.230000', '094535.232000', '094535.235000', '094535.237000', '094535.240000', '094535.243000', '094535.245000', '094535.248000', '094535.250000', '094535.253000', '094535.256000', '094535.258000', '094535.261000', '094535.263000', '094535.266000', '094535.269000', '094535.271000', '094535.274000', '094535.277000', '094535.279000', '094555.161000', '094555.164000', '094555.167000', '094555.170000', '094555.173000', '094555.175000', '094555.178000', '094555.180000', '094555.183000', '094555.186000', '094555.188000', '094555.191000', '094555.194000', '094555.196000', '094555.199000', '094555.202000', '094555.204000', '094555.207000', '094555.209000', '094555.212000', '094555.215000', '094555.217000', '094555.220000', '094555.223000', '094555.225000', '094555.228000', '094555.230000', '094555.233000', '094555.236000', '094555.239000', '094555.242000', '094555.245000', '094555.247000', '094555.251000', '094555.254000', '094555.256000', '094555.259000', '094555.262000', '094555.264000', '094555.267000', '094555.269000', '094555.272000', '094555.275000', '094615.161000', '094615.164000', '094615.167000', '094615.170000', '094615.172000', '094615.175000', '094615.178000', '094615.180000', '094615.183000', '094615.185000', '094615.188000', '094615.191000', '094615.193000', '094615.196000', '094615.198000', '094615.201000', '094615.204000', '094615.206000', '094615.209000', '094615.211000', '094615.214000', '094615.217000', '094615.219000', '094615.222000', '094615.224000', '094615.227000', '094615.230000', '094615.232000', '094615.235000', '094615.237000', '094615.240000', '094615.243000', '094615.245000', '094615.248000', '094615.250000', '094615.253000', '094615.256000', '094615.258000', '094615.261000', '094615.264000', '094615.266000', '094615.269000', '094615.271000', '094615.274000', '094635.162000', '094635.164000', '094635.167000', '094635.170000', '094635.172000', '094635.175000', '094635.178000', '094635.180000', '094635.183000', '094635.185000', '094635.188000', '094635.191000', '094635.193000', '094635.196000', '094635.198000', '094635.201000', '094635.204000', '094635.206000', '094635.209000', '094635.212000', '094635.214000', '094635.217000', '094635.220000', '094635.222000', '094635.225000', '094635.228000', '094635.230000', '094635.233000', '094635.235000', '094635.238000', '094635.240000', '094635.243000', '094635.246000', '094635.248000', '094635.251000', '094635.288000', '094635.291000', '094635.293000', '094635.296000', '094635.299000', '094635.301000', '094635.304000', '094635.307000', '094635.309000', '094655.161000', '094655.164000', '094655.167000', '094655.170000', '094655.172000', '094655.175000', '094655.178000', '094655.180000', '094655.183000', '094655.186000', '094655.193000', '094655.195000', '094655.198000', '094655.200000', '094655.203000', '094655.206000', '094655.208000', '094655.211000', '094655.214000', '094655.216000', '094655.219000', '094655.222000', '094655.224000', '094655.227000', '094655.229000', '094655.232000', '094655.235000', '094655.237000', '094655.240000', '094655.242000', '094655.245000', '094655.248000', '094655.250000', '094655.253000', '094655.255000', '094655.258000', '094655.261000', '094655.263000', '094655.266000', '094655.268000', '094655.271000', '094655.277000', '094655.280000', '094715.161000', '094715.164000', '094715.167000', '094715.170000', '094715.173000', '094715.176000', '094715.179000', '094715.181000', '094715.184000', '094715.187000', '094715.189000', '094715.192000', '094715.195000', '094715.197000', '094715.200000', '094715.203000', '094715.205000', '094715.208000', '094715.210000', '094715.213000', '094715.216000', '094715.218000', '094715.221000', '094715.224000', '094715.226000', '094715.229000', '094715.232000', '094715.234000', '094715.237000', '094715.239000', '094715.242000', '094715.245000', '094715.247000', '094715.250000', '094715.253000', '094715.255000', '094715.258000', '094715.261000', '094715.263000', '094715.266000', '094715.269000', '094715.271000', '094715.274000', '094715.276000', '094735.162000', '094735.164000', '094735.167000', '094735.170000', '094735.172000', '094735.175000', '094735.178000', '094735.180000', '094735.183000', '094735.186000', '094735.188000', '094735.191000', '094735.193000', '094735.196000', '094735.198000', '094735.201000', '094735.204000', '094735.207000', '094735.209000', '094735.212000', '094735.215000', '094735.217000', '094735.220000', '094735.222000', '094735.225000', '094735.228000', '094735.230000', '094735.233000', '094735.235000', '094735.238000', '094735.241000', '094735.243000', '094735.246000', '094735.249000', '094735.251000', '094735.254000', '094735.256000', '094735.259000', '094735.261000', '094735.264000', '094735.267000', '094735.269000', '094735.272000', '094755.163000', '094755.166000', '094755.169000', '094755.172000', '094755.175000', '094755.177000', '094755.180000', '094755.183000', '094755.185000', '094755.188000', '094755.191000', '094755.193000', '094755.196000', '094755.199000', '094755.201000', '094755.204000', '094755.206000', '094755.209000', '094755.212000', '094755.215000', '094755.217000', '094755.220000', '094755.222000', '094755.225000', '094755.228000', '094755.230000', '094755.233000', '094755.235000', '094755.238000', '094755.241000', '094755.243000', '094755.246000', '094755.249000', '094755.251000', '094755.254000', '094755.257000', '094755.259000', '094755.262000', '094755.264000', '094755.267000', '094755.270000', '094755.272000', '094755.275000', '094815.161000', '094815.164000', '094815.167000', '094815.170000', '094815.172000', '094815.175000', '094815.178000', '094815.180000', '094815.183000', '094815.185000', '094815.188000', '094815.191000', '094815.193000', '094815.196000', '094815.199000', '094815.201000', '094815.204000', '094815.219000', '094815.222000', '094815.224000', '094815.227000', '094815.230000', '094815.232000', '094815.235000', '094815.237000', '094815.240000', '094815.243000', '094815.245000', '094815.248000', '094815.251000', '094815.253000', '094815.256000', '094815.259000', '094815.261000', '094815.264000', '094815.267000', '094815.269000', '094815.272000', '094815.274000', '094815.277000', '094815.280000', '094815.282000', '094815.285000', '094815.287000', '094835.162000', '094835.166000', '094835.169000', '094835.172000', '094835.174000', '094835.177000', '094835.179000', '094835.182000', '094835.185000', '094835.187000', '094835.190000', '094835.192000', '094835.195000', '094835.198000', '094835.200000', '094835.203000', '094835.206000', '094835.208000', '094835.211000', '094835.214000', '094835.218000', '094835.220000', '094835.223000', '094835.225000', '094835.228000', '094835.231000', '094835.233000', '094835.236000', '094835.239000', '094835.241000', '094835.244000', '094835.246000', '094835.249000', '094835.252000', '094835.254000', '094835.257000', '094835.260000', '094835.262000', '094835.265000', '094835.268000', '094835.270000', '094835.273000', '094835.276000', '094855.161000', '094855.164000', '094855.167000', '094855.170000', '094855.173000', '094855.175000', '094855.178000', '094855.181000', '094855.183000', '094855.186000', '094855.188000', '094855.191000', '094855.194000', '094855.196000', '094855.207000', '094855.209000', '094855.212000', '094855.215000', '094855.217000', '094855.220000', '094855.223000', '094855.225000', '094855.228000', '094855.230000', '094855.233000', '094855.236000', '094855.238000', '094855.241000', '094855.244000', '094855.246000', '094855.249000', '094855.252000', '094855.254000', '094855.257000', '094855.260000', '094855.262000', '094855.265000', '094855.267000', '094855.270000', '094855.273000', '094855.275000', '094855.278000', '094855.281000', '094855.283000', '094915.162000', '094915.165000', '094915.168000', '094915.170000', '094915.173000', '094915.176000', '094915.178000', '094915.181000', '094915.185000', '094915.188000', '094915.190000', '094915.194000', '094915.196000', '094915.199000', '094915.201000', '094915.204000', '094915.207000', '094915.209000', '094915.212000', '094915.215000', '094915.217000', '094915.220000', '094915.222000', '094915.225000', '094915.228000', '094915.230000', '094915.233000', '094915.236000', '094915.238000', '094915.241000', '094915.243000', '094915.246000', '094915.249000', '094915.251000', '094915.254000', '094915.257000', '094915.259000', '094915.262000', '094915.264000', '094915.267000', '094915.270000', '094915.272000', '094915.275000', '094935.162000', '094935.164000', '094935.167000', '094935.170000', '094935.173000', '094935.175000', '094935.178000', '094935.181000', '094935.183000', '094935.186000', '094935.188000', '094935.191000', '094935.194000', '094935.196000', '094935.199000', '094935.202000', '094935.204000', '094935.207000', '094935.209000', '094935.212000', '094935.215000', '094935.217000', '094935.220000', '094935.222000', '094935.225000', '094935.228000', '094935.230000', '094935.233000', '094935.236000', '094935.238000', '094935.241000', '094935.243000', '094935.246000', '094935.249000', '094935.251000', '094935.254000', '094935.257000', '094935.259000', '094935.262000', '094935.265000', '094935.267000', '094935.270000', '094935.273000', '094935.275000', '094955.162000', '094955.164000', '094955.167000', '094955.170000', '094955.173000', '094955.175000', '094955.178000', '094955.180000', '094955.183000', '094955.186000', '094955.189000', '094955.192000', '094955.195000', '094955.198000', '094955.201000', '094955.203000', '094955.206000', '094955.208000', '094955.211000', '094955.214000', '094955.216000', '094955.219000', '094955.222000', '094955.224000', '094955.227000', '094955.229000', '094955.232000', '094955.235000', '094955.238000', '094955.240000', '094955.243000', '094955.245000', '094955.248000', '094955.250000', '094955.254000', '094955.257000', '094955.259000', '094955.262000', '094955.265000', '094955.267000', '094955.270000', '094955.273000', '094955.275000', '095015.162000', '095015.166000', '095015.168000', '095015.171000', '095015.173000', '095015.176000', '095015.179000', '095015.182000', '095015.184000', '095015.187000', '095015.189000', '095015.192000', '095015.195000', '095015.197000', '095015.200000', '095015.202000', '095015.205000', '095015.208000', '095015.210000', '095015.213000', '095015.216000', '095015.218000', '095015.221000', '095015.224000', '095015.226000', '095015.229000', '095015.232000', '095015.235000', '095015.237000', '095015.240000', '095015.243000', '095015.245000', '095015.248000', '095015.251000', '095015.253000', '095015.256000', '095015.258000', '095015.261000', '095015.266000', '095015.268000', '095015.271000', '095015.274000', '095015.276000', '095015.279000', '095035.162000', '095035.165000', '095035.167000', '095035.170000', '095035.173000', '095035.175000', '095035.178000', '095035.181000', '095035.183000', '095035.186000', '095035.188000', '095035.191000', '095035.194000', '095035.196000', '095035.199000', '095035.202000', '095035.204000', '095035.207000', '095035.209000', '095035.212000', '095035.215000', '095035.217000', '095035.220000', '095035.223000', '095035.225000', '095035.228000', '095035.231000', '095035.233000', '095035.236000', '095035.239000', '095035.242000', '095035.245000', '095035.248000', '095035.251000', '095035.254000', '095035.256000', '095035.259000', '095035.261000', '095035.264000', '095035.267000', '095035.269000', '095035.272000', '095035.275000', '095055.162000', '095055.164000', '095055.167000', '095055.170000', '095055.173000', '095055.175000', '095055.178000', '095055.181000', '095055.184000', '095055.186000', '095055.189000', '095055.192000', '095055.194000', '095055.197000', '095055.200000', '095055.202000', '095055.205000', '095055.208000', '095055.210000', '095055.213000', '095055.215000', '095055.218000', '095055.221000', '095055.223000', '095055.226000', '095055.229000', '095055.231000', '095055.234000', '095055.237000', '095055.239000', '095055.242000', '095055.244000', '095055.247000', '095055.250000', '095055.252000', '095055.255000', '095055.258000', '095055.260000', '095055.263000', '095055.265000', '095055.268000', '095055.271000', '095055.273000', '095055.276000', '095115.161000', '095115.164000', '095115.167000', '095115.170000', '095115.173000', '095115.175000', '095115.178000', '095115.180000', '095115.183000', '095115.186000', '095115.188000', '095115.191000', '095115.194000', '095115.196000', '095115.199000', '095115.201000', '095115.204000', '095115.207000', '095115.209000', '095115.212000', '095115.214000', '095115.217000', '095115.220000', '095115.223000', '095115.225000', '095115.228000', '095115.230000', '095115.233000', '095115.236000', '095115.238000', '095115.241000', '095115.244000', '095115.246000', '095115.249000', '095115.251000', '095115.254000', '095115.257000', '095115.260000', '095115.263000', '095115.265000', '095115.268000', '095115.271000', '095115.273000', '095135.162000', '095135.165000', '095135.167000', '095135.170000', '095135.173000', '095135.175000', '095135.178000', '095135.181000', '095135.183000', '095135.186000', '095135.189000', '095135.191000', '095135.194000', '095135.197000', '095135.199000', '095135.202000', '095135.205000', '095135.207000', '095135.210000', '095135.212000', '095135.215000', '095135.218000', '095135.220000', '095135.223000', '095135.226000', '095135.228000', '095135.231000', '095135.233000', '095135.236000', '095135.239000', '095135.241000', '095135.244000', '095135.247000', '095135.249000', '095135.252000', '095135.254000', '095135.257000', '095135.260000', '095135.262000', '095135.265000', '095135.268000', '095135.270000', '095135.273000', '095135.276000', '095155.161000', '095155.164000', '095155.167000', '095155.169000', '095155.172000', '095155.175000', '095155.177000', '095155.180000', '095155.183000', '095155.185000', '095155.188000', '095155.191000', '095155.193000', '095155.196000', '095155.199000', '095155.201000', '095155.204000', '095155.207000', '095155.209000', '095155.212000', '095155.214000', '095155.217000', '095155.220000', '095155.222000', '095155.225000', '095155.228000', '095155.230000', '095155.233000', '095155.235000', '095155.238000', '095155.241000', '095155.244000', '095155.247000', '095155.250000', '095155.254000', '095155.257000', '095155.259000', '095155.262000', '095155.265000', '095155.267000', '095155.270000', '095155.272000', '095155.275000', '095215.162000', '095215.165000', '095215.167000', '095215.170000', '095215.173000', '095215.175000', '095215.178000', '095215.180000', '095215.183000', '095215.186000', '095215.188000', '095215.191000', '095215.194000', '095215.196000', '095215.199000', '095215.202000', '095215.204000', '095215.207000', '095215.209000', '095215.212000', '095215.215000', '095215.217000', '095215.220000', '095215.222000', '095215.225000', '095215.228000', '095215.230000', '095215.233000', '095215.235000', '095215.238000', '095215.241000', '095215.243000', '095215.246000', '095215.249000', '095215.251000', '095215.254000', '095215.257000', '095215.259000', '095215.262000', '095215.265000', '095215.267000', '095215.270000', '095215.273000', '095215.275000', '095235.163000', '095235.165000', '095235.168000', '095235.171000', '095235.173000', '095235.184000', '095235.187000', '095235.189000', '095235.192000', '095235.195000', '095235.197000', '095235.200000', '095235.203000', '095235.205000', '095235.208000', '095235.211000', '095235.213000', '095235.216000', '095235.219000', '095235.221000', '095235.224000', '095235.227000', '095235.229000', '095235.232000', '095235.235000', '095235.237000', '095235.240000', '095235.242000', '095235.245000', '095235.248000', '095235.250000', '095235.253000', '095235.256000', '095235.258000', '095235.261000', '095235.264000', '095235.266000', '095235.269000', '095235.271000', '095235.274000', '095235.277000', '095235.279000', '095235.282000', '095255.161000', '095255.164000', '095255.167000', '095255.170000', '095255.173000', '095255.175000', '095255.178000', '095255.180000', '095255.183000', '095255.186000', '095255.188000', '095255.191000', '095255.194000', '095255.196000', '095255.199000', '095255.201000', '095255.204000', '095255.207000', '095255.209000', '095255.212000', '095255.214000', '095255.217000', '095255.220000', '095255.222000', '095255.225000', '095255.228000', '095255.230000', '095255.233000', '095255.235000', '095255.238000', '095255.241000', '095255.243000', '095255.246000', '095255.249000', '095255.251000', '095255.254000', '095255.256000', '095255.259000', '095255.262000', '095255.264000', '095255.272000', '095255.274000', '095255.277000', '095255.279000', '095315.162000', '095315.164000', '095315.167000', '095315.170000', '095315.173000', '095315.175000', '095315.178000', '095315.181000', '095315.183000', '095315.186000', '095315.188000', '095315.191000', '095315.194000', '095315.196000', '095315.199000', '095315.202000', '095315.204000', '095315.207000', '095315.210000', '095315.212000', '095315.215000', '095315.217000', '095315.220000', '095315.223000', '095315.225000', '095315.228000', '095315.230000', '095315.233000', '095315.236000', '095315.238000', '095315.241000', '095315.243000', '095315.246000', '095315.249000', '095315.251000', '095315.254000', '095315.256000', '095315.259000', '095315.262000', '095315.264000', '095315.267000', '095315.269000', '095315.272000', '095335.161000', '095335.164000', '095335.167000', '095335.170000', '095335.172000', '095335.175000', '095335.178000', '095335.180000', '095335.183000', '095335.186000', '095335.188000', '095335.191000', '095335.194000', '095335.196000', '095335.199000', '095335.202000', '095335.204000', '095335.207000', '095335.210000', '095335.212000', '095335.215000', '095335.218000', '095335.220000', '095335.223000', '095335.226000', '095335.228000', '095335.231000', '095335.233000', '095335.236000', '095335.239000', '095335.241000', '095335.244000', '095335.247000', '095335.249000', '095335.252000', '095335.254000', '095335.257000', '095335.260000', '095335.262000', '095335.265000', '095335.268000', '095335.270000', '095335.273000', '095335.276000', '095355.162000', '095355.165000', '095355.168000', '095355.170000', '095355.173000', '095355.176000', '095355.178000', '095355.181000', '095355.184000', '095355.186000', '095355.189000', '095355.191000', '095355.194000', '095355.197000', '095355.199000', '095355.202000', '095355.205000', '095355.208000', '095355.210000', '095355.213000', '095355.215000', '095355.218000', '095355.220000', '095355.223000', '095355.226000', '095355.228000', '095355.231000', '095355.233000', '095355.236000', '095355.239000', '095355.241000', '095355.244000', '095355.247000', '095355.249000', '095355.252000', '095355.254000', '095355.257000', '095355.260000', '095355.262000', '095355.265000', '095355.267000', '095355.270000', '095355.273000', '095415.162000', '095415.165000', '095415.167000', '095415.170000', '095415.173000', '095415.175000', '095415.178000', '095415.180000', '095415.183000', '095415.186000', '095415.188000', '095415.191000', '095415.194000', '095415.196000', '095415.199000', '095415.202000', '095415.204000', '095415.207000', '095415.209000', '095415.212000', '095415.215000', '095415.218000', '095415.220000', '095415.223000', '095415.226000', '095415.228000', '095415.231000', '095415.234000', '095415.236000', '095415.239000', '095415.242000', '095415.244000', '095415.247000', '095415.249000', '095415.252000', '095415.255000', '095415.257000', '095415.260000', '095415.263000', '095415.265000', '095415.268000', '095415.270000', '095415.274000', '095435.162000', '095435.165000', '095435.167000', '095435.170000', '095435.173000', '095435.175000', '095435.178000', '095435.181000', '095435.183000', '095435.186000', '095435.188000', '095435.191000', '095435.194000', '095435.196000', '095435.199000', '095435.201000', '095435.204000', '095435.207000', '095435.209000', '095435.212000', '095435.214000', '095435.217000', '095435.220000', '095435.222000', '095435.225000', '095435.228000', '095435.230000', '095435.233000', '095435.235000', '095435.238000', '095435.241000', '095435.243000', '095435.246000', '095435.248000', '095435.251000', '095435.254000', '095435.256000', '095435.259000', '095435.261000', '095435.264000', '095435.267000', '095435.269000', '095435.272000', '095435.275000', '095454.652000', '095454.655000', '095454.658000', '095454.661000', '095454.663000', '095454.666000', '095454.669000', '095454.671000', '095454.674000', '095454.677000', '095454.680000', '095454.683000', '095454.686000', '095454.689000', '095454.692000', '095454.695000', '095454.697000', '095454.700000', '095454.702000', '095454.705000', '095454.708000', '095454.711000', '095454.714000', '095454.717000', '095454.720000', '095454.722000', '095454.726000', '095454.730000', '095454.733000', '095454.735000', '095454.738000', '095454.741000', '095454.744000', '095454.748000', '095454.751000', '095454.754000', '095454.770000', '095454.785000', '095454.788000', '095454.791000', '095454.795000', '095454.798000', '095454.895000'], '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': [7361, 9723, 8507, 7220, 11374, 6966, 7216, 8289, 7150, 10151, 7243, 11231, 7146, 12218, 7153, 9881, 7127, 7818, 8007, 7147, 8478, 7268, 11961, 9179, 11255, 8585, 7186, 9779, 7140, 10330, 7263, 11684, 8994, 10445, 7487, 8763, 7156, 8829, 7561, 9708, 7148, 10929, 7086, 8337, 7164, 7055, 9793, 7426, 8039, 7816, 6942, 10913, 7295, 10795, 7462, 11269, 7172, 12763, 7282, 6851, 10076, 7219, 8990, 7160, 12338, 8468, 7222, 7959, 7340, 10195, 7875, 7140, 9818, 7669, 6976, 11098, 9100, 11509, 10589, 9846, 7453, 8601, 7471, 11716, 7026, 8988, 7269, 7068, 8840, 6957, 8392, 7199, 10561, 7145, 10304, 7327, 10023, 7221, 11425, 7415, 9723, 7374, 7175, 8142, 7129, 9234, 7465, 9715, 7748, 8990, 7516, 8759, 11458, 7763, 13038, 7799, 11493, 9568, 7317, 8901, 7240, 9126, 8234, 12114, 10234, 13144, 8984, 13961, 8436, 13323, 10085, 10895, 13600, 10895, 12603, 7490, 10234, 7462, 10605, 7625, 10582, 8448, 9529, 7297, 10771, 7264, 11470, 7376, 11093, 7093, 11388, 7365, 10898, 7344, 10332, 6953, 10448, 7296, 10900, 7108, 10715, 6973, 11844, 6918, 11055, 7496, 9648, 7782, 6951, 8290, 7083, 8194, 11640, 7454, 12161, 7671, 11753, 7593, 11746, 7239, 11903, 7308, 10854, 7246, 9323, 7923, 7409, 8286, 7256, 9055, 7418, 10231, 13944, 7267, 13283, 7214, 11032, 8651, 8811, 11379, 7497, 12959, 6974, 11774, 7243, 10058, 7112, 9122, 7064, 8448, 7097, 8498, 7093, 7962, 10586, 7129, 11153, 7018, 9971, 7252, 8525, 7195, 8275, 9907, 7416, 12552, 6978, 10898, 7347, 10055, 7247, 9292, 7054, 8856, 7626, 8834, 7165, 8464, 7302, 8474, 7247, 8040, 10301, 7535, 10173, 7658, 11333, 7121, 11660, 7088, 9592, 7262, 8964, 7165, 8667, 7558, 9349, 7335, 9017, 7448, 10221, 7258, 10666, 7165, 11798, 7328, 11730, 7359, 11775, 8633, 10873, 12449, 10912, 13046, 8775, 13735, 7398, 13420, 8567, 12009, 7357, 11776, 7302, 10732, 7370, 9334, 11171, 8988, 12927, 8826, 12493, 7510, 12083, 7345, 12230, 7266, 12210, 7348, 11705, 7343, 11053, 7421, 9439, 7501, 9299, 7471, 8817, 7383, 8649, 7593, 8596, 7299, 8530, 7379, 8318, 11263, 7518, 12636, 7295, 12288, 7364, 10977, 7487, 9296, 7521, 8727, 7415, 8612, 7377, 8672, 7344, 8483, 7363, 8624, 7350, 9185, 7302, 10078, 7067, 10174, 8466, 7234, 8486, 7141, 10112, 7307, 13155, 7479, 12836, 11660, 7250, 12045, 7880, 10842, 10921, 8971, 12873, 7427, 14106, 7643, 11961, 8736, 10162, 9938, 7284, 10291, 7578, 12244, 7179, 13898, 11404, 10482, 12403, 7265, 7758, 8170, 8786, 9593, 7545, 10848, 7442, 11041, 7988, 7436, 12601, 7294, 14083, 9009, 12804, 10207, 13237, 11119, 9081, 9357, 7639, 6884, 7404, 7041, 7390, 7336, 9531, 7522, 9912, 7178, 7260, 7269, 7072, 8280, 7429, 10455, 7238, 12824, 7220, 9472, 7120, 6995, 7278, 7423, 8930, 7278, 8712, 7213, 7211, 6955, 7299, 9947, 7309, 7136, 6921, 7477, 9169, 7322, 9633, 7520, 8982, 7182, 8171, 7578, 8231, 7490, 8000, 7013, 8736, 7038, 9641, 7058, 11429, 6977, 10863, 7127, 7492, 7378, 7803, 6870, 8028, 7484, 7030, 7381, 7160, 6939, 7714, 7327, 6982, 8941, 10714, 13113, 12691, 14254, 12353, 15647, 10516, 15213, 9523, 14448, 7421, 10260, 7550, 8338, 7363, 6928, 9243, 6940, 9684, 6967, 9784, 6951, 8860, 7266, 8750, 7308, 8753, 7389, 9056, 7459, 8418, 7878, 7761, 7693, 7114, 11142, 7194, 10415, 7050, 10410, 6948, 11552, 7079, 9719, 7046, 10782, 7056, 10364, 7255, 10069, 7014, 9069, 7286, 8508, 7597, 8919, 7481, 8285, 7428, 7669, 7432, 10362, 7011, 11194, 7216, 12095, 7265, 9615, 7321, 9084, 7597, 8794, 7430, 8093, 7428, 7725, 7796, 7426, 7790, 8071, 7533, 7466, 7784, 7185, 8293, 7517, 7719, 7065, 8503, 7212, 10064, 7420, 8509, 7695, 7046, 7397, 7331, 8136, 7179, 8233, 7262, 9877, 7294, 8632, 7045, 7907, 9526, 8218, 7280, 7712, 7180, 8086, 7340, 7685, 8377, 7514, 8104, 7394, 8737, 7254, 8848, 7273, 9074, 7187, 7494, 6966, 7357, 7294, 7187, 7145, 7305, 8162, 7261, 7509, 7422, 7395, 7296, 8820, 7575, 8037, 7011, 7327, 8699, 7442, 12088, 7051, 12349, 7710, 12990, 7172, 12799, 7204, 12516, 6865, 12404, 7157, 11074, 6968, 9529, 8488, 7138, 8033, 7151, 8758, 7308, 10191, 7108, 11632, 7042, 13882, 6964, 12558, 7011, 12358, 7108, 11113, 7034, 12336, 7119, 7490, 7101, 7140, 7834, 7154, 9614, 7257, 12142, 7267, 11975, 6871, 12830, 8366, 10421, 8096, 11492, 7041, 11398, 6970, 8387, 6880, 7576, 7041, 10448, 9254, 9034, 9624, 7211, 13112, 7102, 9016, 7099, 14394, 7470, 11847, 7284, 10706, 8064, 10890, 11064, 9194, 7139, 8407, 7152, 8028, 8566, 7102, 12172, 7193, 12454, 7166, 11980, 10744, 11275, 7110, 12287, 6983, 11700, 7340, 8992, 7205, 9311, 7128, 8769, 7101, 10080, 7640, 8525, 7374, 8071, 7345, 8883, 7324, 8286, 7324, 8442, 7538, 8100, 9457, 7110, 11448, 6834, 12199, 7298, 10843, 6713, 8773, 6881, 8288, 7248, 8006, 7402, 7909, 7471, 8179, 7411, 8238, 7613, 7902, 7385, 7842, 7003, 7371, 8548, 7555, 9861, 6989, 8648, 6993, 8593, 6914, 9387, 6923, 10511, 6842, 9833, 7243, 9786, 7700, 10089, 7820, 11595, 8139, 9880, 8463, 6976, 8394, 7536, 8784, 7285, 10187, 7300, 9322, 7669, 7351, 8690, 7457, 11431, 7647, 7113, 10361, 7171, 7040, 8276, 7307, 11814, 7270, 13197, 7188, 12423, 7341, 11126, 7365, 10165, 7178, 9601, 7278, 9390, 7282, 8979, 7370, 8587, 7313, 8572, 7484, 7635, 11771, 6939, 11343, 7173, 10731, 9305, 7169, 7225, 7126, 8581, 7131, 8826, 8114, 7515, 12889, 7096, 11972, 6895, 11045, 7207, 9406, 7056, 7525, 12070, 7156, 11420, 7027, 10919, 7022, 9890, 7300, 9130, 7364, 9850, 7060, 11069, 7261, 7317, 7206, 7427, 8129, 12463, 7020, 11603, 7390, 9671, 7818, 8615, 10273, 7457, 11774, 8646, 11128, 9230, 8151, 9224, 7062, 9398, 7069, 10657, 7041, 10863, 7287, 10503, 8728, 10842, 7203, 11642, 7227, 11588, 7338, 11815, 7039, 11104, 9175, 10537, 8342, 9960, 7818, 8696, 8416, 7940, 13408, 7500, 12348, 7360, 10492, 7038, 8494, 7260, 8824, 7264, 7841, 6896, 7839, 7158, 9422, 6828, 9982, 6719, 11035, 6826, 11043, 7652, 9671, 7792, 8207, 7233, 9191, 7138, 9549, 7201, 8245, 7562, 6952, 11977, 6533, 10604, 6792, 9397, 6648, 7692, 7381, 6888, 10046, 7070, 6957, 7100, 11115, 6787, 10430, 6771, 10541, 6768, 12484, 6953, 12305, 6835, 10625, 8009, 8540, 8323, 8341, 7835, 8193, 8661, 7075, 9793, 6858, 10277, 6905, 10490, 6924, 10446, 7002, 10565, 7085, 10461, 6871, 10776, 7214, 9297, 7126, 9051, 6947, 10608, 6893, 10637, 6872, 10186, 6873, 9019, 6890, 7585, 8085, 7006, 8764, 6982, 8413, 6958, 11051, 6636, 10690, 7252, 10924, 7135, 6795, 7314, 6862, 7738, 11586, 8851, 9406, 7492, 8977, 7401, 10818, 6939, 11738, 6872, 11469, 6906, 10521, 6774, 11309, 6977, 10376, 6970, 9373, 7402, 9844, 7112, 10049, 6928, 12109, 8081, 8202, 8849, 7205, 9393, 7254, 10548, 11229, 8498, 12696, 8950, 9692, 8266, 7012, 8369, 7029, 9721, 7172, 10577, 7217, 12543, 7884, 9618, 7869, 8229, 7960, 12204, 7094, 12295, 7079, 10427, 7431, 9692, 7465, 9379, 7190, 8867, 7023, 9829, 7092, 9700, 7097, 10344, 7060, 10144, 6944, 9984, 7216, 10543, 6996, 9116, 7989, 6876, 8856, 7813, 8024, 12613, 7014, 12068, 6886, 11175, 7404, 8841, 6939, 7349, 6691, 7312, 6598, 7293, 6619, 7328, 6861, 7805, 6865, 7547, 6965, 10351, 6850, 10456, 6934, 11186, 7277, 12582, 7134, 11359, 7038, 10904, 9078, 9763, 9083, 7184, 9913, 7056, 11483, 8957, 10457, 12228, 7062, 12623, 8656, 8615, 10233, 7442, 12685, 8879, 7066, 9778, 7788, 7204, 9289, 7054, 12459, 9068, 7351, 9181, 6813, 7293, 8554, 7561, 7644, 9702, 7212, 6890, 10185, 8390, 7039, 12794, 9861, 8228, 11664, 9454, 11305, 7639, 12578, 7050, 8766, 7425, 6899, 9072, 6763, 6919, 8852, 6896, 9009, 7330, 9343, 8330, 7005, 7659, 6978, 7100, 8089, 7091, 6942, 7493, 6896, 10977, 11147, 9482, 12556, 12083, 10911, 12248, 10493, 13831, 8563, 11264, 7563, 9491, 7568, 12261, 7940, 12863, 8714, 12860, 9295, 13345, 6962, 9826, 7023, 10853, 7660, 12233, 8086, 12321, 6764, 9838, 6742, 9024, 6697, 9135, 7120, 8341, 7366, 9545, 8100, 11688, 7227, 8193, 7368, 8312, 9590, 6856, 13146, 6687, 11633, 8080, 11280, 8238, 10510, 7611, 9176, 7424, 10261, 7266, 11937, 7347, 11460, 7068, 10421, 6860, 10325, 8115, 7869, 13059, 10785, 9700, 8297, 7193, 8060, 9036, 6972, 10376, 6902, 9637, 7060, 7103, 7068, 6929, 8890, 7251, 6885, 9028, 11762, 8072, 14491, 8798, 12797, 11119, 10982, 8512, 7123, 8685, 7008, 9799, 7460, 9973, 7163, 11893, 7287, 12382, 6975, 12611, 6796, 10100, 6753, 7190, 7370, 7113, 8548, 6979, 11350, 8342, 8080, 7056, 8900, 7281, 7116, 9049, 6699, 8011, 6973, 6740, 7807, 7040, 10906, 6706, 9818, 6952, 8690, 8140, 7332, 10751, 7058, 6900, 7716, 6859, 7704, 7120, 8830, 7344, 9851, 7397, 6932, 7084, 7009, 10693, 7079, 12475, 9028, 10424], 'WindowCenter': [4069.0, 4074.0, 4050.0, 4026.0, 4065.0, 4015.0, 4025.0, 4034.0, 4014.0, 4042.0, 4012.0, 4053.0, 4012.0, 4051.0, 4011.0, 4043.0, 4011.0, 4022.0, 4023.0, 4012.0, 4036.0, 4012.0, 4052.0, 4031.0, 4040.0, 4021.0, 4011.0, 4043.0, 4001.0, 4032.0, 3999.0, 4040.0, 4018.0, 4029.0, 3998.0, 4007.0, 3998.0, 4017.0, 3997.0, 4017.0, 3987.0, 4028.0, 3987.0, 4008.0, 3986.0, 3999.0, 4029.0, 3999.0, 4010.0, 4010.0, 4000.0, 4043.0, 4013.0, 4042.0, 4001.0, 4040.0, 4000.0, 4050.0, 4000.0, 4000.0, 4030.0, 3998.0, 4018.0, 3999.0, 4064.0, 4022.0, 4012.0, 4022.0, 3999.0, 4029.0, 4010.0, 4000.0, 4043.0, 4023.0, 4012.0, 4055.0, 4034.0, 4053.0, 4056.0, 4032.0, 3988.0, 4006.0, 3985.0, 4026.0, 3986.0, 4005.0, 3996.0, 3986.0, 4019.0, 3998.0, 4008.0, 3997.0, 4026.0, 3997.0, 4015.0, 3985.0, 4015.0, 4010.0, 4051.0, 3999.0, 4030.0, 4010.0, 4010.0, 4020.0, 4010.0, 4030.0, 4011.0, 4031.0, 4010.0, 4020.0, 4011.0, 4021.0, 4040.0, 4010.0, 4050.0, 4010.0, 4041.0, 4030.0, 4012.0, 4034.0, 4036.0, 4043.0, 4033.0, 4064.0, 4067.0, 4076.0, 4045.0, 4074.0, 4032.0, 4062.0, 4053.0, 4054.0, 4062.0, 4028.0, 4036.0, 3984.0, 4015.0, 3984.0, 4026.0, 3995.0, 4025.0, 4005.0, 4002.0, 3994.0, 4023.0, 3995.0, 4037.0, 3994.0, 4025.0, 3996.0, 4038.0, 3996.0, 4025.0, 3994.0, 4013.0, 4000.0, 4037.0, 4008.0, 4026.0, 3996.0, 4026.0, 3996.0, 4037.0, 3997.0, 4027.0, 3997.0, 4017.0, 3996.0, 3997.0, 4017.0, 3996.0, 4007.0, 4036.0, 3996.0, 4036.0, 3995.0, 4034.0, 3995.0, 4024.0, 3994.0, 4035.0, 3995.0, 4025.0, 3996.0, 4018.0, 4018.0, 3997.0, 4019.0, 3998.0, 4030.0, 4010.0, 4040.0, 4048.0, 3996.0, 4036.0, 3984.0, 4026.0, 4004.0, 4005.0, 4024.0, 3984.0, 4023.0, 3982.0, 4023.0, 3983.0, 4013.0, 3985.0, 4015.0, 3995.0, 4007.0, 3996.0, 4018.0, 3997.0, 4019.0, 4038.0, 3998.0, 4039.0, 3997.0, 4029.0, 3998.0, 4019.0, 3999.0, 4020.0, 4029.0, 4009.0, 4050.0, 4001.0, 4038.0, 3999.0, 4029.0, 4009.0, 4029.0, 4000.0, 4030.0, 4009.0, 4031.0, 4001.0, 4020.0, 4010.0, 4022.0, 4010.0, 4021.0, 4040.0, 4011.0, 4040.0, 4021.0, 4040.0, 4011.0, 4049.0, 4010.0, 4030.0, 4011.0, 4033.0, 4013.0, 4030.0, 4022.0, 4032.0, 4024.0, 4044.0, 4025.0, 4053.0, 4025.0, 4056.0, 4024.0, 4066.0, 4025.0, 4064.0, 4024.0, 4065.0, 4034.0, 4055.0, 4063.0, 4055.0, 4063.0, 4032.0, 4062.0, 4011.0, 4061.0, 4020.0, 4050.0, 4009.0, 4050.0, 4009.0, 4040.0, 4009.0, 4044.0, 4052.0, 4031.0, 4049.0, 4019.0, 4049.0, 3998.0, 4038.0, 3998.0, 4049.0, 4010.0, 4051.0, 4010.0, 4050.0, 4009.0, 4039.0, 4007.0, 4018.0, 3997.0, 4018.0, 3998.0, 4028.0, 4008.0, 4019.0, 4009.0, 4030.0, 4010.0, 4032.0, 4011.0, 4032.0, 4051.0, 4011.0, 4051.0, 4011.0, 4051.0, 4009.0, 4039.0, 4009.0, 4029.0, 4009.0, 4020.0, 4011.0, 4031.0, 4011.0, 4032.0, 4012.0, 4033.0, 4023.0, 4035.0, 4024.0, 4042.0, 4037.0, 4054.0, 4024.0, 4054.0, 4035.0, 4023.0, 4045.0, 4025.0, 4054.0, 4024.0, 4065.0, 4025.0, 4065.0, 4065.0, 4023.0, 4064.0, 4034.0, 4053.0, 4053.0, 4032.0, 4062.0, 4012.0, 4061.0, 4010.0, 4050.0, 4020.0, 4039.0, 4040.0, 4009.0, 4040.0, 4010.0, 4063.0, 4012.0, 4064.0, 4065.0, 4055.0, 4063.0, 4011.0, 4021.0, 4032.0, 4020.0, 4029.0, 4009.0, 4041.0, 3999.0, 4040.0, 4021.0, 4023.0, 4065.0, 4012.0, 4060.0, 4018.0, 4036.0, 4016.0, 4036.0, 4027.0, 3969.0, 3982.0, 3962.0, 3948.0, 3986.0, 4000.0, 4008.0, 3998.0, 4028.0, 4009.0, 4017.0, 3997.0, 3996.0, 3996.0, 3986.0, 4008.0, 3998.0, 4029.0, 4000.0, 4039.0, 4010.0, 4030.0, 3999.0, 3998.0, 3999.0, 4010.0, 4019.0, 4011.0, 4020.0, 4012.0, 4013.0, 4014.0, 4025.0, 4044.0, 4024.0, 4012.0, 4012.0, 4011.0, 4032.0, 4013.0, 4032.0, 4010.0, 4021.0, 3999.0, 4021.0, 4012.0, 4021.0, 4012.0, 4021.0, 3999.0, 4006.0, 4001.0, 4042.0, 4013.0, 4080.0, 4040.0, 4067.0, 4000.0, 3997.0, 3997.0, 4010.0, 4000.0, 4010.0, 4027.0, 4027.0, 4010.0, 3999.0, 3997.0, 4007.0, 4011.0, 4023.0, 4046.0, 4070.0, 4080.0, 4079.0, 4074.0, 4054.0, 4060.0, 4028.0, 4048.0, 4016.0, 4036.0, 3984.0, 4014.0, 3982.0, 3992.0, 3981.0, 3971.0, 4001.0, 3983.0, 4002.0, 3984.0, 4016.0, 3995.0, 4016.0, 3997.0, 4017.0, 4007.0, 4020.0, 4009.0, 4018.0, 4011.0, 4031.0, 4009.0, 4008.0, 4007.0, 3999.0, 4037.0, 3998.0, 4038.0, 4010.0, 4039.0, 4013.0, 4049.0, 4000.0, 4029.0, 4010.0, 4039.0, 4011.0, 4041.0, 4011.0, 4030.0, 3999.0, 4029.0, 4009.0, 4032.0, 4024.0, 4032.0, 4023.0, 4033.0, 4024.0, 4022.0, 4025.0, 4054.0, 4026.0, 4055.0, 4025.0, 4065.0, 4024.0, 4043.0, 4023.0, 4044.0, 4023.0, 4032.0, 4012.0, 4033.0, 4021.0, 4023.0, 4022.0, 4025.0, 4023.0, 4036.0, 4024.0, 4023.0, 4024.0, 4025.0, 4034.0, 4024.0, 4023.0, 4013.0, 4033.0, 4026.0, 4054.0, 4024.0, 4034.0, 4035.0, 4025.0, 4026.0, 4025.0, 4035.0, 4015.0, 4035.0, 4025.0, 4044.0, 4013.0, 4034.0, 4012.0, 4024.0, 4043.0, 4022.0, 4011.0, 4022.0, 4011.0, 4023.0, 4010.0, 4023.0, 4033.0, 4012.0, 4021.0, 4013.0, 4021.0, 4012.0, 4031.0, 4024.0, 4032.0, 4012.0, 4011.0, 4012.0, 4012.0, 4024.0, 4013.0, 4015.0, 4024.0, 4035.0, 4022.0, 4024.0, 4025.0, 4025.0, 4024.0, 4032.0, 4036.0, 4034.0, 4023.0, 4036.0, 4047.0, 4039.0, 4077.0, 4027.0, 4068.0, 4026.0, 4063.0, 4015.0, 4064.0, 4023.0, 4053.0, 4003.0, 4052.0, 4001.0, 4041.0, 4001.0, 4032.0, 4022.0, 4000.0, 4020.0, 4013.0, 4031.0, 4013.0, 4042.0, 4012.0, 4053.0, 4011.0, 4061.0, 4002.0, 4052.0, 4011.0, 4049.0, 3999.0, 4040.0, 3999.0, 4049.0, 3999.0, 4009.0, 4011.0, 4012.0, 4023.0, 4011.0, 4042.0, 4024.0, 4062.0, 4024.0, 4054.0, 4013.0, 4053.0, 4020.0, 4030.0, 4010.0, 4040.0, 3999.0, 4040.0, 4011.0, 4019.0, 4000.0, 4008.0, 4025.0, 4042.0, 4032.0, 4020.0, 4032.0, 4009.0, 4050.0, 3999.0, 4020.0, 4001.0, 4049.0, 3996.0, 4026.0, 3985.0, 4015.0, 3993.0, 4014.0, 4013.0, 4003.0, 3971.0, 3990.0, 3970.0, 3979.0, 3979.0, 3970.0, 4010.0, 3983.0, 4023.0, 3971.0, 4011.0, 4000.0, 3998.0, 3968.0, 4007.0, 3969.0, 4010.0, 3968.0, 3989.0, 3968.0, 3990.0, 3970.0, 4003.0, 3980.0, 4011.0, 3979.0, 3989.0, 3981.0, 3980.0, 3980.0, 4001.0, 3995.0, 4004.0, 3982.0, 3992.0, 3993.0, 3994.0, 4001.0, 3971.0, 4010.0, 3971.0, 4022.0, 3982.0, 4023.0, 3984.0, 4016.0, 3996.0, 4004.0, 3995.0, 4005.0, 3996.0, 4007.0, 4009.0, 4017.0, 4009.0, 4019.0, 4010.0, 4020.0, 4010.0, 4019.0, 3998.0, 4011.0, 4019.0, 4021.0, 4040.0, 4010.0, 4030.0, 4000.0, 4019.0, 4010.0, 4029.0, 4011.0, 4053.0, 4002.0, 4042.0, 4011.0, 4029.0, 4011.0, 4041.0, 4022.0, 4052.0, 4023.0, 4042.0, 4023.0, 4012.0, 4033.0, 4022.0, 4031.0, 4012.0, 4043.0, 4012.0, 4043.0, 4023.0, 4023.0, 4033.0, 4024.0, 4064.0, 4035.0, 4028.0, 4044.0, 4014.0, 4014.0, 4035.0, 4024.0, 4053.0, 4012.0, 4062.0, 4000.0, 4051.0, 3998.0, 4039.0, 3998.0, 4028.0, 3998.0, 4017.0, 4008.0, 4028.0, 4007.0, 4019.0, 4009.0, 4020.0, 4010.0, 4032.0, 4012.0, 4023.0, 4040.0, 4000.0, 4040.0, 4013.0, 4042.0, 4032.0, 4001.0, 4012.0, 4026.0, 4045.0, 4025.0, 4033.0, 4021.0, 4025.0, 4066.0, 4014.0, 4052.0, 4000.0, 4052.0, 4022.0, 4044.0, 4010.0, 4011.0, 4049.0, 3999.0, 4040.0, 4014.0, 4042.0, 4000.0, 4028.0, 4011.0, 4028.0, 3998.0, 4028.0, 3999.0, 4040.0, 4011.0, 4011.0, 4023.0, 4024.0, 4035.0, 4062.0, 4011.0, 4053.0, 4010.0, 4030.0, 4009.0, 4020.0, 4029.0, 4009.0, 4064.0, 4044.0, 4050.0, 4031.0, 4020.0, 4030.0, 4013.0, 4043.0, 4025.0, 4065.0, 4025.0, 4056.0, 4022.0, 4054.0, 4033.0, 4053.0, 4025.0, 4064.0, 4023.0, 4051.0, 4011.0, 4052.0, 4010.0, 4042.0, 4030.0, 4040.0, 4020.0, 4040.0, 4009.0, 4019.0, 4008.0, 4007.0, 4048.0, 3996.0, 4037.0, 3996.0, 4027.0, 4010.0, 4018.0, 3996.0, 4017.0, 4009.0, 4020.0, 3997.0, 4006.0, 4008.0, 4028.0, 3998.0, 4040.0, 4011.0, 4051.0, 4000.0, 4052.0, 4010.0, 4031.0, 4009.0, 4019.0, 4010.0, 4029.0, 3999.0, 4029.0, 3998.0, 4019.0, 4007.0, 3998.0, 4038.0, 3988.0, 4040.0, 3998.0, 4029.0, 4011.0, 4009.0, 4012.0, 4011.0, 4043.0, 4012.0, 4012.0, 4024.0, 4052.0, 4003.0, 4053.0, 4014.0, 4041.0, 4001.0, 4061.0, 4012.0, 4049.0, 3998.0, 4039.0, 4019.0, 4020.0, 4019.0, 4006.0, 4008.0, 4006.0, 4020.0, 3999.0, 4041.0, 4013.0, 4040.0, 3999.0, 4027.0, 3998.0, 4040.0, 4000.0, 4039.0, 3988.0, 4026.0, 3999.0, 4040.0, 3999.0, 4016.0, 3998.0, 4019.0, 4000.0, 4028.0, 4000.0, 4041.0, 3988.0, 4040.0, 4002.0, 4031.0, 4012.0, 4023.0, 4019.0, 4025.0, 4043.0, 4025.0, 4032.0, 4014.0, 4053.0, 4015.0, 4069.0, 4026.0, 4054.0, 4013.0, 4013.0, 4023.0, 4001.0, 4023.0, 4051.0, 4032.0, 4031.0, 4012.0, 4031.0, 4011.0, 4040.0, 4010.0, 4039.0, 4000.0, 4039.0, 3999.0, 4039.0, 4000.0, 4040.0, 3999.0, 4040.0, 3998.0, 4030.0, 4009.0, 4029.0, 4011.0, 4040.0, 4000.0, 4049.0, 4009.0, 4020.0, 4033.0, 4012.0, 4031.0, 4012.0, 4044.0, 4042.0, 4021.0, 4039.0, 4020.0, 4019.0, 4008.0, 3999.0, 4008.0, 3999.0, 4029.0, 4000.0, 4053.0, 4012.0, 4064.0, 4023.0, 4042.0, 4021.0, 4031.0, 4022.0, 4061.0, 4011.0, 4052.0, 4000.0, 4042.0, 4011.0, 4031.0, 3999.0, 4029.0, 4001.0, 4030.0, 4011.0, 4030.0, 3999.0, 4029.0, 3999.0, 4040.0, 3999.0, 4040.0, 4000.0, 4028.0, 4010.0, 4052.0, 4012.0, 4032.0, 4020.0, 4013.0, 4044.0, 4024.0, 4035.0, 4062.0, 4011.0, 4052.0, 3999.0, 4041.0, 3999.0, 4020.0, 3997.0, 3999.0, 3988.0, 4009.0, 3997.0, 4010.0, 3999.0, 4010.0, 4013.0, 4025.0, 4026.0, 4036.0, 4039.0, 4069.0, 4027.0, 4067.0, 4025.0, 4067.0, 4026.0, 4067.0, 4024.0, 4055.0, 4015.0, 4052.0, 4034.0, 4042.0, 4033.0, 4012.0, 4044.0, 4012.0, 4052.0, 4046.0, 4055.0, 4052.0, 4001.0, 4050.0, 4021.0, 4019.0, 4030.0, 4015.0, 4053.0, 4020.0, 3989.0, 4018.0, 3999.0, 3999.0, 4020.0, 3998.0, 4037.0, 4006.0, 3986.0, 4016.0, 3987.0, 3998.0, 4006.0, 3996.0, 4008.0, 4019.0, 3999.0, 4001.0, 4031.0, 4021.0, 4000.0, 4040.0, 4018.0, 4008.0, 4026.0, 4005.0, 4014.0, 3983.0, 4013.0, 3972.0, 3993.0, 3985.0, 3985.0, 4004.0, 3974.0, 3987.0, 4017.0, 3987.0, 4005.0, 4000.0, 4020.0, 4023.0, 4002.0, 4023.0, 4014.0, 4000.0, 4020.0, 3997.0, 3996.0, 3996.0, 3986.0, 4038.0, 4041.0, 4045.0, 4053.0, 4052.0, 4028.0, 4039.0, 4016.0, 4025.0, 3993.0, 4013.0, 3984.0, 4002.0, 3982.0, 4025.0, 3982.0, 4011.0, 3979.0, 3998.0, 3977.0, 4008.0, 3957.0, 3976.0, 3955.0, 3985.0, 3956.0, 3997.0, 3966.0, 3996.0, 3957.0, 3986.0, 3945.0, 3976.0, 3958.0, 3975.0, 3945.0, 3965.0, 3956.0, 3988.0, 3967.0, 3998.0, 3970.0, 3991.0, 3969.0, 3978.0, 3986.0, 3946.0, 4007.0, 3945.0, 3998.0, 3967.0, 4012.0, 3979.0, 3998.0, 3979.0, 3999.0, 3991.0, 4022.0, 4005.0, 4024.0, 3984.0, 4012.0, 3972.0, 4011.0, 3960.0, 4000.0, 3979.0, 3967.0, 4008.0, 4000.0, 3987.0, 3979.0, 3958.0, 3978.0, 3975.0, 3957.0, 3985.0, 3969.0, 3999.0, 3958.0, 3955.0, 3957.0, 3958.0, 3989.0, 3970.0, 3970.0, 4003.0, 4023.0, 3994.0, 4021.0, 3991.0, 4009.0, 3999.0, 3998.0, 3976.0, 3955.0, 3965.0, 3944.0, 3974.0, 3953.0, 3973.0, 3942.0, 3982.0, 3941.0, 3981.0, 3940.0, 3980.0, 3942.0, 3983.0, 3945.0, 3943.0, 3952.0, 3954.0, 3976.0, 3957.0, 3999.0, 3989.0, 3979.0, 3970.0, 3978.0, 3968.0, 3958.0, 3976.0, 3958.0, 3967.0, 3957.0, 3958.0, 3968.0, 3958.0, 3998.0, 3958.0, 3988.0, 3982.0, 3992.0, 3979.0, 3968.0, 3998.0, 3969.0, 3967.0, 3967.0, 3945.0, 3966.0, 3957.0, 3989.0, 3983.0, 4001.0, 3982.0, 3983.0, 3983.0, 3983.0, 4012.0, 3970.0, 4011.0, 3990.0, 4000.0], 'WindowWidth': [9083.0, 9078.0, 9036.0, 8996.0, 9045.0, 8976.0, 8988.0, 9001.0, 8973.0, 9008.0, 8967.0, 9023.0, 8968.0, 9018.0, 8964.0, 9008.0, 8965.0, 8980.0, 8983.0, 8967.0, 9007.0, 8967.0, 9019.0, 8990.0, 8999.0, 8974.0, 8965.0, 9007.0, 8951.0, 8991.0, 8942.0, 8999.0, 8966.0, 8983.0, 8939.0, 8950.0, 8939.0, 8962.0, 8934.0, 8960.0, 8921.0, 8978.0, 8923.0, 8951.0, 8922.0, 8944.0, 8982.0, 8944.0, 8957.0, 8958.0, 8944.0, 9008.0, 8969.0, 9004.0, 8947.0, 8998.0, 8945.0, 9010.0, 8946.0, 8947.0, 8987.0, 8939.0, 8965.0, 8943.0, 9039.0, 8982.0, 8966.0, 8979.0, 8940.0, 8979.0, 8958.0, 8945.0, 9008.0, 8981.0, 8965.0, 9026.0, 8998.0, 9020.0, 9031.0, 8991.0, 8924.0, 8945.0, 8915.0, 8971.0, 8919.0, 8943.0, 8932.0, 8920.0, 8968.0, 8940.0, 8953.0, 8937.0, 8974.0, 8936.0, 8957.0, 8916.0, 8958.0, 8962.0, 9015.0, 8942.0, 8984.0, 8961.0, 8961.0, 8973.0, 8962.0, 8986.0, 8961.0, 8989.0, 8959.0, 8975.0, 8961.0, 8976.0, 8999.0, 8958.0, 9010.0, 8961.0, 9001.0, 8986.0, 8966.0, 9000.0, 9007.0, 9013.0, 9002.0, 9043.0, 9054.0, 9061.0, 9019.0, 9058.0, 8996.0, 9038.0, 9025.0, 9027.0, 9032.0, 8981.0, 8986.0, 8916.0, 8957.0, 8915.0, 8974.0, 8932.0, 8972.0, 8943.0, 8936.0, 8929.0, 8965.0, 8932.0, 8992.0, 8931.0, 8971.0, 8938.0, 8994.0, 8934.0, 8970.0, 8928.0, 8951.0, 8948.0, 8993.0, 8956.0, 8975.0, 8935.0, 8974.0, 8937.0, 8992.0, 8937.0, 8976.0, 8938.0, 8964.0, 8937.0, 8939.0, 8966.0, 8935.0, 8951.0, 8989.0, 8935.0, 8986.0, 8933.0, 8983.0, 8932.0, 8968.0, 8931.0, 8984.0, 8932.0, 8971.0, 8936.0, 8966.0, 8970.0, 8939.0, 8971.0, 8942.0, 8987.0, 8961.0, 9002.0, 9007.0, 8935.0, 8988.0, 8916.0, 8972.0, 8940.0, 8944.0, 8966.0, 8914.0, 8964.0, 8909.0, 8963.0, 8912.0, 8950.0, 8916.0, 8958.0, 8932.0, 8951.0, 8936.0, 8967.0, 8939.0, 8971.0, 8993.0, 8941.0, 8995.0, 8939.0, 8982.0, 8940.0, 8970.0, 8942.0, 8973.0, 8982.0, 8958.0, 9012.0, 8947.0, 8994.0, 8944.0, 8983.0, 8956.0, 8983.0, 8947.0, 8986.0, 8958.0, 8990.0, 8949.0, 8975.0, 8963.0, 8980.0, 8962.0, 8978.0, 9001.0, 8964.0, 8999.0, 8977.0, 9001.0, 8963.0, 9011.0, 8961.0, 8987.0, 8964.0, 8997.0, 8971.0, 8990.0, 8980.0, 8994.0, 8986.0, 9013.0, 8990.0, 9024.0, 8991.0, 9032.0, 8988.0, 9045.0, 8990.0, 9040.0, 8988.0, 9043.0, 9000.0, 9029.0, 9036.0, 9029.0, 9035.0, 8994.0, 9032.0, 8964.0, 9031.0, 8972.0, 9014.0, 8959.0, 9015.0, 8958.0, 8999.0, 8957.0, 9015.0, 9021.0, 8991.0, 9009.0, 8970.0, 9009.0, 8942.0, 8994.0, 8942.0, 9011.0, 8961.0, 9018.0, 8962.0, 9013.0, 8959.0, 9000.0, 8952.0, 8967.0, 8939.0, 8967.0, 8942.0, 8983.0, 8957.0, 8973.0, 8960.0, 8990.0, 8963.0, 8993.0, 8965.0, 8995.0, 9016.0, 8966.0, 9018.0, 8964.0, 9016.0, 8959.0, 8998.0, 8958.0, 8986.0, 8959.0, 8974.0, 8965.0, 8990.0, 8966.0, 8993.0, 8968.0, 8998.0, 8986.0, 9002.0, 8986.0, 9009.0, 9010.0, 9028.0, 8991.0, 9027.0, 9003.0, 8986.0, 9018.0, 8990.0, 9027.0, 8989.0, 9043.0, 8990.0, 9044.0, 9043.0, 8987.0, 9042.0, 9001.0, 9023.0, 9025.0, 8994.0, 9035.0, 8965.0, 9032.0, 8962.0, 9013.0, 8973.0, 8998.0, 9001.0, 8957.0, 9000.0, 8961.0, 9038.0, 8969.0, 9042.0, 9044.0, 9032.0, 9038.0, 8965.0, 8980.0, 8995.0, 8973.0, 8984.0, 8955.0, 9002.0, 8944.0, 8999.0, 8978.0, 8985.0, 9043.0, 8967.0, 9027.0, 8965.0, 8984.0, 8958.0, 8984.0, 8974.0, 8875.0, 8897.0, 8870.0, 8847.0, 8917.0, 8945.0, 8955.0, 8941.0, 8978.0, 8955.0, 8964.0, 8935.0, 8933.0, 8934.0, 8920.0, 8951.0, 8940.0, 8982.0, 8944.0, 8995.0, 8959.0, 8985.0, 8943.0, 8940.0, 8943.0, 8958.0, 8970.0, 8964.0, 8973.0, 8964.0, 8970.0, 8974.0, 8991.0, 9014.0, 8988.0, 8966.0, 8965.0, 8964.0, 8991.0, 8970.0, 8993.0, 8960.0, 8975.0, 8943.0, 8974.0, 8965.0, 8978.0, 8966.0, 8980.0, 8943.0, 8944.0, 8949.0, 9006.0, 8971.0, 9074.0, 9021.0, 9051.0, 8948.0, 8937.0, 8935.0, 8962.0, 8948.0, 8959.0, 8997.0, 8998.0, 8963.0, 8942.0, 8935.0, 8953.0, 8964.0, 8986.0, 9024.0, 9062.0, 9075.0, 9070.0, 9054.0, 9025.0, 9028.0, 8980.0, 9007.0, 8959.0, 8984.0, 8912.0, 8953.0, 8906.0, 8919.0, 8903.0, 8892.0, 8930.0, 8911.0, 8935.0, 8915.0, 8960.0, 8935.0, 8961.0, 8938.0, 8965.0, 8953.0, 8974.0, 8958.0, 8968.0, 8967.0, 8993.0, 8959.0, 8957.0, 8953.0, 8946.0, 8992.0, 8942.0, 8994.0, 8963.0, 9000.0, 8970.0, 9012.0, 8949.0, 8985.0, 8961.0, 8998.0, 8964.0, 9004.0, 8965.0, 8987.0, 8946.0, 8986.0, 8958.0, 8993.0, 8989.0, 8995.0, 8985.0, 8998.0, 8989.0, 8984.0, 8992.0, 9028.0, 8995.0, 9030.0, 8990.0, 9042.0, 8987.0, 9012.0, 8983.0, 9013.0, 8985.0, 8996.0, 8967.0, 8999.0, 8981.0, 8985.0, 8983.0, 8989.0, 8984.0, 9007.0, 8988.0, 8986.0, 8989.0, 8992.0, 9000.0, 8989.0, 8985.0, 8973.0, 8997.0, 8993.0, 9029.0, 8989.0, 9002.0, 9004.0, 8991.0, 8995.0, 8991.0, 9004.0, 8976.0, 9003.0, 8988.0, 9014.0, 8972.0, 9002.0, 8968.0, 8986.0, 9010.0, 8981.0, 8965.0, 8979.0, 8966.0, 8983.0, 8961.0, 8983.0, 8996.0, 8968.0, 8976.0, 8969.0, 8978.0, 8967.0, 8990.0, 8987.0, 8995.0, 8967.0, 8964.0, 8969.0, 8967.0, 8988.0, 8971.0, 8978.0, 8989.0, 9005.0, 8983.0, 8988.0, 8990.0, 8991.0, 8988.0, 8994.0, 9007.0, 9000.0, 8987.0, 9008.0, 9024.0, 9016.0, 9063.0, 8995.0, 9051.0, 8993.0, 9037.0, 8975.0, 9037.0, 8983.0, 9023.0, 8955.0, 9018.0, 8949.0, 9002.0, 8950.0, 8990.0, 8980.0, 8948.0, 8974.0, 8970.0, 8990.0, 8969.0, 9007.0, 8967.0, 9022.0, 8964.0, 9031.0, 8952.0, 9019.0, 8964.0, 9012.0, 8946.0, 8999.0, 8943.0, 9009.0, 8944.0, 8959.0, 8967.0, 8967.0, 8982.0, 8964.0, 9008.0, 8987.0, 9036.0, 8987.0, 9025.0, 8969.0, 9023.0, 8972.0, 8987.0, 8959.0, 8999.0, 8942.0, 8998.0, 8962.0, 8971.0, 8948.0, 8955.0, 8993.0, 9008.0, 8991.0, 8974.0, 8991.0, 8958.0, 9014.0, 8944.0, 8973.0, 8950.0, 9010.0, 8933.0, 8971.0, 8916.0, 8955.0, 8924.0, 8954.0, 8949.0, 8935.0, 8891.0, 8915.0, 8887.0, 8900.0, 8897.0, 8887.0, 8940.0, 8911.0, 8962.0, 8892.0, 8943.0, 8925.0, 8919.0, 8880.0, 8932.0, 8885.0, 8941.0, 8886.0, 8914.0, 8885.0, 8914.0, 8889.0, 8940.0, 8906.0, 8946.0, 8903.0, 8915.0, 8906.0, 8903.0, 8905.0, 8933.0, 8934.0, 8946.0, 8911.0, 8924.0, 8927.0, 8930.0, 8932.0, 8892.0, 8942.0, 8893.0, 8961.0, 8908.0, 8964.0, 8916.0, 8962.0, 8939.0, 8945.0, 8935.0, 8948.0, 8937.0, 8954.0, 8958.0, 8967.0, 8958.0, 8972.0, 8961.0, 8978.0, 8963.0, 8975.0, 8943.0, 8965.0, 8971.0, 8980.0, 9002.0, 8963.0, 8989.0, 8949.0, 8973.0, 8965.0, 8987.0, 8968.0, 9026.0, 8957.0, 9006.0, 8964.0, 8986.0, 8965.0, 9005.0, 8982.0, 9020.0, 8985.0, 9007.0, 8983.0, 8968.0, 8997.0, 8982.0, 8990.0, 8967.0, 9008.0, 8968.0, 9009.0, 8985.0, 8985.0, 8995.0, 8986.0, 9039.0, 9007.0, 9001.0, 9012.0, 8973.0, 8973.0, 9003.0, 8988.0, 9024.0, 8967.0, 9034.0, 8948.0, 9015.0, 8941.0, 8997.0, 8941.0, 8979.0, 8941.0, 8964.0, 8956.0, 8982.0, 8954.0, 8973.0, 8959.0, 8975.0, 8963.0, 8993.0, 8966.0, 8982.0, 8999.0, 8948.0, 8998.0, 8970.0, 9008.0, 8994.0, 8950.0, 8967.0, 8995.0, 9019.0, 8992.0, 8999.0, 8979.0, 8991.0, 9047.0, 8973.0, 9019.0, 8948.0, 9020.0, 8982.0, 9014.0, 8963.0, 8963.0, 9008.0, 8943.0, 9000.0, 8975.0, 9006.0, 8948.0, 8982.0, 8964.0, 8981.0, 8941.0, 8981.0, 8946.0, 8998.0, 8964.0, 8967.0, 8985.0, 8991.0, 9004.0, 9034.0, 8966.0, 9021.0, 8961.0, 8989.0, 8957.0, 8975.0, 8984.0, 8958.0, 9039.0, 9015.0, 9014.0, 8991.0, 8977.0, 8990.0, 8973.0, 9014.0, 8993.0, 9047.0, 8993.0, 9033.0, 8983.0, 9029.0, 8997.0, 9023.0, 8992.0, 9042.0, 8984.0, 9019.0, 8968.0, 9021.0, 8964.0, 9007.0, 8987.0, 9003.0, 8976.0, 9002.0, 8959.0, 8972.0, 8953.0, 8953.0, 9007.0, 8936.0, 8990.0, 8934.0, 8978.0, 8963.0, 8969.0, 8935.0, 8966.0, 8962.0, 8978.0, 8942.0, 8951.0, 8960.0, 8985.0, 8945.0, 9004.0, 8968.0, 9019.0, 8953.0, 9022.0, 8962.0, 8991.0, 8960.0, 8973.0, 8961.0, 8985.0, 8946.0, 8984.0, 8942.0, 8970.0, 8951.0, 8942.0, 8994.0, 8929.0, 9000.0, 8944.0, 8987.0, 8967.0, 8961.0, 8971.0, 8965.0, 9012.0, 8970.0, 8971.0, 8991.0, 9022.0, 8957.0, 9025.0, 8974.0, 9005.0, 8952.0, 9032.0, 8967.0, 9009.0, 8943.0, 8996.0, 8973.0, 8975.0, 8971.0, 8947.0, 8954.0, 8949.0, 8972.0, 8946.0, 9007.0, 8971.0, 9001.0, 8945.0, 8976.0, 8941.0, 9002.0, 8947.0, 8997.0, 8926.0, 8974.0, 8946.0, 9000.0, 8943.0, 8960.0, 8942.0, 8970.0, 8947.0, 8979.0, 8949.0, 9004.0, 8928.0, 9002.0, 8955.0, 8988.0, 8967.0, 8983.0, 8972.0, 8991.0, 9015.0, 8992.0, 8995.0, 8976.0, 9025.0, 8978.0, 9057.0, 8997.0, 9027.0, 8972.0, 8972.0, 8984.0, 8951.0, 8984.0, 9018.0, 8995.0, 8991.0, 8967.0, 8991.0, 8966.0, 9002.0, 8962.0, 8998.0, 8948.0, 8997.0, 8945.0, 8996.0, 8947.0, 8999.0, 8947.0, 8999.0, 8941.0, 8985.0, 8957.0, 8985.0, 8964.0, 9004.0, 8948.0, 9011.0, 8958.0, 8973.0, 8999.0, 8967.0, 8992.0, 8967.0, 9010.0, 9005.0, 8975.0, 8996.0, 8970.0, 8968.0, 8953.0, 8944.0, 8954.0, 8944.0, 8982.0, 8946.0, 9024.0, 8970.0, 9040.0, 8985.0, 9008.0, 8980.0, 8993.0, 8982.0, 9033.0, 8966.0, 9020.0, 8949.0, 9006.0, 8964.0, 8991.0, 8944.0, 8985.0, 8952.0, 8988.0, 8966.0, 8988.0, 8944.0, 8984.0, 8945.0, 8999.0, 8947.0, 9001.0, 8948.0, 8983.0, 8964.0, 9023.0, 8972.0, 8994.0, 8978.0, 8971.0, 9017.0, 8989.0, 9004.0, 9035.0, 8965.0, 9020.0, 8946.0, 9002.0, 8944.0, 8973.0, 8939.0, 8944.0, 8929.0, 8959.0, 8941.0, 8962.0, 8948.0, 8965.0, 8972.0, 8991.0, 8998.0, 9010.0, 9019.0, 9057.0, 8998.0, 9051.0, 8993.0, 9049.0, 8993.0, 9048.0, 8989.0, 9030.0, 8977.0, 9022.0, 8999.0, 9007.0, 8998.0, 8968.0, 9011.0, 8969.0, 9021.0, 9021.0, 9027.0, 9021.0, 8952.0, 9017.0, 8976.0, 8968.0, 8986.0, 8975.0, 9023.0, 8972.0, 8928.0, 8966.0, 8941.0, 8943.0, 8971.0, 8942.0, 8989.0, 8946.0, 8919.0, 8960.0, 8922.0, 8940.0, 8947.0, 8931.0, 8952.0, 8968.0, 8944.0, 8949.0, 8988.0, 8975.0, 8943.0, 8997.0, 8965.0, 8950.0, 8972.0, 8941.0, 8952.0, 8907.0, 8947.0, 8892.0, 8923.0, 8917.0, 8915.0, 8940.0, 8902.0, 8922.0, 8962.0, 8923.0, 8945.0, 8946.0, 8972.0, 8983.0, 8954.0, 8984.0, 8975.0, 8948.0, 8971.0, 8934.0, 8934.0, 8934.0, 8918.0, 8993.0, 9004.0, 9016.0, 9021.0, 9016.0, 8977.0, 8995.0, 8955.0, 8968.0, 8921.0, 8946.0, 8910.0, 8931.0, 8903.0, 8970.0, 8907.0, 8942.0, 8894.0, 8919.0, 8887.0, 8931.0, 8864.0, 8885.0, 8858.0, 8898.0, 8859.0, 8914.0, 8871.0, 8913.0, 8864.0, 8900.0, 8847.0, 8889.0, 8867.0, 8883.0, 8842.0, 8872.0, 8861.0, 8907.0, 8877.0, 8918.0, 8886.0, 8917.0, 8887.0, 8895.0, 8901.0, 8848.0, 8928.0, 8846.0, 8919.0, 8877.0, 8946.0, 8898.0, 8923.0, 8902.0, 8931.0, 8925.0, 8967.0, 8950.0, 8969.0, 8914.0, 8946.0, 8894.0, 8944.0, 8874.0, 8926.0, 8896.0, 8878.0, 8932.0, 8925.0, 8906.0, 8897.0, 8869.0, 8895.0, 8886.0, 8865.0, 8898.0, 8884.0, 8926.0, 8867.0, 8858.0, 8865.0, 8868.0, 8911.0, 8888.0, 8889.0, 8936.0, 8962.0, 8928.0, 8956.0, 8917.0, 8937.0, 8925.0, 8919.0, 8886.0, 8856.0, 8870.0, 8841.0, 8881.0, 8852.0, 8876.0, 8834.0, 8886.0, 8832.0, 8882.0, 8828.0, 8881.0, 8836.0, 8890.0, 8847.0, 8838.0, 8850.0, 8857.0, 8888.0, 8867.0, 8922.0, 8913.0, 8896.0, 8887.0, 8892.0, 8880.0, 8868.0, 8889.0, 8866.0, 8878.0, 8865.0, 8869.0, 8880.0, 8866.0, 8919.0, 8866.0, 8905.0, 8909.0, 8921.0, 8898.0, 8881.0, 8922.0, 8883.0, 8879.0, 8878.0, 8845.0, 8875.0, 8864.0, 8909.0, 8909.0, 8932.0, 8908.0, 8909.0, 8912.0, 8911.0, 8945.0, 8887.0, 8941.0, 8911.0, 8924.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.002311447861965491</td></tr>
<tr><td colspan=3>aqi</td><td>0.05961822610652663</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.03170750876874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1777969545420435</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9884945097972989</td></tr>
<tr><td colspan=3>efc</td><td>0.4466</td></tr>
<tr><td colspan=3>fber</td><td>7005.5806</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14854883583084483</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>239</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.92948237059265</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.484375557224675</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3933637611195793</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7376370256387377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.322125884915707</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164674</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008335290476679802</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027356896549463272</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.030999431688732</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>33.9461</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8642</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.4761</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306728.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>623.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.2251</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5555</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.6776</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3289.3576</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.1014</td></tr>
<tr><td colspan=3>tsnr</td><td>27.09763995371759</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>