<?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-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-03/func/sub-0094_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>33ad8d9922638b1e3f9d2921ec757da6</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:02:37.210000</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.999338, -0.0304324, 0.0199377, 0.0314054, 0.998232, -0.0504603]</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.259</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.114522</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>[4251, -7895, -7078, 667, -36, -211, 343, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f0d094bc-5137-41a9-96eb-bd5f78f452d0||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.6811506748199463, 0.08425851911306381, 0.04959040507674217, 107.64888000488281], [0.08164788782596588, 2.6781840324401855, -0.1378433108329773, -105.91764068603516], [0.053491368889808655, 0.13538138568401337, 2.6960229873657227, -39.465824127197266], [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': ['190237.210000', '190237.670000', '190238.130000', '190238.590000', '190239.050000', '190239.510000', '190239.970000', '190240.430000', '190240.890000', '190241.350000', '190241.810000', '190242.270000', '190242.730000', '190243.190000', '190243.650000', '190244.110000', '190244.570000', '190245.030000', '190245.490000', '190245.950000', '190246.410000', '190246.870000', '190247.330000', '190247.790000', '190248.250000', '190248.710000', '190249.170000', '190249.630000', '190250.090000', '190250.550000', '190251.010000', '190251.470000', '190251.930000', '190252.390000', '190252.850000', '190253.310000', '190253.770000', '190254.230000', '190254.690000', '190255.150000', '190255.610000', '190256.070000', '190256.530000', '190256.990000', '190257.450000', '190257.910000', '190258.370000', '190258.830000', '190259.290000', '190259.750000', '190300.210000', '190300.670000', '190301.130000', '190301.590000', '190302.050000', '190302.510000', '190302.970000', '190303.430000', '190303.890000', '190304.350000', '190304.810000', '190305.270000', '190305.730000', '190306.190000', '190306.650000', '190307.110000', '190307.570000', '190308.030000', '190308.490000', '190308.950000', '190309.410000', '190309.870000', '190310.330000', '190310.790000', '190311.250000', '190311.710000', '190312.170000', '190312.630000', '190313.090000', '190313.550000', '190314.010000', '190314.470000', '190314.930000', '190315.390000', '190315.850000', '190316.310000', '190316.770000', '190317.230000', '190317.690000', '190318.150000', '190318.610000', '190319.070000', '190319.530000', '190319.990000', '190320.450000', '190320.910000', '190321.370000', '190321.830000', '190322.290000', '190322.750000', '190323.210000', '190323.670000', '190324.130000', '190324.590000', '190325.050000', '190325.510000', '190325.970000', '190326.430000', '190326.890000', '190327.350000', '190327.810000', '190328.270000', '190328.730000', '190329.190000', '190329.650000', '190330.110000', '190330.570000', '190331.030000', '190331.490000', '190331.950000', '190332.410000', '190332.870000', '190333.330000', '190333.790000', '190334.250000', '190334.710000', '190335.170000', '190335.630000', '190336.090000', '190336.550000', '190337.010000', '190337.470000', '190337.930000', '190338.390000', '190338.850000', '190339.310000', '190339.770000', '190340.230000', '190340.690000', '190341.150000', '190341.610000', '190342.070000', '190342.530000', '190342.990000', '190343.450000', '190343.910000', '190344.370000', '190344.830000', '190345.290000', '190345.750000', '190346.210000', '190346.670000', '190347.130000', '190347.590000', '190348.050000', '190348.510000', '190348.970000', '190349.430000', '190349.890000', '190350.350000', '190350.810000', '190351.270000', '190351.730000', '190352.190000', '190352.650000', '190353.110000', '190353.570000', '190354.030000', '190354.490000', '190354.950000', '190355.410000', '190355.870000', '190356.330000', '190356.790000', '190357.250000', '190357.710000', '190358.170000', '190358.630000', '190359.090000', '190359.550000', '190400.010000', '190400.470000', '190400.930000', '190401.390000', '190401.850000', '190402.310000', '190402.770000', '190403.230000', '190403.690000', '190404.150000', '190404.610000', '190405.070000', '190405.530000', '190405.990000', '190406.450000', '190406.910000', '190407.370000', '190407.830000', '190408.290000', '190408.750000', '190409.210000', '190409.670000', '190410.130000', '190410.590000', '190411.050000', '190411.510000', '190411.970000', '190412.430000', '190412.890000', '190413.350000', '190413.810000', '190414.270000', '190414.730000', '190415.190000', '190415.650000', '190416.110000', '190416.570000', '190417.030000', '190417.490000', '190417.950000', '190418.410000', '190418.870000', '190419.330000', '190419.790000', '190420.250000', '190420.710000', '190421.170000', '190421.630000', '190422.090000', '190422.550000', '190423.010000', '190423.470000', '190423.930000', '190424.390000', '190424.850000', '190425.310000', '190425.770000', '190426.230000', '190426.690000', '190427.150000', '190427.610000', '190428.070000', '190428.530000', '190428.990000', '190429.450000', '190429.910000', '190430.370000', '190430.830000', '190431.290000', '190431.750000', '190432.210000', '190432.670000', '190433.130000', '190433.590000', '190434.050000', '190434.510000', '190434.970000', '190435.430000', '190435.890000', '190436.350000', '190436.810000', '190437.270000', '190437.730000', '190438.190000', '190438.650000', '190439.110000', '190439.570000', '190440.030000', '190440.490000', '190440.950000', '190441.410000', '190441.870000', '190442.330000', '190442.790000', '190443.250000', '190443.710000', '190444.170000', '190444.630000', '190445.090000', '190445.550000', '190446.010000', '190446.470000', '190446.930000', '190447.390000', '190447.850000', '190448.310000', '190448.770000', '190449.230000', '190449.690000', '190450.150000', '190450.610000', '190451.070000', '190451.530000', '190451.990000', '190452.450000', '190452.910000', '190453.370000', '190453.830000', '190454.290000', '190454.750000', '190455.210000', '190455.670000', '190456.130000', '190456.590000', '190457.050000', '190457.510000', '190457.970000', '190458.430000', '190458.890000', '190459.350000', '190459.810000', '190500.270000', '190500.730000', '190501.190000', '190501.650000', '190502.110000', '190502.570000', '190503.030000', '190503.490000', '190503.950000', '190504.410000', '190504.870000', '190505.330000', '190505.790000', '190506.250000', '190506.710000', '190507.170000', '190507.630000', '190508.090000', '190508.550000', '190509.010000', '190509.470000', '190509.930000', '190510.390000', '190510.850000', '190511.310000', '190511.770000', '190512.230000', '190512.690000', '190513.150000', '190513.610000', '190514.070000', '190514.530000', '190514.990000', '190515.450000', '190515.910000', '190516.370000', '190516.830000', '190517.290000', '190517.750000', '190518.210000', '190518.670000', '190519.130000', '190519.590000', '190520.050000', '190520.510000', '190520.970000', '190521.430000', '190521.890000', '190522.350000', '190522.810000', '190523.270000', '190523.730000', '190524.190000', '190524.650000', '190525.110000', '190525.570000', '190526.030000', '190526.490000', '190526.950000', '190527.410000', '190527.870000', '190528.330000', '190528.790000', '190529.250000', '190529.710000', '190530.170000', '190530.630000', '190531.090000', '190531.550000', '190532.010000', '190532.470000', '190532.930000', '190533.390000', '190533.850000', '190534.310000', '190534.770000', '190535.230000', '190535.690000', '190536.150000', '190536.610000', '190537.070000', '190537.530000', '190537.990000', '190538.450000', '190538.910000', '190539.370000', '190539.830000', '190540.290000', '190540.750000', '190541.210000', '190541.670000', '190542.130000', '190542.590000', '190543.050000', '190543.510000', '190543.970000', '190544.430000', '190544.890000', '190545.350000', '190545.810000', '190546.270000', '190546.730000', '190547.190000', '190547.650000', '190548.110000', '190548.570000', '190549.030000', '190549.490000', '190549.950000', '190550.410000', '190550.870000', '190551.330000', '190551.790000', '190552.250000', '190552.710000', '190553.170000', '190553.630000', '190554.090000', '190554.550000', '190555.010000', '190555.470000', '190555.930000', '190556.390000', '190556.850000', '190557.310000', '190557.770000', '190558.230000', '190558.690000', '190559.150000', '190559.610000', '190600.070000', '190600.530000', '190600.990000', '190601.450000', '190601.910000', '190602.370000', '190602.830000', '190603.290000', '190603.750000', '190604.210000', '190604.670000', '190605.130000', '190605.590000', '190606.050000', '190606.510000', '190606.970000', '190607.430000', '190607.890000', '190608.350000', '190608.810000', '190609.270000', '190609.730000', '190610.190000', '190610.650000', '190611.110000', '190611.570000', '190612.030000', '190612.490000', '190612.950000', '190613.410000', '190613.870000', '190614.330000', '190614.790000', '190615.250000', '190615.710000', '190616.170000', '190616.630000', '190617.090000', '190617.550000', '190618.010000', '190618.470000', '190618.930000', '190619.390000', '190619.850000', '190620.310000', '190620.770000', '190621.230000', '190621.690000', '190622.150000', '190622.610000', '190623.070000', '190623.530000', '190623.990000', '190624.450000', '190624.910000', '190625.370000', '190625.830000', '190626.290000', '190626.750000', '190627.210000', '190627.670000', '190628.130000', '190628.590000', '190629.050000', '190629.510000', '190629.970000', '190630.430000', '190630.890000', '190631.350000', '190631.810000', '190632.270000', '190632.730000', '190633.190000', '190633.650000', '190634.110000', '190634.570000', '190635.030000', '190635.490000', '190635.950000', '190636.410000', '190636.870000', '190637.330000', '190637.790000', '190638.250000', '190638.710000', '190639.170000', '190639.630000', '190640.090000', '190640.550000', '190641.010000', '190641.470000', '190641.930000', '190642.390000', '190642.850000', '190643.310000', '190643.770000', '190644.230000', '190644.690000', '190645.150000', '190645.610000', '190646.070000', '190646.530000', '190646.990000', '190647.450000', '190647.910000', '190648.370000', '190648.830000', '190649.290000', '190649.750000', '190650.210000', '190650.670000', '190651.130000', '190651.590000', '190652.050000', '190652.510000', '190652.970000', '190653.430000', '190653.890000', '190654.350000', '190654.810000', '190655.270000', '190655.730000', '190656.190000', '190656.650000', '190657.110000', '190657.570000', '190658.030000', '190658.490000', '190658.950000', '190659.410000', '190659.870000', '190700.330000', '190700.790000', '190701.250000', '190701.710000', '190702.170000', '190702.630000', '190703.090000', '190703.550000', '190704.010000', '190704.470000', '190704.930000', '190705.390000', '190705.850000', '190706.310000', '190706.770000', '190707.230000', '190707.690000', '190708.150000', '190708.610000', '190709.070000', '190709.530000', '190709.990000', '190710.450000', '190710.910000', '190711.370000', '190711.830000', '190712.290000', '190712.750000', '190713.210000', '190713.670000', '190714.130000', '190714.590000', '190715.050000', '190715.510000', '190715.970000', '190716.430000', '190716.890000', '190717.350000', '190717.810000', '190718.270000', '190718.730000', '190719.190000', '190719.650000', '190720.110000', '190720.570000', '190721.030000', '190721.490000', '190721.950000', '190722.410000', '190722.870000', '190723.330000', '190723.790000', '190724.250000', '190724.710000', '190725.170000', '190725.630000', '190726.090000', '190726.550000', '190727.010000', '190727.470000', '190727.930000', '190728.390000', '190728.850000', '190729.310000', '190729.770000', '190730.230000', '190730.690000', '190731.150000', '190731.610000', '190732.070000', '190732.530000', '190732.990000', '190733.450000', '190733.910000', '190734.370000', '190734.830000', '190735.290000', '190735.750000', '190736.210000', '190736.670000', '190737.130000', '190737.590000', '190738.050000', '190738.510000', '190738.970000', '190739.430000', '190739.890000', '190740.350000', '190740.810000', '190741.270000', '190741.730000', '190742.190000', '190742.650000', '190743.110000', '190743.570000', '190744.030000', '190744.490000', '190744.950000', '190745.410000', '190745.870000', '190746.330000', '190746.790000', '190747.250000', '190747.710000', '190748.170000', '190748.630000', '190749.090000', '190749.550000', '190750.010000', '190750.470000', '190750.930000', '190751.390000', '190751.850000', '190752.310000', '190752.770000', '190753.230000', '190753.690000', '190754.150000', '190754.610000', '190755.070000', '190755.530000', '190755.990000', '190756.450000', '190756.910000', '190757.370000', '190757.830000', '190758.290000', '190758.750000', '190759.210000', '190759.670000', '190800.130000', '190800.590000', '190801.050000', '190801.510000', '190801.970000', '190802.430000', '190802.890000', '190803.350000', '190803.810000', '190804.270000', '190804.730000', '190805.190000', '190805.650000', '190806.110000', '190806.570000', '190807.030000', '190807.490000', '190807.950000', '190808.410000', '190808.870000', '190809.330000', '190809.790000', '190810.250000', '190810.710000', '190811.170000', '190811.630000', '190812.090000', '190812.550000', '190813.010000', '190813.470000', '190813.930000', '190814.390000', '190814.850000', '190815.310000', '190815.770000', '190816.230000', '190816.690000', '190817.150000', '190817.610000', '190818.070000', '190818.530000', '190818.990000', '190819.450000', '190819.910000', '190820.370000', '190820.830000', '190821.290000', '190821.750000', '190822.210000', '190822.670000', '190823.130000', '190823.590000', '190824.050000', '190824.510000', '190824.970000', '190825.430000', '190825.890000', '190826.350000', '190826.810000', '190827.270000', '190827.730000', '190828.190000', '190828.650000', '190829.110000', '190829.570000', '190830.030000', '190830.490000', '190830.950000', '190831.410000', '190831.870000', '190832.330000', '190832.790000', '190833.250000', '190833.710000', '190834.170000', '190834.630000', '190835.090000', '190835.550000', '190836.010000', '190836.470000', '190836.930000', '190837.390000', '190837.850000', '190838.310000', '190838.770000', '190839.230000', '190839.690000', '190840.150000', '190840.610000', '190841.070000', '190841.530000', '190841.990000', '190842.450000', '190842.910000', '190843.370000', '190843.830000', '190844.290000', '190844.750000', '190845.210000', '190845.670000', '190846.130000', '190846.590000', '190847.050000', '190847.510000', '190847.970000', '190848.430000', '190848.890000', '190849.350000', '190849.810000', '190850.270000', '190850.730000', '190851.190000', '190851.650000', '190852.110000', '190852.570000', '190853.030000', '190853.490000', '190853.950000', '190854.410000', '190854.870000', '190855.330000', '190855.790000', '190856.250000', '190856.710000', '190857.170000', '190857.630000', '190858.090000', '190858.550000', '190859.010000', '190859.470000', '190859.930000', '190900.390000', '190900.850000', '190901.310000', '190901.770000', '190902.230000', '190902.690000', '190903.150000', '190903.610000', '190904.070000', '190904.530000', '190904.990000', '190905.450000', '190905.910000', '190906.370000', '190906.830000', '190907.290000', '190907.750000', '190908.210000', '190908.670000', '190909.130000', '190909.590000', '190910.050000', '190910.510000', '190910.970000', '190911.430000', '190911.890000', '190912.350000', '190912.810000', '190913.270000', '190913.730000', '190914.190000', '190914.650000', '190915.110000', '190915.570000', '190916.030000', '190916.490000', '190916.950000', '190917.410000', '190917.870000', '190918.330000', '190918.790000', '190919.250000', '190919.710000', '190920.170000', '190920.630000', '190921.090000', '190921.550000', '190922.010000', '190922.470000', '190922.930000', '190923.390000', '190923.850000', '190924.310000', '190924.770000', '190925.230000', '190925.690000', '190926.150000', '190926.610000', '190927.070000', '190927.530000', '190927.990000', '190928.450000', '190928.910000', '190929.370000', '190929.830000', '190930.290000', '190930.750000', '190931.210000', '190931.670000', '190932.130000', '190932.590000', '190933.050000', '190933.510000', '190933.970000', '190934.430000', '190934.890000', '190935.350000', '190935.810000', '190936.270000', '190936.730000', '190937.190000', '190937.650000', '190938.110000', '190938.570000', '190939.030000', '190939.490000', '190939.950000', '190940.410000', '190940.870000', '190941.330000', '190941.790000', '190942.250000', '190942.710000', '190943.170000', '190943.630000', '190944.090000', '190944.550000', '190945.010000', '190945.470000', '190945.930000', '190946.390000', '190946.850000', '190947.310000', '190947.770000', '190948.230000', '190948.690000', '190949.150000', '190949.610000', '190950.070000', '190950.530000', '190950.990000', '190951.450000', '190951.910000', '190952.370000', '190952.830000', '190953.290000', '190953.750000', '190954.210000', '190954.670000', '190955.130000', '190955.590000', '190956.050000', '190956.510000', '190956.970000', '190957.430000', '190957.890000', '190958.350000', '190958.810000', '190959.270000', '190959.730000', '191000.190000', '191000.650000', '191001.110000', '191001.570000', '191002.030000', '191002.490000', '191002.950000', '191003.410000', '191003.870000', '191004.330000', '191004.790000', '191005.250000', '191005.710000', '191006.170000', '191006.630000', '191007.090000', '191007.550000', '191008.010000', '191008.470000', '191008.930000', '191009.390000', '191009.850000', '191010.310000', '191010.770000', '191011.230000', '191011.690000', '191012.150000', '191012.610000', '191013.070000', '191013.530000', '191013.990000', '191014.450000', '191014.910000', '191015.370000', '191015.830000', '191016.290000', '191016.750000', '191017.210000', '191017.670000', '191018.130000', '191018.590000', '191019.050000', '191019.510000', '191019.970000', '191020.430000', '191020.890000', '191021.350000', '191021.810000', '191022.270000', '191022.730000', '191023.190000', '191023.650000', '191024.110000', '191024.570000', '191025.030000', '191025.490000', '191025.950000', '191026.410000', '191026.870000', '191027.330000', '191027.790000', '191028.250000', '191028.710000', '191029.170000', '191029.630000', '191030.090000', '191030.550000', '191031.010000', '191031.470000', '191031.930000', '191032.390000', '191032.850000', '191033.310000', '191033.770000', '191034.230000', '191034.690000', '191035.150000', '191035.610000', '191036.070000', '191036.530000', '191036.990000', '191037.450000', '191037.910000', '191038.370000', '191038.830000', '191039.290000', '191039.750000', '191040.210000', '191040.670000', '191041.130000', '191041.590000', '191042.050000', '191042.510000', '191042.970000', '191043.430000', '191043.890000', '191044.350000', '191044.810000', '191045.270000', '191045.730000', '191046.190000', '191046.650000', '191047.110000', '191047.570000', '191048.030000', '191048.490000', '191048.950000', '191049.410000', '191049.870000', '191050.330000', '191050.790000', '191051.250000', '191051.710000', '191052.170000', '191052.630000', '191053.090000', '191053.550000', '191054.010000', '191054.470000', '191054.930000', '191055.390000', '191055.850000', '191056.310000', '191056.770000', '191057.230000', '191057.690000', '191058.150000', '191058.610000', '191059.070000', '191059.530000', '191059.990000', '191100.450000', '191100.910000', '191101.370000', '191101.830000', '191102.290000', '191102.750000', '191103.210000', '191103.670000', '191104.130000', '191104.590000', '191105.050000', '191105.510000', '191105.970000', '191106.430000', '191106.890000', '191107.350000', '191107.810000', '191108.270000', '191108.730000', '191109.190000', '191109.650000', '191110.110000', '191110.570000', '191111.030000', '191111.490000', '191111.950000', '191112.410000', '191112.870000', '191113.330000', '191113.790000', '191114.250000', '191114.710000', '191115.170000', '191115.630000', '191116.090000', '191116.550000', '191117.010000', '191117.470000', '191117.930000', '191118.390000', '191118.850000', '191119.310000', '191119.770000', '191120.230000', '191120.690000', '191121.150000', '191121.610000', '191122.070000', '191122.530000', '191122.990000', '191123.450000', '191123.910000', '191124.370000', '191124.830000', '191125.290000', '191125.750000', '191126.210000', '191126.670000', '191127.130000', '191127.590000', '191128.050000', '191128.510000', '191128.970000'], 'ContentTime': ['190300.718000', '190300.721000', '190300.724000', '190300.727000', '190300.730000', '190300.732000', '190300.735000', '190300.737000', '190300.740000', '190300.742000', '190300.745000', '190300.748000', '190300.750000', '190300.753000', '190300.755000', '190300.758000', '190300.760000', '190300.763000', '190300.766000', '190300.768000', '190300.771000', '190300.773000', '190300.776000', '190300.778000', '190300.781000', '190300.783000', '190300.786000', '190300.789000', '190300.791000', '190300.794000', '190300.796000', '190300.799000', '190300.802000', '190300.804000', '190300.807000', '190300.809000', '190300.812000', '190300.814000', '190300.817000', '190300.820000', '190300.822000', '190300.825000', '190300.827000', '190300.830000', '190300.832000', '190300.844000', '190300.846000', '190300.849000', '190320.686000', '190320.689000', '190320.692000', '190320.694000', '190320.697000', '190320.699000', '190320.702000', '190320.705000', '190320.707000', '190320.710000', '190320.712000', '190320.715000', '190320.717000', '190320.720000', '190320.722000', '190320.725000', '190320.727000', '190320.730000', '190320.732000', '190320.735000', '190320.738000', '190320.740000', '190320.743000', '190320.745000', '190320.748000', '190320.751000', '190320.753000', '190320.756000', '190320.758000', '190320.761000', '190320.763000', '190320.766000', '190320.769000', '190320.771000', '190320.774000', '190320.776000', '190320.785000', '190320.788000', '190320.790000', '190320.793000', '190320.795000', '190320.798000', '190320.801000', '190320.803000', '190340.688000', '190340.691000', '190340.693000', '190340.696000', '190340.698000', '190340.701000', '190340.703000', '190340.706000', '190340.709000', '190340.711000', '190340.714000', '190340.717000', '190340.720000', '190340.722000', '190340.725000', '190340.727000', '190340.730000', '190340.732000', '190340.735000', '190340.737000', '190340.740000', '190340.743000', '190340.745000', '190340.748000', '190340.750000', '190340.753000', '190340.755000', '190340.758000', '190340.760000', '190340.763000', '190340.765000', '190340.768000', '190340.771000', '190340.773000', '190340.776000', '190340.778000', '190340.786000', '190340.788000', '190340.791000', '190340.793000', '190340.796000', '190340.798000', '190340.801000', '190340.803000', '190400.687000', '190400.690000', '190400.693000', '190400.695000', '190400.698000', '190400.701000', '190400.703000', '190400.706000', '190400.708000', '190400.711000', '190400.713000', '190400.716000', '190400.718000', '190400.721000', '190400.723000', '190400.726000', '190400.728000', '190400.731000', '190400.734000', '190400.736000', '190400.739000', '190400.741000', '190400.744000', '190400.746000', '190400.749000', '190400.751000', '190400.754000', '190400.757000', '190400.759000', '190400.762000', '190400.764000', '190400.767000', '190400.769000', '190400.784000', '190400.787000', '190400.789000', '190400.792000', '190400.794000', '190400.797000', '190400.799000', '190400.842000', '190400.845000', '190400.847000', '190420.687000', '190420.689000', '190420.692000', '190420.695000', '190420.698000', '190420.701000', '190420.703000', '190420.706000', '190420.708000', '190420.711000', '190420.713000', '190420.716000', '190420.718000', '190420.721000', '190420.723000', '190420.726000', '190420.729000', '190420.731000', '190420.734000', '190420.736000', '190420.739000', '190420.741000', '190420.744000', '190420.747000', '190420.749000', '190420.752000', '190420.760000', '190420.763000', '190420.765000', '190420.768000', '190420.770000', '190420.773000', '190420.776000', '190420.778000', '190420.781000', '190420.783000', '190420.786000', '190420.789000', '190420.791000', '190420.794000', '190420.796000', '190420.799000', '190420.836000', '190440.686000', '190440.689000', '190440.692000', '190440.694000', '190440.697000', '190440.704000', '190440.706000', '190440.709000', '190440.711000', '190440.714000', '190440.717000', '190440.719000', '190440.722000', '190440.724000', '190440.727000', '190440.730000', '190440.732000', '190440.735000', '190440.737000', '190440.740000', '190440.742000', '190440.745000', '190440.748000', '190440.750000', '190440.753000', '190440.755000', '190440.758000', '190440.761000', '190440.763000', '190440.766000', '190440.768000', '190440.771000', '190440.773000', '190440.776000', '190440.779000', '190440.781000', '190440.784000', '190440.786000', '190440.789000', '190440.792000', '190440.794000', '190440.797000', '190440.831000', '190440.834000', '190500.686000', '190500.689000', '190500.692000', '190500.694000', '190500.697000', '190500.700000', '190500.702000', '190500.705000', '190500.707000', '190500.710000', '190500.712000', '190500.715000', '190500.718000', '190500.720000', '190500.723000', '190500.726000', '190500.728000', '190500.731000', '190500.734000', '190500.737000', '190500.739000', '190500.742000', '190500.744000', '190500.747000', '190500.749000', '190500.752000', '190500.755000', '190500.758000', '190500.761000', '190500.763000', '190500.766000', '190500.768000', '190500.771000', '190500.774000', '190500.776000', '190500.779000', '190500.781000', '190500.784000', '190500.787000', '190500.789000', '190500.792000', '190500.794000', '190500.797000', '190520.687000', '190520.689000', '190520.692000', '190520.694000', '190520.697000', '190520.700000', '190520.702000', '190520.705000', '190520.707000', '190520.710000', '190520.712000', '190520.715000', '190520.717000', '190520.723000', '190520.726000', '190520.728000', '190520.731000', '190520.734000', '190520.736000', '190520.739000', '190520.741000', '190520.744000', '190520.746000', '190520.749000', '190520.752000', '190520.754000', '190520.757000', '190520.759000', '190520.762000', '190520.764000', '190520.767000', '190520.770000', '190520.772000', '190520.775000', '190520.777000', '190520.780000', '190520.782000', '190520.785000', '190520.787000', '190520.790000', '190520.792000', '190520.795000', '190520.798000', '190520.832000', '190540.687000', '190540.689000', '190540.692000', '190540.695000', '190540.697000', '190540.700000', '190540.702000', '190540.705000', '190540.707000', '190540.710000', '190540.713000', '190540.716000', '190540.719000', '190540.722000', '190540.724000', '190540.727000', '190540.730000', '190540.732000', '190540.735000', '190540.737000', '190540.740000', '190540.742000', '190540.745000', '190540.748000', '190540.750000', '190540.753000', '190540.755000', '190540.758000', '190540.760000', '190540.771000', '190540.774000', '190540.776000', '190540.779000', '190540.781000', '190540.784000', '190540.787000', '190540.789000', '190540.792000', '190540.794000', '190540.797000', '190540.840000', '190540.842000', '190540.845000', '190600.688000', '190600.690000', '190600.693000', '190600.695000', '190600.698000', '190600.701000', '190600.703000', '190600.706000', '190600.708000', '190600.711000', '190600.713000', '190600.716000', '190600.718000', '190600.721000', '190600.724000', '190600.726000', '190600.729000', '190600.731000', '190600.734000', '190600.736000', '190600.739000', '190600.741000', '190600.744000', '190600.746000', '190600.749000', '190600.752000', '190600.754000', '190600.757000', '190600.759000', '190600.762000', '190600.765000', '190600.767000', '190600.770000', '190600.772000', '190600.775000', '190600.777000', '190600.780000', '190600.783000', '190600.785000', '190600.788000', '190600.790000', '190600.793000', '190600.795000', '190600.798000', '190620.688000', '190620.690000', '190620.693000', '190620.695000', '190620.698000', '190620.701000', '190620.703000', '190620.706000', '190620.708000', '190620.711000', '190620.714000', '190620.716000', '190620.719000', '190620.721000', '190620.724000', '190620.727000', '190620.729000', '190620.732000', '190620.735000', '190620.738000', '190620.741000', '190620.744000', '190620.746000', '190620.749000', '190620.751000', '190620.754000', '190620.756000', '190620.759000', '190620.761000', '190620.764000', '190620.767000', '190620.769000', '190620.772000', '190620.774000', '190620.777000', '190620.779000', '190620.782000', '190620.784000', '190620.787000', '190620.789000', '190620.792000', '190620.795000', '190620.799000', '190640.686000', '190640.689000', '190640.692000', '190640.694000', '190640.697000', '190640.699000', '190640.702000', '190640.704000', '190640.707000', '190640.710000', '190640.712000', '190640.715000', '190640.717000', '190640.720000', '190640.723000', '190640.733000', '190640.736000', '190640.738000', '190640.741000', '190640.743000', '190640.746000', '190640.749000', '190640.751000', '190640.754000', '190640.756000', '190640.759000', '190640.761000', '190640.764000', '190640.766000', '190640.769000', '190640.772000', '190640.774000', '190640.777000', '190640.779000', '190640.782000', '190640.784000', '190640.787000', '190640.789000', '190640.792000', '190640.794000', '190640.797000', '190640.848000', '190640.851000', '190640.853000', '190700.687000', '190700.689000', '190700.692000', '190700.695000', '190700.697000', '190700.700000', '190700.702000', '190700.705000', '190700.708000', '190700.710000', '190700.713000', '190700.715000', '190700.718000', '190700.720000', '190700.723000', '190700.726000', '190700.728000', '190700.731000', '190700.733000', '190700.736000', '190700.738000', '190700.741000', '190700.743000', '190700.746000', '190700.749000', '190700.751000', '190700.754000', '190700.756000', '190700.759000', '190700.762000', '190700.765000', '190700.768000', '190700.771000', '190700.774000', '190700.776000', '190700.779000', '190700.781000', '190700.784000', '190700.786000', '190700.789000', '190700.800000', '190700.802000', '190700.805000', '190720.687000', '190720.690000', '190720.692000', '190720.695000', '190720.697000', '190720.700000', '190720.710000', '190720.712000', '190720.715000', '190720.718000', '190720.720000', '190720.723000', '190720.725000', '190720.728000', '190720.731000', '190720.733000', '190720.736000', '190720.739000', '190720.741000', '190720.744000', '190720.746000', '190720.749000', '190720.751000', '190720.754000', '190720.757000', '190720.759000', '190720.762000', '190720.764000', '190720.767000', '190720.770000', '190720.772000', '190720.775000', '190720.777000', '190720.780000', '190720.782000', '190720.785000', '190720.788000', '190720.790000', '190720.793000', '190720.795000', '190720.798000', '190720.870000', '190720.872000', '190720.875000', '190740.687000', '190740.689000', '190740.692000', '190740.695000', '190740.697000', '190740.700000', '190740.702000', '190740.705000', '190740.708000', '190740.710000', '190740.713000', '190740.715000', '190740.718000', '190740.720000', '190740.723000', '190740.725000', '190740.728000', '190740.731000', '190740.733000', '190740.736000', '190740.738000', '190740.741000', '190740.744000', '190740.746000', '190740.749000', '190740.751000', '190740.754000', '190740.756000', '190740.759000', '190740.762000', '190740.765000', '190740.768000', '190740.771000', '190740.774000', '190740.776000', '190740.779000', '190740.781000', '190740.784000', '190740.786000', '190740.789000', '190740.791000', '190740.794000', '190740.797000', '190800.687000', '190800.689000', '190800.692000', '190800.694000', '190800.697000', '190800.699000', '190800.702000', '190800.705000', '190800.707000', '190800.710000', '190800.713000', '190800.715000', '190800.723000', '190800.726000', '190800.728000', '190800.731000', '190800.734000', '190800.736000', '190800.739000', '190800.741000', '190800.744000', '190800.746000', '190800.749000', '190800.751000', '190800.754000', '190800.757000', '190800.759000', '190800.762000', '190800.765000', '190800.767000', '190800.770000', '190800.772000', '190800.775000', '190800.777000', '190800.780000', '190800.782000', '190800.785000', '190800.788000', '190800.790000', '190800.793000', '190800.795000', '190800.798000', '190800.867000', '190800.870000', '190820.687000', '190820.690000', '190820.693000', '190820.695000', '190820.698000', '190820.701000', '190820.703000', '190820.706000', '190820.710000', '190820.713000', '190820.715000', '190820.718000', '190820.721000', '190820.723000', '190820.726000', '190820.728000', '190820.731000', '190820.733000', '190820.736000', '190820.738000', '190820.741000', '190820.744000', '190820.746000', '190820.749000', '190820.751000', '190820.754000', '190820.757000', '190820.759000', '190820.762000', '190820.764000', '190820.767000', '190820.769000', '190820.772000', '190820.774000', '190820.777000', '190820.780000', '190820.782000', '190820.785000', '190820.787000', '190820.790000', '190820.793000', '190820.795000', '190820.798000', '190840.688000', '190840.691000', '190840.693000', '190840.696000', '190840.698000', '190840.701000', '190840.703000', '190840.716000', '190840.719000', '190840.721000', '190840.724000', '190840.726000', '190840.729000', '190840.731000', '190840.734000', '190840.737000', '190840.739000', '190840.742000', '190840.744000', '190840.747000', '190840.749000', '190840.752000', '190840.754000', '190840.757000', '190840.760000', '190840.762000', '190840.765000', '190840.767000', '190840.770000', '190840.772000', '190840.775000', '190840.777000', '190840.780000', '190840.782000', '190840.785000', '190840.788000', '190840.790000', '190840.793000', '190840.795000', '190840.798000', '190840.833000', '190840.836000', '190840.838000', '190840.841000', '190900.687000', '190900.690000', '190900.692000', '190900.695000', '190900.697000', '190900.700000', '190900.703000', '190900.705000', '190900.708000', '190900.711000', '190900.713000', '190900.716000', '190900.718000', '190900.721000', '190900.723000', '190900.726000', '190900.728000', '190900.731000', '190900.733000', '190900.736000', '190900.739000', '190900.741000', '190900.744000', '190900.746000', '190900.749000', '190900.752000', '190900.754000', '190900.757000', '190900.759000', '190900.762000', '190900.764000', '190900.767000', '190900.769000', '190900.772000', '190900.775000', '190900.777000', '190900.780000', '190900.782000', '190900.785000', '190900.787000', '190900.790000', '190900.792000', '190900.795000', '190920.687000', '190920.689000', '190920.692000', '190920.694000', '190920.697000', '190920.700000', '190920.702000', '190920.705000', '190920.707000', '190920.710000', '190920.712000', '190920.715000', '190920.718000', '190920.720000', '190920.723000', '190920.725000', '190920.728000', '190920.730000', '190920.733000', '190920.735000', '190920.738000', '190920.741000', '190920.743000', '190920.746000', '190920.748000', '190920.751000', '190920.753000', '190920.756000', '190920.758000', '190920.761000', '190920.764000', '190920.766000', '190920.769000', '190920.771000', '190920.774000', '190920.776000', '190920.779000', '190920.781000', '190920.784000', '190920.786000', '190920.789000', '190920.791000', '190920.858000', '190920.861000', '190940.687000', '190940.690000', '190940.692000', '190940.695000', '190940.697000', '190940.700000', '190940.702000', '190940.705000', '190940.708000', '190940.710000', '190940.713000', '190940.715000', '190940.718000', '190940.720000', '190940.723000', '190940.726000', '190940.728000', '190940.731000', '190940.734000', '190940.736000', '190940.739000', '190940.741000', '190940.744000', '190940.746000', '190940.749000', '190940.751000', '190940.754000', '190940.757000', '190940.759000', '190940.762000', '190940.764000', '190940.767000', '190940.769000', '190940.772000', '190940.774000', '190940.777000', '190940.780000', '190940.782000', '190940.785000', '190940.787000', '190940.790000', '190940.793000', '190940.795000', '191000.687000', '191000.689000', '191000.692000', '191000.695000', '191000.697000', '191000.700000', '191000.702000', '191000.705000', '191000.708000', '191000.710000', '191000.713000', '191000.715000', '191000.718000', '191000.720000', '191000.723000', '191000.725000', '191000.728000', '191000.731000', '191000.748000', '191000.751000', '191000.753000', '191000.756000', '191000.758000', '191000.761000', '191000.763000', '191000.766000', '191000.769000', '191000.771000', '191000.774000', '191000.776000', '191000.779000', '191000.781000', '191000.784000', '191000.786000', '191000.789000', '191000.792000', '191000.794000', '191000.797000', '191000.799000', '191000.857000', '191000.860000', '191000.862000', '191000.865000', '191000.867000', '191020.687000', '191020.689000', '191020.692000', '191020.695000', '191020.697000', '191020.700000', '191020.702000', '191020.705000', '191020.707000', '191020.710000', '191020.712000', '191020.715000', '191020.718000', '191020.720000', '191020.723000', '191020.725000', '191020.728000', '191020.730000', '191020.733000', '191020.736000', '191020.738000', '191020.741000', '191020.743000', '191020.746000', '191020.749000', '191020.751000', '191020.754000', '191020.756000', '191020.759000', '191020.761000', '191020.764000', '191020.767000', '191020.769000', '191020.772000', '191020.774000', '191020.777000', '191020.779000', '191020.782000', '191020.784000', '191020.787000', '191020.789000', '191020.792000', '191020.795000', '191040.688000', '191040.690000', '191040.693000', '191040.696000', '191040.698000', '191040.701000', '191040.704000', '191040.706000', '191040.709000', '191040.711000', '191040.714000', '191040.719000', '191040.722000', '191040.724000', '191040.727000', '191040.729000', '191040.732000', '191040.735000', '191040.737000', '191040.740000', '191040.743000', '191040.745000', '191040.748000', '191040.750000', '191040.753000', '191040.755000', '191040.758000', '191040.761000', '191040.763000', '191040.766000', '191040.768000', '191040.771000', '191040.774000', '191040.776000', '191040.779000', '191040.782000', '191040.784000', '191040.787000', '191040.789000', '191040.792000', '191040.795000', '191040.797000', '191040.867000', '191040.870000', '191100.687000', '191100.690000', '191100.693000', '191100.696000', '191100.698000', '191100.701000', '191100.703000', '191100.706000', '191100.709000', '191100.711000', '191100.714000', '191100.716000', '191100.719000', '191100.721000', '191100.724000', '191100.727000', '191100.729000', '191100.732000', '191100.734000', '191100.737000', '191100.740000', '191100.742000', '191100.745000', '191100.747000', '191100.750000', '191100.752000', '191100.755000', '191100.757000', '191100.760000', '191100.763000', '191100.765000', '191100.768000', '191100.770000', '191100.773000', '191100.776000', '191100.778000', '191100.781000', '191100.783000', '191100.786000', '191100.788000', '191100.791000', '191100.793000', '191100.796000', '191120.687000', '191120.690000', '191120.692000', '191120.695000', '191120.697000', '191120.700000', '191120.702000', '191120.705000', '191120.708000', '191120.710000', '191120.714000', '191120.717000', '191120.719000', '191120.722000', '191120.724000', '191120.737000', '191120.740000', '191120.742000', '191120.745000', '191120.747000', '191120.750000', '191120.752000', '191120.755000', '191120.758000', '191120.760000', '191120.763000', '191120.765000', '191120.768000', '191120.771000', '191120.773000', '191120.776000', '191120.779000', '191120.781000', '191120.784000', '191120.786000', '191120.789000', '191120.791000', '191120.794000', '191120.797000', '191120.799000', '191120.890000', '191120.893000', '191120.895000', '191120.898000', '191130.314000', '191130.317000', '191130.320000', '191130.323000', '191130.325000', '191130.328000', '191130.331000', '191130.335000', '191130.339000', '191130.342000', '191130.346000', '191130.349000', '191130.351000', '191130.354000', '191130.357000', '191130.360000', '191130.363000', '191130.366000', '191130.368000', '191130.371000', '191130.374000'], 'InstanceCreationTime': ['190300.718000', '190300.721000', '190300.724000', '190300.727000', '190300.730000', '190300.732000', '190300.735000', '190300.737000', '190300.740000', '190300.742000', '190300.745000', '190300.748000', '190300.750000', '190300.753000', '190300.755000', '190300.758000', '190300.760000', '190300.763000', '190300.766000', '190300.768000', '190300.771000', '190300.773000', '190300.776000', '190300.778000', '190300.781000', '190300.783000', '190300.786000', '190300.789000', '190300.791000', '190300.794000', '190300.796000', '190300.799000', '190300.802000', '190300.804000', '190300.807000', '190300.809000', '190300.812000', '190300.814000', '190300.817000', '190300.820000', '190300.822000', '190300.825000', '190300.827000', '190300.830000', '190300.832000', '190300.844000', '190300.846000', '190300.849000', '190320.686000', '190320.689000', '190320.692000', '190320.694000', '190320.697000', '190320.699000', '190320.702000', '190320.705000', '190320.707000', '190320.710000', '190320.712000', '190320.715000', '190320.717000', '190320.720000', '190320.722000', '190320.725000', '190320.727000', '190320.730000', '190320.732000', '190320.735000', '190320.738000', '190320.740000', '190320.743000', '190320.745000', '190320.748000', '190320.751000', '190320.753000', '190320.756000', '190320.758000', '190320.761000', '190320.763000', '190320.766000', '190320.769000', '190320.771000', '190320.774000', '190320.776000', '190320.785000', '190320.788000', '190320.790000', '190320.793000', '190320.795000', '190320.798000', '190320.801000', '190320.803000', '190340.688000', '190340.691000', '190340.693000', '190340.696000', '190340.698000', '190340.701000', '190340.703000', '190340.706000', '190340.709000', '190340.711000', '190340.714000', '190340.717000', '190340.720000', '190340.722000', '190340.725000', '190340.727000', '190340.730000', '190340.732000', '190340.735000', '190340.737000', '190340.740000', '190340.743000', '190340.745000', '190340.748000', '190340.750000', '190340.753000', '190340.755000', '190340.758000', '190340.760000', '190340.763000', '190340.765000', '190340.768000', '190340.771000', '190340.773000', '190340.776000', '190340.778000', '190340.786000', '190340.788000', '190340.791000', '190340.793000', '190340.796000', '190340.798000', '190340.801000', '190340.803000', '190400.687000', '190400.690000', '190400.693000', '190400.695000', '190400.698000', '190400.701000', '190400.703000', '190400.706000', '190400.708000', '190400.711000', '190400.713000', '190400.716000', '190400.718000', '190400.721000', '190400.723000', '190400.726000', '190400.728000', '190400.731000', '190400.734000', '190400.736000', '190400.739000', '190400.741000', '190400.744000', '190400.746000', '190400.749000', '190400.751000', '190400.754000', '190400.757000', '190400.759000', '190400.762000', '190400.764000', '190400.767000', '190400.769000', '190400.784000', '190400.787000', '190400.789000', '190400.792000', '190400.794000', '190400.797000', '190400.799000', '190400.842000', '190400.845000', '190400.847000', '190420.687000', '190420.689000', '190420.692000', '190420.695000', '190420.698000', '190420.701000', '190420.703000', '190420.706000', '190420.708000', '190420.711000', '190420.713000', '190420.716000', '190420.718000', '190420.721000', '190420.723000', '190420.726000', '190420.729000', '190420.731000', '190420.734000', '190420.736000', '190420.739000', '190420.741000', '190420.744000', '190420.747000', '190420.749000', '190420.752000', '190420.760000', '190420.763000', '190420.765000', '190420.768000', '190420.770000', '190420.773000', '190420.776000', '190420.778000', '190420.781000', '190420.783000', '190420.786000', '190420.789000', '190420.791000', '190420.794000', '190420.796000', '190420.799000', '190420.836000', '190440.686000', '190440.689000', '190440.692000', '190440.694000', '190440.697000', '190440.704000', '190440.706000', '190440.709000', '190440.711000', '190440.714000', '190440.717000', '190440.719000', '190440.722000', '190440.724000', '190440.727000', '190440.730000', '190440.732000', '190440.735000', '190440.737000', '190440.740000', '190440.742000', '190440.745000', '190440.748000', '190440.750000', '190440.753000', '190440.755000', '190440.758000', '190440.761000', '190440.763000', '190440.766000', '190440.768000', '190440.771000', '190440.773000', '190440.776000', '190440.779000', '190440.781000', '190440.784000', '190440.786000', '190440.789000', '190440.792000', '190440.794000', '190440.797000', '190440.831000', '190440.834000', '190500.686000', '190500.689000', '190500.692000', '190500.694000', '190500.697000', '190500.700000', '190500.702000', '190500.705000', '190500.707000', '190500.710000', '190500.712000', '190500.715000', '190500.718000', '190500.720000', '190500.723000', '190500.726000', '190500.728000', '190500.731000', '190500.734000', '190500.737000', '190500.739000', '190500.742000', '190500.744000', '190500.747000', '190500.749000', '190500.752000', '190500.755000', '190500.758000', '190500.761000', '190500.763000', '190500.766000', '190500.768000', '190500.771000', '190500.774000', '190500.776000', '190500.779000', '190500.781000', '190500.784000', '190500.787000', '190500.789000', '190500.792000', '190500.794000', '190500.797000', '190520.687000', '190520.689000', '190520.692000', '190520.694000', '190520.697000', '190520.700000', '190520.702000', '190520.705000', '190520.707000', '190520.710000', '190520.712000', '190520.715000', '190520.717000', '190520.723000', '190520.726000', '190520.728000', '190520.731000', '190520.734000', '190520.736000', '190520.739000', '190520.741000', '190520.744000', '190520.746000', '190520.749000', '190520.752000', '190520.754000', '190520.757000', '190520.759000', '190520.762000', '190520.764000', '190520.767000', '190520.770000', '190520.772000', '190520.775000', '190520.777000', '190520.780000', '190520.782000', '190520.785000', '190520.787000', '190520.790000', '190520.792000', '190520.795000', '190520.798000', '190520.832000', '190540.687000', '190540.689000', '190540.692000', '190540.695000', '190540.697000', '190540.700000', '190540.702000', '190540.705000', '190540.707000', '190540.710000', '190540.713000', '190540.716000', '190540.719000', '190540.722000', '190540.724000', '190540.727000', '190540.730000', '190540.732000', '190540.735000', '190540.737000', '190540.740000', '190540.742000', '190540.745000', '190540.748000', '190540.750000', '190540.753000', '190540.755000', '190540.758000', '190540.760000', '190540.771000', '190540.774000', '190540.776000', '190540.779000', '190540.781000', '190540.784000', '190540.787000', '190540.789000', '190540.792000', '190540.794000', '190540.797000', '190540.840000', '190540.842000', '190540.845000', '190600.688000', '190600.690000', '190600.693000', '190600.695000', '190600.698000', '190600.701000', '190600.703000', '190600.706000', '190600.708000', '190600.711000', '190600.713000', '190600.716000', '190600.718000', '190600.721000', '190600.724000', '190600.726000', '190600.729000', '190600.731000', '190600.734000', '190600.736000', '190600.739000', '190600.741000', '190600.744000', '190600.746000', '190600.749000', '190600.752000', '190600.754000', '190600.757000', '190600.759000', '190600.762000', '190600.765000', '190600.767000', '190600.770000', '190600.772000', '190600.775000', '190600.777000', '190600.780000', '190600.783000', '190600.785000', '190600.788000', '190600.790000', '190600.793000', '190600.795000', '190600.798000', '190620.688000', '190620.690000', '190620.693000', '190620.695000', '190620.698000', '190620.701000', '190620.703000', '190620.706000', '190620.708000', '190620.711000', '190620.714000', '190620.716000', '190620.719000', '190620.721000', '190620.724000', '190620.727000', '190620.729000', '190620.732000', '190620.735000', '190620.738000', '190620.741000', '190620.744000', '190620.746000', '190620.749000', '190620.751000', '190620.754000', '190620.756000', '190620.759000', '190620.761000', '190620.764000', '190620.767000', '190620.769000', '190620.772000', '190620.774000', '190620.777000', '190620.779000', '190620.782000', '190620.784000', '190620.787000', '190620.789000', '190620.792000', '190620.795000', '190620.799000', '190640.686000', '190640.689000', '190640.692000', '190640.694000', '190640.697000', '190640.699000', '190640.702000', '190640.704000', '190640.707000', '190640.710000', '190640.712000', '190640.715000', '190640.717000', '190640.720000', '190640.723000', '190640.733000', '190640.736000', '190640.738000', '190640.741000', '190640.743000', '190640.746000', '190640.749000', '190640.751000', '190640.754000', '190640.756000', '190640.759000', '190640.761000', '190640.764000', '190640.766000', '190640.769000', '190640.772000', '190640.774000', '190640.777000', '190640.779000', '190640.782000', '190640.784000', '190640.787000', '190640.789000', '190640.792000', '190640.794000', '190640.797000', '190640.848000', '190640.851000', '190640.853000', '190700.687000', '190700.689000', '190700.692000', '190700.695000', '190700.697000', '190700.700000', '190700.702000', '190700.705000', '190700.708000', '190700.710000', '190700.713000', '190700.715000', '190700.718000', '190700.720000', '190700.723000', '190700.726000', '190700.728000', '190700.731000', '190700.733000', '190700.736000', '190700.738000', '190700.741000', '190700.743000', '190700.746000', '190700.749000', '190700.751000', '190700.754000', '190700.756000', '190700.759000', '190700.762000', '190700.765000', '190700.768000', '190700.771000', '190700.774000', '190700.776000', '190700.779000', '190700.781000', '190700.784000', '190700.786000', '190700.789000', '190700.800000', '190700.802000', '190700.805000', '190720.687000', '190720.690000', '190720.692000', '190720.695000', '190720.697000', '190720.700000', '190720.710000', '190720.712000', '190720.715000', '190720.718000', '190720.720000', '190720.723000', '190720.725000', '190720.728000', '190720.731000', '190720.733000', '190720.736000', '190720.739000', '190720.741000', '190720.744000', '190720.746000', '190720.749000', '190720.751000', '190720.754000', '190720.757000', '190720.759000', '190720.762000', '190720.764000', '190720.767000', '190720.770000', '190720.772000', '190720.775000', '190720.777000', '190720.780000', '190720.782000', '190720.785000', '190720.788000', '190720.790000', '190720.793000', '190720.795000', '190720.798000', '190720.870000', '190720.872000', '190720.875000', '190740.687000', '190740.689000', '190740.692000', '190740.695000', '190740.697000', '190740.700000', '190740.702000', '190740.705000', '190740.708000', '190740.710000', '190740.713000', '190740.715000', '190740.718000', '190740.720000', '190740.723000', '190740.725000', '190740.728000', '190740.731000', '190740.733000', '190740.736000', '190740.738000', '190740.741000', '190740.744000', '190740.746000', '190740.749000', '190740.751000', '190740.754000', '190740.756000', '190740.759000', '190740.762000', '190740.765000', '190740.768000', '190740.771000', '190740.774000', '190740.776000', '190740.779000', '190740.781000', '190740.784000', '190740.786000', '190740.789000', '190740.791000', '190740.794000', '190740.797000', '190800.687000', '190800.689000', '190800.692000', '190800.694000', '190800.697000', '190800.699000', '190800.702000', '190800.705000', '190800.707000', '190800.710000', '190800.713000', '190800.715000', '190800.723000', '190800.726000', '190800.728000', '190800.731000', '190800.734000', '190800.736000', '190800.739000', '190800.741000', '190800.744000', '190800.746000', '190800.749000', '190800.751000', '190800.754000', '190800.757000', '190800.759000', '190800.762000', '190800.765000', '190800.767000', '190800.770000', '190800.772000', '190800.775000', '190800.777000', '190800.780000', '190800.782000', '190800.785000', '190800.788000', '190800.790000', '190800.793000', '190800.795000', '190800.798000', '190800.867000', '190800.870000', '190820.687000', '190820.690000', '190820.693000', '190820.695000', '190820.698000', '190820.701000', '190820.703000', '190820.706000', '190820.710000', '190820.713000', '190820.715000', '190820.718000', '190820.721000', '190820.723000', '190820.726000', '190820.728000', '190820.731000', '190820.733000', '190820.736000', '190820.738000', '190820.741000', '190820.744000', '190820.746000', '190820.749000', '190820.751000', '190820.754000', '190820.757000', '190820.759000', '190820.762000', '190820.764000', '190820.767000', '190820.769000', '190820.772000', '190820.774000', '190820.777000', '190820.780000', '190820.782000', '190820.785000', '190820.787000', '190820.790000', '190820.793000', '190820.795000', '190820.798000', '190840.688000', '190840.691000', '190840.693000', '190840.696000', '190840.698000', '190840.701000', '190840.703000', '190840.716000', '190840.719000', '190840.721000', '190840.724000', '190840.726000', '190840.729000', '190840.731000', '190840.734000', '190840.737000', '190840.739000', '190840.742000', '190840.744000', '190840.747000', '190840.749000', '190840.752000', '190840.754000', '190840.757000', '190840.760000', '190840.762000', '190840.765000', '190840.767000', '190840.770000', '190840.772000', '190840.775000', '190840.777000', '190840.780000', '190840.782000', '190840.785000', '190840.788000', '190840.790000', '190840.793000', '190840.795000', '190840.798000', '190840.833000', '190840.836000', '190840.838000', '190840.841000', '190900.687000', '190900.690000', '190900.692000', '190900.695000', '190900.697000', '190900.700000', '190900.703000', '190900.705000', '190900.708000', '190900.711000', '190900.713000', '190900.716000', '190900.718000', '190900.721000', '190900.723000', '190900.726000', '190900.728000', '190900.731000', '190900.733000', '190900.736000', '190900.739000', '190900.741000', '190900.744000', '190900.746000', '190900.749000', '190900.752000', '190900.754000', '190900.757000', '190900.759000', '190900.762000', '190900.764000', '190900.767000', '190900.769000', '190900.772000', '190900.775000', '190900.777000', '190900.780000', '190900.782000', '190900.785000', '190900.787000', '190900.790000', '190900.792000', '190900.795000', '190920.687000', '190920.689000', '190920.692000', '190920.694000', '190920.697000', '190920.700000', '190920.702000', '190920.705000', '190920.707000', '190920.710000', '190920.712000', '190920.715000', '190920.718000', '190920.720000', '190920.723000', '190920.725000', '190920.728000', '190920.730000', '190920.733000', '190920.735000', '190920.738000', '190920.741000', '190920.743000', '190920.746000', '190920.748000', '190920.751000', '190920.753000', '190920.756000', '190920.758000', '190920.761000', '190920.764000', '190920.766000', '190920.769000', '190920.771000', '190920.774000', '190920.776000', '190920.779000', '190920.781000', '190920.784000', '190920.786000', '190920.789000', '190920.791000', '190920.858000', '190920.861000', '190940.687000', '190940.690000', '190940.692000', '190940.695000', '190940.697000', '190940.700000', '190940.702000', '190940.705000', '190940.708000', '190940.710000', '190940.713000', '190940.715000', '190940.718000', '190940.720000', '190940.723000', '190940.726000', '190940.728000', '190940.731000', '190940.734000', '190940.736000', '190940.739000', '190940.741000', '190940.744000', '190940.746000', '190940.749000', '190940.751000', '190940.754000', '190940.757000', '190940.759000', '190940.762000', '190940.764000', '190940.767000', '190940.769000', '190940.772000', '190940.774000', '190940.777000', '190940.780000', '190940.782000', '190940.785000', '190940.787000', '190940.790000', '190940.793000', '190940.795000', '191000.687000', '191000.689000', '191000.692000', '191000.695000', '191000.697000', '191000.700000', '191000.702000', '191000.705000', '191000.708000', '191000.710000', '191000.713000', '191000.715000', '191000.718000', '191000.720000', '191000.723000', '191000.725000', '191000.728000', '191000.731000', '191000.748000', '191000.751000', '191000.753000', '191000.756000', '191000.758000', '191000.761000', '191000.763000', '191000.766000', '191000.769000', '191000.771000', '191000.774000', '191000.776000', '191000.779000', '191000.781000', '191000.784000', '191000.786000', '191000.789000', '191000.792000', '191000.794000', '191000.797000', '191000.799000', '191000.857000', '191000.860000', '191000.862000', '191000.865000', '191000.867000', '191020.687000', '191020.689000', '191020.692000', '191020.695000', '191020.697000', '191020.700000', '191020.702000', '191020.705000', '191020.707000', '191020.710000', '191020.712000', '191020.715000', '191020.718000', '191020.720000', '191020.723000', '191020.725000', '191020.728000', '191020.730000', '191020.733000', '191020.736000', '191020.738000', '191020.741000', '191020.743000', '191020.746000', '191020.749000', '191020.751000', '191020.754000', '191020.756000', '191020.759000', '191020.761000', '191020.764000', '191020.767000', '191020.769000', '191020.772000', '191020.774000', '191020.777000', '191020.779000', '191020.782000', '191020.784000', '191020.787000', '191020.789000', '191020.792000', '191020.795000', '191040.688000', '191040.690000', '191040.693000', '191040.696000', '191040.698000', '191040.701000', '191040.704000', '191040.706000', '191040.709000', '191040.711000', '191040.714000', '191040.719000', '191040.722000', '191040.724000', '191040.727000', '191040.729000', '191040.732000', '191040.735000', '191040.737000', '191040.740000', '191040.743000', '191040.745000', '191040.748000', '191040.750000', '191040.753000', '191040.755000', '191040.758000', '191040.761000', '191040.763000', '191040.766000', '191040.768000', '191040.771000', '191040.774000', '191040.776000', '191040.779000', '191040.782000', '191040.784000', '191040.787000', '191040.789000', '191040.792000', '191040.795000', '191040.797000', '191040.867000', '191040.870000', '191100.687000', '191100.690000', '191100.693000', '191100.696000', '191100.698000', '191100.701000', '191100.703000', '191100.706000', '191100.709000', '191100.711000', '191100.714000', '191100.716000', '191100.719000', '191100.721000', '191100.724000', '191100.727000', '191100.729000', '191100.732000', '191100.734000', '191100.737000', '191100.740000', '191100.742000', '191100.745000', '191100.747000', '191100.750000', '191100.752000', '191100.755000', '191100.757000', '191100.760000', '191100.763000', '191100.765000', '191100.768000', '191100.770000', '191100.773000', '191100.776000', '191100.778000', '191100.781000', '191100.783000', '191100.786000', '191100.788000', '191100.791000', '191100.793000', '191100.796000', '191120.687000', '191120.690000', '191120.692000', '191120.695000', '191120.697000', '191120.700000', '191120.702000', '191120.705000', '191120.708000', '191120.710000', '191120.714000', '191120.717000', '191120.719000', '191120.722000', '191120.724000', '191120.737000', '191120.740000', '191120.742000', '191120.745000', '191120.747000', '191120.750000', '191120.752000', '191120.755000', '191120.758000', '191120.760000', '191120.763000', '191120.765000', '191120.768000', '191120.771000', '191120.773000', '191120.776000', '191120.779000', '191120.781000', '191120.784000', '191120.786000', '191120.789000', '191120.791000', '191120.794000', '191120.797000', '191120.799000', '191120.890000', '191120.893000', '191120.895000', '191120.898000', '191130.314000', '191130.317000', '191130.320000', '191130.323000', '191130.325000', '191130.328000', '191130.331000', '191130.335000', '191130.339000', '191130.342000', '191130.346000', '191130.349000', '191130.351000', '191130.354000', '191130.357000', '191130.360000', '191130.363000', '191130.366000', '191130.368000', '191130.371000', '191130.374000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [8979, 9610, 9151, 9451, 8374, 9203, 8261, 9279, 8626, 9581, 8714, 9067, 9166, 9057, 9116, 8460, 9185, 8557, 9188, 8621, 9634, 8560, 9155, 8801, 9576, 9512, 9638, 9376, 9607, 9616, 9394, 8749, 9366, 8938, 9136, 9445, 8989, 8633, 8880, 8478, 8459, 9438, 9091, 8656, 9220, 8811, 8869, 9263, 9371, 9173, 9320, 8993, 8833, 9050, 9103, 9430, 9447, 9478, 8700, 8480, 8570, 9375, 8561, 8861, 9075, 8439, 8621, 9101, 8885, 8599, 9191, 8333, 8707, 8547, 8344, 8752, 9058, 8642, 8503, 9068, 8990, 9223, 8624, 9301, 8741, 9419, 8944, 9386, 8725, 9186, 8962, 9473, 9127, 9077, 9324, 9427, 8985, 8829, 8642, 8483, 8916, 8604, 8719, 8716, 8581, 8402, 9152, 8624, 9426, 8426, 9269, 8753, 9417, 9003, 9237, 9202, 9340, 9466, 9121, 9110, 8878, 8620, 8530, 9233, 8506, 9352, 9092, 9306, 8678, 9396, 9196, 9247, 9471, 9321, 8658, 9271, 9549, 8819, 9123, 8212, 9563, 8424, 9474, 8925, 9310, 9243, 9424, 9297, 9710, 9053, 9143, 8838, 8715, 9046, 8567, 8931, 8542, 9352, 8706, 9602, 8789, 9315, 9705, 9097, 8745, 9110, 9481, 9230, 8560, 8438, 9401, 8346, 9773, 8466, 9343, 9004, 9633, 9537, 9641, 8669, 9000, 8287, 8816, 9630, 8742, 9821, 8628, 9327, 8769, 9588, 9323, 9329, 8668, 9003, 8582, 8554, 8761, 8726, 9866, 8340, 10091, 8973, 9609, 9049, 9342, 8761, 8324, 8544, 8770, 8810, 9480, 8655, 8756, 8600, 9606, 8777, 9654, 8567, 9527, 8919, 9249, 8841, 9531, 9205, 9620, 9379, 9612, 8983, 9486, 9115, 8868, 8866, 9012, 9118, 8761, 9329, 8645, 9722, 8570, 9626, 8573, 9629, 9034, 9197, 9275, 9575, 9621, 9512, 9218, 9369, 8770, 9531, 8755, 9570, 8963, 9036, 9121, 9244, 9486, 9383, 8459, 8528, 8749, 9240, 8816, 8864, 9565, 8379, 8929, 8799, 9396, 8366, 9813, 8133, 9741, 8708, 9407, 8555, 9514, 8314, 9616, 8700, 9483, 8235, 9072, 8185, 9712, 8586, 9879, 8474, 8874, 8973, 9460, 9051, 9710, 8346, 9553, 8763, 9185, 9007, 9557, 8202, 9402, 8740, 9105, 8447, 9875, 8461, 9132, 9001, 8989, 8331, 9517, 8471, 9702, 8281, 9330, 8613, 9598, 8471, 9658, 8506, 9445, 8702, 9681, 8455, 9426, 8580, 9379, 8756, 9177, 9299, 9714, 9447, 9426, 9035, 9328, 8980, 9503, 9446, 8683, 9166, 9373, 8889, 9461, 9693, 9040, 9718, 9172, 10038, 9185, 9462, 8912, 9631, 9278, 9752, 9126, 9057, 8753, 9602, 8987, 9684, 8493, 9756, 8654, 9644, 9018, 9477, 8964, 9552, 8907, 9895, 9076, 9827, 8824, 9510, 8702, 9959, 9304, 9778, 8840, 9780, 9003, 9448, 9222, 9672, 8466, 9454, 9265, 9515, 9180, 9581, 9653, 9510, 9540, 9744, 9227, 9479, 9794, 9527, 9405, 9448, 9008, 9330, 9635, 9229, 9400, 9379, 9221, 9506, 9285, 8949, 9453, 8550, 8759, 8679, 9055, 8455, 9507, 8487, 9818, 8602, 9605, 8214, 9422, 8276, 9990, 8696, 10009, 8492, 9806, 8325, 9752, 9033, 9988, 9080, 9998, 8531, 9866, 8879, 9996, 8824, 9957, 8402, 9248, 8732, 9310, 8801, 9682, 9127, 9021, 9110, 9499, 9343, 9717, 9027, 9107, 8512, 9268, 9158, 9155, 8817, 8862, 8536, 9328, 9110, 9721, 9109, 9479, 8726, 8784, 8324, 8503, 8628, 9166, 9624, 9781, 9243, 10162, 9399, 9796, 8796, 10118, 9076, 9969, 9110, 10041, 9244, 9982, 9419, 9073, 9652, 8657, 9105, 9240, 9666, 9196, 9957, 9099, 9356, 9198, 9599, 8904, 9852, 8712, 9316, 9021, 9477, 8478, 9703, 8597, 9651, 9001, 9243, 9014, 9738, 8944, 9057, 8526, 8991, 8578, 9742, 8601, 9754, 9120, 9335, 9289, 9766, 8457, 9499, 8540, 9394, 9091, 9972, 8191, 9353, 9097, 9531, 8481, 8590, 8843, 10047, 7975, 9928, 9156, 9730, 9057, 8462, 9549, 8915, 9108, 9502, 9108, 9975, 9126, 10087, 9059, 8734, 8556, 7977, 9160, 8200, 8406, 7939, 8366, 8665, 8003, 9575, 8134, 9299, 8797, 9206, 8419, 8711, 8764, 8674, 8337, 8535, 8484, 8198, 8711, 8947, 8558, 9454, 8401, 8261, 8555, 8033, 8494, 8737, 9242, 8604, 7979, 8481, 8839, 8573, 8808, 9147, 8478, 9806, 8711, 7965, 8210, 8267, 8936, 8450, 8545, 8984, 8578, 8737, 8966, 8372, 7922, 8696, 8200, 8463, 8596, 8727, 8676, 9063, 8129, 9160, 9029, 9051, 10060, 8570, 9124, 8672, 9727, 8889, 9530, 8377, 9068, 9569, 8916, 10019, 8998, 10308, 9176, 9924, 9089, 9999, 8893, 9862, 8584, 9165, 8516, 9609, 8740, 8872, 9686, 8914, 9854, 8712, 9730, 8656, 9362, 8932, 8728, 9718, 8235, 9427, 8562, 9818, 8660, 9635, 8696, 9819, 8956, 9994, 8417, 9592, 8368, 9779, 8315, 9877, 8639, 9687, 8189, 8797, 9947, 8667, 9876, 8675, 9998, 9065, 9566, 8750, 9441, 8582, 9313, 8294, 9036, 8903, 9008, 8671, 9173, 9819, 8871, 9728, 8841, 10029, 8898, 9699, 8513, 9900, 8556, 9200, 8870, 9116, 8426, 9041, 9397, 8621, 9157, 8503, 8420, 8469, 9241, 8434, 7953, 8550, 8358, 8615, 7987, 8295, 8033, 8430, 8308, 8284, 8489, 8224, 9102, 8164, 8518, 9432, 8781, 9595, 8901, 9101, 10146, 9043, 9825, 8944, 8041, 8891, 8572, 9036, 8472, 9596, 8767, 9339, 8542, 9309, 8035, 9231, 8795, 9167, 8116, 8915, 8508, 8599, 9722, 8419, 9568, 8402, 9461, 8405, 9316, 8446, 9313, 8458, 9355, 8424, 9086, 8559, 9523, 7911, 9749, 8204, 8939, 8304, 9586, 8190, 9197, 8435, 9348, 8452, 8931, 9648, 8980, 9639, 9072, 9990, 8834, 9917, 8601, 9688, 8423, 9992, 8367, 8744, 7990, 8143, 8927, 9297, 9456, 9494, 9376, 8674, 8862, 8056, 9199, 8686, 9616, 8502, 8633, 8349, 8897, 9749, 8774, 9968, 8837, 9663, 8703, 10014, 8835, 9895, 8948, 10104, 8644, 9720, 8743, 9651, 8357, 9574, 8551, 9042, 8878, 9551, 9217, 8123, 9443, 8624, 9646, 8831, 9830, 8204, 9498, 8448, 9450, 9793, 8346, 9480, 8299, 9332, 8404, 9512, 8473, 9720, 8112, 9365, 7932, 8911, 8648, 9077, 8323, 8865, 8631, 8973, 9242, 9644, 9741, 8100, 9381, 9388, 9358, 9639, 8048, 9618, 8679, 9109, 8110, 8934, 8268, 9122, 8516, 9186, 8478, 8944, 8498, 8707, 8577, 9353, 7996, 8798, 9586, 9146, 9632, 8982, 9190, 8920, 9029, 8722, 8951, 8361, 8972, 8144, 9278, 9800, 9075, 9404, 9059, 8662, 8876, 9067, 8667, 8906, 8195, 9474, 8488, 9365, 9423, 9012, 9273, 9233, 8940, 9124, 8841, 8719, 8987, 8430, 9512, 8474, 9514, 8205, 9160, 9661, 8973, 9272, 8997, 9026, 8808, 9581, 8816, 9091, 8664, 9272, 8541, 8943, 8469, 9116, 9185, 9139, 9615, 9151, 9803, 8707, 9222, 8438, 9241, 7919, 9037, 8710, 9136, 8154, 8893, 9656, 9028, 9467, 8913, 9496, 8739, 9119, 8234, 9323, 7884, 9033, 9973, 9310, 9559, 9327, 9287, 9100, 9467, 8672, 9299, 8073, 9008, 8407, 9087, 8580, 8718, 9695, 8379, 9701, 8508, 9498, 8848, 9571, 8702, 9367, 8096, 9326, 8832, 9277, 8615, 8975, 8581, 9193, 8730, 8979, 10092, 9326, 9657, 8924, 9854, 8637, 9674, 9382, 9670, 8855, 9828, 8827, 9562, 8906, 9352, 8407, 9730, 8113, 8858, 8342, 8502, 9157, 8998, 8988, 9844, 8950, 9583, 8905, 9522, 9093, 9534, 9071, 9608, 9458, 9810, 9204, 9649, 8789, 9896, 8934, 9819, 8617, 9833, 8771, 8938, 8703, 9193, 8520, 9664, 8776, 9541, 8642, 9898, 8771, 10125, 8685, 9994, 8841, 10122, 8839, 10192, 8517, 9817, 8315, 8958, 8385, 8722, 8205, 8574, 8637, 8794, 10055, 8724, 8925, 9137, 8926, 10247, 8538, 10111, 8393, 9374, 8023, 8548, 8650, 9404, 8602, 9405, 8353, 8760, 8332, 9391, 8027, 9148, 9096, 9292, 7970, 9274, 10173, 9120, 9741, 9437, 10050, 8862, 9933, 8858, 9851, 9056, 10035, 8949, 10097, 8832, 9603, 8560, 9861, 8092, 9638, 8168, 9799, 8361, 9549, 8537, 9477, 7874, 8080, 8765, 9579, 9689, 9916, 9514, 9868, 8192, 9526, 8770, 9962, 8985, 9826, 9439, 8535, 9372, 8419, 8879, 9087, 9200, 8677, 9360], 'WindowCenter': [4549.0, 4542.0, 4527.0, 4523.0, 4490.0, 4500.0, 4485.0, 4495.0, 4485.0, 4494.0, 4488.0, 4485.0, 4482.0, 4485.0, 4485.0, 4476.0, 4485.0, 4484.0, 4496.0, 4487.0, 4506.0, 4495.0, 4497.0, 4498.0, 4506.0, 4498.0, 4510.0, 4495.0, 4497.0, 4498.0, 4497.0, 4485.0, 4497.0, 4497.0, 4499.0, 4507.0, 4498.0, 4490.0, 4498.0, 4487.0, 4490.0, 4501.0, 4500.0, 4502.0, 4513.0, 4500.0, 4500.0, 4497.0, 4500.0, 4499.0, 4496.0, 4487.0, 4499.0, 4488.0, 4498.0, 4500.0, 4510.0, 4497.0, 4499.0, 4489.0, 4487.0, 4497.0, 4487.0, 4487.0, 4499.0, 4491.0, 4501.0, 4498.0, 4500.0, 4498.0, 4511.0, 4493.0, 4501.0, 4500.0, 4490.0, 4500.0, 4501.0, 4499.0, 4499.0, 4497.0, 4498.0, 4499.0, 4489.0, 4496.0, 4489.0, 4495.0, 4498.0, 4498.0, 4488.0, 4497.0, 4498.0, 4507.0, 4498.0, 4497.0, 4495.0, 4496.0, 4487.0, 4497.0, 4489.0, 4488.0, 4497.0, 4499.0, 4488.0, 4498.0, 4489.0, 4488.0, 4493.0, 4499.0, 4497.0, 4488.0, 4508.0, 4498.0, 4498.0, 4499.0, 4499.0, 4498.0, 4499.0, 4510.0, 4497.0, 4484.0, 4496.0, 4486.0, 4487.0, 4496.0, 4486.0, 4497.0, 4498.0, 4498.0, 4488.0, 4498.0, 4498.0, 4507.0, 4509.0, 4508.0, 4494.0, 4500.0, 4510.0, 4499.0, 4496.0, 4487.0, 4509.0, 4489.0, 4509.0, 4496.0, 4497.0, 4498.0, 4509.0, 4497.0, 4507.0, 4496.0, 4499.0, 4486.0, 4497.0, 4496.0, 4498.0, 4497.0, 4486.0, 4500.0, 4496.0, 4511.0, 4489.0, 4496.0, 4495.0, 4495.0, 4486.0, 4498.0, 4492.0, 4496.0, 4493.0, 4499.0, 4508.0, 4488.0, 4512.0, 4488.0, 4508.0, 4498.0, 4506.0, 4513.0, 4510.0, 4497.0, 4499.0, 4490.0, 4499.0, 4507.0, 4487.0, 4507.0, 4486.0, 4498.0, 4496.0, 4512.0, 4499.0, 4510.0, 4498.0, 4501.0, 4496.0, 4499.0, 4499.0, 4498.0, 4510.0, 4490.0, 4521.0, 4498.0, 4509.0, 4510.0, 4511.0, 4502.0, 4497.0, 4502.0, 4497.0, 4499.0, 4510.0, 4495.0, 4499.0, 4500.0, 4508.0, 4499.0, 4511.0, 4499.0, 4509.0, 4499.0, 4507.0, 4498.0, 4504.0, 4506.0, 4509.0, 4505.0, 4507.0, 4495.0, 4510.0, 4494.0, 4500.0, 4503.0, 4498.0, 4499.0, 4495.0, 4502.0, 4494.0, 4507.0, 4487.0, 4497.0, 4488.0, 4495.0, 4486.0, 4497.0, 4496.0, 4508.0, 4497.0, 4511.0, 4497.0, 4509.0, 4500.0, 4508.0, 4494.0, 4510.0, 4500.0, 4499.0, 4496.0, 4498.0, 4495.0, 4492.0, 4487.0, 4489.0, 4490.0, 4498.0, 4496.0, 4500.0, 4499.0, 4486.0, 4485.0, 4486.0, 4499.0, 4488.0, 4508.0, 4486.0, 4501.0, 4486.0, 4495.0, 4484.0, 4495.0, 4486.0, 4502.0, 4485.0, 4496.0, 4481.0, 4484.0, 4475.0, 4495.0, 4487.0, 4506.0, 4487.0, 4495.0, 4496.0, 4498.0, 4495.0, 4495.0, 4487.0, 4507.0, 4488.0, 4496.0, 4495.0, 4496.0, 4488.0, 4495.0, 4484.0, 4496.0, 4488.0, 4503.0, 4486.0, 4495.0, 4498.0, 4486.0, 4485.0, 4499.0, 4487.0, 4496.0, 4475.0, 4494.0, 4485.0, 4498.0, 4487.0, 4496.0, 4482.0, 4507.0, 4487.0, 4509.0, 4488.0, 4500.0, 4488.0, 4498.0, 4488.0, 4499.0, 4499.0, 4497.0, 4498.0, 4499.0, 4488.0, 4498.0, 4488.0, 4498.0, 4499.0, 4487.0, 4497.0, 4497.0, 4496.0, 4497.0, 4509.0, 4500.0, 4509.0, 4507.0, 4505.0, 4508.0, 4507.0, 4497.0, 4509.0, 4507.0, 4502.0, 4510.0, 4499.0, 4498.0, 4508.0, 4495.0, 4508.0, 4500.0, 4507.0, 4489.0, 4497.0, 4497.0, 4507.0, 4500.0, 4507.0, 4496.0, 4507.0, 4497.0, 4508.0, 4499.0, 4511.0, 4499.0, 4509.0, 4507.0, 4505.0, 4496.0, 4510.0, 4493.0, 4510.0, 4497.0, 4499.0, 4476.0, 4498.0, 4498.0, 4497.0, 4494.0, 4498.0, 4498.0, 4498.0, 4496.0, 4495.0, 4495.0, 4499.0, 4508.0, 4508.0, 4498.0, 4498.0, 4493.0, 4499.0, 4496.0, 4496.0, 4487.0, 4496.0, 4496.0, 4497.0, 4489.0, 4489.0, 4497.0, 4488.0, 4487.0, 4487.0, 4498.0, 4491.0, 4496.0, 4485.0, 4507.0, 4487.0, 4508.0, 4487.0, 4497.0, 4486.0, 4509.0, 4488.0, 4510.0, 4486.0, 4510.0, 4487.0, 4500.0, 4498.0, 4509.0, 4489.0, 4508.0, 4490.0, 4507.0, 4486.0, 4509.0, 4487.0, 4508.0, 4477.0, 4499.0, 4489.0, 4488.0, 4486.0, 4498.0, 4498.0, 4489.0, 4490.0, 4498.0, 4500.0, 4509.0, 4488.0, 4488.0, 4489.0, 4498.0, 4487.0, 4512.0, 4495.0, 4497.0, 4487.0, 4496.0, 4484.0, 4497.0, 4488.0, 4496.0, 4487.0, 4490.0, 4480.0, 4499.0, 4491.0, 4501.0, 4510.0, 4509.0, 4498.0, 4510.0, 4498.0, 4499.0, 4486.0, 4510.0, 4487.0, 4496.0, 4476.0, 4495.0, 4487.0, 4499.0, 4489.0, 4487.0, 4498.0, 4488.0, 4501.0, 4498.0, 4509.0, 4497.0, 4509.0, 4487.0, 4500.0, 4498.0, 4498.0, 4486.0, 4498.0, 4487.0, 4498.0, 4485.0, 4498.0, 4475.0, 4497.0, 4473.0, 4497.0, 4488.0, 4499.0, 4488.0, 4511.0, 4488.0, 4487.0, 4489.0, 4498.0, 4484.0, 4497.0, 4487.0, 4498.0, 4498.0, 4502.0, 4499.0, 4508.0, 4475.0, 4495.0, 4485.0, 4498.0, 4489.0, 4506.0, 4479.0, 4487.0, 4498.0, 4500.0, 4491.0, 4491.0, 4478.0, 4501.0, 4471.0, 4491.0, 4492.0, 4491.0, 4491.0, 4483.0, 4501.0, 4496.0, 4490.0, 4497.0, 4488.0, 4495.0, 4487.0, 4496.0, 4482.0, 4482.0, 4475.0, 4471.0, 4487.0, 4479.0, 4465.0, 4470.0, 4468.0, 4463.0, 4454.0, 4492.0, 4471.0, 4483.0, 4477.0, 4479.0, 4470.0, 4469.0, 4482.0, 4469.0, 4469.0, 4466.0, 4467.0, 4467.0, 4478.0, 4480.0, 4478.0, 4489.0, 4469.0, 4468.0, 4464.0, 4469.0, 4478.0, 4475.0, 4500.0, 4479.0, 4470.0, 4478.0, 4493.0, 4480.0, 4475.0, 4476.0, 4465.0, 4487.0, 4476.0, 4469.0, 4479.0, 4477.0, 4488.0, 4477.0, 4477.0, 4486.0, 4477.0, 4479.0, 4480.0, 4476.0, 4465.0, 4475.0, 4476.0, 4477.0, 4476.0, 4478.0, 4478.0, 4487.0, 4487.0, 4499.0, 4490.0, 4487.0, 4502.0, 4492.0, 4515.0, 4505.0, 4511.0, 4495.0, 4510.0, 4487.0, 4487.0, 4486.0, 4486.0, 4496.0, 4488.0, 4506.0, 4498.0, 4507.0, 4488.0, 4496.0, 4486.0, 4495.0, 4484.0, 4497.0, 4487.0, 4509.0, 4487.0, 4485.0, 4495.0, 4498.0, 4509.0, 4487.0, 4497.0, 4486.0, 4486.0, 4485.0, 4482.0, 4496.0, 4490.0, 4497.0, 4485.0, 4505.0, 4486.0, 4496.0, 4485.0, 4508.0, 4487.0, 4506.0, 4484.0, 4498.0, 4488.0, 4496.0, 4486.0, 4496.0, 4477.0, 4494.0, 4476.0, 4486.0, 4494.0, 4484.0, 4495.0, 4472.0, 4494.0, 4484.0, 4486.0, 4476.0, 4485.0, 4474.0, 4483.0, 4473.0, 4483.0, 4483.0, 4486.0, 4486.0, 4484.0, 4494.0, 4486.0, 4495.0, 4484.0, 4495.0, 4485.0, 4496.0, 4476.0, 4494.0, 4488.0, 4497.0, 4486.0, 4487.0, 4479.0, 4484.0, 4486.0, 4480.0, 4486.0, 4480.0, 4479.0, 4480.0, 4479.0, 4466.0, 4469.0, 4479.0, 4475.0, 4475.0, 4468.0, 4468.0, 4467.0, 4467.0, 4469.0, 4468.0, 4478.0, 4482.0, 4492.0, 4475.0, 4477.0, 4485.0, 4492.0, 4504.0, 4498.0, 4489.0, 4508.0, 4499.0, 4520.0, 4511.0, 4490.0, 4498.0, 4490.0, 4499.0, 4488.0, 4507.0, 4487.0, 4495.0, 4484.0, 4495.0, 4473.0, 4498.0, 4486.0, 4494.0, 4476.0, 4495.0, 4487.0, 4485.0, 4490.0, 4484.0, 4495.0, 4485.0, 4491.0, 4483.0, 4494.0, 4485.0, 4492.0, 4482.0, 4493.0, 4481.0, 4493.0, 4481.0, 4490.0, 4468.0, 4492.0, 4482.0, 4482.0, 4481.0, 4491.0, 4484.0, 4493.0, 4484.0, 4492.0, 4477.0, 4484.0, 4484.0, 4474.0, 4484.0, 4484.0, 4495.0, 4487.0, 4493.0, 4486.0, 4495.0, 4475.0, 4494.0, 4483.0, 4486.0, 4477.0, 4480.0, 4487.0, 4496.0, 4498.0, 4510.0, 4501.0, 4488.0, 4500.0, 4480.0, 4499.0, 4487.0, 4496.0, 4487.0, 4489.0, 4478.0, 4496.0, 4496.0, 4486.0, 4508.0, 4486.0, 4496.0, 4473.0, 4495.0, 4474.0, 4492.0, 4484.0, 4504.0, 4488.0, 4495.0, 4486.0, 4496.0, 4474.0, 4495.0, 4481.0, 4485.0, 4498.0, 4494.0, 4493.0, 4470.0, 4489.0, 4481.0, 4493.0, 4480.0, 4494.0, 4471.0, 4491.0, 4472.0, 4491.0, 4493.0, 4474.0, 4490.0, 4470.0, 4490.0, 4470.0, 4491.0, 4472.0, 4492.0, 4471.0, 4491.0, 4466.0, 4489.0, 4481.0, 4493.0, 4481.0, 4503.0, 4477.0, 4479.0, 4485.0, 4485.0, 4484.0, 4468.0, 4487.0, 4487.0, 4487.0, 4498.0, 4477.0, 4498.0, 4486.0, 4488.0, 4468.0, 4484.0, 4462.0, 4485.0, 4473.0, 4484.0, 4463.0, 4478.0, 4478.0, 4475.0, 4475.0, 4485.0, 4475.0, 4476.0, 4483.0, 4485.0, 4483.0, 4476.0, 4486.0, 4488.0, 4486.0, 4477.0, 4489.0, 4474.0, 4487.0, 4477.0, 4489.0, 4495.0, 4486.0, 4500.0, 4486.0, 4488.0, 4490.0, 4487.0, 4488.0, 4488.0, 4479.0, 4498.0, 4489.0, 4500.0, 4496.0, 4489.0, 4498.0, 4496.0, 4499.0, 4499.0, 4491.0, 4488.0, 4498.0, 4486.0, 4498.0, 4492.0, 4501.0, 4487.0, 4497.0, 4498.0, 4500.0, 4501.0, 4500.0, 4498.0, 4499.0, 4510.0, 4503.0, 4513.0, 4509.0, 4513.0, 4502.0, 4498.0, 4489.0, 4499.0, 4510.0, 4498.0, 4509.0, 4497.0, 4510.0, 4494.0, 4508.0, 4484.0, 4500.0, 4488.0, 4499.0, 4488.0, 4498.0, 4490.0, 4498.0, 4511.0, 4497.0, 4507.0, 4496.0, 4510.0, 4489.0, 4500.0, 4490.0, 4500.0, 4488.0, 4500.0, 4509.0, 4496.0, 4498.0, 4499.0, 4500.0, 4489.0, 4510.0, 4498.0, 4506.0, 4487.0, 4498.0, 4488.0, 4498.0, 4488.0, 4497.0, 4493.0, 4498.0, 4508.0, 4489.0, 4509.0, 4495.0, 4503.0, 4484.0, 4500.0, 4476.0, 4498.0, 4489.0, 4497.0, 4485.0, 4497.0, 4485.0, 4498.0, 4485.0, 4482.0, 4508.0, 4498.0, 4499.0, 4488.0, 4496.0, 4485.0, 4494.0, 4496.0, 4496.0, 4488.0, 4497.0, 4487.0, 4497.0, 4489.0, 4499.0, 4476.0, 4500.0, 4492.0, 4502.0, 4487.0, 4498.0, 4511.0, 4499.0, 4501.0, 4510.0, 4500.0, 4506.0, 4507.0, 4510.0, 4501.0, 4510.0, 4502.0, 4505.0, 4508.0, 4511.0, 4499.0, 4512.0, 4500.0, 4512.0, 4509.0, 4523.0, 4500.0, 4523.0, 4497.0, 4496.0, 4492.0, 4503.0, 4496.0, 4508.0, 4495.0, 4503.0, 4494.0, 4507.0, 4494.0, 4506.0, 4488.0, 4506.0, 4496.0, 4505.0, 4496.0, 4505.0, 4484.0, 4498.0, 4488.0, 4509.0, 4496.0, 4498.0, 4491.0, 4502.0, 4506.0, 4502.0, 4511.0, 4501.0, 4503.0, 4511.0, 4527.0, 4532.0, 4509.0, 4533.0, 4502.0, 4514.0, 4487.0, 4485.0, 4487.0, 4510.0, 4498.0, 4513.0, 4515.0, 4501.0, 4496.0, 4509.0, 4486.0, 4500.0, 4508.0, 4500.0, 4473.0, 4499.0, 4506.0, 4498.0, 4510.0, 4499.0, 4513.0, 4497.0, 4516.0, 4495.0, 4507.0, 4495.0, 4510.0, 4488.0, 4506.0, 4484.0, 4513.0, 4490.0, 4504.0, 4471.0, 4504.0, 4478.0, 4502.0, 4482.0, 4497.0, 4482.0, 4505.0, 4479.0, 4477.0, 4485.0, 4498.0, 4509.0, 4519.0, 4508.0, 4509.0, 4489.0, 4492.0, 4480.0, 4495.0, 4498.0, 4507.0, 4498.0, 4482.0, 4498.0, 4481.0, 4492.0, 4498.0, 4510.0, 4488.0, 4487.0], 'WindowWidth': [10019.0, 9994.0, 9962.0, 9949.0, 9897.0, 9907.0, 9880.0, 9894.0, 9877.0, 9890.0, 9883.0, 9878.0, 9870.0, 9876.0, 9877.0, 9864.0, 9874.0, 9877.0, 9894.0, 9885.0, 9909.0, 9893.0, 9897.0, 9897.0, 9909.0, 9899.0, 9917.0, 9891.0, 9895.0, 9897.0, 9896.0, 9879.0, 9897.0, 9896.0, 9903.0, 9909.0, 9899.0, 9888.0, 9897.0, 9881.0, 9888.0, 9903.0, 9904.0, 9908.0, 9926.0, 9907.0, 9905.0, 9898.0, 9902.0, 9900.0, 9893.0, 9881.0, 9899.0, 9884.0, 9897.0, 9902.0, 9916.0, 9895.0, 9902.0, 9886.0, 9883.0, 9894.0, 9883.0, 9882.0, 9902.0, 9892.0, 9908.0, 9899.0, 9906.0, 9901.0, 9922.0, 9898.0, 9908.0, 9903.0, 9892.0, 9902.0, 9906.0, 9901.0, 9901.0, 9896.0, 9897.0, 9899.0, 9887.0, 9891.0, 9886.0, 9890.0, 9897.0, 9898.0, 9886.0, 9898.0, 9899.0, 9911.0, 9898.0, 9895.0, 9891.0, 9893.0, 9879.0, 9896.0, 9885.0, 9886.0, 9894.0, 9901.0, 9884.0, 9900.0, 9888.0, 9886.0, 9888.0, 9901.0, 9898.0, 9886.0, 9912.0, 9899.0, 9898.0, 9901.0, 9902.0, 9898.0, 9902.0, 9917.0, 9898.0, 9876.0, 9894.0, 9878.0, 9881.0, 9891.0, 9880.0, 9893.0, 9898.0, 9899.0, 9884.0, 9899.0, 9900.0, 9914.0, 9917.0, 9914.0, 9893.0, 9903.0, 9915.0, 9901.0, 9893.0, 9885.0, 9914.0, 9889.0, 9913.0, 9895.0, 9897.0, 9899.0, 9916.0, 9896.0, 9910.0, 9893.0, 9900.0, 9880.0, 9898.0, 9893.0, 9899.0, 9896.0, 9882.0, 9904.0, 9896.0, 9917.0, 9886.0, 9896.0, 9892.0, 9894.0, 9882.0, 9900.0, 9886.0, 9895.0, 9888.0, 9905.0, 9916.0, 9888.0, 9922.0, 9887.0, 9914.0, 9903.0, 9912.0, 9925.0, 9917.0, 9899.0, 9903.0, 9890.0, 9903.0, 9911.0, 9884.0, 9910.0, 9882.0, 9900.0, 9896.0, 9923.0, 9901.0, 9918.0, 9900.0, 9908.0, 9896.0, 9904.0, 9902.0, 9900.0, 9918.0, 9892.0, 9932.0, 9901.0, 9915.0, 9921.0, 9922.0, 9911.0, 9899.0, 9911.0, 9898.0, 9902.0, 9917.0, 9894.0, 9901.0, 9904.0, 9913.0, 9902.0, 9920.0, 9902.0, 9915.0, 9902.0, 9912.0, 9900.0, 9907.0, 9911.0, 9917.0, 9909.0, 9914.0, 9894.0, 9919.0, 9892.0, 9904.0, 9909.0, 9899.0, 9900.0, 9894.0, 9906.0, 9892.0, 9911.0, 9882.0, 9896.0, 9885.0, 9892.0, 9878.0, 9897.0, 9894.0, 9912.0, 9896.0, 9919.0, 9896.0, 9915.0, 9903.0, 9913.0, 9891.0, 9916.0, 9902.0, 9904.0, 9893.0, 9898.0, 9892.0, 9887.0, 9882.0, 9888.0, 9889.0, 9898.0, 9895.0, 9903.0, 9899.0, 9880.0, 9877.0, 9881.0, 9900.0, 9887.0, 9911.0, 9881.0, 9904.0, 9881.0, 9891.0, 9877.0, 9891.0, 9881.0, 9899.0, 9878.0, 9892.0, 9870.0, 9874.0, 9863.0, 9889.0, 9883.0, 9907.0, 9882.0, 9892.0, 9894.0, 9897.0, 9892.0, 9891.0, 9884.0, 9910.0, 9885.0, 9892.0, 9891.0, 9892.0, 9884.0, 9890.0, 9875.0, 9892.0, 9884.0, 9901.0, 9881.0, 9891.0, 9898.0, 9880.0, 9877.0, 9900.0, 9882.0, 9893.0, 9863.0, 9888.0, 9876.0, 9898.0, 9881.0, 9893.0, 9874.0, 9911.0, 9884.0, 9915.0, 9886.0, 9902.0, 9886.0, 9898.0, 9884.0, 9899.0, 9898.0, 9894.0, 9896.0, 9901.0, 9883.0, 9898.0, 9884.0, 9898.0, 9899.0, 9885.0, 9896.0, 9897.0, 9892.0, 9898.0, 9915.0, 9904.0, 9914.0, 9912.0, 9906.0, 9914.0, 9911.0, 9900.0, 9914.0, 9912.0, 9901.0, 9918.0, 9903.0, 9899.0, 9911.0, 9894.0, 9912.0, 9903.0, 9912.0, 9888.0, 9896.0, 9895.0, 9910.0, 9903.0, 9910.0, 9895.0, 9910.0, 9898.0, 9913.0, 9901.0, 9919.0, 9903.0, 9916.0, 9913.0, 9909.0, 9897.0, 9918.0, 9887.0, 9916.0, 9897.0, 9900.0, 9866.0, 9898.0, 9898.0, 9897.0, 9888.0, 9898.0, 9895.0, 9896.0, 9892.0, 9892.0, 9891.0, 9902.0, 9911.0, 9912.0, 9897.0, 9899.0, 9888.0, 9901.0, 9892.0, 9893.0, 9879.0, 9892.0, 9892.0, 9894.0, 9882.0, 9885.0, 9895.0, 9884.0, 9882.0, 9884.0, 9898.0, 9892.0, 9894.0, 9881.0, 9912.0, 9885.0, 9913.0, 9882.0, 9896.0, 9882.0, 9914.0, 9884.0, 9916.0, 9881.0, 9914.0, 9883.0, 9901.0, 9898.0, 9913.0, 9887.0, 9911.0, 9889.0, 9909.0, 9880.0, 9913.0, 9880.0, 9910.0, 9867.0, 9898.0, 9884.0, 9882.0, 9877.0, 9898.0, 9896.0, 9886.0, 9888.0, 9898.0, 9902.0, 9915.0, 9883.0, 9885.0, 9885.0, 9899.0, 9879.0, 9924.0, 9898.0, 9900.0, 9880.0, 9893.0, 9874.0, 9893.0, 9883.0, 9893.0, 9882.0, 9886.0, 9869.0, 9902.0, 9892.0, 9905.0, 9917.0, 9914.0, 9897.0, 9913.0, 9898.0, 9898.0, 9876.0, 9913.0, 9879.0, 9888.0, 9859.0, 9888.0, 9878.0, 9895.0, 9879.0, 9877.0, 9895.0, 9880.0, 9907.0, 9898.0, 9915.0, 9893.0, 9913.0, 9879.0, 9903.0, 9895.0, 9896.0, 9876.0, 9897.0, 9881.0, 9897.0, 9875.0, 9897.0, 9862.0, 9893.0, 9855.0, 9892.0, 9880.0, 9899.0, 9882.0, 9919.0, 9881.0, 9879.0, 9882.0, 9898.0, 9874.0, 9893.0, 9881.0, 9897.0, 9895.0, 9906.0, 9898.0, 9910.0, 9861.0, 9890.0, 9876.0, 9897.0, 9884.0, 9907.0, 9869.0, 9879.0, 9901.0, 9901.0, 9887.0, 9887.0, 9862.0, 9899.0, 9854.0, 9881.0, 9885.0, 9883.0, 9884.0, 9878.0, 9905.0, 9895.0, 9887.0, 9892.0, 9881.0, 9885.0, 9877.0, 9888.0, 9869.0, 9869.0, 9857.0, 9856.0, 9875.0, 9865.0, 9842.0, 9850.0, 9845.0, 9837.0, 9826.0, 9885.0, 9854.0, 9872.0, 9859.0, 9864.0, 9851.0, 9850.0, 9869.0, 9848.0, 9848.0, 9842.0, 9843.0, 9844.0, 9861.0, 9867.0, 9863.0, 9878.0, 9850.0, 9848.0, 9838.0, 9851.0, 9862.0, 9856.0, 9900.0, 9870.0, 9854.0, 9864.0, 9890.0, 9865.0, 9857.0, 9857.0, 9842.0, 9873.0, 9858.0, 9852.0, 9869.0, 9864.0, 9878.0, 9862.0, 9862.0, 9874.0, 9861.0, 9867.0, 9867.0, 9861.0, 9845.0, 9857.0, 9860.0, 9862.0, 9858.0, 9865.0, 9865.0, 9876.0, 9882.0, 9897.0, 9884.0, 9876.0, 9904.0, 9890.0, 9931.0, 9917.0, 9924.0, 9897.0, 9917.0, 9882.0, 9881.0, 9876.0, 9874.0, 9888.0, 9880.0, 9905.0, 9896.0, 9909.0, 9882.0, 9890.0, 9877.0, 9888.0, 9871.0, 9896.0, 9880.0, 9916.0, 9880.0, 9878.0, 9890.0, 9900.0, 9914.0, 9881.0, 9893.0, 9878.0, 9878.0, 9877.0, 9872.0, 9894.0, 9893.0, 9896.0, 9876.0, 9904.0, 9881.0, 9895.0, 9877.0, 9910.0, 9881.0, 9907.0, 9876.0, 9900.0, 9884.0, 9893.0, 9880.0, 9894.0, 9866.0, 9887.0, 9865.0, 9878.0, 9885.0, 9873.0, 9888.0, 9853.0, 9885.0, 9873.0, 9876.0, 9861.0, 9872.0, 9856.0, 9867.0, 9855.0, 9870.0, 9871.0, 9878.0, 9876.0, 9875.0, 9887.0, 9876.0, 9890.0, 9872.0, 9889.0, 9876.0, 9891.0, 9863.0, 9887.0, 9884.0, 9895.0, 9876.0, 9884.0, 9871.0, 9876.0, 9873.0, 9866.0, 9872.0, 9869.0, 9866.0, 9866.0, 9864.0, 9843.0, 9852.0, 9864.0, 9856.0, 9856.0, 9851.0, 9850.0, 9849.0, 9846.0, 9852.0, 9849.0, 9865.0, 9872.0, 9885.0, 9861.0, 9865.0, 9875.0, 9888.0, 9904.0, 9899.0, 9885.0, 9910.0, 9900.0, 9932.0, 9925.0, 9893.0, 9899.0, 9888.0, 9899.0, 9882.0, 9911.0, 9881.0, 9890.0, 9874.0, 9890.0, 9858.0, 9896.0, 9878.0, 9889.0, 9866.0, 9893.0, 9881.0, 9878.0, 9880.0, 9877.0, 9893.0, 9881.0, 9884.0, 9873.0, 9889.0, 9878.0, 9888.0, 9871.0, 9886.0, 9870.0, 9889.0, 9871.0, 9881.0, 9851.0, 9886.0, 9874.0, 9872.0, 9869.0, 9884.0, 9878.0, 9890.0, 9875.0, 9885.0, 9868.0, 9873.0, 9871.0, 9859.0, 9872.0, 9873.0, 9889.0, 9879.0, 9886.0, 9879.0, 9889.0, 9861.0, 9888.0, 9875.0, 9879.0, 9868.0, 9872.0, 9880.0, 9894.0, 9899.0, 9917.0, 9906.0, 9885.0, 9903.0, 9875.0, 9900.0, 9881.0, 9893.0, 9882.0, 9888.0, 9869.0, 9895.0, 9892.0, 9880.0, 9915.0, 9876.0, 9890.0, 9857.0, 9888.0, 9857.0, 9882.0, 9872.0, 9900.0, 9884.0, 9892.0, 9878.0, 9892.0, 9861.0, 9893.0, 9868.0, 9878.0, 9898.0, 9891.0, 9886.0, 9852.0, 9878.0, 9867.0, 9886.0, 9865.0, 9886.0, 9853.0, 9880.0, 9855.0, 9882.0, 9887.0, 9861.0, 9878.0, 9853.0, 9878.0, 9852.0, 9882.0, 9858.0, 9885.0, 9856.0, 9883.0, 9845.0, 9882.0, 9871.0, 9890.0, 9874.0, 9908.0, 9862.0, 9864.0, 9872.0, 9871.0, 9870.0, 9850.0, 9875.0, 9875.0, 9878.0, 9897.0, 9865.0, 9896.0, 9877.0, 9881.0, 9853.0, 9871.0, 9838.0, 9871.0, 9855.0, 9871.0, 9841.0, 9865.0, 9865.0, 9861.0, 9859.0, 9874.0, 9860.0, 9863.0, 9868.0, 9873.0, 9868.0, 9861.0, 9877.0, 9881.0, 9876.0, 9866.0, 9884.0, 9858.0, 9879.0, 9867.0, 9883.0, 9889.0, 9877.0, 9900.0, 9878.0, 9885.0, 9887.0, 9881.0, 9881.0, 9882.0, 9871.0, 9899.0, 9886.0, 9901.0, 9892.0, 9886.0, 9898.0, 9893.0, 9901.0, 9899.0, 9891.0, 9883.0, 9898.0, 9879.0, 9898.0, 9892.0, 9905.0, 9883.0, 9897.0, 9897.0, 9902.0, 9906.0, 9903.0, 9898.0, 9901.0, 9918.0, 9905.0, 9931.0, 9921.0, 9928.0, 9909.0, 9903.0, 9889.0, 9904.0, 9917.0, 9899.0, 9915.0, 9897.0, 9915.0, 9893.0, 9913.0, 9877.0, 9903.0, 9885.0, 9900.0, 9884.0, 9900.0, 9891.0, 9900.0, 9919.0, 9898.0, 9913.0, 9895.0, 9917.0, 9886.0, 9903.0, 9888.0, 9904.0, 9885.0, 9903.0, 9912.0, 9892.0, 9898.0, 9901.0, 9901.0, 9885.0, 9916.0, 9899.0, 9911.0, 9885.0, 9901.0, 9887.0, 9900.0, 9885.0, 9898.0, 9889.0, 9903.0, 9915.0, 9888.0, 9916.0, 9892.0, 9902.0, 9877.0, 9904.0, 9868.0, 9900.0, 9885.0, 9896.0, 9880.0, 9896.0, 9878.0, 9898.0, 9877.0, 9872.0, 9910.0, 9897.0, 9900.0, 9885.0, 9893.0, 9878.0, 9890.0, 9893.0, 9895.0, 9884.0, 9894.0, 9880.0, 9895.0, 9884.0, 9898.0, 9864.0, 9901.0, 9892.0, 9910.0, 9886.0, 9900.0, 9919.0, 9905.0, 9905.0, 9917.0, 9904.0, 9908.0, 9913.0, 9918.0, 9908.0, 9917.0, 9911.0, 9908.0, 9913.0, 9917.0, 9901.0, 9923.0, 9903.0, 9921.0, 9921.0, 9941.0, 9906.0, 9940.0, 9900.0, 9897.0, 9892.0, 9905.0, 9900.0, 9916.0, 9895.0, 9903.0, 9893.0, 9910.0, 9893.0, 9910.0, 9886.0, 9908.0, 9893.0, 9906.0, 9893.0, 9905.0, 9875.0, 9896.0, 9886.0, 9921.0, 9898.0, 9901.0, 9892.0, 9912.0, 9914.0, 9912.0, 9919.0, 9904.0, 9906.0, 9923.0, 9951.0, 9955.0, 9922.0, 9959.0, 9913.0, 9929.0, 9883.0, 9878.0, 9882.0, 9918.0, 9899.0, 9925.0, 9933.0, 9910.0, 9897.0, 9914.0, 9880.0, 9904.0, 9916.0, 9903.0, 9860.0, 9899.0, 9904.0, 9897.0, 9916.0, 9901.0, 9921.0, 9898.0, 9925.0, 9892.0, 9910.0, 9893.0, 9915.0, 9883.0, 9907.0, 9875.0, 9920.0, 9885.0, 9905.0, 9856.0, 9903.0, 9861.0, 9899.0, 9871.0, 9897.0, 9873.0, 9908.0, 9869.0, 9865.0, 9875.0, 9898.0, 9913.0, 9930.0, 9915.0, 9915.0, 9888.0, 9886.0, 9869.0, 9890.0, 9898.0, 9909.0, 9898.0, 9871.0, 9899.0, 9870.0, 9888.0, 9903.0, 9921.0, 9882.0, 9880.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.0010156103896103896</td></tr>
<tr><td colspan=3>aqi</td><td>0.023542380865800867</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.909430727097025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1995722636221842</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0042376469150784</td></tr>
<tr><td colspan=3>efc</td><td>0.4576</td></tr>
<tr><td colspan=3>fber</td><td>7410.249</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11465830392793934</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>114</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.87012987012987</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4219910140913394</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4214711240858113</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.662390845614565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.182111072573643</td></tr>
<tr><td colspan=3>gcor</td><td>0.00502344</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01914943940937519</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0274772010743618</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</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.8981526972216916</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>27.3973</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.9945</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.4845</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306657.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>975.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.3398</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.299</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.1285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3759.434</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1322.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.602</td></tr>
<tr><td colspan=3>tsnr</td><td>39.89994437713176</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>