<?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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-03/func/sub-0052_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>e76bb49ca33eb10c721c25609907ebc0</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>11:52:55.067500</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.999948, -0.00696762, 0.00749097, 0.00593384, 0.99148, 0.13012]</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.0937238</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7698, -7275, 751, -81, 20, -34, 135]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>237.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2d7a2aeb-cbdd-4845-833b-8b0667a6c319||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.682786464691162, 0.015920070931315422, 0.022501207888126373, 111.05706787109375], [0.018693622201681137, 2.660069465637207, 0.3511866331100464, -108.07218170166016], [0.020097726956009865, -0.34910348057746887, 2.676968812942505, -46.108642578125], [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': ['115255.067500', '115255.527500', '115255.987500', '115256.447500', '115256.907500', '115257.367500', '115257.827500', '115258.287500', '115258.747500', '115259.207500', '115259.667500', '115300.127500', '115300.587500', '115301.047500', '115301.507500', '115301.967500', '115302.427500', '115302.887500', '115303.347500', '115303.807500', '115304.267500', '115304.727500', '115305.187500', '115305.647500', '115306.107500', '115306.567500', '115307.027500', '115307.487500', '115307.947500', '115308.407500', '115308.867500', '115309.327500', '115309.787500', '115310.247500', '115310.707500', '115311.167500', '115311.627500', '115312.087500', '115312.547500', '115313.007500', '115313.467500', '115313.927500', '115314.387500', '115314.847500', '115315.307500', '115315.767500', '115316.227500', '115316.687500', '115317.147500', '115317.607500', '115318.067500', '115318.527500', '115318.987500', '115319.447500', '115319.907500', '115320.367500', '115320.827500', '115321.287500', '115321.747500', '115322.207500', '115322.667500', '115323.127500', '115323.587500', '115324.047500', '115324.507500', '115324.967500', '115325.427500', '115325.887500', '115326.347500', '115326.807500', '115327.267500', '115327.727500', '115328.187500', '115328.647500', '115329.107500', '115329.567500', '115330.027500', '115330.487500', '115330.947500', '115331.407500', '115331.867500', '115332.327500', '115332.787500', '115333.247500', '115333.707500', '115334.167500', '115334.627500', '115335.087500', '115335.547500', '115336.007500', '115336.467500', '115336.927500', '115337.387500', '115337.847500', '115338.307500', '115338.767500', '115339.227500', '115339.687500', '115340.147500', '115340.607500', '115341.067500', '115341.527500', '115341.987500', '115342.447500', '115342.907500', '115343.367500', '115343.827500', '115344.287500', '115344.747500', '115345.207500', '115345.667500', '115346.127500', '115346.587500', '115347.047500', '115347.507500', '115347.967500', '115348.427500', '115348.887500', '115349.347500', '115349.807500', '115350.267500', '115350.727500', '115351.187500', '115351.647500', '115352.107500', '115352.567500', '115353.027500', '115353.487500', '115353.947500', '115354.407500', '115354.867500', '115355.327500', '115355.787500', '115356.247500', '115356.707500', '115357.167500', '115357.627500', '115358.087500', '115358.547500', '115359.007500', '115359.467500', '115359.927500', '115400.387500', '115400.847500', '115401.307500', '115401.767500', '115402.227500', '115402.687500', '115403.147500', '115403.607500', '115404.067500', '115404.527500', '115404.987500', '115405.447500', '115405.907500', '115406.367500', '115406.827500', '115407.287500', '115407.747500', '115408.207500', '115408.667500', '115409.127500', '115409.587500', '115410.047500', '115410.507500', '115410.967500', '115411.427500', '115411.887500', '115412.347500', '115412.807500', '115413.267500', '115413.727500', '115414.187500', '115414.647500', '115415.107500', '115415.567500', '115416.027500', '115416.487500', '115416.947500', '115417.407500', '115417.867500', '115418.327500', '115418.787500', '115419.247500', '115419.707500', '115420.167500', '115420.627500', '115421.087500', '115421.547500', '115422.007500', '115422.467500', '115422.927500', '115423.387500', '115423.847500', '115424.307500', '115424.767500', '115425.227500', '115425.687500', '115426.147500', '115426.607500', '115427.067500', '115427.527500', '115427.987500', '115428.447500', '115428.907500', '115429.367500', '115429.827500', '115430.287500', '115430.747500', '115431.207500', '115431.667500', '115432.127500', '115432.587500', '115433.047500', '115433.507500', '115433.967500', '115434.427500', '115434.887500', '115435.347500', '115435.807500', '115436.267500', '115436.727500', '115437.187500', '115437.647500', '115438.107500', '115438.567500', '115439.027500', '115439.487500', '115439.947500', '115440.407500', '115440.867500', '115441.327500', '115441.787500', '115442.247500', '115442.707500', '115443.167500', '115443.627500', '115444.087500', '115444.547500', '115445.007500', '115445.467500', '115445.927500', '115446.387500', '115446.847500', '115447.307500', '115447.767500', '115448.227500', '115448.687500', '115449.147500', '115449.607500', '115450.067500', '115450.527500', '115450.987500', '115451.447500', '115451.907500', '115452.367500', '115452.827500', '115453.287500', '115453.747500', '115454.207500', '115454.667500', '115455.127500', '115455.587500', '115456.047500', '115456.507500', '115456.967500', '115457.427500', '115457.887500', '115458.347500', '115458.807500', '115459.267500', '115459.727500', '115500.187500', '115500.647500', '115501.107500', '115501.567500', '115502.027500', '115502.487500', '115502.947500', '115503.407500', '115503.867500', '115504.327500', '115504.787500', '115505.247500', '115505.707500', '115506.167500', '115506.627500', '115507.087500', '115507.547500', '115508.007500', '115508.467500', '115508.927500', '115509.387500', '115509.847500', '115510.307500', '115510.767500', '115511.227500', '115511.687500', '115512.147500', '115512.607500', '115513.067500', '115513.527500', '115513.987500', '115514.447500', '115514.907500', '115515.367500', '115515.827500', '115516.287500', '115516.747500', '115517.207500', '115517.667500', '115518.127500', '115518.587500', '115519.047500', '115519.507500', '115519.967500', '115520.427500', '115520.887500', '115521.347500', '115521.807500', '115522.267500', '115522.727500', '115523.187500', '115523.647500', '115524.107500', '115524.567500', '115525.027500', '115525.487500', '115525.947500', '115526.407500', '115526.867500', '115527.327500', '115527.787500', '115528.247500', '115528.707500', '115529.167500', '115529.627500', '115530.087500', '115530.547500', '115531.007500', '115531.467500', '115531.927500', '115532.387500', '115532.847500', '115533.307500', '115533.767500', '115534.227500', '115534.687500', '115535.147500', '115535.607500', '115536.067500', '115536.527500', '115536.987500', '115537.447500', '115537.907500', '115538.367500', '115538.827500', '115539.287500', '115539.747500', '115540.207500', '115540.667500', '115541.127500', '115541.587500', '115542.047500', '115542.507500', '115542.967500', '115543.427500', '115543.887500', '115544.347500', '115544.807500', '115545.267500', '115545.727500', '115546.187500', '115546.647500', '115547.107500', '115547.567500', '115548.027500', '115548.487500', '115548.947500', '115549.407500', '115549.867500', '115550.327500', '115550.787500', '115551.247500', '115551.707500', '115552.167500', '115552.627500', '115553.087500', '115553.547500', '115554.007500', '115554.467500', '115554.927500', '115555.387500', '115555.847500', '115556.307500', '115556.767500', '115557.227500', '115557.687500', '115558.147500', '115558.607500', '115559.067500', '115559.527500', '115559.987500', '115600.447500', '115600.907500', '115601.367500', '115601.827500', '115602.287500', '115602.747500', '115603.207500', '115603.667500', '115604.127500', '115604.587500', '115605.047500', '115605.507500', '115605.967500', '115606.427500', '115606.887500', '115607.347500', '115607.807500', '115608.267500', '115608.727500', '115609.187500', '115609.647500', '115610.107500', '115610.567500', '115611.027500', '115611.487500', '115611.947500', '115612.407500', '115612.867500', '115613.327500', '115613.787500', '115614.247500', '115614.707500', '115615.167500', '115615.627500', '115616.087500', '115616.547500', '115617.007500', '115617.467500', '115617.927500', '115618.387500', '115618.847500', '115619.307500', '115619.767500', '115620.227500', '115620.687500', '115621.147500', '115621.607500', '115622.067500', '115622.527500', '115622.987500', '115623.447500', '115623.907500', '115624.367500', '115624.827500', '115625.287500', '115625.747500', '115626.207500', '115626.667500', '115627.127500', '115627.587500', '115628.047500', '115628.507500', '115628.967500', '115629.427500', '115629.887500', '115630.347500', '115630.807500', '115631.267500', '115631.727500', '115632.187500', '115632.647500', '115633.107500', '115633.567500', '115634.027500', '115634.487500', '115634.947500', '115635.407500', '115635.867500', '115636.327500', '115636.787500', '115637.247500', '115637.707500', '115638.167500', '115638.627500', '115639.087500', '115639.547500', '115640.007500', '115640.467500', '115640.927500', '115641.387500', '115641.847500', '115642.307500', '115642.767500', '115643.227500', '115643.687500', '115644.147500', '115644.607500', '115645.067500', '115645.527500', '115645.987500', '115646.447500', '115646.907500', '115647.367500', '115647.827500', '115648.287500', '115648.747500', '115649.207500', '115649.667500', '115650.127500', '115650.587500', '115651.047500', '115651.507500', '115651.967500', '115652.427500', '115652.887500', '115653.347500', '115653.807500', '115654.267500', '115654.727500', '115655.187500', '115655.647500', '115656.107500', '115656.567500', '115657.027500', '115657.487500', '115657.947500', '115658.407500', '115658.867500', '115659.327500', '115659.787500', '115700.247500', '115700.707500', '115701.167500', '115701.627500', '115702.087500', '115702.547500', '115703.007500', '115703.467500', '115703.927500', '115704.387500', '115704.847500', '115705.307500', '115705.767500', '115706.227500', '115706.687500', '115707.147500', '115707.607500', '115708.067500', '115708.527500', '115708.987500', '115709.447500', '115709.907500', '115710.367500', '115710.827500', '115711.287500', '115711.747500', '115712.207500', '115712.667500', '115713.127500', '115713.587500', '115714.047500', '115714.507500', '115714.967500', '115715.427500', '115715.887500', '115716.347500', '115716.807500', '115717.267500', '115717.727500', '115718.187500', '115718.647500', '115719.107500', '115719.567500', '115720.027500', '115720.487500', '115720.947500', '115721.407500', '115721.867500', '115722.327500', '115722.787500', '115723.247500', '115723.707500', '115724.167500', '115724.627500', '115725.087500', '115725.547500', '115726.007500', '115726.467500', '115726.927500', '115727.387500', '115727.847500', '115728.307500', '115728.767500', '115729.227500', '115729.687500', '115730.147500', '115730.607500', '115731.067500', '115731.527500', '115731.987500', '115732.447500', '115732.907500', '115733.367500', '115733.827500', '115734.287500', '115734.747500', '115735.207500', '115735.667500', '115736.127500', '115736.587500', '115737.047500', '115737.507500', '115737.967500', '115738.427500', '115738.887500', '115739.347500', '115739.807500', '115740.267500', '115740.727500', '115741.187500', '115741.647500', '115742.107500', '115742.567500', '115743.027500', '115743.487500', '115743.947500', '115744.407500', '115744.867500', '115745.327500', '115745.787500', '115746.247500', '115746.707500', '115747.167500', '115747.627500', '115748.087500', '115748.547500', '115749.007500', '115749.467500', '115749.927500', '115750.387500', '115750.847500', '115751.307500', '115751.767500', '115752.227500', '115752.687500', '115753.147500', '115753.607500', '115754.067500', '115754.527500', '115754.987500', '115755.447500', '115755.907500', '115756.367500', '115756.827500', '115757.287500', '115757.747500', '115758.207500', '115758.667500', '115759.127500', '115759.587500', '115800.047500', '115800.507500', '115800.967500', '115801.427500', '115801.887500', '115802.347500', '115802.807500', '115803.267500', '115803.727500', '115804.187500', '115804.647500', '115805.107500', '115805.567500', '115806.027500', '115806.487500', '115806.947500', '115807.407500', '115807.867500', '115808.327500', '115808.787500', '115809.247500', '115809.707500', '115810.167500', '115810.627500', '115811.087500', '115811.547500', '115812.007500', '115812.467500', '115812.927500', '115813.387500', '115813.847500', '115814.307500', '115814.767500', '115815.227500', '115815.687500', '115816.147500', '115816.607500', '115817.067500', '115817.527500', '115817.987500', '115818.447500', '115818.907500', '115819.367500', '115819.827500', '115820.287500', '115820.747500', '115821.207500', '115821.667500', '115822.127500', '115822.587500', '115823.047500', '115823.507500', '115823.967500', '115824.427500', '115824.887500', '115825.347500', '115825.807500', '115826.267500', '115826.727500', '115827.187500', '115827.647500', '115828.107500', '115828.567500', '115829.027500', '115829.487500', '115829.947500', '115830.407500', '115830.867500', '115831.327500', '115831.787500', '115832.247500', '115832.707500', '115833.167500', '115833.627500', '115834.087500', '115834.547500', '115835.007500', '115835.467500', '115835.927500', '115836.387500', '115836.847500', '115837.307500', '115837.767500', '115838.227500', '115838.687500', '115839.147500', '115839.607500', '115840.067500', '115840.527500', '115840.987500', '115841.447500', '115841.907500', '115842.367500', '115842.827500', '115843.287500', '115843.747500', '115844.207500', '115844.667500', '115845.127500', '115845.587500', '115846.047500', '115846.507500', '115846.967500', '115847.427500', '115847.887500', '115848.347500', '115848.807500', '115849.267500', '115849.727500', '115850.187500', '115850.647500', '115851.107500', '115851.567500', '115852.027500', '115852.487500', '115852.947500', '115853.407500', '115853.867500', '115854.327500', '115854.787500', '115855.247500', '115855.707500', '115856.167500', '115856.627500', '115857.087500', '115857.547500', '115858.007500', '115858.467500', '115858.927500', '115859.387500', '115859.847500', '115900.307500', '115900.767500', '115901.227500', '115901.687500', '115902.147500', '115902.607500', '115903.067500', '115903.527500', '115903.987500', '115904.447500', '115904.907500', '115905.367500', '115905.827500', '115906.287500', '115906.747500', '115907.207500', '115907.667500', '115908.127500', '115908.587500', '115909.047500', '115909.507500', '115909.967500', '115910.427500', '115910.887500', '115911.347500', '115911.807500', '115912.267500', '115912.727500', '115913.187500', '115913.647500', '115914.107500', '115914.567500', '115915.027500', '115915.487500', '115915.947500', '115916.407500', '115916.867500', '115917.327500', '115917.787500', '115918.247500', '115918.707500', '115919.167500', '115919.627500', '115920.087500', '115920.547500', '115921.007500', '115921.467500', '115921.927500', '115922.387500', '115922.847500', '115923.307500', '115923.767500', '115924.227500', '115924.687500', '115925.147500', '115925.607500', '115926.067500', '115926.527500', '115926.987500', '115927.447500', '115927.907500', '115928.367500', '115928.827500', '115929.287500', '115929.747500', '115930.207500', '115930.667500', '115931.127500', '115931.587500', '115932.047500', '115932.507500', '115932.967500', '115933.427500', '115933.887500', '115934.347500', '115934.807500', '115935.267500', '115935.727500', '115936.187500', '115936.647500', '115937.107500', '115937.567500', '115938.027500', '115938.487500', '115938.947500', '115939.407500', '115939.867500', '115940.327500', '115940.787500', '115941.247500', '115941.707500', '115942.167500', '115942.627500', '115943.087500', '115943.547500', '115944.007500', '115944.467500', '115944.927500', '115945.387500', '115945.847500', '115946.307500', '115946.767500', '115947.227500', '115947.687500', '115948.147500', '115948.607500', '115949.067500', '115949.527500', '115949.987500', '115950.447500', '115950.907500', '115951.367500', '115951.827500', '115952.287500', '115952.747500', '115953.207500', '115953.667500', '115954.127500', '115954.587500', '115955.047500', '115955.507500', '115955.967500', '115956.427500', '115956.887500', '115957.347500', '115957.807500', '115958.267500', '115958.727500', '115959.187500', '115959.647500', '120000.107500', '120000.567500', '120001.027500', '120001.487500', '120001.947500', '120002.407500', '120002.867500', '120003.327500', '120003.787500', '120004.247500', '120004.707500', '120005.167500', '120005.627500', '120006.087500', '120006.547500', '120007.007500', '120007.467500', '120007.927500', '120008.387500', '120008.847500', '120009.307500', '120009.767500', '120010.227500', '120010.687500', '120011.147500', '120011.607500', '120012.067500', '120012.527500', '120012.987500', '120013.447500', '120013.907500', '120014.367500', '120014.827500', '120015.287500', '120015.747500', '120016.207500', '120016.667500', '120017.127500', '120017.587500', '120018.047500', '120018.507500', '120018.967500', '120019.427500', '120019.887500', '120020.347500', '120020.807500', '120021.267500', '120021.727500', '120022.187500', '120022.647500', '120023.107500', '120023.567500', '120024.027500', '120024.487500', '120024.947500', '120025.407500', '120025.867500', '120026.327500', '120026.787500', '120027.247500', '120027.707500', '120028.167500', '120028.627500', '120029.087500', '120029.547500', '120030.007500', '120030.467500', '120030.927500', '120031.387500', '120031.847500', '120032.307500', '120032.767500', '120033.227500', '120033.687500', '120034.147500', '120034.607500', '120035.067500', '120035.527500', '120035.987500', '120036.447500', '120036.907500', '120037.367500', '120037.827500', '120038.287500', '120038.747500', '120039.207500', '120039.667500', '120040.127500', '120040.587500', '120041.047500', '120041.507500', '120041.967500', '120042.427500', '120042.887500', '120043.347500', '120043.807500', '120044.267500', '120044.727500', '120045.187500', '120045.647500', '120046.107500', '120046.567500', '120047.027500', '120047.487500', '120047.947500', '120048.407500', '120048.867500', '120049.327500', '120049.787500', '120050.247500', '120050.707500', '120051.167500', '120051.627500', '120052.087500', '120052.547500', '120053.007500', '120053.467500', '120053.927500', '120054.387500', '120054.847500', '120055.307500', '120055.767500', '120056.227500', '120056.687500', '120057.147500', '120057.607500', '120058.067500', '120058.527500', '120058.987500', '120059.447500', '120059.907500', '120100.367500', '120100.827500', '120101.287500', '120101.747500', '120102.207500', '120102.667500', '120103.127500', '120103.587500', '120104.047500', '120104.507500', '120104.967500', '120105.427500', '120105.887500', '120106.347500', '120106.807500', '120107.267500', '120107.727500', '120108.187500', '120108.647500', '120109.107500', '120109.567500', '120110.027500', '120110.487500', '120110.947500', '120111.407500', '120111.867500', '120112.327500', '120112.787500', '120113.247500', '120113.707500', '120114.167500', '120114.627500', '120115.087500', '120115.547500', '120116.007500', '120116.467500', '120116.927500', '120117.387500', '120117.847500', '120118.307500', '120118.767500', '120119.227500', '120119.687500', '120120.147500', '120120.607500', '120121.067500', '120121.527500', '120121.987500', '120122.447500', '120122.907500', '120123.367500', '120123.827500', '120124.287500', '120124.747500', '120125.207500', '120125.667500', '120126.127500', '120126.587500', '120127.047500', '120127.507500', '120127.967500', '120128.427500', '120128.887500', '120129.347500', '120129.807500', '120130.267500', '120130.727500', '120131.187500', '120131.647500', '120132.107500', '120132.567500', '120133.027500', '120133.487500', '120133.947500', '120134.407500', '120134.867500', '120135.327500', '120135.787500', '120136.247500', '120136.707500', '120137.167500', '120137.627500', '120138.087500', '120138.547500', '120139.007500', '120139.467500', '120139.927500', '120140.387500', '120140.847500', '120141.307500', '120141.767500', '120142.227500', '120142.687500', '120143.147500', '120143.607500', '120144.067500', '120144.527500', '120144.987500', '120145.447500', '120145.907500', '120146.367500', '120146.827500', '120147.287500', '120147.747500', '120148.207500', '120148.667500', '120149.127500', '120149.587500', '120150.047500', '120150.507500', '120150.967500', '120151.427500', '120151.887500', '120152.347500', '120152.807500', '120153.267500', '120153.727500', '120154.187500', '120154.647500', '120155.107500', '120155.567500', '120156.027500', '120156.487500', '120156.947500', '120157.407500', '120157.867500', '120158.327500', '120158.787500', '120159.247500', '120159.707500', '120200.167500', '120200.627500', '120201.087500', '120201.547500', '120202.007500', '120202.467500', '120202.927500', '120203.387500', '120203.847500', '120204.307500', '120204.767500', '120205.227500', '120205.687500', '120206.147500', '120206.607500', '120207.067500', '120207.527500', '120207.987500', '120208.447500', '120208.907500', '120209.367500', '120209.827500', '120210.287500', '120210.747500', '120211.207500', '120211.667500', '120212.127500', '120212.587500', '120213.047500', '120213.507500', '120213.967500', '120214.427500', '120214.887500', '120215.347500', '120215.807500', '120216.267500', '120216.727500', '120217.187500', '120217.647500', '120218.107500', '120218.567500', '120219.027500', '120219.487500', '120219.947500', '120220.407500', '120220.867500', '120221.327500', '120221.787500', '120222.247500', '120222.707500', '120223.167500', '120223.627500', '120224.087500', '120224.547500', '120225.007500', '120225.467500', '120225.927500', '120226.387500', '120226.847500', '120227.307500', '120227.767500', '120228.227500', '120228.687500', '120229.147500', '120229.607500', '120230.067500', '120230.527500', '120230.987500', '120231.447500', '120231.907500', '120232.367500', '120232.827500', '120233.287500', '120233.747500', '120234.207500', '120234.667500', '120235.127500', '120235.587500', '120236.047500', '120236.507500', '120236.967500', '120237.427500', '120237.887500', '120238.347500', '120238.807500', '120239.267500', '120239.727500', '120240.187500', '120240.647500', '120241.107500', '120241.567500', '120242.027500', '120242.487500', '120242.947500', '120243.407500', '120243.867500', '120244.327500', '120244.787500', '120245.247500', '120245.707500', '120246.167500', '120246.627500', '120247.087500', '120247.547500', '120248.007500', '120248.467500', '120248.927500', '120249.387500', '120249.847500', '120250.307500', '120250.767500', '120251.227500', '120251.687500', '120252.147500', '120252.607500', '120253.067500', '120253.527500', '120253.987500', '120254.447500', '120254.907500', '120255.367500', '120255.827500', '120256.287500', '120256.747500', '120257.207500', '120257.667500', '120258.127500', '120258.587500', '120259.047500', '120259.507500', '120259.967500', '120300.427500', '120300.887500', '120301.347500', '120301.807500', '120302.267500', '120302.727500', '120303.187500', '120303.647500', '120304.107500', '120304.567500', '120305.027500', '120305.487500', '120305.947500', '120306.407500', '120306.867500', '120307.327500', '120307.787500', '120308.247500', '120308.707500'], 'ContentTime': ['115310.889000', '115310.893000', '115310.896000', '115310.898000', '115310.901000', '115310.904000', '115310.907000', '115310.910000', '115310.913000', '115310.915000', '115310.918000', '115310.921000', '115310.924000', '115310.927000', '115310.929000', '115310.932000', '115310.935000', '115310.937000', '115310.943000', '115310.946000', '115310.949000', '115310.951000', '115310.954000', '115310.957000', '115310.959000', '115310.962000', '115310.964000', '115310.967000', '115310.970000', '115310.973000', '115310.975000', '115310.978000', '115330.868000', '115330.870000', '115330.873000', '115330.876000', '115330.879000', '115330.881000', '115330.884000', '115330.886000', '115330.889000', '115330.892000', '115330.894000', '115330.897000', '115330.900000', '115330.909000', '115330.911000', '115330.914000', '115330.917000', '115330.919000', '115330.922000', '115330.924000', '115330.927000', '115330.930000', '115330.933000', '115330.935000', '115330.938000', '115330.940000', '115330.943000', '115330.946000', '115330.948000', '115330.951000', '115330.954000', '115330.956000', '115330.959000', '115330.961000', '115330.964000', '115330.967000', '115330.969000', '115330.972000', '115330.975000', '115330.977000', '115330.980000', '115330.983000', '115330.985000', '115330.988000', '115350.866000', '115350.869000', '115350.872000', '115350.875000', '115350.877000', '115350.880000', '115350.882000', '115350.885000', '115350.888000', '115350.890000', '115350.893000', '115350.896000', '115350.898000', '115350.901000', '115350.904000', '115350.906000', '115350.909000', '115350.912000', '115350.914000', '115350.917000', '115350.920000', '115350.922000', '115350.925000', '115350.927000', '115350.930000', '115350.933000', '115350.935000', '115350.938000', '115350.940000', '115350.943000', '115350.946000', '115350.948000', '115350.951000', '115350.953000', '115350.956000', '115350.958000', '115350.961000', '115350.964000', '115350.972000', '115350.975000', '115350.978000', '115350.980000', '115350.983000', '115350.985000', '115410.866000', '115410.869000', '115410.872000', '115410.875000', '115410.877000', '115410.880000', '115410.882000', '115410.885000', '115410.888000', '115410.890000', '115410.893000', '115410.896000', '115410.898000', '115410.901000', '115410.904000', '115410.906000', '115410.909000', '115410.911000', '115410.922000', '115410.925000', '115410.928000', '115410.930000', '115410.933000', '115410.936000', '115410.938000', '115410.941000', '115410.943000', '115410.946000', '115410.949000', '115410.951000', '115410.954000', '115410.957000', '115410.959000', '115410.962000', '115410.964000', '115410.967000', '115410.970000', '115410.972000', '115410.983000', '115410.986000', '115410.989000', '115410.991000', '115410.994000', '115430.866000', '115430.869000', '115430.872000', '115430.875000', '115430.877000', '115430.880000', '115430.894000', '115430.897000', '115430.899000', '115430.902000', '115430.904000', '115430.907000', '115430.910000', '115430.912000', '115430.915000', '115430.918000', '115430.920000', '115430.923000', '115430.925000', '115430.928000', '115430.931000', '115430.933000', '115430.936000', '115430.939000', '115430.941000', '115430.944000', '115430.946000', '115430.949000', '115430.952000', '115430.954000', '115430.957000', '115430.959000', '115430.962000', '115430.965000', '115430.967000', '115430.970000', '115430.973000', '115430.975000', '115430.978000', '115430.980000', '115430.983000', '115430.986000', '115430.988000', '115430.991000', '115450.867000', '115450.869000', '115450.872000', '115450.875000', '115450.877000', '115450.880000', '115450.883000', '115450.885000', '115450.888000', '115450.891000', '115450.893000', '115450.896000', '115450.898000', '115450.901000', '115450.904000', '115450.906000', '115450.909000', '115450.912000', '115450.914000', '115450.917000', '115450.920000', '115450.922000', '115450.925000', '115450.927000', '115450.930000', '115450.933000', '115450.935000', '115450.938000', '115450.941000', '115450.943000', '115450.946000', '115450.949000', '115450.951000', '115450.954000', '115450.956000', '115450.959000', '115450.962000', '115450.964000', '115450.967000', '115450.970000', '115450.972000', '115450.975000', '115450.978000', '115510.867000', '115510.870000', '115510.872000', '115510.875000', '115510.879000', '115510.881000', '115510.884000', '115510.887000', '115510.889000', '115510.892000', '115510.895000', '115510.898000', '115510.900000', '115510.903000', '115510.905000', '115510.908000', '115510.911000', '115510.913000', '115510.916000', '115510.919000', '115510.921000', '115510.924000', '115510.927000', '115510.929000', '115510.932000', '115510.934000', '115510.937000', '115510.940000', '115510.942000', '115510.945000', '115510.948000', '115510.950000', '115510.953000', '115510.955000', '115510.958000', '115510.961000', '115510.963000', '115510.966000', '115510.969000', '115510.971000', '115510.974000', '115510.976000', '115510.979000', '115530.867000', '115530.870000', '115530.872000', '115530.875000', '115530.878000', '115530.881000', '115530.883000', '115530.886000', '115530.888000', '115530.891000', '115530.894000', '115530.896000', '115530.899000', '115530.902000', '115530.904000', '115530.907000', '115530.910000', '115530.912000', '115530.915000', '115530.918000', '115530.920000', '115530.923000', '115530.926000', '115530.928000', '115530.931000', '115530.934000', '115530.936000', '115530.939000', '115530.941000', '115530.944000', '115530.947000', '115530.949000', '115530.952000', '115530.954000', '115530.957000', '115530.960000', '115530.962000', '115530.965000', '115530.968000', '115530.970000', '115530.973000', '115530.976000', '115530.978000', '115530.981000', '115550.867000', '115550.871000', '115550.873000', '115550.876000', '115550.879000', '115550.881000', '115550.884000', '115550.887000', '115550.889000', '115550.892000', '115550.895000', '115550.897000', '115550.900000', '115550.903000', '115550.905000', '115550.908000', '115550.910000', '115550.913000', '115550.916000', '115550.918000', '115550.921000', '115550.924000', '115550.926000', '115550.929000', '115550.931000', '115550.934000', '115550.937000', '115550.939000', '115550.942000', '115550.945000', '115550.947000', '115550.950000', '115550.952000', '115550.955000', '115550.958000', '115550.960000', '115550.963000', '115550.966000', '115550.968000', '115550.971000', '115550.973000', '115550.976000', '115550.979000', '115550.982000', '115610.882000', '115610.897000', '115610.900000', '115610.902000', '115610.905000', '115610.908000', '115610.910000', '115610.913000', '115610.915000', '115610.918000', '115610.921000', '115610.923000', '115610.926000', '115610.928000', '115610.931000', '115610.934000', '115610.936000', '115610.939000', '115610.942000', '115610.944000', '115610.947000', '115610.949000', '115610.952000', '115610.955000', '115610.957000', '115610.960000', '115610.962000', '115610.965000', '115610.968000', '115610.970000', '115610.973000', '115610.976000', '115610.978000', '115610.981000', '115610.983000', '115610.986000', '115610.989000', '115610.991000', '115610.994000', '115610.996000', '115610.999000', '115611.002000', '115611.004000', '115630.866000', '115630.881000', '115630.883000', '115630.886000', '115630.889000', '115630.891000', '115630.894000', '115630.896000', '115630.899000', '115630.902000', '115630.904000', '115630.907000', '115630.909000', '115630.912000', '115630.915000', '115630.919000', '115630.922000', '115630.925000', '115630.927000', '115630.930000', '115630.933000', '115630.935000', '115630.938000', '115630.941000', '115630.943000', '115630.946000', '115630.949000', '115630.951000', '115630.954000', '115630.957000', '115630.959000', '115630.962000', '115630.965000', '115630.967000', '115630.970000', '115630.973000', '115630.975000', '115630.978000', '115630.981000', '115630.983000', '115630.986000', '115630.989000', '115630.991000', '115650.866000', '115650.869000', '115650.872000', '115650.875000', '115650.878000', '115650.880000', '115650.883000', '115650.886000', '115650.888000', '115650.891000', '115650.893000', '115650.896000', '115650.899000', '115650.901000', '115650.904000', '115650.907000', '115650.909000', '115650.912000', '115650.914000', '115650.917000', '115650.920000', '115650.922000', '115650.925000', '115650.928000', '115650.930000', '115650.933000', '115650.936000', '115650.938000', '115650.941000', '115650.944000', '115650.946000', '115650.949000', '115650.952000', '115650.954000', '115650.957000', '115650.959000', '115650.962000', '115650.965000', '115650.967000', '115650.970000', '115650.973000', '115650.975000', '115650.978000', '115650.981000', '115710.866000', '115710.869000', '115710.872000', '115710.875000', '115710.877000', '115710.880000', '115710.883000', '115710.885000', '115710.888000', '115710.890000', '115710.893000', '115710.896000', '115710.898000', '115710.901000', '115710.904000', '115710.906000', '115710.909000', '115710.912000', '115710.915000', '115710.917000', '115710.920000', '115710.923000', '115710.925000', '115710.928000', '115710.931000', '115710.933000', '115710.936000', '115710.939000', '115710.941000', '115710.944000', '115710.947000', '115710.949000', '115710.952000', '115710.955000', '115710.957000', '115710.960000', '115710.962000', '115710.965000', '115710.968000', '115710.970000', '115710.973000', '115710.976000', '115710.978000', '115730.867000', '115731.033000', '115731.035000', '115731.038000', '115731.040000', '115731.043000', '115731.046000', '115731.049000', '115731.051000', '115731.054000', '115731.056000', '115731.059000', '115731.062000', '115731.079000', '115731.082000', '115731.085000', '115731.087000', '115731.090000', '115731.092000', '115731.095000', '115731.098000', '115731.100000', '115731.103000', '115731.106000', '115731.108000', '115731.111000', '115731.113000', '115731.116000', '115731.119000', '115731.121000', '115731.124000', '115731.127000', '115731.129000', '115731.132000', '115731.136000', '115731.138000', '115731.141000', '115731.145000', '115731.147000', '115731.150000', '115731.153000', '115731.155000', '115731.158000', '115731.161000', '115750.867000', '115750.869000', '115750.872000', '115750.875000', '115750.877000', '115750.880000', '115750.883000', '115750.885000', '115750.888000', '115750.891000', '115750.893000', '115750.896000', '115750.899000', '115750.901000', '115750.904000', '115750.907000', '115750.909000', '115750.912000', '115750.914000', '115750.917000', '115750.920000', '115750.922000', '115750.925000', '115750.928000', '115750.931000', '115750.933000', '115750.936000', '115750.939000', '115750.941000', '115750.944000', '115750.947000', '115750.949000', '115750.952000', '115750.955000', '115750.958000', '115750.961000', '115750.964000', '115750.966000', '115750.969000', '115750.972000', '115750.974000', '115750.977000', '115750.980000', '115810.867000', '115810.887000', '115810.890000', '115810.893000', '115810.895000', '115810.898000', '115810.900000', '115810.903000', '115810.906000', '115810.908000', '115810.911000', '115810.914000', '115810.916000', '115810.919000', '115810.922000', '115810.925000', '115810.928000', '115810.931000', '115810.933000', '115810.936000', '115810.938000', '115810.941000', '115810.944000', '115810.946000', '115810.949000', '115810.952000', '115810.954000', '115810.957000', '115810.960000', '115810.962000', '115810.965000', '115810.968000', '115810.970000', '115810.973000', '115810.976000', '115810.978000', '115810.981000', '115810.984000', '115810.986000', '115810.989000', '115810.992000', '115810.994000', '115810.997000', '115811.000000', '115830.866000', '115830.869000', '115830.872000', '115830.875000', '115830.877000', '115830.880000', '115830.883000', '115830.885000', '115830.888000', '115830.891000', '115830.893000', '115830.896000', '115830.899000', '115830.901000', '115830.904000', '115830.907000', '115830.909000', '115830.912000', '115830.915000', '115830.917000', '115830.920000', '115830.923000', '115830.925000', '115830.928000', '115830.931000', '115830.933000', '115830.936000', '115830.939000', '115830.941000', '115830.944000', '115830.946000', '115830.949000', '115830.952000', '115830.954000', '115830.957000', '115830.960000', '115830.962000', '115830.965000', '115830.968000', '115830.970000', '115830.973000', '115830.976000', '115830.978000', '115850.867000', '115850.874000', '115850.877000', '115850.880000', '115850.882000', '115850.885000', '115850.888000', '115850.890000', '115850.893000', '115850.896000', '115850.898000', '115850.901000', '115850.912000', '115850.915000', '115850.917000', '115850.920000', '115850.923000', '115850.926000', '115850.928000', '115850.931000', '115850.933000', '115850.936000', '115850.939000', '115850.950000', '115850.953000', '115850.956000', '115850.958000', '115850.961000', '115850.964000', '115850.966000', '115850.969000', '115850.972000', '115850.974000', '115850.977000', '115850.980000', '115850.982000', '115850.987000', '115850.989000', '115850.992000', '115850.995000', '115850.997000', '115851.001000', '115851.004000', '115851.006000', '115910.867000', '115910.870000', '115910.872000', '115910.875000', '115910.878000', '115910.880000', '115910.883000', '115910.886000', '115910.888000', '115910.891000', '115910.894000', '115910.896000', '115910.899000', '115910.902000', '115910.905000', '115910.907000', '115910.910000', '115910.912000', '115910.915000', '115910.918000', '115910.920000', '115910.923000', '115910.926000', '115910.928000', '115910.931000', '115910.934000', '115910.936000', '115910.939000', '115910.942000', '115910.944000', '115910.947000', '115910.950000', '115910.952000', '115910.955000', '115910.957000', '115910.960000', '115910.963000', '115910.965000', '115910.968000', '115910.971000', '115910.973000', '115910.976000', '115910.979000', '115930.867000', '115930.869000', '115930.872000', '115930.875000', '115930.877000', '115930.880000', '115930.883000', '115930.885000', '115930.888000', '115930.891000', '115930.893000', '115930.896000', '115930.899000', '115930.901000', '115930.904000', '115930.907000', '115930.909000', '115930.912000', '115930.914000', '115930.917000', '115930.920000', '115930.922000', '115930.925000', '115930.928000', '115930.930000', '115930.933000', '115930.935000', '115930.938000', '115930.941000', '115930.943000', '115930.946000', '115930.949000', '115930.951000', '115930.954000', '115930.956000', '115930.960000', '115930.962000', '115930.965000', '115930.968000', '115930.970000', '115930.973000', '115930.976000', '115930.978000', '115930.981000', '115950.867000', '115950.870000', '115950.872000', '115950.875000', '115950.877000', '115950.880000', '115950.883000', '115950.885000', '115950.888000', '115950.891000', '115950.893000', '115950.896000', '115950.899000', '115950.901000', '115950.904000', '115950.907000', '115950.909000', '115950.912000', '115950.915000', '115950.917000', '115950.920000', '115950.923000', '115950.925000', '115950.928000', '115950.930000', '115950.933000', '115950.936000', '115950.938000', '115950.941000', '115950.944000', '115950.946000', '115950.949000', '115950.951000', '115950.954000', '115950.957000', '115950.959000', '115950.962000', '115950.965000', '115950.967000', '115950.970000', '115950.973000', '115950.975000', '115950.978000', '120010.867000', '120010.888000', '120010.891000', '120010.894000', '120010.896000', '120010.899000', '120010.901000', '120010.904000', '120010.907000', '120010.909000', '120010.912000', '120010.914000', '120010.917000', '120010.920000', '120010.922000', '120010.925000', '120010.927000', '120010.930000', '120010.933000', '120010.935000', '120010.938000', '120010.941000', '120010.943000', '120010.946000', '120010.949000', '120010.951000', '120010.954000', '120010.957000', '120010.959000', '120010.962000', '120010.965000', '120010.967000', '120010.970000', '120010.972000', '120010.975000', '120010.978000', '120010.981000', '120010.983000', '120010.986000', '120010.989000', '120010.991000', '120010.994000', '120010.997000', '120011.000000', '120030.868000', '120030.871000', '120030.873000', '120030.876000', '120030.915000', '120030.918000', '120030.920000', '120030.923000', '120030.926000', '120030.928000', '120030.931000', '120030.933000', '120030.936000', '120030.939000', '120030.941000', '120030.944000', '120030.947000', '120030.949000', '120030.952000', '120030.954000', '120030.957000', '120030.960000', '120030.962000', '120030.965000', '120030.968000', '120030.970000', '120030.973000', '120030.975000', '120030.978000', '120030.981000', '120030.983000', '120030.986000', '120030.989000', '120030.992000', '120030.994000', '120030.997000', '120031.000000', '120031.002000', '120031.005000', '120031.007000', '120031.010000', '120031.013000', '120031.015000', '120050.867000', '120050.918000', '120050.921000', '120050.924000', '120050.926000', '120050.929000', '120050.932000', '120050.934000', '120050.937000', '120050.940000', '120050.942000', '120050.945000', '120050.948000', '120050.950000', '120050.953000', '120050.955000', '120050.958000', '120050.961000', '120050.963000', '120050.966000', '120050.969000', '120050.971000', '120050.974000', '120050.977000', '120050.979000', '120050.982000', '120050.985000', '120050.987000', '120050.990000', '120050.993000', '120050.995000', '120050.998000', '120051.001000', '120051.005000', '120051.007000', '120051.010000', '120051.013000', '120051.015000', '120051.018000', '120051.021000', '120051.023000', '120051.026000', '120051.029000', '120110.867000', '120110.869000', '120110.872000', '120110.875000', '120110.877000', '120110.880000', '120110.883000', '120110.885000', '120110.888000', '120110.891000', '120110.894000', '120110.896000', '120110.899000', '120110.902000', '120110.904000', '120110.907000', '120110.910000', '120110.912000', '120110.915000', '120110.917000', '120110.920000', '120110.923000', '120110.925000', '120110.928000', '120110.931000', '120110.933000', '120110.936000', '120110.939000', '120110.941000', '120110.944000', '120110.946000', '120110.949000', '120110.952000', '120110.954000', '120110.957000', '120110.960000', '120110.962000', '120110.965000', '120110.968000', '120110.970000', '120110.973000', '120110.976000', '120110.978000', '120110.981000', '120130.867000', '120130.878000', '120130.881000', '120130.884000', '120130.887000', '120130.890000', '120130.892000', '120130.895000', '120130.898000', '120130.900000', '120130.903000', '120130.905000', '120130.908000', '120130.911000', '120130.913000', '120130.916000', '120130.919000', '120130.921000', '120130.924000', '120130.927000', '120130.929000', '120130.932000', '120130.935000', '120130.937000', '120130.940000', '120130.943000', '120130.945000', '120130.948000', '120130.951000', '120130.953000', '120130.956000', '120130.959000', '120130.962000', '120130.964000', '120130.967000', '120130.969000', '120130.972000', '120130.975000', '120130.977000', '120130.980000', '120130.983000', '120130.985000', '120130.988000', '120150.867000', '120150.870000', '120150.879000', '120150.882000', '120150.884000', '120150.887000', '120150.889000', '120150.892000', '120150.895000', '120150.897000', '120150.900000', '120150.903000', '120150.906000', '120150.908000', '120150.911000', '120150.914000', '120150.916000', '120150.919000', '120150.922000', '120150.924000', '120150.927000', '120150.930000', '120150.932000', '120150.935000', '120150.938000', '120150.940000', '120150.943000', '120150.946000', '120150.948000', '120150.951000', '120150.954000', '120150.956000', '120150.959000', '120150.962000', '120150.964000', '120150.967000', '120150.970000', '120150.972000', '120150.975000', '120150.978000', '120150.980000', '120150.983000', '120150.985000', '120150.988000', '120210.867000', '120210.941000', '120210.944000', '120210.947000', '120210.949000', '120210.952000', '120210.955000', '120210.957000', '120210.960000', '120210.963000', '120210.965000', '120210.968000', '120210.971000', '120210.973000', '120210.976000', '120210.979000', '120210.982000', '120210.984000', '120210.987000', '120210.990000', '120210.992000', '120210.995000', '120210.997000', '120211.001000', '120211.004000', '120211.006000', '120211.009000', '120211.012000', '120211.015000', '120211.017000', '120211.020000', '120211.023000', '120211.026000', '120211.028000', '120211.031000', '120211.034000', '120211.036000', '120211.039000', '120211.042000', '120211.044000', '120211.047000', '120211.050000', '120211.052000', '120230.867000', '120230.870000', '120230.872000', '120230.875000', '120230.878000', '120230.880000', '120230.883000', '120230.886000', '120230.888000', '120230.891000', '120230.894000', '120230.896000', '120230.899000', '120230.902000', '120230.904000', '120230.907000', '120230.910000', '120230.912000', '120230.915000', '120230.918000', '120230.920000', '120230.923000', '120230.926000', '120230.928000', '120230.931000', '120230.933000', '120230.936000', '120230.939000', '120230.942000', '120230.944000', '120230.947000', '120230.950000', '120230.952000', '120230.955000', '120230.958000', '120230.960000', '120230.963000', '120230.965000', '120230.968000', '120230.971000', '120230.973000', '120230.976000', '120230.979000', '120230.981000', '120250.868000', '120250.873000', '120250.877000', '120250.880000', '120250.883000', '120250.885000', '120250.888000', '120250.891000', '120250.894000', '120250.896000', '120250.899000', '120250.902000', '120250.904000', '120250.907000', '120250.910000', '120250.912000', '120250.915000', '120250.917000', '120250.920000', '120250.923000', '120250.925000', '120250.928000', '120250.931000', '120250.933000', '120250.936000', '120250.939000', '120250.941000', '120250.944000', '120250.947000', '120250.949000', '120250.952000', '120250.955000', '120250.957000', '120250.960000', '120250.963000', '120250.965000', '120250.968000', '120250.970000', '120250.973000', '120250.976000', '120250.978000', '120250.990000', '120250.993000', '120309.708000', '120309.711000', '120309.714000', '120309.716000', '120309.719000', '120309.722000', '120309.725000', '120309.728000', '120309.731000', '120309.734000', '120309.737000', '120309.740000', '120309.742000', '120309.745000', '120309.748000', '120309.751000', '120309.754000', '120309.757000', '120309.760000', '120309.764000', '120309.768000', '120309.772000', '120309.776000', '120309.782000', '120309.787000', '120309.791000', '120309.794000', '120309.798000', '120309.803000', '120309.807000', '120309.810000', '120309.813000', '120309.816000', '120309.820000', '120309.828000', '120309.831000', '120309.833000', '120309.838000', '120309.841000', '120309.843000', '120309.846000', '120309.849000'], 'InstanceCreationTime': ['115310.889000', '115310.893000', '115310.896000', '115310.898000', '115310.901000', '115310.904000', '115310.907000', '115310.910000', '115310.913000', '115310.915000', '115310.918000', '115310.921000', '115310.924000', '115310.927000', '115310.929000', '115310.932000', '115310.935000', '115310.937000', '115310.943000', '115310.946000', '115310.949000', '115310.951000', '115310.954000', '115310.957000', '115310.959000', '115310.962000', '115310.964000', '115310.967000', '115310.970000', '115310.973000', '115310.975000', '115310.978000', '115330.868000', '115330.870000', '115330.873000', '115330.876000', '115330.879000', '115330.881000', '115330.884000', '115330.886000', '115330.889000', '115330.892000', '115330.894000', '115330.897000', '115330.900000', '115330.909000', '115330.911000', '115330.914000', '115330.917000', '115330.919000', '115330.922000', '115330.924000', '115330.927000', '115330.930000', '115330.933000', '115330.935000', '115330.938000', '115330.940000', '115330.943000', '115330.946000', '115330.948000', '115330.951000', '115330.954000', '115330.956000', '115330.959000', '115330.961000', '115330.964000', '115330.967000', '115330.969000', '115330.972000', '115330.975000', '115330.977000', '115330.980000', '115330.983000', '115330.985000', '115330.988000', '115350.866000', '115350.869000', '115350.872000', '115350.875000', '115350.877000', '115350.880000', '115350.882000', '115350.885000', '115350.888000', '115350.890000', '115350.893000', '115350.896000', '115350.898000', '115350.901000', '115350.904000', '115350.906000', '115350.909000', '115350.912000', '115350.914000', '115350.917000', '115350.920000', '115350.922000', '115350.925000', '115350.927000', '115350.930000', '115350.933000', '115350.935000', '115350.938000', '115350.940000', '115350.943000', '115350.946000', '115350.948000', '115350.951000', '115350.953000', '115350.956000', '115350.958000', '115350.961000', '115350.964000', '115350.972000', '115350.975000', '115350.978000', '115350.980000', '115350.983000', '115350.985000', '115410.866000', '115410.869000', '115410.872000', '115410.875000', '115410.877000', '115410.880000', '115410.882000', '115410.885000', '115410.888000', '115410.890000', '115410.893000', '115410.896000', '115410.898000', '115410.901000', '115410.904000', '115410.906000', '115410.909000', '115410.911000', '115410.922000', '115410.925000', '115410.928000', '115410.930000', '115410.933000', '115410.936000', '115410.938000', '115410.941000', '115410.943000', '115410.946000', '115410.949000', '115410.951000', '115410.954000', '115410.957000', '115410.959000', '115410.962000', '115410.964000', '115410.967000', '115410.970000', '115410.972000', '115410.983000', '115410.986000', '115410.989000', '115410.991000', '115410.994000', '115430.866000', '115430.869000', '115430.872000', '115430.875000', '115430.877000', '115430.880000', '115430.894000', '115430.897000', '115430.899000', '115430.902000', '115430.904000', '115430.907000', '115430.910000', '115430.912000', '115430.915000', '115430.918000', '115430.920000', '115430.923000', '115430.925000', '115430.928000', '115430.931000', '115430.933000', '115430.936000', '115430.939000', '115430.941000', '115430.944000', '115430.946000', '115430.949000', '115430.952000', '115430.954000', '115430.957000', '115430.959000', '115430.962000', '115430.965000', '115430.967000', '115430.970000', '115430.973000', '115430.975000', '115430.978000', '115430.980000', '115430.983000', '115430.986000', '115430.988000', '115430.991000', '115450.867000', '115450.869000', '115450.872000', '115450.875000', '115450.877000', '115450.880000', '115450.883000', '115450.885000', '115450.888000', '115450.891000', '115450.893000', '115450.896000', '115450.898000', '115450.901000', '115450.904000', '115450.906000', '115450.909000', '115450.912000', '115450.914000', '115450.917000', '115450.920000', '115450.922000', '115450.925000', '115450.927000', '115450.930000', '115450.933000', '115450.935000', '115450.938000', '115450.941000', '115450.943000', '115450.946000', '115450.949000', '115450.951000', '115450.954000', '115450.956000', '115450.959000', '115450.962000', '115450.964000', '115450.967000', '115450.970000', '115450.972000', '115450.975000', '115450.978000', '115510.867000', '115510.870000', '115510.872000', '115510.875000', '115510.879000', '115510.881000', '115510.884000', '115510.887000', '115510.889000', '115510.892000', '115510.895000', '115510.898000', '115510.900000', '115510.903000', '115510.905000', '115510.908000', '115510.911000', '115510.913000', '115510.916000', '115510.919000', '115510.921000', '115510.924000', '115510.927000', '115510.929000', '115510.932000', '115510.934000', '115510.937000', '115510.940000', '115510.942000', '115510.945000', '115510.948000', '115510.950000', '115510.953000', '115510.955000', '115510.958000', '115510.961000', '115510.963000', '115510.966000', '115510.969000', '115510.971000', '115510.974000', '115510.976000', '115510.979000', '115530.867000', '115530.870000', '115530.872000', '115530.875000', '115530.878000', '115530.881000', '115530.883000', '115530.886000', '115530.888000', '115530.891000', '115530.894000', '115530.896000', '115530.899000', '115530.902000', '115530.904000', '115530.907000', '115530.910000', '115530.912000', '115530.915000', '115530.918000', '115530.920000', '115530.923000', '115530.926000', '115530.928000', '115530.931000', '115530.934000', '115530.936000', '115530.939000', '115530.941000', '115530.944000', '115530.947000', '115530.949000', '115530.952000', '115530.954000', '115530.957000', '115530.960000', '115530.962000', '115530.965000', '115530.968000', '115530.970000', '115530.973000', '115530.976000', '115530.978000', '115530.981000', '115550.867000', '115550.871000', '115550.873000', '115550.876000', '115550.879000', '115550.881000', '115550.884000', '115550.887000', '115550.889000', '115550.892000', '115550.895000', '115550.897000', '115550.900000', '115550.903000', '115550.905000', '115550.908000', '115550.910000', '115550.913000', '115550.916000', '115550.918000', '115550.921000', '115550.924000', '115550.926000', '115550.929000', '115550.931000', '115550.934000', '115550.937000', '115550.939000', '115550.942000', '115550.945000', '115550.947000', '115550.950000', '115550.952000', '115550.955000', '115550.958000', '115550.960000', '115550.963000', '115550.966000', '115550.968000', '115550.971000', '115550.973000', '115550.976000', '115550.979000', '115550.982000', '115610.882000', '115610.897000', '115610.900000', '115610.902000', '115610.905000', '115610.908000', '115610.910000', '115610.913000', '115610.915000', '115610.918000', '115610.921000', '115610.923000', '115610.926000', '115610.928000', '115610.931000', '115610.934000', '115610.936000', '115610.939000', '115610.942000', '115610.944000', '115610.947000', '115610.949000', '115610.952000', '115610.955000', '115610.957000', '115610.960000', '115610.962000', '115610.965000', '115610.968000', '115610.970000', '115610.973000', '115610.976000', '115610.978000', '115610.981000', '115610.983000', '115610.986000', '115610.989000', '115610.991000', '115610.994000', '115610.996000', '115610.999000', '115611.002000', '115611.004000', '115630.866000', '115630.881000', '115630.883000', '115630.886000', '115630.889000', '115630.891000', '115630.894000', '115630.896000', '115630.899000', '115630.902000', '115630.904000', '115630.907000', '115630.909000', '115630.912000', '115630.915000', '115630.919000', '115630.922000', '115630.925000', '115630.927000', '115630.930000', '115630.933000', '115630.935000', '115630.938000', '115630.941000', '115630.943000', '115630.946000', '115630.949000', '115630.951000', '115630.954000', '115630.957000', '115630.959000', '115630.962000', '115630.965000', '115630.967000', '115630.970000', '115630.973000', '115630.975000', '115630.978000', '115630.981000', '115630.983000', '115630.986000', '115630.989000', '115630.991000', '115650.866000', '115650.869000', '115650.872000', '115650.875000', '115650.878000', '115650.880000', '115650.883000', '115650.886000', '115650.888000', '115650.891000', '115650.893000', '115650.896000', '115650.899000', '115650.901000', '115650.904000', '115650.907000', '115650.909000', '115650.912000', '115650.914000', '115650.917000', '115650.920000', '115650.922000', '115650.925000', '115650.928000', '115650.930000', '115650.933000', '115650.936000', '115650.938000', '115650.941000', '115650.944000', '115650.946000', '115650.949000', '115650.952000', '115650.954000', '115650.957000', '115650.959000', '115650.962000', '115650.965000', '115650.967000', '115650.970000', '115650.973000', '115650.975000', '115650.978000', '115650.981000', '115710.866000', '115710.869000', '115710.872000', '115710.875000', '115710.877000', '115710.880000', '115710.883000', '115710.885000', '115710.888000', '115710.890000', '115710.893000', '115710.896000', '115710.898000', '115710.901000', '115710.904000', '115710.906000', '115710.909000', '115710.912000', '115710.915000', '115710.917000', '115710.920000', '115710.923000', '115710.925000', '115710.928000', '115710.931000', '115710.933000', '115710.936000', '115710.939000', '115710.941000', '115710.944000', '115710.947000', '115710.949000', '115710.952000', '115710.955000', '115710.957000', '115710.960000', '115710.962000', '115710.965000', '115710.968000', '115710.970000', '115710.973000', '115710.976000', '115710.978000', '115730.867000', '115731.033000', '115731.035000', '115731.038000', '115731.040000', '115731.043000', '115731.046000', '115731.049000', '115731.051000', '115731.054000', '115731.056000', '115731.059000', '115731.062000', '115731.079000', '115731.082000', '115731.085000', '115731.087000', '115731.090000', '115731.092000', '115731.095000', '115731.098000', '115731.100000', '115731.103000', '115731.106000', '115731.108000', '115731.111000', '115731.113000', '115731.116000', '115731.119000', '115731.121000', '115731.124000', '115731.127000', '115731.129000', '115731.132000', '115731.136000', '115731.138000', '115731.141000', '115731.145000', '115731.147000', '115731.150000', '115731.153000', '115731.155000', '115731.158000', '115731.161000', '115750.867000', '115750.869000', '115750.872000', '115750.875000', '115750.877000', '115750.880000', '115750.883000', '115750.885000', '115750.888000', '115750.891000', '115750.893000', '115750.896000', '115750.899000', '115750.901000', '115750.904000', '115750.907000', '115750.909000', '115750.912000', '115750.914000', '115750.917000', '115750.920000', '115750.922000', '115750.925000', '115750.928000', '115750.931000', '115750.933000', '115750.936000', '115750.939000', '115750.941000', '115750.944000', '115750.947000', '115750.949000', '115750.952000', '115750.955000', '115750.958000', '115750.961000', '115750.964000', '115750.966000', '115750.969000', '115750.972000', '115750.974000', '115750.977000', '115750.980000', '115810.867000', '115810.887000', '115810.890000', '115810.893000', '115810.895000', '115810.898000', '115810.900000', '115810.903000', '115810.906000', '115810.908000', '115810.911000', '115810.914000', '115810.916000', '115810.919000', '115810.922000', '115810.925000', '115810.928000', '115810.931000', '115810.933000', '115810.936000', '115810.938000', '115810.941000', '115810.944000', '115810.946000', '115810.949000', '115810.952000', '115810.954000', '115810.957000', '115810.960000', '115810.962000', '115810.965000', '115810.968000', '115810.970000', '115810.973000', '115810.976000', '115810.978000', '115810.981000', '115810.984000', '115810.986000', '115810.989000', '115810.992000', '115810.994000', '115810.997000', '115811.000000', '115830.866000', '115830.869000', '115830.872000', '115830.875000', '115830.877000', '115830.880000', '115830.883000', '115830.885000', '115830.888000', '115830.891000', '115830.893000', '115830.896000', '115830.899000', '115830.901000', '115830.904000', '115830.907000', '115830.909000', '115830.912000', '115830.915000', '115830.917000', '115830.920000', '115830.923000', '115830.925000', '115830.928000', '115830.931000', '115830.933000', '115830.936000', '115830.939000', '115830.941000', '115830.944000', '115830.946000', '115830.949000', '115830.952000', '115830.954000', '115830.957000', '115830.960000', '115830.962000', '115830.965000', '115830.968000', '115830.970000', '115830.973000', '115830.976000', '115830.978000', '115850.867000', '115850.874000', '115850.877000', '115850.880000', '115850.882000', '115850.885000', '115850.888000', '115850.890000', '115850.893000', '115850.896000', '115850.898000', '115850.901000', '115850.912000', '115850.915000', '115850.917000', '115850.920000', '115850.923000', '115850.926000', '115850.928000', '115850.931000', '115850.933000', '115850.936000', '115850.939000', '115850.950000', '115850.953000', '115850.956000', '115850.958000', '115850.961000', '115850.964000', '115850.966000', '115850.969000', '115850.972000', '115850.974000', '115850.977000', '115850.980000', '115850.982000', '115850.987000', '115850.989000', '115850.992000', '115850.995000', '115850.997000', '115851.001000', '115851.004000', '115851.006000', '115910.867000', '115910.870000', '115910.872000', '115910.875000', '115910.878000', '115910.880000', '115910.883000', '115910.886000', '115910.888000', '115910.891000', '115910.894000', '115910.896000', '115910.899000', '115910.902000', '115910.905000', '115910.907000', '115910.910000', '115910.912000', '115910.915000', '115910.918000', '115910.920000', '115910.923000', '115910.926000', '115910.928000', '115910.931000', '115910.934000', '115910.936000', '115910.939000', '115910.942000', '115910.944000', '115910.947000', '115910.950000', '115910.952000', '115910.955000', '115910.957000', '115910.960000', '115910.963000', '115910.965000', '115910.968000', '115910.971000', '115910.973000', '115910.976000', '115910.979000', '115930.867000', '115930.869000', '115930.872000', '115930.875000', '115930.877000', '115930.880000', '115930.883000', '115930.885000', '115930.888000', '115930.891000', '115930.893000', '115930.896000', '115930.899000', '115930.901000', '115930.904000', '115930.907000', '115930.909000', '115930.912000', '115930.914000', '115930.917000', '115930.920000', '115930.922000', '115930.925000', '115930.928000', '115930.930000', '115930.933000', '115930.935000', '115930.938000', '115930.941000', '115930.943000', '115930.946000', '115930.949000', '115930.951000', '115930.954000', '115930.956000', '115930.960000', '115930.962000', '115930.965000', '115930.968000', '115930.970000', '115930.973000', '115930.976000', '115930.978000', '115930.981000', '115950.867000', '115950.870000', '115950.872000', '115950.875000', '115950.877000', '115950.880000', '115950.883000', '115950.885000', '115950.888000', '115950.891000', '115950.893000', '115950.896000', '115950.899000', '115950.901000', '115950.904000', '115950.907000', '115950.909000', '115950.912000', '115950.915000', '115950.917000', '115950.920000', '115950.923000', '115950.925000', '115950.928000', '115950.930000', '115950.933000', '115950.936000', '115950.938000', '115950.941000', '115950.944000', '115950.946000', '115950.949000', '115950.951000', '115950.954000', '115950.957000', '115950.959000', '115950.962000', '115950.965000', '115950.967000', '115950.970000', '115950.973000', '115950.975000', '115950.978000', '120010.867000', '120010.888000', '120010.891000', '120010.894000', '120010.896000', '120010.899000', '120010.901000', '120010.904000', '120010.907000', '120010.909000', '120010.912000', '120010.914000', '120010.917000', '120010.920000', '120010.922000', '120010.925000', '120010.927000', '120010.930000', '120010.933000', '120010.935000', '120010.938000', '120010.941000', '120010.943000', '120010.946000', '120010.949000', '120010.951000', '120010.954000', '120010.957000', '120010.959000', '120010.962000', '120010.965000', '120010.967000', '120010.970000', '120010.972000', '120010.975000', '120010.978000', '120010.981000', '120010.983000', '120010.986000', '120010.989000', '120010.991000', '120010.994000', '120010.997000', '120011.000000', '120030.868000', '120030.871000', '120030.873000', '120030.876000', '120030.915000', '120030.918000', '120030.920000', '120030.923000', '120030.926000', '120030.928000', '120030.931000', '120030.933000', '120030.936000', '120030.939000', '120030.941000', '120030.944000', '120030.947000', '120030.949000', '120030.952000', '120030.954000', '120030.957000', '120030.960000', '120030.962000', '120030.965000', '120030.968000', '120030.970000', '120030.973000', '120030.975000', '120030.978000', '120030.981000', '120030.983000', '120030.986000', '120030.989000', '120030.992000', '120030.994000', '120030.997000', '120031.000000', '120031.002000', '120031.005000', '120031.007000', '120031.010000', '120031.013000', '120031.015000', '120050.867000', '120050.918000', '120050.921000', '120050.924000', '120050.926000', '120050.929000', '120050.932000', '120050.934000', '120050.937000', '120050.940000', '120050.942000', '120050.945000', '120050.948000', '120050.950000', '120050.953000', '120050.955000', '120050.958000', '120050.961000', '120050.963000', '120050.966000', '120050.969000', '120050.971000', '120050.974000', '120050.977000', '120050.979000', '120050.982000', '120050.985000', '120050.987000', '120050.990000', '120050.993000', '120050.995000', '120050.998000', '120051.001000', '120051.005000', '120051.007000', '120051.010000', '120051.013000', '120051.015000', '120051.018000', '120051.021000', '120051.023000', '120051.026000', '120051.029000', '120110.867000', '120110.869000', '120110.872000', '120110.875000', '120110.877000', '120110.880000', '120110.883000', '120110.885000', '120110.888000', '120110.891000', '120110.894000', '120110.896000', '120110.899000', '120110.902000', '120110.904000', '120110.907000', '120110.910000', '120110.912000', '120110.915000', '120110.917000', '120110.920000', '120110.923000', '120110.925000', '120110.928000', '120110.931000', '120110.933000', '120110.936000', '120110.939000', '120110.941000', '120110.944000', '120110.946000', '120110.949000', '120110.952000', '120110.954000', '120110.957000', '120110.960000', '120110.962000', '120110.965000', '120110.968000', '120110.970000', '120110.973000', '120110.976000', '120110.978000', '120110.981000', '120130.867000', '120130.878000', '120130.881000', '120130.884000', '120130.887000', '120130.890000', '120130.892000', '120130.895000', '120130.898000', '120130.900000', '120130.903000', '120130.905000', '120130.908000', '120130.911000', '120130.913000', '120130.916000', '120130.919000', '120130.921000', '120130.924000', '120130.927000', '120130.929000', '120130.932000', '120130.935000', '120130.937000', '120130.940000', '120130.943000', '120130.945000', '120130.948000', '120130.951000', '120130.953000', '120130.956000', '120130.959000', '120130.962000', '120130.964000', '120130.967000', '120130.969000', '120130.972000', '120130.975000', '120130.977000', '120130.980000', '120130.983000', '120130.985000', '120130.988000', '120150.867000', '120150.870000', '120150.879000', '120150.882000', '120150.884000', '120150.887000', '120150.889000', '120150.892000', '120150.895000', '120150.897000', '120150.900000', '120150.903000', '120150.906000', '120150.908000', '120150.911000', '120150.914000', '120150.916000', '120150.919000', '120150.922000', '120150.924000', '120150.927000', '120150.930000', '120150.932000', '120150.935000', '120150.938000', '120150.940000', '120150.943000', '120150.946000', '120150.948000', '120150.951000', '120150.954000', '120150.956000', '120150.959000', '120150.962000', '120150.964000', '120150.967000', '120150.970000', '120150.972000', '120150.975000', '120150.978000', '120150.980000', '120150.983000', '120150.985000', '120150.988000', '120210.867000', '120210.941000', '120210.944000', '120210.947000', '120210.949000', '120210.952000', '120210.955000', '120210.957000', '120210.960000', '120210.963000', '120210.965000', '120210.968000', '120210.971000', '120210.973000', '120210.976000', '120210.979000', '120210.982000', '120210.984000', '120210.987000', '120210.990000', '120210.992000', '120210.995000', '120210.997000', '120211.001000', '120211.004000', '120211.006000', '120211.009000', '120211.012000', '120211.015000', '120211.017000', '120211.020000', '120211.023000', '120211.026000', '120211.028000', '120211.031000', '120211.034000', '120211.036000', '120211.039000', '120211.042000', '120211.044000', '120211.047000', '120211.050000', '120211.052000', '120230.867000', '120230.870000', '120230.872000', '120230.875000', '120230.878000', '120230.880000', '120230.883000', '120230.886000', '120230.888000', '120230.891000', '120230.894000', '120230.896000', '120230.899000', '120230.902000', '120230.904000', '120230.907000', '120230.910000', '120230.912000', '120230.915000', '120230.918000', '120230.920000', '120230.923000', '120230.926000', '120230.928000', '120230.931000', '120230.933000', '120230.936000', '120230.939000', '120230.942000', '120230.944000', '120230.947000', '120230.950000', '120230.952000', '120230.955000', '120230.958000', '120230.960000', '120230.963000', '120230.965000', '120230.968000', '120230.971000', '120230.973000', '120230.976000', '120230.979000', '120230.981000', '120250.868000', '120250.873000', '120250.877000', '120250.880000', '120250.883000', '120250.885000', '120250.888000', '120250.891000', '120250.894000', '120250.896000', '120250.899000', '120250.902000', '120250.904000', '120250.907000', '120250.910000', '120250.912000', '120250.915000', '120250.917000', '120250.920000', '120250.923000', '120250.925000', '120250.928000', '120250.931000', '120250.933000', '120250.936000', '120250.939000', '120250.941000', '120250.944000', '120250.947000', '120250.949000', '120250.952000', '120250.955000', '120250.957000', '120250.960000', '120250.963000', '120250.965000', '120250.968000', '120250.970000', '120250.973000', '120250.976000', '120250.978000', '120250.990000', '120250.993000', '120309.708000', '120309.711000', '120309.714000', '120309.716000', '120309.719000', '120309.722000', '120309.725000', '120309.728000', '120309.731000', '120309.734000', '120309.737000', '120309.740000', '120309.742000', '120309.745000', '120309.748000', '120309.751000', '120309.754000', '120309.757000', '120309.760000', '120309.764000', '120309.768000', '120309.772000', '120309.776000', '120309.782000', '120309.787000', '120309.791000', '120309.794000', '120309.798000', '120309.803000', '120309.807000', '120309.810000', '120309.813000', '120309.816000', '120309.820000', '120309.828000', '120309.831000', '120309.833000', '120309.838000', '120309.841000', '120309.843000', '120309.846000', '120309.849000'], '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': [8933, 11720, 10740, 9505, 13449, 8313, 10036, 8119, 8983, 13248, 8147, 10629, 7902, 8905, 7637, 7608, 10611, 7855, 9223, 7476, 8165, 12487, 7895, 10463, 8317, 8960, 10251, 7936, 9605, 7301, 9865, 8239, 10560, 12789, 8015, 10819, 7999, 8799, 13165, 9243, 12661, 9590, 8550, 13882, 7690, 12434, 12168, 10830, 14086, 10238, 11120, 14546, 8678, 13656, 10122, 11942, 13245, 8315, 12798, 9808, 7998, 13356, 8085, 10580, 7653, 8145, 14158, 8101, 10257, 7481, 8506, 14271, 8375, 11856, 12546, 8823, 13785, 8062, 12877, 11878, 8322, 11201, 7623, 8434, 7396, 8344, 13378, 7774, 10607, 7631, 8350, 9645, 8352, 13737, 7912, 11359, 11205, 10315, 13604, 7919, 11578, 8609, 10374, 13240, 10243, 12568, 7782, 10548, 12169, 8671, 14348, 9562, 11768, 8738, 8969, 12842, 7957, 13208, 9685, 11213, 9226, 8379, 14000, 7919, 11756, 10401, 8364, 13074, 7893, 10285, 7557, 8543, 11651, 8770, 13460, 7588, 10312, 9843, 8094, 12956, 8201, 13275, 8108, 9908, 11993, 8253, 12965, 8063, 12897, 8272, 12119, 12935, 11466, 13618, 8457, 13112, 10940, 10996, 14765, 10747, 12710, 7879, 10364, 12196, 8191, 13558, 7800, 9819, 7495, 8286, 12395, 7648, 9006, 7628, 8378, 7379, 8283, 12345, 7745, 11082, 8466, 12139, 7921, 9549, 12399, 10546, 13757, 10185, 10578, 7432, 9380, 14019, 9443, 12865, 8809, 13940, 11703, 9768, 13527, 8162, 12139, 10376, 11156, 12787, 8304, 12746, 7947, 12100, 12007, 10738, 10684, 8432, 12293, 7956, 12780, 10097, 11365, 9390, 8968, 13550, 8096, 11851, 9399, 11662, 8599, 9479, 14022, 8574, 11134, 10293, 10760, 9202, 8833, 13829, 7966, 11752, 8342, 12659, 8143, 9853, 12848, 8321, 10889, 9082, 11161, 8214, 9217, 12835, 8025, 11620, 8758, 9667, 7226, 8486, 12686, 8193, 10822, 7687, 12241, 7786, 9338, 12155, 8076, 13500, 9632, 12015, 8641, 8803, 13689, 7945, 13220, 10517, 10654, 13578, 7952, 12203, 8623, 9866, 13913, 10980, 13658, 9578, 9441, 14523, 8215, 11984, 12814, 8983, 14099, 7817, 8394, 13321, 8339, 12624, 7417, 9457, 12705, 8396, 13198, 7906, 10530, 11688, 9781, 13362, 9119, 12914, 13137, 10574, 12437, 8144, 12614, 10827, 10089, 13351, 8392, 12612, 8483, 9744, 9022, 8022, 11493, 7678, 8644, 7280, 8198, 7305, 8198, 8160, 8068, 9635, 7417, 8996, 7590, 8390, 9943, 7778, 12509, 8163, 10710, 7635, 10182, 8208, 10476, 9972, 9630, 11485, 8391, 12831, 8105, 13031, 10141, 12532, 11468, 10680, 14760, 11251, 14306, 10993, 12646, 12880, 9963, 14883, 11429, 14449, 13180, 11777, 14896, 8028, 11489, 9100, 12740, 13345, 12576, 13109, 8271, 10254, 10596, 8820, 12749, 8123, 10795, 8498, 8482, 10548, 8096, 9151, 7964, 9861, 8242, 8220, 7926, 9484, 8675, 11275, 8458, 11799, 13621, 8726, 11171, 8508, 8960, 8122, 8701, 13462, 8269, 11789, 10539, 10234, 9821, 8311, 10769, 7861, 9651, 10736, 9551, 11040, 8149, 11402, 7996, 11260, 8799, 11177, 10559, 8428, 13032, 7802, 10995, 10122, 9788, 11012, 8179, 12778, 7784, 10535, 12093, 8269, 13322, 8545, 12389, 8849, 9028, 12999, 8148, 12112, 8921, 9877, 8457, 8357, 12657, 8035, 9194, 7763, 8476, 8290, 8314, 12644, 7823, 11060, 8116, 10701, 7670, 8960, 12258, 7814, 12173, 7644, 10102, 10892, 9516, 10970, 8139, 12832, 7910, 11294, 9693, 9490, 9238, 8294, 13527, 7866, 11920, 10028, 9970, 8127, 9358, 13281, 8162, 11323, 10132, 9903, 7743, 9013, 13151, 8148, 12103, 10514, 9998, 8282, 9173, 13458, 8569, 11141, 11915, 10818, 12567, 8213, 12097, 8114, 10636, 12985, 10870, 13159, 8396, 9712, 13078, 8375, 13636, 9455, 11719, 7760, 9050, 14441, 7945, 11403, 10199, 9471, 12135, 8199, 10222, 7895, 8649, 13271, 8782, 11852, 7829, 8664, 13658, 8251, 10667, 9456, 9716, 11915, 8075, 9405, 7491, 8511, 12720, 9550, 12377, 7842, 8760, 12728, 8211, 13227, 9561, 10845, 11584, 8547, 13852, 8108, 12437, 11353, 11461, 13787, 8477, 12787, 8572, 12191, 8141, 8999, 13510, 9199, 11220, 8401, 12023, 12126, 9274, 11498, 9773, 10593, 13305, 10030, 11909, 8960, 10021, 13278, 8488, 12674, 8613, 9753, 8602, 8300, 9066, 7649, 8678, 10412, 8426, 12421, 8032, 9127, 7448, 8922, 7972, 9068, 10879, 8000, 9885, 9592, 8581, 14223, 9478, 12168, 7792, 8890, 8778, 9295, 9186, 10038, 14310, 11864, 14584, 8508, 10345, 13901, 9713, 15615, 11993, 15668, 12933, 10535, 8228, 8636, 8039, 9388, 13418, 8159, 10435, 11413, 8433, 12817, 8600, 8397, 9649, 8098, 12845, 8561, 13287, 12146, 13624, 11300, 14628, 15805, 12854, 13400, 15489, 8455, 12074, 10203, 11213, 15521, 10888, 12698, 14314, 9840, 13128, 8189, 10180, 7850, 9568, 13594, 8326, 10552, 8094, 8541, 9202, 8405, 10294, 8315, 8362, 7986, 8344, 7632, 8518, 9795, 8447, 9091, 7805, 8069, 7488, 8777, 10178, 7803, 8441, 7180, 8614, 7201, 8934, 12364, 8095, 12117, 10580, 10287, 9424, 8887, 14961, 8416, 12034, 12461, 11196, 16293, 11204, 13917, 9442, 11301, 13673, 11454, 16052, 10446, 12666, 10420, 10007, 16483, 9213, 13169, 11981, 11522, 14897, 8039, 10705, 7632, 8451, 14540, 8161, 13680, 7817, 9476, 13898, 8261, 14642, 8936, 12578, 8937, 8709, 14794, 7989, 12299, 13834, 9851, 14426, 8197, 9602, 15310, 8422, 12589, 8158, 12030, 14922, 8163, 12630, 11839, 8225, 14336, 8012, 10117, 12557, 8236, 14979, 8884, 12092, 8264, 8467, 13608, 8010, 11144, 13201, 9730, 16019, 9545, 13251, 9306, 10176, 15744, 9040, 13423, 11496, 11449, 15550, 8311, 13002, 8793, 12039, 13600, 11809, 13195, 9436, 10064, 15593, 7880, 11841, 7706, 9130, 14520, 8044, 8627, 7478, 8372, 12908, 8322, 12569, 7581, 8806, 13085, 8100, 14214, 8203, 13003, 12142, 8571, 15020, 7487, 10708, 13861, 10391, 14890, 7888, 10404, 13547, 8278, 14629, 8081, 13791, 9101, 8665, 15028, 7830, 10463, 8786, 10181, 14851, 8078, 13193, 7575, 11586, 13790, 10877, 15137, 8536, 11804, 13815, 8093, 15491, 10468, 11671, 11234, 8138, 12323, 7386, 8778, 14420, 8312, 11216, 7469, 8795, 7534, 8346, 14148, 7834, 12305, 7892, 8690, 14686, 7848, 10521, 9254, 10187, 10356, 8213, 14586, 8204, 11613, 14923, 9789, 13641, 7805, 12070, 13630, 9611, 16012, 9664, 12448, 8016, 8636, 15651, 7877, 11201, 13334, 8679, 13527, 7598, 10210, 11277, 8555, 15868, 9296, 12189, 8521, 8911, 15054, 7926, 12587, 11905, 10120, 13942, 8102, 12345, 10022, 10326, 14830, 9148, 13124, 7603, 9552, 15213, 7978, 12424, 8854, 8396, 14968, 7782, 9972, 7308, 8517, 13831, 8144, 14192, 7896, 9924, 13692, 8073, 14454, 8319, 13387, 10245, 8454, 15590, 7811, 13075, 10750, 9891, 14733, 7937, 12921, 7540, 8932, 14070, 8616, 14239, 7627, 10297, 7549, 8786, 13836, 8060, 10712, 7869, 9329, 8304, 10103, 15054, 8621, 12912, 10024, 10849, 15452, 9024, 15166, 12276, 12854, 7888, 9728, 8156, 8274, 8515, 8781, 10270, 9306, 8435, 11163, 8536, 11634, 9198, 13101, 10490, 14009, 13593, 11490, 10909, 9552, 13284, 8142, 12908, 9829, 11690, 10812, 9555, 11114, 10612, 14764, 11143, 15846, 11821, 15227, 11180, 15796, 11642, 15725, 9906, 11754, 9787, 10498, 9154, 11365, 9929, 7884, 8529, 7797, 9379, 12587, 7943, 10225, 7403, 9403, 7881, 9775, 9776, 9559, 14229, 10930, 15120, 10105, 15089, 13223, 11596, 16272, 11039, 15593, 15981, 13741, 16099, 9492, 15104, 12351, 12730, 17067, 12516, 14969, 9151, 12304, 13540, 12179, 16709, 11815, 12206, 9501, 10812, 15196, 10060, 15083, 10890, 13138, 10323, 11129, 15150, 9471, 13016, 10995, 12868, 9536, 10740, 14776, 8874, 13030, 13346, 12165, 12960, 9246, 13689, 8133, 14745, 14497, 11519, 12550, 8770, 12568, 9427, 14364, 14121, 12286, 16139, 9497, 13341, 9770, 13473, 8548, 11049, 15950, 8415, 12121, 9079, 14314, 9484, 11061, 13873, 10567, 12375, 10610, 12692, 16842, 9134, 13360, 11241, 13089, 15855, 9851, 14226, 11335, 12360, 16688, 11956, 13703, 9046, 9842, 16338, 9891, 13686, 12714, 9015, 10631, 7833, 10214, 13866, 9300, 11483, 11324, 8826, 10525, 8637, 10496, 9640, 8200, 9697, 11312, 8832, 15459, 10678, 13573, 8200, 10527, 14768, 8969, 14453, 15551, 12707, 12836, 15128, 9032, 13563, 9584, 11466, 14634, 10777, 14726, 8674, 12105, 12364, 9633, 13507, 8814, 11887, 9799, 9541, 14027, 8695, 10633, 8170, 10232, 13505, 9162, 13627, 9251, 13619, 8492, 12283, 9205, 10288, 14016, 8926, 13830, 9245, 13700, 8140, 11357, 8338, 9650, 14622, 9570, 10892, 8727, 12020, 8270, 11102, 9311, 12341, 9225, 11168, 13329, 9161, 14462, 9441, 12662, 8893, 14124, 10569, 10639, 15848, 9732, 14790, 10736, 11744, 9114, 10387, 15523, 10863, 14393, 10683, 14676, 9511, 10999, 15708, 9646, 12699, 15627, 9157, 13428, 9199, 13255, 8898, 10866, 14970, 9313, 13167, 8886, 11789, 8052, 10060, 14800, 8946, 12187, 8309, 10502, 7658, 9771, 14283, 8475, 11293, 8358, 10990, 7679, 9858, 15263, 9045, 11531, 8319, 13228, 9379, 9994, 15324, 9328, 12975, 8840, 15172, 11088, 10451, 15876, 10457, 13900, 11767, 13323, 17021, 9891, 13271, 8213, 12266, 13065, 10374, 14239, 8627, 11406, 7601, 9846, 13770, 9545, 15273, 8653, 11250, 10322, 10203, 15200, 10962, 12892, 8289, 11608, 9484, 12867, 14416, 13158, 15308, 8572, 12500, 10646, 10129, 15524, 9959, 13040, 8143, 10289, 11829, 8955, 15441, 9696, 13193, 8422, 9608, 13097, 8266], 'WindowCenter': [4279.0, 4285.0, 4259.0, 4250.0, 4266.0, 4226.0, 4244.0, 4225.0, 4236.0, 4253.0, 4225.0, 4244.0, 4225.0, 4237.0, 4224.0, 4226.0, 4257.0, 4236.0, 4249.0, 4226.0, 4251.0, 4269.0, 4239.0, 4259.0, 4237.0, 4250.0, 4256.0, 4239.0, 4260.0, 4241.0, 4276.0, 4252.0, 4273.0, 4280.0, 4238.0, 4271.0, 4239.0, 4249.0, 4267.0, 4249.0, 4270.0, 4245.0, 4239.0, 4266.0, 4225.0, 4267.0, 4256.0, 4257.0, 4265.0, 4232.0, 4245.0, 4252.0, 4223.0, 4253.0, 4231.0, 4242.0, 4251.0, 4210.0, 4253.0, 4230.0, 4211.0, 4250.0, 4213.0, 4243.0, 4210.0, 4223.0, 4262.0, 4212.0, 4244.0, 4213.0, 4235.0, 4264.0, 4223.0, 4255.0, 4251.0, 4234.0, 4263.0, 4212.0, 4255.0, 4240.0, 4223.0, 4243.0, 4212.0, 4225.0, 4212.0, 4236.0, 4264.0, 4225.0, 4257.0, 4224.0, 4236.0, 4244.0, 4237.0, 4266.0, 4226.0, 4258.0, 4254.0, 4246.0, 4263.0, 4225.0, 4256.0, 4234.0, 4246.0, 4264.0, 4245.0, 4254.0, 4225.0, 4256.0, 4253.0, 4235.0, 4264.0, 4234.0, 4254.0, 4233.0, 4235.0, 4253.0, 4225.0, 4265.0, 4246.0, 4255.0, 4232.0, 4226.0, 4263.0, 4224.0, 4257.0, 4243.0, 4225.0, 4253.0, 4224.0, 4244.0, 4224.0, 4236.0, 4255.0, 4237.0, 4264.0, 4214.0, 4246.0, 4243.0, 4226.0, 4265.0, 4236.0, 4265.0, 4224.0, 4248.0, 4253.0, 4225.0, 4263.0, 4226.0, 4266.0, 4224.0, 4267.0, 4254.0, 4256.0, 4264.0, 4224.0, 4265.0, 4242.0, 4244.0, 4263.0, 4243.0, 4251.0, 4221.0, 4244.0, 4251.0, 4225.0, 4252.0, 4211.0, 4233.0, 4212.0, 4224.0, 4252.0, 4224.0, 4234.0, 4213.0, 4225.0, 4213.0, 4237.0, 4265.0, 4227.0, 4257.0, 4236.0, 4269.0, 4226.0, 4259.0, 4266.0, 4256.0, 4266.0, 4245.0, 4246.0, 4213.0, 4247.0, 4265.0, 4244.0, 4265.0, 4234.0, 4265.0, 4252.0, 4244.0, 4253.0, 4222.0, 4254.0, 4241.0, 4244.0, 4251.0, 4223.0, 4252.0, 4222.0, 4254.0, 4251.0, 4244.0, 4242.0, 4224.0, 4253.0, 4224.0, 4254.0, 4242.0, 4254.0, 4231.0, 4236.0, 4263.0, 4224.0, 4254.0, 4233.0, 4255.0, 4222.0, 4246.0, 4263.0, 4223.0, 4244.0, 4232.0, 4245.0, 4231.0, 4234.0, 4263.0, 4223.0, 4253.0, 4223.0, 4265.0, 4212.0, 4245.0, 4252.0, 4223.0, 4243.0, 4222.0, 4243.0, 4221.0, 4235.0, 4253.0, 4224.0, 4254.0, 4223.0, 4234.0, 4212.0, 4238.0, 4265.0, 4238.0, 4258.0, 4227.0, 4268.0, 4226.0, 4249.0, 4268.0, 4240.0, 4279.0, 4247.0, 4267.0, 4235.0, 4247.0, 4265.0, 4226.0, 4267.0, 4244.0, 4256.0, 4263.0, 4224.0, 4255.0, 4233.0, 4246.0, 4264.0, 4244.0, 4264.0, 4220.0, 4232.0, 4251.0, 4210.0, 4242.0, 4249.0, 4221.0, 4250.0, 4199.0, 4222.0, 4250.0, 4221.0, 4251.0, 4200.0, 4232.0, 4251.0, 4222.0, 4253.0, 4211.0, 4244.0, 4241.0, 4233.0, 4252.0, 4221.0, 4253.0, 4250.0, 4231.0, 4241.0, 4210.0, 4252.0, 4228.0, 4231.0, 4249.0, 4210.0, 4241.0, 4220.0, 4231.0, 4219.0, 4222.0, 4241.0, 4212.0, 4224.0, 4213.0, 4224.0, 4214.0, 4237.0, 4235.0, 4237.0, 4247.0, 4228.0, 4248.0, 4240.0, 4251.0, 4258.0, 4243.0, 4269.0, 4253.0, 4288.0, 4254.0, 4274.0, 4251.0, 4272.0, 4260.0, 4264.0, 4270.0, 4249.0, 4269.0, 4241.0, 4281.0, 4260.0, 4271.0, 4257.0, 4259.0, 4267.0, 4257.0, 4268.0, 4244.0, 4254.0, 4241.0, 4232.0, 4251.0, 4230.0, 4252.0, 4238.0, 4228.0, 4236.0, 4197.0, 4227.0, 4205.0, 4238.0, 4225.0, 4226.0, 4224.0, 4183.0, 4205.0, 4202.0, 4206.0, 4224.0, 4209.0, 4217.0, 4195.0, 4208.0, 4217.0, 4198.0, 4220.0, 4200.0, 4219.0, 4210.0, 4210.0, 4213.0, 4233.0, 4224.0, 4243.0, 4212.0, 4244.0, 4240.0, 4209.0, 4230.0, 4208.0, 4210.0, 4208.0, 4221.0, 4239.0, 4210.0, 4243.0, 4229.0, 4230.0, 4217.0, 4209.0, 4229.0, 4209.0, 4221.0, 4230.0, 4221.0, 4229.0, 4213.0, 4240.0, 4212.0, 4243.0, 4222.0, 4243.0, 4230.0, 4212.0, 4251.0, 4212.0, 4233.0, 4230.0, 4233.0, 4230.0, 4212.0, 4241.0, 4200.0, 4234.0, 4240.0, 4212.0, 4251.0, 4211.0, 4242.0, 4209.0, 4222.0, 4239.0, 4213.0, 4242.0, 4219.0, 4231.0, 4210.0, 4212.0, 4240.0, 4211.0, 4222.0, 4200.0, 4223.0, 4211.0, 4225.0, 4253.0, 4213.0, 4244.0, 4213.0, 4245.0, 4213.0, 4236.0, 4243.0, 4214.0, 4254.0, 4215.0, 4247.0, 4246.0, 4247.0, 4245.0, 4227.0, 4255.0, 4227.0, 4257.0, 4233.0, 4236.0, 4232.0, 4227.0, 4265.0, 4226.0, 4258.0, 4235.0, 4246.0, 4214.0, 4238.0, 4265.0, 4226.0, 4257.0, 4234.0, 4236.0, 4213.0, 4236.0, 4254.0, 4225.0, 4256.0, 4245.0, 4236.0, 4212.0, 4235.0, 4253.0, 4224.0, 4245.0, 4241.0, 4243.0, 4241.0, 4212.0, 4242.0, 4211.0, 4244.0, 4240.0, 4231.0, 4240.0, 4210.0, 4223.0, 4239.0, 4211.0, 4240.0, 4219.0, 4240.0, 4197.0, 4220.0, 4248.0, 4210.0, 4242.0, 4219.0, 4220.0, 4226.0, 4212.0, 4232.0, 4209.0, 4222.0, 4239.0, 4210.0, 4239.0, 4199.0, 4221.0, 4249.0, 4222.0, 4243.0, 4220.0, 4232.0, 4239.0, 4211.0, 4221.0, 4200.0, 4223.0, 4241.0, 4221.0, 4241.0, 4209.0, 4222.0, 4239.0, 4212.0, 4251.0, 4220.0, 4231.0, 4228.0, 4210.0, 4250.0, 4212.0, 4241.0, 4229.0, 4242.0, 4248.0, 4210.0, 4239.0, 4208.0, 4239.0, 4196.0, 4220.0, 4250.0, 4218.0, 4229.0, 4197.0, 4240.0, 4226.0, 4207.0, 4227.0, 4215.0, 4217.0, 4235.0, 4216.0, 4225.0, 4205.0, 4217.0, 4224.0, 4207.0, 4237.0, 4195.0, 4217.0, 4194.0, 4208.0, 4205.0, 4197.0, 4219.0, 4228.0, 4209.0, 4238.0, 4223.0, 4232.0, 4210.0, 4232.0, 4211.0, 4223.0, 4241.0, 4212.0, 4234.0, 4233.0, 4224.0, 4264.0, 4234.0, 4253.0, 4226.0, 4237.0, 4223.0, 4235.0, 4234.0, 4246.0, 4266.0, 4256.0, 4264.0, 4222.0, 4233.0, 4250.0, 4234.0, 4264.0, 4254.0, 4265.0, 4254.0, 4243.0, 4235.0, 4232.0, 4224.0, 4247.0, 4253.0, 4223.0, 4244.0, 4241.0, 4222.0, 4262.0, 4247.0, 4235.0, 4249.0, 4227.0, 4257.0, 4225.0, 4255.0, 4244.0, 4242.0, 4231.0, 4254.0, 4241.0, 4228.0, 4226.0, 4221.0, 4180.0, 4201.0, 4188.0, 4201.0, 4219.0, 4188.0, 4199.0, 4196.0, 4189.0, 4196.0, 4166.0, 4187.0, 4154.0, 4177.0, 4196.0, 4167.0, 4187.0, 4167.0, 4180.0, 4189.0, 4183.0, 4200.0, 4182.0, 4182.0, 4194.0, 4196.0, 4183.0, 4206.0, 4205.0, 4207.0, 4208.0, 4198.0, 4210.0, 4199.0, 4222.0, 4230.0, 4212.0, 4224.0, 4202.0, 4225.0, 4212.0, 4235.0, 4266.0, 4237.0, 4268.0, 4256.0, 4247.0, 4234.0, 4237.0, 4276.0, 4225.0, 4257.0, 4254.0, 4258.0, 4276.0, 4254.0, 4265.0, 4233.0, 4256.0, 4253.0, 4255.0, 4264.0, 4233.0, 4254.0, 4231.0, 4234.0, 4262.0, 4233.0, 4254.0, 4241.0, 4243.0, 4250.0, 4212.0, 4243.0, 4211.0, 4225.0, 4262.0, 4223.0, 4263.0, 4213.0, 4245.0, 4262.0, 4236.0, 4275.0, 4233.0, 4254.0, 4221.0, 4234.0, 4263.0, 4223.0, 4256.0, 4251.0, 4233.0, 4252.0, 4221.0, 4233.0, 4261.0, 4223.0, 4252.0, 4211.0, 4253.0, 4250.0, 4211.0, 4254.0, 4241.0, 4222.0, 4249.0, 4210.0, 4243.0, 4250.0, 4223.0, 4264.0, 4222.0, 4252.0, 4210.0, 4224.0, 4262.0, 4223.0, 4254.0, 4252.0, 4245.0, 4274.0, 4233.0, 4253.0, 4231.0, 4243.0, 4261.0, 4233.0, 4253.0, 4240.0, 4242.0, 4259.0, 4211.0, 4251.0, 4220.0, 4253.0, 4250.0, 4241.0, 4250.0, 4219.0, 4231.0, 4260.0, 4211.0, 4241.0, 4209.0, 4231.0, 4249.0, 4221.0, 4220.0, 4211.0, 4224.0, 4251.0, 4222.0, 4252.0, 4212.0, 4234.0, 4252.0, 4224.0, 4263.0, 4223.0, 4264.0, 4251.0, 4233.0, 4263.0, 4212.0, 4245.0, 4251.0, 4242.0, 4261.0, 4211.0, 4243.0, 4251.0, 4223.0, 4261.0, 4222.0, 4264.0, 4220.0, 4233.0, 4262.0, 4224.0, 4245.0, 4222.0, 4244.0, 4261.0, 4223.0, 4253.0, 4223.0, 4255.0, 4262.0, 4243.0, 4262.0, 4221.0, 4253.0, 4251.0, 4222.0, 4263.0, 4241.0, 4242.0, 4239.0, 4221.0, 4251.0, 4210.0, 4234.0, 4261.0, 4222.0, 4241.0, 4213.0, 4234.0, 4211.0, 4235.0, 4263.0, 4224.0, 4253.0, 4223.0, 4235.0, 4262.0, 4224.0, 4256.0, 4233.0, 4245.0, 4243.0, 4235.0, 4275.0, 4223.0, 4256.0, 4263.0, 4244.0, 4264.0, 4223.0, 4255.0, 4262.0, 4245.0, 4274.0, 4232.0, 4253.0, 4221.0, 4234.0, 4273.0, 4224.0, 4256.0, 4263.0, 4234.0, 4262.0, 4223.0, 4245.0, 4242.0, 4235.0, 4274.0, 4233.0, 4254.0, 4222.0, 4236.0, 4263.0, 4223.0, 4255.0, 4251.0, 4244.0, 4261.0, 4223.0, 4253.0, 4231.0, 4245.0, 4263.0, 4234.0, 4251.0, 4213.0, 4244.0, 4261.0, 4222.0, 4253.0, 4220.0, 4222.0, 4260.0, 4212.0, 4232.0, 4211.0, 4233.0, 4261.0, 4222.0, 4261.0, 4211.0, 4244.0, 4261.0, 4222.0, 4261.0, 4222.0, 4264.0, 4230.0, 4223.0, 4262.0, 4212.0, 4264.0, 4241.0, 4243.0, 4261.0, 4223.0, 4253.0, 4211.0, 4234.0, 4262.0, 4223.0, 4263.0, 4224.0, 4245.0, 4223.0, 4237.0, 4264.0, 4239.0, 4272.0, 4214.0, 4225.0, 4201.0, 4236.0, 4253.0, 4203.0, 4233.0, 4223.0, 4247.0, 4265.0, 4263.0, 4275.0, 4267.0, 4282.0, 4267.0, 4247.0, 4225.0, 4248.0, 4263.0, 4273.0, 4272.0, 4262.0, 4251.0, 4295.0, 4264.0, 4272.0, 4237.0, 4211.0, 4201.0, 4225.0, 4240.0, 4243.0, 4233.0, 4223.0, 4229.0, 4188.0, 4206.0, 4195.0, 4206.0, 4196.0, 4196.0, 4203.0, 4204.0, 4212.0, 4216.0, 4240.0, 4229.0, 4237.0, 4216.0, 4233.0, 4225.0, 4233.0, 4205.0, 4211.0, 4215.0, 4217.0, 4220.0, 4227.0, 4218.0, 4196.0, 4222.0, 4222.0, 4247.0, 4255.0, 4237.0, 4259.0, 4225.0, 4249.0, 4239.0, 4273.0, 4262.0, 4263.0, 4282.0, 4261.0, 4280.0, 4260.0, 4281.0, 4267.0, 4258.0, 4276.0, 4244.0, 4266.0, 4263.0, 4254.0, 4261.0, 4230.0, 4263.0, 4252.0, 4253.0, 4261.0, 4243.0, 4249.0, 4219.0, 4241.0, 4249.0, 4252.0, 4260.0, 4242.0, 4239.0, 4219.0, 4242.0, 4249.0, 4232.0, 4261.0, 4230.0, 4251.0, 4231.0, 4243.0, 4251.0, 4232.0, 4254.0, 4240.0, 4251.0, 4219.0, 4245.0, 4261.0, 4221.0, 4254.0, 4250.0, 4252.0, 4251.0, 4233.0, 4253.0, 4211.0, 4264.0, 4262.0, 4243.0, 4250.0, 4223.0, 4252.0, 4234.0, 4265.0, 4262.0, 4254.0, 4261.0, 4233.0, 4277.0, 4244.0, 4263.0, 4225.0, 4256.0, 4275.0, 4236.0, 4267.0, 4234.0, 4266.0, 4234.0, 4244.0, 4252.0, 4243.0, 4254.0, 4230.0, 4254.0, 4259.0, 4230.0, 4251.0, 4239.0, 4265.0, 4259.0, 4231.0, 4251.0, 4229.0, 4240.0, 4247.0, 4238.0, 4239.0, 4205.0, 4219.0, 4247.0, 4216.0, 4248.0, 4225.0, 4219.0, 4227.0, 4197.0, 4229.0, 4247.0, 4220.0, 4239.0, 4225.0, 4219.0, 4231.0, 4219.0, 4241.0, 4219.0, 4209.0, 4230.0, 4237.0, 4231.0, 4259.0, 4229.0, 4262.0, 4209.0, 4242.0, 4249.0, 4219.0, 4263.0, 4260.0, 4239.0, 4240.0, 4246.0, 4217.0, 4237.0, 4216.0, 4228.0, 4246.0, 4228.0, 4248.0, 4207.0, 4240.0, 4236.0, 4218.0, 4236.0, 4206.0, 4238.0, 4217.0, 4229.0, 4248.0, 4220.0, 4229.0, 4208.0, 4233.0, 4248.0, 4231.0, 4249.0, 4231.0, 4250.0, 4219.0, 4242.0, 4218.0, 4241.0, 4250.0, 4222.0, 4251.0, 4231.0, 4261.0, 4222.0, 4253.0, 4222.0, 4246.0, 4262.0, 4245.0, 4243.0, 4236.0, 4254.0, 4236.0, 4256.0, 4247.0, 4268.0, 4244.0, 4268.0, 4275.0, 4248.0, 4278.0, 4247.0, 4266.0, 4234.0, 4276.0, 4244.0, 4258.0, 4274.0, 4247.0, 4278.0, 4245.0, 4255.0, 4233.0, 4247.0, 4263.0, 4255.0, 4263.0, 4243.0, 4263.0, 4231.0, 4244.0, 4261.0, 4230.0, 4252.0, 4260.0, 4232.0, 4253.0, 4231.0, 4254.0, 4221.0, 4243.0, 4261.0, 4233.0, 4252.0, 4222.0, 4252.0, 4221.0, 4245.0, 4262.0, 4233.0, 4253.0, 4221.0, 4256.0, 4224.0, 4248.0, 4275.0, 4236.0, 4257.0, 4238.0, 4256.0, 4225.0, 4257.0, 4276.0, 4247.0, 4256.0, 4235.0, 4268.0, 4235.0, 4258.0, 4277.0, 4247.0, 4266.0, 4235.0, 4276.0, 4253.0, 4245.0, 4275.0, 4244.0, 4265.0, 4253.0, 4265.0, 4261.0, 4232.0, 4252.0, 4220.0, 4252.0, 4251.0, 4243.0, 4251.0, 4222.0, 4254.0, 4212.0, 4244.0, 4261.0, 4232.0, 4263.0, 4222.0, 4245.0, 4231.0, 4245.0, 4263.0, 4242.0, 4255.0, 4221.0, 4253.0, 4231.0, 4265.0, 4250.0, 4252.0, 4261.0, 4220.0, 4254.0, 4240.0, 4242.0, 4261.0, 4230.0, 4250.0, 4209.0, 4241.0, 4239.0, 4232.0, 4261.0, 4232.0, 4253.0, 4218.0, 4233.0, 4252.0, 4223.0], 'WindowWidth': [9489.0, 9490.0, 9437.0, 9428.0, 9443.0, 9387.0, 9409.0, 9386.0, 9405.0, 9419.0, 9384.0, 9410.0, 9386.0, 9405.0, 9380.0, 9391.0, 9430.0, 9403.0, 9425.0, 9389.0, 9430.0, 9450.0, 9411.0, 9440.0, 9405.0, 9428.0, 9430.0, 9412.0, 9441.0, 9419.0, 9473.0, 9434.0, 9463.0, 9469.0, 9409.0, 9456.0, 9411.0, 9426.0, 9447.0, 9424.0, 9453.0, 9412.0, 9411.0, 9442.0, 9386.0, 9445.0, 9425.0, 9431.0, 9441.0, 9390.0, 9410.0, 9416.0, 9377.0, 9418.0, 9385.0, 9402.0, 9410.0, 9357.0, 9417.0, 9381.0, 9361.0, 9412.0, 9364.0, 9405.0, 9357.0, 9380.0, 9430.0, 9363.0, 9408.0, 9364.0, 9399.0, 9435.0, 9379.0, 9425.0, 9414.0, 9393.0, 9432.0, 9362.0, 9423.0, 9396.0, 9379.0, 9406.0, 9364.0, 9386.0, 9365.0, 9403.0, 9436.0, 9387.0, 9433.0, 9384.0, 9404.0, 9410.0, 9407.0, 9443.0, 9390.0, 9435.0, 9423.0, 9416.0, 9435.0, 9387.0, 9429.0, 9395.0, 9417.0, 9437.0, 9412.0, 9422.0, 9384.0, 9429.0, 9419.0, 9400.0, 9436.0, 9394.0, 9422.0, 9392.0, 9400.0, 9419.0, 9385.0, 9439.0, 9413.0, 9425.0, 9390.0, 9388.0, 9434.0, 9384.0, 9431.0, 9404.0, 9385.0, 9419.0, 9385.0, 9411.0, 9383.0, 9404.0, 9426.0, 9405.0, 9438.0, 9369.0, 9415.0, 9406.0, 9388.0, 9438.0, 9401.0, 9439.0, 9383.0, 9420.0, 9421.0, 9386.0, 9435.0, 9388.0, 9442.0, 9383.0, 9445.0, 9421.0, 9427.0, 9434.0, 9384.0, 9439.0, 9403.0, 9410.0, 9432.0, 9404.0, 9413.0, 9374.0, 9409.0, 9413.0, 9383.0, 9418.0, 9360.0, 9392.0, 9360.0, 9384.0, 9418.0, 9382.0, 9397.0, 9365.0, 9386.0, 9366.0, 9405.0, 9438.0, 9392.0, 9433.0, 9403.0, 9452.0, 9390.0, 9439.0, 9444.0, 9430.0, 9443.0, 9411.0, 9414.0, 9366.0, 9418.0, 9440.0, 9410.0, 9437.0, 9395.0, 9440.0, 9414.0, 9408.0, 9419.0, 9376.0, 9422.0, 9400.0, 9408.0, 9414.0, 9378.0, 9416.0, 9376.0, 9423.0, 9413.0, 9407.0, 9402.0, 9382.0, 9421.0, 9383.0, 9424.0, 9402.0, 9421.0, 9388.0, 9401.0, 9433.0, 9382.0, 9424.0, 9394.0, 9425.0, 9375.0, 9415.0, 9434.0, 9381.0, 9411.0, 9388.0, 9410.0, 9387.0, 9395.0, 9432.0, 9380.0, 9420.0, 9381.0, 9438.0, 9363.0, 9412.0, 9417.0, 9378.0, 9406.0, 9373.0, 9406.0, 9374.0, 9400.0, 9418.0, 9383.0, 9424.0, 9378.0, 9396.0, 9365.0, 9407.0, 9440.0, 9408.0, 9432.0, 9390.0, 9446.0, 9389.0, 9424.0, 9446.0, 9414.0, 9464.0, 9417.0, 9443.0, 9397.0, 9419.0, 9439.0, 9389.0, 9445.0, 9407.0, 9428.0, 9433.0, 9383.0, 9427.0, 9393.0, 9416.0, 9437.0, 9408.0, 9435.0, 9368.0, 9390.0, 9413.0, 9356.0, 9401.0, 9405.0, 9372.0, 9409.0, 9341.0, 9376.0, 9409.0, 9373.0, 9413.0, 9342.0, 9390.0, 9411.0, 9377.0, 9418.0, 9361.0, 9409.0, 9399.0, 9391.0, 9417.0, 9372.0, 9419.0, 9409.0, 9387.0, 9398.0, 9355.0, 9414.0, 9377.0, 9386.0, 9408.0, 9355.0, 9397.0, 9368.0, 9386.0, 9365.0, 9377.0, 9398.0, 9364.0, 9380.0, 9364.0, 9382.0, 9369.0, 9406.0, 9400.0, 9407.0, 9417.0, 9395.0, 9420.0, 9413.0, 9430.0, 9436.0, 9422.0, 9452.0, 9438.0, 9493.0, 9442.0, 9468.0, 9429.0, 9460.0, 9440.0, 9453.0, 9455.0, 9427.0, 9451.0, 9416.0, 9469.0, 9439.0, 9458.0, 9428.0, 9435.0, 9447.0, 9430.0, 9446.0, 9405.0, 9421.0, 9396.0, 9386.0, 9413.0, 9381.0, 9415.0, 9387.0, 9373.0, 9383.0, 9330.0, 9372.0, 9338.0, 9387.0, 9365.0, 9368.0, 9363.0, 9307.0, 9338.0, 9330.0, 9341.0, 9361.0, 9353.0, 9358.0, 9325.0, 9349.0, 9358.0, 9337.0, 9366.0, 9340.0, 9365.0, 9355.0, 9354.0, 9364.0, 9391.0, 9381.0, 9405.0, 9361.0, 9407.0, 9397.0, 9352.0, 9381.0, 9346.0, 9352.0, 9349.0, 9371.0, 9391.0, 9355.0, 9405.0, 9378.0, 9381.0, 9359.0, 9353.0, 9377.0, 9353.0, 9370.0, 9378.0, 9371.0, 9378.0, 9361.0, 9396.0, 9361.0, 9405.0, 9373.0, 9403.0, 9379.0, 9361.0, 9412.0, 9359.0, 9389.0, 9380.0, 9389.0, 9381.0, 9361.0, 9398.0, 9342.0, 9392.0, 9393.0, 9359.0, 9411.0, 9358.0, 9400.0, 9350.0, 9373.0, 9392.0, 9363.0, 9399.0, 9365.0, 9384.0, 9352.0, 9360.0, 9394.0, 9358.0, 9374.0, 9342.0, 9378.0, 9358.0, 9383.0, 9416.0, 9365.0, 9408.0, 9365.0, 9409.0, 9362.0, 9399.0, 9403.0, 9368.0, 9420.0, 9371.0, 9416.0, 9411.0, 9417.0, 9409.0, 9390.0, 9424.0, 9388.0, 9430.0, 9391.0, 9399.0, 9389.0, 9389.0, 9437.0, 9388.0, 9431.0, 9395.0, 9414.0, 9366.0, 9405.0, 9436.0, 9385.0, 9428.0, 9393.0, 9398.0, 9362.0, 9401.0, 9421.0, 9384.0, 9428.0, 9408.0, 9399.0, 9362.0, 9396.0, 9418.0, 9381.0, 9412.0, 9397.0, 9403.0, 9396.0, 9362.0, 9401.0, 9358.0, 9407.0, 9395.0, 9384.0, 9394.0, 9354.0, 9375.0, 9390.0, 9357.0, 9395.0, 9365.0, 9394.0, 9332.0, 9369.0, 9403.0, 9353.0, 9401.0, 9363.0, 9368.0, 9369.0, 9359.0, 9388.0, 9353.0, 9374.0, 9392.0, 9355.0, 9392.0, 9337.0, 9372.0, 9405.0, 9375.0, 9406.0, 9367.0, 9388.0, 9390.0, 9358.0, 9372.0, 9343.0, 9379.0, 9398.0, 9372.0, 9396.0, 9353.0, 9375.0, 9393.0, 9362.0, 9413.0, 9367.0, 9385.0, 9375.0, 9356.0, 9408.0, 9361.0, 9400.0, 9377.0, 9401.0, 9403.0, 9358.0, 9393.0, 9349.0, 9392.0, 9330.0, 9371.0, 9409.0, 9365.0, 9378.0, 9332.0, 9395.0, 9369.0, 9346.0, 9373.0, 9353.0, 9361.0, 9381.0, 9356.0, 9367.0, 9338.0, 9358.0, 9364.0, 9346.0, 9386.0, 9326.0, 9360.0, 9323.0, 9349.0, 9342.0, 9334.0, 9368.0, 9375.0, 9354.0, 9389.0, 9378.0, 9389.0, 9358.0, 9390.0, 9359.0, 9379.0, 9400.0, 9361.0, 9394.0, 9390.0, 9382.0, 9432.0, 9394.0, 9420.0, 9387.0, 9402.0, 9378.0, 9398.0, 9393.0, 9418.0, 9442.0, 9426.0, 9434.0, 9374.0, 9392.0, 9409.0, 9393.0, 9435.0, 9421.0, 9439.0, 9420.0, 9404.0, 9402.0, 9391.0, 9386.0, 9420.0, 9418.0, 9379.0, 9407.0, 9397.0, 9377.0, 9433.0, 9422.0, 9402.0, 9424.0, 9391.0, 9427.0, 9382.0, 9425.0, 9405.0, 9400.0, 9384.0, 9421.0, 9402.0, 9373.0, 9363.0, 9350.0, 9295.0, 9323.0, 9300.0, 9322.0, 9346.0, 9300.0, 9319.0, 9309.0, 9306.0, 9309.0, 9268.0, 9297.0, 9249.0, 9286.0, 9308.0, 9273.0, 9301.0, 9274.0, 9298.0, 9307.0, 9306.0, 9324.0, 9303.0, 9302.0, 9323.0, 9329.0, 9307.0, 9343.0, 9339.0, 9346.0, 9350.0, 9334.0, 9357.0, 9340.0, 9377.0, 9382.0, 9361.0, 9381.0, 9349.0, 9385.0, 9363.0, 9401.0, 9440.0, 9404.0, 9449.0, 9427.0, 9418.0, 9395.0, 9403.0, 9454.0, 9385.0, 9432.0, 9420.0, 9433.0, 9457.0, 9422.0, 9436.0, 9393.0, 9429.0, 9417.0, 9424.0, 9435.0, 9390.0, 9420.0, 9384.0, 9395.0, 9430.0, 9391.0, 9421.0, 9396.0, 9404.0, 9408.0, 9362.0, 9404.0, 9360.0, 9388.0, 9429.0, 9379.0, 9432.0, 9366.0, 9412.0, 9430.0, 9404.0, 9453.0, 9391.0, 9422.0, 9373.0, 9397.0, 9434.0, 9381.0, 9428.0, 9413.0, 9391.0, 9414.0, 9374.0, 9395.0, 9427.0, 9379.0, 9417.0, 9359.0, 9421.0, 9411.0, 9359.0, 9421.0, 9399.0, 9375.0, 9408.0, 9359.0, 9407.0, 9410.0, 9381.0, 9436.0, 9376.0, 9416.0, 9356.0, 9383.0, 9431.0, 9379.0, 9424.0, 9417.0, 9413.0, 9450.0, 9392.0, 9421.0, 9386.0, 9407.0, 9428.0, 9393.0, 9422.0, 9397.0, 9403.0, 9422.0, 9360.0, 9414.0, 9370.0, 9419.0, 9409.0, 9400.0, 9409.0, 9367.0, 9388.0, 9423.0, 9360.0, 9401.0, 9355.0, 9388.0, 9407.0, 9374.0, 9373.0, 9361.0, 9384.0, 9413.0, 9379.0, 9415.0, 9364.0, 9396.0, 9416.0, 9386.0, 9434.0, 9380.0, 9436.0, 9412.0, 9394.0, 9432.0, 9365.0, 9413.0, 9414.0, 9405.0, 9428.0, 9360.0, 9407.0, 9414.0, 9381.0, 9429.0, 9377.0, 9436.0, 9371.0, 9396.0, 9432.0, 9384.0, 9413.0, 9378.0, 9412.0, 9429.0, 9380.0, 9420.0, 9380.0, 9426.0, 9429.0, 9406.0, 9430.0, 9373.0, 9419.0, 9412.0, 9379.0, 9433.0, 9399.0, 9402.0, 9394.0, 9376.0, 9413.0, 9359.0, 9397.0, 9427.0, 9377.0, 9400.0, 9367.0, 9397.0, 9362.0, 9401.0, 9433.0, 9382.0, 9421.0, 9379.0, 9400.0, 9431.0, 9386.0, 9429.0, 9395.0, 9412.0, 9406.0, 9400.0, 9453.0, 9381.0, 9432.0, 9435.0, 9411.0, 9435.0, 9382.0, 9429.0, 9431.0, 9415.0, 9450.0, 9392.0, 9422.0, 9374.0, 9399.0, 9448.0, 9383.0, 9431.0, 9432.0, 9397.0, 9431.0, 9383.0, 9414.0, 9403.0, 9401.0, 9450.0, 9392.0, 9422.0, 9376.0, 9402.0, 9433.0, 9382.0, 9427.0, 9414.0, 9408.0, 9427.0, 9380.0, 9421.0, 9388.0, 9414.0, 9436.0, 9395.0, 9415.0, 9367.0, 9412.0, 9429.0, 9377.0, 9421.0, 9371.0, 9379.0, 9426.0, 9364.0, 9392.0, 9362.0, 9395.0, 9428.0, 9379.0, 9428.0, 9362.0, 9409.0, 9428.0, 9379.0, 9428.0, 9376.0, 9435.0, 9383.0, 9380.0, 9430.0, 9366.0, 9436.0, 9400.0, 9408.0, 9427.0, 9380.0, 9420.0, 9361.0, 9399.0, 9429.0, 9381.0, 9433.0, 9383.0, 9412.0, 9383.0, 9408.0, 9439.0, 9413.0, 9463.0, 9364.0, 9377.0, 9334.0, 9393.0, 9407.0, 9340.0, 9381.0, 9368.0, 9410.0, 9434.0, 9455.0, 9454.0, 9445.0, 9474.0, 9466.0, 9416.0, 9385.0, 9423.0, 9454.0, 9469.0, 9463.0, 9449.0, 9432.0, 9500.0, 9455.0, 9461.0, 9402.0, 9333.0, 9322.0, 9365.0, 9392.0, 9402.0, 9387.0, 9372.0, 9371.0, 9312.0, 9329.0, 9315.0, 9328.0, 9316.0, 9317.0, 9326.0, 9328.0, 9340.0, 9350.0, 9397.0, 9375.0, 9386.0, 9354.0, 9374.0, 9365.0, 9370.0, 9338.0, 9339.0, 9355.0, 9359.0, 9368.0, 9371.0, 9361.0, 9331.0, 9373.0, 9377.0, 9421.0, 9424.0, 9404.0, 9439.0, 9385.0, 9424.0, 9413.0, 9466.0, 9445.0, 9450.0, 9475.0, 9443.0, 9466.0, 9439.0, 9469.0, 9440.0, 9433.0, 9458.0, 9408.0, 9440.0, 9430.0, 9419.0, 9425.0, 9383.0, 9432.0, 9412.0, 9418.0, 9426.0, 9401.0, 9405.0, 9366.0, 9399.0, 9405.0, 9414.0, 9421.0, 9400.0, 9393.0, 9367.0, 9400.0, 9404.0, 9388.0, 9425.0, 9382.0, 9410.0, 9384.0, 9404.0, 9410.0, 9386.0, 9420.0, 9396.0, 9413.0, 9365.0, 9409.0, 9426.0, 9374.0, 9422.0, 9408.0, 9416.0, 9409.0, 9391.0, 9416.0, 9361.0, 9434.0, 9426.0, 9404.0, 9409.0, 9378.0, 9417.0, 9394.0, 9438.0, 9427.0, 9420.0, 9426.0, 9392.0, 9460.0, 9409.0, 9432.0, 9384.0, 9429.0, 9452.0, 9402.0, 9444.0, 9399.0, 9441.0, 9393.0, 9410.0, 9415.0, 9406.0, 9422.0, 9383.0, 9421.0, 9421.0, 9385.0, 9415.0, 9395.0, 9438.0, 9420.0, 9385.0, 9412.0, 9378.0, 9396.0, 9402.0, 9390.0, 9392.0, 9339.0, 9365.0, 9399.0, 9356.0, 9403.0, 9366.0, 9368.0, 9375.0, 9333.0, 9380.0, 9400.0, 9368.0, 9394.0, 9368.0, 9368.0, 9386.0, 9368.0, 9400.0, 9367.0, 9355.0, 9385.0, 9389.0, 9390.0, 9423.0, 9380.0, 9430.0, 9355.0, 9402.0, 9409.0, 9366.0, 9432.0, 9423.0, 9392.0, 9396.0, 9396.0, 9361.0, 9388.0, 9356.0, 9377.0, 9398.0, 9378.0, 9402.0, 9350.0, 9396.0, 9384.0, 9364.0, 9386.0, 9345.0, 9390.0, 9359.0, 9381.0, 9403.0, 9369.0, 9382.0, 9351.0, 9390.0, 9404.0, 9386.0, 9409.0, 9387.0, 9410.0, 9368.0, 9401.0, 9364.0, 9400.0, 9408.0, 9377.0, 9414.0, 9386.0, 9425.0, 9378.0, 9420.0, 9375.0, 9417.0, 9429.0, 9411.0, 9406.0, 9403.0, 9423.0, 9403.0, 9432.0, 9418.0, 9447.0, 9410.0, 9449.0, 9453.0, 9421.0, 9460.0, 9416.0, 9442.0, 9397.0, 9456.0, 9409.0, 9433.0, 9451.0, 9419.0, 9461.0, 9411.0, 9424.0, 9392.0, 9419.0, 9434.0, 9423.0, 9434.0, 9405.0, 9433.0, 9387.0, 9410.0, 9428.0, 9385.0, 9417.0, 9422.0, 9389.0, 9418.0, 9389.0, 9419.0, 9374.0, 9407.0, 9425.0, 9392.0, 9417.0, 9377.0, 9418.0, 9374.0, 9413.0, 9429.0, 9393.0, 9420.0, 9375.0, 9428.0, 9382.0, 9421.0, 9452.0, 9403.0, 9431.0, 9407.0, 9431.0, 9387.0, 9434.0, 9456.0, 9419.0, 9429.0, 9400.0, 9448.0, 9398.0, 9437.0, 9459.0, 9417.0, 9442.0, 9399.0, 9456.0, 9417.0, 9414.0, 9452.0, 9410.0, 9440.0, 9419.0, 9437.0, 9427.0, 9389.0, 9416.0, 9371.0, 9418.0, 9412.0, 9406.0, 9413.0, 9376.0, 9423.0, 9362.0, 9409.0, 9426.0, 9391.0, 9433.0, 9376.0, 9411.0, 9387.0, 9411.0, 9433.0, 9403.0, 9423.0, 9375.0, 9419.0, 9386.0, 9438.0, 9410.0, 9415.0, 9426.0, 9371.0, 9422.0, 9395.0, 9403.0, 9425.0, 9383.0, 9409.0, 9354.0, 9402.0, 9393.0, 9390.0, 9426.0, 9387.0, 9419.0, 9366.0, 9393.0, 9414.0, 9379.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.0041417616191904046</td></tr>
<tr><td colspan=3>aqi</td><td>0.038062603373313346</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.044580063240836</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.34602086768192</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0293021963991</td></tr>
<tr><td colspan=3>efc</td><td>0.4719</td></tr>
<tr><td colspan=3>fber</td><td>7845.084</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09427517507702801</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.04647676161919</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3623972413219008</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.300275126975349</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.497783304084569</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2891332929057846</td></tr>
<tr><td colspan=3>gcor</td><td>0.0185563</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0028442402835935354</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02768026478588581</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.226492204450163</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>23.1431</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.1212</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.5709</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>297912.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>690.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.8408</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.992</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.569</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3453.6807</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.336</td></tr>
<tr><td colspan=3>tsnr</td><td>36.36921342724236</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>