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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-03/func/sub-0060_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b5d105e82c44334adcd1ffedb8bd8d51</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>19:03:50.480000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998638, 0.0515038, 0.00828804, -0.0521616, 0.988019, 0.145247]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0892181</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7732, -7269, 680, -23, 57, 5, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>228.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>434a5863-3ffe-4b43-b7d0-b2d3cefb295d||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.679273843765259, -0.1399458348751068, 0.0019114542519673705, 116.66041564941406], [-0.13818103075027466, 2.6507837772369385, 0.39280110597610474, -99.17584228515625], [0.02223619632422924, -0.38968798518180847, 2.671273946762085, -42.25143051147461], [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, 1157]</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], 'AcquisitionTime': ['190350.480000', '190350.940000', '190351.400000', '190351.860000', '190352.320000', '190352.780000', '190353.240000', '190353.700000', '190354.160000', '190354.620000', '190355.080000', '190355.540000', '190356.000000', '190356.460000', '190356.920000', '190357.380000', '190357.840000', '190358.300000', '190358.760000', '190359.220000', '190359.680000', '190400.140000', '190400.600000', '190401.060000', '190401.520000', '190401.980000', '190402.440000', '190402.900000', '190403.360000', '190403.820000', '190404.280000', '190404.740000', '190405.200000', '190405.660000', '190406.120000', '190406.580000', '190407.040000', '190407.500000', '190407.960000', '190408.420000', '190408.880000', '190409.340000', '190409.800000', '190410.260000', '190410.720000', '190411.180000', '190411.640000', '190412.100000', '190412.560000', '190413.020000', '190413.480000', '190413.940000', '190414.400000', '190414.860000', '190415.320000', '190415.780000', '190416.240000', '190416.700000', '190417.160000', '190417.620000', '190418.080000', '190418.540000', '190419.000000', '190419.460000', '190419.920000', '190420.380000', '190420.840000', '190421.300000', '190421.760000', '190422.220000', '190422.680000', '190423.140000', '190423.600000', '190424.060000', '190424.520000', '190424.980000', '190425.440000', '190425.900000', '190426.360000', '190426.820000', '190427.280000', '190427.740000', '190428.200000', '190428.660000', '190429.120000', '190429.580000', '190430.040000', '190430.500000', '190430.960000', '190431.420000', '190431.880000', '190432.340000', '190432.800000', '190433.260000', '190433.720000', '190434.180000', '190434.640000', '190435.100000', '190435.560000', '190436.020000', '190436.480000', '190436.940000', '190437.400000', '190437.860000', '190438.320000', '190438.780000', '190439.240000', '190439.700000', '190440.160000', '190440.620000', '190441.080000', '190441.540000', '190442.000000', '190442.460000', '190442.920000', '190443.380000', '190443.840000', '190444.300000', '190444.760000', '190445.220000', '190445.680000', '190446.140000', '190446.600000', '190447.060000', '190447.520000', '190447.980000', '190448.440000', '190448.900000', '190449.360000', '190449.820000', '190450.280000', '190450.740000', '190451.200000', '190451.660000', '190452.120000', '190452.580000', '190453.040000', '190453.500000', '190453.960000', '190454.420000', '190454.880000', '190455.340000', '190455.800000', '190456.260000', '190456.720000', '190457.180000', '190457.640000', '190458.100000', '190458.560000', '190459.020000', '190459.480000', '190459.940000', '190500.400000', '190500.860000', '190501.320000', '190501.780000', '190502.240000', '190502.700000', '190503.160000', '190503.620000', '190504.080000', '190504.540000', '190505.000000', '190505.460000', '190505.920000', '190506.380000', '190506.840000', '190507.300000', '190507.760000', '190508.220000', '190508.680000', '190509.140000', '190509.600000', '190510.060000', '190510.520000', '190510.980000', '190511.440000', '190511.900000', '190512.360000', '190512.820000', '190513.280000', '190513.740000', '190514.200000', '190514.660000', '190515.120000', '190515.580000', '190516.040000', '190516.500000', '190516.960000', '190517.420000', '190517.880000', '190518.340000', '190518.800000', '190519.260000', '190519.720000', '190520.180000', '190520.640000', '190521.100000', '190521.560000', '190522.020000', '190522.480000', '190522.940000', '190523.400000', '190523.860000', '190524.320000', '190524.780000', '190525.240000', '190525.700000', '190526.160000', '190526.620000', '190527.080000', '190527.540000', '190528.000000', '190528.460000', '190528.920000', '190529.380000', '190529.840000', '190530.300000', '190530.760000', '190531.220000', '190531.680000', '190532.140000', '190532.600000', '190533.060000', '190533.520000', '190533.980000', '190534.440000', '190534.900000', '190535.360000', '190535.820000', '190536.280000', '190536.740000', '190537.200000', '190537.660000', '190538.120000', '190538.580000', '190539.040000', '190539.500000', '190539.960000', '190540.420000', '190540.880000', '190541.340000', '190541.800000', '190542.260000', '190542.720000', '190543.180000', '190543.640000', '190544.100000', '190544.560000', '190545.020000', '190545.480000', '190545.940000', '190546.400000', '190546.860000', '190547.320000', '190547.780000', '190548.240000', '190548.700000', '190549.160000', '190549.620000', '190550.080000', '190550.540000', '190551.000000', '190551.460000', '190551.920000', '190552.380000', '190552.840000', '190553.300000', '190553.760000', '190554.220000', '190554.680000', '190555.140000', '190555.600000', '190556.060000', '190556.520000', '190556.980000', '190557.440000', '190557.900000', '190558.360000', '190558.820000', '190559.280000', '190559.740000', '190600.200000', '190600.660000', '190601.120000', '190601.580000', '190602.040000', '190602.500000', '190602.960000', '190603.420000', '190603.880000', '190604.340000', '190604.800000', '190605.260000', '190605.720000', '190606.180000', '190606.640000', '190607.100000', '190607.560000', '190608.020000', '190608.480000', '190608.940000', '190609.400000', '190609.860000', '190610.320000', '190610.780000', '190611.240000', '190611.700000', '190612.160000', '190612.620000', '190613.080000', '190613.540000', '190614.000000', '190614.460000', '190614.920000', '190615.380000', '190615.840000', '190616.300000', '190616.760000', '190617.220000', '190617.680000', '190618.140000', '190618.600000', '190619.060000', '190619.520000', '190619.980000', '190620.440000', '190620.900000', '190621.360000', '190621.820000', '190622.280000', '190622.740000', '190623.200000', '190623.660000', '190624.120000', '190624.580000', '190625.040000', '190625.500000', '190625.960000', '190626.420000', '190626.880000', '190627.340000', '190627.800000', '190628.260000', '190628.720000', '190629.180000', '190629.640000', '190630.100000', '190630.560000', '190631.020000', '190631.480000', '190631.940000', '190632.400000', '190632.860000', '190633.320000', '190633.780000', '190634.240000', '190634.700000', '190635.160000', '190635.620000', '190636.080000', '190636.540000', '190637.000000', '190637.460000', '190637.920000', '190638.380000', '190638.840000', '190639.300000', '190639.760000', '190640.220000', '190640.680000', '190641.140000', '190641.600000', '190642.060000', '190642.520000', '190642.980000', '190643.440000', '190643.900000', '190644.360000', '190644.820000', '190645.280000', '190645.740000', '190646.200000', '190646.660000', '190647.120000', '190647.580000', '190648.040000', '190648.500000', '190648.960000', '190649.420000', '190649.880000', '190650.340000', '190650.800000', '190651.260000', '190651.720000', '190652.180000', '190652.640000', '190653.100000', '190653.560000', '190654.020000', '190654.480000', '190654.940000', '190655.400000', '190655.860000', '190656.320000', '190656.780000', '190657.240000', '190657.700000', '190658.160000', '190658.620000', '190659.080000', '190659.540000', '190700.000000', '190700.460000', '190700.920000', '190701.380000', '190701.840000', '190702.300000', '190702.760000', '190703.220000', '190703.680000', '190704.140000', '190704.600000', '190705.060000', '190705.520000', '190705.980000', '190706.440000', '190706.900000', '190707.360000', '190707.820000', '190708.280000', '190708.740000', '190709.200000', '190709.660000', '190710.120000', '190710.580000', '190711.040000', '190711.500000', '190711.960000', '190712.420000', '190712.880000', '190713.340000', '190713.800000', '190714.260000', '190714.720000', '190715.180000', '190715.640000', '190716.100000', '190716.560000', '190717.020000', '190717.480000', '190717.940000', '190718.400000', '190718.860000', '190719.320000', '190719.780000', '190720.240000', '190720.700000', '190721.160000', '190721.620000', '190722.080000', '190722.540000', '190723.000000', '190723.460000', '190723.920000', '190724.380000', '190724.840000', '190725.300000', '190725.760000', '190726.220000', '190726.680000', '190727.140000', '190727.600000', '190728.060000', '190728.520000', '190728.980000', '190729.440000', '190729.900000', '190730.360000', '190730.820000', '190731.280000', '190731.740000', '190732.200000', '190732.660000', '190733.120000', '190733.580000', '190734.040000', '190734.500000', '190734.960000', '190735.420000', '190735.880000', '190736.340000', '190736.800000', '190737.260000', '190737.720000', '190738.180000', '190738.640000', '190739.100000', '190739.560000', '190740.020000', '190740.480000', '190740.940000', '190741.400000', '190741.860000', '190742.320000', '190742.780000', '190743.240000', '190743.700000', '190744.160000', '190744.620000', '190745.080000', '190745.540000', '190746.000000', '190746.460000', '190746.920000', '190747.380000', '190747.840000', '190748.300000', '190748.760000', '190749.220000', '190749.680000', '190750.140000', '190750.600000', '190751.060000', '190751.520000', '190751.980000', '190752.440000', '190752.900000', '190753.360000', '190753.820000', '190754.280000', '190754.740000', '190755.200000', '190755.660000', '190756.120000', '190756.580000', '190757.040000', '190757.500000', '190757.960000', '190758.420000', '190758.880000', '190759.340000', '190759.800000', '190800.260000', '190800.720000', '190801.180000', '190801.640000', '190802.100000', '190802.560000', '190803.020000', '190803.480000', '190803.940000', '190804.400000', '190804.860000', '190805.320000', '190805.780000', '190806.240000', '190806.700000', '190807.160000', '190807.620000', '190808.080000', '190808.540000', '190809.000000', '190809.460000', '190809.920000', '190810.380000', '190810.840000', '190811.300000', '190811.760000', '190812.220000', '190812.680000', '190813.140000', '190813.600000', '190814.060000', '190814.520000', '190814.980000', '190815.440000', '190815.900000', '190816.360000', '190816.820000', '190817.280000', '190817.740000', '190818.200000', '190818.660000', '190819.120000', '190819.580000', '190820.040000', '190820.500000', '190820.960000', '190821.420000', '190821.880000', '190822.340000', '190822.800000', '190823.260000', '190823.720000', '190824.180000', '190824.640000', '190825.100000', '190825.560000', '190826.020000', '190826.480000', '190826.940000', '190827.400000', '190827.860000', '190828.320000', '190828.780000', '190829.240000', '190829.700000', '190830.160000', '190830.620000', '190831.080000', '190831.540000', '190832.000000', '190832.460000', '190832.920000', '190833.380000', '190833.840000', '190834.300000', '190834.760000', '190835.220000', '190835.680000', '190836.140000', '190836.600000', '190837.060000', '190837.520000', '190837.980000', '190838.440000', '190838.900000', '190839.360000', '190839.820000', '190840.280000', '190840.740000', '190841.200000', '190841.660000', '190842.120000', '190842.580000', '190843.040000', '190843.500000', '190843.960000', '190844.420000', '190844.880000', '190845.340000', '190845.800000', '190846.260000', '190846.720000', '190847.180000', '190847.640000', '190848.100000', '190848.560000', '190849.020000', '190849.480000', '190849.940000', '190850.400000', '190850.860000', '190851.320000', '190851.780000', '190852.240000', '190852.700000', '190853.160000', '190853.620000', '190854.080000', '190854.540000', '190855.000000', '190855.460000', '190855.920000', '190856.380000', '190856.840000', '190857.300000', '190857.760000', '190858.220000', '190858.680000', '190859.140000', '190859.600000', '190900.060000', '190900.520000', '190900.980000', '190901.440000', '190901.900000', '190902.360000', '190902.820000', '190903.280000', '190903.740000', '190904.200000', '190904.660000', '190905.120000', '190905.580000', '190906.040000', '190906.500000', '190906.960000', '190907.420000', '190907.880000', '190908.340000', '190908.800000', '190909.260000', '190909.720000', '190910.180000', '190910.640000', '190911.100000', '190911.560000', '190912.020000', '190912.480000', '190912.940000', '190913.400000', '190913.860000', '190914.320000', '190914.780000', '190915.240000', '190915.700000', '190916.160000', '190916.620000', '190917.080000', '190917.540000', '190918.000000', '190918.460000', '190918.920000', '190919.380000', '190919.840000', '190920.300000', '190920.760000', '190921.220000', '190921.680000', '190922.140000', '190922.600000', '190923.060000', '190923.520000', '190923.980000', '190924.440000', '190924.900000', '190925.360000', '190925.820000', '190926.280000', '190926.740000', '190927.200000', '190927.660000', '190928.120000', '190928.580000', '190929.040000', '190929.500000', '190929.960000', '190930.420000', '190930.880000', '190931.340000', '190931.800000', '190932.260000', '190932.720000', '190933.180000', '190933.640000', '190934.100000', '190934.560000', '190935.020000', '190935.480000', '190935.940000', '190936.400000', '190936.860000', '190937.320000', '190937.780000', '190938.240000', '190938.700000', '190939.160000', '190939.620000', '190940.080000', '190940.540000', '190941.000000', '190941.460000', '190941.920000', '190942.380000', '190942.840000', '190943.300000', '190943.760000', '190944.220000', '190944.680000', '190945.140000', '190945.600000', '190946.060000', '190946.520000', '190946.980000', '190947.440000', '190947.900000', '190948.360000', '190948.820000', '190949.280000', '190949.740000', '190950.200000', '190950.660000', '190951.120000', '190951.580000', '190952.040000', '190952.500000', '190952.960000', '190953.420000', '190953.880000', '190954.340000', '190954.800000', '190955.260000', '190955.720000', '190956.180000', '190956.640000', '190957.100000', '190957.560000', '190958.020000', '190958.480000', '190958.940000', '190959.400000', '190959.860000', '191000.320000', '191000.780000', '191001.240000', '191001.700000', '191002.160000', '191002.620000', '191003.080000', '191003.540000', '191004.000000', '191004.460000', '191004.920000', '191005.380000', '191005.840000', '191006.300000', '191006.760000', '191007.220000', '191007.680000', '191008.140000', '191008.600000', '191009.060000', '191009.520000', '191009.980000', '191010.440000', '191010.900000', '191011.360000', '191011.820000', '191012.280000', '191012.740000', '191013.200000', '191013.660000', '191014.120000', '191014.580000', '191015.040000', '191015.500000', '191015.960000', '191016.420000', '191016.880000', '191017.340000', '191017.800000', '191018.260000', '191018.720000', '191019.180000', '191019.640000', '191020.100000', '191020.560000', '191021.020000', '191021.480000', '191021.940000', '191022.400000', '191022.860000', '191023.320000', '191023.780000', '191024.240000', '191024.700000', '191025.160000', '191025.620000', '191026.080000', '191026.540000', '191027.000000', '191027.460000', '191027.920000', '191028.380000', '191028.840000', '191029.300000', '191029.760000', '191030.220000', '191030.680000', '191031.140000', '191031.600000', '191032.060000', '191032.520000', '191032.980000', '191033.440000', '191033.900000', '191034.360000', '191034.820000', '191035.280000', '191035.740000', '191036.200000', '191036.660000', '191037.120000', '191037.580000', '191038.040000', '191038.500000', '191038.960000', '191039.420000', '191039.880000', '191040.340000', '191040.800000', '191041.260000', '191041.720000', '191042.180000', '191042.640000', '191043.100000', '191043.560000', '191044.020000', '191044.480000', '191044.940000', '191045.400000', '191045.860000', '191046.320000', '191046.780000', '191047.240000', '191047.700000', '191048.160000', '191048.620000', '191049.080000', '191049.540000', '191050.000000', '191050.460000', '191050.920000', '191051.380000', '191051.840000', '191052.300000', '191052.760000', '191053.220000', '191053.680000', '191054.140000', '191054.600000', '191055.060000', '191055.520000', '191055.980000', '191056.440000', '191056.900000', '191057.360000', '191057.820000', '191058.280000', '191058.740000', '191059.200000', '191059.660000', '191100.120000', '191100.580000', '191101.040000', '191101.500000', '191101.960000', '191102.420000', '191102.880000', '191103.340000', '191103.800000', '191104.260000', '191104.720000', '191105.180000', '191105.640000', '191106.100000', '191106.560000', '191107.020000', '191107.480000', '191107.940000', '191108.400000', '191108.860000', '191109.320000', '191109.780000', '191110.240000', '191110.700000', '191111.160000', '191111.620000', '191112.080000', '191112.540000', '191113.000000', '191113.460000', '191113.920000', '191114.380000', '191114.840000', '191115.300000', '191115.760000', '191116.220000', '191116.680000', '191117.140000', '191117.600000', '191118.060000', '191118.520000', '191118.980000', '191119.440000', '191119.900000', '191120.360000', '191120.820000', '191121.280000', '191121.740000', '191122.200000', '191122.660000', '191123.120000', '191123.580000', '191124.040000', '191124.500000', '191124.960000', '191125.420000', '191125.880000', '191126.340000', '191126.800000', '191127.260000', '191127.720000', '191128.180000', '191128.640000', '191129.100000', '191129.560000', '191130.020000', '191130.480000', '191130.940000', '191131.400000', '191131.860000', '191132.320000', '191132.780000', '191133.240000', '191133.700000', '191134.160000', '191134.620000', '191135.080000', '191135.540000', '191136.000000', '191136.460000', '191136.920000', '191137.380000', '191137.840000', '191138.300000', '191138.760000', '191139.220000', '191139.680000', '191140.140000', '191140.600000', '191141.060000', '191141.520000', '191141.980000', '191142.440000', '191142.900000', '191143.360000', '191143.820000', '191144.280000', '191144.740000', '191145.200000', '191145.660000', '191146.120000', '191146.580000', '191147.040000', '191147.500000', '191147.960000', '191148.420000', '191148.880000', '191149.340000', '191149.800000', '191150.260000', '191150.720000', '191151.180000', '191151.640000', '191152.100000', '191152.560000', '191153.020000', '191153.480000', '191153.940000', '191154.400000', '191154.860000', '191155.320000', '191155.780000', '191156.240000', '191156.700000', '191157.160000', '191157.620000', '191158.080000', '191158.540000', '191159.000000', '191159.460000', '191159.920000', '191200.380000', '191200.840000', '191201.300000', '191201.760000', '191202.220000', '191202.680000', '191203.140000', '191203.600000', '191204.060000', '191204.520000', '191204.980000', '191205.440000', '191205.900000', '191206.360000', '191206.820000', '191207.280000', '191207.740000', '191208.200000', '191208.660000', '191209.120000', '191209.580000', '191210.040000', '191210.500000', '191210.960000', '191211.420000', '191211.880000', '191212.340000', '191212.800000', '191213.260000', '191213.720000', '191214.180000', '191214.640000', '191215.100000', '191215.560000', '191216.020000', '191216.480000', '191216.940000', '191217.400000', '191217.860000', '191218.320000', '191218.780000', '191219.240000', '191219.700000', '191220.160000', '191220.620000', '191221.080000', '191221.540000', '191222.000000', '191222.460000', '191222.920000', '191223.380000', '191223.840000', '191224.300000', '191224.760000', '191225.220000', '191225.680000', '191226.140000', '191226.600000', '191227.060000', '191227.520000', '191227.980000', '191228.440000', '191228.900000', '191229.360000', '191229.820000', '191230.280000', '191230.740000', '191231.200000', '191231.660000', '191232.120000', '191232.580000', '191233.040000', '191233.500000', '191233.960000', '191234.420000', '191234.880000', '191235.340000', '191235.800000', '191236.260000', '191236.720000', '191237.180000', '191237.640000', '191238.100000', '191238.560000', '191239.020000', '191239.480000', '191239.940000', '191240.400000', '191240.860000', '191241.320000', '191241.780000', '191242.240000'], 'ContentTime': ['190413.690000', '190413.693000', '190413.695000', '190413.698000', '190413.700000', '190413.703000', '190413.705000', '190413.708000', '190413.711000', '190413.713000', '190413.716000', '190413.718000', '190413.721000', '190413.723000', '190413.726000', '190413.728000', '190413.731000', '190413.734000', '190413.736000', '190413.739000', '190413.741000', '190413.744000', '190413.746000', '190413.749000', '190413.751000', '190413.754000', '190413.757000', '190413.759000', '190413.762000', '190413.764000', '190413.767000', '190413.769000', '190413.772000', '190413.775000', '190413.777000', '190413.780000', '190413.782000', '190413.785000', '190413.787000', '190413.790000', '190413.792000', '190413.795000', '190413.797000', '190413.800000', '190413.803000', '190413.805000', '190413.808000', '190413.810000', '190413.837000', '190433.647000', '190433.649000', '190433.652000', '190433.655000', '190433.657000', '190433.660000', '190433.662000', '190433.665000', '190433.667000', '190433.670000', '190433.672000', '190433.675000', '190433.678000', '190433.680000', '190433.683000', '190433.685000', '190433.688000', '190433.690000', '190433.693000', '190433.695000', '190433.729000', '190433.731000', '190433.734000', '190433.737000', '190433.739000', '190433.742000', '190433.744000', '190433.747000', '190433.749000', '190433.752000', '190433.754000', '190433.757000', '190433.759000', '190433.762000', '190433.765000', '190433.767000', '190433.779000', '190433.781000', '190433.784000', '190433.786000', '190433.789000', '190433.791000', '190433.794000', '190453.647000', '190453.649000', '190453.652000', '190453.654000', '190453.657000', '190453.660000', '190453.662000', '190453.665000', '190453.667000', '190453.670000', '190453.673000', '190453.675000', '190453.678000', '190453.680000', '190453.683000', '190453.686000', '190453.688000', '190453.691000', '190453.693000', '190453.696000', '190453.699000', '190453.701000', '190453.704000', '190453.706000', '190453.709000', '190453.711000', '190453.714000', '190453.716000', '190453.719000', '190453.721000', '190453.726000', '190453.736000', '190453.739000', '190453.742000', '190453.744000', '190453.747000', '190453.749000', '190453.752000', '190453.754000', '190453.757000', '190453.760000', '190453.762000', '190453.765000', '190513.646000', '190513.649000', '190513.652000', '190513.654000', '190513.657000', '190513.660000', '190513.662000', '190513.665000', '190513.667000', '190513.670000', '190513.672000', '190513.675000', '190513.677000', '190513.680000', '190513.686000', '190513.689000', '190513.693000', '190513.695000', '190513.698000', '190513.700000', '190513.703000', '190513.706000', '190513.708000', '190513.711000', '190513.713000', '190513.716000', '190513.718000', '190513.721000', '190513.723000', '190513.726000', '190513.729000', '190513.731000', '190513.734000', '190513.736000', '190513.739000', '190513.741000', '190513.744000', '190513.747000', '190513.749000', '190513.752000', '190513.755000', '190513.757000', '190513.760000', '190513.762000', '190533.647000', '190533.649000', '190533.652000', '190533.654000', '190533.657000', '190533.660000', '190533.662000', '190533.665000', '190533.667000', '190533.670000', '190533.672000', '190533.675000', '190533.678000', '190533.680000', '190533.683000', '190533.685000', '190533.688000', '190533.690000', '190533.693000', '190533.696000', '190533.698000', '190533.701000', '190533.703000', '190533.706000', '190533.709000', '190533.711000', '190533.714000', '190533.716000', '190533.719000', '190533.729000', '190533.731000', '190533.734000', '190533.736000', '190533.739000', '190533.741000', '190533.744000', '190533.747000', '190533.749000', '190533.752000', '190533.754000', '190533.757000', '190533.759000', '190533.762000', '190553.646000', '190553.649000', '190553.652000', '190553.654000', '190553.657000', '190553.660000', '190553.662000', '190553.665000', '190553.667000', '190553.670000', '190553.672000', '190553.675000', '190553.677000', '190553.680000', '190553.683000', '190553.685000', '190553.688000', '190553.690000', '190553.693000', '190553.696000', '190553.698000', '190553.701000', '190553.703000', '190553.706000', '190553.709000', '190553.711000', '190553.714000', '190553.716000', '190553.719000', '190553.721000', '190553.724000', '190553.726000', '190553.734000', '190553.737000', '190553.739000', '190553.742000', '190553.745000', '190553.747000', '190553.750000', '190553.752000', '190553.755000', '190553.758000', '190553.760000', '190553.763000', '190613.647000', '190613.649000', '190613.652000', '190613.654000', '190613.657000', '190613.660000', '190613.662000', '190613.665000', '190613.667000', '190613.670000', '190613.672000', '190613.675000', '190613.677000', '190613.680000', '190613.682000', '190613.685000', '190613.731000', '190613.734000', '190613.737000', '190613.739000', '190613.742000', '190613.744000', '190613.747000', '190613.749000', '190613.752000', '190613.755000', '190613.757000', '190613.760000', '190613.762000', '190613.766000', '190613.769000', '190613.771000', '190613.774000', '190613.777000', '190613.779000', '190613.782000', '190613.784000', '190613.787000', '190613.789000', '190613.792000', '190613.795000', '190613.797000', '190613.800000', '190633.645000', '190633.648000', '190633.651000', '190633.653000', '190633.656000', '190633.659000', '190633.661000', '190633.664000', '190633.666000', '190633.669000', '190633.671000', '190633.674000', '190633.676000', '190633.679000', '190633.682000', '190633.684000', '190633.687000', '190633.689000', '190633.692000', '190633.694000', '190633.697000', '190633.699000', '190633.702000', '190633.705000', '190633.707000', '190633.710000', '190633.712000', '190633.715000', '190633.717000', '190633.724000', '190633.726000', '190633.729000', '190633.731000', '190633.734000', '190633.737000', '190633.739000', '190633.742000', '190633.744000', '190633.747000', '190633.750000', '190633.752000', '190633.755000', '190633.757000', '190633.760000', '190653.647000', '190653.649000', '190653.652000', '190653.654000', '190653.657000', '190653.660000', '190653.662000', '190653.665000', '190653.667000', '190653.670000', '190653.672000', '190653.675000', '190653.678000', '190653.680000', '190653.683000', '190653.685000', '190653.688000', '190653.690000', '190653.693000', '190653.696000', '190653.698000', '190653.701000', '190653.703000', '190653.706000', '190653.708000', '190653.711000', '190653.714000', '190653.716000', '190653.719000', '190653.721000', '190653.724000', '190653.727000', '190653.729000', '190653.732000', '190653.734000', '190653.737000', '190653.739000', '190653.742000', '190653.745000', '190653.747000', '190653.750000', '190653.752000', '190653.755000', '190713.647000', '190713.649000', '190713.652000', '190713.655000', '190713.657000', '190713.660000', '190713.662000', '190713.665000', '190713.667000', '190713.670000', '190713.673000', '190713.675000', '190713.678000', '190713.680000', '190713.683000', '190713.685000', '190713.688000', '190713.691000', '190713.693000', '190713.696000', '190713.698000', '190713.701000', '190713.703000', '190713.706000', '190713.708000', '190713.711000', '190713.714000', '190713.716000', '190713.719000', '190713.721000', '190713.724000', '190713.727000', '190713.729000', '190713.732000', '190713.734000', '190713.737000', '190713.739000', '190713.742000', '190713.745000', '190713.747000', '190713.750000', '190713.752000', '190713.755000', '190713.757000', '190733.646000', '190733.649000', '190733.652000', '190733.654000', '190733.657000', '190733.659000', '190733.662000', '190733.664000', '190733.667000', '190733.670000', '190733.672000', '190733.675000', '190733.677000', '190733.680000', '190733.683000', '190733.685000', '190733.688000', '190733.690000', '190733.693000', '190733.695000', '190733.698000', '190733.701000', '190733.703000', '190733.706000', '190733.708000', '190733.711000', '190733.714000', '190733.716000', '190733.719000', '190733.721000', '190733.724000', '190733.727000', '190733.729000', '190733.732000', '190733.734000', '190733.737000', '190733.739000', '190733.742000', '190733.745000', '190733.747000', '190733.750000', '190733.753000', '190733.755000', '190753.647000', '190753.649000', '190753.652000', '190753.655000', '190753.657000', '190753.660000', '190753.663000', '190753.665000', '190753.668000', '190753.670000', '190753.673000', '190753.676000', '190753.678000', '190753.681000', '190753.684000', '190753.686000', '190753.689000', '190753.691000', '190753.694000', '190753.697000', '190753.699000', '190753.702000', '190753.704000', '190753.707000', '190753.710000', '190753.712000', '190753.715000', '190753.717000', '190753.720000', '190753.723000', '190753.725000', '190753.728000', '190753.730000', '190753.733000', '190753.736000', '190753.738000', '190753.741000', '190753.743000', '190753.746000', '190753.749000', '190753.751000', '190753.754000', '190753.756000', '190753.759000', '190813.647000', '190813.649000', '190813.652000', '190813.654000', '190813.657000', '190813.660000', '190813.662000', '190813.665000', '190813.668000', '190813.670000', '190813.673000', '190813.675000', '190813.678000', '190813.681000', '190813.683000', '190813.686000', '190813.688000', '190813.691000', '190813.693000', '190813.696000', '190813.699000', '190813.701000', '190813.704000', '190813.706000', '190813.709000', '190813.712000', '190813.714000', '190813.717000', '190813.719000', '190813.722000', '190813.724000', '190813.727000', '190813.730000', '190813.732000', '190813.735000', '190813.737000', '190813.740000', '190813.743000', '190813.745000', '190813.748000', '190813.750000', '190813.753000', '190813.756000', '190833.647000', '190833.650000', '190833.652000', '190833.655000', '190833.657000', '190833.660000', '190833.663000', '190833.665000', '190833.668000', '190833.671000', '190833.673000', '190833.676000', '190833.678000', '190833.681000', '190833.684000', '190833.686000', '190833.689000', '190833.692000', '190833.694000', '190833.697000', '190833.699000', '190833.702000', '190833.705000', '190833.707000', '190833.710000', '190833.712000', '190833.715000', '190833.717000', '190833.720000', '190833.723000', '190833.725000', '190833.728000', '190833.730000', '190833.733000', '190833.736000', '190833.738000', '190833.741000', '190833.743000', '190833.746000', '190833.748000', '190833.751000', '190833.754000', '190833.756000', '190833.759000', '190853.646000', '190853.648000', '190853.651000', '190853.654000', '190853.656000', '190853.659000', '190853.661000', '190853.664000', '190853.667000', '190853.669000', '190853.672000', '190853.675000', '190853.677000', '190853.680000', '190853.682000', '190853.685000', '190853.688000', '190853.690000', '190853.693000', '190853.695000', '190853.698000', '190853.701000', '190853.703000', '190853.706000', '190853.708000', '190853.711000', '190853.714000', '190853.716000', '190853.719000', '190853.722000', '190853.724000', '190853.727000', '190853.729000', '190853.732000', '190853.735000', '190853.737000', '190853.740000', '190853.742000', '190853.745000', '190853.748000', '190853.750000', '190853.753000', '190853.756000', '190913.646000', '190913.649000', '190913.652000', '190913.654000', '190913.661000', '190913.664000', '190913.666000', '190913.669000', '190913.671000', '190913.674000', '190913.677000', '190913.679000', '190913.682000', '190913.684000', '190913.687000', '190913.690000', '190913.692000', '190913.695000', '190913.697000', '190913.700000', '190913.702000', '190913.705000', '190913.708000', '190913.722000', '190913.725000', '190913.727000', '190913.730000', '190913.733000', '190913.735000', '190913.738000', '190913.741000', '190913.743000', '190913.746000', '190913.748000', '190913.751000', '190913.754000', '190913.756000', '190913.759000', '190913.762000', '190913.764000', '190913.767000', '190913.770000', '190913.772000', '190913.775000', '190933.647000', '190933.649000', '190933.652000', '190933.655000', '190933.657000', '190933.660000', '190933.662000', '190933.665000', '190933.670000', '190933.672000', '190933.675000', '190933.678000', '190933.680000', '190933.683000', '190933.685000', '190933.688000', '190933.691000', '190933.693000', '190933.696000', '190933.698000', '190933.701000', '190933.704000', '190933.707000', '190933.709000', '190933.712000', '190933.714000', '190933.717000', '190933.719000', '190933.722000', '190933.725000', '190933.727000', '190933.730000', '190933.732000', '190933.735000', '190933.738000', '190933.740000', '190933.743000', '190933.745000', '190933.748000', '190933.751000', '190933.753000', '190933.756000', '190933.758000', '190953.646000', '190953.649000', '190953.652000', '190953.655000', '190953.657000', '190953.660000', '190953.662000', '190953.665000', '190953.668000', '190953.670000', '190953.673000', '190953.675000', '190953.678000', '190953.681000', '190953.683000', '190953.686000', '190953.689000', '190953.691000', '190953.694000', '190953.696000', '190953.699000', '190953.702000', '190953.704000', '190953.707000', '190953.710000', '190953.712000', '190953.715000', '190953.717000', '190953.720000', '190953.723000', '190953.725000', '190953.728000', '190953.731000', '190953.733000', '190953.736000', '190953.738000', '190953.741000', '190953.744000', '190953.746000', '190953.749000', '190953.751000', '190953.754000', '190953.757000', '190953.759000', '191013.646000', '191013.649000', '191013.652000', '191013.655000', '191013.657000', '191013.660000', '191013.662000', '191013.665000', '191013.668000', '191013.670000', '191013.673000', '191013.675000', '191013.678000', '191013.681000', '191013.683000', '191013.686000', '191013.688000', '191013.691000', '191013.694000', '191013.696000', '191013.699000', '191013.702000', '191013.704000', '191013.707000', '191013.709000', '191013.712000', '191013.715000', '191013.717000', '191013.720000', '191013.722000', '191013.725000', '191013.727000', '191013.730000', '191013.733000', '191013.735000', '191013.738000', '191013.740000', '191013.743000', '191013.746000', '191013.748000', '191013.751000', '191013.754000', '191013.756000', '191033.647000', '191033.649000', '191033.652000', '191033.655000', '191033.657000', '191033.660000', '191033.662000', '191033.665000', '191033.667000', '191033.670000', '191033.673000', '191033.675000', '191033.678000', '191033.680000', '191033.683000', '191033.686000', '191033.688000', '191033.691000', '191033.693000', '191033.696000', '191033.699000', '191033.701000', '191033.704000', '191033.706000', '191033.709000', '191033.712000', '191033.714000', '191033.717000', '191033.719000', '191033.722000', '191033.725000', '191033.727000', '191033.730000', '191033.732000', '191033.748000', '191033.751000', '191033.754000', '191033.756000', '191033.759000', '191033.761000', '191033.764000', '191033.766000', '191033.769000', '191033.772000', '191053.646000', '191053.649000', '191053.652000', '191053.654000', '191053.657000', '191053.660000', '191053.662000', '191053.665000', '191053.668000', '191053.670000', '191053.673000', '191053.675000', '191053.678000', '191053.681000', '191053.683000', '191053.686000', '191053.688000', '191053.691000', '191053.694000', '191053.696000', '191053.699000', '191053.702000', '191053.704000', '191053.707000', '191053.709000', '191053.712000', '191053.715000', '191053.717000', '191053.720000', '191053.722000', '191053.725000', '191053.727000', '191053.730000', '191053.733000', '191053.735000', '191053.738000', '191053.741000', '191053.743000', '191053.746000', '191053.748000', '191053.751000', '191053.753000', '191053.756000', '191113.645000', '191113.648000', '191113.651000', '191113.653000', '191113.656000', '191113.659000', '191113.661000', '191113.664000', '191113.666000', '191113.669000', '191113.672000', '191113.674000', '191113.677000', '191113.680000', '191113.683000', '191113.686000', '191113.688000', '191113.691000', '191113.694000', '191113.696000', '191113.699000', '191113.702000', '191113.704000', '191113.707000', '191113.709000', '191113.712000', '191113.715000', '191113.717000', '191113.720000', '191113.723000', '191113.725000', '191113.728000', '191113.730000', '191113.733000', '191113.736000', '191113.739000', '191113.742000', '191113.745000', '191113.747000', '191113.750000', '191113.752000', '191113.755000', '191113.758000', '191113.760000', '191133.647000', '191133.651000', '191133.653000', '191133.656000', '191133.659000', '191133.661000', '191133.664000', '191133.667000', '191133.669000', '191133.672000', '191133.674000', '191133.677000', '191133.680000', '191133.682000', '191133.685000', '191133.687000', '191133.690000', '191133.693000', '191133.695000', '191133.698000', '191133.701000', '191133.703000', '191133.706000', '191133.709000', '191133.711000', '191133.714000', '191133.716000', '191133.719000', '191133.722000', '191133.724000', '191133.727000', '191133.730000', '191133.732000', '191133.735000', '191133.738000', '191133.740000', '191133.743000', '191133.745000', '191133.748000', '191133.751000', '191133.753000', '191133.756000', '191133.758000', '191153.646000', '191153.649000', '191153.652000', '191153.655000', '191153.658000', '191153.660000', '191153.663000', '191153.666000', '191153.669000', '191153.672000', '191153.675000', '191153.677000', '191153.680000', '191153.682000', '191153.685000', '191153.687000', '191153.690000', '191153.693000', '191153.695000', '191153.698000', '191153.701000', '191153.703000', '191153.706000', '191153.708000', '191153.711000', '191153.713000', '191153.716000', '191153.719000', '191153.721000', '191153.724000', '191153.726000', '191153.729000', '191153.734000', '191153.736000', '191153.739000', '191153.741000', '191153.744000', '191153.747000', '191153.749000', '191153.752000', '191153.754000', '191153.757000', '191153.760000', '191213.647000', '191213.649000', '191213.652000', '191213.655000', '191213.657000', '191213.660000', '191213.663000', '191213.665000', '191213.668000', '191213.670000', '191213.673000', '191213.676000', '191213.678000', '191213.681000', '191213.683000', '191213.686000', '191213.689000', '191213.691000', '191213.694000', '191213.697000', '191213.699000', '191213.702000', '191213.704000', '191213.707000', '191213.710000', '191213.712000', '191213.715000', '191213.717000', '191213.720000', '191213.723000', '191213.725000', '191213.728000', '191213.731000', '191213.733000', '191213.736000', '191213.738000', '191213.741000', '191213.744000', '191213.746000', '191213.749000', '191213.751000', '191213.754000', '191213.757000', '191213.759000', '191233.647000', '191233.650000', '191233.652000', '191233.655000', '191233.657000', '191233.660000', '191233.663000', '191233.666000', '191233.668000', '191233.671000', '191233.674000', '191233.676000', '191233.679000', '191233.681000', '191233.684000', '191233.687000', '191233.689000', '191233.692000', '191233.695000', '191233.697000', '191233.700000', '191233.702000', '191233.705000', '191233.708000', '191233.710000', '191233.713000', '191233.715000', '191233.718000', '191233.721000', '191233.724000', '191233.727000', '191233.730000', '191233.732000', '191233.735000', '191233.737000', '191233.740000', '191233.743000', '191233.745000', '191233.748000', '191233.750000', '191233.753000', '191233.756000', '191233.758000', '191243.337000', '191243.340000', '191243.343000', '191243.346000', '191243.349000', '191243.352000', '191243.355000', '191243.357000', '191243.360000', '191243.363000', '191243.366000', '191243.368000', '191243.371000', '191243.373000', '191243.376000', '191243.380000', '191243.385000', '191243.389000', '191243.393000', '191243.397000', '191243.400000', '191243.405000'], 'InstanceCreationTime': ['190413.690000', '190413.693000', '190413.695000', '190413.698000', '190413.700000', '190413.703000', '190413.705000', '190413.708000', '190413.711000', '190413.713000', '190413.716000', '190413.718000', '190413.721000', '190413.723000', '190413.726000', '190413.728000', '190413.731000', '190413.734000', '190413.736000', '190413.739000', '190413.741000', '190413.744000', '190413.746000', '190413.749000', '190413.751000', '190413.754000', '190413.757000', '190413.759000', '190413.762000', '190413.764000', '190413.767000', '190413.769000', '190413.772000', '190413.775000', '190413.777000', '190413.780000', '190413.782000', '190413.785000', '190413.787000', '190413.790000', '190413.792000', '190413.795000', '190413.797000', '190413.800000', '190413.803000', '190413.805000', '190413.808000', '190413.810000', '190413.837000', '190433.647000', '190433.649000', '190433.652000', '190433.655000', '190433.657000', '190433.660000', '190433.662000', '190433.665000', '190433.667000', '190433.670000', '190433.672000', '190433.675000', '190433.678000', '190433.680000', '190433.683000', '190433.685000', '190433.688000', '190433.690000', '190433.693000', '190433.695000', '190433.729000', '190433.731000', '190433.734000', '190433.737000', '190433.739000', '190433.742000', '190433.744000', '190433.747000', '190433.749000', '190433.752000', '190433.754000', '190433.757000', '190433.759000', '190433.762000', '190433.765000', '190433.767000', '190433.779000', '190433.781000', '190433.784000', '190433.786000', '190433.789000', '190433.791000', '190433.794000', '190453.647000', '190453.649000', '190453.652000', '190453.654000', '190453.657000', '190453.660000', '190453.662000', '190453.665000', '190453.667000', '190453.670000', '190453.673000', '190453.675000', '190453.678000', '190453.680000', '190453.683000', '190453.686000', '190453.688000', '190453.691000', '190453.693000', '190453.696000', '190453.699000', '190453.701000', '190453.704000', '190453.706000', '190453.709000', '190453.711000', '190453.714000', '190453.716000', '190453.719000', '190453.721000', '190453.726000', '190453.736000', '190453.739000', '190453.742000', '190453.744000', '190453.747000', '190453.749000', '190453.752000', '190453.754000', '190453.757000', '190453.760000', '190453.762000', '190453.765000', '190513.646000', '190513.649000', '190513.652000', '190513.654000', '190513.657000', '190513.660000', '190513.662000', '190513.665000', '190513.667000', '190513.670000', '190513.672000', '190513.675000', '190513.677000', '190513.680000', '190513.686000', '190513.689000', '190513.693000', '190513.695000', '190513.698000', '190513.700000', '190513.703000', '190513.706000', '190513.708000', '190513.711000', '190513.713000', '190513.716000', '190513.718000', '190513.721000', '190513.723000', '190513.726000', '190513.729000', '190513.731000', '190513.734000', '190513.736000', '190513.739000', '190513.741000', '190513.744000', '190513.747000', '190513.749000', '190513.752000', '190513.755000', '190513.757000', '190513.760000', '190513.762000', '190533.647000', '190533.649000', '190533.652000', '190533.654000', '190533.657000', '190533.660000', '190533.662000', '190533.665000', '190533.667000', '190533.670000', '190533.672000', '190533.675000', '190533.678000', '190533.680000', '190533.683000', '190533.685000', '190533.688000', '190533.690000', '190533.693000', '190533.696000', '190533.698000', '190533.701000', '190533.703000', '190533.706000', '190533.709000', '190533.711000', '190533.714000', '190533.716000', '190533.719000', '190533.729000', '190533.731000', '190533.734000', '190533.736000', '190533.739000', '190533.741000', '190533.744000', '190533.747000', '190533.749000', '190533.752000', '190533.754000', '190533.757000', '190533.759000', '190533.762000', '190553.646000', '190553.649000', '190553.652000', '190553.654000', '190553.657000', '190553.660000', '190553.662000', '190553.665000', '190553.667000', '190553.670000', '190553.672000', '190553.675000', '190553.677000', '190553.680000', '190553.683000', '190553.685000', '190553.688000', '190553.690000', '190553.693000', '190553.696000', '190553.698000', '190553.701000', '190553.703000', '190553.706000', '190553.709000', '190553.711000', '190553.714000', '190553.716000', '190553.719000', '190553.721000', '190553.724000', '190553.726000', '190553.734000', '190553.737000', '190553.739000', '190553.742000', '190553.745000', '190553.747000', '190553.750000', '190553.752000', '190553.755000', '190553.758000', '190553.760000', '190553.763000', '190613.647000', '190613.649000', '190613.652000', '190613.654000', '190613.657000', '190613.660000', '190613.662000', '190613.665000', '190613.667000', '190613.670000', '190613.672000', '190613.675000', '190613.677000', '190613.680000', '190613.682000', '190613.685000', '190613.731000', '190613.734000', '190613.737000', '190613.739000', '190613.742000', '190613.744000', '190613.747000', '190613.749000', '190613.752000', '190613.755000', '190613.757000', '190613.760000', '190613.762000', '190613.766000', '190613.769000', '190613.771000', '190613.774000', '190613.777000', '190613.779000', '190613.782000', '190613.784000', '190613.787000', '190613.789000', '190613.792000', '190613.795000', '190613.797000', '190613.800000', '190633.645000', '190633.648000', '190633.651000', '190633.653000', '190633.656000', '190633.659000', '190633.661000', '190633.664000', '190633.666000', '190633.669000', '190633.671000', '190633.674000', '190633.676000', '190633.679000', '190633.682000', '190633.684000', '190633.687000', '190633.689000', '190633.692000', '190633.694000', '190633.697000', '190633.699000', '190633.702000', '190633.705000', '190633.707000', '190633.710000', '190633.712000', '190633.715000', '190633.717000', '190633.724000', '190633.726000', '190633.729000', '190633.731000', '190633.734000', '190633.737000', '190633.739000', '190633.742000', '190633.744000', '190633.747000', '190633.750000', '190633.752000', '190633.755000', '190633.757000', '190633.760000', '190653.647000', '190653.649000', '190653.652000', '190653.654000', '190653.657000', '190653.660000', '190653.662000', '190653.665000', '190653.667000', '190653.670000', '190653.672000', '190653.675000', '190653.678000', '190653.680000', '190653.683000', '190653.685000', '190653.688000', '190653.690000', '190653.693000', '190653.696000', '190653.698000', '190653.701000', '190653.703000', '190653.706000', '190653.708000', '190653.711000', '190653.714000', '190653.716000', '190653.719000', '190653.721000', '190653.724000', '190653.727000', '190653.729000', '190653.732000', '190653.734000', '190653.737000', '190653.739000', '190653.742000', '190653.745000', '190653.747000', '190653.750000', '190653.752000', '190653.755000', '190713.647000', '190713.649000', '190713.652000', '190713.655000', '190713.657000', '190713.660000', '190713.662000', '190713.665000', '190713.667000', '190713.670000', '190713.673000', '190713.675000', '190713.678000', '190713.680000', '190713.683000', '190713.685000', '190713.688000', '190713.691000', '190713.693000', '190713.696000', '190713.698000', '190713.701000', '190713.703000', '190713.706000', '190713.708000', '190713.711000', '190713.714000', '190713.716000', '190713.719000', '190713.721000', '190713.724000', '190713.727000', '190713.729000', '190713.732000', '190713.734000', '190713.737000', '190713.739000', '190713.742000', '190713.745000', '190713.747000', '190713.750000', '190713.752000', '190713.755000', '190713.757000', '190733.646000', '190733.649000', '190733.652000', '190733.654000', '190733.657000', '190733.659000', '190733.662000', '190733.664000', '190733.667000', '190733.670000', '190733.672000', '190733.675000', '190733.677000', '190733.680000', '190733.683000', '190733.685000', '190733.688000', '190733.690000', '190733.693000', '190733.695000', '190733.698000', '190733.701000', '190733.703000', '190733.706000', '190733.708000', '190733.711000', '190733.714000', '190733.716000', '190733.719000', '190733.721000', '190733.724000', '190733.727000', '190733.729000', '190733.732000', '190733.734000', '190733.737000', '190733.739000', '190733.742000', '190733.745000', '190733.747000', '190733.750000', '190733.753000', '190733.755000', '190753.647000', '190753.649000', '190753.652000', '190753.655000', '190753.657000', '190753.660000', '190753.663000', '190753.665000', '190753.668000', '190753.670000', '190753.673000', '190753.676000', '190753.678000', '190753.681000', '190753.684000', '190753.686000', '190753.689000', '190753.691000', '190753.694000', '190753.697000', '190753.699000', '190753.702000', '190753.704000', '190753.707000', '190753.710000', '190753.712000', '190753.715000', '190753.717000', '190753.720000', '190753.723000', '190753.725000', '190753.728000', '190753.730000', '190753.733000', '190753.736000', '190753.738000', '190753.741000', '190753.743000', '190753.746000', '190753.749000', '190753.751000', '190753.754000', '190753.756000', '190753.759000', '190813.647000', '190813.649000', '190813.652000', '190813.654000', '190813.657000', '190813.660000', '190813.662000', '190813.665000', '190813.668000', '190813.670000', '190813.673000', '190813.675000', '190813.678000', '190813.681000', '190813.683000', '190813.686000', '190813.688000', '190813.691000', '190813.693000', '190813.696000', '190813.699000', '190813.701000', '190813.704000', '190813.706000', '190813.709000', '190813.712000', '190813.714000', '190813.717000', '190813.719000', '190813.722000', '190813.724000', '190813.727000', '190813.730000', '190813.732000', '190813.735000', '190813.737000', '190813.740000', '190813.743000', '190813.745000', '190813.748000', '190813.750000', '190813.753000', '190813.756000', '190833.647000', '190833.650000', '190833.652000', '190833.655000', '190833.657000', '190833.660000', '190833.663000', '190833.665000', '190833.668000', '190833.671000', '190833.673000', '190833.676000', '190833.678000', '190833.681000', '190833.684000', '190833.686000', '190833.689000', '190833.692000', '190833.694000', '190833.697000', '190833.699000', '190833.702000', '190833.705000', '190833.707000', '190833.710000', '190833.712000', '190833.715000', '190833.717000', '190833.720000', '190833.723000', '190833.725000', '190833.728000', '190833.730000', '190833.733000', '190833.736000', '190833.738000', '190833.741000', '190833.743000', '190833.746000', '190833.748000', '190833.751000', '190833.754000', '190833.756000', '190833.759000', '190853.646000', '190853.648000', '190853.651000', '190853.654000', '190853.656000', '190853.659000', '190853.661000', '190853.664000', '190853.667000', '190853.669000', '190853.672000', '190853.675000', '190853.677000', '190853.680000', '190853.682000', '190853.685000', '190853.688000', '190853.690000', '190853.693000', '190853.695000', '190853.698000', '190853.701000', '190853.703000', '190853.706000', '190853.708000', '190853.711000', '190853.714000', '190853.716000', '190853.719000', '190853.722000', '190853.724000', '190853.727000', '190853.729000', '190853.732000', '190853.735000', '190853.737000', '190853.740000', '190853.742000', '190853.745000', '190853.748000', '190853.750000', '190853.753000', '190853.756000', '190913.646000', '190913.649000', '190913.652000', '190913.654000', '190913.661000', '190913.664000', '190913.666000', '190913.669000', '190913.671000', '190913.674000', '190913.677000', '190913.679000', '190913.682000', '190913.684000', '190913.687000', '190913.690000', '190913.692000', '190913.695000', '190913.697000', '190913.700000', '190913.702000', '190913.705000', '190913.708000', '190913.722000', '190913.725000', '190913.727000', '190913.730000', '190913.733000', '190913.735000', '190913.738000', '190913.741000', '190913.743000', '190913.746000', '190913.748000', '190913.751000', '190913.754000', '190913.756000', '190913.759000', '190913.762000', '190913.764000', '190913.767000', '190913.770000', '190913.772000', '190913.775000', '190933.647000', '190933.649000', '190933.652000', '190933.655000', '190933.657000', '190933.660000', '190933.662000', '190933.665000', '190933.670000', '190933.672000', '190933.675000', '190933.678000', '190933.680000', '190933.683000', '190933.685000', '190933.688000', '190933.691000', '190933.693000', '190933.696000', '190933.698000', '190933.701000', '190933.704000', '190933.707000', '190933.709000', '190933.712000', '190933.714000', '190933.717000', '190933.719000', '190933.722000', '190933.725000', '190933.727000', '190933.730000', '190933.732000', '190933.735000', '190933.738000', '190933.740000', '190933.743000', '190933.745000', '190933.748000', '190933.751000', '190933.753000', '190933.756000', '190933.758000', '190953.646000', '190953.649000', '190953.652000', '190953.655000', '190953.657000', '190953.660000', '190953.662000', '190953.665000', '190953.668000', '190953.670000', '190953.673000', '190953.675000', '190953.678000', '190953.681000', '190953.683000', '190953.686000', '190953.689000', '190953.691000', '190953.694000', '190953.696000', '190953.699000', '190953.702000', '190953.704000', '190953.707000', '190953.710000', '190953.712000', '190953.715000', '190953.717000', '190953.720000', '190953.723000', '190953.725000', '190953.728000', '190953.731000', '190953.733000', '190953.736000', '190953.738000', '190953.741000', '190953.744000', '190953.746000', '190953.749000', '190953.751000', '190953.754000', '190953.757000', '190953.759000', '191013.646000', '191013.649000', '191013.652000', '191013.655000', '191013.657000', '191013.660000', '191013.662000', '191013.665000', '191013.668000', '191013.670000', '191013.673000', '191013.675000', '191013.678000', '191013.681000', '191013.683000', '191013.686000', '191013.688000', '191013.691000', '191013.694000', '191013.696000', '191013.699000', '191013.702000', '191013.704000', '191013.707000', '191013.709000', '191013.712000', '191013.715000', '191013.717000', '191013.720000', '191013.722000', '191013.725000', '191013.727000', '191013.730000', '191013.733000', '191013.735000', '191013.738000', '191013.740000', '191013.743000', '191013.746000', '191013.748000', '191013.751000', '191013.754000', '191013.756000', '191033.647000', '191033.649000', '191033.652000', '191033.655000', '191033.657000', '191033.660000', '191033.662000', '191033.665000', '191033.667000', '191033.670000', '191033.673000', '191033.675000', '191033.678000', '191033.680000', '191033.683000', '191033.686000', '191033.688000', '191033.691000', '191033.693000', '191033.696000', '191033.699000', '191033.701000', '191033.704000', '191033.706000', '191033.709000', '191033.712000', '191033.714000', '191033.717000', '191033.719000', '191033.722000', '191033.725000', '191033.727000', '191033.730000', '191033.732000', '191033.748000', '191033.751000', '191033.754000', '191033.756000', '191033.759000', '191033.761000', '191033.764000', '191033.766000', '191033.769000', '191033.772000', '191053.646000', '191053.649000', '191053.652000', '191053.654000', '191053.657000', '191053.660000', '191053.662000', '191053.665000', '191053.668000', '191053.670000', '191053.673000', '191053.675000', '191053.678000', '191053.681000', '191053.683000', '191053.686000', '191053.688000', '191053.691000', '191053.694000', '191053.696000', '191053.699000', '191053.702000', '191053.704000', '191053.707000', '191053.709000', '191053.712000', '191053.715000', '191053.717000', '191053.720000', '191053.722000', '191053.725000', '191053.727000', '191053.730000', '191053.733000', '191053.735000', '191053.738000', '191053.741000', '191053.743000', '191053.746000', '191053.748000', '191053.751000', '191053.753000', '191053.756000', '191113.645000', '191113.648000', '191113.651000', '191113.653000', '191113.656000', '191113.659000', '191113.661000', '191113.664000', '191113.666000', '191113.669000', '191113.672000', '191113.674000', '191113.677000', '191113.680000', '191113.683000', '191113.686000', '191113.688000', '191113.691000', '191113.694000', '191113.696000', '191113.699000', '191113.702000', '191113.704000', '191113.707000', '191113.709000', '191113.712000', '191113.715000', '191113.717000', '191113.720000', '191113.723000', '191113.725000', '191113.728000', '191113.730000', '191113.733000', '191113.736000', '191113.739000', '191113.742000', '191113.745000', '191113.747000', '191113.750000', '191113.752000', '191113.755000', '191113.758000', '191113.760000', '191133.647000', '191133.651000', '191133.653000', '191133.656000', '191133.659000', '191133.661000', '191133.664000', '191133.667000', '191133.669000', '191133.672000', '191133.674000', '191133.677000', '191133.680000', '191133.682000', '191133.685000', '191133.687000', '191133.690000', '191133.693000', '191133.695000', '191133.698000', '191133.701000', '191133.703000', '191133.706000', '191133.709000', '191133.711000', '191133.714000', '191133.716000', '191133.719000', '191133.722000', '191133.724000', '191133.727000', '191133.730000', '191133.732000', '191133.735000', '191133.738000', '191133.740000', '191133.743000', '191133.745000', '191133.748000', '191133.751000', '191133.753000', '191133.756000', '191133.758000', '191153.646000', '191153.649000', '191153.652000', '191153.655000', '191153.658000', '191153.660000', '191153.663000', '191153.666000', '191153.669000', '191153.672000', '191153.675000', '191153.677000', '191153.680000', '191153.682000', '191153.685000', '191153.687000', '191153.690000', '191153.693000', '191153.695000', '191153.698000', '191153.701000', '191153.703000', '191153.706000', '191153.708000', '191153.711000', '191153.713000', '191153.716000', '191153.719000', '191153.721000', '191153.724000', '191153.726000', '191153.729000', '191153.734000', '191153.736000', '191153.739000', '191153.741000', '191153.744000', '191153.747000', '191153.749000', '191153.752000', '191153.754000', '191153.757000', '191153.760000', '191213.647000', '191213.649000', '191213.652000', '191213.655000', '191213.657000', '191213.660000', '191213.663000', '191213.665000', '191213.668000', '191213.670000', '191213.673000', '191213.676000', '191213.678000', '191213.681000', '191213.683000', '191213.686000', '191213.689000', '191213.691000', '191213.694000', '191213.697000', '191213.699000', '191213.702000', '191213.704000', '191213.707000', '191213.710000', '191213.712000', '191213.715000', '191213.717000', '191213.720000', '191213.723000', '191213.725000', '191213.728000', '191213.731000', '191213.733000', '191213.736000', '191213.738000', '191213.741000', '191213.744000', '191213.746000', '191213.749000', '191213.751000', '191213.754000', '191213.757000', '191213.759000', '191233.647000', '191233.650000', '191233.652000', '191233.655000', '191233.657000', '191233.660000', '191233.663000', '191233.666000', '191233.668000', '191233.671000', '191233.674000', '191233.676000', '191233.679000', '191233.681000', '191233.684000', '191233.687000', '191233.689000', '191233.692000', '191233.695000', '191233.697000', '191233.700000', '191233.702000', '191233.705000', '191233.708000', '191233.710000', '191233.713000', '191233.715000', '191233.718000', '191233.721000', '191233.724000', '191233.727000', '191233.730000', '191233.732000', '191233.735000', '191233.737000', '191233.740000', '191233.743000', '191233.745000', '191233.748000', '191233.750000', '191233.753000', '191233.756000', '191233.758000', '191243.337000', '191243.340000', '191243.343000', '191243.346000', '191243.349000', '191243.352000', '191243.355000', '191243.357000', '191243.360000', '191243.363000', '191243.366000', '191243.368000', '191243.371000', '191243.373000', '191243.376000', '191243.380000', '191243.385000', '191243.389000', '191243.393000', '191243.397000', '191243.400000', '191243.405000'], '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], 'LargestImagePixelValue': [8074, 8291, 8315, 7643, 8347, 7979, 8413, 8393, 8195, 8298, 8041, 8423, 8339, 8549, 8150, 7226, 8532, 7870, 8604, 8347, 7937, 8145, 7650, 8523, 7957, 8799, 8126, 7001, 8629, 8758, 8659, 8146, 8474, 8352, 7032, 8534, 9735, 8932, 8163, 7747, 8686, 8092, 8550, 8179, 7613, 8557, 7956, 8751, 8091, 8590, 8211, 7702, 8475, 9579, 8412, 8223, 7206, 8432, 8363, 8702, 8469, 7782, 8521, 7388, 8541, 8708, 8730, 8453, 7046, 8484, 8470, 8620, 8326, 7791, 8711, 8327, 8843, 8222, 7354, 8614, 9311, 8491, 8459, 7631, 8489, 9828, 8543, 8353, 7489, 8547, 8344, 8738, 8479, 7556, 8589, 7621, 8509, 7984, 8229, 8656, 8266, 7172, 8696, 7848, 8541, 8277, 7764, 8777, 8776, 8531, 8424, 7605, 8457, 9055, 8638, 8468, 8245, 8362, 9382, 8517, 9657, 8591, 8428, 7702, 8622, 8612, 8764, 8563, 7910, 8660, 8433, 8685, 8322, 9088, 8677, 8360, 7188, 8567, 7861, 8645, 8390, 7590, 8602, 8012, 8622, 8204, 8056, 8597, 8276, 8598, 8511, 8750, 8281, 9458, 8618, 8381, 7081, 8600, 7967, 8748, 8391, 8071, 8540, 8541, 7857, 8485, 8585, 8627, 8481, 7952, 8598, 8614, 8631, 8542, 8031, 8634, 7900, 8587, 8468, 7664, 8511, 7842, 8588, 8228, 7813, 8553, 9128, 8527, 8135, 7690, 8744, 8484, 8377, 8297, 7991, 8498, 8603, 7270, 8513, 8018, 8769, 8562, 8098, 8719, 8444, 8070, 8548, 9632, 8790, 8275, 7283, 8619, 8584, 9111, 8245, 7448, 8700, 8009, 8883, 7989, 10155, 8683, 8341, 7396, 8636, 7816, 8771, 8426, 7520, 8753, 8107, 8722, 8342, 9026, 8809, 10097, 8981, 8220, 8365, 8743, 9806, 8781, 8388, 7833, 8578, 8260, 8727, 8406, 8858, 8323, 7553, 8780, 8148, 8953, 8333, 7299, 8710, 8535, 8900, 8360, 6945, 8763, 9005, 8411, 8516, 10679, 9009, 7255, 7021, 7163, 7864, 7367, 7740, 7968, 8144, 9208, 8602, 9617, 8440, 8998, 8340, 10448, 8685, 8297, 9105, 8678, 8950, 8348, 8841, 8824, 7552, 8638, 8900, 9471, 8688, 8606, 8992, 8461, 8455, 8729, 10946, 8613, 10627, 8701, 8692, 9117, 8387, 8043, 8563, 8777, 7749, 8694, 8300, 8790, 8785, 8237, 8387, 8390, 8593, 8394, 8503, 8454, 8044, 8808, 8548, 8581, 8750, 9245, 8736, 8357, 8183, 8449, 8442, 8554, 8312, 7794, 8585, 7895, 8825, 8417, 6966, 8576, 9077, 9080, 8434, 7517, 8772, 8448, 8164, 8415, 9194, 8693, 8516, 8341, 8438, 8893, 8662, 9984, 8907, 8236, 7267, 8656, 8558, 8645, 8380, 7950, 8742, 9620, 8912, 8285, 7471, 8727, 8124, 8872, 8281, 8118, 8704, 8805, 8891, 8585, 8202, 8503, 9957, 8710, 8517, 8433, 8491, 7348, 8648, 8130, 8830, 8560, 7738, 8753, 8559, 8003, 8586, 8001, 8840, 8445, 7143, 8759, 8270, 8735, 8184, 8801, 8888, 8472, 9021, 8579, 7046, 8754, 9094, 8663, 8500, 8163, 8671, 7919, 8767, 8440, 8286, 8494, 8258, 8640, 8546, 8051, 8715, 9762, 8882, 8617, 8925, 8616, 7503, 8641, 9770, 8979, 8725, 8710, 8718, 7828, 8811, 8202, 9208, 8813, 7812, 8968, 8640, 9118, 8482, 8910, 9036, 8524, 7331, 9021, 8465, 9098, 9651, 8677, 8764, 8797, 8787, 8531, 8938, 9022, 8935, 8513, 9001, 8955, 8689, 8279, 8821, 8096, 8979, 8234, 9017, 8701, 7773, 8844, 8359, 9024, 8638, 7267, 8620, 9662, 8929, 8909, 8071, 8899, 8596, 8992, 8788, 8130, 8917, 8079, 8947, 8606, 7426, 8980, 8106, 8925, 8619, 7401, 8775, 9889, 8927, 8825, 8335, 8938, 9073, 8924, 8720, 7691, 8869, 8483, 8937, 8666, 8630, 8763, 8279, 9148, 8599, 9092, 8826, 7987, 8976, 8883, 8907, 8705, 8029, 9091, 9423, 8906, 8891, 8359, 8894, 9519, 8942, 9010, 9432, 8885, 7135, 8915, 9026, 9193, 8639, 7514, 9032, 8684, 9169, 8646, 8191, 8964, 8565, 9254, 8905, 7585, 8906, 10316, 8961, 8686, 7471, 9057, 8344, 8861, 8667, 8347, 8982, 8635, 8716, 8931, 8438, 8835, 8804, 8561, 9073, 10370, 9076, 8747, 7717, 9025, 9471, 9328, 8632, 8042, 8911, 9015, 9600, 8804, 8015, 9157, 9015, 9335, 8831, 8785, 9033, 8712, 9119, 8705, 7265, 8994, 8667, 9281, 8664, 7597, 8898, 8254, 9491, 8875, 8233, 9202, 8922, 9147, 8801, 8766, 8957, 9157, 8862, 8654, 7881, 9076, 8736, 9122, 8707, 7322, 8889, 8933, 9055, 8719, 7359, 9101, 8429, 9106, 8646, 8329, 8937, 8980, 9015, 8965, 8573, 8908, 9218, 8869, 9006, 8589, 9027, 9038, 9081, 9107, 9003, 8691, 7535, 9156, 9044, 8988, 8775, 7490, 8989, 9172, 9083, 8882, 8410, 8989, 8372, 9081, 8771, 8211, 8871, 8340, 9106, 8770, 8842, 8893, 8902, 8912, 8930, 7462, 8967, 8655, 9185, 8811, 8093, 9043, 8698, 9273, 8665, 10587, 9075, 8858, 7553, 9133, 8713, 8968, 8629, 10544, 8976, 8754, 8911, 8828, 8830, 8923, 8919, 8230, 8723, 10188, 9084, 8859, 8736, 8976, 10150, 8751, 8733, 8447, 9110, 8919, 8550, 8845, 10367, 9288, 8755, 8274, 9016, 8915, 9233, 8572, 8362, 8842, 10796, 8946, 8770, 7756, 8975, 8539, 8942, 8905, 8729, 8801, 10059, 8988, 8984, 7808, 8938, 8025, 9266, 8645, 7941, 8935, 8522, 8980, 8779, 8102, 8964, 8608, 8900, 8989, 9048, 8734, 8155, 8981, 9056, 9030, 8705, 7506, 8802, 8741, 8952, 8480, 9611, 8874, 8782, 7725, 8934, 8335, 9090, 8945, 8599, 8795, 8873, 8866, 10568, 8989, 8913, 8512, 8927, 9207, 9119, 9137, 9248, 8746, 10525, 9052, 8709, 9572, 8832, 7589, 9102, 8959, 8479, 9031, 8405, 9045, 8870, 8671, 8961, 8902, 9061, 9022, 8549, 8826, 8730, 8969, 8910, 7604, 8941, 8298, 9026, 8855, 9112, 9110, 8931, 7476, 9073, 8424, 8954, 8775, 8796, 8950, 9703, 8635, 8761, 8572, 8990, 8795, 8897, 8844, 11000, 9490, 8691, 8458, 8908, 8773, 8062, 8901, 9684, 8858, 8745, 7727, 8943, 9569, 8618, 8858, 8090, 8866, 8715, 8178, 8909, 8268, 8885, 8922, 9040, 8736, 7792, 8889, 10093, 8897, 8646, 8006, 9127, 8851, 9276, 8852, 7958, 8885, 9732, 8914, 8838, 8510, 8997, 8397, 8960, 8776, 8595, 8766, 9692, 8972, 8505, 7416, 9021, 8314, 8798, 8680, 7906, 8908, 9245, 8826, 8933, 8549, 8765, 8850, 8737, 8822, 8039, 8678, 9007, 8932, 8640, 7977, 8874, 8268, 8721, 8791, 8521, 8975, 8341, 8671, 8905, 8639, 8828, 8453, 8769, 8772, 7790, 8759, 8183, 8900, 8548, 8154, 8718, 8899, 7726, 8857, 8126, 8740, 8912, 7618, 8984, 8308, 8889, 8662, 7598, 8826, 10502, 9275, 8858, 8215, 8906, 8723, 8954, 8975, 8085, 8994, 8192, 8959, 8513, 7771, 9024, 8575, 9109, 8482, 8052, 8977, 8732, 9292, 8727, 7719, 8887, 8745, 8907, 8830, 7833, 8650, 8675, 9024, 8765, 8117, 8871, 8843, 8493, 8773, 9277, 8768, 8560, 7849, 8941, 8826, 8432, 8792, 8437, 8866, 8556, 8352, 8751, 8658, 8727, 8725, 7178, 8776, 8608, 8874, 8678, 7740, 8809, 8314, 8709, 8551, 9095, 8754, 8745, 7396, 8707, 8515, 9091, 8611, 7943, 8704, 8422, 8093, 8608, 8056, 8834, 8638, 7762, 8501, 9223, 9011, 8431, 7830, 8652, 8424, 8452, 8759, 8718, 8857, 8495, 8031, 8810, 10846, 8736, 8420, 7321, 8678, 9569, 8648, 8393, 7150, 8491, 8471, 8410, 8728, 7982, 8649, 8535, 7657, 8630, 8472, 7924, 8790, 8242, 8844, 8339, 8109, 8841, 8717, 7446, 8648, 9243, 9137, 8693, 8172, 8747, 8477, 9144, 8569, 9442, 10037, 9011, 7534, 7939, 8344, 8342, 8816, 8995, 8994, 8667, 9232, 8877, 9059, 9079, 8739, 8723, 10824, 8891, 11285, 9817, 8648, 9551, 8700, 11432, 9753, 8765, 9373, 8714, 10797, 8993, 8787, 8846, 8790, 8936, 8864, 8654, 8742, 8775, 8166, 8869, 8486, 8839, 9019, 8048, 8763, 7781, 8835, 8633, 8629, 9055, 8380, 8402, 8976, 8975, 9402, 8731, 9245, 8942, 8900, 7961, 9144, 8495, 9088, 8929, 7930, 9084, 8354, 9086, 8850, 7720, 9128, 8479, 8914, 8880, 8704, 9114, 8554, 9022, 9198, 9317, 8706, 8430, 9075, 8974], 'WindowCenter': [3932.0, 3917.0, 3913.0, 3901.0, 3901.0, 3900.0, 3899.0, 3887.0, 3888.0, 3886.0, 3885.0, 3886.0, 3885.0, 3896.0, 3886.0, 3876.0, 3897.0, 3888.0, 3899.0, 3898.0, 3899.0, 3898.0, 3889.0, 3899.0, 3898.0, 3900.0, 3900.0, 3889.0, 3910.0, 3899.0, 3900.0, 3899.0, 3900.0, 3898.0, 3878.0, 3899.0, 3910.0, 3909.0, 3900.0, 3888.0, 3910.0, 3899.0, 3911.0, 3899.0, 3900.0, 3910.0, 3899.0, 3910.0, 3898.0, 3900.0, 3899.0, 3890.0, 3899.0, 3909.0, 3898.0, 3898.0, 3889.0, 3899.0, 3899.0, 3911.0, 3899.0, 3899.0, 3910.0, 3890.0, 3910.0, 3910.0, 3910.0, 3899.0, 3889.0, 3909.0, 3899.0, 3910.0, 3900.0, 3889.0, 3899.0, 3898.0, 3909.0, 3900.0, 3889.0, 3898.0, 3908.0, 3899.0, 3899.0, 3889.0, 3898.0, 3908.0, 3899.0, 3897.0, 3887.0, 3898.0, 3899.0, 3898.0, 3898.0, 3888.0, 3897.0, 3887.0, 3909.0, 3898.0, 3899.0, 3899.0, 3899.0, 3888.0, 3910.0, 3898.0, 3910.0, 3910.0, 3901.0, 3910.0, 3911.0, 3910.0, 3900.0, 3899.0, 3900.0, 3909.0, 3911.0, 3899.0, 3898.0, 3898.0, 3910.0, 3899.0, 3907.0, 3897.0, 3897.0, 3887.0, 3898.0, 3897.0, 3898.0, 3897.0, 3897.0, 3897.0, 3898.0, 3898.0, 3898.0, 3908.0, 3898.0, 3898.0, 3878.0, 3908.0, 3899.0, 3909.0, 3899.0, 3898.0, 3909.0, 3898.0, 3910.0, 3900.0, 3899.0, 3910.0, 3899.0, 3910.0, 3898.0, 3898.0, 3899.0, 3909.0, 3899.0, 3898.0, 3887.0, 3910.0, 3899.0, 3910.0, 3899.0, 3900.0, 3911.0, 3910.0, 3899.0, 3910.0, 3900.0, 3911.0, 3900.0, 3899.0, 3909.0, 3900.0, 3899.0, 3898.0, 3898.0, 3899.0, 3899.0, 3899.0, 3898.0, 3888.0, 3899.0, 3887.0, 3899.0, 3898.0, 3888.0, 3899.0, 3908.0, 3898.0, 3888.0, 3889.0, 3899.0, 3898.0, 3899.0, 3898.0, 3898.0, 3898.0, 3897.0, 3887.0, 3897.0, 3887.0, 3899.0, 3898.0, 3899.0, 3899.0, 3898.0, 3898.0, 3898.0, 3909.0, 3898.0, 3897.0, 3887.0, 3908.0, 3898.0, 3909.0, 3899.0, 3888.0, 3899.0, 3898.0, 3910.0, 3887.0, 3919.0, 3898.0, 3898.0, 3888.0, 3909.0, 3888.0, 3910.0, 3899.0, 3899.0, 3909.0, 3899.0, 3910.0, 3899.0, 3910.0, 3909.0, 3919.0, 3908.0, 3898.0, 3897.0, 3897.0, 3907.0, 3897.0, 3896.0, 3887.0, 3896.0, 3898.0, 3898.0, 3898.0, 3907.0, 3897.0, 3887.0, 3898.0, 3898.0, 3908.0, 3899.0, 3888.0, 3898.0, 3898.0, 3908.0, 3898.0, 3888.0, 3898.0, 3909.0, 3899.0, 3898.0, 3921.0, 3910.0, 3891.0, 3878.0, 3878.0, 3887.0, 3888.0, 3888.0, 3899.0, 3912.0, 3921.0, 3910.0, 3909.0, 3897.0, 3908.0, 3898.0, 3907.0, 3896.0, 3885.0, 3896.0, 3885.0, 3885.0, 3883.0, 3896.0, 3883.0, 3872.0, 3884.0, 3882.0, 3882.0, 3872.0, 3871.0, 3871.0, 3869.0, 3871.0, 3869.0, 3890.0, 3870.0, 3879.0, 3869.0, 3869.0, 3868.0, 3870.0, 3870.0, 3869.0, 3869.0, 3860.0, 3870.0, 3870.0, 3882.0, 3872.0, 3871.0, 3871.0, 3872.0, 3883.0, 3872.0, 3883.0, 3882.0, 3873.0, 3884.0, 3883.0, 3884.0, 3885.0, 3896.0, 3885.0, 3884.0, 3884.0, 3885.0, 3885.0, 3885.0, 3884.0, 3876.0, 3895.0, 3885.0, 3896.0, 3886.0, 3877.0, 3899.0, 3898.0, 3898.0, 3897.0, 3877.0, 3897.0, 3897.0, 3899.0, 3899.0, 3909.0, 3899.0, 3898.0, 3899.0, 3898.0, 3898.0, 3898.0, 3908.0, 3897.0, 3897.0, 3876.0, 3897.0, 3896.0, 3897.0, 3897.0, 3888.0, 3898.0, 3907.0, 3897.0, 3886.0, 3877.0, 3898.0, 3886.0, 3899.0, 3897.0, 3888.0, 3898.0, 3896.0, 3897.0, 3896.0, 3898.0, 3896.0, 3908.0, 3896.0, 3896.0, 3896.0, 3896.0, 3886.0, 3899.0, 3887.0, 3908.0, 3899.0, 3888.0, 3898.0, 3908.0, 3899.0, 3909.0, 3899.0, 3910.0, 3900.0, 3890.0, 3911.0, 3900.0, 3911.0, 3899.0, 3911.0, 3909.0, 3899.0, 3909.0, 3909.0, 3890.0, 3909.0, 3909.0, 3910.0, 3909.0, 3900.0, 3909.0, 3898.0, 3910.0, 3898.0, 3900.0, 3910.0, 3900.0, 3911.0, 3909.0, 3899.0, 3910.0, 3920.0, 3909.0, 3898.0, 3909.0, 3898.0, 3887.0, 3898.0, 3908.0, 3909.0, 3898.0, 3897.0, 3897.0, 3888.0, 3908.0, 3898.0, 3908.0, 3907.0, 3887.0, 3909.0, 3898.0, 3910.0, 3909.0, 3909.0, 3910.0, 3911.0, 3890.0, 3910.0, 3899.0, 3910.0, 3921.0, 3910.0, 3898.0, 3898.0, 3897.0, 3897.0, 3897.0, 3897.0, 3897.0, 3898.0, 3899.0, 3898.0, 3897.0, 3897.0, 3908.0, 3897.0, 3908.0, 3898.0, 3909.0, 3897.0, 3889.0, 3908.0, 3899.0, 3909.0, 3908.0, 3888.0, 3898.0, 3909.0, 3908.0, 3897.0, 3887.0, 3910.0, 3898.0, 3909.0, 3898.0, 3898.0, 3908.0, 3897.0, 3910.0, 3898.0, 3888.0, 3909.0, 3898.0, 3909.0, 3909.0, 3889.0, 3909.0, 3908.0, 3908.0, 3908.0, 3899.0, 3909.0, 3908.0, 3908.0, 3898.0, 3887.0, 3908.0, 3897.0, 3909.0, 3897.0, 3898.0, 3897.0, 3898.0, 3909.0, 3898.0, 3909.0, 3908.0, 3898.0, 3908.0, 3897.0, 3908.0, 3897.0, 3899.0, 3898.0, 3907.0, 3897.0, 3897.0, 3898.0, 3908.0, 3908.0, 3898.0, 3897.0, 3907.0, 3896.0, 3876.0, 3908.0, 3908.0, 3908.0, 3898.0, 3887.0, 3908.0, 3898.0, 3910.0, 3909.0, 3900.0, 3910.0, 3898.0, 3910.0, 3908.0, 3889.0, 3909.0, 3918.0, 3899.0, 3898.0, 3887.0, 3897.0, 3897.0, 3910.0, 3899.0, 3899.0, 3909.0, 3899.0, 3899.0, 3909.0, 3899.0, 3910.0, 3910.0, 3899.0, 3898.0, 3918.0, 3908.0, 3898.0, 3888.0, 3898.0, 3908.0, 3907.0, 3898.0, 3897.0, 3908.0, 3898.0, 3908.0, 3897.0, 3887.0, 3908.0, 3897.0, 3908.0, 3908.0, 3897.0, 3898.0, 3896.0, 3897.0, 3898.0, 3888.0, 3907.0, 3897.0, 3908.0, 3898.0, 3886.0, 3908.0, 3897.0, 3909.0, 3897.0, 3898.0, 3909.0, 3908.0, 3909.0, 3909.0, 3899.0, 3908.0, 3907.0, 3897.0, 3897.0, 3888.0, 3898.0, 3898.0, 3908.0, 3897.0, 3887.0, 3908.0, 3908.0, 3909.0, 3898.0, 3887.0, 3908.0, 3898.0, 3910.0, 3899.0, 3898.0, 3908.0, 3897.0, 3910.0, 3908.0, 3899.0, 3898.0, 3909.0, 3908.0, 3898.0, 3899.0, 3909.0, 3908.0, 3910.0, 3908.0, 3908.0, 3897.0, 3887.0, 3907.0, 3897.0, 3898.0, 3897.0, 3889.0, 3910.0, 3908.0, 3910.0, 3908.0, 3898.0, 3909.0, 3899.0, 3910.0, 3898.0, 3898.0, 3908.0, 3897.0, 3910.0, 3898.0, 3909.0, 3908.0, 3908.0, 3908.0, 3908.0, 3889.0, 3909.0, 3909.0, 3909.0, 3910.0, 3899.0, 3911.0, 3910.0, 3910.0, 3899.0, 3919.0, 3909.0, 3909.0, 3888.0, 3908.0, 3898.0, 3910.0, 3899.0, 3920.0, 3908.0, 3897.0, 3899.0, 3897.0, 3898.0, 3908.0, 3898.0, 3897.0, 3896.0, 3907.0, 3898.0, 3896.0, 3896.0, 3896.0, 3906.0, 3896.0, 3897.0, 3886.0, 3898.0, 3908.0, 3899.0, 3897.0, 3918.0, 3908.0, 3898.0, 3897.0, 3897.0, 3897.0, 3908.0, 3898.0, 3898.0, 3898.0, 3918.0, 3896.0, 3885.0, 3875.0, 3895.0, 3884.0, 3895.0, 3894.0, 3885.0, 3895.0, 3895.0, 3896.0, 3894.0, 3874.0, 3896.0, 3885.0, 3907.0, 3897.0, 3886.0, 3897.0, 3896.0, 3897.0, 3898.0, 3888.0, 3898.0, 3897.0, 3898.0, 3897.0, 3897.0, 3897.0, 3887.0, 3897.0, 3897.0, 3897.0, 3897.0, 3889.0, 3909.0, 3910.0, 3909.0, 3900.0, 3909.0, 3909.0, 3897.0, 3888.0, 3909.0, 3899.0, 3909.0, 3909.0, 3899.0, 3899.0, 3899.0, 3899.0, 3919.0, 3897.0, 3898.0, 3898.0, 3897.0, 3897.0, 3898.0, 3896.0, 3896.0, 3885.0, 3906.0, 3895.0, 3884.0, 3896.0, 3895.0, 3886.0, 3898.0, 3897.0, 3896.0, 3896.0, 3896.0, 3909.0, 3898.0, 3898.0, 3898.0, 3898.0, 3898.0, 3898.0, 3898.0, 3909.0, 3898.0, 3898.0, 3897.0, 3887.0, 3897.0, 3897.0, 3910.0, 3909.0, 3908.0, 3909.0, 3898.0, 3889.0, 3909.0, 3898.0, 3910.0, 3899.0, 3910.0, 3899.0, 3908.0, 3897.0, 3897.0, 3897.0, 3898.0, 3898.0, 3898.0, 3898.0, 3908.0, 3896.0, 3885.0, 3885.0, 3896.0, 3896.0, 3886.0, 3897.0, 3896.0, 3897.0, 3886.0, 3886.0, 3896.0, 3897.0, 3886.0, 3896.0, 3885.0, 3897.0, 3896.0, 3897.0, 3897.0, 3897.0, 3898.0, 3896.0, 3896.0, 3896.0, 3887.0, 3898.0, 3907.0, 3896.0, 3885.0, 3886.0, 3896.0, 3895.0, 3896.0, 3896.0, 3886.0, 3897.0, 3906.0, 3897.0, 3896.0, 3896.0, 3895.0, 3885.0, 3896.0, 3898.0, 3897.0, 3896.0, 3897.0, 3897.0, 3896.0, 3875.0, 3896.0, 3886.0, 3897.0, 3897.0, 3887.0, 3897.0, 3897.0, 3897.0, 3897.0, 3897.0, 3897.0, 3896.0, 3898.0, 3897.0, 3886.0, 3896.0, 3897.0, 3898.0, 3896.0, 3886.0, 3896.0, 3886.0, 3897.0, 3897.0, 3898.0, 3896.0, 3886.0, 3897.0, 3897.0, 3897.0, 3897.0, 3897.0, 3898.0, 3897.0, 3887.0, 3898.0, 3899.0, 3908.0, 3898.0, 3898.0, 3899.0, 3909.0, 3899.0, 3910.0, 3899.0, 3912.0, 3909.0, 3900.0, 3911.0, 3900.0, 3910.0, 3910.0, 3901.0, 3910.0, 3921.0, 3911.0, 3909.0, 3900.0, 3910.0, 3909.0, 3910.0, 3911.0, 3899.0, 3911.0, 3899.0, 3910.0, 3899.0, 3891.0, 3910.0, 3910.0, 3910.0, 3910.0, 3900.0, 3910.0, 3899.0, 3909.0, 3900.0, 3900.0, 3910.0, 3899.0, 3899.0, 3898.0, 3888.0, 3900.0, 3900.0, 3910.0, 3898.0, 3888.0, 3909.0, 3908.0, 3899.0, 3898.0, 3910.0, 3899.0, 3899.0, 3887.0, 3898.0, 3909.0, 3899.0, 3898.0, 3898.0, 3909.0, 3898.0, 3899.0, 3899.0, 3899.0, 3899.0, 3899.0, 3888.0, 3910.0, 3910.0, 3910.0, 3900.0, 3889.0, 3910.0, 3900.0, 3910.0, 3899.0, 3910.0, 3900.0, 3899.0, 3889.0, 3910.0, 3899.0, 3910.0, 3900.0, 3899.0, 3910.0, 3899.0, 3900.0, 3900.0, 3899.0, 3910.0, 3910.0, 3901.0, 3911.0, 3911.0, 3911.0, 3900.0, 3889.0, 3912.0, 3900.0, 3900.0, 3899.0, 3899.0, 3911.0, 3900.0, 3899.0, 3909.0, 3919.0, 3898.0, 3899.0, 3888.0, 3898.0, 3908.0, 3898.0, 3899.0, 3889.0, 3911.0, 3899.0, 3899.0, 3900.0, 3899.0, 3911.0, 3912.0, 3900.0, 3910.0, 3899.0, 3899.0, 3910.0, 3900.0, 3912.0, 3901.0, 3901.0, 3912.0, 3912.0, 3892.0, 3913.0, 3912.0, 3922.0, 3912.0, 3901.0, 3913.0, 3901.0, 3912.0, 3911.0, 3924.0, 3923.0, 3911.0, 3890.0, 3888.0, 3901.0, 3911.0, 3925.0, 3910.0, 3911.0, 3898.0, 3910.0, 3898.0, 3909.0, 3898.0, 3898.0, 3897.0, 3918.0, 3896.0, 3905.0, 3895.0, 3883.0, 3893.0, 3883.0, 3902.0, 3882.0, 3870.0, 3870.0, 3870.0, 3890.0, 3870.0, 3868.0, 3870.0, 3869.0, 3869.0, 3869.0, 3869.0, 3871.0, 3870.0, 3870.0, 3881.0, 3870.0, 3882.0, 3881.0, 3871.0, 3882.0, 3873.0, 3894.0, 3895.0, 3897.0, 3896.0, 3897.0, 3886.0, 3897.0, 3897.0, 3908.0, 3899.0, 3908.0, 3898.0, 3897.0, 3888.0, 3908.0, 3898.0, 3898.0, 3898.0, 3887.0, 3899.0, 3897.0, 3899.0, 3898.0, 3888.0, 3909.0, 3898.0, 3899.0, 3909.0, 3900.0, 3898.0, 3899.0, 3909.0, 3908.0, 3909.0, 3899.0, 3899.0, 3910.0, 3909.0], 'WindowWidth': [8802.0, 8772.0, 8759.0, 8738.0, 8735.0, 8732.0, 8729.0, 8707.0, 8709.0, 8703.0, 8703.0, 8704.0, 8702.0, 8719.0, 8705.0, 8693.0, 8722.0, 8709.0, 8727.0, 8724.0, 8728.0, 8726.0, 8715.0, 8727.0, 8725.0, 8729.0, 8729.0, 8714.0, 8743.0, 8728.0, 8731.0, 8728.0, 8729.0, 8725.0, 8699.0, 8726.0, 8742.0, 8742.0, 8731.0, 8713.0, 8744.0, 8727.0, 8747.0, 8728.0, 8730.0, 8742.0, 8728.0, 8742.0, 8726.0, 8730.0, 8728.0, 8716.0, 8727.0, 8740.0, 8726.0, 8725.0, 8715.0, 8730.0, 8730.0, 8748.0, 8729.0, 8730.0, 8743.0, 8717.0, 8745.0, 8745.0, 8745.0, 8728.0, 8714.0, 8742.0, 8728.0, 8744.0, 8729.0, 8716.0, 8727.0, 8726.0, 8742.0, 8730.0, 8715.0, 8726.0, 8739.0, 8728.0, 8726.0, 8715.0, 8725.0, 8739.0, 8727.0, 8723.0, 8709.0, 8725.0, 8729.0, 8726.0, 8725.0, 8712.0, 8722.0, 8709.0, 8740.0, 8724.0, 8727.0, 8727.0, 8727.0, 8712.0, 8744.0, 8727.0, 8745.0, 8744.0, 8734.0, 8745.0, 8746.0, 8743.0, 8730.0, 8729.0, 8731.0, 8742.0, 8745.0, 8727.0, 8726.0, 8726.0, 8744.0, 8728.0, 8736.0, 8721.0, 8720.0, 8708.0, 8724.0, 8724.0, 8724.0, 8721.0, 8722.0, 8724.0, 8725.0, 8725.0, 8724.0, 8739.0, 8724.0, 8724.0, 8698.0, 8739.0, 8728.0, 8743.0, 8729.0, 8727.0, 8741.0, 8727.0, 8744.0, 8732.0, 8729.0, 8743.0, 8728.0, 8744.0, 8725.0, 8727.0, 8728.0, 8740.0, 8727.0, 8724.0, 8711.0, 8743.0, 8729.0, 8745.0, 8729.0, 8731.0, 8746.0, 8743.0, 8729.0, 8744.0, 8731.0, 8746.0, 8731.0, 8728.0, 8742.0, 8730.0, 8729.0, 8726.0, 8726.0, 8728.0, 8727.0, 8728.0, 8724.0, 8711.0, 8727.0, 8709.0, 8728.0, 8724.0, 8712.0, 8726.0, 8736.0, 8724.0, 8711.0, 8713.0, 8726.0, 8724.0, 8726.0, 8725.0, 8724.0, 8725.0, 8722.0, 8708.0, 8722.0, 8709.0, 8727.0, 8723.0, 8727.0, 8727.0, 8725.0, 8725.0, 8724.0, 8741.0, 8725.0, 8723.0, 8709.0, 8739.0, 8726.0, 8741.0, 8727.0, 8713.0, 8728.0, 8726.0, 8742.0, 8710.0, 8754.0, 8726.0, 8726.0, 8712.0, 8742.0, 8713.0, 8746.0, 8729.0, 8729.0, 8742.0, 8730.0, 8743.0, 8728.0, 8744.0, 8740.0, 8754.0, 8738.0, 8725.0, 8723.0, 8723.0, 8734.0, 8721.0, 8719.0, 8709.0, 8719.0, 8722.0, 8724.0, 8723.0, 8735.0, 8722.0, 8709.0, 8725.0, 8725.0, 8738.0, 8727.0, 8711.0, 8726.0, 8724.0, 8739.0, 8724.0, 8712.0, 8726.0, 8740.0, 8726.0, 8724.0, 8760.0, 8743.0, 8722.0, 8698.0, 8698.0, 8709.0, 8713.0, 8712.0, 8731.0, 8752.0, 8761.0, 8744.0, 8741.0, 8721.0, 8737.0, 8724.0, 8732.0, 8718.0, 8700.0, 8716.0, 8700.0, 8698.0, 8696.0, 8717.0, 8694.0, 8680.0, 8697.0, 8691.0, 8690.0, 8675.0, 8672.0, 8671.0, 8667.0, 8671.0, 8666.0, 8694.0, 8668.0, 8679.0, 8667.0, 8665.0, 8664.0, 8668.0, 8670.0, 8668.0, 8667.0, 8656.0, 8671.0, 8670.0, 8689.0, 8676.0, 8675.0, 8675.0, 8676.0, 8693.0, 8676.0, 8691.0, 8691.0, 8679.0, 8697.0, 8695.0, 8697.0, 8700.0, 8714.0, 8699.0, 8696.0, 8697.0, 8701.0, 8701.0, 8700.0, 8698.0, 8688.0, 8714.0, 8699.0, 8718.0, 8704.0, 8695.0, 8726.0, 8723.0, 8722.0, 8722.0, 8693.0, 8721.0, 8720.0, 8725.0, 8725.0, 8739.0, 8726.0, 8724.0, 8725.0, 8723.0, 8723.0, 8722.0, 8736.0, 8721.0, 8720.0, 8691.0, 8720.0, 8719.0, 8722.0, 8720.0, 8709.0, 8722.0, 8733.0, 8719.0, 8705.0, 8694.0, 8723.0, 8706.0, 8725.0, 8720.0, 8709.0, 8722.0, 8718.0, 8720.0, 8717.0, 8721.0, 8718.0, 8736.0, 8719.0, 8717.0, 8719.0, 8719.0, 8707.0, 8726.0, 8707.0, 8737.0, 8726.0, 8711.0, 8725.0, 8738.0, 8729.0, 8742.0, 8729.0, 8744.0, 8731.0, 8718.0, 8746.0, 8730.0, 8747.0, 8730.0, 8745.0, 8741.0, 8729.0, 8740.0, 8741.0, 8717.0, 8742.0, 8742.0, 8746.0, 8741.0, 8730.0, 8741.0, 8725.0, 8743.0, 8727.0, 8731.0, 8744.0, 8731.0, 8745.0, 8741.0, 8729.0, 8743.0, 8757.0, 8742.0, 8726.0, 8741.0, 8724.0, 8709.0, 8725.0, 8738.0, 8740.0, 8723.0, 8722.0, 8721.0, 8710.0, 8737.0, 8725.0, 8736.0, 8735.0, 8709.0, 8741.0, 8725.0, 8744.0, 8742.0, 8742.0, 8743.0, 8746.0, 8716.0, 8744.0, 8728.0, 8743.0, 8762.0, 8745.0, 8725.0, 8724.0, 8722.0, 8721.0, 8723.0, 8721.0, 8723.0, 8724.0, 8726.0, 8723.0, 8722.0, 8721.0, 8737.0, 8721.0, 8738.0, 8724.0, 8741.0, 8723.0, 8713.0, 8738.0, 8726.0, 8741.0, 8738.0, 8713.0, 8725.0, 8739.0, 8737.0, 8722.0, 8710.0, 8742.0, 8726.0, 8740.0, 8725.0, 8724.0, 8738.0, 8723.0, 8743.0, 8725.0, 8714.0, 8740.0, 8724.0, 8740.0, 8742.0, 8715.0, 8740.0, 8739.0, 8739.0, 8737.0, 8726.0, 8740.0, 8740.0, 8739.0, 8724.0, 8710.0, 8736.0, 8723.0, 8741.0, 8723.0, 8724.0, 8722.0, 8722.0, 8739.0, 8725.0, 8741.0, 8738.0, 8723.0, 8738.0, 8721.0, 8738.0, 8723.0, 8726.0, 8724.0, 8736.0, 8722.0, 8721.0, 8725.0, 8739.0, 8737.0, 8724.0, 8720.0, 8735.0, 8719.0, 8693.0, 8737.0, 8736.0, 8737.0, 8724.0, 8708.0, 8737.0, 8725.0, 8744.0, 8741.0, 8730.0, 8744.0, 8726.0, 8742.0, 8738.0, 8715.0, 8740.0, 8752.0, 8726.0, 8723.0, 8709.0, 8722.0, 8723.0, 8744.0, 8727.0, 8728.0, 8741.0, 8726.0, 8727.0, 8741.0, 8727.0, 8743.0, 8743.0, 8728.0, 8725.0, 8751.0, 8737.0, 8724.0, 8711.0, 8724.0, 8737.0, 8735.0, 8724.0, 8722.0, 8738.0, 8725.0, 8738.0, 8722.0, 8708.0, 8736.0, 8721.0, 8738.0, 8737.0, 8723.0, 8723.0, 8718.0, 8721.0, 8723.0, 8711.0, 8736.0, 8721.0, 8737.0, 8723.0, 8707.0, 8737.0, 8721.0, 8739.0, 8722.0, 8724.0, 8740.0, 8737.0, 8740.0, 8740.0, 8728.0, 8738.0, 8735.0, 8723.0, 8721.0, 8710.0, 8723.0, 8723.0, 8737.0, 8722.0, 8710.0, 8739.0, 8738.0, 8740.0, 8724.0, 8710.0, 8738.0, 8725.0, 8744.0, 8726.0, 8726.0, 8738.0, 8723.0, 8741.0, 8737.0, 8726.0, 8725.0, 8740.0, 8738.0, 8724.0, 8728.0, 8740.0, 8739.0, 8743.0, 8737.0, 8738.0, 8723.0, 8710.0, 8735.0, 8723.0, 8725.0, 8723.0, 8713.0, 8743.0, 8739.0, 8743.0, 8737.0, 8724.0, 8740.0, 8728.0, 8743.0, 8724.0, 8724.0, 8738.0, 8723.0, 8743.0, 8725.0, 8741.0, 8738.0, 8738.0, 8738.0, 8738.0, 8714.0, 8741.0, 8740.0, 8742.0, 8743.0, 8728.0, 8745.0, 8744.0, 8743.0, 8727.0, 8755.0, 8741.0, 8739.0, 8711.0, 8739.0, 8727.0, 8744.0, 8727.0, 8756.0, 8738.0, 8722.0, 8725.0, 8722.0, 8724.0, 8738.0, 8723.0, 8720.0, 8719.0, 8733.0, 8722.0, 8718.0, 8719.0, 8719.0, 8732.0, 8718.0, 8720.0, 8704.0, 8724.0, 8738.0, 8726.0, 8722.0, 8752.0, 8736.0, 8724.0, 8720.0, 8722.0, 8721.0, 8738.0, 8722.0, 8723.0, 8722.0, 8748.0, 8718.0, 8701.0, 8687.0, 8715.0, 8698.0, 8714.0, 8711.0, 8700.0, 8713.0, 8713.0, 8716.0, 8712.0, 8684.0, 8718.0, 8703.0, 8734.0, 8721.0, 8706.0, 8721.0, 8719.0, 8723.0, 8724.0, 8712.0, 8724.0, 8722.0, 8722.0, 8721.0, 8722.0, 8722.0, 8708.0, 8720.0, 8721.0, 8722.0, 8722.0, 8714.0, 8742.0, 8744.0, 8741.0, 8729.0, 8739.0, 8741.0, 8722.0, 8710.0, 8742.0, 8727.0, 8742.0, 8740.0, 8727.0, 8728.0, 8728.0, 8726.0, 8753.0, 8723.0, 8723.0, 8722.0, 8720.0, 8719.0, 8721.0, 8717.0, 8718.0, 8701.0, 8730.0, 8715.0, 8698.0, 8716.0, 8717.0, 8704.0, 8722.0, 8720.0, 8718.0, 8719.0, 8719.0, 8740.0, 8724.0, 8723.0, 8723.0, 8724.0, 8724.0, 8722.0, 8724.0, 8739.0, 8723.0, 8724.0, 8721.0, 8707.0, 8722.0, 8722.0, 8744.0, 8740.0, 8739.0, 8739.0, 8725.0, 8713.0, 8739.0, 8725.0, 8744.0, 8727.0, 8743.0, 8727.0, 8738.0, 8722.0, 8721.0, 8720.0, 8723.0, 8725.0, 8724.0, 8721.0, 8736.0, 8718.0, 8702.0, 8702.0, 8718.0, 8718.0, 8704.0, 8721.0, 8717.0, 8719.0, 8701.0, 8704.0, 8716.0, 8719.0, 8703.0, 8716.0, 8700.0, 8719.0, 8718.0, 8720.0, 8722.0, 8721.0, 8723.0, 8719.0, 8719.0, 8717.0, 8707.0, 8722.0, 8734.0, 8717.0, 8700.0, 8704.0, 8716.0, 8715.0, 8717.0, 8717.0, 8705.0, 8721.0, 8732.0, 8719.0, 8718.0, 8717.0, 8715.0, 8701.0, 8719.0, 8724.0, 8719.0, 8717.0, 8721.0, 8720.0, 8718.0, 8689.0, 8718.0, 8704.0, 8721.0, 8722.0, 8708.0, 8720.0, 8720.0, 8722.0, 8719.0, 8721.0, 8722.0, 8719.0, 8723.0, 8720.0, 8704.0, 8719.0, 8720.0, 8721.0, 8717.0, 8703.0, 8717.0, 8704.0, 8722.0, 8721.0, 8723.0, 8719.0, 8704.0, 8720.0, 8720.0, 8721.0, 8720.0, 8720.0, 8724.0, 8722.0, 8708.0, 8724.0, 8725.0, 8738.0, 8724.0, 8725.0, 8728.0, 8741.0, 8730.0, 8743.0, 8730.0, 8748.0, 8742.0, 8730.0, 8747.0, 8729.0, 8744.0, 8743.0, 8733.0, 8745.0, 8760.0, 8746.0, 8741.0, 8728.0, 8742.0, 8742.0, 8744.0, 8745.0, 8727.0, 8745.0, 8729.0, 8744.0, 8728.0, 8719.0, 8744.0, 8742.0, 8744.0, 8744.0, 8730.0, 8743.0, 8727.0, 8740.0, 8728.0, 8730.0, 8743.0, 8727.0, 8727.0, 8723.0, 8710.0, 8730.0, 8729.0, 8742.0, 8724.0, 8710.0, 8739.0, 8737.0, 8727.0, 8725.0, 8741.0, 8727.0, 8727.0, 8709.0, 8726.0, 8739.0, 8726.0, 8725.0, 8725.0, 8739.0, 8726.0, 8726.0, 8726.0, 8727.0, 8726.0, 8728.0, 8713.0, 8745.0, 8742.0, 8743.0, 8729.0, 8715.0, 8743.0, 8731.0, 8743.0, 8727.0, 8742.0, 8730.0, 8727.0, 8714.0, 8744.0, 8729.0, 8742.0, 8728.0, 8726.0, 8743.0, 8730.0, 8730.0, 8730.0, 8729.0, 8745.0, 8744.0, 8734.0, 8747.0, 8747.0, 8746.0, 8730.0, 8716.0, 8748.0, 8729.0, 8730.0, 8727.0, 8727.0, 8745.0, 8730.0, 8728.0, 8740.0, 8753.0, 8726.0, 8727.0, 8713.0, 8725.0, 8739.0, 8724.0, 8726.0, 8715.0, 8745.0, 8727.0, 8728.0, 8730.0, 8727.0, 8748.0, 8748.0, 8732.0, 8744.0, 8729.0, 8728.0, 8744.0, 8731.0, 8749.0, 8732.0, 8734.0, 8749.0, 8750.0, 8723.0, 8751.0, 8749.0, 8764.0, 8749.0, 8734.0, 8752.0, 8733.0, 8748.0, 8747.0, 8767.0, 8768.0, 8745.0, 8714.0, 8710.0, 8733.0, 8747.0, 8772.0, 8743.0, 8745.0, 8724.0, 8742.0, 8723.0, 8739.0, 8722.0, 8724.0, 8721.0, 8748.0, 8716.0, 8726.0, 8711.0, 8693.0, 8706.0, 8692.0, 8716.0, 8689.0, 8671.0, 8668.0, 8670.0, 8695.0, 8668.0, 8664.0, 8669.0, 8667.0, 8669.0, 8669.0, 8667.0, 8672.0, 8669.0, 8670.0, 8686.0, 8672.0, 8691.0, 8687.0, 8675.0, 8692.0, 8682.0, 8712.0, 8715.0, 8720.0, 8719.0, 8719.0, 8704.0, 8720.0, 8719.0, 8735.0, 8726.0, 8736.0, 8724.0, 8719.0, 8710.0, 8735.0, 8722.0, 8723.0, 8723.0, 8708.0, 8724.0, 8721.0, 8726.0, 8723.0, 8711.0, 8739.0, 8725.0, 8727.0, 8740.0, 8727.0, 8723.0, 8724.0, 8740.0, 8736.0, 8739.0, 8727.0, 8726.0, 8742.0, 8740.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.00033641247833622183</td></tr>
<tr><td colspan=3>aqi</td><td>0.01796672556325823</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.710132057797</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1525531413876857</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9898734748829146</td></tr>
<tr><td colspan=3>efc</td><td>0.4464</td></tr>
<tr><td colspan=3>fber</td><td>7230.3779</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05100621682902686</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5199306759098787</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4141366104214383</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3293031262832677</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6420623006446897</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.271044404336357</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103479</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015704138204455376</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016455810517072678</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.91738777046431</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>31.6128</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.7089</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.8469</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309427.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.9801</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3085</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.918</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3171.9297</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.3029</td></tr>
<tr><td colspan=3>tsnr</td><td>45.77010903833434</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>