<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-03/func/sub-0025_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>b3fbdfff6953c1a1b52e07b5a30f6f24</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:56:16.700000</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.999629, 0.0272106, -0.0013799, -0.0272238, 0.999573, -0.0106539]</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.092921</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7717, -7226, 595, -50, -43, -115, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4da6a163-3e35-4928-9235-763de2149183||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.6819310188293457, -0.0730394572019577, -0.002941403305158019, 114.76361846923828], [-0.0730040967464447, 2.6817800998687744, -0.028856249526143074, -94.40242004394531], [-0.003702163463458419, 0.028583604842424393, 2.6998441219329834, -69.02823638916016], [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': ['125616.700000', '125617.160000', '125617.620000', '125618.080000', '125618.540000', '125619.000000', '125619.460000', '125619.920000', '125620.380000', '125620.840000', '125621.300000', '125621.760000', '125622.220000', '125622.680000', '125623.140000', '125623.600000', '125624.060000', '125624.520000', '125624.980000', '125625.440000', '125625.900000', '125626.360000', '125626.820000', '125627.280000', '125627.740000', '125628.200000', '125628.660000', '125629.120000', '125629.580000', '125630.040000', '125630.500000', '125630.960000', '125631.420000', '125631.880000', '125632.340000', '125632.800000', '125633.260000', '125633.720000', '125634.180000', '125634.640000', '125635.100000', '125635.560000', '125636.020000', '125636.480000', '125636.940000', '125637.400000', '125637.860000', '125638.320000', '125638.780000', '125639.240000', '125639.700000', '125640.160000', '125640.620000', '125641.080000', '125641.540000', '125642.000000', '125642.460000', '125642.920000', '125643.380000', '125643.840000', '125644.300000', '125644.760000', '125645.220000', '125645.680000', '125646.140000', '125646.600000', '125647.060000', '125647.520000', '125647.980000', '125648.440000', '125648.900000', '125649.360000', '125649.820000', '125650.280000', '125650.740000', '125651.200000', '125651.660000', '125652.120000', '125652.580000', '125653.040000', '125653.500000', '125653.960000', '125654.420000', '125654.880000', '125655.340000', '125655.800000', '125656.260000', '125656.720000', '125657.180000', '125657.640000', '125658.100000', '125658.560000', '125659.020000', '125659.480000', '125659.940000', '125700.400000', '125700.860000', '125701.320000', '125701.780000', '125702.240000', '125702.700000', '125703.160000', '125703.620000', '125704.080000', '125704.540000', '125705.000000', '125705.460000', '125705.920000', '125706.380000', '125706.840000', '125707.300000', '125707.760000', '125708.220000', '125708.680000', '125709.140000', '125709.600000', '125710.060000', '125710.520000', '125710.980000', '125711.440000', '125711.900000', '125712.360000', '125712.820000', '125713.280000', '125713.740000', '125714.200000', '125714.660000', '125715.120000', '125715.580000', '125716.040000', '125716.500000', '125716.960000', '125717.420000', '125717.880000', '125718.340000', '125718.800000', '125719.260000', '125719.720000', '125720.180000', '125720.640000', '125721.100000', '125721.560000', '125722.020000', '125722.480000', '125722.940000', '125723.400000', '125723.860000', '125724.320000', '125724.780000', '125725.240000', '125725.700000', '125726.160000', '125726.620000', '125727.080000', '125727.540000', '125728.000000', '125728.460000', '125728.920000', '125729.380000', '125729.840000', '125730.300000', '125730.760000', '125731.220000', '125731.680000', '125732.140000', '125732.600000', '125733.060000', '125733.520000', '125733.980000', '125734.440000', '125734.900000', '125735.360000', '125735.820000', '125736.280000', '125736.740000', '125737.200000', '125737.660000', '125738.120000', '125738.580000', '125739.040000', '125739.500000', '125739.960000', '125740.420000', '125740.880000', '125741.340000', '125741.800000', '125742.260000', '125742.720000', '125743.180000', '125743.640000', '125744.100000', '125744.560000', '125745.020000', '125745.480000', '125745.940000', '125746.400000', '125746.860000', '125747.320000', '125747.780000', '125748.240000', '125748.700000', '125749.160000', '125749.620000', '125750.080000', '125750.540000', '125751.000000', '125751.460000', '125751.920000', '125752.380000', '125752.840000', '125753.300000', '125753.760000', '125754.220000', '125754.680000', '125755.140000', '125755.600000', '125756.060000', '125756.520000', '125756.980000', '125757.440000', '125757.900000', '125758.360000', '125758.820000', '125759.280000', '125759.740000', '125800.200000', '125800.660000', '125801.120000', '125801.580000', '125802.040000', '125802.500000', '125802.960000', '125803.420000', '125803.880000', '125804.340000', '125804.800000', '125805.260000', '125805.720000', '125806.180000', '125806.640000', '125807.100000', '125807.560000', '125808.020000', '125808.480000', '125808.940000', '125809.400000', '125809.860000', '125810.320000', '125810.780000', '125811.240000', '125811.700000', '125812.160000', '125812.620000', '125813.080000', '125813.540000', '125814.000000', '125814.460000', '125814.920000', '125815.380000', '125815.840000', '125816.300000', '125816.760000', '125817.220000', '125817.680000', '125818.140000', '125818.600000', '125819.060000', '125819.520000', '125819.980000', '125820.440000', '125820.900000', '125821.360000', '125821.820000', '125822.280000', '125822.740000', '125823.200000', '125823.660000', '125824.120000', '125824.580000', '125825.040000', '125825.500000', '125825.960000', '125826.420000', '125826.880000', '125827.340000', '125827.800000', '125828.260000', '125828.720000', '125829.180000', '125829.640000', '125830.100000', '125830.560000', '125831.020000', '125831.480000', '125831.940000', '125832.400000', '125832.860000', '125833.320000', '125833.780000', '125834.240000', '125834.700000', '125835.160000', '125835.620000', '125836.080000', '125836.540000', '125837.000000', '125837.460000', '125837.920000', '125838.380000', '125838.840000', '125839.300000', '125839.760000', '125840.220000', '125840.680000', '125841.140000', '125841.600000', '125842.060000', '125842.520000', '125842.980000', '125843.440000', '125843.900000', '125844.360000', '125844.820000', '125845.280000', '125845.740000', '125846.200000', '125846.660000', '125847.120000', '125847.580000', '125848.040000', '125848.500000', '125848.960000', '125849.420000', '125849.880000', '125850.340000', '125850.800000', '125851.260000', '125851.720000', '125852.180000', '125852.640000', '125853.100000', '125853.560000', '125854.020000', '125854.480000', '125854.940000', '125855.400000', '125855.860000', '125856.320000', '125856.780000', '125857.240000', '125857.700000', '125858.160000', '125858.620000', '125859.080000', '125859.540000', '125900.000000', '125900.460000', '125900.920000', '125901.380000', '125901.840000', '125902.300000', '125902.760000', '125903.220000', '125903.680000', '125904.140000', '125904.600000', '125905.060000', '125905.520000', '125905.980000', '125906.440000', '125906.900000', '125907.360000', '125907.820000', '125908.280000', '125908.740000', '125909.200000', '125909.660000', '125910.120000', '125910.580000', '125911.040000', '125911.500000', '125911.960000', '125912.420000', '125912.880000', '125913.340000', '125913.800000', '125914.260000', '125914.720000', '125915.180000', '125915.640000', '125916.100000', '125916.560000', '125917.020000', '125917.480000', '125917.940000', '125918.400000', '125918.860000', '125919.320000', '125919.780000', '125920.240000', '125920.700000', '125921.160000', '125921.620000', '125922.080000', '125922.540000', '125923.000000', '125923.460000', '125923.920000', '125924.380000', '125924.840000', '125925.300000', '125925.760000', '125926.220000', '125926.680000', '125927.140000', '125927.600000', '125928.060000', '125928.520000', '125928.980000', '125929.440000', '125929.900000', '125930.360000', '125930.820000', '125931.280000', '125931.740000', '125932.200000', '125932.660000', '125933.120000', '125933.580000', '125934.040000', '125934.500000', '125934.960000', '125935.420000', '125935.880000', '125936.340000', '125936.800000', '125937.260000', '125937.720000', '125938.180000', '125938.640000', '125939.100000', '125939.560000', '125940.020000', '125940.480000', '125940.940000', '125941.400000', '125941.860000', '125942.320000', '125942.780000', '125943.240000', '125943.700000', '125944.160000', '125944.620000', '125945.080000', '125945.540000', '125946.000000', '125946.460000', '125946.920000', '125947.380000', '125947.840000', '125948.300000', '125948.760000', '125949.220000', '125949.680000', '125950.140000', '125950.600000', '125951.060000', '125951.520000', '125951.980000', '125952.440000', '125952.900000', '125953.360000', '125953.820000', '125954.280000', '125954.740000', '125955.200000', '125955.660000', '125956.120000', '125956.580000', '125957.040000', '125957.500000', '125957.960000', '125958.420000', '125958.880000', '125959.340000', '125959.800000', '130000.260000', '130000.720000', '130001.180000', '130001.640000', '130002.100000', '130002.560000', '130003.020000', '130003.480000', '130003.940000', '130004.400000', '130004.860000', '130005.320000', '130005.780000', '130006.240000', '130006.700000', '130007.160000', '130007.620000', '130008.080000', '130008.540000', '130009.000000', '130009.460000', '130009.920000', '130010.380000', '130010.840000', '130011.300000', '130011.760000', '130012.220000', '130012.680000', '130013.140000', '130013.600000', '130014.060000', '130014.520000', '130014.980000', '130015.440000', '130015.900000', '130016.360000', '130016.820000', '130017.280000', '130017.740000', '130018.200000', '130018.660000', '130019.120000', '130019.580000', '130020.040000', '130020.500000', '130020.960000', '130021.420000', '130021.880000', '130022.340000', '130022.800000', '130023.260000', '130023.720000', '130024.180000', '130024.640000', '130025.100000', '130025.560000', '130026.020000', '130026.480000', '130026.940000', '130027.400000', '130027.860000', '130028.320000', '130028.780000', '130029.240000', '130029.700000', '130030.160000', '130030.620000', '130031.080000', '130031.540000', '130032.000000', '130032.460000', '130032.920000', '130033.380000', '130033.840000', '130034.300000', '130034.760000', '130035.220000', '130035.680000', '130036.140000', '130036.600000', '130037.060000', '130037.520000', '130037.980000', '130038.440000', '130038.900000', '130039.360000', '130039.820000', '130040.280000', '130040.740000', '130041.200000', '130041.660000', '130042.120000', '130042.580000', '130043.040000', '130043.500000', '130043.960000', '130044.420000', '130044.880000', '130045.340000', '130045.800000', '130046.260000', '130046.720000', '130047.180000', '130047.640000', '130048.100000', '130048.560000', '130049.020000', '130049.480000', '130049.940000', '130050.400000', '130050.860000', '130051.320000', '130051.780000', '130052.240000', '130052.700000', '130053.160000', '130053.620000', '130054.080000', '130054.540000', '130055.000000', '130055.460000', '130055.920000', '130056.380000', '130056.840000', '130057.300000', '130057.760000', '130058.220000', '130058.680000', '130059.140000', '130059.600000', '130100.060000', '130100.520000', '130100.980000', '130101.440000', '130101.900000', '130102.360000', '130102.820000', '130103.280000', '130103.740000', '130104.200000', '130104.660000', '130105.120000', '130105.580000', '130106.040000', '130106.500000', '130106.960000', '130107.420000', '130107.880000', '130108.340000', '130108.800000', '130109.260000', '130109.720000', '130110.180000', '130110.640000', '130111.100000', '130111.560000', '130112.020000', '130112.480000', '130112.940000', '130113.400000', '130113.860000', '130114.320000', '130114.780000', '130115.240000', '130115.700000', '130116.160000', '130116.620000', '130117.080000', '130117.540000', '130118.000000', '130118.460000', '130118.920000', '130119.380000', '130119.840000', '130120.300000', '130120.760000', '130121.220000', '130121.680000', '130122.140000', '130122.600000', '130123.060000', '130123.520000', '130123.980000', '130124.440000', '130124.900000', '130125.360000', '130125.820000', '130126.280000', '130126.740000', '130127.200000', '130127.660000', '130128.120000', '130128.580000', '130129.040000', '130129.500000', '130129.960000', '130130.420000', '130130.880000', '130131.340000', '130131.800000', '130132.260000', '130132.720000', '130133.180000', '130133.640000', '130134.100000', '130134.560000', '130135.020000', '130135.480000', '130135.940000', '130136.400000', '130136.860000', '130137.320000', '130137.780000', '130138.240000', '130138.700000', '130139.160000', '130139.620000', '130140.080000', '130140.540000', '130141.000000', '130141.460000', '130141.920000', '130142.380000', '130142.840000', '130143.300000', '130143.760000', '130144.220000', '130144.680000', '130145.140000', '130145.600000', '130146.060000', '130146.520000', '130146.980000', '130147.440000', '130147.900000', '130148.360000', '130148.820000', '130149.280000', '130149.740000', '130150.200000', '130150.660000', '130151.120000', '130151.580000', '130152.040000', '130152.500000', '130152.960000', '130153.420000', '130153.880000', '130154.340000', '130154.800000', '130155.260000', '130155.720000', '130156.180000', '130156.640000', '130157.100000', '130157.560000', '130158.020000', '130158.480000', '130158.940000', '130159.400000', '130159.860000', '130200.320000', '130200.780000', '130201.240000', '130201.700000', '130202.160000', '130202.620000', '130203.080000', '130203.540000', '130204.000000', '130204.460000', '130204.920000', '130205.380000', '130205.840000', '130206.300000', '130206.760000', '130207.220000', '130207.680000', '130208.140000', '130208.600000', '130209.060000', '130209.520000', '130209.980000', '130210.440000', '130210.900000', '130211.360000', '130211.820000', '130212.280000', '130212.740000', '130213.200000', '130213.660000', '130214.120000', '130214.580000', '130215.040000', '130215.500000', '130215.960000', '130216.420000', '130216.880000', '130217.340000', '130217.800000', '130218.260000', '130218.720000', '130219.180000', '130219.640000', '130220.100000', '130220.560000', '130221.020000', '130221.480000', '130221.940000', '130222.400000', '130222.860000', '130223.320000', '130223.780000', '130224.240000', '130224.700000', '130225.160000', '130225.620000', '130226.080000', '130226.540000', '130227.000000', '130227.460000', '130227.920000', '130228.380000', '130228.840000', '130229.300000', '130229.760000', '130230.220000', '130230.680000', '130231.140000', '130231.600000', '130232.060000', '130232.520000', '130232.980000', '130233.440000', '130233.900000', '130234.360000', '130234.820000', '130235.280000', '130235.740000', '130236.200000', '130236.660000', '130237.120000', '130237.580000', '130238.040000', '130238.500000', '130238.960000', '130239.420000', '130239.880000', '130240.340000', '130240.800000', '130241.260000', '130241.720000', '130242.180000', '130242.640000', '130243.100000', '130243.560000', '130244.020000', '130244.480000', '130244.940000', '130245.400000', '130245.860000', '130246.320000', '130246.780000', '130247.240000', '130247.700000', '130248.160000', '130248.620000', '130249.080000', '130249.540000', '130250.000000', '130250.460000', '130250.920000', '130251.380000', '130251.840000', '130252.300000', '130252.760000', '130253.220000', '130253.680000', '130254.140000', '130254.600000', '130255.060000', '130255.520000', '130255.980000', '130256.440000', '130256.900000', '130257.360000', '130257.820000', '130258.280000', '130258.740000', '130259.200000', '130259.660000', '130300.120000', '130300.580000', '130301.040000', '130301.500000', '130301.960000', '130302.420000', '130302.880000', '130303.340000', '130303.800000', '130304.260000', '130304.720000', '130305.180000', '130305.640000', '130306.100000', '130306.560000', '130307.020000', '130307.480000', '130307.940000', '130308.400000', '130308.860000', '130309.320000', '130309.780000', '130310.240000', '130310.700000', '130311.160000', '130311.620000', '130312.080000', '130312.540000', '130313.000000', '130313.460000', '130313.920000', '130314.380000', '130314.840000', '130315.300000', '130315.760000', '130316.220000', '130316.680000', '130317.140000', '130317.600000', '130318.060000', '130318.520000', '130318.980000', '130319.440000', '130319.900000', '130320.360000', '130320.820000', '130321.280000', '130321.740000', '130322.200000', '130322.660000', '130323.120000', '130323.580000', '130324.040000', '130324.500000', '130324.960000', '130325.420000', '130325.880000', '130326.340000', '130326.800000', '130327.260000', '130327.720000', '130328.180000', '130328.640000', '130329.100000', '130329.560000', '130330.020000', '130330.480000', '130330.940000', '130331.400000', '130331.860000', '130332.320000', '130332.780000', '130333.240000', '130333.700000', '130334.160000', '130334.620000', '130335.080000', '130335.540000', '130336.000000', '130336.460000', '130336.920000', '130337.380000', '130337.840000', '130338.300000', '130338.760000', '130339.220000', '130339.680000', '130340.140000', '130340.600000', '130341.060000', '130341.520000', '130341.980000', '130342.440000', '130342.900000', '130343.360000', '130343.820000', '130344.280000', '130344.740000', '130345.200000', '130345.660000', '130346.120000', '130346.580000', '130347.040000', '130347.500000', '130347.960000', '130348.420000', '130348.880000', '130349.340000', '130349.800000', '130350.260000', '130350.720000', '130351.180000', '130351.640000', '130352.100000', '130352.560000', '130353.020000', '130353.480000', '130353.940000', '130354.400000', '130354.860000', '130355.320000', '130355.780000', '130356.240000', '130356.700000', '130357.160000', '130357.620000', '130358.080000', '130358.540000', '130359.000000', '130359.460000', '130359.920000', '130400.380000', '130400.840000', '130401.300000', '130401.760000', '130402.220000', '130402.680000', '130403.140000', '130403.600000', '130404.060000', '130404.520000', '130404.980000', '130405.440000', '130405.900000', '130406.360000', '130406.820000', '130407.280000', '130407.740000', '130408.200000', '130408.660000', '130409.120000', '130409.580000', '130410.040000', '130410.500000', '130410.960000', '130411.420000', '130411.880000', '130412.340000', '130412.800000', '130413.260000', '130413.720000', '130414.180000', '130414.640000', '130415.100000', '130415.560000', '130416.020000', '130416.480000', '130416.940000', '130417.400000', '130417.860000', '130418.320000', '130418.780000', '130419.240000', '130419.700000', '130420.160000', '130420.620000', '130421.080000', '130421.540000', '130422.000000', '130422.460000', '130422.920000', '130423.380000', '130423.840000', '130424.300000', '130424.760000', '130425.220000', '130425.680000', '130426.140000', '130426.600000', '130427.060000', '130427.520000', '130427.980000', '130428.440000', '130428.900000', '130429.360000', '130429.820000', '130430.280000', '130430.740000', '130431.200000', '130431.660000', '130432.120000', '130432.580000', '130433.040000', '130433.500000', '130433.960000', '130434.420000', '130434.880000', '130435.340000', '130435.800000', '130436.260000', '130436.720000', '130437.180000', '130437.640000', '130438.100000', '130438.560000', '130439.020000', '130439.480000', '130439.940000', '130440.400000', '130440.860000', '130441.320000', '130441.780000', '130442.240000', '130442.700000', '130443.160000', '130443.620000', '130444.080000', '130444.540000', '130445.000000', '130445.460000', '130445.920000', '130446.380000', '130446.840000', '130447.300000', '130447.760000', '130448.220000', '130448.680000', '130449.140000', '130449.600000', '130450.060000', '130450.520000', '130450.980000', '130451.440000', '130451.900000', '130452.360000', '130452.820000', '130453.280000', '130453.740000', '130454.200000', '130454.660000', '130455.120000', '130455.580000', '130456.040000', '130456.500000', '130456.960000', '130457.420000', '130457.880000', '130458.340000', '130458.800000', '130459.260000', '130459.720000', '130500.180000', '130500.640000', '130501.100000', '130501.560000', '130502.020000', '130502.480000', '130502.940000', '130503.400000', '130503.860000', '130504.320000', '130504.780000', '130505.240000', '130505.700000', '130506.160000', '130506.620000', '130507.080000', '130507.540000', '130508.000000', '130508.460000', '130508.920000', '130509.380000', '130509.840000', '130510.300000', '130510.760000', '130511.220000', '130511.680000', '130512.140000', '130512.600000', '130513.060000', '130513.520000', '130513.980000', '130514.440000', '130514.900000', '130515.360000', '130515.820000', '130516.280000', '130516.740000', '130517.200000', '130517.660000', '130518.120000', '130518.580000', '130519.040000', '130519.500000', '130519.960000', '130520.420000', '130520.880000', '130521.340000', '130521.800000', '130522.260000', '130522.720000', '130523.180000', '130523.640000', '130524.100000', '130524.560000', '130525.020000', '130525.480000', '130525.940000', '130526.400000', '130526.860000', '130527.320000', '130527.780000', '130528.240000', '130528.700000', '130529.160000', '130529.620000', '130530.080000', '130530.540000', '130531.000000', '130531.460000', '130531.920000', '130532.380000', '130532.840000', '130533.300000', '130533.760000', '130534.220000', '130534.680000', '130535.140000', '130535.600000', '130536.060000', '130536.520000', '130536.980000', '130537.440000', '130537.900000', '130538.360000', '130538.820000', '130539.280000', '130539.740000', '130540.200000', '130540.660000', '130541.120000', '130541.580000', '130542.040000', '130542.500000', '130542.960000', '130543.420000', '130543.880000', '130544.340000', '130544.800000', '130545.260000', '130545.720000', '130546.180000', '130546.640000', '130547.100000', '130547.560000', '130548.020000', '130548.480000', '130548.940000', '130549.400000', '130549.860000', '130550.320000', '130550.780000', '130551.240000', '130551.700000', '130552.160000', '130552.620000', '130553.080000', '130553.540000', '130554.000000', '130554.460000', '130554.920000', '130555.380000', '130555.840000', '130556.300000', '130556.760000', '130557.220000', '130557.680000', '130558.140000', '130558.600000', '130559.060000', '130559.520000', '130559.980000', '130600.440000', '130600.900000', '130601.360000', '130601.820000', '130602.280000', '130602.740000', '130603.200000', '130603.660000', '130604.120000', '130604.580000', '130605.040000', '130605.500000', '130605.960000', '130606.420000', '130606.880000', '130607.340000', '130607.800000', '130608.260000', '130608.720000', '130609.180000', '130609.640000', '130610.100000', '130610.560000', '130611.020000', '130611.480000', '130611.940000', '130612.400000', '130612.860000', '130613.320000', '130613.780000', '130614.240000', '130614.700000', '130615.160000', '130615.620000', '130616.080000', '130616.540000', '130617.000000', '130617.460000', '130617.920000', '130618.380000', '130618.840000', '130619.300000', '130619.760000', '130620.220000', '130620.680000', '130621.140000', '130621.600000', '130622.060000', '130622.520000', '130622.980000', '130623.440000', '130623.900000', '130624.360000', '130624.820000', '130625.280000', '130625.740000', '130626.200000', '130626.660000', '130627.120000', '130627.580000', '130628.040000', '130628.500000', '130628.960000', '130629.420000', '130629.880000', '130630.340000'], 'ContentTime': ['125643.884000', '125643.887000', '125643.890000', '125643.893000', '125643.896000', '125643.899000', '125643.902000', '125643.905000', '125643.907000', '125643.910000', '125643.913000', '125643.916000', '125643.919000', '125643.922000', '125643.925000', '125643.928000', '125643.931000', '125643.934000', '125643.937000', '125643.940000', '125643.943000', '125643.946000', '125643.949000', '125643.952000', '125643.955000', '125643.963000', '125643.966000', '125643.969000', '125643.972000', '125643.975000', '125643.978000', '125643.981000', '125643.984000', '125643.987000', '125643.990000', '125643.993000', '125643.996000', '125644.000000', '125644.003000', '125644.006000', '125644.009000', '125644.012000', '125644.015000', '125644.018000', '125644.021000', '125644.023000', '125644.026000', '125644.029000', '125644.032000', '125644.035000', '125644.038000', '125644.046000', '125644.049000', '125644.052000', '125644.055000', '125644.059000', '125644.061000', '125644.065000', '125703.842000', '125703.855000', '125703.857000', '125703.860000', '125703.863000', '125703.866000', '125703.869000', '125703.872000', '125703.875000', '125703.878000', '125703.880000', '125703.896000', '125703.907000', '125703.911000', '125703.914000', '125703.917000', '125703.920000', '125703.922000', '125703.925000', '125703.928000', '125703.931000', '125703.934000', '125703.937000', '125703.940000', '125703.942000', '125703.945000', '125703.948000', '125703.951000', '125703.954000', '125703.957000', '125703.960000', '125703.963000', '125703.965000', '125703.968000', '125703.971000', '125703.974000', '125703.977000', '125703.980000', '125703.983000', '125703.986000', '125703.988000', '125703.991000', '125703.994000', '125723.842000', '125723.845000', '125723.854000', '125723.857000', '125723.860000', '125723.863000', '125723.866000', '125723.869000', '125723.871000', '125723.874000', '125723.877000', '125723.890000', '125723.893000', '125723.895000', '125723.898000', '125723.901000', '125723.904000', '125723.907000', '125723.910000', '125723.913000', '125723.915000', '125723.918000', '125723.921000', '125723.924000', '125723.927000', '125723.930000', '125723.933000', '125723.936000', '125723.938000', '125723.941000', '125723.944000', '125723.947000', '125723.950000', '125723.953000', '125723.956000', '125723.958000', '125723.961000', '125723.964000', '125723.967000', '125723.970000', '125723.973000', '125723.976000', '125723.979000', '125723.981000', '125743.842000', '125743.845000', '125743.848000', '125743.851000', '125743.854000', '125743.857000', '125743.859000', '125743.862000', '125743.866000', '125743.869000', '125743.872000', '125743.875000', '125743.878000', '125743.881000', '125743.884000', '125743.887000', '125743.890000', '125743.892000', '125743.895000', '125743.898000', '125743.901000', '125743.904000', '125743.907000', '125743.910000', '125743.913000', '125743.916000', '125743.920000', '125743.925000', '125743.928000', '125743.931000', '125743.934000', '125743.937000', '125743.940000', '125743.943000', '125743.946000', '125743.949000', '125743.952000', '125743.954000', '125743.958000', '125743.960000', '125743.963000', '125743.966000', '125743.969000', '125803.842000', '125803.845000', '125803.848000', '125803.851000', '125803.854000', '125803.857000', '125803.860000', '125803.862000', '125803.865000', '125803.868000', '125803.871000', '125803.874000', '125803.877000', '125803.880000', '125803.883000', '125803.886000', '125803.889000', '125803.892000', '125803.894000', '125803.897000', '125803.900000', '125803.903000', '125803.906000', '125803.909000', '125803.912000', '125803.915000', '125803.918000', '125803.920000', '125803.923000', '125803.926000', '125803.929000', '125803.932000', '125803.935000', '125803.938000', '125803.941000', '125803.943000', '125803.946000', '125803.949000', '125803.952000', '125803.955000', '125803.958000', '125803.961000', '125803.964000', '125803.967000', '125823.842000', '125823.845000', '125823.848000', '125823.851000', '125823.854000', '125823.857000', '125823.860000', '125823.863000', '125823.866000', '125823.869000', '125823.872000', '125823.875000', '125823.877000', '125823.880000', '125823.883000', '125823.886000', '125823.889000', '125823.892000', '125823.895000', '125823.898000', '125823.901000', '125823.904000', '125823.907000', '125823.910000', '125823.912000', '125823.915000', '125823.918000', '125823.921000', '125823.924000', '125823.927000', '125823.930000', '125823.933000', '125823.943000', '125823.946000', '125823.949000', '125823.952000', '125823.955000', '125823.958000', '125823.961000', '125823.964000', '125823.967000', '125823.970000', '125823.973000', '125843.843000', '125843.846000', '125843.849000', '125843.852000', '125843.855000', '125843.858000', '125843.860000', '125843.877000', '125843.880000', '125843.883000', '125843.886000', '125843.888000', '125843.891000', '125843.894000', '125843.897000', '125843.900000', '125843.903000', '125843.906000', '125843.909000', '125843.912000', '125843.915000', '125843.917000', '125843.920000', '125843.923000', '125843.926000', '125843.929000', '125843.932000', '125843.935000', '125843.938000', '125843.941000', '125843.944000', '125843.946000', '125843.949000', '125843.952000', '125843.955000', '125843.958000', '125843.961000', '125843.964000', '125843.967000', '125843.970000', '125843.973000', '125843.976000', '125843.978000', '125843.981000', '125903.842000', '125903.845000', '125903.848000', '125903.851000', '125903.854000', '125903.857000', '125903.860000', '125903.863000', '125903.866000', '125903.868000', '125903.871000', '125903.874000', '125903.877000', '125903.880000', '125903.883000', '125903.886000', '125903.889000', '125903.892000', '125903.895000', '125903.898000', '125903.901000', '125903.905000', '125903.908000', '125903.911000', '125903.914000', '125903.917000', '125903.920000', '125903.923000', '125903.925000', '125903.928000', '125903.931000', '125903.934000', '125903.937000', '125903.940000', '125903.943000', '125903.946000', '125903.949000', '125903.951000', '125903.954000', '125903.957000', '125903.960000', '125903.963000', '125903.966000', '125923.842000', '125923.845000', '125923.858000', '125923.861000', '125923.864000', '125923.867000', '125923.870000', '125923.873000', '125923.876000', '125923.879000', '125923.882000', '125923.885000', '125923.888000', '125923.890000', '125923.893000', '125923.896000', '125923.899000', '125923.902000', '125923.905000', '125923.908000', '125923.911000', '125923.914000', '125923.917000', '125923.920000', '125923.922000', '125923.925000', '125923.928000', '125923.931000', '125923.934000', '125923.937000', '125923.940000', '125923.950000', '125923.953000', '125923.956000', '125923.959000', '125923.962000', '125923.965000', '125923.968000', '125923.971000', '125923.974000', '125923.976000', '125923.979000', '125923.982000', '125923.985000', '125943.842000', '125943.845000', '125943.848000', '125943.851000', '125943.854000', '125943.857000', '125943.860000', '125943.863000', '125943.866000', '125943.869000', '125943.871000', '125943.874000', '125943.877000', '125943.880000', '125943.883000', '125943.886000', '125943.889000', '125943.892000', '125943.895000', '125943.898000', '125943.901000', '125943.904000', '125943.906000', '125943.909000', '125943.912000', '125943.915000', '125943.918000', '125943.921000', '125943.924000', '125943.927000', '125943.930000', '125943.932000', '125943.935000', '125943.938000', '125943.941000', '125943.944000', '125943.947000', '125943.950000', '125943.953000', '125943.956000', '125943.958000', '125943.962000', '125943.964000', '130003.842000', '130003.845000', '130003.848000', '130003.851000', '130003.854000', '130003.857000', '130003.860000', '130003.863000', '130003.866000', '130003.868000', '130003.871000', '130003.881000', '130003.884000', '130003.887000', '130003.890000', '130003.893000', '130003.896000', '130003.898000', '130003.902000', '130003.904000', '130003.907000', '130003.910000', '130003.913000', '130003.916000', '130003.919000', '130003.922000', '130003.925000', '130003.928000', '130003.930000', '130003.933000', '130003.936000', '130003.939000', '130003.942000', '130003.945000', '130003.948000', '130003.951000', '130003.954000', '130003.957000', '130003.960000', '130003.963000', '130003.965000', '130003.968000', '130003.971000', '130003.974000', '130023.842000', '130023.845000', '130023.848000', '130023.851000', '130023.854000', '130023.857000', '130023.860000', '130023.863000', '130023.866000', '130023.869000', '130023.871000', '130023.874000', '130023.877000', '130023.880000', '130023.883000', '130023.886000', '130023.889000', '130023.892000', '130023.895000', '130023.898000', '130023.901000', '130023.903000', '130023.906000', '130023.909000', '130023.912000', '130023.915000', '130023.918000', '130023.921000', '130023.924000', '130023.927000', '130023.930000', '130023.932000', '130023.935000', '130023.938000', '130023.943000', '130023.946000', '130023.949000', '130023.952000', '130023.955000', '130023.958000', '130023.965000', '130023.968000', '130023.971000', '130043.842000', '130043.857000', '130043.860000', '130043.863000', '130043.866000', '130043.869000', '130043.872000', '130043.875000', '130043.878000', '130043.881000', '130043.883000', '130043.887000', '130043.889000', '130043.892000', '130043.895000', '130043.898000', '130043.901000', '130043.904000', '130043.908000', '130043.911000', '130043.914000', '130043.917000', '130043.919000', '130043.922000', '130043.925000', '130043.928000', '130043.931000', '130043.934000', '130043.937000', '130043.940000', '130043.943000', '130043.946000', '130043.949000', '130043.952000', '130043.954000', '130043.957000', '130043.960000', '130043.963000', '130043.966000', '130043.969000', '130043.972000', '130043.975000', '130043.978000', '130043.981000', '130103.843000', '130103.846000', '130103.849000', '130103.852000', '130103.855000', '130103.858000', '130103.861000', '130103.864000', '130103.867000', '130103.870000', '130103.872000', '130103.875000', '130103.878000', '130103.881000', '130103.884000', '130103.887000', '130103.890000', '130103.893000', '130103.896000', '130103.899000', '130103.902000', '130103.905000', '130103.907000', '130103.910000', '130103.913000', '130103.916000', '130103.919000', '130103.922000', '130103.925000', '130103.928000', '130103.931000', '130103.934000', '130103.937000', '130103.940000', '130103.942000', '130103.945000', '130103.948000', '130103.951000', '130103.954000', '130103.957000', '130103.960000', '130103.963000', '130103.966000', '130123.842000', '130123.845000', '130123.848000', '130123.851000', '130123.854000', '130123.857000', '130123.860000', '130123.863000', '130123.866000', '130123.868000', '130123.871000', '130123.874000', '130123.877000', '130123.880000', '130123.883000', '130123.886000', '130123.889000', '130123.892000', '130123.894000', '130123.897000', '130123.900000', '130123.903000', '130123.906000', '130123.909000', '130123.912000', '130123.915000', '130123.917000', '130123.920000', '130123.923000', '130123.926000', '130123.929000', '130123.932000', '130123.935000', '130123.938000', '130123.941000', '130123.943000', '130123.946000', '130123.949000', '130123.952000', '130123.955000', '130123.958000', '130123.961000', '130123.964000', '130123.967000', '130143.842000', '130143.845000', '130143.848000', '130143.851000', '130143.854000', '130143.857000', '130143.860000', '130143.863000', '130143.866000', '130143.868000', '130143.872000', '130143.874000', '130143.877000', '130143.898000', '130143.901000', '130143.904000', '130143.907000', '130143.909000', '130143.912000', '130143.915000', '130143.918000', '130143.921000', '130143.924000', '130143.927000', '130143.930000', '130143.933000', '130143.936000', '130143.939000', '130143.942000', '130143.944000', '130143.949000', '130143.952000', '130143.955000', '130143.958000', '130143.961000', '130143.968000', '130143.971000', '130143.974000', '130143.977000', '130143.981000', '130143.984000', '130143.987000', '130143.990000', '130203.842000', '130203.845000', '130203.848000', '130203.851000', '130203.854000', '130203.857000', '130203.859000', '130203.862000', '130203.865000', '130203.868000', '130203.871000', '130203.874000', '130203.877000', '130203.880000', '130203.883000', '130203.886000', '130203.888000', '130203.891000', '130203.894000', '130203.897000', '130203.900000', '130203.903000', '130203.906000', '130203.909000', '130203.911000', '130203.914000', '130203.917000', '130203.920000', '130203.923000', '130203.926000', '130203.929000', '130203.932000', '130203.934000', '130203.937000', '130203.940000', '130203.943000', '130203.946000', '130203.949000', '130203.952000', '130203.955000', '130203.957000', '130203.960000', '130203.963000', '130203.966000', '130223.842000', '130223.845000', '130223.848000', '130223.851000', '130223.854000', '130223.857000', '130223.860000', '130223.863000', '130223.866000', '130223.869000', '130223.872000', '130223.874000', '130223.877000', '130223.880000', '130223.883000', '130223.886000', '130223.889000', '130223.892000', '130223.895000', '130223.902000', '130223.905000', '130223.908000', '130223.911000', '130223.914000', '130223.917000', '130223.920000', '130223.923000', '130223.926000', '130223.928000', '130223.931000', '130223.934000', '130223.937000', '130223.940000', '130223.943000', '130223.946000', '130223.949000', '130223.952000', '130223.955000', '130223.957000', '130223.960000', '130223.963000', '130223.966000', '130223.969000', '130243.842000', '130243.845000', '130243.848000', '130243.851000', '130243.862000', '130243.865000', '130243.868000', '130243.871000', '130243.874000', '130243.876000', '130243.880000', '130243.882000', '130243.885000', '130243.888000', '130243.891000', '130243.894000', '130243.897000', '130243.900000', '130243.903000', '130243.905000', '130243.908000', '130243.911000', '130243.914000', '130243.917000', '130243.920000', '130243.923000', '130243.926000', '130243.929000', '130243.931000', '130243.934000', '130243.937000', '130243.940000', '130243.943000', '130243.946000', '130243.949000', '130243.952000', '130243.954000', '130243.957000', '130243.960000', '130243.963000', '130243.966000', '130243.969000', '130243.972000', '130303.842000', '130303.845000', '130303.848000', '130303.851000', '130303.854000', '130303.857000', '130303.860000', '130303.863000', '130303.865000', '130303.868000', '130303.871000', '130303.874000', '130303.885000', '130303.888000', '130303.891000', '130303.894000', '130303.897000', '130303.900000', '130303.903000', '130303.906000', '130303.908000', '130303.911000', '130303.914000', '130303.917000', '130303.920000', '130303.946000', '130303.949000', '130303.951000', '130303.954000', '130303.957000', '130303.960000', '130303.963000', '130303.966000', '130303.969000', '130303.972000', '130303.975000', '130303.977000', '130303.980000', '130303.983000', '130303.986000', '130303.989000', '130303.992000', '130303.995000', '130303.998000', '130323.843000', '130323.846000', '130323.849000', '130323.852000', '130323.855000', '130323.858000', '130323.861000', '130323.864000', '130323.867000', '130323.870000', '130323.873000', '130323.876000', '130323.879000', '130323.882000', '130323.884000', '130323.887000', '130323.890000', '130323.893000', '130323.911000', '130323.913000', '130323.916000', '130323.919000', '130323.922000', '130323.925000', '130323.928000', '130323.931000', '130323.934000', '130323.936000', '130323.939000', '130323.942000', '130323.945000', '130323.948000', '130323.951000', '130323.954000', '130323.957000', '130323.959000', '130323.962000', '130323.965000', '130323.968000', '130323.971000', '130323.974000', '130323.977000', '130323.980000', '130343.842000', '130343.845000', '130343.848000', '130343.851000', '130343.907000', '130343.910000', '130343.913000', '130343.916000', '130343.919000', '130343.922000', '130343.925000', '130343.927000', '130343.930000', '130343.933000', '130343.936000', '130343.939000', '130343.942000', '130343.945000', '130343.948000', '130343.951000', '130343.954000', '130343.956000', '130343.959000', '130343.962000', '130343.965000', '130343.968000', '130343.971000', '130343.974000', '130343.977000', '130343.980000', '130343.983000', '130343.986000', '130343.989000', '130343.991000', '130343.994000', '130343.997000', '130344.001000', '130344.004000', '130344.007000', '130344.010000', '130344.013000', '130344.016000', '130344.019000', '130344.022000', '130403.842000', '130403.845000', '130403.848000', '130403.851000', '130403.854000', '130403.857000', '130403.860000', '130403.863000', '130403.866000', '130403.868000', '130403.872000', '130403.874000', '130403.877000', '130403.885000', '130403.896000', '130403.899000', '130403.902000', '130403.905000', '130403.908000', '130403.911000', '130403.914000', '130403.916000', '130403.919000', '130403.922000', '130403.925000', '130403.928000', '130403.931000', '130403.934000', '130403.937000', '130403.940000', '130403.943000', '130403.945000', '130403.948000', '130403.951000', '130403.954000', '130403.957000', '130403.960000', '130403.963000', '130403.966000', '130403.969000', '130403.972000', '130403.975000', '130403.977000', '130423.842000', '130423.845000', '130423.848000', '130423.851000', '130423.854000', '130423.857000', '130423.860000', '130423.863000', '130423.866000', '130423.869000', '130423.871000', '130423.875000', '130423.877000', '130423.880000', '130423.883000', '130423.886000', '130423.889000', '130423.892000', '130423.895000', '130423.898000', '130423.901000', '130423.914000', '130423.934000', '130423.937000', '130423.940000', '130423.943000', '130423.946000', '130423.949000', '130423.951000', '130423.954000', '130423.957000', '130423.960000', '130423.963000', '130423.966000', '130423.969000', '130423.972000', '130423.975000', '130423.978000', '130423.980000', '130423.983000', '130423.986000', '130423.989000', '130423.992000', '130423.995000', '130443.842000', '130443.845000', '130443.848000', '130443.851000', '130443.854000', '130443.865000', '130443.868000', '130443.871000', '130443.874000', '130443.877000', '130443.880000', '130443.883000', '130443.885000', '130443.888000', '130443.891000', '130443.894000', '130443.897000', '130443.900000', '130443.903000', '130443.906000', '130443.909000', '130443.924000', '130443.926000', '130443.929000', '130443.932000', '130443.935000', '130443.938000', '130443.941000', '130443.944000', '130443.947000', '130443.950000', '130443.953000', '130443.955000', '130443.958000', '130443.961000', '130443.964000', '130443.967000', '130443.970000', '130443.973000', '130443.976000', '130443.979000', '130443.982000', '130443.985000', '130503.842000', '130503.846000', '130503.849000', '130503.852000', '130503.854000', '130503.857000', '130503.860000', '130503.863000', '130503.866000', '130503.869000', '130503.872000', '130503.875000', '130503.878000', '130503.881000', '130503.884000', '130503.887000', '130503.889000', '130503.892000', '130503.895000', '130503.898000', '130503.901000', '130503.904000', '130503.907000', '130503.910000', '130503.913000', '130503.916000', '130503.919000', '130503.922000', '130503.924000', '130503.927000', '130503.930000', '130503.933000', '130503.936000', '130503.939000', '130503.942000', '130503.945000', '130503.948000', '130503.950000', '130503.953000', '130503.956000', '130503.959000', '130503.962000', '130503.965000', '130503.968000', '130523.842000', '130523.845000', '130523.848000', '130523.851000', '130523.856000', '130523.859000', '130523.862000', '130523.864000', '130523.868000', '130523.870000', '130523.873000', '130523.876000', '130523.879000', '130523.882000', '130523.885000', '130523.888000', '130523.891000', '130523.893000', '130523.896000', '130523.899000', '130523.902000', '130523.905000', '130523.910000', '130523.914000', '130523.918000', '130523.921000', '130523.924000', '130523.926000', '130523.929000', '130523.932000', '130523.935000', '130523.938000', '130523.941000', '130523.953000', '130523.956000', '130523.959000', '130523.962000', '130523.965000', '130523.968000', '130523.971000', '130523.973000', '130523.976000', '130523.979000', '130543.843000', '130543.846000', '130543.849000', '130543.852000', '130543.855000', '130543.858000', '130543.861000', '130543.864000', '130543.867000', '130543.870000', '130543.873000', '130543.876000', '130543.878000', '130543.881000', '130543.884000', '130543.887000', '130543.890000', '130543.893000', '130543.906000', '130543.909000', '130543.912000', '130543.915000', '130543.918000', '130543.920000', '130543.923000', '130543.926000', '130543.929000', '130543.932000', '130543.935000', '130543.938000', '130543.941000', '130543.944000', '130543.947000', '130543.950000', '130543.953000', '130543.955000', '130543.958000', '130543.961000', '130543.964000', '130543.967000', '130543.970000', '130543.973000', '130543.976000', '130543.979000', '130603.842000', '130603.845000', '130603.848000', '130603.851000', '130603.854000', '130603.857000', '130603.860000', '130603.863000', '130603.866000', '130603.869000', '130603.871000', '130603.874000', '130603.877000', '130603.880000', '130603.883000', '130603.886000', '130603.889000', '130603.892000', '130603.895000', '130603.898000', '130603.901000', '130603.903000', '130603.906000', '130603.909000', '130603.912000', '130603.915000', '130603.918000', '130603.921000', '130603.924000', '130603.926000', '130603.929000', '130603.932000', '130603.935000', '130603.938000', '130603.941000', '130603.944000', '130603.947000', '130603.957000', '130603.960000', '130603.963000', '130603.966000', '130603.969000', '130603.972000', '130623.842000', '130623.845000', '130623.848000', '130623.851000', '130623.854000', '130623.857000', '130623.860000', '130623.863000', '130623.866000', '130623.869000', '130623.872000', '130623.874000', '130623.878000', '130623.880000', '130623.883000', '130623.886000', '130623.889000', '130623.892000', '130623.895000', '130623.898000', '130623.901000', '130623.904000', '130623.907000', '130623.910000', '130623.913000', '130623.915000', '130623.918000', '130623.921000', '130623.924000', '130623.927000', '130623.930000', '130623.933000', '130623.936000', '130623.939000', '130623.942000', '130623.944000', '130623.947000', '130623.950000', '130623.953000', '130623.956000', '130623.959000', '130623.962000', '130623.965000', '130623.967000', '130631.153000', '130631.157000', '130631.160000', '130631.163000', '130631.174000', '130631.177000', '130631.180000', '130631.183000', '130631.186000', '130631.189000', '130631.192000', '130631.195000', '130631.199000', '130631.201000', '130631.204000', '130631.207000'], 'InstanceCreationTime': ['125643.884000', '125643.887000', '125643.890000', '125643.893000', '125643.896000', '125643.899000', '125643.902000', '125643.905000', '125643.907000', '125643.910000', '125643.913000', '125643.916000', '125643.919000', '125643.922000', '125643.925000', '125643.928000', '125643.931000', '125643.934000', '125643.937000', '125643.940000', '125643.943000', '125643.946000', '125643.949000', '125643.952000', '125643.955000', '125643.963000', '125643.966000', '125643.969000', '125643.972000', '125643.975000', '125643.978000', '125643.981000', '125643.984000', '125643.987000', '125643.990000', '125643.993000', '125643.996000', '125644.000000', '125644.003000', '125644.006000', '125644.009000', '125644.012000', '125644.015000', '125644.018000', '125644.021000', '125644.023000', '125644.026000', '125644.029000', '125644.032000', '125644.035000', '125644.038000', '125644.046000', '125644.049000', '125644.052000', '125644.055000', '125644.059000', '125644.061000', '125644.065000', '125703.842000', '125703.855000', '125703.857000', '125703.860000', '125703.863000', '125703.866000', '125703.869000', '125703.872000', '125703.875000', '125703.878000', '125703.880000', '125703.896000', '125703.907000', '125703.911000', '125703.914000', '125703.917000', '125703.920000', '125703.922000', '125703.925000', '125703.928000', '125703.931000', '125703.934000', '125703.937000', '125703.940000', '125703.942000', '125703.945000', '125703.948000', '125703.951000', '125703.954000', '125703.957000', '125703.960000', '125703.963000', '125703.965000', '125703.968000', '125703.971000', '125703.974000', '125703.977000', '125703.980000', '125703.983000', '125703.986000', '125703.988000', '125703.991000', '125703.994000', '125723.842000', '125723.845000', '125723.854000', '125723.857000', '125723.860000', '125723.863000', '125723.866000', '125723.869000', '125723.871000', '125723.874000', '125723.877000', '125723.890000', '125723.893000', '125723.895000', '125723.898000', '125723.901000', '125723.904000', '125723.907000', '125723.910000', '125723.913000', '125723.915000', '125723.918000', '125723.921000', '125723.924000', '125723.927000', '125723.930000', '125723.933000', '125723.936000', '125723.938000', '125723.941000', '125723.944000', '125723.947000', '125723.950000', '125723.953000', '125723.956000', '125723.958000', '125723.961000', '125723.964000', '125723.967000', '125723.970000', '125723.973000', '125723.976000', '125723.979000', '125723.981000', '125743.842000', '125743.845000', '125743.848000', '125743.851000', '125743.854000', '125743.857000', '125743.859000', '125743.862000', '125743.866000', '125743.869000', '125743.872000', '125743.875000', '125743.878000', '125743.881000', '125743.884000', '125743.887000', '125743.890000', '125743.892000', '125743.895000', '125743.898000', '125743.901000', '125743.904000', '125743.907000', '125743.910000', '125743.913000', '125743.916000', '125743.920000', '125743.925000', '125743.928000', '125743.931000', '125743.934000', '125743.937000', '125743.940000', '125743.943000', '125743.946000', '125743.949000', '125743.952000', '125743.954000', '125743.958000', '125743.960000', '125743.963000', '125743.966000', '125743.969000', '125803.842000', '125803.845000', '125803.848000', '125803.851000', '125803.854000', '125803.857000', '125803.860000', '125803.862000', '125803.865000', '125803.868000', '125803.871000', '125803.874000', '125803.877000', '125803.880000', '125803.883000', '125803.886000', '125803.889000', '125803.892000', '125803.894000', '125803.897000', '125803.900000', '125803.903000', '125803.906000', '125803.909000', '125803.912000', '125803.915000', '125803.918000', '125803.920000', '125803.923000', '125803.926000', '125803.929000', '125803.932000', '125803.935000', '125803.938000', '125803.941000', '125803.943000', '125803.946000', '125803.949000', '125803.952000', '125803.955000', '125803.958000', '125803.961000', '125803.964000', '125803.967000', '125823.842000', '125823.845000', '125823.848000', '125823.851000', '125823.854000', '125823.857000', '125823.860000', '125823.863000', '125823.866000', '125823.869000', '125823.872000', '125823.875000', '125823.877000', '125823.880000', '125823.883000', '125823.886000', '125823.889000', '125823.892000', '125823.895000', '125823.898000', '125823.901000', '125823.904000', '125823.907000', '125823.910000', '125823.912000', '125823.915000', '125823.918000', '125823.921000', '125823.924000', '125823.927000', '125823.930000', '125823.933000', '125823.943000', '125823.946000', '125823.949000', '125823.952000', '125823.955000', '125823.958000', '125823.961000', '125823.964000', '125823.967000', '125823.970000', '125823.973000', '125843.843000', '125843.846000', '125843.849000', '125843.852000', '125843.855000', '125843.858000', '125843.860000', '125843.877000', '125843.880000', '125843.883000', '125843.886000', '125843.888000', '125843.891000', '125843.894000', '125843.897000', '125843.900000', '125843.903000', '125843.906000', '125843.909000', '125843.912000', '125843.915000', '125843.917000', '125843.920000', '125843.923000', '125843.926000', '125843.929000', '125843.932000', '125843.935000', '125843.938000', '125843.941000', '125843.944000', '125843.946000', '125843.949000', '125843.952000', '125843.955000', '125843.958000', '125843.961000', '125843.964000', '125843.967000', '125843.970000', '125843.973000', '125843.976000', '125843.978000', '125843.981000', '125903.842000', '125903.845000', '125903.848000', '125903.851000', '125903.854000', '125903.857000', '125903.860000', '125903.863000', '125903.866000', '125903.868000', '125903.871000', '125903.874000', '125903.877000', '125903.880000', '125903.883000', '125903.886000', '125903.889000', '125903.892000', '125903.895000', '125903.898000', '125903.901000', '125903.905000', '125903.908000', '125903.911000', '125903.914000', '125903.917000', '125903.920000', '125903.923000', '125903.925000', '125903.928000', '125903.931000', '125903.934000', '125903.937000', '125903.940000', '125903.943000', '125903.946000', '125903.949000', '125903.951000', '125903.954000', '125903.957000', '125903.960000', '125903.963000', '125903.966000', '125923.842000', '125923.845000', '125923.858000', '125923.861000', '125923.864000', '125923.867000', '125923.870000', '125923.873000', '125923.876000', '125923.879000', '125923.882000', '125923.885000', '125923.888000', '125923.890000', '125923.893000', '125923.896000', '125923.899000', '125923.902000', '125923.905000', '125923.908000', '125923.911000', '125923.914000', '125923.917000', '125923.920000', '125923.922000', '125923.925000', '125923.928000', '125923.931000', '125923.934000', '125923.937000', '125923.940000', '125923.950000', '125923.953000', '125923.956000', '125923.959000', '125923.962000', '125923.965000', '125923.968000', '125923.971000', '125923.974000', '125923.976000', '125923.979000', '125923.982000', '125923.985000', '125943.842000', '125943.845000', '125943.848000', '125943.851000', '125943.854000', '125943.857000', '125943.860000', '125943.863000', '125943.866000', '125943.869000', '125943.871000', '125943.874000', '125943.877000', '125943.880000', '125943.883000', '125943.886000', '125943.889000', '125943.892000', '125943.895000', '125943.898000', '125943.901000', '125943.904000', '125943.906000', '125943.909000', '125943.912000', '125943.915000', '125943.918000', '125943.921000', '125943.924000', '125943.927000', '125943.930000', '125943.932000', '125943.935000', '125943.938000', '125943.941000', '125943.944000', '125943.947000', '125943.950000', '125943.953000', '125943.956000', '125943.958000', '125943.962000', '125943.964000', '130003.842000', '130003.845000', '130003.848000', '130003.851000', '130003.854000', '130003.857000', '130003.860000', '130003.863000', '130003.866000', '130003.868000', '130003.871000', '130003.881000', '130003.884000', '130003.887000', '130003.890000', '130003.893000', '130003.896000', '130003.898000', '130003.902000', '130003.904000', '130003.907000', '130003.910000', '130003.913000', '130003.916000', '130003.919000', '130003.922000', '130003.925000', '130003.928000', '130003.930000', '130003.933000', '130003.936000', '130003.939000', '130003.942000', '130003.945000', '130003.948000', '130003.951000', '130003.954000', '130003.957000', '130003.960000', '130003.963000', '130003.965000', '130003.968000', '130003.971000', '130003.974000', '130023.842000', '130023.845000', '130023.848000', '130023.851000', '130023.854000', '130023.857000', '130023.860000', '130023.863000', '130023.866000', '130023.869000', '130023.871000', '130023.874000', '130023.877000', '130023.880000', '130023.883000', '130023.886000', '130023.889000', '130023.892000', '130023.895000', '130023.898000', '130023.901000', '130023.903000', '130023.906000', '130023.909000', '130023.912000', '130023.915000', '130023.918000', '130023.921000', '130023.924000', '130023.927000', '130023.930000', '130023.932000', '130023.935000', '130023.938000', '130023.943000', '130023.946000', '130023.949000', '130023.952000', '130023.955000', '130023.958000', '130023.965000', '130023.968000', '130023.971000', '130043.842000', '130043.857000', '130043.860000', '130043.863000', '130043.866000', '130043.869000', '130043.872000', '130043.875000', '130043.878000', '130043.881000', '130043.883000', '130043.887000', '130043.889000', '130043.892000', '130043.895000', '130043.898000', '130043.901000', '130043.904000', '130043.908000', '130043.911000', '130043.914000', '130043.917000', '130043.919000', '130043.922000', '130043.925000', '130043.928000', '130043.931000', '130043.934000', '130043.937000', '130043.940000', '130043.943000', '130043.946000', '130043.949000', '130043.952000', '130043.954000', '130043.957000', '130043.960000', '130043.963000', '130043.966000', '130043.969000', '130043.972000', '130043.975000', '130043.978000', '130043.981000', '130103.843000', '130103.846000', '130103.849000', '130103.852000', '130103.855000', '130103.858000', '130103.861000', '130103.864000', '130103.867000', '130103.870000', '130103.872000', '130103.875000', '130103.878000', '130103.881000', '130103.884000', '130103.887000', '130103.890000', '130103.893000', '130103.896000', '130103.899000', '130103.902000', '130103.905000', '130103.907000', '130103.910000', '130103.913000', '130103.916000', '130103.919000', '130103.922000', '130103.925000', '130103.928000', '130103.931000', '130103.934000', '130103.937000', '130103.940000', '130103.942000', '130103.945000', '130103.948000', '130103.951000', '130103.954000', '130103.957000', '130103.960000', '130103.963000', '130103.966000', '130123.842000', '130123.845000', '130123.848000', '130123.851000', '130123.854000', '130123.857000', '130123.860000', '130123.863000', '130123.866000', '130123.868000', '130123.871000', '130123.874000', '130123.877000', '130123.880000', '130123.883000', '130123.886000', '130123.889000', '130123.892000', '130123.894000', '130123.897000', '130123.900000', '130123.903000', '130123.906000', '130123.909000', '130123.912000', '130123.915000', '130123.917000', '130123.920000', '130123.923000', '130123.926000', '130123.929000', '130123.932000', '130123.935000', '130123.938000', '130123.941000', '130123.943000', '130123.946000', '130123.949000', '130123.952000', '130123.955000', '130123.958000', '130123.961000', '130123.964000', '130123.967000', '130143.842000', '130143.845000', '130143.848000', '130143.851000', '130143.854000', '130143.857000', '130143.860000', '130143.863000', '130143.866000', '130143.868000', '130143.872000', '130143.874000', '130143.877000', '130143.898000', '130143.901000', '130143.904000', '130143.907000', '130143.909000', '130143.912000', '130143.915000', '130143.918000', '130143.921000', '130143.924000', '130143.927000', '130143.930000', '130143.933000', '130143.936000', '130143.939000', '130143.942000', '130143.944000', '130143.949000', '130143.952000', '130143.955000', '130143.958000', '130143.961000', '130143.968000', '130143.971000', '130143.974000', '130143.977000', '130143.981000', '130143.984000', '130143.987000', '130143.990000', '130203.842000', '130203.845000', '130203.848000', '130203.851000', '130203.854000', '130203.857000', '130203.859000', '130203.862000', '130203.865000', '130203.868000', '130203.871000', '130203.874000', '130203.877000', '130203.880000', '130203.883000', '130203.886000', '130203.888000', '130203.891000', '130203.894000', '130203.897000', '130203.900000', '130203.903000', '130203.906000', '130203.909000', '130203.911000', '130203.914000', '130203.917000', '130203.920000', '130203.923000', '130203.926000', '130203.929000', '130203.932000', '130203.934000', '130203.937000', '130203.940000', '130203.943000', '130203.946000', '130203.949000', '130203.952000', '130203.955000', '130203.957000', '130203.960000', '130203.963000', '130203.966000', '130223.842000', '130223.845000', '130223.848000', '130223.851000', '130223.854000', '130223.857000', '130223.860000', '130223.863000', '130223.866000', '130223.869000', '130223.872000', '130223.874000', '130223.877000', '130223.880000', '130223.883000', '130223.886000', '130223.889000', '130223.892000', '130223.895000', '130223.902000', '130223.905000', '130223.908000', '130223.911000', '130223.914000', '130223.917000', '130223.920000', '130223.923000', '130223.926000', '130223.928000', '130223.931000', '130223.934000', '130223.937000', '130223.940000', '130223.943000', '130223.946000', '130223.949000', '130223.952000', '130223.955000', '130223.957000', '130223.960000', '130223.963000', '130223.966000', '130223.969000', '130243.842000', '130243.845000', '130243.848000', '130243.851000', '130243.862000', '130243.865000', '130243.868000', '130243.871000', '130243.874000', '130243.876000', '130243.880000', '130243.882000', '130243.885000', '130243.888000', '130243.891000', '130243.894000', '130243.897000', '130243.900000', '130243.903000', '130243.905000', '130243.908000', '130243.911000', '130243.914000', '130243.917000', '130243.920000', '130243.923000', '130243.926000', '130243.929000', '130243.931000', '130243.934000', '130243.937000', '130243.940000', '130243.943000', '130243.946000', '130243.949000', '130243.952000', '130243.954000', '130243.957000', '130243.960000', '130243.963000', '130243.966000', '130243.969000', '130243.972000', '130303.842000', '130303.845000', '130303.848000', '130303.851000', '130303.854000', '130303.857000', '130303.860000', '130303.863000', '130303.865000', '130303.868000', '130303.871000', '130303.874000', '130303.885000', '130303.888000', '130303.891000', '130303.894000', '130303.897000', '130303.900000', '130303.903000', '130303.906000', '130303.908000', '130303.911000', '130303.914000', '130303.917000', '130303.920000', '130303.946000', '130303.949000', '130303.951000', '130303.954000', '130303.957000', '130303.960000', '130303.963000', '130303.966000', '130303.969000', '130303.972000', '130303.975000', '130303.977000', '130303.980000', '130303.983000', '130303.986000', '130303.989000', '130303.992000', '130303.995000', '130303.998000', '130323.843000', '130323.846000', '130323.849000', '130323.852000', '130323.855000', '130323.858000', '130323.861000', '130323.864000', '130323.867000', '130323.870000', '130323.873000', '130323.876000', '130323.879000', '130323.882000', '130323.884000', '130323.887000', '130323.890000', '130323.893000', '130323.911000', '130323.913000', '130323.916000', '130323.919000', '130323.922000', '130323.925000', '130323.928000', '130323.931000', '130323.934000', '130323.936000', '130323.939000', '130323.942000', '130323.945000', '130323.948000', '130323.951000', '130323.954000', '130323.957000', '130323.959000', '130323.962000', '130323.965000', '130323.968000', '130323.971000', '130323.974000', '130323.977000', '130323.980000', '130343.842000', '130343.845000', '130343.848000', '130343.851000', '130343.907000', '130343.910000', '130343.913000', '130343.916000', '130343.919000', '130343.922000', '130343.925000', '130343.927000', '130343.930000', '130343.933000', '130343.936000', '130343.939000', '130343.942000', '130343.945000', '130343.948000', '130343.951000', '130343.954000', '130343.956000', '130343.959000', '130343.962000', '130343.965000', '130343.968000', '130343.971000', '130343.974000', '130343.977000', '130343.980000', '130343.983000', '130343.986000', '130343.989000', '130343.991000', '130343.994000', '130343.997000', '130344.001000', '130344.004000', '130344.007000', '130344.010000', '130344.013000', '130344.016000', '130344.019000', '130344.022000', '130403.842000', '130403.845000', '130403.848000', '130403.851000', '130403.854000', '130403.857000', '130403.860000', '130403.863000', '130403.866000', '130403.868000', '130403.872000', '130403.874000', '130403.877000', '130403.885000', '130403.896000', '130403.899000', '130403.902000', '130403.905000', '130403.908000', '130403.911000', '130403.914000', '130403.916000', '130403.919000', '130403.922000', '130403.925000', '130403.928000', '130403.931000', '130403.934000', '130403.937000', '130403.940000', '130403.943000', '130403.945000', '130403.948000', '130403.951000', '130403.954000', '130403.957000', '130403.960000', '130403.963000', '130403.966000', '130403.969000', '130403.972000', '130403.975000', '130403.977000', '130423.842000', '130423.845000', '130423.848000', '130423.851000', '130423.854000', '130423.857000', '130423.860000', '130423.863000', '130423.866000', '130423.869000', '130423.871000', '130423.875000', '130423.877000', '130423.880000', '130423.883000', '130423.886000', '130423.889000', '130423.892000', '130423.895000', '130423.898000', '130423.901000', '130423.914000', '130423.934000', '130423.937000', '130423.940000', '130423.943000', '130423.946000', '130423.949000', '130423.951000', '130423.954000', '130423.957000', '130423.960000', '130423.963000', '130423.966000', '130423.969000', '130423.972000', '130423.975000', '130423.978000', '130423.980000', '130423.983000', '130423.986000', '130423.989000', '130423.992000', '130423.995000', '130443.842000', '130443.845000', '130443.848000', '130443.851000', '130443.854000', '130443.865000', '130443.868000', '130443.871000', '130443.874000', '130443.877000', '130443.880000', '130443.883000', '130443.885000', '130443.888000', '130443.891000', '130443.894000', '130443.897000', '130443.900000', '130443.903000', '130443.906000', '130443.909000', '130443.924000', '130443.926000', '130443.929000', '130443.932000', '130443.935000', '130443.938000', '130443.941000', '130443.944000', '130443.947000', '130443.950000', '130443.953000', '130443.955000', '130443.958000', '130443.961000', '130443.964000', '130443.967000', '130443.970000', '130443.973000', '130443.976000', '130443.979000', '130443.982000', '130443.985000', '130503.842000', '130503.846000', '130503.849000', '130503.852000', '130503.854000', '130503.857000', '130503.860000', '130503.863000', '130503.866000', '130503.869000', '130503.872000', '130503.875000', '130503.878000', '130503.881000', '130503.884000', '130503.887000', '130503.889000', '130503.892000', '130503.895000', '130503.898000', '130503.901000', '130503.904000', '130503.907000', '130503.910000', '130503.913000', '130503.916000', '130503.919000', '130503.922000', '130503.924000', '130503.927000', '130503.930000', '130503.933000', '130503.936000', '130503.939000', '130503.942000', '130503.945000', '130503.948000', '130503.950000', '130503.953000', '130503.956000', '130503.959000', '130503.962000', '130503.965000', '130503.968000', '130523.842000', '130523.845000', '130523.848000', '130523.851000', '130523.856000', '130523.859000', '130523.862000', '130523.864000', '130523.868000', '130523.870000', '130523.873000', '130523.876000', '130523.879000', '130523.882000', '130523.885000', '130523.888000', '130523.891000', '130523.893000', '130523.896000', '130523.899000', '130523.902000', '130523.905000', '130523.910000', '130523.914000', '130523.918000', '130523.921000', '130523.924000', '130523.926000', '130523.929000', '130523.932000', '130523.935000', '130523.938000', '130523.941000', '130523.953000', '130523.956000', '130523.959000', '130523.962000', '130523.965000', '130523.968000', '130523.971000', '130523.973000', '130523.976000', '130523.979000', '130543.843000', '130543.846000', '130543.849000', '130543.852000', '130543.855000', '130543.858000', '130543.861000', '130543.864000', '130543.867000', '130543.870000', '130543.873000', '130543.876000', '130543.878000', '130543.881000', '130543.884000', '130543.887000', '130543.890000', '130543.893000', '130543.906000', '130543.909000', '130543.912000', '130543.915000', '130543.918000', '130543.920000', '130543.923000', '130543.926000', '130543.929000', '130543.932000', '130543.935000', '130543.938000', '130543.941000', '130543.944000', '130543.947000', '130543.950000', '130543.953000', '130543.955000', '130543.958000', '130543.961000', '130543.964000', '130543.967000', '130543.970000', '130543.973000', '130543.976000', '130543.979000', '130603.842000', '130603.845000', '130603.848000', '130603.851000', '130603.854000', '130603.857000', '130603.860000', '130603.863000', '130603.866000', '130603.869000', '130603.871000', '130603.874000', '130603.877000', '130603.880000', '130603.883000', '130603.886000', '130603.889000', '130603.892000', '130603.895000', '130603.898000', '130603.901000', '130603.903000', '130603.906000', '130603.909000', '130603.912000', '130603.915000', '130603.918000', '130603.921000', '130603.924000', '130603.926000', '130603.929000', '130603.932000', '130603.935000', '130603.938000', '130603.941000', '130603.944000', '130603.947000', '130603.957000', '130603.960000', '130603.963000', '130603.966000', '130603.969000', '130603.972000', '130623.842000', '130623.845000', '130623.848000', '130623.851000', '130623.854000', '130623.857000', '130623.860000', '130623.863000', '130623.866000', '130623.869000', '130623.872000', '130623.874000', '130623.878000', '130623.880000', '130623.883000', '130623.886000', '130623.889000', '130623.892000', '130623.895000', '130623.898000', '130623.901000', '130623.904000', '130623.907000', '130623.910000', '130623.913000', '130623.915000', '130623.918000', '130623.921000', '130623.924000', '130623.927000', '130623.930000', '130623.933000', '130623.936000', '130623.939000', '130623.942000', '130623.944000', '130623.947000', '130623.950000', '130623.953000', '130623.956000', '130623.959000', '130623.962000', '130623.965000', '130623.967000', '130631.153000', '130631.157000', '130631.160000', '130631.163000', '130631.174000', '130631.177000', '130631.180000', '130631.183000', '130631.186000', '130631.189000', '130631.192000', '130631.195000', '130631.199000', '130631.201000', '130631.204000', '130631.207000'], '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': [11959, 12608, 18498, 11381, 11380, 16404, 11484, 15760, 16816, 11823, 15667, 11002, 10972, 13592, 10942, 11409, 16467, 12178, 11156, 16424, 11753, 10755, 15945, 12509, 11252, 17048, 12198, 11183, 16396, 12108, 11014, 17133, 11833, 11744, 15193, 11446, 11752, 12477, 13878, 12591, 14773, 17086, 11581, 10981, 15821, 12790, 11765, 14385, 14232, 11398, 17484, 10977, 10764, 15403, 10946, 11334, 16539, 10896, 11350, 16566, 11482, 11046, 15782, 11428, 11321, 16449, 12345, 12511, 17222, 11643, 11564, 17427, 12024, 14037, 17970, 13315, 15519, 11935, 11164, 15451, 13999, 11276, 16950, 15643, 11273, 15761, 10724, 11071, 15359, 13950, 11104, 16245, 15083, 11191, 16074, 11298, 10612, 15392, 11981, 11251, 15991, 16353, 11200, 15450, 11414, 10791, 15657, 17191, 11566, 14669, 15714, 11219, 12489, 14724, 11163, 10059, 16658, 11844, 10951, 16733, 11387, 10878, 16381, 10959, 10194, 16642, 11599, 10728, 16605, 11599, 13951, 17441, 11092, 10577, 16536, 11342, 12829, 17006, 11774, 12327, 14259, 11060, 12347, 16420, 11523, 14896, 16158, 11551, 14365, 11612, 10827, 14624, 11479, 11272, 16784, 11380, 10952, 14845, 11661, 11036, 16032, 11115, 10888, 16754, 11403, 10426, 17017, 11667, 11811, 17694, 11259, 10647, 16565, 11115, 10272, 16583, 11688, 13793, 16747, 11500, 15081, 11471, 10923, 15171, 11820, 10986, 16880, 11723, 10580, 16255, 11632, 10459, 16787, 11535, 11999, 17923, 11320, 11467, 13935, 10917, 14152, 14134, 11269, 16342, 11343, 10865, 16452, 11530, 10397, 17326, 11747, 12007, 17958, 11670, 10686, 16443, 11287, 10517, 16479, 11713, 14324, 12456, 10985, 15217, 11204, 10760, 16432, 11498, 10999, 17248, 11262, 10717, 16166, 10508, 10756, 17069, 11453, 11004, 17355, 11045, 11301, 17298, 11218, 12706, 17677, 12361, 13514, 15668, 11086, 11545, 17213, 11263, 11690, 16066, 11443, 14558, 11451, 10744, 15342, 12869, 11429, 15771, 12057, 10737, 15894, 11499, 10760, 15837, 11216, 11039, 16282, 10667, 11113, 16168, 11352, 10475, 16376, 11151, 10783, 17285, 11411, 12813, 15839, 10917, 12386, 17607, 11321, 12599, 17753, 11598, 14885, 10729, 10990, 15405, 11180, 11000, 16536, 11461, 10937, 17728, 11181, 10417, 15446, 11245, 13593, 15572, 11520, 15985, 11623, 10277, 14031, 10921, 14994, 17824, 13835, 14639, 18033, 12212, 13050, 10904, 10558, 14975, 11077, 10619, 17269, 10950, 14030, 10992, 10578, 15110, 16616, 11264, 13550, 14781, 11122, 15933, 11438, 10462, 15354, 11642, 10847, 16394, 11502, 11841, 14405, 10622, 13291, 14614, 10879, 16042, 15133, 11320, 16465, 11155, 10221, 15590, 10999, 10514, 16977, 10748, 12548, 17621, 13568, 15356, 10568, 10194, 10904, 15028, 17687, 11919, 10968, 15953, 10965, 10118, 16647, 10487, 11960, 17352, 11464, 13180, 17161, 12267, 11730, 16347, 13256, 15812, 10684, 16102, 13180, 17894, 11849, 13163, 17869, 11053, 9983, 11359, 11322, 10076, 13268, 10992, 9932, 14284, 11333, 10115, 13623, 11240, 10240, 15459, 11376, 9941, 15300, 11391, 10647, 14963, 11660, 11417, 12381, 10225, 11645, 10882, 11185, 11365, 11639, 12710, 16775, 11271, 11457, 14818, 10245, 11336, 15292, 10305, 11398, 17055, 11180, 10770, 16546, 11443, 11312, 17303, 11392, 15560, 10593, 11119, 15903, 10876, 11170, 15885, 10811, 11485, 16899, 11576, 10971, 16551, 11440, 11249, 16934, 11404, 11905, 17588, 11967, 10883, 16230, 11926, 10972, 16365, 11054, 13949, 15736, 10898, 11964, 13363, 10732, 13273, 15071, 10432, 15322, 12234, 10802, 12921, 9355, 10710, 14816, 9487, 11001, 15982, 10861, 11148, 16323, 10795, 11051, 16385, 11122, 13868, 10244, 11415, 15742, 10507, 11066, 15684, 12141, 11424, 17049, 11547, 13451, 17800, 11687, 14197, 16974, 12397, 14693, 10387, 10863, 16099, 10561, 10706, 16723, 10742, 10749, 17081, 10540, 10683, 16023, 11152, 10697, 16236, 10433, 10870, 17065, 11191, 10617, 10723, 10947, 15545, 11242, 14662, 14677, 10771, 15313, 16181, 10893, 14511, 16653, 11450, 13337, 10142, 10607, 14082, 10279, 10527, 14754, 10222, 10702, 16218, 10854, 10213, 13893, 10714, 13582, 15008, 10970, 14811, 10503, 10865, 14716, 10867, 14200, 17352, 11616, 13917, 16686, 11122, 14663, 10945, 10505, 15277, 11091, 10744, 15692, 10817, 10894, 16146, 10945, 11020, 14708, 10717, 15074, 13130, 10583, 16047, 10332, 10553, 15717, 10912, 10550, 16617, 10908, 15299, 12717, 10709, 14450, 10653, 10608, 16225, 10583, 10632, 17008, 11297, 11451, 11460, 11010, 14720, 12588, 10918, 15869, 11221, 10735, 15537, 11420, 14263, 17228, 11345, 13776, 16300, 11370, 15491, 11091, 10300, 16181, 11063, 10311, 16091, 10388, 13023, 15339, 10505, 13315, 16867, 10824, 11841, 15947, 10949, 13984, 12896, 10551, 13159, 11148, 10582, 15447, 11077, 11239, 16320, 10765, 13006, 14612, 10743, 12556, 15189, 10970, 14829, 10682, 10564, 14075, 10360, 10516, 15356, 10250, 12748, 13357, 10514, 11780, 11124, 13270, 16995, 11523, 11944, 16779, 11705, 11913, 14005, 10487, 13736, 10408, 10671, 15542, 11080, 15130, 14702, 10689, 15032, 11275, 10571, 16586, 11345, 15665, 11042, 10537, 15837, 10779, 10591, 16911, 10518, 12847, 16728, 10722, 10597, 16413, 10745, 13313, 16814, 10902, 10241, 12669, 10667, 12151, 14305, 10666, 13080, 14632, 10779, 14436, 10847, 10534, 12689, 10422, 10612, 14678, 10601, 10714, 16074, 11435, 10328, 15782, 11358, 10557, 15953, 10936, 13007, 16236, 10645, 11674, 15115, 10812, 14282, 16892, 11523, 14863, 10061, 10514, 13702, 10171, 10444, 15756, 12111, 11704, 18000, 10909, 10782, 14884, 10818, 11387, 16502, 11174, 14908, 10946, 10631, 13481, 10872, 14857, 10938, 12596, 18141, 11702, 13893, 14527, 10713, 15157, 17631, 12595, 14221, 14667, 10577, 10911, 16425, 10898, 12394, 16381, 11201, 11429, 12680, 10493, 10102, 15796, 10802, 10132, 15553, 10860, 10937, 13385, 10494, 11165, 13779, 10782, 11851, 15266, 10876, 13907, 10845, 10747, 13319, 12369, 10470, 15217, 11550, 10433, 16702, 10702, 10106, 15952, 10787, 10402, 16086, 10151, 11722, 16579, 10603, 10037, 15626, 10531, 11019, 15500, 10704, 12952, 11334, 10405, 13268, 10116, 10529, 15374, 10462, 10910, 16828, 10836, 10670, 15938, 11028, 10580, 15978, 11080, 13072, 15982, 10713, 11032, 16533, 10476, 11058, 16358, 10133, 12573, 13174, 10527, 12200, 13792, 10362, 14563, 14131, 10332, 15758, 10185, 10079, 15888, 10388, 10548, 15876, 10421, 12692, 15868, 10538, 12863, 10818, 10443, 15722, 11042, 12936, 15671, 10713, 15609, 10932, 10392, 15972, 10521, 13286, 16980, 12073, 14064, 12952, 10680, 13197, 9749, 10475, 15367, 12579, 10590, 16237, 10826, 10511, 15490, 10776, 10257, 16192, 10876, 12119, 15859, 11007, 11407, 16986, 10994, 12714, 16903, 10960, 12744, 9956, 10515, 14142, 15004, 10485, 15000, 12610, 10435, 16202, 10767, 9986, 16074, 10588, 10091, 15759, 10323, 10175, 15786, 10717, 10218, 15840, 10955, 10277, 15856, 10417, 12187, 13606, 10355, 12420, 14480, 10566, 14496, 12329, 10521, 15366, 11101, 10318, 15613, 11254, 10490, 16122, 10611, 13519, 14291, 10402, 13971, 11959, 9961, 15153, 10333, 10544, 16755, 10280, 12977, 9578, 10246, 16854, 11562, 11674, 17034, 10376, 10507, 10362, 10164, 15788, 14077, 11466, 16263, 10895, 10386, 14893, 11100, 10634, 15688, 10698, 13531, 10061, 10295, 13804, 10217, 10454, 15306, 10310, 10487, 16520, 10407, 10779, 16891, 10470, 13104, 16447, 10827, 14514, 9735, 10031, 13795, 9698, 10237, 15479, 9987, 10595, 16976, 10204, 10203, 14154, 10256, 13488, 16727, 10900, 14851, 10416, 10373, 14268, 10453, 10865, 14803, 11063, 10661, 16384, 11300, 10338, 10694, 10831, 15555, 15276, 10976, 16336, 11848, 10444, 15959, 10340, 10404, 16304, 10966, 10423, 16385, 10563, 10424, 16258, 10962, 10033, 16262, 11027, 10353, 16819, 10788, 12640, 17796, 10678, 10581, 16635, 11183, 12235, 15002, 10785, 15653, 11100, 10430, 15638, 10908, 10168, 14689, 13125, 10276, 14665, 14209, 10185, 14771, 10254, 9818, 15810, 10366, 10062, 16720, 10508, 11932, 17535, 10358, 10250, 13704, 10234, 11363, 10438, 10419, 14719, 10505, 15815, 10632, 13928, 11041, 14529, 10721, 10473, 14481, 10338, 16569, 18004, 14101, 15409, 17521, 10190, 10352, 13942, 10108, 12719, 17526, 10708, 13487, 16189, 11206, 14963, 10475, 10358, 15423, 10526, 10396, 15889, 10826, 10805, 15327, 10283, 15662, 10852, 10671, 12220, 11059, 14181, 17125, 11430, 15254, 12114, 10333, 15990, 10119, 10463, 16639, 10486, 10886, 15559, 10576, 13373, 13482, 10015, 13121, 10137, 10332, 15911, 10708, 15411, 10665, 10388, 14608, 10201, 11710, 14880, 10172, 14665, 16326, 11366, 14043, 10538, 10630, 14530, 10149, 11218, 16283, 10546, 11100, 15624, 10264, 9925, 14849, 10025, 9965, 15180, 9718, 10583, 15929, 10059, 10605, 15964, 10235, 10126, 15545, 9958, 13243, 16445, 10024, 10424, 14391, 10264, 11123, 14939, 10124, 13704, 13183, 10280, 13402, 10479, 10418, 15330, 10546, 12189, 10494, 10213, 12577, 10157, 9840, 10270, 15772, 17838, 13345, 13175, 15125, 10724, 15945, 10417, 10061, 10346, 10143, 16662, 10455, 13687, 16629, 12922, 16739, 10628, 10660, 13461, 10310, 15341, 11001, 10576, 16814, 10672, 14585, 10815, 9985, 13095, 10263, 13327, 10242, 10274, 15993, 10373, 15088, 9938, 10740, 10065, 10286, 10217, 10779, 16132, 11038, 13269, 17190, 10534, 13567, 17127, 10988, 12744, 13919, 10112, 15074, 11696, 10273, 16080, 10114, 10148, 16226, 10790, 11396, 17416, 10876, 13120, 18411, 11645, 12904, 10384, 10610, 14129, 10560, 10553, 14548, 10664, 14311, 11249, 10815, 14341, 10620, 10452, 12472, 10587, 10306, 14506, 10132, 9946, 15220, 10789, 9847, 10700, 10482, 9877, 13879, 10017, 10911, 11881, 9793, 11547, 10508, 12336, 10429, 11482, 9417], 'WindowCenter': [4411.0, 4407.0, 4435.0, 4381.0, 4379.0, 4396.0, 4366.0, 4397.0, 4394.0, 4365.0, 4396.0, 4354.0, 4353.0, 4374.0, 4352.0, 4363.0, 4394.0, 4360.0, 4364.0, 4394.0, 4364.0, 4364.0, 4394.0, 4373.0, 4363.0, 4395.0, 4364.0, 4366.0, 4395.0, 4375.0, 4366.0, 4395.0, 4365.0, 4375.0, 4384.0, 4365.0, 4376.0, 4390.0, 4397.0, 4389.0, 4412.0, 4423.0, 4366.0, 4355.0, 4385.0, 4363.0, 4362.0, 4385.0, 4372.0, 4365.0, 4406.0, 4364.0, 4367.0, 4395.0, 4352.0, 4363.0, 4395.0, 4351.0, 4367.0, 4408.0, 4378.0, 4379.0, 4397.0, 4365.0, 4365.0, 4408.0, 4377.0, 4379.0, 4419.0, 4379.0, 4380.0, 4409.0, 4378.0, 4397.0, 4407.0, 4387.0, 4400.0, 4376.0, 4377.0, 4407.0, 4386.0, 4366.0, 4406.0, 4394.0, 4365.0, 4398.0, 4366.0, 4367.0, 4397.0, 4383.0, 4365.0, 4397.0, 4382.0, 4365.0, 4397.0, 4364.0, 4365.0, 4396.0, 4364.0, 4364.0, 4395.0, 4392.0, 4364.0, 4397.0, 4364.0, 4365.0, 4395.0, 4405.0, 4361.0, 4383.0, 4384.0, 4354.0, 4373.0, 4384.0, 4363.0, 4344.0, 4394.0, 4363.0, 4353.0, 4394.0, 4364.0, 4364.0, 4395.0, 4353.0, 4355.0, 4394.0, 4363.0, 4354.0, 4393.0, 4362.0, 4386.0, 4406.0, 4366.0, 4353.0, 4393.0, 4362.0, 4374.0, 4393.0, 4363.0, 4373.0, 4385.0, 4366.0, 4375.0, 4394.0, 4362.0, 4395.0, 4394.0, 4365.0, 4385.0, 4365.0, 4364.0, 4395.0, 4364.0, 4364.0, 4406.0, 4365.0, 4365.0, 4395.0, 4365.0, 4363.0, 4395.0, 4364.0, 4365.0, 4405.0, 4365.0, 4365.0, 4406.0, 4365.0, 4374.0, 4405.0, 4365.0, 4355.0, 4403.0, 4365.0, 4354.0, 4403.0, 4373.0, 4385.0, 4403.0, 4365.0, 4397.0, 4375.0, 4366.0, 4396.0, 4364.0, 4364.0, 4405.0, 4364.0, 4366.0, 4407.0, 4363.0, 4364.0, 4405.0, 4373.0, 4375.0, 4406.0, 4365.0, 4377.0, 4385.0, 4365.0, 4387.0, 4383.0, 4364.0, 4405.0, 4365.0, 4364.0, 4407.0, 4376.0, 4364.0, 4402.0, 4373.0, 4374.0, 4405.0, 4364.0, 4366.0, 4396.0, 4365.0, 4365.0, 4405.0, 4374.0, 4395.0, 4377.0, 4367.0, 4406.0, 4365.0, 4367.0, 4408.0, 4364.0, 4366.0, 4406.0, 4365.0, 4365.0, 4394.0, 4353.0, 4365.0, 4405.0, 4364.0, 4364.0, 4405.0, 4365.0, 4365.0, 4404.0, 4363.0, 4374.0, 4404.0, 4375.0, 4387.0, 4395.0, 4365.0, 4364.0, 4403.0, 4364.0, 4373.0, 4394.0, 4364.0, 4396.0, 4375.0, 4365.0, 4397.0, 4373.0, 4365.0, 4395.0, 4363.0, 4353.0, 4396.0, 4364.0, 4364.0, 4396.0, 4362.0, 4364.0, 4394.0, 4353.0, 4363.0, 4405.0, 4365.0, 4366.0, 4406.0, 4365.0, 4365.0, 4407.0, 4376.0, 4387.0, 4395.0, 4366.0, 4377.0, 4404.0, 4364.0, 4374.0, 4403.0, 4365.0, 4396.0, 4365.0, 4365.0, 4396.0, 4363.0, 4364.0, 4405.0, 4362.0, 4364.0, 4405.0, 4365.0, 4366.0, 4395.0, 4366.0, 4386.0, 4394.0, 4365.0, 4406.0, 4375.0, 4368.0, 4397.0, 4367.0, 4398.0, 4408.0, 4385.0, 4386.0, 4402.0, 4364.0, 4374.0, 4354.0, 4354.0, 4393.0, 4362.0, 4354.0, 4403.0, 4364.0, 4386.0, 4366.0, 4366.0, 4399.0, 4406.0, 4365.0, 4386.0, 4383.0, 4364.0, 4406.0, 4376.0, 4366.0, 4395.0, 4363.0, 4365.0, 4395.0, 4364.0, 4377.0, 4396.0, 4366.0, 4388.0, 4395.0, 4365.0, 4395.0, 4384.0, 4364.0, 4405.0, 4364.0, 4356.0, 4395.0, 4353.0, 4352.0, 4392.0, 4352.0, 4375.0, 4405.0, 4372.0, 4393.0, 4354.0, 4352.0, 4364.0, 4409.0, 4408.0, 4360.0, 4352.0, 4392.0, 4352.0, 4354.0, 4404.0, 4354.0, 4361.0, 4392.0, 4351.0, 4360.0, 4389.0, 4359.0, 4361.0, 4381.0, 4361.0, 4380.0, 4340.0, 4380.0, 4359.0, 4393.0, 4349.0, 4359.0, 4378.0, 4322.0, 4301.0, 4320.0, 4320.0, 4310.0, 4343.0, 4322.0, 4313.0, 4353.0, 4332.0, 4324.0, 4343.0, 4334.0, 4326.0, 4367.0, 4348.0, 4338.0, 4379.0, 4350.0, 4351.0, 4381.0, 4373.0, 4348.0, 4359.0, 4348.0, 4361.0, 4366.0, 4376.0, 4379.0, 4391.0, 4402.0, 4424.0, 4367.0, 4376.0, 4385.0, 4353.0, 4364.0, 4394.0, 4354.0, 4378.0, 4419.0, 4377.0, 4378.0, 4406.0, 4365.0, 4366.0, 4406.0, 4378.0, 4410.0, 4368.0, 4379.0, 4410.0, 4365.0, 4366.0, 4394.0, 4364.0, 4365.0, 4408.0, 4376.0, 4367.0, 4407.0, 4366.0, 4366.0, 4406.0, 4364.0, 4377.0, 4407.0, 4376.0, 4366.0, 4396.0, 4364.0, 4365.0, 4395.0, 4363.0, 4398.0, 4396.0, 4366.0, 4378.0, 4385.0, 4364.0, 4386.0, 4395.0, 4366.0, 4408.0, 4377.0, 4377.0, 4389.0, 4357.0, 4368.0, 4399.0, 4357.0, 4378.0, 4411.0, 4378.0, 4392.0, 4421.0, 4377.0, 4390.0, 4422.0, 4381.0, 4413.0, 4382.0, 4391.0, 4422.0, 4368.0, 4380.0, 4410.0, 4378.0, 4381.0, 4422.0, 4392.0, 4402.0, 4419.0, 4378.0, 4399.0, 4407.0, 4377.0, 4398.0, 4368.0, 4379.0, 4410.0, 4366.0, 4367.0, 4409.0, 4364.0, 4367.0, 4410.0, 4366.0, 4368.0, 4406.0, 4365.0, 4365.0, 4395.0, 4354.0, 4365.0, 4407.0, 4365.0, 4365.0, 4364.0, 4365.0, 4406.0, 4364.0, 4398.0, 4397.0, 4368.0, 4408.0, 4395.0, 4353.0, 4395.0, 4394.0, 4364.0, 4382.0, 4354.0, 4365.0, 4385.0, 4354.0, 4364.0, 4394.0, 4352.0, 4364.0, 4406.0, 4366.0, 4366.0, 4385.0, 4364.0, 4387.0, 4395.0, 4365.0, 4397.0, 4367.0, 4376.0, 4398.0, 4379.0, 4399.0, 4407.0, 4365.0, 4386.0, 4394.0, 4365.0, 4396.0, 4366.0, 4367.0, 4396.0, 4364.0, 4364.0, 4392.0, 4352.0, 4365.0, 4395.0, 4365.0, 4368.0, 4396.0, 4364.0, 4407.0, 4384.0, 4364.0, 4409.0, 4365.0, 4368.0, 4397.0, 4364.0, 4367.0, 4405.0, 4365.0, 4407.0, 4387.0, 4367.0, 4399.0, 4365.0, 4367.0, 4408.0, 4365.0, 4365.0, 4407.0, 4367.0, 4377.0, 4377.0, 4365.0, 4396.0, 4375.0, 4365.0, 4396.0, 4366.0, 4378.0, 4407.0, 4377.0, 4398.0, 4405.0, 4365.0, 4386.0, 4393.0, 4364.0, 4395.0, 4364.0, 4366.0, 4406.0, 4363.0, 4354.0, 4393.0, 4352.0, 4374.0, 4396.0, 4366.0, 4387.0, 4405.0, 4353.0, 4363.0, 4381.0, 4349.0, 4384.0, 4371.0, 4352.0, 4374.0, 4352.0, 4352.0, 4394.0, 4361.0, 4363.0, 4395.0, 4365.0, 4384.0, 4382.0, 4351.0, 4374.0, 4381.0, 4352.0, 4395.0, 4353.0, 4362.0, 4385.0, 4350.0, 4365.0, 4393.0, 4352.0, 4375.0, 4386.0, 4365.0, 4376.0, 4378.0, 4399.0, 4407.0, 4365.0, 4377.0, 4407.0, 4364.0, 4377.0, 4396.0, 4365.0, 4383.0, 4354.0, 4364.0, 4395.0, 4364.0, 4409.0, 4409.0, 4369.0, 4407.0, 4377.0, 4368.0, 4405.0, 4365.0, 4408.0, 4377.0, 4366.0, 4408.0, 4363.0, 4366.0, 4405.0, 4352.0, 4374.0, 4395.0, 4364.0, 4353.0, 4391.0, 4352.0, 4383.0, 4393.0, 4352.0, 4352.0, 4372.0, 4352.0, 4373.0, 4380.0, 4353.0, 4374.0, 4380.0, 4352.0, 4384.0, 4353.0, 4353.0, 4373.0, 4352.0, 4352.0, 4394.0, 4352.0, 4364.0, 4407.0, 4375.0, 4366.0, 4396.0, 4365.0, 4366.0, 4394.0, 4364.0, 4387.0, 4407.0, 4366.0, 4378.0, 4396.0, 4366.0, 4397.0, 4406.0, 4364.0, 4396.0, 4354.0, 4365.0, 4385.0, 4353.0, 4365.0, 4395.0, 4373.0, 4364.0, 4417.0, 4365.0, 4367.0, 4395.0, 4365.0, 4376.0, 4405.0, 4365.0, 4397.0, 4366.0, 4368.0, 4387.0, 4377.0, 4409.0, 4366.0, 4388.0, 4419.0, 4379.0, 4399.0, 4397.0, 4365.0, 4397.0, 4406.0, 4373.0, 4384.0, 4382.0, 4353.0, 4363.0, 4393.0, 4351.0, 4373.0, 4391.0, 4352.0, 4362.0, 4371.0, 4353.0, 4352.0, 4381.0, 4351.0, 4342.0, 4381.0, 4351.0, 4353.0, 4373.0, 4355.0, 4364.0, 4383.0, 4364.0, 4372.0, 4394.0, 4365.0, 4385.0, 4365.0, 4365.0, 4387.0, 4374.0, 4353.0, 4396.0, 4363.0, 4354.0, 4406.0, 4355.0, 4356.0, 4396.0, 4353.0, 4352.0, 4392.0, 4341.0, 4365.0, 4406.0, 4355.0, 4356.0, 4395.0, 4353.0, 4365.0, 4393.0, 4364.0, 4387.0, 4366.0, 4366.0, 4387.0, 4365.0, 4367.0, 4408.0, 4366.0, 4366.0, 4408.0, 4367.0, 4367.0, 4407.0, 4366.0, 4367.0, 4396.0, 4365.0, 4388.0, 4408.0, 4368.0, 4368.0, 4406.0, 4366.0, 4365.0, 4395.0, 4354.0, 4376.0, 4387.0, 4367.0, 4388.0, 4395.0, 4367.0, 4397.0, 4383.0, 4355.0, 4409.0, 4366.0, 4357.0, 4406.0, 4354.0, 4355.0, 4396.0, 4354.0, 4375.0, 4405.0, 4368.0, 4387.0, 4365.0, 4366.0, 4406.0, 4377.0, 4387.0, 4408.0, 4369.0, 4409.0, 4378.0, 4369.0, 4409.0, 4367.0, 4399.0, 4407.0, 4376.0, 4399.0, 4389.0, 4378.0, 4398.0, 4357.0, 4367.0, 4408.0, 4375.0, 4365.0, 4410.0, 4378.0, 4368.0, 4408.0, 4368.0, 4369.0, 4406.0, 4366.0, 4379.0, 4408.0, 4379.0, 4380.0, 4408.0, 4367.0, 4387.0, 4404.0, 4367.0, 4388.0, 4355.0, 4367.0, 4399.0, 4395.0, 4365.0, 4396.0, 4374.0, 4354.0, 4405.0, 4365.0, 4356.0, 4394.0, 4352.0, 4353.0, 4384.0, 4341.0, 4353.0, 4394.0, 4354.0, 4355.0, 4393.0, 4351.0, 4352.0, 4391.0, 4352.0, 4374.0, 4385.0, 4354.0, 4387.0, 4394.0, 4365.0, 4386.0, 4372.0, 4353.0, 4395.0, 4366.0, 4367.0, 4396.0, 4363.0, 4365.0, 4394.0, 4353.0, 4387.0, 4396.0, 4367.0, 4398.0, 4373.0, 4354.0, 4395.0, 4352.0, 4366.0, 4407.0, 4368.0, 4399.0, 4356.0, 4367.0, 4408.0, 4365.0, 4376.0, 4407.0, 4355.0, 4366.0, 4356.0, 4366.0, 4407.0, 4384.0, 4362.0, 4395.0, 4363.0, 4353.0, 4394.0, 4364.0, 4363.0, 4394.0, 4354.0, 4387.0, 4355.0, 4366.0, 4397.0, 4355.0, 4365.0, 4396.0, 4354.0, 4367.0, 4409.0, 4368.0, 4379.0, 4406.0, 4365.0, 4387.0, 4396.0, 4364.0, 4385.0, 4356.0, 4356.0, 4386.0, 4352.0, 4365.0, 4395.0, 4353.0, 4366.0, 4408.0, 4365.0, 4368.0, 4397.0, 4366.0, 4387.0, 4404.0, 4364.0, 4395.0, 4364.0, 4366.0, 4396.0, 4352.0, 4378.0, 4424.0, 4378.0, 4354.0, 4390.0, 4363.0, 4352.0, 4350.0, 4362.0, 4406.0, 4393.0, 4364.0, 4396.0, 4373.0, 4365.0, 4404.0, 4351.0, 4353.0, 4392.0, 4351.0, 4348.0, 4390.0, 4351.0, 4353.0, 4404.0, 4363.0, 4354.0, 4393.0, 4351.0, 4350.0, 4392.0, 4351.0, 4373.0, 4404.0, 4353.0, 4364.0, 4391.0, 4350.0, 4360.0, 4379.0, 4351.0, 4394.0, 4362.0, 4352.0, 4394.0, 4351.0, 4340.0, 4382.0, 4369.0, 4339.0, 4380.0, 4369.0, 4340.0, 4380.0, 4350.0, 4341.0, 4380.0, 4337.0, 4340.0, 4391.0, 4339.0, 4362.0, 4392.0, 4366.0, 4368.0, 4382.0, 4354.0, 4361.0, 4351.0, 4352.0, 4393.0, 4364.0, 4407.0, 4378.0, 4399.0, 4378.0, 4398.0, 4367.0, 4368.0, 4398.0, 4369.0, 4422.0, 4421.0, 4386.0, 4396.0, 4405.0, 4353.0, 4353.0, 4371.0, 4339.0, 4360.0, 4391.0, 4351.0, 4372.0, 4380.0, 4351.0, 4382.0, 4351.0, 4352.0, 4380.0, 4337.0, 4338.0, 4380.0, 4338.0, 4351.0, 4381.0, 4353.0, 4394.0, 4363.0, 4354.0, 4362.0, 4351.0, 4383.0, 4392.0, 4351.0, 4383.0, 4362.0, 4353.0, 4394.0, 4353.0, 4353.0, 4391.0, 4338.0, 4349.0, 4379.0, 4338.0, 4372.0, 4371.0, 4342.0, 4372.0, 4340.0, 4351.0, 4381.0, 4339.0, 4381.0, 4351.0, 4352.0, 4382.0, 4353.0, 4362.0, 4382.0, 4341.0, 4383.0, 4381.0, 4350.0, 4371.0, 4350.0, 4351.0, 4380.0, 4350.0, 4351.0, 4391.0, 4339.0, 4352.0, 4391.0, 4352.0, 4340.0, 4380.0, 4339.0, 4340.0, 4379.0, 4339.0, 4352.0, 4392.0, 4353.0, 4364.0, 4393.0, 4352.0, 4352.0, 4392.0, 4341.0, 4374.0, 4394.0, 4354.0, 4363.0, 4383.0, 4352.0, 4363.0, 4382.0, 4352.0, 4384.0, 4373.0, 4355.0, 4401.0, 4352.0, 4352.0, 4391.0, 4351.0, 4373.0, 4352.0, 4353.0, 4386.0, 4367.0, 4368.0, 4380.0, 4421.0, 4418.0, 4385.0, 4375.0, 4383.0, 4364.0, 4406.0, 4366.0, 4367.0, 4367.0, 4366.0, 4406.0, 4353.0, 4385.0, 4405.0, 4375.0, 4407.0, 4354.0, 4365.0, 4384.0, 4352.0, 4382.0, 4367.0, 4367.0, 4394.0, 4351.0, 4382.0, 4352.0, 4354.0, 4372.0, 4352.0, 4371.0, 4340.0, 4353.0, 4393.0, 4352.0, 4396.0, 4353.0, 4352.0, 4343.0, 4354.0, 4353.0, 4363.0, 4405.0, 4363.0, 4398.0, 4406.0, 4354.0, 4385.0, 4393.0, 4353.0, 4374.0, 4382.0, 4352.0, 4382.0, 4347.0, 4337.0, 4379.0, 4337.0, 4338.0, 4380.0, 4337.0, 4348.0, 4379.0, 4336.0, 4347.0, 4375.0, 4322.0, 4330.0, 4310.0, 4311.0, 4341.0, 4322.0, 4324.0, 4354.0, 4324.0, 4355.0, 4334.0, 4323.0, 4355.0, 4322.0, 4322.0, 4342.0, 4322.0, 4325.0, 4355.0, 4336.0, 4326.0, 4366.0, 4336.0, 4328.0, 4337.0, 4338.0, 4339.0, 4370.0, 4340.0, 4351.0, 4359.0, 4340.0, 4361.0, 4363.0, 4386.0, 4379.0, 4391.0, 4357.0], 'WindowWidth': [9729.0, 9712.0, 9748.0, 9662.0, 9658.0, 9676.0, 9634.0, 9678.0, 9670.0, 9630.0, 9676.0, 9612.0, 9610.0, 9640.0, 9606.0, 9623.0, 9670.0, 9617.0, 9626.0, 9672.0, 9627.0, 9629.0, 9669.0, 9640.0, 9627.0, 9675.0, 9627.0, 9634.0, 9674.0, 9643.0, 9631.0, 9673.0, 9630.0, 9647.0, 9656.0, 9629.0, 9646.0, 9672.0, 9680.0, 9672.0, 9709.0, 9729.0, 9635.0, 9616.0, 9657.0, 9621.0, 9620.0, 9655.0, 9634.0, 9628.0, 9693.0, 9629.0, 9635.0, 9673.0, 9607.0, 9624.0, 9674.0, 9608.0, 9635.0, 9697.0, 9651.0, 9655.0, 9681.0, 9633.0, 9634.0, 9696.0, 9649.0, 9658.0, 9715.0, 9656.0, 9661.0, 9699.0, 9652.0, 9681.0, 9696.0, 9665.0, 9687.0, 9650.0, 9652.0, 9695.0, 9662.0, 9634.0, 9692.0, 9670.0, 9631.0, 9682.0, 9634.0, 9635.0, 9680.0, 9654.0, 9630.0, 9678.0, 9653.0, 9630.0, 9680.0, 9630.0, 9632.0, 9675.0, 9628.0, 9627.0, 9675.0, 9667.0, 9629.0, 9678.0, 9629.0, 9630.0, 9675.0, 9689.0, 9622.0, 9654.0, 9657.0, 9613.0, 9641.0, 9657.0, 9625.0, 9603.0, 9669.0, 9623.0, 9611.0, 9668.0, 9626.0, 9628.0, 9672.0, 9613.0, 9617.0, 9669.0, 9624.0, 9615.0, 9667.0, 9624.0, 9662.0, 9692.0, 9633.0, 9616.0, 9669.0, 9623.0, 9643.0, 9669.0, 9626.0, 9640.0, 9659.0, 9633.0, 9648.0, 9674.0, 9624.0, 9672.0, 9674.0, 9630.0, 9659.0, 9630.0, 9631.0, 9674.0, 9629.0, 9628.0, 9692.0, 9629.0, 9630.0, 9674.0, 9630.0, 9627.0, 9675.0, 9628.0, 9632.0, 9690.0, 9632.0, 9633.0, 9690.0, 9630.0, 9644.0, 9689.0, 9631.0, 9619.0, 9683.0, 9630.0, 9615.0, 9683.0, 9640.0, 9660.0, 9687.0, 9633.0, 9679.0, 9645.0, 9635.0, 9678.0, 9629.0, 9630.0, 9689.0, 9628.0, 9634.0, 9692.0, 9629.0, 9633.0, 9689.0, 9643.0, 9647.0, 9694.0, 9633.0, 9652.0, 9660.0, 9632.0, 9664.0, 9657.0, 9632.0, 9690.0, 9633.0, 9631.0, 9693.0, 9647.0, 9632.0, 9684.0, 9642.0, 9644.0, 9690.0, 9629.0, 9635.0, 9677.0, 9633.0, 9634.0, 9689.0, 9643.0, 9675.0, 9651.0, 9638.0, 9694.0, 9634.0, 9639.0, 9699.0, 9632.0, 9636.0, 9695.0, 9630.0, 9632.0, 9674.0, 9613.0, 9631.0, 9690.0, 9627.0, 9633.0, 9692.0, 9634.0, 9634.0, 9688.0, 9628.0, 9644.0, 9688.0, 9646.0, 9664.0, 9677.0, 9633.0, 9632.0, 9683.0, 9628.0, 9643.0, 9673.0, 9630.0, 9678.0, 9645.0, 9633.0, 9681.0, 9641.0, 9630.0, 9676.0, 9626.0, 9614.0, 9678.0, 9629.0, 9632.0, 9678.0, 9625.0, 9629.0, 9675.0, 9614.0, 9628.0, 9688.0, 9633.0, 9635.0, 9693.0, 9633.0, 9635.0, 9696.0, 9650.0, 9665.0, 9680.0, 9635.0, 9652.0, 9688.0, 9629.0, 9645.0, 9685.0, 9632.0, 9678.0, 9634.0, 9634.0, 9678.0, 9627.0, 9630.0, 9689.0, 9625.0, 9631.0, 9692.0, 9635.0, 9637.0, 9678.0, 9634.0, 9663.0, 9673.0, 9633.0, 9693.0, 9647.0, 9643.0, 9681.0, 9638.0, 9685.0, 9701.0, 9660.0, 9662.0, 9684.0, 9628.0, 9643.0, 9615.0, 9617.0, 9668.0, 9625.0, 9616.0, 9684.0, 9630.0, 9662.0, 9636.0, 9636.0, 9684.0, 9694.0, 9632.0, 9661.0, 9655.0, 9629.0, 9691.0, 9649.0, 9637.0, 9676.0, 9628.0, 9632.0, 9676.0, 9628.0, 9652.0, 9677.0, 9637.0, 9669.0, 9674.0, 9630.0, 9676.0, 9656.0, 9629.0, 9691.0, 9628.0, 9622.0, 9675.0, 9611.0, 9609.0, 9669.0, 9608.0, 9649.0, 9695.0, 9635.0, 9668.0, 9614.0, 9611.0, 9632.0, 9701.0, 9705.0, 9620.0, 9610.0, 9666.0, 9609.0, 9616.0, 9686.0, 9616.0, 9624.0, 9667.0, 9606.0, 9616.0, 9660.0, 9615.0, 9622.0, 9648.0, 9620.0, 9646.0, 9592.0, 9644.0, 9616.0, 9672.0, 9601.0, 9613.0, 9643.0, 9552.0, 9522.0, 9545.0, 9545.0, 9533.0, 9581.0, 9552.0, 9542.0, 9596.0, 9565.0, 9556.0, 9582.0, 9570.0, 9564.0, 9621.0, 9594.0, 9584.0, 9641.0, 9604.0, 9606.0, 9651.0, 9641.0, 9597.0, 9613.0, 9601.0, 9623.0, 9636.0, 9653.0, 9658.0, 9677.0, 9696.0, 9733.0, 9639.0, 9649.0, 9661.0, 9611.0, 9630.0, 9674.0, 9617.0, 9656.0, 9716.0, 9654.0, 9657.0, 9691.0, 9632.0, 9635.0, 9691.0, 9654.0, 9702.0, 9641.0, 9658.0, 9702.0, 9634.0, 9633.0, 9676.0, 9628.0, 9634.0, 9700.0, 9648.0, 9639.0, 9697.0, 9634.0, 9635.0, 9694.0, 9630.0, 9653.0, 9696.0, 9648.0, 9635.0, 9677.0, 9627.0, 9632.0, 9674.0, 9627.0, 9681.0, 9682.0, 9636.0, 9655.0, 9660.0, 9629.0, 9662.0, 9676.0, 9636.0, 9701.0, 9653.0, 9654.0, 9673.0, 9626.0, 9641.0, 9688.0, 9626.0, 9657.0, 9708.0, 9658.0, 9681.0, 9721.0, 9654.0, 9677.0, 9724.0, 9663.0, 9712.0, 9668.0, 9678.0, 9724.0, 9645.0, 9662.0, 9706.0, 9655.0, 9663.0, 9725.0, 9679.0, 9696.0, 9720.0, 9656.0, 9687.0, 9697.0, 9650.0, 9684.0, 9641.0, 9657.0, 9703.0, 9638.0, 9638.0, 9702.0, 9631.0, 9637.0, 9706.0, 9635.0, 9641.0, 9691.0, 9632.0, 9633.0, 9677.0, 9614.0, 9634.0, 9695.0, 9632.0, 9634.0, 9631.0, 9634.0, 9694.0, 9632.0, 9684.0, 9683.0, 9641.0, 9698.0, 9676.0, 9615.0, 9674.0, 9675.0, 9630.0, 9654.0, 9615.0, 9632.0, 9661.0, 9615.0, 9629.0, 9672.0, 9611.0, 9630.0, 9693.0, 9635.0, 9636.0, 9662.0, 9632.0, 9667.0, 9676.0, 9633.0, 9681.0, 9636.0, 9653.0, 9686.0, 9658.0, 9688.0, 9699.0, 9634.0, 9664.0, 9676.0, 9633.0, 9680.0, 9635.0, 9638.0, 9679.0, 9628.0, 9628.0, 9670.0, 9611.0, 9633.0, 9680.0, 9635.0, 9642.0, 9679.0, 9633.0, 9694.0, 9657.0, 9633.0, 9703.0, 9635.0, 9642.0, 9683.0, 9632.0, 9641.0, 9692.0, 9635.0, 9697.0, 9668.0, 9640.0, 9687.0, 9635.0, 9640.0, 9699.0, 9634.0, 9636.0, 9697.0, 9638.0, 9654.0, 9651.0, 9635.0, 9679.0, 9647.0, 9632.0, 9679.0, 9634.0, 9657.0, 9699.0, 9652.0, 9684.0, 9692.0, 9634.0, 9663.0, 9671.0, 9631.0, 9674.0, 9631.0, 9637.0, 9692.0, 9627.0, 9617.0, 9670.0, 9610.0, 9645.0, 9678.0, 9635.0, 9665.0, 9689.0, 9612.0, 9627.0, 9650.0, 9603.0, 9657.0, 9637.0, 9611.0, 9642.0, 9609.0, 9611.0, 9672.0, 9621.0, 9628.0, 9679.0, 9632.0, 9660.0, 9656.0, 9609.0, 9643.0, 9652.0, 9610.0, 9676.0, 9614.0, 9626.0, 9659.0, 9606.0, 9631.0, 9669.0, 9611.0, 9646.0, 9663.0, 9633.0, 9652.0, 9654.0, 9685.0, 9701.0, 9634.0, 9652.0, 9695.0, 9630.0, 9651.0, 9677.0, 9634.0, 9658.0, 9615.0, 9632.0, 9676.0, 9633.0, 9701.0, 9701.0, 9644.0, 9697.0, 9651.0, 9641.0, 9692.0, 9635.0, 9698.0, 9652.0, 9637.0, 9697.0, 9628.0, 9637.0, 9692.0, 9610.0, 9645.0, 9675.0, 9629.0, 9615.0, 9666.0, 9612.0, 9654.0, 9669.0, 9610.0, 9610.0, 9637.0, 9610.0, 9640.0, 9651.0, 9612.0, 9644.0, 9650.0, 9611.0, 9657.0, 9613.0, 9613.0, 9641.0, 9610.0, 9612.0, 9674.0, 9611.0, 9630.0, 9697.0, 9646.0, 9638.0, 9680.0, 9632.0, 9635.0, 9673.0, 9630.0, 9668.0, 9698.0, 9638.0, 9657.0, 9680.0, 9636.0, 9680.0, 9693.0, 9632.0, 9679.0, 9617.0, 9632.0, 9663.0, 9613.0, 9630.0, 9678.0, 9640.0, 9632.0, 9711.0, 9634.0, 9641.0, 9678.0, 9632.0, 9650.0, 9688.0, 9633.0, 9679.0, 9634.0, 9641.0, 9667.0, 9653.0, 9700.0, 9637.0, 9671.0, 9722.0, 9660.0, 9686.0, 9679.0, 9635.0, 9680.0, 9693.0, 9641.0, 9658.0, 9653.0, 9613.0, 9628.0, 9666.0, 9607.0, 9637.0, 9663.0, 9609.0, 9623.0, 9635.0, 9611.0, 9611.0, 9650.0, 9607.0, 9596.0, 9649.0, 9608.0, 9613.0, 9642.0, 9618.0, 9631.0, 9656.0, 9628.0, 9641.0, 9672.0, 9631.0, 9663.0, 9632.0, 9631.0, 9664.0, 9643.0, 9613.0, 9676.0, 9627.0, 9616.0, 9693.0, 9618.0, 9622.0, 9678.0, 9613.0, 9612.0, 9668.0, 9594.0, 9632.0, 9691.0, 9619.0, 9621.0, 9674.0, 9615.0, 9631.0, 9672.0, 9630.0, 9666.0, 9636.0, 9635.0, 9666.0, 9633.0, 9637.0, 9698.0, 9634.0, 9638.0, 9701.0, 9640.0, 9640.0, 9695.0, 9634.0, 9638.0, 9678.0, 9632.0, 9668.0, 9699.0, 9640.0, 9642.0, 9692.0, 9634.0, 9634.0, 9675.0, 9616.0, 9649.0, 9666.0, 9639.0, 9669.0, 9675.0, 9637.0, 9681.0, 9659.0, 9620.0, 9702.0, 9638.0, 9626.0, 9694.0, 9616.0, 9620.0, 9678.0, 9615.0, 9649.0, 9693.0, 9640.0, 9668.0, 9634.0, 9637.0, 9693.0, 9651.0, 9669.0, 9700.0, 9646.0, 9702.0, 9658.0, 9646.0, 9702.0, 9640.0, 9685.0, 9700.0, 9651.0, 9688.0, 9671.0, 9655.0, 9683.0, 9625.0, 9639.0, 9701.0, 9647.0, 9635.0, 9706.0, 9653.0, 9643.0, 9698.0, 9641.0, 9645.0, 9695.0, 9635.0, 9658.0, 9699.0, 9658.0, 9660.0, 9699.0, 9640.0, 9666.0, 9691.0, 9640.0, 9667.0, 9622.0, 9639.0, 9684.0, 9676.0, 9632.0, 9678.0, 9644.0, 9617.0, 9691.0, 9633.0, 9622.0, 9675.0, 9610.0, 9613.0, 9659.0, 9593.0, 9612.0, 9671.0, 9615.0, 9619.0, 9670.0, 9610.0, 9611.0, 9665.0, 9611.0, 9644.0, 9660.0, 9618.0, 9665.0, 9673.0, 9631.0, 9663.0, 9639.0, 9615.0, 9678.0, 9634.0, 9639.0, 9679.0, 9629.0, 9634.0, 9673.0, 9615.0, 9667.0, 9680.0, 9639.0, 9685.0, 9642.0, 9615.0, 9676.0, 9612.0, 9637.0, 9700.0, 9643.0, 9686.0, 9624.0, 9642.0, 9702.0, 9633.0, 9651.0, 9698.0, 9622.0, 9637.0, 9623.0, 9636.0, 9699.0, 9658.0, 9626.0, 9679.0, 9629.0, 9618.0, 9671.0, 9629.0, 9629.0, 9674.0, 9616.0, 9666.0, 9622.0, 9636.0, 9681.0, 9620.0, 9635.0, 9680.0, 9617.0, 9639.0, 9702.0, 9641.0, 9658.0, 9695.0, 9633.0, 9666.0, 9679.0, 9631.0, 9664.0, 9622.0, 9624.0, 9665.0, 9614.0, 9634.0, 9677.0, 9613.0, 9636.0, 9701.0, 9636.0, 9644.0, 9683.0, 9636.0, 9666.0, 9690.0, 9633.0, 9677.0, 9631.0, 9635.0, 9679.0, 9613.0, 9657.0, 9734.0, 9659.0, 9616.0, 9660.0, 9630.0, 9612.0, 9609.0, 9626.0, 9694.0, 9672.0, 9631.0, 9680.0, 9644.0, 9633.0, 9689.0, 9612.0, 9616.0, 9670.0, 9609.0, 9604.0, 9665.0, 9609.0, 9614.0, 9687.0, 9628.0, 9618.0, 9669.0, 9608.0, 9609.0, 9668.0, 9608.0, 9644.0, 9688.0, 9614.0, 9631.0, 9667.0, 9606.0, 9620.0, 9646.0, 9609.0, 9672.0, 9625.0, 9614.0, 9674.0, 9609.0, 9592.0, 9653.0, 9631.0, 9589.0, 9649.0, 9630.0, 9591.0, 9648.0, 9605.0, 9597.0, 9648.0, 9585.0, 9592.0, 9664.0, 9590.0, 9624.0, 9670.0, 9638.0, 9646.0, 9653.0, 9616.0, 9622.0, 9608.0, 9613.0, 9671.0, 9629.0, 9699.0, 9657.0, 9688.0, 9658.0, 9683.0, 9640.0, 9640.0, 9684.0, 9646.0, 9726.0, 9724.0, 9665.0, 9679.0, 9693.0, 9614.0, 9613.0, 9635.0, 9588.0, 9618.0, 9663.0, 9608.0, 9639.0, 9649.0, 9608.0, 9650.0, 9606.0, 9610.0, 9647.0, 9580.0, 9585.0, 9644.0, 9585.0, 9606.0, 9651.0, 9613.0, 9673.0, 9628.0, 9616.0, 9624.0, 9607.0, 9655.0, 9668.0, 9607.0, 9654.0, 9622.0, 9613.0, 9672.0, 9614.0, 9614.0, 9665.0, 9585.0, 9600.0, 9644.0, 9586.0, 9637.0, 9633.0, 9596.0, 9638.0, 9591.0, 9608.0, 9651.0, 9589.0, 9652.0, 9605.0, 9608.0, 9652.0, 9611.0, 9624.0, 9652.0, 9594.0, 9654.0, 9652.0, 9603.0, 9633.0, 9604.0, 9608.0, 9647.0, 9604.0, 9607.0, 9666.0, 9589.0, 9610.0, 9662.0, 9607.0, 9593.0, 9646.0, 9586.0, 9591.0, 9643.0, 9588.0, 9612.0, 9668.0, 9613.0, 9631.0, 9668.0, 9609.0, 9611.0, 9667.0, 9596.0, 9644.0, 9675.0, 9616.0, 9629.0, 9656.0, 9611.0, 9626.0, 9654.0, 9612.0, 9659.0, 9641.0, 9621.0, 9694.0, 9612.0, 9611.0, 9664.0, 9608.0, 9641.0, 9611.0, 9615.0, 9664.0, 9641.0, 9645.0, 9661.0, 9722.0, 9716.0, 9662.0, 9647.0, 9659.0, 9632.0, 9693.0, 9639.0, 9643.0, 9641.0, 9637.0, 9694.0, 9614.0, 9661.0, 9693.0, 9647.0, 9698.0, 9618.0, 9635.0, 9658.0, 9612.0, 9653.0, 9640.0, 9641.0, 9673.0, 9608.0, 9653.0, 9610.0, 9616.0, 9638.0, 9610.0, 9634.0, 9592.0, 9613.0, 9671.0, 9612.0, 9679.0, 9613.0, 9610.0, 9598.0, 9617.0, 9613.0, 9626.0, 9693.0, 9626.0, 9686.0, 9696.0, 9615.0, 9659.0, 9671.0, 9614.0, 9644.0, 9652.0, 9613.0, 9653.0, 9596.0, 9583.0, 9644.0, 9581.0, 9585.0, 9648.0, 9582.0, 9599.0, 9645.0, 9579.0, 9594.0, 9631.0, 9551.0, 9560.0, 9532.0, 9534.0, 9576.0, 9551.0, 9558.0, 9599.0, 9559.0, 9603.0, 9571.0, 9556.0, 9600.0, 9552.0, 9553.0, 9579.0, 9553.0, 9562.0, 9604.0, 9577.0, 9564.0, 9620.0, 9579.0, 9570.0, 9582.0, 9584.0, 9587.0, 9631.0, 9589.0, 9606.0, 9613.0, 9590.0, 9622.0, 9627.0, 9661.0, 9659.0, 9679.0, 9627.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.0007033408408408409</td></tr>
<tr><td colspan=3>aqi</td><td>0.021312915315315314</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.510251438512384</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.299955808580017</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0060526616153285</td></tr>
<tr><td colspan=3>efc</td><td>0.5179</td></tr>
<tr><td colspan=3>fber</td><td>3800.7844</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09846965704538393</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.87987987987988</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2649623297584225</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.183041220679514</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4713532138056205</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.140492554790134</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124528</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>8.087132300715894e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026631254702806473</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.283782729063122</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>21.038</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.7108</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.5661</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292501.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1203.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.2679</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4063</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.5474</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3549.5219</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.3831</td></tr>
<tr><td colspan=3>tsnr</td><td>41.644794075749815</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>