<?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-0019_ses-02_task-alignvideo_acq-mb8_run-03_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-0019_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-03_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-03_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-0019/ses-02/func/sub-0019_ses-02_task-alignvideo_acq-mb8_run-03_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>afbca5e7788c76849feaf0ff2227748f</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:59:39.725000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999958, -0.00602651, 0.00695457, 0.00488672, 0.988117, 0.153623]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.103657</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7797, -7207, 491, -4, -277, 79, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd83c384-5bff-4883-9373-79058a249556||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828134059906006, 0.013110723346471786, 0.021053900942206383, 110.6679458618164], [0.016168685629963875, 2.6510467529296875, 0.4146730303764343, -107.55989074707031], [0.018658597022294998, -0.4121595323085785, 2.6678836345672607, -21.747665405273438], [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, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['155939.725000', '155940.185000', '155940.645000', '155941.105000', '155941.565000', '155942.025000', '155942.485000', '155942.945000', '155943.405000', '155943.865000', '155944.325000', '155944.785000', '155945.245000', '155945.705000', '155946.165000', '155946.625000', '155947.085000', '155947.545000', '155948.005000', '155948.465000', '155948.925000', '155949.385000', '155949.845000', '155950.305000', '155950.765000', '155951.225000', '155951.685000', '155952.145000', '155952.605000', '155953.065000', '155953.525000', '155953.985000', '155954.445000', '155954.905000', '155955.365000', '155955.825000', '155956.285000', '155956.745000', '155957.205000', '155957.665000', '155958.125000', '155958.585000', '155959.045000', '155959.505000', '155959.965000', '160000.425000', '160000.885000', '160001.345000', '160001.805000', '160002.265000', '160002.725000', '160003.185000', '160003.645000', '160004.105000', '160004.565000', '160005.025000', '160005.485000', '160005.945000', '160006.405000', '160006.865000', '160007.325000', '160007.785000', '160008.245000', '160008.705000', '160009.165000', '160009.625000', '160010.085000', '160010.545000', '160011.005000', '160011.465000', '160011.925000', '160012.385000', '160012.845000', '160013.305000', '160013.765000', '160014.225000', '160014.685000', '160015.145000', '160015.605000', '160016.065000', '160016.525000', '160016.985000', '160017.445000', '160017.905000', '160018.365000', '160018.825000', '160019.285000', '160019.745000', '160020.205000', '160020.665000', '160021.125000', '160021.585000', '160022.045000', '160022.505000', '160022.965000', '160023.425000', '160023.885000', '160024.345000', '160024.805000', '160025.265000', '160025.725000', '160026.185000', '160026.645000', '160027.105000', '160027.565000', '160028.025000', '160028.485000', '160028.945000', '160029.405000', '160029.865000', '160030.325000', '160030.785000', '160031.245000', '160031.705000', '160032.165000', '160032.625000', '160033.085000', '160033.545000', '160034.005000', '160034.465000', '160034.925000', '160035.385000', '160035.845000', '160036.305000', '160036.765000', '160037.225000', '160037.685000', '160038.145000', '160038.605000', '160039.065000', '160039.525000', '160039.985000', '160040.445000', '160040.905000', '160041.365000', '160041.825000', '160042.285000', '160042.745000', '160043.205000', '160043.665000', '160044.125000', '160044.585000', '160045.045000', '160045.505000', '160045.965000', '160046.425000', '160046.885000', '160047.345000', '160047.805000', '160048.265000', '160048.725000', '160049.185000', '160049.645000', '160050.105000', '160050.565000', '160051.025000', '160051.485000', '160051.945000', '160052.405000', '160052.865000', '160053.325000', '160053.785000', '160054.245000', '160054.705000', '160055.165000', '160055.625000', '160056.085000', '160056.545000', '160057.005000', '160057.465000', '160057.925000', '160058.385000', '160058.845000', '160059.305000', '160059.765000', '160100.225000', '160100.685000', '160101.145000', '160101.605000', '160102.065000', '160102.525000', '160102.985000', '160103.445000', '160103.905000', '160104.365000', '160104.825000', '160105.285000', '160105.745000', '160106.205000', '160106.665000', '160107.125000', '160107.585000', '160108.045000', '160108.505000', '160108.965000', '160109.425000', '160109.885000', '160110.345000', '160110.805000', '160111.265000', '160111.725000', '160112.185000', '160112.645000', '160113.105000', '160113.565000', '160114.025000', '160114.485000', '160114.945000', '160115.405000', '160115.865000', '160116.325000', '160116.785000', '160117.245000', '160117.705000', '160118.165000', '160118.625000', '160119.085000', '160119.545000', '160120.005000', '160120.465000', '160120.925000', '160121.385000', '160121.845000', '160122.305000', '160122.765000', '160123.225000', '160123.685000', '160124.145000', '160124.605000', '160125.065000', '160125.525000', '160125.985000', '160126.445000', '160126.905000', '160127.365000', '160127.825000', '160128.285000', '160128.745000', '160129.205000', '160129.665000', '160130.125000', '160130.585000', '160131.045000', '160131.505000', '160131.965000', '160132.425000', '160132.885000', '160133.345000', '160133.805000', '160134.265000', '160134.725000', '160135.185000', '160135.645000', '160136.105000', '160136.565000', '160137.025000', '160137.485000', '160137.945000', '160138.405000', '160138.865000', '160139.325000', '160139.785000', '160140.245000', '160140.705000', '160141.165000', '160141.625000', '160142.085000', '160142.545000', '160143.005000', '160143.465000', '160143.925000', '160144.385000', '160144.845000', '160145.305000', '160145.765000', '160146.225000', '160146.685000', '160147.145000', '160147.605000', '160148.065000', '160148.525000', '160148.985000', '160149.445000', '160149.905000', '160150.365000', '160150.825000', '160151.285000', '160151.745000', '160152.205000', '160152.665000', '160153.125000', '160153.585000', '160154.045000', '160154.505000', '160154.965000', '160155.425000', '160155.885000', '160156.345000', '160156.805000', '160157.265000', '160157.725000', '160158.185000', '160158.645000', '160159.105000', '160159.565000', '160200.025000', '160200.485000', '160200.945000', '160201.405000', '160201.865000', '160202.325000', '160202.785000', '160203.245000', '160203.705000', '160204.165000', '160204.625000', '160205.085000', '160205.545000', '160206.005000', '160206.465000', '160206.925000', '160207.385000', '160207.845000', '160208.305000', '160208.765000', '160209.225000', '160209.685000', '160210.145000', '160210.605000', '160211.065000', '160211.525000', '160211.985000', '160212.445000', '160212.905000', '160213.365000', '160213.825000', '160214.285000', '160214.745000', '160215.205000', '160215.665000', '160216.125000', '160216.585000', '160217.045000', '160217.505000', '160217.965000', '160218.425000', '160218.885000', '160219.345000', '160219.805000', '160220.265000', '160220.725000', '160221.185000', '160221.645000', '160222.105000', '160222.565000', '160223.025000', '160223.485000', '160223.945000', '160224.405000', '160224.865000', '160225.325000', '160225.785000', '160226.245000', '160226.705000', '160227.165000', '160227.625000', '160228.085000', '160228.545000', '160229.005000', '160229.465000', '160229.925000', '160230.385000', '160230.845000', '160231.305000', '160231.765000', '160232.225000', '160232.685000', '160233.145000', '160233.605000', '160234.065000', '160234.525000', '160234.985000', '160235.445000', '160235.905000', '160236.365000', '160236.825000', '160237.285000', '160237.745000', '160238.205000', '160238.665000', '160239.125000', '160239.585000', '160240.045000', '160240.505000', '160240.965000', '160241.425000', '160241.885000', '160242.345000', '160242.805000', '160243.265000', '160243.725000', '160244.185000', '160244.645000', '160245.105000', '160245.565000', '160246.025000', '160246.485000', '160246.945000', '160247.405000', '160247.865000', '160248.325000', '160248.785000', '160249.245000', '160249.705000', '160250.165000', '160250.625000', '160251.085000', '160251.545000', '160252.005000', '160252.465000', '160252.925000', '160253.385000', '160253.845000', '160254.305000', '160254.765000', '160255.225000', '160255.685000', '160256.145000', '160256.605000', '160257.065000', '160257.525000', '160257.985000', '160258.445000', '160258.905000', '160259.365000', '160259.825000', '160300.285000', '160300.745000', '160301.205000', '160301.665000', '160302.125000', '160302.585000', '160303.045000', '160303.505000', '160303.965000', '160304.425000', '160304.885000', '160305.345000', '160305.805000', '160306.265000', '160306.725000', '160307.185000', '160307.645000', '160308.105000', '160308.565000', '160309.025000', '160309.485000', '160309.945000', '160310.405000', '160310.865000', '160311.325000', '160311.785000', '160312.245000', '160312.705000', '160313.165000', '160313.625000', '160314.085000', '160314.545000', '160315.005000', '160315.465000', '160315.925000', '160316.385000', '160316.845000', '160317.305000', '160317.765000', '160318.225000', '160318.685000', '160319.145000', '160319.605000', '160320.065000', '160320.525000', '160320.985000', '160321.445000', '160321.905000', '160322.365000', '160322.825000', '160323.285000', '160323.745000', '160324.205000', '160324.665000', '160325.125000', '160325.585000', '160326.045000', '160326.505000', '160326.965000', '160327.425000', '160327.885000', '160328.345000', '160328.805000', '160329.265000', '160329.725000', '160330.185000', '160330.645000', '160331.105000', '160331.565000', '160332.025000', '160332.485000', '160332.945000', '160333.405000', '160333.865000', '160334.325000', '160334.785000', '160335.245000', '160335.705000', '160336.165000', '160336.625000', '160337.085000', '160337.545000', '160338.005000', '160338.465000', '160338.925000', '160339.385000', '160339.845000', '160340.305000', '160340.765000', '160341.225000', '160341.685000', '160342.145000', '160342.605000', '160343.065000', '160343.525000', '160343.985000', '160344.445000', '160344.905000', '160345.365000', '160345.825000', '160346.285000', '160346.745000', '160347.205000', '160347.665000', '160348.125000', '160348.585000', '160349.045000', '160349.505000', '160349.965000', '160350.425000', '160350.885000', '160351.345000', '160351.805000', '160352.265000', '160352.725000', '160353.185000', '160353.645000', '160354.105000', '160354.565000', '160355.025000', '160355.485000', '160355.945000', '160356.405000', '160356.865000', '160357.325000', '160357.785000', '160358.245000', '160358.705000', '160359.165000', '160359.625000', '160400.085000', '160400.545000', '160401.005000', '160401.465000', '160401.925000', '160402.385000', '160402.845000', '160403.305000', '160403.765000', '160404.225000', '160404.685000', '160405.145000', '160405.605000', '160406.065000', '160406.525000', '160406.985000', '160407.445000', '160407.905000', '160408.365000', '160408.825000', '160409.285000', '160409.745000', '160410.205000', '160410.665000', '160411.125000', '160411.585000', '160412.045000', '160412.505000', '160412.965000', '160413.425000', '160413.885000', '160414.345000', '160414.805000', '160415.265000', '160415.725000', '160416.185000', '160416.645000', '160417.105000', '160417.565000', '160418.025000', '160418.485000', '160418.945000', '160419.405000', '160419.865000', '160420.325000', '160420.785000', '160421.245000', '160421.705000', '160422.165000', '160422.625000', '160423.085000', '160423.545000', '160424.005000', '160424.465000', '160424.925000', '160425.385000', '160425.845000', '160426.305000', '160426.765000', '160427.225000', '160427.685000', '160428.145000', '160428.605000', '160429.065000', '160429.525000', '160429.985000', '160430.445000', '160430.905000', '160431.365000', '160431.825000', '160432.285000', '160432.745000', '160433.205000', '160433.665000', '160434.125000', '160434.585000', '160435.045000', '160435.505000', '160435.965000', '160436.425000', '160436.885000', '160437.345000', '160437.805000', '160438.265000', '160438.725000', '160439.185000', '160439.645000', '160440.105000', '160440.565000', '160441.025000', '160441.485000', '160441.945000', '160442.405000', '160442.865000', '160443.325000', '160443.785000', '160444.245000', '160444.705000', '160445.165000', '160445.625000', '160446.085000', '160446.545000', '160447.005000', '160447.465000', '160447.925000', '160448.385000', '160448.845000', '160449.305000', '160449.765000', '160450.225000', '160450.685000', '160451.145000', '160451.605000', '160452.065000', '160452.525000', '160452.985000', '160453.445000', '160453.905000', '160454.365000', '160454.825000', '160455.285000', '160455.745000', '160456.205000', '160456.665000', '160457.125000', '160457.585000', '160458.045000', '160458.505000', '160458.965000', '160459.425000', '160459.885000', '160500.345000', '160500.805000', '160501.265000', '160501.725000', '160502.185000', '160502.645000', '160503.105000', '160503.565000', '160504.025000', '160504.485000', '160504.945000', '160505.405000', '160505.865000', '160506.325000', '160506.785000', '160507.245000', '160507.705000', '160508.165000', '160508.625000', '160509.085000', '160509.545000', '160510.005000', '160510.465000', '160510.925000', '160511.385000', '160511.845000', '160512.305000', '160512.765000', '160513.225000', '160513.685000', '160514.145000', '160514.605000', '160515.065000', '160515.525000', '160515.985000', '160516.445000', '160516.905000', '160517.365000', '160517.825000', '160518.285000', '160518.745000', '160519.205000', '160519.665000', '160520.125000', '160520.585000', '160521.045000', '160521.505000', '160521.965000', '160522.425000', '160522.885000', '160523.345000', '160523.805000', '160524.265000', '160524.725000', '160525.185000', '160525.645000', '160526.105000', '160526.565000', '160527.025000', '160527.485000', '160527.945000', '160528.405000', '160528.865000', '160529.325000', '160529.785000', '160530.245000', '160530.705000', '160531.165000', '160531.625000', '160532.085000', '160532.545000', '160533.005000', '160533.465000', '160533.925000', '160534.385000', '160534.845000', '160535.305000', '160535.765000', '160536.225000', '160536.685000', '160537.145000', '160537.605000', '160538.065000', '160538.525000', '160538.985000', '160539.445000', '160539.905000', '160540.365000', '160540.825000', '160541.285000', '160541.745000', '160542.205000', '160542.665000', '160543.125000', '160543.585000', '160544.045000', '160544.505000', '160544.965000', '160545.425000', '160545.885000', '160546.345000', '160546.805000', '160547.265000', '160547.725000', '160548.185000', '160548.645000', '160549.105000', '160549.565000', '160550.025000', '160550.485000', '160550.945000', '160551.405000', '160551.865000', '160552.325000', '160552.785000', '160553.245000', '160553.705000', '160554.165000', '160554.625000', '160555.085000', '160555.545000', '160556.005000', '160556.465000', '160556.925000', '160557.385000', '160557.845000', '160558.305000', '160558.765000', '160559.225000', '160559.685000', '160600.145000', '160600.605000', '160601.065000', '160601.525000', '160601.985000', '160602.445000', '160602.905000', '160603.365000', '160603.825000', '160604.285000', '160604.745000', '160605.205000', '160605.665000', '160606.125000', '160606.585000', '160607.045000', '160607.505000', '160607.965000', '160608.425000', '160608.885000', '160609.345000', '160609.805000', '160610.265000', '160610.725000', '160611.185000', '160611.645000', '160612.105000', '160612.565000', '160613.025000', '160613.485000', '160613.945000', '160614.405000', '160614.865000', '160615.325000', '160615.785000', '160616.245000', '160616.705000', '160617.165000', '160617.625000', '160618.085000', '160618.545000', '160619.005000', '160619.465000', '160619.925000', '160620.385000', '160620.845000', '160621.305000', '160621.765000', '160622.225000', '160622.685000', '160623.145000', '160623.605000', '160624.065000', '160624.525000', '160624.985000', '160625.445000', '160625.905000', '160626.365000', '160626.825000', '160627.285000', '160627.745000', '160628.205000', '160628.665000', '160629.125000', '160629.585000', '160630.045000', '160630.505000', '160630.965000', '160631.425000', '160631.885000', '160632.345000', '160632.805000', '160633.265000', '160633.725000', '160634.185000', '160634.645000', '160635.105000', '160635.565000', '160636.025000', '160636.485000', '160636.945000', '160637.405000', '160637.865000', '160638.325000', '160638.785000', '160639.245000', '160639.705000', '160640.165000', '160640.625000', '160641.085000', '160641.545000', '160642.005000', '160642.465000', '160642.925000', '160643.385000', '160643.845000', '160644.305000', '160644.765000', '160645.225000', '160645.685000', '160646.145000', '160646.605000', '160647.065000', '160647.525000', '160647.985000', '160648.445000', '160648.905000', '160649.365000', '160649.825000', '160650.285000', '160650.745000', '160651.205000', '160651.665000', '160652.125000', '160652.585000', '160653.045000', '160653.505000', '160653.965000', '160654.425000', '160654.885000', '160655.345000', '160655.805000', '160656.265000', '160656.725000', '160657.185000', '160657.645000', '160658.105000', '160658.565000', '160659.025000', '160659.485000', '160659.945000', '160700.405000', '160700.865000', '160701.325000', '160701.785000', '160702.245000', '160702.705000', '160703.165000', '160703.625000', '160704.085000', '160704.545000', '160705.005000', '160705.465000', '160705.925000', '160706.385000', '160706.845000', '160707.305000', '160707.765000', '160708.225000', '160708.685000', '160709.145000', '160709.605000', '160710.065000', '160710.525000', '160710.985000', '160711.445000', '160711.905000', '160712.365000', '160712.825000', '160713.285000', '160713.745000', '160714.205000', '160714.665000', '160715.125000', '160715.585000', '160716.045000', '160716.505000', '160716.965000', '160717.425000', '160717.885000', '160718.345000', '160718.805000', '160719.265000', '160719.725000', '160720.185000', '160720.645000', '160721.105000', '160721.565000', '160722.025000', '160722.485000', '160722.945000', '160723.405000', '160723.865000', '160724.325000', '160724.785000', '160725.245000', '160725.705000', '160726.165000', '160726.625000', '160727.085000', '160727.545000', '160728.005000', '160728.465000', '160728.925000', '160729.385000', '160729.845000', '160730.305000', '160730.765000', '160731.225000', '160731.685000', '160732.145000', '160732.605000', '160733.065000', '160733.525000', '160733.985000', '160734.445000', '160734.905000', '160735.365000', '160735.825000', '160736.285000', '160736.745000', '160737.205000', '160737.665000', '160738.125000', '160738.585000', '160739.045000', '160739.505000', '160739.965000', '160740.425000', '160740.885000', '160741.345000', '160741.805000', '160742.265000', '160742.725000', '160743.185000', '160743.645000', '160744.105000', '160744.565000', '160745.025000', '160745.485000', '160745.945000', '160746.405000', '160746.865000', '160747.325000', '160747.785000', '160748.245000', '160748.705000', '160749.165000', '160749.625000', '160750.085000', '160750.545000', '160751.005000', '160751.465000', '160751.925000', '160752.385000', '160752.845000', '160753.305000', '160753.765000', '160754.225000', '160754.685000', '160755.145000', '160755.605000', '160756.065000', '160756.525000', '160756.985000', '160757.445000', '160757.905000', '160758.365000', '160758.825000', '160759.285000', '160759.745000', '160800.205000', '160800.665000', '160801.125000', '160801.585000', '160802.045000', '160802.505000', '160802.965000', '160803.425000', '160803.885000', '160804.345000', '160804.805000', '160805.265000', '160805.725000', '160806.185000', '160806.645000', '160807.105000', '160807.565000', '160808.025000', '160808.485000', '160808.945000', '160809.405000', '160809.865000', '160810.325000', '160810.785000', '160811.245000', '160811.705000', '160812.165000', '160812.625000', '160813.085000', '160813.545000', '160814.005000', '160814.465000', '160814.925000', '160815.385000', '160815.845000', '160816.305000', '160816.765000', '160817.225000', '160817.685000', '160818.145000', '160818.605000', '160819.065000', '160819.525000', '160819.985000', '160820.445000', '160820.905000', '160821.365000', '160821.825000', '160822.285000', '160822.745000', '160823.205000', '160823.665000', '160824.125000', '160824.585000', '160825.045000', '160825.505000', '160825.965000', '160826.425000', '160826.885000', '160827.345000', '160827.805000', '160828.265000', '160828.725000', '160829.185000', '160829.645000', '160830.105000', '160830.565000', '160831.025000', '160831.485000', '160831.945000'], 'ContentTime': ['160004.030000', '160004.034000', '160004.037000', '160004.041000', '160004.044000', '160004.047000', '160004.050000', '160004.053000', '160004.056000', '160004.059000', '160004.062000', '160004.065000', '160004.068000', '160004.071000', '160004.074000', '160004.077000', '160004.080000', '160004.083000', '160004.086000', '160004.089000', '160004.092000', '160004.095000', '160004.098000', '160004.102000', '160004.105000', '160004.108000', '160004.111000', '160004.114000', '160004.117000', '160004.120000', '160004.123000', '160004.126000', '160004.129000', '160004.132000', '160004.135000', '160004.138000', '160004.141000', '160004.144000', '160004.147000', '160004.150000', '160004.153000', '160004.156000', '160004.168000', '160004.171000', '160004.174000', '160004.178000', '160004.181000', '160004.184000', '160004.187000', '160004.190000', '160004.193000', '160023.995000', '160023.998000', '160024.002000', '160024.005000', '160024.008000', '160024.011000', '160024.014000', '160024.023000', '160024.026000', '160024.029000', '160024.032000', '160024.035000', '160024.038000', '160024.041000', '160024.044000', '160024.047000', '160024.050000', '160024.053000', '160024.056000', '160024.060000', '160024.063000', '160024.066000', '160024.069000', '160024.072000', '160024.075000', '160024.078000', '160024.081000', '160024.084000', '160024.087000', '160024.090000', '160024.094000', '160024.097000', '160024.100000', '160024.103000', '160024.107000', '160024.110000', '160024.113000', '160024.116000', '160024.118000', '160024.121000', '160024.124000', '160024.127000', '160024.130000', '160043.995000', '160043.998000', '160044.002000', '160044.005000', '160044.008000', '160044.011000', '160044.013000', '160044.016000', '160044.019000', '160044.022000', '160044.031000', '160044.034000', '160044.037000', '160044.040000', '160044.043000', '160044.046000', '160044.049000', '160044.052000', '160044.067000', '160044.070000', '160044.073000', '160044.075000', '160044.078000', '160044.081000', '160044.084000', '160044.087000', '160044.090000', '160044.093000', '160044.096000', '160044.099000', '160044.102000', '160044.104000', '160044.108000', '160044.111000', '160044.113000', '160044.116000', '160044.119000', '160044.122000', '160044.125000', '160044.128000', '160044.131000', '160044.134000', '160044.137000', '160044.139000', '160103.995000', '160103.998000', '160104.002000', '160104.005000', '160104.008000', '160104.011000', '160104.014000', '160104.017000', '160104.020000', '160104.022000', '160104.025000', '160104.028000', '160104.031000', '160104.034000', '160104.037000', '160104.040000', '160104.043000', '160104.046000', '160104.049000', '160104.052000', '160104.054000', '160104.057000', '160104.060000', '160104.063000', '160104.066000', '160104.069000', '160104.072000', '160104.075000', '160104.078000', '160104.081000', '160104.084000', '160104.087000', '160104.090000', '160104.092000', '160104.095000', '160104.098000', '160104.101000', '160104.120000', '160104.123000', '160104.126000', '160104.128000', '160104.131000', '160104.134000', '160123.996000', '160124.001000', '160124.004000', '160124.007000', '160124.010000', '160124.012000', '160124.015000', '160124.019000', '160124.022000', '160124.024000', '160124.027000', '160124.030000', '160124.033000', '160124.036000', '160124.039000', '160124.042000', '160124.045000', '160124.048000', '160124.051000', '160124.054000', '160124.057000', '160124.060000', '160124.063000', '160124.066000', '160124.069000', '160124.072000', '160124.074000', '160124.077000', '160124.080000', '160124.083000', '160124.086000', '160124.089000', '160124.092000', '160124.095000', '160124.098000', '160124.101000', '160124.104000', '160124.115000', '160124.118000', '160124.121000', '160124.124000', '160124.127000', '160124.130000', '160143.996000', '160144.000000', '160144.003000', '160144.006000', '160144.009000', '160144.012000', '160144.015000', '160144.018000', '160144.021000', '160144.023000', '160144.027000', '160144.029000', '160144.032000', '160144.035000', '160144.038000', '160144.041000', '160144.044000', '160144.047000', '160144.050000', '160144.053000', '160144.056000', '160144.059000', '160144.062000', '160144.065000', '160144.068000', '160144.071000', '160144.074000', '160144.076000', '160144.079000', '160144.082000', '160144.085000', '160144.088000', '160144.091000', '160144.094000', '160144.097000', '160144.100000', '160144.103000', '160144.106000', '160144.109000', '160144.112000', '160144.115000', '160144.117000', '160144.120000', '160144.123000', '160203.995000', '160203.998000', '160204.002000', '160204.005000', '160204.008000', '160204.011000', '160204.014000', '160204.017000', '160204.020000', '160204.023000', '160204.025000', '160204.028000', '160204.031000', '160204.034000', '160204.037000', '160204.040000', '160204.043000', '160204.046000', '160204.049000', '160204.052000', '160204.055000', '160204.058000', '160204.061000', '160204.064000', '160204.067000', '160204.070000', '160204.073000', '160204.076000', '160204.079000', '160204.081000', '160204.085000', '160204.087000', '160204.090000', '160204.093000', '160204.096000', '160204.099000', '160204.102000', '160204.105000', '160204.108000', '160204.111000', '160204.114000', '160204.117000', '160204.120000', '160223.995000', '160223.998000', '160224.002000', '160224.005000', '160224.008000', '160224.011000', '160224.014000', '160224.017000', '160224.019000', '160224.023000', '160224.025000', '160224.028000', '160224.031000', '160224.034000', '160224.051000', '160224.054000', '160224.057000', '160224.060000', '160224.069000', '160224.072000', '160224.075000', '160224.078000', '160224.081000', '160224.084000', '160224.087000', '160224.090000', '160224.093000', '160224.095000', '160224.099000', '160224.102000', '160224.105000', '160224.107000', '160224.110000', '160224.114000', '160224.116000', '160224.119000', '160224.122000', '160224.125000', '160224.128000', '160224.131000', '160224.134000', '160224.137000', '160224.140000', '160224.143000', '160243.995000', '160243.998000', '160244.002000', '160244.005000', '160244.008000', '160244.011000', '160244.014000', '160244.017000', '160244.020000', '160244.023000', '160244.026000', '160244.029000', '160244.031000', '160244.035000', '160244.038000', '160244.040000', '160244.043000', '160244.046000', '160244.049000', '160244.052000', '160244.055000', '160244.058000', '160244.061000', '160244.064000', '160244.067000', '160244.070000', '160244.073000', '160244.076000', '160244.079000', '160244.082000', '160244.084000', '160244.087000', '160244.090000', '160244.093000', '160244.096000', '160244.099000', '160244.102000', '160244.105000', '160244.108000', '160244.111000', '160244.114000', '160244.117000', '160244.120000', '160303.995000', '160303.998000', '160304.002000', '160304.005000', '160304.008000', '160304.011000', '160304.014000', '160304.017000', '160304.020000', '160304.023000', '160304.026000', '160304.029000', '160304.032000', '160304.035000', '160304.038000', '160304.041000', '160304.044000', '160304.047000', '160304.049000', '160304.052000', '160304.055000', '160304.058000', '160304.061000', '160304.064000', '160304.067000', '160304.070000', '160304.073000', '160304.076000', '160304.079000', '160304.082000', '160304.084000', '160304.087000', '160304.090000', '160304.093000', '160304.096000', '160304.099000', '160304.102000', '160304.105000', '160304.108000', '160304.111000', '160304.114000', '160304.117000', '160304.119000', '160304.122000', '160323.995000', '160323.998000', '160324.002000', '160324.005000', '160324.008000', '160324.011000', '160324.014000', '160324.017000', '160324.020000', '160324.023000', '160324.026000', '160324.029000', '160324.032000', '160324.035000', '160324.038000', '160324.041000', '160324.044000', '160324.047000', '160324.050000', '160324.053000', '160324.056000', '160324.059000', '160324.061000', '160324.064000', '160324.067000', '160324.070000', '160324.073000', '160324.076000', '160324.079000', '160324.082000', '160324.085000', '160324.088000', '160324.091000', '160324.093000', '160324.096000', '160324.099000', '160324.102000', '160324.105000', '160324.108000', '160324.111000', '160324.114000', '160324.117000', '160324.120000', '160343.996000', '160344.000000', '160344.003000', '160344.006000', '160344.009000', '160344.012000', '160344.015000', '160344.018000', '160344.021000', '160344.024000', '160344.027000', '160344.030000', '160344.033000', '160344.045000', '160344.048000', '160344.051000', '160344.054000', '160344.057000', '160344.059000', '160344.063000', '160344.065000', '160344.068000', '160344.071000', '160344.074000', '160344.077000', '160344.080000', '160344.083000', '160344.086000', '160344.089000', '160344.092000', '160344.095000', '160344.098000', '160344.101000', '160344.104000', '160344.107000', '160344.110000', '160344.113000', '160344.116000', '160344.118000', '160344.122000', '160344.125000', '160344.127000', '160344.130000', '160344.133000', '160403.996000', '160404.000000', '160404.003000', '160404.006000', '160404.009000', '160404.012000', '160404.015000', '160404.018000', '160404.021000', '160404.024000', '160404.027000', '160404.030000', '160404.033000', '160404.036000', '160404.039000', '160404.042000', '160404.045000', '160404.048000', '160404.051000', '160404.054000', '160404.056000', '160404.060000', '160404.062000', '160404.065000', '160404.068000', '160404.072000', '160404.075000', '160404.078000', '160404.081000', '160404.083000', '160404.086000', '160404.089000', '160404.092000', '160404.095000', '160404.098000', '160404.101000', '160404.104000', '160404.107000', '160404.110000', '160404.113000', '160404.116000', '160404.119000', '160404.122000', '160423.995000', '160423.998000', '160424.002000', '160424.005000', '160424.008000', '160424.011000', '160424.014000', '160424.017000', '160424.020000', '160424.023000', '160424.026000', '160424.029000', '160424.032000', '160424.034000', '160424.037000', '160424.040000', '160424.043000', '160424.046000', '160424.049000', '160424.052000', '160424.055000', '160424.058000', '160424.061000', '160424.064000', '160424.067000', '160424.070000', '160424.073000', '160424.075000', '160424.078000', '160424.081000', '160424.084000', '160424.087000', '160424.090000', '160424.093000', '160424.096000', '160424.099000', '160424.102000', '160424.105000', '160424.108000', '160424.110000', '160424.113000', '160424.116000', '160424.119000', '160424.122000', '160443.995000', '160443.998000', '160444.002000', '160444.005000', '160444.008000', '160444.011000', '160444.014000', '160444.017000', '160444.020000', '160444.023000', '160444.026000', '160444.028000', '160444.031000', '160444.034000', '160444.037000', '160444.040000', '160444.043000', '160444.046000', '160444.049000', '160444.052000', '160444.055000', '160444.058000', '160444.061000', '160444.064000', '160444.067000', '160444.070000', '160444.073000', '160444.076000', '160444.079000', '160444.082000', '160444.085000', '160444.088000', '160444.091000', '160444.094000', '160444.097000', '160444.100000', '160444.103000', '160444.105000', '160444.109000', '160444.111000', '160444.114000', '160444.117000', '160444.120000', '160503.995000', '160503.998000', '160504.002000', '160504.005000', '160504.008000', '160504.011000', '160504.014000', '160504.017000', '160504.020000', '160504.023000', '160504.026000', '160504.029000', '160504.032000', '160504.035000', '160504.038000', '160504.043000', '160504.046000', '160504.049000', '160504.052000', '160504.055000', '160504.058000', '160504.061000', '160504.064000', '160504.067000', '160504.070000', '160504.073000', '160504.076000', '160504.079000', '160504.082000', '160504.085000', '160504.088000', '160504.090000', '160504.093000', '160504.096000', '160504.099000', '160504.102000', '160504.105000', '160504.108000', '160504.111000', '160504.114000', '160504.117000', '160504.120000', '160504.123000', '160504.126000', '160523.995000', '160523.998000', '160524.002000', '160524.006000', '160524.010000', '160524.013000', '160524.016000', '160524.019000', '160524.022000', '160524.025000', '160524.027000', '160524.030000', '160524.033000', '160524.036000', '160524.039000', '160524.042000', '160524.045000', '160524.048000', '160524.051000', '160524.054000', '160524.072000', '160524.076000', '160524.079000', '160524.082000', '160524.085000', '160524.088000', '160524.091000', '160524.093000', '160524.096000', '160524.099000', '160524.102000', '160524.105000', '160524.108000', '160524.111000', '160524.114000', '160524.117000', '160524.120000', '160524.123000', '160524.126000', '160524.129000', '160524.132000', '160524.135000', '160524.137000', '160543.995000', '160543.998000', '160544.002000', '160544.005000', '160544.008000', '160544.011000', '160544.014000', '160544.017000', '160544.027000', '160544.030000', '160544.032000', '160544.035000', '160544.038000', '160544.041000', '160544.044000', '160544.047000', '160544.050000', '160544.053000', '160544.056000', '160544.059000', '160544.062000', '160544.065000', '160544.068000', '160544.071000', '160544.074000', '160544.077000', '160544.080000', '160544.083000', '160544.086000', '160544.089000', '160544.092000', '160544.094000', '160544.098000', '160544.100000', '160544.107000', '160544.109000', '160544.113000', '160544.115000', '160544.118000', '160544.121000', '160544.124000', '160544.127000', '160544.130000', '160544.133000', '160603.996000', '160604.000000', '160604.003000', '160604.006000', '160604.009000', '160604.012000', '160604.015000', '160604.018000', '160604.021000', '160604.024000', '160604.027000', '160604.030000', '160604.033000', '160604.036000', '160604.039000', '160604.042000', '160604.045000', '160604.047000', '160604.051000', '160604.054000', '160604.056000', '160604.059000', '160604.062000', '160604.065000', '160604.068000', '160604.071000', '160604.074000', '160604.077000', '160604.080000', '160604.083000', '160604.086000', '160604.089000', '160604.092000', '160604.095000', '160604.098000', '160604.101000', '160604.104000', '160604.107000', '160604.110000', '160604.113000', '160604.116000', '160604.119000', '160604.122000', '160623.996000', '160624.000000', '160624.003000', '160624.006000', '160624.009000', '160624.012000', '160624.015000', '160624.018000', '160624.021000', '160624.024000', '160624.027000', '160624.030000', '160624.033000', '160624.036000', '160624.039000', '160624.042000', '160624.045000', '160624.047000', '160624.050000', '160624.053000', '160624.056000', '160624.059000', '160624.062000', '160624.065000', '160624.068000', '160624.071000', '160624.074000', '160624.077000', '160624.080000', '160624.083000', '160624.086000', '160624.089000', '160624.092000', '160624.095000', '160624.097000', '160624.101000', '160624.103000', '160624.106000', '160624.109000', '160624.112000', '160624.115000', '160624.118000', '160624.121000', '160624.124000', '160643.995000', '160643.998000', '160644.002000', '160644.005000', '160644.008000', '160644.015000', '160644.018000', '160644.021000', '160644.024000', '160644.027000', '160644.030000', '160644.033000', '160644.035000', '160644.039000', '160644.042000', '160644.046000', '160644.058000', '160644.061000', '160644.064000', '160644.067000', '160644.070000', '160644.073000', '160644.076000', '160644.079000', '160644.081000', '160644.084000', '160644.087000', '160644.090000', '160644.093000', '160644.096000', '160644.099000', '160644.102000', '160644.105000', '160644.108000', '160644.111000', '160644.114000', '160644.117000', '160644.120000', '160644.123000', '160644.126000', '160644.129000', '160644.132000', '160644.135000', '160703.995000', '160703.998000', '160704.002000', '160704.005000', '160704.008000', '160704.011000', '160704.020000', '160704.023000', '160704.026000', '160704.029000', '160704.032000', '160704.035000', '160704.038000', '160704.041000', '160704.044000', '160704.047000', '160704.050000', '160704.053000', '160704.056000', '160704.059000', '160704.062000', '160704.064000', '160704.068000', '160704.070000', '160704.073000', '160704.076000', '160704.079000', '160704.082000', '160704.085000', '160704.088000', '160704.091000', '160704.094000', '160704.097000', '160704.100000', '160704.103000', '160704.106000', '160704.109000', '160704.111000', '160704.114000', '160704.117000', '160704.120000', '160704.123000', '160704.126000', '160704.129000', '160723.995000', '160723.998000', '160724.002000', '160724.005000', '160724.008000', '160724.011000', '160724.014000', '160724.017000', '160724.020000', '160724.023000', '160724.026000', '160724.029000', '160724.032000', '160724.035000', '160724.038000', '160724.041000', '160724.044000', '160724.047000', '160724.050000', '160724.052000', '160724.056000', '160724.058000', '160724.061000', '160724.064000', '160724.067000', '160724.070000', '160724.073000', '160724.076000', '160724.079000', '160724.082000', '160724.085000', '160724.088000', '160724.091000', '160724.094000', '160724.097000', '160724.100000', '160724.103000', '160724.105000', '160724.108000', '160724.111000', '160724.114000', '160724.117000', '160724.120000', '160743.995000', '160743.998000', '160744.002000', '160744.005000', '160744.008000', '160744.011000', '160744.014000', '160744.017000', '160744.020000', '160744.023000', '160744.026000', '160744.029000', '160744.032000', '160744.035000', '160744.038000', '160744.041000', '160744.043000', '160744.047000', '160744.049000', '160744.052000', '160744.055000', '160744.058000', '160744.061000', '160744.064000', '160744.067000', '160744.070000', '160744.073000', '160744.076000', '160744.079000', '160744.082000', '160744.085000', '160744.088000', '160744.091000', '160744.094000', '160744.097000', '160744.100000', '160744.102000', '160744.105000', '160744.108000', '160744.111000', '160744.114000', '160744.117000', '160744.120000', '160744.123000', '160803.995000', '160803.998000', '160804.002000', '160804.005000', '160804.008000', '160804.011000', '160804.014000', '160804.017000', '160804.020000', '160804.023000', '160804.025000', '160804.029000', '160804.031000', '160804.034000', '160804.037000', '160804.040000', '160804.043000', '160804.046000', '160804.049000', '160804.052000', '160804.055000', '160804.058000', '160804.061000', '160804.064000', '160804.067000', '160804.070000', '160804.073000', '160804.089000', '160804.092000', '160804.095000', '160804.098000', '160804.101000', '160804.104000', '160804.107000', '160804.109000', '160804.112000', '160804.115000', '160804.118000', '160804.121000', '160804.124000', '160804.127000', '160804.130000', '160804.133000', '160823.996000', '160824.000000', '160824.003000', '160824.006000', '160824.014000', '160824.017000', '160824.020000', '160824.023000', '160824.026000', '160824.029000', '160824.032000', '160824.035000', '160824.038000', '160824.041000', '160824.044000', '160824.047000', '160824.050000', '160824.053000', '160824.056000', '160824.059000', '160824.062000', '160824.065000', '160824.068000', '160824.071000', '160824.074000', '160824.077000', '160824.080000', '160824.083000', '160824.086000', '160824.089000', '160824.092000', '160824.094000', '160824.098000', '160824.100000', '160824.103000', '160824.106000', '160824.109000', '160824.112000', '160824.115000', '160824.118000', '160824.121000', '160824.124000', '160824.127000', '160824.130000', '160833.189000', '160833.192000', '160833.195000', '160833.199000', '160833.209000', '160833.212000', '160833.215000', '160833.218000', '160833.221000', '160833.224000', '160833.227000', '160833.230000', '160833.233000', '160833.236000', '160833.239000', '160833.242000', '160833.245000', '160833.248000', '160833.251000', '160833.254000'], 'InstanceCreationTime': ['160004.030000', '160004.034000', '160004.037000', '160004.041000', '160004.044000', '160004.047000', '160004.050000', '160004.053000', '160004.056000', '160004.059000', '160004.062000', '160004.065000', '160004.068000', '160004.071000', '160004.074000', '160004.077000', '160004.080000', '160004.083000', '160004.086000', '160004.089000', '160004.092000', '160004.095000', '160004.098000', '160004.102000', '160004.105000', '160004.108000', '160004.111000', '160004.114000', '160004.117000', '160004.120000', '160004.123000', '160004.126000', '160004.129000', '160004.132000', '160004.135000', '160004.138000', '160004.141000', '160004.144000', '160004.147000', '160004.150000', '160004.153000', '160004.156000', '160004.168000', '160004.171000', '160004.174000', '160004.178000', '160004.181000', '160004.184000', '160004.187000', '160004.190000', '160004.193000', '160023.995000', '160023.998000', '160024.002000', '160024.005000', '160024.008000', '160024.011000', '160024.014000', '160024.023000', '160024.026000', '160024.029000', '160024.032000', '160024.035000', '160024.038000', '160024.041000', '160024.044000', '160024.047000', '160024.050000', '160024.053000', '160024.056000', '160024.060000', '160024.063000', '160024.066000', '160024.069000', '160024.072000', '160024.075000', '160024.078000', '160024.081000', '160024.084000', '160024.087000', '160024.090000', '160024.094000', '160024.097000', '160024.100000', '160024.103000', '160024.107000', '160024.110000', '160024.113000', '160024.116000', '160024.118000', '160024.121000', '160024.124000', '160024.127000', '160024.130000', '160043.995000', '160043.998000', '160044.002000', '160044.005000', '160044.008000', '160044.011000', '160044.013000', '160044.016000', '160044.019000', '160044.022000', '160044.031000', '160044.034000', '160044.037000', '160044.040000', '160044.043000', '160044.046000', '160044.049000', '160044.052000', '160044.067000', '160044.070000', '160044.073000', '160044.075000', '160044.078000', '160044.081000', '160044.084000', '160044.087000', '160044.090000', '160044.093000', '160044.096000', '160044.099000', '160044.102000', '160044.104000', '160044.108000', '160044.111000', '160044.113000', '160044.116000', '160044.119000', '160044.122000', '160044.125000', '160044.128000', '160044.131000', '160044.134000', '160044.137000', '160044.139000', '160103.995000', '160103.998000', '160104.002000', '160104.005000', '160104.008000', '160104.011000', '160104.014000', '160104.017000', '160104.020000', '160104.022000', '160104.025000', '160104.028000', '160104.031000', '160104.034000', '160104.037000', '160104.040000', '160104.043000', '160104.046000', '160104.049000', '160104.052000', '160104.054000', '160104.057000', '160104.060000', '160104.063000', '160104.066000', '160104.069000', '160104.072000', '160104.075000', '160104.078000', '160104.081000', '160104.084000', '160104.087000', '160104.090000', '160104.092000', '160104.095000', '160104.098000', '160104.101000', '160104.120000', '160104.123000', '160104.126000', '160104.128000', '160104.131000', '160104.134000', '160123.996000', '160124.001000', '160124.004000', '160124.007000', '160124.010000', '160124.012000', '160124.015000', '160124.019000', '160124.022000', '160124.024000', '160124.027000', '160124.030000', '160124.033000', '160124.036000', '160124.039000', '160124.042000', '160124.045000', '160124.048000', '160124.051000', '160124.054000', '160124.057000', '160124.060000', '160124.063000', '160124.066000', '160124.069000', '160124.072000', '160124.074000', '160124.077000', '160124.080000', '160124.083000', '160124.086000', '160124.089000', '160124.092000', '160124.095000', '160124.098000', '160124.101000', '160124.104000', '160124.115000', '160124.118000', '160124.121000', '160124.124000', '160124.127000', '160124.130000', '160143.996000', '160144.000000', '160144.003000', '160144.006000', '160144.009000', '160144.012000', '160144.015000', '160144.018000', '160144.021000', '160144.023000', '160144.027000', '160144.029000', '160144.032000', '160144.035000', '160144.038000', '160144.041000', '160144.044000', '160144.047000', '160144.050000', '160144.053000', '160144.056000', '160144.059000', '160144.062000', '160144.065000', '160144.068000', '160144.071000', '160144.074000', '160144.076000', '160144.079000', '160144.082000', '160144.085000', '160144.088000', '160144.091000', '160144.094000', '160144.097000', '160144.100000', '160144.103000', '160144.106000', '160144.109000', '160144.112000', '160144.115000', '160144.117000', '160144.120000', '160144.123000', '160203.995000', '160203.998000', '160204.002000', '160204.005000', '160204.008000', '160204.011000', '160204.014000', '160204.017000', '160204.020000', '160204.023000', '160204.025000', '160204.028000', '160204.031000', '160204.034000', '160204.037000', '160204.040000', '160204.043000', '160204.046000', '160204.049000', '160204.052000', '160204.055000', '160204.058000', '160204.061000', '160204.064000', '160204.067000', '160204.070000', '160204.073000', '160204.076000', '160204.079000', '160204.081000', '160204.085000', '160204.087000', '160204.090000', '160204.093000', '160204.096000', '160204.099000', '160204.102000', '160204.105000', '160204.108000', '160204.111000', '160204.114000', '160204.117000', '160204.120000', '160223.995000', '160223.998000', '160224.002000', '160224.005000', '160224.008000', '160224.011000', '160224.014000', '160224.017000', '160224.019000', '160224.023000', '160224.025000', '160224.028000', '160224.031000', '160224.034000', '160224.051000', '160224.054000', '160224.057000', '160224.060000', '160224.069000', '160224.072000', '160224.075000', '160224.078000', '160224.081000', '160224.084000', '160224.087000', '160224.090000', '160224.093000', '160224.095000', '160224.099000', '160224.102000', '160224.105000', '160224.107000', '160224.110000', '160224.114000', '160224.116000', '160224.119000', '160224.122000', '160224.125000', '160224.128000', '160224.131000', '160224.134000', '160224.137000', '160224.140000', '160224.143000', '160243.995000', '160243.998000', '160244.002000', '160244.005000', '160244.008000', '160244.011000', '160244.014000', '160244.017000', '160244.020000', '160244.023000', '160244.026000', '160244.029000', '160244.031000', '160244.035000', '160244.038000', '160244.040000', '160244.043000', '160244.046000', '160244.049000', '160244.052000', '160244.055000', '160244.058000', '160244.061000', '160244.064000', '160244.067000', '160244.070000', '160244.073000', '160244.076000', '160244.079000', '160244.082000', '160244.084000', '160244.087000', '160244.090000', '160244.093000', '160244.096000', '160244.099000', '160244.102000', '160244.105000', '160244.108000', '160244.111000', '160244.114000', '160244.117000', '160244.120000', '160303.995000', '160303.998000', '160304.002000', '160304.005000', '160304.008000', '160304.011000', '160304.014000', '160304.017000', '160304.020000', '160304.023000', '160304.026000', '160304.029000', '160304.032000', '160304.035000', '160304.038000', '160304.041000', '160304.044000', '160304.047000', '160304.049000', '160304.052000', '160304.055000', '160304.058000', '160304.061000', '160304.064000', '160304.067000', '160304.070000', '160304.073000', '160304.076000', '160304.079000', '160304.082000', '160304.084000', '160304.087000', '160304.090000', '160304.093000', '160304.096000', '160304.099000', '160304.102000', '160304.105000', '160304.108000', '160304.111000', '160304.114000', '160304.117000', '160304.119000', '160304.122000', '160323.995000', '160323.998000', '160324.002000', '160324.005000', '160324.008000', '160324.011000', '160324.014000', '160324.017000', '160324.020000', '160324.023000', '160324.026000', '160324.029000', '160324.032000', '160324.035000', '160324.038000', '160324.041000', '160324.044000', '160324.047000', '160324.050000', '160324.053000', '160324.056000', '160324.059000', '160324.061000', '160324.064000', '160324.067000', '160324.070000', '160324.073000', '160324.076000', '160324.079000', '160324.082000', '160324.085000', '160324.088000', '160324.091000', '160324.093000', '160324.096000', '160324.099000', '160324.102000', '160324.105000', '160324.108000', '160324.111000', '160324.114000', '160324.117000', '160324.120000', '160343.996000', '160344.000000', '160344.003000', '160344.006000', '160344.009000', '160344.012000', '160344.015000', '160344.018000', '160344.021000', '160344.024000', '160344.027000', '160344.030000', '160344.033000', '160344.045000', '160344.048000', '160344.051000', '160344.054000', '160344.057000', '160344.059000', '160344.063000', '160344.065000', '160344.068000', '160344.071000', '160344.074000', '160344.077000', '160344.080000', '160344.083000', '160344.086000', '160344.089000', '160344.092000', '160344.095000', '160344.098000', '160344.101000', '160344.104000', '160344.107000', '160344.110000', '160344.113000', '160344.116000', '160344.118000', '160344.122000', '160344.125000', '160344.127000', '160344.130000', '160344.133000', '160403.996000', '160404.000000', '160404.003000', '160404.006000', '160404.009000', '160404.012000', '160404.015000', '160404.018000', '160404.021000', '160404.024000', '160404.027000', '160404.030000', '160404.033000', '160404.036000', '160404.039000', '160404.042000', '160404.045000', '160404.048000', '160404.051000', '160404.054000', '160404.056000', '160404.060000', '160404.062000', '160404.065000', '160404.068000', '160404.072000', '160404.075000', '160404.078000', '160404.081000', '160404.083000', '160404.086000', '160404.089000', '160404.092000', '160404.095000', '160404.098000', '160404.101000', '160404.104000', '160404.107000', '160404.110000', '160404.113000', '160404.116000', '160404.119000', '160404.122000', '160423.995000', '160423.998000', '160424.002000', '160424.005000', '160424.008000', '160424.011000', '160424.014000', '160424.017000', '160424.020000', '160424.023000', '160424.026000', '160424.029000', '160424.032000', '160424.034000', '160424.037000', '160424.040000', '160424.043000', '160424.046000', '160424.049000', '160424.052000', '160424.055000', '160424.058000', '160424.061000', '160424.064000', '160424.067000', '160424.070000', '160424.073000', '160424.075000', '160424.078000', '160424.081000', '160424.084000', '160424.087000', '160424.090000', '160424.093000', '160424.096000', '160424.099000', '160424.102000', '160424.105000', '160424.108000', '160424.110000', '160424.113000', '160424.116000', '160424.119000', '160424.122000', '160443.995000', '160443.998000', '160444.002000', '160444.005000', '160444.008000', '160444.011000', '160444.014000', '160444.017000', '160444.020000', '160444.023000', '160444.026000', '160444.028000', '160444.031000', '160444.034000', '160444.037000', '160444.040000', '160444.043000', '160444.046000', '160444.049000', '160444.052000', '160444.055000', '160444.058000', '160444.061000', '160444.064000', '160444.067000', '160444.070000', '160444.073000', '160444.076000', '160444.079000', '160444.082000', '160444.085000', '160444.088000', '160444.091000', '160444.094000', '160444.097000', '160444.100000', '160444.103000', '160444.105000', '160444.109000', '160444.111000', '160444.114000', '160444.117000', '160444.120000', '160503.995000', '160503.998000', '160504.002000', '160504.005000', '160504.008000', '160504.011000', '160504.014000', '160504.017000', '160504.020000', '160504.023000', '160504.026000', '160504.029000', '160504.032000', '160504.035000', '160504.038000', '160504.043000', '160504.046000', '160504.049000', '160504.052000', '160504.055000', '160504.058000', '160504.061000', '160504.064000', '160504.067000', '160504.070000', '160504.073000', '160504.076000', '160504.079000', '160504.082000', '160504.085000', '160504.088000', '160504.090000', '160504.093000', '160504.096000', '160504.099000', '160504.102000', '160504.105000', '160504.108000', '160504.111000', '160504.114000', '160504.117000', '160504.120000', '160504.123000', '160504.126000', '160523.995000', '160523.998000', '160524.002000', '160524.006000', '160524.010000', '160524.013000', '160524.016000', '160524.019000', '160524.022000', '160524.025000', '160524.027000', '160524.030000', '160524.033000', '160524.036000', '160524.039000', '160524.042000', '160524.045000', '160524.048000', '160524.051000', '160524.054000', '160524.072000', '160524.076000', '160524.079000', '160524.082000', '160524.085000', '160524.088000', '160524.091000', '160524.093000', '160524.096000', '160524.099000', '160524.102000', '160524.105000', '160524.108000', '160524.111000', '160524.114000', '160524.117000', '160524.120000', '160524.123000', '160524.126000', '160524.129000', '160524.132000', '160524.135000', '160524.137000', '160543.995000', '160543.998000', '160544.002000', '160544.005000', '160544.008000', '160544.011000', '160544.014000', '160544.017000', '160544.027000', '160544.030000', '160544.032000', '160544.035000', '160544.038000', '160544.041000', '160544.044000', '160544.047000', '160544.050000', '160544.053000', '160544.056000', '160544.059000', '160544.062000', '160544.065000', '160544.068000', '160544.071000', '160544.074000', '160544.077000', '160544.080000', '160544.083000', '160544.086000', '160544.089000', '160544.092000', '160544.094000', '160544.098000', '160544.100000', '160544.107000', '160544.109000', '160544.113000', '160544.115000', '160544.118000', '160544.121000', '160544.124000', '160544.127000', '160544.130000', '160544.133000', '160603.996000', '160604.000000', '160604.003000', '160604.006000', '160604.009000', '160604.012000', '160604.015000', '160604.018000', '160604.021000', '160604.024000', '160604.027000', '160604.030000', '160604.033000', '160604.036000', '160604.039000', '160604.042000', '160604.045000', '160604.047000', '160604.051000', '160604.054000', '160604.056000', '160604.059000', '160604.062000', '160604.065000', '160604.068000', '160604.071000', '160604.074000', '160604.077000', '160604.080000', '160604.083000', '160604.086000', '160604.089000', '160604.092000', '160604.095000', '160604.098000', '160604.101000', '160604.104000', '160604.107000', '160604.110000', '160604.113000', '160604.116000', '160604.119000', '160604.122000', '160623.996000', '160624.000000', '160624.003000', '160624.006000', '160624.009000', '160624.012000', '160624.015000', '160624.018000', '160624.021000', '160624.024000', '160624.027000', '160624.030000', '160624.033000', '160624.036000', '160624.039000', '160624.042000', '160624.045000', '160624.047000', '160624.050000', '160624.053000', '160624.056000', '160624.059000', '160624.062000', '160624.065000', '160624.068000', '160624.071000', '160624.074000', '160624.077000', '160624.080000', '160624.083000', '160624.086000', '160624.089000', '160624.092000', '160624.095000', '160624.097000', '160624.101000', '160624.103000', '160624.106000', '160624.109000', '160624.112000', '160624.115000', '160624.118000', '160624.121000', '160624.124000', '160643.995000', '160643.998000', '160644.002000', '160644.005000', '160644.008000', '160644.015000', '160644.018000', '160644.021000', '160644.024000', '160644.027000', '160644.030000', '160644.033000', '160644.035000', '160644.039000', '160644.042000', '160644.046000', '160644.058000', '160644.061000', '160644.064000', '160644.067000', '160644.070000', '160644.073000', '160644.076000', '160644.079000', '160644.081000', '160644.084000', '160644.087000', '160644.090000', '160644.093000', '160644.096000', '160644.099000', '160644.102000', '160644.105000', '160644.108000', '160644.111000', '160644.114000', '160644.117000', '160644.120000', '160644.123000', '160644.126000', '160644.129000', '160644.132000', '160644.135000', '160703.995000', '160703.998000', '160704.002000', '160704.005000', '160704.008000', '160704.011000', '160704.020000', '160704.023000', '160704.026000', '160704.029000', '160704.032000', '160704.035000', '160704.038000', '160704.041000', '160704.044000', '160704.047000', '160704.050000', '160704.053000', '160704.056000', '160704.059000', '160704.062000', '160704.064000', '160704.068000', '160704.070000', '160704.073000', '160704.076000', '160704.079000', '160704.082000', '160704.085000', '160704.088000', '160704.091000', '160704.094000', '160704.097000', '160704.100000', '160704.103000', '160704.106000', '160704.109000', '160704.111000', '160704.114000', '160704.117000', '160704.120000', '160704.123000', '160704.126000', '160704.129000', '160723.995000', '160723.998000', '160724.002000', '160724.005000', '160724.008000', '160724.011000', '160724.014000', '160724.017000', '160724.020000', '160724.023000', '160724.026000', '160724.029000', '160724.032000', '160724.035000', '160724.038000', '160724.041000', '160724.044000', '160724.047000', '160724.050000', '160724.052000', '160724.056000', '160724.058000', '160724.061000', '160724.064000', '160724.067000', '160724.070000', '160724.073000', '160724.076000', '160724.079000', '160724.082000', '160724.085000', '160724.088000', '160724.091000', '160724.094000', '160724.097000', '160724.100000', '160724.103000', '160724.105000', '160724.108000', '160724.111000', '160724.114000', '160724.117000', '160724.120000', '160743.995000', '160743.998000', '160744.002000', '160744.005000', '160744.008000', '160744.011000', '160744.014000', '160744.017000', '160744.020000', '160744.023000', '160744.026000', '160744.029000', '160744.032000', '160744.035000', '160744.038000', '160744.041000', '160744.043000', '160744.047000', '160744.049000', '160744.052000', '160744.055000', '160744.058000', '160744.061000', '160744.064000', '160744.067000', '160744.070000', '160744.073000', '160744.076000', '160744.079000', '160744.082000', '160744.085000', '160744.088000', '160744.091000', '160744.094000', '160744.097000', '160744.100000', '160744.102000', '160744.105000', '160744.108000', '160744.111000', '160744.114000', '160744.117000', '160744.120000', '160744.123000', '160803.995000', '160803.998000', '160804.002000', '160804.005000', '160804.008000', '160804.011000', '160804.014000', '160804.017000', '160804.020000', '160804.023000', '160804.025000', '160804.029000', '160804.031000', '160804.034000', '160804.037000', '160804.040000', '160804.043000', '160804.046000', '160804.049000', '160804.052000', '160804.055000', '160804.058000', '160804.061000', '160804.064000', '160804.067000', '160804.070000', '160804.073000', '160804.089000', '160804.092000', '160804.095000', '160804.098000', '160804.101000', '160804.104000', '160804.107000', '160804.109000', '160804.112000', '160804.115000', '160804.118000', '160804.121000', '160804.124000', '160804.127000', '160804.130000', '160804.133000', '160823.996000', '160824.000000', '160824.003000', '160824.006000', '160824.014000', '160824.017000', '160824.020000', '160824.023000', '160824.026000', '160824.029000', '160824.032000', '160824.035000', '160824.038000', '160824.041000', '160824.044000', '160824.047000', '160824.050000', '160824.053000', '160824.056000', '160824.059000', '160824.062000', '160824.065000', '160824.068000', '160824.071000', '160824.074000', '160824.077000', '160824.080000', '160824.083000', '160824.086000', '160824.089000', '160824.092000', '160824.094000', '160824.098000', '160824.100000', '160824.103000', '160824.106000', '160824.109000', '160824.112000', '160824.115000', '160824.118000', '160824.121000', '160824.124000', '160824.127000', '160824.130000', '160833.189000', '160833.192000', '160833.195000', '160833.199000', '160833.209000', '160833.212000', '160833.215000', '160833.218000', '160833.221000', '160833.224000', '160833.227000', '160833.230000', '160833.233000', '160833.236000', '160833.239000', '160833.242000', '160833.245000', '160833.248000', '160833.251000', '160833.254000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [18574, 10334, 10531, 14366, 10450, 18538, 10767, 10291, 15815, 10423, 18946, 10484, 10332, 14192, 10603, 13759, 10717, 10453, 14691, 10313, 14858, 10991, 10338, 15799, 10260, 12774, 10936, 10338, 15628, 10356, 11056, 12130, 10265, 15483, 10164, 10615, 13814, 10865, 16615, 10912, 10737, 13595, 10477, 10810, 12610, 10649, 11394, 10534, 10810, 16791, 10282, 10814, 14249, 10475, 15002, 11936, 10725, 16295, 10280, 10841, 11853, 11013, 16868, 10921, 10709, 13321, 10625, 13756, 12110, 10748, 16471, 10428, 10984, 12263, 10740, 17221, 10300, 10835, 13643, 10889, 16654, 10479, 10582, 14947, 10639, 11435, 10446, 10849, 14786, 10552, 14949, 12635, 10847, 15522, 10434, 12822, 12148, 10626, 17228, 10309, 10723, 12871, 10811, 15197, 11003, 10894, 16553, 10448, 12426, 11155, 10570, 15929, 10348, 18381, 10363, 10661, 11990, 10583, 15091, 10267, 10782, 12796, 10782, 15837, 10362, 10564, 13485, 10395, 11187, 10588, 10807, 15850, 10391, 10876, 14731, 10552, 13468, 11608, 10743, 16810, 10551, 10757, 14224, 10476, 12842, 10876, 10507, 17049, 10364, 10735, 14107, 10530, 13752, 11604, 10429, 17488, 10367, 10574, 13672, 10249, 12238, 10885, 10607, 18115, 10788, 10353, 15140, 10124, 10487, 13772, 10422, 11616, 10930, 10476, 15485, 10545, 10250, 16531, 10072, 10192, 13706, 10320, 10984, 11814, 10531, 13530, 10707, 10488, 16556, 10256, 12340, 13387, 10385, 15590, 10476, 10234, 15752, 10375, 10342, 15225, 10278, 11483, 11589, 10277, 16975, 10679, 10297, 14497, 10400, 11532, 10760, 10434, 15744, 10239, 10588, 13026, 10337, 15750, 10458, 10267, 15473, 10204, 10982, 12334, 10450, 14717, 11674, 10539, 16586, 10363, 10345, 13329, 10594, 15867, 11498, 10402, 16651, 10400, 10240, 14981, 10183, 10513, 14771, 10544, 12987, 10831, 10395, 16465, 10725, 10447, 16115, 10227, 11766, 11248, 10412, 14663, 10513, 10605, 13027, 10637, 10442, 15417, 10648, 10316, 16907, 11583, 10396, 16124, 10813, 10435, 16654, 10114, 10290, 14878, 10522, 16385, 11015, 10343, 15681, 10443, 10085, 13873, 10305, 10368, 13562, 10122, 11200, 11683, 10341, 17474, 11462, 10409, 16702, 10600, 10274, 15854, 10593, 12579, 13921, 10694, 15276, 11479, 10287, 19820, 13106, 10481, 18188, 10648, 10201, 15407, 10737, 12027, 11031, 10615, 10779, 13328, 10572, 10347, 18121, 12828, 10621, 17523, 10786, 10397, 18285, 11169, 10156, 16928, 11424, 10434, 14802, 10616, 10299, 12850, 10714, 13246, 11127, 10695, 10948, 11494, 10428, 13039, 11014, 10559, 15537, 11007, 10494, 16502, 11396, 10520, 18013, 13148, 10287, 17884, 10756, 10285, 16962, 10977, 10107, 17331, 10547, 10096, 16380, 10721, 10203, 17511, 10405, 10332, 16304, 10495, 10553, 14189, 10494, 10449, 13434, 10660, 10853, 13251, 10594, 16533, 11604, 10461, 16393, 10778, 10144, 16672, 10689, 10296, 15109, 10496, 11451, 11514, 10337, 17272, 11035, 10141, 16587, 10344, 10387, 13701, 10664, 15146, 10932, 10216, 17357, 10741, 10391, 14642, 10419, 11475, 11375, 10381, 15337, 11107, 10339, 14791, 10288, 10616, 12800, 10450, 11029, 10976, 10397, 17090, 10746, 10449, 14532, 10104, 13990, 12315, 10444, 18057, 10554, 10516, 13569, 10397, 10992, 10484, 10639, 15538, 10748, 10592, 15260, 10216, 10543, 12731, 10577, 18006, 10641, 10176, 15255, 10609, 13546, 11605, 10425, 17552, 10725, 10292, 14697, 10504, 11967, 12076, 10329, 17346, 10636, 10220, 14761, 10657, 13491, 11269, 10167, 15701, 10481, 10030, 13770, 10653, 16714, 10767, 9979, 14841, 10311, 10938, 11538, 10299, 18096, 10567, 10014, 14564, 10363, 13470, 10912, 10304, 17126, 10502, 10289, 14297, 10287, 12776, 11441, 10404, 14313, 10950, 10329, 15029, 10028, 10479, 14319, 10140, 10925, 10867, 10202, 16608, 11711, 10368, 15361, 10622, 10469, 15229, 10675, 10798, 11402, 10305, 16617, 10655, 10335, 14778, 10815, 17205, 13345, 10159, 17803, 10710, 17299, 14422, 10107, 17706, 11199, 10689, 17467, 10704, 10802, 15784, 10821, 12060, 13585, 10725, 17478, 11045, 10673, 15526, 10386, 10796, 14428, 10684, 14734, 10924, 10746, 15390, 10335, 10603, 15092, 10402, 10875, 14841, 10468, 11345, 12022, 10819, 15980, 10418, 10661, 13535, 10808, 15013, 10256, 10633, 14032, 10857, 13792, 10548, 10693, 13413, 10570, 11999, 11140, 10841, 13778, 10525, 11098, 11454, 10691, 14507, 10384, 10808, 12467, 11026, 13926, 10781, 10698, 14090, 10559, 11131, 12706, 10846, 15422, 10722, 10795, 14607, 10772, 17238, 10887, 10726, 13676, 10620, 14869, 11120, 10839, 15696, 10465, 10729, 13771, 10706, 14378, 11570, 10830, 16973, 10588, 10538, 13986, 10833, 13660, 11264, 10889, 14891, 10185, 10376, 13680, 10550, 11384, 11313, 10718, 12537, 10955, 10766, 14862, 10969, 10722, 13926, 10296, 11331, 12530, 10744, 19221, 13260, 10803, 15960, 10592, 10543, 14656, 10544, 10739, 13411, 10678, 11812, 11839, 10684, 17200, 10570, 10594, 14907, 10466, 14399, 10719, 10446, 13915, 10540, 11441, 11324, 10473, 13785, 10488, 10959, 12159, 10717, 16797, 10522, 10389, 12712, 10469, 12941, 11012, 10394, 13582, 10692, 10574, 12425, 11145, 10226, 10804, 14399, 10348, 10704, 16359, 10570, 10596, 15458, 10524, 18222, 15272, 10576, 13264, 11087, 10432, 15994, 13124, 10583, 16979, 10540, 10133, 14176, 10212, 10008, 14963, 10808, 10237, 14842, 10600, 10216, 15625, 10026, 10370, 15244, 10228, 12594, 11153, 10239, 18180, 12726, 10532, 14454, 10284, 11679, 12200, 10647, 15268, 10739, 10503, 13587, 10882, 10614, 15661, 12070, 10486, 14627, 10062, 10426, 14361, 10228, 10630, 13347, 10293, 11856, 12699, 10257, 15226, 11310, 10475, 14717, 11903, 10328, 16543, 10783, 10256, 15467, 10286, 11329, 12046, 10410, 16735, 10992, 10608, 14208, 10491, 10526, 14014, 10231, 10408, 13108, 10325, 10427, 13578, 9379, 10645, 14856, 10288, 16065, 13025, 10396, 15084, 10126, 10607, 15426, 10511, 10327, 18032, 12722, 15866, 18685, 13354, 10856, 16929, 10516, 17970, 11759, 10202, 17634, 10686, 9907, 14756, 10473, 11549, 13159, 10088, 15498, 11046, 10054, 13496, 10349, 12086, 10955, 10485, 14993, 10184, 10110, 13748, 10241, 10951, 12186, 10595, 12859, 10776, 10519, 13119, 11011, 10555, 15397, 10251, 10462, 15641, 10540, 16233, 13996, 10586, 16371, 10428, 14039, 12511, 10691, 16458, 10412, 10713, 13433, 10769, 13624, 11112, 10687, 14617, 10595, 11865, 11252, 10687, 16031, 10506, 10910, 13003, 10709, 16390, 10744, 10608, 13608, 10739, 14137, 10822, 10760, 13481, 10575, 10869, 11680, 11048, 12585, 10945, 10906, 14861, 10300, 10988, 13934, 10722, 15948, 12567, 10608, 15567, 10190, 10722, 14869, 10715, 11405, 11993, 10728, 15952, 13061, 10530, 14592, 10470, 10871, 12918, 10733, 11862, 10650, 10870, 13737, 11085, 10529, 16083, 10758, 10637, 14032, 10550, 10776, 15240, 10573, 10658, 14228, 10465, 10633, 15018, 10498, 12808, 13480, 10349, 10905, 13240, 10544, 15245, 11753, 10857, 12372, 10903, 10202, 13219, 11164, 10495, 11058, 11631, 10515, 10931, 12794, 10588, 11377, 12299, 10589, 11054, 11528, 10510, 14727, 11040, 10570, 15900, 10803, 10508, 13947, 10487, 11126, 11722, 10690, 16045, 10998, 10585, 15674, 10552, 13417, 11829, 10669, 16092, 10325, 10685, 13084, 10565, 11644, 10548, 10688, 16123, 10778, 10665, 15249, 10524, 11810, 11328, 10794, 16655, 10348, 10704, 13712, 10782, 16820, 10459, 10792, 13697, 10754, 11562, 10475, 10795, 14311, 10659, 10979, 11151, 10748, 15422, 10301, 10626, 13433, 10866, 14248, 11233, 10699, 14654, 10617, 10823, 13434, 10563, 17205, 11267, 10701, 14034, 10570, 11529, 11062, 10715, 16743, 10738, 10720, 13615, 10686, 16059, 11567, 10518, 15658, 10411, 11010, 12179, 10589, 16916, 10610, 10760, 13767, 10551, 15607, 11004, 10456, 14861, 10707, 11369, 10433, 10707, 14449, 10739, 10982, 10160, 10942, 15014, 10539, 10811, 12026, 10786, 16255, 10409, 10686, 12920, 10644, 16293, 10515, 15349, 11691, 10655, 13874, 10678, 15528, 10565, 10656, 12938, 10592, 12036, 10202, 10722, 12935, 10413, 10839, 10515, 10889, 13326, 10771, 10640, 15289, 10659, 10376, 13938, 10702, 10587, 16110, 11483, 10590, 18388, 11690, 10528, 18379, 10615, 10628, 14655, 10825, 10577, 19622, 11040, 10471, 17465, 10690, 10457, 14838, 10584, 10777, 13270, 10680, 17468, 11718, 10054, 13590, 11367, 10048, 18089, 11943, 10211, 16282, 10243, 10547, 14963, 10391, 10929, 13121, 10419, 11142, 11688, 10512, 13558, 11283, 10289, 15773, 10560, 10360, 14349, 10191], 'WindowCenter': [4482.0, 4406.0, 4390.0, 4418.0, 4376.0, 4425.0, 4374.0, 4362.0, 4402.0, 4361.0, 4410.0, 4360.0, 4350.0, 4390.0, 4361.0, 4391.0, 4361.0, 4361.0, 4401.0, 4373.0, 4401.0, 4371.0, 4361.0, 4402.0, 4361.0, 4379.0, 4361.0, 4361.0, 4401.0, 4361.0, 4370.0, 4380.0, 4360.0, 4400.0, 4363.0, 4373.0, 4405.0, 4385.0, 4413.0, 4373.0, 4372.0, 4392.0, 4372.0, 4371.0, 4381.0, 4374.0, 4383.0, 4372.0, 4372.0, 4413.0, 4373.0, 4373.0, 4403.0, 4375.0, 4403.0, 4383.0, 4372.0, 4412.0, 4361.0, 4372.0, 4382.0, 4373.0, 4413.0, 4373.0, 4373.0, 4393.0, 4374.0, 4403.0, 4384.0, 4373.0, 4413.0, 4373.0, 4372.0, 4383.0, 4374.0, 4414.0, 4364.0, 4371.0, 4391.0, 4372.0, 4413.0, 4371.0, 4373.0, 4403.0, 4373.0, 4371.0, 4371.0, 4372.0, 4403.0, 4374.0, 4403.0, 4393.0, 4372.0, 4402.0, 4373.0, 4381.0, 4383.0, 4373.0, 4412.0, 4363.0, 4371.0, 4393.0, 4373.0, 4403.0, 4374.0, 4372.0, 4413.0, 4374.0, 4392.0, 4372.0, 4372.0, 4402.0, 4362.0, 4410.0, 4362.0, 4360.0, 4370.0, 4361.0, 4401.0, 4361.0, 4371.0, 4391.0, 4372.0, 4402.0, 4373.0, 4372.0, 4393.0, 4372.0, 4372.0, 4372.0, 4370.0, 4413.0, 4373.0, 4373.0, 4403.0, 4373.0, 4392.0, 4372.0, 4373.0, 4413.0, 4373.0, 4373.0, 4402.0, 4373.0, 4391.0, 4372.0, 4372.0, 4412.0, 4363.0, 4371.0, 4391.0, 4362.0, 4389.0, 4372.0, 4372.0, 4412.0, 4373.0, 4371.0, 4391.0, 4362.0, 4381.0, 4372.0, 4373.0, 4412.0, 4372.0, 4361.0, 4401.0, 4362.0, 4361.0, 4391.0, 4372.0, 4371.0, 4372.0, 4361.0, 4402.0, 4373.0, 4373.0, 4412.0, 4362.0, 4372.0, 4392.0, 4374.0, 4374.0, 4382.0, 4374.0, 4392.0, 4374.0, 4372.0, 4414.0, 4374.0, 4382.0, 4392.0, 4362.0, 4401.0, 4361.0, 4362.0, 4413.0, 4362.0, 4361.0, 4401.0, 4362.0, 4370.0, 4371.0, 4362.0, 4412.0, 4362.0, 4361.0, 4391.0, 4361.0, 4370.0, 4370.0, 4361.0, 4402.0, 4362.0, 4360.0, 4391.0, 4362.0, 4401.0, 4372.0, 4362.0, 4402.0, 4362.0, 4371.0, 4382.0, 4372.0, 4402.0, 4383.0, 4372.0, 4413.0, 4373.0, 4362.0, 4392.0, 4372.0, 4412.0, 4383.0, 4372.0, 4412.0, 4372.0, 4361.0, 4403.0, 4373.0, 4372.0, 4402.0, 4373.0, 4391.0, 4372.0, 4363.0, 4413.0, 4374.0, 4374.0, 4402.0, 4363.0, 4370.0, 4370.0, 4361.0, 4389.0, 4360.0, 4372.0, 4392.0, 4372.0, 4373.0, 4414.0, 4374.0, 4376.0, 4424.0, 4384.0, 4374.0, 4415.0, 4385.0, 4374.0, 4425.0, 4375.0, 4374.0, 4404.0, 4376.0, 4413.0, 4373.0, 4363.0, 4402.0, 4374.0, 4374.0, 4405.0, 4374.0, 4373.0, 4403.0, 4374.0, 4383.0, 4383.0, 4374.0, 4425.0, 4385.0, 4374.0, 4414.0, 4374.0, 4373.0, 4413.0, 4374.0, 4382.0, 4403.0, 4373.0, 4402.0, 4383.0, 4375.0, 4424.0, 4393.0, 4372.0, 4411.0, 4362.0, 4361.0, 4402.0, 4372.0, 4381.0, 4372.0, 4372.0, 4372.0, 4393.0, 4372.0, 4362.0, 4423.0, 4393.0, 4372.0, 4411.0, 4373.0, 4362.0, 4413.0, 4372.0, 4364.0, 4413.0, 4372.0, 4362.0, 4391.0, 4361.0, 4360.0, 4381.0, 4362.0, 4382.0, 4372.0, 4374.0, 4373.0, 4382.0, 4373.0, 4391.0, 4372.0, 4373.0, 4403.0, 4372.0, 4363.0, 4401.0, 4372.0, 4362.0, 4412.0, 4381.0, 4351.0, 4400.0, 4360.0, 4350.0, 4401.0, 4361.0, 4350.0, 4400.0, 4360.0, 4350.0, 4401.0, 4361.0, 4351.0, 4401.0, 4360.0, 4350.0, 4400.0, 4362.0, 4361.0, 4391.0, 4361.0, 4360.0, 4380.0, 4361.0, 4360.0, 4380.0, 4373.0, 4400.0, 4372.0, 4362.0, 4399.0, 4362.0, 4360.0, 4402.0, 4362.0, 4350.0, 4391.0, 4362.0, 4370.0, 4371.0, 4361.0, 4412.0, 4372.0, 4352.0, 4402.0, 4362.0, 4361.0, 4391.0, 4363.0, 4402.0, 4372.0, 4362.0, 4412.0, 4372.0, 4361.0, 4402.0, 4375.0, 4373.0, 4372.0, 4363.0, 4402.0, 4373.0, 4362.0, 4404.0, 4375.0, 4375.0, 4394.0, 4375.0, 4374.0, 4375.0, 4375.0, 4415.0, 4375.0, 4374.0, 4403.0, 4374.0, 4393.0, 4384.0, 4373.0, 4414.0, 4373.0, 4372.0, 4393.0, 4374.0, 4371.0, 4373.0, 4375.0, 4415.0, 4385.0, 4385.0, 4415.0, 4375.0, 4375.0, 4395.0, 4375.0, 4414.0, 4374.0, 4363.0, 4403.0, 4373.0, 4393.0, 4383.0, 4362.0, 4413.0, 4371.0, 4361.0, 4391.0, 4362.0, 4371.0, 4381.0, 4362.0, 4411.0, 4362.0, 4361.0, 4403.0, 4374.0, 4391.0, 4372.0, 4361.0, 4401.0, 4362.0, 4362.0, 4392.0, 4361.0, 4400.0, 4361.0, 4350.0, 4390.0, 4361.0, 4361.0, 4371.0, 4361.0, 4411.0, 4361.0, 4351.0, 4390.0, 4363.0, 4392.0, 4372.0, 4362.0, 4411.0, 4362.0, 4361.0, 4402.0, 4362.0, 4381.0, 4371.0, 4362.0, 4391.0, 4372.0, 4363.0, 4403.0, 4363.0, 4373.0, 4403.0, 4373.0, 4372.0, 4373.0, 4372.0, 4413.0, 4383.0, 4375.0, 4404.0, 4373.0, 4385.0, 4413.0, 4373.0, 4371.0, 4372.0, 4361.0, 4412.0, 4373.0, 4373.0, 4404.0, 4374.0, 4412.0, 4392.0, 4349.0, 4399.0, 4363.0, 4401.0, 4392.0, 4350.0, 4401.0, 4387.0, 4387.0, 4423.0, 4349.0, 4345.0, 4387.0, 4358.0, 4367.0, 4378.0, 4360.0, 4411.0, 4370.0, 4359.0, 4389.0, 4349.0, 4357.0, 4378.0, 4359.0, 4387.0, 4359.0, 4359.0, 4389.0, 4360.0, 4361.0, 4401.0, 4372.0, 4372.0, 4402.0, 4373.0, 4372.0, 4382.0, 4373.0, 4403.0, 4362.0, 4361.0, 4392.0, 4372.0, 4401.0, 4362.0, 4361.0, 4391.0, 4372.0, 4391.0, 4372.0, 4371.0, 4392.0, 4373.0, 4382.0, 4373.0, 4373.0, 4393.0, 4372.0, 4372.0, 4383.0, 4373.0, 4404.0, 4374.0, 4373.0, 4393.0, 4374.0, 4403.0, 4385.0, 4387.0, 4406.0, 4386.0, 4384.0, 4406.0, 4386.0, 4415.0, 4387.0, 4386.0, 4406.0, 4386.0, 4426.0, 4385.0, 4374.0, 4406.0, 4376.0, 4405.0, 4384.0, 4374.0, 4414.0, 4374.0, 4373.0, 4405.0, 4386.0, 4404.0, 4385.0, 4374.0, 4413.0, 4373.0, 4372.0, 4405.0, 4385.0, 4393.0, 4374.0, 4373.0, 4403.0, 4375.0, 4374.0, 4405.0, 4385.0, 4384.0, 4383.0, 4374.0, 4393.0, 4374.0, 4386.0, 4406.0, 4385.0, 4385.0, 4405.0, 4375.0, 4385.0, 4396.0, 4385.0, 4426.0, 4394.0, 4373.0, 4413.0, 4373.0, 4376.0, 4404.0, 4374.0, 4373.0, 4393.0, 4375.0, 4383.0, 4384.0, 4374.0, 4415.0, 4374.0, 4363.0, 4402.0, 4363.0, 4391.0, 4362.0, 4362.0, 4393.0, 4371.0, 4371.0, 4372.0, 4361.0, 4392.0, 4373.0, 4373.0, 4383.0, 4373.0, 4413.0, 4373.0, 4362.0, 4392.0, 4374.0, 4394.0, 4375.0, 4374.0, 4405.0, 4375.0, 4375.0, 4394.0, 4384.0, 4375.0, 4385.0, 4406.0, 4376.0, 4375.0, 4416.0, 4376.0, 4375.0, 4415.0, 4376.0, 4414.0, 4403.0, 4363.0, 4381.0, 4372.0, 4372.0, 4403.0, 4392.0, 4362.0, 4413.0, 4361.0, 4362.0, 4391.0, 4363.0, 4351.0, 4402.0, 4373.0, 4363.0, 4404.0, 4375.0, 4374.0, 4415.0, 4364.0, 4362.0, 4403.0, 4363.0, 4382.0, 4374.0, 4365.0, 4414.0, 4383.0, 4360.0, 4392.0, 4362.0, 4371.0, 4381.0, 4362.0, 4401.0, 4372.0, 4372.0, 4392.0, 4372.0, 4375.0, 4414.0, 4384.0, 4363.0, 4393.0, 4363.0, 4363.0, 4393.0, 4363.0, 4362.0, 4392.0, 4364.0, 4382.0, 4382.0, 4374.0, 4403.0, 4372.0, 4373.0, 4402.0, 4383.0, 4363.0, 4415.0, 4373.0, 4361.0, 4401.0, 4361.0, 4360.0, 4371.0, 4361.0, 4412.0, 4372.0, 4361.0, 4393.0, 4372.0, 4372.0, 4393.0, 4375.0, 4373.0, 4394.0, 4363.0, 4374.0, 4395.0, 4355.0, 4387.0, 4405.0, 4364.0, 4401.0, 4392.0, 4350.0, 4379.0, 4349.0, 4360.0, 4402.0, 4361.0, 4361.0, 4412.0, 4381.0, 4388.0, 4389.0, 4367.0, 4333.0, 4375.0, 4335.0, 4374.0, 4343.0, 4324.0, 4373.0, 4333.0, 4323.0, 4363.0, 4335.0, 4342.0, 4354.0, 4335.0, 4375.0, 4346.0, 4335.0, 4366.0, 4347.0, 4356.0, 4347.0, 4348.0, 4388.0, 4349.0, 4348.0, 4379.0, 4349.0, 4358.0, 4368.0, 4361.0, 4380.0, 4361.0, 4362.0, 4381.0, 4372.0, 4362.0, 4402.0, 4362.0, 4362.0, 4402.0, 4362.0, 4401.0, 4392.0, 4362.0, 4401.0, 4360.0, 4390.0, 4371.0, 4360.0, 4400.0, 4360.0, 4359.0, 4380.0, 4372.0, 4392.0, 4374.0, 4362.0, 4402.0, 4373.0, 4381.0, 4372.0, 4372.0, 4403.0, 4373.0, 4372.0, 4392.0, 4374.0, 4413.0, 4373.0, 4371.0, 4393.0, 4374.0, 4393.0, 4373.0, 4373.0, 4394.0, 4374.0, 4372.0, 4383.0, 4385.0, 4394.0, 4385.0, 4386.0, 4416.0, 4376.0, 4385.0, 4406.0, 4387.0, 4415.0, 4395.0, 4374.0, 4414.0, 4375.0, 4374.0, 4405.0, 4375.0, 4383.0, 4383.0, 4385.0, 4415.0, 4395.0, 4374.0, 4416.0, 4373.0, 4385.0, 4406.0, 4385.0, 4383.0, 4372.0, 4373.0, 4392.0, 4373.0, 4363.0, 4403.0, 4373.0, 4373.0, 4392.0, 4373.0, 4374.0, 4414.0, 4373.0, 4362.0, 4393.0, 4373.0, 4362.0, 4404.0, 4374.0, 4383.0, 4392.0, 4363.0, 4373.0, 4382.0, 4363.0, 4402.0, 4372.0, 4372.0, 4382.0, 4373.0, 4374.0, 4394.0, 4372.0, 4362.0, 4371.0, 4370.0, 4360.0, 4360.0, 4392.0, 4362.0, 4371.0, 4381.0, 4372.0, 4371.0, 4370.0, 4361.0, 4391.0, 4371.0, 4361.0, 4401.0, 4371.0, 4360.0, 4390.0, 4361.0, 4371.0, 4370.0, 4361.0, 4399.0, 4360.0, 4360.0, 4400.0, 4361.0, 4379.0, 4370.0, 4360.0, 4389.0, 4350.0, 4359.0, 4380.0, 4361.0, 4370.0, 4360.0, 4360.0, 4400.0, 4371.0, 4361.0, 4402.0, 4372.0, 4371.0, 4371.0, 4371.0, 4401.0, 4361.0, 4360.0, 4391.0, 4360.0, 4400.0, 4359.0, 4370.0, 4390.0, 4371.0, 4370.0, 4360.0, 4370.0, 4391.0, 4372.0, 4371.0, 4371.0, 4371.0, 4400.0, 4362.0, 4360.0, 4392.0, 4374.0, 4403.0, 4372.0, 4361.0, 4391.0, 4362.0, 4360.0, 4380.0, 4361.0, 4412.0, 4370.0, 4360.0, 4390.0, 4362.0, 4369.0, 4370.0, 4371.0, 4402.0, 4372.0, 4370.0, 4391.0, 4362.0, 4400.0, 4372.0, 4360.0, 4402.0, 4360.0, 4359.0, 4381.0, 4362.0, 4401.0, 4361.0, 4360.0, 4389.0, 4360.0, 4400.0, 4361.0, 4361.0, 4390.0, 4361.0, 4370.0, 4360.0, 4360.0, 4391.0, 4372.0, 4371.0, 4361.0, 4370.0, 4402.0, 4374.0, 4372.0, 4382.0, 4372.0, 4411.0, 4372.0, 4361.0, 4382.0, 4362.0, 4402.0, 4373.0, 4401.0, 4381.0, 4361.0, 4391.0, 4362.0, 4401.0, 4362.0, 4361.0, 4382.0, 4362.0, 4380.0, 4360.0, 4371.0, 4392.0, 4373.0, 4373.0, 4373.0, 4384.0, 4403.0, 4375.0, 4375.0, 4414.0, 4363.0, 4364.0, 4393.0, 4373.0, 4373.0, 4414.0, 4383.0, 4362.0, 4424.0, 4383.0, 4374.0, 4424.0, 4374.0, 4374.0, 4402.0, 4372.0, 4361.0, 4411.0, 4371.0, 4361.0, 4401.0, 4361.0, 4360.0, 4390.0, 4361.0, 4360.0, 4392.0, 4376.0, 4417.0, 4345.0, 4300.0, 4329.0, 4318.0, 4310.0, 4376.0, 4358.0, 4353.0, 4399.0, 4361.0, 4347.0, 4390.0, 4348.0, 4346.0, 4364.0, 4346.0, 4358.0, 4380.0, 4361.0, 4390.0, 4374.0, 4365.0, 4402.0, 4364.0, 4360.0, 4389.0, 4361.0], 'WindowWidth': [9837.0, 9717.0, 9681.0, 9715.0, 9651.0, 9716.0, 9644.0, 9624.0, 9676.0, 9621.0, 9684.0, 9617.0, 9603.0, 9657.0, 9621.0, 9658.0, 9619.0, 9617.0, 9674.0, 9639.0, 9675.0, 9634.0, 9617.0, 9674.0, 9621.0, 9640.0, 9618.0, 9617.0, 9673.0, 9621.0, 9629.0, 9644.0, 9617.0, 9671.0, 9626.0, 9639.0, 9689.0, 9662.0, 9695.0, 9641.0, 9637.0, 9665.0, 9638.0, 9634.0, 9646.0, 9644.0, 9654.0, 9635.0, 9638.0, 9694.0, 9642.0, 9638.0, 9682.0, 9646.0, 9683.0, 9655.0, 9636.0, 9691.0, 9621.0, 9634.0, 9650.0, 9639.0, 9695.0, 9641.0, 9637.0, 9667.0, 9643.0, 9682.0, 9656.0, 9639.0, 9695.0, 9640.0, 9634.0, 9652.0, 9642.0, 9698.0, 9629.0, 9633.0, 9661.0, 9635.0, 9694.0, 9636.0, 9639.0, 9679.0, 9640.0, 9632.0, 9633.0, 9635.0, 9680.0, 9644.0, 9681.0, 9667.0, 9635.0, 9677.0, 9639.0, 9647.0, 9653.0, 9638.0, 9694.0, 9626.0, 9632.0, 9664.0, 9640.0, 9680.0, 9643.0, 9638.0, 9694.0, 9642.0, 9663.0, 9639.0, 9636.0, 9678.0, 9623.0, 9686.0, 9622.0, 9615.0, 9631.0, 9617.0, 9674.0, 9620.0, 9631.0, 9660.0, 9636.0, 9677.0, 9640.0, 9637.0, 9667.0, 9639.0, 9636.0, 9638.0, 9631.0, 9694.0, 9641.0, 9637.0, 9681.0, 9640.0, 9662.0, 9638.0, 9638.0, 9696.0, 9640.0, 9638.0, 9676.0, 9638.0, 9661.0, 9637.0, 9635.0, 9693.0, 9626.0, 9633.0, 9661.0, 9622.0, 9656.0, 9636.0, 9637.0, 9692.0, 9639.0, 9633.0, 9661.0, 9623.0, 9646.0, 9637.0, 9638.0, 9693.0, 9636.0, 9619.0, 9674.0, 9624.0, 9620.0, 9661.0, 9637.0, 9632.0, 9635.0, 9620.0, 9679.0, 9641.0, 9638.0, 9693.0, 9625.0, 9635.0, 9664.0, 9645.0, 9642.0, 9651.0, 9642.0, 9665.0, 9643.0, 9637.0, 9697.0, 9643.0, 9650.0, 9663.0, 9624.0, 9673.0, 9620.0, 9622.0, 9693.0, 9626.0, 9620.0, 9675.0, 9624.0, 9630.0, 9633.0, 9624.0, 9694.0, 9623.0, 9618.0, 9660.0, 9621.0, 9629.0, 9631.0, 9620.0, 9677.0, 9623.0, 9615.0, 9660.0, 9623.0, 9674.0, 9636.0, 9621.0, 9677.0, 9623.0, 9633.0, 9648.0, 9638.0, 9678.0, 9653.0, 9636.0, 9695.0, 9641.0, 9622.0, 9663.0, 9639.0, 9693.0, 9652.0, 9636.0, 9691.0, 9638.0, 9619.0, 9681.0, 9640.0, 9636.0, 9678.0, 9639.0, 9660.0, 9637.0, 9625.0, 9695.0, 9645.0, 9641.0, 9677.0, 9624.0, 9630.0, 9629.0, 9617.0, 9653.0, 9614.0, 9635.0, 9662.0, 9638.0, 9641.0, 9697.0, 9645.0, 9648.0, 9711.0, 9658.0, 9644.0, 9700.0, 9660.0, 9643.0, 9714.0, 9646.0, 9641.0, 9683.0, 9648.0, 9695.0, 9639.0, 9624.0, 9678.0, 9641.0, 9643.0, 9688.0, 9642.0, 9639.0, 9681.0, 9644.0, 9652.0, 9653.0, 9642.0, 9715.0, 9660.0, 9641.0, 9697.0, 9643.0, 9639.0, 9695.0, 9644.0, 9650.0, 9680.0, 9640.0, 9676.0, 9653.0, 9645.0, 9714.0, 9667.0, 9636.0, 9689.0, 9622.0, 9617.0, 9676.0, 9637.0, 9645.0, 9633.0, 9636.0, 9636.0, 9666.0, 9637.0, 9620.0, 9708.0, 9665.0, 9635.0, 9689.0, 9638.0, 9622.0, 9694.0, 9637.0, 9626.0, 9696.0, 9635.0, 9620.0, 9660.0, 9619.0, 9614.0, 9643.0, 9622.0, 9647.0, 9634.0, 9641.0, 9638.0, 9649.0, 9638.0, 9660.0, 9635.0, 9638.0, 9679.0, 9635.0, 9624.0, 9673.0, 9634.0, 9622.0, 9691.0, 9645.0, 9603.0, 9669.0, 9616.0, 9600.0, 9671.0, 9617.0, 9599.0, 9670.0, 9614.0, 9599.0, 9671.0, 9617.0, 9602.0, 9673.0, 9616.0, 9598.0, 9669.0, 9620.0, 9617.0, 9657.0, 9617.0, 9613.0, 9642.0, 9618.0, 9614.0, 9642.0, 9637.0, 9672.0, 9633.0, 9619.0, 9667.0, 9621.0, 9614.0, 9674.0, 9621.0, 9601.0, 9657.0, 9619.0, 9627.0, 9630.0, 9618.0, 9690.0, 9634.0, 9605.0, 9674.0, 9621.0, 9616.0, 9658.0, 9623.0, 9675.0, 9635.0, 9621.0, 9690.0, 9635.0, 9618.0, 9677.0, 9644.0, 9637.0, 9635.0, 9623.0, 9676.0, 9637.0, 9621.0, 9681.0, 9644.0, 9642.0, 9668.0, 9645.0, 9641.0, 9644.0, 9646.0, 9702.0, 9646.0, 9641.0, 9679.0, 9642.0, 9665.0, 9655.0, 9637.0, 9698.0, 9639.0, 9635.0, 9663.0, 9640.0, 9634.0, 9639.0, 9644.0, 9699.0, 9659.0, 9660.0, 9700.0, 9646.0, 9644.0, 9671.0, 9643.0, 9699.0, 9641.0, 9623.0, 9679.0, 9639.0, 9665.0, 9652.0, 9621.0, 9693.0, 9632.0, 9617.0, 9660.0, 9622.0, 9633.0, 9646.0, 9620.0, 9686.0, 9621.0, 9617.0, 9679.0, 9641.0, 9658.0, 9634.0, 9619.0, 9673.0, 9621.0, 9621.0, 9664.0, 9620.0, 9670.0, 9618.0, 9601.0, 9657.0, 9619.0, 9618.0, 9634.0, 9619.0, 9687.0, 9620.0, 9603.0, 9656.0, 9626.0, 9662.0, 9636.0, 9621.0, 9688.0, 9622.0, 9618.0, 9677.0, 9625.0, 9646.0, 9632.0, 9621.0, 9659.0, 9636.0, 9624.0, 9680.0, 9628.0, 9636.0, 9679.0, 9639.0, 9637.0, 9638.0, 9637.0, 9696.0, 9654.0, 9644.0, 9684.0, 9640.0, 9660.0, 9696.0, 9641.0, 9631.0, 9634.0, 9620.0, 9691.0, 9639.0, 9639.0, 9682.0, 9643.0, 9693.0, 9663.0, 9598.0, 9668.0, 9627.0, 9672.0, 9663.0, 9601.0, 9674.0, 9667.0, 9666.0, 9708.0, 9598.0, 9585.0, 9646.0, 9608.0, 9617.0, 9634.0, 9615.0, 9687.0, 9631.0, 9611.0, 9652.0, 9597.0, 9605.0, 9634.0, 9611.0, 9648.0, 9611.0, 9612.0, 9654.0, 9617.0, 9617.0, 9675.0, 9637.0, 9634.0, 9676.0, 9638.0, 9635.0, 9651.0, 9636.0, 9679.0, 9623.0, 9618.0, 9660.0, 9633.0, 9674.0, 9621.0, 9618.0, 9659.0, 9635.0, 9660.0, 9634.0, 9632.0, 9662.0, 9639.0, 9650.0, 9639.0, 9637.0, 9666.0, 9637.0, 9635.0, 9653.0, 9638.0, 9683.0, 9643.0, 9637.0, 9665.0, 9641.0, 9679.0, 9658.0, 9664.0, 9689.0, 9663.0, 9657.0, 9690.0, 9664.0, 9701.0, 9665.0, 9661.0, 9689.0, 9664.0, 9717.0, 9660.0, 9640.0, 9688.0, 9651.0, 9686.0, 9656.0, 9642.0, 9696.0, 9643.0, 9639.0, 9685.0, 9664.0, 9683.0, 9659.0, 9641.0, 9694.0, 9639.0, 9636.0, 9685.0, 9660.0, 9666.0, 9641.0, 9638.0, 9681.0, 9648.0, 9641.0, 9686.0, 9660.0, 9656.0, 9653.0, 9642.0, 9667.0, 9644.0, 9661.0, 9690.0, 9661.0, 9656.0, 9686.0, 9646.0, 9658.0, 9675.0, 9660.0, 9717.0, 9671.0, 9637.0, 9694.0, 9641.0, 9645.0, 9684.0, 9641.0, 9637.0, 9666.0, 9644.0, 9652.0, 9655.0, 9643.0, 9702.0, 9644.0, 9623.0, 9677.0, 9625.0, 9659.0, 9621.0, 9622.0, 9666.0, 9635.0, 9630.0, 9634.0, 9619.0, 9662.0, 9638.0, 9638.0, 9652.0, 9639.0, 9693.0, 9640.0, 9622.0, 9664.0, 9641.0, 9668.0, 9645.0, 9644.0, 9685.0, 9642.0, 9646.0, 9669.0, 9656.0, 9647.0, 9657.0, 9687.0, 9649.0, 9644.0, 9702.0, 9649.0, 9642.0, 9700.0, 9648.0, 9697.0, 9679.0, 9624.0, 9646.0, 9634.0, 9635.0, 9680.0, 9662.0, 9621.0, 9692.0, 9620.0, 9621.0, 9660.0, 9624.0, 9604.0, 9676.0, 9638.0, 9624.0, 9682.0, 9646.0, 9641.0, 9701.0, 9628.0, 9622.0, 9678.0, 9626.0, 9649.0, 9642.0, 9629.0, 9698.0, 9652.0, 9617.0, 9662.0, 9621.0, 9631.0, 9646.0, 9620.0, 9675.0, 9634.0, 9634.0, 9663.0, 9636.0, 9645.0, 9696.0, 9654.0, 9623.0, 9665.0, 9625.0, 9624.0, 9667.0, 9626.0, 9622.0, 9664.0, 9628.0, 9649.0, 9650.0, 9643.0, 9679.0, 9637.0, 9638.0, 9677.0, 9651.0, 9626.0, 9702.0, 9640.0, 9618.0, 9675.0, 9619.0, 9614.0, 9630.0, 9620.0, 9690.0, 9636.0, 9618.0, 9665.0, 9637.0, 9634.0, 9666.0, 9643.0, 9638.0, 9670.0, 9626.0, 9640.0, 9669.0, 9617.0, 9664.0, 9687.0, 9628.0, 9672.0, 9664.0, 9599.0, 9637.0, 9598.0, 9613.0, 9676.0, 9621.0, 9618.0, 9692.0, 9647.0, 9648.0, 9655.0, 9617.0, 9564.0, 9625.0, 9569.0, 9621.0, 9578.0, 9552.0, 9621.0, 9566.0, 9549.0, 9605.0, 9569.0, 9573.0, 9594.0, 9571.0, 9624.0, 9587.0, 9572.0, 9615.0, 9592.0, 9601.0, 9591.0, 9594.0, 9648.0, 9599.0, 9595.0, 9637.0, 9599.0, 9608.0, 9622.0, 9616.0, 9642.0, 9618.0, 9621.0, 9645.0, 9635.0, 9620.0, 9677.0, 9621.0, 9619.0, 9675.0, 9622.0, 9673.0, 9660.0, 9617.0, 9674.0, 9617.0, 9655.0, 9630.0, 9614.0, 9672.0, 9615.0, 9610.0, 9641.0, 9634.0, 9663.0, 9643.0, 9621.0, 9676.0, 9636.0, 9646.0, 9636.0, 9635.0, 9678.0, 9637.0, 9633.0, 9662.0, 9640.0, 9693.0, 9640.0, 9633.0, 9664.0, 9640.0, 9665.0, 9640.0, 9638.0, 9668.0, 9642.0, 9637.0, 9653.0, 9659.0, 9670.0, 9660.0, 9660.0, 9703.0, 9650.0, 9659.0, 9689.0, 9664.0, 9698.0, 9672.0, 9639.0, 9698.0, 9646.0, 9641.0, 9685.0, 9644.0, 9653.0, 9654.0, 9659.0, 9701.0, 9673.0, 9641.0, 9703.0, 9642.0, 9658.0, 9692.0, 9659.0, 9652.0, 9636.0, 9638.0, 9663.0, 9639.0, 9623.0, 9681.0, 9641.0, 9638.0, 9664.0, 9640.0, 9641.0, 9696.0, 9640.0, 9622.0, 9666.0, 9640.0, 9621.0, 9683.0, 9641.0, 9651.0, 9665.0, 9624.0, 9636.0, 9647.0, 9624.0, 9675.0, 9633.0, 9634.0, 9648.0, 9637.0, 9643.0, 9670.0, 9635.0, 9622.0, 9631.0, 9630.0, 9616.0, 9616.0, 9664.0, 9621.0, 9631.0, 9644.0, 9634.0, 9630.0, 9628.0, 9620.0, 9659.0, 9630.0, 9616.0, 9672.0, 9632.0, 9614.0, 9656.0, 9618.0, 9631.0, 9629.0, 9619.0, 9668.0, 9616.0, 9613.0, 9670.0, 9617.0, 9640.0, 9628.0, 9613.0, 9656.0, 9602.0, 9611.0, 9643.0, 9621.0, 9629.0, 9615.0, 9616.0, 9672.0, 9634.0, 9618.0, 9676.0, 9635.0, 9632.0, 9632.0, 9631.0, 9676.0, 9621.0, 9616.0, 9657.0, 9617.0, 9671.0, 9614.0, 9629.0, 9656.0, 9632.0, 9630.0, 9616.0, 9629.0, 9660.0, 9637.0, 9631.0, 9632.0, 9633.0, 9672.0, 9623.0, 9615.0, 9662.0, 9643.0, 9679.0, 9637.0, 9619.0, 9661.0, 9622.0, 9615.0, 9644.0, 9620.0, 9692.0, 9629.0, 9615.0, 9657.0, 9622.0, 9626.0, 9632.0, 9633.0, 9677.0, 9635.0, 9629.0, 9660.0, 9622.0, 9674.0, 9635.0, 9616.0, 9677.0, 9616.0, 9611.0, 9644.0, 9621.0, 9673.0, 9619.0, 9614.0, 9653.0, 9617.0, 9669.0, 9618.0, 9616.0, 9658.0, 9619.0, 9627.0, 9617.0, 9615.0, 9660.0, 9637.0, 9632.0, 9619.0, 9631.0, 9676.0, 9640.0, 9636.0, 9650.0, 9637.0, 9690.0, 9636.0, 9619.0, 9649.0, 9620.0, 9677.0, 9638.0, 9673.0, 9647.0, 9617.0, 9659.0, 9622.0, 9673.0, 9622.0, 9617.0, 9647.0, 9621.0, 9644.0, 9619.0, 9634.0, 9664.0, 9641.0, 9640.0, 9641.0, 9658.0, 9682.0, 9646.0, 9645.0, 9699.0, 9625.0, 9624.0, 9665.0, 9639.0, 9638.0, 9698.0, 9653.0, 9622.0, 9711.0, 9652.0, 9639.0, 9711.0, 9643.0, 9640.0, 9677.0, 9634.0, 9619.0, 9687.0, 9631.0, 9616.0, 9674.0, 9618.0, 9614.0, 9656.0, 9617.0, 9615.0, 9662.0, 9646.0, 9702.0, 9578.0, 9507.0, 9543.0, 9527.0, 9522.0, 9619.0, 9603.0, 9607.0, 9666.0, 9618.0, 9592.0, 9655.0, 9595.0, 9584.0, 9608.0, 9589.0, 9609.0, 9642.0, 9619.0, 9655.0, 9639.0, 9631.0, 9679.0, 9625.0, 9616.0, 9652.0, 9619.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.0009419134199134201</td></tr>
<tr><td colspan=3>aqi</td><td>0.01969190121212121</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.71230434515609</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2810137000000004</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0037937955892533</td></tr>
<tr><td colspan=3>efc</td><td>0.4505</td></tr>
<tr><td colspan=3>fber</td><td>6223.3975</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08949804901977418</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9437229437229435</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.311336986350478</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2748104003097485</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5139894855163654</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1452110732253202</td></tr>
<tr><td colspan=3>gcor</td><td>0.010476</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020710138604044914</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015999190509319305</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.9348778545388883</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>45.9116</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.405</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.8173</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309250.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.0447</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5715</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.9658</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3648.0697</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3842.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>976.389</td></tr>
<tr><td colspan=3>tsnr</td><td>44.837885218905285</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>