<?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-0015_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-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0015/figures/sub-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015/ses-01/func/sub-0015_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>08f58149e950429107e058a31100dd35</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>16:13:15.512500</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.998714, 0.0482352, 0.0156244, -0.0458753, 0.990883, -0.12667]</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_brain_imaging_center</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.106046</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7785, -7161, 606, -44, -223, -95, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f6e84148-04d0-4cd5-8a49-d4a8e0d252da||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.679476022720337, -0.12308013439178467, 0.05829827859997749, 114.46735382080078], [-0.12941153347492218, 2.658468008041382, -0.33963480591773987, -75.1009292602539], [0.04191919043660164, 0.3398473262786865, 2.6779189109802246, -67.03326416015625], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['161315.512500', '161315.972500', '161316.432500', '161316.892500', '161317.352500', '161317.812500', '161318.272500', '161318.732500', '161319.192500', '161319.652500', '161320.112500', '161320.572500', '161321.032500', '161321.492500', '161321.952500', '161322.412500', '161322.872500', '161323.332500', '161323.792500', '161324.252500', '161324.712500', '161325.172500', '161325.632500', '161326.092500', '161326.552500', '161327.012500', '161327.472500', '161327.932500', '161328.392500', '161328.852500', '161329.312500', '161329.772500', '161330.232500', '161330.692500', '161331.152500', '161331.612500', '161332.072500', '161332.532500', '161332.992500', '161333.452500', '161333.912500', '161334.372500', '161334.832500', '161335.292500', '161335.752500', '161336.212500', '161336.672500', '161337.132500', '161337.592500', '161338.052500', '161338.512500', '161338.972500', '161339.432500', '161339.892500', '161340.352500', '161340.812500', '161341.272500', '161341.732500', '161342.192500', '161342.652500', '161343.112500', '161343.572500', '161344.032500', '161344.492500', '161344.952500', '161345.412500', '161345.872500', '161346.332500', '161346.792500', '161347.252500', '161347.712500', '161348.172500', '161348.632500', '161349.092500', '161349.552500', '161350.012500', '161350.472500', '161350.932500', '161351.392500', '161351.852500', '161352.312500', '161352.772500', '161353.232500', '161353.692500', '161354.152500', '161354.612500', '161355.072500', '161355.532500', '161355.992500', '161356.452500', '161356.912500', '161357.372500', '161357.832500', '161358.292500', '161358.752500', '161359.212500', '161359.672500', '161400.132500', '161400.592500', '161401.052500', '161401.512500', '161401.972500', '161402.432500', '161402.892500', '161403.352500', '161403.812500', '161404.272500', '161404.732500', '161405.192500', '161405.652500', '161406.112500', '161406.572500', '161407.032500', '161407.492500', '161407.952500', '161408.412500', '161408.872500', '161409.332500', '161409.792500', '161410.252500', '161410.712500', '161411.172500', '161411.632500', '161412.092500', '161412.552500', '161413.012500', '161413.472500', '161413.932500', '161414.392500', '161414.852500', '161415.312500', '161415.772500', '161416.232500', '161416.692500', '161417.152500', '161417.612500', '161418.072500', '161418.532500', '161418.992500', '161419.452500', '161419.912500', '161420.372500', '161420.832500', '161421.292500', '161421.752500', '161422.212500', '161422.672500', '161423.132500', '161423.592500', '161424.052500', '161424.512500', '161424.972500', '161425.432500', '161425.892500', '161426.352500', '161426.812500', '161427.272500', '161427.732500', '161428.192500', '161428.652500', '161429.112500', '161429.572500', '161430.032500', '161430.492500', '161430.952500', '161431.412500', '161431.872500', '161432.332500', '161432.792500', '161433.252500', '161433.712500', '161434.172500', '161434.632500', '161435.092500', '161435.552500', '161436.012500', '161436.472500', '161436.932500', '161437.392500', '161437.852500', '161438.312500', '161438.772500', '161439.232500', '161439.692500', '161440.152500', '161440.612500', '161441.072500', '161441.532500', '161441.992500', '161442.452500', '161442.912500', '161443.372500', '161443.832500', '161444.292500', '161444.752500', '161445.212500', '161445.672500', '161446.132500', '161446.592500', '161447.052500', '161447.512500', '161447.972500', '161448.432500', '161448.892500', '161449.352500', '161449.812500', '161450.272500', '161450.732500', '161451.192500', '161451.652500', '161452.112500', '161452.572500', '161453.032500', '161453.492500', '161453.952500', '161454.412500', '161454.872500', '161455.332500', '161455.792500', '161456.252500', '161456.712500', '161457.172500', '161457.632500', '161458.092500', '161458.552500', '161459.012500', '161459.472500', '161459.932500', '161500.392500', '161500.852500', '161501.312500', '161501.772500', '161502.232500', '161502.692500', '161503.152500', '161503.612500', '161504.072500', '161504.532500', '161504.992500', '161505.452500', '161505.912500', '161506.372500', '161506.832500', '161507.292500', '161507.752500', '161508.212500', '161508.672500', '161509.132500', '161509.592500', '161510.052500', '161510.512500', '161510.972500', '161511.432500', '161511.892500', '161512.352500', '161512.812500', '161513.272500', '161513.732500', '161514.192500', '161514.652500', '161515.112500', '161515.572500', '161516.032500', '161516.492500', '161516.952500', '161517.412500', '161517.872500', '161518.332500', '161518.792500', '161519.252500', '161519.712500', '161520.172500', '161520.632500', '161521.092500', '161521.552500', '161522.012500', '161522.472500', '161522.932500', '161523.392500', '161523.852500', '161524.312500', '161524.772500', '161525.232500', '161525.692500', '161526.152500', '161526.612500', '161527.072500', '161527.532500', '161527.992500', '161528.452500', '161528.912500', '161529.372500', '161529.832500', '161530.292500', '161530.752500', '161531.212500', '161531.672500', '161532.132500', '161532.592500', '161533.052500', '161533.512500', '161533.972500', '161534.432500', '161534.892500', '161535.352500', '161535.812500', '161536.272500', '161536.732500', '161537.192500', '161537.652500', '161538.112500', '161538.572500', '161539.032500', '161539.492500', '161539.952500', '161540.412500', '161540.872500', '161541.332500', '161541.792500', '161542.252500', '161542.712500', '161543.172500', '161543.632500', '161544.092500', '161544.552500', '161545.012500', '161545.472500', '161545.932500', '161546.392500', '161546.852500', '161547.312500', '161547.772500', '161548.232500', '161548.692500', '161549.152500', '161549.612500', '161550.072500', '161550.532500', '161550.992500', '161551.452500', '161551.912500', '161552.372500', '161552.832500', '161553.292500', '161553.752500', '161554.212500', '161554.672500', '161555.132500', '161555.592500', '161556.052500', '161556.512500', '161556.972500', '161557.432500', '161557.892500', '161558.352500', '161558.812500', '161559.272500', '161559.732500', '161600.192500', '161600.652500', '161601.112500', '161601.572500', '161602.032500', '161602.492500', '161602.952500', '161603.412500', '161603.872500', '161604.332500', '161604.792500', '161605.252500', '161605.712500', '161606.172500', '161606.632500', '161607.092500', '161607.552500', '161608.012500', '161608.472500', '161608.932500', '161609.392500', '161609.852500', '161610.312500', '161610.772500', '161611.232500', '161611.692500', '161612.152500', '161612.612500', '161613.072500', '161613.532500', '161613.992500', '161614.452500', '161614.912500', '161615.372500', '161615.832500', '161616.292500', '161616.752500', '161617.212500', '161617.672500', '161618.132500', '161618.592500', '161619.052500', '161619.512500', '161619.972500', '161620.432500', '161620.892500', '161621.352500', '161621.812500', '161622.272500', '161622.732500', '161623.192500', '161623.652500', '161624.112500', '161624.572500', '161625.032500', '161625.492500', '161625.952500', '161626.412500', '161626.872500', '161627.332500', '161627.792500', '161628.252500', '161628.712500', '161629.172500', '161629.632500', '161630.092500', '161630.552500', '161631.012500', '161631.472500', '161631.932500', '161632.392500', '161632.852500', '161633.312500', '161633.772500', '161634.232500', '161634.692500', '161635.152500', '161635.612500', '161636.072500', '161636.532500', '161636.992500', '161637.452500', '161637.912500', '161638.372500', '161638.832500', '161639.292500', '161639.752500', '161640.212500', '161640.672500', '161641.132500', '161641.592500', '161642.052500', '161642.512500', '161642.972500', '161643.432500', '161643.892500', '161644.352500', '161644.812500', '161645.272500', '161645.732500', '161646.192500', '161646.652500', '161647.112500', '161647.572500', '161648.032500', '161648.492500', '161648.952500', '161649.412500', '161649.872500', '161650.332500', '161650.792500', '161651.252500', '161651.712500', '161652.172500', '161652.632500', '161653.092500', '161653.552500', '161654.012500', '161654.472500', '161654.932500', '161655.392500', '161655.852500', '161656.312500', '161656.772500', '161657.232500', '161657.692500', '161658.152500', '161658.612500', '161659.072500', '161659.532500', '161659.992500', '161700.452500', '161700.912500', '161701.372500', '161701.832500', '161702.292500', '161702.752500', '161703.212500', '161703.672500', '161704.132500', '161704.592500', '161705.052500', '161705.512500', '161705.972500', '161706.432500', '161706.892500', '161707.352500', '161707.812500', '161708.272500', '161708.732500', '161709.192500', '161709.652500', '161710.112500', '161710.572500', '161711.032500', '161711.492500', '161711.952500', '161712.412500', '161712.872500', '161713.332500', '161713.792500', '161714.252500', '161714.712500', '161715.172500', '161715.632500', '161716.092500', '161716.552500', '161717.012500', '161717.472500', '161717.932500', '161718.392500', '161718.852500', '161719.312500', '161719.772500', '161720.232500', '161720.692500', '161721.152500', '161721.612500', '161722.072500', '161722.532500', '161722.992500', '161723.452500', '161723.912500', '161724.372500', '161724.832500', '161725.292500', '161725.752500', '161726.212500', '161726.672500', '161727.132500', '161727.592500', '161728.052500', '161728.512500', '161728.972500', '161729.432500', '161729.892500', '161730.352500', '161730.812500', '161731.272500', '161731.732500', '161732.192500', '161732.652500', '161733.112500', '161733.572500', '161734.032500', '161734.492500', '161734.952500', '161735.412500', '161735.872500', '161736.332500', '161736.792500', '161737.252500', '161737.712500', '161738.172500', '161738.632500', '161739.092500', '161739.552500', '161740.012500', '161740.472500', '161740.932500', '161741.392500', '161741.852500', '161742.312500', '161742.772500', '161743.232500', '161743.692500', '161744.152500', '161744.612500', '161745.072500', '161745.532500', '161745.992500', '161746.452500', '161746.912500', '161747.372500', '161747.832500', '161748.292500', '161748.752500', '161749.212500', '161749.672500', '161750.132500', '161750.592500', '161751.052500', '161751.512500', '161751.972500', '161752.432500', '161752.892500', '161753.352500', '161753.812500', '161754.272500', '161754.732500', '161755.192500', '161755.652500', '161756.112500', '161756.572500', '161757.032500', '161757.492500', '161757.952500', '161758.412500', '161758.872500', '161759.332500', '161759.792500', '161800.252500', '161800.712500', '161801.172500', '161801.632500', '161802.092500', '161802.552500', '161803.012500', '161803.472500', '161803.932500', '161804.392500', '161804.852500', '161805.312500', '161805.772500', '161806.232500', '161806.692500', '161807.152500', '161807.612500', '161808.072500', '161808.532500', '161808.992500', '161809.452500', '161809.912500', '161810.372500', '161810.832500', '161811.292500', '161811.752500', '161812.212500', '161812.672500', '161813.132500', '161813.592500', '161814.052500', '161814.512500', '161814.972500', '161815.432500', '161815.892500', '161816.352500', '161816.812500', '161817.272500', '161817.732500', '161818.192500', '161818.652500', '161819.112500', '161819.572500', '161820.032500', '161820.492500', '161820.952500', '161821.412500', '161821.872500', '161822.332500', '161822.792500', '161823.252500', '161823.712500', '161824.172500', '161824.632500', '161825.092500', '161825.552500', '161826.012500', '161826.472500', '161826.932500', '161827.392500', '161827.852500', '161828.312500', '161828.772500', '161829.232500', '161829.692500', '161830.152500', '161830.612500', '161831.072500', '161831.532500', '161831.992500', '161832.452500', '161832.912500', '161833.372500', '161833.832500', '161834.292500', '161834.752500', '161835.212500', '161835.672500', '161836.132500', '161836.592500', '161837.052500', '161837.512500', '161837.972500', '161838.432500', '161838.892500', '161839.352500', '161839.812500', '161840.272500', '161840.732500', '161841.192500', '161841.652500', '161842.112500', '161842.572500', '161843.032500', '161843.492500', '161843.952500', '161844.412500', '161844.872500', '161845.332500', '161845.792500', '161846.252500', '161846.712500', '161847.172500', '161847.632500', '161848.092500', '161848.552500', '161849.012500', '161849.472500', '161849.932500', '161850.392500', '161850.852500', '161851.312500', '161851.772500', '161852.232500', '161852.692500', '161853.152500', '161853.612500', '161854.072500', '161854.532500', '161854.992500', '161855.452500', '161855.912500', '161856.372500', '161856.832500', '161857.292500', '161857.752500', '161858.212500', '161858.672500', '161859.132500', '161859.592500', '161900.052500', '161900.512500', '161900.972500', '161901.432500', '161901.892500', '161902.352500', '161902.812500', '161903.272500', '161903.732500', '161904.192500', '161904.652500', '161905.112500', '161905.572500', '161906.032500', '161906.492500', '161906.952500', '161907.412500', '161907.872500', '161908.332500', '161908.792500', '161909.252500', '161909.712500', '161910.172500', '161910.632500', '161911.092500', '161911.552500', '161912.012500', '161912.472500', '161912.932500', '161913.392500', '161913.852500', '161914.312500', '161914.772500', '161915.232500', '161915.692500', '161916.152500', '161916.612500', '161917.072500', '161917.532500', '161917.992500', '161918.452500', '161918.912500', '161919.372500', '161919.832500', '161920.292500', '161920.752500', '161921.212500', '161921.672500', '161922.132500', '161922.592500', '161923.052500', '161923.512500', '161923.972500', '161924.432500', '161924.892500', '161925.352500', '161925.812500', '161926.272500', '161926.732500', '161927.192500', '161927.652500', '161928.112500', '161928.572500', '161929.032500', '161929.492500', '161929.952500', '161930.412500', '161930.872500', '161931.332500', '161931.792500', '161932.252500', '161932.712500', '161933.172500', '161933.632500', '161934.092500', '161934.552500', '161935.012500', '161935.472500', '161935.932500', '161936.392500', '161936.852500', '161937.312500', '161937.772500', '161938.232500', '161938.692500', '161939.152500', '161939.612500', '161940.072500', '161940.532500', '161940.992500', '161941.452500', '161941.912500', '161942.372500', '161942.832500', '161943.292500', '161943.752500', '161944.212500', '161944.672500', '161945.132500', '161945.592500', '161946.052500', '161946.512500', '161946.972500', '161947.432500', '161947.892500', '161948.352500', '161948.812500', '161949.272500', '161949.732500', '161950.192500', '161950.652500', '161951.112500', '161951.572500', '161952.032500', '161952.492500', '161952.952500', '161953.412500', '161953.872500', '161954.332500', '161954.792500', '161955.252500', '161955.712500', '161956.172500', '161956.632500', '161957.092500', '161957.552500', '161958.012500', '161958.472500', '161958.932500', '161959.392500', '161959.852500', '162000.312500', '162000.772500', '162001.232500', '162001.692500', '162002.152500', '162002.612500', '162003.072500', '162003.532500', '162003.992500', '162004.452500', '162004.912500', '162005.372500', '162005.832500', '162006.292500', '162006.752500', '162007.212500', '162007.672500', '162008.132500', '162008.592500', '162009.052500', '162009.512500', '162009.972500', '162010.432500', '162010.892500', '162011.352500', '162011.812500', '162012.272500', '162012.732500', '162013.192500', '162013.652500', '162014.112500', '162014.572500', '162015.032500', '162015.492500', '162015.952500', '162016.412500', '162016.872500', '162017.332500', '162017.792500', '162018.252500', '162018.712500', '162019.172500', '162019.632500', '162020.092500', '162020.552500', '162021.012500', '162021.472500', '162021.932500', '162022.392500', '162022.852500', '162023.312500', '162023.772500', '162024.232500', '162024.692500', '162025.152500', '162025.612500', '162026.072500', '162026.532500', '162026.992500', '162027.452500', '162027.912500', '162028.372500', '162028.832500', '162029.292500', '162029.752500', '162030.212500', '162030.672500', '162031.132500', '162031.592500', '162032.052500', '162032.512500', '162032.972500', '162033.432500', '162033.892500', '162034.352500', '162034.812500', '162035.272500', '162035.732500', '162036.192500', '162036.652500', '162037.112500', '162037.572500', '162038.032500', '162038.492500', '162038.952500', '162039.412500', '162039.872500', '162040.332500', '162040.792500', '162041.252500', '162041.712500', '162042.172500', '162042.632500', '162043.092500', '162043.552500', '162044.012500', '162044.472500', '162044.932500', '162045.392500', '162045.852500', '162046.312500', '162046.772500', '162047.232500', '162047.692500', '162048.152500', '162048.612500', '162049.072500', '162049.532500', '162049.992500', '162050.452500', '162050.912500', '162051.372500', '162051.832500', '162052.292500', '162052.752500', '162053.212500', '162053.672500', '162054.132500', '162054.592500', '162055.052500', '162055.512500', '162055.972500', '162056.432500', '162056.892500', '162057.352500', '162057.812500', '162058.272500', '162058.732500', '162059.192500', '162059.652500', '162100.112500', '162100.572500', '162101.032500', '162101.492500', '162101.952500', '162102.412500', '162102.872500', '162103.332500', '162103.792500', '162104.252500', '162104.712500', '162105.172500', '162105.632500', '162106.092500', '162106.552500', '162107.012500', '162107.472500', '162107.932500', '162108.392500', '162108.852500', '162109.312500', '162109.772500', '162110.232500', '162110.692500', '162111.152500', '162111.612500', '162112.072500', '162112.532500', '162112.992500', '162113.452500', '162113.912500', '162114.372500', '162114.832500', '162115.292500', '162115.752500', '162116.212500', '162116.672500', '162117.132500', '162117.592500', '162118.052500', '162118.512500', '162118.972500', '162119.432500', '162119.892500', '162120.352500', '162120.812500', '162121.272500', '162121.732500', '162122.192500', '162122.652500', '162123.112500', '162123.572500', '162124.032500', '162124.492500', '162124.952500', '162125.412500', '162125.872500', '162126.332500', '162126.792500', '162127.252500', '162127.712500', '162128.172500', '162128.632500', '162129.092500', '162129.552500', '162130.012500', '162130.472500', '162130.932500', '162131.392500', '162131.852500', '162132.312500', '162132.772500', '162133.232500', '162133.692500', '162134.152500', '162134.612500', '162135.072500', '162135.532500', '162135.992500', '162136.452500', '162136.912500', '162137.372500', '162137.832500', '162138.292500', '162138.752500', '162139.212500', '162139.672500', '162140.132500', '162140.592500', '162141.052500', '162141.512500', '162141.972500', '162142.432500', '162142.892500', '162143.352500', '162143.812500', '162144.272500', '162144.732500', '162145.192500', '162145.652500', '162146.112500', '162146.572500', '162147.032500', '162147.492500', '162147.952500', '162148.412500', '162148.872500', '162149.332500', '162149.792500', '162150.252500', '162150.712500', '162151.172500', '162151.632500', '162152.092500', '162152.552500', '162153.012500', '162153.472500', '162153.932500', '162154.392500', '162154.852500', '162155.312500', '162155.772500', '162156.232500', '162156.692500', '162157.152500', '162157.612500', '162158.072500', '162158.532500', '162158.992500', '162159.452500', '162159.912500', '162200.372500', '162200.832500', '162201.292500', '162201.752500', '162202.212500', '162202.672500', '162203.132500', '162203.592500', '162204.052500', '162204.512500', '162204.972500', '162205.432500', '162205.892500', '162206.352500', '162206.812500', '162207.272500', '162207.732500', '162208.192500', '162208.652500', '162209.112500', '162209.572500', '162210.032500', '162210.492500', '162210.952500', '162211.412500', '162211.872500', '162212.332500', '162212.792500', '162213.252500', '162213.712500', '162214.172500', '162214.632500', '162215.092500', '162215.552500', '162216.012500', '162216.472500', '162216.932500', '162217.392500', '162217.852500', '162218.312500', '162218.772500', '162219.232500', '162219.692500', '162220.152500', '162220.612500', '162221.072500', '162221.532500', '162221.992500', '162222.452500', '162222.912500', '162223.372500', '162223.832500', '162224.292500', '162224.752500', '162225.212500', '162225.672500', '162226.132500', '162226.592500', '162227.052500', '162227.512500', '162227.972500', '162228.432500', '162228.892500', '162229.352500', '162229.812500', '162230.272500', '162230.732500', '162231.192500', '162231.652500', '162232.112500', '162232.572500', '162233.032500', '162233.492500', '162233.952500', '162234.412500', '162234.872500', '162235.332500', '162235.792500', '162236.252500', '162236.712500', '162237.172500', '162237.632500', '162238.092500', '162238.552500', '162239.012500', '162239.472500', '162239.932500', '162240.392500', '162240.852500', '162241.312500', '162241.772500', '162242.232500', '162242.692500', '162243.152500', '162243.612500', '162244.072500', '162244.532500', '162244.992500', '162245.452500', '162245.912500', '162246.372500', '162246.832500', '162247.292500', '162247.752500', '162248.212500', '162248.672500', '162249.132500', '162249.592500', '162250.052500', '162250.512500', '162250.972500', '162251.432500', '162251.892500', '162252.352500', '162252.812500', '162253.272500', '162253.732500', '162254.192500', '162254.652500', '162255.112500', '162255.572500', '162256.032500', '162256.492500', '162256.952500', '162257.412500', '162257.872500', '162258.332500', '162258.792500', '162259.252500', '162259.712500', '162300.172500', '162300.632500', '162301.092500', '162301.552500', '162302.012500', '162302.472500', '162302.932500', '162303.392500', '162303.852500', '162304.312500', '162304.772500', '162305.232500', '162305.692500', '162306.152500', '162306.612500', '162307.072500', '162307.532500', '162307.992500', '162308.452500', '162308.912500', '162309.372500', '162309.832500', '162310.292500', '162310.752500', '162311.212500', '162311.672500', '162312.132500', '162312.592500', '162313.052500', '162313.512500', '162313.972500', '162314.432500', '162314.892500', '162315.352500', '162315.812500', '162316.272500', '162316.732500', '162317.192500', '162317.652500', '162318.112500', '162318.572500', '162319.032500', '162319.492500', '162319.952500', '162320.412500', '162320.872500', '162321.332500', '162321.792500', '162322.252500', '162322.712500', '162323.172500', '162323.632500', '162324.092500', '162324.552500', '162325.012500', '162325.472500', '162325.932500', '162326.392500', '162326.852500', '162327.312500', '162327.772500', '162328.232500', '162328.692500', '162329.152500', '162329.612500', '162330.072500', '162330.532500', '162330.992500', '162331.452500', '162331.912500', '162332.372500', '162332.832500', '162333.292500', '162333.752500', '162334.212500', '162334.672500', '162335.132500', '162335.592500', '162336.052500', '162336.512500', '162336.972500', '162337.432500', '162337.892500', '162338.352500', '162338.812500', '162339.272500', '162339.732500', '162340.192500', '162340.652500', '162341.112500', '162341.572500', '162342.032500', '162342.492500', '162342.952500', '162343.412500', '162343.872500', '162344.332500', '162344.792500', '162345.252500', '162345.712500', '162346.172500', '162346.632500', '162347.092500', '162347.552500', '162348.012500'], 'ContentTime': ['161333.816000', '161333.819000', '161333.822000', '161333.825000', '161333.828000', '161333.830000', '161333.833000', '161333.836000', '161333.839000', '161333.842000', '161333.845000', '161333.848000', '161333.851000', '161333.853000', '161333.856000', '161333.859000', '161333.862000', '161333.870000', '161333.873000', '161333.876000', '161333.879000', '161333.882000', '161333.884000', '161333.887000', '161333.890000', '161333.893000', '161333.896000', '161333.899000', '161333.901000', '161333.904000', '161333.907000', '161333.910000', '161333.913000', '161333.916000', '161333.918000', '161333.921000', '161333.924000', '161333.927000', '161353.781000', '161353.784000', '161353.787000', '161353.790000', '161353.792000', '161353.795000', '161353.798000', '161353.801000', '161353.804000', '161353.807000', '161353.810000', '161353.812000', '161353.815000', '161353.818000', '161353.821000', '161353.824000', '161353.827000', '161353.829000', '161353.832000', '161353.835000', '161353.838000', '161353.841000', '161353.844000', '161353.846000', '161353.849000', '161353.852000', '161353.855000', '161353.858000', '161353.861000', '161353.864000', '161353.866000', '161353.869000', '161353.872000', '161353.875000', '161353.878000', '161353.881000', '161353.883000', '161353.886000', '161353.889000', '161353.892000', '161353.895000', '161353.898000', '161353.900000', '161353.903000', '161413.781000', '161413.784000', '161413.787000', '161413.790000', '161413.793000', '161413.796000', '161413.807000', '161413.811000', '161413.814000', '161413.817000', '161413.820000', '161413.823000', '161413.825000', '161413.828000', '161413.831000', '161413.834000', '161413.837000', '161413.840000', '161413.843000', '161413.845000', '161413.848000', '161413.851000', '161413.854000', '161413.857000', '161413.860000', '161413.862000', '161413.874000', '161413.876000', '161413.879000', '161413.882000', '161413.885000', '161413.888000', '161413.891000', '161413.894000', '161413.897000', '161413.900000', '161413.902000', '161413.905000', '161413.908000', '161413.911000', '161413.914000', '161413.917000', '161413.920000', '161433.781000', '161433.784000', '161433.787000', '161433.790000', '161433.793000', '161433.796000', '161433.799000', '161433.801000', '161433.804000', '161433.807000', '161433.810000', '161433.813000', '161433.816000', '161433.819000', '161433.821000', '161433.824000', '161433.827000', '161433.830000', '161433.833000', '161433.836000', '161433.839000', '161433.842000', '161433.844000', '161433.847000', '161433.850000', '161433.853000', '161433.856000', '161433.859000', '161433.862000', '161433.865000', '161433.868000', '161433.871000', '161433.873000', '161433.876000', '161433.879000', '161433.882000', '161433.885000', '161433.888000', '161433.891000', '161433.893000', '161433.896000', '161433.899000', '161433.902000', '161433.905000', '161453.781000', '161453.784000', '161453.787000', '161453.790000', '161453.793000', '161453.796000', '161453.799000', '161453.802000', '161453.805000', '161453.807000', '161453.810000', '161453.813000', '161453.816000', '161453.819000', '161453.822000', '161453.825000', '161453.828000', '161453.831000', '161453.834000', '161453.837000', '161453.840000', '161453.843000', '161453.845000', '161453.849000', '161453.851000', '161453.854000', '161453.857000', '161453.860000', '161453.863000', '161453.866000', '161453.869000', '161453.872000', '161453.875000', '161453.878000', '161453.880000', '161453.883000', '161453.886000', '161453.889000', '161453.892000', '161453.895000', '161453.898000', '161453.901000', '161453.913000', '161513.781000', '161513.784000', '161513.787000', '161513.790000', '161513.792000', '161513.795000', '161513.798000', '161513.801000', '161513.804000', '161513.807000', '161513.809000', '161513.812000', '161513.815000', '161513.818000', '161513.821000', '161513.824000', '161513.827000', '161513.830000', '161513.833000', '161513.835000', '161513.839000', '161513.841000', '161513.844000', '161513.847000', '161513.850000', '161513.853000', '161513.856000', '161513.859000', '161513.862000', '161513.865000', '161513.868000', '161513.870000', '161513.875000', '161513.878000', '161513.881000', '161513.884000', '161513.887000', '161513.890000', '161513.892000', '161513.895000', '161513.898000', '161513.901000', '161513.904000', '161513.907000', '161533.781000', '161533.784000', '161533.787000', '161533.790000', '161533.793000', '161533.796000', '161533.799000', '161533.801000', '161533.804000', '161533.807000', '161533.810000', '161533.813000', '161533.816000', '161533.819000', '161533.822000', '161533.825000', '161533.827000', '161533.830000', '161533.833000', '161533.836000', '161533.839000', '161533.842000', '161533.845000', '161533.848000', '161533.850000', '161533.853000', '161533.856000', '161533.859000', '161533.862000', '161533.865000', '161533.868000', '161533.872000', '161533.877000', '161533.880000', '161533.883000', '161533.886000', '161533.889000', '161533.892000', '161533.895000', '161533.898000', '161533.900000', '161533.903000', '161533.906000', '161553.781000', '161553.784000', '161553.787000', '161553.790000', '161553.792000', '161553.795000', '161553.798000', '161553.801000', '161553.804000', '161553.807000', '161553.809000', '161553.812000', '161553.815000', '161553.818000', '161553.821000', '161553.824000', '161553.827000', '161553.830000', '161553.833000', '161553.835000', '161553.838000', '161553.841000', '161553.844000', '161553.847000', '161553.850000', '161553.853000', '161553.856000', '161553.859000', '161553.861000', '161553.864000', '161553.867000', '161553.870000', '161553.873000', '161553.876000', '161553.879000', '161553.882000', '161553.885000', '161553.887000', '161553.890000', '161553.893000', '161553.896000', '161553.899000', '161553.902000', '161553.905000', '161613.781000', '161613.784000', '161613.787000', '161613.790000', '161613.793000', '161613.796000', '161613.799000', '161613.802000', '161613.806000', '161613.809000', '161613.812000', '161613.815000', '161613.818000', '161613.821000', '161613.824000', '161613.827000', '161613.830000', '161613.832000', '161613.835000', '161613.838000', '161613.841000', '161613.844000', '161613.847000', '161613.850000', '161613.852000', '161613.855000', '161613.859000', '161613.862000', '161613.865000', '161613.868000', '161613.871000', '161613.874000', '161613.877000', '161613.879000', '161613.882000', '161613.885000', '161613.888000', '161613.891000', '161613.894000', '161613.897000', '161613.900000', '161613.903000', '161613.905000', '161633.781000', '161633.784000', '161633.787000', '161633.790000', '161633.793000', '161633.796000', '161633.799000', '161633.802000', '161633.804000', '161633.807000', '161633.810000', '161633.813000', '161633.816000', '161633.819000', '161633.822000', '161633.825000', '161633.828000', '161633.830000', '161633.833000', '161633.836000', '161633.839000', '161633.842000', '161633.845000', '161633.848000', '161633.864000', '161633.867000', '161633.870000', '161633.873000', '161633.876000', '161633.879000', '161633.881000', '161633.884000', '161633.887000', '161633.890000', '161633.893000', '161633.896000', '161633.899000', '161633.902000', '161633.904000', '161633.907000', '161633.910000', '161633.913000', '161633.916000', '161633.919000', '161653.781000', '161653.784000', '161653.787000', '161653.790000', '161653.793000', '161653.796000', '161653.799000', '161653.802000', '161653.805000', '161653.808000', '161653.810000', '161653.813000', '161653.816000', '161653.819000', '161653.822000', '161653.825000', '161653.828000', '161653.831000', '161653.833000', '161653.836000', '161653.839000', '161653.842000', '161653.845000', '161653.848000', '161653.851000', '161653.853000', '161653.856000', '161653.859000', '161653.862000', '161653.865000', '161653.868000', '161653.871000', '161653.874000', '161653.876000', '161653.879000', '161653.882000', '161653.885000', '161653.888000', '161653.891000', '161653.894000', '161653.900000', '161653.903000', '161653.906000', '161713.781000', '161713.784000', '161713.787000', '161713.790000', '161713.793000', '161713.795000', '161713.798000', '161713.801000', '161713.804000', '161713.807000', '161713.810000', '161713.813000', '161713.816000', '161713.819000', '161713.822000', '161713.824000', '161713.827000', '161713.830000', '161713.833000', '161713.836000', '161713.839000', '161713.842000', '161713.844000', '161713.847000', '161713.850000', '161713.853000', '161713.856000', '161713.859000', '161713.862000', '161713.864000', '161713.867000', '161713.870000', '161713.873000', '161713.876000', '161713.879000', '161713.881000', '161713.884000', '161713.887000', '161713.890000', '161713.893000', '161713.896000', '161713.899000', '161713.902000', '161713.905000', '161733.781000', '161733.784000', '161733.787000', '161733.790000', '161733.793000', '161733.796000', '161733.798000', '161733.802000', '161733.805000', '161733.808000', '161733.811000', '161733.814000', '161733.817000', '161733.820000', '161733.822000', '161733.825000', '161733.828000', '161733.831000', '161733.834000', '161733.837000', '161733.840000', '161733.844000', '161733.847000', '161733.850000', '161733.853000', '161733.856000', '161733.859000', '161733.862000', '161733.864000', '161733.867000', '161733.870000', '161733.873000', '161733.876000', '161733.879000', '161733.882000', '161733.884000', '161733.887000', '161733.890000', '161733.893000', '161733.896000', '161733.899000', '161733.902000', '161733.905000', '161753.781000', '161753.784000', '161753.787000', '161753.790000', '161753.793000', '161753.796000', '161753.798000', '161753.801000', '161753.804000', '161753.807000', '161753.810000', '161753.813000', '161753.816000', '161753.819000', '161753.822000', '161753.824000', '161753.827000', '161753.830000', '161753.833000', '161753.836000', '161753.839000', '161753.842000', '161753.845000', '161753.848000', '161753.850000', '161753.853000', '161753.856000', '161753.859000', '161753.862000', '161753.865000', '161753.868000', '161753.871000', '161753.873000', '161753.876000', '161753.879000', '161753.882000', '161753.885000', '161753.888000', '161753.891000', '161753.893000', '161753.896000', '161753.899000', '161753.902000', '161753.905000', '161813.781000', '161813.784000', '161813.787000', '161813.790000', '161813.793000', '161813.796000', '161813.799000', '161813.802000', '161813.805000', '161813.808000', '161813.811000', '161813.814000', '161813.816000', '161813.819000', '161813.822000', '161813.825000', '161813.828000', '161813.831000', '161813.834000', '161813.837000', '161813.839000', '161813.842000', '161813.845000', '161813.848000', '161813.851000', '161813.854000', '161813.857000', '161813.860000', '161813.862000', '161813.865000', '161813.868000', '161813.871000', '161813.874000', '161813.877000', '161813.880000', '161813.882000', '161813.885000', '161813.888000', '161813.891000', '161813.894000', '161813.897000', '161813.900000', '161813.902000', '161833.781000', '161833.784000', '161833.787000', '161833.790000', '161833.793000', '161833.796000', '161833.799000', '161833.801000', '161833.804000', '161833.807000', '161833.810000', '161833.813000', '161833.816000', '161833.819000', '161833.822000', '161833.831000', '161833.834000', '161833.837000', '161833.840000', '161833.843000', '161833.846000', '161833.849000', '161833.852000', '161833.855000', '161833.858000', '161833.860000', '161833.863000', '161833.866000', '161833.869000', '161833.872000', '161833.875000', '161833.878000', '161833.881000', '161833.884000', '161833.886000', '161833.889000', '161833.892000', '161833.895000', '161833.898000', '161833.901000', '161833.904000', '161833.907000', '161833.910000', '161833.913000', '161853.781000', '161853.784000', '161853.787000', '161853.790000', '161853.793000', '161853.796000', '161853.799000', '161853.802000', '161853.805000', '161853.808000', '161853.811000', '161853.814000', '161853.816000', '161853.823000', '161853.826000', '161853.829000', '161853.832000', '161853.835000', '161853.838000', '161853.840000', '161853.845000', '161853.848000', '161853.851000', '161853.854000', '161853.857000', '161853.860000', '161853.863000', '161853.866000', '161853.869000', '161853.872000', '161853.875000', '161853.878000', '161853.881000', '161853.885000', '161853.888000', '161853.891000', '161853.894000', '161853.897000', '161853.900000', '161853.903000', '161853.906000', '161853.908000', '161853.911000', '161913.781000', '161913.784000', '161913.787000', '161913.790000', '161913.793000', '161913.796000', '161913.799000', '161913.802000', '161913.804000', '161913.807000', '161913.810000', '161913.813000', '161913.816000', '161913.819000', '161913.822000', '161913.825000', '161913.828000', '161913.831000', '161913.834000', '161913.837000', '161913.839000', '161913.842000', '161913.845000', '161913.848000', '161913.851000', '161913.854000', '161913.857000', '161913.860000', '161913.863000', '161913.866000', '161913.869000', '161913.872000', '161913.875000', '161913.877000', '161913.880000', '161913.883000', '161913.886000', '161913.889000', '161913.892000', '161913.895000', '161913.898000', '161913.900000', '161913.903000', '161913.906000', '161933.781000', '161933.784000', '161933.787000', '161933.790000', '161933.793000', '161933.796000', '161933.799000', '161933.802000', '161933.805000', '161933.807000', '161933.810000', '161933.813000', '161933.816000', '161933.819000', '161933.822000', '161933.825000', '161933.839000', '161933.842000', '161933.845000', '161933.848000', '161933.851000', '161933.854000', '161933.857000', '161933.860000', '161933.863000', '161933.866000', '161933.869000', '161933.871000', '161933.874000', '161933.877000', '161933.880000', '161933.883000', '161933.886000', '161933.889000', '161933.892000', '161933.895000', '161933.898000', '161933.901000', '161933.904000', '161933.906000', '161933.909000', '161933.912000', '161933.915000', '161953.782000', '161953.785000', '161953.788000', '161953.791000', '161953.794000', '161953.797000', '161953.800000', '161953.803000', '161953.806000', '161953.809000', '161953.812000', '161953.814000', '161953.817000', '161953.820000', '161953.823000', '161953.826000', '161953.829000', '161953.832000', '161953.835000', '161953.838000', '161953.841000', '161953.844000', '161953.847000', '161953.849000', '161953.852000', '161953.855000', '161953.858000', '161953.861000', '161953.864000', '161953.867000', '161953.870000', '161953.873000', '161953.876000', '161953.879000', '161953.882000', '161953.884000', '161953.887000', '161953.890000', '161953.893000', '161953.896000', '161953.899000', '161953.901000', '161953.904000', '161953.907000', '162013.781000', '162013.784000', '162013.787000', '162013.790000', '162013.793000', '162013.796000', '162013.799000', '162013.802000', '162013.805000', '162013.808000', '162013.810000', '162013.813000', '162013.816000', '162013.819000', '162013.822000', '162013.825000', '162013.828000', '162013.831000', '162013.834000', '162013.837000', '162013.840000', '162013.842000', '162013.845000', '162013.848000', '162013.851000', '162013.854000', '162013.857000', '162013.860000', '162013.863000', '162013.866000', '162013.869000', '162013.872000', '162013.875000', '162013.877000', '162013.880000', '162013.883000', '162013.886000', '162013.889000', '162013.892000', '162013.895000', '162013.898000', '162013.900000', '162013.903000', '162033.781000', '162033.784000', '162033.787000', '162033.790000', '162033.793000', '162033.796000', '162033.799000', '162033.802000', '162033.805000', '162033.808000', '162033.811000', '162033.814000', '162033.817000', '162033.820000', '162033.823000', '162033.825000', '162033.828000', '162033.831000', '162033.834000', '162033.837000', '162033.840000', '162033.843000', '162033.846000', '162033.849000', '162033.852000', '162033.854000', '162033.857000', '162033.860000', '162033.863000', '162033.866000', '162033.869000', '162033.872000', '162033.875000', '162033.878000', '162033.880000', '162033.883000', '162033.887000', '162033.890000', '162033.893000', '162033.896000', '162033.899000', '162033.902000', '162033.905000', '162053.781000', '162053.784000', '162053.787000', '162053.790000', '162053.793000', '162053.795000', '162053.798000', '162053.801000', '162053.804000', '162053.807000', '162053.810000', '162053.819000', '162053.821000', '162053.836000', '162053.839000', '162053.842000', '162053.845000', '162053.848000', '162053.851000', '162053.854000', '162053.857000', '162053.860000', '162053.863000', '162053.866000', '162053.869000', '162053.872000', '162053.874000', '162053.877000', '162053.880000', '162053.883000', '162053.886000', '162053.889000', '162053.892000', '162053.895000', '162053.897000', '162053.900000', '162053.903000', '162053.906000', '162053.909000', '162053.912000', '162053.914000', '162053.917000', '162053.920000', '162053.923000', '162113.781000', '162113.784000', '162113.787000', '162113.790000', '162113.793000', '162113.796000', '162113.799000', '162113.812000', '162113.815000', '162113.818000', '162113.821000', '162113.831000', '162113.833000', '162113.836000', '162113.839000', '162113.842000', '162113.845000', '162113.848000', '162113.851000', '162113.854000', '162113.857000', '162113.860000', '162113.863000', '162113.866000', '162113.868000', '162113.871000', '162113.874000', '162113.877000', '162113.880000', '162113.883000', '162113.886000', '162113.889000', '162113.892000', '162113.895000', '162113.897000', '162113.900000', '162113.903000', '162113.906000', '162113.909000', '162113.912000', '162113.915000', '162113.918000', '162113.921000', '162133.781000', '162133.784000', '162133.787000', '162133.790000', '162133.793000', '162133.796000', '162133.807000', '162133.809000', '162133.812000', '162133.815000', '162133.818000', '162133.821000', '162133.824000', '162133.827000', '162133.830000', '162133.833000', '162133.836000', '162133.839000', '162133.842000', '162133.845000', '162133.848000', '162133.850000', '162133.853000', '162133.856000', '162133.859000', '162133.862000', '162133.865000', '162133.868000', '162133.871000', '162133.874000', '162133.877000', '162133.880000', '162133.883000', '162133.886000', '162133.889000', '162133.892000', '162133.895000', '162133.897000', '162133.900000', '162133.903000', '162133.906000', '162133.909000', '162133.912000', '162133.915000', '162153.781000', '162153.784000', '162153.787000', '162153.790000', '162153.793000', '162153.796000', '162153.799000', '162153.802000', '162153.805000', '162153.808000', '162153.811000', '162153.814000', '162153.816000', '162153.819000', '162153.822000', '162153.825000', '162153.828000', '162153.831000', '162153.840000', '162153.843000', '162153.846000', '162153.849000', '162153.852000', '162153.855000', '162153.858000', '162153.861000', '162153.864000', '162153.867000', '162153.870000', '162153.872000', '162153.875000', '162153.878000', '162153.881000', '162153.884000', '162153.887000', '162153.890000', '162153.893000', '162153.895000', '162153.898000', '162153.901000', '162153.904000', '162153.907000', '162153.910000', '162213.782000', '162213.790000', '162213.793000', '162213.795000', '162213.798000', '162213.801000', '162213.804000', '162213.807000', '162213.810000', '162213.813000', '162213.828000', '162213.831000', '162213.834000', '162213.837000', '162213.840000', '162213.843000', '162213.846000', '162213.849000', '162213.851000', '162213.854000', '162213.857000', '162213.860000', '162213.863000', '162213.866000', '162213.869000', '162213.872000', '162213.875000', '162213.878000', '162213.881000', '162213.884000', '162213.887000', '162213.889000', '162213.892000', '162213.895000', '162213.898000', '162213.901000', '162213.904000', '162213.907000', '162213.909000', '162213.912000', '162213.915000', '162213.918000', '162213.921000', '162213.924000', '162233.781000', '162233.784000', '162233.787000', '162233.790000', '162233.793000', '162233.796000', '162233.799000', '162233.802000', '162233.805000', '162233.808000', '162233.810000', '162233.814000', '162233.816000', '162233.819000', '162233.822000', '162233.830000', '162233.833000', '162233.836000', '162233.838000', '162233.841000', '162233.844000', '162233.847000', '162233.850000', '162233.853000', '162233.856000', '162233.859000', '162233.862000', '162233.865000', '162233.868000', '162233.871000', '162233.874000', '162233.876000', '162233.879000', '162233.882000', '162233.885000', '162233.888000', '162233.891000', '162233.894000', '162233.897000', '162233.900000', '162233.902000', '162233.905000', '162233.908000', '162253.781000', '162253.784000', '162253.787000', '162253.790000', '162253.793000', '162253.796000', '162253.799000', '162253.802000', '162253.805000', '162253.808000', '162253.810000', '162253.813000', '162253.816000', '162253.819000', '162253.822000', '162253.825000', '162253.828000', '162253.831000', '162253.834000', '162253.837000', '162253.840000', '162253.842000', '162253.845000', '162253.848000', '162253.851000', '162253.854000', '162253.857000', '162253.860000', '162253.863000', '162253.866000', '162253.869000', '162253.872000', '162253.875000', '162253.878000', '162253.880000', '162253.883000', '162253.886000', '162253.889000', '162253.892000', '162253.895000', '162253.898000', '162253.901000', '162253.904000', '162253.907000', '162313.781000', '162313.784000', '162313.787000', '162313.790000', '162313.793000', '162313.796000', '162313.799000', '162313.802000', '162313.805000', '162313.808000', '162313.817000', '162313.820000', '162313.823000', '162313.826000', '162313.829000', '162313.832000', '162313.835000', '162313.838000', '162313.841000', '162313.843000', '162313.846000', '162313.851000', '162313.854000', '162313.858000', '162313.861000', '162313.864000', '162313.867000', '162313.869000', '162313.873000', '162313.875000', '162313.878000', '162313.881000', '162313.884000', '162313.887000', '162313.890000', '162313.893000', '162313.896000', '162313.899000', '162313.902000', '162313.905000', '162313.908000', '162313.910000', '162313.913000', '162333.781000', '162333.784000', '162333.787000', '162333.790000', '162333.793000', '162333.796000', '162333.799000', '162333.802000', '162333.805000', '162333.808000', '162333.810000', '162333.814000', '162333.816000', '162333.819000', '162333.822000', '162333.825000', '162333.828000', '162333.831000', '162333.834000', '162333.837000', '162333.840000', '162333.843000', '162333.846000', '162333.849000', '162333.852000', '162333.855000', '162333.858000', '162333.861000', '162333.864000', '162333.867000', '162333.869000', '162333.873000', '162333.875000', '162333.878000', '162333.881000', '162333.884000', '162333.887000', '162333.890000', '162333.893000', '162333.896000', '162333.899000', '162333.902000', '162333.905000', '162333.908000', '162348.862000', '162348.866000', '162348.869000', '162348.872000', '162348.875000', '162348.879000', '162348.882000', '162348.885000', '162348.888000', '162348.891000', '162348.894000', '162348.897000', '162348.900000', '162348.903000', '162348.906000', '162348.909000', '162348.912000', '162348.915000', '162348.918000', '162348.921000', '162348.924000', '162348.927000', '162348.930000', '162348.933000', '162348.936000', '162348.939000', '162348.942000', '162348.945000', '162348.948000', '162348.951000', '162348.954000', '162348.957000', '162348.960000'], 'InstanceCreationTime': ['161333.816000', '161333.819000', '161333.822000', '161333.825000', '161333.828000', '161333.830000', '161333.833000', '161333.836000', '161333.839000', '161333.842000', '161333.845000', '161333.848000', '161333.851000', '161333.853000', '161333.856000', '161333.859000', '161333.862000', '161333.870000', '161333.873000', '161333.876000', '161333.879000', '161333.882000', '161333.884000', '161333.887000', '161333.890000', '161333.893000', '161333.896000', '161333.899000', '161333.901000', '161333.904000', '161333.907000', '161333.910000', '161333.913000', '161333.916000', '161333.918000', '161333.921000', '161333.924000', '161333.927000', '161353.781000', '161353.784000', '161353.787000', '161353.790000', '161353.792000', '161353.795000', '161353.798000', '161353.801000', '161353.804000', '161353.807000', '161353.810000', '161353.812000', '161353.815000', '161353.818000', '161353.821000', '161353.824000', '161353.827000', '161353.829000', '161353.832000', '161353.835000', '161353.838000', '161353.841000', '161353.844000', '161353.846000', '161353.849000', '161353.852000', '161353.855000', '161353.858000', '161353.861000', '161353.864000', '161353.866000', '161353.869000', '161353.872000', '161353.875000', '161353.878000', '161353.881000', '161353.883000', '161353.886000', '161353.889000', '161353.892000', '161353.895000', '161353.898000', '161353.900000', '161353.903000', '161413.781000', '161413.784000', '161413.787000', '161413.790000', '161413.793000', '161413.796000', '161413.807000', '161413.811000', '161413.814000', '161413.817000', '161413.820000', '161413.823000', '161413.825000', '161413.828000', '161413.831000', '161413.834000', '161413.837000', '161413.840000', '161413.843000', '161413.845000', '161413.848000', '161413.851000', '161413.854000', '161413.857000', '161413.860000', '161413.862000', '161413.874000', '161413.876000', '161413.879000', '161413.882000', '161413.885000', '161413.888000', '161413.891000', '161413.894000', '161413.897000', '161413.900000', '161413.902000', '161413.905000', '161413.908000', '161413.911000', '161413.914000', '161413.917000', '161413.920000', '161433.781000', '161433.784000', '161433.787000', '161433.790000', '161433.793000', '161433.796000', '161433.799000', '161433.801000', '161433.804000', '161433.807000', '161433.810000', '161433.813000', '161433.816000', '161433.819000', '161433.821000', '161433.824000', '161433.827000', '161433.830000', '161433.833000', '161433.836000', '161433.839000', '161433.842000', '161433.844000', '161433.847000', '161433.850000', '161433.853000', '161433.856000', '161433.859000', '161433.862000', '161433.865000', '161433.868000', '161433.871000', '161433.873000', '161433.876000', '161433.879000', '161433.882000', '161433.885000', '161433.888000', '161433.891000', '161433.893000', '161433.896000', '161433.899000', '161433.902000', '161433.905000', '161453.781000', '161453.784000', '161453.787000', '161453.790000', '161453.793000', '161453.796000', '161453.799000', '161453.802000', '161453.805000', '161453.807000', '161453.810000', '161453.813000', '161453.816000', '161453.819000', '161453.822000', '161453.825000', '161453.828000', '161453.831000', '161453.834000', '161453.837000', '161453.840000', '161453.843000', '161453.845000', '161453.849000', '161453.851000', '161453.854000', '161453.857000', '161453.860000', '161453.863000', '161453.866000', '161453.869000', '161453.872000', '161453.875000', '161453.878000', '161453.880000', '161453.883000', '161453.886000', '161453.889000', '161453.892000', '161453.895000', '161453.898000', '161453.901000', '161453.913000', '161513.781000', '161513.784000', '161513.787000', '161513.790000', '161513.792000', '161513.795000', '161513.798000', '161513.801000', '161513.804000', '161513.807000', '161513.809000', '161513.812000', '161513.815000', '161513.818000', '161513.821000', '161513.824000', '161513.827000', '161513.830000', '161513.833000', '161513.835000', '161513.839000', '161513.841000', '161513.844000', '161513.847000', '161513.850000', '161513.853000', '161513.856000', '161513.859000', '161513.862000', '161513.865000', '161513.868000', '161513.870000', '161513.875000', '161513.878000', '161513.881000', '161513.884000', '161513.887000', '161513.890000', '161513.892000', '161513.895000', '161513.898000', '161513.901000', '161513.904000', '161513.907000', '161533.781000', '161533.784000', '161533.787000', '161533.790000', '161533.793000', '161533.796000', '161533.799000', '161533.801000', '161533.804000', '161533.807000', '161533.810000', '161533.813000', '161533.816000', '161533.819000', '161533.822000', '161533.825000', '161533.827000', '161533.830000', '161533.833000', '161533.836000', '161533.839000', '161533.842000', '161533.845000', '161533.848000', '161533.850000', '161533.853000', '161533.856000', '161533.859000', '161533.862000', '161533.865000', '161533.868000', '161533.872000', '161533.877000', '161533.880000', '161533.883000', '161533.886000', '161533.889000', '161533.892000', '161533.895000', '161533.898000', '161533.900000', '161533.903000', '161533.906000', '161553.781000', '161553.784000', '161553.787000', '161553.790000', '161553.792000', '161553.795000', '161553.798000', '161553.801000', '161553.804000', '161553.807000', '161553.809000', '161553.812000', '161553.815000', '161553.818000', '161553.821000', '161553.824000', '161553.827000', '161553.830000', '161553.833000', '161553.835000', '161553.838000', '161553.841000', '161553.844000', '161553.847000', '161553.850000', '161553.853000', '161553.856000', '161553.859000', '161553.861000', '161553.864000', '161553.867000', '161553.870000', '161553.873000', '161553.876000', '161553.879000', '161553.882000', '161553.885000', '161553.887000', '161553.890000', '161553.893000', '161553.896000', '161553.899000', '161553.902000', '161553.905000', '161613.781000', '161613.784000', '161613.787000', '161613.790000', '161613.793000', '161613.796000', '161613.799000', '161613.802000', '161613.806000', '161613.809000', '161613.812000', '161613.815000', '161613.818000', '161613.821000', '161613.824000', '161613.827000', '161613.830000', '161613.832000', '161613.835000', '161613.838000', '161613.841000', '161613.844000', '161613.847000', '161613.850000', '161613.852000', '161613.855000', '161613.859000', '161613.862000', '161613.865000', '161613.868000', '161613.871000', '161613.874000', '161613.877000', '161613.879000', '161613.882000', '161613.885000', '161613.888000', '161613.891000', '161613.894000', '161613.897000', '161613.900000', '161613.903000', '161613.905000', '161633.781000', '161633.784000', '161633.787000', '161633.790000', '161633.793000', '161633.796000', '161633.799000', '161633.802000', '161633.804000', '161633.807000', '161633.810000', '161633.813000', '161633.816000', '161633.819000', '161633.822000', '161633.825000', '161633.828000', '161633.830000', '161633.833000', '161633.836000', '161633.839000', '161633.842000', '161633.845000', '161633.848000', '161633.864000', '161633.867000', '161633.870000', '161633.873000', '161633.876000', '161633.879000', '161633.881000', '161633.884000', '161633.887000', '161633.890000', '161633.893000', '161633.896000', '161633.899000', '161633.902000', '161633.904000', '161633.907000', '161633.910000', '161633.913000', '161633.916000', '161633.919000', '161653.781000', '161653.784000', '161653.787000', '161653.790000', '161653.793000', '161653.796000', '161653.799000', '161653.802000', '161653.805000', '161653.808000', '161653.810000', '161653.813000', '161653.816000', '161653.819000', '161653.822000', '161653.825000', '161653.828000', '161653.831000', '161653.833000', '161653.836000', '161653.839000', '161653.842000', '161653.845000', '161653.848000', '161653.851000', '161653.853000', '161653.856000', '161653.859000', '161653.862000', '161653.865000', '161653.868000', '161653.871000', '161653.874000', '161653.876000', '161653.879000', '161653.882000', '161653.885000', '161653.888000', '161653.891000', '161653.894000', '161653.900000', '161653.903000', '161653.906000', '161713.781000', '161713.784000', '161713.787000', '161713.790000', '161713.793000', '161713.795000', '161713.798000', '161713.801000', '161713.804000', '161713.807000', '161713.810000', '161713.813000', '161713.816000', '161713.819000', '161713.822000', '161713.824000', '161713.827000', '161713.830000', '161713.833000', '161713.836000', '161713.839000', '161713.842000', '161713.844000', '161713.847000', '161713.850000', '161713.853000', '161713.856000', '161713.859000', '161713.862000', '161713.864000', '161713.867000', '161713.870000', '161713.873000', '161713.876000', '161713.879000', '161713.881000', '161713.884000', '161713.887000', '161713.890000', '161713.893000', '161713.896000', '161713.899000', '161713.902000', '161713.905000', '161733.781000', '161733.784000', '161733.787000', '161733.790000', '161733.793000', '161733.796000', '161733.798000', '161733.802000', '161733.805000', '161733.808000', '161733.811000', '161733.814000', '161733.817000', '161733.820000', '161733.822000', '161733.825000', '161733.828000', '161733.831000', '161733.834000', '161733.837000', '161733.840000', '161733.844000', '161733.847000', '161733.850000', '161733.853000', '161733.856000', '161733.859000', '161733.862000', '161733.864000', '161733.867000', '161733.870000', '161733.873000', '161733.876000', '161733.879000', '161733.882000', '161733.884000', '161733.887000', '161733.890000', '161733.893000', '161733.896000', '161733.899000', '161733.902000', '161733.905000', '161753.781000', '161753.784000', '161753.787000', '161753.790000', '161753.793000', '161753.796000', '161753.798000', '161753.801000', '161753.804000', '161753.807000', '161753.810000', '161753.813000', '161753.816000', '161753.819000', '161753.822000', '161753.824000', '161753.827000', '161753.830000', '161753.833000', '161753.836000', '161753.839000', '161753.842000', '161753.845000', '161753.848000', '161753.850000', '161753.853000', '161753.856000', '161753.859000', '161753.862000', '161753.865000', '161753.868000', '161753.871000', '161753.873000', '161753.876000', '161753.879000', '161753.882000', '161753.885000', '161753.888000', '161753.891000', '161753.893000', '161753.896000', '161753.899000', '161753.902000', '161753.905000', '161813.781000', '161813.784000', '161813.787000', '161813.790000', '161813.793000', '161813.796000', '161813.799000', '161813.802000', '161813.805000', '161813.808000', '161813.811000', '161813.814000', '161813.816000', '161813.819000', '161813.822000', '161813.825000', '161813.828000', '161813.831000', '161813.834000', '161813.837000', '161813.839000', '161813.842000', '161813.845000', '161813.848000', '161813.851000', '161813.854000', '161813.857000', '161813.860000', '161813.862000', '161813.865000', '161813.868000', '161813.871000', '161813.874000', '161813.877000', '161813.880000', '161813.882000', '161813.885000', '161813.888000', '161813.891000', '161813.894000', '161813.897000', '161813.900000', '161813.902000', '161833.781000', '161833.784000', '161833.787000', '161833.790000', '161833.793000', '161833.796000', '161833.799000', '161833.801000', '161833.804000', '161833.807000', '161833.810000', '161833.813000', '161833.816000', '161833.819000', '161833.822000', '161833.831000', '161833.834000', '161833.837000', '161833.840000', '161833.843000', '161833.846000', '161833.849000', '161833.852000', '161833.855000', '161833.858000', '161833.860000', '161833.863000', '161833.866000', '161833.869000', '161833.872000', '161833.875000', '161833.878000', '161833.881000', '161833.884000', '161833.886000', '161833.889000', '161833.892000', '161833.895000', '161833.898000', '161833.901000', '161833.904000', '161833.907000', '161833.910000', '161833.913000', '161853.781000', '161853.784000', '161853.787000', '161853.790000', '161853.793000', '161853.796000', '161853.799000', '161853.802000', '161853.805000', '161853.808000', '161853.811000', '161853.814000', '161853.816000', '161853.823000', '161853.826000', '161853.829000', '161853.832000', '161853.835000', '161853.838000', '161853.840000', '161853.845000', '161853.848000', '161853.851000', '161853.854000', '161853.857000', '161853.860000', '161853.863000', '161853.866000', '161853.869000', '161853.872000', '161853.875000', '161853.878000', '161853.881000', '161853.885000', '161853.888000', '161853.891000', '161853.894000', '161853.897000', '161853.900000', '161853.903000', '161853.906000', '161853.908000', '161853.911000', '161913.781000', '161913.784000', '161913.787000', '161913.790000', '161913.793000', '161913.796000', '161913.799000', '161913.802000', '161913.804000', '161913.807000', '161913.810000', '161913.813000', '161913.816000', '161913.819000', '161913.822000', '161913.825000', '161913.828000', '161913.831000', '161913.834000', '161913.837000', '161913.839000', '161913.842000', '161913.845000', '161913.848000', '161913.851000', '161913.854000', '161913.857000', '161913.860000', '161913.863000', '161913.866000', '161913.869000', '161913.872000', '161913.875000', '161913.877000', '161913.880000', '161913.883000', '161913.886000', '161913.889000', '161913.892000', '161913.895000', '161913.898000', '161913.900000', '161913.903000', '161913.906000', '161933.781000', '161933.784000', '161933.787000', '161933.790000', '161933.793000', '161933.796000', '161933.799000', '161933.802000', '161933.805000', '161933.807000', '161933.810000', '161933.813000', '161933.816000', '161933.819000', '161933.822000', '161933.825000', '161933.839000', '161933.842000', '161933.845000', '161933.848000', '161933.851000', '161933.854000', '161933.857000', '161933.860000', '161933.863000', '161933.866000', '161933.869000', '161933.871000', '161933.874000', '161933.877000', '161933.880000', '161933.883000', '161933.886000', '161933.889000', '161933.892000', '161933.895000', '161933.898000', '161933.901000', '161933.904000', '161933.906000', '161933.909000', '161933.912000', '161933.915000', '161953.782000', '161953.785000', '161953.788000', '161953.791000', '161953.794000', '161953.797000', '161953.800000', '161953.803000', '161953.806000', '161953.809000', '161953.812000', '161953.814000', '161953.817000', '161953.820000', '161953.823000', '161953.826000', '161953.829000', '161953.832000', '161953.835000', '161953.838000', '161953.841000', '161953.844000', '161953.847000', '161953.849000', '161953.852000', '161953.855000', '161953.858000', '161953.861000', '161953.864000', '161953.867000', '161953.870000', '161953.873000', '161953.876000', '161953.879000', '161953.882000', '161953.884000', '161953.887000', '161953.890000', '161953.893000', '161953.896000', '161953.899000', '161953.901000', '161953.904000', '161953.907000', '162013.781000', '162013.784000', '162013.787000', '162013.790000', '162013.793000', '162013.796000', '162013.799000', '162013.802000', '162013.805000', '162013.808000', '162013.810000', '162013.813000', '162013.816000', '162013.819000', '162013.822000', '162013.825000', '162013.828000', '162013.831000', '162013.834000', '162013.837000', '162013.840000', '162013.842000', '162013.845000', '162013.848000', '162013.851000', '162013.854000', '162013.857000', '162013.860000', '162013.863000', '162013.866000', '162013.869000', '162013.872000', '162013.875000', '162013.877000', '162013.880000', '162013.883000', '162013.886000', '162013.889000', '162013.892000', '162013.895000', '162013.898000', '162013.900000', '162013.903000', '162033.781000', '162033.784000', '162033.787000', '162033.790000', '162033.793000', '162033.796000', '162033.799000', '162033.802000', '162033.805000', '162033.808000', '162033.811000', '162033.814000', '162033.817000', '162033.820000', '162033.823000', '162033.825000', '162033.828000', '162033.831000', '162033.834000', '162033.837000', '162033.840000', '162033.843000', '162033.846000', '162033.849000', '162033.852000', '162033.854000', '162033.857000', '162033.860000', '162033.863000', '162033.866000', '162033.869000', '162033.872000', '162033.875000', '162033.878000', '162033.880000', '162033.883000', '162033.887000', '162033.890000', '162033.893000', '162033.896000', '162033.899000', '162033.902000', '162033.905000', '162053.781000', '162053.784000', '162053.787000', '162053.790000', '162053.793000', '162053.795000', '162053.798000', '162053.801000', '162053.804000', '162053.807000', '162053.810000', '162053.819000', '162053.821000', '162053.836000', '162053.839000', '162053.842000', '162053.845000', '162053.848000', '162053.851000', '162053.854000', '162053.857000', '162053.860000', '162053.863000', '162053.866000', '162053.869000', '162053.872000', '162053.874000', '162053.877000', '162053.880000', '162053.883000', '162053.886000', '162053.889000', '162053.892000', '162053.895000', '162053.897000', '162053.900000', '162053.903000', '162053.906000', '162053.909000', '162053.912000', '162053.914000', '162053.917000', '162053.920000', '162053.923000', '162113.781000', '162113.784000', '162113.787000', '162113.790000', '162113.793000', '162113.796000', '162113.799000', '162113.812000', '162113.815000', '162113.818000', '162113.821000', '162113.831000', '162113.833000', '162113.836000', '162113.839000', '162113.842000', '162113.845000', '162113.848000', '162113.851000', '162113.854000', '162113.857000', '162113.860000', '162113.863000', '162113.866000', '162113.868000', '162113.871000', '162113.874000', '162113.877000', '162113.880000', '162113.883000', '162113.886000', '162113.889000', '162113.892000', '162113.895000', '162113.897000', '162113.900000', '162113.903000', '162113.906000', '162113.909000', '162113.912000', '162113.915000', '162113.918000', '162113.921000', '162133.781000', '162133.784000', '162133.787000', '162133.790000', '162133.793000', '162133.796000', '162133.807000', '162133.809000', '162133.812000', '162133.815000', '162133.818000', '162133.821000', '162133.824000', '162133.827000', '162133.830000', '162133.833000', '162133.836000', '162133.839000', '162133.842000', '162133.845000', '162133.848000', '162133.850000', '162133.853000', '162133.856000', '162133.859000', '162133.862000', '162133.865000', '162133.868000', '162133.871000', '162133.874000', '162133.877000', '162133.880000', '162133.883000', '162133.886000', '162133.889000', '162133.892000', '162133.895000', '162133.897000', '162133.900000', '162133.903000', '162133.906000', '162133.909000', '162133.912000', '162133.915000', '162153.781000', '162153.784000', '162153.787000', '162153.790000', '162153.793000', '162153.796000', '162153.799000', '162153.802000', '162153.805000', '162153.808000', '162153.811000', '162153.814000', '162153.816000', '162153.819000', '162153.822000', '162153.825000', '162153.828000', '162153.831000', '162153.840000', '162153.843000', '162153.846000', '162153.849000', '162153.852000', '162153.855000', '162153.858000', '162153.861000', '162153.864000', '162153.867000', '162153.870000', '162153.872000', '162153.875000', '162153.878000', '162153.881000', '162153.884000', '162153.887000', '162153.890000', '162153.893000', '162153.895000', '162153.898000', '162153.901000', '162153.904000', '162153.907000', '162153.910000', '162213.782000', '162213.790000', '162213.793000', '162213.795000', '162213.798000', '162213.801000', '162213.804000', '162213.807000', '162213.810000', '162213.813000', '162213.828000', '162213.831000', '162213.834000', '162213.837000', '162213.840000', '162213.843000', '162213.846000', '162213.849000', '162213.851000', '162213.854000', '162213.857000', '162213.860000', '162213.863000', '162213.866000', '162213.869000', '162213.872000', '162213.875000', '162213.878000', '162213.881000', '162213.884000', '162213.887000', '162213.889000', '162213.892000', '162213.895000', '162213.898000', '162213.901000', '162213.904000', '162213.907000', '162213.909000', '162213.912000', '162213.915000', '162213.918000', '162213.921000', '162213.924000', '162233.781000', '162233.784000', '162233.787000', '162233.790000', '162233.793000', '162233.796000', '162233.799000', '162233.802000', '162233.805000', '162233.808000', '162233.810000', '162233.814000', '162233.816000', '162233.819000', '162233.822000', '162233.830000', '162233.833000', '162233.836000', '162233.838000', '162233.841000', '162233.844000', '162233.847000', '162233.850000', '162233.853000', '162233.856000', '162233.859000', '162233.862000', '162233.865000', '162233.868000', '162233.871000', '162233.874000', '162233.876000', '162233.879000', '162233.882000', '162233.885000', '162233.888000', '162233.891000', '162233.894000', '162233.897000', '162233.900000', '162233.902000', '162233.905000', '162233.908000', '162253.781000', '162253.784000', '162253.787000', '162253.790000', '162253.793000', '162253.796000', '162253.799000', '162253.802000', '162253.805000', '162253.808000', '162253.810000', '162253.813000', '162253.816000', '162253.819000', '162253.822000', '162253.825000', '162253.828000', '162253.831000', '162253.834000', '162253.837000', '162253.840000', '162253.842000', '162253.845000', '162253.848000', '162253.851000', '162253.854000', '162253.857000', '162253.860000', '162253.863000', '162253.866000', '162253.869000', '162253.872000', '162253.875000', '162253.878000', '162253.880000', '162253.883000', '162253.886000', '162253.889000', '162253.892000', '162253.895000', '162253.898000', '162253.901000', '162253.904000', '162253.907000', '162313.781000', '162313.784000', '162313.787000', '162313.790000', '162313.793000', '162313.796000', '162313.799000', '162313.802000', '162313.805000', '162313.808000', '162313.817000', '162313.820000', '162313.823000', '162313.826000', '162313.829000', '162313.832000', '162313.835000', '162313.838000', '162313.841000', '162313.843000', '162313.846000', '162313.851000', '162313.854000', '162313.858000', '162313.861000', '162313.864000', '162313.867000', '162313.869000', '162313.873000', '162313.875000', '162313.878000', '162313.881000', '162313.884000', '162313.887000', '162313.890000', '162313.893000', '162313.896000', '162313.899000', '162313.902000', '162313.905000', '162313.908000', '162313.910000', '162313.913000', '162333.781000', '162333.784000', '162333.787000', '162333.790000', '162333.793000', '162333.796000', '162333.799000', '162333.802000', '162333.805000', '162333.808000', '162333.810000', '162333.814000', '162333.816000', '162333.819000', '162333.822000', '162333.825000', '162333.828000', '162333.831000', '162333.834000', '162333.837000', '162333.840000', '162333.843000', '162333.846000', '162333.849000', '162333.852000', '162333.855000', '162333.858000', '162333.861000', '162333.864000', '162333.867000', '162333.869000', '162333.873000', '162333.875000', '162333.878000', '162333.881000', '162333.884000', '162333.887000', '162333.890000', '162333.893000', '162333.896000', '162333.899000', '162333.902000', '162333.905000', '162333.908000', '162348.862000', '162348.866000', '162348.869000', '162348.872000', '162348.875000', '162348.879000', '162348.882000', '162348.885000', '162348.888000', '162348.891000', '162348.894000', '162348.897000', '162348.900000', '162348.903000', '162348.906000', '162348.909000', '162348.912000', '162348.915000', '162348.918000', '162348.921000', '162348.924000', '162348.927000', '162348.930000', '162348.933000', '162348.936000', '162348.939000', '162348.942000', '162348.945000', '162348.948000', '162348.951000', '162348.954000', '162348.957000', '162348.960000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [6460, 5317, 5369, 7299, 5042, 5374, 9723, 7317, 7072, 7971, 7918, 5981, 5766, 7585, 6510, 5543, 7722, 5317, 5088, 6956, 5046, 5069, 6544, 5077, 5096, 6186, 5210, 5432, 6591, 5158, 5268, 4907, 5214, 5470, 5040, 5245, 5303, 4964, 5192, 5337, 4990, 5222, 4835, 4955, 5289, 5007, 5006, 5130, 5263, 4883, 5364, 8295, 5118, 5419, 6231, 5105, 5102, 5625, 5049, 5440, 4885, 5295, 7673, 5165, 5416, 5545, 5041, 5622, 6503, 5013, 5618, 5028, 5108, 5609, 5125, 5136, 5153, 4938, 5382, 5213, 5040, 5380, 5044, 5150, 5540, 5180, 5045, 5329, 5234, 5106, 5194, 5161, 5518, 5230, 5166, 5140, 5303, 5230, 5224, 7487, 5188, 5077, 5479, 5221, 5456, 8780, 5248, 5341, 5334, 5133, 5315, 7047, 5222, 5276, 5263, 4945, 5429, 5232, 4921, 5380, 5348, 5269, 5212, 5410, 5625, 5486, 5650, 5754, 6444, 5561, 5878, 6050, 5478, 5664, 7739, 5328, 5578, 5854, 6097, 6065, 7338, 6545, 5340, 5857, 7040, 6859, 8199, 7936, 6124, 5884, 6754, 5371, 6106, 6559, 5269, 5400, 5271, 5474, 5533, 5081, 5358, 5311, 4992, 5567, 6675, 5034, 5677, 5264, 5270, 5669, 5167, 5450, 5537, 5137, 5361, 5265, 5229, 5127, 5619, 5360, 5346, 5495, 5337, 5449, 5513, 5361, 5257, 5500, 5559, 5403, 5492, 5486, 5788, 6625, 5407, 5562, 5660, 5153, 5648, 8267, 5271, 5499, 5999, 5279, 5670, 7135, 5374, 5473, 6896, 5615, 6610, 7261, 5441, 5486, 5408, 5396, 7054, 5229, 5321, 6348, 5167, 5541, 5351, 5199, 5540, 5091, 5537, 5376, 5051, 5439, 5506, 4968, 5089, 5466, 5392, 5197, 5689, 5308, 5291, 5685, 5394, 5330, 5611, 5502, 5486, 5525, 5397, 5376, 5602, 5217, 5253, 5651, 5234, 5277, 5260, 5130, 5388, 5529, 5124, 5375, 5324, 5066, 5181, 5515, 5246, 5204, 5290, 5250, 5014, 5452, 5452, 5111, 5404, 6048, 5212, 5532, 7063, 5225, 5428, 5176, 5030, 5504, 5091, 5026, 5122, 8489, 5360, 5102, 5331, 5061, 4783, 5099, 5314, 5052, 5302, 5408, 5138, 5138, 5500, 5468, 5503, 5276, 5500, 7016, 5165, 5422, 7400, 5250, 5513, 7100, 5204, 7206, 6298, 5587, 6669, 5892, 5577, 6111, 5132, 5532, 5974, 4967, 5279, 5266, 5314, 5349, 5768, 5165, 5015, 6830, 5236, 5228, 5120, 4945, 5380, 5033, 4922, 5325, 5226, 5074, 5291, 5127, 5076, 5379, 5483, 5255, 5328, 5355, 5132, 5134, 5129, 5159, 5257, 4971, 5103, 5288, 5357, 5245, 5123, 5073, 5032, 5041, 5168, 5821, 5182, 5407, 5002, 5018, 5427, 5248, 5141, 4974, 5171, 5866, 5396, 5347, 6056, 5813, 5366, 7314, 5871, 5386, 5136, 5717, 5230, 5441, 5329, 7920, 12521, 11908, 7933, 10378, 5775, 5442, 5341, 4981, 5354, 8789, 4995, 5543, 6542, 4817, 5276, 7891, 5083, 5409, 4859, 4914, 5326, 5012, 4943, 4952, 5158, 7068, 5017, 6185, 7753, 5003, 5052, 8946, 10363, 7261, 7642, 7520, 5929, 6548, 5286, 5290, 5006, 5078, 5209, 5216, 5041, 5119, 4984, 5056, 4990, 5181, 4900, 4892, 4932, 5272, 4993, 4957, 4890, 4948, 5200, 5317, 4793, 4983, 5305, 4965, 4989, 4958, 5277, 5254, 5345, 5580, 5358, 6221, 5518, 5048, 5993, 5800, 5109, 8183, 10605, 10352, 9178, 8691, 8974, 11533, 8106, 7423, 7265, 6167, 7473, 7635, 7300, 6153, 7908, 6173, 5402, 6830, 5354, 5369, 6207, 5151, 5240, 5587, 5045, 5138, 5011, 4956, 5147, 5930, 5327, 5273, 4889, 4973, 5020, 4732, 5388, 5221, 4844, 5729, 5195, 5320, 6465, 5293, 5077, 4949, 5809, 5280, 4989, 5202, 5356, 5306, 6821, 6062, 5924, 5801, 9382, 11658, 6831, 5639, 5551, 7422, 5648, 5664, 9789, 7544, 6347, 5706, 7113, 5721, 5333, 5391, 5084, 5308, 4974, 5174, 5247, 5418, 5075, 5737, 5215, 5297, 5355, 5347, 5368, 5487, 5230, 5450, 5087, 5056, 5109, 5309, 5268, 8606, 6794, 5658, 8644, 7681, 6839, 8599, 8044, 6959, 6492, 8241, 6625, 6926, 11821, 8851, 6212, 5296, 5218, 5063, 5441, 5436, 5179, 5152, 5276, 8320, 6010, 5294, 11530, 11880, 8031, 9320, 12129, 9405, 7464, 7012, 6531, 6328, 5070, 5813, 5444, 6332, 6132, 8903, 8127, 7079, 11186, 6015, 5539, 9113, 5359, 5424, 9498, 6925, 5231, 5222, 5266, 5586, 5264, 5639, 5358, 5312, 6910, 5165, 5317, 4915, 4750, 4922, 5108, 4828, 4832, 5215, 5017, 5547, 7355, 7869, 5452, 5360, 5100, 5366, 5192, 5339, 6019, 7697, 5218, 5380, 9038, 5782, 5229, 5251, 5955, 8579, 6462, 6932, 4754, 4922, 5095, 4956, 5167, 5219, 5074, 5204, 5178, 5048, 4957, 5099, 5100, 6307, 5153, 6204, 10860, 6431, 5069, 5118, 5089, 5347, 5323, 5316, 5683, 5428, 6922, 6997, 5896, 9466, 6804, 5772, 8863, 5680, 6088, 8319, 5993, 5810, 5313, 5734, 11430, 12000, 9557, 6020, 7968, 5466, 5280, 6677, 5649, 5352, 6201, 5541, 5340, 5667, 5152, 5050, 5484, 5510, 5451, 5957, 5690, 5756, 5664, 5772, 5728, 5646, 7039, 6611, 5700, 5855, 8499, 9770, 8921, 7439, 11543, 9002, 8911, 11138, 9955, 7766, 10989, 7873, 10270, 10486, 7623, 6462, 8300, 6134, 6008, 10356, 6348, 5462, 6569, 5355, 5300, 7030, 5487, 5417, 5343, 5538, 5349, 7059, 5479, 5310, 7023, 5425, 5455, 9205, 5286, 5406, 5329, 5269, 5318, 5179, 6348, 5370, 5414, 7526, 5441, 5440, 8744, 5376, 5371, 9309, 5546, 5347, 5292, 5252, 5301, 5302, 7626, 5352, 5253, 9555, 5318, 5303, 9036, 5218, 5230, 8921, 5155, 5345, 6397, 5119, 5428, 7858, 5223, 5255, 5829, 5395, 5609, 5230, 5476, 5221, 5258, 5281, 5294, 5359, 5409, 5378, 5504, 5367, 5265, 6670, 5537, 5607, 5999, 5513, 5521, 9829, 7127, 5618, 8042, 8476, 5562, 9046, 10563, 5399, 5614, 9826, 7792, 6280, 6838, 9633, 7000, 8236, 5529, 7466, 5893, 5429, 5243, 5738, 5403, 5106, 5132, 5202, 5449, 5248, 5153, 5331, 5457, 5411, 5174, 5445, 5368, 5539, 5718, 5367, 5490, 5404, 5311, 6680, 5365, 5182, 6776, 5350, 5378, 7659, 5352, 5263, 5897, 5319, 5204, 6321, 5359, 5123, 5386, 5288, 5481, 5108, 5279, 5332, 5147, 5025, 5477, 5567, 5513, 5333, 5433, 5253, 5083, 5132, 5113, 5125, 5129, 5173, 5103, 5994, 5115, 5218, 5271, 5208, 5128, 7283, 5895, 5912, 5497, 5949, 5378, 5317, 7737, 5269, 5190, 8142, 5171, 5152, 6941, 5300, 5168, 8148, 5369, 5201, 8657, 5173, 4932, 6350, 5208, 5275, 5370, 5174, 5151, 5289, 5383, 5127, 5903, 5409, 5217, 5244, 5051, 5103, 5096, 5028, 4984, 4934, 5061, 5109, 5020, 5314, 5000, 5278, 5199, 5066, 4915, 5281, 4908, 4934, 4970, 5048, 5114, 5137, 5181, 5146, 5322, 5150, 5205, 5195, 5386, 5371, 5294, 5379, 5224, 5323, 5656, 5353, 5369, 5399, 5207, 5475, 5125, 5291, 5374, 5262, 5436, 5281, 5138, 5450, 5168, 5281, 5380, 5183, 5320, 5237, 5012, 5265, 5119, 5382, 5335, 5222, 5052, 5390, 5313, 5270, 5364, 5157, 5230, 5234, 5185, 5535, 5496, 5589, 5307, 5544, 5402, 8856, 10106, 9206, 10299, 8871, 5426, 5606, 5641, 5795, 5617, 5627, 5491, 5840, 5768, 6492, 5593, 6591, 6941, 5458, 5152, 5461, 5371, 5288, 5525, 7393, 5188, 5792, 5728, 7184, 6400, 5449, 5316, 5478, 4906, 5270, 4991, 5312, 4817, 5084, 5521, 5588, 5156, 6782, 5245, 5496, 5120, 5418, 5307, 5277, 6046, 7866, 4919, 5152, 6285, 5341, 5258, 5150, 5354, 5017, 5533, 5170, 5159, 5284, 5366, 5342, 6424, 5293, 5266, 5523, 5346, 5421, 5962, 5308, 5312, 5097, 5067, 5219, 5181, 5049, 5163, 5240, 5345, 5287, 5326, 5354, 5388, 5383, 5273, 5115, 5306, 5447, 5642, 5815, 5738, 5499, 5860, 7250, 7790, 6282, 5537, 5199, 5575, 5458, 5458, 5484, 5248, 5358, 5781, 5609, 5330, 5817, 5450, 5280, 5497, 5559, 5480, 6029, 5444, 5223, 5389, 5332, 4992, 5409, 5223, 5074, 5050, 5031, 5410, 6417, 7155, 5672, 5612, 5809, 5631, 5779, 6889, 5464, 6246, 6971, 5475, 6299, 7382, 5403, 7164, 6400, 5425, 5988, 5877, 5040, 4969, 5117, 5239, 4937, 6470, 5322, 5068, 6109, 5458, 5304, 6495, 5483, 5129, 5916, 5325, 5362, 7429, 5396, 5196, 6528, 6003, 5361, 8070, 8419, 5519, 5273, 8338, 5313, 5219, 8565, 5535, 5472, 5244, 5047, 5454, 5195, 6034, 5268, 5518, 5340, 5290, 5429, 5398, 6718, 5482, 5443, 9027, 5784, 5282, 8230, 6070, 5453, 5929, 7750, 5180, 5387, 5172, 6784, 5312, 5194, 5131, 5297, 5535, 6360, 5555, 5250, 5359, 5047, 5480, 5437, 5140, 7345, 7984, 8076, 6545, 5108, 5207, 5212, 5275, 5269, 5121, 5341, 5582, 5513, 5366, 5322, 5515, 5412, 5279, 5319, 6419, 5365, 5473, 5826, 5199, 5160, 5465, 5253, 5063, 5141, 5158, 5186, 5158, 5343, 5099, 5166, 5115, 5319, 5293, 5234, 5104, 5184, 5141, 5090, 5292, 5272, 5424, 5281, 5119, 5349, 5141, 5203, 5299, 5268, 5160, 5280, 5306, 5266, 5131, 6201, 5363, 5280, 5439, 5218, 5199, 5492, 5092, 5076, 5343, 5280, 5037, 5256, 5218, 5094, 5411, 5344, 5261, 5359, 5269, 5266, 5542, 5416, 5575, 5356, 5639, 5539, 5614, 5498, 5562, 5745, 5291, 5653, 7286, 5323, 5711, 7831, 5456, 5319, 7594, 5286, 5215, 5819, 5211, 5319, 5168, 5444, 5099, 5049, 5687, 5083, 5149, 5951, 5153, 5275, 5425, 5146, 5158, 5160, 5226, 5051, 5087, 5184, 5011, 5151, 5400, 5273, 5140, 5343, 5382, 5451, 5387, 5138, 4880, 5045, 5228, 5176, 5135, 5406, 5355, 5928, 6678, 6369], 'WindowCenter': [3390.0, 3366.0, 3353.0, 3384.0, 3341.0, 3352.0, 3392.0, 3371.0, 3371.0, 3368.0, 3369.0, 3347.0, 3336.0, 3368.0, 3347.0, 3335.0, 3368.0, 3336.0, 3337.0, 3357.0, 3324.0, 3325.0, 3346.0, 3324.0, 3336.0, 3359.0, 3337.0, 3334.0, 3345.0, 3324.0, 3351.0, 3314.0, 3325.0, 3335.0, 3322.0, 3322.0, 3333.0, 3322.0, 3324.0, 3334.0, 3336.0, 3336.0, 3327.0, 3340.0, 3349.0, 3324.0, 3335.0, 3336.0, 3337.0, 3326.0, 3349.0, 3380.0, 3338.0, 3348.0, 3347.0, 3326.0, 3326.0, 3335.0, 3336.0, 3336.0, 3325.0, 3335.0, 3356.0, 3324.0, 3336.0, 3335.0, 3325.0, 3347.0, 3346.0, 3325.0, 3346.0, 3335.0, 3335.0, 3347.0, 3323.0, 3336.0, 3324.0, 3324.0, 3347.0, 3336.0, 3335.0, 3336.0, 3336.0, 3336.0, 3336.0, 3337.0, 3337.0, 3337.0, 3337.0, 3338.0, 3338.0, 3337.0, 3349.0, 3338.0, 3338.0, 3350.0, 3348.0, 3339.0, 3341.0, 3371.0, 3338.0, 3338.0, 3348.0, 3339.0, 3348.0, 3382.0, 3336.0, 3336.0, 3323.0, 3324.0, 3335.0, 3357.0, 3324.0, 3324.0, 3336.0, 3325.0, 3336.0, 3324.0, 3324.0, 3336.0, 3336.0, 3336.0, 3337.0, 3351.0, 3360.0, 3349.0, 3360.0, 3360.0, 3359.0, 3348.0, 3347.0, 3358.0, 3335.0, 3347.0, 3369.0, 3347.0, 3347.0, 3348.0, 3360.0, 3360.0, 3369.0, 3358.0, 3348.0, 3348.0, 3357.0, 3356.0, 3379.0, 3368.0, 3347.0, 3346.0, 3355.0, 3333.0, 3343.0, 3344.0, 3324.0, 3332.0, 3323.0, 3347.0, 3335.0, 3335.0, 3347.0, 3335.0, 3323.0, 3334.0, 3355.0, 3323.0, 3345.0, 3335.0, 3334.0, 3345.0, 3334.0, 3335.0, 3335.0, 3336.0, 3347.0, 3336.0, 3335.0, 3336.0, 3347.0, 3347.0, 3347.0, 3347.0, 3337.0, 3347.0, 3350.0, 3348.0, 3338.0, 3348.0, 3348.0, 3349.0, 3349.0, 3348.0, 3348.0, 3358.0, 3347.0, 3348.0, 3348.0, 3338.0, 3348.0, 3379.0, 3337.0, 3347.0, 3358.0, 3338.0, 3346.0, 3367.0, 3335.0, 3335.0, 3356.0, 3345.0, 3356.0, 3356.0, 3334.0, 3334.0, 3334.0, 3335.0, 3355.0, 3323.0, 3333.0, 3345.0, 3324.0, 3335.0, 3334.0, 3323.0, 3334.0, 3323.0, 3337.0, 3335.0, 3324.0, 3335.0, 3335.0, 3335.0, 3336.0, 3336.0, 3348.0, 3337.0, 3359.0, 3349.0, 3346.0, 3363.0, 3349.0, 3335.0, 3347.0, 3335.0, 3334.0, 3334.0, 3333.0, 3333.0, 3333.0, 3323.0, 3323.0, 3345.0, 3335.0, 3323.0, 3334.0, 3349.0, 3347.0, 3336.0, 3335.0, 3335.0, 3333.0, 3334.0, 3324.0, 3334.0, 3334.0, 3335.0, 3346.0, 3335.0, 3335.0, 3335.0, 3334.0, 3334.0, 3334.0, 3344.0, 3324.0, 3334.0, 3356.0, 3335.0, 3335.0, 3322.0, 3322.0, 3334.0, 3323.0, 3323.0, 3325.0, 3381.0, 3323.0, 3325.0, 3347.0, 3337.0, 3306.0, 3307.0, 3320.0, 3334.0, 3334.0, 3322.0, 3323.0, 3335.0, 3349.0, 3350.0, 3350.0, 3350.0, 3350.0, 3370.0, 3337.0, 3336.0, 3356.0, 3323.0, 3334.0, 3356.0, 3323.0, 3353.0, 3331.0, 3320.0, 3341.0, 3318.0, 3319.0, 3330.0, 3308.0, 3320.0, 3330.0, 3309.0, 3322.0, 3321.0, 3333.0, 3321.0, 3331.0, 3321.0, 3322.0, 3344.0, 3322.0, 3321.0, 3322.0, 3322.0, 3334.0, 3323.0, 3311.0, 3332.0, 3322.0, 3322.0, 3333.0, 3322.0, 3323.0, 3335.0, 3333.0, 3323.0, 3334.0, 3308.0, 3324.0, 3309.0, 3323.0, 3309.0, 3310.0, 3321.0, 3324.0, 3323.0, 3334.0, 3324.0, 3334.0, 3336.0, 3335.0, 3324.0, 3335.0, 3335.0, 3334.0, 3346.0, 3323.0, 3323.0, 3333.0, 3334.0, 3324.0, 3322.0, 3323.0, 3334.0, 3334.0, 3334.0, 3344.0, 3332.0, 3322.0, 3342.0, 3330.0, 3320.0, 3319.0, 3318.0, 3308.0, 3318.0, 3320.0, 3303.0, 3428.0, 3383.0, 3371.0, 3366.0, 3339.0, 3340.0, 3350.0, 3340.0, 3349.0, 3380.0, 3336.0, 3336.0, 3345.0, 3313.0, 3324.0, 3368.0, 3326.0, 3338.0, 3326.0, 3326.0, 3349.0, 3338.0, 3326.0, 3326.0, 3337.0, 3357.0, 3326.0, 3347.0, 3369.0, 3338.0, 3325.0, 3337.0, 3396.0, 3358.0, 3357.0, 3356.0, 3335.0, 3347.0, 3336.0, 3337.0, 3337.0, 3338.0, 3296.0, 3316.0, 3341.0, 3340.0, 3327.0, 3310.0, 3312.0, 3311.0, 3310.0, 3325.0, 3326.0, 3337.0, 3336.0, 3325.0, 3326.0, 3326.0, 3324.0, 3338.0, 3326.0, 3339.0, 3352.0, 3352.0, 3351.0, 3340.0, 3352.0, 3350.0, 3349.0, 3336.0, 3334.0, 3359.0, 3350.0, 3341.0, 3378.0, 3379.0, 3356.0, 3395.0, 3356.0, 3341.0, 3340.0, 3341.0, 3340.0, 3351.0, 3329.0, 3329.0, 3329.0, 3318.0, 3328.0, 3327.0, 3315.0, 3292.0, 3324.0, 3302.0, 3294.0, 3315.0, 3294.0, 3306.0, 3316.0, 3295.0, 3297.0, 3306.0, 3308.0, 3310.0, 3311.0, 3312.0, 3322.0, 3333.0, 3323.0, 3325.0, 3314.0, 3323.0, 3325.0, 3314.0, 3336.0, 3327.0, 3327.0, 3349.0, 3326.0, 3339.0, 3348.0, 3338.0, 3338.0, 3330.0, 3352.0, 3352.0, 3342.0, 3342.0, 3354.0, 3294.0, 3312.0, 3348.0, 3345.0, 3282.0, 3426.0, 3409.0, 3376.0, 3365.0, 3351.0, 3371.0, 3349.0, 3348.0, 3379.0, 3359.0, 3366.0, 3328.0, 3333.0, 3325.0, 3338.0, 3355.0, 3326.0, 3351.0, 3327.0, 3284.0, 3284.0, 3320.0, 3310.0, 3350.0, 3322.0, 3322.0, 3322.0, 3334.0, 3322.0, 3334.0, 3336.0, 3336.0, 3325.0, 3337.0, 3339.0, 3350.0, 3340.0, 3393.0, 3371.0, 3350.0, 3382.0, 3371.0, 3358.0, 3366.0, 3354.0, 3342.0, 3342.0, 3351.0, 3330.0, 3356.0, 3379.0, 3353.0, 3331.0, 3321.0, 3322.0, 3324.0, 3336.0, 3335.0, 3324.0, 3325.0, 3325.0, 3368.0, 3347.0, 3298.0, 3362.0, 3338.0, 3357.0, 3366.0, 3373.0, 3350.0, 3326.0, 3327.0, 3328.0, 3329.0, 3308.0, 3331.0, 3320.0, 3329.0, 3318.0, 3350.0, 3338.0, 3328.0, 3359.0, 3316.0, 3306.0, 3348.0, 3306.0, 3306.0, 3352.0, 3332.0, 3296.0, 3285.0, 3284.0, 3296.0, 3264.0, 3308.0, 3310.0, 3313.0, 3363.0, 3328.0, 3311.0, 3301.0, 3298.0, 3296.0, 3296.0, 3283.0, 3297.0, 3296.0, 3282.0, 3307.0, 3341.0, 3342.0, 3323.0, 3323.0, 3324.0, 3323.0, 3312.0, 3311.0, 3333.0, 3343.0, 3312.0, 3296.0, 3195.0, 3268.0, 3325.0, 3280.0, 3289.0, 3386.0, 3335.0, 3330.0, 3298.0, 3299.0, 3325.0, 3341.0, 3324.0, 3325.0, 3338.0, 3339.0, 3325.0, 3313.0, 3312.0, 3312.0, 3311.0, 3332.0, 3311.0, 3336.0, 3379.0, 3332.0, 3323.0, 3325.0, 3337.0, 3339.0, 3350.0, 3351.0, 3362.0, 3351.0, 3373.0, 3372.0, 3362.0, 3393.0, 3359.0, 3348.0, 3380.0, 3337.0, 3349.0, 3382.0, 3349.0, 3336.0, 3279.0, 3349.0, 3371.0, 3399.0, 3324.0, 3261.0, 3271.0, 3332.0, 3340.0, 3375.0, 3365.0, 3353.0, 3364.0, 3349.0, 3337.0, 3337.0, 3326.0, 3327.0, 3338.0, 3340.0, 3353.0, 3364.0, 3365.0, 3366.0, 3364.0, 3363.0, 3364.0, 3354.0, 3374.0, 3363.0, 3365.0, 3367.0, 3410.0, 3423.0, 3411.0, 3389.0, 3419.0, 3397.0, 3385.0, 3395.0, 3383.0, 3360.0, 3381.0, 3371.0, 3381.0, 3381.0, 3359.0, 3348.0, 3369.0, 3337.0, 3337.0, 3381.0, 3349.0, 3339.0, 3360.0, 3339.0, 3339.0, 3360.0, 3339.0, 3339.0, 3338.0, 3339.0, 3351.0, 3361.0, 3339.0, 3340.0, 3372.0, 3353.0, 3354.0, 3383.0, 3340.0, 3340.0, 3339.0, 3339.0, 3339.0, 3339.0, 3360.0, 3339.0, 3339.0, 3372.0, 3351.0, 3340.0, 3382.0, 3340.0, 3341.0, 3383.0, 3340.0, 3339.0, 3352.0, 3339.0, 3339.0, 3339.0, 3372.0, 3339.0, 3327.0, 3381.0, 3338.0, 3338.0, 3383.0, 3339.0, 3328.0, 3381.0, 3328.0, 3338.0, 3348.0, 3327.0, 3338.0, 3369.0, 3327.0, 3327.0, 3349.0, 3338.0, 3349.0, 3327.0, 3339.0, 3328.0, 3339.0, 3339.0, 3339.0, 3352.0, 3353.0, 3353.0, 3352.0, 3352.0, 3316.0, 3349.0, 3282.0, 3338.0, 3368.0, 3355.0, 3313.0, 3382.0, 3362.0, 3353.0, 3374.0, 3374.0, 3342.0, 3344.0, 3318.0, 3340.0, 3352.0, 3391.0, 3371.0, 3344.0, 3361.0, 3377.0, 3344.0, 3324.0, 3322.0, 3342.0, 3320.0, 3333.0, 3324.0, 3334.0, 3333.0, 3324.0, 3323.0, 3323.0, 3334.0, 3335.0, 3337.0, 3348.0, 3350.0, 3351.0, 3351.0, 3364.0, 3362.0, 3351.0, 3363.0, 3350.0, 3350.0, 3350.0, 3349.0, 3370.0, 3350.0, 3339.0, 3370.0, 3349.0, 3349.0, 3371.0, 3337.0, 3338.0, 3348.0, 3349.0, 3338.0, 3360.0, 3349.0, 3337.0, 3348.0, 3350.0, 3351.0, 3339.0, 3337.0, 3350.0, 3350.0, 3324.0, 3172.0, 3267.0, 3318.0, 3315.0, 3315.0, 3304.0, 3305.0, 3305.0, 3305.0, 3317.0, 3316.0, 3304.0, 3305.0, 3326.0, 3304.0, 3315.0, 3304.0, 3305.0, 3318.0, 3354.0, 3319.0, 3280.0, 3305.0, 3328.0, 3314.0, 3329.0, 3350.0, 3306.0, 3317.0, 3347.0, 3305.0, 3306.0, 3337.0, 3316.0, 3305.0, 3347.0, 3314.0, 3303.0, 3346.0, 3304.0, 3304.0, 3324.0, 3303.0, 3303.0, 3313.0, 3303.0, 3304.0, 3314.0, 3313.0, 3316.0, 3314.0, 3312.0, 3300.0, 3301.0, 3289.0, 3288.0, 3274.0, 3261.0, 3275.0, 3274.0, 3272.0, 3273.0, 3300.0, 3312.0, 3299.0, 3301.0, 3302.0, 3301.0, 3302.0, 3325.0, 3273.0, 3247.0, 3258.0, 3271.0, 3285.0, 3286.0, 3272.0, 3297.0, 3311.0, 3314.0, 3316.0, 3315.0, 3325.0, 3311.0, 3281.0, 3296.0, 3298.0, 3313.0, 3396.0, 3357.0, 3340.0, 3328.0, 3329.0, 3370.0, 3287.0, 3281.0, 3296.0, 3299.0, 3311.0, 3326.0, 3314.0, 3314.0, 3314.0, 3312.0, 3340.0, 3331.0, 3327.0, 3315.0, 3314.0, 3302.0, 3315.0, 3325.0, 3326.0, 3315.0, 3300.0, 3298.0, 3310.0, 3298.0, 3311.0, 3300.0, 3301.0, 3316.0, 3328.0, 3356.0, 3414.0, 3416.0, 3386.0, 3361.0, 3276.0, 3322.0, 3455.0, 3456.0, 3415.0, 3370.0, 3368.0, 3352.0, 3348.0, 3348.0, 3348.0, 3360.0, 3350.0, 3361.0, 3363.0, 3359.0, 3336.0, 3355.0, 3355.0, 3333.0, 3324.0, 3323.0, 3322.0, 3334.0, 3321.0, 3326.0, 3281.0, 3290.0, 3305.0, 3326.0, 3315.0, 3305.0, 3319.0, 3288.0, 3278.0, 3277.0, 3277.0, 3289.0, 3279.0, 3278.0, 3274.0, 3244.0, 3230.0, 3238.0, 3232.0, 3288.0, 3263.0, 3271.0, 3259.0, 3276.0, 3302.0, 3321.0, 3268.0, 3290.0, 3341.0, 3333.0, 3317.0, 3304.0, 3301.0, 3291.0, 3302.0, 3317.0, 3319.0, 3302.0, 3304.0, 3316.0, 3338.0, 3319.0, 3305.0, 3303.0, 3304.0, 3316.0, 3343.0, 3318.0, 3318.0, 3320.0, 3320.0, 3318.0, 3317.0, 3332.0, 3334.0, 3308.0, 3316.0, 3317.0, 3316.0, 3316.0, 3331.0, 3333.0, 3319.0, 3318.0, 3330.0, 3331.0, 3432.0, 3383.0, 3404.0, 3320.0, 3334.0, 3430.0, 3387.0, 3334.0, 3321.0, 3309.0, 3333.0, 3318.0, 3330.0, 3348.0, 3366.0, 3365.0, 3351.0, 3362.0, 3350.0, 3362.0, 3349.0, 3336.0, 3335.0, 3335.0, 3347.0, 3345.0, 3334.0, 3323.0, 3334.0, 3320.0, 3278.0, 3330.0, 3320.0, 3332.0, 3333.0, 3330.0, 3309.0, 3369.0, 3368.0, 3346.0, 3345.0, 3345.0, 3356.0, 3344.0, 3366.0, 3345.0, 3355.0, 3366.0, 3344.0, 3355.0, 3366.0, 3345.0, 3367.0, 3367.0, 3345.0, 3355.0, 3355.0, 3332.0, 3346.0, 3332.0, 3332.0, 3332.0, 3353.0, 3342.0, 3332.0, 3354.0, 3344.0, 3344.0, 3365.0, 3344.0, 3344.0, 3354.0, 3344.0, 3344.0, 3376.0, 3344.0, 3345.0, 3368.0, 3356.0, 3343.0, 3376.0, 3375.0, 3343.0, 3344.0, 3375.0, 3343.0, 3332.0, 3375.0, 3343.0, 3344.0, 3343.0, 3332.0, 3343.0, 3332.0, 3354.0, 3344.0, 3355.0, 3344.0, 3344.0, 3345.0, 3345.0, 3366.0, 3344.0, 3345.0, 3387.0, 3354.0, 3345.0, 3387.0, 3354.0, 3344.0, 3354.0, 3375.0, 3332.0, 3343.0, 3332.0, 3364.0, 3343.0, 3344.0, 3343.0, 3344.0, 3345.0, 3354.0, 3343.0, 3333.0, 3343.0, 3332.0, 3342.0, 3343.0, 3305.0, 3413.0, 3336.0, 3299.0, 3404.0, 3369.0, 3365.0, 3364.0, 3351.0, 3352.0, 3352.0, 3362.0, 3362.0, 3363.0, 3362.0, 3363.0, 3375.0, 3374.0, 3352.0, 3363.0, 3372.0, 3361.0, 3350.0, 3360.0, 3348.0, 3349.0, 3348.0, 3337.0, 3337.0, 3337.0, 3337.0, 3348.0, 3337.0, 3347.0, 3338.0, 3348.0, 3349.0, 3349.0, 3349.0, 3339.0, 3349.0, 3349.0, 3350.0, 3349.0, 3361.0, 3350.0, 3349.0, 3349.0, 3349.0, 3360.0, 3349.0, 3350.0, 3360.0, 3351.0, 3350.0, 3361.0, 3360.0, 3350.0, 3348.0, 3360.0, 3360.0, 3349.0, 3348.0, 3348.0, 3350.0, 3349.0, 3348.0, 3348.0, 3361.0, 3361.0, 3351.0, 3350.0, 3350.0, 3350.0, 3362.0, 3361.0, 3351.0, 3362.0, 3352.0, 3362.0, 3363.0, 3362.0, 3362.0, 3363.0, 3375.0, 3375.0, 3376.0, 3376.0, 3375.0, 3376.0, 3375.0, 3374.0, 3395.0, 3362.0, 3362.0, 3394.0, 3361.0, 3361.0, 3392.0, 3349.0, 3348.0, 3360.0, 3349.0, 3349.0, 3350.0, 3360.0, 3348.0, 3349.0, 3360.0, 3348.0, 3350.0, 3369.0, 3349.0, 3348.0, 3347.0, 3348.0, 3349.0, 3347.0, 3348.0, 3348.0, 3349.0, 3350.0, 3350.0, 3349.0, 3361.0, 3350.0, 3360.0, 3361.0, 3360.0, 3361.0, 3375.0, 3337.0, 3337.0, 3338.0, 3323.0, 3334.0, 3334.0, 3332.0, 3332.0, 3343.0, 3352.0, 3343.0], 'WindowWidth': [7735.0, 7696.0, 7673.0, 7715.0, 7654.0, 7669.0, 7721.0, 7691.0, 7690.0, 7684.0, 7686.0, 7655.0, 7638.0, 7682.0, 7654.0, 7636.0, 7683.0, 7638.0, 7640.0, 7666.0, 7620.0, 7621.0, 7649.0, 7619.0, 7640.0, 7676.0, 7641.0, 7632.0, 7647.0, 7621.0, 7672.0, 7605.0, 7622.0, 7636.0, 7613.0, 7613.0, 7630.0, 7614.0, 7619.0, 7634.0, 7640.0, 7639.0, 7630.0, 7652.0, 7662.0, 7621.0, 7637.0, 7640.0, 7643.0, 7628.0, 7661.0, 7703.0, 7644.0, 7660.0, 7654.0, 7626.0, 7625.0, 7637.0, 7639.0, 7640.0, 7623.0, 7636.0, 7663.0, 7620.0, 7639.0, 7636.0, 7623.0, 7655.0, 7652.0, 7624.0, 7652.0, 7636.0, 7638.0, 7653.0, 7619.0, 7639.0, 7621.0, 7622.0, 7656.0, 7640.0, 7638.0, 7642.0, 7640.0, 7640.0, 7641.0, 7642.0, 7643.0, 7644.0, 7644.0, 7647.0, 7647.0, 7644.0, 7662.0, 7647.0, 7647.0, 7666.0, 7660.0, 7650.0, 7655.0, 7692.0, 7646.0, 7645.0, 7662.0, 7648.0, 7660.0, 7706.0, 7640.0, 7640.0, 7617.0, 7619.0, 7636.0, 7665.0, 7619.0, 7620.0, 7639.0, 7622.0, 7638.0, 7622.0, 7622.0, 7640.0, 7641.0, 7640.0, 7644.0, 7668.0, 7682.0, 7664.0, 7680.0, 7679.0, 7675.0, 7659.0, 7657.0, 7674.0, 7640.0, 7656.0, 7687.0, 7658.0, 7658.0, 7660.0, 7680.0, 7681.0, 7689.0, 7672.0, 7662.0, 7661.0, 7669.0, 7665.0, 7700.0, 7684.0, 7655.0, 7653.0, 7661.0, 7632.0, 7644.0, 7646.0, 7620.0, 7630.0, 7617.0, 7656.0, 7637.0, 7637.0, 7658.0, 7638.0, 7619.0, 7634.0, 7662.0, 7618.0, 7651.0, 7638.0, 7637.0, 7650.0, 7635.0, 7638.0, 7638.0, 7641.0, 7658.0, 7641.0, 7636.0, 7642.0, 7656.0, 7658.0, 7659.0, 7658.0, 7643.0, 7658.0, 7667.0, 7663.0, 7649.0, 7660.0, 7661.0, 7664.0, 7663.0, 7662.0, 7660.0, 7671.0, 7658.0, 7660.0, 7661.0, 7647.0, 7661.0, 7700.0, 7642.0, 7657.0, 7672.0, 7647.0, 7656.0, 7685.0, 7638.0, 7637.0, 7665.0, 7651.0, 7664.0, 7665.0, 7635.0, 7635.0, 7633.0, 7636.0, 7661.0, 7617.0, 7632.0, 7649.0, 7622.0, 7636.0, 7632.0, 7619.0, 7634.0, 7619.0, 7643.0, 7636.0, 7620.0, 7637.0, 7637.0, 7639.0, 7641.0, 7639.0, 7658.0, 7644.0, 7676.0, 7662.0, 7655.0, 7690.0, 7665.0, 7640.0, 7657.0, 7637.0, 7636.0, 7634.0, 7632.0, 7630.0, 7632.0, 7618.0, 7617.0, 7649.0, 7636.0, 7620.0, 7635.0, 7666.0, 7659.0, 7640.0, 7638.0, 7638.0, 7632.0, 7636.0, 7621.0, 7632.0, 7635.0, 7639.0, 7654.0, 7637.0, 7636.0, 7637.0, 7635.0, 7636.0, 7636.0, 7649.0, 7621.0, 7634.0, 7666.0, 7637.0, 7635.0, 7617.0, 7616.0, 7632.0, 7619.0, 7618.0, 7622.0, 7704.0, 7615.0, 7623.0, 7656.0, 7646.0, 7587.0, 7586.0, 7610.0, 7635.0, 7634.0, 7612.0, 7618.0, 7637.0, 7662.0, 7666.0, 7667.0, 7668.0, 7666.0, 7690.0, 7643.0, 7640.0, 7666.0, 7618.0, 7633.0, 7663.0, 7615.0, 7654.0, 7621.0, 7606.0, 7634.0, 7602.0, 7604.0, 7619.0, 7589.0, 7606.0, 7619.0, 7592.0, 7616.0, 7612.0, 7629.0, 7611.0, 7624.0, 7610.0, 7613.0, 7647.0, 7614.0, 7611.0, 7613.0, 7615.0, 7637.0, 7618.0, 7599.0, 7627.0, 7614.0, 7615.0, 7630.0, 7613.0, 7619.0, 7636.0, 7633.0, 7617.0, 7631.0, 7585.0, 7621.0, 7593.0, 7617.0, 7590.0, 7594.0, 7609.0, 7620.0, 7618.0, 7634.0, 7621.0, 7636.0, 7641.0, 7638.0, 7621.0, 7637.0, 7636.0, 7636.0, 7654.0, 7619.0, 7617.0, 7632.0, 7635.0, 7621.0, 7616.0, 7618.0, 7631.0, 7632.0, 7633.0, 7644.0, 7627.0, 7612.0, 7636.0, 7620.0, 7607.0, 7605.0, 7602.0, 7587.0, 7601.0, 7605.0, 7568.0, 7815.0, 7717.0, 7690.0, 7671.0, 7647.0, 7649.0, 7662.0, 7649.0, 7661.0, 7702.0, 7639.0, 7637.0, 7647.0, 7600.0, 7618.0, 7680.0, 7625.0, 7644.0, 7627.0, 7627.0, 7661.0, 7645.0, 7628.0, 7628.0, 7642.0, 7668.0, 7624.0, 7655.0, 7685.0, 7646.0, 7624.0, 7618.0, 7741.0, 7670.0, 7666.0, 7660.0, 7631.0, 7652.0, 7636.0, 7641.0, 7643.0, 7643.0, 7563.0, 7607.0, 7651.0, 7648.0, 7625.0, 7590.0, 7594.0, 7595.0, 7595.0, 7623.0, 7627.0, 7643.0, 7639.0, 7622.0, 7628.0, 7626.0, 7620.0, 7644.0, 7626.0, 7647.0, 7671.0, 7673.0, 7673.0, 7654.0, 7672.0, 7668.0, 7664.0, 7638.0, 7634.0, 7677.0, 7665.0, 7656.0, 7717.0, 7720.0, 7682.0, 7733.0, 7662.0, 7631.0, 7629.0, 7629.0, 7624.0, 7643.0, 7612.0, 7610.0, 7609.0, 7596.0, 7607.0, 7602.0, 7584.0, 7550.0, 7593.0, 7563.0, 7558.0, 7586.0, 7558.0, 7577.0, 7591.0, 7560.0, 7567.0, 7578.0, 7584.0, 7592.0, 7593.0, 7596.0, 7612.0, 7625.0, 7615.0, 7620.0, 7604.0, 7617.0, 7620.0, 7605.0, 7638.0, 7627.0, 7629.0, 7658.0, 7627.0, 7646.0, 7657.0, 7645.0, 7646.0, 7637.0, 7671.0, 7672.0, 7655.0, 7655.0, 7677.0, 7558.0, 7592.0, 7673.0, 7661.0, 7536.0, 7794.0, 7757.0, 7706.0, 7694.0, 7669.0, 7693.0, 7660.0, 7657.0, 7698.0, 7670.0, 7695.0, 7630.0, 7622.0, 7621.0, 7647.0, 7680.0, 7623.0, 7667.0, 7625.0, 7545.0, 7547.0, 7607.0, 7592.0, 7666.0, 7614.0, 7614.0, 7613.0, 7634.0, 7614.0, 7631.0, 7639.0, 7641.0, 7624.0, 7645.0, 7650.0, 7666.0, 7652.0, 7727.0, 7694.0, 7664.0, 7708.0, 7693.0, 7669.0, 7676.0, 7657.0, 7639.0, 7638.0, 7648.0, 7617.0, 7664.0, 7702.0, 7652.0, 7623.0, 7611.0, 7614.0, 7621.0, 7639.0, 7636.0, 7622.0, 7625.0, 7625.0, 7683.0, 7656.0, 7569.0, 7665.0, 7630.0, 7669.0, 7677.0, 7682.0, 7642.0, 7604.0, 7607.0, 7611.0, 7614.0, 7589.0, 7622.0, 7609.0, 7617.0, 7600.0, 7642.0, 7625.0, 7610.0, 7653.0, 7591.0, 7580.0, 7638.0, 7580.0, 7580.0, 7647.0, 7619.0, 7563.0, 7545.0, 7543.0, 7560.0, 7497.0, 7580.0, 7589.0, 7598.0, 7682.0, 7629.0, 7591.0, 7577.0, 7568.0, 7564.0, 7560.0, 7540.0, 7565.0, 7564.0, 7538.0, 7581.0, 7631.0, 7635.0, 7611.0, 7613.0, 7615.0, 7613.0, 7597.0, 7593.0, 7624.0, 7637.0, 7596.0, 7562.0, 7342.0, 7518.0, 7633.0, 7535.0, 7545.0, 7728.0, 7636.0, 7616.0, 7570.0, 7576.0, 7621.0, 7654.0, 7618.0, 7623.0, 7643.0, 7646.0, 7621.0, 7601.0, 7598.0, 7597.0, 7591.0, 7620.0, 7595.0, 7637.0, 7698.0, 7623.0, 7614.0, 7621.0, 7644.0, 7649.0, 7666.0, 7670.0, 7685.0, 7670.0, 7701.0, 7698.0, 7684.0, 7727.0, 7675.0, 7659.0, 7701.0, 7641.0, 7660.0, 7707.0, 7659.0, 7637.0, 7529.0, 7665.0, 7689.0, 7745.0, 7606.0, 7502.0, 7512.0, 7644.0, 7647.0, 7701.0, 7689.0, 7674.0, 7687.0, 7661.0, 7640.0, 7638.0, 7624.0, 7625.0, 7643.0, 7648.0, 7673.0, 7691.0, 7692.0, 7695.0, 7690.0, 7686.0, 7687.0, 7674.0, 7699.0, 7683.0, 7690.0, 7696.0, 7759.0, 7780.0, 7762.0, 7729.0, 7768.0, 7734.0, 7716.0, 7726.0, 7707.0, 7672.0, 7703.0, 7687.0, 7702.0, 7701.0, 7668.0, 7653.0, 7682.0, 7636.0, 7636.0, 7700.0, 7655.0, 7645.0, 7672.0, 7643.0, 7644.0, 7673.0, 7644.0, 7645.0, 7643.0, 7647.0, 7665.0, 7676.0, 7646.0, 7649.0, 7695.0, 7671.0, 7675.0, 7707.0, 7648.0, 7650.0, 7643.0, 7646.0, 7646.0, 7644.0, 7673.0, 7644.0, 7645.0, 7693.0, 7666.0, 7649.0, 7706.0, 7648.0, 7651.0, 7709.0, 7648.0, 7645.0, 7670.0, 7647.0, 7647.0, 7647.0, 7694.0, 7645.0, 7629.0, 7702.0, 7641.0, 7641.0, 7709.0, 7647.0, 7629.0, 7701.0, 7629.0, 7642.0, 7657.0, 7628.0, 7644.0, 7686.0, 7628.0, 7627.0, 7659.0, 7644.0, 7659.0, 7629.0, 7645.0, 7630.0, 7647.0, 7646.0, 7644.0, 7668.0, 7672.0, 7671.0, 7668.0, 7669.0, 7608.0, 7656.0, 7531.0, 7638.0, 7700.0, 7676.0, 7597.0, 7701.0, 7679.0, 7666.0, 7697.0, 7697.0, 7654.0, 7633.0, 7591.0, 7650.0, 7669.0, 7717.0, 7692.0, 7644.0, 7679.0, 7692.0, 7644.0, 7596.0, 7616.0, 7638.0, 7608.0, 7631.0, 7620.0, 7634.0, 7632.0, 7622.0, 7618.0, 7618.0, 7635.0, 7639.0, 7645.0, 7661.0, 7668.0, 7671.0, 7672.0, 7692.0, 7687.0, 7672.0, 7689.0, 7668.0, 7667.0, 7667.0, 7665.0, 7694.0, 7667.0, 7652.0, 7695.0, 7663.0, 7664.0, 7693.0, 7645.0, 7647.0, 7661.0, 7662.0, 7647.0, 7679.0, 7662.0, 7646.0, 7661.0, 7665.0, 7669.0, 7651.0, 7647.0, 7666.0, 7668.0, 7619.0, 7324.0, 7520.0, 7610.0, 7596.0, 7594.0, 7579.0, 7582.0, 7582.0, 7582.0, 7602.0, 7599.0, 7578.0, 7582.0, 7609.0, 7580.0, 7596.0, 7580.0, 7580.0, 7604.0, 7659.0, 7609.0, 7536.0, 7581.0, 7618.0, 7591.0, 7622.0, 7648.0, 7585.0, 7601.0, 7637.0, 7583.0, 7584.0, 7625.0, 7597.0, 7584.0, 7637.0, 7590.0, 7575.0, 7635.0, 7577.0, 7581.0, 7604.0, 7575.0, 7574.0, 7589.0, 7577.0, 7579.0, 7592.0, 7589.0, 7599.0, 7593.0, 7586.0, 7566.0, 7569.0, 7548.0, 7547.0, 7517.0, 7494.0, 7524.0, 7521.0, 7512.0, 7517.0, 7568.0, 7585.0, 7566.0, 7573.0, 7576.0, 7573.0, 7576.0, 7611.0, 7520.0, 7471.0, 7487.0, 7514.0, 7537.0, 7544.0, 7515.0, 7558.0, 7586.0, 7598.0, 7604.0, 7600.0, 7614.0, 7587.0, 7525.0, 7554.0, 7562.0, 7592.0, 7751.0, 7679.0, 7641.0, 7621.0, 7629.0, 7704.0, 7545.0, 7524.0, 7556.0, 7565.0, 7586.0, 7616.0, 7595.0, 7596.0, 7594.0, 7587.0, 7643.0, 7633.0, 7619.0, 7599.0, 7594.0, 7576.0, 7601.0, 7612.0, 7616.0, 7601.0, 7569.0, 7563.0, 7583.0, 7564.0, 7586.0, 7572.0, 7574.0, 7602.0, 7621.0, 7675.0, 7790.0, 7799.0, 7737.0, 7690.0, 7524.0, 7621.0, 7872.0, 7871.0, 7783.0, 7689.0, 7705.0, 7668.0, 7659.0, 7658.0, 7659.0, 7677.0, 7666.0, 7681.0, 7688.0, 7673.0, 7638.0, 7661.0, 7661.0, 7630.0, 7619.0, 7615.0, 7614.0, 7634.0, 7612.0, 7604.0, 7538.0, 7549.0, 7575.0, 7603.0, 7588.0, 7578.0, 7605.0, 7544.0, 7528.0, 7524.0, 7526.0, 7544.0, 7531.0, 7528.0, 7513.0, 7454.0, 7427.0, 7432.0, 7434.0, 7541.0, 7499.0, 7507.0, 7488.0, 7525.0, 7568.0, 7587.0, 7514.0, 7550.0, 7639.0, 7632.0, 7601.0, 7575.0, 7567.0, 7553.0, 7568.0, 7601.0, 7605.0, 7570.0, 7574.0, 7595.0, 7628.0, 7605.0, 7581.0, 7573.0, 7576.0, 7596.0, 7646.0, 7604.0, 7604.0, 7609.0, 7611.0, 7605.0, 7601.0, 7630.0, 7635.0, 7588.0, 7596.0, 7601.0, 7596.0, 7596.0, 7627.0, 7635.0, 7608.0, 7605.0, 7624.0, 7627.0, 7824.0, 7725.0, 7778.0, 7612.0, 7636.0, 7813.0, 7729.0, 7631.0, 7610.0, 7589.0, 7630.0, 7599.0, 7622.0, 7661.0, 7705.0, 7695.0, 7671.0, 7686.0, 7668.0, 7690.0, 7664.0, 7639.0, 7636.0, 7637.0, 7657.0, 7650.0, 7632.0, 7617.0, 7635.0, 7608.0, 7527.0, 7625.0, 7612.0, 7632.0, 7637.0, 7626.0, 7591.0, 7692.0, 7687.0, 7657.0, 7655.0, 7654.0, 7673.0, 7653.0, 7682.0, 7654.0, 7667.0, 7685.0, 7655.0, 7667.0, 7682.0, 7655.0, 7685.0, 7686.0, 7656.0, 7667.0, 7668.0, 7634.0, 7659.0, 7637.0, 7634.0, 7636.0, 7663.0, 7648.0, 7635.0, 7666.0, 7654.0, 7655.0, 7682.0, 7654.0, 7654.0, 7667.0, 7655.0, 7656.0, 7698.0, 7654.0, 7659.0, 7691.0, 7672.0, 7651.0, 7696.0, 7694.0, 7651.0, 7655.0, 7694.0, 7649.0, 7634.0, 7692.0, 7649.0, 7653.0, 7652.0, 7635.0, 7649.0, 7635.0, 7667.0, 7655.0, 7671.0, 7656.0, 7655.0, 7659.0, 7657.0, 7686.0, 7655.0, 7656.0, 7713.0, 7667.0, 7656.0, 7714.0, 7667.0, 7654.0, 7665.0, 7695.0, 7635.0, 7650.0, 7636.0, 7679.0, 7651.0, 7653.0, 7652.0, 7654.0, 7655.0, 7667.0, 7649.0, 7636.0, 7649.0, 7635.0, 7649.0, 7650.0, 7582.0, 7790.0, 7648.0, 7571.0, 7769.0, 7714.0, 7697.0, 7693.0, 7673.0, 7675.0, 7677.0, 7688.0, 7689.0, 7692.0, 7690.0, 7694.0, 7713.0, 7710.0, 7678.0, 7693.0, 7702.0, 7685.0, 7670.0, 7681.0, 7664.0, 7665.0, 7661.0, 7645.0, 7647.0, 7647.0, 7648.0, 7662.0, 7647.0, 7660.0, 7649.0, 7665.0, 7666.0, 7667.0, 7668.0, 7652.0, 7666.0, 7667.0, 7669.0, 7667.0, 7685.0, 7670.0, 7666.0, 7666.0, 7668.0, 7682.0, 7668.0, 7670.0, 7684.0, 7671.0, 7669.0, 7685.0, 7685.0, 7671.0, 7667.0, 7682.0, 7682.0, 7667.0, 7666.0, 7666.0, 7670.0, 7666.0, 7665.0, 7666.0, 7685.0, 7686.0, 7674.0, 7671.0, 7672.0, 7673.0, 7689.0, 7688.0, 7673.0, 7690.0, 7676.0, 7690.0, 7694.0, 7691.0, 7691.0, 7694.0, 7711.0, 7712.0, 7715.0, 7714.0, 7711.0, 7715.0, 7712.0, 7710.0, 7739.0, 7690.0, 7688.0, 7734.0, 7687.0, 7686.0, 7727.0, 7667.0, 7664.0, 7680.0, 7667.0, 7668.0, 7670.0, 7684.0, 7666.0, 7668.0, 7683.0, 7666.0, 7670.0, 7693.0, 7666.0, 7665.0, 7662.0, 7664.0, 7667.0, 7662.0, 7663.0, 7664.0, 7668.0, 7669.0, 7668.0, 7668.0, 7685.0, 7672.0, 7686.0, 7688.0, 7683.0, 7687.0, 7713.0, 7646.0, 7650.0, 7647.0, 7618.0, 7637.0, 7635.0, 7628.0, 7631.0, 7644.0, 7653.0, 7643.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.016343871906841338</td></tr>
<tr><td colspan=3>aqi</td><td>0.19158180516739448</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.36773026209769</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9369186017989809</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.99986622412236</td></tr>
<tr><td colspan=3>efc</td><td>0.4166</td></tr>
<tr><td colspan=3>fber</td><td>9224.4111</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.6888404122056022</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>720</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>52.40174672489083</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.5794782205182436</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.4475482814404077</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.7388271835866864</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.5520591965276367</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155537</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008169728331267834</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04038822278380394</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.577575730020309</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.2106</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>19.0472</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>92.0644</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>29.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>316236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>431.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>195.8609</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6876</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.8978</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2606.4115</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>60308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>598.7836</td></tr>
<tr><td colspan=3>tsnr</td><td>12.724993199954042</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>