<?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-0058_ses-01_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0058_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0058_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0058_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0058_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0058_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0058_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0058_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-01/func/sub-0058_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6ed8e4e90c66e92adf724ac13ace09af</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:37:22.420000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994656, -0.0233861, -0.10056, 0.0244826, 0.999653, 0.00968358]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106188</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4120, -7715, -7284, 531, -67, -160, 32, 123]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b996147-09df-467a-bfe3-2b5a7c411250||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6685895919799805, 0.0656849667429924, -0.27080678939819336, 114.05235290527344], [0.06274311989545822, 2.6819968223571777, 0.03265327215194702, -92.54898834228516], [-0.2697954773902893, -0.02598034217953682, 2.6861865520477295, -88.8701171875], [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, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['123722.420000', '123722.880000', '123723.340000', '123723.800000', '123724.260000', '123724.720000', '123725.180000', '123725.640000', '123726.100000', '123726.560000', '123727.020000', '123727.480000', '123727.940000', '123728.400000', '123728.860000', '123729.320000', '123729.780000', '123730.240000', '123730.700000', '123731.160000', '123731.620000', '123732.080000', '123732.540000', '123733.000000', '123733.460000', '123733.920000', '123734.380000', '123734.840000', '123735.300000', '123735.760000', '123736.220000', '123736.680000', '123737.140000', '123737.600000', '123738.060000', '123738.520000', '123738.980000', '123739.440000', '123739.900000', '123740.360000', '123740.820000', '123741.280000', '123741.740000', '123742.200000', '123742.660000', '123743.120000', '123743.580000', '123744.040000', '123744.500000', '123744.960000', '123745.420000', '123745.880000', '123746.340000', '123746.800000', '123747.260000', '123747.720000', '123748.180000', '123748.640000', '123749.100000', '123749.560000', '123750.020000', '123750.480000', '123750.940000', '123751.400000', '123751.860000', '123752.320000', '123752.780000', '123753.240000', '123753.700000', '123754.160000', '123754.620000', '123755.080000', '123755.540000', '123756.000000', '123756.460000', '123756.920000', '123757.380000', '123757.840000', '123758.300000', '123758.760000', '123759.220000', '123759.680000', '123800.140000', '123800.600000', '123801.060000', '123801.520000', '123801.980000', '123802.440000', '123802.900000', '123803.360000', '123803.820000', '123804.280000', '123804.740000', '123805.200000', '123805.660000', '123806.120000', '123806.580000', '123807.040000', '123807.500000', '123807.960000', '123808.420000', '123808.880000', '123809.340000', '123809.800000', '123810.260000', '123810.720000', '123811.180000', '123811.640000', '123812.100000', '123812.560000', '123813.020000', '123813.480000', '123813.940000', '123814.400000', '123814.860000', '123815.320000', '123815.780000', '123816.240000', '123816.700000', '123817.160000', '123817.620000', '123818.080000', '123818.540000', '123819.000000', '123819.460000', '123819.920000', '123820.380000', '123820.840000', '123821.300000', '123821.760000', '123822.220000', '123822.680000', '123823.140000', '123823.600000', '123824.060000', '123824.520000', '123824.980000', '123825.440000', '123825.900000', '123826.360000', '123826.820000', '123827.280000', '123827.740000', '123828.200000', '123828.660000', '123829.120000', '123829.580000', '123830.040000', '123830.500000', '123830.960000', '123831.420000', '123831.880000', '123832.340000', '123832.800000', '123833.260000', '123833.720000', '123834.180000', '123834.640000', '123835.100000', '123835.560000', '123836.020000', '123836.480000', '123836.940000', '123837.400000', '123837.860000', '123838.320000', '123838.780000', '123839.240000', '123839.700000', '123840.160000', '123840.620000', '123841.080000', '123841.540000', '123842.000000', '123842.460000', '123842.920000', '123843.380000', '123843.840000', '123844.300000', '123844.760000', '123845.220000', '123845.680000', '123846.140000', '123846.600000', '123847.060000', '123847.520000', '123847.980000', '123848.440000', '123848.900000', '123849.360000', '123849.820000', '123850.280000', '123850.740000', '123851.200000', '123851.660000', '123852.120000', '123852.580000', '123853.040000', '123853.500000', '123853.960000', '123854.420000', '123854.880000', '123855.340000', '123855.800000', '123856.260000', '123856.720000', '123857.180000', '123857.640000', '123858.100000', '123858.560000', '123859.020000', '123859.480000', '123859.940000', '123900.400000', '123900.860000', '123901.320000', '123901.780000', '123902.240000', '123902.700000', '123903.160000', '123903.620000', '123904.080000', '123904.540000', '123905.000000', '123905.460000', '123905.920000', '123906.380000', '123906.840000', '123907.300000', '123907.760000', '123908.220000', '123908.680000', '123909.140000', '123909.600000', '123910.060000', '123910.520000', '123910.980000', '123911.440000', '123911.900000', '123912.360000', '123912.820000', '123913.280000', '123913.740000', '123914.200000', '123914.660000', '123915.120000', '123915.580000', '123916.040000', '123916.500000', '123916.960000', '123917.420000', '123917.880000', '123918.340000', '123918.800000', '123919.260000', '123919.720000', '123920.180000', '123920.640000', '123921.100000', '123921.560000', '123922.020000', '123922.480000', '123922.940000', '123923.400000', '123923.860000', '123924.320000', '123924.780000', '123925.240000', '123925.700000', '123926.160000', '123926.620000', '123927.080000', '123927.540000', '123928.000000', '123928.460000', '123928.920000', '123929.380000', '123929.840000', '123930.300000', '123930.760000', '123931.220000', '123931.680000', '123932.140000', '123932.600000', '123933.060000', '123933.520000', '123933.980000', '123934.440000', '123934.900000', '123935.360000', '123935.820000', '123936.280000', '123936.740000', '123937.200000', '123937.660000', '123938.120000', '123938.580000', '123939.040000', '123939.500000', '123939.960000', '123940.420000', '123940.880000', '123941.340000', '123941.800000', '123942.260000', '123942.720000', '123943.180000', '123943.640000', '123944.100000', '123944.560000', '123945.020000', '123945.480000', '123945.940000', '123946.400000', '123946.860000', '123947.320000', '123947.780000', '123948.240000', '123948.700000', '123949.160000', '123949.620000', '123950.080000', '123950.540000', '123951.000000', '123951.460000', '123951.920000', '123952.380000', '123952.840000', '123953.300000', '123953.760000', '123954.220000', '123954.680000', '123955.140000', '123955.600000', '123956.060000', '123956.520000', '123956.980000', '123957.440000', '123957.900000', '123958.360000', '123958.820000', '123959.280000', '123959.740000', '124000.200000', '124000.660000', '124001.120000', '124001.580000', '124002.040000', '124002.500000', '124002.960000', '124003.420000', '124003.880000', '124004.340000', '124004.800000', '124005.260000', '124005.720000', '124006.180000', '124006.640000', '124007.100000', '124007.560000', '124008.020000', '124008.480000', '124008.940000', '124009.400000', '124009.860000', '124010.320000', '124010.780000', '124011.240000', '124011.700000', '124012.160000', '124012.620000', '124013.080000', '124013.540000', '124014.000000', '124014.460000', '124014.920000', '124015.380000', '124015.840000', '124016.300000', '124016.760000', '124017.220000', '124017.680000', '124018.140000', '124018.600000', '124019.060000', '124019.520000', '124019.980000', '124020.440000', '124020.900000', '124021.360000', '124021.820000', '124022.280000', '124022.740000', '124023.200000', '124023.660000', '124024.120000', '124024.580000', '124025.040000', '124025.500000', '124025.960000', '124026.420000', '124026.880000', '124027.340000', '124027.800000', '124028.260000', '124028.720000', '124029.180000', '124029.640000', '124030.100000', '124030.560000', '124031.020000', '124031.480000', '124031.940000', '124032.400000', '124032.860000', '124033.320000', '124033.780000', '124034.240000', '124034.700000', '124035.160000', '124035.620000', '124036.080000', '124036.540000', '124037.000000', '124037.460000', '124037.920000', '124038.380000', '124038.840000', '124039.300000', '124039.760000', '124040.220000', '124040.680000', '124041.140000', '124041.600000', '124042.060000', '124042.520000', '124042.980000', '124043.440000', '124043.900000', '124044.360000', '124044.820000', '124045.280000', '124045.740000', '124046.200000', '124046.660000', '124047.120000', '124047.580000', '124048.040000', '124048.500000', '124048.960000', '124049.420000', '124049.880000', '124050.340000', '124050.800000', '124051.260000', '124051.720000', '124052.180000', '124052.640000', '124053.100000', '124053.560000', '124054.020000', '124054.480000', '124054.940000', '124055.400000', '124055.860000', '124056.320000', '124056.780000', '124057.240000', '124057.700000', '124058.160000', '124058.620000', '124059.080000', '124059.540000', '124100.000000', '124100.460000', '124100.920000', '124101.380000', '124101.840000', '124102.300000', '124102.760000', '124103.220000', '124103.680000', '124104.140000', '124104.600000', '124105.060000', '124105.520000', '124105.980000', '124106.440000', '124106.900000', '124107.360000', '124107.820000', '124108.280000', '124108.740000', '124109.200000', '124109.660000', '124110.120000', '124110.580000', '124111.040000', '124111.500000', '124111.960000', '124112.420000', '124112.880000', '124113.340000', '124113.800000', '124114.260000', '124114.720000', '124115.180000', '124115.640000', '124116.100000', '124116.560000', '124117.020000', '124117.480000', '124117.940000', '124118.400000', '124118.860000', '124119.320000', '124119.780000', '124120.240000', '124120.700000', '124121.160000', '124121.620000', '124122.080000', '124122.540000', '124123.000000', '124123.460000', '124123.920000', '124124.380000', '124124.840000', '124125.300000', '124125.760000', '124126.220000', '124126.680000', '124127.140000', '124127.600000', '124128.060000', '124128.520000', '124128.980000', '124129.440000', '124129.900000', '124130.360000', '124130.820000', '124131.280000', '124131.740000', '124132.200000', '124132.660000', '124133.120000', '124133.580000', '124134.040000', '124134.500000', '124134.960000', '124135.420000', '124135.880000', '124136.340000', '124136.800000', '124137.260000', '124137.720000', '124138.180000', '124138.640000', '124139.100000', '124139.560000', '124140.020000', '124140.480000', '124140.940000', '124141.400000', '124141.860000', '124142.320000', '124142.780000', '124143.240000', '124143.700000', '124144.160000', '124144.620000', '124145.080000', '124145.540000', '124146.000000', '124146.460000', '124146.920000', '124147.380000', '124147.840000', '124148.300000', '124148.760000', '124149.220000', '124149.680000', '124150.140000', '124150.600000', '124151.060000', '124151.520000', '124151.980000', '124152.440000', '124152.900000', '124153.360000', '124153.820000', '124154.280000', '124154.740000', '124155.200000', '124155.660000', '124156.120000', '124156.580000', '124157.040000', '124157.500000', '124157.960000', '124158.420000', '124158.880000', '124159.340000', '124159.800000', '124200.260000', '124200.720000', '124201.180000', '124201.640000', '124202.100000', '124202.560000', '124203.020000', '124203.480000', '124203.940000', '124204.400000', '124204.860000', '124205.320000', '124205.780000', '124206.240000', '124206.700000', '124207.160000', '124207.620000', '124208.080000', '124208.540000', '124209.000000', '124209.460000', '124209.920000', '124210.380000', '124210.840000', '124211.300000', '124211.760000', '124212.220000', '124212.680000', '124213.140000', '124213.600000', '124214.060000', '124214.520000', '124214.980000', '124215.440000', '124215.900000', '124216.360000', '124216.820000', '124217.280000', '124217.740000', '124218.200000', '124218.660000', '124219.120000', '124219.580000', '124220.040000', '124220.500000', '124220.960000', '124221.420000', '124221.880000', '124222.340000', '124222.800000', '124223.260000', '124223.720000', '124224.180000', '124224.640000', '124225.100000', '124225.560000', '124226.020000', '124226.480000', '124226.940000', '124227.400000', '124227.860000', '124228.320000', '124228.780000', '124229.240000', '124229.700000', '124230.160000', '124230.620000', '124231.080000', '124231.540000', '124232.000000', '124232.460000', '124232.920000', '124233.380000', '124233.840000', '124234.300000', '124234.760000', '124235.220000', '124235.680000', '124236.140000', '124236.600000', '124237.060000', '124237.520000', '124237.980000', '124238.440000', '124238.900000', '124239.360000', '124239.820000', '124240.280000', '124240.740000', '124241.200000', '124241.660000', '124242.120000', '124242.580000', '124243.040000', '124243.500000', '124243.960000', '124244.420000', '124244.880000', '124245.340000', '124245.800000', '124246.260000', '124246.720000', '124247.180000', '124247.640000', '124248.100000', '124248.560000', '124249.020000', '124249.480000', '124249.940000', '124250.400000', '124250.860000', '124251.320000', '124251.780000', '124252.240000', '124252.700000', '124253.160000', '124253.620000', '124254.080000', '124254.540000', '124255.000000', '124255.460000', '124255.920000', '124256.380000', '124256.840000', '124257.300000', '124257.760000', '124258.220000', '124258.680000', '124259.140000', '124259.600000', '124300.060000', '124300.520000', '124300.980000', '124301.440000', '124301.900000', '124302.360000', '124302.820000', '124303.280000', '124303.740000', '124304.200000', '124304.660000', '124305.120000', '124305.580000', '124306.040000', '124306.500000', '124306.960000', '124307.420000', '124307.880000', '124308.340000', '124308.800000', '124309.260000', '124309.720000', '124310.180000', '124310.640000', '124311.100000', '124311.560000', '124312.020000', '124312.480000', '124312.940000', '124313.400000', '124313.860000', '124314.320000', '124314.780000', '124315.240000', '124315.700000', '124316.160000', '124316.620000', '124317.080000', '124317.540000', '124318.000000', '124318.460000', '124318.920000', '124319.380000', '124319.840000', '124320.300000', '124320.760000', '124321.220000', '124321.680000', '124322.140000', '124322.600000', '124323.060000', '124323.520000', '124323.980000', '124324.440000', '124324.900000', '124325.360000', '124325.820000', '124326.280000', '124326.740000', '124327.200000', '124327.660000', '124328.120000', '124328.580000', '124329.040000', '124329.500000', '124329.960000', '124330.420000', '124330.880000', '124331.340000', '124331.800000', '124332.260000', '124332.720000', '124333.180000', '124333.640000', '124334.100000', '124334.560000', '124335.020000', '124335.480000', '124335.940000', '124336.400000', '124336.860000', '124337.320000', '124337.780000', '124338.240000', '124338.700000', '124339.160000', '124339.620000', '124340.080000', '124340.540000', '124341.000000', '124341.460000', '124341.920000', '124342.380000', '124342.840000', '124343.300000', '124343.760000', '124344.220000', '124344.680000', '124345.140000', '124345.600000', '124346.060000', '124346.520000', '124346.980000', '124347.440000', '124347.900000', '124348.360000', '124348.820000', '124349.280000', '124349.740000', '124350.200000', '124350.660000', '124351.120000', '124351.580000', '124352.040000', '124352.500000', '124352.960000', '124353.420000', '124353.880000', '124354.340000', '124354.800000', '124355.260000', '124355.720000', '124356.180000', '124356.640000', '124357.100000', '124357.560000', '124358.020000', '124358.480000', '124358.940000', '124359.400000', '124359.860000', '124400.320000', '124400.780000', '124401.240000', '124401.700000', '124402.160000', '124402.620000', '124403.080000', '124403.540000', '124404.000000', '124404.460000', '124404.920000', '124405.380000', '124405.840000', '124406.300000', '124406.760000', '124407.220000', '124407.680000', '124408.140000', '124408.600000', '124409.060000', '124409.520000', '124409.980000', '124410.440000', '124410.900000', '124411.360000', '124411.820000', '124412.280000', '124412.740000', '124413.200000', '124413.660000', '124414.120000', '124414.580000', '124415.040000', '124415.500000', '124415.960000', '124416.420000', '124416.880000', '124417.340000', '124417.800000', '124418.260000', '124418.720000', '124419.180000', '124419.640000', '124420.100000', '124420.560000', '124421.020000', '124421.480000', '124421.940000', '124422.400000', '124422.860000', '124423.320000', '124423.780000', '124424.240000', '124424.700000', '124425.160000', '124425.620000', '124426.080000', '124426.540000', '124427.000000', '124427.460000', '124427.920000', '124428.380000', '124428.840000', '124429.300000', '124429.760000', '124430.220000', '124430.680000', '124431.140000', '124431.600000', '124432.060000', '124432.520000', '124432.980000', '124433.440000', '124433.900000', '124434.360000', '124434.820000', '124435.280000', '124435.740000', '124436.200000', '124436.660000', '124437.120000', '124437.580000', '124438.040000', '124438.500000', '124438.960000', '124439.420000', '124439.880000', '124440.340000', '124440.800000', '124441.260000', '124441.720000', '124442.180000', '124442.640000', '124443.100000', '124443.560000', '124444.020000', '124444.480000', '124444.940000', '124445.400000', '124445.860000', '124446.320000', '124446.780000', '124447.240000', '124447.700000', '124448.160000', '124448.620000', '124449.080000', '124449.540000', '124450.000000', '124450.460000', '124450.920000', '124451.380000', '124451.840000', '124452.300000', '124452.760000', '124453.220000', '124453.680000', '124454.140000', '124454.600000', '124455.060000', '124455.520000', '124455.980000', '124456.440000', '124456.900000', '124457.360000', '124457.820000', '124458.280000', '124458.740000', '124459.200000', '124459.660000', '124500.120000', '124500.580000', '124501.040000', '124501.500000', '124501.960000', '124502.420000', '124502.880000', '124503.340000', '124503.800000', '124504.260000', '124504.720000', '124505.180000', '124505.640000', '124506.100000', '124506.560000', '124507.020000', '124507.480000', '124507.940000', '124508.400000', '124508.860000', '124509.320000', '124509.780000', '124510.240000', '124510.700000', '124511.160000', '124511.620000', '124512.080000', '124512.540000', '124513.000000', '124513.460000', '124513.920000', '124514.380000', '124514.840000', '124515.300000', '124515.760000', '124516.220000', '124516.680000', '124517.140000', '124517.600000', '124518.060000', '124518.520000', '124518.980000', '124519.440000', '124519.900000', '124520.360000', '124520.820000', '124521.280000', '124521.740000', '124522.200000', '124522.660000', '124523.120000', '124523.580000', '124524.040000', '124524.500000', '124524.960000', '124525.420000', '124525.880000', '124526.340000', '124526.800000', '124527.260000', '124527.720000', '124528.180000', '124528.640000', '124529.100000', '124529.560000', '124530.020000', '124530.480000', '124530.940000', '124531.400000', '124531.860000', '124532.320000', '124532.780000', '124533.240000', '124533.700000', '124534.160000', '124534.620000', '124535.080000', '124535.540000', '124536.000000', '124536.460000', '124536.920000', '124537.380000', '124537.840000', '124538.300000', '124538.760000', '124539.220000', '124539.680000', '124540.140000', '124540.600000', '124541.060000', '124541.520000', '124541.980000', '124542.440000', '124542.900000', '124543.360000', '124543.820000', '124544.280000', '124544.740000', '124545.200000', '124545.660000', '124546.120000', '124546.580000', '124547.040000', '124547.500000', '124547.960000', '124548.420000', '124548.880000', '124549.340000', '124549.800000', '124550.260000', '124550.720000', '124551.180000', '124551.640000', '124552.100000', '124552.560000', '124553.020000', '124553.480000', '124553.940000', '124554.400000', '124554.860000', '124555.320000', '124555.780000', '124556.240000', '124556.700000', '124557.160000', '124557.620000', '124558.080000', '124558.540000', '124559.000000', '124559.460000', '124559.920000', '124600.380000', '124600.840000', '124601.300000', '124601.760000', '124602.220000', '124602.680000', '124603.140000', '124603.600000', '124604.060000', '124604.520000', '124604.980000', '124605.440000', '124605.900000', '124606.360000', '124606.820000', '124607.280000', '124607.740000', '124608.200000', '124608.660000', '124609.120000', '124609.580000', '124610.040000', '124610.500000', '124610.960000', '124611.420000', '124611.880000', '124612.340000', '124612.800000', '124613.260000', '124613.720000', '124614.180000', '124614.640000', '124615.100000', '124615.560000', '124616.020000', '124616.480000', '124616.940000', '124617.400000', '124617.860000', '124618.320000', '124618.780000', '124619.240000', '124619.700000', '124620.160000', '124620.620000', '124621.080000', '124621.540000', '124622.000000', '124622.460000', '124622.920000', '124623.380000', '124623.840000', '124624.300000', '124624.760000', '124625.220000', '124625.680000', '124626.140000', '124626.600000', '124627.060000', '124627.520000', '124627.980000', '124628.440000', '124628.900000', '124629.360000', '124629.820000', '124630.280000', '124630.740000', '124631.200000', '124631.660000', '124632.120000', '124632.580000', '124633.040000', '124633.500000', '124633.960000', '124634.420000', '124634.880000', '124635.340000', '124635.800000', '124636.260000', '124636.720000', '124637.180000', '124637.640000', '124638.100000', '124638.560000', '124639.020000', '124639.480000', '124639.940000', '124640.400000', '124640.860000', '124641.320000', '124641.780000', '124642.240000', '124642.700000', '124643.160000', '124643.620000', '124644.080000', '124644.540000', '124645.000000', '124645.460000', '124645.920000', '124646.380000', '124646.840000', '124647.300000', '124647.760000', '124648.220000', '124648.680000', '124649.140000', '124649.600000', '124650.060000', '124650.520000', '124650.980000', '124651.440000', '124651.900000', '124652.360000', '124652.820000', '124653.280000', '124653.740000', '124654.200000', '124654.660000', '124655.120000', '124655.580000', '124656.040000', '124656.500000', '124656.960000', '124657.420000', '124657.880000', '124658.340000', '124658.800000', '124659.260000', '124659.720000', '124700.180000', '124700.640000', '124701.100000', '124701.560000', '124702.020000', '124702.480000', '124702.940000', '124703.400000', '124703.860000', '124704.320000', '124704.780000', '124705.240000', '124705.700000', '124706.160000', '124706.620000', '124707.080000', '124707.540000', '124708.000000', '124708.460000', '124708.920000', '124709.380000', '124709.840000', '124710.300000', '124710.760000', '124711.220000', '124711.680000', '124712.140000', '124712.600000', '124713.060000', '124713.520000', '124713.980000', '124714.440000', '124714.900000', '124715.360000', '124715.820000', '124716.280000', '124716.740000', '124717.200000', '124717.660000', '124718.120000', '124718.580000', '124719.040000', '124719.500000', '124719.960000', '124720.420000', '124720.880000', '124721.340000', '124721.800000', '124722.260000', '124722.720000', '124723.180000', '124723.640000', '124724.100000', '124724.560000', '124725.020000', '124725.480000', '124725.940000', '124726.400000', '124726.860000', '124727.320000', '124727.780000', '124728.240000', '124728.700000', '124729.160000', '124729.620000', '124730.080000', '124730.540000', '124731.000000', '124731.460000', '124731.920000', '124732.380000', '124732.840000', '124733.300000', '124733.760000', '124734.220000', '124734.680000', '124735.140000', '124735.600000', '124736.060000', '124736.520000', '124736.980000', '124737.440000', '124737.900000', '124738.360000', '124738.820000', '124739.280000', '124739.740000', '124740.200000', '124740.660000', '124741.120000', '124741.580000', '124742.040000', '124742.500000', '124742.960000', '124743.420000', '124743.880000', '124744.340000', '124744.800000', '124745.260000', '124745.720000', '124746.180000', '124746.640000', '124747.100000', '124747.560000', '124748.020000', '124748.480000', '124748.940000', '124749.400000', '124749.860000', '124750.320000', '124750.780000', '124751.240000', '124751.700000', '124752.160000', '124752.620000', '124753.080000', '124753.540000', '124754.000000', '124754.460000', '124754.920000'], 'ContentTime': ['123737.969000', '123737.973000', '123737.975000', '123737.978000', '123737.981000', '123737.983000', '123737.986000', '123737.989000', '123737.991000', '123737.994000', '123737.996000', '123738.000000', '123738.002000', '123738.005000', '123738.008000', '123738.011000', '123738.013000', '123738.016000', '123738.019000', '123738.021000', '123738.033000', '123738.036000', '123738.038000', '123738.041000', '123738.043000', '123738.046000', '123738.049000', '123738.051000', '123738.056000', '123738.058000', '123738.061000', '123757.918000', '123757.920000', '123757.923000', '123757.926000', '123757.928000', '123757.931000', '123757.933000', '123757.936000', '123757.939000', '123757.941000', '123757.978000', '123757.981000', '123757.984000', '123757.986000', '123757.989000', '123757.991000', '123757.994000', '123757.996000', '123757.999000', '123758.010000', '123758.013000', '123758.015000', '123758.018000', '123758.020000', '123758.023000', '123758.026000', '123758.028000', '123758.031000', '123758.033000', '123758.036000', '123758.039000', '123758.041000', '123758.044000', '123758.046000', '123758.049000', '123758.051000', '123758.054000', '123758.056000', '123758.059000', '123758.062000', '123758.064000', '123758.067000', '123758.069000', '123758.072000', '123817.917000', '123817.920000', '123817.923000', '123817.925000', '123817.928000', '123817.930000', '123817.933000', '123817.936000', '123817.938000', '123817.941000', '123817.943000', '123817.946000', '123817.948000', '123817.951000', '123817.953000', '123817.956000', '123817.958000', '123817.961000', '123817.964000', '123817.966000', '123817.969000', '123817.971000', '123817.974000', '123817.981000', '123817.984000', '123817.986000', '123817.989000', '123817.992000', '123817.994000', '123817.997000', '123817.999000', '123818.002000', '123818.004000', '123818.007000', '123818.009000', '123818.012000', '123818.015000', '123818.018000', '123818.021000', '123818.024000', '123818.026000', '123818.029000', '123818.032000', '123837.918000', '123837.921000', '123837.924000', '123837.927000', '123837.929000', '123837.932000', '123837.934000', '123837.937000', '123837.940000', '123837.942000', '123837.945000', '123837.947000', '123837.950000', '123837.952000', '123837.955000', '123837.958000', '123837.960000', '123837.963000', '123837.965000', '123837.968000', '123837.971000', '123837.973000', '123837.976000', '123837.978000', '123837.981000', '123837.984000', '123837.986000', '123837.989000', '123837.991000', '123837.994000', '123837.996000', '123837.999000', '123838.002000', '123838.004000', '123838.007000', '123838.009000', '123838.012000', '123838.014000', '123838.017000', '123838.020000', '123838.022000', '123838.025000', '123838.027000', '123838.030000', '123857.918000', '123857.921000', '123857.924000', '123857.926000', '123857.929000', '123857.932000', '123857.934000', '123857.937000', '123857.939000', '123857.942000', '123857.945000', '123857.947000', '123857.950000', '123857.952000', '123857.955000', '123857.957000', '123857.960000', '123857.963000', '123857.965000', '123857.968000', '123857.970000', '123857.973000', '123857.976000', '123857.978000', '123857.981000', '123857.983000', '123857.986000', '123857.989000', '123857.991000', '123857.994000', '123857.996000', '123857.999000', '123858.003000', '123858.006000', '123858.008000', '123858.011000', '123858.013000', '123858.016000', '123858.018000', '123858.021000', '123858.024000', '123858.026000', '123858.029000', '123917.919000', '123917.922000', '123917.924000', '123917.927000', '123917.929000', '123917.932000', '123917.935000', '123917.937000', '123917.940000', '123917.942000', '123917.945000', '123917.947000', '123917.950000', '123917.953000', '123917.955000', '123917.958000', '123917.960000', '123917.963000', '123917.965000', '123917.968000', '123917.971000', '123917.973000', '123917.976000', '123917.978000', '123917.981000', '123917.984000', '123917.986000', '123917.989000', '123917.991000', '123917.994000', '123917.996000', '123917.999000', '123918.002000', '123918.004000', '123918.007000', '123918.009000', '123918.012000', '123918.014000', '123918.017000', '123918.020000', '123918.022000', '123918.025000', '123918.027000', '123918.030000', '123937.919000', '123937.921000', '123937.924000', '123937.927000', '123937.929000', '123937.939000', '123937.942000', '123937.944000', '123937.947000', '123937.950000', '123937.952000', '123937.955000', '123937.957000', '123937.960000', '123937.962000', '123937.965000', '123937.968000', '123937.970000', '123937.973000', '123937.975000', '123937.978000', '123937.981000', '123937.983000', '123937.986000', '123937.988000', '123937.991000', '123937.993000', '123937.996000', '123938.000000', '123938.002000', '123938.005000', '123938.007000', '123938.010000', '123938.012000', '123938.015000', '123938.018000', '123938.020000', '123938.023000', '123938.025000', '123938.028000', '123938.031000', '123938.033000', '123938.036000', '123957.919000', '123957.922000', '123957.924000', '123957.927000', '123957.930000', '123957.932000', '123957.935000', '123957.937000', '123957.940000', '123957.943000', '123957.945000', '123957.948000', '123957.950000', '123957.953000', '123957.955000', '123957.958000', '123957.961000', '123957.963000', '123957.966000', '123957.968000', '123957.971000', '123957.974000', '123957.976000', '123957.979000', '123957.982000', '123957.984000', '123957.987000', '123957.989000', '123957.992000', '123957.994000', '123957.997000', '123958.001000', '123958.003000', '123958.006000', '123958.008000', '123958.011000', '123958.014000', '123958.016000', '123958.019000', '123958.021000', '123958.024000', '123958.027000', '123958.029000', '123958.032000', '124017.918000', '124017.920000', '124017.923000', '124017.926000', '124017.928000', '124017.931000', '124017.933000', '124017.936000', '124017.939000', '124017.941000', '124017.944000', '124017.946000', '124017.949000', '124017.951000', '124017.954000', '124017.957000', '124017.959000', '124017.962000', '124017.964000', '124017.967000', '124017.970000', '124017.972000', '124017.975000', '124017.977000', '124017.980000', '124017.983000', '124017.985000', '124017.988000', '124017.990000', '124017.993000', '124017.995000', '124017.998000', '124018.001000', '124018.003000', '124018.006000', '124018.008000', '124018.011000', '124018.014000', '124018.016000', '124018.019000', '124018.021000', '124018.024000', '124018.026000', '124037.917000', '124037.920000', '124037.923000', '124037.926000', '124037.928000', '124037.931000', '124037.933000', '124037.936000', '124037.939000', '124037.941000', '124037.944000', '124037.946000', '124037.949000', '124037.951000', '124037.954000', '124037.957000', '124037.959000', '124037.962000', '124037.965000', '124037.967000', '124037.970000', '124037.972000', '124037.975000', '124037.977000', '124037.980000', '124037.983000', '124037.985000', '124037.988000', '124037.990000', '124037.993000', '124037.996000', '124037.998000', '124038.002000', '124038.004000', '124038.007000', '124038.010000', '124038.012000', '124038.015000', '124038.017000', '124038.020000', '124038.022000', '124038.025000', '124038.028000', '124038.030000', '124057.919000', '124057.921000', '124057.924000', '124057.927000', '124057.929000', '124057.932000', '124057.935000', '124057.937000', '124057.940000', '124057.942000', '124057.945000', '124057.947000', '124057.950000', '124057.953000', '124057.955000', '124057.958000', '124057.960000', '124057.963000', '124057.966000', '124057.968000', '124057.971000', '124057.973000', '124057.976000', '124057.979000', '124057.981000', '124057.984000', '124057.986000', '124057.989000', '124057.991000', '124057.994000', '124058.006000', '124058.009000', '124058.011000', '124058.014000', '124058.016000', '124058.019000', '124058.022000', '124058.024000', '124058.027000', '124058.029000', '124058.032000', '124058.034000', '124058.037000', '124117.919000', '124117.922000', '124117.924000', '124117.927000', '124117.929000', '124117.932000', '124117.935000', '124117.937000', '124117.940000', '124117.942000', '124117.945000', '124117.947000', '124117.950000', '124117.953000', '124117.955000', '124117.958000', '124117.961000', '124117.963000', '124117.966000', '124117.968000', '124117.971000', '124117.974000', '124117.976000', '124117.979000', '124117.981000', '124117.984000', '124117.986000', '124117.989000', '124117.992000', '124117.994000', '124117.997000', '124118.001000', '124118.003000', '124118.006000', '124118.008000', '124118.011000', '124118.014000', '124118.016000', '124118.019000', '124118.021000', '124118.024000', '124118.026000', '124118.029000', '124118.032000', '124137.919000', '124137.921000', '124137.924000', '124137.927000', '124137.929000', '124137.932000', '124137.935000', '124137.937000', '124137.940000', '124137.943000', '124137.945000', '124137.948000', '124137.950000', '124137.953000', '124137.956000', '124137.958000', '124137.961000', '124137.964000', '124137.966000', '124137.969000', '124137.972000', '124137.974000', '124137.977000', '124137.979000', '124137.982000', '124137.985000', '124137.987000', '124137.990000', '124137.993000', '124137.995000', '124137.998000', '124138.002000', '124138.004000', '124138.007000', '124138.009000', '124138.012000', '124138.015000', '124138.017000', '124138.020000', '124138.023000', '124138.025000', '124138.028000', '124138.031000', '124157.919000', '124157.921000', '124157.924000', '124157.927000', '124157.929000', '124157.932000', '124157.935000', '124157.937000', '124157.940000', '124157.942000', '124157.945000', '124157.948000', '124157.950000', '124157.953000', '124157.955000', '124157.958000', '124157.961000', '124157.963000', '124157.966000', '124157.968000', '124157.971000', '124157.973000', '124157.976000', '124157.979000', '124157.981000', '124157.984000', '124157.986000', '124157.989000', '124157.992000', '124157.994000', '124157.997000', '124158.000000', '124158.003000', '124158.005000', '124158.008000', '124158.011000', '124158.013000', '124158.016000', '124158.018000', '124158.021000', '124158.023000', '124158.026000', '124158.029000', '124158.031000', '124217.918000', '124217.921000', '124217.924000', '124217.927000', '124217.929000', '124217.932000', '124217.934000', '124217.937000', '124217.940000', '124217.942000', '124217.945000', '124217.947000', '124217.950000', '124217.953000', '124217.955000', '124217.958000', '124217.960000', '124217.963000', '124217.966000', '124217.968000', '124217.971000', '124217.973000', '124217.976000', '124217.979000', '124217.981000', '124217.984000', '124217.986000', '124217.989000', '124217.992000', '124217.994000', '124217.997000', '124217.999000', '124218.002000', '124218.005000', '124218.007000', '124218.010000', '124218.012000', '124218.015000', '124218.017000', '124218.020000', '124218.023000', '124218.025000', '124218.028000', '124237.917000', '124237.920000', '124237.923000', '124237.926000', '124237.928000', '124237.931000', '124237.933000', '124237.936000', '124237.939000', '124237.941000', '124237.944000', '124237.946000', '124237.971000', '124237.974000', '124237.976000', '124237.979000', '124237.982000', '124237.984000', '124237.987000', '124237.989000', '124237.992000', '124237.995000', '124237.997000', '124238.000000', '124238.002000', '124238.005000', '124238.008000', '124238.010000', '124238.013000', '124238.015000', '124238.018000', '124238.021000', '124238.023000', '124238.026000', '124238.029000', '124238.031000', '124238.034000', '124238.037000', '124238.039000', '124238.042000', '124238.044000', '124238.047000', '124238.050000', '124257.918000', '124257.920000', '124257.923000', '124257.926000', '124257.928000', '124257.931000', '124257.934000', '124257.936000', '124257.939000', '124257.942000', '124257.944000', '124257.947000', '124257.950000', '124257.952000', '124257.955000', '124257.963000', '124257.966000', '124257.968000', '124257.971000', '124257.974000', '124257.976000', '124257.979000', '124257.981000', '124257.984000', '124257.987000', '124257.989000', '124257.992000', '124257.994000', '124257.997000', '124258.000000', '124258.004000', '124258.007000', '124258.009000', '124258.012000', '124258.014000', '124258.017000', '124258.020000', '124258.022000', '124258.025000', '124258.027000', '124258.030000', '124258.033000', '124258.035000', '124258.038000', '124317.918000', '124317.921000', '124317.924000', '124317.927000', '124317.929000', '124317.932000', '124317.934000', '124317.937000', '124317.940000', '124317.942000', '124317.945000', '124317.947000', '124317.950000', '124317.952000', '124317.955000', '124317.958000', '124317.960000', '124317.963000', '124317.965000', '124317.968000', '124317.970000', '124317.973000', '124317.976000', '124317.978000', '124317.981000', '124317.983000', '124317.986000', '124317.989000', '124317.991000', '124317.994000', '124317.996000', '124317.999000', '124318.002000', '124318.004000', '124318.007000', '124318.009000', '124318.012000', '124318.014000', '124318.017000', '124318.020000', '124318.022000', '124318.025000', '124318.027000', '124337.919000', '124337.921000', '124337.924000', '124337.927000', '124337.929000', '124337.932000', '124337.934000', '124337.937000', '124337.940000', '124337.942000', '124337.945000', '124337.947000', '124337.950000', '124337.953000', '124337.956000', '124337.958000', '124337.961000', '124337.963000', '124337.966000', '124337.969000', '124337.971000', '124337.974000', '124337.976000', '124337.979000', '124337.981000', '124337.984000', '124337.987000', '124337.989000', '124337.992000', '124337.994000', '124337.997000', '124338.001000', '124338.003000', '124338.006000', '124338.008000', '124338.011000', '124338.013000', '124338.016000', '124338.019000', '124338.021000', '124338.024000', '124338.026000', '124338.029000', '124338.032000', '124357.919000', '124357.922000', '124357.924000', '124357.927000', '124357.930000', '124357.932000', '124357.935000', '124357.938000', '124357.940000', '124357.943000', '124357.946000', '124357.948000', '124357.951000', '124357.953000', '124357.956000', '124357.959000', '124357.962000', '124357.965000', '124357.967000', '124357.970000', '124357.972000', '124357.975000', '124357.977000', '124357.992000', '124357.995000', '124357.997000', '124358.000000', '124358.002000', '124358.005000', '124358.008000', '124358.010000', '124358.013000', '124358.015000', '124358.018000', '124358.020000', '124358.023000', '124358.026000', '124358.028000', '124358.031000', '124358.034000', '124358.036000', '124358.039000', '124358.041000', '124417.919000', '124417.921000', '124417.924000', '124417.926000', '124417.929000', '124417.932000', '124417.934000', '124417.937000', '124417.939000', '124417.942000', '124417.945000', '124417.947000', '124417.950000', '124417.952000', '124417.955000', '124417.958000', '124417.960000', '124417.963000', '124417.965000', '124417.968000', '124417.971000', '124417.973000', '124417.976000', '124417.979000', '124417.981000', '124417.984000', '124417.986000', '124417.989000', '124417.991000', '124417.994000', '124417.997000', '124417.999000', '124418.002000', '124418.004000', '124418.007000', '124418.010000', '124418.012000', '124418.015000', '124418.017000', '124418.020000', '124418.023000', '124418.025000', '124418.028000', '124418.030000', '124437.919000', '124437.921000', '124437.924000', '124437.927000', '124437.929000', '124437.932000', '124437.934000', '124437.937000', '124437.940000', '124437.942000', '124437.945000', '124437.949000', '124437.952000', '124437.954000', '124437.957000', '124437.960000', '124437.962000', '124437.965000', '124437.967000', '124437.970000', '124437.972000', '124437.975000', '124437.978000', '124437.980000', '124437.983000', '124437.985000', '124437.988000', '124437.991000', '124437.993000', '124437.996000', '124437.998000', '124438.002000', '124438.005000', '124438.007000', '124438.010000', '124438.013000', '124438.015000', '124438.018000', '124438.021000', '124438.023000', '124438.026000', '124438.029000', '124438.031000', '124457.918000', '124457.920000', '124457.923000', '124457.926000', '124457.928000', '124457.931000', '124457.933000', '124457.936000', '124457.939000', '124457.941000', '124457.944000', '124457.946000', '124457.949000', '124457.951000', '124457.954000', '124457.957000', '124457.959000', '124457.962000', '124457.964000', '124457.967000', '124457.970000', '124457.972000', '124457.975000', '124457.978000', '124457.980000', '124457.983000', '124457.985000', '124457.988000', '124457.991000', '124457.993000', '124457.996000', '124457.998000', '124458.001000', '124458.004000', '124458.006000', '124458.009000', '124458.011000', '124458.014000', '124458.017000', '124458.019000', '124458.022000', '124458.024000', '124458.027000', '124458.030000', '124517.918000', '124517.921000', '124517.923000', '124517.926000', '124517.928000', '124517.931000', '124517.934000', '124517.936000', '124517.939000', '124517.941000', '124517.944000', '124517.947000', '124517.949000', '124517.952000', '124517.954000', '124517.957000', '124517.960000', '124517.962000', '124517.965000', '124517.976000', '124517.978000', '124517.981000', '124517.983000', '124517.986000', '124517.989000', '124517.991000', '124517.994000', '124517.996000', '124518.000000', '124518.003000', '124518.006000', '124518.009000', '124518.012000', '124518.015000', '124518.017000', '124518.020000', '124518.023000', '124518.026000', '124518.029000', '124518.031000', '124518.034000', '124518.036000', '124518.039000', '124537.919000', '124537.921000', '124537.924000', '124537.927000', '124537.929000', '124537.932000', '124537.934000', '124537.937000', '124537.940000', '124537.942000', '124537.945000', '124537.947000', '124537.950000', '124537.953000', '124537.955000', '124537.958000', '124537.960000', '124537.963000', '124537.966000', '124537.968000', '124537.971000', '124537.973000', '124537.976000', '124537.979000', '124537.981000', '124537.984000', '124537.986000', '124537.989000', '124537.992000', '124537.994000', '124537.997000', '124537.999000', '124538.002000', '124538.005000', '124538.007000', '124538.010000', '124538.012000', '124538.015000', '124538.018000', '124538.020000', '124538.023000', '124538.025000', '124538.028000', '124538.031000', '124557.919000', '124557.921000', '124557.924000', '124557.927000', '124557.929000', '124557.932000', '124557.935000', '124557.937000', '124557.940000', '124557.942000', '124557.945000', '124557.947000', '124557.950000', '124557.953000', '124557.955000', '124557.958000', '124557.960000', '124557.963000', '124557.966000', '124557.968000', '124557.971000', '124557.973000', '124557.976000', '124557.979000', '124557.982000', '124557.984000', '124557.987000', '124557.990000', '124557.992000', '124557.995000', '124557.997000', '124558.001000', '124558.004000', '124558.007000', '124558.009000', '124558.012000', '124558.014000', '124558.017000', '124558.020000', '124558.022000', '124558.025000', '124558.028000', '124558.030000', '124617.919000', '124617.921000', '124617.924000', '124617.927000', '124617.929000', '124617.932000', '124617.935000', '124617.937000', '124617.940000', '124617.942000', '124617.945000', '124617.948000', '124617.950000', '124617.953000', '124617.956000', '124617.958000', '124617.961000', '124617.963000', '124617.966000', '124617.969000', '124617.971000', '124617.974000', '124617.976000', '124617.979000', '124617.982000', '124617.984000', '124617.987000', '124617.989000', '124617.992000', '124617.994000', '124617.997000', '124618.000000', '124618.003000', '124618.005000', '124618.008000', '124618.010000', '124618.013000', '124618.016000', '124618.018000', '124618.021000', '124618.023000', '124618.026000', '124618.028000', '124618.031000', '124637.919000', '124637.922000', '124637.924000', '124637.927000', '124637.930000', '124637.932000', '124637.935000', '124637.937000', '124637.940000', '124637.943000', '124637.945000', '124637.948000', '124637.951000', '124637.953000', '124637.956000', '124637.959000', '124637.976000', '124637.979000', '124637.982000', '124637.984000', '124637.987000', '124637.989000', '124637.992000', '124637.994000', '124637.997000', '124638.000000', '124638.002000', '124638.005000', '124638.007000', '124638.010000', '124638.013000', '124638.015000', '124638.018000', '124638.020000', '124638.023000', '124638.026000', '124638.030000', '124638.032000', '124638.035000', '124638.038000', '124638.040000', '124638.043000', '124638.045000', '124657.919000', '124657.922000', '124657.924000', '124657.927000', '124657.929000', '124657.932000', '124657.935000', '124657.937000', '124657.940000', '124657.942000', '124657.945000', '124657.948000', '124657.950000', '124657.953000', '124657.955000', '124657.958000', '124657.961000', '124657.963000', '124657.966000', '124657.968000', '124657.971000', '124657.974000', '124657.976000', '124657.979000', '124657.981000', '124657.984000', '124657.987000', '124657.989000', '124657.992000', '124657.995000', '124657.997000', '124658.000000', '124658.002000', '124658.005000', '124658.008000', '124658.010000', '124658.013000', '124658.016000', '124658.018000', '124658.021000', '124658.023000', '124658.026000', '124658.029000', '124658.032000', '124717.918000', '124717.920000', '124717.923000', '124717.926000', '124717.928000', '124717.931000', '124717.934000', '124717.936000', '124717.939000', '124717.941000', '124717.944000', '124717.947000', '124717.949000', '124717.952000', '124717.954000', '124717.957000', '124717.960000', '124717.962000', '124717.965000', '124717.967000', '124717.970000', '124717.973000', '124717.975000', '124717.978000', '124717.980000', '124717.983000', '124717.986000', '124717.988000', '124717.991000', '124717.993000', '124717.996000', '124717.999000', '124718.001000', '124718.004000', '124718.006000', '124718.009000', '124718.011000', '124718.014000', '124718.017000', '124718.019000', '124718.022000', '124718.024000', '124718.027000', '124737.918000', '124737.920000', '124737.923000', '124737.926000', '124737.928000', '124737.931000', '124737.933000', '124737.936000', '124737.939000', '124737.941000', '124737.944000', '124737.946000', '124737.949000', '124737.952000', '124737.954000', '124737.957000', '124737.960000', '124737.962000', '124737.965000', '124737.967000', '124737.970000', '124737.973000', '124737.975000', '124737.978000', '124737.980000', '124737.983000', '124737.986000', '124737.988000', '124737.991000', '124737.994000', '124737.996000', '124738.000000', '124738.002000', '124738.005000', '124738.007000', '124738.010000', '124738.013000', '124738.015000', '124738.018000', '124738.020000', '124738.023000', '124738.026000', '124738.028000', '124738.031000', '124756.213000', '124756.216000', '124756.219000', '124756.222000', '124756.225000', '124756.227000', '124756.230000', '124756.233000', '124756.236000', '124756.239000', '124756.242000', '124756.245000', '124756.248000', '124756.251000', '124756.253000', '124756.257000', '124756.259000', '124756.262000', '124756.265000', '124756.268000', '124756.271000', '124756.273000', '124756.276000', '124756.279000', '124756.282000', '124756.285000', '124756.288000', '124756.291000', '124756.294000', '124756.297000', '124756.300000', '124756.302000', '124756.305000', '124756.308000', '124756.313000', '124756.317000', '124756.320000', '124756.364000', '124756.371000', '124756.374000'], 'InstanceCreationTime': ['123737.969000', '123737.973000', '123737.975000', '123737.978000', '123737.981000', '123737.983000', '123737.986000', '123737.989000', '123737.991000', '123737.994000', '123737.996000', '123738.000000', '123738.002000', '123738.005000', '123738.008000', '123738.011000', '123738.013000', '123738.016000', '123738.019000', '123738.021000', '123738.033000', '123738.036000', '123738.038000', '123738.041000', '123738.043000', '123738.046000', '123738.049000', '123738.051000', '123738.056000', '123738.058000', '123738.061000', '123757.918000', '123757.920000', '123757.923000', '123757.926000', '123757.928000', '123757.931000', '123757.933000', '123757.936000', '123757.939000', '123757.941000', '123757.978000', '123757.981000', '123757.984000', '123757.986000', '123757.989000', '123757.991000', '123757.994000', '123757.996000', '123757.999000', '123758.010000', '123758.013000', '123758.015000', '123758.018000', '123758.020000', '123758.023000', '123758.026000', '123758.028000', '123758.031000', '123758.033000', '123758.036000', '123758.039000', '123758.041000', '123758.044000', '123758.046000', '123758.049000', '123758.051000', '123758.054000', '123758.056000', '123758.059000', '123758.062000', '123758.064000', '123758.067000', '123758.069000', '123758.072000', '123817.917000', '123817.920000', '123817.923000', '123817.925000', '123817.928000', '123817.930000', '123817.933000', '123817.936000', '123817.938000', '123817.941000', '123817.943000', '123817.946000', '123817.948000', '123817.951000', '123817.953000', '123817.956000', '123817.958000', '123817.961000', '123817.964000', '123817.966000', '123817.969000', '123817.971000', '123817.974000', '123817.981000', '123817.984000', '123817.986000', '123817.989000', '123817.992000', '123817.994000', '123817.997000', '123817.999000', '123818.002000', '123818.004000', '123818.007000', '123818.009000', '123818.012000', '123818.015000', '123818.018000', '123818.021000', '123818.024000', '123818.026000', '123818.029000', '123818.032000', '123837.918000', '123837.921000', '123837.924000', '123837.927000', '123837.929000', '123837.932000', '123837.934000', '123837.937000', '123837.940000', '123837.942000', '123837.945000', '123837.947000', '123837.950000', '123837.952000', '123837.955000', '123837.958000', '123837.960000', '123837.963000', '123837.965000', '123837.968000', '123837.971000', '123837.973000', '123837.976000', '123837.978000', '123837.981000', '123837.984000', '123837.986000', '123837.989000', '123837.991000', '123837.994000', '123837.996000', '123837.999000', '123838.002000', '123838.004000', '123838.007000', '123838.009000', '123838.012000', '123838.014000', '123838.017000', '123838.020000', '123838.022000', '123838.025000', '123838.027000', '123838.030000', '123857.918000', '123857.921000', '123857.924000', '123857.926000', '123857.929000', '123857.932000', '123857.934000', '123857.937000', '123857.939000', '123857.942000', '123857.945000', '123857.947000', '123857.950000', '123857.952000', '123857.955000', '123857.957000', '123857.960000', '123857.963000', '123857.965000', '123857.968000', '123857.970000', '123857.973000', '123857.976000', '123857.978000', '123857.981000', '123857.983000', '123857.986000', '123857.989000', '123857.991000', '123857.994000', '123857.996000', '123857.999000', '123858.003000', '123858.006000', '123858.008000', '123858.011000', '123858.013000', '123858.016000', '123858.018000', '123858.021000', '123858.024000', '123858.026000', '123858.029000', '123917.919000', '123917.922000', '123917.924000', '123917.927000', '123917.929000', '123917.932000', '123917.935000', '123917.937000', '123917.940000', '123917.942000', '123917.945000', '123917.947000', '123917.950000', '123917.953000', '123917.955000', '123917.958000', '123917.960000', '123917.963000', '123917.965000', '123917.968000', '123917.971000', '123917.973000', '123917.976000', '123917.978000', '123917.981000', '123917.984000', '123917.986000', '123917.989000', '123917.991000', '123917.994000', '123917.996000', '123917.999000', '123918.002000', '123918.004000', '123918.007000', '123918.009000', '123918.012000', '123918.014000', '123918.017000', '123918.020000', '123918.022000', '123918.025000', '123918.027000', '123918.030000', '123937.919000', '123937.921000', '123937.924000', '123937.927000', '123937.929000', '123937.939000', '123937.942000', '123937.944000', '123937.947000', '123937.950000', '123937.952000', '123937.955000', '123937.957000', '123937.960000', '123937.962000', '123937.965000', '123937.968000', '123937.970000', '123937.973000', '123937.975000', '123937.978000', '123937.981000', '123937.983000', '123937.986000', '123937.988000', '123937.991000', '123937.993000', '123937.996000', '123938.000000', '123938.002000', '123938.005000', '123938.007000', '123938.010000', '123938.012000', '123938.015000', '123938.018000', '123938.020000', '123938.023000', '123938.025000', '123938.028000', '123938.031000', '123938.033000', '123938.036000', '123957.919000', '123957.922000', '123957.924000', '123957.927000', '123957.930000', '123957.932000', '123957.935000', '123957.937000', '123957.940000', '123957.943000', '123957.945000', '123957.948000', '123957.950000', '123957.953000', '123957.955000', '123957.958000', '123957.961000', '123957.963000', '123957.966000', '123957.968000', '123957.971000', '123957.974000', '123957.976000', '123957.979000', '123957.982000', '123957.984000', '123957.987000', '123957.989000', '123957.992000', '123957.994000', '123957.997000', '123958.001000', '123958.003000', '123958.006000', '123958.008000', '123958.011000', '123958.014000', '123958.016000', '123958.019000', '123958.021000', '123958.024000', '123958.027000', '123958.029000', '123958.032000', '124017.918000', '124017.920000', '124017.923000', '124017.926000', '124017.928000', '124017.931000', '124017.933000', '124017.936000', '124017.939000', '124017.941000', '124017.944000', '124017.946000', '124017.949000', '124017.951000', '124017.954000', '124017.957000', '124017.959000', '124017.962000', '124017.964000', '124017.967000', '124017.970000', '124017.972000', '124017.975000', '124017.977000', '124017.980000', '124017.983000', '124017.985000', '124017.988000', '124017.990000', '124017.993000', '124017.995000', '124017.998000', '124018.001000', '124018.003000', '124018.006000', '124018.008000', '124018.011000', '124018.014000', '124018.016000', '124018.019000', '124018.021000', '124018.024000', '124018.026000', '124037.917000', '124037.920000', '124037.923000', '124037.926000', '124037.928000', '124037.931000', '124037.933000', '124037.936000', '124037.939000', '124037.941000', '124037.944000', '124037.946000', '124037.949000', '124037.951000', '124037.954000', '124037.957000', '124037.959000', '124037.962000', '124037.965000', '124037.967000', '124037.970000', '124037.972000', '124037.975000', '124037.977000', '124037.980000', '124037.983000', '124037.985000', '124037.988000', '124037.990000', '124037.993000', '124037.996000', '124037.998000', '124038.002000', '124038.004000', '124038.007000', '124038.010000', '124038.012000', '124038.015000', '124038.017000', '124038.020000', '124038.022000', '124038.025000', '124038.028000', '124038.030000', '124057.919000', '124057.921000', '124057.924000', '124057.927000', '124057.929000', '124057.932000', '124057.935000', '124057.937000', '124057.940000', '124057.942000', '124057.945000', '124057.947000', '124057.950000', '124057.953000', '124057.955000', '124057.958000', '124057.960000', '124057.963000', '124057.966000', '124057.968000', '124057.971000', '124057.973000', '124057.976000', '124057.979000', '124057.981000', '124057.984000', '124057.986000', '124057.989000', '124057.991000', '124057.994000', '124058.006000', '124058.009000', '124058.011000', '124058.014000', '124058.016000', '124058.019000', '124058.022000', '124058.024000', '124058.027000', '124058.029000', '124058.032000', '124058.034000', '124058.037000', '124117.919000', '124117.922000', '124117.924000', '124117.927000', '124117.929000', '124117.932000', '124117.935000', '124117.937000', '124117.940000', '124117.942000', '124117.945000', '124117.947000', '124117.950000', '124117.953000', '124117.955000', '124117.958000', '124117.961000', '124117.963000', '124117.966000', '124117.968000', '124117.971000', '124117.974000', '124117.976000', '124117.979000', '124117.981000', '124117.984000', '124117.986000', '124117.989000', '124117.992000', '124117.994000', '124117.997000', '124118.001000', '124118.003000', '124118.006000', '124118.008000', '124118.011000', '124118.014000', '124118.016000', '124118.019000', '124118.021000', '124118.024000', '124118.026000', '124118.029000', '124118.032000', '124137.919000', '124137.921000', '124137.924000', '124137.927000', '124137.929000', '124137.932000', '124137.935000', '124137.937000', '124137.940000', '124137.943000', '124137.945000', '124137.948000', '124137.950000', '124137.953000', '124137.956000', '124137.958000', '124137.961000', '124137.964000', '124137.966000', '124137.969000', '124137.972000', '124137.974000', '124137.977000', '124137.979000', '124137.982000', '124137.985000', '124137.987000', '124137.990000', '124137.993000', '124137.995000', '124137.998000', '124138.002000', '124138.004000', '124138.007000', '124138.009000', '124138.012000', '124138.015000', '124138.017000', '124138.020000', '124138.023000', '124138.025000', '124138.028000', '124138.031000', '124157.919000', '124157.921000', '124157.924000', '124157.927000', '124157.929000', '124157.932000', '124157.935000', '124157.937000', '124157.940000', '124157.942000', '124157.945000', '124157.948000', '124157.950000', '124157.953000', '124157.955000', '124157.958000', '124157.961000', '124157.963000', '124157.966000', '124157.968000', '124157.971000', '124157.973000', '124157.976000', '124157.979000', '124157.981000', '124157.984000', '124157.986000', '124157.989000', '124157.992000', '124157.994000', '124157.997000', '124158.000000', '124158.003000', '124158.005000', '124158.008000', '124158.011000', '124158.013000', '124158.016000', '124158.018000', '124158.021000', '124158.023000', '124158.026000', '124158.029000', '124158.031000', '124217.918000', '124217.921000', '124217.924000', '124217.927000', '124217.929000', '124217.932000', '124217.934000', '124217.937000', '124217.940000', '124217.942000', '124217.945000', '124217.947000', '124217.950000', '124217.953000', '124217.955000', '124217.958000', '124217.960000', '124217.963000', '124217.966000', '124217.968000', '124217.971000', '124217.973000', '124217.976000', '124217.979000', '124217.981000', '124217.984000', '124217.986000', '124217.989000', '124217.992000', '124217.994000', '124217.997000', '124217.999000', '124218.002000', '124218.005000', '124218.007000', '124218.010000', '124218.012000', '124218.015000', '124218.017000', '124218.020000', '124218.023000', '124218.025000', '124218.028000', '124237.917000', '124237.920000', '124237.923000', '124237.926000', '124237.928000', '124237.931000', '124237.933000', '124237.936000', '124237.939000', '124237.941000', '124237.944000', '124237.946000', '124237.971000', '124237.974000', '124237.976000', '124237.979000', '124237.982000', '124237.984000', '124237.987000', '124237.989000', '124237.992000', '124237.995000', '124237.997000', '124238.000000', '124238.002000', '124238.005000', '124238.008000', '124238.010000', '124238.013000', '124238.015000', '124238.018000', '124238.021000', '124238.023000', '124238.026000', '124238.029000', '124238.031000', '124238.034000', '124238.037000', '124238.039000', '124238.042000', '124238.044000', '124238.047000', '124238.050000', '124257.918000', '124257.920000', '124257.923000', '124257.926000', '124257.928000', '124257.931000', '124257.934000', '124257.936000', '124257.939000', '124257.942000', '124257.944000', '124257.947000', '124257.950000', '124257.952000', '124257.955000', '124257.963000', '124257.966000', '124257.968000', '124257.971000', '124257.974000', '124257.976000', '124257.979000', '124257.981000', '124257.984000', '124257.987000', '124257.989000', '124257.992000', '124257.994000', '124257.997000', '124258.000000', '124258.004000', '124258.007000', '124258.009000', '124258.012000', '124258.014000', '124258.017000', '124258.020000', '124258.022000', '124258.025000', '124258.027000', '124258.030000', '124258.033000', '124258.035000', '124258.038000', '124317.918000', '124317.921000', '124317.924000', '124317.927000', '124317.929000', '124317.932000', '124317.934000', '124317.937000', '124317.940000', '124317.942000', '124317.945000', '124317.947000', '124317.950000', '124317.952000', '124317.955000', '124317.958000', '124317.960000', '124317.963000', '124317.965000', '124317.968000', '124317.970000', '124317.973000', '124317.976000', '124317.978000', '124317.981000', '124317.983000', '124317.986000', '124317.989000', '124317.991000', '124317.994000', '124317.996000', '124317.999000', '124318.002000', '124318.004000', '124318.007000', '124318.009000', '124318.012000', '124318.014000', '124318.017000', '124318.020000', '124318.022000', '124318.025000', '124318.027000', '124337.919000', '124337.921000', '124337.924000', '124337.927000', '124337.929000', '124337.932000', '124337.934000', '124337.937000', '124337.940000', '124337.942000', '124337.945000', '124337.947000', '124337.950000', '124337.953000', '124337.956000', '124337.958000', '124337.961000', '124337.963000', '124337.966000', '124337.969000', '124337.971000', '124337.974000', '124337.976000', '124337.979000', '124337.981000', '124337.984000', '124337.987000', '124337.989000', '124337.992000', '124337.994000', '124337.997000', '124338.001000', '124338.003000', '124338.006000', '124338.008000', '124338.011000', '124338.013000', '124338.016000', '124338.019000', '124338.021000', '124338.024000', '124338.026000', '124338.029000', '124338.032000', '124357.919000', '124357.922000', '124357.924000', '124357.927000', '124357.930000', '124357.932000', '124357.935000', '124357.938000', '124357.940000', '124357.943000', '124357.946000', '124357.948000', '124357.951000', '124357.953000', '124357.956000', '124357.959000', '124357.962000', '124357.965000', '124357.967000', '124357.970000', '124357.972000', '124357.975000', '124357.977000', '124357.992000', '124357.995000', '124357.997000', '124358.000000', '124358.002000', '124358.005000', '124358.008000', '124358.010000', '124358.013000', '124358.015000', '124358.018000', '124358.020000', '124358.023000', '124358.026000', '124358.028000', '124358.031000', '124358.034000', '124358.036000', '124358.039000', '124358.041000', '124417.919000', '124417.921000', '124417.924000', '124417.926000', '124417.929000', '124417.932000', '124417.934000', '124417.937000', '124417.939000', '124417.942000', '124417.945000', '124417.947000', '124417.950000', '124417.952000', '124417.955000', '124417.958000', '124417.960000', '124417.963000', '124417.965000', '124417.968000', '124417.971000', '124417.973000', '124417.976000', '124417.979000', '124417.981000', '124417.984000', '124417.986000', '124417.989000', '124417.991000', '124417.994000', '124417.997000', '124417.999000', '124418.002000', '124418.004000', '124418.007000', '124418.010000', '124418.012000', '124418.015000', '124418.017000', '124418.020000', '124418.023000', '124418.025000', '124418.028000', '124418.030000', '124437.919000', '124437.921000', '124437.924000', '124437.927000', '124437.929000', '124437.932000', '124437.934000', '124437.937000', '124437.940000', '124437.942000', '124437.945000', '124437.949000', '124437.952000', '124437.954000', '124437.957000', '124437.960000', '124437.962000', '124437.965000', '124437.967000', '124437.970000', '124437.972000', '124437.975000', '124437.978000', '124437.980000', '124437.983000', '124437.985000', '124437.988000', '124437.991000', '124437.993000', '124437.996000', '124437.998000', '124438.002000', '124438.005000', '124438.007000', '124438.010000', '124438.013000', '124438.015000', '124438.018000', '124438.021000', '124438.023000', '124438.026000', '124438.029000', '124438.031000', '124457.918000', '124457.920000', '124457.923000', '124457.926000', '124457.928000', '124457.931000', '124457.933000', '124457.936000', '124457.939000', '124457.941000', '124457.944000', '124457.946000', '124457.949000', '124457.951000', '124457.954000', '124457.957000', '124457.959000', '124457.962000', '124457.964000', '124457.967000', '124457.970000', '124457.972000', '124457.975000', '124457.978000', '124457.980000', '124457.983000', '124457.985000', '124457.988000', '124457.991000', '124457.993000', '124457.996000', '124457.998000', '124458.001000', '124458.004000', '124458.006000', '124458.009000', '124458.011000', '124458.014000', '124458.017000', '124458.019000', '124458.022000', '124458.024000', '124458.027000', '124458.030000', '124517.918000', '124517.921000', '124517.923000', '124517.926000', '124517.928000', '124517.931000', '124517.934000', '124517.936000', '124517.939000', '124517.941000', '124517.944000', '124517.947000', '124517.949000', '124517.952000', '124517.954000', '124517.957000', '124517.960000', '124517.962000', '124517.965000', '124517.976000', '124517.978000', '124517.981000', '124517.983000', '124517.986000', '124517.989000', '124517.991000', '124517.994000', '124517.996000', '124518.000000', '124518.003000', '124518.006000', '124518.009000', '124518.012000', '124518.015000', '124518.017000', '124518.020000', '124518.023000', '124518.026000', '124518.029000', '124518.031000', '124518.034000', '124518.036000', '124518.039000', '124537.919000', '124537.921000', '124537.924000', '124537.927000', '124537.929000', '124537.932000', '124537.934000', '124537.937000', '124537.940000', '124537.942000', '124537.945000', '124537.947000', '124537.950000', '124537.953000', '124537.955000', '124537.958000', '124537.960000', '124537.963000', '124537.966000', '124537.968000', '124537.971000', '124537.973000', '124537.976000', '124537.979000', '124537.981000', '124537.984000', '124537.986000', '124537.989000', '124537.992000', '124537.994000', '124537.997000', '124537.999000', '124538.002000', '124538.005000', '124538.007000', '124538.010000', '124538.012000', '124538.015000', '124538.018000', '124538.020000', '124538.023000', '124538.025000', '124538.028000', '124538.031000', '124557.919000', '124557.921000', '124557.924000', '124557.927000', '124557.929000', '124557.932000', '124557.935000', '124557.937000', '124557.940000', '124557.942000', '124557.945000', '124557.947000', '124557.950000', '124557.953000', '124557.955000', '124557.958000', '124557.960000', '124557.963000', '124557.966000', '124557.968000', '124557.971000', '124557.973000', '124557.976000', '124557.979000', '124557.982000', '124557.984000', '124557.987000', '124557.990000', '124557.992000', '124557.995000', '124557.997000', '124558.001000', '124558.004000', '124558.007000', '124558.009000', '124558.012000', '124558.014000', '124558.017000', '124558.020000', '124558.022000', '124558.025000', '124558.028000', '124558.030000', '124617.919000', '124617.921000', '124617.924000', '124617.927000', '124617.929000', '124617.932000', '124617.935000', '124617.937000', '124617.940000', '124617.942000', '124617.945000', '124617.948000', '124617.950000', '124617.953000', '124617.956000', '124617.958000', '124617.961000', '124617.963000', '124617.966000', '124617.969000', '124617.971000', '124617.974000', '124617.976000', '124617.979000', '124617.982000', '124617.984000', '124617.987000', '124617.989000', '124617.992000', '124617.994000', '124617.997000', '124618.000000', '124618.003000', '124618.005000', '124618.008000', '124618.010000', '124618.013000', '124618.016000', '124618.018000', '124618.021000', '124618.023000', '124618.026000', '124618.028000', '124618.031000', '124637.919000', '124637.922000', '124637.924000', '124637.927000', '124637.930000', '124637.932000', '124637.935000', '124637.937000', '124637.940000', '124637.943000', '124637.945000', '124637.948000', '124637.951000', '124637.953000', '124637.956000', '124637.959000', '124637.976000', '124637.979000', '124637.982000', '124637.984000', '124637.987000', '124637.989000', '124637.992000', '124637.994000', '124637.997000', '124638.000000', '124638.002000', '124638.005000', '124638.007000', '124638.010000', '124638.013000', '124638.015000', '124638.018000', '124638.020000', '124638.023000', '124638.026000', '124638.030000', '124638.032000', '124638.035000', '124638.038000', '124638.040000', '124638.043000', '124638.045000', '124657.919000', '124657.922000', '124657.924000', '124657.927000', '124657.929000', '124657.932000', '124657.935000', '124657.937000', '124657.940000', '124657.942000', '124657.945000', '124657.948000', '124657.950000', '124657.953000', '124657.955000', '124657.958000', '124657.961000', '124657.963000', '124657.966000', '124657.968000', '124657.971000', '124657.974000', '124657.976000', '124657.979000', '124657.981000', '124657.984000', '124657.987000', '124657.989000', '124657.992000', '124657.995000', '124657.997000', '124658.000000', '124658.002000', '124658.005000', '124658.008000', '124658.010000', '124658.013000', '124658.016000', '124658.018000', '124658.021000', '124658.023000', '124658.026000', '124658.029000', '124658.032000', '124717.918000', '124717.920000', '124717.923000', '124717.926000', '124717.928000', '124717.931000', '124717.934000', '124717.936000', '124717.939000', '124717.941000', '124717.944000', '124717.947000', '124717.949000', '124717.952000', '124717.954000', '124717.957000', '124717.960000', '124717.962000', '124717.965000', '124717.967000', '124717.970000', '124717.973000', '124717.975000', '124717.978000', '124717.980000', '124717.983000', '124717.986000', '124717.988000', '124717.991000', '124717.993000', '124717.996000', '124717.999000', '124718.001000', '124718.004000', '124718.006000', '124718.009000', '124718.011000', '124718.014000', '124718.017000', '124718.019000', '124718.022000', '124718.024000', '124718.027000', '124737.918000', '124737.920000', '124737.923000', '124737.926000', '124737.928000', '124737.931000', '124737.933000', '124737.936000', '124737.939000', '124737.941000', '124737.944000', '124737.946000', '124737.949000', '124737.952000', '124737.954000', '124737.957000', '124737.960000', '124737.962000', '124737.965000', '124737.967000', '124737.970000', '124737.973000', '124737.975000', '124737.978000', '124737.980000', '124737.983000', '124737.986000', '124737.988000', '124737.991000', '124737.994000', '124737.996000', '124738.000000', '124738.002000', '124738.005000', '124738.007000', '124738.010000', '124738.013000', '124738.015000', '124738.018000', '124738.020000', '124738.023000', '124738.026000', '124738.028000', '124738.031000', '124756.213000', '124756.216000', '124756.219000', '124756.222000', '124756.225000', '124756.227000', '124756.230000', '124756.233000', '124756.236000', '124756.239000', '124756.242000', '124756.245000', '124756.248000', '124756.251000', '124756.253000', '124756.257000', '124756.259000', '124756.262000', '124756.265000', '124756.268000', '124756.271000', '124756.273000', '124756.276000', '124756.279000', '124756.282000', '124756.285000', '124756.288000', '124756.291000', '124756.294000', '124756.297000', '124756.300000', '124756.302000', '124756.305000', '124756.308000', '124756.313000', '124756.317000', '124756.320000', '124756.364000', '124756.371000', '124756.374000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [10109, 9198, 9729, 13364, 10372, 10137, 9394, 10341, 9962, 9964, 10991, 9977, 11138, 9312, 8644, 8847, 9648, 9384, 10335, 9833, 10320, 9371, 9681, 9528, 9193, 9205, 9719, 9248, 9825, 9017, 9773, 9051, 9843, 9316, 9267, 9878, 10260, 10236, 10602, 9639, 10458, 9624, 10282, 9759, 9805, 12080, 9917, 13118, 10183, 10655, 10438, 9188, 10448, 9282, 10338, 9042, 10605, 8949, 10735, 9038, 10409, 9821, 10354, 9508, 10972, 10924, 10617, 9214, 10215, 10280, 9916, 12593, 10146, 10421, 10627, 9013, 10122, 9172, 9297, 9570, 8499, 10859, 7085, 10224, 10856, 10255, 9807, 10631, 8918, 9821, 8649, 8533, 8972, 7541, 10127, 6842, 10723, 10375, 10988, 9247, 10538, 8723, 8906, 8646, 8204, 8729, 8764, 9644, 9480, 9956, 9802, 10272, 10106, 9198, 10139, 8764, 9229, 9717, 7349, 9743, 11723, 10326, 13675, 10063, 11078, 8156, 8134, 8439, 9543, 9673, 8813, 13263, 10384, 10333, 8824, 10302, 7395, 9708, 7074, 8625, 13343, 10900, 10859, 7791, 8279, 9324, 9417, 7612, 9624, 10389, 9967, 8758, 10387, 8775, 9206, 8953, 9282, 8931, 9520, 8520, 9513, 9054, 11411, 11102, 13270, 10746, 12489, 9280, 10524, 9364, 10222, 9870, 8885, 9428, 9045, 10633, 9302, 10587, 8955, 9790, 9244, 8999, 10001, 8577, 10366, 8572, 10133, 8500, 8583, 9018, 7671, 9661, 10530, 10079, 9116, 10175, 8576, 9361, 8713, 8714, 8819, 8775, 8686, 9125, 9139, 8040, 10172, 10641, 10506, 9094, 8497, 9542, 7771, 10248, 10084, 10233, 10874, 10262, 7543, 10505, 7293, 9352, 7317, 9022, 8038, 8951, 7973, 9751, 7841, 9896, 10161, 10245, 13709, 10614, 12942, 9911, 11009, 8853, 12340, 9528, 8886, 8936, 10280, 7567, 10652, 7366, 10570, 7519, 9520, 7957, 10453, 10406, 10622, 11173, 10200, 9703, 9567, 8761, 9174, 9413, 8043, 10166, 11016, 9928, 9659, 10360, 9569, 10806, 8640, 10052, 8397, 8717, 8410, 8517, 9861, 7504, 10557, 11270, 10759, 10182, 9838, 9770, 8635, 9739, 8232, 9984, 12224, 10709, 9355, 8831, 8641, 8695, 9153, 8203, 8583, 8175, 8619, 8013, 9569, 7386, 9762, 8367, 8944, 8073, 8075, 8163, 9344, 8018, 9858, 9830, 10045, 13457, 10620, 12652, 9690, 10710, 8825, 9015, 8783, 9443, 8679, 10309, 10654, 10760, 10420, 10527, 11039, 9542, 12166, 10368, 7942, 10528, 7717, 10463, 10361, 10738, 9652, 9401, 9438, 9474, 9602, 9102, 9733, 8647, 9450, 12140, 10109, 11281, 10611, 10521, 10557, 12329, 10493, 9788, 10292, 9705, 7626, 8801, 8319, 10173, 8782, 7218, 10010, 9161, 9559, 11303, 9314, 13029, 10744, 13273, 11356, 12287, 9880, 12018, 9610, 12099, 9931, 9947, 8934, 10011, 8893, 10102, 9117, 9470, 9501, 9732, 11855, 9742, 9486, 10257, 9998, 9697, 9722, 9558, 9745, 9572, 9947, 12343, 9501, 13184, 9938, 9915, 9837, 11215, 9997, 12050, 10291, 11951, 10557, 10699, 10542, 11692, 10306, 11886, 10420, 10405, 8996, 9219, 10062, 9956, 8954, 8739, 9354, 9582, 8298, 9561, 9091, 9568, 9606, 9454, 10140, 9857, 9953, 14384, 10427, 11611, 10805, 10953, 10057, 10612, 10886, 11222, 12577, 11161, 11231, 11268, 13649, 11248, 11004, 11088, 10738, 11146, 10102, 10921, 9361, 10147, 10722, 9857, 10783, 9779, 10964, 10092, 10948, 11276, 10819, 10273, 10160, 10015, 9866, 9450, 11550, 9146, 10026, 10446, 10520, 9300, 8588, 10546, 12160, 9430, 9469, 8101, 10450, 9159, 9272, 9244, 10570, 9987, 12429, 10206, 10599, 9879, 11149, 9995, 11823, 9918, 11480, 9559, 9412, 9688, 10749, 9965, 11096, 9879, 10888, 9286, 12392, 9254, 13336, 8972, 14503, 9526, 10311, 7437, 9203, 8928, 9813, 9630, 8836, 9293, 11111, 9482, 11964, 9414, 11778, 9117, 14025, 9221, 13965, 9300, 11489, 8908, 8936, 9145, 10388, 9162, 9574, 9307, 9046, 10563, 9048, 10426, 9320, 9698, 8888, 9248, 7193, 8920, 7753, 8583, 7620, 8693, 8885, 8077, 9392, 8658, 9994, 9186, 10440, 9952, 10420, 10182, 10363, 9614, 10218, 10435, 9777, 13558, 9677, 13783, 10912, 12310, 9744, 9237, 8585, 8703, 8176, 9202, 8966, 13337, 10429, 14684, 12148, 14487, 9415, 11258, 9474, 13721, 9217, 13291, 9184, 9513, 10080, 9013, 14786, 9353, 8739, 7708, 8816, 9468, 9081, 8757, 9104, 9621, 9192, 9255, 9061, 9031, 9200, 9075, 10095, 8934, 9369, 7872, 9258, 8849, 9616, 9899, 8849, 7528, 7423, 9278, 8913, 9414, 9248, 9586, 9422, 9519, 9576, 10039, 11226, 9522, 7599, 8298, 9093, 9361, 8923, 7892, 8129, 9528, 8852, 9427, 7236, 7862, 10226, 10460, 8288, 9132, 8599, 10365, 8374, 9270, 9423, 9656, 8163, 10386, 9686, 9440, 12082, 9099, 13720, 9461, 13446, 9219, 9341, 8670, 8429, 9313, 10671, 9281, 7806, 10516, 10353, 9715, 8985, 9015, 10493, 11100, 9882, 13296, 9933, 13574, 9594, 13159, 9421, 13780, 9223, 11457, 9111, 9810, 9161, 8479, 8744, 9107, 8442, 9795, 8542, 9168, 10219, 8424, 8522, 9014, 8598, 9223, 8701, 9753, 10177, 10449, 9358, 10246, 7907, 9441, 8917, 9288, 8706, 9871, 13398, 9689, 12239, 9442, 11119, 10160, 10285, 9813, 10706, 10247, 10734, 9578, 7784, 9529, 7749, 8044, 9192, 8628, 8987, 9633, 8298, 9813, 9789, 8695, 9994, 8766, 10255, 8923, 10220, 9320, 13749, 10326, 14026, 9334, 11785, 9276, 9976, 8980, 10352, 9781, 8770, 9588, 8652, 9892, 7110, 10202, 11030, 9825, 9822, 9943, 8758, 10230, 8865, 10239, 8973, 10254, 8907, 10266, 8840, 10040, 8916, 10243, 9664, 9882, 9704, 10120, 9378, 10376, 9318, 10161, 9348, 9805, 11851, 9967, 9463, 10099, 9890, 10332, 10913, 10346, 8737, 10506, 8631, 10529, 10657, 10364, 7173, 10293, 7152, 10073, 7775, 8153, 9557, 10051, 10477, 8312, 10579, 10443, 10013, 13100, 9602, 14010, 10535, 14158, 10311, 13006, 9580, 12697, 9621, 12256, 9663, 11755, 10130, 10006, 10116, 8724, 9172, 9985, 8582, 10508, 9029, 9344, 8430, 10260, 8515, 11034, 8433, 10869, 9042, 9656, 12021, 9822, 11478, 10202, 10685, 10323, 10474, 10168, 8808, 10553, 8885, 10027, 8944, 10288, 8648, 10692, 8677, 10474, 8785, 10332, 9224, 10223, 8969, 11178, 9408, 10883, 10974, 9957, 7826, 8623, 9097, 10011, 8503, 9946, 8370, 9355, 10989, 9508, 9997, 10268, 8667, 10148, 8037, 9547, 7617, 9497, 11912, 9845, 12964, 10335, 10017, 10200, 9144, 10060, 8819, 10489, 8718, 9993, 8460, 9916, 8965, 9253, 8782, 10347, 7403, 6942, 9709, 8705, 11180, 7578, 9464, 9916, 8984, 10513, 9991, 11354, 9304, 14129, 12130, 13808, 11417, 13775, 9669, 12006, 9299, 10169, 9705, 9604, 8787, 9824, 10690, 7300, 9494, 9295, 14458, 9859, 9339, 10193, 8670, 10275, 9791, 9274, 9286, 12010, 9338, 11484, 9676, 12737, 9473, 12937, 9087, 12576, 9330, 10232, 9600, 11091, 9626, 8504, 9532, 11702, 9097, 9084, 9217, 10025, 8695, 9419, 8823, 10014, 8254, 9793, 9036, 9932, 9178, 9719, 10353, 9196, 10891, 9299, 9788, 9379, 9755, 9391, 10812, 9609, 9620, 9680, 9213, 9878, 8978, 10138, 8866, 10101, 8899, 9561, 9154, 9547, 9030, 10089, 8532, 10354, 9089, 10100, 9087, 9673, 10293, 9659, 12679, 9443, 7779, 8904, 9673, 9159, 9599, 9878, 9407, 13984, 9596, 12150, 9299, 12093, 9241, 13512, 9792, 9170, 9649, 9342, 9753, 9459, 8813, 8936, 10368, 9231, 10675, 9546, 10993, 9948, 9508, 9769, 11392, 9561, 7635, 9162, 7765, 8898, 8022, 8894, 9570, 8820, 9971, 8560, 9797, 9283, 9241, 11034, 9437, 11048, 9649, 9364, 9760, 12444, 9627, 12748, 9264, 10815, 9431, 12198, 9452, 10933, 9425, 8930, 9648, 8827, 9526, 8761, 10133, 8498, 9986, 8588, 9595, 8809, 9950, 8700, 9957, 8698, 9811, 9794, 9624, 9198, 9909, 8615, 9823, 8576, 9504, 9557, 8903, 10032, 9046, 9110, 11514, 9541, 11059, 9551, 9742, 9526, 9324, 9828, 9502, 9725, 10840, 9593, 7366, 10244, 10462, 10313, 10920, 10257, 9215, 9549, 8979, 9444, 10691, 9671, 8501, 10492, 8142, 8952, 9920, 9964, 10487, 10721, 9827, 8962, 8544, 10321, 12890, 9280, 13608, 9497, 12805, 10184, 8472, 14502, 8735, 8898, 9543, 9651, 9856, 9785, 9770, 9389, 11109, 9477, 13304, 9932, 12594, 10353, 10313, 9271, 8780, 11443, 10017, 13573, 9842, 9282, 9544, 10159, 11426, 10115, 10167, 10268, 10167, 10237, 9560, 8507, 9816, 9258, 9851, 9934, 9034, 10052, 9276, 10398, 9832, 9067, 10020, 9169, 9849, 9705, 10010, 9622, 9467, 10421, 9617, 10834, 9531, 9556, 8991, 9590, 9415, 9462, 10211, 9596, 10975, 9337, 10502, 9006, 9381, 11486, 9014, 9383, 8296, 9170, 8984, 9740, 9020, 9524, 9118, 9534, 8925, 9728, 8869, 9550, 9143, 9226, 11387, 9380, 12342, 9214, 12043, 9881, 12478, 9451, 7795, 7462, 9747, 8469, 10670, 7923, 7682, 9931, 9092, 10039, 7753, 7630, 9784, 9742, 9536, 11918, 10059, 10717, 9810, 8884, 8927, 10148, 9258, 8901, 8771, 9147, 8284, 8531, 8084, 9125, 9066, 9529, 10033, 9363, 10034, 9353, 9659, 9311, 8958, 9701, 9045, 9591, 9166, 9338, 9440, 9158, 10282, 9652, 8780, 9576, 7507, 9486, 10563, 9096, 11495, 9274, 13042, 9653, 12075, 9118, 11592, 9436, 10504, 9775, 8844, 9789, 8788, 9064, 10931, 10302, 8229, 8513, 9211, 8596, 9576, 10000, 9152, 9492, 8941, 10290, 9210, 11391, 9504, 10461, 9401, 9671, 9215, 9300, 9007, 9319, 9218, 10015, 11621, 9328, 11361, 9060, 9649, 9409, 10902, 9333, 11402, 8708, 10502, 8920, 13066, 9068, 9029, 8881, 9243, 8787, 9848, 10691, 9306, 9836, 9413, 9308, 10200, 9504, 10464, 9649, 9750, 11424, 11008, 9719, 9834, 9374, 9339, 9648, 9694, 9165, 8664, 9615, 8961, 9456, 9276, 8955, 8746, 7874], 'WindowCenter': [4026.0, 4001.0, 3998.0, 4017.0, 3984.0, 3983.0, 3982.0, 3993.0, 3993.0, 3994.0, 3992.0, 3982.0, 3991.0, 3984.0, 3972.0, 3971.0, 3981.0, 3983.0, 3995.0, 3993.0, 3995.0, 3983.0, 3982.0, 3983.0, 3969.0, 3972.0, 3980.0, 3981.0, 3994.0, 3984.0, 3993.0, 3981.0, 3990.0, 3982.0, 3982.0, 3995.0, 3993.0, 3994.0, 4004.0, 3994.0, 4007.0, 3995.0, 3996.0, 3985.0, 3996.0, 4017.0, 3996.0, 4015.0, 3994.0, 3993.0, 4005.0, 3984.0, 3993.0, 3981.0, 3993.0, 3971.0, 4004.0, 3983.0, 4006.0, 3984.0, 4006.0, 3997.0, 4006.0, 3995.0, 4007.0, 4006.0, 4008.0, 3985.0, 3997.0, 3996.0, 3996.0, 4015.0, 3996.0, 3995.0, 4007.0, 3986.0, 3994.0, 3982.0, 3981.0, 3983.0, 3972.0, 4005.0, 3951.0, 3994.0, 3994.0, 3995.0, 3993.0, 3994.0, 3982.0, 3994.0, 3982.0, 3983.0, 3984.0, 3973.0, 3995.0, 3952.0, 4006.0, 3994.0, 4006.0, 3996.0, 4005.0, 3985.0, 3986.0, 3987.0, 3986.0, 3986.0, 3986.0, 3997.0, 4009.0, 4009.0, 4011.0, 4021.0, 4023.0, 4012.0, 4025.0, 4001.0, 4012.0, 4011.0, 3977.0, 4011.0, 4021.0, 4012.0, 4042.0, 4010.0, 4007.0, 3988.0, 3988.0, 3986.0, 3995.0, 3999.0, 3987.0, 4031.0, 3998.0, 3996.0, 3984.0, 3995.0, 3960.0, 3984.0, 3949.0, 3976.0, 4016.0, 4005.0, 3994.0, 3963.0, 3973.0, 3985.0, 3998.0, 3977.0, 4010.0, 4022.0, 4024.0, 3999.0, 4022.0, 3988.0, 3996.0, 3999.0, 3988.0, 3987.0, 3996.0, 3984.0, 3994.0, 3985.0, 4006.0, 4006.0, 4015.0, 3993.0, 4003.0, 3982.0, 3991.0, 3980.0, 3980.0, 3980.0, 3958.0, 3968.0, 3959.0, 3977.0, 3967.0, 3978.0, 3970.0, 3979.0, 3970.0, 3968.0, 3981.0, 3968.0, 3993.0, 3972.0, 3994.0, 3972.0, 3971.0, 3984.0, 3962.0, 3984.0, 3993.0, 3983.0, 3972.0, 3992.0, 3971.0, 3983.0, 3974.0, 3974.0, 3983.0, 3973.0, 3973.0, 3983.0, 3995.0, 3974.0, 4006.0, 4006.0, 4006.0, 3985.0, 3974.0, 3996.0, 3963.0, 3996.0, 3995.0, 4008.0, 4007.0, 3996.0, 3974.0, 4018.0, 3975.0, 3998.0, 3977.0, 4000.0, 3990.0, 4000.0, 3990.0, 4012.0, 3990.0, 4010.0, 4008.0, 4009.0, 4031.0, 4006.0, 4017.0, 3995.0, 3995.0, 3985.0, 4018.0, 3983.0, 3983.0, 3984.0, 3996.0, 3962.0, 4004.0, 3962.0, 4006.0, 3976.0, 3998.0, 3975.0, 4009.0, 4007.0, 4007.0, 4006.0, 3995.0, 3984.0, 3984.0, 3972.0, 3983.0, 3985.0, 3962.0, 3993.0, 3994.0, 3994.0, 3983.0, 3995.0, 3984.0, 4005.0, 3985.0, 3994.0, 3974.0, 3986.0, 3987.0, 3986.0, 4008.0, 3964.0, 4008.0, 4006.0, 4007.0, 3996.0, 3994.0, 3995.0, 3973.0, 3995.0, 3973.0, 3995.0, 4016.0, 4006.0, 3982.0, 3983.0, 3983.0, 3984.0, 4000.0, 3986.0, 3985.0, 3987.0, 3999.0, 3988.0, 4009.0, 3976.0, 4022.0, 4000.0, 4000.0, 3988.0, 3989.0, 4000.0, 4010.0, 3988.0, 4009.0, 4009.0, 4009.0, 4030.0, 4009.0, 4018.0, 3995.0, 3995.0, 3972.0, 3971.0, 3972.0, 3982.0, 3972.0, 3993.0, 3992.0, 4006.0, 3991.0, 4006.0, 4008.0, 3998.0, 4017.0, 3996.0, 3974.0, 4009.0, 3975.0, 4007.0, 3995.0, 4008.0, 3996.0, 3985.0, 3986.0, 3985.0, 3997.0, 3985.0, 3996.0, 3975.0, 3997.0, 4005.0, 3995.0, 4007.0, 4006.0, 4004.0, 4007.0, 4017.0, 4007.0, 3995.0, 4006.0, 3994.0, 3976.0, 3998.0, 3988.0, 4021.0, 4000.0, 3992.0, 4021.0, 4010.0, 4011.0, 4019.0, 3998.0, 4020.0, 4009.0, 4018.0, 4007.0, 4005.0, 3982.0, 3990.0, 3971.0, 3990.0, 3969.0, 3966.0, 3955.0, 3965.0, 3959.0, 3980.0, 3956.0, 3966.0, 3968.0, 3969.0, 3989.0, 3969.0, 3967.0, 3981.0, 3981.0, 3981.0, 3969.0, 3969.0, 3968.0, 3969.0, 3968.0, 3991.0, 3969.0, 4001.0, 3984.0, 3984.0, 3995.0, 3992.0, 3982.0, 3989.0, 3980.0, 3990.0, 3995.0, 3981.0, 3991.0, 3990.0, 3979.0, 3987.0, 3978.0, 3978.0, 3957.0, 3969.0, 3968.0, 3967.0, 3968.0, 3955.0, 3969.0, 3969.0, 3971.0, 3981.0, 3980.0, 3981.0, 3980.0, 3979.0, 3992.0, 3979.0, 3979.0, 4007.0, 3977.0, 3988.0, 3988.0, 3990.0, 3965.0, 3976.0, 3960.0, 3962.0, 3971.0, 3959.0, 3961.0, 3960.0, 3968.0, 3959.0, 3947.0, 3956.0, 3947.0, 3960.0, 3947.0, 3960.0, 3938.0, 3946.0, 3958.0, 3945.0, 3959.0, 3948.0, 3960.0, 3948.0, 3961.0, 3961.0, 3974.0, 3962.0, 3977.0, 3976.0, 3981.0, 3967.0, 4002.0, 3970.0, 3993.0, 3992.0, 3994.0, 3982.0, 3973.0, 3994.0, 4007.0, 3984.0, 3982.0, 3974.0, 4006.0, 3985.0, 3984.0, 3987.0, 3993.0, 3995.0, 4003.0, 3995.0, 3993.0, 3983.0, 3991.0, 3983.0, 4002.0, 3983.0, 3991.0, 3981.0, 3982.0, 3985.0, 3992.0, 3983.0, 3992.0, 3983.0, 3994.0, 3981.0, 4001.0, 3971.0, 4000.0, 3961.0, 4000.0, 3969.0, 3977.0, 3947.0, 3970.0, 3969.0, 3995.0, 3994.0, 3972.0, 3982.0, 3991.0, 3980.0, 3990.0, 3970.0, 3990.0, 3969.0, 3999.0, 3968.0, 3999.0, 3968.0, 3987.0, 3968.0, 3969.0, 3972.0, 3979.0, 3969.0, 3969.0, 3969.0, 3969.0, 3979.0, 3968.0, 3977.0, 3967.0, 3967.0, 3956.0, 3968.0, 3937.0, 3969.0, 3946.0, 3969.0, 3961.0, 3983.0, 3995.0, 3985.0, 4008.0, 3997.0, 4009.0, 3997.0, 4019.0, 4008.0, 4020.0, 4007.0, 4008.0, 3997.0, 3995.0, 4006.0, 3998.0, 4027.0, 3998.0, 4027.0, 3995.0, 4004.0, 4009.0, 3998.0, 3984.0, 3973.0, 3972.0, 3982.0, 3983.0, 4003.0, 3994.0, 4014.0, 4002.0, 4000.0, 3969.0, 3977.0, 3967.0, 3984.0, 3955.0, 3986.0, 3957.0, 3954.0, 3966.0, 3955.0, 3997.0, 3954.0, 3944.0, 3934.0, 3954.0, 3954.0, 3955.0, 3955.0, 3954.0, 3968.0, 3953.0, 3956.0, 3953.0, 3954.0, 3953.0, 3955.0, 3963.0, 3944.0, 3951.0, 3930.0, 3952.0, 3952.0, 3967.0, 3977.0, 3968.0, 3946.0, 3949.0, 3969.0, 3968.0, 3980.0, 3969.0, 3981.0, 3981.0, 3983.0, 3981.0, 3995.0, 4022.0, 4013.0, 3981.0, 3985.0, 3968.0, 3952.0, 3950.0, 3943.0, 3958.0, 3968.0, 3969.0, 3982.0, 3962.0, 3973.0, 4008.0, 4006.0, 3976.0, 3985.0, 3985.0, 3994.0, 3974.0, 3997.0, 3997.0, 3997.0, 3975.0, 4006.0, 3995.0, 3998.0, 4006.0, 3976.0, 4016.0, 3982.0, 4003.0, 3973.0, 3969.0, 3960.0, 3961.0, 3983.0, 3991.0, 3981.0, 3960.0, 3993.0, 3994.0, 3999.0, 3985.0, 3986.0, 3994.0, 4008.0, 3985.0, 4015.0, 3983.0, 4005.0, 3971.0, 4001.0, 3969.0, 4002.0, 3971.0, 3978.0, 3969.0, 3967.0, 3968.0, 3957.0, 3958.0, 3968.0, 3959.0, 3980.0, 3971.0, 3972.0, 3993.0, 3960.0, 3971.0, 3970.0, 3970.0, 3970.0, 3970.0, 3982.0, 3994.0, 3995.0, 3984.0, 3995.0, 3972.0, 3997.0, 3985.0, 3985.0, 3973.0, 3995.0, 4016.0, 3981.0, 4005.0, 3986.0, 3992.0, 3997.0, 3979.0, 3969.0, 3981.0, 3981.0, 3979.0, 3983.0, 3961.0, 3984.0, 3961.0, 3960.0, 3980.0, 3972.0, 3970.0, 3983.0, 3971.0, 3984.0, 3980.0, 3974.0, 3981.0, 3974.0, 3981.0, 3970.0, 3980.0, 3970.0, 4000.0, 3971.0, 4000.0, 3969.0, 3992.0, 3972.0, 3967.0, 3956.0, 3965.0, 3968.0, 3955.0, 3969.0, 3972.0, 3984.0, 3938.0, 3992.0, 3989.0, 3984.0, 3981.0, 3981.0, 3961.0, 3981.0, 3970.0, 3980.0, 3969.0, 3981.0, 3971.0, 3982.0, 3971.0, 3979.0, 3970.0, 3983.0, 3982.0, 3982.0, 3981.0, 3981.0, 3971.0, 3981.0, 3970.0, 3990.0, 3971.0, 3984.0, 3991.0, 3981.0, 3971.0, 3980.0, 3980.0, 3984.0, 3991.0, 3983.0, 3970.0, 3992.0, 3971.0, 3993.0, 3993.0, 3995.0, 3952.0, 4007.0, 3964.0, 4008.0, 3976.0, 3974.0, 3995.0, 4011.0, 4008.0, 3974.0, 4008.0, 4007.0, 3996.0, 4016.0, 3985.0, 4017.0, 3995.0, 4016.0, 3981.0, 4003.0, 3981.0, 3991.0, 3968.0, 3987.0, 3967.0, 3989.0, 3969.0, 3966.0, 3967.0, 3957.0, 3955.0, 3967.0, 3956.0, 3979.0, 3957.0, 3971.0, 3974.0, 3983.0, 3960.0, 3981.0, 3960.0, 3992.0, 3969.0, 3982.0, 3992.0, 3983.0, 3991.0, 3980.0, 3980.0, 3981.0, 3980.0, 3982.0, 3959.0, 3980.0, 3970.0, 3980.0, 3970.0, 3981.0, 3959.0, 3993.0, 3959.0, 3992.0, 3960.0, 3982.0, 3973.0, 3995.0, 3972.0, 4005.0, 3996.0, 4019.0, 4006.0, 3997.0, 3965.0, 3987.0, 3986.0, 3996.0, 3984.0, 3996.0, 3974.0, 3985.0, 3994.0, 3986.0, 3983.0, 3986.0, 3973.0, 3994.0, 3962.0, 3983.0, 3963.0, 3986.0, 4004.0, 3983.0, 4005.0, 3982.0, 3982.0, 3982.0, 3973.0, 3984.0, 3973.0, 3992.0, 3960.0, 3982.0, 3972.0, 3996.0, 3983.0, 3984.0, 3974.0, 3997.0, 3965.0, 3954.0, 3998.0, 4000.0, 4022.0, 3978.0, 4014.0, 4011.0, 4001.0, 4008.0, 4002.0, 4008.0, 3987.0, 4020.0, 4007.0, 4006.0, 3994.0, 4003.0, 3969.0, 3990.0, 3970.0, 3969.0, 3971.0, 3968.0, 3961.0, 3980.0, 3982.0, 3950.0, 3983.0, 3985.0, 4016.0, 3983.0, 3972.0, 3981.0, 3960.0, 3981.0, 3970.0, 3971.0, 3972.0, 3992.0, 3969.0, 3976.0, 3969.0, 3988.0, 3965.0, 3989.0, 3956.0, 3976.0, 3955.0, 3954.0, 3956.0, 3975.0, 3969.0, 3974.0, 3985.0, 3992.0, 3971.0, 3944.0, 3953.0, 3939.0, 3930.0, 3943.0, 3943.0, 3954.0, 3958.0, 3968.0, 3969.0, 3980.0, 3969.0, 3970.0, 3980.0, 3972.0, 3993.0, 3985.0, 3982.0, 3958.0, 3957.0, 3959.0, 3979.0, 3970.0, 3969.0, 3970.0, 3970.0, 3982.0, 3970.0, 3982.0, 3972.0, 3994.0, 3973.0, 3983.0, 3973.0, 3983.0, 3972.0, 3994.0, 3972.0, 3995.0, 3974.0, 3996.0, 3974.0, 3985.0, 3997.0, 3985.0, 4016.0, 3985.0, 3963.0, 3987.0, 3983.0, 3985.0, 3985.0, 3985.0, 3985.0, 4016.0, 3983.0, 4004.0, 3984.0, 4004.0, 3971.0, 4003.0, 3968.0, 3960.0, 3956.0, 3957.0, 3957.0, 3968.0, 3957.0, 3960.0, 3968.0, 3957.0, 3967.0, 3970.0, 3979.0, 3980.0, 3968.0, 3981.0, 3991.0, 3983.0, 3961.0, 3983.0, 3950.0, 3973.0, 3962.0, 3975.0, 3984.0, 3973.0, 3984.0, 3973.0, 3994.0, 3983.0, 3984.0, 3995.0, 3984.0, 3994.0, 3984.0, 3972.0, 3984.0, 4004.0, 3983.0, 4003.0, 3971.0, 3981.0, 3970.0, 3990.0, 3970.0, 3980.0, 3958.0, 3960.0, 3968.0, 3959.0, 3968.0, 3958.0, 3980.0, 3959.0, 3981.0, 3960.0, 3982.0, 3972.0, 3983.0, 3971.0, 3983.0, 3972.0, 3981.0, 3982.0, 3970.0, 3973.0, 3969.0, 3959.0, 3969.0, 3959.0, 3969.0, 3970.0, 3970.0, 3981.0, 3970.0, 3972.0, 3991.0, 3970.0, 3992.0, 3970.0, 3968.0, 3971.0, 3968.0, 3981.0, 3969.0, 3983.0, 3992.0, 3984.0, 3951.0, 3995.0, 3995.0, 3995.0, 3995.0, 3996.0, 3984.0, 4011.0, 4002.0, 4012.0, 3996.0, 3996.0, 3988.0, 4038.0, 4007.0, 4017.0, 4016.0, 4013.0, 3997.0, 3994.0, 3982.0, 3955.0, 3914.0, 3965.0, 4000.0, 3983.0, 4015.0, 3984.0, 3991.0, 3970.0, 3958.0, 4013.0, 3959.0, 3973.0, 3984.0, 3997.0, 3983.0, 3981.0, 3969.0, 3961.0, 3979.0, 3972.0, 4002.0, 3971.0, 3988.0, 3971.0, 3969.0, 3956.0, 3945.0, 3967.0, 3954.0, 3974.0, 3952.0, 3941.0, 3941.0, 3955.0, 3962.0, 3953.0, 3954.0, 3952.0, 3950.0, 3954.0, 3940.0, 3932.0, 3950.0, 3943.0, 3965.0, 3952.0, 3944.0, 3954.0, 3954.0, 3980.0, 3968.0, 3957.0, 3970.0, 3970.0, 3980.0, 3969.0, 3983.0, 3971.0, 3972.0, 3981.0, 3983.0, 3978.0, 3969.0, 3969.0, 3960.0, 3970.0, 3971.0, 3981.0, 3983.0, 3971.0, 3981.0, 3974.0, 3983.0, 3973.0, 3968.0, 3980.0, 3958.0, 3968.0, 3960.0, 3971.0, 3983.0, 3982.0, 3974.0, 3985.0, 3973.0, 3983.0, 3970.0, 3983.0, 3970.0, 3983.0, 3973.0, 3971.0, 3991.0, 3970.0, 3993.0, 3985.0, 3990.0, 3956.0, 3990.0, 3969.0, 3947.0, 3948.0, 3980.0, 3960.0, 3994.0, 3974.0, 3976.0, 3998.0, 3986.0, 3997.0, 3976.0, 3965.0, 3996.0, 3985.0, 3996.0, 4007.0, 3997.0, 3997.0, 3985.0, 3974.0, 3974.0, 3984.0, 3972.0, 3973.0, 3972.0, 3971.0, 3960.0, 3973.0, 3964.0, 3972.0, 3971.0, 3983.0, 3981.0, 3974.0, 3981.0, 3971.0, 3970.0, 3971.0, 3970.0, 3982.0, 3971.0, 3982.0, 3974.0, 3973.0, 3973.0, 3974.0, 3983.0, 3984.0, 3972.0, 3985.0, 3952.0, 3986.0, 3995.0, 3975.0, 3995.0, 3973.0, 4007.0, 3972.0, 4023.0, 3985.0, 3995.0, 3969.0, 3980.0, 3980.0, 3972.0, 3982.0, 3971.0, 3983.0, 3995.0, 4010.0, 3975.0, 3976.0, 3984.0, 3974.0, 3982.0, 3983.0, 3971.0, 3985.0, 3973.0, 3996.0, 3972.0, 3994.0, 3982.0, 3991.0, 3983.0, 3980.0, 3972.0, 3971.0, 3972.0, 3973.0, 3984.0, 3983.0, 3995.0, 3971.0, 3992.0, 3970.0, 3969.0, 3970.0, 3980.0, 3969.0, 3980.0, 3960.0, 3982.0, 3960.0, 3990.0, 3959.0, 3958.0, 3958.0, 3967.0, 3958.0, 3980.0, 3980.0, 3983.0, 3982.0, 3986.0, 3983.0, 3995.0, 3982.0, 3991.0, 3970.0, 3971.0, 3991.0, 3981.0, 3957.0, 3968.0, 3956.0, 3957.0, 3969.0, 3968.0, 3956.0, 3957.0, 3967.0, 3967.0, 3969.0, 3969.0, 3972.0, 3969.0, 3961.0], 'WindowWidth': [8988.0, 8943.0, 8931.0, 8959.0, 8905.0, 8897.0, 8897.0, 8914.0, 8913.0, 8916.0, 8910.0, 8896.0, 8907.0, 8901.0, 8884.0, 8882.0, 8893.0, 8899.0, 8915.0, 8913.0, 8918.0, 8898.0, 8896.0, 8897.0, 8875.0, 8882.0, 8890.0, 8895.0, 8915.0, 8900.0, 8912.0, 8893.0, 8907.0, 8897.0, 8897.0, 8919.0, 8915.0, 8917.0, 8931.0, 8920.0, 8937.0, 8920.0, 8921.0, 8905.0, 8923.0, 8952.0, 8921.0, 8948.0, 8915.0, 8916.0, 8932.0, 8901.0, 8912.0, 8896.0, 8912.0, 8882.0, 8931.0, 8902.0, 8934.0, 8903.0, 8936.0, 8924.0, 8934.0, 8920.0, 8938.0, 8936.0, 8941.0, 8907.0, 8924.0, 8922.0, 8921.0, 8947.0, 8921.0, 8919.0, 8937.0, 8907.0, 8916.0, 8898.0, 8894.0, 8900.0, 8884.0, 8932.0, 8855.0, 8915.0, 8918.0, 8917.0, 8914.0, 8915.0, 8898.0, 8918.0, 8897.0, 8901.0, 8905.0, 8887.0, 8919.0, 8859.0, 8935.0, 8917.0, 8936.0, 8922.0, 8934.0, 8907.0, 8909.0, 8911.0, 8908.0, 8910.0, 8910.0, 8925.0, 8944.0, 8944.0, 8950.0, 8965.0, 8970.0, 8956.0, 8977.0, 8941.0, 8952.0, 8952.0, 8901.0, 8949.0, 8964.0, 8952.0, 8999.0, 8947.0, 8941.0, 8915.0, 8915.0, 8910.0, 8921.0, 8931.0, 8909.0, 8981.0, 8925.0, 8924.0, 8903.0, 8917.0, 8867.0, 8901.0, 8850.0, 8893.0, 8953.0, 8933.0, 8916.0, 8872.0, 8886.0, 8904.0, 8927.0, 8899.0, 8948.0, 8968.0, 8972.0, 8936.0, 8966.0, 8915.0, 8922.0, 8929.0, 8910.0, 8912.0, 8923.0, 8905.0, 8914.0, 8906.0, 8935.0, 8938.0, 8947.0, 8914.0, 8926.0, 8897.0, 8908.0, 8892.0, 8892.0, 8887.0, 8859.0, 8868.0, 8859.0, 8882.0, 8868.0, 8884.0, 8875.0, 8888.0, 8875.0, 8871.0, 8891.0, 8874.0, 8914.0, 8882.0, 8915.0, 8884.0, 8881.0, 8902.0, 8869.0, 8899.0, 8913.0, 8897.0, 8882.0, 8909.0, 8879.0, 8897.0, 8890.0, 8888.0, 8901.0, 8883.0, 8884.0, 8900.0, 8920.0, 8891.0, 8936.0, 8934.0, 8935.0, 8904.0, 8887.0, 8920.0, 8873.0, 8920.0, 8920.0, 8939.0, 8938.0, 8921.0, 8891.0, 8956.0, 8896.0, 8927.0, 8901.0, 8935.0, 8923.0, 8934.0, 8923.0, 8954.0, 8922.0, 8947.0, 8943.0, 8944.0, 8981.0, 8938.0, 8954.0, 8917.0, 8922.0, 8904.0, 8956.0, 8898.0, 8899.0, 8903.0, 8920.0, 8872.0, 8930.0, 8871.0, 8935.0, 8897.0, 8926.0, 8893.0, 8942.0, 8939.0, 8935.0, 8935.0, 8917.0, 8904.0, 8900.0, 8885.0, 8900.0, 8905.0, 8870.0, 8911.0, 8915.0, 8915.0, 8901.0, 8917.0, 8901.0, 8934.0, 8904.0, 8918.0, 8890.0, 8906.0, 8909.0, 8907.0, 8941.0, 8879.0, 8940.0, 8938.0, 8937.0, 8923.0, 8917.0, 8920.0, 8886.0, 8918.0, 8888.0, 8918.0, 8952.0, 8934.0, 8900.0, 8903.0, 8902.0, 8903.0, 8936.0, 8909.0, 8907.0, 8913.0, 8932.0, 8917.0, 8946.0, 8900.0, 8966.0, 8938.0, 8935.0, 8918.0, 8920.0, 8936.0, 8949.0, 8916.0, 8946.0, 8947.0, 8946.0, 8981.0, 8945.0, 8960.0, 8920.0, 8922.0, 8882.0, 8882.0, 8882.0, 8899.0, 8884.0, 8913.0, 8913.0, 8932.0, 8908.0, 8932.0, 8943.0, 8928.0, 8953.0, 8921.0, 8891.0, 8943.0, 8893.0, 8940.0, 8920.0, 8938.0, 8921.0, 8905.0, 8908.0, 8903.0, 8922.0, 8905.0, 8919.0, 8889.0, 8923.0, 8937.0, 8918.0, 8940.0, 8936.0, 8932.0, 8938.0, 8952.0, 8938.0, 8921.0, 8935.0, 8917.0, 8898.0, 8927.0, 8914.0, 8966.0, 8936.0, 8928.0, 8966.0, 8950.0, 8951.0, 8961.0, 8928.0, 8966.0, 8942.0, 8958.0, 8940.0, 8933.0, 8898.0, 8905.0, 8878.0, 8903.0, 8872.0, 8863.0, 8848.0, 8863.0, 8857.0, 8887.0, 8850.0, 8864.0, 8870.0, 8873.0, 8900.0, 8872.0, 8869.0, 8891.0, 8890.0, 8893.0, 8870.0, 8874.0, 8868.0, 8874.0, 8870.0, 8907.0, 8871.0, 8923.0, 8901.0, 8900.0, 8917.0, 8908.0, 8894.0, 8900.0, 8890.0, 8904.0, 8912.0, 8892.0, 8904.0, 8903.0, 8886.0, 8894.0, 8884.0, 8882.0, 8854.0, 8874.0, 8872.0, 8868.0, 8869.0, 8849.0, 8873.0, 8875.0, 8880.0, 8893.0, 8893.0, 8895.0, 8891.0, 8889.0, 8912.0, 8887.0, 8890.0, 8925.0, 8883.0, 8898.0, 8898.0, 8904.0, 8865.0, 8882.0, 8851.0, 8852.0, 8863.0, 8843.0, 8848.0, 8846.0, 8857.0, 8843.0, 8826.0, 8838.0, 8826.0, 8845.0, 8827.0, 8845.0, 8815.0, 8825.0, 8843.0, 8821.0, 8844.0, 8827.0, 8847.0, 8828.0, 8850.0, 8850.0, 8871.0, 8855.0, 8885.0, 8882.0, 8894.0, 8871.0, 8921.0, 8876.0, 8912.0, 8909.0, 8915.0, 8895.0, 8886.0, 8913.0, 8936.0, 8900.0, 8895.0, 8887.0, 8932.0, 8904.0, 8901.0, 8908.0, 8911.0, 8914.0, 8927.0, 8914.0, 8912.0, 8898.0, 8906.0, 8897.0, 8920.0, 8897.0, 8906.0, 8892.0, 8895.0, 8902.0, 8908.0, 8899.0, 8909.0, 8899.0, 8915.0, 8893.0, 8920.0, 8875.0, 8918.0, 8862.0, 8917.0, 8872.0, 8881.0, 8842.0, 8874.0, 8877.0, 8919.0, 8916.0, 8881.0, 8895.0, 8906.0, 8889.0, 8904.0, 8874.0, 8904.0, 8873.0, 8916.0, 8871.0, 8913.0, 8871.0, 8896.0, 8870.0, 8873.0, 8882.0, 8886.0, 8874.0, 8874.0, 8872.0, 8873.0, 8885.0, 8868.0, 8881.0, 8867.0, 8867.0, 8851.0, 8868.0, 8827.0, 8873.0, 8841.0, 8873.0, 8868.0, 8899.0, 8921.0, 8908.0, 8943.0, 8925.0, 8945.0, 8926.0, 8957.0, 8942.0, 8959.0, 8939.0, 8942.0, 8924.0, 8920.0, 8935.0, 8927.0, 8968.0, 8926.0, 8971.0, 8921.0, 8932.0, 8945.0, 8925.0, 8904.0, 8885.0, 8884.0, 8894.0, 8899.0, 8926.0, 8912.0, 8947.0, 8924.0, 8920.0, 8872.0, 8881.0, 8866.0, 8890.0, 8849.0, 8891.0, 8850.0, 8843.0, 8865.0, 8847.0, 8909.0, 8844.0, 8832.0, 8818.0, 8846.0, 8847.0, 8848.0, 8848.0, 8843.0, 8866.0, 8841.0, 8849.0, 8842.0, 8845.0, 8842.0, 8846.0, 8855.0, 8829.0, 8836.0, 8809.0, 8837.0, 8840.0, 8866.0, 8880.0, 8871.0, 8839.0, 8846.0, 8872.0, 8875.0, 8890.0, 8873.0, 8892.0, 8894.0, 8897.0, 8892.0, 8916.0, 8965.0, 8955.0, 8911.0, 8908.0, 8871.0, 8836.0, 8831.0, 8826.0, 8854.0, 8868.0, 8872.0, 8895.0, 8871.0, 8889.0, 8938.0, 8934.0, 8892.0, 8902.0, 8903.0, 8915.0, 8890.0, 8922.0, 8922.0, 8926.0, 8891.0, 8934.0, 8919.0, 8925.0, 8934.0, 8891.0, 8949.0, 8896.0, 8931.0, 8884.0, 8873.0, 8861.0, 8864.0, 8897.0, 8906.0, 8892.0, 8864.0, 8911.0, 8916.0, 8927.0, 8905.0, 8909.0, 8914.0, 8939.0, 8903.0, 8946.0, 8897.0, 8931.0, 8877.0, 8920.0, 8871.0, 8922.0, 8874.0, 8884.0, 8870.0, 8866.0, 8870.0, 8853.0, 8856.0, 8869.0, 8859.0, 8889.0, 8877.0, 8878.0, 8911.0, 8861.0, 8877.0, 8872.0, 8875.0, 8874.0, 8875.0, 8895.0, 8915.0, 8916.0, 8901.0, 8917.0, 8884.0, 8920.0, 8904.0, 8905.0, 8886.0, 8915.0, 8947.0, 8893.0, 8931.0, 8902.0, 8906.0, 8920.0, 8890.0, 8869.0, 8890.0, 8890.0, 8886.0, 8898.0, 8866.0, 8899.0, 8868.0, 8864.0, 8890.0, 8880.0, 8875.0, 8897.0, 8881.0, 8899.0, 8890.0, 8886.0, 8891.0, 8884.0, 8890.0, 8877.0, 8886.0, 8876.0, 8918.0, 8876.0, 8918.0, 8872.0, 8908.0, 8879.0, 8868.0, 8852.0, 8861.0, 8866.0, 8848.0, 8870.0, 8880.0, 8897.0, 8830.0, 8907.0, 8900.0, 8897.0, 8892.0, 8892.0, 8864.0, 8892.0, 8875.0, 8889.0, 8873.0, 8891.0, 8877.0, 8890.0, 8875.0, 8887.0, 8875.0, 8896.0, 8894.0, 8896.0, 8891.0, 8893.0, 8877.0, 8892.0, 8876.0, 8904.0, 8880.0, 8901.0, 8907.0, 8892.0, 8879.0, 8891.0, 8889.0, 8899.0, 8903.0, 8896.0, 8876.0, 8909.0, 8880.0, 8912.0, 8911.0, 8916.0, 8859.0, 8936.0, 8876.0, 8940.0, 8896.0, 8891.0, 8919.0, 8951.0, 8940.0, 8891.0, 8938.0, 8936.0, 8919.0, 8950.0, 8904.0, 8952.0, 8917.0, 8946.0, 8894.0, 8923.0, 8890.0, 8905.0, 8867.0, 8895.0, 8866.0, 8899.0, 8869.0, 8864.0, 8865.0, 8852.0, 8847.0, 8866.0, 8849.0, 8885.0, 8854.0, 8878.0, 8888.0, 8895.0, 8860.0, 8888.0, 8859.0, 8905.0, 8872.0, 8893.0, 8909.0, 8894.0, 8905.0, 8887.0, 8888.0, 8889.0, 8886.0, 8892.0, 8859.0, 8889.0, 8874.0, 8889.0, 8874.0, 8891.0, 8859.0, 8909.0, 8860.0, 8906.0, 8862.0, 8893.0, 8882.0, 8913.0, 8882.0, 8929.0, 8922.0, 8957.0, 8934.0, 8924.0, 8880.0, 8911.0, 8904.0, 8919.0, 8901.0, 8918.0, 8887.0, 8902.0, 8914.0, 8903.0, 8897.0, 8902.0, 8882.0, 8911.0, 8867.0, 8897.0, 8870.0, 8902.0, 8927.0, 8895.0, 8930.0, 8895.0, 8894.0, 8894.0, 8882.0, 8897.0, 8883.0, 8907.0, 8863.0, 8894.0, 8883.0, 8922.0, 8899.0, 8899.0, 8887.0, 8922.0, 8874.0, 8862.0, 8926.0, 8933.0, 8964.0, 8902.0, 8956.0, 8948.0, 8935.0, 8937.0, 8934.0, 8937.0, 8907.0, 8960.0, 8935.0, 8936.0, 8911.0, 8924.0, 8871.0, 8899.0, 8874.0, 8873.0, 8875.0, 8867.0, 8860.0, 8886.0, 8892.0, 8849.0, 8893.0, 8903.0, 8951.0, 8896.0, 8880.0, 8889.0, 8859.0, 8887.0, 8873.0, 8874.0, 8877.0, 8903.0, 8868.0, 8878.0, 8868.0, 8895.0, 8860.0, 8898.0, 8850.0, 8877.0, 8844.0, 8842.0, 8848.0, 8871.0, 8870.0, 8887.0, 8903.0, 8911.0, 8881.0, 8828.0, 8838.0, 8810.0, 8801.0, 8824.0, 8825.0, 8840.0, 8855.0, 8868.0, 8872.0, 8888.0, 8873.0, 8875.0, 8887.0, 8880.0, 8912.0, 8902.0, 8895.0, 8855.0, 8850.0, 8856.0, 8883.0, 8876.0, 8872.0, 8874.0, 8875.0, 8892.0, 8875.0, 8895.0, 8880.0, 8912.0, 8884.0, 8898.0, 8883.0, 8895.0, 8880.0, 8912.0, 8882.0, 8916.0, 8886.0, 8918.0, 8886.0, 8903.0, 8921.0, 8904.0, 8946.0, 8903.0, 8872.0, 8906.0, 8897.0, 8902.0, 8902.0, 8904.0, 8901.0, 8950.0, 8898.0, 8929.0, 8900.0, 8927.0, 8875.0, 8925.0, 8867.0, 8858.0, 8848.0, 8851.0, 8849.0, 8869.0, 8850.0, 8859.0, 8867.0, 8852.0, 8864.0, 8873.0, 8885.0, 8887.0, 8870.0, 8889.0, 8902.0, 8895.0, 8864.0, 8896.0, 8849.0, 8883.0, 8867.0, 8889.0, 8899.0, 8883.0, 8898.0, 8884.0, 8913.0, 8896.0, 8898.0, 8916.0, 8899.0, 8913.0, 8899.0, 8882.0, 8899.0, 8928.0, 8897.0, 8925.0, 8878.0, 8889.0, 8875.0, 8901.0, 8874.0, 8888.0, 8854.0, 8858.0, 8866.0, 8855.0, 8865.0, 8854.0, 8887.0, 8857.0, 8890.0, 8861.0, 8892.0, 8880.0, 8895.0, 8877.0, 8895.0, 8881.0, 8890.0, 8892.0, 8871.0, 8882.0, 8869.0, 8857.0, 8870.0, 8859.0, 8872.0, 8874.0, 8874.0, 8889.0, 8872.0, 8878.0, 8906.0, 8874.0, 8908.0, 8874.0, 8869.0, 8875.0, 8869.0, 8889.0, 8872.0, 8896.0, 8906.0, 8898.0, 8853.0, 8916.0, 8915.0, 8916.0, 8915.0, 8918.0, 8902.0, 8950.0, 8941.0, 8952.0, 8922.0, 8921.0, 8914.0, 8997.0, 8956.0, 8968.0, 8961.0, 8950.0, 8919.0, 8912.0, 8894.0, 8842.0, 8770.0, 8855.0, 8915.0, 8896.0, 8947.0, 8897.0, 8904.0, 8874.0, 8856.0, 8938.0, 8858.0, 8880.0, 8900.0, 8925.0, 8898.0, 8890.0, 8870.0, 8859.0, 8885.0, 8878.0, 8918.0, 8875.0, 8896.0, 8874.0, 8867.0, 8847.0, 8830.0, 8865.0, 8841.0, 8872.0, 8835.0, 8817.0, 8819.0, 8841.0, 8848.0, 8839.0, 8837.0, 8835.0, 8828.0, 8838.0, 8814.0, 8807.0, 8829.0, 8826.0, 8859.0, 8837.0, 8828.0, 8839.0, 8843.0, 8886.0, 8864.0, 8849.0, 8871.0, 8871.0, 8885.0, 8872.0, 8894.0, 8878.0, 8879.0, 8889.0, 8896.0, 8883.0, 8870.0, 8869.0, 8858.0, 8873.0, 8876.0, 8889.0, 8895.0, 8877.0, 8893.0, 8883.0, 8893.0, 8879.0, 8869.0, 8888.0, 8854.0, 8870.0, 8860.0, 8877.0, 8899.0, 8895.0, 8885.0, 8902.0, 8884.0, 8896.0, 8875.0, 8895.0, 8876.0, 8895.0, 8881.0, 8876.0, 8904.0, 8873.0, 8907.0, 8900.0, 8898.0, 8846.0, 8900.0, 8868.0, 8837.0, 8842.0, 8888.0, 8862.0, 8913.0, 8887.0, 8893.0, 8925.0, 8907.0, 8922.0, 8895.0, 8876.0, 8917.0, 8903.0, 8919.0, 8936.0, 8919.0, 8921.0, 8898.0, 8886.0, 8881.0, 8899.0, 8877.0, 8882.0, 8880.0, 8878.0, 8859.0, 8882.0, 8871.0, 8880.0, 8878.0, 8894.0, 8889.0, 8883.0, 8891.0, 8878.0, 8874.0, 8876.0, 8874.0, 8894.0, 8875.0, 8893.0, 8882.0, 8882.0, 8884.0, 8884.0, 8894.0, 8897.0, 8881.0, 8902.0, 8854.0, 8903.0, 8914.0, 8889.0, 8916.0, 8884.0, 8933.0, 8879.0, 8966.0, 8904.0, 8918.0, 8871.0, 8887.0, 8886.0, 8881.0, 8896.0, 8878.0, 8898.0, 8915.0, 8942.0, 8889.0, 8892.0, 8899.0, 8886.0, 8894.0, 8898.0, 8879.0, 8899.0, 8881.0, 8920.0, 8879.0, 8913.0, 8895.0, 8905.0, 8896.0, 8888.0, 8881.0, 8878.0, 8881.0, 8884.0, 8900.0, 8898.0, 8915.0, 8876.0, 8907.0, 8873.0, 8872.0, 8875.0, 8888.0, 8873.0, 8889.0, 8861.0, 8894.0, 8860.0, 8905.0, 8859.0, 8855.0, 8854.0, 8867.0, 8856.0, 8888.0, 8889.0, 8897.0, 8894.0, 8906.0, 8898.0, 8915.0, 8893.0, 8906.0, 8873.0, 8876.0, 8903.0, 8892.0, 8852.0, 8867.0, 8849.0, 8853.0, 8870.0, 8867.0, 8849.0, 8851.0, 8867.0, 8867.0, 8871.0, 8872.0, 8882.0, 8873.0, 8864.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.006526174545454544</td></tr>
<tr><td colspan=3>aqi</td><td>0.037945978400000004</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.12679018147012</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2640696444323143</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1693799853857374</td></tr>
<tr><td colspan=3>efc</td><td>0.4999</td></tr>
<tr><td colspan=3>fber</td><td>4223.834</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10101646345902253</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.709090909090909</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.515576656501201</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4068713971611686</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7533512070822646</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.386507365260171</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143389</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01761886663734913</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03848734498023987</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</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.992414273618086</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>18.2623</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4769</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.1221</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296265.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.3961</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6996</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.6562</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3165.8307</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>839.587</td></tr>
<tr><td colspan=3>tsnr</td><td>31.16065339045599</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>