<?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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-01/func/sub-0075_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>fdce489a95e5bfde6fd221fd6c2aa22a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:20:21.435000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[1, 0, 0, 0, 1, 0]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0843402</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7685, -7300, 425, -80, -60, 34, 34]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e27478e6-daff-4676-ba59-55a436de51aa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -74.03707885742188], [0.0, 0.0, 2.700000047683716, -94.09000396728516], [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': ['152021.435000', '152021.895000', '152022.355000', '152022.815000', '152023.275000', '152023.735000', '152024.195000', '152024.655000', '152025.115000', '152025.575000', '152026.035000', '152026.495000', '152026.955000', '152027.415000', '152027.875000', '152028.335000', '152028.795000', '152029.255000', '152029.715000', '152030.175000', '152030.635000', '152031.095000', '152031.555000', '152032.015000', '152032.475000', '152032.935000', '152033.395000', '152033.855000', '152034.315000', '152034.775000', '152035.235000', '152035.695000', '152036.155000', '152036.615000', '152037.075000', '152037.535000', '152037.995000', '152038.455000', '152038.915000', '152039.375000', '152039.835000', '152040.295000', '152040.755000', '152041.215000', '152041.675000', '152042.135000', '152042.595000', '152043.055000', '152043.515000', '152043.975000', '152044.435000', '152044.895000', '152045.355000', '152045.815000', '152046.275000', '152046.735000', '152047.195000', '152047.655000', '152048.115000', '152048.575000', '152049.035000', '152049.495000', '152049.955000', '152050.415000', '152050.875000', '152051.335000', '152051.795000', '152052.255000', '152052.715000', '152053.175000', '152053.635000', '152054.095000', '152054.555000', '152055.015000', '152055.475000', '152055.935000', '152056.395000', '152056.855000', '152057.315000', '152057.775000', '152058.235000', '152058.695000', '152059.155000', '152059.615000', '152100.075000', '152100.535000', '152100.995000', '152101.455000', '152101.915000', '152102.375000', '152102.835000', '152103.295000', '152103.755000', '152104.215000', '152104.675000', '152105.135000', '152105.595000', '152106.055000', '152106.515000', '152106.975000', '152107.435000', '152107.895000', '152108.355000', '152108.815000', '152109.275000', '152109.735000', '152110.195000', '152110.655000', '152111.115000', '152111.575000', '152112.035000', '152112.495000', '152112.955000', '152113.415000', '152113.875000', '152114.335000', '152114.795000', '152115.255000', '152115.715000', '152116.175000', '152116.635000', '152117.095000', '152117.555000', '152118.015000', '152118.475000', '152118.935000', '152119.395000', '152119.855000', '152120.315000', '152120.775000', '152121.235000', '152121.695000', '152122.155000', '152122.615000', '152123.075000', '152123.535000', '152123.995000', '152124.455000', '152124.915000', '152125.375000', '152125.835000', '152126.295000', '152126.755000', '152127.215000', '152127.675000', '152128.135000', '152128.595000', '152129.055000', '152129.515000', '152129.975000', '152130.435000', '152130.895000', '152131.355000', '152131.815000', '152132.275000', '152132.735000', '152133.195000', '152133.655000', '152134.115000', '152134.575000', '152135.035000', '152135.495000', '152135.955000', '152136.415000', '152136.875000', '152137.335000', '152137.795000', '152138.255000', '152138.715000', '152139.175000', '152139.635000', '152140.095000', '152140.555000', '152141.015000', '152141.475000', '152141.935000', '152142.395000', '152142.855000', '152143.315000', '152143.775000', '152144.235000', '152144.695000', '152145.155000', '152145.615000', '152146.075000', '152146.535000', '152146.995000', '152147.455000', '152147.915000', '152148.375000', '152148.835000', '152149.295000', '152149.755000', '152150.215000', '152150.675000', '152151.135000', '152151.595000', '152152.055000', '152152.515000', '152152.975000', '152153.435000', '152153.895000', '152154.355000', '152154.815000', '152155.275000', '152155.735000', '152156.195000', '152156.655000', '152157.115000', '152157.575000', '152158.035000', '152158.495000', '152158.955000', '152159.415000', '152159.875000', '152200.335000', '152200.795000', '152201.255000', '152201.715000', '152202.175000', '152202.635000', '152203.095000', '152203.555000', '152204.015000', '152204.475000', '152204.935000', '152205.395000', '152205.855000', '152206.315000', '152206.775000', '152207.235000', '152207.695000', '152208.155000', '152208.615000', '152209.075000', '152209.535000', '152209.995000', '152210.455000', '152210.915000', '152211.375000', '152211.835000', '152212.295000', '152212.755000', '152213.215000', '152213.675000', '152214.135000', '152214.595000', '152215.055000', '152215.515000', '152215.975000', '152216.435000', '152216.895000', '152217.355000', '152217.815000', '152218.275000', '152218.735000', '152219.195000', '152219.655000', '152220.115000', '152220.575000', '152221.035000', '152221.495000', '152221.955000', '152222.415000', '152222.875000', '152223.335000', '152223.795000', '152224.255000', '152224.715000', '152225.175000', '152225.635000', '152226.095000', '152226.555000', '152227.015000', '152227.475000', '152227.935000', '152228.395000', '152228.855000', '152229.315000', '152229.775000', '152230.235000', '152230.695000', '152231.155000', '152231.615000', '152232.075000', '152232.535000', '152232.995000', '152233.455000', '152233.915000', '152234.375000', '152234.835000', '152235.295000', '152235.755000', '152236.215000', '152236.675000', '152237.135000', '152237.595000', '152238.055000', '152238.515000', '152238.975000', '152239.435000', '152239.895000', '152240.355000', '152240.815000', '152241.275000', '152241.735000', '152242.195000', '152242.655000', '152243.115000', '152243.575000', '152244.035000', '152244.495000', '152244.955000', '152245.415000', '152245.875000', '152246.335000', '152246.795000', '152247.255000', '152247.715000', '152248.175000', '152248.635000', '152249.095000', '152249.555000', '152250.015000', '152250.475000', '152250.935000', '152251.395000', '152251.855000', '152252.315000', '152252.775000', '152253.235000', '152253.695000', '152254.155000', '152254.615000', '152255.075000', '152255.535000', '152255.995000', '152256.455000', '152256.915000', '152257.375000', '152257.835000', '152258.295000', '152258.755000', '152259.215000', '152259.675000', '152300.135000', '152300.595000', '152301.055000', '152301.515000', '152301.975000', '152302.435000', '152302.895000', '152303.355000', '152303.815000', '152304.275000', '152304.735000', '152305.195000', '152305.655000', '152306.115000', '152306.575000', '152307.035000', '152307.495000', '152307.955000', '152308.415000', '152308.875000', '152309.335000', '152309.795000', '152310.255000', '152310.715000', '152311.175000', '152311.635000', '152312.095000', '152312.555000', '152313.015000', '152313.475000', '152313.935000', '152314.395000', '152314.855000', '152315.315000', '152315.775000', '152316.235000', '152316.695000', '152317.155000', '152317.615000', '152318.075000', '152318.535000', '152318.995000', '152319.455000', '152319.915000', '152320.375000', '152320.835000', '152321.295000', '152321.755000', '152322.215000', '152322.675000', '152323.135000', '152323.595000', '152324.055000', '152324.515000', '152324.975000', '152325.435000', '152325.895000', '152326.355000', '152326.815000', '152327.275000', '152327.735000', '152328.195000', '152328.655000', '152329.115000', '152329.575000', '152330.035000', '152330.495000', '152330.955000', '152331.415000', '152331.875000', '152332.335000', '152332.795000', '152333.255000', '152333.715000', '152334.175000', '152334.635000', '152335.095000', '152335.555000', '152336.015000', '152336.475000', '152336.935000', '152337.395000', '152337.855000', '152338.315000', '152338.775000', '152339.235000', '152339.695000', '152340.155000', '152340.615000', '152341.075000', '152341.535000', '152341.995000', '152342.455000', '152342.915000', '152343.375000', '152343.835000', '152344.295000', '152344.755000', '152345.215000', '152345.675000', '152346.135000', '152346.595000', '152347.055000', '152347.515000', '152347.975000', '152348.435000', '152348.895000', '152349.355000', '152349.815000', '152350.275000', '152350.735000', '152351.195000', '152351.655000', '152352.115000', '152352.575000', '152353.035000', '152353.495000', '152353.955000', '152354.415000', '152354.875000', '152355.335000', '152355.795000', '152356.255000', '152356.715000', '152357.175000', '152357.635000', '152358.095000', '152358.555000', '152359.015000', '152359.475000', '152359.935000', '152400.395000', '152400.855000', '152401.315000', '152401.775000', '152402.235000', '152402.695000', '152403.155000', '152403.615000', '152404.075000', '152404.535000', '152404.995000', '152405.455000', '152405.915000', '152406.375000', '152406.835000', '152407.295000', '152407.755000', '152408.215000', '152408.675000', '152409.135000', '152409.595000', '152410.055000', '152410.515000', '152410.975000', '152411.435000', '152411.895000', '152412.355000', '152412.815000', '152413.275000', '152413.735000', '152414.195000', '152414.655000', '152415.115000', '152415.575000', '152416.035000', '152416.495000', '152416.955000', '152417.415000', '152417.875000', '152418.335000', '152418.795000', '152419.255000', '152419.715000', '152420.175000', '152420.635000', '152421.095000', '152421.555000', '152422.015000', '152422.475000', '152422.935000', '152423.395000', '152423.855000', '152424.315000', '152424.775000', '152425.235000', '152425.695000', '152426.155000', '152426.615000', '152427.075000', '152427.535000', '152427.995000', '152428.455000', '152428.915000', '152429.375000', '152429.835000', '152430.295000', '152430.755000', '152431.215000', '152431.675000', '152432.135000', '152432.595000', '152433.055000', '152433.515000', '152433.975000', '152434.435000', '152434.895000', '152435.355000', '152435.815000', '152436.275000', '152436.735000', '152437.195000', '152437.655000', '152438.115000', '152438.575000', '152439.035000', '152439.495000', '152439.955000', '152440.415000', '152440.875000', '152441.335000', '152441.795000', '152442.255000', '152442.715000', '152443.175000', '152443.635000', '152444.095000', '152444.555000', '152445.015000', '152445.475000', '152445.935000', '152446.395000', '152446.855000', '152447.315000', '152447.775000', '152448.235000', '152448.695000', '152449.155000', '152449.615000', '152450.075000', '152450.535000', '152450.995000', '152451.455000', '152451.915000', '152452.375000', '152452.835000', '152453.295000', '152453.755000', '152454.215000', '152454.675000', '152455.135000', '152455.595000', '152456.055000', '152456.515000', '152456.975000', '152457.435000', '152457.895000', '152458.355000', '152458.815000', '152459.275000', '152459.735000', '152500.195000', '152500.655000', '152501.115000', '152501.575000', '152502.035000', '152502.495000', '152502.955000', '152503.415000', '152503.875000', '152504.335000', '152504.795000', '152505.255000', '152505.715000', '152506.175000', '152506.635000', '152507.095000', '152507.555000', '152508.015000', '152508.475000', '152508.935000', '152509.395000', '152509.855000', '152510.315000', '152510.775000', '152511.235000', '152511.695000', '152512.155000', '152512.615000', '152513.075000', '152513.535000', '152513.995000', '152514.455000', '152514.915000', '152515.375000', '152515.835000', '152516.295000', '152516.755000', '152517.215000', '152517.675000', '152518.135000', '152518.595000', '152519.055000', '152519.515000', '152519.975000', '152520.435000', '152520.895000', '152521.355000', '152521.815000', '152522.275000', '152522.735000', '152523.195000', '152523.655000', '152524.115000', '152524.575000', '152525.035000', '152525.495000', '152525.955000', '152526.415000', '152526.875000', '152527.335000', '152527.795000', '152528.255000', '152528.715000', '152529.175000', '152529.635000', '152530.095000', '152530.555000', '152531.015000', '152531.475000', '152531.935000', '152532.395000', '152532.855000', '152533.315000', '152533.775000', '152534.235000', '152534.695000', '152535.155000', '152535.615000', '152536.075000', '152536.535000', '152536.995000', '152537.455000', '152537.915000', '152538.375000', '152538.835000', '152539.295000', '152539.755000', '152540.215000', '152540.675000', '152541.135000', '152541.595000', '152542.055000', '152542.515000', '152542.975000', '152543.435000', '152543.895000', '152544.355000', '152544.815000', '152545.275000', '152545.735000', '152546.195000', '152546.655000', '152547.115000', '152547.575000', '152548.035000', '152548.495000', '152548.955000', '152549.415000', '152549.875000', '152550.335000', '152550.795000', '152551.255000', '152551.715000', '152552.175000', '152552.635000', '152553.095000', '152553.555000', '152554.015000', '152554.475000', '152554.935000', '152555.395000', '152555.855000', '152556.315000', '152556.775000', '152557.235000', '152557.695000', '152558.155000', '152558.615000', '152559.075000', '152559.535000', '152559.995000', '152600.455000', '152600.915000', '152601.375000', '152601.835000', '152602.295000', '152602.755000', '152603.215000', '152603.675000', '152604.135000', '152604.595000', '152605.055000', '152605.515000', '152605.975000', '152606.435000', '152606.895000', '152607.355000', '152607.815000', '152608.275000', '152608.735000', '152609.195000', '152609.655000', '152610.115000', '152610.575000', '152611.035000', '152611.495000', '152611.955000', '152612.415000', '152612.875000', '152613.335000', '152613.795000', '152614.255000', '152614.715000', '152615.175000', '152615.635000', '152616.095000', '152616.555000', '152617.015000', '152617.475000', '152617.935000', '152618.395000', '152618.855000', '152619.315000', '152619.775000', '152620.235000', '152620.695000', '152621.155000', '152621.615000', '152622.075000', '152622.535000', '152622.995000', '152623.455000', '152623.915000', '152624.375000', '152624.835000', '152625.295000', '152625.755000', '152626.215000', '152626.675000', '152627.135000', '152627.595000', '152628.055000', '152628.515000', '152628.975000', '152629.435000', '152629.895000', '152630.355000', '152630.815000', '152631.275000', '152631.735000', '152632.195000', '152632.655000', '152633.115000', '152633.575000', '152634.035000', '152634.495000', '152634.955000', '152635.415000', '152635.875000', '152636.335000', '152636.795000', '152637.255000', '152637.715000', '152638.175000', '152638.635000', '152639.095000', '152639.555000', '152640.015000', '152640.475000', '152640.935000', '152641.395000', '152641.855000', '152642.315000', '152642.775000', '152643.235000', '152643.695000', '152644.155000', '152644.615000', '152645.075000', '152645.535000', '152645.995000', '152646.455000', '152646.915000', '152647.375000', '152647.835000', '152648.295000', '152648.755000', '152649.215000', '152649.675000', '152650.135000', '152650.595000', '152651.055000', '152651.515000', '152651.975000', '152652.435000', '152652.895000', '152653.355000', '152653.815000', '152654.275000', '152654.735000', '152655.195000', '152655.655000', '152656.115000', '152656.575000', '152657.035000', '152657.495000', '152657.955000', '152658.415000', '152658.875000', '152659.335000', '152659.795000', '152700.255000', '152700.715000', '152701.175000', '152701.635000', '152702.095000', '152702.555000', '152703.015000', '152703.475000', '152703.935000', '152704.395000', '152704.855000', '152705.315000', '152705.775000', '152706.235000', '152706.695000', '152707.155000', '152707.615000', '152708.075000', '152708.535000', '152708.995000', '152709.455000', '152709.915000', '152710.375000', '152710.835000', '152711.295000', '152711.755000', '152712.215000', '152712.675000', '152713.135000', '152713.595000', '152714.055000', '152714.515000', '152714.975000', '152715.435000', '152715.895000', '152716.355000', '152716.815000', '152717.275000', '152717.735000', '152718.195000', '152718.655000', '152719.115000', '152719.575000', '152720.035000', '152720.495000', '152720.955000', '152721.415000', '152721.875000', '152722.335000', '152722.795000', '152723.255000', '152723.715000', '152724.175000', '152724.635000', '152725.095000', '152725.555000', '152726.015000', '152726.475000', '152726.935000', '152727.395000', '152727.855000', '152728.315000', '152728.775000', '152729.235000', '152729.695000', '152730.155000', '152730.615000', '152731.075000', '152731.535000', '152731.995000', '152732.455000', '152732.915000', '152733.375000', '152733.835000', '152734.295000', '152734.755000', '152735.215000', '152735.675000', '152736.135000', '152736.595000', '152737.055000', '152737.515000', '152737.975000', '152738.435000', '152738.895000', '152739.355000', '152739.815000', '152740.275000', '152740.735000', '152741.195000', '152741.655000', '152742.115000', '152742.575000', '152743.035000', '152743.495000', '152743.955000', '152744.415000', '152744.875000', '152745.335000', '152745.795000', '152746.255000', '152746.715000', '152747.175000', '152747.635000', '152748.095000', '152748.555000', '152749.015000', '152749.475000', '152749.935000', '152750.395000', '152750.855000', '152751.315000', '152751.775000', '152752.235000', '152752.695000', '152753.155000', '152753.615000', '152754.075000', '152754.535000', '152754.995000', '152755.455000', '152755.915000', '152756.375000', '152756.835000', '152757.295000', '152757.755000', '152758.215000', '152758.675000', '152759.135000', '152759.595000', '152800.055000', '152800.515000', '152800.975000', '152801.435000', '152801.895000', '152802.355000', '152802.815000', '152803.275000', '152803.735000', '152804.195000', '152804.655000', '152805.115000', '152805.575000', '152806.035000', '152806.495000', '152806.955000', '152807.415000', '152807.875000', '152808.335000', '152808.795000', '152809.255000', '152809.715000', '152810.175000', '152810.635000', '152811.095000', '152811.555000', '152812.015000', '152812.475000', '152812.935000', '152813.395000', '152813.855000', '152814.315000', '152814.775000', '152815.235000', '152815.695000', '152816.155000', '152816.615000', '152817.075000', '152817.535000', '152817.995000', '152818.455000', '152818.915000', '152819.375000', '152819.835000', '152820.295000', '152820.755000', '152821.215000', '152821.675000', '152822.135000', '152822.595000', '152823.055000', '152823.515000', '152823.975000', '152824.435000', '152824.895000', '152825.355000', '152825.815000', '152826.275000', '152826.735000', '152827.195000', '152827.655000', '152828.115000', '152828.575000', '152829.035000', '152829.495000', '152829.955000', '152830.415000', '152830.875000', '152831.335000', '152831.795000', '152832.255000', '152832.715000', '152833.175000', '152833.635000', '152834.095000', '152834.555000', '152835.015000', '152835.475000', '152835.935000', '152836.395000', '152836.855000', '152837.315000', '152837.775000', '152838.235000', '152838.695000', '152839.155000', '152839.615000', '152840.075000', '152840.535000', '152840.995000', '152841.455000', '152841.915000', '152842.375000', '152842.835000', '152843.295000', '152843.755000', '152844.215000', '152844.675000', '152845.135000', '152845.595000', '152846.055000', '152846.515000', '152846.975000', '152847.435000', '152847.895000', '152848.355000', '152848.815000', '152849.275000', '152849.735000', '152850.195000', '152850.655000', '152851.115000', '152851.575000', '152852.035000', '152852.495000', '152852.955000', '152853.415000', '152853.875000', '152854.335000', '152854.795000', '152855.255000', '152855.715000', '152856.175000', '152856.635000', '152857.095000', '152857.555000', '152858.015000', '152858.475000', '152858.935000', '152859.395000', '152859.855000', '152900.315000', '152900.775000', '152901.235000', '152901.695000', '152902.155000', '152902.615000', '152903.075000', '152903.535000', '152903.995000', '152904.455000', '152904.915000', '152905.375000', '152905.835000', '152906.295000', '152906.755000', '152907.215000', '152907.675000', '152908.135000', '152908.595000', '152909.055000', '152909.515000', '152909.975000', '152910.435000', '152910.895000', '152911.355000', '152911.815000', '152912.275000', '152912.735000', '152913.195000', '152913.655000', '152914.115000', '152914.575000', '152915.035000', '152915.495000', '152915.955000', '152916.415000', '152916.875000', '152917.335000', '152917.795000', '152918.255000', '152918.715000', '152919.175000', '152919.635000', '152920.095000', '152920.555000', '152921.015000', '152921.475000', '152921.935000', '152922.395000', '152922.855000', '152923.315000', '152923.775000', '152924.235000', '152924.695000', '152925.155000', '152925.615000', '152926.075000', '152926.535000', '152926.995000', '152927.455000', '152927.915000', '152928.375000', '152928.835000', '152929.295000', '152929.755000', '152930.215000', '152930.675000', '152931.135000', '152931.595000', '152932.055000', '152932.515000', '152932.975000', '152933.435000', '152933.895000', '152934.355000', '152934.815000', '152935.275000', '152935.735000', '152936.195000', '152936.655000', '152937.115000', '152937.575000', '152938.035000', '152938.495000', '152938.955000', '152939.415000', '152939.875000', '152940.335000', '152940.795000', '152941.255000', '152941.715000', '152942.175000', '152942.635000', '152943.095000', '152943.555000', '152944.015000', '152944.475000', '152944.935000', '152945.395000', '152945.855000', '152946.315000', '152946.775000', '152947.235000', '152947.695000', '152948.155000', '152948.615000', '152949.075000', '152949.535000', '152949.995000', '152950.455000', '152950.915000', '152951.375000', '152951.835000', '152952.295000', '152952.755000', '152953.215000', '152953.675000', '152954.135000', '152954.595000', '152955.055000', '152955.515000', '152955.975000', '152956.435000', '152956.895000', '152957.355000', '152957.815000', '152958.275000', '152958.735000', '152959.195000', '152959.655000', '153000.115000', '153000.575000', '153001.035000', '153001.495000', '153001.955000', '153002.415000', '153002.875000', '153003.335000', '153003.795000', '153004.255000', '153004.715000', '153005.175000', '153005.635000', '153006.095000', '153006.555000', '153007.015000', '153007.475000', '153007.935000', '153008.395000', '153008.855000', '153009.315000', '153009.775000', '153010.235000', '153010.695000', '153011.155000', '153011.615000', '153012.075000', '153012.535000', '153012.995000', '153013.455000', '153013.915000', '153014.375000', '153014.835000', '153015.295000', '153015.755000', '153016.215000', '153016.675000', '153017.135000', '153017.595000', '153018.055000', '153018.515000', '153018.975000', '153019.435000', '153019.895000', '153020.355000', '153020.815000', '153021.275000', '153021.735000', '153022.195000', '153022.655000', '153023.115000', '153023.575000', '153024.035000', '153024.495000', '153024.955000', '153025.415000', '153025.875000', '153026.335000', '153026.795000', '153027.255000', '153027.715000', '153028.175000', '153028.635000', '153029.095000', '153029.555000', '153030.015000', '153030.475000', '153030.935000', '153031.395000', '153031.855000', '153032.315000', '153032.775000', '153033.235000', '153033.695000', '153034.155000', '153034.615000', '153035.075000', '153035.535000', '153035.995000', '153036.455000', '153036.915000', '153037.375000', '153037.835000', '153038.295000', '153038.755000', '153039.215000', '153039.675000', '153040.135000', '153040.595000', '153041.055000', '153041.515000', '153041.975000', '153042.435000', '153042.895000', '153043.355000', '153043.815000', '153044.275000', '153044.735000', '153045.195000', '153045.655000', '153046.115000', '153046.575000', '153047.035000', '153047.495000', '153047.955000', '153048.415000', '153048.875000', '153049.335000', '153049.795000', '153050.255000', '153050.715000', '153051.175000', '153051.635000', '153052.095000', '153052.555000', '153053.015000', '153053.475000', '153053.935000'], 'ContentTime': ['152048.476000', '152048.479000', '152048.481000', '152048.484000', '152048.487000', '152048.489000', '152048.492000', '152048.495000', '152048.498000', '152048.500000', '152048.503000', '152048.506000', '152048.508000', '152048.511000', '152048.514000', '152048.516000', '152048.519000', '152048.521000', '152048.525000', '152048.528000', '152048.530000', '152048.533000', '152048.536000', '152048.538000', '152048.541000', '152048.544000', '152048.546000', '152048.549000', '152048.552000', '152048.555000', '152048.558000', '152048.562000', '152048.565000', '152048.568000', '152048.570000', '152048.573000', '152048.575000', '152048.578000', '152048.581000', '152048.583000', '152048.586000', '152048.589000', '152048.591000', '152048.594000', '152048.596000', '152048.599000', '152048.602000', '152048.604000', '152048.607000', '152048.610000', '152048.612000', '152048.615000', '152048.618000', '152048.620000', '152048.623000', '152108.446000', '152108.448000', '152108.451000', '152108.454000', '152108.456000', '152108.459000', '152108.462000', '152108.464000', '152108.467000', '152108.469000', '152108.472000', '152108.475000', '152108.477000', '152108.480000', '152108.482000', '152108.491000', '152108.494000', '152108.497000', '152108.499000', '152108.502000', '152108.505000', '152108.507000', '152108.510000', '152108.512000', '152108.515000', '152108.518000', '152108.520000', '152108.523000', '152108.525000', '152108.528000', '152108.531000', '152108.540000', '152108.543000', '152108.546000', '152108.548000', '152108.551000', '152108.553000', '152108.556000', '152108.559000', '152108.561000', '152108.564000', '152108.566000', '152108.569000', '152108.579000', '152128.446000', '152128.449000', '152128.451000', '152128.454000', '152128.456000', '152128.459000', '152128.462000', '152128.464000', '152128.467000', '152128.470000', '152128.472000', '152128.475000', '152128.477000', '152128.480000', '152128.483000', '152128.485000', '152128.488000', '152128.490000', '152128.493000', '152128.496000', '152128.498000', '152128.501000', '152128.503000', '152128.506000', '152128.508000', '152128.511000', '152128.514000', '152128.516000', '152128.519000', '152128.522000', '152128.528000', '152128.531000', '152128.533000', '152128.536000', '152128.539000', '152128.541000', '152128.544000', '152128.547000', '152128.549000', '152128.552000', '152128.555000', '152128.557000', '152128.560000', '152148.446000', '152148.448000', '152148.451000', '152148.454000', '152148.457000', '152148.459000', '152148.462000', '152148.465000', '152148.467000', '152148.470000', '152148.472000', '152148.475000', '152148.478000', '152148.480000', '152148.483000', '152148.486000', '152148.488000', '152148.491000', '152148.493000', '152148.496000', '152148.499000', '152148.501000', '152148.504000', '152148.506000', '152148.509000', '152148.512000', '152148.514000', '152148.517000', '152148.520000', '152148.522000', '152148.525000', '152148.527000', '152148.530000', '152148.533000', '152148.535000', '152148.538000', '152148.540000', '152148.543000', '152148.546000', '152148.548000', '152148.551000', '152148.554000', '152148.556000', '152148.559000', '152208.444000', '152208.447000', '152208.450000', '152208.452000', '152208.455000', '152208.458000', '152208.460000', '152208.463000', '152208.466000', '152208.469000', '152208.471000', '152208.474000', '152208.476000', '152208.479000', '152208.482000', '152208.484000', '152208.487000', '152208.497000', '152208.500000', '152208.502000', '152208.505000', '152208.508000', '152208.510000', '152208.513000', '152208.515000', '152208.518000', '152208.521000', '152208.523000', '152208.526000', '152208.528000', '152208.531000', '152208.534000', '152208.536000', '152208.539000', '152208.541000', '152208.544000', '152208.547000', '152208.549000', '152208.552000', '152208.555000', '152208.558000', '152208.560000', '152208.563000', '152228.444000', '152228.447000', '152228.450000', '152228.452000', '152228.455000', '152228.458000', '152228.460000', '152228.463000', '152228.466000', '152228.468000', '152228.471000', '152228.474000', '152228.477000', '152228.480000', '152228.483000', '152228.485000', '152228.488000', '152228.491000', '152228.493000', '152228.496000', '152228.498000', '152228.501000', '152228.504000', '152228.506000', '152228.509000', '152228.512000', '152228.514000', '152228.517000', '152228.520000', '152228.522000', '152228.525000', '152228.527000', '152228.530000', '152228.533000', '152228.535000', '152228.538000', '152228.540000', '152228.543000', '152228.545000', '152228.548000', '152228.551000', '152228.553000', '152228.556000', '152248.445000', '152248.447000', '152248.450000', '152248.453000', '152248.455000', '152248.458000', '152248.461000', '152248.463000', '152248.466000', '152248.469000', '152248.472000', '152248.474000', '152248.477000', '152248.479000', '152248.482000', '152248.484000', '152248.487000', '152248.490000', '152248.492000', '152248.495000', '152248.498000', '152248.500000', '152248.503000', '152248.505000', '152248.508000', '152248.511000', '152248.513000', '152248.516000', '152248.519000', '152248.521000', '152248.524000', '152248.526000', '152248.529000', '152248.532000', '152248.534000', '152248.537000', '152248.539000', '152248.542000', '152248.545000', '152248.547000', '152248.550000', '152248.553000', '152248.555000', '152248.558000', '152308.446000', '152308.449000', '152308.451000', '152308.454000', '152308.457000', '152308.459000', '152308.462000', '152308.465000', '152308.467000', '152308.470000', '152308.472000', '152308.475000', '152308.478000', '152308.480000', '152308.483000', '152308.485000', '152308.488000', '152308.491000', '152308.493000', '152308.496000', '152308.499000', '152308.501000', '152308.504000', '152308.507000', '152308.509000', '152308.512000', '152308.515000', '152308.517000', '152308.520000', '152308.523000', '152308.525000', '152308.528000', '152308.530000', '152308.533000', '152308.536000', '152308.538000', '152308.541000', '152308.543000', '152308.546000', '152308.549000', '152308.551000', '152308.554000', '152308.556000', '152308.559000', '152328.446000', '152328.449000', '152328.451000', '152328.454000', '152328.457000', '152328.459000', '152328.462000', '152328.465000', '152328.467000', '152328.470000', '152328.472000', '152328.475000', '152328.478000', '152328.480000', '152328.483000', '152328.485000', '152328.488000', '152328.491000', '152328.493000', '152328.496000', '152328.498000', '152328.501000', '152328.504000', '152328.506000', '152328.509000', '152328.512000', '152328.514000', '152328.517000', '152328.519000', '152328.522000', '152328.525000', '152328.527000', '152328.530000', '152328.533000', '152328.535000', '152328.538000', '152328.541000', '152328.543000', '152328.546000', '152328.549000', '152328.551000', '152328.554000', '152328.556000', '152348.445000', '152348.448000', '152348.451000', '152348.454000', '152348.456000', '152348.459000', '152348.462000', '152348.464000', '152348.467000', '152348.469000', '152348.472000', '152348.475000', '152348.477000', '152348.480000', '152348.483000', '152348.485000', '152348.488000', '152348.490000', '152348.493000', '152348.496000', '152348.498000', '152348.501000', '152348.504000', '152348.506000', '152348.509000', '152348.511000', '152348.514000', '152348.517000', '152348.519000', '152348.522000', '152348.525000', '152348.527000', '152348.530000', '152348.533000', '152348.535000', '152348.538000', '152348.541000', '152348.543000', '152348.546000', '152348.548000', '152348.551000', '152348.554000', '152348.556000', '152348.559000', '152408.446000', '152408.448000', '152408.451000', '152408.454000', '152408.456000', '152408.459000', '152408.462000', '152408.464000', '152408.467000', '152408.470000', '152408.472000', '152408.475000', '152408.478000', '152408.480000', '152408.483000', '152408.485000', '152408.488000', '152408.491000', '152408.493000', '152408.496000', '152408.499000', '152408.501000', '152408.504000', '152408.506000', '152408.509000', '152408.512000', '152408.514000', '152408.517000', '152408.519000', '152408.522000', '152408.525000', '152408.527000', '152408.530000', '152408.532000', '152408.535000', '152408.538000', '152408.540000', '152408.543000', '152408.546000', '152408.548000', '152408.551000', '152408.553000', '152408.556000', '152428.444000', '152428.447000', '152428.450000', '152428.453000', '152428.455000', '152428.458000', '152428.461000', '152428.463000', '152428.466000', '152428.468000', '152428.471000', '152428.474000', '152428.476000', '152428.479000', '152428.482000', '152428.484000', '152428.487000', '152428.490000', '152428.492000', '152428.495000', '152428.498000', '152428.500000', '152428.503000', '152428.505000', '152428.508000', '152428.511000', '152428.513000', '152428.516000', '152428.519000', '152428.521000', '152428.524000', '152428.526000', '152428.529000', '152428.532000', '152428.550000', '152428.553000', '152428.556000', '152428.558000', '152428.561000', '152428.563000', '152428.566000', '152428.569000', '152428.571000', '152428.574000', '152448.445000', '152448.447000', '152448.450000', '152448.453000', '152448.455000', '152448.458000', '152448.461000', '152448.463000', '152448.466000', '152448.469000', '152448.471000', '152448.474000', '152448.476000', '152448.479000', '152448.482000', '152448.484000', '152448.487000', '152448.490000', '152448.492000', '152448.495000', '152448.498000', '152448.500000', '152448.503000', '152448.506000', '152448.508000', '152448.511000', '152448.513000', '152448.516000', '152448.519000', '152448.521000', '152448.524000', '152448.527000', '152448.529000', '152448.532000', '152448.534000', '152448.537000', '152448.540000', '152448.542000', '152448.545000', '152448.548000', '152448.550000', '152448.553000', '152448.556000', '152508.445000', '152508.447000', '152508.450000', '152508.452000', '152508.455000', '152508.458000', '152508.460000', '152508.463000', '152508.466000', '152508.468000', '152508.471000', '152508.473000', '152508.476000', '152508.479000', '152508.481000', '152508.484000', '152508.487000', '152508.489000', '152508.492000', '152508.495000', '152508.497000', '152508.500000', '152508.503000', '152508.505000', '152508.508000', '152508.510000', '152508.513000', '152508.516000', '152508.518000', '152508.521000', '152508.523000', '152508.526000', '152508.529000', '152508.531000', '152508.534000', '152508.537000', '152508.539000', '152508.542000', '152508.545000', '152508.547000', '152508.550000', '152508.552000', '152508.555000', '152508.558000', '152528.446000', '152528.448000', '152528.451000', '152528.454000', '152528.457000', '152528.459000', '152528.462000', '152528.465000', '152528.467000', '152528.470000', '152528.473000', '152528.475000', '152528.478000', '152528.480000', '152528.483000', '152528.486000', '152528.488000', '152528.491000', '152528.494000', '152528.496000', '152528.499000', '152528.502000', '152528.504000', '152528.507000', '152528.509000', '152528.512000', '152528.515000', '152528.517000', '152528.520000', '152528.523000', '152528.525000', '152528.528000', '152528.531000', '152528.533000', '152528.536000', '152528.539000', '152528.541000', '152528.544000', '152528.546000', '152528.549000', '152528.552000', '152528.554000', '152528.557000', '152548.445000', '152548.448000', '152548.451000', '152548.457000', '152548.460000', '152548.462000', '152548.465000', '152548.468000', '152548.471000', '152548.474000', '152548.477000', '152548.480000', '152548.482000', '152548.485000', '152548.487000', '152548.490000', '152548.493000', '152548.496000', '152548.498000', '152548.501000', '152548.503000', '152548.506000', '152548.509000', '152548.511000', '152548.514000', '152548.517000', '152548.519000', '152548.522000', '152548.525000', '152548.527000', '152548.530000', '152548.533000', '152548.536000', '152548.538000', '152548.541000', '152548.543000', '152548.546000', '152548.549000', '152548.551000', '152548.554000', '152548.557000', '152548.559000', '152548.562000', '152548.565000', '152608.446000', '152608.449000', '152608.451000', '152608.454000', '152608.456000', '152608.459000', '152608.462000', '152608.464000', '152608.467000', '152608.470000', '152608.472000', '152608.475000', '152608.478000', '152608.480000', '152608.483000', '152608.485000', '152608.488000', '152608.491000', '152608.493000', '152608.496000', '152608.498000', '152608.501000', '152608.504000', '152608.508000', '152608.511000', '152608.514000', '152608.516000', '152608.519000', '152608.521000', '152608.524000', '152608.527000', '152608.530000', '152608.532000', '152608.535000', '152608.537000', '152608.540000', '152608.543000', '152608.545000', '152608.548000', '152608.550000', '152608.553000', '152608.556000', '152608.558000', '152628.446000', '152628.449000', '152628.451000', '152628.454000', '152628.456000', '152628.459000', '152628.462000', '152628.464000', '152628.467000', '152628.469000', '152628.472000', '152628.475000', '152628.477000', '152628.480000', '152628.483000', '152628.485000', '152628.488000', '152628.491000', '152628.493000', '152628.496000', '152628.498000', '152628.501000', '152628.504000', '152628.506000', '152628.509000', '152628.511000', '152628.514000', '152628.517000', '152628.519000', '152628.522000', '152628.525000', '152628.527000', '152628.530000', '152628.532000', '152628.535000', '152628.538000', '152628.540000', '152628.543000', '152628.546000', '152628.548000', '152628.551000', '152628.553000', '152628.556000', '152648.445000', '152648.448000', '152648.450000', '152648.453000', '152648.455000', '152648.458000', '152648.461000', '152648.463000', '152648.466000', '152648.469000', '152648.471000', '152648.474000', '152648.476000', '152648.479000', '152648.482000', '152648.484000', '152648.487000', '152648.490000', '152648.492000', '152648.495000', '152648.497000', '152648.500000', '152648.503000', '152648.505000', '152648.508000', '152648.510000', '152648.513000', '152648.515000', '152648.518000', '152648.521000', '152648.523000', '152648.526000', '152648.528000', '152648.531000', '152648.534000', '152648.536000', '152648.539000', '152648.542000', '152648.544000', '152648.547000', '152648.550000', '152648.552000', '152648.555000', '152648.557000', '152708.444000', '152708.447000', '152708.450000', '152708.453000', '152708.456000', '152708.458000', '152708.463000', '152708.465000', '152708.468000', '152708.471000', '152708.473000', '152708.476000', '152708.478000', '152708.481000', '152708.484000', '152708.487000', '152708.489000', '152708.492000', '152708.495000', '152708.497000', '152708.500000', '152708.502000', '152708.505000', '152708.508000', '152708.511000', '152708.514000', '152708.517000', '152708.519000', '152708.522000', '152708.525000', '152708.527000', '152708.530000', '152708.532000', '152708.535000', '152708.538000', '152708.540000', '152708.543000', '152708.546000', '152708.548000', '152708.551000', '152708.553000', '152708.556000', '152708.559000', '152728.444000', '152728.447000', '152728.450000', '152728.453000', '152728.455000', '152728.458000', '152728.461000', '152728.463000', '152728.466000', '152728.468000', '152728.471000', '152728.474000', '152728.476000', '152728.479000', '152728.482000', '152728.484000', '152728.487000', '152728.490000', '152728.492000', '152728.495000', '152728.498000', '152728.500000', '152728.503000', '152728.505000', '152728.508000', '152728.511000', '152728.513000', '152728.516000', '152728.519000', '152728.521000', '152728.524000', '152728.527000', '152728.529000', '152728.532000', '152728.535000', '152728.537000', '152728.540000', '152728.542000', '152728.545000', '152728.548000', '152728.550000', '152728.553000', '152728.556000', '152728.558000', '152748.446000', '152748.449000', '152748.452000', '152748.454000', '152748.457000', '152748.460000', '152748.462000', '152748.465000', '152748.468000', '152748.470000', '152748.473000', '152748.476000', '152748.479000', '152748.482000', '152748.485000', '152748.488000', '152748.490000', '152748.493000', '152748.495000', '152748.498000', '152748.501000', '152748.503000', '152748.506000', '152748.508000', '152748.511000', '152748.514000', '152748.516000', '152748.519000', '152748.522000', '152748.524000', '152748.527000', '152748.529000', '152748.532000', '152748.535000', '152748.537000', '152748.540000', '152748.542000', '152748.545000', '152748.548000', '152748.550000', '152748.553000', '152748.556000', '152748.558000', '152808.446000', '152808.448000', '152808.451000', '152808.454000', '152808.456000', '152808.459000', '152808.461000', '152808.464000', '152808.467000', '152808.469000', '152808.474000', '152808.477000', '152808.480000', '152808.482000', '152808.485000', '152808.488000', '152808.490000', '152808.493000', '152808.496000', '152808.498000', '152808.501000', '152808.503000', '152808.506000', '152808.509000', '152808.512000', '152808.514000', '152808.517000', '152808.519000', '152808.522000', '152808.525000', '152808.527000', '152808.530000', '152808.532000', '152808.535000', '152808.538000', '152808.540000', '152808.543000', '152808.546000', '152808.548000', '152808.551000', '152808.553000', '152808.556000', '152808.559000', '152808.561000', '152828.446000', '152828.448000', '152828.451000', '152828.454000', '152828.457000', '152828.459000', '152828.462000', '152828.464000', '152828.468000', '152828.470000', '152828.473000', '152828.475000', '152828.478000', '152828.481000', '152828.483000', '152828.486000', '152828.489000', '152828.492000', '152828.494000', '152828.497000', '152828.499000', '152828.502000', '152828.505000', '152828.507000', '152828.510000', '152828.513000', '152828.515000', '152828.518000', '152828.521000', '152828.523000', '152828.526000', '152828.528000', '152828.531000', '152828.534000', '152828.537000', '152828.539000', '152828.542000', '152828.544000', '152828.547000', '152828.550000', '152828.553000', '152828.556000', '152828.559000', '152848.445000', '152848.449000', '152848.451000', '152848.454000', '152848.456000', '152848.459000', '152848.462000', '152848.464000', '152848.467000', '152848.489000', '152848.492000', '152848.494000', '152848.497000', '152848.499000', '152848.502000', '152848.505000', '152848.507000', '152848.510000', '152848.513000', '152848.515000', '152848.518000', '152848.521000', '152848.523000', '152848.526000', '152848.529000', '152848.531000', '152848.534000', '152848.536000', '152848.539000', '152848.542000', '152848.544000', '152848.547000', '152848.550000', '152848.553000', '152848.555000', '152848.558000', '152848.560000', '152848.563000', '152848.566000', '152848.568000', '152848.571000', '152848.574000', '152848.576000', '152848.579000', '152908.445000', '152908.448000', '152908.450000', '152908.453000', '152908.456000', '152908.458000', '152908.461000', '152908.464000', '152908.466000', '152908.469000', '152908.471000', '152908.474000', '152908.477000', '152908.479000', '152908.482000', '152908.485000', '152908.487000', '152908.490000', '152908.493000', '152908.495000', '152908.498000', '152908.500000', '152908.503000', '152908.506000', '152908.508000', '152908.511000', '152908.514000', '152908.516000', '152908.519000', '152908.522000', '152908.525000', '152908.528000', '152908.530000', '152908.533000', '152908.536000', '152908.539000', '152908.541000', '152908.544000', '152908.547000', '152908.549000', '152908.552000', '152908.554000', '152908.557000', '152928.445000', '152928.448000', '152928.450000', '152928.453000', '152928.456000', '152928.458000', '152928.461000', '152928.463000', '152928.466000', '152928.469000', '152928.471000', '152928.474000', '152928.477000', '152928.479000', '152928.482000', '152928.485000', '152928.487000', '152928.490000', '152928.492000', '152928.495000', '152928.498000', '152928.500000', '152928.503000', '152928.506000', '152928.508000', '152928.511000', '152928.514000', '152928.516000', '152928.519000', '152928.521000', '152928.524000', '152928.527000', '152928.529000', '152928.532000', '152928.534000', '152928.537000', '152928.540000', '152928.542000', '152928.545000', '152928.548000', '152928.550000', '152928.553000', '152928.555000', '152928.558000', '152948.445000', '152948.447000', '152948.450000', '152948.453000', '152948.456000', '152948.458000', '152948.461000', '152948.464000', '152948.467000', '152948.469000', '152948.472000', '152948.474000', '152948.477000', '152948.480000', '152948.482000', '152948.485000', '152948.487000', '152948.490000', '152948.493000', '152948.495000', '152948.503000', '152948.505000', '152948.508000', '152948.511000', '152948.513000', '152948.516000', '152948.519000', '152948.521000', '152948.524000', '152948.527000', '152948.529000', '152948.532000', '152948.535000', '152948.538000', '152948.551000', '152948.554000', '152948.556000', '152948.559000', '152948.561000', '152948.564000', '152948.567000', '152948.569000', '152948.572000', '153008.446000', '153008.448000', '153008.451000', '153008.454000', '153008.456000', '153008.459000', '153008.462000', '153008.464000', '153008.467000', '153008.470000', '153008.472000', '153008.475000', '153008.478000', '153008.480000', '153008.483000', '153008.486000', '153008.488000', '153008.491000', '153008.493000', '153008.496000', '153008.499000', '153008.502000', '153008.504000', '153008.507000', '153008.509000', '153008.512000', '153008.515000', '153008.517000', '153008.520000', '153008.523000', '153008.525000', '153008.528000', '153008.530000', '153008.533000', '153008.536000', '153008.539000', '153008.541000', '153008.544000', '153008.546000', '153008.549000', '153008.552000', '153008.554000', '153008.557000', '153008.560000', '153028.446000', '153028.449000', '153028.451000', '153028.454000', '153028.456000', '153028.459000', '153028.462000', '153028.464000', '153028.467000', '153028.470000', '153028.472000', '153028.475000', '153028.478000', '153028.480000', '153028.483000', '153028.485000', '153028.488000', '153028.491000', '153028.493000', '153028.496000', '153028.499000', '153028.501000', '153028.504000', '153028.506000', '153028.509000', '153028.512000', '153028.514000', '153028.517000', '153028.519000', '153028.522000', '153028.525000', '153028.527000', '153028.530000', '153028.533000', '153028.535000', '153028.538000', '153028.541000', '153028.543000', '153028.546000', '153028.549000', '153028.551000', '153028.554000', '153028.556000', '153048.445000', '153048.448000', '153048.451000', '153048.454000', '153048.456000', '153048.459000', '153048.462000', '153048.464000', '153048.467000', '153048.470000', '153048.472000', '153048.475000', '153048.477000', '153048.480000', '153048.483000', '153048.485000', '153048.488000', '153048.491000', '153048.493000', '153048.496000', '153048.498000', '153048.501000', '153048.504000', '153048.506000', '153048.509000', '153048.512000', '153048.514000', '153048.517000', '153048.520000', '153048.522000', '153048.525000', '153048.528000', '153048.530000', '153048.533000', '153048.535000', '153048.538000', '153048.541000', '153048.543000', '153048.546000', '153048.549000', '153048.551000', '153048.554000', '153048.557000', '153048.559000', '153055.687000', '153055.690000', '153055.693000', '153055.696000', '153055.698000', '153055.702000', '153055.705000', '153055.707000', '153055.710000', '153055.713000', '153055.716000', '153055.719000', '153055.722000', '153055.725000', '153055.728000', '153055.731000'], 'InstanceCreationTime': ['152048.476000', '152048.479000', '152048.481000', '152048.484000', '152048.487000', '152048.489000', '152048.492000', '152048.495000', '152048.498000', '152048.500000', '152048.503000', '152048.506000', '152048.508000', '152048.511000', '152048.514000', '152048.516000', '152048.519000', '152048.521000', '152048.525000', '152048.528000', '152048.530000', '152048.533000', '152048.536000', '152048.538000', '152048.541000', '152048.544000', '152048.546000', '152048.549000', '152048.552000', '152048.555000', '152048.558000', '152048.562000', '152048.565000', '152048.568000', '152048.570000', '152048.573000', '152048.575000', '152048.578000', '152048.581000', '152048.583000', '152048.586000', '152048.589000', '152048.591000', '152048.594000', '152048.596000', '152048.599000', '152048.602000', '152048.604000', '152048.607000', '152048.610000', '152048.612000', '152048.615000', '152048.618000', '152048.620000', '152048.623000', '152108.446000', '152108.448000', '152108.451000', '152108.454000', '152108.456000', '152108.459000', '152108.462000', '152108.464000', '152108.467000', '152108.469000', '152108.472000', '152108.475000', '152108.477000', '152108.480000', '152108.482000', '152108.491000', '152108.494000', '152108.497000', '152108.499000', '152108.502000', '152108.505000', '152108.507000', '152108.510000', '152108.512000', '152108.515000', '152108.518000', '152108.520000', '152108.523000', '152108.525000', '152108.528000', '152108.531000', '152108.540000', '152108.543000', '152108.546000', '152108.548000', '152108.551000', '152108.553000', '152108.556000', '152108.559000', '152108.561000', '152108.564000', '152108.566000', '152108.569000', '152108.579000', '152128.446000', '152128.449000', '152128.451000', '152128.454000', '152128.456000', '152128.459000', '152128.462000', '152128.464000', '152128.467000', '152128.470000', '152128.472000', '152128.475000', '152128.477000', '152128.480000', '152128.483000', '152128.485000', '152128.488000', '152128.490000', '152128.493000', '152128.496000', '152128.498000', '152128.501000', '152128.503000', '152128.506000', '152128.508000', '152128.511000', '152128.514000', '152128.516000', '152128.519000', '152128.522000', '152128.528000', '152128.531000', '152128.533000', '152128.536000', '152128.539000', '152128.541000', '152128.544000', '152128.547000', '152128.549000', '152128.552000', '152128.555000', '152128.557000', '152128.560000', '152148.446000', '152148.448000', '152148.451000', '152148.454000', '152148.457000', '152148.459000', '152148.462000', '152148.465000', '152148.467000', '152148.470000', '152148.472000', '152148.475000', '152148.478000', '152148.480000', '152148.483000', '152148.486000', '152148.488000', '152148.491000', '152148.493000', '152148.496000', '152148.499000', '152148.501000', '152148.504000', '152148.506000', '152148.509000', '152148.512000', '152148.514000', '152148.517000', '152148.520000', '152148.522000', '152148.525000', '152148.527000', '152148.530000', '152148.533000', '152148.535000', '152148.538000', '152148.540000', '152148.543000', '152148.546000', '152148.548000', '152148.551000', '152148.554000', '152148.556000', '152148.559000', '152208.444000', '152208.447000', '152208.450000', '152208.452000', '152208.455000', '152208.458000', '152208.460000', '152208.463000', '152208.466000', '152208.469000', '152208.471000', '152208.474000', '152208.476000', '152208.479000', '152208.482000', '152208.484000', '152208.487000', '152208.497000', '152208.500000', '152208.502000', '152208.505000', '152208.508000', '152208.510000', '152208.513000', '152208.515000', '152208.518000', '152208.521000', '152208.523000', '152208.526000', '152208.528000', '152208.531000', '152208.534000', '152208.536000', '152208.539000', '152208.541000', '152208.544000', '152208.547000', '152208.549000', '152208.552000', '152208.555000', '152208.558000', '152208.560000', '152208.563000', '152228.444000', '152228.447000', '152228.450000', '152228.452000', '152228.455000', '152228.458000', '152228.460000', '152228.463000', '152228.466000', '152228.468000', '152228.471000', '152228.474000', '152228.477000', '152228.480000', '152228.483000', '152228.485000', '152228.488000', '152228.491000', '152228.493000', '152228.496000', '152228.498000', '152228.501000', '152228.504000', '152228.506000', '152228.509000', '152228.512000', '152228.514000', '152228.517000', '152228.520000', '152228.522000', '152228.525000', '152228.527000', '152228.530000', '152228.533000', '152228.535000', '152228.538000', '152228.540000', '152228.543000', '152228.545000', '152228.548000', '152228.551000', '152228.553000', '152228.556000', '152248.445000', '152248.447000', '152248.450000', '152248.453000', '152248.455000', '152248.458000', '152248.461000', '152248.463000', '152248.466000', '152248.469000', '152248.472000', '152248.474000', '152248.477000', '152248.479000', '152248.482000', '152248.484000', '152248.487000', '152248.490000', '152248.492000', '152248.495000', '152248.498000', '152248.500000', '152248.503000', '152248.505000', '152248.508000', '152248.511000', '152248.513000', '152248.516000', '152248.519000', '152248.521000', '152248.524000', '152248.526000', '152248.529000', '152248.532000', '152248.534000', '152248.537000', '152248.539000', '152248.542000', '152248.545000', '152248.547000', '152248.550000', '152248.553000', '152248.555000', '152248.558000', '152308.446000', '152308.449000', '152308.451000', '152308.454000', '152308.457000', '152308.459000', '152308.462000', '152308.465000', '152308.467000', '152308.470000', '152308.472000', '152308.475000', '152308.478000', '152308.480000', '152308.483000', '152308.485000', '152308.488000', '152308.491000', '152308.493000', '152308.496000', '152308.499000', '152308.501000', '152308.504000', '152308.507000', '152308.509000', '152308.512000', '152308.515000', '152308.517000', '152308.520000', '152308.523000', '152308.525000', '152308.528000', '152308.530000', '152308.533000', '152308.536000', '152308.538000', '152308.541000', '152308.543000', '152308.546000', '152308.549000', '152308.551000', '152308.554000', '152308.556000', '152308.559000', '152328.446000', '152328.449000', '152328.451000', '152328.454000', '152328.457000', '152328.459000', '152328.462000', '152328.465000', '152328.467000', '152328.470000', '152328.472000', '152328.475000', '152328.478000', '152328.480000', '152328.483000', '152328.485000', '152328.488000', '152328.491000', '152328.493000', '152328.496000', '152328.498000', '152328.501000', '152328.504000', '152328.506000', '152328.509000', '152328.512000', '152328.514000', '152328.517000', '152328.519000', '152328.522000', '152328.525000', '152328.527000', '152328.530000', '152328.533000', '152328.535000', '152328.538000', '152328.541000', '152328.543000', '152328.546000', '152328.549000', '152328.551000', '152328.554000', '152328.556000', '152348.445000', '152348.448000', '152348.451000', '152348.454000', '152348.456000', '152348.459000', '152348.462000', '152348.464000', '152348.467000', '152348.469000', '152348.472000', '152348.475000', '152348.477000', '152348.480000', '152348.483000', '152348.485000', '152348.488000', '152348.490000', '152348.493000', '152348.496000', '152348.498000', '152348.501000', '152348.504000', '152348.506000', '152348.509000', '152348.511000', '152348.514000', '152348.517000', '152348.519000', '152348.522000', '152348.525000', '152348.527000', '152348.530000', '152348.533000', '152348.535000', '152348.538000', '152348.541000', '152348.543000', '152348.546000', '152348.548000', '152348.551000', '152348.554000', '152348.556000', '152348.559000', '152408.446000', '152408.448000', '152408.451000', '152408.454000', '152408.456000', '152408.459000', '152408.462000', '152408.464000', '152408.467000', '152408.470000', '152408.472000', '152408.475000', '152408.478000', '152408.480000', '152408.483000', '152408.485000', '152408.488000', '152408.491000', '152408.493000', '152408.496000', '152408.499000', '152408.501000', '152408.504000', '152408.506000', '152408.509000', '152408.512000', '152408.514000', '152408.517000', '152408.519000', '152408.522000', '152408.525000', '152408.527000', '152408.530000', '152408.532000', '152408.535000', '152408.538000', '152408.540000', '152408.543000', '152408.546000', '152408.548000', '152408.551000', '152408.553000', '152408.556000', '152428.444000', '152428.447000', '152428.450000', '152428.453000', '152428.455000', '152428.458000', '152428.461000', '152428.463000', '152428.466000', '152428.468000', '152428.471000', '152428.474000', '152428.476000', '152428.479000', '152428.482000', '152428.484000', '152428.487000', '152428.490000', '152428.492000', '152428.495000', '152428.498000', '152428.500000', '152428.503000', '152428.505000', '152428.508000', '152428.511000', '152428.513000', '152428.516000', '152428.519000', '152428.521000', '152428.524000', '152428.526000', '152428.529000', '152428.532000', '152428.550000', '152428.553000', '152428.556000', '152428.558000', '152428.561000', '152428.563000', '152428.566000', '152428.569000', '152428.571000', '152428.574000', '152448.445000', '152448.447000', '152448.450000', '152448.453000', '152448.455000', '152448.458000', '152448.461000', '152448.463000', '152448.466000', '152448.469000', '152448.471000', '152448.474000', '152448.476000', '152448.479000', '152448.482000', '152448.484000', '152448.487000', '152448.490000', '152448.492000', '152448.495000', '152448.498000', '152448.500000', '152448.503000', '152448.506000', '152448.508000', '152448.511000', '152448.513000', '152448.516000', '152448.519000', '152448.521000', '152448.524000', '152448.527000', '152448.529000', '152448.532000', '152448.534000', '152448.537000', '152448.540000', '152448.542000', '152448.545000', '152448.548000', '152448.550000', '152448.553000', '152448.556000', '152508.445000', '152508.447000', '152508.450000', '152508.452000', '152508.455000', '152508.458000', '152508.460000', '152508.463000', '152508.466000', '152508.468000', '152508.471000', '152508.473000', '152508.476000', '152508.479000', '152508.481000', '152508.484000', '152508.487000', '152508.489000', '152508.492000', '152508.495000', '152508.497000', '152508.500000', '152508.503000', '152508.505000', '152508.508000', '152508.510000', '152508.513000', '152508.516000', '152508.518000', '152508.521000', '152508.523000', '152508.526000', '152508.529000', '152508.531000', '152508.534000', '152508.537000', '152508.539000', '152508.542000', '152508.545000', '152508.547000', '152508.550000', '152508.552000', '152508.555000', '152508.558000', '152528.446000', '152528.448000', '152528.451000', '152528.454000', '152528.457000', '152528.459000', '152528.462000', '152528.465000', '152528.467000', '152528.470000', '152528.473000', '152528.475000', '152528.478000', '152528.480000', '152528.483000', '152528.486000', '152528.488000', '152528.491000', '152528.494000', '152528.496000', '152528.499000', '152528.502000', '152528.504000', '152528.507000', '152528.509000', '152528.512000', '152528.515000', '152528.517000', '152528.520000', '152528.523000', '152528.525000', '152528.528000', '152528.531000', '152528.533000', '152528.536000', '152528.539000', '152528.541000', '152528.544000', '152528.546000', '152528.549000', '152528.552000', '152528.554000', '152528.557000', '152548.445000', '152548.448000', '152548.451000', '152548.457000', '152548.460000', '152548.462000', '152548.465000', '152548.468000', '152548.471000', '152548.474000', '152548.477000', '152548.480000', '152548.482000', '152548.485000', '152548.487000', '152548.490000', '152548.493000', '152548.496000', '152548.498000', '152548.501000', '152548.503000', '152548.506000', '152548.509000', '152548.511000', '152548.514000', '152548.517000', '152548.519000', '152548.522000', '152548.525000', '152548.527000', '152548.530000', '152548.533000', '152548.536000', '152548.538000', '152548.541000', '152548.543000', '152548.546000', '152548.549000', '152548.551000', '152548.554000', '152548.557000', '152548.559000', '152548.562000', '152548.565000', '152608.446000', '152608.449000', '152608.451000', '152608.454000', '152608.456000', '152608.459000', '152608.462000', '152608.464000', '152608.467000', '152608.470000', '152608.472000', '152608.475000', '152608.478000', '152608.480000', '152608.483000', '152608.485000', '152608.488000', '152608.491000', '152608.493000', '152608.496000', '152608.498000', '152608.501000', '152608.504000', '152608.508000', '152608.511000', '152608.514000', '152608.516000', '152608.519000', '152608.521000', '152608.524000', '152608.527000', '152608.530000', '152608.532000', '152608.535000', '152608.537000', '152608.540000', '152608.543000', '152608.545000', '152608.548000', '152608.550000', '152608.553000', '152608.556000', '152608.558000', '152628.446000', '152628.449000', '152628.451000', '152628.454000', '152628.456000', '152628.459000', '152628.462000', '152628.464000', '152628.467000', '152628.469000', '152628.472000', '152628.475000', '152628.477000', '152628.480000', '152628.483000', '152628.485000', '152628.488000', '152628.491000', '152628.493000', '152628.496000', '152628.498000', '152628.501000', '152628.504000', '152628.506000', '152628.509000', '152628.511000', '152628.514000', '152628.517000', '152628.519000', '152628.522000', '152628.525000', '152628.527000', '152628.530000', '152628.532000', '152628.535000', '152628.538000', '152628.540000', '152628.543000', '152628.546000', '152628.548000', '152628.551000', '152628.553000', '152628.556000', '152648.445000', '152648.448000', '152648.450000', '152648.453000', '152648.455000', '152648.458000', '152648.461000', '152648.463000', '152648.466000', '152648.469000', '152648.471000', '152648.474000', '152648.476000', '152648.479000', '152648.482000', '152648.484000', '152648.487000', '152648.490000', '152648.492000', '152648.495000', '152648.497000', '152648.500000', '152648.503000', '152648.505000', '152648.508000', '152648.510000', '152648.513000', '152648.515000', '152648.518000', '152648.521000', '152648.523000', '152648.526000', '152648.528000', '152648.531000', '152648.534000', '152648.536000', '152648.539000', '152648.542000', '152648.544000', '152648.547000', '152648.550000', '152648.552000', '152648.555000', '152648.557000', '152708.444000', '152708.447000', '152708.450000', '152708.453000', '152708.456000', '152708.458000', '152708.463000', '152708.465000', '152708.468000', '152708.471000', '152708.473000', '152708.476000', '152708.478000', '152708.481000', '152708.484000', '152708.487000', '152708.489000', '152708.492000', '152708.495000', '152708.497000', '152708.500000', '152708.502000', '152708.505000', '152708.508000', '152708.511000', '152708.514000', '152708.517000', '152708.519000', '152708.522000', '152708.525000', '152708.527000', '152708.530000', '152708.532000', '152708.535000', '152708.538000', '152708.540000', '152708.543000', '152708.546000', '152708.548000', '152708.551000', '152708.553000', '152708.556000', '152708.559000', '152728.444000', '152728.447000', '152728.450000', '152728.453000', '152728.455000', '152728.458000', '152728.461000', '152728.463000', '152728.466000', '152728.468000', '152728.471000', '152728.474000', '152728.476000', '152728.479000', '152728.482000', '152728.484000', '152728.487000', '152728.490000', '152728.492000', '152728.495000', '152728.498000', '152728.500000', '152728.503000', '152728.505000', '152728.508000', '152728.511000', '152728.513000', '152728.516000', '152728.519000', '152728.521000', '152728.524000', '152728.527000', '152728.529000', '152728.532000', '152728.535000', '152728.537000', '152728.540000', '152728.542000', '152728.545000', '152728.548000', '152728.550000', '152728.553000', '152728.556000', '152728.558000', '152748.446000', '152748.449000', '152748.452000', '152748.454000', '152748.457000', '152748.460000', '152748.462000', '152748.465000', '152748.468000', '152748.470000', '152748.473000', '152748.476000', '152748.479000', '152748.482000', '152748.485000', '152748.488000', '152748.490000', '152748.493000', '152748.495000', '152748.498000', '152748.501000', '152748.503000', '152748.506000', '152748.508000', '152748.511000', '152748.514000', '152748.516000', '152748.519000', '152748.522000', '152748.524000', '152748.527000', '152748.529000', '152748.532000', '152748.535000', '152748.537000', '152748.540000', '152748.542000', '152748.545000', '152748.548000', '152748.550000', '152748.553000', '152748.556000', '152748.558000', '152808.446000', '152808.448000', '152808.451000', '152808.454000', '152808.456000', '152808.459000', '152808.461000', '152808.464000', '152808.467000', '152808.469000', '152808.474000', '152808.477000', '152808.480000', '152808.482000', '152808.485000', '152808.488000', '152808.490000', '152808.493000', '152808.496000', '152808.498000', '152808.501000', '152808.503000', '152808.506000', '152808.509000', '152808.512000', '152808.514000', '152808.517000', '152808.519000', '152808.522000', '152808.525000', '152808.527000', '152808.530000', '152808.532000', '152808.535000', '152808.538000', '152808.540000', '152808.543000', '152808.546000', '152808.548000', '152808.551000', '152808.553000', '152808.556000', '152808.559000', '152808.561000', '152828.446000', '152828.448000', '152828.451000', '152828.454000', '152828.457000', '152828.459000', '152828.462000', '152828.464000', '152828.468000', '152828.470000', '152828.473000', '152828.475000', '152828.478000', '152828.481000', '152828.483000', '152828.486000', '152828.489000', '152828.492000', '152828.494000', '152828.497000', '152828.499000', '152828.502000', '152828.505000', '152828.507000', '152828.510000', '152828.513000', '152828.515000', '152828.518000', '152828.521000', '152828.523000', '152828.526000', '152828.528000', '152828.531000', '152828.534000', '152828.537000', '152828.539000', '152828.542000', '152828.544000', '152828.547000', '152828.550000', '152828.553000', '152828.556000', '152828.559000', '152848.445000', '152848.449000', '152848.451000', '152848.454000', '152848.456000', '152848.459000', '152848.462000', '152848.464000', '152848.467000', '152848.489000', '152848.492000', '152848.494000', '152848.497000', '152848.499000', '152848.502000', '152848.505000', '152848.507000', '152848.510000', '152848.513000', '152848.515000', '152848.518000', '152848.521000', '152848.523000', '152848.526000', '152848.529000', '152848.531000', '152848.534000', '152848.536000', '152848.539000', '152848.542000', '152848.544000', '152848.547000', '152848.550000', '152848.553000', '152848.555000', '152848.558000', '152848.560000', '152848.563000', '152848.566000', '152848.568000', '152848.571000', '152848.574000', '152848.576000', '152848.579000', '152908.445000', '152908.448000', '152908.450000', '152908.453000', '152908.456000', '152908.458000', '152908.461000', '152908.464000', '152908.466000', '152908.469000', '152908.471000', '152908.474000', '152908.477000', '152908.479000', '152908.482000', '152908.485000', '152908.487000', '152908.490000', '152908.493000', '152908.495000', '152908.498000', '152908.500000', '152908.503000', '152908.506000', '152908.508000', '152908.511000', '152908.514000', '152908.516000', '152908.519000', '152908.522000', '152908.525000', '152908.528000', '152908.530000', '152908.533000', '152908.536000', '152908.539000', '152908.541000', '152908.544000', '152908.547000', '152908.549000', '152908.552000', '152908.554000', '152908.557000', '152928.445000', '152928.448000', '152928.450000', '152928.453000', '152928.456000', '152928.458000', '152928.461000', '152928.463000', '152928.466000', '152928.469000', '152928.471000', '152928.474000', '152928.477000', '152928.479000', '152928.482000', '152928.485000', '152928.487000', '152928.490000', '152928.492000', '152928.495000', '152928.498000', '152928.500000', '152928.503000', '152928.506000', '152928.508000', '152928.511000', '152928.514000', '152928.516000', '152928.519000', '152928.521000', '152928.524000', '152928.527000', '152928.529000', '152928.532000', '152928.534000', '152928.537000', '152928.540000', '152928.542000', '152928.545000', '152928.548000', '152928.550000', '152928.553000', '152928.555000', '152928.558000', '152948.445000', '152948.447000', '152948.450000', '152948.453000', '152948.456000', '152948.458000', '152948.461000', '152948.464000', '152948.467000', '152948.469000', '152948.472000', '152948.474000', '152948.477000', '152948.480000', '152948.482000', '152948.485000', '152948.487000', '152948.490000', '152948.493000', '152948.495000', '152948.503000', '152948.505000', '152948.508000', '152948.511000', '152948.513000', '152948.516000', '152948.519000', '152948.521000', '152948.524000', '152948.527000', '152948.529000', '152948.532000', '152948.535000', '152948.538000', '152948.551000', '152948.554000', '152948.556000', '152948.559000', '152948.561000', '152948.564000', '152948.567000', '152948.569000', '152948.572000', '153008.446000', '153008.448000', '153008.451000', '153008.454000', '153008.456000', '153008.459000', '153008.462000', '153008.464000', '153008.467000', '153008.470000', '153008.472000', '153008.475000', '153008.478000', '153008.480000', '153008.483000', '153008.486000', '153008.488000', '153008.491000', '153008.493000', '153008.496000', '153008.499000', '153008.502000', '153008.504000', '153008.507000', '153008.509000', '153008.512000', '153008.515000', '153008.517000', '153008.520000', '153008.523000', '153008.525000', '153008.528000', '153008.530000', '153008.533000', '153008.536000', '153008.539000', '153008.541000', '153008.544000', '153008.546000', '153008.549000', '153008.552000', '153008.554000', '153008.557000', '153008.560000', '153028.446000', '153028.449000', '153028.451000', '153028.454000', '153028.456000', '153028.459000', '153028.462000', '153028.464000', '153028.467000', '153028.470000', '153028.472000', '153028.475000', '153028.478000', '153028.480000', '153028.483000', '153028.485000', '153028.488000', '153028.491000', '153028.493000', '153028.496000', '153028.499000', '153028.501000', '153028.504000', '153028.506000', '153028.509000', '153028.512000', '153028.514000', '153028.517000', '153028.519000', '153028.522000', '153028.525000', '153028.527000', '153028.530000', '153028.533000', '153028.535000', '153028.538000', '153028.541000', '153028.543000', '153028.546000', '153028.549000', '153028.551000', '153028.554000', '153028.556000', '153048.445000', '153048.448000', '153048.451000', '153048.454000', '153048.456000', '153048.459000', '153048.462000', '153048.464000', '153048.467000', '153048.470000', '153048.472000', '153048.475000', '153048.477000', '153048.480000', '153048.483000', '153048.485000', '153048.488000', '153048.491000', '153048.493000', '153048.496000', '153048.498000', '153048.501000', '153048.504000', '153048.506000', '153048.509000', '153048.512000', '153048.514000', '153048.517000', '153048.520000', '153048.522000', '153048.525000', '153048.528000', '153048.530000', '153048.533000', '153048.535000', '153048.538000', '153048.541000', '153048.543000', '153048.546000', '153048.549000', '153048.551000', '153048.554000', '153048.557000', '153048.559000', '153055.687000', '153055.690000', '153055.693000', '153055.696000', '153055.698000', '153055.702000', '153055.705000', '153055.707000', '153055.710000', '153055.713000', '153055.716000', '153055.719000', '153055.722000', '153055.725000', '153055.728000', '153055.731000'], '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': [13615, 7872, 13267, 7033, 12671, 9418, 12547, 6668, 11966, 5730, 11961, 6221, 10931, 6284, 9754, 6481, 8925, 6832, 7439, 11068, 7113, 11396, 7573, 11987, 6523, 12095, 6933, 11288, 6302, 11639, 5736, 10928, 6724, 10368, 6470, 8766, 6158, 7314, 10954, 6828, 10319, 7071, 11697, 6222, 11674, 6511, 11062, 5777, 10472, 5945, 9285, 6897, 8942, 6476, 8153, 6090, 7577, 7090, 7267, 6186, 7772, 7962, 7782, 10432, 7360, 10212, 7245, 11231, 6837, 12447, 7523, 11985, 6618, 12220, 6447, 11830, 7301, 11364, 6412, 11348, 6112, 11717, 6902, 10709, 6114, 10843, 5859, 10246, 6622, 9419, 6607, 10235, 6887, 9108, 6428, 8675, 6641, 7949, 6192, 8183, 7344, 7707, 10126, 7473, 8417, 7548, 9571, 7344, 10570, 7555, 9637, 7128, 11224, 6714, 12320, 8117, 11613, 6904, 11889, 6725, 12026, 6279, 11841, 7568, 11854, 6628, 12143, 6785, 11809, 8353, 11556, 5933, 11812, 5963, 11446, 7220, 10562, 5663, 9808, 5693, 9581, 6254, 10550, 5926, 9213, 6146, 9311, 6642, 9039, 6582, 8072, 6250, 8124, 6384, 7765, 6200, 7749, 6449, 7771, 8828, 7178, 9115, 7307, 10243, 6821, 11884, 7336, 11441, 6591, 11781, 6291, 11319, 7087, 11088, 6464, 11355, 6008, 11288, 6665, 11412, 6593, 11255, 5921, 11046, 7064, 9758, 7448, 7752, 9951, 7662, 13262, 6600, 11817, 7277, 10725, 5485, 8445, 6408, 7711, 7670, 7027, 8563, 7114, 9438, 6839, 11063, 6788, 10976, 6370, 11204, 6113, 11464, 6120, 11031, 6830, 9740, 6600, 7849, 9854, 7673, 12529, 6351, 11240, 5748, 9978, 6180, 8363, 6195, 7789, 7605, 7091, 8906, 6719, 11092, 6225, 11136, 6374, 10600, 5838, 9677, 6730, 8186, 8236, 7678, 9334, 7602, 10988, 6715, 11628, 6149, 11448, 7185, 11197, 5857, 10953, 6223, 9541, 7005, 8557, 6422, 7794, 7477, 7978, 11491, 7265, 11805, 7978, 11443, 5784, 11489, 6469, 9295, 6893, 7495, 8647, 7560, 11459, 6460, 10902, 5648, 10840, 5849, 10085, 6215, 8609, 6289, 7852, 9002, 7351, 8957, 7193, 11248, 6723, 11356, 6202, 10928, 6160, 10697, 6016, 10596, 6459, 10331, 7096, 9630, 6716, 8449, 6553, 7784, 6983, 7694, 7327, 7883, 10263, 7785, 11770, 7929, 11585, 6886, 11785, 6141, 11709, 6971, 11371, 6136, 10220, 6802, 8902, 6797, 7868, 6020, 7774, 7760, 7822, 10099, 7723, 9879, 7324, 9768, 7304, 11092, 7647, 10477, 7588, 8866, 7521, 9717, 7615, 10828, 7898, 8878, 7195, 9027, 7314, 9934, 8650, 6748, 7988, 6077, 9499, 6185, 10748, 6913, 11546, 5853, 10835, 5664, 10976, 7009, 10945, 5880, 9659, 6068, 9667, 6340, 9749, 5996, 9502, 6202, 9916, 6629, 10171, 5974, 9681, 5960, 9775, 6693, 10238, 6139, 10009, 6093, 10737, 6459, 11038, 6678, 10514, 5949, 9689, 6394, 10380, 6728, 11005, 6001, 10263, 6386, 10210, 6264, 10044, 5803, 9673, 6333, 10169, 6343, 9997, 6074, 9888, 6894, 9489, 6336, 8754, 6496, 8716, 6438, 8482, 6473, 8282, 6882, 8489, 6458, 8269, 6366, 8362, 6756, 8697, 6575, 8207, 6514, 8792, 7086, 8435, 6716, 8228, 6508, 8846, 7128, 8834, 6715, 9470, 6734, 10511, 6469, 10071, 6098, 9469, 6504, 11121, 6068, 10297, 5726, 10649, 6983, 11589, 6648, 11677, 6192, 11741, 7311, 10656, 8117, 6666, 7450, 6482, 7985, 6365, 9462, 6122, 9751, 5695, 10960, 7404, 11972, 7099, 11050, 6770, 11617, 8886, 10649, 8026, 7760, 7752, 8230, 7901, 6150, 7583, 6879, 8376, 6473, 9703, 6322, 9648, 6033, 9221, 6095, 9082, 6096, 9159, 6042, 9327, 5866, 9947, 6645, 10785, 5690, 10510, 5984, 11134, 7539, 10702, 7147, 10228, 7106, 10073, 7554, 7654, 7561, 6245, 7283, 6395, 7642, 7842, 7537, 7962, 7426, 7251, 7532, 8036, 7337, 8937, 7267, 8731, 7422, 9279, 7090, 10114, 6929, 10439, 7168, 8180, 7423, 6777, 7597, 7140, 7512, 6634, 7881, 6353, 8697, 6794, 10808, 6486, 10006, 6949, 11052, 8210, 9552, 7767, 6747, 7759, 6659, 9520, 6275, 9175, 6023, 12559, 9477, 8207, 8522, 6213, 12116, 6380, 12908, 7652, 13357, 9818, 13575, 6743, 12425, 6091, 12518, 7767, 11694, 5571, 11046, 5901, 10070, 6546, 10159, 5915, 10737, 6282, 11076, 8179, 10044, 7448, 10036, 7466, 10455, 8603, 8159, 7525, 6329, 7943, 6370, 10987, 6312, 10247, 5755, 10262, 7314, 11969, 6309, 11518, 6250, 11605, 8042, 11596, 6550, 11681, 6174, 11890, 7285, 11207, 5974, 10401, 5956, 10220, 6231, 10522, 6623, 10497, 5909, 10468, 6297, 11303, 8256, 11695, 5824, 11057, 5926, 11290, 7599, 11434, 6497, 10930, 6127, 11098, 6902, 11467, 6993, 10697, 5730, 10721, 6145, 10397, 6577, 10062, 5982, 9022, 5911, 9222, 6321, 9980, 5802, 8938, 5872, 8949, 6064, 9307, 5869, 8998, 6307, 8041, 6605, 7646, 6273, 6981, 6378, 7255, 6633, 7016, 8859, 7221, 7505, 7045, 8519, 7088, 9995, 7642, 8804, 6857, 8914, 7115, 9761, 7408, 10049, 7166, 10774, 6198, 9625, 6420, 9383, 7055, 9030, 6313, 8347, 6152, 7857, 6188, 6813, 6477, 6636, 6180, 6692, 6386, 6733, 8005, 7142, 7570, 6885, 7830, 6981, 10480, 6974, 10045, 7571, 9802, 6238, 9402, 6734, 9478, 6205, 8318, 6146, 7521, 6135, 6748, 9211, 6728, 8731, 6409, 9914, 6685, 9391, 6022, 9229, 6126, 8993, 5924, 9318, 5933, 9463, 6657, 9771, 6429, 9322, 5949, 9031, 6297, 9395, 6050, 8526, 5885, 8512, 5857, 10151, 5991, 11550, 5931, 11399, 7433, 9256, 7134, 6801, 7869, 7048, 8775, 6603, 6977, 10440, 7068, 12536, 7489, 11367, 6051, 11149, 5834, 9731, 5882, 9376, 5682, 9491, 5846, 9237, 5768, 9216, 6490, 9474, 5727, 9510, 5787, 9248, 6805, 10144, 5898, 9889, 5829, 10091, 7110, 10839, 6027, 10100, 6100, 10446, 8415, 11862, 6913, 10179, 6121, 10944, 6655, 10789, 8812, 10661, 5889, 10928, 6138, 10708, 8345, 10510, 5900, 10318, 5817, 10351, 6568, 10535, 7609, 10169, 5915, 10057, 6145, 10656, 7699, 10866, 5574, 10017, 5611, 9177, 6205, 8820, 5928, 7297, 5873, 7130, 9704, 6956, 11484, 7009, 9461, 6162, 9386, 6122, 9465, 5664, 9644, 6023, 9828, 5734, 9881, 5904, 9556, 6320, 9705, 5953, 7364, 5987, 7011, 8395, 6642, 7058, 7274, 7447, 6817, 9594, 6571, 9006, 6368, 8782, 6486, 10116, 6277, 9925, 6511, 10153, 6281, 10474, 5906, 10346, 6231, 9508, 5903, 8774, 6057, 8121, 6108, 8048, 5706, 7990, 5625, 7754, 5945, 7761, 6124, 8127, 6300, 8151, 6219, 7972, 7617, 7752, 7778, 7006, 11449, 6960, 13045, 8418, 11442, 5818, 11040, 6005, 10560, 6867, 10368, 6083, 10286, 5768, 9563, 6542, 9890, 5785, 9618, 5853, 8714, 6346, 7557, 6036, 7487, 6358, 7275, 8326, 7017, 6618, 7259, 7381, 6990, 8886, 6728, 8669, 6853, 9235, 6694, 10285, 6663, 10372, 7619, 10219, 5894, 10648, 5853, 10110, 6533, 10128, 5827, 10071, 5701, 9943, 6131, 10041, 5731, 10018, 5722, 10328, 6999, 11420, 5484, 12359, 7591, 11234, 6017, 9003, 6839, 8390, 7896, 6144, 7181, 6372, 7443, 9651, 6984, 10150, 7007, 8927, 6776, 8482, 6422, 8418, 6655, 6522, 7081, 6353, 6981, 6519, 7230, 6288, 7744, 6402, 8397, 6213, 11067, 5996, 9034, 6192, 9059, 6608, 9706, 6061, 7673, 6367, 7802, 5949, 9828, 5674, 8939, 5661, 9516, 6577, 11835, 6439, 10917, 6050, 10855, 6729, 11462, 9454, 10142, 6519, 10431, 6860, 9710, 7784, 7390, 7011, 6140, 7334, 5925, 7574, 6361, 8850, 5748, 9119, 5720, 9604, 6474, 10504, 5804, 8344, 6055, 7959, 6292, 6854, 5931, 7492, 6245, 7377, 7990, 6694, 8349, 6699, 8803, 6173, 10076, 5924, 9967, 6327, 9895, 6094, 10191, 5810, 9940, 6663, 9814, 6066, 10110, 5702, 10088, 6355, 9875, 5833, 9327, 5667, 8464, 6000, 8383, 6267, 8759, 6222, 7493, 5871, 9828, 5474, 8872, 6495, 9563, 8320, 9314, 7109, 10710, 6482, 11206, 6914, 10797, 6559, 10002, 5687, 8440, 6144, 7889, 6090, 7537, 5652, 8232, 5861, 8226, 6234, 8385, 6021, 7743, 6154, 7395, 8422, 7086, 8682, 6893, 8858, 7365, 9972, 6911, 11800, 7500, 9884, 6587, 9726, 6162, 9899, 6738, 9761, 5708, 9604, 5596, 9840, 6513, 9410, 6398, 8369, 5837, 8414, 6121, 8413, 6195, 7805, 6446, 7547, 6500, 6982, 6448, 7603, 6490, 7722, 6157, 9619, 5989, 8342, 6192, 8538, 6284, 9498, 5990, 8059, 6213, 8150, 6854, 8841, 5850, 6951, 6180, 7571, 10195, 7166, 6650, 7358, 6239, 7293, 7848, 6930, 8114, 6764, 6588, 6942, 6817, 7087, 7941, 7270, 6258, 7164, 7054, 7279, 10408, 7276, 8097, 6920, 6696, 7050, 7921, 6807, 7812, 6951, 8143, 6856, 8959, 6788, 10156, 7494, 9056, 6608, 8043, 6677, 8928, 6874, 8778, 7050, 7264, 6923, 7870, 6900, 11028, 7736, 10594, 6132, 10884, 5641, 10548, 6218, 10289, 6044, 9064, 5525, 7301, 5712, 7608, 5637, 8330, 5506, 8302, 6213, 7532, 8387, 6076, 8051, 5760, 11370, 6809, 9783, 7237, 6372, 6844, 6070, 7170, 7256, 7416, 7164, 7539, 7822, 7085, 8833, 6730, 8647, 6511, 6259, 7222, 6663, 7777, 6611, 9389, 6058, 9759, 7528, 10915, 7100, 11214, 8539, 12437, 9993, 12976, 8384, 12290, 8478, 11935, 9610, 13042, 8282, 11880, 7511, 12264, 8273, 12536, 8489, 11180, 6991, 10218, 6734, 10058, 7737, 10078, 6874, 9399, 6704, 9266, 7812, 6214, 6716, 5692, 8287, 5924, 9226, 5497, 9395, 5486, 9412, 6225, 9462, 5690, 9543, 5726, 9022, 5936, 9592, 6628, 7685, 6948, 6764, 6807, 6509, 7070, 6185, 7484, 6358, 8577, 6394, 9933, 6311, 8011, 6424, 8786, 6335, 10943, 6019, 9190, 6100], 'WindowCenter': [3647.0, 3591.0, 3618.0, 3565.0, 3606.0, 3584.0, 3593.0, 3550.0, 3592.0, 3538.0, 3591.0, 3538.0, 3580.0, 3539.0, 3580.0, 3549.0, 3570.0, 3549.0, 3560.0, 3580.0, 3548.0, 3578.0, 3558.0, 3578.0, 3538.0, 3590.0, 3547.0, 3578.0, 3537.0, 3579.0, 3528.0, 3580.0, 3537.0, 3579.0, 3536.0, 3558.0, 3536.0, 3548.0, 3579.0, 3538.0, 3567.0, 3547.0, 3578.0, 3538.0, 3590.0, 3538.0, 3579.0, 3527.0, 3579.0, 3537.0, 3570.0, 3549.0, 3569.0, 3537.0, 3558.0, 3537.0, 3559.0, 3549.0, 3559.0, 3538.0, 3560.0, 3559.0, 3561.0, 3592.0, 3561.0, 3580.0, 3561.0, 3591.0, 3550.0, 3603.0, 3560.0, 3591.0, 3549.0, 3591.0, 3551.0, 3592.0, 3560.0, 3592.0, 3551.0, 3592.0, 3539.0, 3592.0, 3560.0, 3581.0, 3540.0, 3592.0, 3539.0, 3581.0, 3549.0, 3581.0, 3549.0, 3582.0, 3550.0, 3570.0, 3538.0, 3570.0, 3549.0, 3559.0, 3537.0, 3560.0, 3548.0, 3560.0, 3580.0, 3548.0, 3558.0, 3559.0, 3568.0, 3561.0, 3581.0, 3559.0, 3569.0, 3549.0, 3579.0, 3549.0, 3591.0, 3559.0, 3579.0, 3549.0, 3590.0, 3549.0, 3591.0, 3550.0, 3592.0, 3560.0, 3590.0, 3550.0, 3591.0, 3551.0, 3590.0, 3560.0, 3580.0, 3537.0, 3590.0, 3538.0, 3579.0, 3548.0, 3579.0, 3526.0, 3568.0, 3527.0, 3569.0, 3537.0, 3579.0, 3537.0, 3568.0, 3538.0, 3570.0, 3548.0, 3569.0, 3537.0, 3558.0, 3537.0, 3559.0, 3537.0, 3559.0, 3536.0, 3558.0, 3537.0, 3559.0, 3569.0, 3548.0, 3569.0, 3548.0, 3568.0, 3549.0, 3590.0, 3560.0, 3590.0, 3547.0, 3589.0, 3548.0, 3591.0, 3550.0, 3590.0, 3538.0, 3579.0, 3539.0, 3592.0, 3550.0, 3591.0, 3549.0, 3580.0, 3538.0, 3580.0, 3549.0, 3570.0, 3547.0, 3548.0, 3567.0, 3547.0, 3588.0, 3547.0, 3579.0, 3546.0, 3566.0, 3514.0, 3556.0, 3535.0, 3557.0, 3546.0, 3547.0, 3557.0, 3547.0, 3568.0, 3551.0, 3592.0, 3550.0, 3592.0, 3550.0, 3592.0, 3540.0, 3591.0, 3540.0, 3591.0, 3549.0, 3581.0, 3549.0, 3560.0, 3580.0, 3560.0, 3591.0, 3537.0, 3579.0, 3526.0, 3580.0, 3538.0, 3570.0, 3538.0, 3562.0, 3561.0, 3561.0, 3571.0, 3562.0, 3592.0, 3553.0, 3594.0, 3552.0, 3594.0, 3542.0, 3584.0, 3551.0, 3584.0, 3573.0, 3573.0, 3583.0, 3572.0, 3594.0, 3563.0, 3605.0, 3553.0, 3605.0, 3563.0, 3593.0, 3541.0, 3593.0, 3541.0, 3584.0, 3563.0, 3584.0, 3552.0, 3573.0, 3561.0, 3572.0, 3594.0, 3574.0, 3605.0, 3573.0, 3592.0, 3540.0, 3593.0, 3551.0, 3582.0, 3562.0, 3561.0, 3572.0, 3562.0, 3593.0, 3551.0, 3594.0, 3541.0, 3594.0, 3541.0, 3594.0, 3541.0, 3584.0, 3552.0, 3574.0, 3585.0, 3563.0, 3582.0, 3564.0, 3593.0, 3563.0, 3606.0, 3553.0, 3594.0, 3555.0, 3596.0, 3554.0, 3606.0, 3565.0, 3596.0, 3562.0, 3585.0, 3563.0, 3585.0, 3563.0, 3574.0, 3562.0, 3573.0, 3561.0, 3574.0, 3594.0, 3574.0, 3605.0, 3574.0, 3594.0, 3564.0, 3593.0, 3552.0, 3605.0, 3562.0, 3592.0, 3541.0, 3583.0, 3551.0, 3584.0, 3552.0, 3572.0, 3538.0, 3562.0, 3561.0, 3573.0, 3581.0, 3560.0, 3581.0, 3562.0, 3582.0, 3562.0, 3594.0, 3561.0, 3582.0, 3562.0, 3570.0, 3561.0, 3583.0, 3574.0, 3593.0, 3572.0, 3572.0, 3562.0, 3585.0, 3574.0, 3583.0, 3572.0, 3550.0, 3572.0, 3551.0, 3583.0, 3554.0, 3595.0, 3564.0, 3594.0, 3541.0, 3593.0, 3541.0, 3594.0, 3551.0, 3593.0, 3540.0, 3582.0, 3540.0, 3582.0, 3550.0, 3582.0, 3541.0, 3582.0, 3541.0, 3594.0, 3552.0, 3583.0, 3541.0, 3584.0, 3553.0, 3583.0, 3553.0, 3583.0, 3542.0, 3583.0, 3541.0, 3595.0, 3554.0, 3594.0, 3552.0, 3583.0, 3540.0, 3584.0, 3552.0, 3582.0, 3551.0, 3583.0, 3539.0, 3595.0, 3552.0, 3583.0, 3551.0, 3582.0, 3540.0, 3583.0, 3551.0, 3583.0, 3551.0, 3583.0, 3542.0, 3595.0, 3562.0, 3583.0, 3550.0, 3572.0, 3551.0, 3574.0, 3551.0, 3572.0, 3552.0, 3572.0, 3550.0, 3584.0, 3553.0, 3573.0, 3551.0, 3572.0, 3551.0, 3572.0, 3552.0, 3572.0, 3550.0, 3573.0, 3552.0, 3572.0, 3551.0, 3573.0, 3551.0, 3572.0, 3549.0, 3571.0, 3551.0, 3584.0, 3550.0, 3581.0, 3539.0, 3581.0, 3539.0, 3582.0, 3539.0, 3592.0, 3539.0, 3579.0, 3539.0, 3582.0, 3550.0, 3591.0, 3551.0, 3580.0, 3539.0, 3603.0, 3562.0, 3581.0, 3561.0, 3549.0, 3560.0, 3550.0, 3573.0, 3551.0, 3582.0, 3540.0, 3581.0, 3540.0, 3593.0, 3562.0, 3593.0, 3550.0, 3592.0, 3551.0, 3593.0, 3572.0, 3581.0, 3560.0, 3559.0, 3561.0, 3560.0, 3560.0, 3538.0, 3559.0, 3548.0, 3570.0, 3539.0, 3570.0, 3538.0, 3569.0, 3527.0, 3569.0, 3540.0, 3570.0, 3538.0, 3570.0, 3538.0, 3570.0, 3539.0, 3581.0, 3549.0, 3581.0, 3527.0, 3580.0, 3539.0, 3592.0, 3560.0, 3581.0, 3550.0, 3581.0, 3550.0, 3583.0, 3560.0, 3559.0, 3560.0, 3539.0, 3549.0, 3538.0, 3560.0, 3560.0, 3560.0, 3558.0, 3548.0, 3548.0, 3558.0, 3558.0, 3559.0, 3569.0, 3550.0, 3571.0, 3550.0, 3569.0, 3549.0, 3582.0, 3551.0, 3582.0, 3550.0, 3559.0, 3560.0, 3550.0, 3574.0, 3562.0, 3562.0, 3551.0, 3572.0, 3552.0, 3585.0, 3564.0, 3596.0, 3553.0, 3583.0, 3564.0, 3605.0, 3575.0, 3583.0, 3574.0, 3552.0, 3574.0, 3552.0, 3584.0, 3552.0, 3584.0, 3541.0, 3604.0, 3584.0, 3573.0, 3585.0, 3554.0, 3606.0, 3552.0, 3604.0, 3562.0, 3604.0, 3583.0, 3591.0, 3538.0, 3590.0, 3538.0, 3592.0, 3548.0, 3579.0, 3516.0, 3579.0, 3528.0, 3581.0, 3538.0, 3581.0, 3530.0, 3582.0, 3552.0, 3593.0, 3572.0, 3583.0, 3561.0, 3583.0, 3562.0, 3582.0, 3571.0, 3559.0, 3559.0, 3539.0, 3560.0, 3539.0, 3582.0, 3539.0, 3580.0, 3528.0, 3583.0, 3550.0, 3592.0, 3539.0, 3580.0, 3540.0, 3591.0, 3560.0, 3580.0, 3538.0, 3578.0, 3526.0, 3590.0, 3547.0, 3579.0, 3528.0, 3579.0, 3537.0, 3580.0, 3539.0, 3580.0, 3548.0, 3579.0, 3527.0, 3580.0, 3539.0, 3580.0, 3560.0, 3579.0, 3528.0, 3578.0, 3527.0, 3579.0, 3547.0, 3579.0, 3537.0, 3567.0, 3525.0, 3578.0, 3547.0, 3578.0, 3535.0, 3567.0, 3515.0, 3567.0, 3525.0, 3568.0, 3537.0, 3566.0, 3525.0, 3556.0, 3525.0, 3569.0, 3537.0, 3568.0, 3525.0, 3557.0, 3526.0, 3559.0, 3538.0, 3569.0, 3526.0, 3557.0, 3535.0, 3557.0, 3537.0, 3548.0, 3537.0, 3537.0, 3535.0, 3546.0, 3536.0, 3547.0, 3558.0, 3548.0, 3546.0, 3548.0, 3556.0, 3550.0, 3570.0, 3547.0, 3557.0, 3537.0, 3557.0, 3547.0, 3569.0, 3548.0, 3569.0, 3548.0, 3581.0, 3539.0, 3569.0, 3537.0, 3569.0, 3536.0, 3557.0, 3524.0, 3555.0, 3525.0, 3546.0, 3525.0, 3537.0, 3536.0, 3537.0, 3525.0, 3537.0, 3535.0, 3538.0, 3558.0, 3548.0, 3547.0, 3548.0, 3547.0, 3549.0, 3580.0, 3549.0, 3569.0, 3549.0, 3567.0, 3525.0, 3557.0, 3535.0, 3567.0, 3525.0, 3546.0, 3524.0, 3547.0, 3525.0, 3537.0, 3568.0, 3537.0, 3556.0, 3536.0, 3566.0, 3537.0, 3568.0, 3537.0, 3569.0, 3540.0, 3570.0, 3540.0, 3571.0, 3540.0, 3581.0, 3550.0, 3582.0, 3540.0, 3570.0, 3540.0, 3572.0, 3539.0, 3571.0, 3539.0, 3570.0, 3527.0, 3570.0, 3528.0, 3581.0, 3540.0, 3592.0, 3539.0, 3591.0, 3560.0, 3570.0, 3550.0, 3549.0, 3561.0, 3549.0, 3572.0, 3537.0, 3548.0, 3579.0, 3548.0, 3590.0, 3547.0, 3577.0, 3524.0, 3567.0, 3526.0, 3569.0, 3527.0, 3568.0, 3527.0, 3568.0, 3528.0, 3569.0, 3538.0, 3570.0, 3540.0, 3570.0, 3529.0, 3569.0, 3539.0, 3571.0, 3552.0, 3581.0, 3529.0, 3581.0, 3539.0, 3581.0, 3549.0, 3581.0, 3539.0, 3580.0, 3539.0, 3582.0, 3560.0, 3581.0, 3548.0, 3580.0, 3527.0, 3579.0, 3537.0, 3579.0, 3570.0, 3569.0, 3526.0, 3578.0, 3525.0, 3577.0, 3559.0, 3567.0, 3526.0, 3566.0, 3525.0, 3568.0, 3536.0, 3568.0, 3546.0, 3567.0, 3525.0, 3567.0, 3526.0, 3567.0, 3547.0, 3567.0, 3514.0, 3566.0, 3514.0, 3557.0, 3523.0, 3556.0, 3524.0, 3534.0, 3513.0, 3534.0, 3554.0, 3535.0, 3578.0, 3534.0, 3555.0, 3524.0, 3555.0, 3524.0, 3568.0, 3527.0, 3568.0, 3525.0, 3566.0, 3527.0, 3568.0, 3527.0, 3569.0, 3537.0, 3567.0, 3526.0, 3545.0, 3525.0, 3536.0, 3558.0, 3536.0, 3534.0, 3548.0, 3546.0, 3536.0, 3568.0, 3538.0, 3568.0, 3537.0, 3558.0, 3537.0, 3581.0, 3539.0, 3570.0, 3539.0, 3580.0, 3538.0, 3581.0, 3527.0, 3580.0, 3538.0, 3570.0, 3527.0, 3570.0, 3538.0, 3560.0, 3537.0, 3559.0, 3527.0, 3559.0, 3529.0, 3560.0, 3539.0, 3561.0, 3540.0, 3561.0, 3540.0, 3561.0, 3540.0, 3561.0, 3560.0, 3561.0, 3547.0, 3549.0, 3580.0, 3548.0, 3590.0, 3557.0, 3578.0, 3526.0, 3578.0, 3527.0, 3579.0, 3536.0, 3569.0, 3527.0, 3568.0, 3527.0, 3570.0, 3538.0, 3581.0, 3527.0, 3569.0, 3527.0, 3559.0, 3537.0, 3547.0, 3526.0, 3547.0, 3536.0, 3549.0, 3558.0, 3548.0, 3536.0, 3547.0, 3547.0, 3548.0, 3570.0, 3548.0, 3560.0, 3549.0, 3569.0, 3550.0, 3582.0, 3549.0, 3581.0, 3560.0, 3581.0, 3528.0, 3580.0, 3528.0, 3582.0, 3540.0, 3581.0, 3529.0, 3580.0, 3540.0, 3581.0, 3540.0, 3580.0, 3529.0, 3579.0, 3540.0, 3581.0, 3550.0, 3591.0, 3528.0, 3591.0, 3559.0, 3591.0, 3538.0, 3570.0, 3550.0, 3560.0, 3559.0, 3527.0, 3548.0, 3535.0, 3547.0, 3569.0, 3548.0, 3567.0, 3536.0, 3556.0, 3537.0, 3557.0, 3535.0, 3556.0, 3536.0, 3535.0, 3548.0, 3538.0, 3549.0, 3539.0, 3548.0, 3539.0, 3559.0, 3539.0, 3560.0, 3539.0, 3581.0, 3526.0, 3558.0, 3537.0, 3569.0, 3537.0, 3569.0, 3525.0, 3545.0, 3536.0, 3546.0, 3525.0, 3568.0, 3526.0, 3558.0, 3526.0, 3568.0, 3537.0, 3579.0, 3537.0, 3578.0, 3526.0, 3578.0, 3537.0, 3578.0, 3569.0, 3565.0, 3535.0, 3566.0, 3537.0, 3567.0, 3546.0, 3535.0, 3536.0, 3524.0, 3547.0, 3525.0, 3547.0, 3536.0, 3558.0, 3527.0, 3556.0, 3526.0, 3569.0, 3538.0, 3568.0, 3525.0, 3556.0, 3526.0, 3548.0, 3535.0, 3537.0, 3525.0, 3546.0, 3525.0, 3547.0, 3546.0, 3537.0, 3556.0, 3536.0, 3557.0, 3527.0, 3569.0, 3539.0, 3568.0, 3540.0, 3569.0, 3539.0, 3580.0, 3539.0, 3582.0, 3550.0, 3581.0, 3539.0, 3580.0, 3529.0, 3581.0, 3539.0, 3581.0, 3528.0, 3570.0, 3527.0, 3559.0, 3541.0, 3572.0, 3538.0, 3558.0, 3537.0, 3547.0, 3528.0, 3581.0, 3528.0, 3572.0, 3551.0, 3581.0, 3571.0, 3570.0, 3549.0, 3580.0, 3538.0, 3580.0, 3548.0, 3579.0, 3526.0, 3566.0, 3525.0, 3557.0, 3526.0, 3547.0, 3526.0, 3547.0, 3527.0, 3558.0, 3528.0, 3559.0, 3538.0, 3558.0, 3526.0, 3549.0, 3527.0, 3549.0, 3558.0, 3549.0, 3558.0, 3547.0, 3557.0, 3547.0, 3569.0, 3548.0, 3580.0, 3547.0, 3570.0, 3538.0, 3567.0, 3539.0, 3581.0, 3548.0, 3568.0, 3527.0, 3570.0, 3530.0, 3582.0, 3539.0, 3570.0, 3538.0, 3559.0, 3539.0, 3571.0, 3539.0, 3561.0, 3539.0, 3559.0, 3538.0, 3560.0, 3539.0, 3549.0, 3538.0, 3560.0, 3540.0, 3560.0, 3540.0, 3571.0, 3529.0, 3558.0, 3537.0, 3559.0, 3538.0, 3570.0, 3526.0, 3548.0, 3526.0, 3559.0, 3537.0, 3558.0, 3513.0, 3535.0, 3525.0, 3547.0, 3568.0, 3536.0, 3524.0, 3546.0, 3523.0, 3546.0, 3547.0, 3537.0, 3546.0, 3535.0, 3536.0, 3537.0, 3538.0, 3548.0, 3548.0, 3547.0, 3526.0, 3537.0, 3537.0, 3547.0, 3569.0, 3547.0, 3546.0, 3536.0, 3535.0, 3548.0, 3547.0, 3537.0, 3547.0, 3548.0, 3548.0, 3537.0, 3558.0, 3549.0, 3581.0, 3549.0, 3558.0, 3537.0, 3558.0, 3550.0, 3571.0, 3549.0, 3559.0, 3549.0, 3549.0, 3549.0, 3558.0, 3549.0, 3580.0, 3549.0, 3579.0, 3527.0, 3578.0, 3527.0, 3579.0, 3527.0, 3568.0, 3527.0, 3558.0, 3518.0, 3561.0, 3541.0, 3560.0, 3529.0, 3560.0, 3529.0, 3561.0, 3540.0, 3560.0, 3572.0, 3541.0, 3563.0, 3541.0, 3605.0, 3552.0, 3582.0, 3550.0, 3540.0, 3538.0, 3539.0, 3551.0, 3549.0, 3546.0, 3535.0, 3546.0, 3545.0, 3548.0, 3557.0, 3548.0, 3569.0, 3551.0, 3548.0, 3561.0, 3563.0, 3572.0, 3564.0, 3596.0, 3566.0, 3598.0, 3588.0, 3607.0, 3576.0, 3606.0, 3587.0, 3618.0, 3596.0, 3605.0, 3571.0, 3592.0, 3562.0, 3591.0, 3569.0, 3590.0, 3558.0, 3578.0, 3546.0, 3577.0, 3558.0, 3577.0, 3557.0, 3565.0, 3535.0, 3565.0, 3535.0, 3567.0, 3546.0, 3555.0, 3523.0, 3553.0, 3523.0, 3553.0, 3545.0, 3523.0, 3535.0, 3526.0, 3559.0, 3537.0, 3557.0, 3515.0, 3555.0, 3514.0, 3569.0, 3528.0, 3567.0, 3528.0, 3568.0, 3526.0, 3571.0, 3539.0, 3570.0, 3549.0, 3560.0, 3561.0, 3563.0, 3564.0, 3552.0, 3563.0, 3541.0, 3562.0, 3553.0, 3585.0, 3552.0, 3584.0, 3550.0, 3573.0, 3551.0, 3573.0, 3550.0, 3592.0, 3538.0, 3569.0, 3538.0], 'WindowWidth': [8221.0, 8135.0, 8165.0, 8091.0, 8143.0, 8110.0, 8118.0, 8059.0, 8114.0, 8041.0, 8113.0, 8041.0, 8097.0, 8042.0, 8097.0, 8054.0, 8084.0, 8055.0, 8070.0, 8097.0, 8052.0, 8090.0, 8063.0, 8091.0, 8038.0, 8109.0, 8049.0, 8090.0, 8036.0, 8092.0, 8026.0, 8096.0, 8037.0, 8093.0, 8034.0, 8063.0, 8032.0, 8051.0, 8092.0, 8037.0, 8074.0, 8048.0, 8089.0, 8038.0, 8107.0, 8039.0, 8091.0, 8024.0, 8092.0, 8038.0, 8083.0, 8054.0, 8080.0, 8036.0, 8065.0, 8037.0, 8068.0, 8054.0, 8067.0, 8038.0, 8069.0, 8067.0, 8074.0, 8116.0, 8074.0, 8097.0, 8073.0, 8112.0, 8058.0, 8131.0, 8071.0, 8111.0, 8056.0, 8112.0, 8062.0, 8116.0, 8073.0, 8115.0, 8061.0, 8114.0, 8043.0, 8117.0, 8072.0, 8099.0, 8045.0, 8115.0, 8043.0, 8099.0, 8057.0, 8100.0, 8056.0, 8100.0, 8056.0, 8083.0, 8039.0, 8084.0, 8054.0, 8067.0, 8037.0, 8069.0, 8051.0, 8071.0, 8096.0, 8051.0, 8062.0, 8067.0, 8078.0, 8072.0, 8097.0, 8067.0, 8079.0, 8055.0, 8094.0, 8057.0, 8113.0, 8069.0, 8094.0, 8054.0, 8108.0, 8055.0, 8112.0, 8060.0, 8113.0, 8072.0, 8110.0, 8058.0, 8112.0, 8061.0, 8110.0, 8070.0, 8094.0, 8037.0, 8109.0, 8040.0, 8094.0, 8051.0, 8091.0, 8021.0, 8076.0, 8024.0, 8080.0, 8036.0, 8092.0, 8035.0, 8077.0, 8038.0, 8082.0, 8052.0, 8078.0, 8035.0, 8063.0, 8036.0, 8068.0, 8037.0, 8067.0, 8034.0, 8065.0, 8035.0, 8069.0, 8081.0, 8053.0, 8079.0, 8052.0, 8077.0, 8055.0, 8110.0, 8069.0, 8107.0, 8050.0, 8105.0, 8055.0, 8113.0, 8057.0, 8109.0, 8041.0, 8094.0, 8041.0, 8115.0, 8058.0, 8110.0, 8055.0, 8094.0, 8038.0, 8095.0, 8055.0, 8083.0, 8047.0, 8050.0, 8073.0, 8047.0, 8103.0, 8047.0, 8091.0, 8045.0, 8070.0, 7999.0, 8057.0, 8030.0, 8062.0, 8046.0, 8050.0, 8061.0, 8051.0, 8078.0, 8060.0, 8115.0, 8058.0, 8113.0, 8060.0, 8114.0, 8045.0, 8112.0, 8045.0, 8114.0, 8055.0, 8100.0, 8053.0, 8070.0, 8095.0, 8071.0, 8114.0, 8037.0, 8094.0, 8021.0, 8094.0, 8038.0, 8084.0, 8042.0, 8075.0, 8072.0, 8075.0, 8085.0, 8079.0, 8117.0, 8069.0, 8123.0, 8066.0, 8121.0, 8053.0, 8109.0, 8062.0, 8110.0, 8094.0, 8094.0, 8105.0, 8092.0, 8121.0, 8081.0, 8137.0, 8069.0, 8138.0, 8081.0, 8120.0, 8049.0, 8120.0, 8050.0, 8109.0, 8082.0, 8110.0, 8066.0, 8094.0, 8075.0, 8092.0, 8123.0, 8099.0, 8138.0, 8093.0, 8117.0, 8047.0, 8118.0, 8061.0, 8105.0, 8078.0, 8075.0, 8088.0, 8076.0, 8117.0, 8063.0, 8121.0, 8052.0, 8121.0, 8051.0, 8120.0, 8049.0, 8108.0, 8067.0, 8098.0, 8111.0, 8081.0, 8104.0, 8084.0, 8121.0, 8084.0, 8142.0, 8070.0, 8124.0, 8074.0, 8128.0, 8071.0, 8144.0, 8088.0, 8127.0, 8080.0, 8112.0, 8080.0, 8112.0, 8083.0, 8097.0, 8079.0, 8095.0, 8075.0, 8095.0, 8123.0, 8098.0, 8139.0, 8097.0, 8123.0, 8082.0, 8119.0, 8065.0, 8138.0, 8079.0, 8118.0, 8050.0, 8105.0, 8062.0, 8110.0, 8065.0, 8090.0, 8041.0, 8076.0, 8072.0, 8092.0, 8102.0, 8071.0, 8099.0, 8077.0, 8101.0, 8078.0, 8123.0, 8076.0, 8103.0, 8076.0, 8084.0, 8074.0, 8105.0, 8096.0, 8119.0, 8090.0, 8088.0, 8076.0, 8113.0, 8097.0, 8103.0, 8091.0, 8058.0, 8090.0, 8063.0, 8107.0, 8071.0, 8124.0, 8083.0, 8121.0, 8048.0, 8118.0, 8050.0, 8120.0, 8062.0, 8117.0, 8045.0, 8100.0, 8046.0, 8102.0, 8058.0, 8101.0, 8047.0, 8102.0, 8048.0, 8121.0, 8065.0, 8106.0, 8050.0, 8107.0, 8067.0, 8108.0, 8067.0, 8106.0, 8051.0, 8106.0, 8049.0, 8126.0, 8071.0, 8122.0, 8064.0, 8103.0, 8046.0, 8108.0, 8065.0, 8104.0, 8061.0, 8103.0, 8044.0, 8123.0, 8065.0, 8104.0, 8061.0, 8101.0, 8046.0, 8106.0, 8062.0, 8105.0, 8061.0, 8105.0, 8050.0, 8124.0, 8078.0, 8105.0, 8059.0, 8088.0, 8060.0, 8096.0, 8064.0, 8090.0, 8062.0, 8088.0, 8058.0, 8109.0, 8068.0, 8093.0, 8061.0, 8090.0, 8062.0, 8089.0, 8066.0, 8091.0, 8060.0, 8092.0, 8062.0, 8088.0, 8061.0, 8091.0, 8060.0, 8088.0, 8056.0, 8085.0, 8060.0, 8108.0, 8058.0, 8100.0, 8043.0, 8098.0, 8043.0, 8102.0, 8043.0, 8113.0, 8041.0, 8093.0, 8042.0, 8100.0, 8058.0, 8112.0, 8058.0, 8096.0, 8042.0, 8132.0, 8076.0, 8100.0, 8074.0, 8054.0, 8071.0, 8059.0, 8092.0, 8060.0, 8102.0, 8044.0, 8097.0, 8046.0, 8117.0, 8076.0, 8117.0, 8059.0, 8113.0, 8061.0, 8117.0, 8089.0, 8098.0, 8071.0, 8066.0, 8072.0, 8071.0, 8069.0, 8039.0, 8068.0, 8051.0, 8083.0, 8042.0, 8082.0, 8038.0, 8080.0, 8022.0, 8078.0, 8043.0, 8082.0, 8038.0, 8082.0, 8038.0, 8082.0, 8041.0, 8099.0, 8054.0, 8099.0, 8024.0, 8096.0, 8045.0, 8115.0, 8072.0, 8098.0, 8058.0, 8097.0, 8057.0, 8105.0, 8071.0, 8067.0, 8069.0, 8039.0, 8054.0, 8038.0, 8069.0, 8069.0, 8068.0, 8064.0, 8050.0, 8049.0, 8065.0, 8063.0, 8069.0, 8079.0, 8056.0, 8083.0, 8057.0, 8078.0, 8055.0, 8100.0, 8060.0, 8100.0, 8056.0, 8067.0, 8071.0, 8057.0, 8095.0, 8077.0, 8077.0, 8061.0, 8088.0, 8065.0, 8112.0, 8083.0, 8126.0, 8068.0, 8106.0, 8085.0, 8140.0, 8100.0, 8107.0, 8095.0, 8065.0, 8099.0, 8066.0, 8109.0, 8063.0, 8108.0, 8048.0, 8134.0, 8109.0, 8094.0, 8113.0, 8069.0, 8139.0, 8064.0, 8133.0, 8076.0, 8133.0, 8102.0, 8109.0, 8036.0, 8105.0, 8037.0, 8112.0, 8049.0, 8090.0, 8005.0, 8090.0, 8025.0, 8096.0, 8039.0, 8097.0, 8030.0, 8098.0, 8062.0, 8118.0, 8089.0, 8104.0, 8072.0, 8101.0, 8077.0, 8102.0, 8085.0, 8065.0, 8067.0, 8040.0, 8070.0, 8041.0, 8099.0, 8039.0, 8094.0, 8027.0, 8102.0, 8057.0, 8113.0, 8040.0, 8094.0, 8043.0, 8112.0, 8069.0, 8093.0, 8035.0, 8086.0, 8020.0, 8107.0, 8048.0, 8090.0, 8022.0, 8090.0, 8035.0, 8094.0, 8042.0, 8094.0, 8052.0, 8091.0, 8022.0, 8092.0, 8041.0, 8095.0, 8069.0, 8090.0, 8022.0, 8088.0, 8021.0, 8091.0, 8049.0, 8090.0, 8033.0, 8072.0, 8016.0, 8088.0, 8047.0, 8088.0, 8029.0, 8070.0, 8001.0, 8070.0, 8015.0, 8074.0, 8032.0, 8069.0, 8014.0, 8055.0, 8016.0, 8077.0, 8033.0, 8074.0, 8016.0, 8059.0, 8018.0, 8064.0, 8039.0, 8079.0, 8018.0, 8061.0, 8030.0, 8060.0, 8035.0, 8050.0, 8034.0, 8033.0, 8029.0, 8046.0, 8031.0, 8047.0, 8063.0, 8049.0, 8044.0, 8048.0, 8058.0, 8054.0, 8082.0, 8049.0, 8060.0, 8034.0, 8060.0, 8048.0, 8078.0, 8051.0, 8077.0, 8049.0, 8098.0, 8043.0, 8078.0, 8035.0, 8079.0, 8031.0, 8058.0, 8013.0, 8055.0, 8015.0, 8045.0, 8016.0, 8035.0, 8031.0, 8034.0, 8015.0, 8034.0, 8031.0, 8037.0, 8064.0, 8052.0, 8048.0, 8050.0, 8048.0, 8054.0, 8096.0, 8054.0, 8080.0, 8052.0, 8073.0, 8015.0, 8060.0, 8029.0, 8072.0, 8014.0, 8042.0, 8013.0, 8047.0, 8015.0, 8033.0, 8075.0, 8033.0, 8056.0, 8032.0, 8071.0, 8035.0, 8076.0, 8037.0, 8079.0, 8044.0, 8081.0, 8046.0, 8084.0, 8046.0, 8100.0, 8058.0, 8101.0, 8044.0, 8083.0, 8044.0, 8088.0, 8041.0, 8084.0, 8041.0, 8082.0, 8025.0, 8083.0, 8027.0, 8099.0, 8043.0, 8113.0, 8040.0, 8111.0, 8072.0, 8084.0, 8059.0, 8055.0, 8073.0, 8053.0, 8086.0, 8034.0, 8049.0, 8092.0, 8050.0, 8108.0, 8045.0, 8085.0, 8011.0, 8070.0, 8016.0, 8077.0, 8021.0, 8075.0, 8021.0, 8075.0, 8025.0, 8080.0, 8041.0, 8083.0, 8043.0, 8081.0, 8028.0, 8081.0, 8044.0, 8086.0, 8062.0, 8099.0, 8029.0, 8096.0, 8043.0, 8099.0, 8056.0, 8097.0, 8042.0, 8094.0, 8043.0, 8099.0, 8071.0, 8096.0, 8050.0, 8094.0, 8023.0, 8093.0, 8037.0, 8092.0, 8080.0, 8076.0, 8019.0, 8087.0, 8017.0, 8087.0, 8064.0, 8072.0, 8018.0, 8069.0, 8016.0, 8074.0, 8032.0, 8075.0, 8044.0, 8071.0, 8015.0, 8071.0, 8018.0, 8073.0, 8046.0, 8071.0, 7999.0, 8068.0, 7999.0, 8058.0, 8010.0, 8054.0, 8012.0, 8023.0, 7995.0, 8024.0, 8050.0, 8026.0, 8086.0, 8023.0, 8051.0, 8013.0, 8053.0, 8013.0, 8074.0, 8021.0, 8075.0, 8017.0, 8071.0, 8020.0, 8075.0, 8021.0, 8078.0, 8033.0, 8072.0, 8015.0, 8041.0, 8014.0, 8032.0, 8060.0, 8030.0, 8025.0, 8048.0, 8042.0, 8034.0, 8075.0, 8036.0, 8076.0, 8034.0, 8061.0, 8036.0, 8097.0, 8042.0, 8082.0, 8040.0, 8093.0, 8038.0, 8098.0, 8025.0, 8095.0, 8037.0, 8080.0, 8024.0, 8082.0, 8038.0, 8069.0, 8037.0, 8066.0, 8023.0, 8067.0, 8029.0, 8070.0, 8042.0, 8073.0, 8045.0, 8073.0, 8045.0, 8075.0, 8044.0, 8072.0, 8068.0, 8070.0, 8049.0, 8052.0, 8095.0, 8050.0, 8108.0, 8061.0, 8088.0, 8018.0, 8088.0, 8021.0, 8091.0, 8033.0, 8076.0, 8021.0, 8076.0, 8023.0, 8081.0, 8040.0, 8096.0, 8023.0, 8078.0, 8021.0, 8066.0, 8034.0, 8046.0, 8017.0, 8047.0, 8031.0, 8053.0, 8063.0, 8049.0, 8032.0, 8048.0, 8047.0, 8052.0, 8081.0, 8052.0, 8068.0, 8054.0, 8081.0, 8056.0, 8101.0, 8057.0, 8098.0, 8069.0, 8097.0, 8026.0, 8094.0, 8027.0, 8100.0, 8043.0, 8097.0, 8027.0, 8095.0, 8045.0, 8101.0, 8045.0, 8096.0, 8029.0, 8093.0, 8044.0, 8100.0, 8058.0, 8112.0, 8025.0, 8111.0, 8069.0, 8112.0, 8039.0, 8084.0, 8057.0, 8068.0, 8067.0, 8021.0, 8048.0, 8029.0, 8048.0, 8078.0, 8049.0, 8072.0, 8028.0, 8054.0, 8031.0, 8059.0, 8030.0, 8056.0, 8031.0, 8028.0, 8049.0, 8039.0, 8054.0, 8040.0, 8053.0, 8041.0, 8066.0, 8042.0, 8071.0, 8041.0, 8097.0, 8018.0, 8063.0, 8035.0, 8078.0, 8034.0, 8077.0, 8015.0, 8041.0, 8030.0, 8044.0, 8015.0, 8074.0, 8018.0, 8062.0, 8020.0, 8075.0, 8035.0, 8091.0, 8032.0, 8086.0, 8016.0, 8088.0, 8034.0, 8088.0, 8077.0, 8067.0, 8028.0, 8068.0, 8034.0, 8073.0, 8042.0, 8027.0, 8029.0, 8013.0, 8046.0, 8018.0, 8047.0, 8032.0, 8061.0, 8021.0, 8057.0, 8019.0, 8079.0, 8035.0, 8075.0, 8016.0, 8056.0, 8017.0, 8049.0, 8028.0, 8032.0, 8013.0, 8043.0, 8015.0, 8046.0, 8043.0, 8035.0, 8058.0, 8033.0, 8059.0, 8021.0, 8077.0, 8040.0, 8078.0, 8043.0, 8080.0, 8040.0, 8095.0, 8043.0, 8100.0, 8057.0, 8096.0, 8040.0, 8094.0, 8026.0, 8097.0, 8039.0, 8096.0, 8024.0, 8080.0, 8022.0, 8066.0, 8046.0, 8088.0, 8039.0, 8063.0, 8036.0, 8045.0, 8024.0, 8098.0, 8027.0, 8088.0, 8061.0, 8100.0, 8087.0, 8082.0, 8052.0, 8093.0, 8036.0, 8094.0, 8049.0, 8090.0, 8016.0, 8069.0, 8014.0, 8058.0, 8019.0, 8045.0, 8016.0, 8045.0, 8020.0, 8060.0, 8024.0, 8066.0, 8037.0, 8064.0, 8020.0, 8051.0, 8021.0, 8053.0, 8062.0, 8052.0, 8062.0, 8046.0, 8059.0, 8046.0, 8077.0, 8050.0, 8093.0, 8048.0, 8081.0, 8035.0, 8073.0, 8041.0, 8097.0, 8052.0, 8077.0, 8024.0, 8080.0, 8033.0, 8102.0, 8041.0, 8082.0, 8038.0, 8066.0, 8043.0, 8085.0, 8041.0, 8071.0, 8039.0, 8065.0, 8039.0, 8070.0, 8041.0, 8052.0, 8038.0, 8068.0, 8043.0, 8070.0, 8042.0, 8083.0, 8025.0, 8064.0, 8035.0, 8067.0, 8038.0, 8080.0, 8019.0, 8047.0, 8017.0, 8064.0, 8032.0, 8060.0, 7996.0, 8026.0, 8014.0, 8047.0, 8073.0, 8028.0, 8010.0, 8042.0, 8009.0, 8043.0, 8045.0, 8032.0, 8043.0, 8028.0, 8030.0, 8033.0, 8036.0, 8051.0, 8049.0, 8047.0, 8016.0, 8032.0, 8032.0, 8048.0, 8077.0, 8047.0, 8043.0, 8031.0, 8027.0, 8049.0, 8046.0, 8033.0, 8047.0, 8049.0, 8047.0, 8033.0, 8062.0, 8054.0, 8097.0, 8051.0, 8062.0, 8035.0, 8061.0, 8056.0, 8087.0, 8055.0, 8066.0, 8052.0, 8051.0, 8051.0, 8063.0, 8053.0, 8096.0, 8052.0, 8090.0, 8020.0, 8087.0, 8020.0, 8092.0, 8020.0, 8075.0, 8020.0, 8061.0, 8008.0, 8074.0, 8046.0, 8068.0, 8029.0, 8068.0, 8027.0, 8070.0, 8042.0, 8069.0, 8089.0, 8046.0, 8077.0, 8049.0, 8138.0, 8063.0, 8099.0, 8055.0, 8043.0, 8038.0, 8041.0, 8059.0, 8051.0, 8045.0, 8026.0, 8043.0, 8040.0, 8050.0, 8061.0, 8052.0, 8079.0, 8061.0, 8054.0, 8073.0, 8080.0, 8091.0, 8086.0, 8130.0, 8092.0, 8133.0, 8123.0, 8144.0, 8104.0, 8142.0, 8120.0, 8161.0, 8128.0, 8136.0, 8086.0, 8114.0, 8073.0, 8112.0, 8079.0, 8107.0, 8061.0, 8086.0, 8043.0, 8086.0, 8061.0, 8086.0, 8058.0, 8065.0, 8026.0, 8065.0, 8027.0, 8071.0, 8042.0, 8051.0, 8008.0, 8046.0, 8006.0, 8044.0, 8040.0, 8008.0, 8027.0, 8018.0, 8065.0, 8034.0, 8058.0, 8002.0, 8054.0, 8002.0, 8079.0, 8023.0, 8072.0, 8024.0, 8075.0, 8021.0, 8087.0, 8044.0, 8083.0, 8056.0, 8069.0, 8075.0, 8082.0, 8083.0, 8065.0, 8080.0, 8049.0, 8077.0, 8067.0, 8114.0, 8065.0, 8109.0, 8058.0, 8090.0, 8063.0, 8094.0, 8059.0, 8116.0, 8039.0, 8079.0, 8038.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.00024324087591240878</td></tr>
<tr><td colspan=3>aqi</td><td>0.0340943698540146</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.159513759072304</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1949157053907948</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9751609897370334</td></tr>
<tr><td colspan=3>efc</td><td>0.4408</td></tr>
<tr><td colspan=3>fber</td><td>7504.647</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08800533632087716</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4817518248175183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.539053988156814</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.439417941839744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7891218425930626</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3886221800376366</td></tr>
<tr><td colspan=3>gcor</td><td>0.00874525</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014200053177773952</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02828112617135048</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1370</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.903594301610114</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.8654</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.044</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.7657</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>584.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.438</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6216</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>391.3549</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2853.6426</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>782.6061</td></tr>
<tr><td colspan=3>tsnr</td><td>36.92610724386759</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>