<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-03/func/sub-0040_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>1dacffe59e37e94fd49475efab81a378</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:06:59.295000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997982, 0.0631513, 0.00656355, -0.0626129, 0.996038, -0.0631531]</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.082502</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7723, -7212, 542, 51, -24, -14, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d0d40ac5-7f4f-4054-acbf-033627029cc9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677513837814331, -0.16798582673072815, 0.028419507667422295, 126.04483032226562], [-0.16943031549453735, 2.6722965240478516, -0.169059619307518, -88.303955078125], [0.017609531059861183, 0.1694350391626358, 2.694552183151245, -57.42823791503906], [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': ['100659.295000', '100659.755000', '100700.215000', '100700.675000', '100701.135000', '100701.595000', '100702.055000', '100702.515000', '100702.975000', '100703.435000', '100703.895000', '100704.355000', '100704.815000', '100705.275000', '100705.735000', '100706.195000', '100706.655000', '100707.115000', '100707.575000', '100708.035000', '100708.495000', '100708.955000', '100709.415000', '100709.875000', '100710.335000', '100710.795000', '100711.255000', '100711.715000', '100712.175000', '100712.635000', '100713.095000', '100713.555000', '100714.015000', '100714.475000', '100714.935000', '100715.395000', '100715.855000', '100716.315000', '100716.775000', '100717.235000', '100717.695000', '100718.155000', '100718.615000', '100719.075000', '100719.535000', '100719.995000', '100720.455000', '100720.915000', '100721.375000', '100721.835000', '100722.295000', '100722.755000', '100723.215000', '100723.675000', '100724.135000', '100724.595000', '100725.055000', '100725.515000', '100725.975000', '100726.435000', '100726.895000', '100727.355000', '100727.815000', '100728.275000', '100728.735000', '100729.195000', '100729.655000', '100730.115000', '100730.575000', '100731.035000', '100731.495000', '100731.955000', '100732.415000', '100732.875000', '100733.335000', '100733.795000', '100734.255000', '100734.715000', '100735.175000', '100735.635000', '100736.095000', '100736.555000', '100737.015000', '100737.475000', '100737.935000', '100738.395000', '100738.855000', '100739.315000', '100739.775000', '100740.235000', '100740.695000', '100741.155000', '100741.615000', '100742.075000', '100742.535000', '100742.995000', '100743.455000', '100743.915000', '100744.375000', '100744.835000', '100745.295000', '100745.755000', '100746.215000', '100746.675000', '100747.135000', '100747.595000', '100748.055000', '100748.515000', '100748.975000', '100749.435000', '100749.895000', '100750.355000', '100750.815000', '100751.275000', '100751.735000', '100752.195000', '100752.655000', '100753.115000', '100753.575000', '100754.035000', '100754.495000', '100754.955000', '100755.415000', '100755.875000', '100756.335000', '100756.795000', '100757.255000', '100757.715000', '100758.175000', '100758.635000', '100759.095000', '100759.555000', '100800.015000', '100800.475000', '100800.935000', '100801.395000', '100801.855000', '100802.315000', '100802.775000', '100803.235000', '100803.695000', '100804.155000', '100804.615000', '100805.075000', '100805.535000', '100805.995000', '100806.455000', '100806.915000', '100807.375000', '100807.835000', '100808.295000', '100808.755000', '100809.215000', '100809.675000', '100810.135000', '100810.595000', '100811.055000', '100811.515000', '100811.975000', '100812.435000', '100812.895000', '100813.355000', '100813.815000', '100814.275000', '100814.735000', '100815.195000', '100815.655000', '100816.115000', '100816.575000', '100817.035000', '100817.495000', '100817.955000', '100818.415000', '100818.875000', '100819.335000', '100819.795000', '100820.255000', '100820.715000', '100821.175000', '100821.635000', '100822.095000', '100822.555000', '100823.015000', '100823.475000', '100823.935000', '100824.395000', '100824.855000', '100825.315000', '100825.775000', '100826.235000', '100826.695000', '100827.155000', '100827.615000', '100828.075000', '100828.535000', '100828.995000', '100829.455000', '100829.915000', '100830.375000', '100830.835000', '100831.295000', '100831.755000', '100832.215000', '100832.675000', '100833.135000', '100833.595000', '100834.055000', '100834.515000', '100834.975000', '100835.435000', '100835.895000', '100836.355000', '100836.815000', '100837.275000', '100837.735000', '100838.195000', '100838.655000', '100839.115000', '100839.575000', '100840.035000', '100840.495000', '100840.955000', '100841.415000', '100841.875000', '100842.335000', '100842.795000', '100843.255000', '100843.715000', '100844.175000', '100844.635000', '100845.095000', '100845.555000', '100846.015000', '100846.475000', '100846.935000', '100847.395000', '100847.855000', '100848.315000', '100848.775000', '100849.235000', '100849.695000', '100850.155000', '100850.615000', '100851.075000', '100851.535000', '100851.995000', '100852.455000', '100852.915000', '100853.375000', '100853.835000', '100854.295000', '100854.755000', '100855.215000', '100855.675000', '100856.135000', '100856.595000', '100857.055000', '100857.515000', '100857.975000', '100858.435000', '100858.895000', '100859.355000', '100859.815000', '100900.275000', '100900.735000', '100901.195000', '100901.655000', '100902.115000', '100902.575000', '100903.035000', '100903.495000', '100903.955000', '100904.415000', '100904.875000', '100905.335000', '100905.795000', '100906.255000', '100906.715000', '100907.175000', '100907.635000', '100908.095000', '100908.555000', '100909.015000', '100909.475000', '100909.935000', '100910.395000', '100910.855000', '100911.315000', '100911.775000', '100912.235000', '100912.695000', '100913.155000', '100913.615000', '100914.075000', '100914.535000', '100914.995000', '100915.455000', '100915.915000', '100916.375000', '100916.835000', '100917.295000', '100917.755000', '100918.215000', '100918.675000', '100919.135000', '100919.595000', '100920.055000', '100920.515000', '100920.975000', '100921.435000', '100921.895000', '100922.355000', '100922.815000', '100923.275000', '100923.735000', '100924.195000', '100924.655000', '100925.115000', '100925.575000', '100926.035000', '100926.495000', '100926.955000', '100927.415000', '100927.875000', '100928.335000', '100928.795000', '100929.255000', '100929.715000', '100930.175000', '100930.635000', '100931.095000', '100931.555000', '100932.015000', '100932.475000', '100932.935000', '100933.395000', '100933.855000', '100934.315000', '100934.775000', '100935.235000', '100935.695000', '100936.155000', '100936.615000', '100937.075000', '100937.535000', '100937.995000', '100938.455000', '100938.915000', '100939.375000', '100939.835000', '100940.295000', '100940.755000', '100941.215000', '100941.675000', '100942.135000', '100942.595000', '100943.055000', '100943.515000', '100943.975000', '100944.435000', '100944.895000', '100945.355000', '100945.815000', '100946.275000', '100946.735000', '100947.195000', '100947.655000', '100948.115000', '100948.575000', '100949.035000', '100949.495000', '100949.955000', '100950.415000', '100950.875000', '100951.335000', '100951.795000', '100952.255000', '100952.715000', '100953.175000', '100953.635000', '100954.095000', '100954.555000', '100955.015000', '100955.475000', '100955.935000', '100956.395000', '100956.855000', '100957.315000', '100957.775000', '100958.235000', '100958.695000', '100959.155000', '100959.615000', '101000.075000', '101000.535000', '101000.995000', '101001.455000', '101001.915000', '101002.375000', '101002.835000', '101003.295000', '101003.755000', '101004.215000', '101004.675000', '101005.135000', '101005.595000', '101006.055000', '101006.515000', '101006.975000', '101007.435000', '101007.895000', '101008.355000', '101008.815000', '101009.275000', '101009.735000', '101010.195000', '101010.655000', '101011.115000', '101011.575000', '101012.035000', '101012.495000', '101012.955000', '101013.415000', '101013.875000', '101014.335000', '101014.795000', '101015.255000', '101015.715000', '101016.175000', '101016.635000', '101017.095000', '101017.555000', '101018.015000', '101018.475000', '101018.935000', '101019.395000', '101019.855000', '101020.315000', '101020.775000', '101021.235000', '101021.695000', '101022.155000', '101022.615000', '101023.075000', '101023.535000', '101023.995000', '101024.455000', '101024.915000', '101025.375000', '101025.835000', '101026.295000', '101026.755000', '101027.215000', '101027.675000', '101028.135000', '101028.595000', '101029.055000', '101029.515000', '101029.975000', '101030.435000', '101030.895000', '101031.355000', '101031.815000', '101032.275000', '101032.735000', '101033.195000', '101033.655000', '101034.115000', '101034.575000', '101035.035000', '101035.495000', '101035.955000', '101036.415000', '101036.875000', '101037.335000', '101037.795000', '101038.255000', '101038.715000', '101039.175000', '101039.635000', '101040.095000', '101040.555000', '101041.015000', '101041.475000', '101041.935000', '101042.395000', '101042.855000', '101043.315000', '101043.775000', '101044.235000', '101044.695000', '101045.155000', '101045.615000', '101046.075000', '101046.535000', '101046.995000', '101047.455000', '101047.915000', '101048.375000', '101048.835000', '101049.295000', '101049.755000', '101050.215000', '101050.675000', '101051.135000', '101051.595000', '101052.055000', '101052.515000', '101052.975000', '101053.435000', '101053.895000', '101054.355000', '101054.815000', '101055.275000', '101055.735000', '101056.195000', '101056.655000', '101057.115000', '101057.575000', '101058.035000', '101058.495000', '101058.955000', '101059.415000', '101059.875000', '101100.335000', '101100.795000', '101101.255000', '101101.715000', '101102.175000', '101102.635000', '101103.095000', '101103.555000', '101104.015000', '101104.475000', '101104.935000', '101105.395000', '101105.855000', '101106.315000', '101106.775000', '101107.235000', '101107.695000', '101108.155000', '101108.615000', '101109.075000', '101109.535000', '101109.995000', '101110.455000', '101110.915000', '101111.375000', '101111.835000', '101112.295000', '101112.755000', '101113.215000', '101113.675000', '101114.135000', '101114.595000', '101115.055000', '101115.515000', '101115.975000', '101116.435000', '101116.895000', '101117.355000', '101117.815000', '101118.275000', '101118.735000', '101119.195000', '101119.655000', '101120.115000', '101120.575000', '101121.035000', '101121.495000', '101121.955000', '101122.415000', '101122.875000', '101123.335000', '101123.795000', '101124.255000', '101124.715000', '101125.175000', '101125.635000', '101126.095000', '101126.555000', '101127.015000', '101127.475000', '101127.935000', '101128.395000', '101128.855000', '101129.315000', '101129.775000', '101130.235000', '101130.695000', '101131.155000', '101131.615000', '101132.075000', '101132.535000', '101132.995000', '101133.455000', '101133.915000', '101134.375000', '101134.835000', '101135.295000', '101135.755000', '101136.215000', '101136.675000', '101137.135000', '101137.595000', '101138.055000', '101138.515000', '101138.975000', '101139.435000', '101139.895000', '101140.355000', '101140.815000', '101141.275000', '101141.735000', '101142.195000', '101142.655000', '101143.115000', '101143.575000', '101144.035000', '101144.495000', '101144.955000', '101145.415000', '101145.875000', '101146.335000', '101146.795000', '101147.255000', '101147.715000', '101148.175000', '101148.635000', '101149.095000', '101149.555000', '101150.015000', '101150.475000', '101150.935000', '101151.395000', '101151.855000', '101152.315000', '101152.775000', '101153.235000', '101153.695000', '101154.155000', '101154.615000', '101155.075000', '101155.535000', '101155.995000', '101156.455000', '101156.915000', '101157.375000', '101157.835000', '101158.295000', '101158.755000', '101159.215000', '101159.675000', '101200.135000', '101200.595000', '101201.055000', '101201.515000', '101201.975000', '101202.435000', '101202.895000', '101203.355000', '101203.815000', '101204.275000', '101204.735000', '101205.195000', '101205.655000', '101206.115000', '101206.575000', '101207.035000', '101207.495000', '101207.955000', '101208.415000', '101208.875000', '101209.335000', '101209.795000', '101210.255000', '101210.715000', '101211.175000', '101211.635000', '101212.095000', '101212.555000', '101213.015000', '101213.475000', '101213.935000', '101214.395000', '101214.855000', '101215.315000', '101215.775000', '101216.235000', '101216.695000', '101217.155000', '101217.615000', '101218.075000', '101218.535000', '101218.995000', '101219.455000', '101219.915000', '101220.375000', '101220.835000', '101221.295000', '101221.755000', '101222.215000', '101222.675000', '101223.135000', '101223.595000', '101224.055000', '101224.515000', '101224.975000', '101225.435000', '101225.895000', '101226.355000', '101226.815000', '101227.275000', '101227.735000', '101228.195000', '101228.655000', '101229.115000', '101229.575000', '101230.035000', '101230.495000', '101230.955000', '101231.415000', '101231.875000', '101232.335000', '101232.795000', '101233.255000', '101233.715000', '101234.175000', '101234.635000', '101235.095000', '101235.555000', '101236.015000', '101236.475000', '101236.935000', '101237.395000', '101237.855000', '101238.315000', '101238.775000', '101239.235000', '101239.695000', '101240.155000', '101240.615000', '101241.075000', '101241.535000', '101241.995000', '101242.455000', '101242.915000', '101243.375000', '101243.835000', '101244.295000', '101244.755000', '101245.215000', '101245.675000', '101246.135000', '101246.595000', '101247.055000', '101247.515000', '101247.975000', '101248.435000', '101248.895000', '101249.355000', '101249.815000', '101250.275000', '101250.735000', '101251.195000', '101251.655000', '101252.115000', '101252.575000', '101253.035000', '101253.495000', '101253.955000', '101254.415000', '101254.875000', '101255.335000', '101255.795000', '101256.255000', '101256.715000', '101257.175000', '101257.635000', '101258.095000', '101258.555000', '101259.015000', '101259.475000', '101259.935000', '101300.395000', '101300.855000', '101301.315000', '101301.775000', '101302.235000', '101302.695000', '101303.155000', '101303.615000', '101304.075000', '101304.535000', '101304.995000', '101305.455000', '101305.915000', '101306.375000', '101306.835000', '101307.295000', '101307.755000', '101308.215000', '101308.675000', '101309.135000', '101309.595000', '101310.055000', '101310.515000', '101310.975000', '101311.435000', '101311.895000', '101312.355000', '101312.815000', '101313.275000', '101313.735000', '101314.195000', '101314.655000', '101315.115000', '101315.575000', '101316.035000', '101316.495000', '101316.955000', '101317.415000', '101317.875000', '101318.335000', '101318.795000', '101319.255000', '101319.715000', '101320.175000', '101320.635000', '101321.095000', '101321.555000', '101322.015000', '101322.475000', '101322.935000', '101323.395000', '101323.855000', '101324.315000', '101324.775000', '101325.235000', '101325.695000', '101326.155000', '101326.615000', '101327.075000', '101327.535000', '101327.995000', '101328.455000', '101328.915000', '101329.375000', '101329.835000', '101330.295000', '101330.755000', '101331.215000', '101331.675000', '101332.135000', '101332.595000', '101333.055000', '101333.515000', '101333.975000', '101334.435000', '101334.895000', '101335.355000', '101335.815000', '101336.275000', '101336.735000', '101337.195000', '101337.655000', '101338.115000', '101338.575000', '101339.035000', '101339.495000', '101339.955000', '101340.415000', '101340.875000', '101341.335000', '101341.795000', '101342.255000', '101342.715000', '101343.175000', '101343.635000', '101344.095000', '101344.555000', '101345.015000', '101345.475000', '101345.935000', '101346.395000', '101346.855000', '101347.315000', '101347.775000', '101348.235000', '101348.695000', '101349.155000', '101349.615000', '101350.075000', '101350.535000', '101350.995000', '101351.455000', '101351.915000', '101352.375000', '101352.835000', '101353.295000', '101353.755000', '101354.215000', '101354.675000', '101355.135000', '101355.595000', '101356.055000', '101356.515000', '101356.975000', '101357.435000', '101357.895000', '101358.355000', '101358.815000', '101359.275000', '101359.735000', '101400.195000', '101400.655000', '101401.115000', '101401.575000', '101402.035000', '101402.495000', '101402.955000', '101403.415000', '101403.875000', '101404.335000', '101404.795000', '101405.255000', '101405.715000', '101406.175000', '101406.635000', '101407.095000', '101407.555000', '101408.015000', '101408.475000', '101408.935000', '101409.395000', '101409.855000', '101410.315000', '101410.775000', '101411.235000', '101411.695000', '101412.155000', '101412.615000', '101413.075000', '101413.535000', '101413.995000', '101414.455000', '101414.915000', '101415.375000', '101415.835000', '101416.295000', '101416.755000', '101417.215000', '101417.675000', '101418.135000', '101418.595000', '101419.055000', '101419.515000', '101419.975000', '101420.435000', '101420.895000', '101421.355000', '101421.815000', '101422.275000', '101422.735000', '101423.195000', '101423.655000', '101424.115000', '101424.575000', '101425.035000', '101425.495000', '101425.955000', '101426.415000', '101426.875000', '101427.335000', '101427.795000', '101428.255000', '101428.715000', '101429.175000', '101429.635000', '101430.095000', '101430.555000', '101431.015000', '101431.475000', '101431.935000', '101432.395000', '101432.855000', '101433.315000', '101433.775000', '101434.235000', '101434.695000', '101435.155000', '101435.615000', '101436.075000', '101436.535000', '101436.995000', '101437.455000', '101437.915000', '101438.375000', '101438.835000', '101439.295000', '101439.755000', '101440.215000', '101440.675000', '101441.135000', '101441.595000', '101442.055000', '101442.515000', '101442.975000', '101443.435000', '101443.895000', '101444.355000', '101444.815000', '101445.275000', '101445.735000', '101446.195000', '101446.655000', '101447.115000', '101447.575000', '101448.035000', '101448.495000', '101448.955000', '101449.415000', '101449.875000', '101450.335000', '101450.795000', '101451.255000', '101451.715000', '101452.175000', '101452.635000', '101453.095000', '101453.555000', '101454.015000', '101454.475000', '101454.935000', '101455.395000', '101455.855000', '101456.315000', '101456.775000', '101457.235000', '101457.695000', '101458.155000', '101458.615000', '101459.075000', '101459.535000', '101459.995000', '101500.455000', '101500.915000', '101501.375000', '101501.835000', '101502.295000', '101502.755000', '101503.215000', '101503.675000', '101504.135000', '101504.595000', '101505.055000', '101505.515000', '101505.975000', '101506.435000', '101506.895000', '101507.355000', '101507.815000', '101508.275000', '101508.735000', '101509.195000', '101509.655000', '101510.115000', '101510.575000', '101511.035000', '101511.495000', '101511.955000', '101512.415000', '101512.875000', '101513.335000', '101513.795000', '101514.255000', '101514.715000', '101515.175000', '101515.635000', '101516.095000', '101516.555000', '101517.015000', '101517.475000', '101517.935000', '101518.395000', '101518.855000', '101519.315000', '101519.775000', '101520.235000', '101520.695000', '101521.155000', '101521.615000', '101522.075000', '101522.535000', '101522.995000', '101523.455000', '101523.915000', '101524.375000', '101524.835000', '101525.295000', '101525.755000', '101526.215000', '101526.675000', '101527.135000', '101527.595000', '101528.055000', '101528.515000', '101528.975000', '101529.435000', '101529.895000', '101530.355000', '101530.815000', '101531.275000', '101531.735000', '101532.195000', '101532.655000', '101533.115000', '101533.575000', '101534.035000', '101534.495000', '101534.955000', '101535.415000', '101535.875000', '101536.335000', '101536.795000', '101537.255000', '101537.715000', '101538.175000', '101538.635000', '101539.095000', '101539.555000', '101540.015000', '101540.475000', '101540.935000', '101541.395000', '101541.855000', '101542.315000', '101542.775000', '101543.235000', '101543.695000', '101544.155000', '101544.615000', '101545.075000', '101545.535000', '101545.995000', '101546.455000', '101546.915000', '101547.375000', '101547.835000', '101548.295000', '101548.755000', '101549.215000', '101549.675000', '101550.135000', '101550.595000', '101551.055000', '101551.515000', '101551.975000', '101552.435000', '101552.895000', '101553.355000', '101553.815000', '101554.275000', '101554.735000', '101555.195000', '101555.655000', '101556.115000', '101556.575000', '101557.035000', '101557.495000', '101557.955000', '101558.415000', '101558.875000', '101559.335000', '101559.795000', '101600.255000', '101600.715000', '101601.175000', '101601.635000', '101602.095000', '101602.555000', '101603.015000', '101603.475000', '101603.935000', '101604.395000', '101604.855000', '101605.315000', '101605.775000', '101606.235000', '101606.695000', '101607.155000', '101607.615000', '101608.075000', '101608.535000', '101608.995000', '101609.455000', '101609.915000', '101610.375000', '101610.835000', '101611.295000', '101611.755000', '101612.215000', '101612.675000', '101613.135000', '101613.595000', '101614.055000', '101614.515000', '101614.975000', '101615.435000', '101615.895000', '101616.355000', '101616.815000', '101617.275000', '101617.735000', '101618.195000', '101618.655000', '101619.115000', '101619.575000', '101620.035000', '101620.495000', '101620.955000', '101621.415000', '101621.875000', '101622.335000', '101622.795000', '101623.255000', '101623.715000', '101624.175000', '101624.635000', '101625.095000', '101625.555000', '101626.015000', '101626.475000', '101626.935000', '101627.395000', '101627.855000', '101628.315000', '101628.775000', '101629.235000', '101629.695000', '101630.155000', '101630.615000', '101631.075000', '101631.535000', '101631.995000', '101632.455000', '101632.915000', '101633.375000', '101633.835000', '101634.295000', '101634.755000', '101635.215000', '101635.675000', '101636.135000', '101636.595000', '101637.055000', '101637.515000', '101637.975000', '101638.435000', '101638.895000', '101639.355000', '101639.815000', '101640.275000', '101640.735000', '101641.195000', '101641.655000', '101642.115000', '101642.575000', '101643.035000', '101643.495000', '101643.955000', '101644.415000', '101644.875000', '101645.335000', '101645.795000', '101646.255000', '101646.715000', '101647.175000', '101647.635000', '101648.095000', '101648.555000', '101649.015000', '101649.475000', '101649.935000', '101650.395000', '101650.855000', '101651.315000', '101651.775000', '101652.235000', '101652.695000', '101653.155000', '101653.615000', '101654.075000', '101654.535000', '101654.995000', '101655.455000', '101655.915000', '101656.375000', '101656.835000', '101657.295000', '101657.755000', '101658.215000', '101658.675000', '101659.135000', '101659.595000', '101700.055000', '101700.515000', '101700.975000', '101701.435000', '101701.895000', '101702.355000', '101702.815000', '101703.275000', '101703.735000', '101704.195000', '101704.655000', '101705.115000', '101705.575000', '101706.035000', '101706.495000', '101706.955000', '101707.415000', '101707.875000', '101708.335000', '101708.795000', '101709.255000', '101709.715000', '101710.175000', '101710.635000', '101711.095000', '101711.555000', '101712.015000', '101712.475000', '101712.935000'], 'ContentTime': ['100725.703000', '100725.706000', '100725.710000', '100725.712000', '100725.715000', '100725.718000', '100725.721000', '100725.724000', '100725.727000', '100725.730000', '100725.733000', '100725.736000', '100725.739000', '100725.742000', '100725.745000', '100725.747000', '100725.750000', '100725.753000', '100725.756000', '100725.759000', '100725.762000', '100725.765000', '100725.768000', '100725.771000', '100725.774000', '100725.785000', '100725.788000', '100725.790000', '100725.793000', '100725.796000', '100725.799000', '100725.802000', '100725.805000', '100725.808000', '100725.810000', '100725.817000', '100725.820000', '100725.823000', '100725.826000', '100725.829000', '100725.834000', '100725.837000', '100725.840000', '100725.843000', '100725.846000', '100725.849000', '100725.852000', '100725.855000', '100725.857000', '100725.860000', '100725.864000', '100725.867000', '100725.869000', '100725.872000', '100725.875000', '100725.878000', '100745.671000', '100745.676000', '100745.679000', '100745.682000', '100745.685000', '100745.688000', '100745.691000', '100745.694000', '100745.697000', '100745.699000', '100745.702000', '100745.705000', '100745.708000', '100745.711000', '100745.714000', '100745.716000', '100745.719000', '100745.722000', '100745.725000', '100745.728000', '100745.731000', '100745.733000', '100745.736000', '100745.739000', '100745.742000', '100745.745000', '100745.747000', '100745.750000', '100745.753000', '100745.756000', '100745.759000', '100745.762000', '100745.765000', '100745.767000', '100745.770000', '100745.773000', '100745.776000', '100745.779000', '100745.782000', '100745.784000', '100745.787000', '100745.790000', '100745.793000', '100805.671000', '100805.674000', '100805.677000', '100805.680000', '100805.682000', '100805.685000', '100805.688000', '100805.691000', '100805.694000', '100805.697000', '100805.699000', '100805.702000', '100805.705000', '100805.708000', '100805.711000', '100805.714000', '100805.717000', '100805.719000', '100805.722000', '100805.725000', '100805.728000', '100805.731000', '100805.734000', '100805.737000', '100805.739000', '100805.742000', '100805.745000', '100805.754000', '100805.757000', '100805.759000', '100805.762000', '100805.765000', '100805.768000', '100805.840000', '100805.843000', '100805.845000', '100805.848000', '100805.851000', '100805.854000', '100805.857000', '100805.859000', '100805.862000', '100805.865000', '100805.868000', '100825.671000', '100825.674000', '100825.677000', '100825.680000', '100825.682000', '100825.690000', '100825.692000', '100825.695000', '100825.698000', '100825.703000', '100825.707000', '100825.709000', '100825.712000', '100825.715000', '100825.718000', '100825.721000', '100825.724000', '100825.727000', '100825.729000', '100825.732000', '100825.735000', '100825.738000', '100825.741000', '100825.744000', '100825.747000', '100825.749000', '100825.762000', '100825.765000', '100825.768000', '100825.771000', '100825.773000', '100825.776000', '100825.779000', '100825.782000', '100825.785000', '100825.787000', '100825.790000', '100825.793000', '100825.796000', '100825.799000', '100825.802000', '100825.804000', '100825.807000', '100845.670000', '100845.673000', '100845.676000', '100845.679000', '100845.681000', '100845.684000', '100845.687000', '100845.690000', '100845.693000', '100845.696000', '100845.699000', '100845.701000', '100845.704000', '100845.707000', '100845.710000', '100845.713000', '100845.716000', '100845.719000', '100845.721000', '100845.724000', '100845.727000', '100845.730000', '100845.733000', '100845.736000', '100845.738000', '100845.741000', '100845.744000', '100845.747000', '100845.750000', '100845.753000', '100845.756000', '100845.759000', '100845.761000', '100845.764000', '100845.767000', '100845.831000', '100845.834000', '100845.837000', '100845.839000', '100845.842000', '100845.845000', '100845.848000', '100845.851000', '100845.854000', '100905.670000', '100905.673000', '100905.676000', '100905.679000', '100905.682000', '100905.696000', '100905.699000', '100905.702000', '100905.705000', '100905.707000', '100905.710000', '100905.713000', '100905.716000', '100905.719000', '100905.722000', '100905.725000', '100905.731000', '100905.734000', '100905.737000', '100905.740000', '100905.743000', '100905.745000', '100905.748000', '100905.751000', '100905.754000', '100905.757000', '100905.760000', '100905.763000', '100905.765000', '100905.791000', '100905.794000', '100905.797000', '100905.800000', '100905.802000', '100905.805000', '100905.808000', '100905.811000', '100905.814000', '100905.817000', '100905.819000', '100905.822000', '100905.825000', '100905.828000', '100925.671000', '100925.674000', '100925.677000', '100925.680000', '100925.682000', '100925.685000', '100925.688000', '100925.691000', '100925.694000', '100925.697000', '100925.700000', '100925.702000', '100925.705000', '100925.708000', '100925.711000', '100925.714000', '100925.717000', '100925.720000', '100925.723000', '100925.725000', '100925.728000', '100925.731000', '100925.734000', '100925.737000', '100925.740000', '100925.743000', '100925.746000', '100925.748000', '100925.751000', '100925.754000', '100925.757000', '100925.760000', '100925.763000', '100925.766000', '100925.834000', '100925.837000', '100925.840000', '100925.843000', '100925.846000', '100925.849000', '100925.851000', '100925.854000', '100925.857000', '100925.860000', '100945.672000', '100945.675000', '100945.678000', '100945.681000', '100945.684000', '100945.687000', '100945.690000', '100945.693000', '100945.696000', '100945.698000', '100945.701000', '100945.704000', '100945.707000', '100945.710000', '100945.713000', '100945.716000', '100945.719000', '100945.722000', '100945.725000', '100945.728000', '100945.731000', '100945.734000', '100945.737000', '100945.740000', '100945.742000', '100945.745000', '100945.748000', '100945.751000', '100945.754000', '100945.757000', '100945.759000', '100945.762000', '100945.765000', '100945.768000', '100945.824000', '100945.827000', '100945.830000', '100945.833000', '100945.836000', '100945.839000', '100945.842000', '100945.845000', '100945.848000', '101005.671000', '101005.674000', '101005.677000', '101005.680000', '101005.683000', '101005.685000', '101005.688000', '101005.691000', '101005.702000', '101005.705000', '101005.707000', '101005.710000', '101005.713000', '101005.716000', '101005.719000', '101005.722000', '101005.725000', '101005.728000', '101005.730000', '101005.733000', '101005.736000', '101005.739000', '101005.742000', '101005.745000', '101005.748000', '101005.750000', '101005.753000', '101005.756000', '101005.759000', '101005.762000', '101005.765000', '101005.768000', '101005.835000', '101005.838000', '101005.841000', '101005.843000', '101005.846000', '101005.849000', '101005.852000', '101005.855000', '101005.858000', '101005.861000', '101005.863000', '101005.866000', '101025.671000', '101025.674000', '101025.677000', '101025.680000', '101025.683000', '101025.685000', '101025.688000', '101025.691000', '101025.694000', '101025.697000', '101025.700000', '101025.703000', '101025.706000', '101025.708000', '101025.711000', '101025.714000', '101025.717000', '101025.720000', '101025.723000', '101025.726000', '101025.728000', '101025.731000', '101025.734000', '101025.737000', '101025.740000', '101025.743000', '101025.746000', '101025.749000', '101025.752000', '101025.755000', '101025.757000', '101025.760000', '101025.763000', '101025.766000', '101025.831000', '101025.834000', '101025.837000', '101025.839000', '101025.842000', '101025.845000', '101025.848000', '101025.851000', '101025.854000', '101045.671000', '101045.674000', '101045.677000', '101045.680000', '101045.682000', '101045.685000', '101045.688000', '101045.691000', '101045.694000', '101045.697000', '101045.700000', '101045.702000', '101045.705000', '101045.708000', '101045.711000', '101045.714000', '101045.717000', '101045.719000', '101045.722000', '101045.725000', '101045.728000', '101045.731000', '101045.734000', '101045.737000', '101045.739000', '101045.742000', '101045.745000', '101045.748000', '101045.751000', '101045.754000', '101045.757000', '101045.760000', '101045.763000', '101045.765000', '101045.768000', '101045.799000', '101045.801000', '101045.804000', '101045.807000', '101045.810000', '101045.813000', '101045.816000', '101045.818000', '101045.821000', '101105.670000', '101105.673000', '101105.676000', '101105.679000', '101105.681000', '101105.684000', '101105.687000', '101105.690000', '101105.693000', '101105.696000', '101105.699000', '101105.702000', '101105.728000', '101105.731000', '101105.734000', '101105.737000', '101105.740000', '101105.743000', '101105.746000', '101105.748000', '101105.751000', '101105.754000', '101105.757000', '101105.760000', '101105.763000', '101105.766000', '101105.806000', '101105.809000', '101105.812000', '101105.815000', '101105.818000', '101105.821000', '101105.823000', '101105.826000', '101105.829000', '101105.832000', '101105.835000', '101105.838000', '101105.841000', '101105.843000', '101105.846000', '101105.849000', '101105.852000', '101125.670000', '101125.674000', '101125.676000', '101125.679000', '101125.682000', '101125.685000', '101125.688000', '101125.691000', '101125.694000', '101125.696000', '101125.699000', '101125.702000', '101125.705000', '101125.708000', '101125.711000', '101125.714000', '101125.716000', '101125.719000', '101125.722000', '101125.725000', '101125.728000', '101125.731000', '101125.734000', '101125.736000', '101125.739000', '101125.742000', '101125.745000', '101125.748000', '101125.751000', '101125.754000', '101125.756000', '101125.759000', '101125.762000', '101125.784000', '101125.826000', '101125.829000', '101125.831000', '101125.834000', '101125.837000', '101125.840000', '101125.843000', '101125.846000', '101125.848000', '101125.851000', '101145.671000', '101145.674000', '101145.677000', '101145.680000', '101145.683000', '101145.686000', '101145.689000', '101145.691000', '101145.694000', '101145.697000', '101145.700000', '101145.703000', '101145.706000', '101145.709000', '101145.711000', '101145.714000', '101145.717000', '101145.720000', '101145.723000', '101145.726000', '101145.729000', '101145.731000', '101145.734000', '101145.737000', '101145.740000', '101145.743000', '101145.746000', '101145.749000', '101145.751000', '101145.754000', '101145.757000', '101145.760000', '101145.763000', '101145.766000', '101145.817000', '101145.819000', '101145.822000', '101145.825000', '101145.828000', '101145.831000', '101145.834000', '101145.837000', '101145.839000', '101205.671000', '101205.674000', '101205.677000', '101205.680000', '101205.683000', '101205.685000', '101205.688000', '101205.691000', '101205.694000', '101205.697000', '101205.700000', '101205.703000', '101205.705000', '101205.708000', '101205.711000', '101205.714000', '101205.717000', '101205.720000', '101205.723000', '101205.726000', '101205.728000', '101205.731000', '101205.734000', '101205.737000', '101205.740000', '101205.743000', '101205.746000', '101205.749000', '101205.751000', '101205.754000', '101205.757000', '101205.760000', '101205.763000', '101205.766000', '101205.811000', '101205.814000', '101205.817000', '101205.819000', '101205.822000', '101205.825000', '101205.828000', '101205.831000', '101205.834000', '101205.837000', '101225.671000', '101225.674000', '101225.677000', '101225.680000', '101225.683000', '101225.686000', '101225.688000', '101225.691000', '101225.694000', '101225.697000', '101225.700000', '101225.703000', '101225.706000', '101225.708000', '101225.711000', '101225.714000', '101225.717000', '101225.720000', '101225.723000', '101225.726000', '101225.728000', '101225.731000', '101225.734000', '101225.737000', '101225.740000', '101225.743000', '101225.747000', '101225.750000', '101225.753000', '101225.756000', '101225.759000', '101225.762000', '101225.764000', '101225.767000', '101225.815000', '101225.818000', '101225.821000', '101225.824000', '101225.826000', '101225.829000', '101225.832000', '101225.835000', '101225.838000', '101245.671000', '101245.674000', '101245.677000', '101245.680000', '101245.682000', '101245.685000', '101245.688000', '101245.691000', '101245.694000', '101245.699000', '101245.702000', '101245.705000', '101245.707000', '101245.710000', '101245.713000', '101245.716000', '101245.719000', '101245.722000', '101245.725000', '101245.728000', '101245.731000', '101245.733000', '101245.736000', '101245.739000', '101245.742000', '101245.745000', '101245.748000', '101245.751000', '101245.753000', '101245.756000', '101245.759000', '101245.762000', '101245.765000', '101245.768000', '101245.832000', '101245.835000', '101245.837000', '101245.840000', '101245.843000', '101245.846000', '101245.849000', '101245.852000', '101245.854000', '101245.857000', '101305.671000', '101305.674000', '101305.677000', '101305.680000', '101305.683000', '101305.685000', '101305.688000', '101305.691000', '101305.694000', '101305.697000', '101305.700000', '101305.702000', '101305.705000', '101305.708000', '101305.711000', '101305.714000', '101305.717000', '101305.719000', '101305.722000', '101305.725000', '101305.728000', '101305.731000', '101305.734000', '101305.737000', '101305.739000', '101305.742000', '101305.745000', '101305.748000', '101305.751000', '101305.754000', '101305.757000', '101305.759000', '101305.762000', '101305.765000', '101305.768000', '101305.838000', '101305.841000', '101305.844000', '101305.847000', '101305.850000', '101305.853000', '101305.855000', '101305.858000', '101325.670000', '101325.673000', '101325.676000', '101325.678000', '101325.681000', '101325.684000', '101325.687000', '101325.690000', '101325.693000', '101325.696000', '101325.698000', '101325.701000', '101325.704000', '101325.707000', '101325.710000', '101325.713000', '101325.716000', '101325.718000', '101325.721000', '101325.724000', '101325.727000', '101325.730000', '101325.733000', '101325.736000', '101325.738000', '101325.741000', '101325.744000', '101325.747000', '101325.750000', '101325.753000', '101325.756000', '101325.758000', '101325.761000', '101325.764000', '101325.767000', '101325.871000', '101325.874000', '101325.877000', '101325.880000', '101325.883000', '101325.885000', '101325.888000', '101325.891000', '101325.894000', '101345.670000', '101345.673000', '101345.676000', '101345.679000', '101345.682000', '101345.684000', '101345.687000', '101345.690000', '101345.693000', '101345.696000', '101345.699000', '101345.702000', '101345.705000', '101345.707000', '101345.710000', '101345.713000', '101345.716000', '101345.719000', '101345.722000', '101345.725000', '101345.727000', '101345.730000', '101345.733000', '101345.736000', '101345.739000', '101345.742000', '101345.745000', '101345.748000', '101345.750000', '101345.753000', '101345.756000', '101345.759000', '101345.762000', '101345.765000', '101345.768000', '101345.837000', '101345.839000', '101345.842000', '101345.845000', '101345.854000', '101345.857000', '101345.860000', '101345.863000', '101405.671000', '101405.674000', '101405.677000', '101405.680000', '101405.682000', '101405.685000', '101405.688000', '101405.691000', '101405.694000', '101405.697000', '101405.700000', '101405.702000', '101405.705000', '101405.708000', '101405.711000', '101405.714000', '101405.717000', '101405.719000', '101405.722000', '101405.725000', '101405.728000', '101405.731000', '101405.734000', '101405.736000', '101405.739000', '101405.742000', '101405.745000', '101405.748000', '101405.752000', '101405.755000', '101405.758000', '101405.761000', '101405.764000', '101405.767000', '101405.845000', '101405.848000', '101405.851000', '101405.853000', '101405.856000', '101405.859000', '101405.862000', '101405.865000', '101405.868000', '101405.870000', '101425.671000', '101425.674000', '101425.677000', '101425.680000', '101425.683000', '101425.686000', '101425.689000', '101425.691000', '101425.694000', '101425.697000', '101425.708000', '101425.711000', '101425.713000', '101425.716000', '101425.719000', '101425.722000', '101425.725000', '101425.728000', '101425.731000', '101425.734000', '101425.736000', '101425.739000', '101425.742000', '101425.745000', '101425.748000', '101425.751000', '101425.754000', '101425.756000', '101425.759000', '101425.762000', '101425.765000', '101425.768000', '101425.828000', '101425.831000', '101425.834000', '101425.836000', '101425.839000', '101425.842000', '101425.845000', '101425.848000', '101425.851000', '101425.854000', '101425.856000', '101445.671000', '101445.674000', '101445.677000', '101445.680000', '101445.682000', '101445.685000', '101445.688000', '101445.691000', '101445.694000', '101445.697000', '101445.700000', '101445.703000', '101445.705000', '101445.708000', '101445.711000', '101445.714000', '101445.717000', '101445.720000', '101445.722000', '101445.725000', '101445.728000', '101445.731000', '101445.734000', '101445.737000', '101445.740000', '101445.743000', '101445.745000', '101445.748000', '101445.751000', '101445.754000', '101445.757000', '101445.760000', '101445.762000', '101445.765000', '101445.768000', '101445.822000', '101445.825000', '101445.828000', '101445.831000', '101445.833000', '101445.836000', '101445.839000', '101445.842000', '101445.845000', '101505.671000', '101505.674000', '101505.677000', '101505.680000', '101505.683000', '101505.685000', '101505.688000', '101505.691000', '101505.694000', '101505.697000', '101505.700000', '101505.703000', '101505.706000', '101505.708000', '101505.711000', '101505.714000', '101505.717000', '101505.720000', '101505.723000', '101505.726000', '101505.729000', '101505.732000', '101505.734000', '101505.737000', '101505.740000', '101505.743000', '101505.746000', '101505.749000', '101505.752000', '101505.754000', '101505.757000', '101505.760000', '101505.763000', '101505.766000', '101505.837000', '101505.840000', '101505.843000', '101505.846000', '101505.849000', '101505.852000', '101505.854000', '101505.857000', '101505.860000', '101525.671000', '101525.675000', '101525.678000', '101525.680000', '101525.683000', '101525.686000', '101525.689000', '101525.692000', '101525.695000', '101525.698000', '101525.701000', '101525.704000', '101525.706000', '101525.709000', '101525.712000', '101525.715000', '101525.718000', '101525.721000', '101525.724000', '101525.726000', '101525.729000', '101525.732000', '101525.735000', '101525.738000', '101525.741000', '101525.744000', '101525.746000', '101525.749000', '101525.752000', '101525.755000', '101525.758000', '101525.761000', '101525.763000', '101525.766000', '101525.813000', '101525.816000', '101525.819000', '101525.822000', '101525.824000', '101525.827000', '101525.830000', '101525.833000', '101525.836000', '101545.670000', '101545.673000', '101545.676000', '101545.679000', '101545.682000', '101545.685000', '101545.688000', '101545.690000', '101545.706000', '101545.709000', '101545.712000', '101545.715000', '101545.718000', '101545.720000', '101545.723000', '101545.726000', '101545.729000', '101545.732000', '101545.735000', '101545.738000', '101545.740000', '101545.743000', '101545.746000', '101545.749000', '101545.759000', '101545.762000', '101545.764000', '101545.767000', '101545.782000', '101545.785000', '101545.788000', '101545.791000', '101545.794000', '101545.797000', '101545.799000', '101545.802000', '101545.805000', '101545.808000', '101545.811000', '101545.814000', '101545.816000', '101545.819000', '101545.822000', '101545.825000', '101605.670000', '101605.673000', '101605.676000', '101605.679000', '101605.682000', '101605.685000', '101605.688000', '101605.691000', '101605.694000', '101605.697000', '101605.700000', '101605.703000', '101605.706000', '101605.708000', '101605.711000', '101605.714000', '101605.717000', '101605.720000', '101605.723000', '101605.725000', '101605.728000', '101605.731000', '101605.734000', '101605.737000', '101605.740000', '101605.743000', '101605.746000', '101605.748000', '101605.751000', '101605.754000', '101605.758000', '101605.760000', '101605.763000', '101605.766000', '101605.769000', '101605.819000', '101605.822000', '101605.825000', '101605.827000', '101605.830000', '101605.833000', '101605.836000', '101605.839000', '101625.671000', '101625.674000', '101625.677000', '101625.680000', '101625.683000', '101625.685000', '101625.688000', '101625.691000', '101625.694000', '101625.697000', '101625.700000', '101625.703000', '101625.706000', '101625.708000', '101625.711000', '101625.714000', '101625.717000', '101625.720000', '101625.723000', '101625.726000', '101625.729000', '101625.732000', '101625.734000', '101625.737000', '101625.740000', '101625.743000', '101625.746000', '101625.749000', '101625.752000', '101625.754000', '101625.757000', '101625.760000', '101625.763000', '101625.766000', '101625.840000', '101625.843000', '101625.846000', '101625.848000', '101625.851000', '101625.854000', '101625.857000', '101625.860000', '101625.863000', '101625.866000', '101645.671000', '101645.674000', '101645.677000', '101645.680000', '101645.683000', '101645.686000', '101645.689000', '101645.691000', '101645.694000', '101645.697000', '101645.700000', '101645.711000', '101645.714000', '101645.716000', '101645.719000', '101645.722000', '101645.725000', '101645.728000', '101645.731000', '101645.734000', '101645.737000', '101645.739000', '101645.742000', '101645.745000', '101645.748000', '101645.751000', '101645.754000', '101645.757000', '101645.759000', '101645.762000', '101645.765000', '101645.768000', '101645.840000', '101645.843000', '101645.846000', '101645.849000', '101645.852000', '101645.854000', '101645.857000', '101645.860000', '101645.863000', '101645.866000', '101645.869000', '101705.671000', '101705.674000', '101705.677000', '101705.680000', '101705.683000', '101705.686000', '101705.689000', '101705.691000', '101705.694000', '101705.697000', '101705.700000', '101705.703000', '101705.706000', '101705.708000', '101705.711000', '101705.714000', '101705.717000', '101705.720000', '101705.723000', '101705.726000', '101705.728000', '101705.731000', '101705.734000', '101705.737000', '101705.740000', '101705.743000', '101705.746000', '101705.749000', '101705.751000', '101705.754000', '101705.757000', '101705.760000', '101705.763000', '101705.766000', '101705.769000', '101705.822000', '101705.824000', '101705.827000', '101705.830000', '101705.833000', '101705.836000', '101705.839000', '101705.841000', '101705.844000', '101713.816000', '101713.820000', '101713.824000', '101713.827000', '101713.831000', '101713.834000', '101713.837000', '101713.840000', '101713.843000', '101713.846000', '101713.849000', '101713.852000', '101713.855000', '101713.858000', '101713.861000', '101713.864000', '101713.867000', '101713.870000'], 'InstanceCreationTime': ['100725.703000', '100725.706000', '100725.710000', '100725.712000', '100725.715000', '100725.718000', '100725.721000', '100725.724000', '100725.727000', '100725.730000', '100725.733000', '100725.736000', '100725.739000', '100725.742000', '100725.745000', '100725.747000', '100725.750000', '100725.753000', '100725.756000', '100725.759000', '100725.762000', '100725.765000', '100725.768000', '100725.771000', '100725.774000', '100725.785000', '100725.788000', '100725.790000', '100725.793000', '100725.796000', '100725.799000', '100725.802000', '100725.805000', '100725.808000', '100725.810000', '100725.817000', '100725.820000', '100725.823000', '100725.826000', '100725.829000', '100725.834000', '100725.837000', '100725.840000', '100725.843000', '100725.846000', '100725.849000', '100725.852000', '100725.855000', '100725.857000', '100725.860000', '100725.864000', '100725.867000', '100725.869000', '100725.872000', '100725.875000', '100725.878000', '100745.671000', '100745.676000', '100745.679000', '100745.682000', '100745.685000', '100745.688000', '100745.691000', '100745.694000', '100745.697000', '100745.699000', '100745.702000', '100745.705000', '100745.708000', '100745.711000', '100745.714000', '100745.716000', '100745.719000', '100745.722000', '100745.725000', '100745.728000', '100745.731000', '100745.733000', '100745.736000', '100745.739000', '100745.742000', '100745.745000', '100745.747000', '100745.750000', '100745.753000', '100745.756000', '100745.759000', '100745.762000', '100745.765000', '100745.767000', '100745.770000', '100745.773000', '100745.776000', '100745.779000', '100745.782000', '100745.784000', '100745.787000', '100745.790000', '100745.793000', '100805.671000', '100805.674000', '100805.677000', '100805.680000', '100805.682000', '100805.685000', '100805.688000', '100805.691000', '100805.694000', '100805.697000', '100805.699000', '100805.702000', '100805.705000', '100805.708000', '100805.711000', '100805.714000', '100805.717000', '100805.719000', '100805.722000', '100805.725000', '100805.728000', '100805.731000', '100805.734000', '100805.737000', '100805.739000', '100805.742000', '100805.745000', '100805.754000', '100805.757000', '100805.759000', '100805.762000', '100805.765000', '100805.768000', '100805.840000', '100805.843000', '100805.845000', '100805.848000', '100805.851000', '100805.854000', '100805.857000', '100805.859000', '100805.862000', '100805.865000', '100805.868000', '100825.671000', '100825.674000', '100825.677000', '100825.680000', '100825.682000', '100825.690000', '100825.692000', '100825.695000', '100825.698000', '100825.703000', '100825.707000', '100825.709000', '100825.712000', '100825.715000', '100825.718000', '100825.721000', '100825.724000', '100825.727000', '100825.729000', '100825.732000', '100825.735000', '100825.738000', '100825.741000', '100825.744000', '100825.747000', '100825.749000', '100825.762000', '100825.765000', '100825.768000', '100825.771000', '100825.773000', '100825.776000', '100825.779000', '100825.782000', '100825.785000', '100825.787000', '100825.790000', '100825.793000', '100825.796000', '100825.799000', '100825.802000', '100825.804000', '100825.807000', '100845.670000', '100845.673000', '100845.676000', '100845.679000', '100845.681000', '100845.684000', '100845.687000', '100845.690000', '100845.693000', '100845.696000', '100845.699000', '100845.701000', '100845.704000', '100845.707000', '100845.710000', '100845.713000', '100845.716000', '100845.719000', '100845.721000', '100845.724000', '100845.727000', '100845.730000', '100845.733000', '100845.736000', '100845.738000', '100845.741000', '100845.744000', '100845.747000', '100845.750000', '100845.753000', '100845.756000', '100845.759000', '100845.761000', '100845.764000', '100845.767000', '100845.831000', '100845.834000', '100845.837000', '100845.839000', '100845.842000', '100845.845000', '100845.848000', '100845.851000', '100845.854000', '100905.670000', '100905.673000', '100905.676000', '100905.679000', '100905.682000', '100905.696000', '100905.699000', '100905.702000', '100905.705000', '100905.707000', '100905.710000', '100905.713000', '100905.716000', '100905.719000', '100905.722000', '100905.725000', '100905.731000', '100905.734000', '100905.737000', '100905.740000', '100905.743000', '100905.745000', '100905.748000', '100905.751000', '100905.754000', '100905.757000', '100905.760000', '100905.763000', '100905.765000', '100905.791000', '100905.794000', '100905.797000', '100905.800000', '100905.802000', '100905.805000', '100905.808000', '100905.811000', '100905.814000', '100905.817000', '100905.819000', '100905.822000', '100905.825000', '100905.828000', '100925.671000', '100925.674000', '100925.677000', '100925.680000', '100925.682000', '100925.685000', '100925.688000', '100925.691000', '100925.694000', '100925.697000', '100925.700000', '100925.702000', '100925.705000', '100925.708000', '100925.711000', '100925.714000', '100925.717000', '100925.720000', '100925.723000', '100925.725000', '100925.728000', '100925.731000', '100925.734000', '100925.737000', '100925.740000', '100925.743000', '100925.746000', '100925.748000', '100925.751000', '100925.754000', '100925.757000', '100925.760000', '100925.763000', '100925.766000', '100925.834000', '100925.837000', '100925.840000', '100925.843000', '100925.846000', '100925.849000', '100925.851000', '100925.854000', '100925.857000', '100925.860000', '100945.672000', '100945.675000', '100945.678000', '100945.681000', '100945.684000', '100945.687000', '100945.690000', '100945.693000', '100945.696000', '100945.698000', '100945.701000', '100945.704000', '100945.707000', '100945.710000', '100945.713000', '100945.716000', '100945.719000', '100945.722000', '100945.725000', '100945.728000', '100945.731000', '100945.734000', '100945.737000', '100945.740000', '100945.742000', '100945.745000', '100945.748000', '100945.751000', '100945.754000', '100945.757000', '100945.759000', '100945.762000', '100945.765000', '100945.768000', '100945.824000', '100945.827000', '100945.830000', '100945.833000', '100945.836000', '100945.839000', '100945.842000', '100945.845000', '100945.848000', '101005.671000', '101005.674000', '101005.677000', '101005.680000', '101005.683000', '101005.685000', '101005.688000', '101005.691000', '101005.702000', '101005.705000', '101005.707000', '101005.710000', '101005.713000', '101005.716000', '101005.719000', '101005.722000', '101005.725000', '101005.728000', '101005.730000', '101005.733000', '101005.736000', '101005.739000', '101005.742000', '101005.745000', '101005.748000', '101005.750000', '101005.753000', '101005.756000', '101005.759000', '101005.762000', '101005.765000', '101005.768000', '101005.835000', '101005.838000', '101005.841000', '101005.843000', '101005.846000', '101005.849000', '101005.852000', '101005.855000', '101005.858000', '101005.861000', '101005.863000', '101005.866000', '101025.671000', '101025.674000', '101025.677000', '101025.680000', '101025.683000', '101025.685000', '101025.688000', '101025.691000', '101025.694000', '101025.697000', '101025.700000', '101025.703000', '101025.706000', '101025.708000', '101025.711000', '101025.714000', '101025.717000', '101025.720000', '101025.723000', '101025.726000', '101025.728000', '101025.731000', '101025.734000', '101025.737000', '101025.740000', '101025.743000', '101025.746000', '101025.749000', '101025.752000', '101025.755000', '101025.757000', '101025.760000', '101025.763000', '101025.766000', '101025.831000', '101025.834000', '101025.837000', '101025.839000', '101025.842000', '101025.845000', '101025.848000', '101025.851000', '101025.854000', '101045.671000', '101045.674000', '101045.677000', '101045.680000', '101045.682000', '101045.685000', '101045.688000', '101045.691000', '101045.694000', '101045.697000', '101045.700000', '101045.702000', '101045.705000', '101045.708000', '101045.711000', '101045.714000', '101045.717000', '101045.719000', '101045.722000', '101045.725000', '101045.728000', '101045.731000', '101045.734000', '101045.737000', '101045.739000', '101045.742000', '101045.745000', '101045.748000', '101045.751000', '101045.754000', '101045.757000', '101045.760000', '101045.763000', '101045.765000', '101045.768000', '101045.799000', '101045.801000', '101045.804000', '101045.807000', '101045.810000', '101045.813000', '101045.816000', '101045.818000', '101045.821000', '101105.670000', '101105.673000', '101105.676000', '101105.679000', '101105.681000', '101105.684000', '101105.687000', '101105.690000', '101105.693000', '101105.696000', '101105.699000', '101105.702000', '101105.728000', '101105.731000', '101105.734000', '101105.737000', '101105.740000', '101105.743000', '101105.746000', '101105.748000', '101105.751000', '101105.754000', '101105.757000', '101105.760000', '101105.763000', '101105.766000', '101105.806000', '101105.809000', '101105.812000', '101105.815000', '101105.818000', '101105.821000', '101105.823000', '101105.826000', '101105.829000', '101105.832000', '101105.835000', '101105.838000', '101105.841000', '101105.843000', '101105.846000', '101105.849000', '101105.852000', '101125.670000', '101125.674000', '101125.676000', '101125.679000', '101125.682000', '101125.685000', '101125.688000', '101125.691000', '101125.694000', '101125.696000', '101125.699000', '101125.702000', '101125.705000', '101125.708000', '101125.711000', '101125.714000', '101125.716000', '101125.719000', '101125.722000', '101125.725000', '101125.728000', '101125.731000', '101125.734000', '101125.736000', '101125.739000', '101125.742000', '101125.745000', '101125.748000', '101125.751000', '101125.754000', '101125.756000', '101125.759000', '101125.762000', '101125.784000', '101125.826000', '101125.829000', '101125.831000', '101125.834000', '101125.837000', '101125.840000', '101125.843000', '101125.846000', '101125.848000', '101125.851000', '101145.671000', '101145.674000', '101145.677000', '101145.680000', '101145.683000', '101145.686000', '101145.689000', '101145.691000', '101145.694000', '101145.697000', '101145.700000', '101145.703000', '101145.706000', '101145.709000', '101145.711000', '101145.714000', '101145.717000', '101145.720000', '101145.723000', '101145.726000', '101145.729000', '101145.731000', '101145.734000', '101145.737000', '101145.740000', '101145.743000', '101145.746000', '101145.749000', '101145.751000', '101145.754000', '101145.757000', '101145.760000', '101145.763000', '101145.766000', '101145.817000', '101145.819000', '101145.822000', '101145.825000', '101145.828000', '101145.831000', '101145.834000', '101145.837000', '101145.839000', '101205.671000', '101205.674000', '101205.677000', '101205.680000', '101205.683000', '101205.685000', '101205.688000', '101205.691000', '101205.694000', '101205.697000', '101205.700000', '101205.703000', '101205.705000', '101205.708000', '101205.711000', '101205.714000', '101205.717000', '101205.720000', '101205.723000', '101205.726000', '101205.728000', '101205.731000', '101205.734000', '101205.737000', '101205.740000', '101205.743000', '101205.746000', '101205.749000', '101205.751000', '101205.754000', '101205.757000', '101205.760000', '101205.763000', '101205.766000', '101205.811000', '101205.814000', '101205.817000', '101205.819000', '101205.822000', '101205.825000', '101205.828000', '101205.831000', '101205.834000', '101205.837000', '101225.671000', '101225.674000', '101225.677000', '101225.680000', '101225.683000', '101225.686000', '101225.688000', '101225.691000', '101225.694000', '101225.697000', '101225.700000', '101225.703000', '101225.706000', '101225.708000', '101225.711000', '101225.714000', '101225.717000', '101225.720000', '101225.723000', '101225.726000', '101225.728000', '101225.731000', '101225.734000', '101225.737000', '101225.740000', '101225.743000', '101225.747000', '101225.750000', '101225.753000', '101225.756000', '101225.759000', '101225.762000', '101225.764000', '101225.767000', '101225.815000', '101225.818000', '101225.821000', '101225.824000', '101225.826000', '101225.829000', '101225.832000', '101225.835000', '101225.838000', '101245.671000', '101245.674000', '101245.677000', '101245.680000', '101245.682000', '101245.685000', '101245.688000', '101245.691000', '101245.694000', '101245.699000', '101245.702000', '101245.705000', '101245.707000', '101245.710000', '101245.713000', '101245.716000', '101245.719000', '101245.722000', '101245.725000', '101245.728000', '101245.731000', '101245.733000', '101245.736000', '101245.739000', '101245.742000', '101245.745000', '101245.748000', '101245.751000', '101245.753000', '101245.756000', '101245.759000', '101245.762000', '101245.765000', '101245.768000', '101245.832000', '101245.835000', '101245.837000', '101245.840000', '101245.843000', '101245.846000', '101245.849000', '101245.852000', '101245.854000', '101245.857000', '101305.671000', '101305.674000', '101305.677000', '101305.680000', '101305.683000', '101305.685000', '101305.688000', '101305.691000', '101305.694000', '101305.697000', '101305.700000', '101305.702000', '101305.705000', '101305.708000', '101305.711000', '101305.714000', '101305.717000', '101305.719000', '101305.722000', '101305.725000', '101305.728000', '101305.731000', '101305.734000', '101305.737000', '101305.739000', '101305.742000', '101305.745000', '101305.748000', '101305.751000', '101305.754000', '101305.757000', '101305.759000', '101305.762000', '101305.765000', '101305.768000', '101305.838000', '101305.841000', '101305.844000', '101305.847000', '101305.850000', '101305.853000', '101305.855000', '101305.858000', '101325.670000', '101325.673000', '101325.676000', '101325.678000', '101325.681000', '101325.684000', '101325.687000', '101325.690000', '101325.693000', '101325.696000', '101325.698000', '101325.701000', '101325.704000', '101325.707000', '101325.710000', '101325.713000', '101325.716000', '101325.718000', '101325.721000', '101325.724000', '101325.727000', '101325.730000', '101325.733000', '101325.736000', '101325.738000', '101325.741000', '101325.744000', '101325.747000', '101325.750000', '101325.753000', '101325.756000', '101325.758000', '101325.761000', '101325.764000', '101325.767000', '101325.871000', '101325.874000', '101325.877000', '101325.880000', '101325.883000', '101325.885000', '101325.888000', '101325.891000', '101325.894000', '101345.670000', '101345.673000', '101345.676000', '101345.679000', '101345.682000', '101345.684000', '101345.687000', '101345.690000', '101345.693000', '101345.696000', '101345.699000', '101345.702000', '101345.705000', '101345.707000', '101345.710000', '101345.713000', '101345.716000', '101345.719000', '101345.722000', '101345.725000', '101345.727000', '101345.730000', '101345.733000', '101345.736000', '101345.739000', '101345.742000', '101345.745000', '101345.748000', '101345.750000', '101345.753000', '101345.756000', '101345.759000', '101345.762000', '101345.765000', '101345.768000', '101345.837000', '101345.839000', '101345.842000', '101345.845000', '101345.854000', '101345.857000', '101345.860000', '101345.863000', '101405.671000', '101405.674000', '101405.677000', '101405.680000', '101405.682000', '101405.685000', '101405.688000', '101405.691000', '101405.694000', '101405.697000', '101405.700000', '101405.702000', '101405.705000', '101405.708000', '101405.711000', '101405.714000', '101405.717000', '101405.719000', '101405.722000', '101405.725000', '101405.728000', '101405.731000', '101405.734000', '101405.736000', '101405.739000', '101405.742000', '101405.745000', '101405.748000', '101405.752000', '101405.755000', '101405.758000', '101405.761000', '101405.764000', '101405.767000', '101405.845000', '101405.848000', '101405.851000', '101405.853000', '101405.856000', '101405.859000', '101405.862000', '101405.865000', '101405.868000', '101405.870000', '101425.671000', '101425.674000', '101425.677000', '101425.680000', '101425.683000', '101425.686000', '101425.689000', '101425.691000', '101425.694000', '101425.697000', '101425.708000', '101425.711000', '101425.713000', '101425.716000', '101425.719000', '101425.722000', '101425.725000', '101425.728000', '101425.731000', '101425.734000', '101425.736000', '101425.739000', '101425.742000', '101425.745000', '101425.748000', '101425.751000', '101425.754000', '101425.756000', '101425.759000', '101425.762000', '101425.765000', '101425.768000', '101425.828000', '101425.831000', '101425.834000', '101425.836000', '101425.839000', '101425.842000', '101425.845000', '101425.848000', '101425.851000', '101425.854000', '101425.856000', '101445.671000', '101445.674000', '101445.677000', '101445.680000', '101445.682000', '101445.685000', '101445.688000', '101445.691000', '101445.694000', '101445.697000', '101445.700000', '101445.703000', '101445.705000', '101445.708000', '101445.711000', '101445.714000', '101445.717000', '101445.720000', '101445.722000', '101445.725000', '101445.728000', '101445.731000', '101445.734000', '101445.737000', '101445.740000', '101445.743000', '101445.745000', '101445.748000', '101445.751000', '101445.754000', '101445.757000', '101445.760000', '101445.762000', '101445.765000', '101445.768000', '101445.822000', '101445.825000', '101445.828000', '101445.831000', '101445.833000', '101445.836000', '101445.839000', '101445.842000', '101445.845000', '101505.671000', '101505.674000', '101505.677000', '101505.680000', '101505.683000', '101505.685000', '101505.688000', '101505.691000', '101505.694000', '101505.697000', '101505.700000', '101505.703000', '101505.706000', '101505.708000', '101505.711000', '101505.714000', '101505.717000', '101505.720000', '101505.723000', '101505.726000', '101505.729000', '101505.732000', '101505.734000', '101505.737000', '101505.740000', '101505.743000', '101505.746000', '101505.749000', '101505.752000', '101505.754000', '101505.757000', '101505.760000', '101505.763000', '101505.766000', '101505.837000', '101505.840000', '101505.843000', '101505.846000', '101505.849000', '101505.852000', '101505.854000', '101505.857000', '101505.860000', '101525.671000', '101525.675000', '101525.678000', '101525.680000', '101525.683000', '101525.686000', '101525.689000', '101525.692000', '101525.695000', '101525.698000', '101525.701000', '101525.704000', '101525.706000', '101525.709000', '101525.712000', '101525.715000', '101525.718000', '101525.721000', '101525.724000', '101525.726000', '101525.729000', '101525.732000', '101525.735000', '101525.738000', '101525.741000', '101525.744000', '101525.746000', '101525.749000', '101525.752000', '101525.755000', '101525.758000', '101525.761000', '101525.763000', '101525.766000', '101525.813000', '101525.816000', '101525.819000', '101525.822000', '101525.824000', '101525.827000', '101525.830000', '101525.833000', '101525.836000', '101545.670000', '101545.673000', '101545.676000', '101545.679000', '101545.682000', '101545.685000', '101545.688000', '101545.690000', '101545.706000', '101545.709000', '101545.712000', '101545.715000', '101545.718000', '101545.720000', '101545.723000', '101545.726000', '101545.729000', '101545.732000', '101545.735000', '101545.738000', '101545.740000', '101545.743000', '101545.746000', '101545.749000', '101545.759000', '101545.762000', '101545.764000', '101545.767000', '101545.782000', '101545.785000', '101545.788000', '101545.791000', '101545.794000', '101545.797000', '101545.799000', '101545.802000', '101545.805000', '101545.808000', '101545.811000', '101545.814000', '101545.816000', '101545.819000', '101545.822000', '101545.825000', '101605.670000', '101605.673000', '101605.676000', '101605.679000', '101605.682000', '101605.685000', '101605.688000', '101605.691000', '101605.694000', '101605.697000', '101605.700000', '101605.703000', '101605.706000', '101605.708000', '101605.711000', '101605.714000', '101605.717000', '101605.720000', '101605.723000', '101605.725000', '101605.728000', '101605.731000', '101605.734000', '101605.737000', '101605.740000', '101605.743000', '101605.746000', '101605.748000', '101605.751000', '101605.754000', '101605.758000', '101605.760000', '101605.763000', '101605.766000', '101605.769000', '101605.819000', '101605.822000', '101605.825000', '101605.827000', '101605.830000', '101605.833000', '101605.836000', '101605.839000', '101625.671000', '101625.674000', '101625.677000', '101625.680000', '101625.683000', '101625.685000', '101625.688000', '101625.691000', '101625.694000', '101625.697000', '101625.700000', '101625.703000', '101625.706000', '101625.708000', '101625.711000', '101625.714000', '101625.717000', '101625.720000', '101625.723000', '101625.726000', '101625.729000', '101625.732000', '101625.734000', '101625.737000', '101625.740000', '101625.743000', '101625.746000', '101625.749000', '101625.752000', '101625.754000', '101625.757000', '101625.760000', '101625.763000', '101625.766000', '101625.840000', '101625.843000', '101625.846000', '101625.848000', '101625.851000', '101625.854000', '101625.857000', '101625.860000', '101625.863000', '101625.866000', '101645.671000', '101645.674000', '101645.677000', '101645.680000', '101645.683000', '101645.686000', '101645.689000', '101645.691000', '101645.694000', '101645.697000', '101645.700000', '101645.711000', '101645.714000', '101645.716000', '101645.719000', '101645.722000', '101645.725000', '101645.728000', '101645.731000', '101645.734000', '101645.737000', '101645.739000', '101645.742000', '101645.745000', '101645.748000', '101645.751000', '101645.754000', '101645.757000', '101645.759000', '101645.762000', '101645.765000', '101645.768000', '101645.840000', '101645.843000', '101645.846000', '101645.849000', '101645.852000', '101645.854000', '101645.857000', '101645.860000', '101645.863000', '101645.866000', '101645.869000', '101705.671000', '101705.674000', '101705.677000', '101705.680000', '101705.683000', '101705.686000', '101705.689000', '101705.691000', '101705.694000', '101705.697000', '101705.700000', '101705.703000', '101705.706000', '101705.708000', '101705.711000', '101705.714000', '101705.717000', '101705.720000', '101705.723000', '101705.726000', '101705.728000', '101705.731000', '101705.734000', '101705.737000', '101705.740000', '101705.743000', '101705.746000', '101705.749000', '101705.751000', '101705.754000', '101705.757000', '101705.760000', '101705.763000', '101705.766000', '101705.769000', '101705.822000', '101705.824000', '101705.827000', '101705.830000', '101705.833000', '101705.836000', '101705.839000', '101705.841000', '101705.844000', '101713.816000', '101713.820000', '101713.824000', '101713.827000', '101713.831000', '101713.834000', '101713.837000', '101713.840000', '101713.843000', '101713.846000', '101713.849000', '101713.852000', '101713.855000', '101713.858000', '101713.861000', '101713.864000', '101713.867000', '101713.870000'], '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': [13498, 13676, 11113, 10181, 12710, 10696, 9679, 12558, 11090, 14447, 11703, 11480, 12059, 9280, 12647, 9449, 13745, 10492, 13903, 10571, 13716, 11393, 7780, 9822, 8757, 13497, 9043, 14451, 11189, 10101, 10586, 8232, 12728, 10532, 13890, 11874, 13632, 11476, 14241, 11177, 15282, 10866, 13686, 11212, 14094, 11025, 10653, 11388, 8851, 12276, 9690, 13609, 10508, 13409, 10269, 13454, 11869, 14061, 10245, 14361, 11370, 12973, 12009, 13435, 11066, 13511, 11637, 13596, 9050, 14215, 8652, 12406, 10749, 12206, 10406, 11986, 10921, 12941, 10178, 12351, 9430, 12011, 11460, 10873, 11829, 10933, 10086, 9936, 16793, 12747, 14465, 12044, 12900, 10098, 11572, 9926, 12401, 8594, 9036, 8366, 11482, 8174, 11865, 9253, 11783, 8826, 11430, 8351, 11039, 12874, 13275, 11219, 10504, 9738, 11711, 9641, 11424, 9259, 12228, 10004, 11777, 12364, 11802, 10304, 11247, 10053, 11614, 11499, 11081, 11804, 10652, 11124, 11664, 8452, 12245, 8774, 12651, 9954, 12868, 11180, 12761, 10717, 12609, 11101, 13478, 9398, 10075, 8889, 11241, 10009, 14117, 11140, 11256, 10378, 9043, 10179, 10214, 10297, 13976, 11891, 14855, 12659, 12973, 11548, 12868, 8878, 10354, 8559, 13170, 10258, 10728, 9354, 10277, 9259, 15597, 12200, 12909, 10250, 12372, 9999, 12010, 8816, 11756, 8439, 11544, 8335, 11411, 9155, 12075, 9378, 12823, 9406, 10612, 8009, 11258, 9078, 12715, 9684, 13474, 10830, 14073, 10672, 11572, 10171, 9107, 13373, 10330, 13537, 11310, 13911, 11275, 12101, 9712, 11413, 8517, 11284, 9240, 11366, 9865, 11684, 9089, 12142, 8242, 11701, 8600, 12205, 9899, 12673, 9194, 12584, 9727, 12718, 10025, 12775, 10145, 13214, 9031, 12140, 8594, 12731, 9425, 13194, 10562, 13795, 11028, 12868, 10267, 13198, 10216, 13789, 9911, 13686, 9934, 12038, 10317, 11522, 12576, 12089, 10084, 10365, 10805, 10077, 12814, 10562, 14634, 11562, 11522, 10229, 10559, 9077, 11297, 9022, 12775, 10114, 16273, 11843, 13792, 11126, 14299, 11707, 13183, 11227, 13029, 9355, 12267, 10011, 12032, 8845, 10101, 9314, 9923, 11351, 10061, 12962, 10935, 12556, 10461, 13086, 9986, 15827, 11652, 13015, 12095, 12215, 11445, 12321, 8593, 11529, 8270, 11306, 10018, 11984, 9896, 11907, 10242, 12195, 9695, 12452, 9401, 13083, 9588, 11201, 11647, 10714, 14465, 11414, 14224, 10727, 16868, 11738, 13911, 11966, 12756, 10893, 12993, 10842, 12315, 10559, 12751, 10278, 12834, 9671, 13265, 9532, 12353, 9028, 12479, 9467, 12041, 9716, 12115, 8662, 11957, 8210, 12003, 9360, 11049, 9640, 11798, 8372, 11889, 8506, 12598, 10611, 13247, 11279, 13726, 11595, 13200, 10917, 13132, 11448, 12066, 9574, 11244, 8496, 11207, 10447, 11050, 10950, 10586, 11494, 11953, 9417, 10923, 8832, 11066, 9462, 11311, 9632, 12990, 9396, 12953, 9899, 13464, 10646, 13575, 10242, 13789, 11361, 14049, 11437, 12721, 10752, 13067, 11285, 13357, 11230, 12958, 11671, 13601, 10536, 12389, 9417, 12754, 11190, 13972, 10078, 13904, 8551, 13342, 10158, 12403, 11506, 13174, 11144, 13642, 9784, 12431, 11031, 12065, 11154, 13377, 10358, 12869, 9858, 12479, 11046, 12332, 11363, 14507, 10525, 14072, 10080, 12727, 11226, 12208, 11556, 12410, 11148, 12747, 11172, 12807, 11185, 13232, 11074, 13623, 11905, 13987, 11294, 13146, 11542, 13196, 11819, 13134, 11617, 13817, 12352, 13334, 9618, 12529, 8993, 12325, 11164, 12481, 10733, 12437, 10350, 12351, 10505, 12340, 9688, 13033, 9174, 11934, 9597, 11486, 11151, 10464, 14058, 11908, 13529, 10681, 15835, 11154, 12723, 11693, 12182, 10749, 12598, 9732, 12022, 8983, 12328, 10502, 12064, 10218, 11931, 10642, 10831, 12691, 10954, 15923, 12180, 13302, 11423, 13673, 11066, 16497, 12279, 13174, 12176, 12055, 11621, 12641, 8974, 12265, 9592, 12217, 9706, 12206, 10096, 12308, 9128, 11507, 8883, 11620, 11694, 10743, 14115, 11585, 13618, 10914, 15787, 10929, 14956, 11588, 12806, 11991, 13015, 11017, 12559, 10895, 12385, 9543, 12247, 10013, 13108, 9287, 12206, 8535, 12572, 9157, 12496, 9776, 13015, 9625, 12980, 9251, 13282, 9942, 13278, 10341, 13305, 9615, 12588, 9282, 12452, 10226, 11518, 10568, 12040, 9587, 11605, 9117, 11754, 8577, 12998, 10186, 10331, 8859, 8487, 10565, 17471, 13921, 13558, 11954, 13204, 10550, 11985, 9346, 12444, 9857, 12949, 11144, 14129, 8794, 8860, 8808, 15942, 13023, 14329, 11828, 11578, 9700, 13941, 11436, 15612, 12616, 14221, 11204, 12001, 10226, 16860, 12584, 15804, 12112, 12203, 10531, 12800, 10916, 16004, 11913, 10887, 10528, 9828, 10433, 13456, 11217, 17446, 12878, 12395, 10830, 11008, 9676, 15874, 12400, 15434, 12036, 15427, 10448, 12752, 11102, 12280, 9450, 12254, 9637, 12493, 8250, 12269, 8398, 11425, 12000, 11051, 10189, 9859, 15651, 12046, 14759, 12697, 13245, 11276, 14353, 11439, 13049, 11247, 12996, 9642, 12933, 9526, 12478, 9125, 11078, 9424, 10649, 11154, 10280, 12005, 10464, 10417, 9317, 11644, 9896, 17369, 12853, 13682, 11909, 14113, 11390, 12776, 10761, 12402, 9809, 12949, 9478, 12648, 8592, 11910, 9313, 11363, 11248, 11390, 10824, 9977, 15036, 12121, 16093, 13767, 13632, 12757, 13142, 8776, 12579, 9584, 11522, 9378, 11136, 11516, 9976, 17323, 11878, 13478, 11708, 11887, 9491, 11695, 8965, 9773, 10869, 9584, 15097, 10885, 15091, 12321, 14028, 10607, 12281, 11007, 11973, 9493, 12250, 9294, 11642, 9307, 10385, 11160, 10493, 12798, 11178, 11219, 9713, 13556, 10312, 16632, 12249, 13169, 11158, 15662, 10696, 12945, 11866, 12121, 10956, 13349, 10049, 12647, 10429, 12445, 10920, 12793, 11029, 13669, 10406, 12464, 9774, 12626, 11082, 11193, 11683, 11129, 9451, 9953, 9588, 9895, 12191, 9922, 13943, 11114, 12339, 10079, 16055, 11741, 13645, 12071, 12558, 11473, 13393, 10307, 12573, 9805, 11819, 10429, 11402, 9250, 10110, 9240, 9840, 11886, 10288, 13789, 11650, 13480, 11224, 16032, 12622, 13550, 11392, 12492, 10320, 12942, 9117, 11309, 10354, 10529, 14235, 11980, 13161, 11315, 13052, 9662, 15198, 10614, 14205, 12307, 12980, 11817, 14640, 9778, 13066, 9636, 12735, 11321, 12698, 11029, 13621, 11903, 13025, 10957, 12781, 9592, 13062, 10116, 12472, 10533, 12871, 9624, 11966, 9652, 11352, 9979, 9970, 11316, 10799, 10847, 10239, 10883, 9626, 12285, 10303, 14297, 11063, 12888, 10737, 16127, 12141, 16686, 12586, 15195, 12241, 13884, 10148, 15183, 11383, 13999, 12172, 14226, 10839, 14324, 10254, 15158, 11234, 13705, 11893, 15086, 10876, 14108, 11660, 13450, 11782, 13611, 11437, 13799, 11174, 13252, 11603, 13247, 11211, 13023, 11570, 13550, 10236, 12900, 9469, 12847, 9974, 12996, 10750, 14018, 10059, 12630, 9598, 13325, 9936, 13738, 10734, 14029, 10153, 12591, 9918, 12641, 10447, 11591, 11260, 12053, 9873, 10469, 9871, 10929, 10776, 10879, 10922, 11301, 9145, 10430, 9619, 11140, 10438, 11009, 11209, 11579, 10382, 10919, 12053, 11464, 14069, 11831, 14562, 11973, 12100, 10413, 12439, 10504, 12897, 10061, 13191, 11203, 11295, 10194, 11779, 10173, 11883, 10740, 12266, 11183, 9714, 11945, 9781, 8588, 11353, 16940, 13612, 13867, 11789, 12938, 10948, 13176, 9923, 12956, 11544, 13255, 11357, 14149, 11661, 10378, 9333, 9468, 10482, 12271, 11047, 16713, 13407, 15694, 12378, 11705, 10208, 12498, 10115, 15796, 12280, 14579, 12594, 13437, 12177, 11934, 9344, 8073, 8968, 10711, 9697, 13984, 11533, 16077, 12405, 12424, 10483, 11812, 10173, 15221, 13082, 13506, 11585, 13494, 10516, 14430, 8907, 13449, 11538, 14945, 12233, 13220, 10309, 9466, 8649, 10268, 9459, 15267, 12474, 14647, 12412, 15170, 11992, 15390, 11005, 13872, 12038, 13037, 9856, 12904, 9748, 13174, 8790, 12137, 8543, 12407, 9534, 12210, 10963, 11041, 12318, 11245, 9176, 10373, 8281, 11323, 11391, 11048, 17244, 13779, 14263, 12615, 14126, 11453, 11655, 8695, 12098, 9666, 13949, 12578, 12819, 10349, 12828, 10725, 12918, 9122, 12700, 10721, 12640, 10405, 12972, 11040, 12354, 9431, 13081, 10885, 13102, 10956, 13591, 11464, 14773, 10186, 13669, 12058, 13478, 10213, 12690, 11795, 12733, 9954, 8760, 8153, 8766, 13246, 10656, 11571, 11170, 10187, 14397, 11661, 16388, 13204, 14892, 13224, 15943, 13752, 14450, 17996, 16319, 13945, 10257, 11819, 8710, 10448, 8637, 10016, 8644, 9763, 8519, 10046, 8581, 9367, 9525, 9187, 13852, 10798, 13875, 9097, 13266, 9507, 11680, 8701, 8271, 8785, 8578, 12070, 8606, 12499, 11000, 10542, 15388, 11375, 14375, 12442, 11640, 9068, 8682, 9216, 9528, 8793, 8280, 10917, 10300, 8426, 9873, 7931, 13148, 13067, 12997, 18922, 14515, 14640, 12873, 13923, 12138, 11052, 9743, 8602, 11658, 10223, 15441, 10640, 15313, 11103, 14576, 11531, 11398, 10472, 11283, 10406, 16787, 12459, 14623, 11544, 10273, 11275, 9321, 13859, 9858, 11314, 10027, 13682, 11315, 17914, 13618, 14385, 12552, 13530, 11906, 10209, 9740, 9497, 12403, 9630, 13980, 10510, 16318, 11571, 11996, 10034, 8868, 9975, 8852, 11737, 11520, 10338, 15129, 12409, 10678, 9949, 9415, 9971, 9530, 11785, 9542, 14550, 9322, 13538, 9874, 15096, 12438, 13434, 10998, 12508, 9564, 12508, 9785, 13765, 9241, 14363, 9633, 14080, 10804, 13298, 10996, 9388, 9808, 8966, 11652, 10148, 11979, 13506, 11082, 13826, 11080, 9388, 10621, 9000, 13395, 9319, 15688, 10760, 14388, 11156, 10477, 9779, 9941, 10593, 12446, 10844, 13083, 10966, 9467, 12644, 9571, 11742, 9568, 11214, 9953, 14058, 10792, 10153, 11028, 9168, 11025, 10940, 10793, 12229, 11166, 8966, 13448, 9436, 11278, 9629, 13502, 10388, 13726], 'WindowCenter': [4249.0, 4246.0, 4209.0, 4198.0, 4206.0, 4186.0, 4175.0, 4206.0, 4197.0, 4217.0, 4195.0, 4183.0, 4192.0, 4161.0, 4191.0, 4161.0, 4191.0, 4183.0, 4216.0, 4171.0, 4190.0, 4180.0, 4140.0, 4171.0, 4163.0, 4204.0, 4175.0, 4215.0, 4196.0, 4185.0, 4185.0, 4165.0, 4205.0, 4186.0, 4204.0, 4195.0, 4206.0, 4196.0, 4206.0, 4195.0, 4214.0, 4185.0, 4203.0, 4195.0, 4216.0, 4184.0, 4182.0, 4194.0, 4163.0, 4193.0, 4173.0, 4203.0, 4184.0, 4204.0, 4184.0, 4203.0, 4193.0, 4203.0, 4184.0, 4202.0, 4194.0, 4204.0, 4194.0, 4203.0, 4184.0, 4192.0, 4182.0, 4191.0, 4162.0, 4202.0, 4163.0, 4193.0, 4184.0, 4195.0, 4186.0, 4194.0, 4194.0, 4203.0, 4186.0, 4205.0, 4174.0, 4195.0, 4195.0, 4195.0, 4194.0, 4183.0, 4184.0, 4186.0, 4224.0, 4205.0, 4206.0, 4194.0, 4195.0, 4182.0, 4194.0, 4186.0, 4218.0, 4174.0, 4174.0, 4165.0, 4197.0, 4177.0, 4208.0, 4188.0, 4198.0, 4175.0, 4196.0, 4178.0, 4210.0, 4233.0, 4232.0, 4196.0, 4185.0, 4175.0, 4196.0, 4175.0, 4196.0, 4176.0, 4206.0, 4185.0, 4197.0, 4206.0, 4195.0, 4173.0, 4184.0, 4172.0, 4183.0, 4180.0, 4182.0, 4181.0, 4171.0, 4182.0, 4181.0, 4152.0, 4182.0, 4163.0, 4192.0, 4175.0, 4193.0, 4184.0, 4194.0, 4185.0, 4194.0, 4184.0, 4203.0, 4163.0, 4173.0, 4164.0, 4183.0, 4174.0, 4205.0, 4185.0, 4185.0, 4174.0, 4164.0, 4184.0, 4182.0, 4185.0, 4204.0, 4194.0, 4204.0, 4205.0, 4193.0, 4196.0, 4204.0, 4175.0, 4185.0, 4176.0, 4217.0, 4187.0, 4197.0, 4177.0, 4187.0, 4188.0, 4228.0, 4207.0, 4207.0, 4186.0, 4197.0, 4175.0, 4194.0, 4163.0, 4194.0, 4152.0, 4184.0, 4152.0, 4194.0, 4175.0, 4196.0, 4174.0, 4205.0, 4175.0, 4195.0, 4166.0, 4207.0, 4176.0, 4205.0, 4186.0, 4205.0, 4196.0, 4217.0, 4197.0, 4208.0, 4186.0, 4176.0, 4206.0, 4187.0, 4206.0, 4196.0, 4207.0, 4195.0, 4195.0, 4173.0, 4184.0, 4163.0, 4183.0, 4161.0, 4194.0, 4174.0, 4194.0, 4165.0, 4195.0, 4165.0, 4195.0, 4164.0, 4206.0, 4186.0, 4205.0, 4174.0, 4195.0, 4174.0, 4204.0, 4174.0, 4205.0, 4173.0, 4206.0, 4164.0, 4194.0, 4164.0, 4203.0, 4175.0, 4205.0, 4185.0, 4205.0, 4195.0, 4206.0, 4184.0, 4205.0, 4185.0, 4205.0, 4173.0, 4205.0, 4172.0, 4192.0, 4171.0, 4193.0, 4193.0, 4183.0, 4173.0, 4172.0, 4181.0, 4173.0, 4191.0, 4184.0, 4204.0, 4181.0, 4182.0, 4173.0, 4182.0, 4164.0, 4182.0, 4164.0, 4204.0, 4185.0, 4226.0, 4196.0, 4206.0, 4185.0, 4204.0, 4193.0, 4192.0, 4182.0, 4192.0, 4161.0, 4180.0, 4171.0, 4192.0, 4159.0, 4171.0, 4161.0, 4171.0, 4181.0, 4172.0, 4193.0, 4183.0, 4192.0, 4183.0, 4192.0, 4173.0, 4212.0, 4194.0, 4203.0, 4194.0, 4193.0, 4194.0, 4191.0, 4163.0, 4194.0, 4165.0, 4194.0, 4187.0, 4195.0, 4186.0, 4195.0, 4186.0, 4206.0, 4175.0, 4206.0, 4175.0, 4206.0, 4174.0, 4194.0, 4192.0, 4185.0, 4204.0, 4182.0, 4204.0, 4183.0, 4215.0, 4193.0, 4203.0, 4194.0, 4193.0, 4184.0, 4191.0, 4183.0, 4192.0, 4182.0, 4192.0, 4172.0, 4192.0, 4172.0, 4192.0, 4161.0, 4191.0, 4160.0, 4191.0, 4171.0, 4193.0, 4161.0, 4191.0, 4151.0, 4181.0, 4151.0, 4191.0, 4162.0, 4183.0, 4172.0, 4193.0, 4164.0, 4194.0, 4165.0, 4202.0, 4195.0, 4203.0, 4195.0, 4204.0, 4195.0, 4204.0, 4184.0, 4204.0, 4183.0, 4193.0, 4161.0, 4182.0, 4161.0, 4183.0, 4171.0, 4181.0, 4181.0, 4184.0, 4182.0, 4183.0, 4161.0, 4182.0, 4161.0, 4180.0, 4161.0, 4184.0, 4173.0, 4204.0, 4163.0, 4192.0, 4173.0, 4202.0, 4183.0, 4204.0, 4184.0, 4202.0, 4182.0, 4201.0, 4183.0, 4192.0, 4183.0, 4192.0, 4182.0, 4191.0, 4183.0, 4192.0, 4194.0, 4202.0, 4172.0, 4192.0, 4173.0, 4193.0, 4183.0, 4203.0, 4174.0, 4203.0, 4162.0, 4204.0, 4185.0, 4195.0, 4195.0, 4193.0, 4184.0, 4202.0, 4173.0, 4193.0, 4184.0, 4192.0, 4184.0, 4202.0, 4173.0, 4192.0, 4173.0, 4191.0, 4195.0, 4193.0, 4184.0, 4204.0, 4184.0, 4203.0, 4174.0, 4193.0, 4194.0, 4193.0, 4194.0, 4193.0, 4184.0, 4193.0, 4184.0, 4192.0, 4183.0, 4192.0, 4185.0, 4193.0, 4183.0, 4202.0, 4183.0, 4191.0, 4182.0, 4190.0, 4193.0, 4192.0, 4183.0, 4192.0, 4193.0, 4192.0, 4172.0, 4191.0, 4163.0, 4192.0, 4184.0, 4194.0, 4184.0, 4195.0, 4185.0, 4194.0, 4185.0, 4195.0, 4174.0, 4205.0, 4163.0, 4194.0, 4173.0, 4194.0, 4183.0, 4185.0, 4204.0, 4194.0, 4203.0, 4184.0, 4214.0, 4184.0, 4193.0, 4195.0, 4193.0, 4183.0, 4193.0, 4162.0, 4194.0, 4164.0, 4195.0, 4183.0, 4194.0, 4171.0, 4194.0, 4171.0, 4184.0, 4192.0, 4184.0, 4213.0, 4193.0, 4191.0, 4183.0, 4191.0, 4183.0, 4213.0, 4193.0, 4193.0, 4194.0, 4182.0, 4184.0, 4192.0, 4163.0, 4191.0, 4174.0, 4193.0, 4175.0, 4195.0, 4173.0, 4193.0, 4163.0, 4184.0, 4163.0, 4184.0, 4192.0, 4184.0, 4204.0, 4194.0, 4203.0, 4184.0, 4215.0, 4185.0, 4214.0, 4195.0, 4193.0, 4194.0, 4193.0, 4184.0, 4192.0, 4183.0, 4192.0, 4175.0, 4193.0, 4173.0, 4193.0, 4163.0, 4193.0, 4163.0, 4193.0, 4174.0, 4194.0, 4174.0, 4205.0, 4174.0, 4193.0, 4164.0, 4204.0, 4172.0, 4194.0, 4173.0, 4193.0, 4162.0, 4193.0, 4162.0, 4192.0, 4170.0, 4183.0, 4183.0, 4194.0, 4162.0, 4183.0, 4162.0, 4193.0, 4164.0, 4204.0, 4186.0, 4185.0, 4176.0, 4165.0, 4197.0, 4230.0, 4216.0, 4205.0, 4183.0, 4193.0, 4172.0, 4191.0, 4163.0, 4192.0, 4173.0, 4193.0, 4184.0, 4204.0, 4166.0, 4174.0, 4177.0, 4227.0, 4207.0, 4216.0, 4196.0, 4196.0, 4186.0, 4215.0, 4198.0, 4216.0, 4207.0, 4206.0, 4196.0, 4194.0, 4183.0, 4226.0, 4206.0, 4215.0, 4195.0, 4193.0, 4184.0, 4194.0, 4184.0, 4214.0, 4184.0, 4183.0, 4183.0, 4171.0, 4174.0, 4192.0, 4183.0, 4214.0, 4193.0, 4191.0, 4181.0, 4182.0, 4174.0, 4213.0, 4194.0, 4203.0, 4194.0, 4214.0, 4183.0, 4193.0, 4182.0, 4193.0, 4174.0, 4182.0, 4162.0, 4192.0, 4153.0, 4193.0, 4152.0, 4195.0, 4194.0, 4184.0, 4173.0, 4174.0, 4214.0, 4194.0, 4204.0, 4194.0, 4193.0, 4183.0, 4203.0, 4183.0, 4192.0, 4183.0, 4194.0, 4173.0, 4193.0, 4162.0, 4192.0, 4162.0, 4182.0, 4161.0, 4184.0, 4181.0, 4173.0, 4193.0, 4173.0, 4183.0, 4163.0, 4183.0, 4175.0, 4215.0, 4194.0, 4204.0, 4194.0, 4203.0, 4184.0, 4192.0, 4172.0, 4192.0, 4172.0, 4192.0, 4162.0, 4192.0, 4163.0, 4182.0, 4163.0, 4183.0, 4182.0, 4183.0, 4171.0, 4172.0, 4202.0, 4183.0, 4214.0, 4192.0, 4190.0, 4191.0, 4190.0, 4151.0, 4190.0, 4161.0, 4182.0, 4162.0, 4183.0, 4181.0, 4171.0, 4211.0, 4181.0, 4190.0, 4180.0, 4181.0, 4160.0, 4179.0, 4150.0, 4171.0, 4170.0, 4163.0, 4202.0, 4183.0, 4203.0, 4191.0, 4202.0, 4172.0, 4181.0, 4171.0, 4183.0, 4161.0, 4181.0, 4160.0, 4181.0, 4160.0, 4170.0, 4181.0, 4172.0, 4191.0, 4171.0, 4180.0, 4163.0, 4191.0, 4172.0, 4211.0, 4193.0, 4192.0, 4183.0, 4202.0, 4172.0, 4192.0, 4193.0, 4181.0, 4182.0, 4192.0, 4172.0, 4191.0, 4172.0, 4192.0, 4184.0, 4192.0, 4183.0, 4192.0, 4173.0, 4192.0, 4171.0, 4192.0, 4182.0, 4182.0, 4179.0, 4170.0, 4160.0, 4160.0, 4160.0, 4171.0, 4192.0, 4172.0, 4202.0, 4182.0, 4192.0, 4173.0, 4212.0, 4183.0, 4193.0, 4193.0, 4190.0, 4182.0, 4191.0, 4171.0, 4181.0, 4171.0, 4180.0, 4171.0, 4181.0, 4161.0, 4171.0, 4159.0, 4172.0, 4180.0, 4182.0, 4203.0, 4183.0, 4191.0, 4184.0, 4213.0, 4192.0, 4192.0, 4183.0, 4192.0, 4171.0, 4192.0, 4162.0, 4181.0, 4171.0, 4183.0, 4203.0, 4194.0, 4193.0, 4184.0, 4192.0, 4172.0, 4203.0, 4182.0, 4203.0, 4195.0, 4193.0, 4193.0, 4203.0, 4174.0, 4193.0, 4173.0, 4193.0, 4194.0, 4194.0, 4185.0, 4204.0, 4195.0, 4193.0, 4184.0, 4193.0, 4163.0, 4193.0, 4172.0, 4193.0, 4183.0, 4193.0, 4162.0, 4182.0, 4161.0, 4182.0, 4170.0, 4173.0, 4183.0, 4183.0, 4183.0, 4173.0, 4183.0, 4174.0, 4192.0, 4184.0, 4205.0, 4195.0, 4204.0, 4185.0, 4213.0, 4195.0, 4215.0, 4195.0, 4215.0, 4195.0, 4204.0, 4183.0, 4214.0, 4195.0, 4214.0, 4196.0, 4205.0, 4185.0, 4214.0, 4185.0, 4215.0, 4196.0, 4205.0, 4196.0, 4214.0, 4185.0, 4205.0, 4195.0, 4202.0, 4195.0, 4202.0, 4184.0, 4203.0, 4183.0, 4192.0, 4183.0, 4192.0, 4182.0, 4192.0, 4183.0, 4192.0, 4173.0, 4192.0, 4173.0, 4193.0, 4174.0, 4193.0, 4184.0, 4203.0, 4173.0, 4192.0, 4173.0, 4202.0, 4174.0, 4203.0, 4184.0, 4203.0, 4173.0, 4192.0, 4172.0, 4193.0, 4183.0, 4183.0, 4182.0, 4193.0, 4172.0, 4172.0, 4173.0, 4183.0, 4182.0, 4184.0, 4183.0, 4184.0, 4163.0, 4184.0, 4173.0, 4184.0, 4185.0, 4185.0, 4184.0, 4195.0, 4174.0, 4184.0, 4193.0, 4194.0, 4203.0, 4194.0, 4204.0, 4194.0, 4193.0, 4183.0, 4192.0, 4182.0, 4193.0, 4175.0, 4204.0, 4195.0, 4195.0, 4184.0, 4195.0, 4186.0, 4194.0, 4197.0, 4208.0, 4208.0, 4176.0, 4206.0, 4188.0, 4177.0, 4210.0, 4231.0, 4218.0, 4206.0, 4195.0, 4194.0, 4184.0, 4192.0, 4171.0, 4193.0, 4183.0, 4193.0, 4184.0, 4203.0, 4183.0, 4173.0, 4162.0, 4171.0, 4183.0, 4193.0, 4184.0, 4216.0, 4204.0, 4203.0, 4193.0, 4181.0, 4171.0, 4192.0, 4172.0, 4200.0, 4182.0, 4202.0, 4192.0, 4190.0, 4182.0, 4180.0, 4162.0, 4141.0, 4162.0, 4173.0, 4174.0, 4204.0, 4195.0, 4215.0, 4194.0, 4193.0, 4183.0, 4191.0, 4173.0, 4204.0, 4203.0, 4191.0, 4182.0, 4190.0, 4173.0, 4203.0, 4165.0, 4202.0, 4222.0, 4217.0, 4197.0, 4207.0, 4187.0, 4175.0, 4163.0, 4184.0, 4173.0, 4215.0, 4204.0, 4216.0, 4195.0, 4203.0, 4194.0, 4214.0, 4183.0, 4202.0, 4182.0, 4193.0, 4171.0, 4191.0, 4160.0, 4190.0, 4150.0, 4180.0, 4151.0, 4192.0, 4161.0, 4193.0, 4183.0, 4183.0, 4193.0, 4181.0, 4161.0, 4170.0, 4151.0, 4183.0, 4182.0, 4184.0, 4212.0, 4202.0, 4203.0, 4192.0, 4191.0, 4183.0, 4181.0, 4151.0, 4192.0, 4174.0, 4204.0, 4195.0, 4194.0, 4173.0, 4192.0, 4183.0, 4192.0, 4164.0, 4192.0, 4185.0, 4194.0, 4184.0, 4204.0, 4183.0, 4194.0, 4175.0, 4205.0, 4196.0, 4203.0, 4185.0, 4204.0, 4195.0, 4214.0, 4185.0, 4204.0, 4195.0, 4218.0, 4186.0, 4205.0, 4195.0, 4205.0, 4173.0, 4165.0, 4164.0, 4177.0, 4208.0, 4185.0, 4196.0, 4184.0, 4185.0, 4215.0, 4196.0, 4218.0, 4195.0, 4204.0, 4181.0, 4193.0, 4167.0, 4178.0, 4187.0, 4174.0, 4163.0, 4130.0, 4141.0, 4108.0, 4128.0, 4108.0, 4130.0, 4119.0, 4130.0, 4120.0, 4131.0, 4121.0, 4132.0, 4132.0, 4134.0, 4173.0, 4154.0, 4175.0, 4135.0, 4164.0, 4147.0, 4165.0, 4149.0, 4150.0, 4152.0, 4163.0, 4192.0, 4164.0, 4194.0, 4170.0, 4172.0, 4203.0, 4183.0, 4202.0, 4193.0, 4181.0, 4162.0, 4162.0, 4188.0, 4217.0, 4196.0, 4166.0, 4183.0, 4170.0, 4150.0, 4172.0, 4154.0, 4209.0, 4220.0, 4224.0, 4230.0, 4206.0, 4204.0, 4205.0, 4203.0, 4182.0, 4182.0, 4189.0, 4191.0, 4211.0, 4190.0, 4217.0, 4173.0, 4201.0, 4171.0, 4191.0, 4172.0, 4180.0, 4172.0, 4183.0, 4199.0, 4241.0, 4210.0, 4215.0, 4197.0, 4185.0, 4183.0, 4163.0, 4204.0, 4175.0, 4185.0, 4176.0, 4205.0, 4186.0, 4216.0, 4204.0, 4205.0, 4195.0, 4194.0, 4183.0, 4172.0, 4161.0, 4174.0, 4204.0, 4187.0, 4215.0, 4197.0, 4228.0, 4198.0, 4196.0, 4176.0, 4165.0, 4175.0, 4163.0, 4196.0, 4195.0, 4186.0, 4215.0, 4208.0, 4198.0, 4188.0, 4173.0, 4185.0, 4176.0, 4208.0, 4187.0, 4218.0, 4176.0, 4206.0, 4187.0, 4217.0, 4208.0, 4208.0, 4188.0, 4196.0, 4176.0, 4194.0, 4174.0, 4206.0, 4174.0, 4215.0, 4175.0, 4216.0, 4199.0, 4219.0, 4197.0, 4176.0, 4185.0, 4175.0, 4195.0, 4185.0, 4196.0, 4204.0, 4196.0, 4219.0, 4199.0, 4177.0, 4211.0, 4192.0, 4219.0, 4188.0, 4227.0, 4198.0, 4218.0, 4197.0, 4197.0, 4187.0, 4185.0, 4187.0, 4205.0, 4198.0, 4206.0, 4196.0, 4177.0, 4206.0, 4186.0, 4207.0, 4188.0, 4207.0, 4199.0, 4220.0, 4197.0, 4186.0, 4187.0, 4175.0, 4187.0, 4185.0, 4185.0, 4195.0, 4184.0, 4165.0, 4203.0, 4177.0, 4196.0, 4189.0, 4234.0, 4214.0, 4219.0], 'WindowWidth': [9400.0, 9389.0, 9328.0, 9309.0, 9316.0, 9289.0, 9272.0, 9313.0, 9303.0, 9335.0, 9298.0, 9277.0, 9288.0, 9243.0, 9283.0, 9243.0, 9283.0, 9277.0, 9326.0, 9258.0, 9281.0, 9268.0, 9215.0, 9258.0, 9252.0, 9306.0, 9271.0, 9325.0, 9300.0, 9284.0, 9285.0, 9259.0, 9310.0, 9288.0, 9309.0, 9299.0, 9314.0, 9299.0, 9313.0, 9297.0, 9322.0, 9282.0, 9304.0, 9295.0, 9328.0, 9282.0, 9276.0, 9293.0, 9250.0, 9290.0, 9266.0, 9305.0, 9279.0, 9307.0, 9281.0, 9305.0, 9291.0, 9305.0, 9279.0, 9303.0, 9294.0, 9308.0, 9294.0, 9306.0, 9280.0, 9287.0, 9275.0, 9286.0, 9248.0, 9302.0, 9253.0, 9290.0, 9282.0, 9296.0, 9288.0, 9294.0, 9295.0, 9306.0, 9287.0, 9309.0, 9268.0, 9298.0, 9296.0, 9298.0, 9294.0, 9279.0, 9280.0, 9286.0, 9339.0, 9309.0, 9314.0, 9293.0, 9297.0, 9277.0, 9294.0, 9291.0, 9334.0, 9270.0, 9269.0, 9259.0, 9301.0, 9280.0, 9322.0, 9295.0, 9305.0, 9271.0, 9300.0, 9280.0, 9327.0, 9364.0, 9360.0, 9299.0, 9283.0, 9268.0, 9299.0, 9271.0, 9299.0, 9272.0, 9314.0, 9283.0, 9303.0, 9313.0, 9298.0, 9264.0, 9278.0, 9260.0, 9274.0, 9268.0, 9271.0, 9269.0, 9258.0, 9272.0, 9270.0, 9233.0, 9274.0, 9249.0, 9287.0, 9267.0, 9290.0, 9278.0, 9293.0, 9282.0, 9291.0, 9279.0, 9303.0, 9251.0, 9264.0, 9253.0, 9277.0, 9267.0, 9310.0, 9281.0, 9281.0, 9265.0, 9253.0, 9279.0, 9275.0, 9282.0, 9307.0, 9293.0, 9313.0, 9309.0, 9293.0, 9296.0, 9306.0, 9270.0, 9283.0, 9274.0, 9329.0, 9291.0, 9302.0, 9277.0, 9289.0, 9293.0, 9353.0, 9315.0, 9319.0, 9285.0, 9304.0, 9269.0, 9294.0, 9251.0, 9292.0, 9235.0, 9279.0, 9236.0, 9292.0, 9270.0, 9298.0, 9269.0, 9310.0, 9270.0, 9300.0, 9263.0, 9320.0, 9273.0, 9311.0, 9285.0, 9312.0, 9301.0, 9330.0, 9302.0, 9319.0, 9288.0, 9273.0, 9315.0, 9288.0, 9313.0, 9300.0, 9318.0, 9297.0, 9296.0, 9263.0, 9279.0, 9251.0, 9277.0, 9247.0, 9292.0, 9268.0, 9294.0, 9257.0, 9296.0, 9257.0, 9297.0, 9256.0, 9313.0, 9285.0, 9311.0, 9268.0, 9298.0, 9266.0, 9308.0, 9268.0, 9310.0, 9263.0, 9311.0, 9253.0, 9293.0, 9254.0, 9304.0, 9271.0, 9311.0, 9282.0, 9311.0, 9297.0, 9312.0, 9282.0, 9310.0, 9284.0, 9312.0, 9265.0, 9310.0, 9262.0, 9288.0, 9259.0, 9291.0, 9289.0, 9275.0, 9261.0, 9260.0, 9269.0, 9261.0, 9283.0, 9278.0, 9306.0, 9273.0, 9274.0, 9262.0, 9273.0, 9252.0, 9274.0, 9253.0, 9306.0, 9283.0, 9343.0, 9300.0, 9315.0, 9284.0, 9310.0, 9290.0, 9289.0, 9273.0, 9287.0, 9244.0, 9270.0, 9257.0, 9286.0, 9241.0, 9259.0, 9244.0, 9259.0, 9269.0, 9259.0, 9290.0, 9276.0, 9288.0, 9277.0, 9288.0, 9263.0, 9317.0, 9294.0, 9305.0, 9293.0, 9291.0, 9292.0, 9287.0, 9251.0, 9292.0, 9258.0, 9295.0, 9290.0, 9298.0, 9289.0, 9297.0, 9286.0, 9314.0, 9271.0, 9313.0, 9270.0, 9316.0, 9269.0, 9293.0, 9290.0, 9282.0, 9309.0, 9276.0, 9308.0, 9276.0, 9326.0, 9291.0, 9306.0, 9294.0, 9290.0, 9279.0, 9286.0, 9276.0, 9288.0, 9276.0, 9286.0, 9260.0, 9288.0, 9261.0, 9289.0, 9246.0, 9285.0, 9244.0, 9284.0, 9260.0, 9290.0, 9244.0, 9286.0, 9232.0, 9272.0, 9234.0, 9286.0, 9249.0, 9279.0, 9263.0, 9292.0, 9254.0, 9293.0, 9257.0, 9304.0, 9299.0, 9306.0, 9297.0, 9310.0, 9296.0, 9308.0, 9280.0, 9310.0, 9277.0, 9290.0, 9244.0, 9273.0, 9247.0, 9276.0, 9256.0, 9271.0, 9272.0, 9278.0, 9274.0, 9277.0, 9245.0, 9273.0, 9246.0, 9271.0, 9244.0, 9280.0, 9263.0, 9306.0, 9250.0, 9289.0, 9265.0, 9303.0, 9278.0, 9305.0, 9280.0, 9304.0, 9274.0, 9298.0, 9276.0, 9285.0, 9275.0, 9285.0, 9274.0, 9286.0, 9277.0, 9286.0, 9294.0, 9300.0, 9261.0, 9286.0, 9264.0, 9290.0, 9279.0, 9304.0, 9266.0, 9304.0, 9251.0, 9307.0, 9284.0, 9298.0, 9297.0, 9291.0, 9281.0, 9303.0, 9263.0, 9289.0, 9280.0, 9288.0, 9280.0, 9302.0, 9264.0, 9289.0, 9263.0, 9287.0, 9297.0, 9291.0, 9281.0, 9307.0, 9281.0, 9305.0, 9266.0, 9290.0, 9294.0, 9292.0, 9295.0, 9291.0, 9281.0, 9291.0, 9280.0, 9289.0, 9277.0, 9289.0, 9282.0, 9290.0, 9277.0, 9301.0, 9277.0, 9285.0, 9274.0, 9283.0, 9290.0, 9287.0, 9277.0, 9287.0, 9288.0, 9287.0, 9260.0, 9283.0, 9251.0, 9289.0, 9281.0, 9292.0, 9281.0, 9296.0, 9283.0, 9293.0, 9283.0, 9296.0, 9268.0, 9309.0, 9252.0, 9293.0, 9264.0, 9293.0, 9277.0, 9281.0, 9306.0, 9292.0, 9304.0, 9280.0, 9322.0, 9279.0, 9292.0, 9295.0, 9290.0, 9278.0, 9288.0, 9247.0, 9290.0, 9251.0, 9295.0, 9278.0, 9292.0, 9259.0, 9292.0, 9257.0, 9277.0, 9285.0, 9279.0, 9319.0, 9289.0, 9285.0, 9275.0, 9284.0, 9275.0, 9318.0, 9288.0, 9291.0, 9291.0, 9272.0, 9278.0, 9289.0, 9251.0, 9287.0, 9265.0, 9291.0, 9269.0, 9295.0, 9264.0, 9291.0, 9250.0, 9279.0, 9249.0, 9278.0, 9288.0, 9280.0, 9307.0, 9293.0, 9304.0, 9279.0, 9321.0, 9280.0, 9320.0, 9294.0, 9291.0, 9293.0, 9290.0, 9278.0, 9288.0, 9276.0, 9288.0, 9270.0, 9290.0, 9262.0, 9289.0, 9251.0, 9289.0, 9251.0, 9290.0, 9268.0, 9295.0, 9267.0, 9308.0, 9265.0, 9291.0, 9252.0, 9306.0, 9262.0, 9293.0, 9261.0, 9291.0, 9246.0, 9288.0, 9246.0, 9288.0, 9257.0, 9275.0, 9276.0, 9293.0, 9246.0, 9275.0, 9248.0, 9290.0, 9253.0, 9308.0, 9286.0, 9284.0, 9274.0, 9260.0, 9304.0, 9357.0, 9326.0, 9313.0, 9279.0, 9290.0, 9262.0, 9286.0, 9250.0, 9288.0, 9266.0, 9288.0, 9279.0, 9306.0, 9259.0, 9268.0, 9275.0, 9344.0, 9316.0, 9326.0, 9300.0, 9298.0, 9287.0, 9324.0, 9304.0, 9332.0, 9314.0, 9312.0, 9297.0, 9293.0, 9279.0, 9344.0, 9311.0, 9325.0, 9295.0, 9291.0, 9280.0, 9291.0, 9280.0, 9323.0, 9278.0, 9275.0, 9276.0, 9258.0, 9265.0, 9288.0, 9277.0, 9324.0, 9289.0, 9283.0, 9271.0, 9273.0, 9266.0, 9318.0, 9293.0, 9305.0, 9291.0, 9320.0, 9276.0, 9289.0, 9274.0, 9289.0, 9265.0, 9272.0, 9248.0, 9286.0, 9237.0, 9291.0, 9238.0, 9297.0, 9293.0, 9279.0, 9262.0, 9267.0, 9320.0, 9291.0, 9308.0, 9294.0, 9290.0, 9277.0, 9302.0, 9277.0, 9287.0, 9275.0, 9291.0, 9264.0, 9289.0, 9245.0, 9286.0, 9246.0, 9271.0, 9244.0, 9277.0, 9273.0, 9264.0, 9289.0, 9263.0, 9275.0, 9251.0, 9276.0, 9269.0, 9326.0, 9293.0, 9307.0, 9293.0, 9304.0, 9278.0, 9286.0, 9259.0, 9287.0, 9261.0, 9285.0, 9246.0, 9287.0, 9250.0, 9274.0, 9250.0, 9276.0, 9273.0, 9275.0, 9257.0, 9261.0, 9301.0, 9274.0, 9325.0, 9286.0, 9283.0, 9283.0, 9283.0, 9230.0, 9281.0, 9245.0, 9274.0, 9248.0, 9276.0, 9270.0, 9257.0, 9316.0, 9268.0, 9282.0, 9268.0, 9269.0, 9240.0, 9266.0, 9226.0, 9256.0, 9254.0, 9248.0, 9300.0, 9275.0, 9304.0, 9286.0, 9301.0, 9260.0, 9271.0, 9258.0, 9276.0, 9245.0, 9271.0, 9241.0, 9270.0, 9240.0, 9255.0, 9270.0, 9258.0, 9283.0, 9256.0, 9267.0, 9248.0, 9284.0, 9261.0, 9315.0, 9288.0, 9287.0, 9275.0, 9301.0, 9260.0, 9289.0, 9290.0, 9270.0, 9275.0, 9287.0, 9261.0, 9285.0, 9261.0, 9287.0, 9279.0, 9287.0, 9277.0, 9289.0, 9262.0, 9286.0, 9257.0, 9287.0, 9272.0, 9273.0, 9264.0, 9254.0, 9240.0, 9241.0, 9241.0, 9258.0, 9285.0, 9262.0, 9300.0, 9274.0, 9288.0, 9263.0, 9314.0, 9276.0, 9291.0, 9288.0, 9282.0, 9275.0, 9285.0, 9258.0, 9271.0, 9257.0, 9269.0, 9256.0, 9270.0, 9242.0, 9258.0, 9240.0, 9260.0, 9270.0, 9275.0, 9303.0, 9277.0, 9286.0, 9279.0, 9320.0, 9287.0, 9288.0, 9276.0, 9286.0, 9257.0, 9287.0, 9248.0, 9272.0, 9256.0, 9277.0, 9303.0, 9291.0, 9288.0, 9278.0, 9288.0, 9262.0, 9304.0, 9276.0, 9305.0, 9295.0, 9290.0, 9292.0, 9306.0, 9266.0, 9291.0, 9264.0, 9292.0, 9296.0, 9293.0, 9283.0, 9307.0, 9295.0, 9291.0, 9278.0, 9290.0, 9251.0, 9291.0, 9262.0, 9290.0, 9276.0, 9291.0, 9246.0, 9274.0, 9245.0, 9273.0, 9256.0, 9264.0, 9277.0, 9276.0, 9276.0, 9264.0, 9276.0, 9265.0, 9290.0, 9282.0, 9308.0, 9296.0, 9308.0, 9284.0, 9321.0, 9295.0, 9326.0, 9296.0, 9322.0, 9296.0, 9306.0, 9280.0, 9322.0, 9297.0, 9323.0, 9299.0, 9311.0, 9285.0, 9321.0, 9282.0, 9324.0, 9300.0, 9310.0, 9299.0, 9323.0, 9282.0, 9309.0, 9295.0, 9304.0, 9297.0, 9304.0, 9281.0, 9304.0, 9278.0, 9287.0, 9275.0, 9288.0, 9276.0, 9286.0, 9277.0, 9287.0, 9262.0, 9286.0, 9263.0, 9289.0, 9267.0, 9290.0, 9278.0, 9304.0, 9263.0, 9287.0, 9262.0, 9300.0, 9266.0, 9304.0, 9278.0, 9305.0, 9262.0, 9288.0, 9260.0, 9289.0, 9275.0, 9277.0, 9273.0, 9289.0, 9260.0, 9260.0, 9261.0, 9275.0, 9274.0, 9278.0, 9277.0, 9280.0, 9250.0, 9280.0, 9265.0, 9280.0, 9283.0, 9282.0, 9278.0, 9295.0, 9267.0, 9279.0, 9291.0, 9291.0, 9305.0, 9292.0, 9305.0, 9290.0, 9288.0, 9276.0, 9285.0, 9274.0, 9289.0, 9269.0, 9308.0, 9296.0, 9295.0, 9282.0, 9295.0, 9287.0, 9296.0, 9303.0, 9321.0, 9321.0, 9273.0, 9315.0, 9295.0, 9279.0, 9325.0, 9364.0, 9333.0, 9316.0, 9296.0, 9293.0, 9278.0, 9288.0, 9259.0, 9288.0, 9277.0, 9289.0, 9279.0, 9304.0, 9276.0, 9262.0, 9248.0, 9259.0, 9276.0, 9290.0, 9278.0, 9327.0, 9305.0, 9305.0, 9287.0, 9270.0, 9258.0, 9285.0, 9260.0, 9297.0, 9273.0, 9305.0, 9286.0, 9282.0, 9272.0, 9267.0, 9246.0, 9217.0, 9248.0, 9262.0, 9265.0, 9305.0, 9295.0, 9326.0, 9294.0, 9289.0, 9277.0, 9285.0, 9263.0, 9310.0, 9303.0, 9285.0, 9273.0, 9282.0, 9262.0, 9303.0, 9254.0, 9301.0, 9347.0, 9329.0, 9300.0, 9315.0, 9289.0, 9270.0, 9254.0, 9280.0, 9266.0, 9323.0, 9308.0, 9329.0, 9296.0, 9308.0, 9292.0, 9320.0, 9277.0, 9302.0, 9272.0, 9288.0, 9258.0, 9283.0, 9240.0, 9279.0, 9229.0, 9267.0, 9231.0, 9286.0, 9245.0, 9288.0, 9276.0, 9275.0, 9289.0, 9270.0, 9242.0, 9256.0, 9232.0, 9275.0, 9272.0, 9278.0, 9318.0, 9300.0, 9305.0, 9287.0, 9283.0, 9273.0, 9269.0, 9231.0, 9285.0, 9266.0, 9308.0, 9293.0, 9293.0, 9263.0, 9287.0, 9277.0, 9288.0, 9252.0, 9286.0, 9281.0, 9292.0, 9279.0, 9305.0, 9276.0, 9293.0, 9269.0, 9307.0, 9299.0, 9306.0, 9283.0, 9307.0, 9297.0, 9321.0, 9283.0, 9308.0, 9295.0, 9334.0, 9287.0, 9310.0, 9295.0, 9309.0, 9265.0, 9257.0, 9255.0, 9280.0, 9322.0, 9283.0, 9298.0, 9280.0, 9283.0, 9326.0, 9298.0, 9340.0, 9296.0, 9315.0, 9269.0, 9296.0, 9244.0, 9260.0, 9278.0, 9247.0, 9235.0, 9181.0, 9194.0, 9148.0, 9175.0, 9149.0, 9179.0, 9165.0, 9180.0, 9169.0, 9185.0, 9171.0, 9189.0, 9187.0, 9192.0, 9244.0, 9220.0, 9248.0, 9196.0, 9236.0, 9214.0, 9238.0, 9224.0, 9229.0, 9233.0, 9249.0, 9288.0, 9252.0, 9294.0, 9254.0, 9260.0, 9302.0, 9276.0, 9299.0, 9288.0, 9271.0, 9247.0, 9247.0, 9295.0, 9349.0, 9318.0, 9261.0, 9275.0, 9252.0, 9225.0, 9258.0, 9239.0, 9320.0, 9337.0, 9350.0, 9354.0, 9312.0, 9310.0, 9309.0, 9306.0, 9273.0, 9272.0, 9300.0, 9303.0, 9330.0, 9294.0, 9328.0, 9259.0, 9295.0, 9253.0, 9282.0, 9257.0, 9265.0, 9258.0, 9275.0, 9307.0, 9372.0, 9324.0, 9325.0, 9299.0, 9283.0, 9275.0, 9251.0, 9307.0, 9269.0, 9281.0, 9271.0, 9309.0, 9283.0, 9332.0, 9305.0, 9311.0, 9294.0, 9294.0, 9277.0, 9259.0, 9244.0, 9264.0, 9308.0, 9288.0, 9325.0, 9302.0, 9348.0, 9304.0, 9299.0, 9270.0, 9255.0, 9269.0, 9253.0, 9298.0, 9294.0, 9284.0, 9326.0, 9316.0, 9307.0, 9292.0, 9266.0, 9283.0, 9274.0, 9318.0, 9291.0, 9331.0, 9274.0, 9312.0, 9290.0, 9333.0, 9317.0, 9318.0, 9289.0, 9298.0, 9272.0, 9290.0, 9267.0, 9313.0, 9268.0, 9323.0, 9272.0, 9326.0, 9307.0, 9334.0, 9301.0, 9272.0, 9284.0, 9271.0, 9298.0, 9281.0, 9300.0, 9307.0, 9299.0, 9336.0, 9308.0, 9276.0, 9331.0, 9307.0, 9334.0, 9293.0, 9344.0, 9306.0, 9331.0, 9304.0, 9303.0, 9290.0, 9284.0, 9290.0, 9311.0, 9302.0, 9314.0, 9300.0, 9273.0, 9313.0, 9287.0, 9316.0, 9292.0, 9317.0, 9311.0, 9339.0, 9303.0, 9286.0, 9288.0, 9271.0, 9289.0, 9282.0, 9283.0, 9298.0, 9281.0, 9254.0, 9307.0, 9274.0, 9299.0, 9296.0, 9367.0, 9339.0, 9336.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.008779092273068266</td></tr>
<tr><td colspan=3>aqi</td><td>0.019791357539384845</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.86115592521024</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3500007476351363</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1712460821921924</td></tr>
<tr><td colspan=3>efc</td><td>0.4721</td></tr>
<tr><td colspan=3>fber</td><td>5912.0273</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0806835144959731</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3255813953488373</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.602551525468718</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.572477847758258</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.795465660623632</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4397110680242635</td></tr>
<tr><td colspan=3>gcor</td><td>0.00935281</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018069230020046234</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027873005717992783</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9203580199431474</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>24.3209</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.443</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.0114</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299610.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>735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.0564</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5947</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.2689</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3366.2427</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3535.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.6975</td></tr>
<tr><td colspan=3>tsnr</td><td>40.045312005095184</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>