<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-03/func/sub-0029_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>fa852d93b9ab4fd150bbb03ca1598c16</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:38:2.935000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995725, -0.0654505, 0.0651747, 0.0617734, 0.996466, 0.0569214]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0995287</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>[4147, -7754, -7299, 602, -52, -183, -41, 69]</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>243.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>806c5b05-57d2-4dfa-8154-f27e5137eb9f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6714577674865723, 0.1657334417104721, 0.18540862202644348, 103.97938537597656], [0.17559878528118134, 2.6734447479248047, 0.14216046035289764, -92.84070587158203], [0.17485888302326202, -0.1527159959077835, 2.6898725032806396, -72.40725708007812], [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': ['123802.935000', '123803.395000', '123803.855000', '123804.315000', '123804.775000', '123805.235000', '123805.695000', '123806.155000', '123806.615000', '123807.075000', '123807.535000', '123807.995000', '123808.455000', '123808.915000', '123809.375000', '123809.835000', '123810.295000', '123810.755000', '123811.215000', '123811.675000', '123812.135000', '123812.595000', '123813.055000', '123813.515000', '123813.975000', '123814.435000', '123814.895000', '123815.355000', '123815.815000', '123816.275000', '123816.735000', '123817.195000', '123817.655000', '123818.115000', '123818.575000', '123819.035000', '123819.495000', '123819.955000', '123820.415000', '123820.875000', '123821.335000', '123821.795000', '123822.255000', '123822.715000', '123823.175000', '123823.635000', '123824.095000', '123824.555000', '123825.015000', '123825.475000', '123825.935000', '123826.395000', '123826.855000', '123827.315000', '123827.775000', '123828.235000', '123828.695000', '123829.155000', '123829.615000', '123830.075000', '123830.535000', '123830.995000', '123831.455000', '123831.915000', '123832.375000', '123832.835000', '123833.295000', '123833.755000', '123834.215000', '123834.675000', '123835.135000', '123835.595000', '123836.055000', '123836.515000', '123836.975000', '123837.435000', '123837.895000', '123838.355000', '123838.815000', '123839.275000', '123839.735000', '123840.195000', '123840.655000', '123841.115000', '123841.575000', '123842.035000', '123842.495000', '123842.955000', '123843.415000', '123843.875000', '123844.335000', '123844.795000', '123845.255000', '123845.715000', '123846.175000', '123846.635000', '123847.095000', '123847.555000', '123848.015000', '123848.475000', '123848.935000', '123849.395000', '123849.855000', '123850.315000', '123850.775000', '123851.235000', '123851.695000', '123852.155000', '123852.615000', '123853.075000', '123853.535000', '123853.995000', '123854.455000', '123854.915000', '123855.375000', '123855.835000', '123856.295000', '123856.755000', '123857.215000', '123857.675000', '123858.135000', '123858.595000', '123859.055000', '123859.515000', '123859.975000', '123900.435000', '123900.895000', '123901.355000', '123901.815000', '123902.275000', '123902.735000', '123903.195000', '123903.655000', '123904.115000', '123904.575000', '123905.035000', '123905.495000', '123905.955000', '123906.415000', '123906.875000', '123907.335000', '123907.795000', '123908.255000', '123908.715000', '123909.175000', '123909.635000', '123910.095000', '123910.555000', '123911.015000', '123911.475000', '123911.935000', '123912.395000', '123912.855000', '123913.315000', '123913.775000', '123914.235000', '123914.695000', '123915.155000', '123915.615000', '123916.075000', '123916.535000', '123916.995000', '123917.455000', '123917.915000', '123918.375000', '123918.835000', '123919.295000', '123919.755000', '123920.215000', '123920.675000', '123921.135000', '123921.595000', '123922.055000', '123922.515000', '123922.975000', '123923.435000', '123923.895000', '123924.355000', '123924.815000', '123925.275000', '123925.735000', '123926.195000', '123926.655000', '123927.115000', '123927.575000', '123928.035000', '123928.495000', '123928.955000', '123929.415000', '123929.875000', '123930.335000', '123930.795000', '123931.255000', '123931.715000', '123932.175000', '123932.635000', '123933.095000', '123933.555000', '123934.015000', '123934.475000', '123934.935000', '123935.395000', '123935.855000', '123936.315000', '123936.775000', '123937.235000', '123937.695000', '123938.155000', '123938.615000', '123939.075000', '123939.535000', '123939.995000', '123940.455000', '123940.915000', '123941.375000', '123941.835000', '123942.295000', '123942.755000', '123943.215000', '123943.675000', '123944.135000', '123944.595000', '123945.055000', '123945.515000', '123945.975000', '123946.435000', '123946.895000', '123947.355000', '123947.815000', '123948.275000', '123948.735000', '123949.195000', '123949.655000', '123950.115000', '123950.575000', '123951.035000', '123951.495000', '123951.955000', '123952.415000', '123952.875000', '123953.335000', '123953.795000', '123954.255000', '123954.715000', '123955.175000', '123955.635000', '123956.095000', '123956.555000', '123957.015000', '123957.475000', '123957.935000', '123958.395000', '123958.855000', '123959.315000', '123959.775000', '124000.235000', '124000.695000', '124001.155000', '124001.615000', '124002.075000', '124002.535000', '124002.995000', '124003.455000', '124003.915000', '124004.375000', '124004.835000', '124005.295000', '124005.755000', '124006.215000', '124006.675000', '124007.135000', '124007.595000', '124008.055000', '124008.515000', '124008.975000', '124009.435000', '124009.895000', '124010.355000', '124010.815000', '124011.275000', '124011.735000', '124012.195000', '124012.655000', '124013.115000', '124013.575000', '124014.035000', '124014.495000', '124014.955000', '124015.415000', '124015.875000', '124016.335000', '124016.795000', '124017.255000', '124017.715000', '124018.175000', '124018.635000', '124019.095000', '124019.555000', '124020.015000', '124020.475000', '124020.935000', '124021.395000', '124021.855000', '124022.315000', '124022.775000', '124023.235000', '124023.695000', '124024.155000', '124024.615000', '124025.075000', '124025.535000', '124025.995000', '124026.455000', '124026.915000', '124027.375000', '124027.835000', '124028.295000', '124028.755000', '124029.215000', '124029.675000', '124030.135000', '124030.595000', '124031.055000', '124031.515000', '124031.975000', '124032.435000', '124032.895000', '124033.355000', '124033.815000', '124034.275000', '124034.735000', '124035.195000', '124035.655000', '124036.115000', '124036.575000', '124037.035000', '124037.495000', '124037.955000', '124038.415000', '124038.875000', '124039.335000', '124039.795000', '124040.255000', '124040.715000', '124041.175000', '124041.635000', '124042.095000', '124042.555000', '124043.015000', '124043.475000', '124043.935000', '124044.395000', '124044.855000', '124045.315000', '124045.775000', '124046.235000', '124046.695000', '124047.155000', '124047.615000', '124048.075000', '124048.535000', '124048.995000', '124049.455000', '124049.915000', '124050.375000', '124050.835000', '124051.295000', '124051.755000', '124052.215000', '124052.675000', '124053.135000', '124053.595000', '124054.055000', '124054.515000', '124054.975000', '124055.435000', '124055.895000', '124056.355000', '124056.815000', '124057.275000', '124057.735000', '124058.195000', '124058.655000', '124059.115000', '124059.575000', '124100.035000', '124100.495000', '124100.955000', '124101.415000', '124101.875000', '124102.335000', '124102.795000', '124103.255000', '124103.715000', '124104.175000', '124104.635000', '124105.095000', '124105.555000', '124106.015000', '124106.475000', '124106.935000', '124107.395000', '124107.855000', '124108.315000', '124108.775000', '124109.235000', '124109.695000', '124110.155000', '124110.615000', '124111.075000', '124111.535000', '124111.995000', '124112.455000', '124112.915000', '124113.375000', '124113.835000', '124114.295000', '124114.755000', '124115.215000', '124115.675000', '124116.135000', '124116.595000', '124117.055000', '124117.515000', '124117.975000', '124118.435000', '124118.895000', '124119.355000', '124119.815000', '124120.275000', '124120.735000', '124121.195000', '124121.655000', '124122.115000', '124122.575000', '124123.035000', '124123.495000', '124123.955000', '124124.415000', '124124.875000', '124125.335000', '124125.795000', '124126.255000', '124126.715000', '124127.175000', '124127.635000', '124128.095000', '124128.555000', '124129.015000', '124129.475000', '124129.935000', '124130.395000', '124130.855000', '124131.315000', '124131.775000', '124132.235000', '124132.695000', '124133.155000', '124133.615000', '124134.075000', '124134.535000', '124134.995000', '124135.455000', '124135.915000', '124136.375000', '124136.835000', '124137.295000', '124137.755000', '124138.215000', '124138.675000', '124139.135000', '124139.595000', '124140.055000', '124140.515000', '124140.975000', '124141.435000', '124141.895000', '124142.355000', '124142.815000', '124143.275000', '124143.735000', '124144.195000', '124144.655000', '124145.115000', '124145.575000', '124146.035000', '124146.495000', '124146.955000', '124147.415000', '124147.875000', '124148.335000', '124148.795000', '124149.255000', '124149.715000', '124150.175000', '124150.635000', '124151.095000', '124151.555000', '124152.015000', '124152.475000', '124152.935000', '124153.395000', '124153.855000', '124154.315000', '124154.775000', '124155.235000', '124155.695000', '124156.155000', '124156.615000', '124157.075000', '124157.535000', '124157.995000', '124158.455000', '124158.915000', '124159.375000', '124159.835000', '124200.295000', '124200.755000', '124201.215000', '124201.675000', '124202.135000', '124202.595000', '124203.055000', '124203.515000', '124203.975000', '124204.435000', '124204.895000', '124205.355000', '124205.815000', '124206.275000', '124206.735000', '124207.195000', '124207.655000', '124208.115000', '124208.575000', '124209.035000', '124209.495000', '124209.955000', '124210.415000', '124210.875000', '124211.335000', '124211.795000', '124212.255000', '124212.715000', '124213.175000', '124213.635000', '124214.095000', '124214.555000', '124215.015000', '124215.475000', '124215.935000', '124216.395000', '124216.855000', '124217.315000', '124217.775000', '124218.235000', '124218.695000', '124219.155000', '124219.615000', '124220.075000', '124220.535000', '124220.995000', '124221.455000', '124221.915000', '124222.375000', '124222.835000', '124223.295000', '124223.755000', '124224.215000', '124224.675000', '124225.135000', '124225.595000', '124226.055000', '124226.515000', '124226.975000', '124227.435000', '124227.895000', '124228.355000', '124228.815000', '124229.275000', '124229.735000', '124230.195000', '124230.655000', '124231.115000', '124231.575000', '124232.035000', '124232.495000', '124232.955000', '124233.415000', '124233.875000', '124234.335000', '124234.795000', '124235.255000', '124235.715000', '124236.175000', '124236.635000', '124237.095000', '124237.555000', '124238.015000', '124238.475000', '124238.935000', '124239.395000', '124239.855000', '124240.315000', '124240.775000', '124241.235000', '124241.695000', '124242.155000', '124242.615000', '124243.075000', '124243.535000', '124243.995000', '124244.455000', '124244.915000', '124245.375000', '124245.835000', '124246.295000', '124246.755000', '124247.215000', '124247.675000', '124248.135000', '124248.595000', '124249.055000', '124249.515000', '124249.975000', '124250.435000', '124250.895000', '124251.355000', '124251.815000', '124252.275000', '124252.735000', '124253.195000', '124253.655000', '124254.115000', '124254.575000', '124255.035000', '124255.495000', '124255.955000', '124256.415000', '124256.875000', '124257.335000', '124257.795000', '124258.255000', '124258.715000', '124259.175000', '124259.635000', '124300.095000', '124300.555000', '124301.015000', '124301.475000', '124301.935000', '124302.395000', '124302.855000', '124303.315000', '124303.775000', '124304.235000', '124304.695000', '124305.155000', '124305.615000', '124306.075000', '124306.535000', '124306.995000', '124307.455000', '124307.915000', '124308.375000', '124308.835000', '124309.295000', '124309.755000', '124310.215000', '124310.675000', '124311.135000', '124311.595000', '124312.055000', '124312.515000', '124312.975000', '124313.435000', '124313.895000', '124314.355000', '124314.815000', '124315.275000', '124315.735000', '124316.195000', '124316.655000', '124317.115000', '124317.575000', '124318.035000', '124318.495000', '124318.955000', '124319.415000', '124319.875000', '124320.335000', '124320.795000', '124321.255000', '124321.715000', '124322.175000', '124322.635000', '124323.095000', '124323.555000', '124324.015000', '124324.475000', '124324.935000', '124325.395000', '124325.855000', '124326.315000', '124326.775000', '124327.235000', '124327.695000', '124328.155000', '124328.615000', '124329.075000', '124329.535000', '124329.995000', '124330.455000', '124330.915000', '124331.375000', '124331.835000', '124332.295000', '124332.755000', '124333.215000', '124333.675000', '124334.135000', '124334.595000', '124335.055000', '124335.515000', '124335.975000', '124336.435000', '124336.895000', '124337.355000', '124337.815000', '124338.275000', '124338.735000', '124339.195000', '124339.655000', '124340.115000', '124340.575000', '124341.035000', '124341.495000', '124341.955000', '124342.415000', '124342.875000', '124343.335000', '124343.795000', '124344.255000', '124344.715000', '124345.175000', '124345.635000', '124346.095000', '124346.555000', '124347.015000', '124347.475000', '124347.935000', '124348.395000', '124348.855000', '124349.315000', '124349.775000', '124350.235000', '124350.695000', '124351.155000', '124351.615000', '124352.075000', '124352.535000', '124352.995000', '124353.455000', '124353.915000', '124354.375000', '124354.835000', '124355.295000', '124355.755000', '124356.215000', '124356.675000', '124357.135000', '124357.595000', '124358.055000', '124358.515000', '124358.975000', '124359.435000', '124359.895000', '124400.355000', '124400.815000', '124401.275000', '124401.735000', '124402.195000', '124402.655000', '124403.115000', '124403.575000', '124404.035000', '124404.495000', '124404.955000', '124405.415000', '124405.875000', '124406.335000', '124406.795000', '124407.255000', '124407.715000', '124408.175000', '124408.635000', '124409.095000', '124409.555000', '124410.015000', '124410.475000', '124410.935000', '124411.395000', '124411.855000', '124412.315000', '124412.775000', '124413.235000', '124413.695000', '124414.155000', '124414.615000', '124415.075000', '124415.535000', '124415.995000', '124416.455000', '124416.915000', '124417.375000', '124417.835000', '124418.295000', '124418.755000', '124419.215000', '124419.675000', '124420.135000', '124420.595000', '124421.055000', '124421.515000', '124421.975000', '124422.435000', '124422.895000', '124423.355000', '124423.815000', '124424.275000', '124424.735000', '124425.195000', '124425.655000', '124426.115000', '124426.575000', '124427.035000', '124427.495000', '124427.955000', '124428.415000', '124428.875000', '124429.335000', '124429.795000', '124430.255000', '124430.715000', '124431.175000', '124431.635000', '124432.095000', '124432.555000', '124433.015000', '124433.475000', '124433.935000', '124434.395000', '124434.855000', '124435.315000', '124435.775000', '124436.235000', '124436.695000', '124437.155000', '124437.615000', '124438.075000', '124438.535000', '124438.995000', '124439.455000', '124439.915000', '124440.375000', '124440.835000', '124441.295000', '124441.755000', '124442.215000', '124442.675000', '124443.135000', '124443.595000', '124444.055000', '124444.515000', '124444.975000', '124445.435000', '124445.895000', '124446.355000', '124446.815000', '124447.275000', '124447.735000', '124448.195000', '124448.655000', '124449.115000', '124449.575000', '124450.035000', '124450.495000', '124450.955000', '124451.415000', '124451.875000', '124452.335000', '124452.795000', '124453.255000', '124453.715000', '124454.175000', '124454.635000', '124455.095000', '124455.555000', '124456.015000', '124456.475000', '124456.935000', '124457.395000', '124457.855000', '124458.315000', '124458.775000', '124459.235000', '124459.695000', '124500.155000', '124500.615000', '124501.075000', '124501.535000', '124501.995000', '124502.455000', '124502.915000', '124503.375000', '124503.835000', '124504.295000', '124504.755000', '124505.215000', '124505.675000', '124506.135000', '124506.595000', '124507.055000', '124507.515000', '124507.975000', '124508.435000', '124508.895000', '124509.355000', '124509.815000', '124510.275000', '124510.735000', '124511.195000', '124511.655000', '124512.115000', '124512.575000', '124513.035000', '124513.495000', '124513.955000', '124514.415000', '124514.875000', '124515.335000', '124515.795000', '124516.255000', '124516.715000', '124517.175000', '124517.635000', '124518.095000', '124518.555000', '124519.015000', '124519.475000', '124519.935000', '124520.395000', '124520.855000', '124521.315000', '124521.775000', '124522.235000', '124522.695000', '124523.155000', '124523.615000', '124524.075000', '124524.535000', '124524.995000', '124525.455000', '124525.915000', '124526.375000', '124526.835000', '124527.295000', '124527.755000', '124528.215000', '124528.675000', '124529.135000', '124529.595000', '124530.055000', '124530.515000', '124530.975000', '124531.435000', '124531.895000', '124532.355000', '124532.815000', '124533.275000', '124533.735000', '124534.195000', '124534.655000', '124535.115000', '124535.575000', '124536.035000', '124536.495000', '124536.955000', '124537.415000', '124537.875000', '124538.335000', '124538.795000', '124539.255000', '124539.715000', '124540.175000', '124540.635000', '124541.095000', '124541.555000', '124542.015000', '124542.475000', '124542.935000', '124543.395000', '124543.855000', '124544.315000', '124544.775000', '124545.235000', '124545.695000', '124546.155000', '124546.615000', '124547.075000', '124547.535000', '124547.995000', '124548.455000', '124548.915000', '124549.375000', '124549.835000', '124550.295000', '124550.755000', '124551.215000', '124551.675000', '124552.135000', '124552.595000', '124553.055000', '124553.515000', '124553.975000', '124554.435000', '124554.895000', '124555.355000', '124555.815000', '124556.275000', '124556.735000', '124557.195000', '124557.655000', '124558.115000', '124558.575000', '124559.035000', '124559.495000', '124559.955000', '124600.415000', '124600.875000', '124601.335000', '124601.795000', '124602.255000', '124602.715000', '124603.175000', '124603.635000', '124604.095000', '124604.555000', '124605.015000', '124605.475000', '124605.935000', '124606.395000', '124606.855000', '124607.315000', '124607.775000', '124608.235000', '124608.695000', '124609.155000', '124609.615000', '124610.075000', '124610.535000', '124610.995000', '124611.455000', '124611.915000', '124612.375000', '124612.835000', '124613.295000', '124613.755000', '124614.215000', '124614.675000', '124615.135000', '124615.595000', '124616.055000', '124616.515000', '124616.975000', '124617.435000', '124617.895000', '124618.355000', '124618.815000', '124619.275000', '124619.735000', '124620.195000', '124620.655000', '124621.115000', '124621.575000', '124622.035000', '124622.495000', '124622.955000', '124623.415000', '124623.875000', '124624.335000', '124624.795000', '124625.255000', '124625.715000', '124626.175000', '124626.635000', '124627.095000', '124627.555000', '124628.015000', '124628.475000', '124628.935000', '124629.395000', '124629.855000', '124630.315000', '124630.775000', '124631.235000', '124631.695000', '124632.155000', '124632.615000', '124633.075000', '124633.535000', '124633.995000', '124634.455000', '124634.915000', '124635.375000', '124635.835000', '124636.295000', '124636.755000', '124637.215000', '124637.675000', '124638.135000', '124638.595000', '124639.055000', '124639.515000', '124639.975000', '124640.435000', '124640.895000', '124641.355000', '124641.815000', '124642.275000', '124642.735000', '124643.195000', '124643.655000', '124644.115000', '124644.575000', '124645.035000', '124645.495000', '124645.955000', '124646.415000', '124646.875000', '124647.335000', '124647.795000', '124648.255000', '124648.715000', '124649.175000', '124649.635000', '124650.095000', '124650.555000', '124651.015000', '124651.475000', '124651.935000', '124652.395000', '124652.855000', '124653.315000', '124653.775000', '124654.235000', '124654.695000', '124655.155000', '124655.615000', '124656.075000', '124656.535000', '124656.995000', '124657.455000', '124657.915000', '124658.375000', '124658.835000', '124659.295000', '124659.755000', '124700.215000', '124700.675000', '124701.135000', '124701.595000', '124702.055000', '124702.515000', '124702.975000', '124703.435000', '124703.895000', '124704.355000', '124704.815000', '124705.275000', '124705.735000', '124706.195000', '124706.655000', '124707.115000', '124707.575000', '124708.035000', '124708.495000', '124708.955000', '124709.415000', '124709.875000', '124710.335000', '124710.795000', '124711.255000', '124711.715000', '124712.175000', '124712.635000', '124713.095000', '124713.555000', '124714.015000', '124714.475000', '124714.935000', '124715.395000', '124715.855000', '124716.315000', '124716.775000', '124717.235000', '124717.695000', '124718.155000', '124718.615000', '124719.075000', '124719.535000', '124719.995000', '124720.455000', '124720.915000', '124721.375000', '124721.835000', '124722.295000', '124722.755000', '124723.215000', '124723.675000', '124724.135000', '124724.595000', '124725.055000', '124725.515000', '124725.975000', '124726.435000', '124726.895000', '124727.355000', '124727.815000', '124728.275000', '124728.735000', '124729.195000', '124729.655000', '124730.115000', '124730.575000', '124731.035000', '124731.495000', '124731.955000', '124732.415000', '124732.875000', '124733.335000', '124733.795000', '124734.255000', '124734.715000', '124735.175000', '124735.635000', '124736.095000', '124736.555000', '124737.015000', '124737.475000', '124737.935000', '124738.395000', '124738.855000', '124739.315000', '124739.775000', '124740.235000', '124740.695000', '124741.155000', '124741.615000', '124742.075000', '124742.535000', '124742.995000', '124743.455000', '124743.915000', '124744.375000', '124744.835000', '124745.295000', '124745.755000', '124746.215000', '124746.675000', '124747.135000', '124747.595000', '124748.055000', '124748.515000', '124748.975000', '124749.435000', '124749.895000', '124750.355000', '124750.815000', '124751.275000', '124751.735000', '124752.195000', '124752.655000', '124753.115000', '124753.575000', '124754.035000', '124754.495000', '124754.955000', '124755.415000', '124755.875000', '124756.335000', '124756.795000', '124757.255000', '124757.715000', '124758.175000', '124758.635000', '124759.095000', '124759.555000', '124800.015000', '124800.475000', '124800.935000', '124801.395000', '124801.855000', '124802.315000', '124802.775000', '124803.235000', '124803.695000', '124804.155000', '124804.615000', '124805.075000', '124805.535000', '124805.995000', '124806.455000', '124806.915000', '124807.375000', '124807.835000', '124808.295000', '124808.755000', '124809.215000', '124809.675000', '124810.135000', '124810.595000', '124811.055000', '124811.515000', '124811.975000', '124812.435000', '124812.895000', '124813.355000', '124813.815000', '124814.275000', '124814.735000', '124815.195000', '124815.655000', '124816.115000', '124816.575000'], 'ContentTime': ['123825.344000', '123825.348000', '123825.351000', '123825.354000', '123825.356000', '123825.359000', '123825.362000', '123825.383000', '123825.386000', '123825.389000', '123825.391000', '123825.394000', '123825.398000', '123825.401000', '123825.404000', '123825.407000', '123825.410000', '123825.413000', '123825.416000', '123825.419000', '123825.422000', '123825.425000', '123825.428000', '123825.431000', '123825.434000', '123825.437000', '123825.440000', '123825.443000', '123825.446000', '123825.450000', '123825.453000', '123825.456000', '123825.459000', '123825.462000', '123825.465000', '123825.468000', '123825.471000', '123825.474000', '123825.477000', '123825.480000', '123825.483000', '123825.490000', '123825.493000', '123825.496000', '123825.499000', '123825.502000', '123825.505000', '123845.305000', '123845.308000', '123845.311000', '123845.314000', '123845.317000', '123845.320000', '123845.323000', '123845.326000', '123845.329000', '123845.332000', '123845.335000', '123845.338000', '123845.341000', '123845.344000', '123845.347000', '123845.350000', '123845.353000', '123845.356000', '123845.359000', '123845.361000', '123845.364000', '123845.367000', '123845.370000', '123845.373000', '123845.376000', '123845.379000', '123845.382000', '123845.385000', '123845.388000', '123845.391000', '123845.394000', '123845.397000', '123845.400000', '123845.403000', '123845.406000', '123845.409000', '123845.412000', '123845.415000', '123845.418000', '123845.429000', '123845.432000', '123845.435000', '123845.438000', '123845.441000', '123905.305000', '123905.308000', '123905.311000', '123905.314000', '123905.317000', '123905.320000', '123905.323000', '123905.326000', '123905.329000', '123905.332000', '123905.335000', '123905.338000', '123905.341000', '123905.344000', '123905.347000', '123905.350000', '123905.353000', '123905.356000', '123905.359000', '123905.362000', '123905.364000', '123905.381000', '123905.384000', '123905.387000', '123905.390000', '123905.394000', '123905.397000', '123905.400000', '123905.403000', '123905.406000', '123905.409000', '123905.412000', '123905.415000', '123905.418000', '123905.421000', '123905.424000', '123905.427000', '123905.430000', '123905.433000', '123905.436000', '123905.439000', '123905.442000', '123905.445000', '123925.305000', '123925.308000', '123925.311000', '123925.314000', '123925.317000', '123925.320000', '123925.323000', '123925.326000', '123925.329000', '123925.332000', '123925.335000', '123925.338000', '123925.341000', '123925.343000', '123925.346000', '123925.359000', '123925.362000', '123925.365000', '123925.368000', '123925.371000', '123925.374000', '123925.377000', '123925.380000', '123925.383000', '123925.386000', '123925.389000', '123925.392000', '123925.395000', '123925.398000', '123925.401000', '123925.404000', '123925.407000', '123925.410000', '123925.413000', '123925.416000', '123925.419000', '123925.422000', '123925.425000', '123925.428000', '123925.431000', '123925.434000', '123925.437000', '123925.440000', '123925.443000', '123945.306000', '123945.309000', '123945.312000', '123945.315000', '123945.318000', '123945.321000', '123945.324000', '123945.327000', '123945.330000', '123945.333000', '123945.336000', '123945.339000', '123945.342000', '123945.345000', '123945.348000', '123945.351000', '123945.354000', '123945.357000', '123945.360000', '123945.363000', '123945.366000', '123945.369000', '123945.372000', '123945.375000', '123945.378000', '123945.381000', '123945.383000', '123945.386000', '123945.389000', '123945.392000', '123945.395000', '123945.398000', '123945.401000', '123945.404000', '123945.407000', '123945.410000', '123945.413000', '123945.416000', '123945.419000', '123945.432000', '123945.435000', '123945.438000', '123945.441000', '124005.306000', '124005.309000', '124005.312000', '124005.315000', '124005.318000', '124005.321000', '124005.324000', '124005.327000', '124005.330000', '124005.333000', '124005.336000', '124005.339000', '124005.342000', '124005.345000', '124005.348000', '124005.351000', '124005.354000', '124005.357000', '124005.360000', '124005.363000', '124005.366000', '124005.369000', '124005.372000', '124005.375000', '124005.378000', '124005.381000', '124005.383000', '124005.386000', '124005.389000', '124005.392000', '124005.395000', '124005.398000', '124005.401000', '124005.404000', '124005.407000', '124005.410000', '124005.413000', '124005.416000', '124005.419000', '124005.422000', '124005.425000', '124005.428000', '124005.431000', '124005.434000', '124025.305000', '124025.308000', '124025.311000', '124025.314000', '124025.317000', '124025.320000', '124025.323000', '124025.326000', '124025.329000', '124025.332000', '124025.335000', '124025.338000', '124025.341000', '124025.344000', '124025.347000', '124025.350000', '124025.353000', '124025.356000', '124025.359000', '124025.362000', '124025.365000', '124025.368000', '124025.371000', '124025.374000', '124025.377000', '124025.380000', '124025.382000', '124025.385000', '124025.388000', '124025.391000', '124025.394000', '124025.397000', '124025.401000', '124025.403000', '124025.406000', '124025.409000', '124025.412000', '124025.415000', '124025.418000', '124025.421000', '124025.424000', '124025.427000', '124025.430000', '124045.305000', '124045.308000', '124045.311000', '124045.314000', '124045.317000', '124045.320000', '124045.323000', '124045.326000', '124045.329000', '124045.332000', '124045.335000', '124045.338000', '124045.341000', '124045.344000', '124045.347000', '124045.350000', '124045.353000', '124045.372000', '124045.374000', '124045.377000', '124045.380000', '124045.383000', '124045.386000', '124045.389000', '124045.392000', '124045.395000', '124045.398000', '124045.401000', '124045.404000', '124045.411000', '124045.414000', '124045.417000', '124045.420000', '124045.423000', '124045.426000', '124045.429000', '124045.432000', '124045.435000', '124045.438000', '124045.441000', '124045.444000', '124045.447000', '124045.450000', '124045.453000', '124105.305000', '124105.308000', '124105.311000', '124105.314000', '124105.317000', '124105.320000', '124105.323000', '124105.326000', '124105.329000', '124105.332000', '124105.335000', '124105.338000', '124105.341000', '124105.344000', '124105.347000', '124105.350000', '124105.353000', '124105.356000', '124105.359000', '124105.362000', '124105.365000', '124105.368000', '124105.371000', '124105.374000', '124105.377000', '124105.380000', '124105.383000', '124105.386000', '124105.389000', '124105.392000', '124105.395000', '124105.398000', '124105.401000', '124105.404000', '124105.406000', '124105.409000', '124105.412000', '124105.415000', '124105.418000', '124105.421000', '124105.424000', '124105.427000', '124105.430000', '124125.305000', '124125.308000', '124125.311000', '124125.314000', '124125.317000', '124125.320000', '124125.323000', '124125.326000', '124125.329000', '124125.332000', '124125.335000', '124125.338000', '124125.341000', '124125.344000', '124125.347000', '124125.350000', '124125.353000', '124125.356000', '124125.359000', '124125.362000', '124125.365000', '124125.368000', '124125.371000', '124125.374000', '124125.377000', '124125.379000', '124125.382000', '124125.385000', '124125.388000', '124125.391000', '124125.394000', '124125.397000', '124125.400000', '124125.403000', '124125.406000', '124125.409000', '124125.412000', '124125.415000', '124125.418000', '124125.421000', '124125.424000', '124125.427000', '124125.430000', '124125.433000', '124145.305000', '124145.308000', '124145.311000', '124145.314000', '124145.317000', '124145.320000', '124145.323000', '124145.326000', '124145.329000', '124145.332000', '124145.335000', '124145.338000', '124145.341000', '124145.344000', '124145.347000', '124145.350000', '124145.353000', '124145.356000', '124145.359000', '124145.362000', '124145.365000', '124145.368000', '124145.371000', '124145.374000', '124145.377000', '124145.380000', '124145.383000', '124145.386000', '124145.389000', '124145.392000', '124145.395000', '124145.398000', '124145.401000', '124145.404000', '124145.406000', '124145.409000', '124145.412000', '124145.415000', '124145.418000', '124145.421000', '124145.424000', '124145.427000', '124145.430000', '124205.306000', '124205.309000', '124205.313000', '124205.318000', '124205.322000', '124205.325000', '124205.328000', '124205.331000', '124205.334000', '124205.336000', '124205.339000', '124205.342000', '124205.345000', '124205.348000', '124205.351000', '124205.354000', '124205.357000', '124205.360000', '124205.363000', '124205.366000', '124205.369000', '124205.372000', '124205.375000', '124205.378000', '124205.381000', '124205.384000', '124205.387000', '124205.390000', '124205.393000', '124205.396000', '124205.399000', '124205.402000', '124205.405000', '124205.408000', '124205.411000', '124205.414000', '124205.417000', '124205.420000', '124205.423000', '124205.426000', '124205.429000', '124205.432000', '124205.443000', '124225.305000', '124225.308000', '124225.311000', '124225.314000', '124225.317000', '124225.320000', '124225.323000', '124225.326000', '124225.329000', '124225.332000', '124225.335000', '124225.338000', '124225.341000', '124225.344000', '124225.347000', '124225.350000', '124225.353000', '124225.356000', '124225.359000', '124225.362000', '124225.364000', '124225.367000', '124225.370000', '124225.373000', '124225.376000', '124225.379000', '124225.382000', '124225.385000', '124225.388000', '124225.391000', '124225.394000', '124225.397000', '124225.400000', '124225.403000', '124225.406000', '124225.409000', '124225.412000', '124225.415000', '124225.418000', '124225.421000', '124225.423000', '124225.426000', '124225.429000', '124225.432000', '124245.305000', '124245.308000', '124245.311000', '124245.314000', '124245.317000', '124245.320000', '124245.323000', '124245.326000', '124245.330000', '124245.335000', '124245.338000', '124245.341000', '124245.344000', '124245.347000', '124245.350000', '124245.353000', '124245.356000', '124245.359000', '124245.362000', '124245.365000', '124245.368000', '124245.371000', '124245.374000', '124245.377000', '124245.380000', '124245.383000', '124245.386000', '124245.389000', '124245.392000', '124245.395000', '124245.398000', '124245.401000', '124245.404000', '124245.407000', '124245.410000', '124245.413000', '124245.416000', '124245.419000', '124245.421000', '124245.424000', '124245.427000', '124245.431000', '124245.433000', '124305.305000', '124305.308000', '124305.311000', '124305.314000', '124305.317000', '124305.320000', '124305.323000', '124305.326000', '124305.329000', '124305.332000', '124305.335000', '124305.338000', '124305.341000', '124305.344000', '124305.347000', '124305.350000', '124305.353000', '124305.356000', '124305.359000', '124305.362000', '124305.365000', '124305.368000', '124305.371000', '124305.374000', '124305.377000', '124305.380000', '124305.383000', '124305.386000', '124305.389000', '124305.392000', '124305.395000', '124305.398000', '124305.401000', '124305.404000', '124305.407000', '124305.410000', '124305.412000', '124305.415000', '124305.418000', '124305.421000', '124305.424000', '124305.427000', '124305.430000', '124305.433000', '124325.305000', '124325.308000', '124325.311000', '124325.314000', '124325.317000', '124325.320000', '124325.323000', '124325.326000', '124325.329000', '124325.332000', '124325.335000', '124325.338000', '124325.341000', '124325.344000', '124325.347000', '124325.350000', '124325.354000', '124325.360000', '124325.363000', '124325.366000', '124325.369000', '124325.372000', '124325.375000', '124325.378000', '124325.381000', '124325.384000', '124325.387000', '124325.390000', '124325.393000', '124325.396000', '124325.399000', '124325.402000', '124325.405000', '124325.408000', '124325.411000', '124325.414000', '124325.417000', '124325.420000', '124325.423000', '124325.426000', '124325.434000', '124325.437000', '124325.439000', '124345.305000', '124345.308000', '124345.311000', '124345.314000', '124345.317000', '124345.320000', '124345.323000', '124345.326000', '124345.329000', '124345.332000', '124345.348000', '124345.351000', '124345.354000', '124345.357000', '124345.360000', '124345.362000', '124345.365000', '124345.368000', '124345.371000', '124345.374000', '124345.377000', '124345.380000', '124345.383000', '124345.386000', '124345.389000', '124345.392000', '124345.395000', '124345.398000', '124345.401000', '124345.404000', '124345.407000', '124345.410000', '124345.413000', '124345.416000', '124345.419000', '124345.421000', '124345.424000', '124345.427000', '124345.430000', '124345.433000', '124345.436000', '124345.439000', '124345.442000', '124345.445000', '124405.306000', '124405.309000', '124405.312000', '124405.315000', '124405.318000', '124405.321000', '124405.324000', '124405.327000', '124405.330000', '124405.333000', '124405.336000', '124405.339000', '124405.342000', '124405.345000', '124405.348000', '124405.351000', '124405.354000', '124405.357000', '124405.360000', '124405.363000', '124405.366000', '124405.369000', '124405.372000', '124405.375000', '124405.378000', '124405.381000', '124405.384000', '124405.387000', '124405.390000', '124405.393000', '124405.396000', '124405.399000', '124405.402000', '124405.405000', '124405.408000', '124405.411000', '124405.414000', '124405.417000', '124405.421000', '124405.424000', '124405.427000', '124405.429000', '124405.432000', '124425.306000', '124425.309000', '124425.312000', '124425.315000', '124425.318000', '124425.321000', '124425.324000', '124425.327000', '124425.330000', '124425.333000', '124425.336000', '124425.339000', '124425.342000', '124425.344000', '124425.347000', '124425.350000', '124425.353000', '124425.356000', '124425.359000', '124425.362000', '124425.365000', '124425.368000', '124425.371000', '124425.374000', '124425.377000', '124425.380000', '124425.383000', '124425.386000', '124425.389000', '124425.392000', '124425.395000', '124425.398000', '124425.401000', '124425.404000', '124425.407000', '124425.410000', '124425.413000', '124425.416000', '124425.419000', '124425.422000', '124425.425000', '124425.428000', '124425.431000', '124425.433000', '124445.305000', '124445.308000', '124445.311000', '124445.314000', '124445.317000', '124445.320000', '124445.323000', '124445.326000', '124445.329000', '124445.332000', '124445.335000', '124445.338000', '124445.341000', '124445.344000', '124445.347000', '124445.350000', '124445.353000', '124445.356000', '124445.359000', '124445.362000', '124445.365000', '124445.368000', '124445.371000', '124445.374000', '124445.377000', '124445.380000', '124445.383000', '124445.386000', '124445.389000', '124445.392000', '124445.395000', '124445.398000', '124445.402000', '124445.405000', '124445.408000', '124445.411000', '124445.413000', '124445.416000', '124445.419000', '124445.422000', '124445.425000', '124445.428000', '124445.431000', '124505.305000', '124505.308000', '124505.311000', '124505.314000', '124505.317000', '124505.320000', '124505.323000', '124505.326000', '124505.329000', '124505.332000', '124505.335000', '124505.338000', '124505.341000', '124505.344000', '124505.347000', '124505.350000', '124505.353000', '124505.355000', '124505.358000', '124505.361000', '124505.373000', '124505.376000', '124505.379000', '124505.381000', '124505.384000', '124505.387000', '124505.390000', '124505.393000', '124505.396000', '124505.399000', '124505.402000', '124505.405000', '124505.408000', '124505.411000', '124505.414000', '124505.417000', '124505.420000', '124505.423000', '124505.426000', '124505.429000', '124505.432000', '124505.435000', '124505.438000', '124505.441000', '124525.305000', '124525.308000', '124525.311000', '124525.314000', '124525.317000', '124525.320000', '124525.323000', '124525.326000', '124525.329000', '124525.332000', '124525.335000', '124525.338000', '124525.341000', '124525.345000', '124525.349000', '124525.352000', '124525.355000', '124525.358000', '124525.361000', '124525.364000', '124525.367000', '124525.370000', '124525.373000', '124525.376000', '124525.379000', '124525.382000', '124525.385000', '124525.388000', '124525.391000', '124525.394000', '124525.397000', '124525.400000', '124525.403000', '124525.409000', '124525.413000', '124525.416000', '124525.419000', '124525.421000', '124525.424000', '124525.427000', '124525.430000', '124525.433000', '124525.436000', '124545.305000', '124545.308000', '124545.311000', '124545.314000', '124545.317000', '124545.320000', '124545.323000', '124545.326000', '124545.329000', '124545.332000', '124545.335000', '124545.338000', '124545.341000', '124545.344000', '124545.347000', '124545.350000', '124545.353000', '124545.356000', '124545.359000', '124545.362000', '124545.365000', '124545.368000', '124545.371000', '124545.374000', '124545.376000', '124545.379000', '124545.382000', '124545.385000', '124545.388000', '124545.391000', '124545.394000', '124545.397000', '124545.400000', '124545.403000', '124545.406000', '124545.409000', '124545.412000', '124545.415000', '124545.418000', '124545.421000', '124545.424000', '124545.427000', '124545.430000', '124545.433000', '124605.305000', '124605.308000', '124605.311000', '124605.314000', '124605.317000', '124605.320000', '124605.323000', '124605.326000', '124605.329000', '124605.332000', '124605.335000', '124605.338000', '124605.341000', '124605.344000', '124605.347000', '124605.350000', '124605.353000', '124605.356000', '124605.359000', '124605.362000', '124605.365000', '124605.368000', '124605.371000', '124605.374000', '124605.377000', '124605.380000', '124605.383000', '124605.386000', '124605.389000', '124605.392000', '124605.395000', '124605.398000', '124605.401000', '124605.404000', '124605.407000', '124605.410000', '124605.413000', '124605.416000', '124605.419000', '124605.422000', '124605.425000', '124605.430000', '124605.434000', '124625.306000', '124625.309000', '124625.312000', '124625.315000', '124625.318000', '124625.321000', '124625.324000', '124625.327000', '124625.330000', '124625.333000', '124625.336000', '124625.339000', '124625.342000', '124625.345000', '124625.348000', '124625.351000', '124625.354000', '124625.370000', '124625.373000', '124625.376000', '124625.379000', '124625.382000', '124625.385000', '124625.388000', '124625.391000', '124625.394000', '124625.397000', '124625.417000', '124625.420000', '124625.423000', '124625.426000', '124625.429000', '124625.432000', '124625.435000', '124625.438000', '124625.441000', '124625.444000', '124625.451000', '124625.454000', '124625.457000', '124625.460000', '124625.463000', '124625.466000', '124625.469000', '124645.306000', '124645.309000', '124645.312000', '124645.315000', '124645.318000', '124645.321000', '124645.324000', '124645.327000', '124645.330000', '124645.333000', '124645.336000', '124645.339000', '124645.342000', '124645.345000', '124645.348000', '124645.351000', '124645.354000', '124645.357000', '124645.360000', '124645.363000', '124645.374000', '124645.377000', '124645.380000', '124645.384000', '124645.387000', '124645.390000', '124645.393000', '124645.396000', '124645.399000', '124645.402000', '124645.406000', '124645.409000', '124645.412000', '124645.415000', '124645.418000', '124645.421000', '124645.424000', '124645.427000', '124645.430000', '124645.433000', '124645.436000', '124645.439000', '124645.442000', '124705.305000', '124705.308000', '124705.311000', '124705.314000', '124705.317000', '124705.320000', '124705.323000', '124705.326000', '124705.335000', '124705.338000', '124705.341000', '124705.344000', '124705.346000', '124705.349000', '124705.352000', '124705.355000', '124705.358000', '124705.361000', '124705.364000', '124705.367000', '124705.370000', '124705.373000', '124705.376000', '124705.379000', '124705.382000', '124705.385000', '124705.388000', '124705.391000', '124705.394000', '124705.397000', '124705.400000', '124705.403000', '124705.406000', '124705.409000', '124705.412000', '124705.415000', '124705.418000', '124705.421000', '124705.424000', '124705.427000', '124705.430000', '124705.433000', '124705.436000', '124705.439000', '124725.305000', '124725.308000', '124725.311000', '124725.314000', '124725.317000', '124725.320000', '124725.323000', '124725.326000', '124725.329000', '124725.332000', '124725.335000', '124725.338000', '124725.341000', '124725.344000', '124725.347000', '124725.350000', '124725.353000', '124725.356000', '124725.359000', '124725.362000', '124725.365000', '124725.368000', '124725.371000', '124725.374000', '124725.377000', '124725.380000', '124725.383000', '124725.386000', '124725.389000', '124725.392000', '124725.395000', '124725.398000', '124725.401000', '124725.404000', '124725.407000', '124725.410000', '124725.413000', '124725.416000', '124725.419000', '124725.422000', '124725.425000', '124725.428000', '124725.431000', '124745.305000', '124745.308000', '124745.311000', '124745.314000', '124745.324000', '124745.327000', '124745.330000', '124745.332000', '124745.335000', '124745.338000', '124745.341000', '124745.344000', '124745.347000', '124745.360000', '124745.363000', '124745.366000', '124745.369000', '124745.372000', '124745.375000', '124745.378000', '124745.381000', '124745.384000', '124745.387000', '124745.390000', '124745.393000', '124745.396000', '124745.399000', '124745.402000', '124745.405000', '124745.408000', '124745.411000', '124745.414000', '124745.417000', '124745.420000', '124745.422000', '124745.425000', '124745.428000', '124745.431000', '124745.434000', '124745.437000', '124745.440000', '124745.443000', '124745.446000', '124745.449000', '124805.305000', '124805.318000', '124805.321000', '124805.324000', '124805.327000', '124805.330000', '124805.333000', '124805.336000', '124805.339000', '124805.342000', '124805.345000', '124805.354000', '124805.357000', '124805.360000', '124805.363000', '124805.366000', '124805.369000', '124805.372000', '124805.375000', '124805.378000', '124805.381000', '124805.384000', '124805.387000', '124805.390000', '124805.392000', '124805.395000', '124805.399000', '124805.401000', '124805.404000', '124805.407000', '124805.410000', '124805.413000', '124805.416000', '124805.420000', '124805.424000', '124805.427000', '124805.430000', '124805.433000', '124805.436000', '124805.439000', '124805.442000', '124805.445000', '124805.448000', '124817.512000', '124817.516000', '124817.519000', '124817.523000', '124817.526000', '124817.530000', '124817.533000', '124817.537000', '124817.540000', '124817.543000', '124817.547000', '124817.550000', '124817.553000', '124817.556000', '124817.559000', '124817.562000', '124817.566000', '124817.569000', '124817.572000', '124817.575000', '124817.578000', '124817.581000', '124817.584000', '124817.587000', '124817.590000', '124817.593000', '124817.597000'], 'InstanceCreationTime': ['123825.344000', '123825.348000', '123825.351000', '123825.354000', '123825.356000', '123825.359000', '123825.362000', '123825.383000', '123825.386000', '123825.389000', '123825.391000', '123825.394000', '123825.398000', '123825.401000', '123825.404000', '123825.407000', '123825.410000', '123825.413000', '123825.416000', '123825.419000', '123825.422000', '123825.425000', '123825.428000', '123825.431000', '123825.434000', '123825.437000', '123825.440000', '123825.443000', '123825.446000', '123825.450000', '123825.453000', '123825.456000', '123825.459000', '123825.462000', '123825.465000', '123825.468000', '123825.471000', '123825.474000', '123825.477000', '123825.480000', '123825.483000', '123825.490000', '123825.493000', '123825.496000', '123825.499000', '123825.502000', '123825.505000', '123845.305000', '123845.308000', '123845.311000', '123845.314000', '123845.317000', '123845.320000', '123845.323000', '123845.326000', '123845.329000', '123845.332000', '123845.335000', '123845.338000', '123845.341000', '123845.344000', '123845.347000', '123845.350000', '123845.353000', '123845.356000', '123845.359000', '123845.361000', '123845.364000', '123845.367000', '123845.370000', '123845.373000', '123845.376000', '123845.379000', '123845.382000', '123845.385000', '123845.388000', '123845.391000', '123845.394000', '123845.397000', '123845.400000', '123845.403000', '123845.406000', '123845.409000', '123845.412000', '123845.415000', '123845.418000', '123845.429000', '123845.432000', '123845.435000', '123845.438000', '123845.441000', '123905.305000', '123905.308000', '123905.311000', '123905.314000', '123905.317000', '123905.320000', '123905.323000', '123905.326000', '123905.329000', '123905.332000', '123905.335000', '123905.338000', '123905.341000', '123905.344000', '123905.347000', '123905.350000', '123905.353000', '123905.356000', '123905.359000', '123905.362000', '123905.364000', '123905.381000', '123905.384000', '123905.387000', '123905.390000', '123905.394000', '123905.397000', '123905.400000', '123905.403000', '123905.406000', '123905.409000', '123905.412000', '123905.415000', '123905.418000', '123905.421000', '123905.424000', '123905.427000', '123905.430000', '123905.433000', '123905.436000', '123905.439000', '123905.442000', '123905.445000', '123925.305000', '123925.308000', '123925.311000', '123925.314000', '123925.317000', '123925.320000', '123925.323000', '123925.326000', '123925.329000', '123925.332000', '123925.335000', '123925.338000', '123925.341000', '123925.343000', '123925.346000', '123925.359000', '123925.362000', '123925.365000', '123925.368000', '123925.371000', '123925.374000', '123925.377000', '123925.380000', '123925.383000', '123925.386000', '123925.389000', '123925.392000', '123925.395000', '123925.398000', '123925.401000', '123925.404000', '123925.407000', '123925.410000', '123925.413000', '123925.416000', '123925.419000', '123925.422000', '123925.425000', '123925.428000', '123925.431000', '123925.434000', '123925.437000', '123925.440000', '123925.443000', '123945.306000', '123945.309000', '123945.312000', '123945.315000', '123945.318000', '123945.321000', '123945.324000', '123945.327000', '123945.330000', '123945.333000', '123945.336000', '123945.339000', '123945.342000', '123945.345000', '123945.348000', '123945.351000', '123945.354000', '123945.357000', '123945.360000', '123945.363000', '123945.366000', '123945.369000', '123945.372000', '123945.375000', '123945.378000', '123945.381000', '123945.383000', '123945.386000', '123945.389000', '123945.392000', '123945.395000', '123945.398000', '123945.401000', '123945.404000', '123945.407000', '123945.410000', '123945.413000', '123945.416000', '123945.419000', '123945.432000', '123945.435000', '123945.438000', '123945.441000', '124005.306000', '124005.309000', '124005.312000', '124005.315000', '124005.318000', '124005.321000', '124005.324000', '124005.327000', '124005.330000', '124005.333000', '124005.336000', '124005.339000', '124005.342000', '124005.345000', '124005.348000', '124005.351000', '124005.354000', '124005.357000', '124005.360000', '124005.363000', '124005.366000', '124005.369000', '124005.372000', '124005.375000', '124005.378000', '124005.381000', '124005.383000', '124005.386000', '124005.389000', '124005.392000', '124005.395000', '124005.398000', '124005.401000', '124005.404000', '124005.407000', '124005.410000', '124005.413000', '124005.416000', '124005.419000', '124005.422000', '124005.425000', '124005.428000', '124005.431000', '124005.434000', '124025.305000', '124025.308000', '124025.311000', '124025.314000', '124025.317000', '124025.320000', '124025.323000', '124025.326000', '124025.329000', '124025.332000', '124025.335000', '124025.338000', '124025.341000', '124025.344000', '124025.347000', '124025.350000', '124025.353000', '124025.356000', '124025.359000', '124025.362000', '124025.365000', '124025.368000', '124025.371000', '124025.374000', '124025.377000', '124025.380000', '124025.382000', '124025.385000', '124025.388000', '124025.391000', '124025.394000', '124025.397000', '124025.401000', '124025.403000', '124025.406000', '124025.409000', '124025.412000', '124025.415000', '124025.418000', '124025.421000', '124025.424000', '124025.427000', '124025.430000', '124045.305000', '124045.308000', '124045.311000', '124045.314000', '124045.317000', '124045.320000', '124045.323000', '124045.326000', '124045.329000', '124045.332000', '124045.335000', '124045.338000', '124045.341000', '124045.344000', '124045.347000', '124045.350000', '124045.353000', '124045.372000', '124045.374000', '124045.377000', '124045.380000', '124045.383000', '124045.386000', '124045.389000', '124045.392000', '124045.395000', '124045.398000', '124045.401000', '124045.404000', '124045.411000', '124045.414000', '124045.417000', '124045.420000', '124045.423000', '124045.426000', '124045.429000', '124045.432000', '124045.435000', '124045.438000', '124045.441000', '124045.444000', '124045.447000', '124045.450000', '124045.453000', '124105.305000', '124105.308000', '124105.311000', '124105.314000', '124105.317000', '124105.320000', '124105.323000', '124105.326000', '124105.329000', '124105.332000', '124105.335000', '124105.338000', '124105.341000', '124105.344000', '124105.347000', '124105.350000', '124105.353000', '124105.356000', '124105.359000', '124105.362000', '124105.365000', '124105.368000', '124105.371000', '124105.374000', '124105.377000', '124105.380000', '124105.383000', '124105.386000', '124105.389000', '124105.392000', '124105.395000', '124105.398000', '124105.401000', '124105.404000', '124105.406000', '124105.409000', '124105.412000', '124105.415000', '124105.418000', '124105.421000', '124105.424000', '124105.427000', '124105.430000', '124125.305000', '124125.308000', '124125.311000', '124125.314000', '124125.317000', '124125.320000', '124125.323000', '124125.326000', '124125.329000', '124125.332000', '124125.335000', '124125.338000', '124125.341000', '124125.344000', '124125.347000', '124125.350000', '124125.353000', '124125.356000', '124125.359000', '124125.362000', '124125.365000', '124125.368000', '124125.371000', '124125.374000', '124125.377000', '124125.379000', '124125.382000', '124125.385000', '124125.388000', '124125.391000', '124125.394000', '124125.397000', '124125.400000', '124125.403000', '124125.406000', '124125.409000', '124125.412000', '124125.415000', '124125.418000', '124125.421000', '124125.424000', '124125.427000', '124125.430000', '124125.433000', '124145.305000', '124145.308000', '124145.311000', '124145.314000', '124145.317000', '124145.320000', '124145.323000', '124145.326000', '124145.329000', '124145.332000', '124145.335000', '124145.338000', '124145.341000', '124145.344000', '124145.347000', '124145.350000', '124145.353000', '124145.356000', '124145.359000', '124145.362000', '124145.365000', '124145.368000', '124145.371000', '124145.374000', '124145.377000', '124145.380000', '124145.383000', '124145.386000', '124145.389000', '124145.392000', '124145.395000', '124145.398000', '124145.401000', '124145.404000', '124145.406000', '124145.409000', '124145.412000', '124145.415000', '124145.418000', '124145.421000', '124145.424000', '124145.427000', '124145.430000', '124205.306000', '124205.309000', '124205.313000', '124205.318000', '124205.322000', '124205.325000', '124205.328000', '124205.331000', '124205.334000', '124205.336000', '124205.339000', '124205.342000', '124205.345000', '124205.348000', '124205.351000', '124205.354000', '124205.357000', '124205.360000', '124205.363000', '124205.366000', '124205.369000', '124205.372000', '124205.375000', '124205.378000', '124205.381000', '124205.384000', '124205.387000', '124205.390000', '124205.393000', '124205.396000', '124205.399000', '124205.402000', '124205.405000', '124205.408000', '124205.411000', '124205.414000', '124205.417000', '124205.420000', '124205.423000', '124205.426000', '124205.429000', '124205.432000', '124205.443000', '124225.305000', '124225.308000', '124225.311000', '124225.314000', '124225.317000', '124225.320000', '124225.323000', '124225.326000', '124225.329000', '124225.332000', '124225.335000', '124225.338000', '124225.341000', '124225.344000', '124225.347000', '124225.350000', '124225.353000', '124225.356000', '124225.359000', '124225.362000', '124225.364000', '124225.367000', '124225.370000', '124225.373000', '124225.376000', '124225.379000', '124225.382000', '124225.385000', '124225.388000', '124225.391000', '124225.394000', '124225.397000', '124225.400000', '124225.403000', '124225.406000', '124225.409000', '124225.412000', '124225.415000', '124225.418000', '124225.421000', '124225.423000', '124225.426000', '124225.429000', '124225.432000', '124245.305000', '124245.308000', '124245.311000', '124245.314000', '124245.317000', '124245.320000', '124245.323000', '124245.326000', '124245.330000', '124245.335000', '124245.338000', '124245.341000', '124245.344000', '124245.347000', '124245.350000', '124245.353000', '124245.356000', '124245.359000', '124245.362000', '124245.365000', '124245.368000', '124245.371000', '124245.374000', '124245.377000', '124245.380000', '124245.383000', '124245.386000', '124245.389000', '124245.392000', '124245.395000', '124245.398000', '124245.401000', '124245.404000', '124245.407000', '124245.410000', '124245.413000', '124245.416000', '124245.419000', '124245.421000', '124245.424000', '124245.427000', '124245.431000', '124245.433000', '124305.305000', '124305.308000', '124305.311000', '124305.314000', '124305.317000', '124305.320000', '124305.323000', '124305.326000', '124305.329000', '124305.332000', '124305.335000', '124305.338000', '124305.341000', '124305.344000', '124305.347000', '124305.350000', '124305.353000', '124305.356000', '124305.359000', '124305.362000', '124305.365000', '124305.368000', '124305.371000', '124305.374000', '124305.377000', '124305.380000', '124305.383000', '124305.386000', '124305.389000', '124305.392000', '124305.395000', '124305.398000', '124305.401000', '124305.404000', '124305.407000', '124305.410000', '124305.412000', '124305.415000', '124305.418000', '124305.421000', '124305.424000', '124305.427000', '124305.430000', '124305.433000', '124325.305000', '124325.308000', '124325.311000', '124325.314000', '124325.317000', '124325.320000', '124325.323000', '124325.326000', '124325.329000', '124325.332000', '124325.335000', '124325.338000', '124325.341000', '124325.344000', '124325.347000', '124325.350000', '124325.354000', '124325.360000', '124325.363000', '124325.366000', '124325.369000', '124325.372000', '124325.375000', '124325.378000', '124325.381000', '124325.384000', '124325.387000', '124325.390000', '124325.393000', '124325.396000', '124325.399000', '124325.402000', '124325.405000', '124325.408000', '124325.411000', '124325.414000', '124325.417000', '124325.420000', '124325.423000', '124325.426000', '124325.434000', '124325.437000', '124325.439000', '124345.305000', '124345.308000', '124345.311000', '124345.314000', '124345.317000', '124345.320000', '124345.323000', '124345.326000', '124345.329000', '124345.332000', '124345.348000', '124345.351000', '124345.354000', '124345.357000', '124345.360000', '124345.362000', '124345.365000', '124345.368000', '124345.371000', '124345.374000', '124345.377000', '124345.380000', '124345.383000', '124345.386000', '124345.389000', '124345.392000', '124345.395000', '124345.398000', '124345.401000', '124345.404000', '124345.407000', '124345.410000', '124345.413000', '124345.416000', '124345.419000', '124345.421000', '124345.424000', '124345.427000', '124345.430000', '124345.433000', '124345.436000', '124345.439000', '124345.442000', '124345.445000', '124405.306000', '124405.309000', '124405.312000', '124405.315000', '124405.318000', '124405.321000', '124405.324000', '124405.327000', '124405.330000', '124405.333000', '124405.336000', '124405.339000', '124405.342000', '124405.345000', '124405.348000', '124405.351000', '124405.354000', '124405.357000', '124405.360000', '124405.363000', '124405.366000', '124405.369000', '124405.372000', '124405.375000', '124405.378000', '124405.381000', '124405.384000', '124405.387000', '124405.390000', '124405.393000', '124405.396000', '124405.399000', '124405.402000', '124405.405000', '124405.408000', '124405.411000', '124405.414000', '124405.417000', '124405.421000', '124405.424000', '124405.427000', '124405.429000', '124405.432000', '124425.306000', '124425.309000', '124425.312000', '124425.315000', '124425.318000', '124425.321000', '124425.324000', '124425.327000', '124425.330000', '124425.333000', '124425.336000', '124425.339000', '124425.342000', '124425.344000', '124425.347000', '124425.350000', '124425.353000', '124425.356000', '124425.359000', '124425.362000', '124425.365000', '124425.368000', '124425.371000', '124425.374000', '124425.377000', '124425.380000', '124425.383000', '124425.386000', '124425.389000', '124425.392000', '124425.395000', '124425.398000', '124425.401000', '124425.404000', '124425.407000', '124425.410000', '124425.413000', '124425.416000', '124425.419000', '124425.422000', '124425.425000', '124425.428000', '124425.431000', '124425.433000', '124445.305000', '124445.308000', '124445.311000', '124445.314000', '124445.317000', '124445.320000', '124445.323000', '124445.326000', '124445.329000', '124445.332000', '124445.335000', '124445.338000', '124445.341000', '124445.344000', '124445.347000', '124445.350000', '124445.353000', '124445.356000', '124445.359000', '124445.362000', '124445.365000', '124445.368000', '124445.371000', '124445.374000', '124445.377000', '124445.380000', '124445.383000', '124445.386000', '124445.389000', '124445.392000', '124445.395000', '124445.398000', '124445.402000', '124445.405000', '124445.408000', '124445.411000', '124445.413000', '124445.416000', '124445.419000', '124445.422000', '124445.425000', '124445.428000', '124445.431000', '124505.305000', '124505.308000', '124505.311000', '124505.314000', '124505.317000', '124505.320000', '124505.323000', '124505.326000', '124505.329000', '124505.332000', '124505.335000', '124505.338000', '124505.341000', '124505.344000', '124505.347000', '124505.350000', '124505.353000', '124505.355000', '124505.358000', '124505.361000', '124505.373000', '124505.376000', '124505.379000', '124505.381000', '124505.384000', '124505.387000', '124505.390000', '124505.393000', '124505.396000', '124505.399000', '124505.402000', '124505.405000', '124505.408000', '124505.411000', '124505.414000', '124505.417000', '124505.420000', '124505.423000', '124505.426000', '124505.429000', '124505.432000', '124505.435000', '124505.438000', '124505.441000', '124525.305000', '124525.308000', '124525.311000', '124525.314000', '124525.317000', '124525.320000', '124525.323000', '124525.326000', '124525.329000', '124525.332000', '124525.335000', '124525.338000', '124525.341000', '124525.345000', '124525.349000', '124525.352000', '124525.355000', '124525.358000', '124525.361000', '124525.364000', '124525.367000', '124525.370000', '124525.373000', '124525.376000', '124525.379000', '124525.382000', '124525.385000', '124525.388000', '124525.391000', '124525.394000', '124525.397000', '124525.400000', '124525.403000', '124525.409000', '124525.413000', '124525.416000', '124525.419000', '124525.421000', '124525.424000', '124525.427000', '124525.430000', '124525.433000', '124525.436000', '124545.305000', '124545.308000', '124545.311000', '124545.314000', '124545.317000', '124545.320000', '124545.323000', '124545.326000', '124545.329000', '124545.332000', '124545.335000', '124545.338000', '124545.341000', '124545.344000', '124545.347000', '124545.350000', '124545.353000', '124545.356000', '124545.359000', '124545.362000', '124545.365000', '124545.368000', '124545.371000', '124545.374000', '124545.376000', '124545.379000', '124545.382000', '124545.385000', '124545.388000', '124545.391000', '124545.394000', '124545.397000', '124545.400000', '124545.403000', '124545.406000', '124545.409000', '124545.412000', '124545.415000', '124545.418000', '124545.421000', '124545.424000', '124545.427000', '124545.430000', '124545.433000', '124605.305000', '124605.308000', '124605.311000', '124605.314000', '124605.317000', '124605.320000', '124605.323000', '124605.326000', '124605.329000', '124605.332000', '124605.335000', '124605.338000', '124605.341000', '124605.344000', '124605.347000', '124605.350000', '124605.353000', '124605.356000', '124605.359000', '124605.362000', '124605.365000', '124605.368000', '124605.371000', '124605.374000', '124605.377000', '124605.380000', '124605.383000', '124605.386000', '124605.389000', '124605.392000', '124605.395000', '124605.398000', '124605.401000', '124605.404000', '124605.407000', '124605.410000', '124605.413000', '124605.416000', '124605.419000', '124605.422000', '124605.425000', '124605.430000', '124605.434000', '124625.306000', '124625.309000', '124625.312000', '124625.315000', '124625.318000', '124625.321000', '124625.324000', '124625.327000', '124625.330000', '124625.333000', '124625.336000', '124625.339000', '124625.342000', '124625.345000', '124625.348000', '124625.351000', '124625.354000', '124625.370000', '124625.373000', '124625.376000', '124625.379000', '124625.382000', '124625.385000', '124625.388000', '124625.391000', '124625.394000', '124625.397000', '124625.417000', '124625.420000', '124625.423000', '124625.426000', '124625.429000', '124625.432000', '124625.435000', '124625.438000', '124625.441000', '124625.444000', '124625.451000', '124625.454000', '124625.457000', '124625.460000', '124625.463000', '124625.466000', '124625.469000', '124645.306000', '124645.309000', '124645.312000', '124645.315000', '124645.318000', '124645.321000', '124645.324000', '124645.327000', '124645.330000', '124645.333000', '124645.336000', '124645.339000', '124645.342000', '124645.345000', '124645.348000', '124645.351000', '124645.354000', '124645.357000', '124645.360000', '124645.363000', '124645.374000', '124645.377000', '124645.380000', '124645.384000', '124645.387000', '124645.390000', '124645.393000', '124645.396000', '124645.399000', '124645.402000', '124645.406000', '124645.409000', '124645.412000', '124645.415000', '124645.418000', '124645.421000', '124645.424000', '124645.427000', '124645.430000', '124645.433000', '124645.436000', '124645.439000', '124645.442000', '124705.305000', '124705.308000', '124705.311000', '124705.314000', '124705.317000', '124705.320000', '124705.323000', '124705.326000', '124705.335000', '124705.338000', '124705.341000', '124705.344000', '124705.346000', '124705.349000', '124705.352000', '124705.355000', '124705.358000', '124705.361000', '124705.364000', '124705.367000', '124705.370000', '124705.373000', '124705.376000', '124705.379000', '124705.382000', '124705.385000', '124705.388000', '124705.391000', '124705.394000', '124705.397000', '124705.400000', '124705.403000', '124705.406000', '124705.409000', '124705.412000', '124705.415000', '124705.418000', '124705.421000', '124705.424000', '124705.427000', '124705.430000', '124705.433000', '124705.436000', '124705.439000', '124725.305000', '124725.308000', '124725.311000', '124725.314000', '124725.317000', '124725.320000', '124725.323000', '124725.326000', '124725.329000', '124725.332000', '124725.335000', '124725.338000', '124725.341000', '124725.344000', '124725.347000', '124725.350000', '124725.353000', '124725.356000', '124725.359000', '124725.362000', '124725.365000', '124725.368000', '124725.371000', '124725.374000', '124725.377000', '124725.380000', '124725.383000', '124725.386000', '124725.389000', '124725.392000', '124725.395000', '124725.398000', '124725.401000', '124725.404000', '124725.407000', '124725.410000', '124725.413000', '124725.416000', '124725.419000', '124725.422000', '124725.425000', '124725.428000', '124725.431000', '124745.305000', '124745.308000', '124745.311000', '124745.314000', '124745.324000', '124745.327000', '124745.330000', '124745.332000', '124745.335000', '124745.338000', '124745.341000', '124745.344000', '124745.347000', '124745.360000', '124745.363000', '124745.366000', '124745.369000', '124745.372000', '124745.375000', '124745.378000', '124745.381000', '124745.384000', '124745.387000', '124745.390000', '124745.393000', '124745.396000', '124745.399000', '124745.402000', '124745.405000', '124745.408000', '124745.411000', '124745.414000', '124745.417000', '124745.420000', '124745.422000', '124745.425000', '124745.428000', '124745.431000', '124745.434000', '124745.437000', '124745.440000', '124745.443000', '124745.446000', '124745.449000', '124805.305000', '124805.318000', '124805.321000', '124805.324000', '124805.327000', '124805.330000', '124805.333000', '124805.336000', '124805.339000', '124805.342000', '124805.345000', '124805.354000', '124805.357000', '124805.360000', '124805.363000', '124805.366000', '124805.369000', '124805.372000', '124805.375000', '124805.378000', '124805.381000', '124805.384000', '124805.387000', '124805.390000', '124805.392000', '124805.395000', '124805.399000', '124805.401000', '124805.404000', '124805.407000', '124805.410000', '124805.413000', '124805.416000', '124805.420000', '124805.424000', '124805.427000', '124805.430000', '124805.433000', '124805.436000', '124805.439000', '124805.442000', '124805.445000', '124805.448000', '124817.512000', '124817.516000', '124817.519000', '124817.523000', '124817.526000', '124817.530000', '124817.533000', '124817.537000', '124817.540000', '124817.543000', '124817.547000', '124817.550000', '124817.553000', '124817.556000', '124817.559000', '124817.562000', '124817.566000', '124817.569000', '124817.572000', '124817.575000', '124817.578000', '124817.581000', '124817.584000', '124817.587000', '124817.590000', '124817.593000', '124817.597000'], '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': [8188, 10312, 13524, 9513, 10660, 13824, 9832, 11390, 9438, 10435, 12811, 9679, 11265, 9304, 10110, 10447, 9530, 11813, 8274, 9860, 12495, 8678, 10731, 7492, 9771, 12275, 9015, 11045, 9217, 9381, 11910, 8973, 11152, 8765, 10636, 8015, 9720, 8120, 9862, 13574, 8891, 11459, 8279, 9766, 10055, 9644, 13217, 9070, 11028, 12728, 9507, 12263, 9595, 11440, 8835, 11062, 7724, 9950, 12764, 9285, 11526, 8741, 10886, 13910, 9399, 11196, 9217, 10516, 7297, 9726, 11866, 9026, 11294, 8562, 10793, 8385, 11057, 13688, 9330, 12099, 13928, 9310, 11264, 7852, 9556, 12726, 8859, 9901, 7686, 9402, 12288, 8317, 10705, 8921, 9763, 12078, 8662, 10980, 8287, 9634, 12818, 8897, 10349, 8748, 9523, 13455, 9162, 10678, 10998, 8960, 12650, 8975, 10882, 8938, 9358, 12603, 9158, 11307, 7607, 9637, 13358, 8729, 11051, 8577, 10750, 7378, 9634, 12978, 8674, 10772, 7465, 10199, 13722, 9549, 11388, 9549, 9748, 12546, 8770, 11351, 7840, 9836, 13462, 8839, 11104, 7744, 9828, 13289, 8719, 11363, 8488, 9496, 12599, 9466, 11620, 8880, 10533, 11827, 9518, 11891, 8866, 11041, 12325, 8981, 11760, 8623, 10600, 9023, 9785, 12327, 8694, 10912, 12825, 9811, 11533, 8489, 10790, 8127, 10063, 8836, 9437, 12409, 9322, 11498, 8383, 10606, 13797, 9571, 10606, 12329, 9241, 11835, 8993, 9961, 8028, 10259, 11739, 9093, 12140, 9501, 9150, 12010, 8353, 10631, 8012, 9722, 10684, 8875, 11649, 8660, 11631, 8544, 10869, 10564, 9166, 12144, 8828, 11213, 9141, 9307, 13374, 9159, 10087, 14783, 8934, 10984, 7580, 9577, 12189, 8821, 10818, 7731, 10513, 7452, 10177, 9890, 9217, 12893, 9470, 12423, 9162, 11572, 13865, 9958, 11906, 9196, 10877, 16403, 11227, 10472, 10089, 9442, 12057, 8557, 10119, 12161, 8929, 11134, 8641, 10683, 7724, 9249, 12846, 9101, 10331, 8562, 9708, 13331, 9461, 10166, 13619, 9268, 11502, 7991, 10374, 13702, 9205, 11030, 8154, 10250, 8973, 9442, 13235, 8892, 10300, 10311, 9417, 12461, 8761, 10406, 13902, 9293, 11174, 7879, 10087, 13198, 9009, 10937, 8327, 9961, 12569, 8879, 11381, 7928, 10520, 11080, 9502, 12068, 8180, 10936, 13903, 9230, 12130, 8621, 10413, 11451, 9363, 12552, 8751, 10482, 8191, 9761, 12581, 9254, 11123, 8513, 10266, 13124, 9005, 11435, 8391, 10274, 13020, 9055, 9796, 8008, 10096, 10169, 9250, 12388, 8765, 10823, 8508, 11159, 8538, 10572, 8721, 10050, 9510, 9893, 14076, 9290, 13161, 9352, 11095, 8988, 10871, 9955, 9783, 15161, 9878, 12491, 9704, 11980, 8730, 11117, 8487, 10078, 11325, 10086, 12651, 9953, 11603, 8960, 11844, 8982, 10406, 8588, 10259, 8193, 9753, 13863, 9769, 11738, 9133, 11548, 8974, 10819, 8354, 10186, 9925, 9923, 12658, 8746, 11955, 9073, 10469, 8020, 10162, 9590, 9092, 13296, 9049, 11477, 8883, 11703, 8324, 11206, 8285, 10798, 7827, 10098, 13984, 9162, 12640, 8942, 10676, 8320, 10682, 12684, 9143, 12870, 8953, 10670, 8286, 10713, 7764, 9806, 12957, 9318, 12367, 8838, 11715, 8101, 10931, 8922, 9553, 13014, 9408, 12968, 8691, 12037, 8435, 10706, 8012, 10501, 10473, 9291, 12825, 8175, 10890, 8845, 9388, 13314, 8838, 12098, 8576, 11086, 7872, 9918, 7821, 9515, 13988, 9202, 12638, 8438, 10658, 7618, 9896, 8938, 9235, 14223, 9084, 12198, 9013, 11594, 8397, 11303, 8040, 10101, 7724, 9889, 12502, 8902, 12852, 9026, 11551, 8635, 11235, 8430, 11518, 8168, 10355, 8964, 9949, 10109, 8939, 14185, 9081, 13147, 9408, 12208, 8809, 11570, 8880, 12300, 9039, 12108, 8414, 11215, 8922, 11701, 8858, 11486, 9216, 10636, 8502, 10176, 8742, 10183, 14349, 9696, 14313, 9379, 12526, 9113, 11613, 9283, 12096, 8579, 11387, 8252, 10925, 8646, 10627, 9425, 9265, 13948, 9694, 12593, 8842, 12282, 8892, 12392, 8846, 10884, 8546, 11126, 7788, 10739, 7873, 10019, 8375, 9697, 10655, 9315, 13749, 9124, 12749, 8852, 11267, 8436, 11414, 8091, 11707, 8101, 11139, 8042, 10866, 9533, 9838, 14354, 9316, 13034, 9082, 12000, 8777, 11470, 7658, 10201, 7906, 9610, 10542, 8929, 13336, 8819, 12450, 8314, 10415, 7903, 10708, 8435, 9613, 11742, 9043, 11987, 9030, 12541, 9170, 12306, 8109, 10786, 8167, 11405, 7775, 11267, 9002, 9708, 9645, 9314, 14536, 9207, 12970, 9400, 11772, 8649, 11565, 8308, 11501, 9149, 10656, 7666, 10440, 9516, 9549, 14308, 9320, 12100, 9311, 11671, 8155, 11209, 8605, 9931, 10716, 9606, 13854, 9166, 12743, 9040, 11583, 8503, 10468, 8895, 10103, 8429, 8364, 8675, 10411, 9105, 11656, 9536, 12168, 9209, 11744, 8943, 10502, 8387, 10673, 12491, 9855, 14511, 10058, 12494, 10349, 12036, 9643, 12075, 9322, 10684, 9476, 11408, 9112, 11053, 8530, 10392, 8458, 10087, 14143, 10052, 12824, 9394, 10532, 8205, 10163, 8427, 9971, 12868, 8958, 11642, 9110, 11032, 8757, 10634, 10973, 9566, 13221, 9632, 11146, 9495, 10843, 12023, 9845, 12851, 10059, 11247, 8636, 10712, 9009, 10031, 13133, 10139, 11646, 8895, 11070, 12217, 10294, 13092, 9332, 10403, 8415, 10656, 13718, 9890, 11498, 8150, 10421, 9515, 10086, 12135, 9073, 10511, 14060, 9673, 9778, 7461, 9604, 12096, 8174, 9443, 12988, 8838, 10936, 7740, 10299, 13741, 9237, 11257, 12420, 10091, 12122, 8803, 10330, 14471, 9642, 11099, 7985, 10479, 12633, 9695, 10567, 9406, 9477, 11386, 9602, 10754, 9477, 9802, 12908, 8516, 10202, 13817, 10205, 11358, 9903, 10064, 12954, 9117, 10734, 14010, 10507, 11169, 8657, 10469, 12929, 10004, 11081, 8911, 10509, 11991, 9931, 11660, 9290, 10871, 12017, 10575, 12181, 9643, 10152, 12934, 9765, 11297, 10394, 10344, 11870, 8430, 10515, 13263, 10607, 10548, 7775, 10470, 12699, 9456, 10052, 7726, 9974, 12898, 10510, 11048, 8087, 10342, 13053, 10015, 10659, 7770, 10259, 12650, 8505, 10586, 13286, 10540, 10369, 7919, 10333, 12312, 9233, 9937, 7545, 10238, 12409, 9684, 10544, 9456, 9425, 12356, 8720, 10493, 12807, 9671, 11615, 8239, 9695, 13109, 8751, 9833, 7598, 10383, 12449, 9711, 11336, 13980, 9955, 11885, 8285, 10811, 13327, 10103, 11509, 7860, 10440, 9642, 10439, 11920, 9702, 10976, 14840, 10031, 10509, 7733, 10401, 9496, 9410, 11434, 9805, 8925, 11440, 8642, 10302, 11275, 9246, 12405, 15210, 9879, 11153, 9414, 10257, 11976, 8147, 10205, 12780, 9912, 10614, 7596, 10929, 13000, 9433, 10207, 7885, 10009, 12302, 8343, 10662, 13315, 9241, 10813, 11459, 10382, 11867, 9533, 10987, 13990, 10364, 11378, 9358, 9975, 12363, 9095, 9630, 7684, 10060, 12369, 9286, 11303, 10287, 9931, 12866, 8395, 10602, 13978, 9303, 10608, 8749, 10609, 12659, 10243, 10866, 10820, 9788, 12397, 9155, 10690, 12439, 9951, 11510, 7977, 9733, 8143, 10142, 12740, 10237, 11552, 8077, 10890, 14605, 10434, 11566, 9579, 11373, 14400, 9860, 11909, 8178, 8993, 7349, 10868, 13009, 9956, 11666, 7839, 10802, 14305, 9471, 11296, 14812, 10296, 11032, 8055, 10598, 9044, 10435, 11548, 9443, 10155, 8124, 10633, 13021, 10372, 11059, 7705, 10349, 13585, 10596, 11769, 9670, 10438, 7873, 10315, 13147, 10400, 10682, 9033, 11295, 12197, 10847, 12450, 12496, 10571, 11909, 8963, 11076, 13011, 9891, 10544, 7848, 10210, 12222, 10057, 10341, 7778, 10115, 13281, 9545, 9886, 8195, 10928, 13460, 10358, 12239, 8876, 9877, 7842, 10854, 13503, 10267, 11750, 15253, 10545, 12085, 7840, 10787, 12983, 9723, 10755, 7685, 9353, 7756, 10288, 12397, 10067, 12080, 8859, 10528, 14081, 8812, 11140, 13827, 9961, 10807, 10859, 10272, 11717, 10730, 11089, 8680, 10459, 12210, 10246, 12133, 8370, 10986, 13464, 10348, 11148, 9421, 10569, 9860, 10624, 8512, 10541, 14692, 9573, 11042, 13848, 10976, 11299, 9266, 10933, 14878, 10768, 10279, 9150, 11412, 13302, 10059, 11116, 8527, 11416, 10469, 10668, 11984, 8886, 10719, 13915, 11360, 11144, 10136, 10809, 8564, 10355, 12361, 10667, 10696, 10461, 11255, 9384, 10430, 13413, 9734, 10320, 9277, 11330, 13852, 10270, 11974, 9669, 11305, 11567, 11218, 12229, 9216, 10888, 13048, 11343, 11692, 11043, 11049, 8769, 10968, 12944, 10660, 11385, 10196, 11162, 9602, 10603, 13359, 8897, 11617, 12559, 11108, 12139, 8878, 11300, 12202, 10841, 11912, 10184, 10784, 7916, 10547, 13120, 10435, 11067, 9623, 11224, 10751, 10482, 13001, 9366, 10938, 8959, 9215, 8714, 9609, 8945, 10712, 8708, 11067, 11258, 11141, 14752, 10991, 12342, 11070, 12077, 10895, 11263, 13755, 11791, 16210, 10842, 11625, 10539, 9722, 8819, 11437, 9742, 11401, 12583, 11327, 11188, 10634, 10823, 9380, 11357, 9935, 11008, 13760, 11472, 11894, 11348, 11903, 9558, 10611, 8246, 9984, 8453, 10959, 11034, 10820, 13287, 10550, 11766, 10123, 11632, 8667, 11172, 8528, 10518, 10047, 11425, 11939, 11384, 13343, 10765, 12567, 10052, 11220, 8857, 11149, 7985, 10416, 8441, 10507, 8629, 11083, 10022, 10673, 10419, 10895, 10363, 10857, 14386, 10803, 13602, 9578, 11247, 9086, 11169, 9049, 11199, 11291, 11102, 10144, 11001, 13774, 10821, 13084, 10324, 11526, 9239, 11414, 9307, 11438, 11627, 11111, 14317, 11564, 12827, 11180, 11987, 9623, 10642, 9454, 11508, 11977, 11598, 13182, 10641, 11468, 8375, 10176, 9224, 10384, 7918, 10405, 14135, 10761, 11620, 9950, 11883, 8380, 10942, 13027, 11175, 12818, 10837, 12591, 9384, 11100, 11554, 11407, 12979, 11148, 12935, 10309, 11410, 8960, 11007, 13182, 11153, 12137, 10508, 10697], 'WindowCenter': [4281.0, 4299.0, 4303.0, 4272.0, 4281.0, 4288.0, 4256.0, 4265.0, 4245.0, 4267.0, 4275.0, 4256.0, 4266.0, 4245.0, 4257.0, 4254.0, 4254.0, 4276.0, 4236.0, 4268.0, 4275.0, 4247.0, 4266.0, 4223.0, 4258.0, 4275.0, 4259.0, 4279.0, 4245.0, 4257.0, 4276.0, 4246.0, 4266.0, 4258.0, 4280.0, 4238.0, 4270.0, 4240.0, 4269.0, 4288.0, 4260.0, 4280.0, 4248.0, 4270.0, 4256.0, 4258.0, 4289.0, 4246.0, 4269.0, 4287.0, 4256.0, 4276.0, 4261.0, 4276.0, 4248.0, 4279.0, 4239.0, 4271.0, 4288.0, 4259.0, 4279.0, 4248.0, 4280.0, 4290.0, 4258.0, 4267.0, 4246.0, 4266.0, 4226.0, 4259.0, 4278.0, 4260.0, 4277.0, 4258.0, 4281.0, 4251.0, 4283.0, 4301.0, 4261.0, 4289.0, 4287.0, 4247.0, 4264.0, 4225.0, 4257.0, 4276.0, 4246.0, 4254.0, 4226.0, 4260.0, 4275.0, 4247.0, 4280.0, 4256.0, 4269.0, 4277.0, 4260.0, 4281.0, 4247.0, 4270.0, 4294.0, 4260.0, 4271.0, 4247.0, 4270.0, 4289.0, 4259.0, 4279.0, 4268.0, 4260.0, 4288.0, 4249.0, 4281.0, 4246.0, 4257.0, 4276.0, 4260.0, 4278.0, 4236.0, 4270.0, 4289.0, 4249.0, 4277.0, 4250.0, 4280.0, 4228.0, 4273.0, 4299.0, 4259.0, 4281.0, 4240.0, 4281.0, 4288.0, 4260.0, 4291.0, 4260.0, 4259.0, 4278.0, 4248.0, 4279.0, 4238.0, 4270.0, 4291.0, 4259.0, 4279.0, 4236.0, 4268.0, 4290.0, 4247.0, 4281.0, 4248.0, 4257.0, 4278.0, 4257.0, 4277.0, 4246.0, 4270.0, 4277.0, 4258.0, 4279.0, 4245.0, 4279.0, 4289.0, 4260.0, 4277.0, 4246.0, 4270.0, 4246.0, 4258.0, 4289.0, 4250.0, 4279.0, 4277.0, 4257.0, 4266.0, 4247.0, 4267.0, 4239.0, 4269.0, 4249.0, 4259.0, 4288.0, 4260.0, 4280.0, 4250.0, 4280.0, 4292.0, 4256.0, 4268.0, 4275.0, 4258.0, 4278.0, 4245.0, 4258.0, 4236.0, 4270.0, 4278.0, 4259.0, 4292.0, 4257.0, 4259.0, 4277.0, 4236.0, 4266.0, 4237.0, 4269.0, 4267.0, 4259.0, 4278.0, 4262.0, 4281.0, 4261.0, 4281.0, 4268.0, 4260.0, 4289.0, 4260.0, 4280.0, 4257.0, 4263.0, 4289.0, 4259.0, 4267.0, 4299.0, 4248.0, 4267.0, 4234.0, 4268.0, 4277.0, 4258.0, 4277.0, 4240.0, 4280.0, 4242.0, 4283.0, 4271.0, 4272.0, 4302.0, 4273.0, 4302.0, 4270.0, 4291.0, 4289.0, 4269.0, 4279.0, 4257.0, 4281.0, 4309.0, 4266.0, 4265.0, 4253.0, 4255.0, 4264.0, 4233.0, 4268.0, 4279.0, 4249.0, 4264.0, 4249.0, 4279.0, 4241.0, 4271.0, 4289.0, 4260.0, 4282.0, 4247.0, 4272.0, 4300.0, 4270.0, 4271.0, 4287.0, 4257.0, 4278.0, 4239.0, 4269.0, 4299.0, 4260.0, 4271.0, 4236.0, 4272.0, 4258.0, 4270.0, 4302.0, 4260.0, 4270.0, 4267.0, 4259.0, 4287.0, 4248.0, 4269.0, 4289.0, 4261.0, 4278.0, 4239.0, 4270.0, 4287.0, 4259.0, 4281.0, 4246.0, 4268.0, 4277.0, 4258.0, 4277.0, 4250.0, 4284.0, 4279.0, 4268.0, 4288.0, 4249.0, 4280.0, 4299.0, 4259.0, 4282.0, 4246.0, 4268.0, 4277.0, 4259.0, 4277.0, 4246.0, 4268.0, 4236.0, 4266.0, 4277.0, 4260.0, 4281.0, 4246.0, 4271.0, 4287.0, 4258.0, 4278.0, 4248.0, 4269.0, 4289.0, 4250.0, 4269.0, 4235.0, 4269.0, 4267.0, 4271.0, 4290.0, 4259.0, 4280.0, 4262.0, 4281.0, 4260.0, 4281.0, 4259.0, 4270.0, 4257.0, 4269.0, 4299.0, 4271.0, 4288.0, 4258.0, 4279.0, 4249.0, 4267.0, 4260.0, 4268.0, 4298.0, 4257.0, 4275.0, 4256.0, 4276.0, 4248.0, 4268.0, 4246.0, 4259.0, 4264.0, 4257.0, 4276.0, 4257.0, 4277.0, 4257.0, 4278.0, 4247.0, 4268.0, 4246.0, 4268.0, 4248.0, 4270.0, 4288.0, 4256.0, 4276.0, 4256.0, 4275.0, 4246.0, 4278.0, 4246.0, 4268.0, 4256.0, 4269.0, 4287.0, 4248.0, 4280.0, 4257.0, 4269.0, 4237.0, 4268.0, 4257.0, 4261.0, 4301.0, 4259.0, 4278.0, 4261.0, 4278.0, 4251.0, 4281.0, 4251.0, 4282.0, 4241.0, 4282.0, 4300.0, 4272.0, 4291.0, 4262.0, 4270.0, 4247.0, 4282.0, 4290.0, 4260.0, 4289.0, 4262.0, 4268.0, 4248.0, 4270.0, 4240.0, 4274.0, 4290.0, 4259.0, 4288.0, 4261.0, 4279.0, 4251.0, 4283.0, 4261.0, 4271.0, 4289.0, 4262.0, 4291.0, 4252.0, 4281.0, 4250.0, 4271.0, 4248.0, 4280.0, 4279.0, 4259.0, 4291.0, 4249.0, 4280.0, 4249.0, 4260.0, 4292.0, 4260.0, 4280.0, 4262.0, 4281.0, 4249.0, 4273.0, 4239.0, 4272.0, 4302.0, 4261.0, 4292.0, 4248.0, 4268.0, 4241.0, 4272.0, 4251.0, 4273.0, 4302.0, 4260.0, 4279.0, 4263.0, 4281.0, 4252.0, 4282.0, 4253.0, 4272.0, 4241.0, 4270.0, 4291.0, 4264.0, 4303.0, 4264.0, 4283.0, 4262.0, 4280.0, 4250.0, 4293.0, 4264.0, 4283.0, 4261.0, 4274.0, 4273.0, 4264.0, 4302.0, 4262.0, 4304.0, 4271.0, 4292.0, 4259.0, 4281.0, 4264.0, 4293.0, 4263.0, 4293.0, 4252.0, 4282.0, 4260.0, 4281.0, 4261.0, 4283.0, 4260.0, 4273.0, 4249.0, 4271.0, 4249.0, 4271.0, 4302.0, 4272.0, 4300.0, 4260.0, 4282.0, 4249.0, 4278.0, 4261.0, 4292.0, 4263.0, 4281.0, 4250.0, 4282.0, 4250.0, 4283.0, 4261.0, 4275.0, 4303.0, 4273.0, 4292.0, 4262.0, 4290.0, 4263.0, 4291.0, 4263.0, 4282.0, 4253.0, 4285.0, 4242.0, 4284.0, 4252.0, 4272.0, 4252.0, 4275.0, 4279.0, 4273.0, 4303.0, 4273.0, 4293.0, 4262.0, 4283.0, 4255.0, 4281.0, 4254.0, 4294.0, 4254.0, 4284.0, 4252.0, 4286.0, 4271.0, 4274.0, 4315.0, 4275.0, 4293.0, 4262.0, 4293.0, 4262.0, 4282.0, 4243.0, 4274.0, 4251.0, 4275.0, 4283.0, 4264.0, 4303.0, 4274.0, 4294.0, 4252.0, 4271.0, 4252.0, 4282.0, 4249.0, 4276.0, 4294.0, 4263.0, 4293.0, 4265.0, 4293.0, 4276.0, 4294.0, 4254.0, 4283.0, 4264.0, 4294.0, 4252.0, 4295.0, 4264.0, 4272.0, 4273.0, 4276.0, 4305.0, 4274.0, 4303.0, 4272.0, 4293.0, 4264.0, 4282.0, 4262.0, 4296.0, 4263.0, 4283.0, 4243.0, 4283.0, 4262.0, 4274.0, 4303.0, 4261.0, 4292.0, 4262.0, 4280.0, 4250.0, 4284.0, 4263.0, 4273.0, 4274.0, 4273.0, 4289.0, 4260.0, 4291.0, 4262.0, 4282.0, 4249.0, 4269.0, 4249.0, 4270.0, 4249.0, 4251.0, 4262.0, 4283.0, 4263.0, 4294.0, 4270.0, 4291.0, 4274.0, 4294.0, 4263.0, 4272.0, 4239.0, 4272.0, 4278.0, 4274.0, 4301.0, 4260.0, 4279.0, 4270.0, 4278.0, 4260.0, 4291.0, 4262.0, 4269.0, 4263.0, 4282.0, 4262.0, 4282.0, 4262.0, 4271.0, 4249.0, 4272.0, 4291.0, 4260.0, 4292.0, 4264.0, 4271.0, 4238.0, 4270.0, 4237.0, 4271.0, 4289.0, 4263.0, 4279.0, 4262.0, 4271.0, 4251.0, 4273.0, 4280.0, 4273.0, 4290.0, 4260.0, 4271.0, 4258.0, 4272.0, 4280.0, 4271.0, 4279.0, 4259.0, 4268.0, 4240.0, 4269.0, 4248.0, 4260.0, 4279.0, 4259.0, 4269.0, 4247.0, 4271.0, 4266.0, 4270.0, 4279.0, 4249.0, 4257.0, 4236.0, 4259.0, 4278.0, 4262.0, 4270.0, 4238.0, 4259.0, 4246.0, 4257.0, 4279.0, 4250.0, 4272.0, 4290.0, 4248.0, 4257.0, 4218.0, 4262.0, 4278.0, 4249.0, 4263.0, 4290.0, 4251.0, 4272.0, 4238.0, 4272.0, 4291.0, 4262.0, 4284.0, 4280.0, 4258.0, 4277.0, 4247.0, 4260.0, 4290.0, 4258.0, 4267.0, 4225.0, 4260.0, 4268.0, 4257.0, 4272.0, 4261.0, 4260.0, 4268.0, 4260.0, 4270.0, 4258.0, 4262.0, 4291.0, 4250.0, 4259.0, 4290.0, 4259.0, 4271.0, 4257.0, 4261.0, 4276.0, 4235.0, 4259.0, 4277.0, 4255.0, 4256.0, 4239.0, 4269.0, 4277.0, 4259.0, 4267.0, 4247.0, 4269.0, 4279.0, 4271.0, 4278.0, 4248.0, 4271.0, 4266.0, 4258.0, 4280.0, 4249.0, 4259.0, 4266.0, 4247.0, 4258.0, 4246.0, 4257.0, 4267.0, 4237.0, 4258.0, 4265.0, 4256.0, 4258.0, 4227.0, 4258.0, 4276.0, 4258.0, 4258.0, 4227.0, 4260.0, 4278.0, 4269.0, 4270.0, 4239.0, 4272.0, 4278.0, 4257.0, 4269.0, 4227.0, 4259.0, 4279.0, 4248.0, 4268.0, 4276.0, 4258.0, 4258.0, 4226.0, 4257.0, 4277.0, 4249.0, 4259.0, 4224.0, 4259.0, 4278.0, 4258.0, 4270.0, 4258.0, 4261.0, 4280.0, 4248.0, 4271.0, 4277.0, 4258.0, 4270.0, 4235.0, 4259.0, 4289.0, 4249.0, 4258.0, 4227.0, 4269.0, 4279.0, 4260.0, 4283.0, 4291.0, 4257.0, 4280.0, 4239.0, 4270.0, 4279.0, 4270.0, 4280.0, 4239.0, 4269.0, 4259.0, 4272.0, 4279.0, 4262.0, 4284.0, 4292.0, 4260.0, 4258.0, 4228.0, 4272.0, 4259.0, 4263.0, 4284.0, 4261.0, 4252.0, 4271.0, 4250.0, 4272.0, 4270.0, 4264.0, 4293.0, 4302.0, 4258.0, 4272.0, 4246.0, 4261.0, 4267.0, 4237.0, 4261.0, 4281.0, 4259.0, 4261.0, 4228.0, 4270.0, 4293.0, 4263.0, 4271.0, 4240.0, 4261.0, 4282.0, 4238.0, 4272.0, 4290.0, 4261.0, 4273.0, 4267.0, 4262.0, 4269.0, 4250.0, 4272.0, 4288.0, 4257.0, 4270.0, 4248.0, 4262.0, 4280.0, 4248.0, 4261.0, 4226.0, 4260.0, 4276.0, 4263.0, 4285.0, 4270.0, 4262.0, 4293.0, 4240.0, 4272.0, 4294.0, 4261.0, 4270.0, 4239.0, 4270.0, 4278.0, 4260.0, 4270.0, 4272.0, 4261.0, 4279.0, 4249.0, 4272.0, 4279.0, 4261.0, 4281.0, 4242.0, 4261.0, 4240.0, 4273.0, 4291.0, 4274.0, 4282.0, 4252.0, 4285.0, 4300.0, 4273.0, 4270.0, 4261.0, 4283.0, 4291.0, 4261.0, 4280.0, 4240.0, 4247.0, 4228.0, 4281.0, 4289.0, 4271.0, 4282.0, 4241.0, 4274.0, 4291.0, 4260.0, 4270.0, 4288.0, 4257.0, 4267.0, 4227.0, 4258.0, 4237.0, 4270.0, 4269.0, 4261.0, 4270.0, 4239.0, 4270.0, 4277.0, 4259.0, 4269.0, 4239.0, 4272.0, 4291.0, 4269.0, 4278.0, 4260.0, 4270.0, 4240.0, 4272.0, 4291.0, 4269.0, 4270.0, 4249.0, 4271.0, 4278.0, 4268.0, 4292.0, 4277.0, 4259.0, 4267.0, 4238.0, 4269.0, 4276.0, 4258.0, 4269.0, 4227.0, 4257.0, 4268.0, 4260.0, 4259.0, 4227.0, 4272.0, 4290.0, 4261.0, 4259.0, 4237.0, 4281.0, 4290.0, 4271.0, 4283.0, 4251.0, 4263.0, 4239.0, 4283.0, 4291.0, 4271.0, 4283.0, 4304.0, 4259.0, 4267.0, 4227.0, 4267.0, 4278.0, 4260.0, 4269.0, 4238.0, 4261.0, 4240.0, 4271.0, 4290.0, 4272.0, 4295.0, 4263.0, 4271.0, 4294.0, 4250.0, 4271.0, 4279.0, 4259.0, 4272.0, 4258.0, 4258.0, 4268.0, 4270.0, 4268.0, 4238.0, 4272.0, 4280.0, 4272.0, 4281.0, 4240.0, 4265.0, 4280.0, 4258.0, 4270.0, 4262.0, 4269.0, 4273.0, 4282.0, 4252.0, 4284.0, 4305.0, 4262.0, 4270.0, 4280.0, 4271.0, 4269.0, 4249.0, 4272.0, 4288.0, 4258.0, 4247.0, 4246.0, 4269.0, 4278.0, 4260.0, 4269.0, 4248.0, 4282.0, 4258.0, 4269.0, 4269.0, 4247.0, 4269.0, 4290.0, 4268.0, 4268.0, 4256.0, 4268.0, 4238.0, 4271.0, 4279.0, 4269.0, 4270.0, 4271.0, 4281.0, 4252.0, 4272.0, 4292.0, 4259.0, 4261.0, 4248.0, 4270.0, 4288.0, 4269.0, 4280.0, 4248.0, 4270.0, 4268.0, 4268.0, 4268.0, 4247.0, 4272.0, 4277.0, 4268.0, 4267.0, 4269.0, 4267.0, 4236.0, 4270.0, 4288.0, 4271.0, 4268.0, 4269.0, 4281.0, 4258.0, 4271.0, 4291.0, 4250.0, 4271.0, 4279.0, 4269.0, 4278.0, 4248.0, 4271.0, 4267.0, 4268.0, 4268.0, 4260.0, 4269.0, 4236.0, 4272.0, 4291.0, 4271.0, 4270.0, 4262.0, 4282.0, 4272.0, 4284.0, 4292.0, 4262.0, 4273.0, 4249.0, 4251.0, 4251.0, 4260.0, 4250.0, 4271.0, 4250.0, 4283.0, 4282.0, 4284.0, 4302.0, 4281.0, 4280.0, 4280.0, 4278.0, 4267.0, 4269.0, 4277.0, 4268.0, 4298.0, 4268.0, 4267.0, 4254.0, 4243.0, 4233.0, 4266.0, 4244.0, 4266.0, 4276.0, 4269.0, 4266.0, 4268.0, 4269.0, 4246.0, 4268.0, 4257.0, 4269.0, 4277.0, 4269.0, 4269.0, 4269.0, 4278.0, 4260.0, 4268.0, 4239.0, 4270.0, 4237.0, 4283.0, 4269.0, 4281.0, 4301.0, 4270.0, 4280.0, 4273.0, 4281.0, 4249.0, 4281.0, 4250.0, 4281.0, 4260.0, 4284.0, 4280.0, 4280.0, 4292.0, 4283.0, 4291.0, 4259.0, 4270.0, 4250.0, 4280.0, 4238.0, 4272.0, 4239.0, 4272.0, 4248.0, 4282.0, 4270.0, 4283.0, 4273.0, 4284.0, 4272.0, 4283.0, 4302.0, 4283.0, 4305.0, 4271.0, 4282.0, 4252.0, 4281.0, 4250.0, 4283.0, 4279.0, 4281.0, 4269.0, 4282.0, 4290.0, 4281.0, 4292.0, 4271.0, 4279.0, 4260.0, 4280.0, 4260.0, 4282.0, 4282.0, 4282.0, 4289.0, 4281.0, 4290.0, 4269.0, 4281.0, 4259.0, 4271.0, 4257.0, 4279.0, 4277.0, 4280.0, 4291.0, 4271.0, 4281.0, 4239.0, 4269.0, 4259.0, 4270.0, 4238.0, 4285.0, 4303.0, 4284.0, 4280.0, 4275.0, 4294.0, 4252.0, 4286.0, 4292.0, 4282.0, 4290.0, 4281.0, 4290.0, 4261.0, 4283.0, 4279.0, 4280.0, 4288.0, 4281.0, 4289.0, 4270.0, 4282.0, 4249.0, 4269.0, 4292.0, 4280.0, 4292.0, 4282.0, 4272.0], 'WindowWidth': [9498.0, 9512.0, 9510.0, 9462.0, 9471.0, 9474.0, 9429.0, 9437.0, 9412.0, 9442.0, 9452.0, 9429.0, 9441.0, 9411.0, 9429.0, 9421.0, 9423.0, 9454.0, 9399.0, 9446.0, 9453.0, 9415.0, 9440.0, 9379.0, 9431.0, 9450.0, 9436.0, 9464.0, 9410.0, 9429.0, 9452.0, 9414.0, 9441.0, 9434.0, 9465.0, 9406.0, 9453.0, 9411.0, 9452.0, 9476.0, 9439.0, 9468.0, 9421.0, 9451.0, 9428.0, 9432.0, 9477.0, 9414.0, 9451.0, 9471.0, 9428.0, 9454.0, 9438.0, 9454.0, 9419.0, 9461.0, 9410.0, 9456.0, 9474.0, 9435.0, 9461.0, 9418.0, 9465.0, 9479.0, 9434.0, 9442.0, 9413.0, 9440.0, 9386.0, 9435.0, 9461.0, 9442.0, 9458.0, 9435.0, 9466.0, 9428.0, 9474.0, 9497.0, 9442.0, 9481.0, 9473.0, 9413.0, 9437.0, 9382.0, 9428.0, 9456.0, 9413.0, 9422.0, 9386.0, 9438.0, 9453.0, 9417.0, 9466.0, 9429.0, 9450.0, 9458.0, 9439.0, 9470.0, 9418.0, 9456.0, 9489.0, 9437.0, 9455.0, 9418.0, 9453.0, 9480.0, 9439.0, 9465.0, 9445.0, 9438.0, 9474.0, 9422.0, 9468.0, 9416.0, 9431.0, 9455.0, 9436.0, 9460.0, 9401.0, 9454.0, 9479.0, 9421.0, 9457.0, 9424.0, 9465.0, 9392.0, 9463.0, 9493.0, 9438.0, 9468.0, 9411.0, 9470.0, 9477.0, 9440.0, 9483.0, 9438.0, 9434.0, 9459.0, 9419.0, 9461.0, 9405.0, 9454.0, 9482.0, 9438.0, 9462.0, 9402.0, 9448.0, 9478.0, 9418.0, 9469.0, 9418.0, 9431.0, 9459.0, 9431.0, 9458.0, 9416.0, 9453.0, 9458.0, 9431.0, 9460.0, 9413.0, 9462.0, 9477.0, 9439.0, 9457.0, 9414.0, 9450.0, 9412.0, 9431.0, 9476.0, 9424.0, 9464.0, 9457.0, 9430.0, 9440.0, 9416.0, 9443.0, 9409.0, 9451.0, 9421.0, 9438.0, 9475.0, 9439.0, 9467.0, 9427.0, 9469.0, 9485.0, 9427.0, 9446.0, 9451.0, 9432.0, 9460.0, 9414.0, 9432.0, 9402.0, 9452.0, 9459.0, 9439.0, 9486.0, 9432.0, 9434.0, 9456.0, 9401.0, 9440.0, 9402.0, 9451.0, 9445.0, 9438.0, 9461.0, 9445.0, 9471.0, 9446.0, 9473.0, 9449.0, 9438.0, 9477.0, 9440.0, 9469.0, 9430.0, 9446.0, 9480.0, 9436.0, 9444.0, 9490.0, 9417.0, 9442.0, 9397.0, 9447.0, 9457.0, 9434.0, 9459.0, 9413.0, 9467.0, 9419.0, 9478.0, 9457.0, 9461.0, 9503.0, 9465.0, 9502.0, 9458.0, 9488.0, 9482.0, 9450.0, 9463.0, 9431.0, 9469.0, 9510.0, 9443.0, 9439.0, 9419.0, 9423.0, 9434.0, 9392.0, 9446.0, 9460.0, 9421.0, 9437.0, 9422.0, 9464.0, 9413.0, 9459.0, 9480.0, 9440.0, 9471.0, 9420.0, 9458.0, 9494.0, 9454.0, 9456.0, 9475.0, 9431.0, 9459.0, 9407.0, 9450.0, 9491.0, 9440.0, 9453.0, 9404.0, 9458.0, 9433.0, 9453.0, 9501.0, 9443.0, 9453.0, 9446.0, 9436.0, 9473.0, 9421.0, 9451.0, 9479.0, 9441.0, 9461.0, 9407.0, 9452.0, 9472.0, 9436.0, 9468.0, 9415.0, 9446.0, 9458.0, 9435.0, 9459.0, 9426.0, 9478.0, 9464.0, 9450.0, 9476.0, 9424.0, 9469.0, 9493.0, 9439.0, 9470.0, 9416.0, 9447.0, 9456.0, 9434.0, 9460.0, 9417.0, 9446.0, 9399.0, 9442.0, 9459.0, 9438.0, 9468.0, 9417.0, 9454.0, 9474.0, 9434.0, 9462.0, 9420.0, 9452.0, 9478.0, 9424.0, 9447.0, 9400.0, 9451.0, 9446.0, 9458.0, 9480.0, 9438.0, 9465.0, 9444.0, 9469.0, 9442.0, 9472.0, 9438.0, 9454.0, 9433.0, 9452.0, 9495.0, 9457.0, 9478.0, 9435.0, 9463.0, 9420.0, 9444.0, 9437.0, 9448.0, 9490.0, 9430.0, 9453.0, 9428.0, 9454.0, 9417.0, 9445.0, 9415.0, 9435.0, 9437.0, 9430.0, 9454.0, 9428.0, 9457.0, 9432.0, 9459.0, 9418.0, 9445.0, 9414.0, 9446.0, 9420.0, 9452.0, 9474.0, 9429.0, 9454.0, 9428.0, 9452.0, 9416.0, 9462.0, 9416.0, 9447.0, 9427.0, 9450.0, 9470.0, 9421.0, 9467.0, 9431.0, 9448.0, 9403.0, 9449.0, 9430.0, 9444.0, 9496.0, 9439.0, 9462.0, 9443.0, 9462.0, 9431.0, 9469.0, 9428.0, 9472.0, 9413.0, 9471.0, 9495.0, 9460.0, 9484.0, 9445.0, 9453.0, 9418.0, 9470.0, 9478.0, 9440.0, 9479.0, 9444.0, 9446.0, 9421.0, 9452.0, 9411.0, 9464.0, 9481.0, 9439.0, 9474.0, 9441.0, 9463.0, 9428.0, 9473.0, 9440.0, 9454.0, 9477.0, 9443.0, 9480.0, 9428.0, 9469.0, 9426.0, 9453.0, 9422.0, 9467.0, 9464.0, 9439.0, 9481.0, 9423.0, 9467.0, 9422.0, 9439.0, 9483.0, 9438.0, 9465.0, 9444.0, 9470.0, 9424.0, 9458.0, 9409.0, 9459.0, 9499.0, 9442.0, 9486.0, 9424.0, 9448.0, 9412.0, 9456.0, 9425.0, 9460.0, 9501.0, 9440.0, 9462.0, 9445.0, 9468.0, 9430.0, 9473.0, 9434.0, 9456.0, 9414.0, 9454.0, 9483.0, 9450.0, 9503.0, 9451.0, 9472.0, 9445.0, 9466.0, 9428.0, 9488.0, 9452.0, 9476.0, 9442.0, 9463.0, 9460.0, 9450.0, 9500.0, 9446.0, 9503.0, 9457.0, 9485.0, 9439.0, 9467.0, 9449.0, 9487.0, 9447.0, 9487.0, 9431.0, 9468.0, 9439.0, 9467.0, 9439.0, 9473.0, 9439.0, 9458.0, 9421.0, 9453.0, 9420.0, 9455.0, 9500.0, 9456.0, 9494.0, 9438.0, 9467.0, 9423.0, 9460.0, 9440.0, 9484.0, 9447.0, 9467.0, 9425.0, 9470.0, 9423.0, 9472.0, 9440.0, 9465.0, 9502.0, 9460.0, 9484.0, 9445.0, 9479.0, 9446.0, 9484.0, 9448.0, 9470.0, 9433.0, 9477.0, 9417.0, 9476.0, 9433.0, 9459.0, 9429.0, 9466.0, 9463.0, 9460.0, 9501.0, 9462.0, 9488.0, 9444.0, 9472.0, 9438.0, 9469.0, 9437.0, 9492.0, 9435.0, 9474.0, 9431.0, 9480.0, 9454.0, 9464.0, 9524.0, 9465.0, 9487.0, 9444.0, 9486.0, 9444.0, 9472.0, 9420.0, 9461.0, 9426.0, 9466.0, 9473.0, 9450.0, 9502.0, 9465.0, 9490.0, 9430.0, 9455.0, 9430.0, 9471.0, 9424.0, 9467.0, 9490.0, 9447.0, 9485.0, 9452.0, 9488.0, 9469.0, 9493.0, 9437.0, 9474.0, 9450.0, 9490.0, 9432.0, 9495.0, 9449.0, 9459.0, 9460.0, 9468.0, 9509.0, 9465.0, 9502.0, 9458.0, 9487.0, 9449.0, 9470.0, 9447.0, 9495.0, 9447.0, 9474.0, 9420.0, 9474.0, 9442.0, 9464.0, 9505.0, 9442.0, 9484.0, 9443.0, 9466.0, 9424.0, 9476.0, 9446.0, 9460.0, 9460.0, 9458.0, 9478.0, 9438.0, 9482.0, 9443.0, 9470.0, 9420.0, 9448.0, 9420.0, 9451.0, 9422.0, 9426.0, 9442.0, 9474.0, 9447.0, 9488.0, 9455.0, 9482.0, 9464.0, 9491.0, 9444.0, 9457.0, 9407.0, 9454.0, 9461.0, 9460.0, 9497.0, 9436.0, 9460.0, 9448.0, 9457.0, 9438.0, 9481.0, 9442.0, 9448.0, 9445.0, 9467.0, 9442.0, 9472.0, 9445.0, 9454.0, 9421.0, 9455.0, 9483.0, 9437.0, 9482.0, 9446.0, 9453.0, 9402.0, 9449.0, 9401.0, 9453.0, 9475.0, 9445.0, 9463.0, 9441.0, 9453.0, 9426.0, 9458.0, 9467.0, 9460.0, 9478.0, 9437.0, 9451.0, 9430.0, 9454.0, 9463.0, 9452.0, 9462.0, 9434.0, 9444.0, 9408.0, 9448.0, 9416.0, 9437.0, 9461.0, 9432.0, 9445.0, 9415.0, 9452.0, 9440.0, 9449.0, 9462.0, 9418.0, 9427.0, 9397.0, 9431.0, 9457.0, 9440.0, 9449.0, 9403.0, 9432.0, 9410.0, 9429.0, 9459.0, 9423.0, 9455.0, 9475.0, 9415.0, 9426.0, 9373.0, 9438.0, 9457.0, 9422.0, 9445.0, 9477.0, 9426.0, 9456.0, 9405.0, 9456.0, 9480.0, 9443.0, 9474.0, 9463.0, 9431.0, 9456.0, 9414.0, 9435.0, 9480.0, 9431.0, 9442.0, 9381.0, 9433.0, 9444.0, 9427.0, 9454.0, 9438.0, 9435.0, 9442.0, 9436.0, 9450.0, 9431.0, 9441.0, 9482.0, 9423.0, 9433.0, 9476.0, 9433.0, 9451.0, 9428.0, 9438.0, 9455.0, 9394.0, 9430.0, 9453.0, 9422.0, 9424.0, 9406.0, 9447.0, 9453.0, 9430.0, 9438.0, 9414.0, 9447.0, 9460.0, 9452.0, 9460.0, 9418.0, 9452.0, 9440.0, 9430.0, 9463.0, 9420.0, 9432.0, 9439.0, 9411.0, 9427.0, 9409.0, 9424.0, 9439.0, 9401.0, 9428.0, 9436.0, 9423.0, 9428.0, 9383.0, 9429.0, 9455.0, 9432.0, 9429.0, 9384.0, 9433.0, 9455.0, 9444.0, 9448.0, 9407.0, 9454.0, 9457.0, 9428.0, 9445.0, 9387.0, 9433.0, 9461.0, 9418.0, 9444.0, 9452.0, 9430.0, 9429.0, 9384.0, 9428.0, 9453.0, 9420.0, 9433.0, 9380.0, 9432.0, 9457.0, 9431.0, 9450.0, 9433.0, 9441.0, 9464.0, 9417.0, 9450.0, 9456.0, 9431.0, 9448.0, 9395.0, 9434.0, 9475.0, 9420.0, 9430.0, 9386.0, 9446.0, 9460.0, 9436.0, 9474.0, 9479.0, 9428.0, 9461.0, 9405.0, 9448.0, 9460.0, 9450.0, 9464.0, 9407.0, 9447.0, 9431.0, 9454.0, 9460.0, 9441.0, 9474.0, 9484.0, 9435.0, 9430.0, 9389.0, 9452.0, 9431.0, 9445.0, 9477.0, 9437.0, 9427.0, 9450.0, 9422.0, 9456.0, 9451.0, 9448.0, 9489.0, 9498.0, 9429.0, 9452.0, 9410.0, 9435.0, 9441.0, 9402.0, 9436.0, 9461.0, 9430.0, 9435.0, 9389.0, 9448.0, 9483.0, 9445.0, 9450.0, 9407.0, 9438.0, 9467.0, 9403.0, 9453.0, 9478.0, 9439.0, 9457.0, 9442.0, 9437.0, 9445.0, 9420.0, 9452.0, 9470.0, 9427.0, 9449.0, 9418.0, 9441.0, 9461.0, 9416.0, 9436.0, 9384.0, 9436.0, 9456.0, 9446.0, 9477.0, 9450.0, 9442.0, 9485.0, 9409.0, 9454.0, 9487.0, 9440.0, 9449.0, 9403.0, 9448.0, 9457.0, 9435.0, 9451.0, 9454.0, 9438.0, 9460.0, 9420.0, 9453.0, 9458.0, 9437.0, 9467.0, 9415.0, 9441.0, 9408.0, 9458.0, 9479.0, 9459.0, 9470.0, 9431.0, 9478.0, 9494.0, 9456.0, 9449.0, 9438.0, 9470.0, 9483.0, 9439.0, 9464.0, 9407.0, 9415.0, 9390.0, 9465.0, 9475.0, 9454.0, 9470.0, 9414.0, 9459.0, 9481.0, 9433.0, 9448.0, 9472.0, 9429.0, 9440.0, 9383.0, 9428.0, 9397.0, 9446.0, 9445.0, 9437.0, 9451.0, 9404.0, 9447.0, 9455.0, 9433.0, 9446.0, 9406.0, 9456.0, 9479.0, 9446.0, 9456.0, 9434.0, 9448.0, 9408.0, 9456.0, 9478.0, 9447.0, 9447.0, 9419.0, 9452.0, 9458.0, 9445.0, 9483.0, 9454.0, 9431.0, 9440.0, 9400.0, 9443.0, 9449.0, 9428.0, 9447.0, 9386.0, 9429.0, 9442.0, 9434.0, 9432.0, 9386.0, 9456.0, 9478.0, 9438.0, 9433.0, 9402.0, 9466.0, 9477.0, 9455.0, 9472.0, 9426.0, 9442.0, 9406.0, 9470.0, 9481.0, 9452.0, 9473.0, 9503.0, 9431.0, 9442.0, 9385.0, 9439.0, 9455.0, 9434.0, 9446.0, 9404.0, 9440.0, 9409.0, 9455.0, 9478.0, 9458.0, 9493.0, 9445.0, 9454.0, 9489.0, 9422.0, 9450.0, 9462.0, 9431.0, 9452.0, 9427.0, 9426.0, 9441.0, 9445.0, 9444.0, 9402.0, 9455.0, 9463.0, 9453.0, 9465.0, 9405.0, 9438.0, 9460.0, 9431.0, 9447.0, 9440.0, 9447.0, 9458.0, 9470.0, 9429.0, 9475.0, 9509.0, 9441.0, 9448.0, 9463.0, 9449.0, 9446.0, 9416.0, 9453.0, 9472.0, 9427.0, 9412.0, 9408.0, 9445.0, 9457.0, 9435.0, 9446.0, 9415.0, 9465.0, 9428.0, 9445.0, 9446.0, 9416.0, 9448.0, 9477.0, 9441.0, 9441.0, 9424.0, 9443.0, 9403.0, 9452.0, 9460.0, 9446.0, 9447.0, 9452.0, 9468.0, 9426.0, 9456.0, 9482.0, 9432.0, 9437.0, 9415.0, 9447.0, 9472.0, 9447.0, 9463.0, 9415.0, 9447.0, 9440.0, 9442.0, 9443.0, 9414.0, 9454.0, 9454.0, 9441.0, 9439.0, 9443.0, 9441.0, 9397.0, 9450.0, 9474.0, 9449.0, 9444.0, 9447.0, 9466.0, 9430.0, 9452.0, 9480.0, 9422.0, 9449.0, 9458.0, 9445.0, 9457.0, 9416.0, 9453.0, 9440.0, 9443.0, 9443.0, 9434.0, 9446.0, 9398.0, 9456.0, 9478.0, 9451.0, 9450.0, 9440.0, 9470.0, 9454.0, 9475.0, 9483.0, 9440.0, 9456.0, 9419.0, 9422.0, 9422.0, 9434.0, 9423.0, 9454.0, 9425.0, 9473.0, 9470.0, 9476.0, 9500.0, 9468.0, 9466.0, 9465.0, 9460.0, 9442.0, 9448.0, 9454.0, 9443.0, 9489.0, 9444.0, 9441.0, 9418.0, 9403.0, 9388.0, 9436.0, 9404.0, 9439.0, 9452.0, 9444.0, 9438.0, 9443.0, 9447.0, 9411.0, 9443.0, 9427.0, 9446.0, 9456.0, 9445.0, 9445.0, 9446.0, 9457.0, 9437.0, 9448.0, 9408.0, 9450.0, 9402.0, 9471.0, 9448.0, 9467.0, 9496.0, 9452.0, 9464.0, 9457.0, 9467.0, 9421.0, 9468.0, 9428.0, 9467.0, 9437.0, 9473.0, 9463.0, 9464.0, 9484.0, 9473.0, 9481.0, 9435.0, 9450.0, 9423.0, 9464.0, 9406.0, 9456.0, 9407.0, 9456.0, 9418.0, 9470.0, 9453.0, 9473.0, 9458.0, 9475.0, 9457.0, 9475.0, 9500.0, 9474.0, 9505.0, 9454.0, 9468.0, 9427.0, 9467.0, 9422.0, 9472.0, 9463.0, 9466.0, 9446.0, 9468.0, 9478.0, 9467.0, 9485.0, 9455.0, 9462.0, 9437.0, 9465.0, 9435.0, 9469.0, 9470.0, 9468.0, 9477.0, 9464.0, 9476.0, 9447.0, 9467.0, 9435.0, 9452.0, 9427.0, 9461.0, 9455.0, 9461.0, 9478.0, 9454.0, 9466.0, 9406.0, 9446.0, 9432.0, 9450.0, 9406.0, 9477.0, 9499.0, 9475.0, 9466.0, 9464.0, 9491.0, 9433.0, 9482.0, 9485.0, 9468.0, 9479.0, 9467.0, 9479.0, 9440.0, 9473.0, 9460.0, 9464.0, 9473.0, 9464.0, 9475.0, 9453.0, 9469.0, 9419.0, 9447.0, 9480.0, 9464.0, 9482.0, 9470.0, 9455.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.000278304576144036</td></tr>
<tr><td colspan=3>aqi</td><td>0.024496011552888223</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.74986501912162</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2640618864714726</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9748193800825842</td></tr>
<tr><td colspan=3>efc</td><td>0.4601</td></tr>
<tr><td colspan=3>fber</td><td>7379.9131</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08180397462617776</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.15003750937734434</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4935751272531803</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3928866702218636</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.71623875342164</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3715999581160374</td></tr>
<tr><td colspan=3>gcor</td><td>0.00631599</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013050573877990246</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025458579882979393</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9686853476632753</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.7022</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9228</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.1658</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>802.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.7298</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5997</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.4841</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3514.8914</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.0796</td></tr>
<tr><td colspan=3>tsnr</td><td>39.739554619183764</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>