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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:33:54.830000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.980728, 0.0920282, -0.172344, -0.100311, 0.994153, -0.0399624]</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.259</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.0851429</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7742, -7262, 219, -181, 112, -58, 126]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f89f5bc0-e4af-4495-9517-b5db1e5aa4d0||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.631222724914551, -0.2691258192062378, -0.4526788294315338, 133.46092224121094], [-0.24690483510494232, 2.667240619659424, -0.15249662101268768, -88.5889892578125], [-0.46238669753074646, 0.10721629112958908, 2.657409906387329, -79.83253479003906], [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': ['123354.830000', '123355.290000', '123355.750000', '123356.210000', '123356.670000', '123357.130000', '123357.590000', '123358.050000', '123358.510000', '123358.970000', '123359.430000', '123359.890000', '123400.350000', '123400.810000', '123401.270000', '123401.730000', '123402.190000', '123402.650000', '123403.110000', '123403.570000', '123404.030000', '123404.490000', '123404.950000', '123405.410000', '123405.870000', '123406.330000', '123406.790000', '123407.250000', '123407.710000', '123408.170000', '123408.630000', '123409.090000', '123409.550000', '123410.010000', '123410.470000', '123410.930000', '123411.390000', '123411.850000', '123412.310000', '123412.770000', '123413.230000', '123413.690000', '123414.150000', '123414.610000', '123415.070000', '123415.530000', '123415.990000', '123416.450000', '123416.910000', '123417.370000', '123417.830000', '123418.290000', '123418.750000', '123419.210000', '123419.670000', '123420.130000', '123420.590000', '123421.050000', '123421.510000', '123421.970000', '123422.430000', '123422.890000', '123423.350000', '123423.810000', '123424.270000', '123424.730000', '123425.190000', '123425.650000', '123426.110000', '123426.570000', '123427.030000', '123427.490000', '123427.950000', '123428.410000', '123428.870000', '123429.330000', '123429.790000', '123430.250000', '123430.710000', '123431.170000', '123431.630000', '123432.090000', '123432.550000', '123433.010000', '123433.470000', '123433.930000', '123434.390000', '123434.850000', '123435.310000', '123435.770000', '123436.230000', '123436.690000', '123437.150000', '123437.610000', '123438.070000', '123438.530000', '123438.990000', '123439.450000', '123439.910000', '123440.370000', '123440.830000', '123441.290000', '123441.750000', '123442.210000', '123442.670000', '123443.130000', '123443.590000', '123444.050000', '123444.510000', '123444.970000', '123445.430000', '123445.890000', '123446.350000', '123446.810000', '123447.270000', '123447.730000', '123448.190000', '123448.650000', '123449.110000', '123449.570000', '123450.030000', '123450.490000', '123450.950000', '123451.410000', '123451.870000', '123452.330000', '123452.790000', '123453.250000', '123453.710000', '123454.170000', '123454.630000', '123455.090000', '123455.550000', '123456.010000', '123456.470000', '123456.930000', '123457.390000', '123457.850000', '123458.310000', '123458.770000', '123459.230000', '123459.690000', '123500.150000', '123500.610000', '123501.070000', '123501.530000', '123501.990000', '123502.450000', '123502.910000', '123503.370000', '123503.830000', '123504.290000', '123504.750000', '123505.210000', '123505.670000', '123506.130000', '123506.590000', '123507.050000', '123507.510000', '123507.970000', '123508.430000', '123508.890000', '123509.350000', '123509.810000', '123510.270000', '123510.730000', '123511.190000', '123511.650000', '123512.110000', '123512.570000', '123513.030000', '123513.490000', '123513.950000', '123514.410000', '123514.870000', '123515.330000', '123515.790000', '123516.250000', '123516.710000', '123517.170000', '123517.630000', '123518.090000', '123518.550000', '123519.010000', '123519.470000', '123519.930000', '123520.390000', '123520.850000', '123521.310000', '123521.770000', '123522.230000', '123522.690000', '123523.150000', '123523.610000', '123524.070000', '123524.530000', '123524.990000', '123525.450000', '123525.910000', '123526.370000', '123526.830000', '123527.290000', '123527.750000', '123528.210000', '123528.670000', '123529.130000', '123529.590000', '123530.050000', '123530.510000', '123530.970000', '123531.430000', '123531.890000', '123532.350000', '123532.810000', '123533.270000', '123533.730000', '123534.190000', '123534.650000', '123535.110000', '123535.570000', '123536.030000', '123536.490000', '123536.950000', '123537.410000', '123537.870000', '123538.330000', '123538.790000', '123539.250000', '123539.710000', '123540.170000', '123540.630000', '123541.090000', '123541.550000', '123542.010000', '123542.470000', '123542.930000', '123543.390000', '123543.850000', '123544.310000', '123544.770000', '123545.230000', '123545.690000', '123546.150000', '123546.610000', '123547.070000', '123547.530000', '123547.990000', '123548.450000', '123548.910000', '123549.370000', '123549.830000', '123550.290000', '123550.750000', '123551.210000', '123551.670000', '123552.130000', '123552.590000', '123553.050000', '123553.510000', '123553.970000', '123554.430000', '123554.890000', '123555.350000', '123555.810000', '123556.270000', '123556.730000', '123557.190000', '123557.650000', '123558.110000', '123558.570000', '123559.030000', '123559.490000', '123559.950000', '123600.410000', '123600.870000', '123601.330000', '123601.790000', '123602.250000', '123602.710000', '123603.170000', '123603.630000', '123604.090000', '123604.550000', '123605.010000', '123605.470000', '123605.930000', '123606.390000', '123606.850000', '123607.310000', '123607.770000', '123608.230000', '123608.690000', '123609.150000', '123609.610000', '123610.070000', '123610.530000', '123610.990000', '123611.450000', '123611.910000', '123612.370000', '123612.830000', '123613.290000', '123613.750000', '123614.210000', '123614.670000', '123615.130000', '123615.590000', '123616.050000', '123616.510000', '123616.970000', '123617.430000', '123617.890000', '123618.350000', '123618.810000', '123619.270000', '123619.730000', '123620.190000', '123620.650000', '123621.110000', '123621.570000', '123622.030000', '123622.490000', '123622.950000', '123623.410000', '123623.870000', '123624.330000', '123624.790000', '123625.250000', '123625.710000', '123626.170000', '123626.630000', '123627.090000', '123627.550000', '123628.010000', '123628.470000', '123628.930000', '123629.390000', '123629.850000', '123630.310000', '123630.770000', '123631.230000', '123631.690000', '123632.150000', '123632.610000', '123633.070000', '123633.530000', '123633.990000', '123634.450000', '123634.910000', '123635.370000', '123635.830000', '123636.290000', '123636.750000', '123637.210000', '123637.670000', '123638.130000', '123638.590000', '123639.050000', '123639.510000', '123639.970000', '123640.430000', '123640.890000', '123641.350000', '123641.810000', '123642.270000', '123642.730000', '123643.190000', '123643.650000', '123644.110000', '123644.570000', '123645.030000', '123645.490000', '123645.950000', '123646.410000', '123646.870000', '123647.330000', '123647.790000', '123648.250000', '123648.710000', '123649.170000', '123649.630000', '123650.090000', '123650.550000', '123651.010000', '123651.470000', '123651.930000', '123652.390000', '123652.850000', '123653.310000', '123653.770000', '123654.230000', '123654.690000', '123655.150000', '123655.610000', '123656.070000', '123656.530000', '123656.990000', '123657.450000', '123657.910000', '123658.370000', '123658.830000', '123659.290000', '123659.750000', '123700.210000', '123700.670000', '123701.130000', '123701.590000', '123702.050000', '123702.510000', '123702.970000', '123703.430000', '123703.890000', '123704.350000', '123704.810000', '123705.270000', '123705.730000', '123706.190000', '123706.650000', '123707.110000', '123707.570000', '123708.030000', '123708.490000', '123708.950000', '123709.410000', '123709.870000', '123710.330000', '123710.790000', '123711.250000', '123711.710000', '123712.170000', '123712.630000', '123713.090000', '123713.550000', '123714.010000', '123714.470000', '123714.930000', '123715.390000', '123715.850000', '123716.310000', '123716.770000', '123717.230000', '123717.690000', '123718.150000', '123718.610000', '123719.070000', '123719.530000', '123719.990000', '123720.450000', '123720.910000', '123721.370000', '123721.830000', '123722.290000', '123722.750000', '123723.210000', '123723.670000', '123724.130000', '123724.590000', '123725.050000', '123725.510000', '123725.970000', '123726.430000', '123726.890000', '123727.350000', '123727.810000', '123728.270000', '123728.730000', '123729.190000', '123729.650000', '123730.110000', '123730.570000', '123731.030000', '123731.490000', '123731.950000', '123732.410000', '123732.870000', '123733.330000', '123733.790000', '123734.250000', '123734.710000', '123735.170000', '123735.630000', '123736.090000', '123736.550000', '123737.010000', '123737.470000', '123737.930000', '123738.390000', '123738.850000', '123739.310000', '123739.770000', '123740.230000', '123740.690000', '123741.150000', '123741.610000', '123742.070000', '123742.530000', '123742.990000', '123743.450000', '123743.910000', '123744.370000', '123744.830000', '123745.290000', '123745.750000', '123746.210000', '123746.670000', '123747.130000', '123747.590000', '123748.050000', '123748.510000', '123748.970000', '123749.430000', '123749.890000', '123750.350000', '123750.810000', '123751.270000', '123751.730000', '123752.190000', '123752.650000', '123753.110000', '123753.570000', '123754.030000', '123754.490000', '123754.950000', '123755.410000', '123755.870000', '123756.330000', '123756.790000', '123757.250000', '123757.710000', '123758.170000', '123758.630000', '123759.090000', '123759.550000', '123800.010000', '123800.470000', '123800.930000', '123801.390000', '123801.850000', '123802.310000', '123802.770000', '123803.230000', '123803.690000', '123804.150000', '123804.610000', '123805.070000', '123805.530000', '123805.990000', '123806.450000', '123806.910000', '123807.370000', '123807.830000', '123808.290000', '123808.750000', '123809.210000', '123809.670000', '123810.130000', '123810.590000', '123811.050000', '123811.510000', '123811.970000', '123812.430000', '123812.890000', '123813.350000', '123813.810000', '123814.270000', '123814.730000', '123815.190000', '123815.650000', '123816.110000', '123816.570000', '123817.030000', '123817.490000', '123817.950000', '123818.410000', '123818.870000', '123819.330000', '123819.790000', '123820.250000', '123820.710000', '123821.170000', '123821.630000', '123822.090000', '123822.550000', '123823.010000', '123823.470000', '123823.930000', '123824.390000', '123824.850000', '123825.310000', '123825.770000', '123826.230000', '123826.690000', '123827.150000', '123827.610000', '123828.070000', '123828.530000', '123828.990000', '123829.450000', '123829.910000', '123830.370000', '123830.830000', '123831.290000', '123831.750000', '123832.210000', '123832.670000', '123833.130000', '123833.590000', '123834.050000', '123834.510000', '123834.970000', '123835.430000', '123835.890000', '123836.350000', '123836.810000', '123837.270000', '123837.730000', '123838.190000', '123838.650000', '123839.110000', '123839.570000', '123840.030000', '123840.490000', '123840.950000', '123841.410000', '123841.870000', '123842.330000', '123842.790000', '123843.250000', '123843.710000', '123844.170000', '123844.630000', '123845.090000', '123845.550000', '123846.010000', '123846.470000', '123846.930000', '123847.390000', '123847.850000', '123848.310000', '123848.770000', '123849.230000', '123849.690000', '123850.150000', '123850.610000', '123851.070000', '123851.530000', '123851.990000', '123852.450000', '123852.910000', '123853.370000', '123853.830000', '123854.290000', '123854.750000', '123855.210000', '123855.670000', '123856.130000', '123856.590000', '123857.050000', '123857.510000', '123857.970000', '123858.430000', '123858.890000', '123859.350000', '123859.810000', '123900.270000', '123900.730000', '123901.190000', '123901.650000', '123902.110000', '123902.570000', '123903.030000', '123903.490000', '123903.950000', '123904.410000', '123904.870000', '123905.330000', '123905.790000', '123906.250000', '123906.710000', '123907.170000', '123907.630000', '123908.090000', '123908.550000', '123909.010000', '123909.470000', '123909.930000', '123910.390000', '123910.850000', '123911.310000', '123911.770000', '123912.230000', '123912.690000', '123913.150000', '123913.610000', '123914.070000', '123914.530000', '123914.990000', '123915.450000', '123915.910000', '123916.370000', '123916.830000', '123917.290000', '123917.750000', '123918.210000', '123918.670000', '123919.130000', '123919.590000', '123920.050000', '123920.510000', '123920.970000', '123921.430000', '123921.890000', '123922.350000', '123922.810000', '123923.270000', '123923.730000', '123924.190000', '123924.650000', '123925.110000', '123925.570000', '123926.030000', '123926.490000', '123926.950000', '123927.410000', '123927.870000', '123928.330000', '123928.790000', '123929.250000', '123929.710000', '123930.170000', '123930.630000', '123931.090000', '123931.550000', '123932.010000', '123932.470000', '123932.930000', '123933.390000', '123933.850000', '123934.310000', '123934.770000', '123935.230000', '123935.690000', '123936.150000', '123936.610000', '123937.070000', '123937.530000', '123937.990000', '123938.450000', '123938.910000', '123939.370000', '123939.830000', '123940.290000', '123940.750000', '123941.210000', '123941.670000', '123942.130000', '123942.590000', '123943.050000', '123943.510000', '123943.970000', '123944.430000', '123944.890000', '123945.350000', '123945.810000', '123946.270000', '123946.730000', '123947.190000', '123947.650000', '123948.110000', '123948.570000', '123949.030000', '123949.490000', '123949.950000', '123950.410000', '123950.870000', '123951.330000', '123951.790000', '123952.250000', '123952.710000', '123953.170000', '123953.630000', '123954.090000', '123954.550000', '123955.010000', '123955.470000', '123955.930000', '123956.390000', '123956.850000', '123957.310000', '123957.770000', '123958.230000', '123958.690000', '123959.150000', '123959.610000', '124000.070000', '124000.530000', '124000.990000', '124001.450000', '124001.910000', '124002.370000', '124002.830000', '124003.290000', '124003.750000', '124004.210000', '124004.670000', '124005.130000', '124005.590000', '124006.050000', '124006.510000', '124006.970000', '124007.430000', '124007.890000', '124008.350000', '124008.810000', '124009.270000', '124009.730000', '124010.190000', '124010.650000', '124011.110000', '124011.570000', '124012.030000', '124012.490000', '124012.950000', '124013.410000', '124013.870000', '124014.330000', '124014.790000', '124015.250000', '124015.710000', '124016.170000', '124016.630000', '124017.090000', '124017.550000', '124018.010000', '124018.470000', '124018.930000', '124019.390000', '124019.850000', '124020.310000', '124020.770000', '124021.230000', '124021.690000', '124022.150000', '124022.610000', '124023.070000', '124023.530000', '124023.990000', '124024.450000', '124024.910000', '124025.370000', '124025.830000', '124026.290000', '124026.750000', '124027.210000', '124027.670000', '124028.130000', '124028.590000', '124029.050000', '124029.510000', '124029.970000', '124030.430000', '124030.890000', '124031.350000', '124031.810000', '124032.270000', '124032.730000', '124033.190000', '124033.650000', '124034.110000', '124034.570000', '124035.030000', '124035.490000', '124035.950000', '124036.410000', '124036.870000', '124037.330000', '124037.790000', '124038.250000', '124038.710000', '124039.170000', '124039.630000', '124040.090000', '124040.550000', '124041.010000', '124041.470000', '124041.930000', '124042.390000', '124042.850000', '124043.310000', '124043.770000', '124044.230000', '124044.690000', '124045.150000', '124045.610000', '124046.070000', '124046.530000', '124046.990000', '124047.450000', '124047.910000', '124048.370000', '124048.830000', '124049.290000', '124049.750000', '124050.210000', '124050.670000', '124051.130000', '124051.590000', '124052.050000', '124052.510000', '124052.970000', '124053.430000', '124053.890000', '124054.350000', '124054.810000', '124055.270000', '124055.730000', '124056.190000', '124056.650000', '124057.110000', '124057.570000', '124058.030000', '124058.490000', '124058.950000', '124059.410000', '124059.870000', '124100.330000', '124100.790000', '124101.250000', '124101.710000', '124102.170000', '124102.630000', '124103.090000', '124103.550000', '124104.010000', '124104.470000', '124104.930000', '124105.390000', '124105.850000', '124106.310000', '124106.770000', '124107.230000', '124107.690000', '124108.150000', '124108.610000', '124109.070000', '124109.530000', '124109.990000', '124110.450000', '124110.910000', '124111.370000', '124111.830000', '124112.290000', '124112.750000', '124113.210000', '124113.670000', '124114.130000', '124114.590000', '124115.050000', '124115.510000', '124115.970000', '124116.430000', '124116.890000', '124117.350000', '124117.810000', '124118.270000', '124118.730000', '124119.190000', '124119.650000', '124120.110000', '124120.570000', '124121.030000', '124121.490000', '124121.950000', '124122.410000', '124122.870000', '124123.330000', '124123.790000', '124124.250000', '124124.710000', '124125.170000', '124125.630000', '124126.090000', '124126.550000', '124127.010000', '124127.470000', '124127.930000', '124128.390000', '124128.850000', '124129.310000', '124129.770000', '124130.230000', '124130.690000', '124131.150000', '124131.610000', '124132.070000', '124132.530000', '124132.990000', '124133.450000', '124133.910000', '124134.370000', '124134.830000', '124135.290000', '124135.750000', '124136.210000', '124136.670000', '124137.130000', '124137.590000', '124138.050000', '124138.510000', '124138.970000', '124139.430000', '124139.890000', '124140.350000', '124140.810000', '124141.270000', '124141.730000', '124142.190000', '124142.650000', '124143.110000', '124143.570000', '124144.030000', '124144.490000', '124144.950000', '124145.410000', '124145.870000', '124146.330000', '124146.790000', '124147.250000', '124147.710000', '124148.170000', '124148.630000', '124149.090000', '124149.550000', '124150.010000', '124150.470000', '124150.930000', '124151.390000', '124151.850000', '124152.310000', '124152.770000', '124153.230000', '124153.690000', '124154.150000', '124154.610000', '124155.070000', '124155.530000', '124155.990000', '124156.450000', '124156.910000', '124157.370000', '124157.830000', '124158.290000', '124158.750000', '124159.210000', '124159.670000', '124200.130000', '124200.590000', '124201.050000', '124201.510000', '124201.970000', '124202.430000', '124202.890000', '124203.350000', '124203.810000', '124204.270000', '124204.730000', '124205.190000', '124205.650000', '124206.110000', '124206.570000', '124207.030000', '124207.490000', '124207.950000', '124208.410000', '124208.870000', '124209.330000', '124209.790000', '124210.250000', '124210.710000', '124211.170000', '124211.630000', '124212.090000', '124212.550000', '124213.010000', '124213.470000', '124213.930000', '124214.390000', '124214.850000', '124215.310000', '124215.770000', '124216.230000', '124216.690000', '124217.150000', '124217.610000', '124218.070000', '124218.530000', '124218.990000', '124219.450000', '124219.910000', '124220.370000', '124220.830000', '124221.290000', '124221.750000', '124222.210000', '124222.670000', '124223.130000', '124223.590000', '124224.050000', '124224.510000', '124224.970000', '124225.430000', '124225.890000', '124226.350000', '124226.810000', '124227.270000', '124227.730000', '124228.190000', '124228.650000', '124229.110000', '124229.570000', '124230.030000', '124230.490000', '124230.950000', '124231.410000', '124231.870000', '124232.330000', '124232.790000', '124233.250000', '124233.710000', '124234.170000', '124234.630000', '124235.090000', '124235.550000', '124236.010000', '124236.470000', '124236.930000', '124237.390000', '124237.850000', '124238.310000', '124238.770000', '124239.230000', '124239.690000', '124240.150000', '124240.610000', '124241.070000', '124241.530000', '124241.990000', '124242.450000', '124242.910000', '124243.370000', '124243.830000', '124244.290000', '124244.750000', '124245.210000', '124245.670000', '124246.130000', '124246.590000', '124247.050000', '124247.510000', '124247.970000', '124248.430000', '124248.890000', '124249.350000', '124249.810000', '124250.270000', '124250.730000', '124251.190000', '124251.650000', '124252.110000', '124252.570000', '124253.030000', '124253.490000', '124253.950000', '124254.410000', '124254.870000', '124255.330000', '124255.790000', '124256.250000', '124256.710000', '124257.170000', '124257.630000', '124258.090000', '124258.550000', '124259.010000', '124259.470000', '124259.930000', '124300.390000', '124300.850000', '124301.310000', '124301.770000', '124302.230000', '124302.690000', '124303.150000', '124303.610000', '124304.070000', '124304.530000', '124304.990000', '124305.450000', '124305.910000', '124306.370000', '124306.830000', '124307.290000', '124307.750000', '124308.210000', '124308.670000', '124309.130000', '124309.590000', '124310.050000', '124310.510000', '124310.970000', '124311.430000', '124311.890000', '124312.350000', '124312.810000', '124313.270000', '124313.730000', '124314.190000', '124314.650000', '124315.110000', '124315.570000', '124316.030000', '124316.490000', '124316.950000', '124317.410000', '124317.870000', '124318.330000', '124318.790000', '124319.250000', '124319.710000', '124320.170000', '124320.630000', '124321.090000', '124321.550000', '124322.010000', '124322.470000', '124322.930000', '124323.390000', '124323.850000', '124324.310000', '124324.770000', '124325.230000', '124325.690000', '124326.150000', '124326.610000', '124327.070000', '124327.530000', '124327.990000', '124328.450000', '124328.910000', '124329.370000', '124329.830000', '124330.290000', '124330.750000', '124331.210000', '124331.670000', '124332.130000', '124332.590000', '124333.050000', '124333.510000', '124333.970000', '124334.430000', '124334.890000', '124335.350000', '124335.810000', '124336.270000', '124336.730000', '124337.190000', '124337.650000', '124338.110000', '124338.570000', '124339.030000', '124339.490000', '124339.950000', '124340.410000', '124340.870000', '124341.330000', '124341.790000', '124342.250000', '124342.710000', '124343.170000', '124343.630000', '124344.090000', '124344.550000', '124345.010000', '124345.470000', '124345.930000', '124346.390000', '124346.850000', '124347.310000', '124347.770000', '124348.230000', '124348.690000', '124349.150000', '124349.610000', '124350.070000', '124350.530000', '124350.990000', '124351.450000', '124351.910000', '124352.370000', '124352.830000', '124353.290000', '124353.750000', '124354.210000', '124354.670000', '124355.130000', '124355.590000', '124356.050000', '124356.510000', '124356.970000', '124357.430000', '124357.890000', '124358.350000', '124358.810000', '124359.270000', '124359.730000', '124400.190000', '124400.650000', '124401.110000', '124401.570000', '124402.030000', '124402.490000', '124402.950000', '124403.410000', '124403.870000', '124404.330000', '124404.790000', '124405.250000', '124405.710000', '124406.170000', '124406.630000', '124407.090000', '124407.550000', '124408.010000', '124408.470000'], 'ContentTime': ['123408.287000', '123408.290000', '123408.293000', '123408.306000', '123408.309000', '123408.311000', '123408.314000', '123408.317000', '123408.330000', '123408.333000', '123408.335000', '123408.338000', '123408.341000', '123408.343000', '123408.353000', '123408.356000', '123408.359000', '123408.361000', '123408.364000', '123408.366000', '123408.369000', '123408.378000', '123408.380000', '123408.383000', '123408.385000', '123408.388000', '123408.391000', '123428.256000', '123428.259000', '123428.262000', '123428.264000', '123428.267000', '123428.270000', '123428.272000', '123428.275000', '123428.277000', '123428.280000', '123428.282000', '123428.285000', '123428.288000', '123428.290000', '123428.293000', '123428.296000', '123428.298000', '123428.301000', '123428.303000', '123428.306000', '123428.308000', '123428.311000', '123428.314000', '123428.316000', '123428.319000', '123428.321000', '123428.329000', '123428.332000', '123428.334000', '123428.337000', '123428.340000', '123428.342000', '123428.345000', '123428.347000', '123428.350000', '123428.352000', '123428.355000', '123428.358000', '123428.360000', '123428.363000', '123428.365000', '123428.368000', '123428.371000', '123428.373000', '123448.257000', '123448.259000', '123448.262000', '123448.264000', '123448.267000', '123448.270000', '123448.272000', '123448.275000', '123448.277000', '123448.280000', '123448.282000', '123448.285000', '123448.288000', '123448.290000', '123448.293000', '123448.296000', '123448.298000', '123448.301000', '123448.304000', '123448.306000', '123448.309000', '123448.311000', '123448.314000', '123448.317000', '123448.319000', '123448.322000', '123448.324000', '123448.327000', '123448.330000', '123448.332000', '123448.338000', '123448.341000', '123448.343000', '123448.346000', '123448.348000', '123448.351000', '123448.354000', '123448.356000', '123448.359000', '123448.361000', '123448.364000', '123448.366000', '123448.369000', '123508.256000', '123508.259000', '123508.262000', '123508.264000', '123508.267000', '123508.270000', '123508.272000', '123508.275000', '123508.277000', '123508.280000', '123508.283000', '123508.285000', '123508.288000', '123508.290000', '123508.293000', '123508.295000', '123508.298000', '123508.301000', '123508.303000', '123508.306000', '123508.308000', '123508.319000', '123508.321000', '123508.324000', '123508.326000', '123508.329000', '123508.332000', '123508.334000', '123508.337000', '123508.339000', '123508.342000', '123508.345000', '123508.347000', '123508.350000', '123508.352000', '123508.355000', '123508.357000', '123508.360000', '123508.363000', '123508.365000', '123508.368000', '123508.370000', '123508.373000', '123508.376000', '123528.256000', '123528.258000', '123528.261000', '123528.263000', '123528.266000', '123528.269000', '123528.271000', '123528.274000', '123528.276000', '123528.279000', '123528.282000', '123528.284000', '123528.287000', '123528.290000', '123528.292000', '123528.295000', '123528.297000', '123528.300000', '123528.303000', '123528.305000', '123528.308000', '123528.310000', '123528.313000', '123528.316000', '123528.319000', '123528.341000', '123528.344000', '123528.347000', '123528.349000', '123528.352000', '123528.354000', '123528.357000', '123528.360000', '123528.363000', '123528.366000', '123528.368000', '123528.371000', '123528.374000', '123528.376000', '123528.379000', '123528.381000', '123528.384000', '123528.386000', '123548.256000', '123548.258000', '123548.261000', '123548.264000', '123548.266000', '123548.269000', '123548.271000', '123548.274000', '123548.277000', '123548.279000', '123548.282000', '123548.284000', '123548.287000', '123548.290000', '123548.292000', '123548.295000', '123548.297000', '123548.300000', '123548.303000', '123548.305000', '123548.308000', '123548.310000', '123548.313000', '123548.316000', '123548.318000', '123548.321000', '123548.323000', '123548.326000', '123548.329000', '123548.331000', '123548.334000', '123548.336000', '123548.345000', '123548.348000', '123548.350000', '123548.353000', '123548.356000', '123548.358000', '123548.361000', '123548.363000', '123548.366000', '123548.368000', '123548.371000', '123548.374000', '123608.256000', '123608.258000', '123608.261000', '123608.264000', '123608.266000', '123608.269000', '123608.271000', '123608.274000', '123608.277000', '123608.279000', '123608.282000', '123608.284000', '123608.287000', '123608.290000', '123608.293000', '123608.296000', '123608.298000', '123608.301000', '123608.304000', '123608.306000', '123608.309000', '123608.312000', '123608.314000', '123608.317000', '123608.320000', '123608.322000', '123608.325000', '123608.328000', '123608.331000', '123608.334000', '123608.337000', '123608.339000', '123608.342000', '123608.345000', '123608.347000', '123608.350000', '123608.352000', '123608.355000', '123608.358000', '123608.360000', '123608.363000', '123608.366000', '123608.368000', '123628.256000', '123628.259000', '123628.262000', '123628.265000', '123628.267000', '123628.270000', '123628.272000', '123628.275000', '123628.278000', '123628.280000', '123628.283000', '123628.285000', '123628.288000', '123628.291000', '123628.293000', '123628.296000', '123628.298000', '123628.301000', '123628.304000', '123628.306000', '123628.309000', '123628.312000', '123628.314000', '123628.317000', '123628.320000', '123628.322000', '123628.325000', '123628.327000', '123628.330000', '123628.333000', '123628.335000', '123628.338000', '123628.340000', '123628.343000', '123628.346000', '123628.348000', '123628.351000', '123628.353000', '123628.356000', '123628.359000', '123628.361000', '123628.364000', '123628.366000', '123628.369000', '123648.257000', '123648.259000', '123648.262000', '123648.265000', '123648.267000', '123648.270000', '123648.272000', '123648.275000', '123648.278000', '123648.280000', '123648.283000', '123648.285000', '123648.288000', '123648.291000', '123648.293000', '123648.296000', '123648.299000', '123648.301000', '123648.304000', '123648.306000', '123648.309000', '123648.312000', '123648.314000', '123648.317000', '123648.319000', '123648.322000', '123648.325000', '123648.327000', '123648.330000', '123648.332000', '123648.335000', '123648.338000', '123648.341000', '123648.344000', '123648.364000', '123648.383000', '123648.386000', '123648.389000', '123648.391000', '123648.394000', '123648.396000', '123648.400000', '123648.403000', '123708.256000', '123708.259000', '123708.262000', '123708.264000', '123708.267000', '123708.270000', '123708.272000', '123708.289000', '123708.292000', '123708.294000', '123708.297000', '123708.299000', '123708.302000', '123708.304000', '123708.308000', '123708.310000', '123708.313000', '123708.316000', '123708.318000', '123708.321000', '123708.324000', '123708.326000', '123708.329000', '123708.331000', '123708.334000', '123708.337000', '123708.339000', '123708.342000', '123708.344000', '123708.347000', '123708.350000', '123708.352000', '123708.355000', '123708.357000', '123708.360000', '123708.363000', '123708.365000', '123708.368000', '123708.370000', '123708.373000', '123708.376000', '123708.378000', '123708.381000', '123708.383000', '123728.256000', '123728.259000', '123728.262000', '123728.265000', '123728.267000', '123728.270000', '123728.273000', '123728.275000', '123728.278000', '123728.281000', '123728.283000', '123728.286000', '123728.288000', '123728.291000', '123728.294000', '123728.296000', '123728.299000', '123728.301000', '123728.304000', '123728.306000', '123728.309000', '123728.312000', '123728.314000', '123728.317000', '123728.320000', '123728.322000', '123728.325000', '123728.328000', '123728.330000', '123728.333000', '123728.335000', '123728.338000', '123728.341000', '123728.343000', '123728.346000', '123728.348000', '123728.351000', '123728.354000', '123728.356000', '123728.359000', '123728.361000', '123728.364000', '123728.366000', '123748.256000', '123748.259000', '123748.261000', '123748.264000', '123748.267000', '123748.270000', '123748.272000', '123748.275000', '123748.277000', '123748.280000', '123748.283000', '123748.285000', '123748.288000', '123748.290000', '123748.293000', '123748.295000', '123748.298000', '123748.301000', '123748.303000', '123748.306000', '123748.309000', '123748.311000', '123748.314000', '123748.316000', '123748.319000', '123748.322000', '123748.324000', '123748.327000', '123748.330000', '123748.332000', '123748.335000', '123748.337000', '123748.340000', '123748.343000', '123748.345000', '123748.348000', '123748.351000', '123748.353000', '123748.356000', '123748.358000', '123748.361000', '123748.364000', '123748.366000', '123748.369000', '123808.256000', '123808.258000', '123808.261000', '123808.264000', '123808.266000', '123808.269000', '123808.272000', '123808.274000', '123808.277000', '123808.287000', '123808.290000', '123808.292000', '123808.295000', '123808.298000', '123808.300000', '123808.303000', '123808.305000', '123808.308000', '123808.311000', '123808.313000', '123808.316000', '123808.318000', '123808.321000', '123808.324000', '123808.326000', '123808.329000', '123808.332000', '123808.334000', '123808.337000', '123808.339000', '123808.346000', '123808.348000', '123808.351000', '123808.354000', '123808.356000', '123808.359000', '123808.361000', '123808.364000', '123808.367000', '123808.369000', '123808.372000', '123808.374000', '123808.377000', '123828.256000', '123828.259000', '123828.262000', '123828.265000', '123828.267000', '123828.270000', '123828.272000', '123828.275000', '123828.278000', '123828.280000', '123828.283000', '123828.286000', '123828.288000', '123828.291000', '123828.293000', '123828.296000', '123828.298000', '123828.301000', '123828.304000', '123828.306000', '123828.309000', '123828.312000', '123828.314000', '123828.317000', '123828.320000', '123828.322000', '123828.325000', '123828.327000', '123828.330000', '123828.332000', '123828.335000', '123828.338000', '123828.355000', '123828.358000', '123828.360000', '123828.363000', '123828.366000', '123828.368000', '123828.371000', '123828.373000', '123828.376000', '123828.379000', '123828.381000', '123828.384000', '123848.257000', '123848.259000', '123848.262000', '123848.265000', '123848.267000', '123848.270000', '123848.272000', '123848.275000', '123848.278000', '123848.280000', '123848.283000', '123848.286000', '123848.288000', '123848.291000', '123848.294000', '123848.296000', '123848.299000', '123848.301000', '123848.304000', '123848.307000', '123848.309000', '123848.312000', '123848.315000', '123848.317000', '123848.320000', '123848.322000', '123848.325000', '123848.327000', '123848.330000', '123848.333000', '123848.335000', '123848.338000', '123848.341000', '123848.343000', '123848.346000', '123848.348000', '123848.351000', '123848.354000', '123848.356000', '123848.359000', '123848.361000', '123848.364000', '123848.367000', '123908.257000', '123908.260000', '123908.262000', '123908.265000', '123908.267000', '123908.270000', '123908.273000', '123908.275000', '123908.278000', '123908.281000', '123908.283000', '123908.286000', '123908.288000', '123908.291000', '123908.294000', '123908.297000', '123908.299000', '123908.302000', '123908.304000', '123908.307000', '123908.310000', '123908.312000', '123908.315000', '123908.318000', '123908.320000', '123908.323000', '123908.325000', '123908.328000', '123908.331000', '123908.333000', '123908.336000', '123908.338000', '123908.341000', '123908.344000', '123908.347000', '123908.349000', '123908.352000', '123908.355000', '123908.357000', '123908.360000', '123908.363000', '123908.365000', '123908.368000', '123908.370000', '123928.256000', '123928.259000', '123928.262000', '123928.264000', '123928.267000', '123928.270000', '123928.282000', '123928.285000', '123928.288000', '123928.290000', '123928.293000', '123928.295000', '123928.298000', '123928.301000', '123928.303000', '123928.306000', '123928.308000', '123928.313000', '123928.316000', '123928.318000', '123928.321000', '123928.323000', '123928.326000', '123928.329000', '123928.331000', '123928.334000', '123928.336000', '123928.339000', '123928.342000', '123928.344000', '123928.347000', '123928.349000', '123928.352000', '123928.355000', '123928.357000', '123928.360000', '123928.362000', '123928.365000', '123928.368000', '123928.370000', '123928.373000', '123928.375000', '123928.378000', '123948.257000', '123948.259000', '123948.262000', '123948.265000', '123948.267000', '123948.270000', '123948.273000', '123948.275000', '123948.278000', '123948.280000', '123948.283000', '123948.286000', '123948.288000', '123948.291000', '123948.293000', '123948.296000', '123948.299000', '123948.301000', '123948.338000', '123948.340000', '123948.343000', '123948.345000', '123948.348000', '123948.351000', '123948.353000', '123948.356000', '123948.358000', '123948.361000', '123948.364000', '123948.366000', '123948.369000', '123948.372000', '123948.374000', '123948.377000', '123948.379000', '123948.382000', '123948.385000', '123948.387000', '123948.390000', '123948.393000', '123948.396000', '123948.399000', '123948.401000', '123948.417000', '124008.255000', '124008.258000', '124008.261000', '124008.264000', '124008.266000', '124008.269000', '124008.271000', '124008.274000', '124008.277000', '124008.279000', '124008.282000', '124008.284000', '124008.287000', '124008.290000', '124008.292000', '124008.295000', '124008.297000', '124008.300000', '124008.303000', '124008.305000', '124008.308000', '124008.311000', '124008.313000', '124008.316000', '124008.318000', '124008.321000', '124008.324000', '124008.326000', '124008.329000', '124008.331000', '124008.334000', '124008.337000', '124008.339000', '124008.342000', '124008.344000', '124008.347000', '124008.350000', '124008.352000', '124008.355000', '124008.357000', '124008.360000', '124008.363000', '124008.365000', '124028.255000', '124028.258000', '124028.261000', '124028.263000', '124028.266000', '124028.269000', '124028.271000', '124028.274000', '124028.276000', '124028.281000', '124028.283000', '124028.286000', '124028.289000', '124028.291000', '124028.294000', '124028.297000', '124028.299000', '124028.302000', '124028.304000', '124028.307000', '124028.310000', '124028.313000', '124028.315000', '124028.318000', '124028.320000', '124028.323000', '124028.326000', '124028.328000', '124028.331000', '124028.334000', '124028.336000', '124028.339000', '124028.341000', '124028.344000', '124028.347000', '124028.350000', '124028.352000', '124028.355000', '124028.357000', '124028.360000', '124028.363000', '124028.365000', '124028.368000', '124028.371000', '124048.257000', '124048.259000', '124048.262000', '124048.265000', '124048.267000', '124048.270000', '124048.272000', '124048.275000', '124048.277000', '124048.280000', '124048.283000', '124048.285000', '124048.288000', '124048.291000', '124048.293000', '124048.296000', '124048.299000', '124048.301000', '124048.304000', '124048.306000', '124048.309000', '124048.312000', '124048.314000', '124048.317000', '124048.319000', '124048.322000', '124048.325000', '124048.328000', '124048.330000', '124048.333000', '124048.335000', '124048.338000', '124048.340000', '124048.343000', '124048.346000', '124048.348000', '124048.351000', '124048.354000', '124048.356000', '124048.359000', '124048.361000', '124048.364000', '124048.367000', '124108.257000', '124108.260000', '124108.262000', '124108.265000', '124108.267000', '124108.275000', '124108.278000', '124108.281000', '124108.283000', '124108.286000', '124108.289000', '124108.291000', '124108.294000', '124108.297000', '124108.299000', '124108.302000', '124108.305000', '124108.307000', '124108.310000', '124108.312000', '124108.315000', '124108.318000', '124108.321000', '124108.323000', '124108.326000', '124108.329000', '124108.331000', '124108.334000', '124108.336000', '124108.339000', '124108.342000', '124108.344000', '124108.347000', '124108.349000', '124108.352000', '124108.355000', '124108.357000', '124108.360000', '124108.363000', '124108.365000', '124108.368000', '124108.370000', '124108.373000', '124108.376000', '124128.257000', '124128.260000', '124128.262000', '124128.265000', '124128.267000', '124128.270000', '124128.273000', '124128.275000', '124128.278000', '124128.281000', '124128.283000', '124128.286000', '124128.289000', '124128.291000', '124128.294000', '124128.296000', '124128.299000', '124128.302000', '124128.304000', '124128.307000', '124128.309000', '124128.312000', '124128.315000', '124128.317000', '124128.320000', '124128.323000', '124128.325000', '124128.328000', '124128.330000', '124128.333000', '124128.336000', '124128.338000', '124128.341000', '124128.343000', '124128.346000', '124128.349000', '124128.351000', '124128.354000', '124128.356000', '124128.359000', '124128.362000', '124128.364000', '124128.367000', '124148.257000', '124148.259000', '124148.262000', '124148.265000', '124148.268000', '124148.270000', '124148.273000', '124148.276000', '124148.278000', '124148.281000', '124148.283000', '124148.286000', '124148.289000', '124148.291000', '124148.294000', '124148.297000', '124148.299000', '124148.302000', '124148.304000', '124148.307000', '124148.310000', '124148.312000', '124148.315000', '124148.319000', '124148.322000', '124148.324000', '124148.327000', '124148.330000', '124148.332000', '124148.335000', '124148.338000', '124148.340000', '124148.343000', '124148.346000', '124148.348000', '124148.351000', '124148.353000', '124148.356000', '124148.359000', '124148.361000', '124148.364000', '124148.367000', '124148.369000', '124208.256000', '124208.259000', '124208.262000', '124208.265000', '124208.267000', '124208.270000', '124208.272000', '124208.275000', '124208.277000', '124208.280000', '124208.283000', '124208.285000', '124208.288000', '124208.291000', '124208.293000', '124208.296000', '124208.299000', '124208.301000', '124208.304000', '124208.306000', '124208.309000', '124208.312000', '124208.314000', '124208.317000', '124208.320000', '124208.322000', '124208.325000', '124208.327000', '124208.330000', '124208.333000', '124208.335000', '124208.338000', '124208.340000', '124208.343000', '124208.346000', '124208.348000', '124208.351000', '124208.354000', '124208.356000', '124208.359000', '124208.361000', '124208.364000', '124208.367000', '124208.369000', '124228.256000', '124228.259000', '124228.261000', '124228.264000', '124228.266000', '124228.269000', '124228.272000', '124228.274000', '124228.277000', '124228.280000', '124228.282000', '124228.285000', '124228.288000', '124228.291000', '124228.294000', '124228.296000', '124228.299000', '124228.302000', '124228.304000', '124228.307000', '124228.309000', '124228.312000', '124228.315000', '124228.317000', '124228.320000', '124228.323000', '124228.325000', '124228.328000', '124228.330000', '124228.333000', '124228.336000', '124228.338000', '124228.341000', '124228.343000', '124228.346000', '124228.349000', '124228.351000', '124228.354000', '124228.357000', '124228.359000', '124228.362000', '124228.364000', '124228.367000', '124248.256000', '124248.259000', '124248.261000', '124248.264000', '124248.266000', '124248.269000', '124248.272000', '124248.274000', '124248.277000', '124248.279000', '124248.282000', '124248.285000', '124248.287000', '124248.290000', '124248.293000', '124248.295000', '124248.298000', '124248.300000', '124248.303000', '124248.306000', '124248.308000', '124248.311000', '124248.314000', '124248.323000', '124248.326000', '124248.328000', '124248.331000', '124248.334000', '124248.336000', '124248.339000', '124248.342000', '124248.344000', '124248.347000', '124248.349000', '124248.352000', '124248.355000', '124248.357000', '124248.360000', '124248.362000', '124248.365000', '124248.368000', '124248.370000', '124248.373000', '124248.376000', '124308.257000', '124308.260000', '124308.262000', '124308.265000', '124308.267000', '124308.270000', '124308.273000', '124308.275000', '124308.278000', '124308.281000', '124308.283000', '124308.286000', '124308.288000', '124308.291000', '124308.294000', '124308.296000', '124308.299000', '124308.301000', '124308.304000', '124308.307000', '124308.310000', '124308.312000', '124308.315000', '124308.318000', '124308.321000', '124308.323000', '124308.326000', '124308.328000', '124308.331000', '124308.334000', '124308.336000', '124308.339000', '124308.342000', '124308.344000', '124308.347000', '124308.349000', '124308.352000', '124308.355000', '124308.358000', '124308.361000', '124308.364000', '124308.366000', '124308.369000', '124328.256000', '124328.259000', '124328.262000', '124328.265000', '124328.267000', '124328.270000', '124328.273000', '124328.275000', '124328.278000', '124328.280000', '124328.283000', '124328.286000', '124328.288000', '124328.291000', '124328.294000', '124328.296000', '124328.299000', '124328.301000', '124328.304000', '124328.307000', '124328.309000', '124328.312000', '124328.314000', '124328.317000', '124328.320000', '124328.322000', '124328.325000', '124328.328000', '124328.330000', '124328.333000', '124328.335000', '124328.338000', '124328.341000', '124328.343000', '124328.346000', '124328.348000', '124328.351000', '124328.354000', '124328.356000', '124328.359000', '124328.361000', '124328.364000', '124328.367000', '124328.369000', '124348.257000', '124348.260000', '124348.262000', '124348.265000', '124348.268000', '124348.270000', '124348.273000', '124348.275000', '124348.278000', '124348.281000', '124348.283000', '124348.286000', '124348.289000', '124348.291000', '124348.294000', '124348.296000', '124348.299000', '124348.302000', '124348.304000', '124348.307000', '124348.310000', '124348.312000', '124348.315000', '124348.318000', '124348.320000', '124348.323000', '124348.325000', '124348.328000', '124348.331000', '124348.333000', '124348.336000', '124348.339000', '124348.350000', '124348.353000', '124348.355000', '124348.358000', '124348.361000', '124348.363000', '124348.366000', '124348.369000', '124348.371000', '124348.374000', '124348.377000', '124408.257000', '124408.260000', '124408.262000', '124408.265000', '124408.268000', '124408.270000', '124408.273000', '124408.275000', '124408.278000', '124408.281000', '124408.283000', '124408.286000', '124408.288000', '124408.291000', '124408.294000', '124408.296000', '124408.299000', '124408.302000', '124408.304000', '124408.307000', '124408.310000', '124408.312000', '124408.315000', '124408.317000', '124408.320000', '124408.323000', '124408.325000', '124408.328000', '124408.331000', '124408.333000', '124408.336000', '124408.338000', '124408.341000', '124408.344000', '124408.347000', '124408.349000', '124408.352000', '124408.354000', '124408.357000', '124408.360000', '124408.362000', '124408.365000', '124408.367000', '124408.370000', '124409.496000', '124409.499000', '124409.502000'], 'InstanceCreationTime': ['123408.287000', '123408.290000', '123408.293000', '123408.306000', '123408.309000', '123408.311000', '123408.314000', '123408.317000', '123408.330000', '123408.333000', '123408.335000', '123408.338000', '123408.341000', '123408.343000', '123408.353000', '123408.356000', '123408.359000', '123408.361000', '123408.364000', '123408.366000', '123408.369000', '123408.378000', '123408.380000', '123408.383000', '123408.385000', '123408.388000', '123408.391000', '123428.256000', '123428.259000', '123428.262000', '123428.264000', '123428.267000', '123428.270000', '123428.272000', '123428.275000', '123428.277000', '123428.280000', '123428.282000', '123428.285000', '123428.288000', '123428.290000', '123428.293000', '123428.296000', '123428.298000', '123428.301000', '123428.303000', '123428.306000', '123428.308000', '123428.311000', '123428.314000', '123428.316000', '123428.319000', '123428.321000', '123428.329000', '123428.332000', '123428.334000', '123428.337000', '123428.340000', '123428.342000', '123428.345000', '123428.347000', '123428.350000', '123428.352000', '123428.355000', '123428.358000', '123428.360000', '123428.363000', '123428.365000', '123428.368000', '123428.371000', '123428.373000', '123448.257000', '123448.259000', '123448.262000', '123448.264000', '123448.267000', '123448.270000', '123448.272000', '123448.275000', '123448.277000', '123448.280000', '123448.282000', '123448.285000', '123448.288000', '123448.290000', '123448.293000', '123448.296000', '123448.298000', '123448.301000', '123448.304000', '123448.306000', '123448.309000', '123448.311000', '123448.314000', '123448.317000', '123448.319000', '123448.322000', '123448.324000', '123448.327000', '123448.330000', '123448.332000', '123448.338000', '123448.341000', '123448.343000', '123448.346000', '123448.348000', '123448.351000', '123448.354000', '123448.356000', '123448.359000', '123448.361000', '123448.364000', '123448.366000', '123448.369000', '123508.256000', '123508.259000', '123508.262000', '123508.264000', '123508.267000', '123508.270000', '123508.272000', '123508.275000', '123508.277000', '123508.280000', '123508.283000', '123508.285000', '123508.288000', '123508.290000', '123508.293000', '123508.295000', '123508.298000', '123508.301000', '123508.303000', '123508.306000', '123508.308000', '123508.319000', '123508.321000', '123508.324000', '123508.326000', '123508.329000', '123508.332000', '123508.334000', '123508.337000', '123508.339000', '123508.342000', '123508.345000', '123508.347000', '123508.350000', '123508.352000', '123508.355000', '123508.357000', '123508.360000', '123508.363000', '123508.365000', '123508.368000', '123508.370000', '123508.373000', '123508.376000', '123528.256000', '123528.258000', '123528.261000', '123528.263000', '123528.266000', '123528.269000', '123528.271000', '123528.274000', '123528.276000', '123528.279000', '123528.282000', '123528.284000', '123528.287000', '123528.290000', '123528.292000', '123528.295000', '123528.297000', '123528.300000', '123528.303000', '123528.305000', '123528.308000', '123528.310000', '123528.313000', '123528.316000', '123528.319000', '123528.341000', '123528.344000', '123528.347000', '123528.349000', '123528.352000', '123528.354000', '123528.357000', '123528.360000', '123528.363000', '123528.366000', '123528.368000', '123528.371000', '123528.374000', '123528.376000', '123528.379000', '123528.381000', '123528.384000', '123528.386000', '123548.256000', '123548.258000', '123548.261000', '123548.264000', '123548.266000', '123548.269000', '123548.271000', '123548.274000', '123548.277000', '123548.279000', '123548.282000', '123548.284000', '123548.287000', '123548.290000', '123548.292000', '123548.295000', '123548.297000', '123548.300000', '123548.303000', '123548.305000', '123548.308000', '123548.310000', '123548.313000', '123548.316000', '123548.318000', '123548.321000', '123548.323000', '123548.326000', '123548.329000', '123548.331000', '123548.334000', '123548.336000', '123548.345000', '123548.348000', '123548.350000', '123548.353000', '123548.356000', '123548.358000', '123548.361000', '123548.363000', '123548.366000', '123548.368000', '123548.371000', '123548.374000', '123608.256000', '123608.258000', '123608.261000', '123608.264000', '123608.266000', '123608.269000', '123608.271000', '123608.274000', '123608.277000', '123608.279000', '123608.282000', '123608.284000', '123608.287000', '123608.290000', '123608.293000', '123608.296000', '123608.298000', '123608.301000', '123608.304000', '123608.306000', '123608.309000', '123608.312000', '123608.314000', '123608.317000', '123608.320000', '123608.322000', '123608.325000', '123608.328000', '123608.331000', '123608.334000', '123608.337000', '123608.339000', '123608.342000', '123608.345000', '123608.347000', '123608.350000', '123608.352000', '123608.355000', '123608.358000', '123608.360000', '123608.363000', '123608.366000', '123608.368000', '123628.256000', '123628.259000', '123628.262000', '123628.265000', '123628.267000', '123628.270000', '123628.272000', '123628.275000', '123628.278000', '123628.280000', '123628.283000', '123628.285000', '123628.288000', '123628.291000', '123628.293000', '123628.296000', '123628.298000', '123628.301000', '123628.304000', '123628.306000', '123628.309000', '123628.312000', '123628.314000', '123628.317000', '123628.320000', '123628.322000', '123628.325000', '123628.327000', '123628.330000', '123628.333000', '123628.335000', '123628.338000', '123628.340000', '123628.343000', '123628.346000', '123628.348000', '123628.351000', '123628.353000', '123628.356000', '123628.359000', '123628.361000', '123628.364000', '123628.366000', '123628.369000', '123648.257000', '123648.259000', '123648.262000', '123648.265000', '123648.267000', '123648.270000', '123648.272000', '123648.275000', '123648.278000', '123648.280000', '123648.283000', '123648.285000', '123648.288000', '123648.291000', '123648.293000', '123648.296000', '123648.299000', '123648.301000', '123648.304000', '123648.306000', '123648.309000', '123648.312000', '123648.314000', '123648.317000', '123648.319000', '123648.322000', '123648.325000', '123648.327000', '123648.330000', '123648.332000', '123648.335000', '123648.338000', '123648.341000', '123648.344000', '123648.364000', '123648.383000', '123648.386000', '123648.389000', '123648.391000', '123648.394000', '123648.396000', '123648.400000', '123648.403000', '123708.256000', '123708.259000', '123708.262000', '123708.264000', '123708.267000', '123708.270000', '123708.272000', '123708.289000', '123708.292000', '123708.294000', '123708.297000', '123708.299000', '123708.302000', '123708.304000', '123708.308000', '123708.310000', '123708.313000', '123708.316000', '123708.318000', '123708.321000', '123708.324000', '123708.326000', '123708.329000', '123708.331000', '123708.334000', '123708.337000', '123708.339000', '123708.342000', '123708.344000', '123708.347000', '123708.350000', '123708.352000', '123708.355000', '123708.357000', '123708.360000', '123708.363000', '123708.365000', '123708.368000', '123708.370000', '123708.373000', '123708.376000', '123708.378000', '123708.381000', '123708.383000', '123728.256000', '123728.259000', '123728.262000', '123728.265000', '123728.267000', '123728.270000', '123728.273000', '123728.275000', '123728.278000', '123728.281000', '123728.283000', '123728.286000', '123728.288000', '123728.291000', '123728.294000', '123728.296000', '123728.299000', '123728.301000', '123728.304000', '123728.306000', '123728.309000', '123728.312000', '123728.314000', '123728.317000', '123728.320000', '123728.322000', '123728.325000', '123728.328000', '123728.330000', '123728.333000', '123728.335000', '123728.338000', '123728.341000', '123728.343000', '123728.346000', '123728.348000', '123728.351000', '123728.354000', '123728.356000', '123728.359000', '123728.361000', '123728.364000', '123728.366000', '123748.256000', '123748.259000', '123748.261000', '123748.264000', '123748.267000', '123748.270000', '123748.272000', '123748.275000', '123748.277000', '123748.280000', '123748.283000', '123748.285000', '123748.288000', '123748.290000', '123748.293000', '123748.295000', '123748.298000', '123748.301000', '123748.303000', '123748.306000', '123748.309000', '123748.311000', '123748.314000', '123748.316000', '123748.319000', '123748.322000', '123748.324000', '123748.327000', '123748.330000', '123748.332000', '123748.335000', '123748.337000', '123748.340000', '123748.343000', '123748.345000', '123748.348000', '123748.351000', '123748.353000', '123748.356000', '123748.358000', '123748.361000', '123748.364000', '123748.366000', '123748.369000', '123808.256000', '123808.258000', '123808.261000', '123808.264000', '123808.266000', '123808.269000', '123808.272000', '123808.274000', '123808.277000', '123808.287000', '123808.290000', '123808.292000', '123808.295000', '123808.298000', '123808.300000', '123808.303000', '123808.305000', '123808.308000', '123808.311000', '123808.313000', '123808.316000', '123808.318000', '123808.321000', '123808.324000', '123808.326000', '123808.329000', '123808.332000', '123808.334000', '123808.337000', '123808.339000', '123808.346000', '123808.348000', '123808.351000', '123808.354000', '123808.356000', '123808.359000', '123808.361000', '123808.364000', '123808.367000', '123808.369000', '123808.372000', '123808.374000', '123808.377000', '123828.256000', '123828.259000', '123828.262000', '123828.265000', '123828.267000', '123828.270000', '123828.272000', '123828.275000', '123828.278000', '123828.280000', '123828.283000', '123828.286000', '123828.288000', '123828.291000', '123828.293000', '123828.296000', '123828.298000', '123828.301000', '123828.304000', '123828.306000', '123828.309000', '123828.312000', '123828.314000', '123828.317000', '123828.320000', '123828.322000', '123828.325000', '123828.327000', '123828.330000', '123828.332000', '123828.335000', '123828.338000', '123828.355000', '123828.358000', '123828.360000', '123828.363000', '123828.366000', '123828.368000', '123828.371000', '123828.373000', '123828.376000', '123828.379000', '123828.381000', '123828.384000', '123848.257000', '123848.259000', '123848.262000', '123848.265000', '123848.267000', '123848.270000', '123848.272000', '123848.275000', '123848.278000', '123848.280000', '123848.283000', '123848.286000', '123848.288000', '123848.291000', '123848.294000', '123848.296000', '123848.299000', '123848.301000', '123848.304000', '123848.307000', '123848.309000', '123848.312000', '123848.315000', '123848.317000', '123848.320000', '123848.322000', '123848.325000', '123848.327000', '123848.330000', '123848.333000', '123848.335000', '123848.338000', '123848.341000', '123848.343000', '123848.346000', '123848.348000', '123848.351000', '123848.354000', '123848.356000', '123848.359000', '123848.361000', '123848.364000', '123848.367000', '123908.257000', '123908.260000', '123908.262000', '123908.265000', '123908.267000', '123908.270000', '123908.273000', '123908.275000', '123908.278000', '123908.281000', '123908.283000', '123908.286000', '123908.288000', '123908.291000', '123908.294000', '123908.297000', '123908.299000', '123908.302000', '123908.304000', '123908.307000', '123908.310000', '123908.312000', '123908.315000', '123908.318000', '123908.320000', '123908.323000', '123908.325000', '123908.328000', '123908.331000', '123908.333000', '123908.336000', '123908.338000', '123908.341000', '123908.344000', '123908.347000', '123908.349000', '123908.352000', '123908.355000', '123908.357000', '123908.360000', '123908.363000', '123908.365000', '123908.368000', '123908.370000', '123928.256000', '123928.259000', '123928.262000', '123928.264000', '123928.267000', '123928.270000', '123928.282000', '123928.285000', '123928.288000', '123928.290000', '123928.293000', '123928.295000', '123928.298000', '123928.301000', '123928.303000', '123928.306000', '123928.308000', '123928.313000', '123928.316000', '123928.318000', '123928.321000', '123928.323000', '123928.326000', '123928.329000', '123928.331000', '123928.334000', '123928.336000', '123928.339000', '123928.342000', '123928.344000', '123928.347000', '123928.349000', '123928.352000', '123928.355000', '123928.357000', '123928.360000', '123928.362000', '123928.365000', '123928.368000', '123928.370000', '123928.373000', '123928.375000', '123928.378000', '123948.257000', '123948.259000', '123948.262000', '123948.265000', '123948.267000', '123948.270000', '123948.273000', '123948.275000', '123948.278000', '123948.280000', '123948.283000', '123948.286000', '123948.288000', '123948.291000', '123948.293000', '123948.296000', '123948.299000', '123948.301000', '123948.338000', '123948.340000', '123948.343000', '123948.345000', '123948.348000', '123948.351000', '123948.353000', '123948.356000', '123948.358000', '123948.361000', '123948.364000', '123948.366000', '123948.369000', '123948.372000', '123948.374000', '123948.377000', '123948.379000', '123948.382000', '123948.385000', '123948.387000', '123948.390000', '123948.393000', '123948.396000', '123948.399000', '123948.401000', '123948.417000', '124008.255000', '124008.258000', '124008.261000', '124008.264000', '124008.266000', '124008.269000', '124008.271000', '124008.274000', '124008.277000', '124008.279000', '124008.282000', '124008.284000', '124008.287000', '124008.290000', '124008.292000', '124008.295000', '124008.297000', '124008.300000', '124008.303000', '124008.305000', '124008.308000', '124008.311000', '124008.313000', '124008.316000', '124008.318000', '124008.321000', '124008.324000', '124008.326000', '124008.329000', '124008.331000', '124008.334000', '124008.337000', '124008.339000', '124008.342000', '124008.344000', '124008.347000', '124008.350000', '124008.352000', '124008.355000', '124008.357000', '124008.360000', '124008.363000', '124008.365000', '124028.255000', '124028.258000', '124028.261000', '124028.263000', '124028.266000', '124028.269000', '124028.271000', '124028.274000', '124028.276000', '124028.281000', '124028.283000', '124028.286000', '124028.289000', '124028.291000', '124028.294000', '124028.297000', '124028.299000', '124028.302000', '124028.304000', '124028.307000', '124028.310000', '124028.313000', '124028.315000', '124028.318000', '124028.320000', '124028.323000', '124028.326000', '124028.328000', '124028.331000', '124028.334000', '124028.336000', '124028.339000', '124028.341000', '124028.344000', '124028.347000', '124028.350000', '124028.352000', '124028.355000', '124028.357000', '124028.360000', '124028.363000', '124028.365000', '124028.368000', '124028.371000', '124048.257000', '124048.259000', '124048.262000', '124048.265000', '124048.267000', '124048.270000', '124048.272000', '124048.275000', '124048.277000', '124048.280000', '124048.283000', '124048.285000', '124048.288000', '124048.291000', '124048.293000', '124048.296000', '124048.299000', '124048.301000', '124048.304000', '124048.306000', '124048.309000', '124048.312000', '124048.314000', '124048.317000', '124048.319000', '124048.322000', '124048.325000', '124048.328000', '124048.330000', '124048.333000', '124048.335000', '124048.338000', '124048.340000', '124048.343000', '124048.346000', '124048.348000', '124048.351000', '124048.354000', '124048.356000', '124048.359000', '124048.361000', '124048.364000', '124048.367000', '124108.257000', '124108.260000', '124108.262000', '124108.265000', '124108.267000', '124108.275000', '124108.278000', '124108.281000', '124108.283000', '124108.286000', '124108.289000', '124108.291000', '124108.294000', '124108.297000', '124108.299000', '124108.302000', '124108.305000', '124108.307000', '124108.310000', '124108.312000', '124108.315000', '124108.318000', '124108.321000', '124108.323000', '124108.326000', '124108.329000', '124108.331000', '124108.334000', '124108.336000', '124108.339000', '124108.342000', '124108.344000', '124108.347000', '124108.349000', '124108.352000', '124108.355000', '124108.357000', '124108.360000', '124108.363000', '124108.365000', '124108.368000', '124108.370000', '124108.373000', '124108.376000', '124128.257000', '124128.260000', '124128.262000', '124128.265000', '124128.267000', '124128.270000', '124128.273000', '124128.275000', '124128.278000', '124128.281000', '124128.283000', '124128.286000', '124128.289000', '124128.291000', '124128.294000', '124128.296000', '124128.299000', '124128.302000', '124128.304000', '124128.307000', '124128.309000', '124128.312000', '124128.315000', '124128.317000', '124128.320000', '124128.323000', '124128.325000', '124128.328000', '124128.330000', '124128.333000', '124128.336000', '124128.338000', '124128.341000', '124128.343000', '124128.346000', '124128.349000', '124128.351000', '124128.354000', '124128.356000', '124128.359000', '124128.362000', '124128.364000', '124128.367000', '124148.257000', '124148.259000', '124148.262000', '124148.265000', '124148.268000', '124148.270000', '124148.273000', '124148.276000', '124148.278000', '124148.281000', '124148.283000', '124148.286000', '124148.289000', '124148.291000', '124148.294000', '124148.297000', '124148.299000', '124148.302000', '124148.304000', '124148.307000', '124148.310000', '124148.312000', '124148.315000', '124148.319000', '124148.322000', '124148.324000', '124148.327000', '124148.330000', '124148.332000', '124148.335000', '124148.338000', '124148.340000', '124148.343000', '124148.346000', '124148.348000', '124148.351000', '124148.353000', '124148.356000', '124148.359000', '124148.361000', '124148.364000', '124148.367000', '124148.369000', '124208.256000', '124208.259000', '124208.262000', '124208.265000', '124208.267000', '124208.270000', '124208.272000', '124208.275000', '124208.277000', '124208.280000', '124208.283000', '124208.285000', '124208.288000', '124208.291000', '124208.293000', '124208.296000', '124208.299000', '124208.301000', '124208.304000', '124208.306000', '124208.309000', '124208.312000', '124208.314000', '124208.317000', '124208.320000', '124208.322000', '124208.325000', '124208.327000', '124208.330000', '124208.333000', '124208.335000', '124208.338000', '124208.340000', '124208.343000', '124208.346000', '124208.348000', '124208.351000', '124208.354000', '124208.356000', '124208.359000', '124208.361000', '124208.364000', '124208.367000', '124208.369000', '124228.256000', '124228.259000', '124228.261000', '124228.264000', '124228.266000', '124228.269000', '124228.272000', '124228.274000', '124228.277000', '124228.280000', '124228.282000', '124228.285000', '124228.288000', '124228.291000', '124228.294000', '124228.296000', '124228.299000', '124228.302000', '124228.304000', '124228.307000', '124228.309000', '124228.312000', '124228.315000', '124228.317000', '124228.320000', '124228.323000', '124228.325000', '124228.328000', '124228.330000', '124228.333000', '124228.336000', '124228.338000', '124228.341000', '124228.343000', '124228.346000', '124228.349000', '124228.351000', '124228.354000', '124228.357000', '124228.359000', '124228.362000', '124228.364000', '124228.367000', '124248.256000', '124248.259000', '124248.261000', '124248.264000', '124248.266000', '124248.269000', '124248.272000', '124248.274000', '124248.277000', '124248.279000', '124248.282000', '124248.285000', '124248.287000', '124248.290000', '124248.293000', '124248.295000', '124248.298000', '124248.300000', '124248.303000', '124248.306000', '124248.308000', '124248.311000', '124248.314000', '124248.323000', '124248.326000', '124248.328000', '124248.331000', '124248.334000', '124248.336000', '124248.339000', '124248.342000', '124248.344000', '124248.347000', '124248.349000', '124248.352000', '124248.355000', '124248.357000', '124248.360000', '124248.362000', '124248.365000', '124248.368000', '124248.370000', '124248.373000', '124248.376000', '124308.257000', '124308.260000', '124308.262000', '124308.265000', '124308.267000', '124308.270000', '124308.273000', '124308.275000', '124308.278000', '124308.281000', '124308.283000', '124308.286000', '124308.288000', '124308.291000', '124308.294000', '124308.296000', '124308.299000', '124308.301000', '124308.304000', '124308.307000', '124308.310000', '124308.312000', '124308.315000', '124308.318000', '124308.321000', '124308.323000', '124308.326000', '124308.328000', '124308.331000', '124308.334000', '124308.336000', '124308.339000', '124308.342000', '124308.344000', '124308.347000', '124308.349000', '124308.352000', '124308.355000', '124308.358000', '124308.361000', '124308.364000', '124308.366000', '124308.369000', '124328.256000', '124328.259000', '124328.262000', '124328.265000', '124328.267000', '124328.270000', '124328.273000', '124328.275000', '124328.278000', '124328.280000', '124328.283000', '124328.286000', '124328.288000', '124328.291000', '124328.294000', '124328.296000', '124328.299000', '124328.301000', '124328.304000', '124328.307000', '124328.309000', '124328.312000', '124328.314000', '124328.317000', '124328.320000', '124328.322000', '124328.325000', '124328.328000', '124328.330000', '124328.333000', '124328.335000', '124328.338000', '124328.341000', '124328.343000', '124328.346000', '124328.348000', '124328.351000', '124328.354000', '124328.356000', '124328.359000', '124328.361000', '124328.364000', '124328.367000', '124328.369000', '124348.257000', '124348.260000', '124348.262000', '124348.265000', '124348.268000', '124348.270000', '124348.273000', '124348.275000', '124348.278000', '124348.281000', '124348.283000', '124348.286000', '124348.289000', '124348.291000', '124348.294000', '124348.296000', '124348.299000', '124348.302000', '124348.304000', '124348.307000', '124348.310000', '124348.312000', '124348.315000', '124348.318000', '124348.320000', '124348.323000', '124348.325000', '124348.328000', '124348.331000', '124348.333000', '124348.336000', '124348.339000', '124348.350000', '124348.353000', '124348.355000', '124348.358000', '124348.361000', '124348.363000', '124348.366000', '124348.369000', '124348.371000', '124348.374000', '124348.377000', '124408.257000', '124408.260000', '124408.262000', '124408.265000', '124408.268000', '124408.270000', '124408.273000', '124408.275000', '124408.278000', '124408.281000', '124408.283000', '124408.286000', '124408.288000', '124408.291000', '124408.294000', '124408.296000', '124408.299000', '124408.302000', '124408.304000', '124408.307000', '124408.310000', '124408.312000', '124408.315000', '124408.317000', '124408.320000', '124408.323000', '124408.325000', '124408.328000', '124408.331000', '124408.333000', '124408.336000', '124408.338000', '124408.341000', '124408.344000', '124408.347000', '124408.349000', '124408.352000', '124408.354000', '124408.357000', '124408.360000', '124408.362000', '124408.365000', '124408.367000', '124408.370000', '124409.496000', '124409.499000', '124409.502000'], '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': [9258, 12473, 8682, 11794, 7733, 10685, 13761, 9782, 8829, 13048, 13997, 11030, 9676, 9045, 14231, 15550, 10292, 7644, 12377, 8754, 13302, 12018, 8681, 9413, 8856, 7876, 11365, 9881, 11580, 9199, 10686, 15870, 12370, 12412, 16310, 16553, 13463, 9482, 15150, 10446, 8242, 12089, 11076, 8925, 11392, 10082, 7941, 13016, 9083, 13218, 10930, 7667, 13761, 8717, 11644, 11382, 10838, 12413, 10172, 14545, 9359, 13500, 9217, 12741, 8984, 9225, 9997, 11375, 7138, 11073, 11139, 9746, 12842, 9694, 8201, 9848, 6991, 9977, 13344, 8765, 10001, 10193, 12402, 8148, 10465, 7429, 8076, 15090, 11678, 8596, 14735, 15772, 9572, 13210, 8711, 12833, 9029, 11181, 15463, 11480, 7079, 11480, 14818, 12929, 9380, 12084, 15500, 9226, 11211, 12534, 8895, 9403, 10881, 8009, 9704, 9755, 7311, 10344, 8418, 8566, 11704, 8223, 9331, 7508, 8090, 11876, 8010, 8359, 11553, 7873, 9877, 6979, 8872, 11082, 13693, 7836, 11794, 12545, 8883, 10712, 10057, 8027, 12139, 12057, 7596, 12612, 13163, 9067, 11581, 8360, 10639, 6976, 10154, 9282, 7923, 11074, 8309, 10562, 7659, 8467, 11315, 14154, 7894, 10190, 12220, 7656, 9712, 12219, 8187, 8120, 12239, 7376, 8360, 12498, 7327, 8883, 12727, 7736, 10336, 7300, 9293, 7333, 10609, 9415, 8014, 10737, 7117, 9945, 11204, 12758, 8073, 11426, 11936, 8228, 10434, 12367, 7398, 10306, 12783, 8289, 8964, 12638, 8802, 7655, 12960, 7626, 9279, 13220, 8061, 10777, 10707, 7293, 12328, 7311, 9434, 12276, 8034, 11413, 7168, 10438, 7227, 9688, 12215, 7197, 10690, 12496, 7503, 10506, 12289, 7453, 11510, 12650, 7821, 11405, 12865, 8386, 11590, 8605, 9688, 12743, 7826, 11636, 12734, 8155, 11601, 11066, 8436, 12338, 7010, 11192, 13041, 8451, 11807, 12445, 8520, 11743, 10809, 7501, 12634, 8230, 8818, 13327, 8486, 11888, 8004, 9681, 12640, 7773, 11572, 12318, 7583, 11665, 9081, 8629, 13001, 8168, 11835, 6912, 10230, 12201, 8632, 9577, 10011, 11747, 11198, 7664, 12895, 12579, 7574, 11488, 12643, 8193, 10513, 12768, 8129, 12165, 12933, 7360, 11274, 13167, 7917, 10846, 8131, 9668, 12437, 11472, 7473, 12090, 12845, 7567, 11547, 12970, 8102, 10416, 12800, 7070, 10610, 12590, 7203, 10907, 13013, 7572, 12065, 9453, 7926, 13286, 6945, 10603, 12899, 7651, 12323, 11769, 8096, 12552, 11361, 7935, 13251, 7944, 10622, 12759, 7902, 12297, 12555, 8171, 12535, 12185, 8287, 12569, 7109, 12259, 12218, 8122, 12747, 10263, 8950, 13104, 12966, 12884, 8883, 11537, 13851, 8649, 11021, 14312, 9092, 12945, 7909, 13254, 10094, 9070, 10264, 9153, 12287, 14498, 15328, 12762, 9830, 13970, 13101, 11834, 9051, 12859, 12984, 10694, 7710, 12529, 14543, 13613, 12929, 9675, 11220, 8263, 12228, 7788, 10205, 8205, 12398, 10271, 10022, 7425, 11992, 13619, 8172, 12830, 9308, 11795, 8578, 12731, 14374, 8649, 12704, 8491, 10383, 7650, 11348, 10009, 9488, 13772, 7830, 11108, 8750, 10105, 14111, 8166, 10562, 9271, 13692, 8741, 10617, 13486, 8886, 9949, 9587, 14089, 10104, 10069, 13316, 8162, 10640, 7805, 10250, 13873, 8365, 11352, 7834, 10354, 8927, 10325, 8186, 11733, 13798, 8293, 11483, 13568, 8254, 10620, 12938, 8566, 11165, 7353, 9362, 13381, 8573, 11859, 8193, 10481, 7961, 11337, 13116, 8390, 11979, 13051, 8641, 11397, 8288, 10541, 7107, 10028, 10168, 8935, 12777, 9414, 11039, 7639, 10299, 11680, 8897, 11942, 8693, 10249, 13559, 12111, 9445, 12099, 8152, 9752, 12770, 8495, 9518, 12638, 8300, 10518, 13187, 7941, 11344, 11355, 8848, 12277, 7986, 11096, 10603, 9272, 13179, 9077, 11148, 8241, 10181, 7451, 9904, 13220, 12759, 10075, 12298, 10207, 9775, 13769, 9085, 11174, 13812, 9110, 11134, 13521, 8597, 10574, 10795, 9024, 11384, 8660, 10765, 7934, 11411, 12674, 9496, 11167, 8854, 9851, 9253, 11552, 8637, 8946, 7443, 7517, 6880, 8067, 10671, 10245, 11757, 13032, 11353, 12531, 10216, 8384, 11240, 9156, 10732, 13703, 9471, 10748, 8540, 10914, 8566, 11876, 8068, 10061, 13269, 9405, 11122, 8158, 9906, 13325, 8529, 11863, 7560, 10223, 8792, 10042, 11876, 8856, 11860, 8676, 10847, 8200, 10191, 8129, 9174, 9954, 8849, 11689, 8711, 11011, 8320, 10662, 9196, 11576, 9283, 10560, 8298, 10543, 12146, 8803, 11343, 8770, 10889, 8414, 10947, 7514, 9376, 12541, 8493, 10045, 11947, 9537, 9304, 9228, 7481, 9691, 8777, 9838, 12752, 10626, 9845, 13207, 8681, 10945, 7545, 9441, 10228, 9040, 11779, 9303, 12749, 8305, 10792, 7489, 10257, 7723, 9271, 7829, 10649, 13705, 8822, 9879, 13116, 8099, 9925, 8942, 8662, 7600, 9564, 7298, 10351, 8113, 10531, 12608, 9674, 10069, 7429, 10409, 12292, 8083, 10137, 12940, 8183, 10420, 12004, 8438, 10365, 7515, 8096, 11299, 7957, 9683, 8838, 8214, 10650, 7512, 9954, 11114, 7747, 10583, 7582, 9839, 10078, 9574, 9040, 9002, 10059, 8762, 12088, 12941, 9735, 11253, 12014, 8758, 11196, 13986, 8909, 10997, 13202, 8824, 11241, 8902, 9563, 8448, 10815, 7494, 9607, 11049, 8077, 11331, 7720, 9923, 8729, 8646, 11545, 8467, 10934, 7183, 9650, 8879, 8901, 11628, 9055, 7531, 8769, 11292, 13325, 9234, 11676, 12960, 8881, 11632, 7887, 9662, 11307, 7654, 10000, 11376, 8463, 10791, 7854, 11114, 7325, 10577, 11074, 9256, 13115, 10300, 8174, 10668, 8587, 10161, 10394, 6584, 9312, 11809, 10344, 11970, 9821, 12320, 14247, 12189, 10114, 11893, 9746, 12798, 9613, 12316, 14066, 12483, 11474, 12555, 9528, 12215, 8642, 10339, 11190, 8865, 10914, 8287, 10829, 7906, 11477, 7861, 11503, 12060, 8268, 11070, 10018, 8707, 11603, 6923, 9755, 12447, 7572, 10713, 12331, 7871, 10614, 7119, 8990, 11946, 7204, 9751, 11979, 7869, 10453, 6714, 9558, 12681, 8047, 11359, 9321, 9205, 11977, 8292, 11321, 11237, 8788, 11771, 12318, 8669, 11658, 9531, 9671, 12135, 7281, 9765, 12401, 7267, 10476, 12197, 8207, 11224, 6979, 9741, 12852, 7703, 11201, 10834, 8676, 12245, 8321, 11384, 11363, 8967, 11995, 9210, 9705, 12518, 8571, 11087, 8579, 8961, 12523, 8261, 10113, 12271, 8740, 11259, 7230, 9840, 12137, 8586, 10977, 11157, 8879, 11672, 8177, 10974, 7609, 10459, 12550, 8790, 11312, 8451, 11582, 7991, 11250, 12734, 8733, 10690, 12369, 8598, 10467, 7158, 10008, 12069, 8100, 10371, 11860, 8465, 10298, 7483, 8926, 12210, 7240, 9963, 11815, 7704, 10506, 11156, 8532, 11429, 9699, 8971, 11930, 7785, 9647, 7281, 9831, 12600, 7063, 11308, 12692, 8058, 11428, 8196, 12016, 8012, 12440, 12290, 9280, 12713, 8706, 10954, 10577, 10300, 8437, 12127, 9328, 14382, 12765, 12329, 9133, 10669, 11043, 14731, 13947, 11123, 15563, 13057, 13208, 8443, 11575, 7131, 11923, 9391, 12768, 8511, 11948, 10078, 7597, 12108, 8154, 11650, 7502, 12239, 10582, 10159, 13997, 9415, 11178, 14325, 11383, 12201, 7675, 11413, 14518, 8720, 12828, 8825, 10421, 9545, 10025, 14410, 8289, 12357, 12230, 8751, 13933, 8469, 10399, 14643, 8595, 12763, 13597, 8922, 13157, 15224, 9438, 12604, 8878, 10028, 13944, 7726, 10853, 13901, 8185, 10374, 9970, 9289, 13839, 10547, 9601, 13882, 9052, 10013, 13935, 8450, 12118, 14075, 8794, 12132, 14137, 8955, 11480, 8368, 9675, 13872, 7585, 10878, 13920, 9009, 11417, 7761, 10005, 13901, 7496, 10461, 13694, 8607, 11135, 10233, 9272, 12835, 7404, 10383, 13805, 8151, 11144, 13352, 8819, 10993, 7799, 9159, 13189, 7773, 10085, 13713, 8272, 10465, 7236, 10672, 13775, 7937, 11486, 12636, 8666, 13127, 8451, 10853, 8563, 13362, 13519, 8672, 12519, 11219, 9491, 13005, 8800, 12586, 13804, 9465, 12821, 10470, 9718, 13757, 9263, 11457, 7920, 9472, 13374, 8435, 11186, 9277, 9986, 13157, 8108, 11507, 7316, 9693, 13138, 8724, 11464, 8065, 11342, 7968, 12249, 12940, 8690, 12562, 8333, 10430, 7063, 10578, 7103, 11147, 13813, 9408, 10382, 14161, 11299, 10991, 8031, 9480, 12278, 8218, 7683, 10477, 12750, 8289, 11748, 7430, 10935, 9629, 9569, 7524, 11931, 14060, 8882, 10642, 13576, 10424, 9875, 13449, 8443, 11346, 8166, 10967, 7775, 11662, 7687, 11611, 13313, 8780, 11253, 7398, 10404, 10047, 9200, 10929, 9956, 9058, 10909, 11235, 9611, 13514, 14075, 8975, 12873, 9329, 10195, 10728, 12369, 8963, 12397, 15682, 8937, 13212, 9653, 14392, 9809, 9438, 9636, 7358, 10796, 10483, 8575, 8599, 10906, 8206, 13180, 9512, 9672, 11002, 10287, 13560, 12951, 12248, 14734, 12180, 15728, 12614, 16252, 13687, 15912, 13834, 13263, 9644, 14313, 9920, 13455, 9688, 9797, 14367, 8499, 11406, 7367, 9730, 13072, 8875, 12254, 7345, 10993, 10237, 9796, 11590, 9841, 11195, 9772, 13249, 9108, 12911, 11000, 9739, 13082, 7657, 10632, 13692, 8225, 11983, 7621, 10376, 8210, 8912, 13093, 8290, 9478, 13725, 8254, 10321, 10153, 8882, 12822, 7400, 10087, 10368, 9415, 7848, 10757, 6836, 10628, 11784, 10591, 9081, 12697, 8162, 12050, 13890, 12977, 9990, 13975, 15503, 11152, 15106, 11650, 8968, 12050, 8111, 11149, 7799, 10795, 7499, 11790, 14108, 8079, 11162, 14178, 8896, 10907, 9059, 12288, 8094, 8709, 11899, 7408, 9292, 11318, 8668, 9897, 7909, 11846, 8090, 8149, 12218, 7125, 9887, 7211, 9237, 11781, 7491, 11442, 6883, 10264, 6714, 9867, 10276, 8706, 12225, 8166, 11918, 7977, 10537, 8563, 12208, 13512, 8590, 12132, 14184, 8453, 12387, 8010, 9335, 7327], 'WindowCenter': [4342.0, 4359.0, 4316.0, 4333.0, 4277.0, 4308.0, 4337.0, 4298.0, 4286.0, 4331.0, 4329.0, 4294.0, 4282.0, 4297.0, 4339.0, 4318.0, 4276.0, 4254.0, 4304.0, 4292.0, 4313.0, 4276.0, 4145.0, 4287.0, 4271.0, 4251.0, 4293.0, 4259.0, 4242.0, 4189.0, 4327.0, 4316.0, 4295.0, 4282.0, 4289.0, 4298.0, 4266.0, 4234.0, 4273.0, 4256.0, 4228.0, 4268.0, 4258.0, 4236.0, 4268.0, 4258.0, 4226.0, 4264.0, 4235.0, 4278.0, 4257.0, 4231.0, 4304.0, 4251.0, 4281.0, 4269.0, 4269.0, 4277.0, 4255.0, 4276.0, 4236.0, 4275.0, 4250.0, 4279.0, 4262.0, 4276.0, 4289.0, 4297.0, 4230.0, 4283.0, 4270.0, 4261.0, 4290.0, 4262.0, 4267.0, 4301.0, 4259.0, 4289.0, 4306.0, 4277.0, 4289.0, 4302.0, 4323.0, 4284.0, 4316.0, 4271.0, 4286.0, 4259.0, 4300.0, 4254.0, 4364.0, 4348.0, 4294.0, 4323.0, 4285.0, 4325.0, 4294.0, 4317.0, 4346.0, 4315.0, 4263.0, 4304.0, 4335.0, 4298.0, 4264.0, 4284.0, 4290.0, 4250.0, 4284.0, 4266.0, 4238.0, 4261.0, 4256.0, 4226.0, 4258.0, 4245.0, 4227.0, 4269.0, 4238.0, 4252.0, 4279.0, 4251.0, 4261.0, 4241.0, 4265.0, 4310.0, 4267.0, 4279.0, 4322.0, 4281.0, 4303.0, 4270.0, 4292.0, 4315.0, 4319.0, 4256.0, 4311.0, 4294.0, 4263.0, 4284.0, 4274.0, 4255.0, 4298.0, 4283.0, 4255.0, 4295.0, 4292.0, 4250.0, 4282.0, 4251.0, 4273.0, 4254.0, 4300.0, 4289.0, 4267.0, 4296.0, 4266.0, 4288.0, 4257.0, 4271.0, 4315.0, 4320.0, 4256.0, 4277.0, 4284.0, 4229.0, 4262.0, 4284.0, 4238.0, 4239.0, 4269.0, 4226.0, 4252.0, 4281.0, 4229.0, 4261.0, 4277.0, 4235.0, 4271.0, 4242.0, 4274.0, 4256.0, 4314.0, 4306.0, 4295.0, 4323.0, 4285.0, 4317.0, 4318.0, 4311.0, 4267.0, 4301.0, 4297.0, 4252.0, 4275.0, 4294.0, 4232.0, 4274.0, 4294.0, 4240.0, 4251.0, 4283.0, 4248.0, 4239.0, 4291.0, 4238.0, 4261.0, 4287.0, 4251.0, 4283.0, 4268.0, 4239.0, 4293.0, 4243.0, 4274.0, 4292.0, 4265.0, 4295.0, 4256.0, 4313.0, 4269.0, 4301.0, 4313.0, 4255.0, 4299.0, 4311.0, 4258.0, 4298.0, 4309.0, 4257.0, 4309.0, 4306.0, 4253.0, 4298.0, 4293.0, 4252.0, 4298.0, 4264.0, 4275.0, 4304.0, 4269.0, 4311.0, 4305.0, 4257.0, 4298.0, 4285.0, 4256.0, 4295.0, 4241.0, 4283.0, 4302.0, 4265.0, 4297.0, 4293.0, 4262.0, 4297.0, 4286.0, 4254.0, 4306.0, 4252.0, 4263.0, 4304.0, 4260.0, 4296.0, 4250.0, 4277.0, 4303.0, 4253.0, 4298.0, 4293.0, 4269.0, 4299.0, 4262.0, 4276.0, 4315.0, 4268.0, 4309.0, 4255.0, 4299.0, 4307.0, 4280.0, 4300.0, 4303.0, 4328.0, 4300.0, 4269.0, 4324.0, 4308.0, 4256.0, 4300.0, 4299.0, 4251.0, 4290.0, 4292.0, 4252.0, 4307.0, 4292.0, 4252.0, 4293.0, 4305.0, 4252.0, 4284.0, 4252.0, 4289.0, 4309.0, 4293.0, 4253.0, 4309.0, 4308.0, 4253.0, 4297.0, 4302.0, 4254.0, 4285.0, 4290.0, 4241.0, 4283.0, 4294.0, 4241.0, 4286.0, 4301.0, 4252.0, 4309.0, 4273.0, 4264.0, 4305.0, 4243.0, 4296.0, 4307.0, 4265.0, 4308.0, 4297.0, 4265.0, 4319.0, 4298.0, 4265.0, 4319.0, 4255.0, 4287.0, 4304.0, 4264.0, 4311.0, 4305.0, 4277.0, 4321.0, 4310.0, 4265.0, 4305.0, 4244.0, 4310.0, 4294.0, 4269.0, 4319.0, 4296.0, 4293.0, 4288.0, 4288.0, 4352.0, 4304.0, 4336.0, 4333.0, 4266.0, 4300.0, 4328.0, 4289.0, 4322.0, 4281.0, 4307.0, 4301.0, 4278.0, 4287.0, 4279.0, 4312.0, 4320.0, 4330.0, 4309.0, 4288.0, 4320.0, 4291.0, 4281.0, 4266.0, 4293.0, 4279.0, 4258.0, 4239.0, 4292.0, 4303.0, 4289.0, 4278.0, 4247.0, 4266.0, 4237.0, 4280.0, 4225.0, 4256.0, 4237.0, 4292.0, 4261.0, 4258.0, 4229.0, 4281.0, 4287.0, 4239.0, 4278.0, 4249.0, 4269.0, 4251.0, 4292.0, 4288.0, 4236.0, 4278.0, 4237.0, 4245.0, 4226.0, 4269.0, 4258.0, 4259.0, 4288.0, 4225.0, 4269.0, 4237.0, 4272.0, 4300.0, 4248.0, 4270.0, 4263.0, 4305.0, 4251.0, 4273.0, 4288.0, 4251.0, 4273.0, 4275.0, 4305.0, 4261.0, 4259.0, 4293.0, 4238.0, 4261.0, 4240.0, 4285.0, 4300.0, 4252.0, 4281.0, 4238.0, 4273.0, 4264.0, 4286.0, 4253.0, 4309.0, 4308.0, 4255.0, 4297.0, 4307.0, 4252.0, 4273.0, 4280.0, 4252.0, 4283.0, 4241.0, 4264.0, 4292.0, 4252.0, 4296.0, 4255.0, 4282.0, 4264.0, 4300.0, 4308.0, 4264.0, 4295.0, 4292.0, 4265.0, 4295.0, 4253.0, 4284.0, 4242.0, 4288.0, 4284.0, 4275.0, 4305.0, 4277.0, 4299.0, 4256.0, 4288.0, 4300.0, 4279.0, 4297.0, 4267.0, 4287.0, 4308.0, 4283.0, 4264.0, 4282.0, 4228.0, 4259.0, 4280.0, 4235.0, 4247.0, 4279.0, 4236.0, 4269.0, 4288.0, 4239.0, 4282.0, 4268.0, 4250.0, 4278.0, 4251.0, 4283.0, 4271.0, 4266.0, 4306.0, 4263.0, 4286.0, 4265.0, 4287.0, 4256.0, 4301.0, 4310.0, 4295.0, 4263.0, 4284.0, 4261.0, 4274.0, 4302.0, 4264.0, 4286.0, 4293.0, 4251.0, 4282.0, 4277.0, 4237.0, 4271.0, 4267.0, 4250.0, 4281.0, 4248.0, 4279.0, 4254.0, 4311.0, 4308.0, 4276.0, 4283.0, 4278.0, 4285.0, 4276.0, 4266.0, 4218.0, 4231.0, 4255.0, 4268.0, 4254.0, 4267.0, 4284.0, 4273.0, 4294.0, 4276.0, 4273.0, 4268.0, 4260.0, 4250.0, 4268.0, 4248.0, 4269.0, 4278.0, 4233.0, 4242.0, 4234.0, 4241.0, 4234.0, 4265.0, 4222.0, 4245.0, 4262.0, 4233.0, 4252.0, 4212.0, 4243.0, 4263.0, 4233.0, 4264.0, 4223.0, 4256.0, 4235.0, 4259.0, 4268.0, 4248.0, 4279.0, 4251.0, 4281.0, 4251.0, 4271.0, 4240.0, 4261.0, 4259.0, 4249.0, 4278.0, 4248.0, 4282.0, 4249.0, 4269.0, 4274.0, 4297.0, 4274.0, 4282.0, 4270.0, 4301.0, 4292.0, 4260.0, 4269.0, 4250.0, 4270.0, 4252.0, 4286.0, 4258.0, 4277.0, 4294.0, 4249.0, 4278.0, 4280.0, 4260.0, 4262.0, 4260.0, 4244.0, 4288.0, 4275.0, 4290.0, 4309.0, 4285.0, 4276.0, 4306.0, 4265.0, 4274.0, 4242.0, 4274.0, 4259.0, 4248.0, 4279.0, 4274.0, 4291.0, 4250.0, 4269.0, 4241.0, 4274.0, 4244.0, 4262.0, 4243.0, 4275.0, 4291.0, 4237.0, 4247.0, 4276.0, 4224.0, 4246.0, 4246.0, 4248.0, 4228.0, 4260.0, 4242.0, 4283.0, 4266.0, 4297.0, 4297.0, 4264.0, 4264.0, 4243.0, 4287.0, 4282.0, 4243.0, 4276.0, 4292.0, 4240.0, 4271.0, 4268.0, 4240.0, 4261.0, 4226.0, 4238.0, 4254.0, 4224.0, 4259.0, 4248.0, 4248.0, 4272.0, 4240.0, 4273.0, 4281.0, 4240.0, 4284.0, 4252.0, 4285.0, 4286.0, 4287.0, 4280.0, 4278.0, 4288.0, 4283.0, 4313.0, 4299.0, 4280.0, 4289.0, 4297.0, 4255.0, 4274.0, 4290.0, 4249.0, 4260.0, 4265.0, 4238.0, 4268.0, 4236.0, 4247.0, 4238.0, 4268.0, 4242.0, 4287.0, 4297.0, 4253.0, 4285.0, 4242.0, 4289.0, 4262.0, 4264.0, 4285.0, 4253.0, 4271.0, 4229.0, 4262.0, 4263.0, 4264.0, 4283.0, 4261.0, 4240.0, 4263.0, 4287.0, 4292.0, 4248.0, 4271.0, 4276.0, 4250.0, 4269.0, 4237.0, 4260.0, 4267.0, 4223.0, 4259.0, 4266.0, 4239.0, 4270.0, 4241.0, 4280.0, 4245.0, 4288.0, 4284.0, 4278.0, 4296.0, 4273.0, 4255.0, 4274.0, 4269.0, 4272.0, 4261.0, 4192.0, 4244.0, 4327.0, 4293.0, 4311.0, 4276.0, 4311.0, 4318.0, 4294.0, 4274.0, 4280.0, 4247.0, 4266.0, 4233.0, 4265.0, 4260.0, 4249.0, 4226.0, 4235.0, 4213.0, 4232.0, 4190.0, 4212.0, 4208.0, 4189.0, 4221.0, 4202.0, 4221.0, 4205.0, 4237.0, 4219.0, 4261.0, 4248.0, 4219.0, 4252.0, 4228.0, 4220.0, 4251.0, 4209.0, 4245.0, 4260.0, 4223.0, 4253.0, 4262.0, 4223.0, 4254.0, 4213.0, 4248.0, 4265.0, 4224.0, 4257.0, 4268.0, 4239.0, 4268.0, 4231.0, 4273.0, 4303.0, 4251.0, 4282.0, 4262.0, 4266.0, 4293.0, 4252.0, 4286.0, 4280.0, 4260.0, 4294.0, 4279.0, 4250.0, 4283.0, 4263.0, 4259.0, 4283.0, 4229.0, 4271.0, 4281.0, 4233.0, 4273.0, 4281.0, 4251.0, 4282.0, 4241.0, 4272.0, 4290.0, 4253.0, 4296.0, 4283.0, 4268.0, 4291.0, 4265.0, 4297.0, 4284.0, 4261.0, 4295.0, 4263.0, 4263.0, 4291.0, 4252.0, 4284.0, 4248.0, 4263.0, 4293.0, 4251.0, 4272.0, 4280.0, 4252.0, 4282.0, 4242.0, 4274.0, 4281.0, 4252.0, 4285.0, 4279.0, 4250.0, 4283.0, 4252.0, 4285.0, 4241.0, 4285.0, 4290.0, 4251.0, 4284.0, 4253.0, 4284.0, 4252.0, 4285.0, 4292.0, 4250.0, 4272.0, 4280.0, 4247.0, 4269.0, 4225.0, 4272.0, 4278.0, 4236.0, 4262.0, 4264.0, 4237.0, 4259.0, 4226.0, 4249.0, 4279.0, 4225.0, 4258.0, 4267.0, 4228.0, 4269.0, 4267.0, 4251.0, 4280.0, 4247.0, 4246.0, 4279.0, 4227.0, 4259.0, 4240.0, 4272.0, 4293.0, 4239.0, 4296.0, 4291.0, 4250.0, 4282.0, 4263.0, 4296.0, 4264.0, 4309.0, 4296.0, 4279.0, 4309.0, 4255.0, 4288.0, 4288.0, 4285.0, 4254.0, 4296.0, 4278.0, 4324.0, 4266.0, 4307.0, 4277.0, 4288.0, 4300.0, 4309.0, 4294.0, 4273.0, 4306.0, 4284.0, 4283.0, 4228.0, 4271.0, 4221.0, 4286.0, 4242.0, 4282.0, 4253.0, 4286.0, 4265.0, 4246.0, 4299.0, 4255.0, 4298.0, 4258.0, 4311.0, 4289.0, 4280.0, 4310.0, 4254.0, 4279.0, 4296.0, 4275.0, 4283.0, 4246.0, 4286.0, 4292.0, 4254.0, 4295.0, 4263.0, 4277.0, 4279.0, 4280.0, 4321.0, 4268.0, 4310.0, 4300.0, 4270.0, 4323.0, 4267.0, 4288.0, 4321.0, 4270.0, 4313.0, 4307.0, 4265.0, 4310.0, 4306.0, 4266.0, 4298.0, 4252.0, 4277.0, 4308.0, 4242.0, 4285.0, 4296.0, 4241.0, 4272.0, 4276.0, 4272.0, 4309.0, 4276.0, 4264.0, 4307.0, 4254.0, 4275.0, 4307.0, 4254.0, 4294.0, 4303.0, 4251.0, 4284.0, 4291.0, 4252.0, 4272.0, 4239.0, 4265.0, 4291.0, 4230.0, 4274.0, 4290.0, 4249.0, 4272.0, 4230.0, 4273.0, 4292.0, 4230.0, 4275.0, 4289.0, 4248.0, 4273.0, 4263.0, 4265.0, 4293.0, 4239.0, 4272.0, 4292.0, 4239.0, 4285.0, 4289.0, 4250.0, 4272.0, 4227.0, 4263.0, 4292.0, 4229.0, 4261.0, 4291.0, 4240.0, 4259.0, 4231.0, 4274.0, 4290.0, 4243.0, 4284.0, 4279.0, 4253.0, 4293.0, 4254.0, 4281.0, 4269.0, 4307.0, 4296.0, 4252.0, 4296.0, 4271.0, 4261.0, 4294.0, 4262.0, 4296.0, 4294.0, 4263.0, 4283.0, 4261.0, 4264.0, 4293.0, 4249.0, 4272.0, 4239.0, 4263.0, 4288.0, 4240.0, 4272.0, 4250.0, 4259.0, 4279.0, 4241.0, 4271.0, 4228.0, 4263.0, 4292.0, 4251.0, 4272.0, 4243.0, 4279.0, 4253.0, 4298.0, 4293.0, 4252.0, 4295.0, 4253.0, 4273.0, 4230.0, 4273.0, 4246.0, 4288.0, 4306.0, 4250.0, 4273.0, 4291.0, 4272.0, 4271.0, 4241.0, 4262.0, 4278.0, 4239.0, 4240.0, 4287.0, 4296.0, 4254.0, 4295.0, 4244.0, 4286.0, 4262.0, 4262.0, 4242.0, 4298.0, 4306.0, 4250.0, 4272.0, 4281.0, 4255.0, 4249.0, 4289.0, 4236.0, 4266.0, 4238.0, 4266.0, 4239.0, 4277.0, 4238.0, 4285.0, 4294.0, 4252.0, 4270.0, 4231.0, 4274.0, 4262.0, 4262.0, 4271.0, 4272.0, 4266.0, 4287.0, 4287.0, 4278.0, 4310.0, 4303.0, 4253.0, 4284.0, 4262.0, 4272.0, 4284.0, 4292.0, 4264.0, 4297.0, 4302.0, 4252.0, 4290.0, 4261.0, 4304.0, 4277.0, 4263.0, 4272.0, 4253.0, 4288.0, 4283.0, 4265.0, 4253.0, 4282.0, 4252.0, 4317.0, 4289.0, 4273.0, 4297.0, 4279.0, 4308.0, 4299.0, 4272.0, 4252.0, 4271.0, 4291.0, 4270.0, 4292.0, 4280.0, 4286.0, 4266.0, 4262.0, 4222.0, 4256.0, 4218.0, 4249.0, 4205.0, 4205.0, 4243.0, 4192.0, 4225.0, 4182.0, 4213.0, 4245.0, 4206.0, 4247.0, 4200.0, 4240.0, 4244.0, 4245.0, 4264.0, 4256.0, 4268.0, 4272.0, 4293.0, 4262.0, 4296.0, 4272.0, 4260.0, 4291.0, 4230.0, 4258.0, 4290.0, 4242.0, 4283.0, 4242.0, 4274.0, 4250.0, 4263.0, 4305.0, 4253.0, 4277.0, 4305.0, 4254.0, 4277.0, 4275.0, 4281.0, 4307.0, 4255.0, 4301.0, 4299.0, 4280.0, 4269.0, 4299.0, 4261.0, 4315.0, 4323.0, 4303.0, 4283.0, 4324.0, 4283.0, 4325.0, 4337.0, 4312.0, 4283.0, 4322.0, 4306.0, 4275.0, 4296.0, 4262.0, 4237.0, 4266.0, 4226.0, 4258.0, 4227.0, 4268.0, 4241.0, 4284.0, 4290.0, 4241.0, 4271.0, 4276.0, 4237.0, 4256.0, 4236.0, 4269.0, 4224.0, 4240.0, 4269.0, 4214.0, 4236.0, 4253.0, 4227.0, 4246.0, 4237.0, 4270.0, 4227.0, 4228.0, 4267.0, 4213.0, 4248.0, 4227.0, 4253.0, 4267.0, 4226.0, 4269.0, 4217.0, 4259.0, 4220.0, 4263.0, 4270.0, 4248.0, 4278.0, 4250.0, 4279.0, 4239.0, 4258.0, 4248.0, 4283.0, 4279.0, 4238.0, 4270.0, 4273.0, 4224.0, 4266.0, 4215.0, 4236.0, 4212.0], 'WindowWidth': [9605.0, 9617.0, 9552.0, 9570.0, 9486.0, 9529.0, 9565.0, 9511.0, 9494.0, 9566.0, 9561.0, 9500.0, 9481.0, 9510.0, 9576.0, 9528.0, 9469.0, 9438.0, 9504.0, 9507.0, 9524.0, 9457.0, 9223.0, 9499.0, 9464.0, 9432.0, 9490.0, 9431.0, 9395.0, 9307.0, 9561.0, 9524.0, 9493.0, 9471.0, 9473.0, 9488.0, 9434.0, 9387.0, 9441.0, 9423.0, 9388.0, 9441.0, 9429.0, 9397.0, 9441.0, 9427.0, 9384.0, 9430.0, 9393.0, 9455.0, 9426.0, 9396.0, 9500.0, 9424.0, 9466.0, 9445.0, 9446.0, 9453.0, 9422.0, 9448.0, 9397.0, 9449.0, 9420.0, 9459.0, 9444.0, 9469.0, 9490.0, 9498.0, 9400.0, 9472.0, 9450.0, 9440.0, 9481.0, 9445.0, 9457.0, 9512.0, 9454.0, 9493.0, 9513.0, 9475.0, 9493.0, 9516.0, 9545.0, 9497.0, 9537.0, 9472.0, 9498.0, 9418.0, 9508.0, 9432.0, 9622.0, 9590.0, 9504.0, 9546.0, 9496.0, 9552.0, 9506.0, 9543.0, 9580.0, 9534.0, 9464.0, 9516.0, 9567.0, 9500.0, 9446.0, 9474.0, 9476.0, 9422.0, 9474.0, 9438.0, 9401.0, 9440.0, 9425.0, 9384.0, 9433.0, 9409.0, 9390.0, 9449.0, 9404.0, 9430.0, 9463.0, 9425.0, 9443.0, 9418.0, 9458.0, 9523.0, 9460.0, 9482.0, 9544.0, 9487.0, 9520.0, 9471.0, 9501.0, 9541.0, 9533.0, 9442.0, 9524.0, 9492.0, 9446.0, 9477.0, 9464.0, 9441.0, 9500.0, 9472.0, 9438.0, 9495.0, 9483.0, 9422.0, 9469.0, 9428.0, 9461.0, 9441.0, 9509.0, 9493.0, 9463.0, 9499.0, 9459.0, 9490.0, 9445.0, 9470.0, 9538.0, 9534.0, 9442.0, 9469.0, 9475.0, 9393.0, 9440.0, 9475.0, 9403.0, 9405.0, 9446.0, 9383.0, 9430.0, 9466.0, 9393.0, 9441.0, 9459.0, 9401.0, 9454.0, 9418.0, 9466.0, 9448.0, 9534.0, 9529.0, 9514.0, 9549.0, 9502.0, 9545.0, 9546.0, 9526.0, 9462.0, 9511.0, 9500.0, 9432.0, 9465.0, 9490.0, 9403.0, 9460.0, 9490.0, 9409.0, 9426.0, 9471.0, 9418.0, 9408.0, 9479.0, 9405.0, 9440.0, 9472.0, 9429.0, 9474.0, 9448.0, 9413.0, 9489.0, 9421.0, 9468.0, 9488.0, 9455.0, 9496.0, 9448.0, 9532.0, 9473.0, 9515.0, 9530.0, 9445.0, 9508.0, 9524.0, 9450.0, 9505.0, 9519.0, 9448.0, 9520.0, 9513.0, 9439.0, 9501.0, 9490.0, 9434.0, 9502.0, 9451.0, 9467.0, 9506.0, 9465.0, 9526.0, 9510.0, 9444.0, 9501.0, 9479.0, 9441.0, 9494.0, 9417.0, 9477.0, 9502.0, 9454.0, 9501.0, 9491.0, 9446.0, 9498.0, 9481.0, 9441.0, 9510.0, 9431.0, 9448.0, 9502.0, 9442.0, 9495.0, 9430.0, 9472.0, 9503.0, 9437.0, 9503.0, 9493.0, 9465.0, 9506.0, 9450.0, 9473.0, 9525.0, 9463.0, 9518.0, 9444.0, 9512.0, 9519.0, 9484.0, 9513.0, 9523.0, 9559.0, 9511.0, 9470.0, 9547.0, 9519.0, 9447.0, 9505.0, 9504.0, 9429.0, 9494.0, 9486.0, 9433.0, 9514.0, 9488.0, 9436.0, 9492.0, 9507.0, 9433.0, 9479.0, 9434.0, 9490.0, 9522.0, 9491.0, 9438.0, 9519.0, 9514.0, 9439.0, 9500.0, 9502.0, 9437.0, 9480.0, 9480.0, 9416.0, 9477.0, 9490.0, 9421.0, 9484.0, 9498.0, 9435.0, 9518.0, 9465.0, 9455.0, 9511.0, 9426.0, 9500.0, 9513.0, 9459.0, 9520.0, 9501.0, 9458.0, 9535.0, 9504.0, 9458.0, 9534.0, 9442.0, 9487.0, 9507.0, 9455.0, 9524.0, 9513.0, 9477.0, 9540.0, 9521.0, 9458.0, 9511.0, 9428.0, 9521.0, 9496.0, 9466.0, 9537.0, 9503.0, 9505.0, 9474.0, 9479.0, 9609.0, 9529.0, 9576.0, 9566.0, 9461.0, 9511.0, 9549.0, 9496.0, 9545.0, 9491.0, 9514.0, 9513.0, 9480.0, 9490.0, 9479.0, 9529.0, 9545.0, 9549.0, 9519.0, 9492.0, 9538.0, 9482.0, 9469.0, 9455.0, 9491.0, 9461.0, 9432.0, 9409.0, 9487.0, 9508.0, 9476.0, 9459.0, 9414.0, 9439.0, 9405.0, 9466.0, 9384.0, 9425.0, 9403.0, 9485.0, 9437.0, 9431.0, 9396.0, 9469.0, 9473.0, 9407.0, 9459.0, 9420.0, 9446.0, 9426.0, 9483.0, 9472.0, 9397.0, 9457.0, 9396.0, 9410.0, 9386.0, 9449.0, 9431.0, 9435.0, 9473.0, 9385.0, 9446.0, 9401.0, 9456.0, 9495.0, 9422.0, 9453.0, 9447.0, 9506.0, 9425.0, 9457.0, 9474.0, 9427.0, 9460.0, 9466.0, 9508.0, 9438.0, 9436.0, 9485.0, 9405.0, 9438.0, 9413.0, 9480.0, 9495.0, 9430.0, 9468.0, 9409.0, 9461.0, 9448.0, 9480.0, 9436.0, 9518.0, 9516.0, 9439.0, 9498.0, 9513.0, 9431.0, 9459.0, 9467.0, 9426.0, 9470.0, 9413.0, 9448.0, 9482.0, 9431.0, 9494.0, 9436.0, 9473.0, 9453.0, 9510.0, 9515.0, 9452.0, 9495.0, 9489.0, 9453.0, 9493.0, 9435.0, 9476.0, 9421.0, 9487.0, 9479.0, 9470.0, 9511.0, 9474.0, 9505.0, 9444.0, 9491.0, 9506.0, 9476.0, 9500.0, 9457.0, 9487.0, 9519.0, 9471.0, 9448.0, 9472.0, 9390.0, 9433.0, 9461.0, 9395.0, 9416.0, 9460.0, 9401.0, 9451.0, 9476.0, 9411.0, 9471.0, 9446.0, 9424.0, 9464.0, 9430.0, 9475.0, 9454.0, 9454.0, 9510.0, 9449.0, 9484.0, 9453.0, 9485.0, 9445.0, 9513.0, 9523.0, 9492.0, 9446.0, 9476.0, 9437.0, 9461.0, 9500.0, 9449.0, 9482.0, 9488.0, 9427.0, 9471.0, 9459.0, 9403.0, 9453.0, 9444.0, 9424.0, 9467.0, 9422.0, 9467.0, 9439.0, 9526.0, 9515.0, 9469.0, 9475.0, 9475.0, 9482.0, 9469.0, 9440.0, 9365.0, 9392.0, 9447.0, 9471.0, 9447.0, 9460.0, 9477.0, 9460.0, 9492.0, 9457.0, 9458.0, 9444.0, 9436.0, 9424.0, 9447.0, 9417.0, 9446.0, 9461.0, 9388.0, 9399.0, 9394.0, 9399.0, 9392.0, 9435.0, 9373.0, 9408.0, 9428.0, 9388.0, 9414.0, 9358.0, 9402.0, 9429.0, 9391.0, 9433.0, 9377.0, 9426.0, 9397.0, 9435.0, 9445.0, 9419.0, 9462.0, 9430.0, 9468.0, 9426.0, 9452.0, 9410.0, 9441.0, 9433.0, 9422.0, 9462.0, 9422.0, 9471.0, 9422.0, 9453.0, 9464.0, 9496.0, 9465.0, 9474.0, 9467.0, 9510.0, 9488.0, 9440.0, 9451.0, 9426.0, 9454.0, 9432.0, 9483.0, 9449.0, 9474.0, 9491.0, 9423.0, 9473.0, 9469.0, 9437.0, 9446.0, 9440.0, 9424.0, 9492.0, 9471.0, 9494.0, 9521.0, 9478.0, 9470.0, 9511.0, 9453.0, 9460.0, 9416.0, 9462.0, 9436.0, 9421.0, 9462.0, 9465.0, 9480.0, 9424.0, 9448.0, 9414.0, 9461.0, 9422.0, 9443.0, 9418.0, 9464.0, 9483.0, 9399.0, 9414.0, 9450.0, 9378.0, 9411.0, 9411.0, 9417.0, 9390.0, 9437.0, 9420.0, 9477.0, 9455.0, 9503.0, 9499.0, 9449.0, 9446.0, 9418.0, 9483.0, 9471.0, 9419.0, 9468.0, 9483.0, 9409.0, 9450.0, 9442.0, 9408.0, 9438.0, 9385.0, 9403.0, 9420.0, 9381.0, 9433.0, 9418.0, 9421.0, 9455.0, 9414.0, 9461.0, 9468.0, 9416.0, 9478.0, 9432.0, 9484.0, 9484.0, 9488.0, 9478.0, 9477.0, 9492.0, 9488.0, 9530.0, 9503.0, 9475.0, 9490.0, 9496.0, 9437.0, 9462.0, 9476.0, 9418.0, 9436.0, 9435.0, 9402.0, 9446.0, 9399.0, 9415.0, 9405.0, 9448.0, 9420.0, 9486.0, 9498.0, 9437.0, 9477.0, 9415.0, 9492.0, 9445.0, 9449.0, 9476.0, 9430.0, 9453.0, 9396.0, 9443.0, 9445.0, 9448.0, 9473.0, 9443.0, 9414.0, 9449.0, 9486.0, 9484.0, 9418.0, 9454.0, 9455.0, 9420.0, 9445.0, 9401.0, 9437.0, 9443.0, 9380.0, 9432.0, 9438.0, 9404.0, 9449.0, 9414.0, 9467.0, 9426.0, 9489.0, 9477.0, 9473.0, 9493.0, 9459.0, 9436.0, 9460.0, 9458.0, 9454.0, 9435.0, 9328.0, 9408.0, 9560.0, 9502.0, 9524.0, 9469.0, 9529.0, 9531.0, 9494.0, 9466.0, 9470.0, 9417.0, 9442.0, 9392.0, 9440.0, 9427.0, 9405.0, 9372.0, 9377.0, 9347.0, 9372.0, 9313.0, 9344.0, 9333.0, 9310.0, 9354.0, 9334.0, 9356.0, 9341.0, 9386.0, 9368.0, 9428.0, 9405.0, 9367.0, 9414.0, 9377.0, 9367.0, 9412.0, 9355.0, 9408.0, 9425.0, 9378.0, 9421.0, 9429.0, 9378.0, 9423.0, 9367.0, 9419.0, 9440.0, 9381.0, 9431.0, 9445.0, 9408.0, 9448.0, 9402.0, 9463.0, 9505.0, 9435.0, 9476.0, 9445.0, 9454.0, 9490.0, 9433.0, 9484.0, 9468.0, 9443.0, 9492.0, 9466.0, 9427.0, 9477.0, 9445.0, 9438.0, 9474.0, 9396.0, 9455.0, 9469.0, 9403.0, 9460.0, 9469.0, 9430.0, 9472.0, 9415.0, 9461.0, 9482.0, 9435.0, 9497.0, 9475.0, 9459.0, 9486.0, 9454.0, 9499.0, 9478.0, 9446.0, 9494.0, 9444.0, 9446.0, 9482.0, 9430.0, 9477.0, 9423.0, 9447.0, 9488.0, 9427.0, 9459.0, 9467.0, 9431.0, 9471.0, 9419.0, 9465.0, 9471.0, 9432.0, 9479.0, 9465.0, 9427.0, 9471.0, 9433.0, 9477.0, 9416.0, 9479.0, 9482.0, 9429.0, 9476.0, 9434.0, 9475.0, 9434.0, 9482.0, 9486.0, 9424.0, 9457.0, 9464.0, 9418.0, 9449.0, 9389.0, 9457.0, 9462.0, 9404.0, 9442.0, 9440.0, 9405.0, 9434.0, 9388.0, 9424.0, 9465.0, 9386.0, 9435.0, 9444.0, 9392.0, 9449.0, 9443.0, 9425.0, 9467.0, 9416.0, 9416.0, 9465.0, 9391.0, 9437.0, 9412.0, 9461.0, 9488.0, 9413.0, 9499.0, 9486.0, 9431.0, 9475.0, 9452.0, 9496.0, 9458.0, 9521.0, 9499.0, 9480.0, 9519.0, 9437.0, 9487.0, 9485.0, 9482.0, 9440.0, 9496.0, 9475.0, 9540.0, 9436.0, 9513.0, 9474.0, 9489.0, 9505.0, 9522.0, 9484.0, 9457.0, 9505.0, 9466.0, 9465.0, 9387.0, 9451.0, 9382.0, 9474.0, 9405.0, 9467.0, 9430.0, 9475.0, 9447.0, 9425.0, 9500.0, 9437.0, 9499.0, 9447.0, 9520.0, 9485.0, 9473.0, 9515.0, 9430.0, 9467.0, 9493.0, 9460.0, 9468.0, 9423.0, 9477.0, 9482.0, 9433.0, 9489.0, 9445.0, 9467.0, 9470.0, 9477.0, 9533.0, 9461.0, 9518.0, 9504.0, 9465.0, 9538.0, 9456.0, 9487.0, 9535.0, 9466.0, 9527.0, 9512.0, 9452.0, 9517.0, 9508.0, 9451.0, 9495.0, 9428.0, 9468.0, 9510.0, 9415.0, 9477.0, 9493.0, 9413.0, 9456.0, 9464.0, 9460.0, 9517.0, 9464.0, 9448.0, 9509.0, 9432.0, 9462.0, 9506.0, 9436.0, 9490.0, 9499.0, 9426.0, 9475.0, 9482.0, 9428.0, 9454.0, 9405.0, 9447.0, 9482.0, 9396.0, 9459.0, 9478.0, 9422.0, 9454.0, 9396.0, 9459.0, 9483.0, 9397.0, 9460.0, 9477.0, 9421.0, 9459.0, 9443.0, 9447.0, 9485.0, 9410.0, 9456.0, 9482.0, 9410.0, 9478.0, 9477.0, 9424.0, 9454.0, 9391.0, 9443.0, 9481.0, 9391.0, 9438.0, 9477.0, 9408.0, 9432.0, 9399.0, 9460.0, 9480.0, 9418.0, 9474.0, 9463.0, 9432.0, 9485.0, 9436.0, 9472.0, 9461.0, 9515.0, 9495.0, 9431.0, 9493.0, 9453.0, 9442.0, 9487.0, 9445.0, 9495.0, 9486.0, 9443.0, 9473.0, 9438.0, 9444.0, 9484.0, 9421.0, 9456.0, 9409.0, 9443.0, 9472.0, 9409.0, 9456.0, 9423.0, 9437.0, 9464.0, 9413.0, 9454.0, 9393.0, 9446.0, 9482.0, 9427.0, 9455.0, 9418.0, 9465.0, 9436.0, 9501.0, 9486.0, 9430.0, 9494.0, 9432.0, 9459.0, 9399.0, 9460.0, 9428.0, 9486.0, 9509.0, 9425.0, 9458.0, 9482.0, 9453.0, 9451.0, 9412.0, 9440.0, 9459.0, 9410.0, 9412.0, 9485.0, 9493.0, 9435.0, 9491.0, 9427.0, 9481.0, 9444.0, 9443.0, 9418.0, 9498.0, 9510.0, 9423.0, 9454.0, 9468.0, 9420.0, 9416.0, 9475.0, 9399.0, 9438.0, 9408.0, 9442.0, 9409.0, 9458.0, 9410.0, 9478.0, 9486.0, 9428.0, 9451.0, 9402.0, 9461.0, 9440.0, 9443.0, 9455.0, 9459.0, 9454.0, 9485.0, 9485.0, 9474.0, 9522.0, 9501.0, 9432.0, 9473.0, 9443.0, 9457.0, 9476.0, 9486.0, 9450.0, 9497.0, 9498.0, 9426.0, 9479.0, 9444.0, 9501.0, 9467.0, 9449.0, 9460.0, 9438.0, 9489.0, 9477.0, 9452.0, 9434.0, 9472.0, 9434.0, 9529.0, 9493.0, 9464.0, 9502.0, 9476.0, 9518.0, 9503.0, 9453.0, 9415.0, 9452.0, 9479.0, 9448.0, 9478.0, 9458.0, 9466.0, 9435.0, 9424.0, 9368.0, 9411.0, 9357.0, 9399.0, 9334.0, 9335.0, 9387.0, 9315.0, 9359.0, 9302.0, 9347.0, 9390.0, 9341.0, 9398.0, 9339.0, 9395.0, 9403.0, 9409.0, 9433.0, 9430.0, 9447.0, 9457.0, 9485.0, 9444.0, 9492.0, 9451.0, 9438.0, 9479.0, 9395.0, 9433.0, 9475.0, 9413.0, 9472.0, 9417.0, 9460.0, 9426.0, 9451.0, 9508.0, 9431.0, 9468.0, 9506.0, 9434.0, 9470.0, 9464.0, 9482.0, 9514.0, 9443.0, 9509.0, 9507.0, 9479.0, 9465.0, 9508.0, 9462.0, 9540.0, 9543.0, 9515.0, 9487.0, 9544.0, 9487.0, 9548.0, 9573.0, 9524.0, 9484.0, 9542.0, 9506.0, 9462.0, 9492.0, 9434.0, 9399.0, 9436.0, 9385.0, 9429.0, 9388.0, 9444.0, 9415.0, 9476.0, 9479.0, 9412.0, 9448.0, 9449.0, 9396.0, 9422.0, 9398.0, 9445.0, 9380.0, 9404.0, 9447.0, 9364.0, 9395.0, 9416.0, 9383.0, 9408.0, 9402.0, 9448.0, 9386.0, 9389.0, 9439.0, 9366.0, 9416.0, 9388.0, 9427.0, 9442.0, 9386.0, 9446.0, 9376.0, 9434.0, 9383.0, 9443.0, 9451.0, 9421.0, 9458.0, 9425.0, 9460.0, 9407.0, 9432.0, 9420.0, 9473.0, 9461.0, 9402.0, 9446.0, 9444.0, 9378.0, 9435.0, 9363.0, 9394.0, 9360.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.004721694152923539</td></tr>
<tr><td colspan=3>aqi</td><td>0.0914051347826087</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.316733589925036</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.157126231552887</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9867714166016502</td></tr>
<tr><td colspan=3>efc</td><td>0.513</td></tr>
<tr><td colspan=3>fber</td><td>3995.0525</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20151176772521073</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>253</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.96551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5322422276499665</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.410307942533781</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.665052118278388</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5213666221377298</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151125</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019118497148156166</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05632588639855385</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.876080691585412</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>16.6728</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.2064</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.1036</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293811.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>995.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.3468</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5744</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>425.1811</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3499.6654</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3633.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82733.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>745.0611</td></tr>
<tr><td colspan=3>tsnr</td><td>23.848972264677286</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>