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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:18:40.427500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998404, 0.00919271, -0.0557291, -0.00853867, 0.999892, 0.0119629]</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.105545</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7771, -7237, 603, -5, -241, -46, 80]</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>250.498</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>477665c7-a2e3-4ce8-b4cd-ee84232600ca||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6786439418792725, -0.022908618673682213, -0.1507492959499359, 117.4549789428711], [-0.024663375690579414, 2.6826369762420654, 0.030963556841015816, -93.37109375], [-0.14951716363430023, -0.03209567815065384, 2.695610523223877, -65.35345458984375], [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': ['191840.427500', '191840.887500', '191841.347500', '191841.807500', '191842.267500', '191842.727500', '191843.187500', '191843.647500', '191844.107500', '191844.567500', '191845.027500', '191845.487500', '191845.947500', '191846.407500', '191846.867500', '191847.327500', '191847.787500', '191848.247500', '191848.707500', '191849.167500', '191849.627500', '191850.087500', '191850.547500', '191851.007500', '191851.467500', '191851.927500', '191852.387500', '191852.847500', '191853.307500', '191853.767500', '191854.227500', '191854.687500', '191855.147500', '191855.607500', '191856.067500', '191856.527500', '191856.987500', '191857.447500', '191857.907500', '191858.367500', '191858.827500', '191859.287500', '191859.747500', '191900.207500', '191900.667500', '191901.127500', '191901.587500', '191902.047500', '191902.507500', '191902.967500', '191903.427500', '191903.887500', '191904.347500', '191904.807500', '191905.267500', '191905.727500', '191906.187500', '191906.647500', '191907.107500', '191907.567500', '191908.027500', '191908.487500', '191908.947500', '191909.407500', '191909.867500', '191910.327500', '191910.787500', '191911.247500', '191911.707500', '191912.167500', '191912.627500', '191913.087500', '191913.547500', '191914.007500', '191914.467500', '191914.927500', '191915.387500', '191915.847500', '191916.307500', '191916.767500', '191917.227500', '191917.687500', '191918.147500', '191918.607500', '191919.067500', '191919.527500', '191919.987500', '191920.447500', '191920.907500', '191921.367500', '191921.827500', '191922.287500', '191922.747500', '191923.207500', '191923.667500', '191924.127500', '191924.587500', '191925.047500', '191925.507500', '191925.967500', '191926.427500', '191926.887500', '191927.347500', '191927.807500', '191928.267500', '191928.727500', '191929.187500', '191929.647500', '191930.107500', '191930.567500', '191931.027500', '191931.487500', '191931.947500', '191932.407500', '191932.867500', '191933.327500', '191933.787500', '191934.247500', '191934.707500', '191935.167500', '191935.627500', '191936.087500', '191936.547500', '191937.007500', '191937.467500', '191937.927500', '191938.387500', '191938.847500', '191939.307500', '191939.767500', '191940.227500', '191940.687500', '191941.147500', '191941.607500', '191942.067500', '191942.527500', '191942.987500', '191943.447500', '191943.907500', '191944.367500', '191944.827500', '191945.287500', '191945.747500', '191946.207500', '191946.667500', '191947.127500', '191947.587500', '191948.047500', '191948.507500', '191948.967500', '191949.427500', '191949.887500', '191950.347500', '191950.807500', '191951.267500', '191951.727500', '191952.187500', '191952.647500', '191953.107500', '191953.567500', '191954.027500', '191954.487500', '191954.947500', '191955.407500', '191955.867500', '191956.327500', '191956.787500', '191957.247500', '191957.707500', '191958.167500', '191958.627500', '191959.087500', '191959.547500', '192000.007500', '192000.467500', '192000.927500', '192001.387500', '192001.847500', '192002.307500', '192002.767500', '192003.227500', '192003.687500', '192004.147500', '192004.607500', '192005.067500', '192005.527500', '192005.987500', '192006.447500', '192006.907500', '192007.367500', '192007.827500', '192008.287500', '192008.747500', '192009.207500', '192009.667500', '192010.127500', '192010.587500', '192011.047500', '192011.507500', '192011.967500', '192012.427500', '192012.887500', '192013.347500', '192013.807500', '192014.267500', '192014.727500', '192015.187500', '192015.647500', '192016.107500', '192016.567500', '192017.027500', '192017.487500', '192017.947500', '192018.407500', '192018.867500', '192019.327500', '192019.787500', '192020.247500', '192020.707500', '192021.167500', '192021.627500', '192022.087500', '192022.547500', '192023.007500', '192023.467500', '192023.927500', '192024.387500', '192024.847500', '192025.307500', '192025.767500', '192026.227500', '192026.687500', '192027.147500', '192027.607500', '192028.067500', '192028.527500', '192028.987500', '192029.447500', '192029.907500', '192030.367500', '192030.827500', '192031.287500', '192031.747500', '192032.207500', '192032.667500', '192033.127500', '192033.587500', '192034.047500', '192034.507500', '192034.967500', '192035.427500', '192035.887500', '192036.347500', '192036.807500', '192037.267500', '192037.727500', '192038.187500', '192038.647500', '192039.107500', '192039.567500', '192040.027500', '192040.487500', '192040.947500', '192041.407500', '192041.867500', '192042.327500', '192042.787500', '192043.247500', '192043.707500', '192044.167500', '192044.627500', '192045.087500', '192045.547500', '192046.007500', '192046.467500', '192046.927500', '192047.387500', '192047.847500', '192048.307500', '192048.767500', '192049.227500', '192049.687500', '192050.147500', '192050.607500', '192051.067500', '192051.527500', '192051.987500', '192052.447500', '192052.907500', '192053.367500', '192053.827500', '192054.287500', '192054.747500', '192055.207500', '192055.667500', '192056.127500', '192056.587500', '192057.047500', '192057.507500', '192057.967500', '192058.427500', '192058.887500', '192059.347500', '192059.807500', '192100.267500', '192100.727500', '192101.187500', '192101.647500', '192102.107500', '192102.567500', '192103.027500', '192103.487500', '192103.947500', '192104.407500', '192104.867500', '192105.327500', '192105.787500', '192106.247500', '192106.707500', '192107.167500', '192107.627500', '192108.087500', '192108.547500', '192109.007500', '192109.467500', '192109.927500', '192110.387500', '192110.847500', '192111.307500', '192111.767500', '192112.227500', '192112.687500', '192113.147500', '192113.607500', '192114.067500', '192114.527500', '192114.987500', '192115.447500', '192115.907500', '192116.367500', '192116.827500', '192117.287500', '192117.747500', '192118.207500', '192118.667500', '192119.127500', '192119.587500', '192120.047500', '192120.507500', '192120.967500', '192121.427500', '192121.887500', '192122.347500', '192122.807500', '192123.267500', '192123.727500', '192124.187500', '192124.647500', '192125.107500', '192125.567500', '192126.027500', '192126.487500', '192126.947500', '192127.407500', '192127.867500', '192128.327500', '192128.787500', '192129.247500', '192129.707500', '192130.167500', '192130.627500', '192131.087500', '192131.547500', '192132.007500', '192132.467500', '192132.927500', '192133.387500', '192133.847500', '192134.307500', '192134.767500', '192135.227500', '192135.687500', '192136.147500', '192136.607500', '192137.067500', '192137.527500', '192137.987500', '192138.447500', '192138.907500', '192139.367500', '192139.827500', '192140.287500', '192140.747500', '192141.207500', '192141.667500', '192142.127500', '192142.587500', '192143.047500', '192143.507500', '192143.967500', '192144.427500', '192144.887500', '192145.347500', '192145.807500', '192146.267500', '192146.727500', '192147.187500', '192147.647500', '192148.107500', '192148.567500', '192149.027500', '192149.487500', '192149.947500', '192150.407500', '192150.867500', '192151.327500', '192151.787500', '192152.247500', '192152.707500', '192153.167500', '192153.627500', '192154.087500', '192154.547500', '192155.007500', '192155.467500', '192155.927500', '192156.387500', '192156.847500', '192157.307500', '192157.767500', '192158.227500', '192158.687500', '192159.147500', '192159.607500', '192200.067500', '192200.527500', '192200.987500', '192201.447500', '192201.907500', '192202.367500', '192202.827500', '192203.287500', '192203.747500', '192204.207500', '192204.667500', '192205.127500', '192205.587500', '192206.047500', '192206.507500', '192206.967500', '192207.427500', '192207.887500', '192208.347500', '192208.807500', '192209.267500', '192209.727500', '192210.187500', '192210.647500', '192211.107500', '192211.567500', '192212.027500', '192212.487500', '192212.947500', '192213.407500', '192213.867500', '192214.327500', '192214.787500', '192215.247500', '192215.707500', '192216.167500', '192216.627500', '192217.087500', '192217.547500', '192218.007500', '192218.467500', '192218.927500', '192219.387500', '192219.847500', '192220.307500', '192220.767500', '192221.227500', '192221.687500', '192222.147500', '192222.607500', '192223.067500', '192223.527500', '192223.987500', '192224.447500', '192224.907500', '192225.367500', '192225.827500', '192226.287500', '192226.747500', '192227.207500', '192227.667500', '192228.127500', '192228.587500', '192229.047500', '192229.507500', '192229.967500', '192230.427500', '192230.887500', '192231.347500', '192231.807500', '192232.267500', '192232.727500', '192233.187500', '192233.647500', '192234.107500', '192234.567500', '192235.027500', '192235.487500', '192235.947500', '192236.407500', '192236.867500', '192237.327500', '192237.787500', '192238.247500', '192238.707500', '192239.167500', '192239.627500', '192240.087500', '192240.547500', '192241.007500', '192241.467500', '192241.927500', '192242.387500', '192242.847500', '192243.307500', '192243.767500', '192244.227500', '192244.687500', '192245.147500', '192245.607500', '192246.067500', '192246.527500', '192246.987500', '192247.447500', '192247.907500', '192248.367500', '192248.827500', '192249.287500', '192249.747500', '192250.207500', '192250.667500', '192251.127500', '192251.587500', '192252.047500', '192252.507500', '192252.967500', '192253.427500', '192253.887500', '192254.347500', '192254.807500', '192255.267500', '192255.727500', '192256.187500', '192256.647500', '192257.107500', '192257.567500', '192258.027500', '192258.487500', '192258.947500', '192259.407500', '192259.867500', '192300.327500', '192300.787500', '192301.247500', '192301.707500', '192302.167500', '192302.627500', '192303.087500', '192303.547500', '192304.007500', '192304.467500', '192304.927500', '192305.387500', '192305.847500', '192306.307500', '192306.767500', '192307.227500', '192307.687500', '192308.147500', '192308.607500', '192309.067500', '192309.527500', '192309.987500', '192310.447500', '192310.907500', '192311.367500', '192311.827500', '192312.287500', '192312.747500', '192313.207500', '192313.667500', '192314.127500', '192314.587500', '192315.047500', '192315.507500', '192315.967500', '192316.427500', '192316.887500', '192317.347500', '192317.807500', '192318.267500', '192318.727500', '192319.187500', '192319.647500', '192320.107500', '192320.567500', '192321.027500', '192321.487500', '192321.947500', '192322.407500', '192322.867500', '192323.327500', '192323.787500', '192324.247500', '192324.707500', '192325.167500', '192325.627500', '192326.087500', '192326.547500', '192327.007500', '192327.467500', '192327.927500', '192328.387500', '192328.847500', '192329.307500', '192329.767500', '192330.227500', '192330.687500', '192331.147500', '192331.607500', '192332.067500', '192332.527500', '192332.987500', '192333.447500', '192333.907500', '192334.367500', '192334.827500', '192335.287500', '192335.747500', '192336.207500', '192336.667500', '192337.127500', '192337.587500', '192338.047500', '192338.507500', '192338.967500', '192339.427500', '192339.887500', '192340.347500', '192340.807500', '192341.267500', '192341.727500', '192342.187500', '192342.647500', '192343.107500', '192343.567500', '192344.027500', '192344.487500', '192344.947500', '192345.407500', '192345.867500', '192346.327500', '192346.787500', '192347.247500', '192347.707500', '192348.167500', '192348.627500', '192349.087500', '192349.547500', '192350.007500', '192350.467500', '192350.927500', '192351.387500', '192351.847500', '192352.307500', '192352.767500', '192353.227500', '192353.687500', '192354.147500', '192354.607500', '192355.067500', '192355.527500', '192355.987500', '192356.447500', '192356.907500', '192357.367500', '192357.827500', '192358.287500', '192358.747500', '192359.207500', '192359.667500', '192400.127500', '192400.587500', '192401.047500', '192401.507500', '192401.967500', '192402.427500', '192402.887500', '192403.347500', '192403.807500', '192404.267500', '192404.727500', '192405.187500', '192405.647500', '192406.107500', '192406.567500', '192407.027500', '192407.487500', '192407.947500', '192408.407500', '192408.867500', '192409.327500', '192409.787500', '192410.247500', '192410.707500', '192411.167500', '192411.627500', '192412.087500', '192412.547500', '192413.007500', '192413.467500', '192413.927500', '192414.387500', '192414.847500', '192415.307500', '192415.767500', '192416.227500', '192416.687500', '192417.147500', '192417.607500', '192418.067500', '192418.527500', '192418.987500', '192419.447500', '192419.907500', '192420.367500', '192420.827500', '192421.287500', '192421.747500', '192422.207500', '192422.667500', '192423.127500', '192423.587500', '192424.047500', '192424.507500', '192424.967500', '192425.427500', '192425.887500', '192426.347500', '192426.807500', '192427.267500', '192427.727500', '192428.187500', '192428.647500', '192429.107500', '192429.567500', '192430.027500', '192430.487500', '192430.947500', '192431.407500', '192431.867500', '192432.327500', '192432.787500', '192433.247500', '192433.707500', '192434.167500', '192434.627500', '192435.087500', '192435.547500', '192436.007500', '192436.467500', '192436.927500', '192437.387500', '192437.847500', '192438.307500', '192438.767500', '192439.227500', '192439.687500', '192440.147500', '192440.607500', '192441.067500', '192441.527500', '192441.987500', '192442.447500', '192442.907500', '192443.367500', '192443.827500', '192444.287500', '192444.747500', '192445.207500', '192445.667500', '192446.127500', '192446.587500', '192447.047500', '192447.507500', '192447.967500', '192448.427500', '192448.887500', '192449.347500', '192449.807500', '192450.267500', '192450.727500', '192451.187500', '192451.647500', '192452.107500', '192452.567500', '192453.027500', '192453.487500', '192453.947500', '192454.407500', '192454.867500', '192455.327500', '192455.787500', '192456.247500', '192456.707500', '192457.167500', '192457.627500', '192458.087500', '192458.547500', '192459.007500', '192459.467500', '192459.927500', '192500.387500', '192500.847500', '192501.307500', '192501.767500', '192502.227500', '192502.687500', '192503.147500', '192503.607500', '192504.067500', '192504.527500', '192504.987500', '192505.447500', '192505.907500', '192506.367500', '192506.827500', '192507.287500', '192507.747500', '192508.207500', '192508.667500', '192509.127500', '192509.587500', '192510.047500', '192510.507500', '192510.967500', '192511.427500', '192511.887500', '192512.347500', '192512.807500', '192513.267500', '192513.727500', '192514.187500', '192514.647500', '192515.107500', '192515.567500', '192516.027500', '192516.487500', '192516.947500', '192517.407500', '192517.867500', '192518.327500', '192518.787500', '192519.247500', '192519.707500', '192520.167500', '192520.627500', '192521.087500', '192521.547500', '192522.007500', '192522.467500', '192522.927500', '192523.387500', '192523.847500', '192524.307500', '192524.767500', '192525.227500', '192525.687500', '192526.147500', '192526.607500', '192527.067500', '192527.527500', '192527.987500', '192528.447500', '192528.907500', '192529.367500', '192529.827500', '192530.287500', '192530.747500', '192531.207500', '192531.667500', '192532.127500', '192532.587500', '192533.047500', '192533.507500', '192533.967500', '192534.427500', '192534.887500', '192535.347500', '192535.807500', '192536.267500', '192536.727500', '192537.187500', '192537.647500', '192538.107500', '192538.567500', '192539.027500', '192539.487500', '192539.947500', '192540.407500', '192540.867500', '192541.327500', '192541.787500', '192542.247500', '192542.707500', '192543.167500', '192543.627500', '192544.087500', '192544.547500', '192545.007500', '192545.467500', '192545.927500', '192546.387500', '192546.847500', '192547.307500', '192547.767500', '192548.227500', '192548.687500', '192549.147500', '192549.607500', '192550.067500', '192550.527500', '192550.987500', '192551.447500', '192551.907500', '192552.367500', '192552.827500', '192553.287500', '192553.747500', '192554.207500', '192554.667500', '192555.127500', '192555.587500', '192556.047500', '192556.507500', '192556.967500', '192557.427500', '192557.887500', '192558.347500', '192558.807500', '192559.267500', '192559.727500', '192600.187500', '192600.647500', '192601.107500', '192601.567500', '192602.027500', '192602.487500', '192602.947500', '192603.407500', '192603.867500', '192604.327500', '192604.787500', '192605.247500', '192605.707500', '192606.167500', '192606.627500', '192607.087500', '192607.547500', '192608.007500', '192608.467500', '192608.927500', '192609.387500', '192609.847500', '192610.307500', '192610.767500', '192611.227500', '192611.687500', '192612.147500', '192612.607500', '192613.067500', '192613.527500', '192613.987500', '192614.447500', '192614.907500', '192615.367500', '192615.827500', '192616.287500', '192616.747500', '192617.207500', '192617.667500', '192618.127500', '192618.587500', '192619.047500', '192619.507500', '192619.967500', '192620.427500', '192620.887500', '192621.347500', '192621.807500', '192622.267500', '192622.727500', '192623.187500', '192623.647500', '192624.107500', '192624.567500', '192625.027500', '192625.487500', '192625.947500', '192626.407500', '192626.867500', '192627.327500', '192627.787500', '192628.247500', '192628.707500', '192629.167500', '192629.627500', '192630.087500', '192630.547500', '192631.007500', '192631.467500', '192631.927500', '192632.387500', '192632.847500', '192633.307500', '192633.767500', '192634.227500', '192634.687500', '192635.147500', '192635.607500', '192636.067500', '192636.527500', '192636.987500', '192637.447500', '192637.907500', '192638.367500', '192638.827500', '192639.287500', '192639.747500', '192640.207500', '192640.667500', '192641.127500', '192641.587500', '192642.047500', '192642.507500', '192642.967500', '192643.427500', '192643.887500', '192644.347500', '192644.807500', '192645.267500', '192645.727500', '192646.187500', '192646.647500', '192647.107500', '192647.567500', '192648.027500', '192648.487500', '192648.947500', '192649.407500', '192649.867500', '192650.327500', '192650.787500', '192651.247500', '192651.707500', '192652.167500', '192652.627500', '192653.087500', '192653.547500', '192654.007500', '192654.467500', '192654.927500', '192655.387500', '192655.847500', '192656.307500', '192656.767500', '192657.227500', '192657.687500', '192658.147500', '192658.607500', '192659.067500', '192659.527500', '192659.987500', '192700.447500', '192700.907500', '192701.367500', '192701.827500', '192702.287500', '192702.747500', '192703.207500', '192703.667500', '192704.127500', '192704.587500', '192705.047500', '192705.507500', '192705.967500', '192706.427500', '192706.887500', '192707.347500', '192707.807500', '192708.267500', '192708.727500', '192709.187500', '192709.647500', '192710.107500', '192710.567500', '192711.027500', '192711.487500', '192711.947500', '192712.407500', '192712.867500', '192713.327500', '192713.787500', '192714.247500', '192714.707500', '192715.167500', '192715.627500', '192716.087500', '192716.547500', '192717.007500', '192717.467500', '192717.927500', '192718.387500', '192718.847500', '192719.307500', '192719.767500', '192720.227500', '192720.687500', '192721.147500', '192721.607500', '192722.067500', '192722.527500', '192722.987500', '192723.447500', '192723.907500', '192724.367500', '192724.827500', '192725.287500', '192725.747500', '192726.207500', '192726.667500', '192727.127500', '192727.587500', '192728.047500', '192728.507500', '192728.967500', '192729.427500', '192729.887500', '192730.347500', '192730.807500', '192731.267500', '192731.727500', '192732.187500', '192732.647500'], 'ContentTime': ['191850.904000', '191850.907000', '191850.910000', '191850.914000', '191850.917000', '191850.919000', '191850.922000', '191850.925000', '191850.928000', '191850.931000', '191850.934000', '191850.936000', '191850.939000', '191850.942000', '191850.945000', '191850.948000', '191850.950000', '191850.953000', '191850.956000', '191850.969000', '191910.867000', '191910.870000', '191910.873000', '191910.876000', '191910.878000', '191910.881000', '191910.884000', '191910.887000', '191910.890000', '191910.892000', '191910.895000', '191910.898000', '191910.901000', '191910.903000', '191910.906000', '191910.909000', '191910.911000', '191910.914000', '191910.917000', '191910.920000', '191910.923000', '191910.925000', '191910.928000', '191910.938000', '191910.941000', '191910.944000', '191910.946000', '191910.949000', '191910.952000', '191910.955000', '191910.958000', '191910.960000', '191910.963000', '191910.966000', '191910.968000', '191910.971000', '191910.974000', '191910.976000', '191910.979000', '191910.982000', '191910.984000', '191910.987000', '191910.990000', '191910.993000', '191930.867000', '191930.869000', '191930.872000', '191930.875000', '191930.877000', '191930.889000', '191930.892000', '191930.895000', '191930.897000', '191930.900000', '191930.902000', '191930.905000', '191930.907000', '191930.910000', '191930.913000', '191930.915000', '191930.918000', '191930.920000', '191930.923000', '191930.925000', '191930.928000', '191930.931000', '191930.933000', '191930.936000', '191930.938000', '191930.941000', '191930.944000', '191930.946000', '191930.949000', '191930.952000', '191930.954000', '191930.957000', '191930.959000', '191930.962000', '191930.965000', '191930.967000', '191930.970000', '191930.972000', '191930.975000', '191930.977000', '191930.980000', '191930.983000', '191930.985000', '191950.866000', '191950.869000', '191950.872000', '191950.874000', '191950.877000', '191950.880000', '191950.882000', '191950.885000', '191950.888000', '191950.890000', '191950.893000', '191950.896000', '191950.898000', '191950.901000', '191950.903000', '191950.906000', '191950.908000', '191950.911000', '191950.914000', '191950.916000', '191950.919000', '191950.921000', '191950.924000', '191950.927000', '191950.929000', '191950.932000', '191950.935000', '191950.937000', '191950.940000', '191950.942000', '191950.945000', '191950.947000', '191950.950000', '191950.953000', '191950.955000', '191950.958000', '191950.960000', '191950.963000', '191950.966000', '191950.968000', '191950.971000', '191950.974000', '191950.976000', '191950.979000', '192010.867000', '192010.869000', '192010.872000', '192010.875000', '192010.877000', '192010.880000', '192010.883000', '192010.885000', '192010.888000', '192010.891000', '192010.893000', '192010.896000', '192010.898000', '192010.901000', '192010.903000', '192010.906000', '192010.909000', '192010.911000', '192010.914000', '192010.917000', '192010.919000', '192010.922000', '192010.924000', '192010.927000', '192010.930000', '192010.932000', '192010.935000', '192010.937000', '192010.940000', '192010.942000', '192010.945000', '192010.948000', '192010.950000', '192010.953000', '192010.956000', '192010.958000', '192010.961000', '192010.963000', '192010.966000', '192010.968000', '192010.971000', '192010.984000', '192010.986000', '192030.867000', '192030.870000', '192030.873000', '192030.876000', '192030.879000', '192030.881000', '192030.884000', '192030.887000', '192030.889000', '192030.892000', '192030.894000', '192030.897000', '192030.900000', '192030.902000', '192030.905000', '192030.907000', '192030.910000', '192030.913000', '192030.915000', '192030.918000', '192030.921000', '192030.923000', '192030.926000', '192030.928000', '192030.931000', '192030.934000', '192030.936000', '192030.939000', '192030.941000', '192030.944000', '192030.946000', '192030.950000', '192030.953000', '192030.956000', '192030.958000', '192030.961000', '192030.964000', '192030.966000', '192030.969000', '192030.972000', '192030.974000', '192030.977000', '192030.979000', '192050.867000', '192050.869000', '192050.872000', '192050.875000', '192050.877000', '192050.880000', '192050.883000', '192050.885000', '192050.888000', '192050.891000', '192050.893000', '192050.896000', '192050.898000', '192050.901000', '192050.904000', '192050.906000', '192050.909000', '192050.911000', '192050.914000', '192050.917000', '192050.919000', '192050.922000', '192050.924000', '192050.927000', '192050.930000', '192050.932000', '192050.935000', '192050.938000', '192050.940000', '192050.943000', '192050.945000', '192050.948000', '192050.951000', '192050.953000', '192050.956000', '192050.958000', '192050.961000', '192050.964000', '192050.966000', '192050.969000', '192050.971000', '192050.974000', '192050.977000', '192050.979000', '192110.867000', '192110.895000', '192110.898000', '192110.901000', '192110.903000', '192110.906000', '192110.908000', '192110.911000', '192110.914000', '192110.916000', '192110.919000', '192110.921000', '192110.924000', '192110.926000', '192110.929000', '192110.932000', '192110.934000', '192110.937000', '192110.940000', '192110.942000', '192110.945000', '192110.947000', '192110.950000', '192110.952000', '192110.955000', '192110.958000', '192110.960000', '192110.963000', '192110.965000', '192110.968000', '192110.971000', '192110.973000', '192110.976000', '192110.978000', '192110.981000', '192110.984000', '192110.986000', '192110.989000', '192110.991000', '192110.994000', '192110.997000', '192110.999000', '192111.002000', '192130.867000', '192130.870000', '192130.872000', '192130.875000', '192130.877000', '192130.880000', '192130.883000', '192130.885000', '192130.888000', '192130.890000', '192130.893000', '192130.895000', '192130.898000', '192130.901000', '192130.903000', '192130.906000', '192130.909000', '192130.911000', '192130.914000', '192130.916000', '192130.919000', '192130.922000', '192130.924000', '192130.927000', '192130.929000', '192130.932000', '192130.935000', '192130.937000', '192130.940000', '192130.943000', '192130.945000', '192130.948000', '192130.950000', '192130.953000', '192130.956000', '192130.958000', '192130.961000', '192130.963000', '192130.966000', '192130.969000', '192130.971000', '192130.974000', '192130.976000', '192130.979000', '192150.867000', '192150.876000', '192150.878000', '192150.881000', '192150.883000', '192150.886000', '192150.889000', '192150.892000', '192150.895000', '192150.897000', '192150.900000', '192150.902000', '192150.905000', '192150.907000', '192150.910000', '192150.913000', '192150.915000', '192150.918000', '192150.921000', '192150.923000', '192150.926000', '192150.929000', '192150.932000', '192150.934000', '192150.937000', '192150.940000', '192150.943000', '192150.947000', '192150.949000', '192150.952000', '192150.955000', '192150.957000', '192150.960000', '192150.963000', '192150.965000', '192150.968000', '192150.970000', '192150.973000', '192150.976000', '192150.978000', '192150.981000', '192150.983000', '192150.986000', '192210.867000', '192210.869000', '192210.872000', '192210.875000', '192210.877000', '192210.880000', '192210.882000', '192210.885000', '192210.888000', '192210.890000', '192210.893000', '192210.895000', '192210.898000', '192210.901000', '192210.903000', '192210.906000', '192210.909000', '192210.911000', '192210.914000', '192210.916000', '192210.919000', '192210.922000', '192210.924000', '192210.927000', '192210.930000', '192210.932000', '192210.935000', '192210.937000', '192210.940000', '192210.943000', '192210.945000', '192210.948000', '192210.950000', '192210.953000', '192210.956000', '192210.958000', '192210.961000', '192210.963000', '192210.966000', '192210.969000', '192210.971000', '192210.974000', '192210.976000', '192210.979000', '192230.866000', '192230.869000', '192230.872000', '192230.875000', '192230.877000', '192230.880000', '192230.882000', '192230.885000', '192230.887000', '192230.890000', '192230.893000', '192230.895000', '192230.898000', '192230.901000', '192230.904000', '192230.906000', '192230.909000', '192230.912000', '192230.914000', '192230.917000', '192230.919000', '192230.922000', '192230.925000', '192230.927000', '192230.930000', '192230.932000', '192230.935000', '192230.938000', '192230.940000', '192230.943000', '192230.946000', '192230.948000', '192230.951000', '192230.953000', '192230.956000', '192230.959000', '192230.961000', '192230.964000', '192230.966000', '192230.969000', '192230.972000', '192230.984000', '192230.986000', '192250.867000', '192250.870000', '192250.873000', '192250.876000', '192250.878000', '192250.881000', '192250.884000', '192250.886000', '192250.889000', '192250.891000', '192250.894000', '192250.897000', '192250.899000', '192250.902000', '192250.905000', '192250.907000', '192250.910000', '192250.912000', '192250.915000', '192250.918000', '192250.920000', '192250.923000', '192250.925000', '192250.928000', '192250.931000', '192250.933000', '192250.936000', '192250.939000', '192250.941000', '192250.944000', '192250.946000', '192250.949000', '192250.952000', '192250.954000', '192250.957000', '192250.959000', '192250.962000', '192250.965000', '192250.967000', '192250.970000', '192250.973000', '192250.975000', '192250.978000', '192250.981000', '192310.866000', '192310.869000', '192310.872000', '192310.875000', '192310.877000', '192310.880000', '192310.882000', '192310.885000', '192310.888000', '192310.890000', '192310.893000', '192310.895000', '192310.898000', '192310.901000', '192310.903000', '192310.906000', '192310.908000', '192310.911000', '192310.914000', '192310.916000', '192310.919000', '192310.921000', '192310.924000', '192310.927000', '192310.929000', '192310.932000', '192310.935000', '192310.937000', '192310.940000', '192310.944000', '192310.946000', '192310.949000', '192310.952000', '192310.954000', '192310.957000', '192310.960000', '192310.962000', '192310.965000', '192310.967000', '192310.970000', '192310.973000', '192310.975000', '192310.978000', '192330.867000', '192330.869000', '192330.872000', '192330.875000', '192330.877000', '192330.880000', '192330.882000', '192330.885000', '192330.888000', '192330.890000', '192330.893000', '192330.895000', '192330.898000', '192330.901000', '192330.903000', '192330.906000', '192330.908000', '192330.911000', '192330.914000', '192330.916000', '192330.919000', '192330.921000', '192330.924000', '192330.927000', '192330.930000', '192330.932000', '192330.935000', '192330.937000', '192330.940000', '192330.943000', '192330.945000', '192330.948000', '192330.950000', '192330.953000', '192330.956000', '192330.958000', '192330.961000', '192330.963000', '192330.966000', '192330.969000', '192330.971000', '192330.974000', '192330.977000', '192330.979000', '192350.867000', '192350.873000', '192350.875000', '192350.878000', '192350.880000', '192350.883000', '192350.886000', '192350.888000', '192350.891000', '192350.893000', '192350.896000', '192350.899000', '192350.901000', '192350.904000', '192350.907000', '192350.909000', '192350.912000', '192350.914000', '192350.917000', '192350.920000', '192350.922000', '192350.925000', '192350.927000', '192350.930000', '192350.933000', '192350.935000', '192350.938000', '192350.941000', '192350.944000', '192350.947000', '192350.950000', '192350.952000', '192350.955000', '192350.958000', '192350.960000', '192350.963000', '192350.965000', '192350.968000', '192350.971000', '192350.973000', '192350.976000', '192350.978000', '192350.981000', '192410.867000', '192410.870000', '192410.873000', '192410.875000', '192410.878000', '192410.880000', '192410.883000', '192410.885000', '192410.899000', '192410.902000', '192410.905000', '192410.907000', '192410.910000', '192410.913000', '192410.915000', '192410.918000', '192410.920000', '192410.923000', '192410.926000', '192410.928000', '192410.931000', '192410.934000', '192410.936000', '192410.939000', '192410.941000', '192410.944000', '192410.947000', '192410.949000', '192410.952000', '192410.954000', '192410.957000', '192410.960000', '192410.962000', '192410.965000', '192410.967000', '192410.970000', '192410.973000', '192410.975000', '192410.978000', '192410.981000', '192410.983000', '192410.986000', '192410.988000', '192410.991000', '192430.866000', '192430.869000', '192430.872000', '192430.875000', '192430.877000', '192430.880000', '192430.882000', '192430.885000', '192430.888000', '192430.890000', '192430.893000', '192430.896000', '192430.898000', '192430.901000', '192430.904000', '192430.906000', '192430.909000', '192430.911000', '192430.914000', '192430.917000', '192430.919000', '192430.922000', '192430.925000', '192430.927000', '192430.930000', '192430.932000', '192430.935000', '192430.938000', '192430.940000', '192430.943000', '192430.945000', '192430.948000', '192430.951000', '192430.953000', '192430.956000', '192430.959000', '192430.962000', '192430.965000', '192430.967000', '192430.970000', '192430.974000', '192430.977000', '192430.979000', '192450.866000', '192450.869000', '192450.872000', '192450.875000', '192450.877000', '192450.880000', '192450.883000', '192450.885000', '192450.888000', '192450.890000', '192450.893000', '192450.896000', '192450.898000', '192450.901000', '192450.903000', '192450.906000', '192450.909000', '192450.911000', '192450.914000', '192450.916000', '192450.919000', '192450.922000', '192450.924000', '192450.927000', '192450.930000', '192450.932000', '192450.935000', '192450.937000', '192450.940000', '192450.943000', '192450.945000', '192450.948000', '192450.951000', '192450.953000', '192450.956000', '192450.959000', '192450.961000', '192450.964000', '192450.967000', '192450.969000', '192450.972000', '192450.974000', '192450.977000', '192450.980000', '192510.868000', '192510.871000', '192510.873000', '192510.876000', '192510.879000', '192510.881000', '192510.884000', '192510.887000', '192510.889000', '192510.892000', '192510.894000', '192510.897000', '192510.900000', '192510.902000', '192510.905000', '192510.907000', '192510.910000', '192510.913000', '192510.915000', '192510.918000', '192510.921000', '192510.923000', '192510.926000', '192510.928000', '192510.931000', '192510.934000', '192510.936000', '192510.939000', '192510.941000', '192510.944000', '192510.947000', '192510.949000', '192510.952000', '192510.954000', '192510.957000', '192510.960000', '192510.963000', '192510.965000', '192510.968000', '192510.971000', '192510.973000', '192510.976000', '192510.978000', '192530.867000', '192530.870000', '192530.872000', '192530.875000', '192530.878000', '192530.880000', '192530.883000', '192530.886000', '192530.888000', '192530.891000', '192530.894000', '192530.896000', '192530.899000', '192530.901000', '192530.904000', '192530.907000', '192530.909000', '192530.912000', '192530.915000', '192530.932000', '192530.935000', '192530.938000', '192530.940000', '192530.943000', '192530.945000', '192530.948000', '192530.951000', '192530.953000', '192530.956000', '192530.959000', '192530.961000', '192530.964000', '192530.966000', '192530.969000', '192530.972000', '192530.974000', '192530.977000', '192530.979000', '192530.982000', '192530.985000', '192530.987000', '192530.990000', '192530.993000', '192530.995000', '192550.867000', '192550.870000', '192550.872000', '192550.875000', '192550.878000', '192550.880000', '192550.883000', '192550.886000', '192550.888000', '192550.891000', '192550.893000', '192550.896000', '192550.899000', '192550.901000', '192550.904000', '192550.906000', '192550.909000', '192550.912000', '192550.914000', '192550.917000', '192550.920000', '192550.922000', '192550.925000', '192550.927000', '192550.930000', '192550.933000', '192550.935000', '192550.938000', '192550.941000', '192550.943000', '192550.946000', '192550.949000', '192550.951000', '192550.954000', '192550.957000', '192550.959000', '192550.962000', '192550.964000', '192550.967000', '192550.970000', '192550.972000', '192550.975000', '192550.977000', '192610.867000', '192610.880000', '192610.883000', '192610.885000', '192610.888000', '192610.890000', '192610.893000', '192610.896000', '192610.898000', '192610.901000', '192610.904000', '192610.906000', '192610.909000', '192610.911000', '192610.914000', '192610.917000', '192610.919000', '192610.922000', '192610.925000', '192610.927000', '192610.930000', '192610.933000', '192610.935000', '192610.938000', '192610.940000', '192610.943000', '192610.946000', '192610.948000', '192610.951000', '192610.954000', '192610.956000', '192610.959000', '192610.962000', '192610.964000', '192610.967000', '192610.969000', '192610.972000', '192610.975000', '192610.977000', '192610.980000', '192610.982000', '192610.985000', '192610.988000', '192610.990000', '192630.867000', '192630.870000', '192630.872000', '192630.875000', '192630.878000', '192630.880000', '192630.883000', '192630.885000', '192630.888000', '192630.891000', '192630.893000', '192630.896000', '192630.898000', '192630.901000', '192630.904000', '192630.906000', '192630.909000', '192630.912000', '192630.914000', '192630.917000', '192630.920000', '192630.922000', '192630.925000', '192630.927000', '192630.930000', '192630.932000', '192630.935000', '192630.938000', '192630.941000', '192630.943000', '192630.946000', '192630.948000', '192630.952000', '192630.955000', '192630.957000', '192630.960000', '192630.963000', '192630.965000', '192630.968000', '192630.970000', '192630.973000', '192630.976000', '192630.978000', '192650.867000', '192650.870000', '192650.872000', '192650.875000', '192650.878000', '192650.881000', '192650.884000', '192650.887000', '192650.890000', '192650.893000', '192650.895000', '192650.898000', '192650.900000', '192650.903000', '192650.905000', '192650.918000', '192650.921000', '192650.924000', '192650.926000', '192650.929000', '192650.931000', '192650.934000', '192650.937000', '192650.939000', '192650.942000', '192650.944000', '192650.947000', '192650.950000', '192650.952000', '192650.955000', '192650.958000', '192650.960000', '192650.963000', '192650.966000', '192650.968000', '192650.971000', '192650.974000', '192650.976000', '192650.979000', '192650.982000', '192650.984000', '192650.987000', '192650.989000', '192710.867000', '192710.898000', '192710.900000', '192710.903000', '192710.906000', '192710.908000', '192710.911000', '192710.913000', '192710.916000', '192710.919000', '192710.921000', '192710.924000', '192710.926000', '192710.929000', '192710.932000', '192710.934000', '192710.937000', '192710.940000', '192710.942000', '192710.945000', '192710.948000', '192710.950000', '192710.953000', '192710.956000', '192710.958000', '192710.961000', '192710.964000', '192710.966000', '192710.969000', '192710.972000', '192710.974000', '192710.977000', '192710.979000', '192710.982000', '192710.985000', '192710.987000', '192710.990000', '192710.992000', '192710.995000', '192710.998000', '192711.001000', '192711.004000', '192711.006000', '192711.009000', '192730.867000', '192730.870000', '192730.873000', '192730.876000', '192730.878000', '192730.881000', '192730.883000', '192730.886000', '192730.889000', '192730.891000', '192730.894000', '192730.896000', '192730.899000', '192730.902000', '192730.904000', '192730.907000', '192730.910000', '192730.912000', '192730.915000', '192730.918000', '192730.920000', '192730.923000', '192730.925000', '192730.928000', '192730.931000', '192730.933000', '192730.936000', '192730.938000', '192730.941000', '192730.944000', '192730.946000', '192730.949000', '192730.952000', '192730.954000', '192730.957000', '192730.959000', '192730.962000', '192730.965000', '192730.967000', '192730.970000', '192730.973000', '192730.975000', '192730.978000', '192730.980000', '192734.021000', '192734.024000', '192734.027000', '192734.029000', '192734.032000', '192734.035000', '192734.038000'], 'InstanceCreationTime': ['191850.904000', '191850.907000', '191850.910000', '191850.914000', '191850.917000', '191850.919000', '191850.922000', '191850.925000', '191850.928000', '191850.931000', '191850.934000', '191850.936000', '191850.939000', '191850.942000', '191850.945000', '191850.948000', '191850.950000', '191850.953000', '191850.956000', '191850.969000', '191910.867000', '191910.870000', '191910.873000', '191910.876000', '191910.878000', '191910.881000', '191910.884000', '191910.887000', '191910.890000', '191910.892000', '191910.895000', '191910.898000', '191910.901000', '191910.903000', '191910.906000', '191910.909000', '191910.911000', '191910.914000', '191910.917000', '191910.920000', '191910.923000', '191910.925000', '191910.928000', '191910.938000', '191910.941000', '191910.944000', '191910.946000', '191910.949000', '191910.952000', '191910.955000', '191910.958000', '191910.960000', '191910.963000', '191910.966000', '191910.968000', '191910.971000', '191910.974000', '191910.976000', '191910.979000', '191910.982000', '191910.984000', '191910.987000', '191910.990000', '191910.993000', '191930.867000', '191930.869000', '191930.872000', '191930.875000', '191930.877000', '191930.889000', '191930.892000', '191930.895000', '191930.897000', '191930.900000', '191930.902000', '191930.905000', '191930.907000', '191930.910000', '191930.913000', '191930.915000', '191930.918000', '191930.920000', '191930.923000', '191930.925000', '191930.928000', '191930.931000', '191930.933000', '191930.936000', '191930.938000', '191930.941000', '191930.944000', '191930.946000', '191930.949000', '191930.952000', '191930.954000', '191930.957000', '191930.959000', '191930.962000', '191930.965000', '191930.967000', '191930.970000', '191930.972000', '191930.975000', '191930.977000', '191930.980000', '191930.983000', '191930.985000', '191950.866000', '191950.869000', '191950.872000', '191950.874000', '191950.877000', '191950.880000', '191950.882000', '191950.885000', '191950.888000', '191950.890000', '191950.893000', '191950.896000', '191950.898000', '191950.901000', '191950.903000', '191950.906000', '191950.908000', '191950.911000', '191950.914000', '191950.916000', '191950.919000', '191950.921000', '191950.924000', '191950.927000', '191950.929000', '191950.932000', '191950.935000', '191950.937000', '191950.940000', '191950.942000', '191950.945000', '191950.947000', '191950.950000', '191950.953000', '191950.955000', '191950.958000', '191950.960000', '191950.963000', '191950.966000', '191950.968000', '191950.971000', '191950.974000', '191950.976000', '191950.979000', '192010.867000', '192010.869000', '192010.872000', '192010.875000', '192010.877000', '192010.880000', '192010.883000', '192010.885000', '192010.888000', '192010.891000', '192010.893000', '192010.896000', '192010.898000', '192010.901000', '192010.903000', '192010.906000', '192010.909000', '192010.911000', '192010.914000', '192010.917000', '192010.919000', '192010.922000', '192010.924000', '192010.927000', '192010.930000', '192010.932000', '192010.935000', '192010.937000', '192010.940000', '192010.942000', '192010.945000', '192010.948000', '192010.950000', '192010.953000', '192010.956000', '192010.958000', '192010.961000', '192010.963000', '192010.966000', '192010.968000', '192010.971000', '192010.984000', '192010.986000', '192030.867000', '192030.870000', '192030.873000', '192030.876000', '192030.879000', '192030.881000', '192030.884000', '192030.887000', '192030.889000', '192030.892000', '192030.894000', '192030.897000', '192030.900000', '192030.902000', '192030.905000', '192030.907000', '192030.910000', '192030.913000', '192030.915000', '192030.918000', '192030.921000', '192030.923000', '192030.926000', '192030.928000', '192030.931000', '192030.934000', '192030.936000', '192030.939000', '192030.941000', '192030.944000', '192030.946000', '192030.950000', '192030.953000', '192030.956000', '192030.958000', '192030.961000', '192030.964000', '192030.966000', '192030.969000', '192030.972000', '192030.974000', '192030.977000', '192030.979000', '192050.867000', '192050.869000', '192050.872000', '192050.875000', '192050.877000', '192050.880000', '192050.883000', '192050.885000', '192050.888000', '192050.891000', '192050.893000', '192050.896000', '192050.898000', '192050.901000', '192050.904000', '192050.906000', '192050.909000', '192050.911000', '192050.914000', '192050.917000', '192050.919000', '192050.922000', '192050.924000', '192050.927000', '192050.930000', '192050.932000', '192050.935000', '192050.938000', '192050.940000', '192050.943000', '192050.945000', '192050.948000', '192050.951000', '192050.953000', '192050.956000', '192050.958000', '192050.961000', '192050.964000', '192050.966000', '192050.969000', '192050.971000', '192050.974000', '192050.977000', '192050.979000', '192110.867000', '192110.895000', '192110.898000', '192110.901000', '192110.903000', '192110.906000', '192110.908000', '192110.911000', '192110.914000', '192110.916000', '192110.919000', '192110.921000', '192110.924000', '192110.926000', '192110.929000', '192110.932000', '192110.934000', '192110.937000', '192110.940000', '192110.942000', '192110.945000', '192110.947000', '192110.950000', '192110.952000', '192110.955000', '192110.958000', '192110.960000', '192110.963000', '192110.965000', '192110.968000', '192110.971000', '192110.973000', '192110.976000', '192110.978000', '192110.981000', '192110.984000', '192110.986000', '192110.989000', '192110.991000', '192110.994000', '192110.997000', '192110.999000', '192111.002000', '192130.867000', '192130.870000', '192130.872000', '192130.875000', '192130.877000', '192130.880000', '192130.883000', '192130.885000', '192130.888000', '192130.890000', '192130.893000', '192130.895000', '192130.898000', '192130.901000', '192130.903000', '192130.906000', '192130.909000', '192130.911000', '192130.914000', '192130.916000', '192130.919000', '192130.922000', '192130.924000', '192130.927000', '192130.929000', '192130.932000', '192130.935000', '192130.937000', '192130.940000', '192130.943000', '192130.945000', '192130.948000', '192130.950000', '192130.953000', '192130.956000', '192130.958000', '192130.961000', '192130.963000', '192130.966000', '192130.969000', '192130.971000', '192130.974000', '192130.976000', '192130.979000', '192150.867000', '192150.876000', '192150.878000', '192150.881000', '192150.883000', '192150.886000', '192150.889000', '192150.892000', '192150.895000', '192150.897000', '192150.900000', '192150.902000', '192150.905000', '192150.907000', '192150.910000', '192150.913000', '192150.915000', '192150.918000', '192150.921000', '192150.923000', '192150.926000', '192150.929000', '192150.932000', '192150.934000', '192150.937000', '192150.940000', '192150.943000', '192150.947000', '192150.949000', '192150.952000', '192150.955000', '192150.957000', '192150.960000', '192150.963000', '192150.965000', '192150.968000', '192150.970000', '192150.973000', '192150.976000', '192150.978000', '192150.981000', '192150.983000', '192150.986000', '192210.867000', '192210.869000', '192210.872000', '192210.875000', '192210.877000', '192210.880000', '192210.882000', '192210.885000', '192210.888000', '192210.890000', '192210.893000', '192210.895000', '192210.898000', '192210.901000', '192210.903000', '192210.906000', '192210.909000', '192210.911000', '192210.914000', '192210.916000', '192210.919000', '192210.922000', '192210.924000', '192210.927000', '192210.930000', '192210.932000', '192210.935000', '192210.937000', '192210.940000', '192210.943000', '192210.945000', '192210.948000', '192210.950000', '192210.953000', '192210.956000', '192210.958000', '192210.961000', '192210.963000', '192210.966000', '192210.969000', '192210.971000', '192210.974000', '192210.976000', '192210.979000', '192230.866000', '192230.869000', '192230.872000', '192230.875000', '192230.877000', '192230.880000', '192230.882000', '192230.885000', '192230.887000', '192230.890000', '192230.893000', '192230.895000', '192230.898000', '192230.901000', '192230.904000', '192230.906000', '192230.909000', '192230.912000', '192230.914000', '192230.917000', '192230.919000', '192230.922000', '192230.925000', '192230.927000', '192230.930000', '192230.932000', '192230.935000', '192230.938000', '192230.940000', '192230.943000', '192230.946000', '192230.948000', '192230.951000', '192230.953000', '192230.956000', '192230.959000', '192230.961000', '192230.964000', '192230.966000', '192230.969000', '192230.972000', '192230.984000', '192230.986000', '192250.867000', '192250.870000', '192250.873000', '192250.876000', '192250.878000', '192250.881000', '192250.884000', '192250.886000', '192250.889000', '192250.891000', '192250.894000', '192250.897000', '192250.899000', '192250.902000', '192250.905000', '192250.907000', '192250.910000', '192250.912000', '192250.915000', '192250.918000', '192250.920000', '192250.923000', '192250.925000', '192250.928000', '192250.931000', '192250.933000', '192250.936000', '192250.939000', '192250.941000', '192250.944000', '192250.946000', '192250.949000', '192250.952000', '192250.954000', '192250.957000', '192250.959000', '192250.962000', '192250.965000', '192250.967000', '192250.970000', '192250.973000', '192250.975000', '192250.978000', '192250.981000', '192310.866000', '192310.869000', '192310.872000', '192310.875000', '192310.877000', '192310.880000', '192310.882000', '192310.885000', '192310.888000', '192310.890000', '192310.893000', '192310.895000', '192310.898000', '192310.901000', '192310.903000', '192310.906000', '192310.908000', '192310.911000', '192310.914000', '192310.916000', '192310.919000', '192310.921000', '192310.924000', '192310.927000', '192310.929000', '192310.932000', '192310.935000', '192310.937000', '192310.940000', '192310.944000', '192310.946000', '192310.949000', '192310.952000', '192310.954000', '192310.957000', '192310.960000', '192310.962000', '192310.965000', '192310.967000', '192310.970000', '192310.973000', '192310.975000', '192310.978000', '192330.867000', '192330.869000', '192330.872000', '192330.875000', '192330.877000', '192330.880000', '192330.882000', '192330.885000', '192330.888000', '192330.890000', '192330.893000', '192330.895000', '192330.898000', '192330.901000', '192330.903000', '192330.906000', '192330.908000', '192330.911000', '192330.914000', '192330.916000', '192330.919000', '192330.921000', '192330.924000', '192330.927000', '192330.930000', '192330.932000', '192330.935000', '192330.937000', '192330.940000', '192330.943000', '192330.945000', '192330.948000', '192330.950000', '192330.953000', '192330.956000', '192330.958000', '192330.961000', '192330.963000', '192330.966000', '192330.969000', '192330.971000', '192330.974000', '192330.977000', '192330.979000', '192350.867000', '192350.873000', '192350.875000', '192350.878000', '192350.880000', '192350.883000', '192350.886000', '192350.888000', '192350.891000', '192350.893000', '192350.896000', '192350.899000', '192350.901000', '192350.904000', '192350.907000', '192350.909000', '192350.912000', '192350.914000', '192350.917000', '192350.920000', '192350.922000', '192350.925000', '192350.927000', '192350.930000', '192350.933000', '192350.935000', '192350.938000', '192350.941000', '192350.944000', '192350.947000', '192350.950000', '192350.952000', '192350.955000', '192350.958000', '192350.960000', '192350.963000', '192350.965000', '192350.968000', '192350.971000', '192350.973000', '192350.976000', '192350.978000', '192350.981000', '192410.867000', '192410.870000', '192410.873000', '192410.875000', '192410.878000', '192410.880000', '192410.883000', '192410.885000', '192410.899000', '192410.902000', '192410.905000', '192410.907000', '192410.910000', '192410.913000', '192410.915000', '192410.918000', '192410.920000', '192410.923000', '192410.926000', '192410.928000', '192410.931000', '192410.934000', '192410.936000', '192410.939000', '192410.941000', '192410.944000', '192410.947000', '192410.949000', '192410.952000', '192410.954000', '192410.957000', '192410.960000', '192410.962000', '192410.965000', '192410.967000', '192410.970000', '192410.973000', '192410.975000', '192410.978000', '192410.981000', '192410.983000', '192410.986000', '192410.988000', '192410.991000', '192430.866000', '192430.869000', '192430.872000', '192430.875000', '192430.877000', '192430.880000', '192430.882000', '192430.885000', '192430.888000', '192430.890000', '192430.893000', '192430.896000', '192430.898000', '192430.901000', '192430.904000', '192430.906000', '192430.909000', '192430.911000', '192430.914000', '192430.917000', '192430.919000', '192430.922000', '192430.925000', '192430.927000', '192430.930000', '192430.932000', '192430.935000', '192430.938000', '192430.940000', '192430.943000', '192430.945000', '192430.948000', '192430.951000', '192430.953000', '192430.956000', '192430.959000', '192430.962000', '192430.965000', '192430.967000', '192430.970000', '192430.974000', '192430.977000', '192430.979000', '192450.866000', '192450.869000', '192450.872000', '192450.875000', '192450.877000', '192450.880000', '192450.883000', '192450.885000', '192450.888000', '192450.890000', '192450.893000', '192450.896000', '192450.898000', '192450.901000', '192450.903000', '192450.906000', '192450.909000', '192450.911000', '192450.914000', '192450.916000', '192450.919000', '192450.922000', '192450.924000', '192450.927000', '192450.930000', '192450.932000', '192450.935000', '192450.937000', '192450.940000', '192450.943000', '192450.945000', '192450.948000', '192450.951000', '192450.953000', '192450.956000', '192450.959000', '192450.961000', '192450.964000', '192450.967000', '192450.969000', '192450.972000', '192450.974000', '192450.977000', '192450.980000', '192510.868000', '192510.871000', '192510.873000', '192510.876000', '192510.879000', '192510.881000', '192510.884000', '192510.887000', '192510.889000', '192510.892000', '192510.894000', '192510.897000', '192510.900000', '192510.902000', '192510.905000', '192510.907000', '192510.910000', '192510.913000', '192510.915000', '192510.918000', '192510.921000', '192510.923000', '192510.926000', '192510.928000', '192510.931000', '192510.934000', '192510.936000', '192510.939000', '192510.941000', '192510.944000', '192510.947000', '192510.949000', '192510.952000', '192510.954000', '192510.957000', '192510.960000', '192510.963000', '192510.965000', '192510.968000', '192510.971000', '192510.973000', '192510.976000', '192510.978000', '192530.867000', '192530.870000', '192530.872000', '192530.875000', '192530.878000', '192530.880000', '192530.883000', '192530.886000', '192530.888000', '192530.891000', '192530.894000', '192530.896000', '192530.899000', '192530.901000', '192530.904000', '192530.907000', '192530.909000', '192530.912000', '192530.915000', '192530.932000', '192530.935000', '192530.938000', '192530.940000', '192530.943000', '192530.945000', '192530.948000', '192530.951000', '192530.953000', '192530.956000', '192530.959000', '192530.961000', '192530.964000', '192530.966000', '192530.969000', '192530.972000', '192530.974000', '192530.977000', '192530.979000', '192530.982000', '192530.985000', '192530.987000', '192530.990000', '192530.993000', '192530.995000', '192550.867000', '192550.870000', '192550.872000', '192550.875000', '192550.878000', '192550.880000', '192550.883000', '192550.886000', '192550.888000', '192550.891000', '192550.893000', '192550.896000', '192550.899000', '192550.901000', '192550.904000', '192550.906000', '192550.909000', '192550.912000', '192550.914000', '192550.917000', '192550.920000', '192550.922000', '192550.925000', '192550.927000', '192550.930000', '192550.933000', '192550.935000', '192550.938000', '192550.941000', '192550.943000', '192550.946000', '192550.949000', '192550.951000', '192550.954000', '192550.957000', '192550.959000', '192550.962000', '192550.964000', '192550.967000', '192550.970000', '192550.972000', '192550.975000', '192550.977000', '192610.867000', '192610.880000', '192610.883000', '192610.885000', '192610.888000', '192610.890000', '192610.893000', '192610.896000', '192610.898000', '192610.901000', '192610.904000', '192610.906000', '192610.909000', '192610.911000', '192610.914000', '192610.917000', '192610.919000', '192610.922000', '192610.925000', '192610.927000', '192610.930000', '192610.933000', '192610.935000', '192610.938000', '192610.940000', '192610.943000', '192610.946000', '192610.948000', '192610.951000', '192610.954000', '192610.956000', '192610.959000', '192610.962000', '192610.964000', '192610.967000', '192610.969000', '192610.972000', '192610.975000', '192610.977000', '192610.980000', '192610.982000', '192610.985000', '192610.988000', '192610.990000', '192630.867000', '192630.870000', '192630.872000', '192630.875000', '192630.878000', '192630.880000', '192630.883000', '192630.885000', '192630.888000', '192630.891000', '192630.893000', '192630.896000', '192630.898000', '192630.901000', '192630.904000', '192630.906000', '192630.909000', '192630.912000', '192630.914000', '192630.917000', '192630.920000', '192630.922000', '192630.925000', '192630.927000', '192630.930000', '192630.932000', '192630.935000', '192630.938000', '192630.941000', '192630.943000', '192630.946000', '192630.948000', '192630.952000', '192630.955000', '192630.957000', '192630.960000', '192630.963000', '192630.965000', '192630.968000', '192630.970000', '192630.973000', '192630.976000', '192630.978000', '192650.867000', '192650.870000', '192650.872000', '192650.875000', '192650.878000', '192650.881000', '192650.884000', '192650.887000', '192650.890000', '192650.893000', '192650.895000', '192650.898000', '192650.900000', '192650.903000', '192650.905000', '192650.918000', '192650.921000', '192650.924000', '192650.926000', '192650.929000', '192650.931000', '192650.934000', '192650.937000', '192650.939000', '192650.942000', '192650.944000', '192650.947000', '192650.950000', '192650.952000', '192650.955000', '192650.958000', '192650.960000', '192650.963000', '192650.966000', '192650.968000', '192650.971000', '192650.974000', '192650.976000', '192650.979000', '192650.982000', '192650.984000', '192650.987000', '192650.989000', '192710.867000', '192710.898000', '192710.900000', '192710.903000', '192710.906000', '192710.908000', '192710.911000', '192710.913000', '192710.916000', '192710.919000', '192710.921000', '192710.924000', '192710.926000', '192710.929000', '192710.932000', '192710.934000', '192710.937000', '192710.940000', '192710.942000', '192710.945000', '192710.948000', '192710.950000', '192710.953000', '192710.956000', '192710.958000', '192710.961000', '192710.964000', '192710.966000', '192710.969000', '192710.972000', '192710.974000', '192710.977000', '192710.979000', '192710.982000', '192710.985000', '192710.987000', '192710.990000', '192710.992000', '192710.995000', '192710.998000', '192711.001000', '192711.004000', '192711.006000', '192711.009000', '192730.867000', '192730.870000', '192730.873000', '192730.876000', '192730.878000', '192730.881000', '192730.883000', '192730.886000', '192730.889000', '192730.891000', '192730.894000', '192730.896000', '192730.899000', '192730.902000', '192730.904000', '192730.907000', '192730.910000', '192730.912000', '192730.915000', '192730.918000', '192730.920000', '192730.923000', '192730.925000', '192730.928000', '192730.931000', '192730.933000', '192730.936000', '192730.938000', '192730.941000', '192730.944000', '192730.946000', '192730.949000', '192730.952000', '192730.954000', '192730.957000', '192730.959000', '192730.962000', '192730.965000', '192730.967000', '192730.970000', '192730.973000', '192730.975000', '192730.978000', '192730.980000', '192734.021000', '192734.024000', '192734.027000', '192734.029000', '192734.032000', '192734.035000', '192734.038000'], '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': [7859, 9457, 6334, 8574, 5718, 8209, 6746, 8605, 9259, 8641, 5859, 8515, 5762, 8463, 5746, 11402, 6280, 10284, 6038, 10699, 6321, 11500, 7133, 11607, 6596, 11333, 7038, 11453, 7471, 10632, 6819, 10511, 7098, 10492, 7970, 9016, 7035, 8267, 7273, 10763, 7996, 10703, 7484, 6987, 7459, 8687, 8036, 8897, 8096, 5764, 7919, 5614, 8522, 5673, 10861, 5813, 9505, 5813, 10327, 6118, 12113, 6706, 11859, 6102, 11485, 6072, 11865, 6995, 12454, 6467, 11391, 6057, 11193, 6140, 12093, 6231, 10747, 6100, 10637, 5797, 11592, 7059, 10729, 5989, 10577, 6575, 10875, 7250, 10943, 6810, 10117, 6632, 10120, 7443, 9897, 8013, 7986, 7174, 8487, 7575, 9753, 8211, 9240, 7878, 5795, 8355, 5579, 8418, 8931, 8555, 5769, 8211, 5499, 8124, 10495, 7741, 11015, 7808, 5994, 7609, 5886, 8005, 6370, 9763, 5840, 8438, 5854, 9076, 5894, 11617, 6050, 11898, 5872, 11916, 6160, 12163, 5922, 12427, 6029, 10479, 5738, 10180, 5901, 10639, 5737, 10252, 5977, 9439, 5704, 10540, 5864, 11044, 6227, 10421, 6134, 10509, 5955, 11059, 7142, 10851, 6083, 10498, 6677, 10563, 7359, 11277, 6614, 10297, 6880, 10781, 7717, 10494, 7310, 9740, 7330, 10562, 7932, 10299, 8109, 8371, 7295, 8960, 8045, 10836, 7965, 8032, 7341, 8290, 7606, 11302, 7991, 9621, 7572, 7143, 7662, 9552, 7701, 10958, 7900, 8659, 7237, 10501, 6909, 11160, 8063, 10210, 7075, 10018, 7058, 10715, 6691, 10685, 7852, 12082, 6583, 10239, 6785, 9560, 7149, 9692, 7581, 8639, 7155, 7614, 7552, 9505, 7891, 7857, 8075, 5639, 8471, 6012, 9405, 8787, 11605, 6066, 8446, 5761, 9741, 5829, 13067, 6378, 12174, 5849, 10467, 6379, 11650, 7556, 13290, 8004, 11208, 6881, 10525, 7080, 10017, 7778, 5637, 7907, 5776, 7997, 5894, 11365, 6059, 13044, 6704, 10461, 6026, 11273, 7184, 11570, 7781, 5988, 7491, 5841, 8383, 6438, 10893, 5673, 8703, 5759, 10227, 6244, 12163, 7759, 12186, 6533, 11310, 6149, 11360, 7722, 11923, 7290, 10127, 6651, 10900, 7779, 10818, 8296, 8759, 6764, 9847, 7018, 10630, 8236, 9695, 6643, 9349, 6772, 10741, 6708, 10730, 8012, 8935, 6939, 8654, 7152, 9994, 7231, 10315, 8049, 8210, 7182, 5930, 7514, 6236, 7973, 5536, 9814, 5874, 8901, 5989, 10723, 6892, 10739, 7009, 8221, 7379, 7990, 7585, 8260, 9511, 5874, 12337, 6542, 10947, 6536, 10267, 7945, 8921, 7899, 5733, 8046, 5850, 12247, 5970, 11947, 5967, 11063, 6379, 12947, 8216, 13400, 7214, 10273, 6872, 10116, 8165, 9030, 7517, 7844, 7410, 10515, 9057, 6512, 7579, 5925, 8502, 5826, 9599, 6026, 8297, 6140, 11791, 7328, 11220, 6805, 9914, 7143, 9811, 7185, 5649, 7544, 5716, 9460, 6845, 12796, 5643, 8386, 5795, 10324, 6060, 11156, 5848, 9463, 5957, 10545, 6729, 11830, 6678, 10576, 6232, 10624, 6984, 11615, 7132, 10249, 6407, 10827, 7040, 9831, 7588, 5674, 7373, 5651, 7789, 5740, 10477, 5792, 10475, 6040, 10577, 6575, 11087, 7217, 11793, 8888, 6088, 8328, 5800, 6309, 7730, 5890, 9702, 6684, 6785, 7881, 6221, 11289, 7124, 11842, 8114, 12773, 9017, 12664, 8914, 12483, 9213, 7556, 11441, 5874, 8634, 6134, 8343, 5883, 9859, 6741, 11355, 6730, 7338, 6894, 5657, 7726, 5766, 8275, 5945, 8188, 5800, 9173, 6314, 11290, 7306, 6137, 7788, 5867, 8530, 5959, 11993, 7334, 11246, 7093, 7895, 7750, 8547, 10492, 5803, 9411, 5687, 10293, 5870, 12667, 7872, 12238, 6821, 10866, 6567, 11847, 7809, 11771, 6820, 9941, 6765, 10432, 7176, 11455, 7620, 9740, 6438, 9653, 6622, 10092, 7761, 8206, 7091, 6594, 7920, 6003, 8742, 6031, 8657, 5865, 11026, 6570, 11532, 6645, 10773, 6958, 9363, 7056, 8565, 8091, 5682, 8444, 5970, 11355, 6682, 10595, 6613, 9769, 7280, 8666, 7558, 5690, 8011, 5708, 8735, 8194, 8545, 5707, 8255, 5726, 8849, 5917, 9803, 5954, 8835, 5935, 8579, 5823, 8455, 5875, 8302, 5896, 8539, 8732, 7913, 5728, 7856, 11182, 7906, 9071, 7116, 10549, 7613, 10451, 8773, 9700, 7174, 10899, 8151, 11281, 8946, 12091, 9222, 12531, 7664, 6322, 7959, 5903, 7955, 7104, 8237, 5771, 7906, 5741, 8724, 10310, 12803, 12674, 12559, 13696, 7879, 6479, 8660, 5902, 8434, 5919, 8427, 6658, 9700, 7796, 8522, 7168, 8353, 7642, 6071, 8880, 5956, 11992, 7925, 11568, 6609, 10614, 6894, 9491, 8053, 6335, 7068, 6921, 7581, 8512, 7864, 5966, 7155, 6008, 8605, 5819, 10209, 6380, 9955, 6969, 9382, 7395, 5973, 7305, 5880, 9822, 6026, 9984, 6548, 10819, 7847, 11788, 8844, 9713, 8125, 6979, 7893, 6022, 12519, 6612, 12120, 6606, 11434, 8032, 5764, 6632, 5993, 8229, 5561, 9577, 5841, 9987, 6321, 10270, 7475, 6075, 6542, 5710, 8044, 5943, 9222, 7546, 7569, 7567, 5906, 8554, 6210, 7730, 9417, 5827, 10507, 6472, 9486, 7613, 7626, 10727, 6048, 10799, 6328, 11304, 7964, 12396, 8626, 8996, 6750, 8913, 7983, 7100, 7236, 5851, 7589, 5872, 12409, 6015, 9382, 6098, 8930, 6270, 11133, 7089, 7573, 6551, 6835, 6782, 6421, 6921, 5892, 7155, 5789, 8977, 6250, 10674, 6999, 9513, 6490, 8782, 7441, 7743, 6963, 5615, 7207, 7077, 7501, 5670, 7496, 5630, 7072, 5710, 10372, 6661, 9633, 6235, 8571, 6463, 8634, 7358, 7954, 7170, 6005, 7378, 5651, 10602, 6048, 11818, 6414, 10171, 6194, 10504, 6981, 9017, 7705, 5957, 7376, 5611, 8172, 5815, 11108, 7475, 12043, 6299, 8567, 6511, 6762, 6864, 5885, 10629, 6351, 10091, 7820, 5758, 7162, 5732, 7825, 5635, 10384, 6086, 9942, 6469, 8962, 7692, 8787, 6998, 5696, 7090, 9267, 6923, 10007, 7748, 8875, 6295, 9123, 6607, 9470, 6662, 9441, 6221, 8527, 5794, 9744, 5671, 8389, 6019, 7732, 5872, 9376, 5955, 9773, 5866, 8060, 5882, 9332, 5838, 9687, 6011, 9176, 5805, 11309, 6444, 11089, 6343, 9708, 6571, 11121, 7943, 9411, 6858, 7898, 6639, 8800, 7223, 9332, 7040, 6306, 7276, 9004, 7527, 9549, 7571, 5557, 7708, 5556, 7559, 5660, 11446, 6440, 10326, 6377, 10041, 6769, 10187, 7440, 9155, 6412, 8033, 7219, 8863, 8610, 5728, 7174, 5726, 7643, 5937, 10555, 5755, 7870, 5964, 8752, 5790, 10558, 5808, 10121, 5916, 7955, 6215, 10567, 7348, 9239, 6629, 6872, 6918, 6368, 7874, 6217, 11088, 5758, 9558, 5687, 10017, 5785, 12603, 8079, 10180, 6287, 9772, 5953, 10427, 7647, 9764, 6701, 6313, 6795, 5820, 7478, 5589, 10368, 5916, 7621, 5873, 8737, 6370, 9367, 7405, 7411, 6840, 5529, 7307, 5551, 9707, 5830, 7784, 5813, 8458, 5850, 10925, 6540, 9711, 6063, 9828, 6619, 10426, 7528, 8584, 6862, 7253, 7368, 7894, 7832, 5373, 7756, 5633, 7847, 5742, 11473, 6669, 11647, 6229, 10169, 6035, 10530, 7263, 10748, 6324, 9827, 6533, 9140, 7705, 8182, 6716, 5997, 7142, 7261, 7586, 5711, 7202, 5771, 7524, 5755, 11883, 5920, 9823, 6053, 10935, 6595, 11680, 6713, 10124, 6325, 10813, 7519, 10272, 6638, 8723, 6454, 9561, 7248, 7145, 6897, 5645, 6928, 8136, 8252, 6953, 7728, 5926, 7473, 7136, 11279, 5934, 7525, 5845, 7628, 6265, 10526, 6589, 9120, 6451, 9287, 7098, 9837, 6756, 7846, 6631, 7864, 8901, 5714, 7447, 5982, 9738, 6396, 11533, 6615, 8800, 6814, 7783, 6944, 7768, 8996, 5785, 7574, 5987, 9701, 6317, 10883, 7363, 7456, 6978, 5430, 9298, 6040, 11241, 6542, 8818, 10149, 5960, 7656, 6014, 10657, 7049, 6134, 6705, 5991, 8085, 5988, 9846, 6160, 10283, 6160, 10171, 7239, 7850, 7077, 6037, 7046, 6734, 11431, 6251, 9950, 6265, 10832, 6736, 12050, 6963, 9853, 6352, 9523, 6965, 10803, 6824, 6862, 6501, 6940, 8321, 7276, 9522, 5908, 7764, 5948, 11858, 6124, 9992, 5940, 9576, 6160, 10517, 6331, 9872, 6219, 8713, 6294, 9979, 6779, 10830, 6352, 9340, 6236, 9545, 7502, 9077, 6945, 5896, 6938, 8130, 7708, 10336, 8543, 5883, 6908, 5984, 7242, 5878, 10838, 5893, 7254, 5858, 7480, 5813, 10610, 6071], 'WindowCenter': [3580.0, 3585.0, 3528.0, 3558.0, 3503.0, 3560.0, 3539.0, 3546.0, 3542.0, 3543.0, 3500.0, 3542.0, 3499.0, 3542.0, 3501.0, 3575.0, 3512.0, 3565.0, 3512.0, 3564.0, 3523.0, 3576.0, 3534.0, 3565.0, 3523.0, 3564.0, 3523.0, 3576.0, 3534.0, 3564.0, 3522.0, 3552.0, 3522.0, 3565.0, 3533.0, 3543.0, 3522.0, 3542.0, 3521.0, 3563.0, 3532.0, 3553.0, 3521.0, 3520.0, 3521.0, 3542.0, 3533.0, 3542.0, 3532.0, 3500.0, 3532.0, 3499.0, 3543.0, 3501.0, 3565.0, 3501.0, 3554.0, 3501.0, 3564.0, 3512.0, 3573.0, 3523.0, 3575.0, 3512.0, 3564.0, 3511.0, 3576.0, 3522.0, 3575.0, 3511.0, 3563.0, 3510.0, 3563.0, 3511.0, 3574.0, 3511.0, 3563.0, 3511.0, 3552.0, 3501.0, 3564.0, 3523.0, 3564.0, 3511.0, 3564.0, 3522.0, 3564.0, 3533.0, 3565.0, 3522.0, 3553.0, 3522.0, 3564.0, 3534.0, 3554.0, 3544.0, 3543.0, 3522.0, 3543.0, 3533.0, 3554.0, 3544.0, 3554.0, 3544.0, 3500.0, 3543.0, 3489.0, 3543.0, 3554.0, 3543.0, 3501.0, 3544.0, 3500.0, 3533.0, 3564.0, 3533.0, 3564.0, 3533.0, 3511.0, 3533.0, 3500.0, 3533.0, 3512.0, 3554.0, 3501.0, 3544.0, 3501.0, 3554.0, 3502.0, 3577.0, 3513.0, 3576.0, 3502.0, 3576.0, 3511.0, 3576.0, 3512.0, 3576.0, 3511.0, 3564.0, 3500.0, 3553.0, 3500.0, 3565.0, 3500.0, 3553.0, 3511.0, 3553.0, 3500.0, 3563.0, 3501.0, 3564.0, 3512.0, 3564.0, 3512.0, 3565.0, 3513.0, 3565.0, 3535.0, 3566.0, 3512.0, 3564.0, 3523.0, 3566.0, 3535.0, 3577.0, 3524.0, 3565.0, 3523.0, 3566.0, 3535.0, 3566.0, 3534.0, 3554.0, 3533.0, 3564.0, 3545.0, 3566.0, 3545.0, 3544.0, 3533.0, 3542.0, 3533.0, 3565.0, 3533.0, 3532.0, 3532.0, 3531.0, 3532.0, 3564.0, 3533.0, 3553.0, 3533.0, 3522.0, 3533.0, 3552.0, 3532.0, 3564.0, 3533.0, 3543.0, 3533.0, 3564.0, 3521.0, 3564.0, 3544.0, 3564.0, 3522.0, 3554.0, 3522.0, 3563.0, 3522.0, 3564.0, 3544.0, 3575.0, 3523.0, 3564.0, 3523.0, 3553.0, 3523.0, 3556.0, 3534.0, 3544.0, 3523.0, 3533.0, 3533.0, 3555.0, 3545.0, 3544.0, 3544.0, 3501.0, 3544.0, 3511.0, 3555.0, 3544.0, 3566.0, 3511.0, 3543.0, 3499.0, 3553.0, 3501.0, 3575.0, 3511.0, 3575.0, 3500.0, 3552.0, 3511.0, 3576.0, 3534.0, 3575.0, 3533.0, 3563.0, 3521.0, 3552.0, 3521.0, 3554.0, 3532.0, 3500.0, 3532.0, 3499.0, 3532.0, 3500.0, 3565.0, 3511.0, 3575.0, 3521.0, 3564.0, 3512.0, 3577.0, 3534.0, 3564.0, 3532.0, 3511.0, 3521.0, 3499.0, 3543.0, 3523.0, 3579.0, 3513.0, 3544.0, 3501.0, 3564.0, 3512.0, 3575.0, 3534.0, 3574.0, 3512.0, 3565.0, 3511.0, 3564.0, 3533.0, 3564.0, 3522.0, 3552.0, 3510.0, 3552.0, 3532.0, 3563.0, 3543.0, 3541.0, 3510.0, 3551.0, 3520.0, 3553.0, 3531.0, 3552.0, 3510.0, 3540.0, 3509.0, 3551.0, 3510.0, 3564.0, 3532.0, 3541.0, 3520.0, 3541.0, 3521.0, 3551.0, 3521.0, 3553.0, 3531.0, 3543.0, 3522.0, 3510.0, 3532.0, 3511.0, 3533.0, 3498.0, 3554.0, 3501.0, 3543.0, 3512.0, 3565.0, 3535.0, 3565.0, 3534.0, 3544.0, 3534.0, 3532.0, 3534.0, 3545.0, 3556.0, 3502.0, 3589.0, 3524.0, 3566.0, 3524.0, 3566.0, 3546.0, 3555.0, 3547.0, 3513.0, 3546.0, 3513.0, 3578.0, 3513.0, 3577.0, 3513.0, 3565.0, 3512.0, 3577.0, 3545.0, 3587.0, 3534.0, 3564.0, 3521.0, 3553.0, 3543.0, 3543.0, 3533.0, 3531.0, 3519.0, 3553.0, 3542.0, 3509.0, 3533.0, 3510.0, 3543.0, 3499.0, 3552.0, 3498.0, 3530.0, 3510.0, 3562.0, 3532.0, 3564.0, 3521.0, 3552.0, 3522.0, 3565.0, 3521.0, 3498.0, 3531.0, 3501.0, 3553.0, 3521.0, 3574.0, 3498.0, 3530.0, 3487.0, 3550.0, 3498.0, 3561.0, 3498.0, 3540.0, 3498.0, 3551.0, 3521.0, 3562.0, 3510.0, 3551.0, 3498.0, 3550.0, 3521.0, 3562.0, 3521.0, 3551.0, 3509.0, 3550.0, 3520.0, 3552.0, 3531.0, 3498.0, 3520.0, 3498.0, 3520.0, 3499.0, 3552.0, 3500.0, 3553.0, 3500.0, 3552.0, 3520.0, 3577.0, 3534.0, 3576.0, 3556.0, 3514.0, 3547.0, 3499.0, 3481.0, 3518.0, 3500.0, 3566.0, 3525.0, 3524.0, 3545.0, 3513.0, 3577.0, 3536.0, 3577.0, 3532.0, 3563.0, 3541.0, 3561.0, 3529.0, 3561.0, 3528.0, 3516.0, 3549.0, 3484.0, 3527.0, 3483.0, 3515.0, 3483.0, 3538.0, 3507.0, 3549.0, 3507.0, 3516.0, 3519.0, 3486.0, 3518.0, 3486.0, 3530.0, 3497.0, 3529.0, 3498.0, 3541.0, 3510.0, 3563.0, 3532.0, 3510.0, 3532.0, 3500.0, 3543.0, 3513.0, 3576.0, 3534.0, 3565.0, 3523.0, 3532.0, 3534.0, 3545.0, 3566.0, 3501.0, 3555.0, 3502.0, 3565.0, 3501.0, 3575.0, 3533.0, 3574.0, 3510.0, 3576.0, 3522.0, 3563.0, 3531.0, 3562.0, 3509.0, 3551.0, 3510.0, 3562.0, 3520.0, 3563.0, 3531.0, 3551.0, 3509.0, 3551.0, 3521.0, 3565.0, 3532.0, 3542.0, 3521.0, 3509.0, 3531.0, 3510.0, 3542.0, 3510.0, 3543.0, 3500.0, 3565.0, 3522.0, 3564.0, 3522.0, 3564.0, 3522.0, 3553.0, 3522.0, 3543.0, 3543.0, 3500.0, 3542.0, 3512.0, 3575.0, 3522.0, 3564.0, 3522.0, 3553.0, 3534.0, 3555.0, 3533.0, 3501.0, 3543.0, 3500.0, 3555.0, 3545.0, 3555.0, 3513.0, 3544.0, 3500.0, 3555.0, 3512.0, 3565.0, 3512.0, 3554.0, 3512.0, 3555.0, 3514.0, 3545.0, 3512.0, 3544.0, 3501.0, 3556.0, 3555.0, 3544.0, 3511.0, 3544.0, 3576.0, 3544.0, 3554.0, 3522.0, 3564.0, 3544.0, 3565.0, 3545.0, 3554.0, 3522.0, 3565.0, 3544.0, 3561.0, 3584.0, 3590.0, 3554.0, 3575.0, 3530.0, 3508.0, 3529.0, 3497.0, 3542.0, 3520.0, 3542.0, 3499.0, 3543.0, 3500.0, 3542.0, 3581.0, 3591.0, 3573.0, 3562.0, 3574.0, 3517.0, 3493.0, 3525.0, 3482.0, 3514.0, 3484.0, 3528.0, 3509.0, 3551.0, 3532.0, 3541.0, 3519.0, 3528.0, 3518.0, 3496.0, 3539.0, 3497.0, 3562.0, 3531.0, 3562.0, 3508.0, 3550.0, 3519.0, 3540.0, 3530.0, 3496.0, 3518.0, 3508.0, 3520.0, 3541.0, 3532.0, 3513.0, 3522.0, 3511.0, 3543.0, 3500.0, 3564.0, 3511.0, 3552.0, 3521.0, 3553.0, 3535.0, 3512.0, 3533.0, 3501.0, 3565.0, 3514.0, 3554.0, 3524.0, 3565.0, 3532.0, 3575.0, 3555.0, 3554.0, 3532.0, 3520.0, 3529.0, 3497.0, 3561.0, 3507.0, 3560.0, 3507.0, 3550.0, 3530.0, 3486.0, 3508.0, 3499.0, 3500.0, 3475.0, 3539.0, 3474.0, 3527.0, 3511.0, 3564.0, 3535.0, 3512.0, 3523.0, 3512.0, 3532.0, 3499.0, 3552.0, 3544.0, 3534.0, 3535.0, 3515.0, 3558.0, 3514.0, 3534.0, 3555.0, 3502.0, 3565.0, 3511.0, 3553.0, 3532.0, 3532.0, 3565.0, 3511.0, 3564.0, 3509.0, 3563.0, 3531.0, 3563.0, 3530.0, 3540.0, 3509.0, 3540.0, 3529.0, 3508.0, 3519.0, 3486.0, 3518.0, 3485.0, 3561.0, 3497.0, 3539.0, 3496.0, 3527.0, 3497.0, 3550.0, 3508.0, 3518.0, 3510.0, 3508.0, 3509.0, 3508.0, 3522.0, 3499.0, 3520.0, 3498.0, 3540.0, 3510.0, 3552.0, 3522.0, 3552.0, 3510.0, 3541.0, 3534.0, 3532.0, 3521.0, 3498.0, 3520.0, 3521.0, 3535.0, 3499.0, 3521.0, 3501.0, 3522.0, 3501.0, 3565.0, 3522.0, 3553.0, 3511.0, 3542.0, 3510.0, 3542.0, 3534.0, 3532.0, 3521.0, 3499.0, 3520.0, 3499.0, 3565.0, 3512.0, 3576.0, 3511.0, 3552.0, 3500.0, 3564.0, 3522.0, 3542.0, 3531.0, 3498.0, 3520.0, 3499.0, 3530.0, 3499.0, 3563.0, 3521.0, 3576.0, 3512.0, 3542.0, 3509.0, 3521.0, 3521.0, 3499.0, 3551.0, 3509.0, 3552.0, 3520.0, 3500.0, 3521.0, 3499.0, 3532.0, 3500.0, 3553.0, 3511.0, 3552.0, 3511.0, 3542.0, 3533.0, 3544.0, 3523.0, 3501.0, 3521.0, 3541.0, 3521.0, 3552.0, 3531.0, 3541.0, 3510.0, 3541.0, 3510.0, 3553.0, 3510.0, 3552.0, 3499.0, 3540.0, 3487.0, 3541.0, 3499.0, 3531.0, 3499.0, 3531.0, 3499.0, 3542.0, 3499.0, 3552.0, 3499.0, 3530.0, 3498.0, 3541.0, 3499.0, 3552.0, 3499.0, 3540.0, 3498.0, 3563.0, 3510.0, 3563.0, 3510.0, 3540.0, 3510.0, 3563.0, 3532.0, 3542.0, 3521.0, 3531.0, 3509.0, 3540.0, 3520.0, 3541.0, 3520.0, 3509.0, 3519.0, 3540.0, 3531.0, 3541.0, 3531.0, 3488.0, 3531.0, 3488.0, 3519.0, 3498.0, 3563.0, 3510.0, 3552.0, 3510.0, 3551.0, 3510.0, 3552.0, 3533.0, 3553.0, 3510.0, 3530.0, 3520.0, 3542.0, 3542.0, 3499.0, 3520.0, 3487.0, 3520.0, 3498.0, 3552.0, 3498.0, 3531.0, 3498.0, 3530.0, 3487.0, 3551.0, 3487.0, 3551.0, 3499.0, 3530.0, 3498.0, 3551.0, 3520.0, 3541.0, 3510.0, 3521.0, 3521.0, 3508.0, 3531.0, 3499.0, 3564.0, 3499.0, 3552.0, 3499.0, 3551.0, 3499.0, 3562.0, 3533.0, 3554.0, 3511.0, 3552.0, 3499.0, 3551.0, 3520.0, 3551.0, 3509.0, 3508.0, 3509.0, 3498.0, 3521.0, 3489.0, 3553.0, 3499.0, 3531.0, 3499.0, 3541.0, 3509.0, 3541.0, 3522.0, 3532.0, 3521.0, 3489.0, 3520.0, 3488.0, 3553.0, 3500.0, 3532.0, 3500.0, 3531.0, 3500.0, 3564.0, 3511.0, 3553.0, 3511.0, 3552.0, 3511.0, 3563.0, 3532.0, 3542.0, 3521.0, 3519.0, 3520.0, 3531.0, 3531.0, 3488.0, 3520.0, 3498.0, 3530.0, 3487.0, 3562.0, 3509.0, 3562.0, 3498.0, 3550.0, 3497.0, 3550.0, 3519.0, 3550.0, 3509.0, 3550.0, 3509.0, 3540.0, 3531.0, 3531.0, 3510.0, 3498.0, 3519.0, 3519.0, 3531.0, 3499.0, 3521.0, 3498.0, 3519.0, 3498.0, 3575.0, 3512.0, 3552.0, 3498.0, 3562.0, 3509.0, 3563.0, 3509.0, 3550.0, 3497.0, 3551.0, 3520.0, 3550.0, 3508.0, 3528.0, 3498.0, 3539.0, 3519.0, 3507.0, 3508.0, 3486.0, 3508.0, 3517.0, 3530.0, 3508.0, 3519.0, 3496.0, 3518.0, 3507.0, 3550.0, 3496.0, 3518.0, 3485.0, 3517.0, 3497.0, 3550.0, 3508.0, 3540.0, 3497.0, 3540.0, 3520.0, 3551.0, 3510.0, 3530.0, 3509.0, 3530.0, 3541.0, 3488.0, 3520.0, 3498.0, 3540.0, 3509.0, 3563.0, 3521.0, 3555.0, 3523.0, 3532.0, 3522.0, 3532.0, 3555.0, 3513.0, 3533.0, 3511.0, 3553.0, 3510.0, 3565.0, 3535.0, 3534.0, 3536.0, 3490.0, 3542.0, 3499.0, 3562.0, 3512.0, 3542.0, 3554.0, 3513.0, 3532.0, 3499.0, 3552.0, 3522.0, 3511.0, 3522.0, 3500.0, 3532.0, 3513.0, 3554.0, 3512.0, 3565.0, 3512.0, 3565.0, 3535.0, 3546.0, 3524.0, 3513.0, 3523.0, 3522.0, 3577.0, 3512.0, 3554.0, 3511.0, 3564.0, 3511.0, 3565.0, 3522.0, 3553.0, 3510.0, 3554.0, 3522.0, 3563.0, 3511.0, 3510.0, 3510.0, 3520.0, 3532.0, 3521.0, 3553.0, 3499.0, 3520.0, 3498.0, 3565.0, 3499.0, 3552.0, 3499.0, 3540.0, 3498.0, 3552.0, 3511.0, 3552.0, 3499.0, 3530.0, 3509.0, 3552.0, 3510.0, 3552.0, 3510.0, 3542.0, 3499.0, 3541.0, 3521.0, 3541.0, 3520.0, 3488.0, 3520.0, 3518.0, 3520.0, 3551.0, 3530.0, 3487.0, 3508.0, 3497.0, 3518.0, 3486.0, 3551.0, 3487.0, 3519.0, 3486.0, 3519.0, 3499.0, 3563.0, 3511.0], 'WindowWidth': [8135.0, 8130.0, 8042.0, 8079.0, 7998.0, 8085.0, 8055.0, 8057.0, 8045.0, 8049.0, 7987.0, 8045.0, 7986.0, 8044.0, 7993.0, 8092.0, 8007.0, 8078.0, 8007.0, 8078.0, 8024.0, 8095.0, 8039.0, 8078.0, 8022.0, 8077.0, 8021.0, 8095.0, 8037.0, 8076.0, 8019.0, 8058.0, 8018.0, 8078.0, 8035.0, 8048.0, 8018.0, 8044.0, 8015.0, 8073.0, 8032.0, 8060.0, 8016.0, 8014.0, 8014.0, 8044.0, 8033.0, 8046.0, 8033.0, 7988.0, 8032.0, 7986.0, 8048.0, 7992.0, 8080.0, 7992.0, 8064.0, 7991.0, 8077.0, 8006.0, 8090.0, 8022.0, 8092.0, 8006.0, 8075.0, 8004.0, 8097.0, 8020.0, 8091.0, 8003.0, 8073.0, 8000.0, 8072.0, 8003.0, 8089.0, 8003.0, 8074.0, 8002.0, 8057.0, 7990.0, 8077.0, 8022.0, 8075.0, 8005.0, 8075.0, 8020.0, 8077.0, 8036.0, 8078.0, 8020.0, 8062.0, 8019.0, 8077.0, 8040.0, 8065.0, 8052.0, 8049.0, 8020.0, 8047.0, 8033.0, 8064.0, 8052.0, 8064.0, 8050.0, 7989.0, 8047.0, 7972.0, 8049.0, 8064.0, 8049.0, 7990.0, 8049.0, 7989.0, 8034.0, 8075.0, 8034.0, 8077.0, 8035.0, 8004.0, 8033.0, 7987.0, 8033.0, 8007.0, 8065.0, 7991.0, 8051.0, 7991.0, 8065.0, 7994.0, 8099.0, 8009.0, 8097.0, 7994.0, 8094.0, 8005.0, 8094.0, 8007.0, 8095.0, 8004.0, 8076.0, 7988.0, 8060.0, 7987.0, 8078.0, 7987.0, 8062.0, 8003.0, 8060.0, 7988.0, 8074.0, 7990.0, 8077.0, 8008.0, 8077.0, 8006.0, 8079.0, 8011.0, 8080.0, 8042.0, 8082.0, 8008.0, 8076.0, 8023.0, 8083.0, 8041.0, 8097.0, 8025.0, 8081.0, 8023.0, 8083.0, 8040.0, 8082.0, 8038.0, 8064.0, 8035.0, 8076.0, 8055.0, 8082.0, 8052.0, 8049.0, 8034.0, 8045.0, 8035.0, 8079.0, 8034.0, 8032.0, 8032.0, 8030.0, 8031.0, 8075.0, 8035.0, 8061.0, 8033.0, 8018.0, 8033.0, 8058.0, 8033.0, 8077.0, 8035.0, 8047.0, 8034.0, 8076.0, 8017.0, 8078.0, 8051.0, 8077.0, 8020.0, 8063.0, 8019.0, 8074.0, 8018.0, 8077.0, 8051.0, 8094.0, 8022.0, 8078.0, 8021.0, 8061.0, 8023.0, 8070.0, 8039.0, 8050.0, 8021.0, 8034.0, 8034.0, 8065.0, 8052.0, 8050.0, 8052.0, 7991.0, 8050.0, 8004.0, 8067.0, 8051.0, 8082.0, 8004.0, 8047.0, 7986.0, 8060.0, 7990.0, 8094.0, 8003.0, 8091.0, 7987.0, 8058.0, 8002.0, 8097.0, 8038.0, 8092.0, 8034.0, 8073.0, 8015.0, 8057.0, 8016.0, 8063.0, 8032.0, 7987.0, 8031.0, 7984.0, 8031.0, 7987.0, 8078.0, 8005.0, 8093.0, 8017.0, 8078.0, 8007.0, 8099.0, 8039.0, 8075.0, 8032.0, 8003.0, 8016.0, 7985.0, 8047.0, 8022.0, 8108.0, 8011.0, 8050.0, 7991.0, 8077.0, 8008.0, 8093.0, 8038.0, 8090.0, 8005.0, 8080.0, 8005.0, 8076.0, 8034.0, 8075.0, 8018.0, 8058.0, 8000.0, 8056.0, 8031.0, 8074.0, 8046.0, 8041.0, 7998.0, 8052.0, 8013.0, 8059.0, 8029.0, 8056.0, 8000.0, 8039.0, 7998.0, 8054.0, 8000.0, 8075.0, 8031.0, 8042.0, 8014.0, 8042.0, 8014.0, 8054.0, 8015.0, 8060.0, 8030.0, 8048.0, 8018.0, 8002.0, 8031.0, 8005.0, 8035.0, 7984.0, 8064.0, 7992.0, 8048.0, 8007.0, 8081.0, 8040.0, 8081.0, 8039.0, 8052.0, 8037.0, 8032.0, 8036.0, 8052.0, 8068.0, 7995.0, 8118.0, 8026.0, 8081.0, 8024.0, 8083.0, 8057.0, 8068.0, 8060.0, 8011.0, 8058.0, 8010.0, 8103.0, 8010.0, 8100.0, 8009.0, 8079.0, 8008.0, 8099.0, 8053.0, 8113.0, 8037.0, 8076.0, 8016.0, 8061.0, 8049.0, 8046.0, 8035.0, 8030.0, 8011.0, 8059.0, 8044.0, 8001.0, 8038.0, 8003.0, 8048.0, 7986.0, 8059.0, 7983.0, 8026.0, 8002.0, 8072.0, 8032.0, 8076.0, 8018.0, 8056.0, 8021.0, 8079.0, 8016.0, 7983.0, 8030.0, 7991.0, 8061.0, 8017.0, 8092.0, 7983.0, 8025.0, 7965.0, 8051.0, 7981.0, 8068.0, 7981.0, 8039.0, 7982.0, 8054.0, 8016.0, 8070.0, 7999.0, 8054.0, 7982.0, 8052.0, 8014.0, 8068.0, 8014.0, 8053.0, 7996.0, 8052.0, 8013.0, 8057.0, 8027.0, 7982.0, 8011.0, 7981.0, 8011.0, 7986.0, 8058.0, 7986.0, 8059.0, 7988.0, 8057.0, 8016.0, 8102.0, 8040.0, 8095.0, 8070.0, 8015.0, 8061.0, 7985.0, 7944.0, 8006.0, 7988.0, 8083.0, 8028.0, 8026.0, 8054.0, 8011.0, 8101.0, 8044.0, 8099.0, 8033.0, 8074.0, 8040.0, 8066.0, 8020.0, 8064.0, 8018.0, 7999.0, 8046.0, 7956.0, 8014.0, 7953.0, 7994.0, 7952.0, 8034.0, 7990.0, 8046.0, 7989.0, 8002.0, 8009.0, 7964.0, 8006.0, 7961.0, 8025.0, 7979.0, 8022.0, 7980.0, 8040.0, 8000.0, 8074.0, 8033.0, 8001.0, 8032.0, 7986.0, 8047.0, 8010.0, 8093.0, 8039.0, 8079.0, 8021.0, 8031.0, 8036.0, 8053.0, 8082.0, 7990.0, 8067.0, 7994.0, 8078.0, 7990.0, 8093.0, 8036.0, 8089.0, 8001.0, 8099.0, 8019.0, 8074.0, 8030.0, 8072.0, 7999.0, 8055.0, 8000.0, 8071.0, 8015.0, 8074.0, 8031.0, 8056.0, 7999.0, 8054.0, 8016.0, 8081.0, 8033.0, 8043.0, 8017.0, 7998.0, 8029.0, 8001.0, 8047.0, 8003.0, 8048.0, 7987.0, 8082.0, 8020.0, 8076.0, 8019.0, 8076.0, 8019.0, 8062.0, 8019.0, 8049.0, 8049.0, 7988.0, 8047.0, 8007.0, 8094.0, 8022.0, 8079.0, 8021.0, 8063.0, 8041.0, 8067.0, 8037.0, 7991.0, 8048.0, 7988.0, 8068.0, 8055.0, 8067.0, 8010.0, 8054.0, 7989.0, 8066.0, 8010.0, 8082.0, 8009.0, 8065.0, 8007.0, 8068.0, 8014.0, 8055.0, 8009.0, 8053.0, 7993.0, 8072.0, 8067.0, 8052.0, 8006.0, 8052.0, 8095.0, 8051.0, 8063.0, 8021.0, 8078.0, 8053.0, 8081.0, 8053.0, 8064.0, 8021.0, 8080.0, 8051.0, 8070.0, 8127.0, 8126.0, 8066.0, 8096.0, 8028.0, 7995.0, 8023.0, 7982.0, 8048.0, 8016.0, 8047.0, 7987.0, 8049.0, 7988.0, 8048.0, 8113.0, 8131.0, 8090.0, 8070.0, 8092.0, 8004.0, 7966.0, 8010.0, 7950.0, 7996.0, 7958.0, 8021.0, 7998.0, 8057.0, 8034.0, 8045.0, 8011.0, 8021.0, 8008.0, 7977.0, 8036.0, 7981.0, 8073.0, 8029.0, 8070.0, 7996.0, 8051.0, 8009.0, 8039.0, 8025.0, 7977.0, 8007.0, 7992.0, 8011.0, 8042.0, 8033.0, 8012.0, 8021.0, 8004.0, 8050.0, 7991.0, 8078.0, 8004.0, 8058.0, 8017.0, 8062.0, 8041.0, 8006.0, 8036.0, 7994.0, 8080.0, 8014.0, 8064.0, 8028.0, 8081.0, 8031.0, 8096.0, 8069.0, 8065.0, 8033.0, 8013.0, 8025.0, 7978.0, 8070.0, 7991.0, 8064.0, 7991.0, 8052.0, 8025.0, 7962.0, 7994.0, 7986.0, 7965.0, 7944.0, 8032.0, 7939.0, 8011.0, 8006.0, 8082.0, 8043.0, 8011.0, 8023.0, 8008.0, 8033.0, 7986.0, 8060.0, 8053.0, 8041.0, 8041.0, 8017.0, 8079.0, 8015.0, 8040.0, 8068.0, 7995.0, 8081.0, 8004.0, 8060.0, 8030.0, 8031.0, 8079.0, 8003.0, 8076.0, 7999.0, 8074.0, 8029.0, 8074.0, 8025.0, 8037.0, 7996.0, 8039.0, 8023.0, 7994.0, 8009.0, 7961.0, 8004.0, 7960.0, 8066.0, 7977.0, 8034.0, 7975.0, 8017.0, 7977.0, 8050.0, 7995.0, 8007.0, 7999.0, 7994.0, 7997.0, 7995.0, 8021.0, 7987.0, 8013.0, 7981.0, 8038.0, 8000.0, 8058.0, 8017.0, 8057.0, 7999.0, 8041.0, 8038.0, 8032.0, 8015.0, 7982.0, 8012.0, 8015.0, 8041.0, 7986.0, 8016.0, 7992.0, 8020.0, 7991.0, 8079.0, 8019.0, 8059.0, 8003.0, 8043.0, 8001.0, 8044.0, 8038.0, 8033.0, 8017.0, 7984.0, 8013.0, 7984.0, 8078.0, 8005.0, 8098.0, 8004.0, 8058.0, 7987.0, 8076.0, 8020.0, 8045.0, 8029.0, 7982.0, 8013.0, 7983.0, 8026.0, 7984.0, 8073.0, 8015.0, 8097.0, 8007.0, 8043.0, 7998.0, 8018.0, 8016.0, 7985.0, 8053.0, 7997.0, 8056.0, 8013.0, 7986.0, 8015.0, 7985.0, 8031.0, 7988.0, 8061.0, 8004.0, 8057.0, 8002.0, 8046.0, 8035.0, 8051.0, 8021.0, 7990.0, 8017.0, 8041.0, 8015.0, 8057.0, 8028.0, 8042.0, 7999.0, 8040.0, 7999.0, 8059.0, 8001.0, 8057.0, 7985.0, 8039.0, 7967.0, 8040.0, 7984.0, 8028.0, 7985.0, 8028.0, 7984.0, 8044.0, 7986.0, 8058.0, 7985.0, 8027.0, 7982.0, 8042.0, 7984.0, 8059.0, 7985.0, 8039.0, 7982.0, 8072.0, 7999.0, 8072.0, 8000.0, 8039.0, 7999.0, 8072.0, 8033.0, 8045.0, 8017.0, 8028.0, 7996.0, 8039.0, 8013.0, 8041.0, 8013.0, 7996.0, 8010.0, 8039.0, 8031.0, 8042.0, 8029.0, 7968.0, 8027.0, 7969.0, 8011.0, 7982.0, 8073.0, 8001.0, 8058.0, 8000.0, 8056.0, 7999.0, 8058.0, 8037.0, 8060.0, 8001.0, 8025.0, 8011.0, 8045.0, 8045.0, 7985.0, 8014.0, 7966.0, 8012.0, 7983.0, 8059.0, 7983.0, 8028.0, 7982.0, 8024.0, 7964.0, 8053.0, 7967.0, 8055.0, 7983.0, 8025.0, 7982.0, 8054.0, 8014.0, 8040.0, 7999.0, 8015.0, 8016.0, 7995.0, 8030.0, 7986.0, 8075.0, 7984.0, 8057.0, 7983.0, 8054.0, 7984.0, 8072.0, 8035.0, 8064.0, 8005.0, 8057.0, 7983.0, 8053.0, 8012.0, 8054.0, 7997.0, 7995.0, 7998.0, 7981.0, 8018.0, 7974.0, 8060.0, 7984.0, 8030.0, 7986.0, 8040.0, 7998.0, 8043.0, 8018.0, 8031.0, 8018.0, 7972.0, 8014.0, 7971.0, 8063.0, 7989.0, 8034.0, 7989.0, 8030.0, 7988.0, 8076.0, 8004.0, 8060.0, 8002.0, 8056.0, 8003.0, 8075.0, 8034.0, 8044.0, 8015.0, 8010.0, 8011.0, 8027.0, 8030.0, 7969.0, 8013.0, 7983.0, 8027.0, 7966.0, 8071.0, 7998.0, 8070.0, 7982.0, 8053.0, 7980.0, 8052.0, 8010.0, 8053.0, 7997.0, 8053.0, 7997.0, 8040.0, 8029.0, 8028.0, 8000.0, 7983.0, 8011.0, 8009.0, 8028.0, 7986.0, 8018.0, 7983.0, 8010.0, 7983.0, 8092.0, 8006.0, 8058.0, 7981.0, 8071.0, 7998.0, 8072.0, 7996.0, 8050.0, 7978.0, 8054.0, 8011.0, 8052.0, 7994.0, 8020.0, 7979.0, 8035.0, 8009.0, 7991.0, 7994.0, 7963.0, 7992.0, 8004.0, 8023.0, 7993.0, 8008.0, 7976.0, 8005.0, 7990.0, 8052.0, 7975.0, 8004.0, 7959.0, 8004.0, 7976.0, 8050.0, 7993.0, 8036.0, 7979.0, 8036.0, 8012.0, 8054.0, 7998.0, 8024.0, 7996.0, 8024.0, 8042.0, 7968.0, 8011.0, 7980.0, 8039.0, 7998.0, 8072.0, 8017.0, 8067.0, 8025.0, 8032.0, 8019.0, 8032.0, 8067.0, 8012.0, 8035.0, 8004.0, 8058.0, 8001.0, 8080.0, 8041.0, 8039.0, 8044.0, 7974.0, 8043.0, 7984.0, 8070.0, 8004.0, 8045.0, 8061.0, 8009.0, 8030.0, 7985.0, 8059.0, 8021.0, 8004.0, 8019.0, 7986.0, 8032.0, 8010.0, 8064.0, 8008.0, 8078.0, 8006.0, 8080.0, 8040.0, 8057.0, 8027.0, 8009.0, 8021.0, 8020.0, 8098.0, 8005.0, 8063.0, 8002.0, 8076.0, 8004.0, 8078.0, 8018.0, 8058.0, 7999.0, 8063.0, 8019.0, 8073.0, 8001.0, 8001.0, 8000.0, 8013.0, 8031.0, 8015.0, 8060.0, 7985.0, 8011.0, 7981.0, 8078.0, 7984.0, 8058.0, 7983.0, 8038.0, 7979.0, 8054.0, 8003.0, 8056.0, 7984.0, 8024.0, 7996.0, 8055.0, 8000.0, 8056.0, 8000.0, 8044.0, 7984.0, 8040.0, 8017.0, 8042.0, 8012.0, 7967.0, 8010.0, 8007.0, 8012.0, 8053.0, 8026.0, 7965.0, 7993.0, 7976.0, 8007.0, 7963.0, 8055.0, 7965.0, 8008.0, 7963.0, 8008.0, 7984.0, 8074.0, 8003.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.000990485268630849</td></tr>
<tr><td colspan=3>aqi</td><td>0.029571390207972264</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8840617686644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.127741750303556</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9863509347007816</td></tr>
<tr><td colspan=3>efc</td><td>0.4837</td></tr>
<tr><td colspan=3>fber</td><td>4216.6978</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11443233520758107</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.145580589254767</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.515105799097155</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5034860312213327</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.631905482705029</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4099258833651036</td></tr>
<tr><td colspan=3>gcor</td><td>0.00646284</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0015238974010571837</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028724562376737595</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9936637848905954</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>21.1922</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6868</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.3785</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298232.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>637.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.8952</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6413</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.0694</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2763.8618</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>727.3976</td></tr>
<tr><td colspan=3>tsnr</td><td>34.682301838416606</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>