<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-01/func/sub-0001_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>1c1fc13144910832585c0c30d3e8b008</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>15:21:20.680000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99818, 0.031205, 0.0516067, -0.0413126, 0.977218, 0.208177]</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.0824909</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7762, -7267, 497, -47, -273, 3, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.07</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7b28fb60-3d7c-4679-8252-b02e98ffc5a8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6780436038970947, -0.11083874106407166, 0.1186240091919899, 112.30502319335938], [-0.08372076600790024, 2.621805429458618, 0.5668109655380249, -102.55542755126953], [0.13845692574977875, -0.558523416519165, 2.6371676921844482, -51.59519577026367], [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, 1383]</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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'AcquisitionTime': ['152120.680000', '152121.140000', '152121.600000', '152122.060000', '152122.520000', '152122.980000', '152123.440000', '152123.900000', '152124.360000', '152124.820000', '152125.280000', '152125.740000', '152126.200000', '152126.660000', '152127.120000', '152127.580000', '152128.040000', '152128.500000', '152128.960000', '152129.420000', '152129.880000', '152130.340000', '152130.800000', '152131.260000', '152131.720000', '152132.180000', '152132.640000', '152133.100000', '152133.560000', '152134.020000', '152134.480000', '152134.940000', '152135.400000', '152135.860000', '152136.320000', '152136.780000', '152137.240000', '152137.700000', '152138.160000', '152138.620000', '152139.080000', '152139.540000', '152140.000000', '152140.460000', '152140.920000', '152141.380000', '152141.840000', '152142.300000', '152142.760000', '152143.220000', '152143.680000', '152144.140000', '152144.600000', '152145.060000', '152145.520000', '152145.980000', '152146.440000', '152146.900000', '152147.360000', '152147.820000', '152148.280000', '152148.740000', '152149.200000', '152149.660000', '152150.120000', '152150.580000', '152151.040000', '152151.500000', '152151.960000', '152152.420000', '152152.880000', '152153.340000', '152153.800000', '152154.260000', '152154.720000', '152155.180000', '152155.640000', '152156.100000', '152156.560000', '152157.020000', '152157.480000', '152157.940000', '152158.400000', '152158.860000', '152159.320000', '152159.780000', '152200.240000', '152200.700000', '152201.160000', '152201.620000', '152202.080000', '152202.540000', '152203.000000', '152203.460000', '152203.920000', '152204.380000', '152204.840000', '152205.300000', '152205.760000', '152206.220000', '152206.680000', '152207.140000', '152207.600000', '152208.060000', '152208.520000', '152208.980000', '152209.440000', '152209.900000', '152210.360000', '152210.820000', '152211.280000', '152211.740000', '152212.200000', '152212.660000', '152213.120000', '152213.580000', '152214.040000', '152214.500000', '152214.960000', '152215.420000', '152215.880000', '152216.340000', '152216.800000', '152217.260000', '152217.720000', '152218.180000', '152218.640000', '152219.100000', '152219.560000', '152220.020000', '152220.480000', '152220.940000', '152221.400000', '152221.860000', '152222.320000', '152222.780000', '152223.240000', '152223.700000', '152224.160000', '152224.620000', '152225.080000', '152225.540000', '152226.000000', '152226.460000', '152226.920000', '152227.380000', '152227.840000', '152228.300000', '152228.760000', '152229.220000', '152229.680000', '152230.140000', '152230.600000', '152231.060000', '152231.520000', '152231.980000', '152232.440000', '152232.900000', '152233.360000', '152233.820000', '152234.280000', '152234.740000', '152235.200000', '152235.660000', '152236.120000', '152236.580000', '152237.040000', '152237.500000', '152237.960000', '152238.420000', '152238.880000', '152239.340000', '152239.800000', '152240.260000', '152240.720000', '152241.180000', '152241.640000', '152242.100000', '152242.560000', '152243.020000', '152243.480000', '152243.940000', '152244.400000', '152244.860000', '152245.320000', '152245.780000', '152246.240000', '152246.700000', '152247.160000', '152247.620000', '152248.080000', '152248.540000', '152249.000000', '152249.460000', '152249.920000', '152250.380000', '152250.840000', '152251.300000', '152251.760000', '152252.220000', '152252.680000', '152253.140000', '152253.600000', '152254.060000', '152254.520000', '152254.980000', '152255.440000', '152255.900000', '152256.360000', '152256.820000', '152257.280000', '152257.740000', '152258.200000', '152258.660000', '152259.120000', '152259.580000', '152300.040000', '152300.500000', '152300.960000', '152301.420000', '152301.880000', '152302.340000', '152302.800000', '152303.260000', '152303.720000', '152304.180000', '152304.640000', '152305.100000', '152305.560000', '152306.020000', '152306.480000', '152306.940000', '152307.400000', '152307.860000', '152308.320000', '152308.780000', '152309.240000', '152309.700000', '152310.160000', '152310.620000', '152311.080000', '152311.540000', '152312.000000', '152312.460000', '152312.920000', '152313.380000', '152313.840000', '152314.300000', '152314.760000', '152315.220000', '152315.680000', '152316.140000', '152316.600000', '152317.060000', '152317.520000', '152317.980000', '152318.440000', '152318.900000', '152319.360000', '152319.820000', '152320.280000', '152320.740000', '152321.200000', '152321.660000', '152322.120000', '152322.580000', '152323.040000', '152323.500000', '152323.960000', '152324.420000', '152324.880000', '152325.340000', '152325.800000', '152326.260000', '152326.720000', '152327.180000', '152327.640000', '152328.100000', '152328.560000', '152329.020000', '152329.480000', '152329.940000', '152330.400000', '152330.860000', '152331.320000', '152331.780000', '152332.240000', '152332.700000', '152333.160000', '152333.620000', '152334.080000', '152334.540000', '152335.000000', '152335.460000', '152335.920000', '152336.380000', '152336.840000', '152337.300000', '152337.760000', '152338.220000', '152338.680000', '152339.140000', '152339.600000', '152340.060000', '152340.520000', '152340.980000', '152341.440000', '152341.900000', '152342.360000', '152342.820000', '152343.280000', '152343.740000', '152344.200000', '152344.660000', '152345.120000', '152345.580000', '152346.040000', '152346.500000', '152346.960000', '152347.420000', '152347.880000', '152348.340000', '152348.800000', '152349.260000', '152349.720000', '152350.180000', '152350.640000', '152351.100000', '152351.560000', '152352.020000', '152352.480000', '152352.940000', '152353.400000', '152353.860000', '152354.320000', '152354.780000', '152355.240000', '152355.700000', '152356.160000', '152356.620000', '152357.080000', '152357.540000', '152358.000000', '152358.460000', '152358.920000', '152359.380000', '152359.840000', '152400.300000', '152400.760000', '152401.220000', '152401.680000', '152402.140000', '152402.600000', '152403.060000', '152403.520000', '152403.980000', '152404.440000', '152404.900000', '152405.360000', '152405.820000', '152406.280000', '152406.740000', '152407.200000', '152407.660000', '152408.120000', '152408.580000', '152409.040000', '152409.500000', '152409.960000', '152410.420000', '152410.880000', '152411.340000', '152411.800000', '152412.260000', '152412.720000', '152413.180000', '152413.640000', '152414.100000', '152414.560000', '152415.020000', '152415.480000', '152415.940000', '152416.400000', '152416.860000', '152417.320000', '152417.780000', '152418.240000', '152418.700000', '152419.160000', '152419.620000', '152420.080000', '152420.540000', '152421.000000', '152421.460000', '152421.920000', '152422.380000', '152422.840000', '152423.300000', '152423.760000', '152424.220000', '152424.680000', '152425.140000', '152425.600000', '152426.060000', '152426.520000', '152426.980000', '152427.440000', '152427.900000', '152428.360000', '152428.820000', '152429.280000', '152429.740000', '152430.200000', '152430.660000', '152431.120000', '152431.580000', '152432.040000', '152432.500000', '152432.960000', '152433.420000', '152433.880000', '152434.340000', '152434.800000', '152435.260000', '152435.720000', '152436.180000', '152436.640000', '152437.100000', '152437.560000', '152438.020000', '152438.480000', '152438.940000', '152439.400000', '152439.860000', '152440.320000', '152440.780000', '152441.240000', '152441.700000', '152442.160000', '152442.620000', '152443.080000', '152443.540000', '152444.000000', '152444.460000', '152444.920000', '152445.380000', '152445.840000', '152446.300000', '152446.760000', '152447.220000', '152447.680000', '152448.140000', '152448.600000', '152449.060000', '152449.520000', '152449.980000', '152450.440000', '152450.900000', '152451.360000', '152451.820000', '152452.280000', '152452.740000', '152453.200000', '152453.660000', '152454.120000', '152454.580000', '152455.040000', '152455.500000', '152455.960000', '152456.420000', '152456.880000', '152457.340000', '152457.800000', '152458.260000', '152458.720000', '152459.180000', '152459.640000', '152500.100000', '152500.560000', '152501.020000', '152501.480000', '152501.940000', '152502.400000', '152502.860000', '152503.320000', '152503.780000', '152504.240000', '152504.700000', '152505.160000', '152505.620000', '152506.080000', '152506.540000', '152507.000000', '152507.460000', '152507.920000', '152508.380000', '152508.840000', '152509.300000', '152509.760000', '152510.220000', '152510.680000', '152511.140000', '152511.600000', '152512.060000', '152512.520000', '152512.980000', '152513.440000', '152513.900000', '152514.360000', '152514.820000', '152515.280000', '152515.740000', '152516.200000', '152516.660000', '152517.120000', '152517.580000', '152518.040000', '152518.500000', '152518.960000', '152519.420000', '152519.880000', '152520.340000', '152520.800000', '152521.260000', '152521.720000', '152522.180000', '152522.640000', '152523.100000', '152523.560000', '152524.020000', '152524.480000', '152524.940000', '152525.400000', '152525.860000', '152526.320000', '152526.780000', '152527.240000', '152527.700000', '152528.160000', '152528.620000', '152529.080000', '152529.540000', '152530.000000', '152530.460000', '152530.920000', '152531.380000', '152531.840000', '152532.300000', '152532.760000', '152533.220000', '152533.680000', '152534.140000', '152534.600000', '152535.060000', '152535.520000', '152535.980000', '152536.440000', '152536.900000', '152537.360000', '152537.820000', '152538.280000', '152538.740000', '152539.200000', '152539.660000', '152540.120000', '152540.580000', '152541.040000', '152541.500000', '152541.960000', '152542.420000', '152542.880000', '152543.340000', '152543.800000', '152544.260000', '152544.720000', '152545.180000', '152545.640000', '152546.100000', '152546.560000', '152547.020000', '152547.480000', '152547.940000', '152548.400000', '152548.860000', '152549.320000', '152549.780000', '152550.240000', '152550.700000', '152551.160000', '152551.620000', '152552.080000', '152552.540000', '152553.000000', '152553.460000', '152553.920000', '152554.380000', '152554.840000', '152555.300000', '152555.760000', '152556.220000', '152556.680000', '152557.140000', '152557.600000', '152558.060000', '152558.520000', '152558.980000', '152559.440000', '152559.900000', '152600.360000', '152600.820000', '152601.280000', '152601.740000', '152602.200000', '152602.660000', '152603.120000', '152603.580000', '152604.040000', '152604.500000', '152604.960000', '152605.420000', '152605.880000', '152606.340000', '152606.800000', '152607.260000', '152607.720000', '152608.180000', '152608.640000', '152609.100000', '152609.560000', '152610.020000', '152610.480000', '152610.940000', '152611.400000', '152611.860000', '152612.320000', '152612.780000', '152613.240000', '152613.700000', '152614.160000', '152614.620000', '152615.080000', '152615.540000', '152616.000000', '152616.460000', '152616.920000', '152617.380000', '152617.840000', '152618.300000', '152618.760000', '152619.220000', '152619.680000', '152620.140000', '152620.600000', '152621.060000', '152621.520000', '152621.980000', '152622.440000', '152622.900000', '152623.360000', '152623.820000', '152624.280000', '152624.740000', '152625.200000', '152625.660000', '152626.120000', '152626.580000', '152627.040000', '152627.500000', '152627.960000', '152628.420000', '152628.880000', '152629.340000', '152629.800000', '152630.260000', '152630.720000', '152631.180000', '152631.640000', '152632.100000', '152632.560000', '152633.020000', '152633.480000', '152633.940000', '152634.400000', '152634.860000', '152635.320000', '152635.780000', '152636.240000', '152636.700000', '152637.160000', '152637.620000', '152638.080000', '152638.540000', '152639.000000', '152639.460000', '152639.920000', '152640.380000', '152640.840000', '152641.300000', '152641.760000', '152642.220000', '152642.680000', '152643.140000', '152643.600000', '152644.060000', '152644.520000', '152644.980000', '152645.440000', '152645.900000', '152646.360000', '152646.820000', '152647.280000', '152647.740000', '152648.200000', '152648.660000', '152649.120000', '152649.580000', '152650.040000', '152650.500000', '152650.960000', '152651.420000', '152651.880000', '152652.340000', '152652.800000', '152653.260000', '152653.720000', '152654.180000', '152654.640000', '152655.100000', '152655.560000', '152656.020000', '152656.480000', '152656.940000', '152657.400000', '152657.860000', '152658.320000', '152658.780000', '152659.240000', '152659.700000', '152700.160000', '152700.620000', '152701.080000', '152701.540000', '152702.000000', '152702.460000', '152702.920000', '152703.380000', '152703.840000', '152704.300000', '152704.760000', '152705.220000', '152705.680000', '152706.140000', '152706.600000', '152707.060000', '152707.520000', '152707.980000', '152708.440000', '152708.900000', '152709.360000', '152709.820000', '152710.280000', '152710.740000', '152711.200000', '152711.660000', '152712.120000', '152712.580000', '152713.040000', '152713.500000', '152713.960000', '152714.420000', '152714.880000', '152715.340000', '152715.800000', '152716.260000', '152716.720000', '152717.180000', '152717.640000', '152718.100000', '152718.560000', '152719.020000', '152719.480000', '152719.940000', '152720.400000', '152720.860000', '152721.320000', '152721.780000', '152722.240000', '152722.700000', '152723.160000', '152723.620000', '152724.080000', '152724.540000', '152725.000000', '152725.460000', '152725.920000', '152726.380000', '152726.840000', '152727.300000', '152727.760000', '152728.220000', '152728.680000', '152729.140000', '152729.600000', '152730.060000', '152730.520000', '152730.980000', '152731.440000', '152731.900000', '152732.360000', '152732.820000', '152733.280000', '152733.740000', '152734.200000', '152734.660000', '152735.120000', '152735.580000', '152736.040000', '152736.500000', '152736.960000', '152737.420000', '152737.880000', '152738.340000', '152738.800000', '152739.260000', '152739.720000', '152740.180000', '152740.640000', '152741.100000', '152741.560000', '152742.020000', '152742.480000', '152742.940000', '152743.400000', '152743.860000', '152744.320000', '152744.780000', '152745.240000', '152745.700000', '152746.160000', '152746.620000', '152747.080000', '152747.540000', '152748.000000', '152748.460000', '152748.920000', '152749.380000', '152749.840000', '152750.300000', '152750.760000', '152751.220000', '152751.680000', '152752.140000', '152752.600000', '152753.060000', '152753.520000', '152753.980000', '152754.440000', '152754.900000', '152755.360000', '152755.820000', '152756.280000', '152756.740000', '152757.200000', '152757.660000', '152758.120000', '152758.580000', '152759.040000', '152759.500000', '152759.960000', '152800.420000', '152800.880000', '152801.340000', '152801.800000', '152802.260000', '152802.720000', '152803.180000', '152803.640000', '152804.100000', '152804.560000', '152805.020000', '152805.480000', '152805.940000', '152806.400000', '152806.860000', '152807.320000', '152807.780000', '152808.240000', '152808.700000', '152809.160000', '152809.620000', '152810.080000', '152810.540000', '152811.000000', '152811.460000', '152811.920000', '152812.380000', '152812.840000', '152813.300000', '152813.760000', '152814.220000', '152814.680000', '152815.140000', '152815.600000', '152816.060000', '152816.520000', '152816.980000', '152817.440000', '152817.900000', '152818.360000', '152818.820000', '152819.280000', '152819.740000', '152820.200000', '152820.660000', '152821.120000', '152821.580000', '152822.040000', '152822.500000', '152822.960000', '152823.420000', '152823.880000', '152824.340000', '152824.800000', '152825.260000', '152825.720000', '152826.180000', '152826.640000', '152827.100000', '152827.560000', '152828.020000', '152828.480000', '152828.940000', '152829.400000', '152829.860000', '152830.320000', '152830.780000', '152831.240000', '152831.700000', '152832.160000', '152832.620000', '152833.080000', '152833.540000', '152834.000000', '152834.460000', '152834.920000', '152835.380000', '152835.840000', '152836.300000', '152836.760000', '152837.220000', '152837.680000', '152838.140000', '152838.600000', '152839.060000', '152839.520000', '152839.980000', '152840.440000', '152840.900000', '152841.360000', '152841.820000', '152842.280000', '152842.740000', '152843.200000', '152843.660000', '152844.120000', '152844.580000', '152845.040000', '152845.500000', '152845.960000', '152846.420000', '152846.880000', '152847.340000', '152847.800000', '152848.260000', '152848.720000', '152849.180000', '152849.640000', '152850.100000', '152850.560000', '152851.020000', '152851.480000', '152851.940000', '152852.400000', '152852.860000', '152853.320000', '152853.780000', '152854.240000', '152854.700000', '152855.160000', '152855.620000', '152856.080000', '152856.540000', '152857.000000', '152857.460000', '152857.920000', '152858.380000', '152858.840000', '152859.300000', '152859.760000', '152900.220000', '152900.680000', '152901.140000', '152901.600000', '152902.060000', '152902.520000', '152902.980000', '152903.440000', '152903.900000', '152904.360000', '152904.820000', '152905.280000', '152905.740000', '152906.200000', '152906.660000', '152907.120000', '152907.580000', '152908.040000', '152908.500000', '152908.960000', '152909.420000', '152909.880000', '152910.340000', '152910.800000', '152911.260000', '152911.720000', '152912.180000', '152912.640000', '152913.100000', '152913.560000', '152914.020000', '152914.480000', '152914.940000', '152915.400000', '152915.860000', '152916.320000', '152916.780000', '152917.240000', '152917.700000', '152918.160000', '152918.620000', '152919.080000', '152919.540000', '152920.000000', '152920.460000', '152920.920000', '152921.380000', '152921.840000', '152922.300000', '152922.760000', '152923.220000', '152923.680000', '152924.140000', '152924.600000', '152925.060000', '152925.520000', '152925.980000', '152926.440000', '152926.900000', '152927.360000', '152927.820000', '152928.280000', '152928.740000', '152929.200000', '152929.660000', '152930.120000', '152930.580000', '152931.040000', '152931.500000', '152931.960000', '152932.420000', '152932.880000', '152933.340000', '152933.800000', '152934.260000', '152934.720000', '152935.180000', '152935.640000', '152936.100000', '152936.560000', '152937.020000', '152937.480000', '152937.940000', '152938.400000', '152938.860000', '152939.320000', '152939.780000', '152940.240000', '152940.700000', '152941.160000', '152941.620000', '152942.080000', '152942.540000', '152943.000000', '152943.460000', '152943.920000', '152944.380000', '152944.840000', '152945.300000', '152945.760000', '152946.220000', '152946.680000', '152947.140000', '152947.600000', '152948.060000', '152948.520000', '152948.980000', '152949.440000', '152949.900000', '152950.360000', '152950.820000', '152951.280000', '152951.740000', '152952.200000', '152952.660000', '152953.120000', '152953.580000', '152954.040000', '152954.500000', '152954.960000', '152955.420000', '152955.880000', '152956.340000', '152956.800000', '152957.260000', '152957.720000', '152958.180000', '152958.640000', '152959.100000', '152959.560000', '153000.020000', '153000.480000', '153000.940000', '153001.400000', '153001.860000', '153002.320000', '153002.780000', '153003.240000', '153003.700000', '153004.160000', '153004.620000', '153005.080000', '153005.540000', '153006.000000', '153006.460000', '153006.920000', '153007.380000', '153007.840000', '153008.300000', '153008.760000', '153009.220000', '153009.680000', '153010.140000', '153010.600000', '153011.060000', '153011.520000', '153011.980000', '153012.440000', '153012.900000', '153013.360000', '153013.820000', '153014.280000', '153014.740000', '153015.200000', '153015.660000', '153016.120000', '153016.580000', '153017.040000', '153017.500000', '153017.960000', '153018.420000', '153018.880000', '153019.340000', '153019.800000', '153020.260000', '153020.720000', '153021.180000', '153021.640000', '153022.100000', '153022.560000', '153023.020000', '153023.480000', '153023.940000', '153024.400000', '153024.860000', '153025.320000', '153025.780000', '153026.240000', '153026.700000', '153027.160000', '153027.620000', '153028.080000', '153028.540000', '153029.000000', '153029.460000', '153029.920000', '153030.380000', '153030.840000', '153031.300000', '153031.760000', '153032.220000', '153032.680000', '153033.140000', '153033.600000', '153034.060000', '153034.520000', '153034.980000', '153035.440000', '153035.900000', '153036.360000', '153036.820000', '153037.280000', '153037.740000', '153038.200000', '153038.660000', '153039.120000', '153039.580000', '153040.040000', '153040.500000', '153040.960000', '153041.420000', '153041.880000', '153042.340000', '153042.800000', '153043.260000', '153043.720000', '153044.180000', '153044.640000', '153045.100000', '153045.560000', '153046.020000', '153046.480000', '153046.940000', '153047.400000', '153047.860000', '153048.320000', '153048.780000', '153049.240000', '153049.700000', '153050.160000', '153050.620000', '153051.080000', '153051.540000', '153052.000000', '153052.460000', '153052.920000', '153053.380000', '153053.840000', '153054.300000', '153054.760000', '153055.220000', '153055.680000', '153056.140000', '153056.600000', '153057.060000', '153057.520000', '153057.980000', '153058.440000', '153058.900000', '153059.360000', '153059.820000', '153100.280000', '153100.740000', '153101.200000', '153101.660000', '153102.120000', '153102.580000', '153103.040000', '153103.500000', '153103.960000', '153104.420000', '153104.880000', '153105.340000', '153105.800000', '153106.260000', '153106.720000', '153107.180000', '153107.640000', '153108.100000', '153108.560000', '153109.020000', '153109.480000', '153109.940000', '153110.400000', '153110.860000', '153111.320000', '153111.780000', '153112.240000', '153112.700000', '153113.160000', '153113.620000', '153114.080000', '153114.540000', '153115.000000', '153115.460000', '153115.920000', '153116.380000', '153116.840000', '153117.300000', '153117.760000', '153118.220000', '153118.680000', '153119.140000', '153119.600000', '153120.060000', '153120.520000', '153120.980000', '153121.440000', '153121.900000', '153122.360000', '153122.820000', '153123.280000', '153123.740000', '153124.200000', '153124.660000', '153125.120000', '153125.580000', '153126.040000', '153126.500000', '153126.960000', '153127.420000', '153127.880000', '153128.340000', '153128.800000', '153129.260000', '153129.720000', '153130.180000', '153130.640000', '153131.100000', '153131.560000', '153132.020000', '153132.480000', '153132.940000', '153133.400000', '153133.860000', '153134.320000', '153134.780000', '153135.240000', '153135.700000', '153136.160000', '153136.620000', '153137.080000', '153137.540000', '153138.000000', '153138.460000', '153138.920000', '153139.380000', '153139.840000', '153140.300000', '153140.760000', '153141.220000', '153141.680000', '153142.140000', '153142.600000', '153143.060000', '153143.520000', '153143.980000', '153144.440000', '153144.900000', '153145.360000', '153145.820000', '153146.280000', '153146.740000', '153147.200000', '153147.660000', '153148.120000', '153148.580000', '153149.040000', '153149.500000', '153149.960000', '153150.420000', '153150.880000', '153151.340000', '153151.800000', '153152.260000', '153152.720000', '153153.180000', '153153.640000', '153154.100000', '153154.560000', '153155.020000', '153155.480000', '153155.940000', '153156.400000'], 'ContentTime': ['152141.950000', '152141.954000', '152141.957000', '152141.960000', '152141.962000', '152141.965000', '152141.968000', '152141.971000', '152141.974000', '152141.976000', '152141.979000', '152141.982000', '152141.985000', '152141.988000', '152141.990000', '152141.993000', '152141.996000', '152142.000000', '152142.003000', '152142.006000', '152142.008000', '152142.011000', '152142.014000', '152142.025000', '152142.028000', '152142.030000', '152142.033000', '152142.036000', '152142.039000', '152142.042000', '152142.044000', '152142.047000', '152142.050000', '152142.053000', '152142.056000', '152142.058000', '152142.061000', '152142.064000', '152142.067000', '152142.069000', '152142.072000', '152142.075000', '152142.078000', '152142.081000', '152201.922000', '152201.925000', '152201.928000', '152201.930000', '152201.933000', '152201.936000', '152201.939000', '152201.942000', '152201.944000', '152201.947000', '152201.950000', '152201.953000', '152201.956000', '152201.958000', '152201.961000', '152201.964000', '152201.967000', '152201.970000', '152201.972000', '152201.975000', '152201.978000', '152201.981000', '152201.984000', '152201.986000', '152201.989000', '152201.992000', '152201.995000', '152201.998000', '152202.001000', '152202.004000', '152202.007000', '152202.010000', '152202.012000', '152202.015000', '152202.018000', '152202.021000', '152202.024000', '152202.027000', '152202.029000', '152202.032000', '152202.035000', '152202.038000', '152202.041000', '152221.922000', '152221.925000', '152221.927000', '152221.930000', '152221.933000', '152221.936000', '152221.939000', '152221.942000', '152221.945000', '152221.947000', '152221.950000', '152221.953000', '152221.956000', '152221.958000', '152221.961000', '152221.964000', '152221.967000', '152221.970000', '152221.972000', '152221.975000', '152221.978000', '152221.981000', '152221.984000', '152221.986000', '152221.989000', '152221.992000', '152221.995000', '152221.998000', '152222.002000', '152222.004000', '152222.007000', '152222.010000', '152222.013000', '152222.023000', '152222.026000', '152222.028000', '152222.031000', '152222.034000', '152222.037000', '152222.040000', '152222.042000', '152222.045000', '152222.048000', '152222.051000', '152241.922000', '152241.925000', '152241.928000', '152241.931000', '152241.933000', '152241.936000', '152241.939000', '152241.942000', '152241.946000', '152241.963000', '152241.966000', '152241.969000', '152241.971000', '152241.974000', '152241.977000', '152241.980000', '152241.983000', '152241.985000', '152241.988000', '152241.991000', '152241.994000', '152241.997000', '152242.001000', '152242.005000', '152242.008000', '152242.011000', '152242.014000', '152242.034000', '152242.036000', '152242.039000', '152242.042000', '152242.045000', '152242.048000', '152242.050000', '152242.053000', '152242.056000', '152242.059000', '152242.062000', '152242.065000', '152242.067000', '152242.070000', '152242.073000', '152242.076000', '152301.921000', '152301.924000', '152301.927000', '152301.929000', '152301.932000', '152301.935000', '152301.938000', '152301.941000', '152301.943000', '152301.946000', '152301.949000', '152301.952000', '152301.955000', '152301.958000', '152301.960000', '152301.963000', '152301.966000', '152301.969000', '152301.972000', '152301.974000', '152301.977000', '152301.980000', '152301.983000', '152301.986000', '152301.988000', '152301.991000', '152301.994000', '152301.997000', '152302.001000', '152302.003000', '152302.006000', '152302.009000', '152302.012000', '152302.015000', '152302.017000', '152302.020000', '152302.023000', '152302.026000', '152302.029000', '152302.032000', '152302.034000', '152302.037000', '152302.040000', '152302.043000', '152321.921000', '152321.924000', '152321.927000', '152321.930000', '152321.932000', '152321.935000', '152321.938000', '152321.941000', '152321.944000', '152321.946000', '152321.949000', '152321.952000', '152321.955000', '152321.958000', '152321.961000', '152321.963000', '152321.966000', '152321.969000', '152321.972000', '152321.975000', '152321.977000', '152321.980000', '152321.983000', '152321.986000', '152321.989000', '152321.992000', '152321.994000', '152321.997000', '152322.001000', '152322.004000', '152322.007000', '152322.009000', '152322.012000', '152322.015000', '152322.018000', '152322.021000', '152322.026000', '152322.030000', '152322.033000', '152322.035000', '152322.038000', '152322.041000', '152322.044000', '152341.922000', '152341.925000', '152341.928000', '152341.930000', '152341.933000', '152341.936000', '152341.939000', '152341.942000', '152341.944000', '152341.947000', '152341.950000', '152341.953000', '152341.956000', '152341.958000', '152341.961000', '152341.964000', '152341.967000', '152341.970000', '152341.972000', '152341.975000', '152341.978000', '152341.981000', '152341.984000', '152341.987000', '152341.989000', '152341.992000', '152341.995000', '152341.998000', '152342.001000', '152342.004000', '152342.006000', '152342.009000', '152342.012000', '152342.015000', '152342.018000', '152342.021000', '152342.023000', '152342.026000', '152342.029000', '152342.032000', '152342.035000', '152342.038000', '152342.040000', '152342.043000', '152401.922000', '152401.925000', '152401.928000', '152401.930000', '152401.933000', '152401.936000', '152401.939000', '152401.942000', '152401.945000', '152401.948000', '152401.950000', '152401.953000', '152401.956000', '152401.959000', '152401.962000', '152401.964000', '152401.967000', '152401.970000', '152401.973000', '152401.976000', '152401.979000', '152401.983000', '152401.986000', '152401.989000', '152401.992000', '152401.994000', '152401.997000', '152402.001000', '152402.004000', '152402.007000', '152402.010000', '152402.013000', '152402.015000', '152402.018000', '152402.021000', '152402.024000', '152402.027000', '152402.030000', '152402.040000', '152402.042000', '152402.045000', '152402.048000', '152402.051000', '152421.922000', '152421.925000', '152421.928000', '152421.930000', '152421.933000', '152421.948000', '152421.951000', '152421.953000', '152421.956000', '152421.959000', '152421.962000', '152421.965000', '152421.967000', '152421.970000', '152421.973000', '152421.976000', '152421.979000', '152421.982000', '152421.984000', '152421.987000', '152421.990000', '152421.993000', '152421.996000', '152422.000000', '152422.002000', '152422.005000', '152422.008000', '152422.011000', '152422.014000', '152422.017000', '152422.019000', '152422.022000', '152422.025000', '152422.028000', '152422.031000', '152422.034000', '152422.036000', '152422.039000', '152422.042000', '152422.045000', '152422.048000', '152422.051000', '152422.053000', '152422.056000', '152441.922000', '152441.925000', '152441.928000', '152441.931000', '152441.934000', '152441.936000', '152441.939000', '152441.942000', '152441.945000', '152441.948000', '152441.951000', '152441.953000', '152441.956000', '152441.959000', '152441.962000', '152441.965000', '152441.968000', '152441.970000', '152441.973000', '152441.976000', '152441.979000', '152441.982000', '152441.985000', '152441.987000', '152441.990000', '152441.993000', '152441.996000', '152442.000000', '152442.003000', '152442.005000', '152442.008000', '152442.011000', '152442.023000', '152442.026000', '152442.028000', '152442.031000', '152442.034000', '152442.037000', '152442.040000', '152442.043000', '152442.045000', '152442.048000', '152442.051000', '152501.922000', '152501.926000', '152501.929000', '152501.932000', '152501.936000', '152501.939000', '152501.942000', '152501.945000', '152501.949000', '152501.952000', '152501.956000', '152501.959000', '152501.962000', '152501.965000', '152501.969000', '152501.972000', '152501.975000', '152501.979000', '152501.982000', '152501.986000', '152501.989000', '152501.992000', '152501.996000', '152502.000000', '152502.003000', '152502.007000', '152502.010000', '152502.013000', '152502.017000', '152502.020000', '152502.023000', '152502.027000', '152502.030000', '152502.033000', '152502.037000', '152502.040000', '152502.043000', '152502.047000', '152502.050000', '152502.054000', '152502.057000', '152502.060000', '152502.063000', '152502.066000', '152521.921000', '152521.924000', '152521.927000', '152521.930000', '152521.933000', '152521.935000', '152521.938000', '152521.941000', '152521.944000', '152521.947000', '152521.950000', '152521.952000', '152521.955000', '152521.958000', '152521.961000', '152521.964000', '152521.966000', '152521.969000', '152521.972000', '152521.975000', '152521.978000', '152521.981000', '152521.984000', '152521.987000', '152521.989000', '152521.992000', '152521.995000', '152521.998000', '152522.002000', '152522.004000', '152522.007000', '152522.010000', '152522.013000', '152522.016000', '152522.020000', '152522.023000', '152522.026000', '152522.029000', '152522.032000', '152522.035000', '152522.038000', '152522.040000', '152522.043000', '152541.921000', '152541.924000', '152541.927000', '152541.930000', '152541.933000', '152541.935000', '152541.938000', '152541.941000', '152541.944000', '152541.947000', '152541.949000', '152541.952000', '152541.955000', '152541.958000', '152541.961000', '152541.963000', '152541.966000', '152541.969000', '152541.972000', '152541.975000', '152541.978000', '152541.980000', '152541.983000', '152541.986000', '152541.989000', '152541.992000', '152541.995000', '152541.998000', '152542.001000', '152542.004000', '152542.024000', '152542.027000', '152542.030000', '152542.032000', '152542.035000', '152542.038000', '152542.041000', '152542.044000', '152542.046000', '152542.049000', '152542.052000', '152542.055000', '152542.058000', '152542.061000', '152601.922000', '152601.925000', '152601.928000', '152601.931000', '152601.934000', '152601.936000', '152601.939000', '152601.942000', '152601.945000', '152601.948000', '152601.951000', '152601.953000', '152601.956000', '152601.959000', '152601.962000', '152601.965000', '152601.968000', '152601.971000', '152601.974000', '152601.976000', '152601.979000', '152601.982000', '152601.985000', '152601.988000', '152601.991000', '152601.993000', '152601.996000', '152601.999000', '152602.002000', '152602.005000', '152602.008000', '152602.010000', '152602.013000', '152602.016000', '152602.019000', '152602.022000', '152602.025000', '152602.027000', '152602.030000', '152602.033000', '152602.036000', '152602.039000', '152602.042000', '152621.922000', '152621.925000', '152621.928000', '152621.931000', '152621.934000', '152621.936000', '152621.939000', '152621.942000', '152621.945000', '152621.948000', '152621.951000', '152621.953000', '152621.956000', '152621.959000', '152621.962000', '152621.965000', '152621.968000', '152621.970000', '152621.973000', '152621.976000', '152621.979000', '152621.982000', '152621.985000', '152621.988000', '152621.990000', '152621.993000', '152621.996000', '152622.000000', '152622.003000', '152622.005000', '152622.008000', '152622.011000', '152622.014000', '152622.017000', '152622.020000', '152622.022000', '152622.025000', '152622.028000', '152622.031000', '152622.034000', '152622.036000', '152622.039000', '152622.042000', '152622.045000', '152641.922000', '152641.925000', '152641.928000', '152641.931000', '152641.934000', '152641.936000', '152641.939000', '152641.942000', '152641.945000', '152641.948000', '152641.951000', '152641.954000', '152641.956000', '152641.959000', '152641.962000', '152641.965000', '152641.968000', '152641.971000', '152641.974000', '152641.976000', '152641.979000', '152641.982000', '152641.985000', '152641.988000', '152641.991000', '152641.994000', '152641.996000', '152642.000000', '152642.003000', '152642.005000', '152642.008000', '152642.011000', '152642.014000', '152642.017000', '152642.020000', '152642.022000', '152642.025000', '152642.028000', '152642.031000', '152642.034000', '152642.037000', '152642.039000', '152642.042000', '152701.922000', '152701.925000', '152701.928000', '152701.931000', '152701.933000', '152701.936000', '152701.939000', '152701.942000', '152701.945000', '152701.948000', '152701.950000', '152701.953000', '152701.956000', '152701.959000', '152701.962000', '152701.965000', '152701.968000', '152701.970000', '152701.973000', '152701.976000', '152701.981000', '152701.984000', '152701.987000', '152701.989000', '152701.992000', '152701.995000', '152701.998000', '152702.002000', '152702.005000', '152702.008000', '152702.010000', '152702.013000', '152702.016000', '152702.019000', '152702.022000', '152702.025000', '152702.027000', '152702.030000', '152702.033000', '152702.036000', '152702.039000', '152702.042000', '152702.044000', '152702.047000', '152721.922000', '152721.925000', '152721.928000', '152721.930000', '152721.933000', '152721.936000', '152721.939000', '152721.942000', '152721.945000', '152721.947000', '152721.950000', '152721.953000', '152721.956000', '152721.959000', '152721.961000', '152721.964000', '152721.967000', '152721.970000', '152721.973000', '152721.975000', '152721.978000', '152721.981000', '152721.984000', '152721.987000', '152721.989000', '152721.992000', '152721.995000', '152721.998000', '152722.002000', '152722.004000', '152722.007000', '152722.010000', '152722.013000', '152722.016000', '152722.019000', '152722.021000', '152722.024000', '152722.027000', '152722.030000', '152722.033000', '152722.036000', '152722.038000', '152722.041000', '152741.921000', '152741.924000', '152741.927000', '152741.930000', '152741.933000', '152741.935000', '152741.938000', '152741.941000', '152741.944000', '152741.948000', '152741.951000', '152741.954000', '152741.957000', '152741.960000', '152741.962000', '152741.965000', '152741.968000', '152741.971000', '152741.974000', '152741.976000', '152741.979000', '152741.982000', '152741.985000', '152741.988000', '152741.991000', '152741.994000', '152741.996000', '152742.000000', '152742.003000', '152742.006000', '152742.009000', '152742.011000', '152742.014000', '152742.017000', '152742.020000', '152742.023000', '152742.026000', '152742.028000', '152742.031000', '152742.034000', '152742.037000', '152742.040000', '152742.042000', '152801.921000', '152801.924000', '152801.927000', '152801.930000', '152801.932000', '152801.935000', '152801.938000', '152801.941000', '152801.944000', '152801.947000', '152801.949000', '152801.952000', '152801.955000', '152801.958000', '152801.961000', '152801.963000', '152801.966000', '152801.969000', '152801.972000', '152801.975000', '152801.977000', '152801.980000', '152801.983000', '152801.986000', '152801.989000', '152801.991000', '152801.994000', '152801.997000', '152802.001000', '152802.004000', '152802.007000', '152802.009000', '152802.012000', '152802.015000', '152802.018000', '152802.021000', '152802.023000', '152802.026000', '152802.029000', '152802.032000', '152802.035000', '152802.038000', '152802.040000', '152802.043000', '152821.922000', '152821.925000', '152821.928000', '152821.931000', '152821.933000', '152821.936000', '152821.939000', '152821.942000', '152821.945000', '152821.958000', '152821.961000', '152821.964000', '152821.967000', '152821.969000', '152821.972000', '152821.975000', '152821.978000', '152821.981000', '152821.983000', '152821.986000', '152821.989000', '152821.992000', '152821.995000', '152821.998000', '152822.001000', '152822.004000', '152822.007000', '152822.010000', '152822.013000', '152822.016000', '152822.018000', '152822.021000', '152822.024000', '152822.027000', '152822.030000', '152822.032000', '152822.035000', '152822.038000', '152822.041000', '152822.044000', '152822.047000', '152822.050000', '152822.052000', '152841.922000', '152841.925000', '152841.928000', '152841.931000', '152841.933000', '152841.936000', '152841.939000', '152841.942000', '152841.945000', '152841.960000', '152841.963000', '152841.966000', '152841.969000', '152841.972000', '152841.974000', '152841.977000', '152841.980000', '152841.983000', '152841.986000', '152841.989000', '152841.991000', '152841.994000', '152841.997000', '152842.001000', '152842.004000', '152842.007000', '152842.010000', '152842.012000', '152842.015000', '152842.018000', '152842.021000', '152842.024000', '152842.027000', '152842.030000', '152842.032000', '152842.035000', '152842.038000', '152842.041000', '152842.044000', '152842.046000', '152842.049000', '152842.052000', '152842.055000', '152842.058000', '152901.922000', '152901.925000', '152901.928000', '152901.931000', '152901.933000', '152901.936000', '152901.939000', '152901.942000', '152901.945000', '152901.948000', '152901.951000', '152901.954000', '152901.957000', '152901.960000', '152901.964000', '152901.967000', '152901.969000', '152901.972000', '152901.975000', '152901.978000', '152901.981000', '152901.983000', '152901.986000', '152901.989000', '152901.992000', '152901.995000', '152901.998000', '152902.002000', '152902.004000', '152902.007000', '152902.010000', '152902.013000', '152902.016000', '152902.018000', '152902.021000', '152902.024000', '152902.027000', '152902.030000', '152902.033000', '152902.035000', '152902.038000', '152902.041000', '152902.044000', '152921.922000', '152921.925000', '152921.928000', '152921.931000', '152921.934000', '152921.936000', '152921.939000', '152921.942000', '152921.945000', '152921.948000', '152921.951000', '152921.954000', '152921.957000', '152921.959000', '152921.962000', '152921.965000', '152921.968000', '152921.971000', '152921.974000', '152921.976000', '152921.979000', '152921.982000', '152921.985000', '152921.988000', '152921.991000', '152921.993000', '152921.996000', '152922.000000', '152922.003000', '152922.006000', '152922.009000', '152922.011000', '152922.014000', '152922.017000', '152922.020000', '152922.023000', '152922.026000', '152922.028000', '152922.031000', '152922.034000', '152922.037000', '152922.040000', '152922.042000', '152922.045000', '152941.922000', '152941.925000', '152941.928000', '152941.931000', '152941.934000', '152941.936000', '152941.939000', '152941.942000', '152941.945000', '152941.948000', '152941.951000', '152941.954000', '152941.957000', '152941.959000', '152941.963000', '152941.965000', '152941.969000', '152941.972000', '152941.975000', '152941.978000', '152941.981000', '152941.983000', '152941.986000', '152941.989000', '152941.992000', '152941.995000', '152941.998000', '152942.001000', '152942.004000', '152942.007000', '152942.010000', '152942.013000', '152942.015000', '152942.018000', '152942.021000', '152942.024000', '152942.027000', '152942.030000', '152942.032000', '152942.035000', '152942.038000', '152942.041000', '152942.044000', '153001.921000', '153001.924000', '153001.927000', '153001.930000', '153001.932000', '153001.951000', '153001.953000', '153001.956000', '153001.959000', '153001.962000', '153001.965000', '153001.968000', '153001.970000', '153001.973000', '153001.976000', '153001.979000', '153001.982000', '153001.985000', '153001.987000', '153001.990000', '153001.993000', '153001.996000', '153002.000000', '153002.003000', '153002.005000', '153002.008000', '153002.011000', '153002.014000', '153002.017000', '153002.020000', '153002.022000', '153002.025000', '153002.028000', '153002.031000', '153002.034000', '153002.037000', '153002.039000', '153002.042000', '153002.045000', '153002.048000', '153002.051000', '153002.053000', '153002.056000', '153002.059000', '153021.921000', '153021.924000', '153021.927000', '153021.930000', '153021.934000', '153021.937000', '153021.940000', '153021.943000', '153021.946000', '153021.949000', '153021.951000', '153021.954000', '153021.957000', '153021.960000', '153021.963000', '153021.966000', '153021.968000', '153021.971000', '153021.974000', '153021.977000', '153021.980000', '153021.983000', '153021.986000', '153021.989000', '153021.992000', '153021.995000', '153021.998000', '153022.002000', '153022.004000', '153022.007000', '153022.010000', '153022.013000', '153022.016000', '153022.019000', '153022.022000', '153022.024000', '153022.027000', '153022.030000', '153022.033000', '153022.036000', '153022.039000', '153022.041000', '153022.044000', '153041.922000', '153041.925000', '153041.928000', '153041.931000', '153041.933000', '153041.936000', '153041.939000', '153041.942000', '153041.945000', '153041.947000', '153041.950000', '153041.953000', '153041.956000', '153041.959000', '153041.961000', '153041.964000', '153041.967000', '153041.970000', '153041.973000', '153041.976000', '153041.979000', '153041.982000', '153041.985000', '153041.988000', '153041.991000', '153041.993000', '153041.996000', '153042.000000', '153042.003000', '153042.006000', '153042.009000', '153042.011000', '153042.014000', '153042.017000', '153042.020000', '153042.023000', '153042.026000', '153042.028000', '153042.031000', '153042.034000', '153042.037000', '153042.040000', '153042.042000', '153042.045000', '153101.922000', '153101.925000', '153101.928000', '153101.931000', '153101.934000', '153101.937000', '153101.939000', '153101.942000', '153101.945000', '153101.948000', '153101.951000', '153101.953000', '153101.956000', '153101.959000', '153101.962000', '153101.965000', '153101.968000', '153101.971000', '153101.973000', '153101.976000', '153101.979000', '153101.982000', '153101.985000', '153101.987000', '153101.990000', '153101.993000', '153101.996000', '153102.000000', '153102.003000', '153102.006000', '153102.010000', '153102.013000', '153102.016000', '153102.018000', '153102.021000', '153102.024000', '153102.027000', '153102.030000', '153102.033000', '153102.036000', '153102.038000', '153102.041000', '153102.044000', '153121.922000', '153121.925000', '153121.928000', '153121.931000', '153121.934000', '153121.936000', '153121.939000', '153121.942000', '153121.945000', '153121.948000', '153121.951000', '153121.953000', '153121.956000', '153121.959000', '153121.962000', '153121.965000', '153121.968000', '153121.970000', '153121.973000', '153121.976000', '153121.979000', '153121.982000', '153121.984000', '153121.987000', '153121.990000', '153121.993000', '153121.996000', '153122.000000', '153122.003000', '153122.005000', '153122.008000', '153122.011000', '153122.014000', '153122.017000', '153122.020000', '153122.022000', '153122.025000', '153122.028000', '153122.031000', '153122.034000', '153122.037000', '153122.039000', '153122.042000', '153122.045000', '153141.922000', '153141.925000', '153141.928000', '153141.931000', '153141.934000', '153141.937000', '153141.939000', '153141.942000', '153141.945000', '153141.948000', '153141.951000', '153141.953000', '153141.956000', '153141.959000', '153141.962000', '153141.965000', '153141.968000', '153141.971000', '153141.975000', '153141.978000', '153141.980000', '153141.983000', '153141.986000', '153141.989000', '153141.992000', '153141.995000', '153141.997000', '153142.001000', '153142.005000', '153142.007000', '153142.010000', '153142.013000', '153142.016000', '153142.019000', '153142.022000', '153142.025000', '153142.027000', '153142.030000', '153142.033000', '153142.036000', '153142.039000', '153142.041000', '153142.045000', '153157.734000', '153157.738000', '153157.741000', '153157.744000', '153157.747000', '153157.750000', '153157.754000', '153157.757000', '153157.763000', '153157.766000', '153157.769000', '153157.772000', '153157.775000', '153157.778000', '153157.781000', '153157.784000', '153157.787000', '153157.790000', '153157.793000', '153157.796000', '153157.799000', '153157.802000', '153157.805000', '153157.808000', '153157.811000', '153157.814000', '153157.817000', '153157.820000', '153157.823000', '153157.826000', '153157.829000', '153157.832000', '153157.835000', '153157.838000', '153157.840000'], 'InstanceCreationTime': ['152141.950000', '152141.954000', '152141.957000', '152141.960000', '152141.962000', '152141.965000', '152141.968000', '152141.971000', '152141.974000', '152141.976000', '152141.979000', '152141.982000', '152141.985000', '152141.988000', '152141.990000', '152141.993000', '152141.996000', '152142.000000', '152142.003000', '152142.006000', '152142.008000', '152142.011000', '152142.014000', '152142.025000', '152142.028000', '152142.030000', '152142.033000', '152142.036000', '152142.039000', '152142.042000', '152142.044000', '152142.047000', '152142.050000', '152142.053000', '152142.056000', '152142.058000', '152142.061000', '152142.064000', '152142.067000', '152142.069000', '152142.072000', '152142.075000', '152142.078000', '152142.081000', '152201.922000', '152201.925000', '152201.928000', '152201.930000', '152201.933000', '152201.936000', '152201.939000', '152201.942000', '152201.944000', '152201.947000', '152201.950000', '152201.953000', '152201.956000', '152201.958000', '152201.961000', '152201.964000', '152201.967000', '152201.970000', '152201.972000', '152201.975000', '152201.978000', '152201.981000', '152201.984000', '152201.986000', '152201.989000', '152201.992000', '152201.995000', '152201.998000', '152202.001000', '152202.004000', '152202.007000', '152202.010000', '152202.012000', '152202.015000', '152202.018000', '152202.021000', '152202.024000', '152202.027000', '152202.029000', '152202.032000', '152202.035000', '152202.038000', '152202.041000', '152221.922000', '152221.925000', '152221.927000', '152221.930000', '152221.933000', '152221.936000', '152221.939000', '152221.942000', '152221.945000', '152221.947000', '152221.950000', '152221.953000', '152221.956000', '152221.958000', '152221.961000', '152221.964000', '152221.967000', '152221.970000', '152221.972000', '152221.975000', '152221.978000', '152221.981000', '152221.984000', '152221.986000', '152221.989000', '152221.992000', '152221.995000', '152221.998000', '152222.002000', '152222.004000', '152222.007000', '152222.010000', '152222.013000', '152222.023000', '152222.026000', '152222.028000', '152222.031000', '152222.034000', '152222.037000', '152222.040000', '152222.042000', '152222.045000', '152222.048000', '152222.051000', '152241.922000', '152241.925000', '152241.928000', '152241.931000', '152241.933000', '152241.936000', '152241.939000', '152241.942000', '152241.946000', '152241.963000', '152241.966000', '152241.969000', '152241.971000', '152241.974000', '152241.977000', '152241.980000', '152241.983000', '152241.985000', '152241.988000', '152241.991000', '152241.994000', '152241.997000', '152242.001000', '152242.005000', '152242.008000', '152242.011000', '152242.014000', '152242.034000', '152242.036000', '152242.039000', '152242.042000', '152242.045000', '152242.048000', '152242.050000', '152242.053000', '152242.056000', '152242.059000', '152242.062000', '152242.065000', '152242.067000', '152242.070000', '152242.073000', '152242.076000', '152301.921000', '152301.924000', '152301.927000', '152301.929000', '152301.932000', '152301.935000', '152301.938000', '152301.941000', '152301.943000', '152301.946000', '152301.949000', '152301.952000', '152301.955000', '152301.958000', '152301.960000', '152301.963000', '152301.966000', '152301.969000', '152301.972000', '152301.974000', '152301.977000', '152301.980000', '152301.983000', '152301.986000', '152301.988000', '152301.991000', '152301.994000', '152301.997000', '152302.001000', '152302.003000', '152302.006000', '152302.009000', '152302.012000', '152302.015000', '152302.017000', '152302.020000', '152302.023000', '152302.026000', '152302.029000', '152302.032000', '152302.034000', '152302.037000', '152302.040000', '152302.043000', '152321.921000', '152321.924000', '152321.927000', '152321.930000', '152321.932000', '152321.935000', '152321.938000', '152321.941000', '152321.944000', '152321.946000', '152321.949000', '152321.952000', '152321.955000', '152321.958000', '152321.961000', '152321.963000', '152321.966000', '152321.969000', '152321.972000', '152321.975000', '152321.977000', '152321.980000', '152321.983000', '152321.986000', '152321.989000', '152321.992000', '152321.994000', '152321.997000', '152322.001000', '152322.004000', '152322.007000', '152322.009000', '152322.012000', '152322.015000', '152322.018000', '152322.021000', '152322.026000', '152322.030000', '152322.033000', '152322.035000', '152322.038000', '152322.041000', '152322.044000', '152341.922000', '152341.925000', '152341.928000', '152341.930000', '152341.933000', '152341.936000', '152341.939000', '152341.942000', '152341.944000', '152341.947000', '152341.950000', '152341.953000', '152341.956000', '152341.958000', '152341.961000', '152341.964000', '152341.967000', '152341.970000', '152341.972000', '152341.975000', '152341.978000', '152341.981000', '152341.984000', '152341.987000', '152341.989000', '152341.992000', '152341.995000', '152341.998000', '152342.001000', '152342.004000', '152342.006000', '152342.009000', '152342.012000', '152342.015000', '152342.018000', '152342.021000', '152342.023000', '152342.026000', '152342.029000', '152342.032000', '152342.035000', '152342.038000', '152342.040000', '152342.043000', '152401.922000', '152401.925000', '152401.928000', '152401.930000', '152401.933000', '152401.936000', '152401.939000', '152401.942000', '152401.945000', '152401.948000', '152401.950000', '152401.953000', '152401.956000', '152401.959000', '152401.962000', '152401.964000', '152401.967000', '152401.970000', '152401.973000', '152401.976000', '152401.979000', '152401.983000', '152401.986000', '152401.989000', '152401.992000', '152401.994000', '152401.997000', '152402.001000', '152402.004000', '152402.007000', '152402.010000', '152402.013000', '152402.015000', '152402.018000', '152402.021000', '152402.024000', '152402.027000', '152402.030000', '152402.040000', '152402.042000', '152402.045000', '152402.048000', '152402.051000', '152421.922000', '152421.925000', '152421.928000', '152421.930000', '152421.933000', '152421.948000', '152421.951000', '152421.953000', '152421.956000', '152421.959000', '152421.962000', '152421.965000', '152421.967000', '152421.970000', '152421.973000', '152421.976000', '152421.979000', '152421.982000', '152421.984000', '152421.987000', '152421.990000', '152421.993000', '152421.996000', '152422.000000', '152422.002000', '152422.005000', '152422.008000', '152422.011000', '152422.014000', '152422.017000', '152422.019000', '152422.022000', '152422.025000', '152422.028000', '152422.031000', '152422.034000', '152422.036000', '152422.039000', '152422.042000', '152422.045000', '152422.048000', '152422.051000', '152422.053000', '152422.056000', '152441.922000', '152441.925000', '152441.928000', '152441.931000', '152441.934000', '152441.936000', '152441.939000', '152441.942000', '152441.945000', '152441.948000', '152441.951000', '152441.953000', '152441.956000', '152441.959000', '152441.962000', '152441.965000', '152441.968000', '152441.970000', '152441.973000', '152441.976000', '152441.979000', '152441.982000', '152441.985000', '152441.987000', '152441.990000', '152441.993000', '152441.996000', '152442.000000', '152442.003000', '152442.005000', '152442.008000', '152442.011000', '152442.023000', '152442.026000', '152442.028000', '152442.031000', '152442.034000', '152442.037000', '152442.040000', '152442.043000', '152442.045000', '152442.048000', '152442.051000', '152501.922000', '152501.926000', '152501.929000', '152501.932000', '152501.936000', '152501.939000', '152501.942000', '152501.945000', '152501.949000', '152501.952000', '152501.956000', '152501.959000', '152501.962000', '152501.965000', '152501.969000', '152501.972000', '152501.975000', '152501.979000', '152501.982000', '152501.986000', '152501.989000', '152501.992000', '152501.996000', '152502.000000', '152502.003000', '152502.007000', '152502.010000', '152502.013000', '152502.017000', '152502.020000', '152502.023000', '152502.027000', '152502.030000', '152502.033000', '152502.037000', '152502.040000', '152502.043000', '152502.047000', '152502.050000', '152502.054000', '152502.057000', '152502.060000', '152502.063000', '152502.066000', '152521.921000', '152521.924000', '152521.927000', '152521.930000', '152521.933000', '152521.935000', '152521.938000', '152521.941000', '152521.944000', '152521.947000', '152521.950000', '152521.952000', '152521.955000', '152521.958000', '152521.961000', '152521.964000', '152521.966000', '152521.969000', '152521.972000', '152521.975000', '152521.978000', '152521.981000', '152521.984000', '152521.987000', '152521.989000', '152521.992000', '152521.995000', '152521.998000', '152522.002000', '152522.004000', '152522.007000', '152522.010000', '152522.013000', '152522.016000', '152522.020000', '152522.023000', '152522.026000', '152522.029000', '152522.032000', '152522.035000', '152522.038000', '152522.040000', '152522.043000', '152541.921000', '152541.924000', '152541.927000', '152541.930000', '152541.933000', '152541.935000', '152541.938000', '152541.941000', '152541.944000', '152541.947000', '152541.949000', '152541.952000', '152541.955000', '152541.958000', '152541.961000', '152541.963000', '152541.966000', '152541.969000', '152541.972000', '152541.975000', '152541.978000', '152541.980000', '152541.983000', '152541.986000', '152541.989000', '152541.992000', '152541.995000', '152541.998000', '152542.001000', '152542.004000', '152542.024000', '152542.027000', '152542.030000', '152542.032000', '152542.035000', '152542.038000', '152542.041000', '152542.044000', '152542.046000', '152542.049000', '152542.052000', '152542.055000', '152542.058000', '152542.061000', '152601.922000', '152601.925000', '152601.928000', '152601.931000', '152601.934000', '152601.936000', '152601.939000', '152601.942000', '152601.945000', '152601.948000', '152601.951000', '152601.953000', '152601.956000', '152601.959000', '152601.962000', '152601.965000', '152601.968000', '152601.971000', '152601.974000', '152601.976000', '152601.979000', '152601.982000', '152601.985000', '152601.988000', '152601.991000', '152601.993000', '152601.996000', '152601.999000', '152602.002000', '152602.005000', '152602.008000', '152602.010000', '152602.013000', '152602.016000', '152602.019000', '152602.022000', '152602.025000', '152602.027000', '152602.030000', '152602.033000', '152602.036000', '152602.039000', '152602.042000', '152621.922000', '152621.925000', '152621.928000', '152621.931000', '152621.934000', '152621.936000', '152621.939000', '152621.942000', '152621.945000', '152621.948000', '152621.951000', '152621.953000', '152621.956000', '152621.959000', '152621.962000', '152621.965000', '152621.968000', '152621.970000', '152621.973000', '152621.976000', '152621.979000', '152621.982000', '152621.985000', '152621.988000', '152621.990000', '152621.993000', '152621.996000', '152622.000000', '152622.003000', '152622.005000', '152622.008000', '152622.011000', '152622.014000', '152622.017000', '152622.020000', '152622.022000', '152622.025000', '152622.028000', '152622.031000', '152622.034000', '152622.036000', '152622.039000', '152622.042000', '152622.045000', '152641.922000', '152641.925000', '152641.928000', '152641.931000', '152641.934000', '152641.936000', '152641.939000', '152641.942000', '152641.945000', '152641.948000', '152641.951000', '152641.954000', '152641.956000', '152641.959000', '152641.962000', '152641.965000', '152641.968000', '152641.971000', '152641.974000', '152641.976000', '152641.979000', '152641.982000', '152641.985000', '152641.988000', '152641.991000', '152641.994000', '152641.996000', '152642.000000', '152642.003000', '152642.005000', '152642.008000', '152642.011000', '152642.014000', '152642.017000', '152642.020000', '152642.022000', '152642.025000', '152642.028000', '152642.031000', '152642.034000', '152642.037000', '152642.039000', '152642.042000', '152701.922000', '152701.925000', '152701.928000', '152701.931000', '152701.933000', '152701.936000', '152701.939000', '152701.942000', '152701.945000', '152701.948000', '152701.950000', '152701.953000', '152701.956000', '152701.959000', '152701.962000', '152701.965000', '152701.968000', '152701.970000', '152701.973000', '152701.976000', '152701.981000', '152701.984000', '152701.987000', '152701.989000', '152701.992000', '152701.995000', '152701.998000', '152702.002000', '152702.005000', '152702.008000', '152702.010000', '152702.013000', '152702.016000', '152702.019000', '152702.022000', '152702.025000', '152702.027000', '152702.030000', '152702.033000', '152702.036000', '152702.039000', '152702.042000', '152702.044000', '152702.047000', '152721.922000', '152721.925000', '152721.928000', '152721.930000', '152721.933000', '152721.936000', '152721.939000', '152721.942000', '152721.945000', '152721.947000', '152721.950000', '152721.953000', '152721.956000', '152721.959000', '152721.961000', '152721.964000', '152721.967000', '152721.970000', '152721.973000', '152721.975000', '152721.978000', '152721.981000', '152721.984000', '152721.987000', '152721.989000', '152721.992000', '152721.995000', '152721.998000', '152722.002000', '152722.004000', '152722.007000', '152722.010000', '152722.013000', '152722.016000', '152722.019000', '152722.021000', '152722.024000', '152722.027000', '152722.030000', '152722.033000', '152722.036000', '152722.038000', '152722.041000', '152741.921000', '152741.924000', '152741.927000', '152741.930000', '152741.933000', '152741.935000', '152741.938000', '152741.941000', '152741.944000', '152741.948000', '152741.951000', '152741.954000', '152741.957000', '152741.960000', '152741.962000', '152741.965000', '152741.968000', '152741.971000', '152741.974000', '152741.976000', '152741.979000', '152741.982000', '152741.985000', '152741.988000', '152741.991000', '152741.994000', '152741.996000', '152742.000000', '152742.003000', '152742.006000', '152742.009000', '152742.011000', '152742.014000', '152742.017000', '152742.020000', '152742.023000', '152742.026000', '152742.028000', '152742.031000', '152742.034000', '152742.037000', '152742.040000', '152742.042000', '152801.921000', '152801.924000', '152801.927000', '152801.930000', '152801.932000', '152801.935000', '152801.938000', '152801.941000', '152801.944000', '152801.947000', '152801.949000', '152801.952000', '152801.955000', '152801.958000', '152801.961000', '152801.963000', '152801.966000', '152801.969000', '152801.972000', '152801.975000', '152801.977000', '152801.980000', '152801.983000', '152801.986000', '152801.989000', '152801.991000', '152801.994000', '152801.997000', '152802.001000', '152802.004000', '152802.007000', '152802.009000', '152802.012000', '152802.015000', '152802.018000', '152802.021000', '152802.023000', '152802.026000', '152802.029000', '152802.032000', '152802.035000', '152802.038000', '152802.040000', '152802.043000', '152821.922000', '152821.925000', '152821.928000', '152821.931000', '152821.933000', '152821.936000', '152821.939000', '152821.942000', '152821.945000', '152821.958000', '152821.961000', '152821.964000', '152821.967000', '152821.969000', '152821.972000', '152821.975000', '152821.978000', '152821.981000', '152821.983000', '152821.986000', '152821.989000', '152821.992000', '152821.995000', '152821.998000', '152822.001000', '152822.004000', '152822.007000', '152822.010000', '152822.013000', '152822.016000', '152822.018000', '152822.021000', '152822.024000', '152822.027000', '152822.030000', '152822.032000', '152822.035000', '152822.038000', '152822.041000', '152822.044000', '152822.047000', '152822.050000', '152822.052000', '152841.922000', '152841.925000', '152841.928000', '152841.931000', '152841.933000', '152841.936000', '152841.939000', '152841.942000', '152841.945000', '152841.960000', '152841.963000', '152841.966000', '152841.969000', '152841.972000', '152841.974000', '152841.977000', '152841.980000', '152841.983000', '152841.986000', '152841.989000', '152841.991000', '152841.994000', '152841.997000', '152842.001000', '152842.004000', '152842.007000', '152842.010000', '152842.012000', '152842.015000', '152842.018000', '152842.021000', '152842.024000', '152842.027000', '152842.030000', '152842.032000', '152842.035000', '152842.038000', '152842.041000', '152842.044000', '152842.046000', '152842.049000', '152842.052000', '152842.055000', '152842.058000', '152901.922000', '152901.925000', '152901.928000', '152901.931000', '152901.933000', '152901.936000', '152901.939000', '152901.942000', '152901.945000', '152901.948000', '152901.951000', '152901.954000', '152901.957000', '152901.960000', '152901.964000', '152901.967000', '152901.969000', '152901.972000', '152901.975000', '152901.978000', '152901.981000', '152901.983000', '152901.986000', '152901.989000', '152901.992000', '152901.995000', '152901.998000', '152902.002000', '152902.004000', '152902.007000', '152902.010000', '152902.013000', '152902.016000', '152902.018000', '152902.021000', '152902.024000', '152902.027000', '152902.030000', '152902.033000', '152902.035000', '152902.038000', '152902.041000', '152902.044000', '152921.922000', '152921.925000', '152921.928000', '152921.931000', '152921.934000', '152921.936000', '152921.939000', '152921.942000', '152921.945000', '152921.948000', '152921.951000', '152921.954000', '152921.957000', '152921.959000', '152921.962000', '152921.965000', '152921.968000', '152921.971000', '152921.974000', '152921.976000', '152921.979000', '152921.982000', '152921.985000', '152921.988000', '152921.991000', '152921.993000', '152921.996000', '152922.000000', '152922.003000', '152922.006000', '152922.009000', '152922.011000', '152922.014000', '152922.017000', '152922.020000', '152922.023000', '152922.026000', '152922.028000', '152922.031000', '152922.034000', '152922.037000', '152922.040000', '152922.042000', '152922.045000', '152941.922000', '152941.925000', '152941.928000', '152941.931000', '152941.934000', '152941.936000', '152941.939000', '152941.942000', '152941.945000', '152941.948000', '152941.951000', '152941.954000', '152941.957000', '152941.959000', '152941.963000', '152941.965000', '152941.969000', '152941.972000', '152941.975000', '152941.978000', '152941.981000', '152941.983000', '152941.986000', '152941.989000', '152941.992000', '152941.995000', '152941.998000', '152942.001000', '152942.004000', '152942.007000', '152942.010000', '152942.013000', '152942.015000', '152942.018000', '152942.021000', '152942.024000', '152942.027000', '152942.030000', '152942.032000', '152942.035000', '152942.038000', '152942.041000', '152942.044000', '153001.921000', '153001.924000', '153001.927000', '153001.930000', '153001.932000', '153001.951000', '153001.953000', '153001.956000', '153001.959000', '153001.962000', '153001.965000', '153001.968000', '153001.970000', '153001.973000', '153001.976000', '153001.979000', '153001.982000', '153001.985000', '153001.987000', '153001.990000', '153001.993000', '153001.996000', '153002.000000', '153002.003000', '153002.005000', '153002.008000', '153002.011000', '153002.014000', '153002.017000', '153002.020000', '153002.022000', '153002.025000', '153002.028000', '153002.031000', '153002.034000', '153002.037000', '153002.039000', '153002.042000', '153002.045000', '153002.048000', '153002.051000', '153002.053000', '153002.056000', '153002.059000', '153021.921000', '153021.924000', '153021.927000', '153021.930000', '153021.934000', '153021.937000', '153021.940000', '153021.943000', '153021.946000', '153021.949000', '153021.951000', '153021.954000', '153021.957000', '153021.960000', '153021.963000', '153021.966000', '153021.968000', '153021.971000', '153021.974000', '153021.977000', '153021.980000', '153021.983000', '153021.986000', '153021.989000', '153021.992000', '153021.995000', '153021.998000', '153022.002000', '153022.004000', '153022.007000', '153022.010000', '153022.013000', '153022.016000', '153022.019000', '153022.022000', '153022.024000', '153022.027000', '153022.030000', '153022.033000', '153022.036000', '153022.039000', '153022.041000', '153022.044000', '153041.922000', '153041.925000', '153041.928000', '153041.931000', '153041.933000', '153041.936000', '153041.939000', '153041.942000', '153041.945000', '153041.947000', '153041.950000', '153041.953000', '153041.956000', '153041.959000', '153041.961000', '153041.964000', '153041.967000', '153041.970000', '153041.973000', '153041.976000', '153041.979000', '153041.982000', '153041.985000', '153041.988000', '153041.991000', '153041.993000', '153041.996000', '153042.000000', '153042.003000', '153042.006000', '153042.009000', '153042.011000', '153042.014000', '153042.017000', '153042.020000', '153042.023000', '153042.026000', '153042.028000', '153042.031000', '153042.034000', '153042.037000', '153042.040000', '153042.042000', '153042.045000', '153101.922000', '153101.925000', '153101.928000', '153101.931000', '153101.934000', '153101.937000', '153101.939000', '153101.942000', '153101.945000', '153101.948000', '153101.951000', '153101.953000', '153101.956000', '153101.959000', '153101.962000', '153101.965000', '153101.968000', '153101.971000', '153101.973000', '153101.976000', '153101.979000', '153101.982000', '153101.985000', '153101.987000', '153101.990000', '153101.993000', '153101.996000', '153102.000000', '153102.003000', '153102.006000', '153102.010000', '153102.013000', '153102.016000', '153102.018000', '153102.021000', '153102.024000', '153102.027000', '153102.030000', '153102.033000', '153102.036000', '153102.038000', '153102.041000', '153102.044000', '153121.922000', '153121.925000', '153121.928000', '153121.931000', '153121.934000', '153121.936000', '153121.939000', '153121.942000', '153121.945000', '153121.948000', '153121.951000', '153121.953000', '153121.956000', '153121.959000', '153121.962000', '153121.965000', '153121.968000', '153121.970000', '153121.973000', '153121.976000', '153121.979000', '153121.982000', '153121.984000', '153121.987000', '153121.990000', '153121.993000', '153121.996000', '153122.000000', '153122.003000', '153122.005000', '153122.008000', '153122.011000', '153122.014000', '153122.017000', '153122.020000', '153122.022000', '153122.025000', '153122.028000', '153122.031000', '153122.034000', '153122.037000', '153122.039000', '153122.042000', '153122.045000', '153141.922000', '153141.925000', '153141.928000', '153141.931000', '153141.934000', '153141.937000', '153141.939000', '153141.942000', '153141.945000', '153141.948000', '153141.951000', '153141.953000', '153141.956000', '153141.959000', '153141.962000', '153141.965000', '153141.968000', '153141.971000', '153141.975000', '153141.978000', '153141.980000', '153141.983000', '153141.986000', '153141.989000', '153141.992000', '153141.995000', '153141.997000', '153142.001000', '153142.005000', '153142.007000', '153142.010000', '153142.013000', '153142.016000', '153142.019000', '153142.022000', '153142.025000', '153142.027000', '153142.030000', '153142.033000', '153142.036000', '153142.039000', '153142.041000', '153142.045000', '153157.734000', '153157.738000', '153157.741000', '153157.744000', '153157.747000', '153157.750000', '153157.754000', '153157.757000', '153157.763000', '153157.766000', '153157.769000', '153157.772000', '153157.775000', '153157.778000', '153157.781000', '153157.784000', '153157.787000', '153157.790000', '153157.793000', '153157.796000', '153157.799000', '153157.802000', '153157.805000', '153157.808000', '153157.811000', '153157.814000', '153157.817000', '153157.820000', '153157.823000', '153157.826000', '153157.829000', '153157.832000', '153157.835000', '153157.838000', '153157.840000'], '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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'LargestImagePixelValue': [11623, 12111, 11590, 11702, 12419, 11051, 11502, 12197, 11144, 8923, 10484, 11127, 9544, 9571, 10410, 9528, 10116, 11031, 9762, 9378, 10772, 10273, 9630, 10831, 9697, 9987, 10773, 10169, 9754, 10791, 9587, 10487, 10902, 11288, 11265, 10400, 11447, 12002, 11157, 11407, 11659, 10349, 11583, 11314, 10943, 11198, 11146, 10877, 11407, 11824, 11230, 11504, 11937, 11276, 11544, 11442, 11579, 11611, 12546, 11224, 11392, 10746, 10585, 11583, 10849, 10979, 11383, 11035, 10868, 11528, 10847, 10797, 8793, 8646, 10507, 11224, 11303, 10345, 11182, 10606, 10022, 11263, 10719, 11033, 11094, 10500, 10624, 11441, 10422, 10279, 11159, 10572, 9960, 11130, 10790, 9810, 11583, 10890, 10137, 11330, 11237, 10483, 11367, 10773, 10212, 11310, 10705, 10170, 11207, 10727, 11139, 9755, 9253, 10771, 11122, 12145, 10532, 11409, 11953, 10224, 9382, 9821, 10565, 9392, 9918, 10053, 9600, 10111, 10944, 10209, 9381, 9981, 9902, 9898, 10227, 10262, 10012, 10454, 10182, 10392, 10399, 10305, 9745, 10825, 10531, 10382, 11036, 10429, 9189, 11393, 11535, 9287, 11489, 11713, 10866, 11324, 12074, 10284, 11200, 11913, 10761, 11297, 12720, 10581, 11483, 12312, 10727, 9898, 10731, 10510, 11386, 12174, 10347, 9158, 10624, 10767, 10172, 9966, 10232, 10969, 11438, 10034, 9495, 10324, 10845, 10197, 10393, 10917, 10018, 10761, 11448, 10280, 10660, 11218, 10560, 11100, 11217, 10613, 11299, 11258, 10816, 10456, 11527, 10998, 9593, 11518, 10398, 10796, 11079, 10721, 9884, 10724, 10239, 9735, 10518, 9979, 10028, 10492, 10835, 9501, 10589, 11345, 10117, 9304, 9340, 9660, 10324, 10350, 10437, 11212, 9461, 10203, 11515, 8346, 9570, 10047, 11580, 8670, 9681, 11240, 8804, 9870, 11614, 8977, 9845, 11591, 9825, 9779, 11577, 9599, 9822, 11737, 9548, 9853, 12003, 8356, 9858, 12049, 9353, 9621, 9121, 8612, 8513, 9669, 11848, 8287, 9730, 11199, 9113, 8982, 10818, 8452, 9625, 11499, 8398, 9080, 10993, 8878, 9828, 11849, 8342, 9429, 12033, 8556, 10166, 12701, 8862, 9592, 9999, 8870, 10374, 7712, 8704, 11130, 9049, 8880, 11464, 9410, 9959, 11869, 8392, 9907, 11683, 8494, 9845, 12329, 9133, 10073, 12116, 9223, 10088, 7557, 9463, 11665, 9549, 9182, 11409, 8413, 9840, 11821, 9388, 9802, 11822, 9626, 9495, 10678, 9456, 10805, 10519, 8808, 10563, 8622, 9715, 11503, 9501, 9717, 11961, 9578, 10572, 9221, 9412, 11630, 9424, 9510, 9387, 8212, 9640, 9757, 12400, 14071, 9732, 11310, 10119, 9961, 12390, 8480, 11311, 13481, 9691, 11218, 9913, 10580, 13042, 9087, 10940, 13525, 10551, 11386, 10575, 10803, 12460, 9817, 10137, 10132, 9714, 11905, 10296, 10615, 12432, 9721, 10578, 12537, 10470, 10442, 13066, 10462, 10858, 12353, 10073, 10748, 9428, 10558, 11398, 9575, 10780, 11841, 10186, 10446, 9912, 9947, 11327, 10220, 10195, 11836, 7820, 10320, 12975, 8541, 10237, 12482, 11088, 10689, 12130, 10115, 10749, 12748, 9760, 11003, 9388, 9888, 12013, 9340, 10163, 12026, 9385, 9655, 12445, 8869, 9881, 12510, 9621, 10246, 11775, 9844, 11061, 11193, 8907, 11289, 9788, 9271, 11588, 9374, 9834, 12328, 9637, 10206, 12053, 9011, 10687, 12651, 9603, 10207, 12151, 9450, 10167, 12605, 8712, 10019, 12722, 9217, 10735, 12425, 11055, 11016, 12535, 10262, 10627, 12748, 10659, 10595, 12264, 10863, 10736, 12452, 9995, 10580, 12184, 10198, 10353, 12606, 9497, 9908, 12028, 9420, 10282, 12447, 8614, 10182, 11872, 10073, 11009, 12382, 9028, 10087, 12142, 8967, 9738, 12241, 9762, 10397, 12844, 9700, 10461, 9819, 10053, 11554, 10416, 9595, 11719, 9619, 10755, 12731, 9990, 10119, 12381, 10370, 9440, 10092, 11505, 13862, 9922, 10633, 12692, 10425, 11110, 12403, 9980, 10306, 12285, 10162, 10137, 11604, 10032, 10935, 12177, 9942, 10513, 11679, 10495, 10161, 11968, 9863, 10217, 12203, 10291, 10540, 11848, 10106, 10322, 12438, 10027, 10169, 11664, 10143, 10484, 10659, 9666, 11352, 12443, 9852, 11194, 10306, 9386, 10591, 11079, 13159, 10042, 10281, 12268, 9752, 10341, 12380, 9820, 10656, 12331, 9949, 10216, 13066, 10741, 10299, 12223, 10551, 10668, 12425, 10550, 10501, 12204, 10437, 10355, 12527, 10925, 10724, 12181, 10652, 10524, 12362, 9869, 10585, 12158, 10469, 10551, 12550, 10643, 10553, 12432, 10951, 10513, 12156, 10561, 10766, 12213, 9878, 10585, 11768, 10387, 10688, 12041, 10235, 10489, 11539, 10655, 10392, 12290, 10519, 10333, 9375, 9942, 10807, 8582, 10247, 11387, 9447, 11089, 11734, 9989, 10718, 12508, 10634, 10927, 12082, 10589, 10483, 12971, 10211, 10966, 13218, 10744, 10710, 9225, 10335, 11373, 10129, 10061, 11482, 10651, 10588, 12065, 10963, 10610, 12047, 10893, 10638, 11872, 11005, 10688, 11747, 10046, 10704, 12104, 10668, 10671, 12311, 10820, 10204, 10106, 10646, 10843, 10386, 10266, 10549, 10353, 10312, 11526, 11317, 10079, 10882, 12139, 9845, 10729, 13255, 10679, 10502, 12704, 10550, 10747, 11736, 9983, 10558, 12182, 10033, 10480, 9000, 10555, 10979, 10703, 10005, 10579, 10197, 10299, 11247, 8957, 10566, 11066, 10845, 10440, 11887, 10905, 10983, 12081, 10616, 10603, 12135, 9282, 10650, 12249, 10982, 10618, 11804, 10135, 10663, 12297, 10060, 10852, 11953, 10502, 10708, 10099, 10450, 10451, 12192, 10188, 10514, 10574, 10098, 10920, 10407, 10431, 11035, 10480, 10705, 11406, 10697, 10843, 12058, 10216, 10712, 11899, 10830, 10440, 11897, 10288, 10534, 11177, 10871, 10600, 11696, 10816, 10725, 11418, 9316, 10393, 11500, 9436, 10667, 11514, 9726, 10376, 11785, 9935, 10770, 11920, 10592, 10645, 12345, 10501, 10558, 12630, 10383, 10473, 9731, 10725, 10618, 9978, 10507, 10742, 9952, 10569, 11213, 10631, 10816, 11898, 10660, 10652, 12115, 10283, 10604, 12232, 10137, 10378, 12597, 10597, 10386, 13034, 10528, 10340, 9906, 10605, 10667, 10089, 10063, 11406, 9956, 10190, 11883, 11080, 10996, 11725, 10809, 10235, 11390, 9921, 10801, 11739, 10110, 10464, 10017, 10637, 11233, 10212, 10323, 11679, 10561, 10475, 11990, 9455, 10637, 12056, 10259, 10298, 9191, 10273, 10850, 9264, 10831, 11346, 10166, 10719, 12184, 9128, 10422, 12327, 10235, 10293, 9540, 9996, 11051, 9612, 10574, 11589, 10475, 10396, 11794, 10910, 10610, 11589, 9639, 10329, 11383, 9685, 10271, 9832, 9806, 10590, 10148, 10377, 11660, 10316, 10686, 11641, 9003, 10683, 12507, 9776, 10371, 11627, 9481, 10598, 9710, 10231, 11563, 9208, 10438, 11719, 9397, 10334, 12658, 9732, 10404, 12054, 9902, 10610, 9376, 10836, 11722, 9621, 10006, 12495, 9209, 10565, 12524, 10175, 10437, 12393, 10151, 10074, 12616, 10222, 10715, 12550, 10360, 10320, 11824, 9939, 10502, 13568, 10297, 10106, 12114, 10196, 10301, 11746, 10163, 10140, 8997, 9781, 10464, 9905, 10063, 10762, 9430, 9858, 10880, 9124, 9976, 11467, 11652, 9757, 10877, 9788, 9943, 11475, 10251, 9784, 10865, 9112, 10141, 11592, 10140, 10458, 11294, 10255, 10210, 11541, 9005, 10038, 11713, 9230, 10288, 11287, 9480, 10181, 12256, 10191, 9872, 10899, 9493, 10352, 12036, 9816, 10581, 9576, 10395, 11447, 8993, 11238, 11669, 10156, 10873, 11852, 10331, 10760, 12076, 11221, 10819, 11779, 9021, 11182, 9633, 10181, 9649, 10694, 12513, 14059, 10360, 10438, 12469, 10035, 10397, 12552, 10677, 10106, 12445, 10321, 9943, 11985, 10713, 10155, 11247, 10359, 10286, 11481, 10172, 10342, 10938, 10212, 9999, 11362, 10038, 10029, 11513, 10266, 10110, 11177, 9954, 9911, 11480, 10406, 9986, 9107, 10224, 10955, 10627, 10126, 11495, 9791, 10290, 11068, 11164, 10107, 11607, 10980, 10662, 11449, 10863, 10784, 10946, 10862, 10448, 11421, 10863, 10636, 11072, 10706, 10526, 11634, 10345, 10541, 11642, 9701, 10231, 11811, 9638, 10734, 11093, 9592, 10257, 11823, 10378, 10195, 12442, 10288, 10192, 12052, 10263, 9968, 12099, 10514, 10379, 11105, 10653, 9949, 9174, 10349, 10551, 9546, 10423, 11157, 10508, 10404, 11517, 10431, 10647, 11132, 10394, 10692, 11334, 10267, 11033, 11022, 11000, 10264, 11690, 11261, 10507, 11321, 10774, 10137, 11494, 10738, 10394, 11266, 11205, 10853, 10813, 10043, 10518, 11515, 9438, 10554, 11437, 10271, 10034, 9967, 10181, 9989, 9461, 10090, 10177, 10375, 10229, 10963, 10452, 10806, 11038, 10288, 10372, 11268, 9279, 10555, 11839, 9723, 10325, 12004, 9878, 10334, 12652, 10197, 10092, 10890, 10243, 11611, 10470, 10660, 11848, 10807, 10348, 10368, 10227, 10836, 10011, 10528, 11511, 10214, 10466, 12788, 10179, 10426, 11728, 10260, 11324, 10657, 11044, 11338, 11830, 9962, 11163, 9329, 8950, 10562, 12652, 11249, 10609, 11727, 11180, 10904, 12144, 10870, 10160, 12169, 10762, 10307, 12241, 10451, 10396, 10838, 10107, 12870, 11095, 10680, 12681, 10868, 10100, 12374, 10533, 10162, 10449, 10779, 10223, 10969, 10416, 10756, 9794, 10757, 11577, 10081, 9440, 10961, 10564, 11034, 11082, 10797, 11269, 10074, 10927, 11281, 10116, 10463, 8813, 10803, 11154, 11342, 11120, 11432, 10166, 10578, 12340, 11128, 10105, 10351, 11053, 11637, 9745, 10839, 12147, 10041, 10636, 10374, 10535, 10815, 10245, 10919, 11454, 10307, 10823, 11120, 9762, 10744, 12103, 10390, 10896, 12007, 10152, 10133, 10574, 11078, 11323, 9993, 11299, 11270, 10959, 10122, 10670, 11089, 11380, 10775, 11088, 10697, 9438, 11061, 11986, 9384, 11089, 11601, 10354, 11052, 11577, 10612, 10008, 9770, 11219, 10438, 8910, 10816, 11408, 9989, 10975, 11580, 10054, 10356, 11157, 10009, 10059, 9171, 10580, 11059, 10015, 10962, 11509, 10487, 11223, 11241, 10140, 10820, 12449, 10945, 11488, 12621, 10224, 11153, 12946, 10211, 11397, 12557, 10797, 10985, 11668, 10676, 9719, 10000, 11090, 10802, 11303, 10889, 11377, 10991, 11478, 10875, 10638, 10783, 12497, 11125, 10965, 11376, 10730, 10388, 11067, 10913, 10900, 9512, 11391, 10581, 9452, 11211, 11556, 9332, 11393, 11336, 9857, 11406, 11173, 11027, 11225, 12450], 'WindowCenter': [4005.0, 3988.0, 3976.0, 3974.0, 3961.0, 3950.0, 3960.0, 3959.0, 3950.0, 3930.0, 3949.0, 3950.0, 3939.0, 3927.0, 3938.0, 3940.0, 3938.0, 3950.0, 3940.0, 3927.0, 3949.0, 3940.0, 3928.0, 3949.0, 3929.0, 3927.0, 3938.0, 3939.0, 3926.0, 3949.0, 3928.0, 3938.0, 3949.0, 3950.0, 3950.0, 3950.0, 3962.0, 3948.0, 3948.0, 3949.0, 3947.0, 3938.0, 3950.0, 3948.0, 3949.0, 3948.0, 3947.0, 3949.0, 3950.0, 3948.0, 3949.0, 3949.0, 3947.0, 3947.0, 3949.0, 3948.0, 3948.0, 3949.0, 3957.0, 3948.0, 3949.0, 3937.0, 3937.0, 3949.0, 3937.0, 3947.0, 3949.0, 3937.0, 3948.0, 3949.0, 3937.0, 3949.0, 3919.0, 3917.0, 3949.0, 3950.0, 3948.0, 3938.0, 3951.0, 3939.0, 3940.0, 3951.0, 3939.0, 3950.0, 3951.0, 3939.0, 3949.0, 3962.0, 3950.0, 3940.0, 3951.0, 3950.0, 3939.0, 3951.0, 3950.0, 3940.0, 3950.0, 3949.0, 3938.0, 3950.0, 3949.0, 3950.0, 3951.0, 3949.0, 3939.0, 3950.0, 3938.0, 3939.0, 3950.0, 3939.0, 3949.0, 3940.0, 3928.0, 3950.0, 3952.0, 3960.0, 3951.0, 3961.0, 3961.0, 3951.0, 3942.0, 3940.0, 3951.0, 3942.0, 3940.0, 3941.0, 3941.0, 3950.0, 3952.0, 3952.0, 3940.0, 3941.0, 3942.0, 3940.0, 3950.0, 3952.0, 3940.0, 3951.0, 3952.0, 3940.0, 3952.0, 3950.0, 3940.0, 3952.0, 3952.0, 3951.0, 3953.0, 3952.0, 3940.0, 3963.0, 3962.0, 3941.0, 3963.0, 3962.0, 3951.0, 3962.0, 3961.0, 3951.0, 3963.0, 3961.0, 3951.0, 3962.0, 3960.0, 3949.0, 3962.0, 3960.0, 3950.0, 3941.0, 3949.0, 3950.0, 3962.0, 3960.0, 3940.0, 3930.0, 3950.0, 3951.0, 3952.0, 3938.0, 3940.0, 3952.0, 3949.0, 3939.0, 3940.0, 3939.0, 3951.0, 3940.0, 3938.0, 3950.0, 3940.0, 3939.0, 3951.0, 3940.0, 3939.0, 3951.0, 3951.0, 3950.0, 3951.0, 3940.0, 3949.0, 3950.0, 3939.0, 3938.0, 3950.0, 3950.0, 3929.0, 3950.0, 3939.0, 3950.0, 3951.0, 3948.0, 3940.0, 3951.0, 3940.0, 3941.0, 3953.0, 3941.0, 3952.0, 3953.0, 3951.0, 3942.0, 3954.0, 3962.0, 3952.0, 3943.0, 3941.0, 3943.0, 3943.0, 3952.0, 3954.0, 3964.0, 3942.0, 3953.0, 3951.0, 3920.0, 3943.0, 3955.0, 3965.0, 3933.0, 3944.0, 3953.0, 3933.0, 3955.0, 3963.0, 3932.0, 3955.0, 3965.0, 3943.0, 3944.0, 3963.0, 3943.0, 3944.0, 3963.0, 3943.0, 3954.0, 3963.0, 3931.0, 3944.0, 3962.0, 3943.0, 3944.0, 3931.0, 3932.0, 3945.0, 3956.0, 3965.0, 3933.0, 3954.0, 3965.0, 3944.0, 3944.0, 3965.0, 3934.0, 3957.0, 3977.0, 3934.0, 3945.0, 3954.0, 3944.0, 3956.0, 3965.0, 3934.0, 3946.0, 3976.0, 3945.0, 3956.0, 3974.0, 3946.0, 3956.0, 3943.0, 3944.0, 3954.0, 3922.0, 3945.0, 3966.0, 3933.0, 3946.0, 3965.0, 3945.0, 3956.0, 3965.0, 3934.0, 3956.0, 3976.0, 3947.0, 3958.0, 3976.0, 3946.0, 3958.0, 3977.0, 3946.0, 3955.0, 3924.0, 3957.0, 3967.0, 3944.0, 3946.0, 3966.0, 3934.0, 3956.0, 3964.0, 3943.0, 3955.0, 3965.0, 3944.0, 3944.0, 3953.0, 3944.0, 3966.0, 3953.0, 3945.0, 3954.0, 3933.0, 3955.0, 3979.0, 3958.0, 3956.0, 3965.0, 3944.0, 3967.0, 3944.0, 3959.0, 3979.0, 3959.0, 3971.0, 3946.0, 3937.0, 3956.0, 3958.0, 3990.0, 3999.0, 3959.0, 3979.0, 3957.0, 3959.0, 3988.0, 3947.0, 3980.0, 3989.0, 3957.0, 3967.0, 3944.0, 3956.0, 3976.0, 3934.0, 3955.0, 3975.0, 3954.0, 3965.0, 3953.0, 3953.0, 3964.0, 3943.0, 3943.0, 3942.0, 3944.0, 3965.0, 3942.0, 3954.0, 3965.0, 3942.0, 3955.0, 3964.0, 3954.0, 3954.0, 3974.0, 3953.0, 3954.0, 3963.0, 3943.0, 3953.0, 3930.0, 3954.0, 3963.0, 3942.0, 3954.0, 3963.0, 3943.0, 3955.0, 3943.0, 3958.0, 3969.0, 3955.0, 3955.0, 3966.0, 3924.0, 3956.0, 3976.0, 3936.0, 3957.0, 3966.0, 3966.0, 3956.0, 3963.0, 3944.0, 3956.0, 3964.0, 3944.0, 3954.0, 3932.0, 3944.0, 3964.0, 3933.0, 3955.0, 3964.0, 3932.0, 3933.0, 3962.0, 3921.0, 3943.0, 3964.0, 3943.0, 3955.0, 3964.0, 3944.0, 3965.0, 3953.0, 3934.0, 3955.0, 3941.0, 3944.0, 3964.0, 3932.0, 3944.0, 3976.0, 3942.0, 3955.0, 3965.0, 3932.0, 3954.0, 3974.0, 3944.0, 3956.0, 3965.0, 3943.0, 3954.0, 3963.0, 3921.0, 3943.0, 3963.0, 3944.0, 3966.0, 3964.0, 3953.0, 3953.0, 3960.0, 3942.0, 3953.0, 3962.0, 3941.0, 3954.0, 3962.0, 3952.0, 3953.0, 3963.0, 3942.0, 3953.0, 3962.0, 3941.0, 3954.0, 3963.0, 3942.0, 3943.0, 3963.0, 3931.0, 3953.0, 3963.0, 3932.0, 3953.0, 3962.0, 3942.0, 3954.0, 3962.0, 3931.0, 3954.0, 3963.0, 3933.0, 3944.0, 3962.0, 3942.0, 3954.0, 3962.0, 3943.0, 3954.0, 3942.0, 3943.0, 3965.0, 3953.0, 3943.0, 3964.0, 3942.0, 3953.0, 3974.0, 3930.0, 3941.0, 3963.0, 3939.0, 3929.0, 3942.0, 3964.0, 3973.0, 3943.0, 3943.0, 3961.0, 3940.0, 3951.0, 3949.0, 3928.0, 3929.0, 3949.0, 3940.0, 3940.0, 3938.0, 3929.0, 3940.0, 3949.0, 3929.0, 3940.0, 3938.0, 3938.0, 3940.0, 3948.0, 3927.0, 3940.0, 3949.0, 3928.0, 3941.0, 3949.0, 3941.0, 3942.0, 3962.0, 3941.0, 3942.0, 3951.0, 3941.0, 3942.0, 3939.0, 3941.0, 3954.0, 3961.0, 3941.0, 3952.0, 3929.0, 3929.0, 3952.0, 3965.0, 3975.0, 3941.0, 3943.0, 3962.0, 3930.0, 3942.0, 3964.0, 3941.0, 3953.0, 3963.0, 3941.0, 3943.0, 3963.0, 3940.0, 3942.0, 3963.0, 3940.0, 3941.0, 3951.0, 3939.0, 3940.0, 3950.0, 3939.0, 3941.0, 3950.0, 3938.0, 3940.0, 3950.0, 3939.0, 3940.0, 3948.0, 3929.0, 3942.0, 3949.0, 3939.0, 3940.0, 3948.0, 3939.0, 3940.0, 3949.0, 3939.0, 3941.0, 3949.0, 3939.0, 3940.0, 3948.0, 3928.0, 3941.0, 3949.0, 3928.0, 3940.0, 3948.0, 3928.0, 3940.0, 3937.0, 3939.0, 3940.0, 3949.0, 3939.0, 3941.0, 3929.0, 3940.0, 3952.0, 3918.0, 3940.0, 3964.0, 3929.0, 3952.0, 3950.0, 3928.0, 3941.0, 3950.0, 3940.0, 3942.0, 3951.0, 3941.0, 3941.0, 3960.0, 3940.0, 3953.0, 3961.0, 3939.0, 3940.0, 3917.0, 3929.0, 3950.0, 3939.0, 3929.0, 3939.0, 3927.0, 3939.0, 3950.0, 3939.0, 3939.0, 3950.0, 3927.0, 3928.0, 3938.0, 3936.0, 3939.0, 3938.0, 3928.0, 3939.0, 3948.0, 3938.0, 3940.0, 3949.0, 3938.0, 3939.0, 3928.0, 3940.0, 3940.0, 3940.0, 3941.0, 3942.0, 3941.0, 3942.0, 3964.0, 3952.0, 3942.0, 3954.0, 3951.0, 3941.0, 3952.0, 3961.0, 3941.0, 3942.0, 3961.0, 3941.0, 3952.0, 3950.0, 3930.0, 3942.0, 3951.0, 3930.0, 3940.0, 3918.0, 3939.0, 3941.0, 3928.0, 3930.0, 3941.0, 3939.0, 3940.0, 3952.0, 3931.0, 3941.0, 3952.0, 3951.0, 3941.0, 3951.0, 3940.0, 3952.0, 3952.0, 3940.0, 3941.0, 3949.0, 3919.0, 3941.0, 3951.0, 3940.0, 3941.0, 3950.0, 3940.0, 3941.0, 3949.0, 3929.0, 3941.0, 3950.0, 3940.0, 3941.0, 3928.0, 3939.0, 3941.0, 3949.0, 3939.0, 3940.0, 3939.0, 3941.0, 3940.0, 3938.0, 3940.0, 3951.0, 3940.0, 3952.0, 3951.0, 3940.0, 3951.0, 3963.0, 3940.0, 3941.0, 3951.0, 3940.0, 3941.0, 3950.0, 3928.0, 3939.0, 3940.0, 3938.0, 3940.0, 3948.0, 3939.0, 3940.0, 3949.0, 3928.0, 3940.0, 3949.0, 3930.0, 3941.0, 3950.0, 3929.0, 3940.0, 3949.0, 3929.0, 3952.0, 3949.0, 3939.0, 3940.0, 3948.0, 3938.0, 3940.0, 3949.0, 3928.0, 3940.0, 3927.0, 3939.0, 3940.0, 3928.0, 3940.0, 3940.0, 3929.0, 3941.0, 3951.0, 3940.0, 3951.0, 3951.0, 3940.0, 3941.0, 3950.0, 3940.0, 3941.0, 3950.0, 3929.0, 3940.0, 3949.0, 3939.0, 3940.0, 3960.0, 3939.0, 3940.0, 3927.0, 3939.0, 3940.0, 3927.0, 3929.0, 3949.0, 3927.0, 3928.0, 3938.0, 3937.0, 3938.0, 3938.0, 3938.0, 3928.0, 3937.0, 3927.0, 3939.0, 3948.0, 3929.0, 3938.0, 3928.0, 3940.0, 3950.0, 3928.0, 3941.0, 3950.0, 3940.0, 3940.0, 3949.0, 3929.0, 3941.0, 3949.0, 3929.0, 3940.0, 3918.0, 3940.0, 3951.0, 3929.0, 3951.0, 3951.0, 3940.0, 3941.0, 3950.0, 3929.0, 3941.0, 3950.0, 3940.0, 3941.0, 3928.0, 3929.0, 3951.0, 3928.0, 3940.0, 3940.0, 3939.0, 3929.0, 3949.0, 3940.0, 3940.0, 3950.0, 3930.0, 3941.0, 3949.0, 3930.0, 3941.0, 3929.0, 3931.0, 3941.0, 3940.0, 3942.0, 3952.0, 3940.0, 3942.0, 3952.0, 3920.0, 3942.0, 3950.0, 3941.0, 3943.0, 3951.0, 3932.0, 3941.0, 3941.0, 3942.0, 3952.0, 3931.0, 3954.0, 3963.0, 3943.0, 3954.0, 3974.0, 3943.0, 3955.0, 3963.0, 3943.0, 3953.0, 3930.0, 3952.0, 3964.0, 3931.0, 3942.0, 3962.0, 3930.0, 3941.0, 3961.0, 3941.0, 3942.0, 3951.0, 3942.0, 3942.0, 3961.0, 3941.0, 3943.0, 3962.0, 3942.0, 3942.0, 3950.0, 3941.0, 3942.0, 3960.0, 3929.0, 3941.0, 3949.0, 3929.0, 3941.0, 3949.0, 3939.0, 3941.0, 3918.0, 3929.0, 3940.0, 3928.0, 3940.0, 3951.0, 3929.0, 3941.0, 3952.0, 3930.0, 3942.0, 3953.0, 3950.0, 3930.0, 3953.0, 3930.0, 3941.0, 3951.0, 3940.0, 3941.0, 3941.0, 3919.0, 3941.0, 3950.0, 3939.0, 3941.0, 3951.0, 3940.0, 3940.0, 3950.0, 3919.0, 3941.0, 3951.0, 3931.0, 3943.0, 3951.0, 3943.0, 3953.0, 3962.0, 3942.0, 3944.0, 3952.0, 3943.0, 3943.0, 3951.0, 3942.0, 3943.0, 3931.0, 3942.0, 3952.0, 3919.0, 3952.0, 3952.0, 3940.0, 3952.0, 3951.0, 3941.0, 3951.0, 3951.0, 3940.0, 3954.0, 3963.0, 3933.0, 3954.0, 3941.0, 3953.0, 3943.0, 3966.0, 3977.0, 3974.0, 3943.0, 3943.0, 3952.0, 3931.0, 3942.0, 3951.0, 3930.0, 3930.0, 3949.0, 3929.0, 3929.0, 3938.0, 3928.0, 3929.0, 3926.0, 3928.0, 3928.0, 3926.0, 3927.0, 3928.0, 3927.0, 3928.0, 3929.0, 3937.0, 3928.0, 3930.0, 3939.0, 3928.0, 3941.0, 3939.0, 3930.0, 3931.0, 3949.0, 3940.0, 3930.0, 3919.0, 3941.0, 3941.0, 3938.0, 3941.0, 3952.0, 3930.0, 3941.0, 3941.0, 3950.0, 3941.0, 3951.0, 3939.0, 3940.0, 3940.0, 3939.0, 3940.0, 3940.0, 3938.0, 3940.0, 3939.0, 3939.0, 3941.0, 3940.0, 3940.0, 3942.0, 3950.0, 3940.0, 3942.0, 3950.0, 3930.0, 3942.0, 3950.0, 3930.0, 3942.0, 3940.0, 3931.0, 3942.0, 3950.0, 3941.0, 3942.0, 3951.0, 3941.0, 3942.0, 3950.0, 3941.0, 3942.0, 3950.0, 3940.0, 3942.0, 3939.0, 3940.0, 3940.0, 3929.0, 3941.0, 3942.0, 3930.0, 3942.0, 3952.0, 3940.0, 3941.0, 3953.0, 3941.0, 3941.0, 3941.0, 3929.0, 3940.0, 3951.0, 3929.0, 3940.0, 3941.0, 3939.0, 3941.0, 3950.0, 3939.0, 3940.0, 3940.0, 3940.0, 3930.0, 3938.0, 3927.0, 3929.0, 3940.0, 3938.0, 3939.0, 3938.0, 3929.0, 3940.0, 3938.0, 3917.0, 3940.0, 3938.0, 3929.0, 3941.0, 3928.0, 3941.0, 3941.0, 3929.0, 3941.0, 3942.0, 3940.0, 3942.0, 3951.0, 3953.0, 3965.0, 3953.0, 3942.0, 3954.0, 3952.0, 3932.0, 3954.0, 3963.0, 3932.0, 3943.0, 3962.0, 3943.0, 3943.0, 3962.0, 3941.0, 3943.0, 3952.0, 3954.0, 3952.0, 3952.0, 3953.0, 3952.0, 3951.0, 3942.0, 3940.0, 3941.0, 3952.0, 3930.0, 3953.0, 3952.0, 3953.0, 3953.0, 3962.0, 3941.0, 3953.0, 3963.0, 3941.0, 3951.0, 3940.0, 3965.0, 3965.0, 3963.0, 3930.0, 3951.0, 3929.0, 3932.0, 3953.0, 3962.0, 3940.0, 3941.0, 3951.0, 3949.0, 3952.0, 3962.0, 3941.0, 3941.0, 3949.0, 3938.0, 3929.0, 3948.0, 3939.0, 3940.0, 3939.0, 3940.0, 3960.0, 3938.0, 3939.0, 3948.0, 3927.0, 3928.0, 3936.0, 3927.0, 3927.0, 3926.0, 3937.0, 3927.0, 3938.0, 3939.0, 3938.0, 3929.0, 3951.0, 3938.0, 3939.0, 3930.0, 3950.0, 3951.0, 3951.0, 3950.0, 3951.0, 3950.0, 3940.0, 3953.0, 3951.0, 3953.0, 3953.0, 3930.0, 3951.0, 3952.0, 3951.0, 3953.0, 3951.0, 3942.0, 3953.0, 3961.0, 3951.0, 3942.0, 3941.0, 3964.0, 3952.0, 3930.0, 3954.0, 3961.0, 3942.0, 3954.0, 3942.0, 3953.0, 3952.0, 3941.0, 3951.0, 3951.0, 3939.0, 3952.0, 3951.0, 3941.0, 3953.0, 3961.0, 3941.0, 3952.0, 3951.0, 3942.0, 3941.0, 3952.0, 3953.0, 3952.0, 3941.0, 3953.0, 3952.0, 3952.0, 3953.0, 3955.0, 3964.0, 3977.0, 3953.0, 3953.0, 3952.0, 3931.0, 3953.0, 3952.0, 3931.0, 3953.0, 3952.0, 3941.0, 3951.0, 3950.0, 3940.0, 3942.0, 3929.0, 3952.0, 3941.0, 3931.0, 3953.0, 3962.0, 3942.0, 3954.0, 3952.0, 3943.0, 3954.0, 3952.0, 3943.0, 3943.0, 3931.0, 3954.0, 3952.0, 3941.0, 3953.0, 3964.0, 3953.0, 3965.0, 3953.0, 3953.0, 3954.0, 3964.0, 3953.0, 3964.0, 3963.0, 3942.0, 3953.0, 3962.0, 3941.0, 3952.0, 3961.0, 3940.0, 3951.0, 3950.0, 3940.0, 3930.0, 3929.0, 3951.0, 3940.0, 3949.0, 3951.0, 3950.0, 3940.0, 3952.0, 3940.0, 3952.0, 3952.0, 3950.0, 3951.0, 3952.0, 3950.0, 3941.0, 3941.0, 3950.0, 3951.0, 3941.0, 3929.0, 3951.0, 3941.0, 3931.0, 3953.0, 3951.0, 3930.0, 3952.0, 3951.0, 3941.0, 3953.0, 3951.0, 3952.0, 3952.0, 3950.0], 'WindowWidth': [8925.0, 8888.0, 8863.0, 8859.0, 8834.0, 8818.0, 8832.0, 8828.0, 8815.0, 8790.0, 8813.0, 8817.0, 8803.0, 8783.0, 8798.0, 8806.0, 8798.0, 8815.0, 8802.0, 8781.0, 8812.0, 8804.0, 8783.0, 8812.0, 8787.0, 8782.0, 8796.0, 8800.0, 8779.0, 8811.0, 8786.0, 8798.0, 8814.0, 8819.0, 8817.0, 8817.0, 8836.0, 8813.0, 8810.0, 8814.0, 8809.0, 8797.0, 8817.0, 8812.0, 8814.0, 8813.0, 8809.0, 8813.0, 8817.0, 8811.0, 8811.0, 8814.0, 8808.0, 8809.0, 8814.0, 8811.0, 8811.0, 8814.0, 8822.0, 8810.0, 8812.0, 8793.0, 8794.0, 8812.0, 8794.0, 8809.0, 8813.0, 8793.0, 8810.0, 8814.0, 8796.0, 8813.0, 8773.0, 8768.0, 8813.0, 8816.0, 8813.0, 8797.0, 8819.0, 8800.0, 8803.0, 8821.0, 8801.0, 8816.0, 8820.0, 8801.0, 8813.0, 8834.0, 8815.0, 8803.0, 8820.0, 8816.0, 8802.0, 8820.0, 8816.0, 8802.0, 8818.0, 8813.0, 8799.0, 8818.0, 8816.0, 8815.0, 8819.0, 8814.0, 8802.0, 8817.0, 8798.0, 8802.0, 8818.0, 8800.0, 8814.0, 8804.0, 8786.0, 8818.0, 8822.0, 8831.0, 8818.0, 8835.0, 8834.0, 8820.0, 8809.0, 8802.0, 8819.0, 8810.0, 8803.0, 8805.0, 8808.0, 8818.0, 8821.0, 8824.0, 8805.0, 8805.0, 8809.0, 8802.0, 8818.0, 8822.0, 8804.0, 8821.0, 8823.0, 8803.0, 8821.0, 8819.0, 8803.0, 8822.0, 8824.0, 8818.0, 8825.0, 8823.0, 8806.0, 8840.0, 8838.0, 8808.0, 8839.0, 8835.0, 8820.0, 8836.0, 8836.0, 8820.0, 8838.0, 8834.0, 8820.0, 8837.0, 8832.0, 8815.0, 8834.0, 8831.0, 8817.0, 8806.0, 8814.0, 8816.0, 8835.0, 8829.0, 8803.0, 8790.0, 8815.0, 8819.0, 8822.0, 8797.0, 8802.0, 8821.0, 8813.0, 8799.0, 8804.0, 8800.0, 8818.0, 8804.0, 8798.0, 8817.0, 8805.0, 8799.0, 8818.0, 8804.0, 8799.0, 8818.0, 8820.0, 8817.0, 8819.0, 8805.0, 8812.0, 8816.0, 8800.0, 8796.0, 8817.0, 8816.0, 8787.0, 8817.0, 8799.0, 8817.0, 8821.0, 8813.0, 8802.0, 8820.0, 8803.0, 8806.0, 8825.0, 8807.0, 8824.0, 8828.0, 8822.0, 8811.0, 8829.0, 8839.0, 8825.0, 8815.0, 8807.0, 8811.0, 8811.0, 8822.0, 8828.0, 8841.0, 8810.0, 8825.0, 8819.0, 8778.0, 8812.0, 8831.0, 8844.0, 8800.0, 8815.0, 8824.0, 8797.0, 8830.0, 8837.0, 8796.0, 8830.0, 8844.0, 8813.0, 8815.0, 8837.0, 8811.0, 8815.0, 8839.0, 8811.0, 8829.0, 8837.0, 8794.0, 8814.0, 8837.0, 8814.0, 8817.0, 8794.0, 8796.0, 8819.0, 8837.0, 8845.0, 8799.0, 8830.0, 8845.0, 8813.0, 8817.0, 8844.0, 8803.0, 8838.0, 8865.0, 8803.0, 8818.0, 8830.0, 8816.0, 8834.0, 8847.0, 8802.0, 8821.0, 8860.0, 8818.0, 8834.0, 8856.0, 8821.0, 8835.0, 8811.0, 8815.0, 8830.0, 8783.0, 8818.0, 8848.0, 8800.0, 8821.0, 8846.0, 8819.0, 8836.0, 8846.0, 8801.0, 8835.0, 8861.0, 8823.0, 8843.0, 8863.0, 8822.0, 8843.0, 8864.0, 8820.0, 8831.0, 8789.0, 8836.0, 8851.0, 8815.0, 8822.0, 8846.0, 8802.0, 8835.0, 8843.0, 8813.0, 8833.0, 8844.0, 8815.0, 8816.0, 8825.0, 8816.0, 8848.0, 8825.0, 8817.0, 8830.0, 8799.0, 8832.0, 8872.0, 8841.0, 8836.0, 8844.0, 8817.0, 8851.0, 8814.0, 8844.0, 8870.0, 8844.0, 8864.0, 8821.0, 8809.0, 8835.0, 8841.0, 8888.0, 8898.0, 8844.0, 8870.0, 8836.0, 8844.0, 8882.0, 8824.0, 8873.0, 8884.0, 8837.0, 8851.0, 8815.0, 8833.0, 8859.0, 8801.0, 8831.0, 8857.0, 8828.0, 8843.0, 8822.0, 8824.0, 8840.0, 8808.0, 8811.0, 8807.0, 8812.0, 8844.0, 8809.0, 8826.0, 8842.0, 8808.0, 8830.0, 8840.0, 8825.0, 8828.0, 8853.0, 8824.0, 8828.0, 8836.0, 8808.0, 8822.0, 8789.0, 8826.0, 8837.0, 8806.0, 8826.0, 8836.0, 8811.0, 8831.0, 8811.0, 8841.0, 8855.0, 8829.0, 8829.0, 8844.0, 8789.0, 8834.0, 8858.0, 8806.0, 8836.0, 8845.0, 8845.0, 8833.0, 8837.0, 8811.0, 8833.0, 8841.0, 8812.0, 8826.0, 8793.0, 8812.0, 8841.0, 8799.0, 8829.0, 8839.0, 8793.0, 8795.0, 8835.0, 8776.0, 8810.0, 8840.0, 8809.0, 8828.0, 8838.0, 8815.0, 8844.0, 8823.0, 8799.0, 8828.0, 8806.0, 8812.0, 8841.0, 8793.0, 8813.0, 8858.0, 8808.0, 8828.0, 8842.0, 8793.0, 8826.0, 8854.0, 8813.0, 8832.0, 8842.0, 8809.0, 8827.0, 8838.0, 8778.0, 8811.0, 8836.0, 8814.0, 8847.0, 8840.0, 8821.0, 8824.0, 8830.0, 8806.0, 8825.0, 8834.0, 8804.0, 8825.0, 8835.0, 8820.0, 8823.0, 8838.0, 8808.0, 8824.0, 8833.0, 8804.0, 8827.0, 8837.0, 8807.0, 8811.0, 8836.0, 8792.0, 8823.0, 8836.0, 8794.0, 8825.0, 8834.0, 8808.0, 8827.0, 8835.0, 8793.0, 8829.0, 8837.0, 8796.0, 8813.0, 8835.0, 8809.0, 8827.0, 8836.0, 8810.0, 8828.0, 8808.0, 8812.0, 8843.0, 8826.0, 8813.0, 8841.0, 8806.0, 8824.0, 8855.0, 8788.0, 8803.0, 8838.0, 8799.0, 8786.0, 8808.0, 8840.0, 8852.0, 8811.0, 8809.0, 8829.0, 8799.0, 8817.0, 8812.0, 8780.0, 8786.0, 8812.0, 8800.0, 8799.0, 8795.0, 8783.0, 8800.0, 8810.0, 8786.0, 8801.0, 8794.0, 8794.0, 8799.0, 8807.0, 8779.0, 8799.0, 8810.0, 8781.0, 8802.0, 8811.0, 8803.0, 8807.0, 8833.0, 8805.0, 8808.0, 8816.0, 8805.0, 8807.0, 8799.0, 8804.0, 8826.0, 8829.0, 8804.0, 8821.0, 8784.0, 8784.0, 8821.0, 8845.0, 8859.0, 8804.0, 8811.0, 8835.0, 8789.0, 8806.0, 8840.0, 8803.0, 8823.0, 8836.0, 8803.0, 8809.0, 8838.0, 8801.0, 8805.0, 8836.0, 8801.0, 8803.0, 8816.0, 8799.0, 8800.0, 8815.0, 8797.0, 8805.0, 8814.0, 8794.0, 8798.0, 8813.0, 8797.0, 8800.0, 8809.0, 8786.0, 8806.0, 8810.0, 8797.0, 8800.0, 8808.0, 8796.0, 8800.0, 8811.0, 8797.0, 8802.0, 8811.0, 8798.0, 8800.0, 8808.0, 8781.0, 8803.0, 8811.0, 8781.0, 8799.0, 8807.0, 8779.0, 8800.0, 8792.0, 8797.0, 8799.0, 8809.0, 8799.0, 8803.0, 8783.0, 8800.0, 8818.0, 8767.0, 8801.0, 8839.0, 8785.0, 8818.0, 8815.0, 8783.0, 8802.0, 8815.0, 8798.0, 8805.0, 8817.0, 8804.0, 8805.0, 8828.0, 8800.0, 8825.0, 8829.0, 8796.0, 8798.0, 8764.0, 8783.0, 8815.0, 8799.0, 8784.0, 8798.0, 8778.0, 8797.0, 8813.0, 8798.0, 8798.0, 8812.0, 8777.0, 8780.0, 8792.0, 8788.0, 8797.0, 8793.0, 8780.0, 8798.0, 8807.0, 8794.0, 8799.0, 8811.0, 8794.0, 8797.0, 8781.0, 8800.0, 8801.0, 8799.0, 8804.0, 8807.0, 8802.0, 8808.0, 8838.0, 8819.0, 8805.0, 8824.0, 8818.0, 8804.0, 8821.0, 8832.0, 8802.0, 8807.0, 8830.0, 8802.0, 8819.0, 8814.0, 8786.0, 8806.0, 8816.0, 8786.0, 8801.0, 8767.0, 8798.0, 8803.0, 8781.0, 8788.0, 8803.0, 8797.0, 8801.0, 8820.0, 8792.0, 8804.0, 8820.0, 8817.0, 8804.0, 8817.0, 8801.0, 8819.0, 8819.0, 8800.0, 8803.0, 8811.0, 8771.0, 8801.0, 8816.0, 8801.0, 8804.0, 8813.0, 8800.0, 8804.0, 8811.0, 8785.0, 8804.0, 8812.0, 8800.0, 8802.0, 8781.0, 8798.0, 8803.0, 8809.0, 8798.0, 8800.0, 8797.0, 8803.0, 8801.0, 8796.0, 8801.0, 8818.0, 8800.0, 8819.0, 8819.0, 8801.0, 8817.0, 8835.0, 8801.0, 8805.0, 8818.0, 8800.0, 8803.0, 8815.0, 8780.0, 8794.0, 8801.0, 8794.0, 8798.0, 8808.0, 8795.0, 8799.0, 8810.0, 8781.0, 8800.0, 8810.0, 8788.0, 8804.0, 8812.0, 8784.0, 8801.0, 8810.0, 8785.0, 8819.0, 8809.0, 8798.0, 8801.0, 8807.0, 8794.0, 8799.0, 8810.0, 8781.0, 8800.0, 8779.0, 8798.0, 8801.0, 8783.0, 8800.0, 8802.0, 8783.0, 8802.0, 8816.0, 8799.0, 8818.0, 8818.0, 8801.0, 8805.0, 8813.0, 8799.0, 8804.0, 8813.0, 8785.0, 8802.0, 8810.0, 8797.0, 8801.0, 8826.0, 8797.0, 8800.0, 8778.0, 8796.0, 8799.0, 8780.0, 8783.0, 8811.0, 8778.0, 8782.0, 8795.0, 8792.0, 8794.0, 8794.0, 8791.0, 8781.0, 8791.0, 8779.0, 8799.0, 8807.0, 8782.0, 8795.0, 8782.0, 8801.0, 8814.0, 8782.0, 8802.0, 8814.0, 8801.0, 8800.0, 8810.0, 8784.0, 8802.0, 8810.0, 8784.0, 8800.0, 8767.0, 8799.0, 8817.0, 8785.0, 8815.0, 8817.0, 8799.0, 8804.0, 8812.0, 8784.0, 8804.0, 8814.0, 8800.0, 8802.0, 8782.0, 8785.0, 8816.0, 8781.0, 8799.0, 8799.0, 8794.0, 8785.0, 8811.0, 8798.0, 8801.0, 8812.0, 8785.0, 8802.0, 8810.0, 8785.0, 8804.0, 8783.0, 8789.0, 8803.0, 8801.0, 8806.0, 8819.0, 8801.0, 8807.0, 8819.0, 8775.0, 8806.0, 8815.0, 8804.0, 8809.0, 8816.0, 8792.0, 8805.0, 8803.0, 8807.0, 8821.0, 8791.0, 8827.0, 8836.0, 8811.0, 8829.0, 8852.0, 8811.0, 8830.0, 8835.0, 8810.0, 8824.0, 8788.0, 8819.0, 8839.0, 8788.0, 8805.0, 8831.0, 8788.0, 8805.0, 8830.0, 8803.0, 8808.0, 8817.0, 8805.0, 8808.0, 8832.0, 8804.0, 8809.0, 8835.0, 8805.0, 8808.0, 8815.0, 8803.0, 8806.0, 8829.0, 8784.0, 8803.0, 8811.0, 8784.0, 8802.0, 8810.0, 8797.0, 8801.0, 8767.0, 8785.0, 8800.0, 8781.0, 8800.0, 8817.0, 8785.0, 8803.0, 8819.0, 8787.0, 8806.0, 8822.0, 8814.0, 8787.0, 8822.0, 8787.0, 8804.0, 8817.0, 8801.0, 8802.0, 8804.0, 8770.0, 8804.0, 8815.0, 8797.0, 8801.0, 8817.0, 8801.0, 8801.0, 8813.0, 8771.0, 8804.0, 8816.0, 8791.0, 8808.0, 8818.0, 8809.0, 8825.0, 8832.0, 8806.0, 8812.0, 8819.0, 8810.0, 8812.0, 8816.0, 8805.0, 8809.0, 8788.0, 8807.0, 8820.0, 8771.0, 8817.0, 8821.0, 8800.0, 8818.0, 8816.0, 8801.0, 8817.0, 8815.0, 8799.0, 8827.0, 8837.0, 8799.0, 8827.0, 8805.0, 8824.0, 8813.0, 8848.0, 8862.0, 8855.0, 8808.0, 8810.0, 8818.0, 8789.0, 8805.0, 8817.0, 8784.0, 8785.0, 8809.0, 8781.0, 8783.0, 8793.0, 8779.0, 8781.0, 8775.0, 8779.0, 8779.0, 8773.0, 8774.0, 8780.0, 8775.0, 8779.0, 8782.0, 8790.0, 8781.0, 8786.0, 8796.0, 8781.0, 8803.0, 8795.0, 8785.0, 8789.0, 8809.0, 8799.0, 8787.0, 8769.0, 8801.0, 8801.0, 8794.0, 8801.0, 8818.0, 8784.0, 8803.0, 8802.0, 8812.0, 8803.0, 8815.0, 8796.0, 8799.0, 8800.0, 8794.0, 8798.0, 8797.0, 8794.0, 8799.0, 8797.0, 8794.0, 8800.0, 8799.0, 8800.0, 8804.0, 8813.0, 8800.0, 8804.0, 8812.0, 8787.0, 8805.0, 8813.0, 8787.0, 8804.0, 8800.0, 8788.0, 8805.0, 8814.0, 8802.0, 8805.0, 8815.0, 8801.0, 8806.0, 8813.0, 8803.0, 8805.0, 8814.0, 8800.0, 8805.0, 8798.0, 8800.0, 8801.0, 8783.0, 8802.0, 8806.0, 8786.0, 8804.0, 8818.0, 8800.0, 8804.0, 8821.0, 8802.0, 8800.0, 8803.0, 8782.0, 8801.0, 8815.0, 8783.0, 8799.0, 8801.0, 8796.0, 8801.0, 8813.0, 8795.0, 8799.0, 8801.0, 8798.0, 8786.0, 8794.0, 8776.0, 8782.0, 8799.0, 8793.0, 8797.0, 8793.0, 8783.0, 8799.0, 8794.0, 8764.0, 8799.0, 8794.0, 8783.0, 8804.0, 8781.0, 8802.0, 8803.0, 8785.0, 8802.0, 8806.0, 8801.0, 8805.0, 8818.0, 8822.0, 8845.0, 8823.0, 8807.0, 8824.0, 8820.0, 8793.0, 8828.0, 8836.0, 8793.0, 8810.0, 8833.0, 8809.0, 8811.0, 8834.0, 8805.0, 8810.0, 8820.0, 8825.0, 8821.0, 8819.0, 8823.0, 8822.0, 8819.0, 8808.0, 8801.0, 8804.0, 8821.0, 8786.0, 8823.0, 8821.0, 8822.0, 8825.0, 8835.0, 8804.0, 8824.0, 8835.0, 8805.0, 8818.0, 8800.0, 8845.0, 8844.0, 8837.0, 8788.0, 8817.0, 8785.0, 8794.0, 8825.0, 8835.0, 8799.0, 8804.0, 8817.0, 8812.0, 8819.0, 8834.0, 8802.0, 8803.0, 8811.0, 8793.0, 8783.0, 8806.0, 8796.0, 8802.0, 8796.0, 8799.0, 8828.0, 8794.0, 8797.0, 8805.0, 8776.0, 8780.0, 8788.0, 8775.0, 8778.0, 8773.0, 8790.0, 8777.0, 8792.0, 8797.0, 8792.0, 8785.0, 8817.0, 8793.0, 8797.0, 8787.0, 8814.0, 8818.0, 8818.0, 8813.0, 8817.0, 8814.0, 8801.0, 8823.0, 8816.0, 8823.0, 8822.0, 8787.0, 8818.0, 8818.0, 8815.0, 8822.0, 8818.0, 8807.0, 8822.0, 8831.0, 8817.0, 8807.0, 8803.0, 8840.0, 8819.0, 8788.0, 8828.0, 8831.0, 8807.0, 8827.0, 8807.0, 8823.0, 8820.0, 8802.0, 8818.0, 8818.0, 8798.0, 8818.0, 8816.0, 8804.0, 8822.0, 8831.0, 8803.0, 8820.0, 8816.0, 8806.0, 8804.0, 8818.0, 8823.0, 8820.0, 8805.0, 8822.0, 8819.0, 8821.0, 8824.0, 8831.0, 8842.0, 8865.0, 8823.0, 8824.0, 8821.0, 8793.0, 8824.0, 8820.0, 8793.0, 8824.0, 8819.0, 8803.0, 8817.0, 8813.0, 8801.0, 8805.0, 8785.0, 8818.0, 8804.0, 8793.0, 8824.0, 8835.0, 8809.0, 8826.0, 8821.0, 8809.0, 8827.0, 8821.0, 8809.0, 8811.0, 8792.0, 8825.0, 8821.0, 8804.0, 8824.0, 8840.0, 8822.0, 8842.0, 8825.0, 8824.0, 8827.0, 8840.0, 8823.0, 8840.0, 8837.0, 8807.0, 8822.0, 8834.0, 8803.0, 8819.0, 8829.0, 8801.0, 8817.0, 8813.0, 8799.0, 8788.0, 8784.0, 8815.0, 8801.0, 8810.0, 8815.0, 8813.0, 8800.0, 8820.0, 8802.0, 8820.0, 8822.0, 8813.0, 8816.0, 8820.0, 8813.0, 8802.0, 8804.0, 8814.0, 8817.0, 8804.0, 8784.0, 8817.0, 8802.0, 8790.0, 8822.0, 8817.0, 8788.0, 8818.0, 8816.0, 8804.0, 8821.0, 8817.0, 8819.0, 8820.0, 8813.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.001331840579710145</td></tr>
<tr><td colspan=3>aqi</td><td>0.03313347528985507</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.76239182416974</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1780909066207383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916134841479333</td></tr>
<tr><td colspan=3>efc</td><td>0.4677</td></tr>
<tr><td colspan=3>fber</td><td>5546.0654</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07822730262370813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2318840579710144</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.521148614364633</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4373679418886196</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.775703661094795</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.350374240110485</td></tr>
<tr><td colspan=3>gcor</td><td>0.00495081</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014773031696677208</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023266034200787544</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1380</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.6322591853613604</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.0444</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.348</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.1244</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305566.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>833.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.4554</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7802</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.6007</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3134.4488</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.066</td></tr>
<tr><td colspan=3>tsnr</td><td>34.00634203571826</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>