<?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-0008_ses-04_task-fractional_acq-mb8_run-01_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-0008_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0008_suffix-bold_task-fractional" 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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0008_suffix-bold_task-fractional" 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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0008_suffix-bold_task-fractional" 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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0008_suffix-bold_task-fractional" 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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0008_suffix-bold_task-fractional" 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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0008_suffix-bold_task-fractional" 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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0008_suffix-bold_task-fractional" 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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-01_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-0008/ses-04/func/sub-0008_ses-04_task-fractional_acq-mb8_run-01_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>b6eeb27d91cf389610aeedff73b49148</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:13:36.190000</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.997265, -0.0526764, 0.0518368, 0.0515664, 0.998416, 0.0225242]</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-01_task-fractional_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.0882677</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7717, -7290, 582, -105, -121, -74, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bc9a24bc-762b-42ba-a815-ce055e2ab399||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.6755900382995605, 0.13834889233112335, 0.14294123649597168, 101.7933349609375], [0.14132700860500336, 2.678675889968872, 0.05343172326683998, -108.76885223388672], [0.139074444770813, -0.060430679470300674, 2.6956841945648193, -57.40049362182617], [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, 1323]</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], 'AcquisitionTime': ['121336.190000', '121336.650000', '121337.110000', '121337.570000', '121338.030000', '121338.490000', '121338.950000', '121339.410000', '121339.870000', '121340.330000', '121340.790000', '121341.250000', '121341.710000', '121342.170000', '121342.630000', '121343.090000', '121343.550000', '121344.010000', '121344.470000', '121344.930000', '121345.390000', '121345.850000', '121346.310000', '121346.770000', '121347.230000', '121347.690000', '121348.150000', '121348.610000', '121349.070000', '121349.530000', '121349.990000', '121350.450000', '121350.910000', '121351.370000', '121351.830000', '121352.290000', '121352.750000', '121353.210000', '121353.670000', '121354.130000', '121354.590000', '121355.050000', '121355.510000', '121355.970000', '121356.430000', '121356.890000', '121357.350000', '121357.810000', '121358.270000', '121358.730000', '121359.190000', '121359.650000', '121400.110000', '121400.570000', '121401.030000', '121401.490000', '121401.950000', '121402.410000', '121402.870000', '121403.330000', '121403.790000', '121404.250000', '121404.710000', '121405.170000', '121405.630000', '121406.090000', '121406.550000', '121407.010000', '121407.470000', '121407.930000', '121408.390000', '121408.850000', '121409.310000', '121409.770000', '121410.230000', '121410.690000', '121411.150000', '121411.610000', '121412.070000', '121412.530000', '121412.990000', '121413.450000', '121413.910000', '121414.370000', '121414.830000', '121415.290000', '121415.750000', '121416.210000', '121416.670000', '121417.130000', '121417.590000', '121418.050000', '121418.510000', '121418.970000', '121419.430000', '121419.890000', '121420.350000', '121420.810000', '121421.270000', '121421.730000', '121422.190000', '121422.650000', '121423.110000', '121423.570000', '121424.030000', '121424.490000', '121424.950000', '121425.410000', '121425.870000', '121426.330000', '121426.790000', '121427.250000', '121427.710000', '121428.170000', '121428.630000', '121429.090000', '121429.550000', '121430.010000', '121430.470000', '121430.930000', '121431.390000', '121431.850000', '121432.310000', '121432.770000', '121433.230000', '121433.690000', '121434.150000', '121434.610000', '121435.070000', '121435.530000', '121435.990000', '121436.450000', '121436.910000', '121437.370000', '121437.830000', '121438.290000', '121438.750000', '121439.210000', '121439.670000', '121440.130000', '121440.590000', '121441.050000', '121441.510000', '121441.970000', '121442.430000', '121442.890000', '121443.350000', '121443.810000', '121444.270000', '121444.730000', '121445.190000', '121445.650000', '121446.110000', '121446.570000', '121447.030000', '121447.490000', '121447.950000', '121448.410000', '121448.870000', '121449.330000', '121449.790000', '121450.250000', '121450.710000', '121451.170000', '121451.630000', '121452.090000', '121452.550000', '121453.010000', '121453.470000', '121453.930000', '121454.390000', '121454.850000', '121455.310000', '121455.770000', '121456.230000', '121456.690000', '121457.150000', '121457.610000', '121458.070000', '121458.530000', '121458.990000', '121459.450000', '121459.910000', '121500.370000', '121500.830000', '121501.290000', '121501.750000', '121502.210000', '121502.670000', '121503.130000', '121503.590000', '121504.050000', '121504.510000', '121504.970000', '121505.430000', '121505.890000', '121506.350000', '121506.810000', '121507.270000', '121507.730000', '121508.190000', '121508.650000', '121509.110000', '121509.570000', '121510.030000', '121510.490000', '121510.950000', '121511.410000', '121511.870000', '121512.330000', '121512.790000', '121513.250000', '121513.710000', '121514.170000', '121514.630000', '121515.090000', '121515.550000', '121516.010000', '121516.470000', '121516.930000', '121517.390000', '121517.850000', '121518.310000', '121518.770000', '121519.230000', '121519.690000', '121520.150000', '121520.610000', '121521.070000', '121521.530000', '121521.990000', '121522.450000', '121522.910000', '121523.370000', '121523.830000', '121524.290000', '121524.750000', '121525.210000', '121525.670000', '121526.130000', '121526.590000', '121527.050000', '121527.510000', '121527.970000', '121528.430000', '121528.890000', '121529.350000', '121529.810000', '121530.270000', '121530.730000', '121531.190000', '121531.650000', '121532.110000', '121532.570000', '121533.030000', '121533.490000', '121533.950000', '121534.410000', '121534.870000', '121535.330000', '121535.790000', '121536.250000', '121536.710000', '121537.170000', '121537.630000', '121538.090000', '121538.550000', '121539.010000', '121539.470000', '121539.930000', '121540.390000', '121540.850000', '121541.310000', '121541.770000', '121542.230000', '121542.690000', '121543.150000', '121543.610000', '121544.070000', '121544.530000', '121544.990000', '121545.450000', '121545.910000', '121546.370000', '121546.830000', '121547.290000', '121547.750000', '121548.210000', '121548.670000', '121549.130000', '121549.590000', '121550.050000', '121550.510000', '121550.970000', '121551.430000', '121551.890000', '121552.350000', '121552.810000', '121553.270000', '121553.730000', '121554.190000', '121554.650000', '121555.110000', '121555.570000', '121556.030000', '121556.490000', '121556.950000', '121557.410000', '121557.870000', '121558.330000', '121558.790000', '121559.250000', '121559.710000', '121600.170000', '121600.630000', '121601.090000', '121601.550000', '121602.010000', '121602.470000', '121602.930000', '121603.390000', '121603.850000', '121604.310000', '121604.770000', '121605.230000', '121605.690000', '121606.150000', '121606.610000', '121607.070000', '121607.530000', '121607.990000', '121608.450000', '121608.910000', '121609.370000', '121609.830000', '121610.290000', '121610.750000', '121611.210000', '121611.670000', '121612.130000', '121612.590000', '121613.050000', '121613.510000', '121613.970000', '121614.430000', '121614.890000', '121615.350000', '121615.810000', '121616.270000', '121616.730000', '121617.190000', '121617.650000', '121618.110000', '121618.570000', '121619.030000', '121619.490000', '121619.950000', '121620.410000', '121620.870000', '121621.330000', '121621.790000', '121622.250000', '121622.710000', '121623.170000', '121623.630000', '121624.090000', '121624.550000', '121625.010000', '121625.470000', '121625.930000', '121626.390000', '121626.850000', '121627.310000', '121627.770000', '121628.230000', '121628.690000', '121629.150000', '121629.610000', '121630.070000', '121630.530000', '121630.990000', '121631.450000', '121631.910000', '121632.370000', '121632.830000', '121633.290000', '121633.750000', '121634.210000', '121634.670000', '121635.130000', '121635.590000', '121636.050000', '121636.510000', '121636.970000', '121637.430000', '121637.890000', '121638.350000', '121638.810000', '121639.270000', '121639.730000', '121640.190000', '121640.650000', '121641.110000', '121641.570000', '121642.030000', '121642.490000', '121642.950000', '121643.410000', '121643.870000', '121644.330000', '121644.790000', '121645.250000', '121645.710000', '121646.170000', '121646.630000', '121647.090000', '121647.550000', '121648.010000', '121648.470000', '121648.930000', '121649.390000', '121649.850000', '121650.310000', '121650.770000', '121651.230000', '121651.690000', '121652.150000', '121652.610000', '121653.070000', '121653.530000', '121653.990000', '121654.450000', '121654.910000', '121655.370000', '121655.830000', '121656.290000', '121656.750000', '121657.210000', '121657.670000', '121658.130000', '121658.590000', '121659.050000', '121659.510000', '121659.970000', '121700.430000', '121700.890000', '121701.350000', '121701.810000', '121702.270000', '121702.730000', '121703.190000', '121703.650000', '121704.110000', '121704.570000', '121705.030000', '121705.490000', '121705.950000', '121706.410000', '121706.870000', '121707.330000', '121707.790000', '121708.250000', '121708.710000', '121709.170000', '121709.630000', '121710.090000', '121710.550000', '121711.010000', '121711.470000', '121711.930000', '121712.390000', '121712.850000', '121713.310000', '121713.770000', '121714.230000', '121714.690000', '121715.150000', '121715.610000', '121716.070000', '121716.530000', '121716.990000', '121717.450000', '121717.910000', '121718.370000', '121718.830000', '121719.290000', '121719.750000', '121720.210000', '121720.670000', '121721.130000', '121721.590000', '121722.050000', '121722.510000', '121722.970000', '121723.430000', '121723.890000', '121724.350000', '121724.810000', '121725.270000', '121725.730000', '121726.190000', '121726.650000', '121727.110000', '121727.570000', '121728.030000', '121728.490000', '121728.950000', '121729.410000', '121729.870000', '121730.330000', '121730.790000', '121731.250000', '121731.710000', '121732.170000', '121732.630000', '121733.090000', '121733.550000', '121734.010000', '121734.470000', '121734.930000', '121735.390000', '121735.850000', '121736.310000', '121736.770000', '121737.230000', '121737.690000', '121738.150000', '121738.610000', '121739.070000', '121739.530000', '121739.990000', '121740.450000', '121740.910000', '121741.370000', '121741.830000', '121742.290000', '121742.750000', '121743.210000', '121743.670000', '121744.130000', '121744.590000', '121745.050000', '121745.510000', '121745.970000', '121746.430000', '121746.890000', '121747.350000', '121747.810000', '121748.270000', '121748.730000', '121749.190000', '121749.650000', '121750.110000', '121750.570000', '121751.030000', '121751.490000', '121751.950000', '121752.410000', '121752.870000', '121753.330000', '121753.790000', '121754.250000', '121754.710000', '121755.170000', '121755.630000', '121756.090000', '121756.550000', '121757.010000', '121757.470000', '121757.930000', '121758.390000', '121758.850000', '121759.310000', '121759.770000', '121800.230000', '121800.690000', '121801.150000', '121801.610000', '121802.070000', '121802.530000', '121802.990000', '121803.450000', '121803.910000', '121804.370000', '121804.830000', '121805.290000', '121805.750000', '121806.210000', '121806.670000', '121807.130000', '121807.590000', '121808.050000', '121808.510000', '121808.970000', '121809.430000', '121809.890000', '121810.350000', '121810.810000', '121811.270000', '121811.730000', '121812.190000', '121812.650000', '121813.110000', '121813.570000', '121814.030000', '121814.490000', '121814.950000', '121815.410000', '121815.870000', '121816.330000', '121816.790000', '121817.250000', '121817.710000', '121818.170000', '121818.630000', '121819.090000', '121819.550000', '121820.010000', '121820.470000', '121820.930000', '121821.390000', '121821.850000', '121822.310000', '121822.770000', '121823.230000', '121823.690000', '121824.150000', '121824.610000', '121825.070000', '121825.530000', '121825.990000', '121826.450000', '121826.910000', '121827.370000', '121827.830000', '121828.290000', '121828.750000', '121829.210000', '121829.670000', '121830.130000', '121830.590000', '121831.050000', '121831.510000', '121831.970000', '121832.430000', '121832.890000', '121833.350000', '121833.810000', '121834.270000', '121834.730000', '121835.190000', '121835.650000', '121836.110000', '121836.570000', '121837.030000', '121837.490000', '121837.950000', '121838.410000', '121838.870000', '121839.330000', '121839.790000', '121840.250000', '121840.710000', '121841.170000', '121841.630000', '121842.090000', '121842.550000', '121843.010000', '121843.470000', '121843.930000', '121844.390000', '121844.850000', '121845.310000', '121845.770000', '121846.230000', '121846.690000', '121847.150000', '121847.610000', '121848.070000', '121848.530000', '121848.990000', '121849.450000', '121849.910000', '121850.370000', '121850.830000', '121851.290000', '121851.750000', '121852.210000', '121852.670000', '121853.130000', '121853.590000', '121854.050000', '121854.510000', '121854.970000', '121855.430000', '121855.890000', '121856.350000', '121856.810000', '121857.270000', '121857.730000', '121858.190000', '121858.650000', '121859.110000', '121859.570000', '121900.030000', '121900.490000', '121900.950000', '121901.410000', '121901.870000', '121902.330000', '121902.790000', '121903.250000', '121903.710000', '121904.170000', '121904.630000', '121905.090000', '121905.550000', '121906.010000', '121906.470000', '121906.930000', '121907.390000', '121907.850000', '121908.310000', '121908.770000', '121909.230000', '121909.690000', '121910.150000', '121910.610000', '121911.070000', '121911.530000', '121911.990000', '121912.450000', '121912.910000', '121913.370000', '121913.830000', '121914.290000', '121914.750000', '121915.210000', '121915.670000', '121916.130000', '121916.590000', '121917.050000', '121917.510000', '121917.970000', '121918.430000', '121918.890000', '121919.350000', '121919.810000', '121920.270000', '121920.730000', '121921.190000', '121921.650000', '121922.110000', '121922.570000', '121923.030000', '121923.490000', '121923.950000', '121924.410000', '121924.870000', '121925.330000', '121925.790000', '121926.250000', '121926.710000', '121927.170000', '121927.630000', '121928.090000', '121928.550000', '121929.010000', '121929.470000', '121929.930000', '121930.390000', '121930.850000', '121931.310000', '121931.770000', '121932.230000', '121932.690000', '121933.150000', '121933.610000', '121934.070000', '121934.530000', '121934.990000', '121935.450000', '121935.910000', '121936.370000', '121936.830000', '121937.290000', '121937.750000', '121938.210000', '121938.670000', '121939.130000', '121939.590000', '121940.050000', '121940.510000', '121940.970000', '121941.430000', '121941.890000', '121942.350000', '121942.810000', '121943.270000', '121943.730000', '121944.190000', '121944.650000', '121945.110000', '121945.570000', '121946.030000', '121946.490000', '121946.950000', '121947.410000', '121947.870000', '121948.330000', '121948.790000', '121949.250000', '121949.710000', '121950.170000', '121950.630000', '121951.090000', '121951.550000', '121952.010000', '121952.470000', '121952.930000', '121953.390000', '121953.850000', '121954.310000', '121954.770000', '121955.230000', '121955.690000', '121956.150000', '121956.610000', '121957.070000', '121957.530000', '121957.990000', '121958.450000', '121958.910000', '121959.370000', '121959.830000', '122000.290000', '122000.750000', '122001.210000', '122001.670000', '122002.130000', '122002.590000', '122003.050000', '122003.510000', '122003.970000', '122004.430000', '122004.890000', '122005.350000', '122005.810000', '122006.270000', '122006.730000', '122007.190000', '122007.650000', '122008.110000', '122008.570000', '122009.030000', '122009.490000', '122009.950000', '122010.410000', '122010.870000', '122011.330000', '122011.790000', '122012.250000', '122012.710000', '122013.170000', '122013.630000', '122014.090000', '122014.550000', '122015.010000', '122015.470000', '122015.930000', '122016.390000', '122016.850000', '122017.310000', '122017.770000', '122018.230000', '122018.690000', '122019.150000', '122019.610000', '122020.070000', '122020.530000', '122020.990000', '122021.450000', '122021.910000', '122022.370000', '122022.830000', '122023.290000', '122023.750000', '122024.210000', '122024.670000', '122025.130000', '122025.590000', '122026.050000', '122026.510000', '122026.970000', '122027.430000', '122027.890000', '122028.350000', '122028.810000', '122029.270000', '122029.730000', '122030.190000', '122030.650000', '122031.110000', '122031.570000', '122032.030000', '122032.490000', '122032.950000', '122033.410000', '122033.870000', '122034.330000', '122034.790000', '122035.250000', '122035.710000', '122036.170000', '122036.630000', '122037.090000', '122037.550000', '122038.010000', '122038.470000', '122038.930000', '122039.390000', '122039.850000', '122040.310000', '122040.770000', '122041.230000', '122041.690000', '122042.150000', '122042.610000', '122043.070000', '122043.530000', '122043.990000', '122044.450000', '122044.910000', '122045.370000', '122045.830000', '122046.290000', '122046.750000', '122047.210000', '122047.670000', '122048.130000', '122048.590000', '122049.050000', '122049.510000', '122049.970000', '122050.430000', '122050.890000', '122051.350000', '122051.810000', '122052.270000', '122052.730000', '122053.190000', '122053.650000', '122054.110000', '122054.570000', '122055.030000', '122055.490000', '122055.950000', '122056.410000', '122056.870000', '122057.330000', '122057.790000', '122058.250000', '122058.710000', '122059.170000', '122059.630000', '122100.090000', '122100.550000', '122101.010000', '122101.470000', '122101.930000', '122102.390000', '122102.850000', '122103.310000', '122103.770000', '122104.230000', '122104.690000', '122105.150000', '122105.610000', '122106.070000', '122106.530000', '122106.990000', '122107.450000', '122107.910000', '122108.370000', '122108.830000', '122109.290000', '122109.750000', '122110.210000', '122110.670000', '122111.130000', '122111.590000', '122112.050000', '122112.510000', '122112.970000', '122113.430000', '122113.890000', '122114.350000', '122114.810000', '122115.270000', '122115.730000', '122116.190000', '122116.650000', '122117.110000', '122117.570000', '122118.030000', '122118.490000', '122118.950000', '122119.410000', '122119.870000', '122120.330000', '122120.790000', '122121.250000', '122121.710000', '122122.170000', '122122.630000', '122123.090000', '122123.550000', '122124.010000', '122124.470000', '122124.930000', '122125.390000', '122125.850000', '122126.310000', '122126.770000', '122127.230000', '122127.690000', '122128.150000', '122128.610000', '122129.070000', '122129.530000', '122129.990000', '122130.450000', '122130.910000', '122131.370000', '122131.830000', '122132.290000', '122132.750000', '122133.210000', '122133.670000', '122134.130000', '122134.590000', '122135.050000', '122135.510000', '122135.970000', '122136.430000', '122136.890000', '122137.350000', '122137.810000', '122138.270000', '122138.730000', '122139.190000', '122139.650000', '122140.110000', '122140.570000', '122141.030000', '122141.490000', '122141.950000', '122142.410000', '122142.870000', '122143.330000', '122143.790000', '122144.250000', '122144.710000', '122145.170000', '122145.630000', '122146.090000', '122146.550000', '122147.010000', '122147.470000', '122147.930000', '122148.390000', '122148.850000', '122149.310000', '122149.770000', '122150.230000', '122150.690000', '122151.150000', '122151.610000', '122152.070000', '122152.530000', '122152.990000', '122153.450000', '122153.910000', '122154.370000', '122154.830000', '122155.290000', '122155.750000', '122156.210000', '122156.670000', '122157.130000', '122157.590000', '122158.050000', '122158.510000', '122158.970000', '122159.430000', '122159.890000', '122200.350000', '122200.810000', '122201.270000', '122201.730000', '122202.190000', '122202.650000', '122203.110000', '122203.570000', '122204.030000', '122204.490000', '122204.950000', '122205.410000', '122205.870000', '122206.330000', '122206.790000', '122207.250000', '122207.710000', '122208.170000', '122208.630000', '122209.090000', '122209.550000', '122210.010000', '122210.470000', '122210.930000', '122211.390000', '122211.850000', '122212.310000', '122212.770000', '122213.230000', '122213.690000', '122214.150000', '122214.610000', '122215.070000', '122215.530000', '122215.990000', '122216.450000', '122216.910000', '122217.370000', '122217.830000', '122218.290000', '122218.750000', '122219.210000', '122219.670000', '122220.130000', '122220.590000', '122221.050000', '122221.510000', '122221.970000', '122222.430000', '122222.890000', '122223.350000', '122223.810000', '122224.270000', '122224.730000', '122225.190000', '122225.650000', '122226.110000', '122226.570000', '122227.030000', '122227.490000', '122227.950000', '122228.410000', '122228.870000', '122229.330000', '122229.790000', '122230.250000', '122230.710000', '122231.170000', '122231.630000', '122232.090000', '122232.550000', '122233.010000', '122233.470000', '122233.930000', '122234.390000', '122234.850000', '122235.310000', '122235.770000', '122236.230000', '122236.690000', '122237.150000', '122237.610000', '122238.070000', '122238.530000', '122238.990000', '122239.450000', '122239.910000', '122240.370000', '122240.830000', '122241.290000', '122241.750000', '122242.210000', '122242.670000', '122243.130000', '122243.590000', '122244.050000', '122244.510000', '122244.970000', '122245.430000', '122245.890000', '122246.350000', '122246.810000', '122247.270000', '122247.730000', '122248.190000', '122248.650000', '122249.110000', '122249.570000', '122250.030000', '122250.490000', '122250.950000', '122251.410000', '122251.870000', '122252.330000', '122252.790000', '122253.250000', '122253.710000', '122254.170000', '122254.630000', '122255.090000', '122255.550000', '122256.010000', '122256.470000', '122256.930000', '122257.390000', '122257.850000', '122258.310000', '122258.770000', '122259.230000', '122259.690000', '122300.150000', '122300.610000', '122301.070000', '122301.530000', '122301.990000', '122302.450000', '122302.910000', '122303.370000', '122303.830000', '122304.290000', '122304.750000', '122305.210000', '122305.670000', '122306.130000', '122306.590000', '122307.050000', '122307.510000', '122307.970000', '122308.430000', '122308.890000', '122309.350000', '122309.810000', '122310.270000', '122310.730000', '122311.190000', '122311.650000', '122312.110000', '122312.570000', '122313.030000', '122313.490000', '122313.950000', '122314.410000', '122314.870000', '122315.330000', '122315.790000', '122316.250000', '122316.710000', '122317.170000', '122317.630000', '122318.090000', '122318.550000', '122319.010000', '122319.470000', '122319.930000', '122320.390000', '122320.850000', '122321.310000', '122321.770000', '122322.230000', '122322.690000', '122323.150000', '122323.610000', '122324.070000', '122324.530000', '122324.990000', '122325.450000', '122325.910000', '122326.370000', '122326.830000', '122327.290000', '122327.750000', '122328.210000', '122328.670000', '122329.130000', '122329.590000', '122330.050000', '122330.510000', '122330.970000', '122331.430000', '122331.890000', '122332.350000', '122332.810000', '122333.270000', '122333.730000', '122334.190000', '122334.650000', '122335.110000', '122335.570000', '122336.030000', '122336.490000', '122336.950000', '122337.410000', '122337.870000', '122338.330000', '122338.790000', '122339.250000', '122339.710000', '122340.170000', '122340.630000', '122341.090000', '122341.550000', '122342.010000', '122342.470000', '122342.930000', '122343.390000', '122343.850000', '122344.310000'], 'ContentTime': ['121400.842000', '121400.845000', '121400.848000', '121400.852000', '121400.855000', '121400.858000', '121400.860000', '121400.863000', '121400.866000', '121400.869000', '121400.872000', '121400.875000', '121400.878000', '121400.881000', '121400.884000', '121400.887000', '121400.889000', '121400.892000', '121400.895000', '121400.898000', '121400.901000', '121400.904000', '121400.907000', '121400.910000', '121400.913000', '121400.916000', '121400.919000', '121400.922000', '121400.924000', '121400.927000', '121400.930000', '121400.933000', '121400.936000', '121400.939000', '121400.943000', '121400.946000', '121400.949000', '121400.952000', '121400.955000', '121400.958000', '121400.961000', '121400.969000', '121400.972000', '121400.975000', '121400.978000', '121400.981000', '121400.984000', '121400.987000', '121400.990000', '121400.993000', '121400.996000', '121400.998000', '121401.002000', '121420.814000', '121420.817000', '121420.820000', '121420.823000', '121420.826000', '121420.838000', '121420.841000', '121420.844000', '121420.847000', '121420.850000', '121420.852000', '121420.855000', '121420.858000', '121420.861000', '121420.864000', '121420.867000', '121420.870000', '121420.873000', '121420.876000', '121420.879000', '121420.882000', '121420.884000', '121420.887000', '121420.890000', '121420.893000', '121420.896000', '121420.899000', '121420.902000', '121420.905000', '121420.907000', '121420.910000', '121420.913000', '121420.916000', '121420.921000', '121420.924000', '121420.927000', '121420.930000', '121420.933000', '121420.935000', '121420.938000', '121420.941000', '121420.944000', '121420.947000', '121440.814000', '121440.817000', '121440.820000', '121440.823000', '121440.833000', '121440.836000', '121440.839000', '121440.842000', '121440.845000', '121440.848000', '121440.858000', '121440.861000', '121440.864000', '121440.867000', '121440.870000', '121440.873000', '121440.876000', '121440.879000', '121440.882000', '121440.884000', '121440.888000', '121440.890000', '121440.893000', '121440.896000', '121440.899000', '121440.902000', '121440.905000', '121440.908000', '121440.911000', '121440.914000', '121440.917000', '121440.919000', '121440.922000', '121440.925000', '121440.928000', '121440.931000', '121440.934000', '121440.937000', '121440.940000', '121440.942000', '121440.945000', '121440.948000', '121440.951000', '121440.954000', '121500.814000', '121500.817000', '121500.820000', '121500.823000', '121500.826000', '121500.828000', '121500.832000', '121500.834000', '121500.837000', '121500.840000', '121500.843000', '121500.846000', '121500.849000', '121500.852000', '121500.855000', '121500.858000', '121500.861000', '121500.863000', '121500.867000', '121500.869000', '121500.872000', '121500.875000', '121500.878000', '121500.881000', '121500.884000', '121500.887000', '121500.890000', '121500.892000', '121500.895000', '121500.898000', '121500.905000', '121500.908000', '121500.911000', '121500.914000', '121500.917000', '121500.920000', '121500.922000', '121500.925000', '121500.928000', '121500.931000', '121500.934000', '121500.937000', '121500.946000', '121520.814000', '121520.822000', '121520.826000', '121520.829000', '121520.832000', '121520.835000', '121520.838000', '121520.841000', '121520.844000', '121520.846000', '121520.849000', '121520.852000', '121520.855000', '121520.858000', '121520.861000', '121520.864000', '121520.867000', '121520.870000', '121520.873000', '121520.876000', '121520.879000', '121520.887000', '121520.890000', '121520.893000', '121520.896000', '121520.899000', '121520.902000', '121520.905000', '121520.908000', '121520.911000', '121520.914000', '121520.917000', '121520.919000', '121520.922000', '121520.925000', '121520.928000', '121520.931000', '121520.934000', '121520.937000', '121520.940000', '121520.943000', '121520.945000', '121520.948000', '121540.814000', '121540.817000', '121540.820000', '121540.823000', '121540.826000', '121540.828000', '121540.832000', '121540.834000', '121540.837000', '121540.840000', '121540.843000', '121540.846000', '121540.849000', '121540.852000', '121540.855000', '121540.858000', '121540.861000', '121540.864000', '121540.867000', '121540.869000', '121540.872000', '121540.875000', '121540.878000', '121540.881000', '121540.884000', '121540.887000', '121540.890000', '121540.893000', '121540.917000', '121540.920000', '121540.923000', '121540.926000', '121540.929000', '121540.932000', '121540.935000', '121540.937000', '121540.940000', '121540.943000', '121540.948000', '121540.951000', '121540.953000', '121540.958000', '121540.961000', '121540.964000', '121600.814000', '121600.817000', '121600.820000', '121600.823000', '121600.826000', '121600.828000', '121600.831000', '121600.834000', '121600.837000', '121600.840000', '121600.843000', '121600.846000', '121600.849000', '121600.852000', '121600.855000', '121600.858000', '121600.860000', '121600.863000', '121600.866000', '121600.869000', '121600.872000', '121600.875000', '121600.878000', '121600.881000', '121600.884000', '121600.887000', '121600.889000', '121600.892000', '121600.895000', '121600.898000', '121600.901000', '121600.904000', '121600.907000', '121600.910000', '121600.913000', '121600.916000', '121600.918000', '121600.922000', '121600.925000', '121600.928000', '121600.931000', '121600.934000', '121600.937000', '121600.940000', '121620.813000', '121620.839000', '121620.842000', '121620.845000', '121620.848000', '121620.851000', '121620.854000', '121620.857000', '121620.860000', '121620.863000', '121620.865000', '121620.868000', '121620.872000', '121620.874000', '121620.877000', '121620.880000', '121620.883000', '121620.886000', '121620.889000', '121620.892000', '121620.895000', '121620.903000', '121620.905000', '121620.908000', '121620.911000', '121620.914000', '121620.917000', '121620.920000', '121620.923000', '121620.926000', '121620.929000', '121620.932000', '121620.935000', '121620.937000', '121620.940000', '121620.943000', '121620.946000', '121620.949000', '121620.952000', '121620.955000', '121620.958000', '121620.961000', '121620.964000', '121640.814000', '121640.817000', '121640.820000', '121640.827000', '121640.829000', '121640.832000', '121640.835000', '121640.838000', '121640.841000', '121640.844000', '121640.847000', '121640.850000', '121640.853000', '121640.856000', '121640.859000', '121640.862000', '121640.864000', '121640.868000', '121640.870000', '121640.873000', '121640.876000', '121640.879000', '121640.882000', '121640.885000', '121640.888000', '121640.891000', '121640.894000', '121640.896000', '121640.899000', '121640.902000', '121640.905000', '121640.908000', '121640.911000', '121640.914000', '121640.917000', '121640.920000', '121640.922000', '121640.925000', '121640.928000', '121640.931000', '121640.934000', '121640.937000', '121640.940000', '121700.814000', '121700.817000', '121700.820000', '121700.823000', '121700.826000', '121700.831000', '121700.834000', '121700.837000', '121700.840000', '121700.842000', '121700.845000', '121700.848000', '121700.851000', '121700.854000', '121700.857000', '121700.860000', '121700.863000', '121700.866000', '121700.869000', '121700.872000', '121700.875000', '121700.877000', '121700.880000', '121700.883000', '121700.886000', '121700.889000', '121700.892000', '121700.895000', '121700.898000', '121700.901000', '121700.904000', '121700.907000', '121700.910000', '121700.913000', '121700.915000', '121700.918000', '121700.922000', '121700.924000', '121700.927000', '121700.930000', '121700.933000', '121700.936000', '121700.939000', '121700.942000', '121720.814000', '121720.862000', '121720.865000', '121720.867000', '121720.870000', '121720.873000', '121720.876000', '121720.879000', '121720.882000', '121720.885000', '121720.888000', '121720.891000', '121720.894000', '121720.897000', '121720.900000', '121720.902000', '121720.905000', '121720.908000', '121720.911000', '121720.914000', '121720.917000', '121720.920000', '121720.923000', '121720.942000', '121720.951000', '121720.954000', '121720.957000', '121720.960000', '121720.963000', '121720.966000', '121720.969000', '121720.972000', '121720.975000', '121720.978000', '121720.980000', '121720.983000', '121720.986000', '121720.989000', '121720.992000', '121720.995000', '121720.998000', '121721.002000', '121721.005000', '121740.814000', '121740.817000', '121740.820000', '121740.823000', '121740.826000', '121740.829000', '121740.832000', '121740.835000', '121740.838000', '121740.841000', '121740.843000', '121740.847000', '121740.849000', '121740.852000', '121740.855000', '121740.858000', '121740.861000', '121740.864000', '121740.867000', '121740.870000', '121740.873000', '121740.876000', '121740.879000', '121740.882000', '121740.885000', '121740.888000', '121740.891000', '121740.894000', '121740.896000', '121740.899000', '121740.902000', '121740.905000', '121740.908000', '121740.911000', '121740.914000', '121740.917000', '121740.920000', '121740.923000', '121740.926000', '121740.929000', '121740.932000', '121740.935000', '121740.937000', '121740.940000', '121800.814000', '121800.817000', '121800.820000', '121800.823000', '121800.826000', '121800.829000', '121800.832000', '121800.835000', '121800.837000', '121800.841000', '121800.843000', '121800.846000', '121800.849000', '121800.853000', '121800.855000', '121800.858000', '121800.861000', '121800.865000', '121800.869000', '121800.872000', '121800.875000', '121800.878000', '121800.881000', '121800.884000', '121800.887000', '121800.890000', '121800.892000', '121800.896000', '121800.898000', '121800.901000', '121800.904000', '121800.907000', '121800.910000', '121800.913000', '121800.916000', '121800.919000', '121800.922000', '121800.925000', '121800.927000', '121800.930000', '121800.933000', '121800.936000', '121800.939000', '121820.814000', '121820.817000', '121820.820000', '121820.823000', '121820.826000', '121820.828000', '121820.832000', '121820.835000', '121820.837000', '121820.840000', '121820.843000', '121820.846000', '121820.849000', '121820.852000', '121820.855000', '121820.858000', '121820.861000', '121820.864000', '121820.867000', '121820.870000', '121820.873000', '121820.876000', '121820.879000', '121820.881000', '121820.884000', '121820.887000', '121820.890000', '121820.893000', '121820.896000', '121820.899000', '121820.902000', '121820.905000', '121820.907000', '121820.910000', '121820.913000', '121820.916000', '121820.919000', '121820.922000', '121820.925000', '121820.928000', '121820.931000', '121820.934000', '121820.937000', '121820.939000', '121840.813000', '121840.816000', '121840.819000', '121840.822000', '121840.825000', '121840.828000', '121840.831000', '121840.834000', '121840.837000', '121840.840000', '121840.842000', '121840.845000', '121840.848000', '121840.851000', '121840.854000', '121840.857000', '121840.860000', '121840.863000', '121840.866000', '121840.869000', '121840.872000', '121840.875000', '121840.880000', '121840.883000', '121840.886000', '121840.889000', '121840.892000', '121840.895000', '121840.898000', '121840.901000', '121840.904000', '121840.906000', '121840.909000', '121840.912000', '121840.933000', '121840.936000', '121840.938000', '121840.941000', '121840.950000', '121840.953000', '121840.956000', '121840.958000', '121840.961000', '121900.814000', '121900.817000', '121900.820000', '121900.823000', '121900.826000', '121900.829000', '121900.832000', '121900.835000', '121900.837000', '121900.841000', '121900.844000', '121900.846000', '121900.849000', '121900.852000', '121900.855000', '121900.858000', '121900.861000', '121900.864000', '121900.867000', '121900.870000', '121900.873000', '121900.876000', '121900.879000', '121900.882000', '121900.885000', '121900.888000', '121900.891000', '121900.894000', '121900.896000', '121900.899000', '121900.902000', '121900.905000', '121900.908000', '121900.911000', '121900.914000', '121900.917000', '121900.919000', '121900.923000', '121900.925000', '121900.928000', '121900.931000', '121900.934000', '121900.937000', '121900.940000', '121920.814000', '121920.831000', '121920.835000', '121920.838000', '121920.841000', '121920.844000', '121920.846000', '121920.849000', '121920.852000', '121920.855000', '121920.858000', '121920.861000', '121920.864000', '121920.867000', '121920.870000', '121920.873000', '121920.876000', '121920.879000', '121920.882000', '121920.885000', '121920.888000', '121920.891000', '121920.894000', '121920.897000', '121920.902000', '121920.906000', '121920.909000', '121920.912000', '121920.915000', '121920.918000', '121920.921000', '121920.923000', '121920.926000', '121920.929000', '121920.932000', '121920.935000', '121920.938000', '121920.941000', '121920.944000', '121920.947000', '121920.949000', '121920.952000', '121920.955000', '121940.814000', '121940.817000', '121940.820000', '121940.823000', '121940.826000', '121940.829000', '121940.832000', '121940.834000', '121940.838000', '121940.840000', '121940.843000', '121940.846000', '121940.849000', '121940.852000', '121940.855000', '121940.858000', '121940.861000', '121940.864000', '121940.867000', '121940.870000', '121940.873000', '121940.876000', '121940.879000', '121940.882000', '121940.885000', '121940.887000', '121940.890000', '121940.893000', '121940.896000', '121940.899000', '121940.902000', '121940.905000', '121940.908000', '121940.911000', '121940.914000', '121940.917000', '121940.920000', '121940.922000', '121940.925000', '121940.928000', '121940.931000', '121940.934000', '121940.937000', '121940.940000', '122000.814000', '122000.819000', '122000.822000', '122000.825000', '122000.828000', '122000.831000', '122000.834000', '122000.836000', '122000.839000', '122000.842000', '122000.845000', '122000.848000', '122000.851000', '122000.854000', '122000.857000', '122000.860000', '122000.863000', '122000.866000', '122000.869000', '122000.872000', '122000.874000', '122000.877000', '122000.880000', '122000.883000', '122000.886000', '122000.889000', '122000.892000', '122000.895000', '122000.898000', '122000.901000', '122000.904000', '122000.907000', '122000.911000', '122000.915000', '122000.922000', '122000.924000', '122000.927000', '122000.930000', '122000.933000', '122000.936000', '122000.939000', '122000.942000', '122000.945000', '122020.814000', '122020.831000', '122020.845000', '122020.848000', '122020.851000', '122020.854000', '122020.857000', '122020.860000', '122020.863000', '122020.866000', '122020.869000', '122020.872000', '122020.875000', '122020.878000', '122020.880000', '122020.884000', '122020.886000', '122020.889000', '122020.892000', '122020.895000', '122020.898000', '122020.901000', '122020.904000', '122020.907000', '122020.910000', '122020.913000', '122020.915000', '122020.918000', '122020.921000', '122020.924000', '122020.927000', '122020.930000', '122020.933000', '122020.936000', '122020.939000', '122020.942000', '122020.945000', '122020.948000', '122020.950000', '122020.953000', '122020.956000', '122020.959000', '122020.962000', '122020.965000', '122040.814000', '122040.870000', '122040.873000', '122040.876000', '122040.879000', '122040.882000', '122040.885000', '122040.887000', '122040.890000', '122040.893000', '122040.896000', '122040.899000', '122040.902000', '122040.905000', '122040.908000', '122040.911000', '122040.914000', '122040.917000', '122040.920000', '122040.923000', '122040.926000', '122040.931000', '122040.934000', '122040.937000', '122040.940000', '122040.943000', '122040.946000', '122040.949000', '122040.952000', '122040.955000', '122040.957000', '122040.960000', '122040.963000', '122040.966000', '122040.969000', '122040.972000', '122040.975000', '122040.978000', '122040.981000', '122040.984000', '122040.987000', '122040.990000', '122040.992000', '122100.813000', '122100.816000', '122100.819000', '122100.822000', '122100.825000', '122100.828000', '122100.831000', '122100.834000', '122100.837000', '122100.840000', '122100.843000', '122100.846000', '122100.849000', '122100.851000', '122100.855000', '122100.858000', '122100.861000', '122100.863000', '122100.866000', '122100.869000', '122100.872000', '122100.875000', '122100.878000', '122100.881000', '122100.884000', '122100.887000', '122100.890000', '122100.893000', '122100.896000', '122100.899000', '122100.902000', '122100.905000', '122100.907000', '122100.910000', '122100.913000', '122100.916000', '122100.919000', '122100.922000', '122100.925000', '122100.928000', '122100.931000', '122100.934000', '122100.937000', '122100.940000', '122120.814000', '122120.821000', '122120.824000', '122120.827000', '122120.830000', '122120.832000', '122120.835000', '122120.838000', '122120.841000', '122120.844000', '122120.847000', '122120.850000', '122120.853000', '122120.856000', '122120.859000', '122120.862000', '122120.865000', '122120.868000', '122120.871000', '122120.874000', '122120.877000', '122120.879000', '122120.882000', '122120.885000', '122120.888000', '122120.891000', '122120.894000', '122120.897000', '122120.900000', '122120.903000', '122120.906000', '122120.909000', '122120.912000', '122120.915000', '122120.917000', '122120.920000', '122120.923000', '122120.926000', '122120.929000', '122120.932000', '122120.935000', '122120.938000', '122120.941000', '122140.814000', '122140.832000', '122140.835000', '122140.838000', '122140.841000', '122140.844000', '122140.847000', '122140.850000', '122140.853000', '122140.856000', '122140.859000', '122140.862000', '122140.865000', '122140.868000', '122140.871000', '122140.874000', '122140.877000', '122140.880000', '122140.882000', '122140.885000', '122140.888000', '122140.891000', '122140.894000', '122140.897000', '122140.900000', '122140.903000', '122140.906000', '122140.909000', '122140.912000', '122140.915000', '122140.918000', '122140.921000', '122140.923000', '122140.926000', '122140.929000', '122140.932000', '122140.935000', '122140.938000', '122140.941000', '122140.944000', '122140.947000', '122140.950000', '122140.953000', '122140.956000', '122200.814000', '122200.840000', '122200.843000', '122200.846000', '122200.849000', '122200.851000', '122200.854000', '122200.857000', '122200.860000', '122200.863000', '122200.866000', '122200.869000', '122200.872000', '122200.875000', '122200.878000', '122200.881000', '122200.884000', '122200.887000', '122200.889000', '122200.892000', '122200.895000', '122200.898000', '122200.901000', '122200.904000', '122200.909000', '122200.913000', '122200.916000', '122200.919000', '122200.922000', '122200.924000', '122200.927000', '122200.930000', '122200.933000', '122200.936000', '122200.939000', '122200.942000', '122200.945000', '122200.948000', '122200.950000', '122200.953000', '122200.956000', '122200.959000', '122200.962000', '122220.814000', '122220.830000', '122220.833000', '122220.836000', '122220.839000', '122220.842000', '122220.845000', '122220.847000', '122220.850000', '122220.853000', '122220.856000', '122220.859000', '122220.862000', '122220.865000', '122220.868000', '122220.871000', '122220.874000', '122220.877000', '122220.880000', '122220.883000', '122220.886000', '122220.889000', '122220.892000', '122220.895000', '122220.898000', '122220.901000', '122220.904000', '122220.907000', '122220.910000', '122220.913000', '122220.915000', '122220.918000', '122220.921000', '122220.924000', '122220.927000', '122220.930000', '122220.933000', '122220.936000', '122220.939000', '122220.942000', '122220.945000', '122220.948000', '122220.951000', '122220.953000', '122240.814000', '122240.817000', '122240.820000', '122240.823000', '122240.826000', '122240.829000', '122240.832000', '122240.835000', '122240.838000', '122240.841000', '122240.844000', '122240.847000', '122240.849000', '122240.852000', '122240.855000', '122240.858000', '122240.861000', '122240.864000', '122240.867000', '122240.870000', '122240.873000', '122240.876000', '122240.879000', '122240.882000', '122240.885000', '122240.888000', '122240.891000', '122240.893000', '122240.896000', '122240.899000', '122240.902000', '122240.905000', '122240.908000', '122240.911000', '122240.914000', '122240.917000', '122240.920000', '122240.922000', '122240.925000', '122240.928000', '122240.931000', '122240.934000', '122240.937000', '122300.814000', '122300.840000', '122300.843000', '122300.846000', '122300.849000', '122300.851000', '122300.854000', '122300.857000', '122300.860000', '122300.863000', '122300.866000', '122300.869000', '122300.872000', '122300.875000', '122300.878000', '122300.881000', '122300.884000', '122300.887000', '122300.890000', '122300.893000', '122300.896000', '122300.899000', '122300.902000', '122300.905000', '122300.908000', '122300.910000', '122300.913000', '122300.916000', '122300.919000', '122300.922000', '122300.925000', '122300.928000', '122300.931000', '122300.934000', '122300.936000', '122300.940000', '122300.942000', '122300.945000', '122300.948000', '122300.951000', '122300.954000', '122300.957000', '122300.960000', '122300.963000', '122320.813000', '122320.839000', '122320.842000', '122320.845000', '122320.848000', '122320.851000', '122320.854000', '122320.857000', '122320.860000', '122320.863000', '122320.866000', '122320.868000', '122320.871000', '122320.874000', '122320.877000', '122320.880000', '122320.883000', '122320.886000', '122320.889000', '122320.892000', '122320.895000', '122320.898000', '122320.901000', '122320.904000', '122320.906000', '122320.909000', '122320.912000', '122320.915000', '122320.918000', '122320.921000', '122320.924000', '122320.927000', '122320.930000', '122320.933000', '122320.935000', '122320.938000', '122320.941000', '122320.945000', '122320.948000', '122320.951000', '122320.954000', '122320.958000', '122320.961000', '122340.814000', '122340.832000', '122340.835000', '122340.838000', '122340.841000', '122340.844000', '122340.847000', '122340.850000', '122340.853000', '122340.856000', '122340.859000', '122340.862000', '122340.865000', '122340.867000', '122340.870000', '122340.873000', '122340.876000', '122340.879000', '122340.882000', '122340.885000', '122340.888000', '122340.891000', '122340.894000', '122340.897000', '122340.900000', '122340.903000', '122340.906000', '122340.909000', '122340.912000', '122340.915000', '122340.918000', '122340.921000', '122340.924000', '122340.926000', '122340.929000', '122340.933000', '122340.935000', '122340.938000', '122340.941000', '122340.944000', '122340.947000', '122340.950000', '122340.953000', '122344.988000', '122344.992000', '122344.996000', '122345.000000', '122345.003000', '122345.007000', '122345.009000', '122345.012000', '122345.015000', '122345.018000'], 'InstanceCreationTime': ['121400.842000', '121400.845000', '121400.848000', '121400.852000', '121400.855000', '121400.858000', '121400.860000', '121400.863000', '121400.866000', '121400.869000', '121400.872000', '121400.875000', '121400.878000', '121400.881000', '121400.884000', '121400.887000', '121400.889000', '121400.892000', '121400.895000', '121400.898000', '121400.901000', '121400.904000', '121400.907000', '121400.910000', '121400.913000', '121400.916000', '121400.919000', '121400.922000', '121400.924000', '121400.927000', '121400.930000', '121400.933000', '121400.936000', '121400.939000', '121400.943000', '121400.946000', '121400.949000', '121400.952000', '121400.955000', '121400.958000', '121400.961000', '121400.969000', '121400.972000', '121400.975000', '121400.978000', '121400.981000', '121400.984000', '121400.987000', '121400.990000', '121400.993000', '121400.996000', '121400.998000', '121401.002000', '121420.814000', '121420.817000', '121420.820000', '121420.823000', '121420.826000', '121420.838000', '121420.841000', '121420.844000', '121420.847000', '121420.850000', '121420.852000', '121420.855000', '121420.858000', '121420.861000', '121420.864000', '121420.867000', '121420.870000', '121420.873000', '121420.876000', '121420.879000', '121420.882000', '121420.884000', '121420.887000', '121420.890000', '121420.893000', '121420.896000', '121420.899000', '121420.902000', '121420.905000', '121420.907000', '121420.910000', '121420.913000', '121420.916000', '121420.921000', '121420.924000', '121420.927000', '121420.930000', '121420.933000', '121420.935000', '121420.938000', '121420.941000', '121420.944000', '121420.947000', '121440.814000', '121440.817000', '121440.820000', '121440.823000', '121440.833000', '121440.836000', '121440.839000', '121440.842000', '121440.845000', '121440.848000', '121440.858000', '121440.861000', '121440.864000', '121440.867000', '121440.870000', '121440.873000', '121440.876000', '121440.879000', '121440.882000', '121440.884000', '121440.888000', '121440.890000', '121440.893000', '121440.896000', '121440.899000', '121440.902000', '121440.905000', '121440.908000', '121440.911000', '121440.914000', '121440.917000', '121440.919000', '121440.922000', '121440.925000', '121440.928000', '121440.931000', '121440.934000', '121440.937000', '121440.940000', '121440.942000', '121440.945000', '121440.948000', '121440.951000', '121440.954000', '121500.814000', '121500.817000', '121500.820000', '121500.823000', '121500.826000', '121500.828000', '121500.832000', '121500.834000', '121500.837000', '121500.840000', '121500.843000', '121500.846000', '121500.849000', '121500.852000', '121500.855000', '121500.858000', '121500.861000', '121500.863000', '121500.867000', '121500.869000', '121500.872000', '121500.875000', '121500.878000', '121500.881000', '121500.884000', '121500.887000', '121500.890000', '121500.892000', '121500.895000', '121500.898000', '121500.905000', '121500.908000', '121500.911000', '121500.914000', '121500.917000', '121500.920000', '121500.922000', '121500.925000', '121500.928000', '121500.931000', '121500.934000', '121500.937000', '121500.946000', '121520.814000', '121520.822000', '121520.826000', '121520.829000', '121520.832000', '121520.835000', '121520.838000', '121520.841000', '121520.844000', '121520.846000', '121520.849000', '121520.852000', '121520.855000', '121520.858000', '121520.861000', '121520.864000', '121520.867000', '121520.870000', '121520.873000', '121520.876000', '121520.879000', '121520.887000', '121520.890000', '121520.893000', '121520.896000', '121520.899000', '121520.902000', '121520.905000', '121520.908000', '121520.911000', '121520.914000', '121520.917000', '121520.919000', '121520.922000', '121520.925000', '121520.928000', '121520.931000', '121520.934000', '121520.937000', '121520.940000', '121520.943000', '121520.945000', '121520.948000', '121540.814000', '121540.817000', '121540.820000', '121540.823000', '121540.826000', '121540.828000', '121540.832000', '121540.834000', '121540.837000', '121540.840000', '121540.843000', '121540.846000', '121540.849000', '121540.852000', '121540.855000', '121540.858000', '121540.861000', '121540.864000', '121540.867000', '121540.869000', '121540.872000', '121540.875000', '121540.878000', '121540.881000', '121540.884000', '121540.887000', '121540.890000', '121540.893000', '121540.917000', '121540.920000', '121540.923000', '121540.926000', '121540.929000', '121540.932000', '121540.935000', '121540.937000', '121540.940000', '121540.943000', '121540.948000', '121540.951000', '121540.953000', '121540.958000', '121540.961000', '121540.964000', '121600.814000', '121600.817000', '121600.820000', '121600.823000', '121600.826000', '121600.828000', '121600.831000', '121600.834000', '121600.837000', '121600.840000', '121600.843000', '121600.846000', '121600.849000', '121600.852000', '121600.855000', '121600.858000', '121600.860000', '121600.863000', '121600.866000', '121600.869000', '121600.872000', '121600.875000', '121600.878000', '121600.881000', '121600.884000', '121600.887000', '121600.889000', '121600.892000', '121600.895000', '121600.898000', '121600.901000', '121600.904000', '121600.907000', '121600.910000', '121600.913000', '121600.916000', '121600.918000', '121600.922000', '121600.925000', '121600.928000', '121600.931000', '121600.934000', '121600.937000', '121600.940000', '121620.813000', '121620.839000', '121620.842000', '121620.845000', '121620.848000', '121620.851000', '121620.854000', '121620.857000', '121620.860000', '121620.863000', '121620.865000', '121620.868000', '121620.872000', '121620.874000', '121620.877000', '121620.880000', '121620.883000', '121620.886000', '121620.889000', '121620.892000', '121620.895000', '121620.903000', '121620.905000', '121620.908000', '121620.911000', '121620.914000', '121620.917000', '121620.920000', '121620.923000', '121620.926000', '121620.929000', '121620.932000', '121620.935000', '121620.937000', '121620.940000', '121620.943000', '121620.946000', '121620.949000', '121620.952000', '121620.955000', '121620.958000', '121620.961000', '121620.964000', '121640.814000', '121640.817000', '121640.820000', '121640.827000', '121640.829000', '121640.832000', '121640.835000', '121640.838000', '121640.841000', '121640.844000', '121640.847000', '121640.850000', '121640.853000', '121640.856000', '121640.859000', '121640.862000', '121640.864000', '121640.868000', '121640.870000', '121640.873000', '121640.876000', '121640.879000', '121640.882000', '121640.885000', '121640.888000', '121640.891000', '121640.894000', '121640.896000', '121640.899000', '121640.902000', '121640.905000', '121640.908000', '121640.911000', '121640.914000', '121640.917000', '121640.920000', '121640.922000', '121640.925000', '121640.928000', '121640.931000', '121640.934000', '121640.937000', '121640.940000', '121700.814000', '121700.817000', '121700.820000', '121700.823000', '121700.826000', '121700.831000', '121700.834000', '121700.837000', '121700.840000', '121700.842000', '121700.845000', '121700.848000', '121700.851000', '121700.854000', '121700.857000', '121700.860000', '121700.863000', '121700.866000', '121700.869000', '121700.872000', '121700.875000', '121700.877000', '121700.880000', '121700.883000', '121700.886000', '121700.889000', '121700.892000', '121700.895000', '121700.898000', '121700.901000', '121700.904000', '121700.907000', '121700.910000', '121700.913000', '121700.915000', '121700.918000', '121700.922000', '121700.924000', '121700.927000', '121700.930000', '121700.933000', '121700.936000', '121700.939000', '121700.942000', '121720.814000', '121720.862000', '121720.865000', '121720.867000', '121720.870000', '121720.873000', '121720.876000', '121720.879000', '121720.882000', '121720.885000', '121720.888000', '121720.891000', '121720.894000', '121720.897000', '121720.900000', '121720.902000', '121720.905000', '121720.908000', '121720.911000', '121720.914000', '121720.917000', '121720.920000', '121720.923000', '121720.942000', '121720.951000', '121720.954000', '121720.957000', '121720.960000', '121720.963000', '121720.966000', '121720.969000', '121720.972000', '121720.975000', '121720.978000', '121720.980000', '121720.983000', '121720.986000', '121720.989000', '121720.992000', '121720.995000', '121720.998000', '121721.002000', '121721.005000', '121740.814000', '121740.817000', '121740.820000', '121740.823000', '121740.826000', '121740.829000', '121740.832000', '121740.835000', '121740.838000', '121740.841000', '121740.843000', '121740.847000', '121740.849000', '121740.852000', '121740.855000', '121740.858000', '121740.861000', '121740.864000', '121740.867000', '121740.870000', '121740.873000', '121740.876000', '121740.879000', '121740.882000', '121740.885000', '121740.888000', '121740.891000', '121740.894000', '121740.896000', '121740.899000', '121740.902000', '121740.905000', '121740.908000', '121740.911000', '121740.914000', '121740.917000', '121740.920000', '121740.923000', '121740.926000', '121740.929000', '121740.932000', '121740.935000', '121740.937000', '121740.940000', '121800.814000', '121800.817000', '121800.820000', '121800.823000', '121800.826000', '121800.829000', '121800.832000', '121800.835000', '121800.837000', '121800.841000', '121800.843000', '121800.846000', '121800.849000', '121800.853000', '121800.855000', '121800.858000', '121800.861000', '121800.865000', '121800.869000', '121800.872000', '121800.875000', '121800.878000', '121800.881000', '121800.884000', '121800.887000', '121800.890000', '121800.892000', '121800.896000', '121800.898000', '121800.901000', '121800.904000', '121800.907000', '121800.910000', '121800.913000', '121800.916000', '121800.919000', '121800.922000', '121800.925000', '121800.927000', '121800.930000', '121800.933000', '121800.936000', '121800.939000', '121820.814000', '121820.817000', '121820.820000', '121820.823000', '121820.826000', '121820.828000', '121820.832000', '121820.835000', '121820.837000', '121820.840000', '121820.843000', '121820.846000', '121820.849000', '121820.852000', '121820.855000', '121820.858000', '121820.861000', '121820.864000', '121820.867000', '121820.870000', '121820.873000', '121820.876000', '121820.879000', '121820.881000', '121820.884000', '121820.887000', '121820.890000', '121820.893000', '121820.896000', '121820.899000', '121820.902000', '121820.905000', '121820.907000', '121820.910000', '121820.913000', '121820.916000', '121820.919000', '121820.922000', '121820.925000', '121820.928000', '121820.931000', '121820.934000', '121820.937000', '121820.939000', '121840.813000', '121840.816000', '121840.819000', '121840.822000', '121840.825000', '121840.828000', '121840.831000', '121840.834000', '121840.837000', '121840.840000', '121840.842000', '121840.845000', '121840.848000', '121840.851000', '121840.854000', '121840.857000', '121840.860000', '121840.863000', '121840.866000', '121840.869000', '121840.872000', '121840.875000', '121840.880000', '121840.883000', '121840.886000', '121840.889000', '121840.892000', '121840.895000', '121840.898000', '121840.901000', '121840.904000', '121840.906000', '121840.909000', '121840.912000', '121840.933000', '121840.936000', '121840.938000', '121840.941000', '121840.950000', '121840.953000', '121840.956000', '121840.958000', '121840.961000', '121900.814000', '121900.817000', '121900.820000', '121900.823000', '121900.826000', '121900.829000', '121900.832000', '121900.835000', '121900.837000', '121900.841000', '121900.844000', '121900.846000', '121900.849000', '121900.852000', '121900.855000', '121900.858000', '121900.861000', '121900.864000', '121900.867000', '121900.870000', '121900.873000', '121900.876000', '121900.879000', '121900.882000', '121900.885000', '121900.888000', '121900.891000', '121900.894000', '121900.896000', '121900.899000', '121900.902000', '121900.905000', '121900.908000', '121900.911000', '121900.914000', '121900.917000', '121900.919000', '121900.923000', '121900.925000', '121900.928000', '121900.931000', '121900.934000', '121900.937000', '121900.940000', '121920.814000', '121920.831000', '121920.835000', '121920.838000', '121920.841000', '121920.844000', '121920.846000', '121920.849000', '121920.852000', '121920.855000', '121920.858000', '121920.861000', '121920.864000', '121920.867000', '121920.870000', '121920.873000', '121920.876000', '121920.879000', '121920.882000', '121920.885000', '121920.888000', '121920.891000', '121920.894000', '121920.897000', '121920.902000', '121920.906000', '121920.909000', '121920.912000', '121920.915000', '121920.918000', '121920.921000', '121920.923000', '121920.926000', '121920.929000', '121920.932000', '121920.935000', '121920.938000', '121920.941000', '121920.944000', '121920.947000', '121920.949000', '121920.952000', '121920.955000', '121940.814000', '121940.817000', '121940.820000', '121940.823000', '121940.826000', '121940.829000', '121940.832000', '121940.834000', '121940.838000', '121940.840000', '121940.843000', '121940.846000', '121940.849000', '121940.852000', '121940.855000', '121940.858000', '121940.861000', '121940.864000', '121940.867000', '121940.870000', '121940.873000', '121940.876000', '121940.879000', '121940.882000', '121940.885000', '121940.887000', '121940.890000', '121940.893000', '121940.896000', '121940.899000', '121940.902000', '121940.905000', '121940.908000', '121940.911000', '121940.914000', '121940.917000', '121940.920000', '121940.922000', '121940.925000', '121940.928000', '121940.931000', '121940.934000', '121940.937000', '121940.940000', '122000.814000', '122000.819000', '122000.822000', '122000.825000', '122000.828000', '122000.831000', '122000.834000', '122000.836000', '122000.839000', '122000.842000', '122000.845000', '122000.848000', '122000.851000', '122000.854000', '122000.857000', '122000.860000', '122000.863000', '122000.866000', '122000.869000', '122000.872000', '122000.874000', '122000.877000', '122000.880000', '122000.883000', '122000.886000', '122000.889000', '122000.892000', '122000.895000', '122000.898000', '122000.901000', '122000.904000', '122000.907000', '122000.911000', '122000.915000', '122000.922000', '122000.924000', '122000.927000', '122000.930000', '122000.933000', '122000.936000', '122000.939000', '122000.942000', '122000.945000', '122020.814000', '122020.831000', '122020.845000', '122020.848000', '122020.851000', '122020.854000', '122020.857000', '122020.860000', '122020.863000', '122020.866000', '122020.869000', '122020.872000', '122020.875000', '122020.878000', '122020.880000', '122020.884000', '122020.886000', '122020.889000', '122020.892000', '122020.895000', '122020.898000', '122020.901000', '122020.904000', '122020.907000', '122020.910000', '122020.913000', '122020.915000', '122020.918000', '122020.921000', '122020.924000', '122020.927000', '122020.930000', '122020.933000', '122020.936000', '122020.939000', '122020.942000', '122020.945000', '122020.948000', '122020.950000', '122020.953000', '122020.956000', '122020.959000', '122020.962000', '122020.965000', '122040.814000', '122040.870000', '122040.873000', '122040.876000', '122040.879000', '122040.882000', '122040.885000', '122040.887000', '122040.890000', '122040.893000', '122040.896000', '122040.899000', '122040.902000', '122040.905000', '122040.908000', '122040.911000', '122040.914000', '122040.917000', '122040.920000', '122040.923000', '122040.926000', '122040.931000', '122040.934000', '122040.937000', '122040.940000', '122040.943000', '122040.946000', '122040.949000', '122040.952000', '122040.955000', '122040.957000', '122040.960000', '122040.963000', '122040.966000', '122040.969000', '122040.972000', '122040.975000', '122040.978000', '122040.981000', '122040.984000', '122040.987000', '122040.990000', '122040.992000', '122100.813000', '122100.816000', '122100.819000', '122100.822000', '122100.825000', '122100.828000', '122100.831000', '122100.834000', '122100.837000', '122100.840000', '122100.843000', '122100.846000', '122100.849000', '122100.851000', '122100.855000', '122100.858000', '122100.861000', '122100.863000', '122100.866000', '122100.869000', '122100.872000', '122100.875000', '122100.878000', '122100.881000', '122100.884000', '122100.887000', '122100.890000', '122100.893000', '122100.896000', '122100.899000', '122100.902000', '122100.905000', '122100.907000', '122100.910000', '122100.913000', '122100.916000', '122100.919000', '122100.922000', '122100.925000', '122100.928000', '122100.931000', '122100.934000', '122100.937000', '122100.940000', '122120.814000', '122120.821000', '122120.824000', '122120.827000', '122120.830000', '122120.832000', '122120.835000', '122120.838000', '122120.841000', '122120.844000', '122120.847000', '122120.850000', '122120.853000', '122120.856000', '122120.859000', '122120.862000', '122120.865000', '122120.868000', '122120.871000', '122120.874000', '122120.877000', '122120.879000', '122120.882000', '122120.885000', '122120.888000', '122120.891000', '122120.894000', '122120.897000', '122120.900000', '122120.903000', '122120.906000', '122120.909000', '122120.912000', '122120.915000', '122120.917000', '122120.920000', '122120.923000', '122120.926000', '122120.929000', '122120.932000', '122120.935000', '122120.938000', '122120.941000', '122140.814000', '122140.832000', '122140.835000', '122140.838000', '122140.841000', '122140.844000', '122140.847000', '122140.850000', '122140.853000', '122140.856000', '122140.859000', '122140.862000', '122140.865000', '122140.868000', '122140.871000', '122140.874000', '122140.877000', '122140.880000', '122140.882000', '122140.885000', '122140.888000', '122140.891000', '122140.894000', '122140.897000', '122140.900000', '122140.903000', '122140.906000', '122140.909000', '122140.912000', '122140.915000', '122140.918000', '122140.921000', '122140.923000', '122140.926000', '122140.929000', '122140.932000', '122140.935000', '122140.938000', '122140.941000', '122140.944000', '122140.947000', '122140.950000', '122140.953000', '122140.956000', '122200.814000', '122200.840000', '122200.843000', '122200.846000', '122200.849000', '122200.851000', '122200.854000', '122200.857000', '122200.860000', '122200.863000', '122200.866000', '122200.869000', '122200.872000', '122200.875000', '122200.878000', '122200.881000', '122200.884000', '122200.887000', '122200.889000', '122200.892000', '122200.895000', '122200.898000', '122200.901000', '122200.904000', '122200.909000', '122200.913000', '122200.916000', '122200.919000', '122200.922000', '122200.924000', '122200.927000', '122200.930000', '122200.933000', '122200.936000', '122200.939000', '122200.942000', '122200.945000', '122200.948000', '122200.950000', '122200.953000', '122200.956000', '122200.959000', '122200.962000', '122220.814000', '122220.830000', '122220.833000', '122220.836000', '122220.839000', '122220.842000', '122220.845000', '122220.847000', '122220.850000', '122220.853000', '122220.856000', '122220.859000', '122220.862000', '122220.865000', '122220.868000', '122220.871000', '122220.874000', '122220.877000', '122220.880000', '122220.883000', '122220.886000', '122220.889000', '122220.892000', '122220.895000', '122220.898000', '122220.901000', '122220.904000', '122220.907000', '122220.910000', '122220.913000', '122220.915000', '122220.918000', '122220.921000', '122220.924000', '122220.927000', '122220.930000', '122220.933000', '122220.936000', '122220.939000', '122220.942000', '122220.945000', '122220.948000', '122220.951000', '122220.953000', '122240.814000', '122240.817000', '122240.820000', '122240.823000', '122240.826000', '122240.829000', '122240.832000', '122240.835000', '122240.838000', '122240.841000', '122240.844000', '122240.847000', '122240.849000', '122240.852000', '122240.855000', '122240.858000', '122240.861000', '122240.864000', '122240.867000', '122240.870000', '122240.873000', '122240.876000', '122240.879000', '122240.882000', '122240.885000', '122240.888000', '122240.891000', '122240.893000', '122240.896000', '122240.899000', '122240.902000', '122240.905000', '122240.908000', '122240.911000', '122240.914000', '122240.917000', '122240.920000', '122240.922000', '122240.925000', '122240.928000', '122240.931000', '122240.934000', '122240.937000', '122300.814000', '122300.840000', '122300.843000', '122300.846000', '122300.849000', '122300.851000', '122300.854000', '122300.857000', '122300.860000', '122300.863000', '122300.866000', '122300.869000', '122300.872000', '122300.875000', '122300.878000', '122300.881000', '122300.884000', '122300.887000', '122300.890000', '122300.893000', '122300.896000', '122300.899000', '122300.902000', '122300.905000', '122300.908000', '122300.910000', '122300.913000', '122300.916000', '122300.919000', '122300.922000', '122300.925000', '122300.928000', '122300.931000', '122300.934000', '122300.936000', '122300.940000', '122300.942000', '122300.945000', '122300.948000', '122300.951000', '122300.954000', '122300.957000', '122300.960000', '122300.963000', '122320.813000', '122320.839000', '122320.842000', '122320.845000', '122320.848000', '122320.851000', '122320.854000', '122320.857000', '122320.860000', '122320.863000', '122320.866000', '122320.868000', '122320.871000', '122320.874000', '122320.877000', '122320.880000', '122320.883000', '122320.886000', '122320.889000', '122320.892000', '122320.895000', '122320.898000', '122320.901000', '122320.904000', '122320.906000', '122320.909000', '122320.912000', '122320.915000', '122320.918000', '122320.921000', '122320.924000', '122320.927000', '122320.930000', '122320.933000', '122320.935000', '122320.938000', '122320.941000', '122320.945000', '122320.948000', '122320.951000', '122320.954000', '122320.958000', '122320.961000', '122340.814000', '122340.832000', '122340.835000', '122340.838000', '122340.841000', '122340.844000', '122340.847000', '122340.850000', '122340.853000', '122340.856000', '122340.859000', '122340.862000', '122340.865000', '122340.867000', '122340.870000', '122340.873000', '122340.876000', '122340.879000', '122340.882000', '122340.885000', '122340.888000', '122340.891000', '122340.894000', '122340.897000', '122340.900000', '122340.903000', '122340.906000', '122340.909000', '122340.912000', '122340.915000', '122340.918000', '122340.921000', '122340.924000', '122340.926000', '122340.929000', '122340.933000', '122340.935000', '122340.938000', '122340.941000', '122340.944000', '122340.947000', '122340.950000', '122340.953000', '122344.988000', '122344.992000', '122344.996000', '122345.000000', '122345.003000', '122345.007000', '122345.009000', '122345.012000', '122345.015000', '122345.018000'], '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], 'LargestImagePixelValue': [8888, 11360, 8726, 10862, 9128, 8575, 10679, 8864, 11544, 8466, 11441, 8426, 9971, 7947, 8768, 8742, 8285, 10209, 8555, 10806, 8314, 8003, 8160, 8188, 9218, 8266, 10462, 8455, 10766, 8329, 8180, 8153, 8618, 9739, 8596, 8011, 7782, 8340, 9776, 8670, 8224, 7435, 8366, 9936, 8296, 7976, 8365, 8171, 11313, 7559, 7837, 9520, 8006, 9230, 7967, 8013, 9689, 7595, 7928, 10034, 7753, 8148, 10207, 7682, 7862, 10116, 7976, 11307, 9078, 7629, 9576, 8299, 10091, 7662, 7910, 10183, 7690, 7903, 8074, 8279, 9823, 8208, 8300, 8792, 8880, 10979, 8069, 10462, 8269, 8207, 8853, 8197, 10833, 8262, 11323, 7885, 7833, 8256, 8280, 10127, 7703, 9515, 7638, 7884, 9100, 7834, 7461, 8156, 7783, 9278, 7547, 8447, 8415, 7807, 11180, 8007, 10855, 9267, 7970, 10632, 8193, 9337, 8166, 7752, 10323, 7444, 7925, 8319, 7873, 10670, 7801, 8328, 10487, 7842, 8356, 9362, 7978, 8407, 9071, 8492, 11048, 8828, 8432, 12180, 8519, 8059, 10789, 7654, 10400, 9489, 8510, 11818, 8968, 8037, 9411, 7570, 7761, 9931, 8116, 11155, 8001, 8893, 9066, 8071, 10540, 7756, 6980, 8963, 7476, 8411, 9851, 8142, 7973, 10270, 8802, 7776, 10897, 8358, 9984, 10024, 7415, 12193, 7897, 8279, 9237, 7563, 9907, 7638, 7413, 9348, 7454, 7068, 8049, 7542, 9572, 7917, 9925, 8208, 8213, 9052, 7499, 9624, 7500, 10256, 7771, 10929, 7529, 10521, 8136, 7475, 8307, 7854, 8825, 7301, 7720, 8827, 7830, 10559, 8333, 10598, 9541, 8004, 9683, 7504, 11117, 7491, 11449, 7936, 11860, 8729, 8504, 8393, 7741, 9537, 7586, 8539, 7705, 7099, 8468, 8078, 10371, 7400, 9249, 7748, 7261, 8861, 7423, 10280, 7517, 12080, 7672, 7904, 7670, 7682, 9332, 7512, 8768, 7578, 7801, 7955, 8202, 8814, 7982, 10273, 8296, 9903, 8008, 7751, 8902, 7699, 9405, 8151, 7776, 10013, 7946, 11637, 7791, 11201, 7846, 11040, 7974, 11545, 8765, 9570, 8247, 7519, 8539, 7504, 9899, 7459, 7362, 7897, 7587, 9425, 7946, 8991, 8428, 7480, 9374, 7342, 11601, 8382, 11469, 8227, 9632, 8695, 9155, 8550, 7193, 9466, 7219, 10323, 7591, 7774, 8184, 7148, 9384, 7284, 10459, 8010, 6994, 8388, 7320, 9900, 7263, 10162, 7181, 10033, 7360, 9724, 7825, 7442, 8383, 7097, 9412, 7676, 8985, 9008, 10693, 8801, 8692, 8669, 7716, 10290, 7609, 10963, 7369, 8210, 8043, 7440, 9888, 7421, 10836, 7872, 10692, 8285, 7438, 9152, 7131, 10293, 7505, 12159, 7823, 10408, 8247, 9289, 8104, 7412, 9234, 7270, 8455, 7812, 7469, 8277, 7821, 9936, 7567, 9525, 8891, 8276, 9571, 7396, 9808, 8147, 9177, 8499, 8273, 8927, 7577, 10550, 7496, 11249, 7623, 11764, 8405, 8864, 8545, 7397, 8334, 7811, 7539, 9022, 7234, 10057, 8146, 11176, 8475, 11411, 8663, 11303, 9243, 8485, 9059, 7361, 9881, 7536, 10562, 7711, 11336, 7634, 11095, 8373, 8175, 8456, 7665, 8676, 7759, 9343, 8039, 9974, 8190, 9222, 8701, 7794, 8653, 7242, 9772, 7211, 10885, 7758, 11288, 7934, 9471, 8324, 8200, 8766, 7641, 9590, 7719, 9926, 7938, 10713, 8097, 10557, 8398, 9345, 8677, 8467, 8492, 7236, 9655, 7689, 10207, 7864, 8645, 8775, 7882, 9132, 7656, 10113, 8404, 8972, 8891, 8831, 9116, 7483, 9941, 7482, 10843, 8138, 11352, 8504, 11495, 8544, 9027, 8562, 7096, 10246, 8051, 6822, 7862, 7162, 10351, 7801, 10750, 7676, 10982, 7847, 10666, 8010, 11025, 7894, 10973, 7847, 10740, 8050, 10523, 8252, 10687, 8471, 9999, 8743, 9596, 8665, 8492, 8817, 8661, 9032, 8368, 9172, 7483, 8661, 7619, 9096, 7320, 9061, 7623, 9975, 7377, 10756, 7605, 8896, 7958, 9158, 8198, 8037, 8229, 10024, 8690, 10466, 8779, 7241, 8852, 7459, 9644, 7534, 9470, 7359, 9584, 7501, 9402, 7712, 9287, 7275, 9516, 8203, 8652, 7801, 7566, 8922, 8694, 9621, 7856, 8875, 7898, 9671, 7732, 10282, 8374, 10285, 7827, 10663, 8247, 9467, 8035, 7869, 8248, 8174, 9412, 7714, 10333, 8048, 11551, 8089, 11169, 9167, 7721, 9683, 7768, 10563, 7787, 10974, 7864, 11536, 7716, 11427, 8322, 8565, 8335, 7403, 8959, 7409, 10125, 8287, 9201, 8482, 10760, 8422, 11538, 8214, 11291, 8107, 10984, 7825, 10463, 7843, 10409, 7754, 10044, 7573, 10027, 7501, 10175, 7724, 9559, 7754, 9463, 7772, 9410, 7857, 9082, 8248, 9201, 8712, 9192, 8828, 8646, 9067, 8690, 8757, 7645, 8737, 8322, 9216, 7807, 9710, 8124, 9762, 8321, 9477, 7828, 9263, 8096, 7659, 8204, 7913, 9264, 8087, 11202, 8871, 12018, 9297, 10588, 8571, 9769, 9141, 11048, 8684, 8938, 9282, 7870, 10288, 7856, 10656, 7957, 10614, 7730, 11096, 7903, 10003, 8403, 7399, 8711, 7511, 9872, 8856, 7595, 9118, 7720, 9795, 8168, 11537, 8353, 11791, 8994, 11943, 8291, 11429, 8676, 10505, 8769, 10610, 8619, 8157, 8584, 8111, 9182, 8331, 9468, 7999, 9771, 7754, 10438, 8174, 9436, 8428, 9462, 8630, 9689, 8915, 10630, 8969, 8732, 9003, 8882, 8906, 9290, 8673, 9080, 8629, 7702, 8791, 7996, 9940, 7830, 9872, 7892, 10348, 7677, 9562, 7996, 9178, 8518, 7672, 9129, 7554, 10535, 8730, 7783, 9832, 8683, 12097, 8376, 12290, 8663, 12182, 8486, 10610, 8464, 9832, 8499, 9670, 9062, 8802, 8749, 8023, 8610, 8484, 8744, 8710, 9178, 8876, 9408, 8823, 9871, 8384, 10392, 8870, 10486, 8999, 8875, 8834, 9149, 8627, 8321, 8697, 8804, 9534, 8976, 11472, 8922, 11614, 8568, 11577, 8790, 9988, 8808, 10037, 8870, 10092, 8622, 10209, 8784, 9742, 8906, 9231, 8965, 9002, 8434, 8324, 8412, 9056, 9572, 9197, 10139, 8893, 11306, 9301, 10425, 9492, 10292, 9465, 9998, 9379, 10257, 9791, 9715, 9987, 9497, 9788, 8710, 9715, 9513, 9624, 9802, 9542, 9652, 9561, 11515, 9836, 11570, 9701, 10559, 9758, 10389, 9641, 10999, 9791, 10795, 9602, 11005, 9847, 10047, 9400, 9518, 9374, 9411, 9234, 10192, 9021, 10435, 9032, 9649, 9071, 9693, 9045, 9259, 8755, 9243, 8667, 9087, 8522, 9276, 9097, 9371, 9560, 9116, 9263, 9582, 9530, 9447, 9608, 9220, 8981, 9621, 9080, 9622, 8623, 9290, 8436, 9409, 8416, 9474, 8202, 8938, 8523, 9602, 8509, 9364, 9065, 9221, 9939, 9060, 10825, 9175, 10230, 9378, 10344, 9421, 11099, 9119, 12062, 9147, 10460, 9076, 10605, 9165, 9662, 8940, 9085, 8339, 8644, 8768, 9016, 9302, 8943, 9434, 8786, 9022, 8797, 9853, 8610, 9663, 8959, 9020, 9019, 9186, 9058, 9224, 9428, 8795, 9641, 9430, 9923, 9823, 9623, 11680, 9123, 11824, 8993, 10738, 9026, 10309, 9066, 8861, 8842, 9955, 8844, 9512, 9278, 9564, 9469, 9495, 9629, 9510, 10447, 9060, 9749, 9922, 8990, 9937, 9018, 9332, 9065, 9216, 9114, 9651, 9336, 9333, 9385, 9015, 9298, 9536, 9432, 10331, 9492, 9302, 9220, 10396, 9358, 10256, 9242, 10844, 9306, 11098, 9781, 9751, 9765, 9762, 9824, 9640, 9365, 9429, 10133, 9264, 10397, 9423, 10349, 9685, 10253, 9632, 10755, 9264, 10586, 9234, 10613, 9521, 10623, 9727, 10708, 10304, 10136, 11837, 10112, 11051, 9995, 10018, 9893, 10286, 9514, 10094, 9291, 10377, 9821, 9928, 9955, 9626, 11694, 9813, 11246, 9942, 10564, 9742, 10071, 9313, 10453, 9221, 10066, 9225, 10364, 10189, 9150, 10207, 9826, 9960, 10001, 9688, 9692, 9846, 9688, 9848, 8910, 9549, 9034, 10349, 9597, 10335, 10061, 9299, 11253, 10334, 9950, 10095, 10160, 10053, 9275, 10248, 10386, 9560, 9888, 9359, 10562, 9277, 9901, 10022, 9883, 10670, 9839, 11553, 9770, 10752, 9311, 10220, 9128, 9821, 9189, 9279, 10392, 9507, 10155, 9898, 9838, 9488, 10166, 9829, 10665, 9421, 10743, 9401, 9842, 8684, 9743, 8674, 9727, 9664, 9772, 10403, 9463, 10208, 8819, 11696, 9492, 10254, 9525, 9856, 9909, 9690, 9647, 10266, 9807, 11085, 9694, 9720, 9740, 10370, 9626, 10334, 9564, 10472, 9311, 9783, 9078, 9702, 9488, 10372, 9406, 10494, 9405, 10403, 9413, 10622, 9605, 10671, 9339, 10335, 9886, 10337, 11403, 10544, 10229, 10633, 10596, 10320, 11079, 10215, 11442, 10361, 10084, 10461, 10108, 9973, 10486, 9525, 10445, 9334, 10538, 9426, 12509, 9515, 12175, 9947, 11976, 9878, 11148, 9871, 11186, 9886, 10504, 9865, 10222, 9792, 9790, 9837, 9678, 9791, 10637, 9551, 10096, 9631, 10760, 9530, 10212, 9845, 10747, 9767, 10829, 9678, 10179, 9607, 10638, 9532, 10829, 9647, 10736, 9674, 10871, 9825, 11140, 9578, 10803, 10078, 10840, 9977, 10768, 9921, 10558, 9768, 10054, 9933, 10241, 9748, 10731, 9702, 10886, 9784, 10374, 9617, 10468, 9640, 10676, 9663, 10629, 9934, 10261, 9657, 10659, 10025, 10610, 9923, 11050, 10153, 10913, 10097, 10324, 10058, 10965, 9924, 10048, 10135, 10173, 10099, 10869, 10281, 12046, 10334, 11608, 10625, 10079, 10559, 10033, 10767, 10010, 11017, 9738, 10949, 9457, 10533, 9636, 11092, 9825, 10940, 9680, 10582, 9511, 11083, 9899, 10999, 9961, 10730, 10962, 10419, 12098, 10474, 10367, 11250, 10485, 10221, 11107, 10425, 10532, 11660, 10628, 13051, 10856, 10393, 10139, 10888, 10054, 10658, 9950, 10911, 9940, 10750, 10302, 10347, 10027, 11004, 10008, 11083, 9919, 10709, 9873, 10865], 'WindowCenter': [4422.0, 4427.0, 4384.0, 4399.0, 4377.0, 4364.0, 4375.0, 4354.0, 4383.0, 4340.0, 4369.0, 4338.0, 4361.0, 4338.0, 4338.0, 4338.0, 4338.0, 4357.0, 4339.0, 4367.0, 4337.0, 4327.0, 4340.0, 4336.0, 4346.0, 4335.0, 4356.0, 4338.0, 4356.0, 4326.0, 4327.0, 4326.0, 4336.0, 4346.0, 4337.0, 4339.0, 4329.0, 4340.0, 4360.0, 4352.0, 4354.0, 4343.0, 4351.0, 4371.0, 4351.0, 4352.0, 4351.0, 4351.0, 4370.0, 4340.0, 4341.0, 4361.0, 4341.0, 4361.0, 4340.0, 4340.0, 4363.0, 4341.0, 4352.0, 4372.0, 4341.0, 4352.0, 4372.0, 4366.0, 4351.0, 4372.0, 4354.0, 4384.0, 4350.0, 4329.0, 4358.0, 4339.0, 4359.0, 4339.0, 4338.0, 4359.0, 4328.0, 4341.0, 4341.0, 4351.0, 4359.0, 4339.0, 4338.0, 4350.0, 4351.0, 4370.0, 4339.0, 4360.0, 4338.0, 4338.0, 4349.0, 4339.0, 4358.0, 4339.0, 4368.0, 4337.0, 4328.0, 4337.0, 4339.0, 4360.0, 4339.0, 4360.0, 4340.0, 4340.0, 4361.0, 4343.0, 4342.0, 4353.0, 4342.0, 4362.0, 4344.0, 4354.0, 4353.0, 4341.0, 4382.0, 4342.0, 4371.0, 4362.0, 4340.0, 4359.0, 4340.0, 4348.0, 4340.0, 4331.0, 4359.0, 4329.0, 4352.0, 4351.0, 4343.0, 4370.0, 4341.0, 4349.0, 4371.0, 4342.0, 4340.0, 4351.0, 4339.0, 4340.0, 4351.0, 4351.0, 4370.0, 4351.0, 4340.0, 4378.0, 4350.0, 4337.0, 4359.0, 4329.0, 4358.0, 4349.0, 4338.0, 4368.0, 4348.0, 4329.0, 4348.0, 4327.0, 4340.0, 4359.0, 4337.0, 4357.0, 4328.0, 4337.0, 4336.0, 4325.0, 4355.0, 4327.0, 4319.0, 4335.0, 4328.0, 4338.0, 4360.0, 4343.0, 4341.0, 4361.0, 4351.0, 4329.0, 4360.0, 4339.0, 4348.0, 4348.0, 4315.0, 4367.0, 4326.0, 4325.0, 4345.0, 4327.0, 4356.0, 4330.0, 4330.0, 4359.0, 4332.0, 4330.0, 4341.0, 4342.0, 4362.0, 4368.0, 4373.0, 4352.0, 4339.0, 4350.0, 4319.0, 4361.0, 4328.0, 4358.0, 4330.0, 4359.0, 4329.0, 4359.0, 4337.0, 4318.0, 4340.0, 4341.0, 4349.0, 4332.0, 4342.0, 4362.0, 4342.0, 4371.0, 4352.0, 4371.0, 4362.0, 4342.0, 4361.0, 4333.0, 4371.0, 4320.0, 4369.0, 4328.0, 4368.0, 4338.0, 4339.0, 4339.0, 4329.0, 4360.0, 4331.0, 4350.0, 4341.0, 4320.0, 4341.0, 4341.0, 4361.0, 4343.0, 4360.0, 4341.0, 4343.0, 4351.0, 4332.0, 4361.0, 4331.0, 4380.0, 4330.0, 4339.0, 4331.0, 4343.0, 4350.0, 4331.0, 4351.0, 4355.0, 4344.0, 4343.0, 4341.0, 4350.0, 4341.0, 4360.0, 4340.0, 4361.0, 4341.0, 4330.0, 4352.0, 4341.0, 4352.0, 4343.0, 4341.0, 4362.0, 4343.0, 4370.0, 4332.0, 4369.0, 4330.0, 4359.0, 4329.0, 4357.0, 4338.0, 4347.0, 4327.0, 4315.0, 4336.0, 4317.0, 4347.0, 4319.0, 4328.0, 4341.0, 4341.0, 4362.0, 4342.0, 4364.0, 4355.0, 4332.0, 4363.0, 4331.0, 4372.0, 4342.0, 4372.0, 4341.0, 4349.0, 4339.0, 4348.0, 4339.0, 4318.0, 4348.0, 4318.0, 4358.0, 4329.0, 4329.0, 4339.0, 4317.0, 4350.0, 4331.0, 4359.0, 4341.0, 4321.0, 4342.0, 4332.0, 4361.0, 4320.0, 4359.0, 4318.0, 4348.0, 4318.0, 4350.0, 4330.0, 4319.0, 4340.0, 4320.0, 4349.0, 4331.0, 4350.0, 4350.0, 4361.0, 4351.0, 4338.0, 4339.0, 4327.0, 4348.0, 4329.0, 4359.0, 4318.0, 4336.0, 4329.0, 4329.0, 4359.0, 4330.0, 4371.0, 4341.0, 4361.0, 4340.0, 4318.0, 4348.0, 4318.0, 4358.0, 4317.0, 4368.0, 4330.0, 4358.0, 4327.0, 4348.0, 4328.0, 4317.0, 4347.0, 4318.0, 4337.0, 4331.0, 4331.0, 4341.0, 4332.0, 4363.0, 4332.0, 4350.0, 4352.0, 4341.0, 4361.0, 4331.0, 4360.0, 4356.0, 4362.0, 4353.0, 4342.0, 4352.0, 4330.0, 4360.0, 4319.0, 4370.0, 4330.0, 4369.0, 4339.0, 4338.0, 4338.0, 4330.0, 4339.0, 4331.0, 4341.0, 4352.0, 4333.0, 4361.0, 4342.0, 4371.0, 4341.0, 4370.0, 4340.0, 4359.0, 4339.0, 4338.0, 4338.0, 4318.0, 4347.0, 4318.0, 4347.0, 4317.0, 4357.0, 4317.0, 4357.0, 4327.0, 4328.0, 4329.0, 4328.0, 4340.0, 4330.0, 4351.0, 4331.0, 4360.0, 4340.0, 4351.0, 4351.0, 4330.0, 4341.0, 4320.0, 4360.0, 4319.0, 4370.0, 4331.0, 4369.0, 4328.0, 4348.0, 4339.0, 4338.0, 4352.0, 4330.0, 4359.0, 4330.0, 4373.0, 4341.0, 4361.0, 4342.0, 4359.0, 4339.0, 4348.0, 4339.0, 4339.0, 4339.0, 4318.0, 4349.0, 4329.0, 4356.0, 4329.0, 4339.0, 4340.0, 4329.0, 4351.0, 4329.0, 4361.0, 4341.0, 4349.0, 4352.0, 4350.0, 4341.0, 4320.0, 4361.0, 4319.0, 4359.0, 4329.0, 4359.0, 4339.0, 4357.0, 4337.0, 4339.0, 4338.0, 4309.0, 4358.0, 4340.0, 4319.0, 4354.0, 4334.0, 4360.0, 4330.0, 4369.0, 4330.0, 4359.0, 4328.0, 4359.0, 4328.0, 4358.0, 4327.0, 4356.0, 4317.0, 4345.0, 4315.0, 4343.0, 4324.0, 4345.0, 4325.0, 4335.0, 4338.0, 4348.0, 4339.0, 4337.0, 4337.0, 4336.0, 4339.0, 4328.0, 4348.0, 4317.0, 4336.0, 4318.0, 4338.0, 4316.0, 4339.0, 4327.0, 4360.0, 4321.0, 4359.0, 4330.0, 4350.0, 4341.0, 4350.0, 4341.0, 4331.0, 4341.0, 4350.0, 4341.0, 4359.0, 4340.0, 4319.0, 4338.0, 4317.0, 4349.0, 4318.0, 4348.0, 4318.0, 4348.0, 4319.0, 4348.0, 4329.0, 4350.0, 4331.0, 4361.0, 4352.0, 4352.0, 4344.0, 4344.0, 4364.0, 4354.0, 4364.0, 4342.0, 4353.0, 4340.0, 4362.0, 4331.0, 4361.0, 4341.0, 4359.0, 4329.0, 4359.0, 4340.0, 4360.0, 4341.0, 4341.0, 4357.0, 4355.0, 4364.0, 4343.0, 4372.0, 4343.0, 4372.0, 4343.0, 4371.0, 4351.0, 4330.0, 4350.0, 4330.0, 4359.0, 4329.0, 4358.0, 4328.0, 4368.0, 4328.0, 4359.0, 4328.0, 4338.0, 4340.0, 4319.0, 4349.0, 4331.0, 4360.0, 4342.0, 4352.0, 4352.0, 4371.0, 4341.0, 4371.0, 4340.0, 4359.0, 4328.0, 4358.0, 4317.0, 4347.0, 4328.0, 4346.0, 4317.0, 4347.0, 4318.0, 4347.0, 4317.0, 4347.0, 4318.0, 4348.0, 4328.0, 4349.0, 4331.0, 4350.0, 4342.0, 4352.0, 4341.0, 4350.0, 4353.0, 4351.0, 4352.0, 4352.0, 4352.0, 4352.0, 4352.0, 4331.0, 4351.0, 4341.0, 4352.0, 4329.0, 4351.0, 4341.0, 4359.0, 4341.0, 4361.0, 4343.0, 4351.0, 4341.0, 4332.0, 4342.0, 4344.0, 4364.0, 4343.0, 4373.0, 4352.0, 4383.0, 4352.0, 4360.0, 4340.0, 4350.0, 4349.0, 4359.0, 4339.0, 4337.0, 4349.0, 4327.0, 4349.0, 4327.0, 4358.0, 4327.0, 4357.0, 4317.0, 4357.0, 4329.0, 4348.0, 4338.0, 4318.0, 4339.0, 4330.0, 4361.0, 4352.0, 4343.0, 4353.0, 4343.0, 4363.0, 4352.0, 4372.0, 4341.0, 4371.0, 4351.0, 4370.0, 4329.0, 4369.0, 4338.0, 4357.0, 4339.0, 4358.0, 4339.0, 4328.0, 4339.0, 4339.0, 4351.0, 4353.0, 4362.0, 4342.0, 4361.0, 4330.0, 4361.0, 4341.0, 4351.0, 4341.0, 4350.0, 4341.0, 4351.0, 4351.0, 4360.0, 4340.0, 4339.0, 4350.0, 4339.0, 4339.0, 4349.0, 4339.0, 4338.0, 4339.0, 4318.0, 4339.0, 4327.0, 4348.0, 4328.0, 4350.0, 4329.0, 4359.0, 4329.0, 4350.0, 4341.0, 4351.0, 4342.0, 4332.0, 4365.0, 4343.0, 4371.0, 4352.0, 4332.0, 4362.0, 4342.0, 4383.0, 4342.0, 4371.0, 4339.0, 4369.0, 4338.0, 4358.0, 4329.0, 4346.0, 4338.0, 4349.0, 4339.0, 4338.0, 4339.0, 4327.0, 4341.0, 4339.0, 4366.0, 4353.0, 4350.0, 4352.0, 4351.0, 4352.0, 4362.0, 4341.0, 4361.0, 4351.0, 4361.0, 4351.0, 4352.0, 4352.0, 4352.0, 4353.0, 4342.0, 4354.0, 4353.0, 4362.0, 4352.0, 4371.0, 4350.0, 4371.0, 4340.0, 4359.0, 4329.0, 4348.0, 4336.0, 4348.0, 4338.0, 4348.0, 4327.0, 4347.0, 4338.0, 4348.0, 4340.0, 4337.0, 4340.0, 4340.0, 4339.0, 4340.0, 4341.0, 4340.0, 4351.0, 4349.0, 4359.0, 4341.0, 4370.0, 4351.0, 4358.0, 4349.0, 4347.0, 4349.0, 4347.0, 4349.0, 4348.0, 4347.0, 4335.0, 4349.0, 4347.0, 4349.0, 4339.0, 4360.0, 4359.0, 4362.0, 4360.0, 4364.0, 4363.0, 4364.0, 4370.0, 4364.0, 4372.0, 4361.0, 4360.0, 4352.0, 4360.0, 4351.0, 4358.0, 4350.0, 4359.0, 4350.0, 4359.0, 4350.0, 4361.0, 4352.0, 4349.0, 4351.0, 4351.0, 4352.0, 4359.0, 4351.0, 4359.0, 4340.0, 4348.0, 4349.0, 4351.0, 4351.0, 4351.0, 4342.0, 4350.0, 4342.0, 4341.0, 4342.0, 4350.0, 4351.0, 4350.0, 4351.0, 4340.0, 4352.0, 4350.0, 4351.0, 4351.0, 4351.0, 4350.0, 4341.0, 4348.0, 4339.0, 4349.0, 4340.0, 4338.0, 4341.0, 4348.0, 4340.0, 4359.0, 4342.0, 4351.0, 4353.0, 4364.0, 4353.0, 4364.0, 4352.0, 4363.0, 4363.0, 4353.0, 4373.0, 4351.0, 4362.0, 4352.0, 4361.0, 4352.0, 4371.0, 4351.0, 4369.0, 4350.0, 4358.0, 4339.0, 4359.0, 4349.0, 4348.0, 4340.0, 4340.0, 4331.0, 4339.0, 4340.0, 4340.0, 4348.0, 4338.0, 4338.0, 4326.0, 4339.0, 4338.0, 4349.0, 4328.0, 4349.0, 4339.0, 4338.0, 4339.0, 4349.0, 4352.0, 4351.0, 4353.0, 4352.0, 4365.0, 4364.0, 4375.0, 4361.0, 4365.0, 4383.0, 4353.0, 4371.0, 4350.0, 4359.0, 4351.0, 4360.0, 4351.0, 4340.0, 4351.0, 4359.0, 4351.0, 4362.0, 4363.0, 4364.0, 4363.0, 4363.0, 4363.0, 4364.0, 4372.0, 4351.0, 4351.0, 4350.0, 4341.0, 4349.0, 4339.0, 4350.0, 4339.0, 4350.0, 4340.0, 4348.0, 4349.0, 4349.0, 4351.0, 4351.0, 4353.0, 4351.0, 4351.0, 4361.0, 4351.0, 4339.0, 4351.0, 4349.0, 4351.0, 4351.0, 4351.0, 4359.0, 4350.0, 4358.0, 4349.0, 4348.0, 4350.0, 4350.0, 4349.0, 4349.0, 4350.0, 4352.0, 4362.0, 4352.0, 4362.0, 4349.0, 4362.0, 4351.0, 4363.0, 4351.0, 4371.0, 4350.0, 4373.0, 4351.0, 4372.0, 4363.0, 4374.0, 4363.0, 4373.0, 4363.0, 4363.0, 4382.0, 4376.0, 4382.0, 4362.0, 4360.0, 4361.0, 4363.0, 4363.0, 4360.0, 4352.0, 4361.0, 4362.0, 4361.0, 4361.0, 4351.0, 4371.0, 4361.0, 4371.0, 4362.0, 4358.0, 4352.0, 4351.0, 4350.0, 4358.0, 4350.0, 4349.0, 4349.0, 4349.0, 4360.0, 4350.0, 4359.0, 4350.0, 4349.0, 4351.0, 4350.0, 4351.0, 4361.0, 4351.0, 4361.0, 4352.0, 4350.0, 4350.0, 4360.0, 4351.0, 4362.0, 4361.0, 4350.0, 4371.0, 4361.0, 4349.0, 4360.0, 4360.0, 4351.0, 4349.0, 4360.0, 4361.0, 4361.0, 4360.0, 4353.0, 4362.0, 4351.0, 4361.0, 4360.0, 4362.0, 4362.0, 4361.0, 4372.0, 4375.0, 4374.0, 4353.0, 4360.0, 4351.0, 4350.0, 4352.0, 4350.0, 4360.0, 4349.0, 4359.0, 4348.0, 4348.0, 4350.0, 4357.0, 4361.0, 4360.0, 4350.0, 4359.0, 4351.0, 4360.0, 4340.0, 4350.0, 4339.0, 4350.0, 4349.0, 4350.0, 4360.0, 4349.0, 4350.0, 4341.0, 4368.0, 4349.0, 4349.0, 4349.0, 4349.0, 4349.0, 4349.0, 4350.0, 4349.0, 4362.0, 4371.0, 4351.0, 4350.0, 4350.0, 4359.0, 4352.0, 4360.0, 4349.0, 4358.0, 4351.0, 4348.0, 4351.0, 4351.0, 4362.0, 4360.0, 4351.0, 4370.0, 4351.0, 4373.0, 4352.0, 4373.0, 4363.0, 4375.0, 4364.0, 4375.0, 4361.0, 4362.0, 4372.0, 4361.0, 4359.0, 4361.0, 4362.0, 4363.0, 4370.0, 4361.0, 4369.0, 4361.0, 4359.0, 4371.0, 4361.0, 4362.0, 4361.0, 4363.0, 4361.0, 4353.0, 4361.0, 4352.0, 4381.0, 4351.0, 4369.0, 4348.0, 4369.0, 4347.0, 4358.0, 4348.0, 4357.0, 4349.0, 4356.0, 4350.0, 4348.0, 4350.0, 4348.0, 4350.0, 4350.0, 4350.0, 4360.0, 4351.0, 4359.0, 4351.0, 4360.0, 4351.0, 4349.0, 4351.0, 4360.0, 4349.0, 4359.0, 4351.0, 4360.0, 4352.0, 4360.0, 4350.0, 4370.0, 4350.0, 4371.0, 4363.0, 4372.0, 4362.0, 4369.0, 4352.0, 4373.0, 4362.0, 4371.0, 4362.0, 4372.0, 4361.0, 4361.0, 4351.0, 4349.0, 4350.0, 4359.0, 4348.0, 4358.0, 4348.0, 4359.0, 4361.0, 4360.0, 4349.0, 4359.0, 4350.0, 4359.0, 4351.0, 4359.0, 4350.0, 4350.0, 4349.0, 4357.0, 4350.0, 4360.0, 4350.0, 4369.0, 4361.0, 4359.0, 4362.0, 4360.0, 4363.0, 4362.0, 4363.0, 4361.0, 4361.0, 4360.0, 4362.0, 4371.0, 4362.0, 4371.0, 4362.0, 4369.0, 4358.0, 4348.0, 4361.0, 4348.0, 4359.0, 4350.0, 4360.0, 4348.0, 4360.0, 4350.0, 4360.0, 4351.0, 4371.0, 4361.0, 4375.0, 4364.0, 4374.0, 4363.0, 4383.0, 4362.0, 4374.0, 4363.0, 4374.0, 4374.0, 4374.0, 4383.0, 4363.0, 4363.0, 4372.0, 4362.0, 4363.0, 4370.0, 4363.0, 4363.0, 4372.0, 4363.0, 4382.0, 4374.0, 4373.0, 4364.0, 4373.0, 4362.0, 4362.0, 4364.0, 4362.0, 4352.0, 4361.0, 4361.0, 4350.0, 4350.0, 4359.0, 4350.0, 4360.0, 4350.0, 4361.0, 4362.0, 4361.0], 'WindowWidth': [9757.0, 9750.0, 9684.0, 9696.0, 9661.0, 9637.0, 9652.0, 9621.0, 9658.0, 9597.0, 9633.0, 9591.0, 9623.0, 9591.0, 9588.0, 9591.0, 9590.0, 9612.0, 9591.0, 9628.0, 9588.0, 9572.0, 9592.0, 9583.0, 9598.0, 9582.0, 9611.0, 9586.0, 9609.0, 9571.0, 9573.0, 9571.0, 9584.0, 9598.0, 9587.0, 9593.0, 9582.0, 9595.0, 9625.0, 9617.0, 9623.0, 9606.0, 9614.0, 9641.0, 9615.0, 9618.0, 9615.0, 9613.0, 9639.0, 9597.0, 9600.0, 9626.0, 9599.0, 9627.0, 9597.0, 9598.0, 9632.0, 9602.0, 9616.0, 9643.0, 9600.0, 9618.0, 9646.0, 9646.0, 9616.0, 9642.0, 9626.0, 9663.0, 9613.0, 9578.0, 9616.0, 9591.0, 9620.0, 9595.0, 9592.0, 9619.0, 9580.0, 9599.0, 9599.0, 9611.0, 9620.0, 9593.0, 9591.0, 9609.0, 9612.0, 9636.0, 9594.0, 9622.0, 9591.0, 9590.0, 9605.0, 9593.0, 9616.0, 9592.0, 9629.0, 9588.0, 9576.0, 9589.0, 9594.0, 9622.0, 9594.0, 9623.0, 9598.0, 9598.0, 9629.0, 9606.0, 9604.0, 9620.0, 9603.0, 9633.0, 9609.0, 9621.0, 9618.0, 9600.0, 9656.0, 9604.0, 9640.0, 9628.0, 9594.0, 9621.0, 9596.0, 9606.0, 9595.0, 9583.0, 9620.0, 9580.0, 9618.0, 9614.0, 9603.0, 9637.0, 9598.0, 9609.0, 9641.0, 9601.0, 9597.0, 9612.0, 9596.0, 9596.0, 9611.0, 9612.0, 9639.0, 9611.0, 9596.0, 9646.0, 9609.0, 9589.0, 9618.0, 9578.0, 9616.0, 9605.0, 9591.0, 9632.0, 9604.0, 9578.0, 9602.0, 9575.0, 9598.0, 9620.0, 9588.0, 9612.0, 9575.0, 9584.0, 9583.0, 9568.0, 9610.0, 9574.0, 9566.0, 9583.0, 9575.0, 9590.0, 9624.0, 9604.0, 9598.0, 9624.0, 9611.0, 9578.0, 9620.0, 9592.0, 9602.0, 9600.0, 9553.0, 9625.0, 9568.0, 9568.0, 9595.0, 9572.0, 9612.0, 9582.0, 9582.0, 9621.0, 9589.0, 9584.0, 9600.0, 9604.0, 9629.0, 9651.0, 9646.0, 9615.0, 9594.0, 9611.0, 9566.0, 9622.0, 9578.0, 9616.0, 9581.0, 9616.0, 9580.0, 9618.0, 9588.0, 9563.0, 9594.0, 9600.0, 9609.0, 9590.0, 9602.0, 9630.0, 9603.0, 9640.0, 9616.0, 9641.0, 9628.0, 9599.0, 9627.0, 9588.0, 9638.0, 9567.0, 9632.0, 9575.0, 9630.0, 9590.0, 9590.0, 9592.0, 9579.0, 9622.0, 9585.0, 9609.0, 9599.0, 9568.0, 9598.0, 9598.0, 9624.0, 9605.0, 9624.0, 9599.0, 9605.0, 9614.0, 9590.0, 9625.0, 9585.0, 9648.0, 9581.0, 9592.0, 9585.0, 9602.0, 9610.0, 9584.0, 9612.0, 9624.0, 9608.0, 9604.0, 9597.0, 9609.0, 9597.0, 9620.0, 9596.0, 9626.0, 9599.0, 9582.0, 9615.0, 9599.0, 9613.0, 9604.0, 9600.0, 9629.0, 9602.0, 9636.0, 9585.0, 9633.0, 9579.0, 9616.0, 9576.0, 9611.0, 9588.0, 9597.0, 9571.0, 9553.0, 9583.0, 9559.0, 9599.0, 9565.0, 9577.0, 9599.0, 9599.0, 9629.0, 9604.0, 9634.0, 9622.0, 9589.0, 9631.0, 9586.0, 9640.0, 9601.0, 9639.0, 9597.0, 9603.0, 9592.0, 9601.0, 9592.0, 9561.0, 9602.0, 9562.0, 9615.0, 9580.0, 9579.0, 9592.0, 9561.0, 9607.0, 9583.0, 9620.0, 9599.0, 9571.0, 9598.0, 9588.0, 9624.0, 9567.0, 9617.0, 9562.0, 9601.0, 9562.0, 9606.0, 9580.0, 9565.0, 9594.0, 9568.0, 9607.0, 9585.0, 9607.0, 9609.0, 9622.0, 9610.0, 9588.0, 9589.0, 9573.0, 9602.0, 9577.0, 9615.0, 9561.0, 9584.0, 9579.0, 9579.0, 9619.0, 9581.0, 9638.0, 9598.0, 9622.0, 9595.0, 9563.0, 9602.0, 9560.0, 9614.0, 9559.0, 9629.0, 9579.0, 9614.0, 9572.0, 9600.0, 9573.0, 9558.0, 9599.0, 9562.0, 9587.0, 9583.0, 9584.0, 9599.0, 9588.0, 9629.0, 9586.0, 9608.0, 9611.0, 9596.0, 9625.0, 9586.0, 9624.0, 9626.0, 9629.0, 9616.0, 9600.0, 9613.0, 9580.0, 9621.0, 9563.0, 9633.0, 9580.0, 9630.0, 9589.0, 9587.0, 9587.0, 9582.0, 9592.0, 9584.0, 9600.0, 9616.0, 9590.0, 9626.0, 9602.0, 9639.0, 9599.0, 9634.0, 9594.0, 9617.0, 9590.0, 9587.0, 9587.0, 9561.0, 9599.0, 9560.0, 9596.0, 9557.0, 9611.0, 9557.0, 9611.0, 9572.0, 9575.0, 9577.0, 9575.0, 9592.0, 9579.0, 9611.0, 9583.0, 9621.0, 9596.0, 9610.0, 9612.0, 9580.0, 9596.0, 9568.0, 9620.0, 9565.0, 9635.0, 9582.0, 9630.0, 9576.0, 9602.0, 9592.0, 9589.0, 9611.0, 9581.0, 9620.0, 9583.0, 9646.0, 9600.0, 9623.0, 9598.0, 9618.0, 9591.0, 9601.0, 9591.0, 9590.0, 9590.0, 9562.0, 9604.0, 9576.0, 9610.0, 9578.0, 9591.0, 9593.0, 9579.0, 9609.0, 9579.0, 9622.0, 9598.0, 9605.0, 9612.0, 9608.0, 9596.0, 9567.0, 9621.0, 9564.0, 9617.0, 9578.0, 9617.0, 9589.0, 9612.0, 9585.0, 9590.0, 9588.0, 9551.0, 9615.0, 9596.0, 9567.0, 9622.0, 9595.0, 9623.0, 9582.0, 9633.0, 9579.0, 9618.0, 9575.0, 9617.0, 9576.0, 9615.0, 9572.0, 9608.0, 9555.0, 9591.0, 9550.0, 9586.0, 9562.0, 9590.0, 9564.0, 9577.0, 9587.0, 9603.0, 9591.0, 9583.0, 9585.0, 9583.0, 9589.0, 9573.0, 9601.0, 9558.0, 9583.0, 9559.0, 9587.0, 9556.0, 9589.0, 9573.0, 9620.0, 9569.0, 9618.0, 9581.0, 9609.0, 9598.0, 9608.0, 9598.0, 9584.0, 9596.0, 9606.0, 9596.0, 9617.0, 9593.0, 9562.0, 9588.0, 9558.0, 9603.0, 9560.0, 9601.0, 9561.0, 9602.0, 9562.0, 9601.0, 9579.0, 9607.0, 9584.0, 9625.0, 9617.0, 9616.0, 9608.0, 9606.0, 9635.0, 9619.0, 9634.0, 9600.0, 9615.0, 9596.0, 9627.0, 9583.0, 9625.0, 9595.0, 9619.0, 9579.0, 9618.0, 9596.0, 9621.0, 9597.0, 9597.0, 9628.0, 9623.0, 9633.0, 9605.0, 9641.0, 9602.0, 9638.0, 9602.0, 9638.0, 9609.0, 9580.0, 9606.0, 9580.0, 9618.0, 9578.0, 9615.0, 9575.0, 9630.0, 9576.0, 9615.0, 9575.0, 9588.0, 9592.0, 9564.0, 9604.0, 9585.0, 9621.0, 9602.0, 9614.0, 9614.0, 9638.0, 9597.0, 9637.0, 9593.0, 9617.0, 9575.0, 9614.0, 9557.0, 9597.0, 9571.0, 9595.0, 9557.0, 9597.0, 9559.0, 9598.0, 9558.0, 9598.0, 9561.0, 9600.0, 9577.0, 9603.0, 9583.0, 9609.0, 9601.0, 9613.0, 9598.0, 9610.0, 9617.0, 9611.0, 9615.0, 9612.0, 9613.0, 9615.0, 9615.0, 9582.0, 9610.0, 9595.0, 9613.0, 9578.0, 9609.0, 9597.0, 9619.0, 9595.0, 9625.0, 9604.0, 9611.0, 9601.0, 9588.0, 9602.0, 9607.0, 9633.0, 9603.0, 9644.0, 9616.0, 9655.0, 9613.0, 9622.0, 9595.0, 9605.0, 9604.0, 9616.0, 9589.0, 9586.0, 9603.0, 9573.0, 9602.0, 9571.0, 9613.0, 9571.0, 9612.0, 9559.0, 9610.0, 9576.0, 9601.0, 9588.0, 9563.0, 9591.0, 9581.0, 9624.0, 9615.0, 9604.0, 9617.0, 9604.0, 9632.0, 9615.0, 9641.0, 9598.0, 9638.0, 9611.0, 9633.0, 9578.0, 9630.0, 9588.0, 9611.0, 9590.0, 9613.0, 9589.0, 9574.0, 9591.0, 9593.0, 9611.0, 9620.0, 9628.0, 9600.0, 9623.0, 9581.0, 9621.0, 9597.0, 9609.0, 9597.0, 9607.0, 9596.0, 9609.0, 9611.0, 9621.0, 9594.0, 9590.0, 9607.0, 9590.0, 9591.0, 9604.0, 9590.0, 9587.0, 9590.0, 9561.0, 9589.0, 9571.0, 9602.0, 9576.0, 9606.0, 9577.0, 9617.0, 9579.0, 9608.0, 9597.0, 9610.0, 9600.0, 9587.0, 9635.0, 9605.0, 9640.0, 9613.0, 9586.0, 9626.0, 9600.0, 9655.0, 9600.0, 9637.0, 9591.0, 9629.0, 9588.0, 9613.0, 9574.0, 9594.0, 9587.0, 9601.0, 9591.0, 9589.0, 9590.0, 9571.0, 9595.0, 9591.0, 9638.0, 9616.0, 9609.0, 9612.0, 9611.0, 9611.0, 9625.0, 9596.0, 9622.0, 9609.0, 9623.0, 9610.0, 9612.0, 9612.0, 9613.0, 9616.0, 9601.0, 9618.0, 9613.0, 9626.0, 9612.0, 9638.0, 9606.0, 9637.0, 9591.0, 9617.0, 9574.0, 9598.0, 9583.0, 9598.0, 9586.0, 9598.0, 9571.0, 9597.0, 9586.0, 9601.0, 9591.0, 9586.0, 9593.0, 9593.0, 9592.0, 9593.0, 9596.0, 9593.0, 9607.0, 9603.0, 9616.0, 9594.0, 9634.0, 9606.0, 9613.0, 9603.0, 9598.0, 9600.0, 9598.0, 9602.0, 9598.0, 9597.0, 9579.0, 9601.0, 9596.0, 9603.0, 9590.0, 9622.0, 9620.0, 9626.0, 9622.0, 9633.0, 9633.0, 9632.0, 9635.0, 9630.0, 9640.0, 9624.0, 9621.0, 9610.0, 9621.0, 9609.0, 9614.0, 9605.0, 9616.0, 9605.0, 9615.0, 9605.0, 9621.0, 9610.0, 9604.0, 9609.0, 9608.0, 9610.0, 9618.0, 9610.0, 9617.0, 9594.0, 9602.0, 9603.0, 9609.0, 9608.0, 9609.0, 9598.0, 9607.0, 9600.0, 9595.0, 9599.0, 9609.0, 9611.0, 9608.0, 9611.0, 9594.0, 9613.0, 9606.0, 9608.0, 9608.0, 9609.0, 9607.0, 9594.0, 9600.0, 9590.0, 9603.0, 9593.0, 9588.0, 9595.0, 9602.0, 9594.0, 9618.0, 9600.0, 9611.0, 9617.0, 9632.0, 9616.0, 9633.0, 9614.0, 9629.0, 9629.0, 9616.0, 9643.0, 9610.0, 9625.0, 9611.0, 9623.0, 9611.0, 9636.0, 9610.0, 9632.0, 9607.0, 9614.0, 9590.0, 9616.0, 9605.0, 9602.0, 9592.0, 9593.0, 9582.0, 9589.0, 9592.0, 9591.0, 9601.0, 9586.0, 9588.0, 9568.0, 9588.0, 9586.0, 9602.0, 9573.0, 9602.0, 9587.0, 9588.0, 9591.0, 9606.0, 9612.0, 9610.0, 9615.0, 9614.0, 9634.0, 9633.0, 9647.0, 9626.0, 9637.0, 9657.0, 9615.0, 9635.0, 9608.0, 9618.0, 9608.0, 9620.0, 9609.0, 9592.0, 9609.0, 9618.0, 9610.0, 9626.0, 9630.0, 9631.0, 9629.0, 9632.0, 9631.0, 9633.0, 9641.0, 9609.0, 9610.0, 9605.0, 9595.0, 9603.0, 9591.0, 9606.0, 9589.0, 9604.0, 9592.0, 9601.0, 9604.0, 9603.0, 9610.0, 9608.0, 9614.0, 9609.0, 9610.0, 9623.0, 9610.0, 9591.0, 9609.0, 9604.0, 9608.0, 9609.0, 9609.0, 9618.0, 9604.0, 9614.0, 9604.0, 9601.0, 9605.0, 9605.0, 9603.0, 9604.0, 9607.0, 9613.0, 9623.0, 9612.0, 9624.0, 9605.0, 9624.0, 9611.0, 9626.0, 9610.0, 9637.0, 9609.0, 9642.0, 9611.0, 9640.0, 9628.0, 9644.0, 9628.0, 9643.0, 9631.0, 9630.0, 9653.0, 9652.0, 9656.0, 9628.0, 9623.0, 9624.0, 9628.0, 9629.0, 9623.0, 9613.0, 9624.0, 9625.0, 9622.0, 9624.0, 9610.0, 9636.0, 9622.0, 9634.0, 9623.0, 9616.0, 9610.0, 9609.0, 9607.0, 9613.0, 9605.0, 9603.0, 9603.0, 9603.0, 9618.0, 9605.0, 9616.0, 9606.0, 9603.0, 9608.0, 9606.0, 9608.0, 9623.0, 9611.0, 9623.0, 9612.0, 9607.0, 9607.0, 9620.0, 9609.0, 9626.0, 9622.0, 9608.0, 9637.0, 9620.0, 9603.0, 9618.0, 9617.0, 9608.0, 9604.0, 9620.0, 9622.0, 9625.0, 9622.0, 9615.0, 9625.0, 9610.0, 9623.0, 9621.0, 9626.0, 9625.0, 9625.0, 9639.0, 9650.0, 9645.0, 9614.0, 9620.0, 9608.0, 9605.0, 9610.0, 9607.0, 9620.0, 9601.0, 9616.0, 9601.0, 9602.0, 9607.0, 9613.0, 9621.0, 9620.0, 9607.0, 9617.0, 9608.0, 9622.0, 9594.0, 9605.0, 9591.0, 9604.0, 9603.0, 9605.0, 9618.0, 9602.0, 9607.0, 9593.0, 9629.0, 9603.0, 9604.0, 9603.0, 9603.0, 9604.0, 9603.0, 9606.0, 9604.0, 9626.0, 9636.0, 9609.0, 9605.0, 9608.0, 9617.0, 9612.0, 9618.0, 9604.0, 9615.0, 9608.0, 9602.0, 9611.0, 9609.0, 9627.0, 9621.0, 9610.0, 9634.0, 9610.0, 9641.0, 9613.0, 9642.0, 9630.0, 9650.0, 9633.0, 9647.0, 9626.0, 9628.0, 9639.0, 9624.0, 9619.0, 9622.0, 9624.0, 9627.0, 9633.0, 9622.0, 9630.0, 9621.0, 9619.0, 9635.0, 9624.0, 9627.0, 9623.0, 9627.0, 9622.0, 9615.0, 9623.0, 9613.0, 9648.0, 9608.0, 9629.0, 9601.0, 9627.0, 9597.0, 9611.0, 9598.0, 9609.0, 9602.0, 9607.0, 9604.0, 9603.0, 9605.0, 9601.0, 9606.0, 9605.0, 9606.0, 9620.0, 9608.0, 9618.0, 9607.0, 9617.0, 9606.0, 9603.0, 9607.0, 9618.0, 9604.0, 9615.0, 9607.0, 9618.0, 9611.0, 9619.0, 9608.0, 9632.0, 9608.0, 9636.0, 9629.0, 9637.0, 9625.0, 9632.0, 9611.0, 9640.0, 9626.0, 9637.0, 9626.0, 9637.0, 9622.0, 9620.0, 9609.0, 9604.0, 9605.0, 9615.0, 9600.0, 9612.0, 9601.0, 9615.0, 9620.0, 9620.0, 9605.0, 9616.0, 9607.0, 9616.0, 9606.0, 9615.0, 9606.0, 9603.0, 9603.0, 9611.0, 9604.0, 9617.0, 9606.0, 9630.0, 9622.0, 9618.0, 9624.0, 9620.0, 9627.0, 9625.0, 9627.0, 9623.0, 9624.0, 9621.0, 9624.0, 9636.0, 9625.0, 9635.0, 9623.0, 9630.0, 9615.0, 9601.0, 9621.0, 9601.0, 9618.0, 9605.0, 9618.0, 9602.0, 9619.0, 9607.0, 9619.0, 9609.0, 9636.0, 9623.0, 9647.0, 9632.0, 9644.0, 9628.0, 9656.0, 9627.0, 9646.0, 9629.0, 9646.0, 9646.0, 9644.0, 9653.0, 9628.0, 9627.0, 9638.0, 9626.0, 9628.0, 9632.0, 9627.0, 9628.0, 9638.0, 9628.0, 9651.0, 9642.0, 9643.0, 9630.0, 9641.0, 9627.0, 9624.0, 9628.0, 9624.0, 9611.0, 9620.0, 9621.0, 9604.0, 9604.0, 9615.0, 9604.0, 9617.0, 9606.0, 9620.0, 9623.0, 9622.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.0011177651515151517</td></tr>
<tr><td colspan=3>aqi</td><td>0.037027615151515154</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.80799290473846</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1269046604397266</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9543738237225172</td></tr>
<tr><td colspan=3>efc</td><td>0.4721</td></tr>
<tr><td colspan=3>fber</td><td>5699.8218</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07089578875987007</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5303030303030303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7619840933560265</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.668279936383249</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9740020200033572</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6436703236814725</td></tr>
<tr><td colspan=3>gcor</td><td>0.00393904</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008391115814447403</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024005388841032982</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6161489424740867</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.8507</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9348</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.6741</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299723.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>839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.9925</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6846</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.772</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3498.8208</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1038.1142</td></tr>
<tr><td colspan=3>tsnr</td><td>33.47756239352748</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>