<?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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-03/func/sub-0058_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>48fb3e381a315f23c6e069d8ceb94302</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>12:19:0.732500</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.998763, 0.000372362, -0.0497289, -0.00400931, 0.99732, -0.0730558]</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.111603</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7693, -7254, 567, -78, 66, -42, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>687e6250-4235-4086-914a-a1a6c188dea9||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.6796071529388428, -0.01075669378042221, -0.13383477926254272, 117.75032806396484], [-0.0009990191319957376, 2.67573618888855, -0.19754503667354584, -90.2593994140625], [-0.13341906666755676, 0.1960034817457199, 2.6894357204437256, -75.2578125], [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': ['121900.732500', '121901.192500', '121901.652500', '121902.112500', '121902.572500', '121903.032500', '121903.492500', '121903.952500', '121904.412500', '121904.872500', '121905.332500', '121905.792500', '121906.252500', '121906.712500', '121907.172500', '121907.632500', '121908.092500', '121908.552500', '121909.012500', '121909.472500', '121909.932500', '121910.392500', '121910.852500', '121911.312500', '121911.772500', '121912.232500', '121912.692500', '121913.152500', '121913.612500', '121914.072500', '121914.532500', '121914.992500', '121915.452500', '121915.912500', '121916.372500', '121916.832500', '121917.292500', '121917.752500', '121918.212500', '121918.672500', '121919.132500', '121919.592500', '121920.052500', '121920.512500', '121920.972500', '121921.432500', '121921.892500', '121922.352500', '121922.812500', '121923.272500', '121923.732500', '121924.192500', '121924.652500', '121925.112500', '121925.572500', '121926.032500', '121926.492500', '121926.952500', '121927.412500', '121927.872500', '121928.332500', '121928.792500', '121929.252500', '121929.712500', '121930.172500', '121930.632500', '121931.092500', '121931.552500', '121932.012500', '121932.472500', '121932.932500', '121933.392500', '121933.852500', '121934.312500', '121934.772500', '121935.232500', '121935.692500', '121936.152500', '121936.612500', '121937.072500', '121937.532500', '121937.992500', '121938.452500', '121938.912500', '121939.372500', '121939.832500', '121940.292500', '121940.752500', '121941.212500', '121941.672500', '121942.132500', '121942.592500', '121943.052500', '121943.512500', '121943.972500', '121944.432500', '121944.892500', '121945.352500', '121945.812500', '121946.272500', '121946.732500', '121947.192500', '121947.652500', '121948.112500', '121948.572500', '121949.032500', '121949.492500', '121949.952500', '121950.412500', '121950.872500', '121951.332500', '121951.792500', '121952.252500', '121952.712500', '121953.172500', '121953.632500', '121954.092500', '121954.552500', '121955.012500', '121955.472500', '121955.932500', '121956.392500', '121956.852500', '121957.312500', '121957.772500', '121958.232500', '121958.692500', '121959.152500', '121959.612500', '122000.072500', '122000.532500', '122000.992500', '122001.452500', '122001.912500', '122002.372500', '122002.832500', '122003.292500', '122003.752500', '122004.212500', '122004.672500', '122005.132500', '122005.592500', '122006.052500', '122006.512500', '122006.972500', '122007.432500', '122007.892500', '122008.352500', '122008.812500', '122009.272500', '122009.732500', '122010.192500', '122010.652500', '122011.112500', '122011.572500', '122012.032500', '122012.492500', '122012.952500', '122013.412500', '122013.872500', '122014.332500', '122014.792500', '122015.252500', '122015.712500', '122016.172500', '122016.632500', '122017.092500', '122017.552500', '122018.012500', '122018.472500', '122018.932500', '122019.392500', '122019.852500', '122020.312500', '122020.772500', '122021.232500', '122021.692500', '122022.152500', '122022.612500', '122023.072500', '122023.532500', '122023.992500', '122024.452500', '122024.912500', '122025.372500', '122025.832500', '122026.292500', '122026.752500', '122027.212500', '122027.672500', '122028.132500', '122028.592500', '122029.052500', '122029.512500', '122029.972500', '122030.432500', '122030.892500', '122031.352500', '122031.812500', '122032.272500', '122032.732500', '122033.192500', '122033.652500', '122034.112500', '122034.572500', '122035.032500', '122035.492500', '122035.952500', '122036.412500', '122036.872500', '122037.332500', '122037.792500', '122038.252500', '122038.712500', '122039.172500', '122039.632500', '122040.092500', '122040.552500', '122041.012500', '122041.472500', '122041.932500', '122042.392500', '122042.852500', '122043.312500', '122043.772500', '122044.232500', '122044.692500', '122045.152500', '122045.612500', '122046.072500', '122046.532500', '122046.992500', '122047.452500', '122047.912500', '122048.372500', '122048.832500', '122049.292500', '122049.752500', '122050.212500', '122050.672500', '122051.132500', '122051.592500', '122052.052500', '122052.512500', '122052.972500', '122053.432500', '122053.892500', '122054.352500', '122054.812500', '122055.272500', '122055.732500', '122056.192500', '122056.652500', '122057.112500', '122057.572500', '122058.032500', '122058.492500', '122058.952500', '122059.412500', '122059.872500', '122100.332500', '122100.792500', '122101.252500', '122101.712500', '122102.172500', '122102.632500', '122103.092500', '122103.552500', '122104.012500', '122104.472500', '122104.932500', '122105.392500', '122105.852500', '122106.312500', '122106.772500', '122107.232500', '122107.692500', '122108.152500', '122108.612500', '122109.072500', '122109.532500', '122109.992500', '122110.452500', '122110.912500', '122111.372500', '122111.832500', '122112.292500', '122112.752500', '122113.212500', '122113.672500', '122114.132500', '122114.592500', '122115.052500', '122115.512500', '122115.972500', '122116.432500', '122116.892500', '122117.352500', '122117.812500', '122118.272500', '122118.732500', '122119.192500', '122119.652500', '122120.112500', '122120.572500', '122121.032500', '122121.492500', '122121.952500', '122122.412500', '122122.872500', '122123.332500', '122123.792500', '122124.252500', '122124.712500', '122125.172500', '122125.632500', '122126.092500', '122126.552500', '122127.012500', '122127.472500', '122127.932500', '122128.392500', '122128.852500', '122129.312500', '122129.772500', '122130.232500', '122130.692500', '122131.152500', '122131.612500', '122132.072500', '122132.532500', '122132.992500', '122133.452500', '122133.912500', '122134.372500', '122134.832500', '122135.292500', '122135.752500', '122136.212500', '122136.672500', '122137.132500', '122137.592500', '122138.052500', '122138.512500', '122138.972500', '122139.432500', '122139.892500', '122140.352500', '122140.812500', '122141.272500', '122141.732500', '122142.192500', '122142.652500', '122143.112500', '122143.572500', '122144.032500', '122144.492500', '122144.952500', '122145.412500', '122145.872500', '122146.332500', '122146.792500', '122147.252500', '122147.712500', '122148.172500', '122148.632500', '122149.092500', '122149.552500', '122150.012500', '122150.472500', '122150.932500', '122151.392500', '122151.852500', '122152.312500', '122152.772500', '122153.232500', '122153.692500', '122154.152500', '122154.612500', '122155.072500', '122155.532500', '122155.992500', '122156.452500', '122156.912500', '122157.372500', '122157.832500', '122158.292500', '122158.752500', '122159.212500', '122159.672500', '122200.132500', '122200.592500', '122201.052500', '122201.512500', '122201.972500', '122202.432500', '122202.892500', '122203.352500', '122203.812500', '122204.272500', '122204.732500', '122205.192500', '122205.652500', '122206.112500', '122206.572500', '122207.032500', '122207.492500', '122207.952500', '122208.412500', '122208.872500', '122209.332500', '122209.792500', '122210.252500', '122210.712500', '122211.172500', '122211.632500', '122212.092500', '122212.552500', '122213.012500', '122213.472500', '122213.932500', '122214.392500', '122214.852500', '122215.312500', '122215.772500', '122216.232500', '122216.692500', '122217.152500', '122217.612500', '122218.072500', '122218.532500', '122218.992500', '122219.452500', '122219.912500', '122220.372500', '122220.832500', '122221.292500', '122221.752500', '122222.212500', '122222.672500', '122223.132500', '122223.592500', '122224.052500', '122224.512500', '122224.972500', '122225.432500', '122225.892500', '122226.352500', '122226.812500', '122227.272500', '122227.732500', '122228.192500', '122228.652500', '122229.112500', '122229.572500', '122230.032500', '122230.492500', '122230.952500', '122231.412500', '122231.872500', '122232.332500', '122232.792500', '122233.252500', '122233.712500', '122234.172500', '122234.632500', '122235.092500', '122235.552500', '122236.012500', '122236.472500', '122236.932500', '122237.392500', '122237.852500', '122238.312500', '122238.772500', '122239.232500', '122239.692500', '122240.152500', '122240.612500', '122241.072500', '122241.532500', '122241.992500', '122242.452500', '122242.912500', '122243.372500', '122243.832500', '122244.292500', '122244.752500', '122245.212500', '122245.672500', '122246.132500', '122246.592500', '122247.052500', '122247.512500', '122247.972500', '122248.432500', '122248.892500', '122249.352500', '122249.812500', '122250.272500', '122250.732500', '122251.192500', '122251.652500', '122252.112500', '122252.572500', '122253.032500', '122253.492500', '122253.952500', '122254.412500', '122254.872500', '122255.332500', '122255.792500', '122256.252500', '122256.712500', '122257.172500', '122257.632500', '122258.092500', '122258.552500', '122259.012500', '122259.472500', '122259.932500', '122300.392500', '122300.852500', '122301.312500', '122301.772500', '122302.232500', '122302.692500', '122303.152500', '122303.612500', '122304.072500', '122304.532500', '122304.992500', '122305.452500', '122305.912500', '122306.372500', '122306.832500', '122307.292500', '122307.752500', '122308.212500', '122308.672500', '122309.132500', '122309.592500', '122310.052500', '122310.512500', '122310.972500', '122311.432500', '122311.892500', '122312.352500', '122312.812500', '122313.272500', '122313.732500', '122314.192500', '122314.652500', '122315.112500', '122315.572500', '122316.032500', '122316.492500', '122316.952500', '122317.412500', '122317.872500', '122318.332500', '122318.792500', '122319.252500', '122319.712500', '122320.172500', '122320.632500', '122321.092500', '122321.552500', '122322.012500', '122322.472500', '122322.932500', '122323.392500', '122323.852500', '122324.312500', '122324.772500', '122325.232500', '122325.692500', '122326.152500', '122326.612500', '122327.072500', '122327.532500', '122327.992500', '122328.452500', '122328.912500', '122329.372500', '122329.832500', '122330.292500', '122330.752500', '122331.212500', '122331.672500', '122332.132500', '122332.592500', '122333.052500', '122333.512500', '122333.972500', '122334.432500', '122334.892500', '122335.352500', '122335.812500', '122336.272500', '122336.732500', '122337.192500', '122337.652500', '122338.112500', '122338.572500', '122339.032500', '122339.492500', '122339.952500', '122340.412500', '122340.872500', '122341.332500', '122341.792500', '122342.252500', '122342.712500', '122343.172500', '122343.632500', '122344.092500', '122344.552500', '122345.012500', '122345.472500', '122345.932500', '122346.392500', '122346.852500', '122347.312500', '122347.772500', '122348.232500', '122348.692500', '122349.152500', '122349.612500', '122350.072500', '122350.532500', '122350.992500', '122351.452500', '122351.912500', '122352.372500', '122352.832500', '122353.292500', '122353.752500', '122354.212500', '122354.672500', '122355.132500', '122355.592500', '122356.052500', '122356.512500', '122356.972500', '122357.432500', '122357.892500', '122358.352500', '122358.812500', '122359.272500', '122359.732500', '122400.192500', '122400.652500', '122401.112500', '122401.572500', '122402.032500', '122402.492500', '122402.952500', '122403.412500', '122403.872500', '122404.332500', '122404.792500', '122405.252500', '122405.712500', '122406.172500', '122406.632500', '122407.092500', '122407.552500', '122408.012500', '122408.472500', '122408.932500', '122409.392500', '122409.852500', '122410.312500', '122410.772500', '122411.232500', '122411.692500', '122412.152500', '122412.612500', '122413.072500', '122413.532500', '122413.992500', '122414.452500', '122414.912500', '122415.372500', '122415.832500', '122416.292500', '122416.752500', '122417.212500', '122417.672500', '122418.132500', '122418.592500', '122419.052500', '122419.512500', '122419.972500', '122420.432500', '122420.892500', '122421.352500', '122421.812500', '122422.272500', '122422.732500', '122423.192500', '122423.652500', '122424.112500', '122424.572500', '122425.032500', '122425.492500', '122425.952500', '122426.412500', '122426.872500', '122427.332500', '122427.792500', '122428.252500', '122428.712500', '122429.172500', '122429.632500', '122430.092500', '122430.552500', '122431.012500', '122431.472500', '122431.932500', '122432.392500', '122432.852500', '122433.312500', '122433.772500', '122434.232500', '122434.692500', '122435.152500', '122435.612500', '122436.072500', '122436.532500', '122436.992500', '122437.452500', '122437.912500', '122438.372500', '122438.832500', '122439.292500', '122439.752500', '122440.212500', '122440.672500', '122441.132500', '122441.592500', '122442.052500', '122442.512500', '122442.972500', '122443.432500', '122443.892500', '122444.352500', '122444.812500', '122445.272500', '122445.732500', '122446.192500', '122446.652500', '122447.112500', '122447.572500', '122448.032500', '122448.492500', '122448.952500', '122449.412500', '122449.872500', '122450.332500', '122450.792500', '122451.252500', '122451.712500', '122452.172500', '122452.632500', '122453.092500', '122453.552500', '122454.012500', '122454.472500', '122454.932500', '122455.392500', '122455.852500', '122456.312500', '122456.772500', '122457.232500', '122457.692500', '122458.152500', '122458.612500', '122459.072500', '122459.532500', '122459.992500', '122500.452500', '122500.912500', '122501.372500', '122501.832500', '122502.292500', '122502.752500', '122503.212500', '122503.672500', '122504.132500', '122504.592500', '122505.052500', '122505.512500', '122505.972500', '122506.432500', '122506.892500', '122507.352500', '122507.812500', '122508.272500', '122508.732500', '122509.192500', '122509.652500', '122510.112500', '122510.572500', '122511.032500', '122511.492500', '122511.952500', '122512.412500', '122512.872500', '122513.332500', '122513.792500', '122514.252500', '122514.712500', '122515.172500', '122515.632500', '122516.092500', '122516.552500', '122517.012500', '122517.472500', '122517.932500', '122518.392500', '122518.852500', '122519.312500', '122519.772500', '122520.232500', '122520.692500', '122521.152500', '122521.612500', '122522.072500', '122522.532500', '122522.992500', '122523.452500', '122523.912500', '122524.372500', '122524.832500', '122525.292500', '122525.752500', '122526.212500', '122526.672500', '122527.132500', '122527.592500', '122528.052500', '122528.512500', '122528.972500', '122529.432500', '122529.892500', '122530.352500', '122530.812500', '122531.272500', '122531.732500', '122532.192500', '122532.652500', '122533.112500', '122533.572500', '122534.032500', '122534.492500', '122534.952500', '122535.412500', '122535.872500', '122536.332500', '122536.792500', '122537.252500', '122537.712500', '122538.172500', '122538.632500', '122539.092500', '122539.552500', '122540.012500', '122540.472500', '122540.932500', '122541.392500', '122541.852500', '122542.312500', '122542.772500', '122543.232500', '122543.692500', '122544.152500', '122544.612500', '122545.072500', '122545.532500', '122545.992500', '122546.452500', '122546.912500', '122547.372500', '122547.832500', '122548.292500', '122548.752500', '122549.212500', '122549.672500', '122550.132500', '122550.592500', '122551.052500', '122551.512500', '122551.972500', '122552.432500', '122552.892500', '122553.352500', '122553.812500', '122554.272500', '122554.732500', '122555.192500', '122555.652500', '122556.112500', '122556.572500', '122557.032500', '122557.492500', '122557.952500', '122558.412500', '122558.872500', '122559.332500', '122559.792500', '122600.252500', '122600.712500', '122601.172500', '122601.632500', '122602.092500', '122602.552500', '122603.012500', '122603.472500', '122603.932500', '122604.392500', '122604.852500', '122605.312500', '122605.772500', '122606.232500', '122606.692500', '122607.152500', '122607.612500', '122608.072500', '122608.532500', '122608.992500', '122609.452500', '122609.912500', '122610.372500', '122610.832500', '122611.292500', '122611.752500', '122612.212500', '122612.672500', '122613.132500', '122613.592500', '122614.052500', '122614.512500', '122614.972500', '122615.432500', '122615.892500', '122616.352500', '122616.812500', '122617.272500', '122617.732500', '122618.192500', '122618.652500', '122619.112500', '122619.572500', '122620.032500', '122620.492500', '122620.952500', '122621.412500', '122621.872500', '122622.332500', '122622.792500', '122623.252500', '122623.712500', '122624.172500', '122624.632500', '122625.092500', '122625.552500', '122626.012500', '122626.472500', '122626.932500', '122627.392500', '122627.852500', '122628.312500', '122628.772500', '122629.232500', '122629.692500', '122630.152500', '122630.612500', '122631.072500', '122631.532500', '122631.992500', '122632.452500', '122632.912500', '122633.372500', '122633.832500', '122634.292500', '122634.752500', '122635.212500', '122635.672500', '122636.132500', '122636.592500', '122637.052500', '122637.512500', '122637.972500', '122638.432500', '122638.892500', '122639.352500', '122639.812500', '122640.272500', '122640.732500', '122641.192500', '122641.652500', '122642.112500', '122642.572500', '122643.032500', '122643.492500', '122643.952500', '122644.412500', '122644.872500', '122645.332500', '122645.792500', '122646.252500', '122646.712500', '122647.172500', '122647.632500', '122648.092500', '122648.552500', '122649.012500', '122649.472500', '122649.932500', '122650.392500', '122650.852500', '122651.312500', '122651.772500', '122652.232500', '122652.692500', '122653.152500', '122653.612500', '122654.072500', '122654.532500', '122654.992500', '122655.452500', '122655.912500', '122656.372500', '122656.832500', '122657.292500', '122657.752500', '122658.212500', '122658.672500', '122659.132500', '122659.592500', '122700.052500', '122700.512500', '122700.972500', '122701.432500', '122701.892500', '122702.352500', '122702.812500', '122703.272500', '122703.732500', '122704.192500', '122704.652500', '122705.112500', '122705.572500', '122706.032500', '122706.492500', '122706.952500', '122707.412500', '122707.872500', '122708.332500', '122708.792500', '122709.252500', '122709.712500', '122710.172500', '122710.632500', '122711.092500', '122711.552500', '122712.012500', '122712.472500', '122712.932500', '122713.392500', '122713.852500', '122714.312500', '122714.772500', '122715.232500', '122715.692500', '122716.152500', '122716.612500', '122717.072500', '122717.532500', '122717.992500', '122718.452500', '122718.912500', '122719.372500', '122719.832500', '122720.292500', '122720.752500', '122721.212500', '122721.672500', '122722.132500', '122722.592500', '122723.052500', '122723.512500', '122723.972500', '122724.432500', '122724.892500', '122725.352500', '122725.812500', '122726.272500', '122726.732500', '122727.192500', '122727.652500', '122728.112500', '122728.572500', '122729.032500', '122729.492500', '122729.952500', '122730.412500', '122730.872500', '122731.332500', '122731.792500', '122732.252500', '122732.712500', '122733.172500', '122733.632500', '122734.092500', '122734.552500', '122735.012500', '122735.472500', '122735.932500', '122736.392500', '122736.852500', '122737.312500', '122737.772500', '122738.232500', '122738.692500', '122739.152500', '122739.612500', '122740.072500', '122740.532500', '122740.992500', '122741.452500', '122741.912500', '122742.372500', '122742.832500', '122743.292500', '122743.752500', '122744.212500', '122744.672500', '122745.132500', '122745.592500', '122746.052500', '122746.512500', '122746.972500', '122747.432500', '122747.892500', '122748.352500', '122748.812500', '122749.272500', '122749.732500', '122750.192500', '122750.652500', '122751.112500', '122751.572500', '122752.032500', '122752.492500', '122752.952500', '122753.412500', '122753.872500', '122754.332500', '122754.792500', '122755.252500', '122755.712500', '122756.172500', '122756.632500', '122757.092500', '122757.552500', '122758.012500', '122758.472500', '122758.932500', '122759.392500', '122759.852500', '122800.312500', '122800.772500', '122801.232500', '122801.692500', '122802.152500', '122802.612500', '122803.072500', '122803.532500', '122803.992500', '122804.452500', '122804.912500', '122805.372500', '122805.832500', '122806.292500', '122806.752500', '122807.212500', '122807.672500', '122808.132500', '122808.592500', '122809.052500', '122809.512500', '122809.972500', '122810.432500', '122810.892500', '122811.352500', '122811.812500', '122812.272500', '122812.732500', '122813.192500', '122813.652500', '122814.112500', '122814.572500', '122815.032500', '122815.492500', '122815.952500', '122816.412500', '122816.872500', '122817.332500', '122817.792500', '122818.252500', '122818.712500', '122819.172500', '122819.632500', '122820.092500', '122820.552500', '122821.012500', '122821.472500', '122821.932500', '122822.392500', '122822.852500', '122823.312500', '122823.772500', '122824.232500', '122824.692500', '122825.152500', '122825.612500', '122826.072500', '122826.532500', '122826.992500', '122827.452500', '122827.912500', '122828.372500', '122828.832500', '122829.292500', '122829.752500', '122830.212500', '122830.672500', '122831.132500', '122831.592500', '122832.052500', '122832.512500', '122832.972500', '122833.432500', '122833.892500', '122834.352500', '122834.812500', '122835.272500', '122835.732500', '122836.192500', '122836.652500', '122837.112500', '122837.572500', '122838.032500', '122838.492500', '122838.952500', '122839.412500', '122839.872500', '122840.332500', '122840.792500', '122841.252500', '122841.712500', '122842.172500', '122842.632500', '122843.092500', '122843.552500', '122844.012500', '122844.472500', '122844.932500', '122845.392500', '122845.852500', '122846.312500', '122846.772500', '122847.232500', '122847.692500', '122848.152500', '122848.612500', '122849.072500', '122849.532500', '122849.992500', '122850.452500', '122850.912500', '122851.372500', '122851.832500', '122852.292500', '122852.752500', '122853.212500', '122853.672500', '122854.132500', '122854.592500', '122855.052500', '122855.512500', '122855.972500', '122856.432500', '122856.892500', '122857.352500', '122857.812500', '122858.272500', '122858.732500', '122859.192500', '122859.652500', '122900.112500', '122900.572500', '122901.032500', '122901.492500', '122901.952500', '122902.412500', '122902.872500', '122903.332500', '122903.792500', '122904.252500', '122904.712500', '122905.172500', '122905.632500', '122906.092500', '122906.552500', '122907.012500', '122907.472500', '122907.932500', '122908.392500', '122908.852500', '122909.312500', '122909.772500', '122910.232500', '122910.692500', '122911.152500', '122911.612500', '122912.072500', '122912.532500', '122912.992500', '122913.452500', '122913.912500', '122914.372500'], 'ContentTime': ['121917.993000', '121917.997000', '121918.001000', '121918.004000', '121918.006000', '121918.009000', '121918.011000', '121918.014000', '121918.021000', '121918.024000', '121918.027000', '121918.029000', '121918.032000', '121918.035000', '121918.038000', '121918.041000', '121918.043000', '121918.046000', '121918.049000', '121918.051000', '121918.054000', '121918.057000', '121918.059000', '121918.062000', '121918.064000', '121918.067000', '121918.070000', '121918.073000', '121918.075000', '121918.078000', '121918.080000', '121918.083000', '121918.086000', '121918.088000', '121937.954000', '121937.957000', '121937.960000', '121937.962000', '121937.965000', '121937.975000', '121937.978000', '121937.990000', '121937.992000', '121937.995000', '121937.997000', '121938.001000', '121938.004000', '121938.006000', '121938.009000', '121938.011000', '121938.014000', '121938.017000', '121938.019000', '121938.022000', '121938.024000', '121938.027000', '121938.030000', '121938.032000', '121938.035000', '121938.037000', '121938.040000', '121938.043000', '121938.045000', '121938.048000', '121938.050000', '121938.053000', '121938.055000', '121938.058000', '121938.061000', '121938.063000', '121938.066000', '121938.068000', '121938.071000', '121938.073000', '121938.076000', '121938.079000', '121938.081000', '121938.084000', '121957.955000', '121957.958000', '121957.960000', '121957.963000', '121957.973000', '121957.976000', '121957.979000', '121957.981000', '121957.984000', '121957.986000', '121957.989000', '121957.991000', '121957.994000', '121957.997000', '121958.001000', '121958.003000', '121958.006000', '121958.008000', '121958.011000', '121958.014000', '121958.016000', '121958.019000', '121958.021000', '121958.024000', '121958.027000', '121958.029000', '121958.032000', '121958.034000', '121958.037000', '121958.039000', '121958.042000', '121958.045000', '121958.047000', '121958.050000', '121958.052000', '121958.055000', '121958.057000', '121958.060000', '121958.063000', '121958.065000', '121958.068000', '121958.070000', '121958.073000', '122017.955000', '122017.957000', '122017.960000', '122017.963000', '122017.965000', '122017.968000', '122017.971000', '122017.973000', '122017.976000', '122017.978000', '122017.981000', '122017.983000', '122017.986000', '122017.989000', '122017.991000', '122017.994000', '122017.996000', '122018.000000', '122018.003000', '122018.005000', '122018.008000', '122018.011000', '122018.013000', '122018.016000', '122018.018000', '122018.021000', '122018.023000', '122018.026000', '122018.029000', '122018.031000', '122018.034000', '122018.036000', '122018.039000', '122018.041000', '122018.044000', '122018.047000', '122018.049000', '122018.052000', '122018.054000', '122018.057000', '122018.060000', '122018.062000', '122018.065000', '122037.955000', '122037.958000', '122037.961000', '122037.963000', '122037.966000', '122037.969000', '122037.971000', '122037.974000', '122037.976000', '122037.979000', '122037.982000', '122037.984000', '122037.987000', '122037.989000', '122037.992000', '122037.994000', '122037.997000', '122038.000000', '122038.002000', '122038.005000', '122038.008000', '122038.010000', '122038.013000', '122038.016000', '122038.018000', '122038.021000', '122038.023000', '122038.026000', '122038.028000', '122038.031000', '122038.033000', '122038.036000', '122038.039000', '122038.041000', '122038.044000', '122038.046000', '122038.049000', '122038.052000', '122038.054000', '122038.057000', '122038.060000', '122038.062000', '122038.065000', '122038.067000', '122057.955000', '122057.958000', '122057.961000', '122057.964000', '122057.967000', '122057.969000', '122057.972000', '122057.975000', '122057.977000', '122057.980000', '122057.982000', '122057.985000', '122057.988000', '122057.990000', '122057.993000', '122057.995000', '122057.998000', '122058.001000', '122058.005000', '122058.007000', '122058.010000', '122058.013000', '122058.015000', '122058.018000', '122058.020000', '122058.023000', '122058.026000', '122058.028000', '122058.031000', '122058.033000', '122058.036000', '122058.039000', '122058.041000', '122058.044000', '122058.046000', '122058.049000', '122058.052000', '122058.054000', '122058.057000', '122058.060000', '122058.062000', '122058.065000', '122058.067000', '122117.955000', '122117.958000', '122117.961000', '122117.970000', '122117.973000', '122117.975000', '122117.978000', '122117.981000', '122117.983000', '122117.986000', '122117.988000', '122117.991000', '122117.994000', '122117.996000', '122118.000000', '122118.002000', '122118.005000', '122118.008000', '122118.011000', '122118.013000', '122118.016000', '122118.018000', '122118.021000', '122118.023000', '122118.026000', '122118.029000', '122118.031000', '122118.034000', '122118.037000', '122118.039000', '122118.042000', '122118.044000', '122118.047000', '122118.050000', '122118.052000', '122118.055000', '122118.057000', '122118.060000', '122118.062000', '122118.065000', '122118.068000', '122118.070000', '122118.073000', '122118.075000', '122137.955000', '122137.958000', '122137.962000', '122137.964000', '122137.967000', '122137.970000', '122137.972000', '122137.975000', '122137.978000', '122137.980000', '122137.983000', '122137.985000', '122137.988000', '122137.990000', '122137.993000', '122137.996000', '122137.998000', '122138.002000', '122138.005000', '122138.007000', '122138.010000', '122138.013000', '122138.015000', '122138.018000', '122138.020000', '122138.023000', '122138.026000', '122138.031000', '122138.034000', '122138.036000', '122138.039000', '122138.042000', '122138.044000', '122138.047000', '122138.049000', '122138.052000', '122138.054000', '122138.057000', '122138.060000', '122138.062000', '122138.065000', '122138.067000', '122138.070000', '122157.954000', '122157.957000', '122157.960000', '122157.963000', '122157.965000', '122157.968000', '122157.970000', '122157.973000', '122157.976000', '122157.978000', '122157.981000', '122157.983000', '122157.986000', '122157.989000', '122157.991000', '122157.994000', '122157.997000', '122158.000000', '122158.003000', '122158.006000', '122158.008000', '122158.011000', '122158.014000', '122158.016000', '122158.019000', '122158.021000', '122158.024000', '122158.027000', '122158.029000', '122158.032000', '122158.035000', '122158.037000', '122158.040000', '122158.042000', '122158.045000', '122158.048000', '122158.050000', '122158.053000', '122158.055000', '122158.058000', '122158.061000', '122158.063000', '122158.066000', '122158.068000', '122217.955000', '122217.957000', '122217.960000', '122217.963000', '122217.965000', '122217.968000', '122217.970000', '122217.973000', '122217.975000', '122217.978000', '122217.981000', '122217.983000', '122217.986000', '122217.988000', '122217.991000', '122217.994000', '122217.996000', '122218.000000', '122218.003000', '122218.005000', '122218.008000', '122218.011000', '122218.014000', '122218.016000', '122218.019000', '122218.021000', '122218.024000', '122218.027000', '122218.029000', '122218.032000', '122218.035000', '122218.037000', '122218.040000', '122218.042000', '122218.047000', '122218.050000', '122218.052000', '122218.055000', '122218.057000', '122218.060000', '122218.062000', '122218.065000', '122218.068000', '122237.954000', '122237.957000', '122237.960000', '122237.962000', '122237.965000', '122237.968000', '122237.970000', '122237.973000', '122237.975000', '122237.978000', '122237.981000', '122237.983000', '122237.986000', '122237.988000', '122237.991000', '122237.994000', '122237.996000', '122238.000000', '122238.002000', '122238.005000', '122238.008000', '122238.010000', '122238.013000', '122238.015000', '122238.018000', '122238.021000', '122238.023000', '122238.026000', '122238.028000', '122238.031000', '122238.034000', '122238.036000', '122238.039000', '122238.041000', '122238.044000', '122238.047000', '122238.049000', '122238.052000', '122238.054000', '122238.057000', '122238.060000', '122238.062000', '122238.076000', '122238.079000', '122257.955000', '122257.958000', '122257.961000', '122257.964000', '122257.966000', '122257.969000', '122257.971000', '122257.974000', '122257.977000', '122257.979000', '122257.982000', '122257.984000', '122257.987000', '122257.990000', '122257.992000', '122257.995000', '122257.998000', '122258.000000', '122258.003000', '122258.005000', '122258.008000', '122258.011000', '122258.013000', '122258.016000', '122258.018000', '122258.021000', '122258.024000', '122258.026000', '122258.029000', '122258.031000', '122258.034000', '122258.037000', '122258.039000', '122258.042000', '122258.045000', '122258.048000', '122258.051000', '122258.054000', '122258.056000', '122258.059000', '122258.061000', '122258.064000', '122258.067000', '122317.956000', '122317.958000', '122317.961000', '122317.964000', '122317.966000', '122317.969000', '122317.971000', '122317.974000', '122317.977000', '122317.979000', '122317.982000', '122317.984000', '122317.987000', '122317.990000', '122317.992000', '122317.995000', '122317.998000', '122318.000000', '122318.003000', '122318.005000', '122318.008000', '122318.011000', '122318.013000', '122318.016000', '122318.018000', '122318.021000', '122318.023000', '122318.026000', '122318.029000', '122318.031000', '122318.034000', '122318.037000', '122318.039000', '122318.042000', '122318.044000', '122318.047000', '122318.050000', '122318.052000', '122318.055000', '122318.057000', '122318.060000', '122318.063000', '122318.065000', '122318.068000', '122337.956000', '122337.958000', '122337.961000', '122337.964000', '122337.966000', '122337.969000', '122337.972000', '122337.974000', '122337.977000', '122337.979000', '122337.982000', '122337.985000', '122337.987000', '122337.990000', '122337.992000', '122337.995000', '122337.998000', '122338.001000', '122338.004000', '122338.007000', '122338.009000', '122338.012000', '122338.014000', '122338.017000', '122338.020000', '122338.023000', '122338.025000', '122338.028000', '122338.030000', '122338.033000', '122338.036000', '122338.038000', '122338.041000', '122338.044000', '122338.046000', '122338.049000', '122338.052000', '122338.054000', '122338.057000', '122338.060000', '122338.062000', '122338.065000', '122338.067000', '122357.955000', '122357.958000', '122357.960000', '122357.963000', '122357.965000', '122357.968000', '122357.971000', '122357.973000', '122357.976000', '122357.978000', '122357.981000', '122357.984000', '122357.986000', '122357.989000', '122357.991000', '122357.994000', '122357.997000', '122357.999000', '122358.002000', '122358.004000', '122358.007000', '122358.010000', '122358.012000', '122358.015000', '122358.018000', '122358.020000', '122358.023000', '122358.026000', '122358.028000', '122358.031000', '122358.034000', '122358.036000', '122358.039000', '122358.041000', '122358.044000', '122358.046000', '122358.049000', '122358.052000', '122358.054000', '122358.057000', '122358.060000', '122358.062000', '122358.065000', '122358.067000', '122417.955000', '122417.958000', '122417.960000', '122417.963000', '122417.966000', '122417.968000', '122417.971000', '122417.973000', '122417.976000', '122417.988000', '122417.991000', '122417.993000', '122417.996000', '122418.000000', '122418.002000', '122418.005000', '122418.008000', '122418.010000', '122418.013000', '122418.015000', '122418.018000', '122418.021000', '122418.023000', '122418.026000', '122418.028000', '122418.031000', '122418.034000', '122418.036000', '122418.039000', '122418.041000', '122418.044000', '122418.047000', '122418.049000', '122418.052000', '122418.054000', '122418.057000', '122418.060000', '122418.062000', '122418.065000', '122418.068000', '122418.070000', '122418.073000', '122418.075000', '122437.955000', '122437.957000', '122437.960000', '122437.963000', '122437.965000', '122437.968000', '122437.971000', '122437.973000', '122437.976000', '122437.980000', '122437.983000', '122437.986000', '122437.988000', '122437.991000', '122437.993000', '122437.996000', '122438.000000', '122438.002000', '122438.005000', '122438.007000', '122438.010000', '122438.013000', '122438.015000', '122438.018000', '122438.021000', '122438.023000', '122438.026000', '122438.028000', '122438.031000', '122438.034000', '122438.036000', '122438.039000', '122438.041000', '122438.044000', '122438.047000', '122438.049000', '122438.052000', '122438.055000', '122438.057000', '122438.060000', '122438.062000', '122438.065000', '122438.068000', '122438.070000', '122457.955000', '122457.957000', '122457.960000', '122457.963000', '122457.965000', '122457.968000', '122457.970000', '122457.973000', '122457.976000', '122457.978000', '122457.981000', '122457.983000', '122457.986000', '122457.988000', '122457.991000', '122457.994000', '122457.996000', '122458.000000', '122458.002000', '122458.005000', '122458.007000', '122458.010000', '122458.013000', '122458.015000', '122458.018000', '122458.020000', '122458.023000', '122458.026000', '122458.028000', '122458.031000', '122458.034000', '122458.036000', '122458.039000', '122458.041000', '122458.044000', '122458.046000', '122458.049000', '122458.052000', '122458.054000', '122458.057000', '122458.059000', '122458.062000', '122458.065000', '122517.955000', '122517.958000', '122517.961000', '122517.963000', '122517.966000', '122517.969000', '122517.971000', '122517.974000', '122517.976000', '122517.979000', '122517.982000', '122517.984000', '122517.987000', '122517.989000', '122517.992000', '122517.994000', '122517.997000', '122518.000000', '122518.002000', '122518.005000', '122518.007000', '122518.010000', '122518.013000', '122518.015000', '122518.018000', '122518.020000', '122518.023000', '122518.026000', '122518.028000', '122518.031000', '122518.034000', '122518.036000', '122518.039000', '122518.041000', '122518.044000', '122518.047000', '122518.049000', '122518.052000', '122518.055000', '122518.057000', '122518.060000', '122518.062000', '122518.065000', '122518.067000', '122537.956000', '122537.959000', '122537.961000', '122537.964000', '122537.966000', '122537.969000', '122537.972000', '122537.974000', '122537.977000', '122537.979000', '122537.982000', '122537.985000', '122537.987000', '122537.990000', '122537.993000', '122537.995000', '122537.998000', '122538.001000', '122538.004000', '122538.007000', '122538.017000', '122538.020000', '122538.022000', '122538.025000', '122538.027000', '122538.030000', '122538.033000', '122538.035000', '122538.038000', '122538.040000', '122538.043000', '122538.045000', '122538.048000', '122538.051000', '122538.053000', '122538.056000', '122538.058000', '122538.061000', '122538.064000', '122538.066000', '122538.069000', '122538.071000', '122538.074000', '122557.956000', '122557.958000', '122557.961000', '122557.964000', '122557.966000', '122557.969000', '122557.972000', '122557.974000', '122557.977000', '122557.979000', '122557.982000', '122557.985000', '122557.988000', '122557.990000', '122557.993000', '122557.995000', '122557.998000', '122558.001000', '122558.003000', '122558.006000', '122558.008000', '122558.011000', '122558.014000', '122558.016000', '122558.019000', '122558.022000', '122558.024000', '122558.027000', '122558.030000', '122558.032000', '122558.035000', '122558.037000', '122558.040000', '122558.043000', '122558.045000', '122558.048000', '122558.050000', '122558.053000', '122558.056000', '122558.058000', '122558.061000', '122558.063000', '122558.066000', '122558.068000', '122617.955000', '122617.957000', '122617.960000', '122617.963000', '122617.965000', '122617.968000', '122617.971000', '122617.974000', '122617.976000', '122617.979000', '122617.981000', '122617.984000', '122617.987000', '122617.989000', '122617.992000', '122617.994000', '122617.997000', '122618.000000', '122618.002000', '122618.005000', '122618.008000', '122618.010000', '122618.013000', '122618.015000', '122618.018000', '122618.020000', '122618.023000', '122618.026000', '122618.028000', '122618.031000', '122618.034000', '122618.036000', '122618.039000', '122618.042000', '122618.044000', '122618.047000', '122618.049000', '122618.052000', '122618.054000', '122618.057000', '122618.060000', '122618.062000', '122618.065000', '122637.955000', '122637.957000', '122637.960000', '122637.963000', '122637.965000', '122637.968000', '122637.971000', '122637.973000', '122637.976000', '122637.978000', '122637.981000', '122637.984000', '122637.986000', '122637.989000', '122637.991000', '122637.994000', '122637.997000', '122638.000000', '122638.003000', '122638.006000', '122638.008000', '122638.011000', '122638.013000', '122638.016000', '122638.019000', '122638.021000', '122638.024000', '122638.026000', '122638.029000', '122638.032000', '122638.034000', '122638.037000', '122638.040000', '122638.042000', '122638.045000', '122638.048000', '122638.050000', '122638.053000', '122638.055000', '122638.058000', '122638.060000', '122638.063000', '122638.066000', '122638.068000', '122657.955000', '122657.957000', '122657.960000', '122657.963000', '122657.965000', '122657.968000', '122657.971000', '122657.973000', '122657.976000', '122657.978000', '122657.981000', '122657.983000', '122657.986000', '122657.989000', '122657.991000', '122657.994000', '122657.996000', '122658.000000', '122658.003000', '122658.005000', '122658.008000', '122658.011000', '122658.013000', '122658.016000', '122658.018000', '122658.021000', '122658.024000', '122658.026000', '122658.029000', '122658.032000', '122658.041000', '122658.044000', '122658.047000', '122658.049000', '122658.052000', '122658.054000', '122658.057000', '122658.059000', '122658.062000', '122658.065000', '122658.067000', '122658.070000', '122658.072000', '122717.955000', '122717.957000', '122717.960000', '122717.963000', '122717.966000', '122717.969000', '122717.972000', '122717.974000', '122717.977000', '122717.979000', '122717.982000', '122717.985000', '122717.987000', '122717.990000', '122717.993000', '122717.995000', '122717.998000', '122718.001000', '122718.004000', '122718.007000', '122718.009000', '122718.012000', '122718.015000', '122718.018000', '122718.020000', '122718.023000', '122718.025000', '122718.028000', '122718.031000', '122718.034000', '122718.036000', '122718.039000', '122718.041000', '122718.044000', '122718.047000', '122718.049000', '122718.052000', '122718.054000', '122718.057000', '122718.060000', '122718.062000', '122718.065000', '122718.067000', '122718.070000', '122737.956000', '122737.959000', '122737.961000', '122737.964000', '122737.966000', '122737.969000', '122737.972000', '122737.974000', '122737.977000', '122737.979000', '122737.982000', '122737.985000', '122737.987000', '122737.990000', '122737.993000', '122737.995000', '122737.998000', '122738.002000', '122738.004000', '122738.007000', '122738.009000', '122738.012000', '122738.015000', '122738.017000', '122738.020000', '122738.022000', '122738.025000', '122738.028000', '122738.030000', '122738.033000', '122738.036000', '122738.038000', '122738.041000', '122738.043000', '122738.046000', '122738.049000', '122738.051000', '122738.054000', '122738.056000', '122738.059000', '122738.062000', '122738.064000', '122738.067000', '122757.956000', '122757.958000', '122757.961000', '122757.964000', '122757.966000', '122757.969000', '122757.972000', '122757.974000', '122757.977000', '122757.979000', '122757.982000', '122757.985000', '122757.987000', '122757.990000', '122757.992000', '122757.995000', '122757.998000', '122758.001000', '122758.004000', '122758.006000', '122758.009000', '122758.011000', '122758.014000', '122758.017000', '122758.019000', '122758.022000', '122758.024000', '122758.027000', '122758.030000', '122758.032000', '122758.035000', '122758.038000', '122758.040000', '122758.043000', '122758.045000', '122758.048000', '122758.051000', '122758.053000', '122758.056000', '122758.058000', '122758.061000', '122758.064000', '122758.066000', '122758.069000', '122817.956000', '122817.959000', '122817.962000', '122817.964000', '122817.967000', '122817.969000', '122817.972000', '122817.975000', '122817.977000', '122817.980000', '122817.983000', '122817.985000', '122817.988000', '122818.002000', '122818.005000', '122818.007000', '122818.010000', '122818.013000', '122818.015000', '122818.018000', '122818.020000', '122818.023000', '122818.026000', '122818.028000', '122818.031000', '122818.033000', '122818.036000', '122818.039000', '122818.042000', '122818.044000', '122818.047000', '122818.050000', '122818.053000', '122818.055000', '122818.058000', '122818.060000', '122818.063000', '122818.066000', '122818.068000', '122818.071000', '122818.073000', '122818.076000', '122818.079000', '122837.955000', '122837.957000', '122837.960000', '122837.963000', '122837.965000', '122837.968000', '122837.970000', '122837.973000', '122837.976000', '122837.978000', '122837.981000', '122837.983000', '122837.986000', '122837.989000', '122837.991000', '122837.994000', '122837.997000', '122837.999000', '122838.003000', '122838.005000', '122838.008000', '122838.011000', '122838.013000', '122838.016000', '122838.018000', '122838.021000', '122838.024000', '122838.026000', '122838.029000', '122838.032000', '122838.034000', '122838.037000', '122838.039000', '122838.042000', '122838.045000', '122838.048000', '122838.050000', '122838.053000', '122838.055000', '122838.058000', '122838.061000', '122838.063000', '122838.066000', '122857.955000', '122857.958000', '122857.960000', '122857.963000', '122857.965000', '122857.968000', '122857.971000', '122857.973000', '122857.976000', '122857.978000', '122857.981000', '122857.984000', '122857.986000', '122857.989000', '122857.992000', '122857.994000', '122857.997000', '122858.000000', '122858.002000', '122858.005000', '122858.007000', '122858.010000', '122858.013000', '122858.015000', '122858.018000', '122858.020000', '122858.023000', '122858.026000', '122858.028000', '122858.031000', '122858.034000', '122858.036000', '122858.039000', '122858.041000', '122858.044000', '122858.046000', '122858.049000', '122858.052000', '122858.054000', '122858.057000', '122858.059000', '122858.062000', '122858.065000', '122858.067000', '122916.150000', '122916.153000', '122916.156000', '122916.158000', '122916.161000', '122916.164000', '122916.167000', '122916.169000', '122916.172000', '122916.175000', '122916.178000', '122916.180000', '122916.183000', '122916.186000', '122916.189000', '122916.192000', '122916.195000', '122916.197000', '122916.201000', '122916.204000', '122916.207000', '122916.210000', '122916.212000', '122916.216000', '122916.221000', '122916.224000', '122916.226000', '122916.229000', '122916.232000', '122916.235000', '122916.238000', '122916.240000', '122916.243000', '122916.246000', '122916.248000', '122916.251000', '122916.254000', '122916.257000', '122916.261000', '122916.264000'], 'InstanceCreationTime': ['121917.993000', '121917.997000', '121918.001000', '121918.004000', '121918.006000', '121918.009000', '121918.011000', '121918.014000', '121918.021000', '121918.024000', '121918.027000', '121918.029000', '121918.032000', '121918.035000', '121918.038000', '121918.041000', '121918.043000', '121918.046000', '121918.049000', '121918.051000', '121918.054000', '121918.057000', '121918.059000', '121918.062000', '121918.064000', '121918.067000', '121918.070000', '121918.073000', '121918.075000', '121918.078000', '121918.080000', '121918.083000', '121918.086000', '121918.088000', '121937.954000', '121937.957000', '121937.960000', '121937.962000', '121937.965000', '121937.975000', '121937.978000', '121937.990000', '121937.992000', '121937.995000', '121937.997000', '121938.001000', '121938.004000', '121938.006000', '121938.009000', '121938.011000', '121938.014000', '121938.017000', '121938.019000', '121938.022000', '121938.024000', '121938.027000', '121938.030000', '121938.032000', '121938.035000', '121938.037000', '121938.040000', '121938.043000', '121938.045000', '121938.048000', '121938.050000', '121938.053000', '121938.055000', '121938.058000', '121938.061000', '121938.063000', '121938.066000', '121938.068000', '121938.071000', '121938.073000', '121938.076000', '121938.079000', '121938.081000', '121938.084000', '121957.955000', '121957.958000', '121957.960000', '121957.963000', '121957.973000', '121957.976000', '121957.979000', '121957.981000', '121957.984000', '121957.986000', '121957.989000', '121957.991000', '121957.994000', '121957.997000', '121958.001000', '121958.003000', '121958.006000', '121958.008000', '121958.011000', '121958.014000', '121958.016000', '121958.019000', '121958.021000', '121958.024000', '121958.027000', '121958.029000', '121958.032000', '121958.034000', '121958.037000', '121958.039000', '121958.042000', '121958.045000', '121958.047000', '121958.050000', '121958.052000', '121958.055000', '121958.057000', '121958.060000', '121958.063000', '121958.065000', '121958.068000', '121958.070000', '121958.073000', '122017.955000', '122017.957000', '122017.960000', '122017.963000', '122017.965000', '122017.968000', '122017.971000', '122017.973000', '122017.976000', '122017.978000', '122017.981000', '122017.983000', '122017.986000', '122017.989000', '122017.991000', '122017.994000', '122017.996000', '122018.000000', '122018.003000', '122018.005000', '122018.008000', '122018.011000', '122018.013000', '122018.016000', '122018.018000', '122018.021000', '122018.023000', '122018.026000', '122018.029000', '122018.031000', '122018.034000', '122018.036000', '122018.039000', '122018.041000', '122018.044000', '122018.047000', '122018.049000', '122018.052000', '122018.054000', '122018.057000', '122018.060000', '122018.062000', '122018.065000', '122037.955000', '122037.958000', '122037.961000', '122037.963000', '122037.966000', '122037.969000', '122037.971000', '122037.974000', '122037.976000', '122037.979000', '122037.982000', '122037.984000', '122037.987000', '122037.989000', '122037.992000', '122037.994000', '122037.997000', '122038.000000', '122038.002000', '122038.005000', '122038.008000', '122038.010000', '122038.013000', '122038.016000', '122038.018000', '122038.021000', '122038.023000', '122038.026000', '122038.028000', '122038.031000', '122038.033000', '122038.036000', '122038.039000', '122038.041000', '122038.044000', '122038.046000', '122038.049000', '122038.052000', '122038.054000', '122038.057000', '122038.060000', '122038.062000', '122038.065000', '122038.067000', '122057.955000', '122057.958000', '122057.961000', '122057.964000', '122057.967000', '122057.969000', '122057.972000', '122057.975000', '122057.977000', '122057.980000', '122057.982000', '122057.985000', '122057.988000', '122057.990000', '122057.993000', '122057.995000', '122057.998000', '122058.001000', '122058.005000', '122058.007000', '122058.010000', '122058.013000', '122058.015000', '122058.018000', '122058.020000', '122058.023000', '122058.026000', '122058.028000', '122058.031000', '122058.033000', '122058.036000', '122058.039000', '122058.041000', '122058.044000', '122058.046000', '122058.049000', '122058.052000', '122058.054000', '122058.057000', '122058.060000', '122058.062000', '122058.065000', '122058.067000', '122117.955000', '122117.958000', '122117.961000', '122117.970000', '122117.973000', '122117.975000', '122117.978000', '122117.981000', '122117.983000', '122117.986000', '122117.988000', '122117.991000', '122117.994000', '122117.996000', '122118.000000', '122118.002000', '122118.005000', '122118.008000', '122118.011000', '122118.013000', '122118.016000', '122118.018000', '122118.021000', '122118.023000', '122118.026000', '122118.029000', '122118.031000', '122118.034000', '122118.037000', '122118.039000', '122118.042000', '122118.044000', '122118.047000', '122118.050000', '122118.052000', '122118.055000', '122118.057000', '122118.060000', '122118.062000', '122118.065000', '122118.068000', '122118.070000', '122118.073000', '122118.075000', '122137.955000', '122137.958000', '122137.962000', '122137.964000', '122137.967000', '122137.970000', '122137.972000', '122137.975000', '122137.978000', '122137.980000', '122137.983000', '122137.985000', '122137.988000', '122137.990000', '122137.993000', '122137.996000', '122137.998000', '122138.002000', '122138.005000', '122138.007000', '122138.010000', '122138.013000', '122138.015000', '122138.018000', '122138.020000', '122138.023000', '122138.026000', '122138.031000', '122138.034000', '122138.036000', '122138.039000', '122138.042000', '122138.044000', '122138.047000', '122138.049000', '122138.052000', '122138.054000', '122138.057000', '122138.060000', '122138.062000', '122138.065000', '122138.067000', '122138.070000', '122157.954000', '122157.957000', '122157.960000', '122157.963000', '122157.965000', '122157.968000', '122157.970000', '122157.973000', '122157.976000', '122157.978000', '122157.981000', '122157.983000', '122157.986000', '122157.989000', '122157.991000', '122157.994000', '122157.997000', '122158.000000', '122158.003000', '122158.006000', '122158.008000', '122158.011000', '122158.014000', '122158.016000', '122158.019000', '122158.021000', '122158.024000', '122158.027000', '122158.029000', '122158.032000', '122158.035000', '122158.037000', '122158.040000', '122158.042000', '122158.045000', '122158.048000', '122158.050000', '122158.053000', '122158.055000', '122158.058000', '122158.061000', '122158.063000', '122158.066000', '122158.068000', '122217.955000', '122217.957000', '122217.960000', '122217.963000', '122217.965000', '122217.968000', '122217.970000', '122217.973000', '122217.975000', '122217.978000', '122217.981000', '122217.983000', '122217.986000', '122217.988000', '122217.991000', '122217.994000', '122217.996000', '122218.000000', '122218.003000', '122218.005000', '122218.008000', '122218.011000', '122218.014000', '122218.016000', '122218.019000', '122218.021000', '122218.024000', '122218.027000', '122218.029000', '122218.032000', '122218.035000', '122218.037000', '122218.040000', '122218.042000', '122218.047000', '122218.050000', '122218.052000', '122218.055000', '122218.057000', '122218.060000', '122218.062000', '122218.065000', '122218.068000', '122237.954000', '122237.957000', '122237.960000', '122237.962000', '122237.965000', '122237.968000', '122237.970000', '122237.973000', '122237.975000', '122237.978000', '122237.981000', '122237.983000', '122237.986000', '122237.988000', '122237.991000', '122237.994000', '122237.996000', '122238.000000', '122238.002000', '122238.005000', '122238.008000', '122238.010000', '122238.013000', '122238.015000', '122238.018000', '122238.021000', '122238.023000', '122238.026000', '122238.028000', '122238.031000', '122238.034000', '122238.036000', '122238.039000', '122238.041000', '122238.044000', '122238.047000', '122238.049000', '122238.052000', '122238.054000', '122238.057000', '122238.060000', '122238.062000', '122238.076000', '122238.079000', '122257.955000', '122257.958000', '122257.961000', '122257.964000', '122257.966000', '122257.969000', '122257.971000', '122257.974000', '122257.977000', '122257.979000', '122257.982000', '122257.984000', '122257.987000', '122257.990000', '122257.992000', '122257.995000', '122257.998000', '122258.000000', '122258.003000', '122258.005000', '122258.008000', '122258.011000', '122258.013000', '122258.016000', '122258.018000', '122258.021000', '122258.024000', '122258.026000', '122258.029000', '122258.031000', '122258.034000', '122258.037000', '122258.039000', '122258.042000', '122258.045000', '122258.048000', '122258.051000', '122258.054000', '122258.056000', '122258.059000', '122258.061000', '122258.064000', '122258.067000', '122317.956000', '122317.958000', '122317.961000', '122317.964000', '122317.966000', '122317.969000', '122317.971000', '122317.974000', '122317.977000', '122317.979000', '122317.982000', '122317.984000', '122317.987000', '122317.990000', '122317.992000', '122317.995000', '122317.998000', '122318.000000', '122318.003000', '122318.005000', '122318.008000', '122318.011000', '122318.013000', '122318.016000', '122318.018000', '122318.021000', '122318.023000', '122318.026000', '122318.029000', '122318.031000', '122318.034000', '122318.037000', '122318.039000', '122318.042000', '122318.044000', '122318.047000', '122318.050000', '122318.052000', '122318.055000', '122318.057000', '122318.060000', '122318.063000', '122318.065000', '122318.068000', '122337.956000', '122337.958000', '122337.961000', '122337.964000', '122337.966000', '122337.969000', '122337.972000', '122337.974000', '122337.977000', '122337.979000', '122337.982000', '122337.985000', '122337.987000', '122337.990000', '122337.992000', '122337.995000', '122337.998000', '122338.001000', '122338.004000', '122338.007000', '122338.009000', '122338.012000', '122338.014000', '122338.017000', '122338.020000', '122338.023000', '122338.025000', '122338.028000', '122338.030000', '122338.033000', '122338.036000', '122338.038000', '122338.041000', '122338.044000', '122338.046000', '122338.049000', '122338.052000', '122338.054000', '122338.057000', '122338.060000', '122338.062000', '122338.065000', '122338.067000', '122357.955000', '122357.958000', '122357.960000', '122357.963000', '122357.965000', '122357.968000', '122357.971000', '122357.973000', '122357.976000', '122357.978000', '122357.981000', '122357.984000', '122357.986000', '122357.989000', '122357.991000', '122357.994000', '122357.997000', '122357.999000', '122358.002000', '122358.004000', '122358.007000', '122358.010000', '122358.012000', '122358.015000', '122358.018000', '122358.020000', '122358.023000', '122358.026000', '122358.028000', '122358.031000', '122358.034000', '122358.036000', '122358.039000', '122358.041000', '122358.044000', '122358.046000', '122358.049000', '122358.052000', '122358.054000', '122358.057000', '122358.060000', '122358.062000', '122358.065000', '122358.067000', '122417.955000', '122417.958000', '122417.960000', '122417.963000', '122417.966000', '122417.968000', '122417.971000', '122417.973000', '122417.976000', '122417.988000', '122417.991000', '122417.993000', '122417.996000', '122418.000000', '122418.002000', '122418.005000', '122418.008000', '122418.010000', '122418.013000', '122418.015000', '122418.018000', '122418.021000', '122418.023000', '122418.026000', '122418.028000', '122418.031000', '122418.034000', '122418.036000', '122418.039000', '122418.041000', '122418.044000', '122418.047000', '122418.049000', '122418.052000', '122418.054000', '122418.057000', '122418.060000', '122418.062000', '122418.065000', '122418.068000', '122418.070000', '122418.073000', '122418.075000', '122437.955000', '122437.957000', '122437.960000', '122437.963000', '122437.965000', '122437.968000', '122437.971000', '122437.973000', '122437.976000', '122437.980000', '122437.983000', '122437.986000', '122437.988000', '122437.991000', '122437.993000', '122437.996000', '122438.000000', '122438.002000', '122438.005000', '122438.007000', '122438.010000', '122438.013000', '122438.015000', '122438.018000', '122438.021000', '122438.023000', '122438.026000', '122438.028000', '122438.031000', '122438.034000', '122438.036000', '122438.039000', '122438.041000', '122438.044000', '122438.047000', '122438.049000', '122438.052000', '122438.055000', '122438.057000', '122438.060000', '122438.062000', '122438.065000', '122438.068000', '122438.070000', '122457.955000', '122457.957000', '122457.960000', '122457.963000', '122457.965000', '122457.968000', '122457.970000', '122457.973000', '122457.976000', '122457.978000', '122457.981000', '122457.983000', '122457.986000', '122457.988000', '122457.991000', '122457.994000', '122457.996000', '122458.000000', '122458.002000', '122458.005000', '122458.007000', '122458.010000', '122458.013000', '122458.015000', '122458.018000', '122458.020000', '122458.023000', '122458.026000', '122458.028000', '122458.031000', '122458.034000', '122458.036000', '122458.039000', '122458.041000', '122458.044000', '122458.046000', '122458.049000', '122458.052000', '122458.054000', '122458.057000', '122458.059000', '122458.062000', '122458.065000', '122517.955000', '122517.958000', '122517.961000', '122517.963000', '122517.966000', '122517.969000', '122517.971000', '122517.974000', '122517.976000', '122517.979000', '122517.982000', '122517.984000', '122517.987000', '122517.989000', '122517.992000', '122517.994000', '122517.997000', '122518.000000', '122518.002000', '122518.005000', '122518.007000', '122518.010000', '122518.013000', '122518.015000', '122518.018000', '122518.020000', '122518.023000', '122518.026000', '122518.028000', '122518.031000', '122518.034000', '122518.036000', '122518.039000', '122518.041000', '122518.044000', '122518.047000', '122518.049000', '122518.052000', '122518.055000', '122518.057000', '122518.060000', '122518.062000', '122518.065000', '122518.067000', '122537.956000', '122537.959000', '122537.961000', '122537.964000', '122537.966000', '122537.969000', '122537.972000', '122537.974000', '122537.977000', '122537.979000', '122537.982000', '122537.985000', '122537.987000', '122537.990000', '122537.993000', '122537.995000', '122537.998000', '122538.001000', '122538.004000', '122538.007000', '122538.017000', '122538.020000', '122538.022000', '122538.025000', '122538.027000', '122538.030000', '122538.033000', '122538.035000', '122538.038000', '122538.040000', '122538.043000', '122538.045000', '122538.048000', '122538.051000', '122538.053000', '122538.056000', '122538.058000', '122538.061000', '122538.064000', '122538.066000', '122538.069000', '122538.071000', '122538.074000', '122557.956000', '122557.958000', '122557.961000', '122557.964000', '122557.966000', '122557.969000', '122557.972000', '122557.974000', '122557.977000', '122557.979000', '122557.982000', '122557.985000', '122557.988000', '122557.990000', '122557.993000', '122557.995000', '122557.998000', '122558.001000', '122558.003000', '122558.006000', '122558.008000', '122558.011000', '122558.014000', '122558.016000', '122558.019000', '122558.022000', '122558.024000', '122558.027000', '122558.030000', '122558.032000', '122558.035000', '122558.037000', '122558.040000', '122558.043000', '122558.045000', '122558.048000', '122558.050000', '122558.053000', '122558.056000', '122558.058000', '122558.061000', '122558.063000', '122558.066000', '122558.068000', '122617.955000', '122617.957000', '122617.960000', '122617.963000', '122617.965000', '122617.968000', '122617.971000', '122617.974000', '122617.976000', '122617.979000', '122617.981000', '122617.984000', '122617.987000', '122617.989000', '122617.992000', '122617.994000', '122617.997000', '122618.000000', '122618.002000', '122618.005000', '122618.008000', '122618.010000', '122618.013000', '122618.015000', '122618.018000', '122618.020000', '122618.023000', '122618.026000', '122618.028000', '122618.031000', '122618.034000', '122618.036000', '122618.039000', '122618.042000', '122618.044000', '122618.047000', '122618.049000', '122618.052000', '122618.054000', '122618.057000', '122618.060000', '122618.062000', '122618.065000', '122637.955000', '122637.957000', '122637.960000', '122637.963000', '122637.965000', '122637.968000', '122637.971000', '122637.973000', '122637.976000', '122637.978000', '122637.981000', '122637.984000', '122637.986000', '122637.989000', '122637.991000', '122637.994000', '122637.997000', '122638.000000', '122638.003000', '122638.006000', '122638.008000', '122638.011000', '122638.013000', '122638.016000', '122638.019000', '122638.021000', '122638.024000', '122638.026000', '122638.029000', '122638.032000', '122638.034000', '122638.037000', '122638.040000', '122638.042000', '122638.045000', '122638.048000', '122638.050000', '122638.053000', '122638.055000', '122638.058000', '122638.060000', '122638.063000', '122638.066000', '122638.068000', '122657.955000', '122657.957000', '122657.960000', '122657.963000', '122657.965000', '122657.968000', '122657.971000', '122657.973000', '122657.976000', '122657.978000', '122657.981000', '122657.983000', '122657.986000', '122657.989000', '122657.991000', '122657.994000', '122657.996000', '122658.000000', '122658.003000', '122658.005000', '122658.008000', '122658.011000', '122658.013000', '122658.016000', '122658.018000', '122658.021000', '122658.024000', '122658.026000', '122658.029000', '122658.032000', '122658.041000', '122658.044000', '122658.047000', '122658.049000', '122658.052000', '122658.054000', '122658.057000', '122658.059000', '122658.062000', '122658.065000', '122658.067000', '122658.070000', '122658.072000', '122717.955000', '122717.957000', '122717.960000', '122717.963000', '122717.966000', '122717.969000', '122717.972000', '122717.974000', '122717.977000', '122717.979000', '122717.982000', '122717.985000', '122717.987000', '122717.990000', '122717.993000', '122717.995000', '122717.998000', '122718.001000', '122718.004000', '122718.007000', '122718.009000', '122718.012000', '122718.015000', '122718.018000', '122718.020000', '122718.023000', '122718.025000', '122718.028000', '122718.031000', '122718.034000', '122718.036000', '122718.039000', '122718.041000', '122718.044000', '122718.047000', '122718.049000', '122718.052000', '122718.054000', '122718.057000', '122718.060000', '122718.062000', '122718.065000', '122718.067000', '122718.070000', '122737.956000', '122737.959000', '122737.961000', '122737.964000', '122737.966000', '122737.969000', '122737.972000', '122737.974000', '122737.977000', '122737.979000', '122737.982000', '122737.985000', '122737.987000', '122737.990000', '122737.993000', '122737.995000', '122737.998000', '122738.002000', '122738.004000', '122738.007000', '122738.009000', '122738.012000', '122738.015000', '122738.017000', '122738.020000', '122738.022000', '122738.025000', '122738.028000', '122738.030000', '122738.033000', '122738.036000', '122738.038000', '122738.041000', '122738.043000', '122738.046000', '122738.049000', '122738.051000', '122738.054000', '122738.056000', '122738.059000', '122738.062000', '122738.064000', '122738.067000', '122757.956000', '122757.958000', '122757.961000', '122757.964000', '122757.966000', '122757.969000', '122757.972000', '122757.974000', '122757.977000', '122757.979000', '122757.982000', '122757.985000', '122757.987000', '122757.990000', '122757.992000', '122757.995000', '122757.998000', '122758.001000', '122758.004000', '122758.006000', '122758.009000', '122758.011000', '122758.014000', '122758.017000', '122758.019000', '122758.022000', '122758.024000', '122758.027000', '122758.030000', '122758.032000', '122758.035000', '122758.038000', '122758.040000', '122758.043000', '122758.045000', '122758.048000', '122758.051000', '122758.053000', '122758.056000', '122758.058000', '122758.061000', '122758.064000', '122758.066000', '122758.069000', '122817.956000', '122817.959000', '122817.962000', '122817.964000', '122817.967000', '122817.969000', '122817.972000', '122817.975000', '122817.977000', '122817.980000', '122817.983000', '122817.985000', '122817.988000', '122818.002000', '122818.005000', '122818.007000', '122818.010000', '122818.013000', '122818.015000', '122818.018000', '122818.020000', '122818.023000', '122818.026000', '122818.028000', '122818.031000', '122818.033000', '122818.036000', '122818.039000', '122818.042000', '122818.044000', '122818.047000', '122818.050000', '122818.053000', '122818.055000', '122818.058000', '122818.060000', '122818.063000', '122818.066000', '122818.068000', '122818.071000', '122818.073000', '122818.076000', '122818.079000', '122837.955000', '122837.957000', '122837.960000', '122837.963000', '122837.965000', '122837.968000', '122837.970000', '122837.973000', '122837.976000', '122837.978000', '122837.981000', '122837.983000', '122837.986000', '122837.989000', '122837.991000', '122837.994000', '122837.997000', '122837.999000', '122838.003000', '122838.005000', '122838.008000', '122838.011000', '122838.013000', '122838.016000', '122838.018000', '122838.021000', '122838.024000', '122838.026000', '122838.029000', '122838.032000', '122838.034000', '122838.037000', '122838.039000', '122838.042000', '122838.045000', '122838.048000', '122838.050000', '122838.053000', '122838.055000', '122838.058000', '122838.061000', '122838.063000', '122838.066000', '122857.955000', '122857.958000', '122857.960000', '122857.963000', '122857.965000', '122857.968000', '122857.971000', '122857.973000', '122857.976000', '122857.978000', '122857.981000', '122857.984000', '122857.986000', '122857.989000', '122857.992000', '122857.994000', '122857.997000', '122858.000000', '122858.002000', '122858.005000', '122858.007000', '122858.010000', '122858.013000', '122858.015000', '122858.018000', '122858.020000', '122858.023000', '122858.026000', '122858.028000', '122858.031000', '122858.034000', '122858.036000', '122858.039000', '122858.041000', '122858.044000', '122858.046000', '122858.049000', '122858.052000', '122858.054000', '122858.057000', '122858.059000', '122858.062000', '122858.065000', '122858.067000', '122916.150000', '122916.153000', '122916.156000', '122916.158000', '122916.161000', '122916.164000', '122916.167000', '122916.169000', '122916.172000', '122916.175000', '122916.178000', '122916.180000', '122916.183000', '122916.186000', '122916.189000', '122916.192000', '122916.195000', '122916.197000', '122916.201000', '122916.204000', '122916.207000', '122916.210000', '122916.212000', '122916.216000', '122916.221000', '122916.224000', '122916.226000', '122916.229000', '122916.232000', '122916.235000', '122916.238000', '122916.240000', '122916.243000', '122916.246000', '122916.248000', '122916.251000', '122916.254000', '122916.257000', '122916.261000', '122916.264000'], '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': [11047, 7868, 8578, 7862, 7933, 7721, 7855, 8013, 8260, 7776, 7758, 8022, 6512, 8003, 10370, 7021, 10093, 7028, 9105, 7236, 9020, 6321, 8972, 7528, 12366, 6328, 9099, 5423, 8790, 5991, 8731, 6401, 8390, 6888, 7900, 9009, 6804, 9388, 6921, 9739, 5780, 8729, 7419, 8368, 6469, 7752, 6184, 6782, 5442, 7050, 9108, 7004, 9310, 6295, 7983, 5859, 9651, 5846, 9902, 7970, 11660, 7232, 11298, 5762, 8661, 7631, 8644, 7944, 11167, 6951, 8477, 10514, 7926, 13320, 8910, 12905, 7576, 9310, 5954, 8367, 5708, 9924, 6733, 11354, 6473, 8539, 5392, 8065, 10113, 7727, 12467, 7125, 12577, 8056, 11599, 6280, 8437, 7937, 8442, 6328, 8258, 6285, 8262, 9433, 7262, 10347, 7565, 8595, 5836, 8758, 7632, 8634, 7610, 8633, 6870, 7985, 8616, 6304, 9903, 7174, 9141, 5620, 8272, 5650, 8267, 7402, 7683, 6215, 7899, 6263, 8060, 6759, 8125, 5866, 7578, 12715, 6347, 10023, 5722, 8465, 6801, 8277, 5905, 8104, 5590, 8271, 7457, 8150, 13325, 7631, 12033, 6205, 9904, 7159, 9052, 7182, 9216, 5915, 8936, 5637, 8322, 6940, 8116, 5717, 8354, 6258, 8344, 7109, 7903, 9383, 7710, 9152, 6647, 9699, 5799, 9863, 6875, 9304, 6021, 9153, 5596, 7524, 5593, 7918, 5806, 9389, 5774, 7749, 6781, 7373, 5372, 7931, 5645, 7365, 11345, 5776, 11700, 8765, 11141, 5948, 8821, 6561, 9400, 6075, 8282, 6678, 7799, 7090, 8147, 6804, 8596, 5751, 7627, 7802, 6997, 9182, 6941, 9174, 6287, 10454, 6619, 9298, 6502, 9438, 7140, 8161, 7206, 8216, 5649, 7824, 7522, 7627, 8847, 7582, 10918, 7151, 12076, 6225, 9704, 6683, 9692, 6651, 8532, 7774, 8502, 8060, 7655, 13191, 5583, 8759, 5778, 8655, 5728, 8471, 6926, 8149, 7401, 7261, 10990, 7184, 9076, 5940, 8302, 5576, 8460, 6085, 7831, 7204, 8087, 6441, 7358, 5707, 7810, 6079, 7753, 8419, 6779, 11268, 8333, 12026, 8076, 11849, 6845, 10510, 6057, 8993, 7923, 8720, 11037, 9076, 10114, 7963, 9116, 7493, 13047, 8106, 12208, 5931, 9418, 5681, 8761, 6116, 8660, 8187, 8074, 5564, 7433, 7665, 6642, 9401, 6105, 9767, 5959, 8138, 7376, 7559, 5677, 7038, 7778, 6364, 8473, 5759, 10387, 5788, 8915, 6496, 9353, 6269, 8966, 5688, 8044, 6174, 6801, 5641, 6717, 6816, 6819, 6705, 8230, 6398, 8538, 5685, 9827, 5933, 9405, 6610, 10695, 7342, 13720, 9751, 14045, 10503, 13608, 10430, 14423, 10786, 14137, 8012, 10707, 7797, 6835, 7906, 7848, 7774, 10053, 6672, 8725, 7648, 10290, 7376, 11684, 7162, 9623, 7031, 9259, 6443, 8797, 6866, 8454, 6234, 8755, 6654, 8554, 10413, 7965, 9616, 7157, 8392, 6716, 10437, 8160, 9788, 5881, 7608, 5981, 7282, 6375, 9394, 6201, 8801, 6424, 9916, 5585, 8509, 5751, 8556, 5668, 8580, 5737, 8275, 8546, 9239, 8387, 9007, 7817, 8250, 6892, 8452, 7204, 8324, 7693, 7478, 11171, 7134, 9859, 6706, 8157, 6512, 8897, 6440, 10263, 7448, 10857, 6491, 8752, 6395, 8626, 5823, 8430, 10730, 6446, 9403, 7195, 8320, 6303, 6809, 10327, 6589, 9224, 5881, 8018, 5553, 7300, 5517, 6047, 7416, 6146, 9860, 6630, 8968, 5780, 8143, 5810, 7648, 5571, 7428, 12208, 6993, 10078, 8069, 12893, 7377, 12510, 5810, 9383, 5722, 8228, 7142, 7156, 13675, 7038, 11092, 6628, 7873, 5884, 7689, 13691, 8955, 13604, 5722, 10678, 6292, 7717, 5960, 7145, 5790, 6873, 5495, 6395, 10539, 6027, 10217, 7044, 10384, 7327, 9527, 5942, 8369, 5838, 10441, 7259, 13422, 7045, 10805, 6324, 8309, 7349, 10770, 10496, 8212, 13827, 6734, 11508, 5991, 9653, 8230, 8718, 5884, 8159, 6931, 7678, 7911, 7880, 5918, 7589, 5790, 7248, 5511, 7027, 6566, 7077, 10301, 7237, 10813, 5747, 9075, 5807, 9150, 6499, 10102, 8248, 8013, 7473, 7953, 5567, 8080, 6952, 7781, 5944, 7420, 6577, 7849, 6866, 8783, 6830, 8821, 6411, 7594, 9277, 6515, 10372, 6419, 9575, 6374, 8896, 7840, 8685, 13415, 8792, 13753, 7569, 10518, 6676, 8749, 6586, 9060, 6356, 8224, 5942, 8303, 5647, 9120, 5839, 9769, 6052, 9012, 5798, 8018, 5496, 8092, 7032, 7436, 6032, 9749, 6110, 9941, 7774, 11742, 8552, 6648, 8586, 6526, 8971, 9013, 9321, 8235, 11129, 7788, 13547, 6204, 9965, 5894, 6471, 6459, 8155, 6885, 10561, 6767, 9302, 7315, 11300, 7952, 13190, 7794, 7806, 7865, 5954, 7832, 6775, 7877, 7894, 7888, 10483, 7753, 13631, 8889, 10965, 7809, 9222, 7391, 7971, 6895, 10414, 7625, 12351, 7563, 13953, 6961, 10714, 6310, 8780, 6002, 8712, 6928, 8126, 6854, 8491, 5881, 8305, 7485, 7378, 8537, 7011, 7186, 7605, 7223, 7691, 5879, 9826, 6373, 10279, 6659, 9541, 8165, 8539, 5633, 8525, 8121, 8579, 12395, 8537, 13769, 10248, 11530, 8054, 8574, 7781, 8371, 8001, 8635, 8049, 8542, 9279, 8246, 8509, 7881, 8507, 7933, 10191, 7762, 8506, 7558, 7493, 7476, 5621, 7731, 6220, 7845, 8580, 7478, 9306, 7315, 6616, 6628, 7327, 6583, 10932, 6567, 9893, 7320, 12739, 7258, 10952, 5724, 8612, 5778, 8361, 5887, 9022, 6593, 8416, 6038, 8601, 5732, 8922, 5801, 9300, 7353, 11766, 6472, 8549, 5595, 8683, 6614, 8576, 7719, 8512, 6297, 8305, 6302, 8524, 6946, 8405, 7413, 8450, 6464, 8278, 6405, 8143, 8167, 7249, 11402, 6568, 8908, 5782, 8398, 7671, 8579, 5994, 8321, 8935, 7801, 10656, 7363, 10650, 7889, 12245, 6069, 9369, 5789, 9125, 5959, 8537, 5730, 8333, 5933, 8766, 6392, 7586, 10400, 5900, 8863, 6130, 8272, 10109, 7676, 11928, 6731, 8792, 7875, 8529, 7336, 7501, 6899, 6964, 10524, 6783, 9930, 6941, 9107, 6017, 7804, 6483, 7979, 6657, 10315, 5741, 8900, 7129, 7853, 8887, 6314, 10265, 6705, 9690, 6396, 10818, 6739, 8758, 5909, 8374, 6007, 8331, 6135, 8243, 6444, 7574, 9320, 6445, 10333, 6082, 10157, 8299, 10707, 6974, 8442, 5614, 7985, 6360, 7617, 5936, 7249, 10045, 5880, 9613, 6082, 8722, 6133, 8189, 5704, 7681, 5535, 6332, 7573, 6254, 8201, 6541, 6434, 7245, 6294, 8158, 5957, 9083, 6119, 8124, 11431, 6399, 13477, 8678, 12417, 7181, 10141, 6693, 9972, 11680, 9384, 12873, 7654, 10913, 8554, 9660, 7819, 12572, 7190, 8478, 7228, 5807, 7577, 5674, 7593, 7991, 6792, 11047, 6455, 9449, 6920, 9883, 6840, 8995, 6928, 8473, 5867, 8247, 6115, 7995, 6232, 7469, 6325, 7142, 6435, 7977, 5917, 9032, 5984, 9777, 6132, 8742, 7240, 8014, 6009, 7980, 9773, 8386, 12755, 6622, 11392, 5955, 9744, 8213, 9184, 8416, 13039, 7429, 9052, 6182, 5714, 6288, 6235, 9108, 6203, 9208, 5811, 8416, 5912, 8894, 5641, 11538, 7831, 13264, 9111, 11283, 10274, 13494, 7666, 9918, 5786, 8593, 5514, 8252, 5745, 9207, 5651, 8729, 5691, 8053, 6671, 6956, 6747, 5680, 7449, 5654, 7225, 6999, 8067, 5855, 7567, 5507, 7716, 8902, 7920, 7912, 7730, 5712, 7912, 6029, 7791, 9843, 9030, 5890, 7577, 5847, 7708, 8529, 8272, 12071, 7163, 11775, 6284, 10678, 8888, 11768, 7828, 10740, 6101, 8807, 6276, 8947, 7848, 10413, 6435, 8952, 6113, 8799, 6319, 9295, 6522, 11151, 6270, 7919, 5941, 7652, 6870, 10141, 7272, 12599, 8496, 13302, 7765, 11171, 7630, 12312, 7081, 9238, 6096, 8617, 7816, 8785, 8459, 8476, 5862, 8115, 6024, 7963, 5749, 7745, 5735, 7741, 6374, 7207, 5898, 7979, 6232, 9156, 6079, 9931, 5988, 9102, 5922, 8696, 6599, 8349, 7766, 10643, 6484, 9270, 5929, 8637, 5996, 8722, 8485, 11369, 8563, 8233, 8344, 8361, 8089, 8762, 7557, 12297, 7934, 11260, 5747, 8091, 5792, 8071, 5839, 8594, 7090, 6951, 8300, 7376, 9534, 6914, 10857, 6050, 11336, 6876, 12009, 8071, 14011, 9514, 12063, 5857, 8526, 5693, 8506, 5759, 8389, 5783, 8729, 5863, 8387, 5770, 6182, 7151, 5947, 8942, 5588, 9137, 6019, 8706, 7741, 8709, 7041, 8575, 7271, 8679, 7815, 9859, 12210, 9729, 11837, 8743, 9138, 8523, 7257, 8396, 10349, 8726, 9219, 8575, 7640, 8181, 12436, 8550, 9692, 8760, 5792, 8654, 5906, 8559, 6573, 8644, 6647, 8543, 6001, 8414, 6273, 8436, 8190, 8209, 6617, 8416, 6587, 8557, 6493, 8968, 6137, 8786, 6322, 8583, 6242, 8565, 6700, 8500, 7490, 8505, 5826, 8202, 9354, 7944, 10144, 7855, 10101, 8080, 8757, 8281, 6753, 8610, 6908, 8133, 6433, 8191, 6801, 9348, 6082, 7127, 7230, 5992, 7839, 9699, 11018, 8278, 7913, 5887, 8087, 5954, 8008, 5790, 8141, 6400, 8533, 6808, 8503, 7331, 8708, 7558, 8442, 7771, 8266, 7984, 8572, 7798, 8749, 6574, 8679, 7300, 8713, 7676, 8716, 7571, 8714, 6446, 8595, 6175, 8251, 5721, 7416, 6129, 8093, 5862, 7980, 5871, 8254, 5949, 10315, 5825, 7466, 7246, 5957, 7887, 6617, 8131, 7070, 11321, 5795, 8992, 6081, 8945, 6045, 9736, 7142, 9695, 7129, 13231, 7278, 10340, 5929, 5465, 5890, 6086, 7650, 6750, 8527, 6911, 7559, 8101, 7272, 11536, 7609, 12297, 8684, 13855, 10782, 13178, 8746, 8445, 7624, 5639, 7419, 5616, 7371, 5781, 7420, 7484, 7760, 7639, 7920, 8040, 10881, 6289, 8017, 5874, 8320, 5815, 8998, 6850, 10431, 7571, 13154, 7300, 8890, 7680, 6005, 8230], 'WindowCenter': [3582.0, 3544.0, 3540.0, 3528.0, 3516.0, 3514.0, 3514.0, 3514.0, 3513.0, 3513.0, 3513.0, 3526.0, 3492.0, 3513.0, 3522.0, 3501.0, 3522.0, 3501.0, 3511.0, 3501.0, 3510.0, 3488.0, 3511.0, 3499.0, 3531.0, 3477.0, 3508.0, 3468.0, 3510.0, 3490.0, 3511.0, 3489.0, 3511.0, 3488.0, 3511.0, 3510.0, 3490.0, 3510.0, 3501.0, 3522.0, 3479.0, 3512.0, 3501.0, 3511.0, 3490.0, 3513.0, 3504.0, 3503.0, 3481.0, 3515.0, 3526.0, 3517.0, 3537.0, 3505.0, 3527.0, 3507.0, 3537.0, 3494.0, 3536.0, 3527.0, 3548.0, 3515.0, 3547.0, 3494.0, 3524.0, 3513.0, 3524.0, 3514.0, 3534.0, 3502.0, 3513.0, 3522.0, 3511.0, 3545.0, 3524.0, 3545.0, 3501.0, 3522.0, 3492.0, 3511.0, 3481.0, 3535.0, 3503.0, 3535.0, 3491.0, 3524.0, 3479.0, 3511.0, 3521.0, 3499.0, 3532.0, 3489.0, 3533.0, 3500.0, 3531.0, 3489.0, 3509.0, 3498.0, 3509.0, 3489.0, 3511.0, 3489.0, 3511.0, 3510.0, 3500.0, 3521.0, 3500.0, 3510.0, 3478.0, 3509.0, 3499.0, 3511.0, 3499.0, 3510.0, 3489.0, 3511.0, 3509.0, 3489.0, 3520.0, 3501.0, 3521.0, 3491.0, 3511.0, 3491.0, 3511.0, 3502.0, 3514.0, 3492.0, 3514.0, 3492.0, 3514.0, 3503.0, 3514.0, 3492.0, 3514.0, 3557.0, 3506.0, 3537.0, 3493.0, 3513.0, 3502.0, 3513.0, 3480.0, 3513.0, 3480.0, 3511.0, 3500.0, 3500.0, 3543.0, 3499.0, 3531.0, 3476.0, 3519.0, 3488.0, 3510.0, 3489.0, 3509.0, 3479.0, 3510.0, 3478.0, 3509.0, 3488.0, 3499.0, 3479.0, 3511.0, 3490.0, 3512.0, 3501.0, 3511.0, 3510.0, 3499.0, 3509.0, 3489.0, 3520.0, 3478.0, 3521.0, 3490.0, 3522.0, 3490.0, 3521.0, 3479.0, 3512.0, 3481.0, 3512.0, 3492.0, 3537.0, 3493.0, 3514.0, 3503.0, 3513.0, 3481.0, 3514.0, 3492.0, 3514.0, 3535.0, 3492.0, 3547.0, 3524.0, 3534.0, 3492.0, 3524.0, 3502.0, 3522.0, 3491.0, 3511.0, 3501.0, 3512.0, 3502.0, 3513.0, 3503.0, 3524.0, 3492.0, 3515.0, 3512.0, 3503.0, 3525.0, 3502.0, 3522.0, 3491.0, 3534.0, 3501.0, 3524.0, 3491.0, 3521.0, 3502.0, 3512.0, 3501.0, 3511.0, 3479.0, 3512.0, 3501.0, 3512.0, 3511.0, 3511.0, 3532.0, 3501.0, 3533.0, 3491.0, 3522.0, 3489.0, 3522.0, 3490.0, 3510.0, 3500.0, 3511.0, 3499.0, 3499.0, 3531.0, 3467.0, 3509.0, 3478.0, 3510.0, 3478.0, 3509.0, 3500.0, 3509.0, 3499.0, 3500.0, 3532.0, 3500.0, 3509.0, 3478.0, 3510.0, 3480.0, 3512.0, 3490.0, 3513.0, 3502.0, 3511.0, 3491.0, 3502.0, 3493.0, 3514.0, 3492.0, 3514.0, 3514.0, 3504.0, 3536.0, 3526.0, 3546.0, 3513.0, 3534.0, 3502.0, 3533.0, 3491.0, 3523.0, 3511.0, 3511.0, 3532.0, 3510.0, 3521.0, 3510.0, 3510.0, 3499.0, 3542.0, 3499.0, 3531.0, 3477.0, 3509.0, 3478.0, 3509.0, 3478.0, 3510.0, 3510.0, 3499.0, 3467.0, 3501.0, 3498.0, 3500.0, 3521.0, 3490.0, 3521.0, 3479.0, 3511.0, 3500.0, 3500.0, 3478.0, 3501.0, 3501.0, 3491.0, 3511.0, 3480.0, 3533.0, 3491.0, 3523.0, 3491.0, 3525.0, 3504.0, 3523.0, 3481.0, 3513.0, 3492.0, 3502.0, 3493.0, 3504.0, 3516.0, 3505.0, 3516.0, 3528.0, 3506.0, 3538.0, 3496.0, 3548.0, 3507.0, 3537.0, 3517.0, 3536.0, 3515.0, 3557.0, 3524.0, 3557.0, 3523.0, 3543.0, 3521.0, 3542.0, 3518.0, 3529.0, 3485.0, 3506.0, 3486.0, 3474.0, 3497.0, 3496.0, 3497.0, 3507.0, 3487.0, 3497.0, 3499.0, 3520.0, 3488.0, 3519.0, 3487.0, 3508.0, 3488.0, 3508.0, 3477.0, 3497.0, 3487.0, 3498.0, 3476.0, 3498.0, 3475.0, 3496.0, 3507.0, 3496.0, 3506.0, 3486.0, 3496.0, 3487.0, 3519.0, 3510.0, 3520.0, 3478.0, 3500.0, 3491.0, 3501.0, 3491.0, 3522.0, 3491.0, 3524.0, 3492.0, 3523.0, 3481.0, 3524.0, 3493.0, 3523.0, 3481.0, 3512.0, 3480.0, 3513.0, 3513.0, 3525.0, 3513.0, 3523.0, 3502.0, 3512.0, 3501.0, 3512.0, 3513.0, 3514.0, 3501.0, 3501.0, 3533.0, 3502.0, 3521.0, 3491.0, 3511.0, 3490.0, 3510.0, 3489.0, 3522.0, 3501.0, 3521.0, 3489.0, 3510.0, 3489.0, 3510.0, 3466.0, 3499.0, 3520.0, 3477.0, 3509.0, 3487.0, 3498.0, 3475.0, 3487.0, 3519.0, 3488.0, 3510.0, 3477.0, 3500.0, 3467.0, 3501.0, 3480.0, 3492.0, 3502.0, 3493.0, 3536.0, 3505.0, 3537.0, 3494.0, 3515.0, 3495.0, 3516.0, 3495.0, 3517.0, 3548.0, 3504.0, 3536.0, 3515.0, 3559.0, 3515.0, 3547.0, 3494.0, 3537.0, 3495.0, 3526.0, 3503.0, 3504.0, 3559.0, 3504.0, 3536.0, 3504.0, 3514.0, 3481.0, 3514.0, 3546.0, 3513.0, 3545.0, 3481.0, 3523.0, 3489.0, 3501.0, 3490.0, 3503.0, 3481.0, 3503.0, 3483.0, 3506.0, 3536.0, 3492.0, 3535.0, 3504.0, 3536.0, 3516.0, 3536.0, 3506.0, 3525.0, 3494.0, 3537.0, 3516.0, 3558.0, 3504.0, 3535.0, 3492.0, 3512.0, 3502.0, 3535.0, 3522.0, 3511.0, 3544.0, 3489.0, 3520.0, 3477.0, 3510.0, 3509.0, 3509.0, 3478.0, 3499.0, 3500.0, 3500.0, 3512.0, 3513.0, 3479.0, 3502.0, 3480.0, 3502.0, 3482.0, 3503.0, 3503.0, 3504.0, 3537.0, 3515.0, 3535.0, 3493.0, 3523.0, 3492.0, 3524.0, 3492.0, 3534.0, 3512.0, 3512.0, 3501.0, 3512.0, 3480.0, 3514.0, 3502.0, 3513.0, 3491.0, 3502.0, 3502.0, 3513.0, 3503.0, 3524.0, 3504.0, 3526.0, 3505.0, 3529.0, 3537.0, 3503.0, 3524.0, 3492.0, 3523.0, 3491.0, 3512.0, 3499.0, 3511.0, 3531.0, 3498.0, 3531.0, 3486.0, 3507.0, 3475.0, 3497.0, 3476.0, 3497.0, 3477.0, 3497.0, 3478.0, 3510.0, 3480.0, 3523.0, 3492.0, 3535.0, 3492.0, 3525.0, 3494.0, 3515.0, 3496.0, 3526.0, 3516.0, 3515.0, 3506.0, 3537.0, 3495.0, 3536.0, 3516.0, 3547.0, 3525.0, 3504.0, 3524.0, 3492.0, 3524.0, 3512.0, 3512.0, 3512.0, 3533.0, 3501.0, 3546.0, 3491.0, 3522.0, 3479.0, 3489.0, 3490.0, 3512.0, 3502.0, 3534.0, 3492.0, 3523.0, 3503.0, 3534.0, 3513.0, 3544.0, 3501.0, 3500.0, 3500.0, 3491.0, 3513.0, 3502.0, 3513.0, 3512.0, 3513.0, 3523.0, 3502.0, 3545.0, 3511.0, 3521.0, 3499.0, 3509.0, 3499.0, 3499.0, 3489.0, 3521.0, 3500.0, 3533.0, 3500.0, 3543.0, 3489.0, 3520.0, 3489.0, 3510.0, 3478.0, 3497.0, 3488.0, 3499.0, 3488.0, 3509.0, 3479.0, 3511.0, 3499.0, 3502.0, 3510.0, 3488.0, 3489.0, 3500.0, 3501.0, 3501.0, 3482.0, 3524.0, 3493.0, 3535.0, 3503.0, 3524.0, 3501.0, 3512.0, 3478.0, 3511.0, 3499.0, 3510.0, 3531.0, 3499.0, 3531.0, 3507.0, 3506.0, 3483.0, 3483.0, 3471.0, 3483.0, 3483.0, 3496.0, 3483.0, 3494.0, 3492.0, 3484.0, 3483.0, 3484.0, 3494.0, 3497.0, 3507.0, 3486.0, 3496.0, 3486.0, 3486.0, 3499.0, 3479.0, 3501.0, 3478.0, 3500.0, 3510.0, 3501.0, 3524.0, 3501.0, 3491.0, 3502.0, 3501.0, 3501.0, 3533.0, 3490.0, 3523.0, 3503.0, 3545.0, 3501.0, 3533.0, 3481.0, 3512.0, 3493.0, 3513.0, 3494.0, 3526.0, 3505.0, 3527.0, 3492.0, 3511.0, 3506.0, 3525.0, 3493.0, 3524.0, 3502.0, 3533.0, 3490.0, 3510.0, 3468.0, 3510.0, 3488.0, 3511.0, 3500.0, 3510.0, 3489.0, 3510.0, 3488.0, 3509.0, 3489.0, 3511.0, 3489.0, 3499.0, 3477.0, 3510.0, 3490.0, 3500.0, 3498.0, 3499.0, 3534.0, 3489.0, 3510.0, 3478.0, 3510.0, 3499.0, 3510.0, 3477.0, 3509.0, 3508.0, 3498.0, 3520.0, 3500.0, 3521.0, 3499.0, 3531.0, 3479.0, 3509.0, 3478.0, 3510.0, 3491.0, 3523.0, 3491.0, 3512.0, 3504.0, 3525.0, 3492.0, 3512.0, 3534.0, 3480.0, 3512.0, 3478.0, 3510.0, 3520.0, 3499.0, 3531.0, 3476.0, 3498.0, 3496.0, 3497.0, 3486.0, 3487.0, 3486.0, 3487.0, 3519.0, 3490.0, 3521.0, 3501.0, 3511.0, 3491.0, 3501.0, 3491.0, 3512.0, 3504.0, 3535.0, 3493.0, 3524.0, 3501.0, 3513.0, 3512.0, 3491.0, 3533.0, 3490.0, 3523.0, 3490.0, 3533.0, 3489.0, 3510.0, 3479.0, 3510.0, 3479.0, 3510.0, 3490.0, 3512.0, 3490.0, 3501.0, 3521.0, 3490.0, 3521.0, 3490.0, 3521.0, 3512.0, 3522.0, 3500.0, 3510.0, 3479.0, 3510.0, 3490.0, 3512.0, 3490.0, 3512.0, 3522.0, 3481.0, 3522.0, 3491.0, 3512.0, 3491.0, 3510.0, 3492.0, 3514.0, 3480.0, 3505.0, 3514.0, 3505.0, 3526.0, 3505.0, 3505.0, 3515.0, 3505.0, 3527.0, 3507.0, 3537.0, 3505.0, 3529.0, 3549.0, 3507.0, 3559.0, 3527.0, 3547.0, 3503.0, 3535.0, 3504.0, 3524.0, 3533.0, 3511.0, 3531.0, 3499.0, 3519.0, 3509.0, 3509.0, 3498.0, 3531.0, 3488.0, 3509.0, 3499.0, 3477.0, 3500.0, 3478.0, 3512.0, 3511.0, 3490.0, 3533.0, 3490.0, 3522.0, 3501.0, 3521.0, 3490.0, 3510.0, 3487.0, 3498.0, 3465.0, 3497.0, 3476.0, 3499.0, 3477.0, 3499.0, 3490.0, 3500.0, 3502.0, 3512.0, 3492.0, 3524.0, 3494.0, 3537.0, 3493.0, 3525.0, 3513.0, 3513.0, 3491.0, 3513.0, 3523.0, 3513.0, 3544.0, 3490.0, 3531.0, 3478.0, 3522.0, 3512.0, 3522.0, 3512.0, 3545.0, 3514.0, 3524.0, 3493.0, 3493.0, 3503.0, 3505.0, 3537.0, 3505.0, 3537.0, 3507.0, 3526.0, 3495.0, 3525.0, 3493.0, 3535.0, 3502.0, 3545.0, 3512.0, 3522.0, 3521.0, 3532.0, 3487.0, 3507.0, 3465.0, 3496.0, 3465.0, 3509.0, 3478.0, 3510.0, 3480.0, 3510.0, 3480.0, 3511.0, 3503.0, 3502.0, 3502.0, 3491.0, 3501.0, 3480.0, 3502.0, 3504.0, 3515.0, 3492.0, 3514.0, 3481.0, 3513.0, 3524.0, 3513.0, 3512.0, 3513.0, 3480.0, 3512.0, 3491.0, 3514.0, 3536.0, 3524.0, 3479.0, 3501.0, 3479.0, 3500.0, 3512.0, 3511.0, 3533.0, 3500.0, 3532.0, 3488.0, 3521.0, 3512.0, 3532.0, 3500.0, 3521.0, 3477.0, 3497.0, 3477.0, 3511.0, 3500.0, 3520.0, 3490.0, 3510.0, 3478.0, 3509.0, 3489.0, 3522.0, 3490.0, 3532.0, 3492.0, 3512.0, 3491.0, 3500.0, 3490.0, 3521.0, 3502.0, 3545.0, 3512.0, 3543.0, 3499.0, 3519.0, 3498.0, 3531.0, 3487.0, 3508.0, 3464.0, 3497.0, 3487.0, 3497.0, 3497.0, 3497.0, 3465.0, 3497.0, 3475.0, 3497.0, 3465.0, 3498.0, 3465.0, 3499.0, 3489.0, 3501.0, 3480.0, 3512.0, 3491.0, 3523.0, 3491.0, 3523.0, 3493.0, 3525.0, 3492.0, 3513.0, 3491.0, 3513.0, 3514.0, 3534.0, 3490.0, 3523.0, 3491.0, 3511.0, 3479.0, 3512.0, 3512.0, 3533.0, 3510.0, 3510.0, 3509.0, 3510.0, 3511.0, 3512.0, 3501.0, 3533.0, 3500.0, 3531.0, 3480.0, 3511.0, 3492.0, 3512.0, 3481.0, 3523.0, 3503.0, 3502.0, 3513.0, 3514.0, 3525.0, 3504.0, 3534.0, 3491.0, 3532.0, 3489.0, 3532.0, 3499.0, 3544.0, 3509.0, 3531.0, 3478.0, 3498.0, 3477.0, 3497.0, 3465.0, 3498.0, 3478.0, 3509.0, 3479.0, 3511.0, 3480.0, 3506.0, 3516.0, 3505.0, 3538.0, 3495.0, 3540.0, 3494.0, 3513.0, 3513.0, 3511.0, 3489.0, 3510.0, 3489.0, 3499.0, 3499.0, 3509.0, 3519.0, 3495.0, 3504.0, 3482.0, 3481.0, 3481.0, 3469.0, 3481.0, 3491.0, 3481.0, 3480.0, 3480.0, 3469.0, 3480.0, 3502.0, 3480.0, 3479.0, 3480.0, 3448.0, 3481.0, 3450.0, 3493.0, 3471.0, 3494.0, 3472.0, 3494.0, 3461.0, 3495.0, 3474.0, 3496.0, 3496.0, 3497.0, 3475.0, 3498.0, 3487.0, 3509.0, 3478.0, 3510.0, 3478.0, 3510.0, 3490.0, 3510.0, 3489.0, 3511.0, 3490.0, 3511.0, 3501.0, 3512.0, 3480.0, 3511.0, 3510.0, 3499.0, 3520.0, 3498.0, 3508.0, 3498.0, 3497.0, 3497.0, 3475.0, 3497.0, 3473.0, 3496.0, 3475.0, 3499.0, 3487.0, 3510.0, 3478.0, 3500.0, 3502.0, 3492.0, 3502.0, 3523.0, 3534.0, 3512.0, 3500.0, 3481.0, 3514.0, 3492.0, 3513.0, 3480.0, 3512.0, 3490.0, 3511.0, 3489.0, 3510.0, 3488.0, 3498.0, 3487.0, 3496.0, 3485.0, 3484.0, 3484.0, 3495.0, 3484.0, 3494.0, 3462.0, 3495.0, 3473.0, 3495.0, 3484.0, 3495.0, 3486.0, 3496.0, 3476.0, 3498.0, 3477.0, 3510.0, 3466.0, 3500.0, 3477.0, 3511.0, 3480.0, 3513.0, 3480.0, 3513.0, 3492.0, 3535.0, 3493.0, 3503.0, 3503.0, 3492.0, 3514.0, 3503.0, 3515.0, 3505.0, 3548.0, 3494.0, 3526.0, 3505.0, 3524.0, 3492.0, 3524.0, 3504.0, 3525.0, 3505.0, 3547.0, 3504.0, 3535.0, 3494.0, 3482.0, 3493.0, 3493.0, 3516.0, 3505.0, 3527.0, 3516.0, 3517.0, 3515.0, 3515.0, 3535.0, 3503.0, 3534.0, 3512.0, 3545.0, 3523.0, 3543.0, 3511.0, 3511.0, 3499.0, 3479.0, 3501.0, 3481.0, 3501.0, 3479.0, 3501.0, 3501.0, 3502.0, 3502.0, 3512.0, 3512.0, 3534.0, 3491.0, 3500.0, 3479.0, 3510.0, 3479.0, 3511.0, 3491.0, 3533.0, 3501.0, 3544.0, 3500.0, 3511.0, 3500.0, 3478.0, 3499.0], 'WindowWidth': [8116.0, 8051.0, 8038.0, 8017.0, 7996.0, 7992.0, 7990.0, 7990.0, 7987.0, 7986.0, 7988.0, 8008.0, 7957.0, 7987.0, 7997.0, 7967.0, 7995.0, 7967.0, 7979.0, 7965.0, 7977.0, 7946.0, 7980.0, 7961.0, 8006.0, 7928.0, 7971.0, 7919.0, 7978.0, 7951.0, 7978.0, 7946.0, 7977.0, 7945.0, 7979.0, 7975.0, 7950.0, 7978.0, 7967.0, 7994.0, 7934.0, 7984.0, 7968.0, 7981.0, 7951.0, 7985.0, 7976.0, 7975.0, 7942.0, 7992.0, 8010.0, 7998.0, 8025.0, 7978.0, 8010.0, 7986.0, 8024.0, 7963.0, 8020.0, 8013.0, 8043.0, 7991.0, 8037.0, 7965.0, 8002.0, 7987.0, 8001.0, 7987.0, 8016.0, 7969.0, 7984.0, 7995.0, 7979.0, 8033.0, 8003.0, 8032.0, 7967.0, 7998.0, 7959.0, 7982.0, 7941.0, 8018.0, 7973.0, 8019.0, 7955.0, 8000.0, 7937.0, 7980.0, 7991.0, 7960.0, 8009.0, 7948.0, 8015.0, 7962.0, 8007.0, 7947.0, 7972.0, 7957.0, 7973.0, 7948.0, 7979.0, 7948.0, 7981.0, 7977.0, 7962.0, 7992.0, 7962.0, 7976.0, 7932.0, 7974.0, 7961.0, 7979.0, 7961.0, 7978.0, 7947.0, 7979.0, 7974.0, 7947.0, 7990.0, 7967.0, 7992.0, 7954.0, 7980.0, 7954.0, 7981.0, 7969.0, 7990.0, 7958.0, 7988.0, 7958.0, 7990.0, 7973.0, 7989.0, 7959.0, 7990.0, 8052.0, 7982.0, 8026.0, 7962.0, 7986.0, 7969.0, 7985.0, 7940.0, 7984.0, 7938.0, 7980.0, 7964.0, 7964.0, 8025.0, 7961.0, 8008.0, 7926.0, 7987.0, 7945.0, 7976.0, 7947.0, 7974.0, 7935.0, 7978.0, 7934.0, 7975.0, 7945.0, 7962.0, 7936.0, 7981.0, 7952.0, 7982.0, 7966.0, 7979.0, 7978.0, 7961.0, 7975.0, 7947.0, 7989.0, 7934.0, 7995.0, 7951.0, 7995.0, 7951.0, 7993.0, 7939.0, 7984.0, 7945.0, 7985.0, 7960.0, 8025.0, 7962.0, 7988.0, 7974.0, 7987.0, 7943.0, 7989.0, 7958.0, 7990.0, 8020.0, 7956.0, 8038.0, 8002.0, 8015.0, 7958.0, 8002.0, 7970.0, 8000.0, 7954.0, 7979.0, 7969.0, 7983.0, 7972.0, 7988.0, 7974.0, 8003.0, 7958.0, 7993.0, 7985.0, 7973.0, 8006.0, 7970.0, 7998.0, 7955.0, 8017.0, 7968.0, 8004.0, 7954.0, 7994.0, 7969.0, 7982.0, 7966.0, 7983.0, 7936.0, 7981.0, 7967.0, 7983.0, 7981.0, 7982.0, 8012.0, 7966.0, 8013.0, 7954.0, 7998.0, 7949.0, 7997.0, 7950.0, 7978.0, 7966.0, 7981.0, 7960.0, 7960.0, 8009.0, 7916.0, 7976.0, 7932.0, 7976.0, 7932.0, 7975.0, 7964.0, 7977.0, 7961.0, 7964.0, 8009.0, 7964.0, 7976.0, 7933.0, 7977.0, 7940.0, 7984.0, 7954.0, 7986.0, 7970.0, 7982.0, 7955.0, 7970.0, 7962.0, 7989.0, 7960.0, 7991.0, 7989.0, 7976.0, 8023.0, 8007.0, 8035.0, 7987.0, 8016.0, 7970.0, 8013.0, 7955.0, 7998.0, 7980.0, 7980.0, 8010.0, 7977.0, 7991.0, 7977.0, 7978.0, 7961.0, 8025.0, 7960.0, 8006.0, 7930.0, 7973.0, 7933.0, 7974.0, 7932.0, 7978.0, 7975.0, 7962.0, 7916.0, 7966.0, 7961.0, 7965.0, 7994.0, 7951.0, 7995.0, 7936.0, 7980.0, 7964.0, 7964.0, 7934.0, 7968.0, 7966.0, 7955.0, 7982.0, 7939.0, 8012.0, 7956.0, 7998.0, 7956.0, 8006.0, 7976.0, 8001.0, 7942.0, 7985.0, 7960.0, 7974.0, 7963.0, 7978.0, 7997.0, 7981.0, 7998.0, 8016.0, 7984.0, 8028.0, 7970.0, 8042.0, 7987.0, 8025.0, 7998.0, 8023.0, 7993.0, 8052.0, 8002.0, 8051.0, 7999.0, 8028.0, 7992.0, 8026.0, 7984.0, 8002.0, 7934.0, 7963.0, 7936.0, 7920.0, 7953.0, 7950.0, 7954.0, 7967.0, 7941.0, 7954.0, 7959.0, 7988.0, 7943.0, 7985.0, 7942.0, 7970.0, 7943.0, 7970.0, 7927.0, 7955.0, 7942.0, 7955.0, 7926.0, 7957.0, 7922.0, 7952.0, 7966.0, 7949.0, 7963.0, 7936.0, 7950.0, 7940.0, 7987.0, 7976.0, 7990.0, 7932.0, 7962.0, 7955.0, 7966.0, 7954.0, 7997.0, 7953.0, 8000.0, 7956.0, 7999.0, 7940.0, 8000.0, 7961.0, 7998.0, 7940.0, 7984.0, 7938.0, 7983.0, 7986.0, 8005.0, 7984.0, 7999.0, 7968.0, 7982.0, 7967.0, 7984.0, 7988.0, 7989.0, 7965.0, 7967.0, 8013.0, 7970.0, 7994.0, 7954.0, 7980.0, 7952.0, 7976.0, 7947.0, 7997.0, 7965.0, 7992.0, 7946.0, 7974.0, 7947.0, 7975.0, 7912.0, 7959.0, 7989.0, 7927.0, 7973.0, 7941.0, 7956.0, 7922.0, 7942.0, 7986.0, 7945.0, 7975.0, 7929.0, 7962.0, 7916.0, 7966.0, 7938.0, 7959.0, 7970.0, 7961.0, 8021.0, 7980.0, 8025.0, 7963.0, 7991.0, 7967.0, 7995.0, 7966.0, 7997.0, 8040.0, 7975.0, 8022.0, 7992.0, 8057.0, 7992.0, 8036.0, 7965.0, 8023.0, 7967.0, 8008.0, 7972.0, 7976.0, 8058.0, 7975.0, 8022.0, 7975.0, 7988.0, 7940.0, 7989.0, 8036.0, 7983.0, 8033.0, 7940.0, 7997.0, 7948.0, 7966.0, 7951.0, 7973.0, 7940.0, 7973.0, 7947.0, 7983.0, 8021.0, 7958.0, 8017.0, 7977.0, 8023.0, 7994.0, 8022.0, 7982.0, 8006.0, 7965.0, 8023.0, 7995.0, 8054.0, 7974.0, 8018.0, 7957.0, 7982.0, 7967.0, 8018.0, 7994.0, 7979.0, 8029.0, 7946.0, 7991.0, 7928.0, 7976.0, 7974.0, 7974.0, 7931.0, 7961.0, 7964.0, 7965.0, 7982.0, 7985.0, 7938.0, 7968.0, 7938.0, 7970.0, 7945.0, 7974.0, 7972.0, 7976.0, 8025.0, 7990.0, 8021.0, 7959.0, 8000.0, 7957.0, 8002.0, 7957.0, 8016.0, 7981.0, 7981.0, 7967.0, 7982.0, 7939.0, 7988.0, 7970.0, 7985.0, 7954.0, 7971.0, 7970.0, 7986.0, 7973.0, 8003.0, 7976.0, 8006.0, 7979.0, 8017.0, 8024.0, 7974.0, 8001.0, 7956.0, 7998.0, 7953.0, 7981.0, 7962.0, 7979.0, 8007.0, 7955.0, 8007.0, 7935.0, 7966.0, 7922.0, 7953.0, 7925.0, 7953.0, 7928.0, 7955.0, 7932.0, 7977.0, 7938.0, 7998.0, 7958.0, 8017.0, 7959.0, 8005.0, 7963.0, 7992.0, 7972.0, 8010.0, 7996.0, 7992.0, 7981.0, 8024.0, 7966.0, 8024.0, 7996.0, 8037.0, 8004.0, 7976.0, 8002.0, 7955.0, 8000.0, 7981.0, 7983.0, 7980.0, 8013.0, 7967.0, 8036.0, 7951.0, 7997.0, 7937.0, 7948.0, 7951.0, 7981.0, 7969.0, 8015.0, 7955.0, 7998.0, 7971.0, 8014.0, 7985.0, 8029.0, 7964.0, 7963.0, 7963.0, 7953.0, 7987.0, 7970.0, 7984.0, 7982.0, 7983.0, 8000.0, 7970.0, 8032.0, 7979.0, 7993.0, 7959.0, 7974.0, 7959.0, 7959.0, 7945.0, 7991.0, 7963.0, 8012.0, 7962.0, 8025.0, 7945.0, 7989.0, 7948.0, 7975.0, 7931.0, 7955.0, 7941.0, 7958.0, 7943.0, 7973.0, 7933.0, 7977.0, 7960.0, 7968.0, 7974.0, 7946.0, 7946.0, 7962.0, 7964.0, 7967.0, 7944.0, 8001.0, 7959.0, 8017.0, 7972.0, 8000.0, 7965.0, 7981.0, 7932.0, 7977.0, 7960.0, 7973.0, 8004.0, 7956.0, 8010.0, 7965.0, 7965.0, 7927.0, 7925.0, 7908.0, 7927.0, 7927.0, 7949.0, 7928.0, 7942.0, 7939.0, 7929.0, 7927.0, 7930.0, 7945.0, 7953.0, 7968.0, 7938.0, 7951.0, 7937.0, 7938.0, 7959.0, 7934.0, 7965.0, 7932.0, 7963.0, 7976.0, 7966.0, 8000.0, 7966.0, 7953.0, 7970.0, 7965.0, 7967.0, 8010.0, 7951.0, 7998.0, 7974.0, 8031.0, 7967.0, 8010.0, 7941.0, 7983.0, 7961.0, 7984.0, 7962.0, 8008.0, 7979.0, 8012.0, 7958.0, 7979.0, 7984.0, 8005.0, 7962.0, 8003.0, 7971.0, 8012.0, 7950.0, 7975.0, 7919.0, 7976.0, 7945.0, 7978.0, 7962.0, 7974.0, 7946.0, 7975.0, 7944.0, 7974.0, 7946.0, 7980.0, 7946.0, 7961.0, 7929.0, 7975.0, 7950.0, 7965.0, 7958.0, 7961.0, 8014.0, 7947.0, 7975.0, 7931.0, 7975.0, 7959.0, 7975.0, 7930.0, 7972.0, 7971.0, 7957.0, 7990.0, 7962.0, 7993.0, 7961.0, 8008.0, 7934.0, 7975.0, 7933.0, 7978.0, 7954.0, 7999.0, 7955.0, 7986.0, 7979.0, 8007.0, 7956.0, 7984.0, 8013.0, 7938.0, 7982.0, 7932.0, 7976.0, 7991.0, 7960.0, 8007.0, 7924.0, 7956.0, 7950.0, 7952.0, 7937.0, 7940.0, 7937.0, 7942.0, 7988.0, 7951.0, 7994.0, 7967.0, 7980.0, 7953.0, 7968.0, 7955.0, 7985.0, 7977.0, 8019.0, 7961.0, 8001.0, 7967.0, 7983.0, 7981.0, 7953.0, 8013.0, 7952.0, 8000.0, 7951.0, 8010.0, 7948.0, 7975.0, 7937.0, 7977.0, 7935.0, 7977.0, 7951.0, 7981.0, 7949.0, 7965.0, 7993.0, 7949.0, 7994.0, 7951.0, 7993.0, 7983.0, 7996.0, 7964.0, 7977.0, 7936.0, 7978.0, 7949.0, 7983.0, 7951.0, 7983.0, 7998.0, 7941.0, 7998.0, 7953.0, 7982.0, 7954.0, 7979.0, 7958.0, 7988.0, 7942.0, 7980.0, 7992.0, 7981.0, 8010.0, 7981.0, 7980.0, 7995.0, 7982.0, 8013.0, 7985.0, 8027.0, 7983.0, 8017.0, 8044.0, 7985.0, 8061.0, 8012.0, 8039.0, 7974.0, 8018.0, 7976.0, 8005.0, 8013.0, 7979.0, 8008.0, 7959.0, 7988.0, 7973.0, 7974.0, 7958.0, 8006.0, 7944.0, 7973.0, 7960.0, 7930.0, 7963.0, 7935.0, 7982.0, 7979.0, 7951.0, 8013.0, 7951.0, 7996.0, 7966.0, 7993.0, 7950.0, 7979.0, 7942.0, 7956.0, 7909.0, 7953.0, 7927.0, 7959.0, 7929.0, 7960.0, 7952.0, 7965.0, 7973.0, 7985.0, 7957.0, 8003.0, 7964.0, 8024.0, 7962.0, 8006.0, 7988.0, 7985.0, 7955.0, 7984.0, 8000.0, 7984.0, 8029.0, 7950.0, 8008.0, 7933.0, 7995.0, 7982.0, 7996.0, 7983.0, 8031.0, 7988.0, 8003.0, 7960.0, 7961.0, 7976.0, 7979.0, 8025.0, 7981.0, 8025.0, 7987.0, 8009.0, 7968.0, 8005.0, 7959.0, 8019.0, 7970.0, 8034.0, 7983.0, 7998.0, 7990.0, 8011.0, 7939.0, 7967.0, 7908.0, 7950.0, 7911.0, 7974.0, 7931.0, 7976.0, 7938.0, 7977.0, 7938.0, 7980.0, 7972.0, 7970.0, 7968.0, 7954.0, 7968.0, 7939.0, 7970.0, 7976.0, 7991.0, 7958.0, 7987.0, 7940.0, 7986.0, 8001.0, 7986.0, 7983.0, 7984.0, 7937.0, 7981.0, 7953.0, 7990.0, 8021.0, 8001.0, 7936.0, 7966.0, 7934.0, 7963.0, 7984.0, 7980.0, 8012.0, 7963.0, 8011.0, 7945.0, 7992.0, 7982.0, 8008.0, 7963.0, 7992.0, 7929.0, 7954.0, 7930.0, 7979.0, 7965.0, 7991.0, 7952.0, 7978.0, 7933.0, 7974.0, 7948.0, 7996.0, 7951.0, 8010.0, 7956.0, 7982.0, 7953.0, 7964.0, 7950.0, 7993.0, 7971.0, 8033.0, 7980.0, 8025.0, 7961.0, 7988.0, 7957.0, 8006.0, 7941.0, 7968.0, 7906.0, 7954.0, 7939.0, 7953.0, 7952.0, 7954.0, 7911.0, 7953.0, 7922.0, 7953.0, 7909.0, 7956.0, 7910.0, 7959.0, 7946.0, 7967.0, 7937.0, 7982.0, 7953.0, 7997.0, 7954.0, 7999.0, 7960.0, 8003.0, 7958.0, 7984.0, 7954.0, 7986.0, 7987.0, 8016.0, 7953.0, 7999.0, 7954.0, 7978.0, 7934.0, 7981.0, 7982.0, 8010.0, 7976.0, 7976.0, 7974.0, 7977.0, 7978.0, 7981.0, 7965.0, 8014.0, 7963.0, 8008.0, 7938.0, 7980.0, 7959.0, 7983.0, 7942.0, 8000.0, 7974.0, 7971.0, 7986.0, 7988.0, 8006.0, 7975.0, 8016.0, 7952.0, 8008.0, 7947.0, 8009.0, 7960.0, 8031.0, 7973.0, 8005.0, 7933.0, 7956.0, 7928.0, 7954.0, 7911.0, 7955.0, 7931.0, 7973.0, 7934.0, 7980.0, 7941.0, 7984.0, 7997.0, 7980.0, 8027.0, 7967.0, 8033.0, 7963.0, 7984.0, 7985.0, 7978.0, 7946.0, 7974.0, 7945.0, 7959.0, 7958.0, 7974.0, 7986.0, 7948.0, 7958.0, 7923.0, 7921.0, 7919.0, 7902.0, 7919.0, 7934.0, 7919.0, 7917.0, 7917.0, 7902.0, 7919.0, 7952.0, 7919.0, 7915.0, 7917.0, 7873.0, 7922.0, 7881.0, 7941.0, 7910.0, 7942.0, 7911.0, 7944.0, 7898.0, 7947.0, 7918.0, 7949.0, 7950.0, 7952.0, 7922.0, 7955.0, 7940.0, 7972.0, 7930.0, 7975.0, 7932.0, 7976.0, 7948.0, 7976.0, 7948.0, 7977.0, 7949.0, 7979.0, 7966.0, 7981.0, 7937.0, 7979.0, 7974.0, 7959.0, 7987.0, 7955.0, 7970.0, 7956.0, 7951.0, 7951.0, 7919.0, 7950.0, 7916.0, 7950.0, 7922.0, 7959.0, 7942.0, 7977.0, 7932.0, 7963.0, 7968.0, 7955.0, 7970.0, 7998.0, 8015.0, 7981.0, 7963.0, 7939.0, 7988.0, 7956.0, 7985.0, 7937.0, 7979.0, 7949.0, 7978.0, 7946.0, 7975.0, 7943.0, 7955.0, 7937.0, 7949.0, 7932.0, 7931.0, 7929.0, 7943.0, 7928.0, 7943.0, 7897.0, 7944.0, 7914.0, 7944.0, 7930.0, 7947.0, 7935.0, 7950.0, 7923.0, 7955.0, 7927.0, 7973.0, 7912.0, 7960.0, 7929.0, 7978.0, 7939.0, 7983.0, 7938.0, 7986.0, 7956.0, 8018.0, 7961.0, 7972.0, 7972.0, 7956.0, 7988.0, 7972.0, 7992.0, 7976.0, 8038.0, 7963.0, 8008.0, 7980.0, 8002.0, 7958.0, 8001.0, 7973.0, 8005.0, 7978.0, 8038.0, 7973.0, 8016.0, 7962.0, 7945.0, 7960.0, 7960.0, 7993.0, 7980.0, 8012.0, 7995.0, 7997.0, 7991.0, 7990.0, 8018.0, 7970.0, 8015.0, 7982.0, 8032.0, 7996.0, 8025.0, 7976.0, 7978.0, 7961.0, 7933.0, 7966.0, 7940.0, 7967.0, 7935.0, 7966.0, 7967.0, 7967.0, 7968.0, 7983.0, 7982.0, 8015.0, 7952.0, 7962.0, 7934.0, 7975.0, 7935.0, 7979.0, 7954.0, 8012.0, 7968.0, 8028.0, 7964.0, 7979.0, 7961.0, 7930.0, 7957.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.0001880705705705706</td></tr>
<tr><td colspan=3>aqi</td><td>0.020855553903903905</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.99139307150265</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2153455408264464</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000495177911326</td></tr>
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
<tr><td colspan=3>fber</td><td>4371.1919</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06031002140062344</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3003003003003003</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4129142210583012</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.299798036077633</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6398594825153907</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2990851445818805</td></tr>
<tr><td colspan=3>gcor</td><td>0.0193575</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015554914250969887</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03459097817540169</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9887014860165317</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.8022</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1897</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.0306</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295970.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>766.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.6871</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8983</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>394.1641</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2715.8543</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2870.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>719.6533</td></tr>
<tr><td colspan=3>tsnr</td><td>41.19663202157244</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>